comdlg32: Fix the Slovak translation.
[wine/hacks.git] / configure
blob4d41840acf2d48b6567384465af38cd1a5086d59
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.19.
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.19'
600 PACKAGE_STRING='Wine 1.1.19'
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.19 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.19:";;
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.19
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.19, 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*|*-cygwin*)
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 enable_iphlpapi=${enable_iphlpapi:-no}
7507 enable_kernel32=${enable_kernel32:-no}
7508 enable_msvcrt=${enable_msvcrt:-no}
7509 enable_ntdll=${enable_ntdll:-no}
7510 enable_ws2_32=${enable_ws2_32:-no}
7511 enable_loader=${enable_loader:-no}
7512 enable_server=${enable_server:-no}
7513 with_x=${with_x:-no}
7514 with_pthread=${with_pthread:-no}
7516 darwin*|macosx*)
7517 DLLEXT=".so"
7518 LIBEXT="dylib"
7519 DLLFLAGS="$DLLFLAGS -fPIC"
7520 LDDLLFLAGS="-bundle -multiply_defined suppress"
7521 LIBWINE_LDFLAGS="-multiply_defined suppress"
7522 LDSHARED="\$(CC) -dynamiclib"
7523 STRIP="$STRIP -x"
7524 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7525 SECURITYLIB="-framework Security -framework CoreFoundation"
7527 COREFOUNDATIONLIB="-framework CoreFoundation"
7529 IOKITLIB="-framework IOKit -framework CoreFoundation"
7531 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7533 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7534 then
7535 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7538 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7539 then
7540 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7543 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7544 then
7545 ac_save_LIBS="$LIBS"
7546 LIBS="$LIBS $IOKITLIB"
7548 for ac_func in IOHIDManagerCreate
7550 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7551 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7552 $as_echo_n "checking for $ac_func... " >&6; }
7553 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7554 $as_echo_n "(cached) " >&6
7555 else
7556 cat >conftest.$ac_ext <<_ACEOF
7557 /* confdefs.h. */
7558 _ACEOF
7559 cat confdefs.h >>conftest.$ac_ext
7560 cat >>conftest.$ac_ext <<_ACEOF
7561 /* end confdefs.h. */
7562 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7563 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7564 #define $ac_func innocuous_$ac_func
7566 /* System header to define __stub macros and hopefully few prototypes,
7567 which can conflict with char $ac_func (); below.
7568 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7569 <limits.h> exists even on freestanding compilers. */
7571 #ifdef __STDC__
7572 # include <limits.h>
7573 #else
7574 # include <assert.h>
7575 #endif
7577 #undef $ac_func
7579 /* Override any GCC internal prototype to avoid an error.
7580 Use char because int might match the return type of a GCC
7581 builtin and then its argument prototype would still apply. */
7582 #ifdef __cplusplus
7583 extern "C"
7584 #endif
7585 char $ac_func ();
7586 /* The GNU C library defines this for functions which it implements
7587 to always fail with ENOSYS. Some functions are actually named
7588 something starting with __ and the normal name is an alias. */
7589 #if defined __stub_$ac_func || defined __stub___$ac_func
7590 choke me
7591 #endif
7594 main ()
7596 return $ac_func ();
7598 return 0;
7600 _ACEOF
7601 rm -f conftest.$ac_objext conftest$ac_exeext
7602 if { (ac_try="$ac_link"
7603 case "(($ac_try" in
7604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7605 *) ac_try_echo=$ac_try;;
7606 esac
7607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7608 $as_echo "$ac_try_echo") >&5
7609 (eval "$ac_link") 2>conftest.er1
7610 ac_status=$?
7611 grep -v '^ *+' conftest.er1 >conftest.err
7612 rm -f conftest.er1
7613 cat conftest.err >&5
7614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7615 (exit $ac_status); } && {
7616 test -z "$ac_c_werror_flag" ||
7617 test ! -s conftest.err
7618 } && test -s conftest$ac_exeext && {
7619 test "$cross_compiling" = yes ||
7620 $as_test_x conftest$ac_exeext
7621 }; then
7622 eval "$as_ac_var=yes"
7623 else
7624 $as_echo "$as_me: failed program was:" >&5
7625 sed 's/^/| /' conftest.$ac_ext >&5
7627 eval "$as_ac_var=no"
7630 rm -rf conftest.dSYM
7631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7632 conftest$ac_exeext conftest.$ac_ext
7634 ac_res=`eval 'as_val=${'$as_ac_var'}
7635 $as_echo "$as_val"'`
7636 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7637 $as_echo "$ac_res" >&6; }
7638 as_val=`eval 'as_val=${'$as_ac_var'}
7639 $as_echo "$as_val"'`
7640 if test "x$as_val" = x""yes; then
7641 cat >>confdefs.h <<_ACEOF
7642 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7643 _ACEOF
7646 done
7648 LIBS="$ac_save_LIBS"
7650 case $host_cpu in
7651 *powerpc*)
7652 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7653 esac
7654 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7655 then
7656 CARBONLIB="-framework Carbon"
7658 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7662 DLLFLAGS="$DLLFLAGS -fPIC"
7663 DLLEXT=".so"
7664 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7665 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7666 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7667 $as_echo_n "(cached) " >&6
7668 else
7669 ac_wine_try_cflags_saved=$CFLAGS
7670 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7671 cat >conftest.$ac_ext <<_ACEOF
7672 void myfunc() {}
7673 _ACEOF
7674 rm -f conftest.$ac_objext conftest$ac_exeext
7675 if { (ac_try="$ac_link"
7676 case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;;
7679 esac
7680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7681 $as_echo "$ac_try_echo") >&5
7682 (eval "$ac_link") 2>conftest.er1
7683 ac_status=$?
7684 grep -v '^ *+' conftest.er1 >conftest.err
7685 rm -f conftest.er1
7686 cat conftest.err >&5
7687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7688 (exit $ac_status); } && {
7689 test -z "$ac_c_werror_flag" ||
7690 test ! -s conftest.err
7691 } && test -s conftest$ac_exeext && {
7692 test "$cross_compiling" = yes ||
7693 $as_test_x conftest$ac_exeext
7694 }; then
7695 ac_cv_c_dll_gnuelf="yes"
7696 else
7697 $as_echo "$as_me: failed program was:" >&5
7698 sed 's/^/| /' conftest.$ac_ext >&5
7700 ac_cv_c_dll_gnuelf="no"
7703 rm -rf conftest.dSYM
7704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7705 conftest$ac_exeext conftest.$ac_ext
7706 CFLAGS=$ac_wine_try_cflags_saved
7708 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7709 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7710 if test "$ac_cv_c_dll_gnuelf" = "yes"
7711 then
7712 LDSHARED="\$(CC) -shared"
7713 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7714 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7715 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7716 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7717 $as_echo_n "(cached) " >&6
7718 else
7719 ac_wine_try_cflags_saved=$CFLAGS
7720 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7721 cat >conftest.$ac_ext <<_ACEOF
7722 /* confdefs.h. */
7723 _ACEOF
7724 cat confdefs.h >>conftest.$ac_ext
7725 cat >>conftest.$ac_ext <<_ACEOF
7726 /* end confdefs.h. */
7729 main ()
7733 return 0;
7735 _ACEOF
7736 rm -f conftest.$ac_objext conftest$ac_exeext
7737 if { (ac_try="$ac_link"
7738 case "(($ac_try" in
7739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7740 *) ac_try_echo=$ac_try;;
7741 esac
7742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7743 $as_echo "$ac_try_echo") >&5
7744 (eval "$ac_link") 2>conftest.er1
7745 ac_status=$?
7746 grep -v '^ *+' conftest.er1 >conftest.err
7747 rm -f conftest.er1
7748 cat conftest.err >&5
7749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); } && {
7751 test -z "$ac_c_werror_flag" ||
7752 test ! -s conftest.err
7753 } && test -s conftest$ac_exeext && {
7754 test "$cross_compiling" = yes ||
7755 $as_test_x conftest$ac_exeext
7756 }; then
7757 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7758 else
7759 $as_echo "$as_me: failed program was:" >&5
7760 sed 's/^/| /' conftest.$ac_ext >&5
7762 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7765 rm -rf conftest.dSYM
7766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7767 conftest$ac_exeext conftest.$ac_ext
7768 CFLAGS=$ac_wine_try_cflags_saved
7770 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7771 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7772 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7773 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7774 else
7775 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7776 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7777 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7778 $as_echo_n "(cached) " >&6
7779 else
7780 ac_wine_try_cflags_saved=$CFLAGS
7781 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7782 cat >conftest.$ac_ext <<_ACEOF
7783 /* confdefs.h. */
7784 _ACEOF
7785 cat confdefs.h >>conftest.$ac_ext
7786 cat >>conftest.$ac_ext <<_ACEOF
7787 /* end confdefs.h. */
7790 main ()
7794 return 0;
7796 _ACEOF
7797 rm -f conftest.$ac_objext conftest$ac_exeext
7798 if { (ac_try="$ac_link"
7799 case "(($ac_try" in
7800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7801 *) ac_try_echo=$ac_try;;
7802 esac
7803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7804 $as_echo "$ac_try_echo") >&5
7805 (eval "$ac_link") 2>conftest.er1
7806 ac_status=$?
7807 grep -v '^ *+' conftest.er1 >conftest.err
7808 rm -f conftest.er1
7809 cat conftest.err >&5
7810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 (exit $ac_status); } && {
7812 test -z "$ac_c_werror_flag" ||
7813 test ! -s conftest.err
7814 } && test -s conftest$ac_exeext && {
7815 test "$cross_compiling" = yes ||
7816 $as_test_x conftest$ac_exeext
7817 }; then
7818 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7819 else
7820 $as_echo "$as_me: failed program was:" >&5
7821 sed 's/^/| /' conftest.$ac_ext >&5
7823 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7826 rm -rf conftest.dSYM
7827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7828 conftest$ac_exeext conftest.$ac_ext
7829 CFLAGS=$ac_wine_try_cflags_saved
7831 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7832 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7833 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7834 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7840 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7841 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7842 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7843 $as_echo_n "(cached) " >&6
7844 else
7845 ac_wine_try_cflags_saved=$CFLAGS
7846 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7847 cat >conftest.$ac_ext <<_ACEOF
7848 /* confdefs.h. */
7849 _ACEOF
7850 cat confdefs.h >>conftest.$ac_ext
7851 cat >>conftest.$ac_ext <<_ACEOF
7852 /* end confdefs.h. */
7855 main ()
7859 return 0;
7861 _ACEOF
7862 rm -f conftest.$ac_objext conftest$ac_exeext
7863 if { (ac_try="$ac_link"
7864 case "(($ac_try" in
7865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7866 *) ac_try_echo=$ac_try;;
7867 esac
7868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7869 $as_echo "$ac_try_echo") >&5
7870 (eval "$ac_link") 2>conftest.er1
7871 ac_status=$?
7872 grep -v '^ *+' conftest.er1 >conftest.err
7873 rm -f conftest.er1
7874 cat conftest.err >&5
7875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); } && {
7877 test -z "$ac_c_werror_flag" ||
7878 test ! -s conftest.err
7879 } && test -s conftest$ac_exeext && {
7880 test "$cross_compiling" = yes ||
7881 $as_test_x conftest$ac_exeext
7882 }; then
7883 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7884 else
7885 $as_echo "$as_me: failed program was:" >&5
7886 sed 's/^/| /' conftest.$ac_ext >&5
7888 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7891 rm -rf conftest.dSYM
7892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7893 conftest$ac_exeext conftest.$ac_ext
7894 CFLAGS=$ac_wine_try_cflags_saved
7896 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7897 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7898 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7899 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7903 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7904 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7905 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7906 $as_echo_n "(cached) " >&6
7907 else
7908 ac_wine_try_cflags_saved=$CFLAGS
7909 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7910 cat >conftest.$ac_ext <<_ACEOF
7911 /* confdefs.h. */
7912 _ACEOF
7913 cat confdefs.h >>conftest.$ac_ext
7914 cat >>conftest.$ac_ext <<_ACEOF
7915 /* end confdefs.h. */
7918 main ()
7922 return 0;
7924 _ACEOF
7925 rm -f conftest.$ac_objext conftest$ac_exeext
7926 if { (ac_try="$ac_link"
7927 case "(($ac_try" in
7928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7929 *) ac_try_echo=$ac_try;;
7930 esac
7931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7932 $as_echo "$ac_try_echo") >&5
7933 (eval "$ac_link") 2>conftest.er1
7934 ac_status=$?
7935 grep -v '^ *+' conftest.er1 >conftest.err
7936 rm -f conftest.er1
7937 cat conftest.err >&5
7938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7939 (exit $ac_status); } && {
7940 test -z "$ac_c_werror_flag" ||
7941 test ! -s conftest.err
7942 } && test -s conftest$ac_exeext && {
7943 test "$cross_compiling" = yes ||
7944 $as_test_x conftest$ac_exeext
7945 }; then
7946 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7947 else
7948 $as_echo "$as_me: failed program was:" >&5
7949 sed 's/^/| /' conftest.$ac_ext >&5
7951 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7954 rm -rf conftest.dSYM
7955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7956 conftest$ac_exeext conftest.$ac_ext
7957 CFLAGS=$ac_wine_try_cflags_saved
7959 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7960 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7961 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7962 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7966 echo '{ global: *; };' >conftest.map
7967 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7968 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7969 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7970 $as_echo_n "(cached) " >&6
7971 else
7972 ac_wine_try_cflags_saved=$CFLAGS
7973 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7974 cat >conftest.$ac_ext <<_ACEOF
7975 /* confdefs.h. */
7976 _ACEOF
7977 cat confdefs.h >>conftest.$ac_ext
7978 cat >>conftest.$ac_ext <<_ACEOF
7979 /* end confdefs.h. */
7982 main ()
7986 return 0;
7988 _ACEOF
7989 rm -f conftest.$ac_objext conftest$ac_exeext
7990 if { (ac_try="$ac_link"
7991 case "(($ac_try" in
7992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7993 *) ac_try_echo=$ac_try;;
7994 esac
7995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7996 $as_echo "$ac_try_echo") >&5
7997 (eval "$ac_link") 2>conftest.er1
7998 ac_status=$?
7999 grep -v '^ *+' conftest.er1 >conftest.err
8000 rm -f conftest.er1
8001 cat conftest.err >&5
8002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8003 (exit $ac_status); } && {
8004 test -z "$ac_c_werror_flag" ||
8005 test ! -s conftest.err
8006 } && test -s conftest$ac_exeext && {
8007 test "$cross_compiling" = yes ||
8008 $as_test_x conftest$ac_exeext
8009 }; then
8010 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8011 else
8012 $as_echo "$as_me: failed program was:" >&5
8013 sed 's/^/| /' conftest.$ac_ext >&5
8015 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8018 rm -rf conftest.dSYM
8019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8020 conftest$ac_exeext conftest.$ac_ext
8021 CFLAGS=$ac_wine_try_cflags_saved
8023 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8024 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8025 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8026 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8029 rm -f conftest.map
8031 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8032 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8033 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8034 $as_echo_n "(cached) " >&6
8035 else
8036 ac_wine_try_cflags_saved=$CFLAGS
8037 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8038 cat >conftest.$ac_ext <<_ACEOF
8039 /* confdefs.h. */
8040 _ACEOF
8041 cat confdefs.h >>conftest.$ac_ext
8042 cat >>conftest.$ac_ext <<_ACEOF
8043 /* end confdefs.h. */
8046 main ()
8050 return 0;
8052 _ACEOF
8053 rm -f conftest.$ac_objext conftest$ac_exeext
8054 if { (ac_try="$ac_link"
8055 case "(($ac_try" in
8056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8057 *) ac_try_echo=$ac_try;;
8058 esac
8059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8060 $as_echo "$ac_try_echo") >&5
8061 (eval "$ac_link") 2>conftest.er1
8062 ac_status=$?
8063 grep -v '^ *+' conftest.er1 >conftest.err
8064 rm -f conftest.er1
8065 cat conftest.err >&5
8066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8067 (exit $ac_status); } && {
8068 test -z "$ac_c_werror_flag" ||
8069 test ! -s conftest.err
8070 } && test -s conftest$ac_exeext && {
8071 test "$cross_compiling" = yes ||
8072 $as_test_x conftest$ac_exeext
8073 }; then
8074 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8075 else
8076 $as_echo "$as_me: failed program was:" >&5
8077 sed 's/^/| /' conftest.$ac_ext >&5
8079 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8082 rm -rf conftest.dSYM
8083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8084 conftest$ac_exeext conftest.$ac_ext
8085 CFLAGS=$ac_wine_try_cflags_saved
8087 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8088 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8089 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8090 LDEXECFLAGS="-Wl,--export-dynamic"
8095 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8096 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8097 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8098 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8099 $as_echo_n "(cached) " >&6
8100 else
8101 ac_wine_try_cflags_saved=$CFLAGS
8102 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8103 cat >conftest.$ac_ext <<_ACEOF
8104 /* confdefs.h. */
8105 _ACEOF
8106 cat confdefs.h >>conftest.$ac_ext
8107 cat >>conftest.$ac_ext <<_ACEOF
8108 /* end confdefs.h. */
8111 main ()
8115 return 0;
8117 _ACEOF
8118 rm -f conftest.$ac_objext conftest$ac_exeext
8119 if { (ac_try="$ac_link"
8120 case "(($ac_try" in
8121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8122 *) ac_try_echo=$ac_try;;
8123 esac
8124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8125 $as_echo "$ac_try_echo") >&5
8126 (eval "$ac_link") 2>conftest.er1
8127 ac_status=$?
8128 grep -v '^ *+' conftest.er1 >conftest.err
8129 rm -f conftest.er1
8130 cat conftest.err >&5
8131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 (exit $ac_status); } && {
8133 test -z "$ac_c_werror_flag" ||
8134 test ! -s conftest.err
8135 } && test -s conftest$ac_exeext && {
8136 test "$cross_compiling" = yes ||
8137 $as_test_x conftest$ac_exeext
8138 }; then
8139 eval "$as_ac_var=yes"
8140 else
8141 $as_echo "$as_me: failed program was:" >&5
8142 sed 's/^/| /' conftest.$ac_ext >&5
8144 eval "$as_ac_var=no"
8147 rm -rf conftest.dSYM
8148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8149 conftest$ac_exeext conftest.$ac_ext
8150 CFLAGS=$ac_wine_try_cflags_saved
8152 ac_res=`eval 'as_val=${'$as_ac_var'}
8153 $as_echo "$as_val"'`
8154 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8155 $as_echo "$ac_res" >&6; }
8156 if test `eval 'as_val=${'$as_ac_var'}
8157 $as_echo "$as_val"'` = yes; then
8158 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8159 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8160 else
8161 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8162 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8163 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8164 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8165 $as_echo_n "(cached) " >&6
8166 else
8167 ac_wine_try_cflags_saved=$CFLAGS
8168 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8169 cat >conftest.$ac_ext <<_ACEOF
8170 /* confdefs.h. */
8171 _ACEOF
8172 cat confdefs.h >>conftest.$ac_ext
8173 cat >>conftest.$ac_ext <<_ACEOF
8174 /* end confdefs.h. */
8177 main ()
8181 return 0;
8183 _ACEOF
8184 rm -f conftest.$ac_objext conftest$ac_exeext
8185 if { (ac_try="$ac_link"
8186 case "(($ac_try" in
8187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8188 *) ac_try_echo=$ac_try;;
8189 esac
8190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8191 $as_echo "$ac_try_echo") >&5
8192 (eval "$ac_link") 2>conftest.er1
8193 ac_status=$?
8194 grep -v '^ *+' conftest.er1 >conftest.err
8195 rm -f conftest.er1
8196 cat conftest.err >&5
8197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err
8201 } && test -s conftest$ac_exeext && {
8202 test "$cross_compiling" = yes ||
8203 $as_test_x conftest$ac_exeext
8204 }; then
8205 eval "$as_ac_var=yes"
8206 else
8207 $as_echo "$as_me: failed program was:" >&5
8208 sed 's/^/| /' conftest.$ac_ext >&5
8210 eval "$as_ac_var=no"
8213 rm -rf conftest.dSYM
8214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8215 conftest$ac_exeext conftest.$ac_ext
8216 CFLAGS=$ac_wine_try_cflags_saved
8218 ac_res=`eval 'as_val=${'$as_ac_var'}
8219 $as_echo "$as_val"'`
8220 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8221 $as_echo "$ac_res" >&6; }
8222 if test `eval 'as_val=${'$as_ac_var'}
8223 $as_echo "$as_val"'` = yes; then
8224 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8225 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8231 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8232 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8233 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8234 $as_echo_n "(cached) " >&6
8235 else
8236 ac_wine_try_cflags_saved=$CFLAGS
8237 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8238 cat >conftest.$ac_ext <<_ACEOF
8239 /* confdefs.h. */
8240 _ACEOF
8241 cat confdefs.h >>conftest.$ac_ext
8242 cat >>conftest.$ac_ext <<_ACEOF
8243 /* end confdefs.h. */
8246 main ()
8250 return 0;
8252 _ACEOF
8253 rm -f conftest.$ac_objext conftest$ac_exeext
8254 if { (ac_try="$ac_link"
8255 case "(($ac_try" in
8256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8257 *) ac_try_echo=$ac_try;;
8258 esac
8259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8260 $as_echo "$ac_try_echo") >&5
8261 (eval "$ac_link") 2>conftest.er1
8262 ac_status=$?
8263 grep -v '^ *+' conftest.er1 >conftest.err
8264 rm -f conftest.er1
8265 cat conftest.err >&5
8266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267 (exit $ac_status); } && {
8268 test -z "$ac_c_werror_flag" ||
8269 test ! -s conftest.err
8270 } && test -s conftest$ac_exeext && {
8271 test "$cross_compiling" = yes ||
8272 $as_test_x conftest$ac_exeext
8273 }; then
8274 ac_cv_cflags__Wl___enable_new_dtags=yes
8275 else
8276 $as_echo "$as_me: failed program was:" >&5
8277 sed 's/^/| /' conftest.$ac_ext >&5
8279 ac_cv_cflags__Wl___enable_new_dtags=no
8282 rm -rf conftest.dSYM
8283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8284 conftest$ac_exeext conftest.$ac_ext
8285 CFLAGS=$ac_wine_try_cflags_saved
8287 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8288 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8289 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8290 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8294 case $host_cpu in
8295 *i[3456789]86* | x86_64)
8296 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8297 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8298 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8299 $as_echo_n "(cached) " >&6
8300 else
8301 ac_wine_try_cflags_saved=$CFLAGS
8302 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8303 cat >conftest.$ac_ext <<_ACEOF
8304 /* confdefs.h. */
8305 _ACEOF
8306 cat confdefs.h >>conftest.$ac_ext
8307 cat >>conftest.$ac_ext <<_ACEOF
8308 /* end confdefs.h. */
8311 main ()
8315 return 0;
8317 _ACEOF
8318 rm -f conftest.$ac_objext conftest$ac_exeext
8319 if { (ac_try="$ac_link"
8320 case "(($ac_try" in
8321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8322 *) ac_try_echo=$ac_try;;
8323 esac
8324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8325 $as_echo "$ac_try_echo") >&5
8326 (eval "$ac_link") 2>conftest.er1
8327 ac_status=$?
8328 grep -v '^ *+' conftest.er1 >conftest.err
8329 rm -f conftest.er1
8330 cat conftest.err >&5
8331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8332 (exit $ac_status); } && {
8333 test -z "$ac_c_werror_flag" ||
8334 test ! -s conftest.err
8335 } && test -s conftest$ac_exeext && {
8336 test "$cross_compiling" = yes ||
8337 $as_test_x conftest$ac_exeext
8338 }; then
8339 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8340 else
8341 $as_echo "$as_me: failed program was:" >&5
8342 sed 's/^/| /' conftest.$ac_ext >&5
8344 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8347 rm -rf conftest.dSYM
8348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8349 conftest$ac_exeext conftest.$ac_ext
8350 CFLAGS=$ac_wine_try_cflags_saved
8352 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8353 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8354 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8355 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8359 esac
8361 else
8362 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8363 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8364 if test "${ac_cv_c_dll_unixware+set}" = set; then
8365 $as_echo_n "(cached) " >&6
8366 else
8367 ac_wine_try_cflags_saved=$CFLAGS
8368 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8369 cat >conftest.$ac_ext <<_ACEOF
8370 void myfunc() {}
8371 _ACEOF
8372 rm -f conftest.$ac_objext conftest$ac_exeext
8373 if { (ac_try="$ac_link"
8374 case "(($ac_try" in
8375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8376 *) ac_try_echo=$ac_try;;
8377 esac
8378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8379 $as_echo "$ac_try_echo") >&5
8380 (eval "$ac_link") 2>conftest.er1
8381 ac_status=$?
8382 grep -v '^ *+' conftest.er1 >conftest.err
8383 rm -f conftest.er1
8384 cat conftest.err >&5
8385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8386 (exit $ac_status); } && {
8387 test -z "$ac_c_werror_flag" ||
8388 test ! -s conftest.err
8389 } && test -s conftest$ac_exeext && {
8390 test "$cross_compiling" = yes ||
8391 $as_test_x conftest$ac_exeext
8392 }; then
8393 ac_cv_c_dll_unixware="yes"
8394 else
8395 $as_echo "$as_me: failed program was:" >&5
8396 sed 's/^/| /' conftest.$ac_ext >&5
8398 ac_cv_c_dll_unixware="no"
8401 rm -rf conftest.dSYM
8402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8403 conftest$ac_exeext conftest.$ac_ext
8404 CFLAGS=$ac_wine_try_cflags_saved
8406 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8407 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8408 if test "$ac_cv_c_dll_unixware" = "yes"
8409 then
8410 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8411 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8413 else
8414 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8415 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8416 if test "${ac_cv_c_dll_hpux+set}" = set; then
8417 $as_echo_n "(cached) " >&6
8418 else
8419 ac_wine_try_cflags_saved=$CFLAGS
8420 CFLAGS="$CFLAGS -shared"
8421 cat >conftest.$ac_ext <<_ACEOF
8422 void myfunc() {}
8423 _ACEOF
8424 rm -f conftest.$ac_objext conftest$ac_exeext
8425 if { (ac_try="$ac_link"
8426 case "(($ac_try" in
8427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8428 *) ac_try_echo=$ac_try;;
8429 esac
8430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8431 $as_echo "$ac_try_echo") >&5
8432 (eval "$ac_link") 2>conftest.er1
8433 ac_status=$?
8434 grep -v '^ *+' conftest.er1 >conftest.err
8435 rm -f conftest.er1
8436 cat conftest.err >&5
8437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438 (exit $ac_status); } && {
8439 test -z "$ac_c_werror_flag" ||
8440 test ! -s conftest.err
8441 } && test -s conftest$ac_exeext && {
8442 test "$cross_compiling" = yes ||
8443 $as_test_x conftest$ac_exeext
8444 }; then
8445 ac_cv_c_dll_hpux="yes"
8446 else
8447 $as_echo "$as_me: failed program was:" >&5
8448 sed 's/^/| /' conftest.$ac_ext >&5
8450 ac_cv_c_dll_hpux="no"
8453 rm -rf conftest.dSYM
8454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8455 conftest$ac_exeext conftest.$ac_ext
8456 CFLAGS=$ac_wine_try_cflags_saved
8458 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8459 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8460 if test "$ac_cv_c_dll_hpux" = "yes"
8461 then
8462 LIBEXT="sl"
8463 DLLEXT=".sl"
8464 LDDLLFLAGS="-shared -fPIC"
8465 LDSHARED="\$(CC) -shared"
8470 esac
8472 enable_winequartz_drv=${enable_winequartz_drv:-no}
8474 if test "$LIBEXT" = "a"; then
8475 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8476 It is currently not possible to build Wine without shared library
8477 (.so) support to allow transparent switch between .so and .dll files.
8478 If you are using Linux, you will need a newer binutils.
8479 " >&5
8480 $as_echo "$as_me: error: could not find a way to build shared libraries.
8481 It is currently not possible to build Wine without shared library
8482 (.so) support to allow transparent switch between .so and .dll files.
8483 If you are using Linux, you will need a newer binutils.
8484 " >&2;}
8485 { (exit 1); exit 1; }; }
8488 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8489 then
8490 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
8492 # Extract the first word of "$ac_prog", so it can be a program name with args.
8493 set dummy $ac_prog; ac_word=$2
8494 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8495 $as_echo_n "checking for $ac_word... " >&6; }
8496 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8497 $as_echo_n "(cached) " >&6
8498 else
8499 if test -n "$CROSSCC"; then
8500 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8501 else
8502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8503 for as_dir in $PATH
8505 IFS=$as_save_IFS
8506 test -z "$as_dir" && as_dir=.
8507 for ac_exec_ext in '' $ac_executable_extensions; do
8508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509 ac_cv_prog_CROSSCC="$ac_prog"
8510 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8511 break 2
8513 done
8514 done
8515 IFS=$as_save_IFS
8519 CROSSCC=$ac_cv_prog_CROSSCC
8520 if test -n "$CROSSCC"; then
8521 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8522 $as_echo "$CROSSCC" >&6; }
8523 else
8524 { $as_echo "$as_me:$LINENO: result: no" >&5
8525 $as_echo "no" >&6; }
8529 test -n "$CROSSCC" && break
8530 done
8531 test -n "$CROSSCC" || CROSSCC="false"
8533 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
8535 # Extract the first word of "$ac_prog", so it can be a program name with args.
8536 set dummy $ac_prog; ac_word=$2
8537 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8538 $as_echo_n "checking for $ac_word... " >&6; }
8539 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8540 $as_echo_n "(cached) " >&6
8541 else
8542 if test -n "$DLLTOOL"; then
8543 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8544 else
8545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546 for as_dir in $PATH
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8552 ac_cv_prog_DLLTOOL="$ac_prog"
8553 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8554 break 2
8556 done
8557 done
8558 IFS=$as_save_IFS
8562 DLLTOOL=$ac_cv_prog_DLLTOOL
8563 if test -n "$DLLTOOL"; then
8564 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8565 $as_echo "$DLLTOOL" >&6; }
8566 else
8567 { $as_echo "$as_me:$LINENO: result: no" >&5
8568 $as_echo "no" >&6; }
8572 test -n "$DLLTOOL" && break
8573 done
8574 test -n "$DLLTOOL" || DLLTOOL="false"
8576 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
8578 # Extract the first word of "$ac_prog", so it can be a program name with args.
8579 set dummy $ac_prog; ac_word=$2
8580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8581 $as_echo_n "checking for $ac_word... " >&6; }
8582 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8583 $as_echo_n "(cached) " >&6
8584 else
8585 if test -n "$CROSSWINDRES"; then
8586 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8587 else
8588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8589 for as_dir in $PATH
8591 IFS=$as_save_IFS
8592 test -z "$as_dir" && as_dir=.
8593 for ac_exec_ext in '' $ac_executable_extensions; do
8594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8595 ac_cv_prog_CROSSWINDRES="$ac_prog"
8596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8597 break 2
8599 done
8600 done
8601 IFS=$as_save_IFS
8605 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8606 if test -n "$CROSSWINDRES"; then
8607 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8608 $as_echo "$CROSSWINDRES" >&6; }
8609 else
8610 { $as_echo "$as_me:$LINENO: result: no" >&5
8611 $as_echo "no" >&6; }
8615 test -n "$CROSSWINDRES" && break
8616 done
8617 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8619 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
8621 # Extract the first word of "$ac_prog", so it can be a program name with args.
8622 set dummy $ac_prog; ac_word=$2
8623 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8624 $as_echo_n "checking for $ac_word... " >&6; }
8625 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8626 $as_echo_n "(cached) " >&6
8627 else
8628 if test -n "$MINGWAR"; then
8629 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8630 else
8631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8632 for as_dir in $PATH
8634 IFS=$as_save_IFS
8635 test -z "$as_dir" && as_dir=.
8636 for ac_exec_ext in '' $ac_executable_extensions; do
8637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8638 ac_cv_prog_MINGWAR="$ac_prog"
8639 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8640 break 2
8642 done
8643 done
8644 IFS=$as_save_IFS
8648 MINGWAR=$ac_cv_prog_MINGWAR
8649 if test -n "$MINGWAR"; then
8650 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8651 $as_echo "$MINGWAR" >&6; }
8652 else
8653 { $as_echo "$as_me:$LINENO: result: no" >&5
8654 $as_echo "no" >&6; }
8658 test -n "$MINGWAR" && break
8659 done
8660 test -n "$MINGWAR" || MINGWAR="false"
8662 if test "$CROSSCC" != "false"
8663 then
8664 CROSSTEST="\$(CROSSTEST)"
8670 if test "$ac_cv_header_pthread_h" = "yes"
8671 then
8672 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8673 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8674 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8675 $as_echo_n "(cached) " >&6
8676 else
8677 ac_check_lib_save_LIBS=$LIBS
8678 LIBS="-lpthread $LIBS"
8679 cat >conftest.$ac_ext <<_ACEOF
8680 /* confdefs.h. */
8681 _ACEOF
8682 cat confdefs.h >>conftest.$ac_ext
8683 cat >>conftest.$ac_ext <<_ACEOF
8684 /* end confdefs.h. */
8686 /* Override any GCC internal prototype to avoid an error.
8687 Use char because int might match the return type of a GCC
8688 builtin and then its argument prototype would still apply. */
8689 #ifdef __cplusplus
8690 extern "C"
8691 #endif
8692 char pthread_create ();
8694 main ()
8696 return pthread_create ();
8698 return 0;
8700 _ACEOF
8701 rm -f conftest.$ac_objext conftest$ac_exeext
8702 if { (ac_try="$ac_link"
8703 case "(($ac_try" in
8704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8705 *) ac_try_echo=$ac_try;;
8706 esac
8707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8708 $as_echo "$ac_try_echo") >&5
8709 (eval "$ac_link") 2>conftest.er1
8710 ac_status=$?
8711 grep -v '^ *+' conftest.er1 >conftest.err
8712 rm -f conftest.er1
8713 cat conftest.err >&5
8714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715 (exit $ac_status); } && {
8716 test -z "$ac_c_werror_flag" ||
8717 test ! -s conftest.err
8718 } && test -s conftest$ac_exeext && {
8719 test "$cross_compiling" = yes ||
8720 $as_test_x conftest$ac_exeext
8721 }; then
8722 ac_cv_lib_pthread_pthread_create=yes
8723 else
8724 $as_echo "$as_me: failed program was:" >&5
8725 sed 's/^/| /' conftest.$ac_ext >&5
8727 ac_cv_lib_pthread_pthread_create=no
8730 rm -rf conftest.dSYM
8731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8732 conftest$ac_exeext conftest.$ac_ext
8733 LIBS=$ac_check_lib_save_LIBS
8735 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8736 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8737 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8738 LIBPTHREAD="-lpthread"
8743 if test "x$LIBPTHREAD" = "x"; then
8744 case "x$with_pthread" in
8745 xno) ;;
8746 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8747 Wine cannot support threads without libpthread.
8748 Use the --without-pthread option if you really want this." >&5
8749 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8750 Wine cannot support threads without libpthread.
8751 Use the --without-pthread option if you really want this." >&2;}
8752 { (exit 1); exit 1; }; } ;;
8753 esac
8758 { $as_echo "$as_me:$LINENO: checking for X" >&5
8759 $as_echo_n "checking for X... " >&6; }
8762 # Check whether --with-x was given.
8763 if test "${with_x+set}" = set; then
8764 withval=$with_x;
8767 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8768 if test "x$with_x" = xno; then
8769 # The user explicitly disabled X.
8770 have_x=disabled
8771 else
8772 case $x_includes,$x_libraries in #(
8773 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8774 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8775 { (exit 1); exit 1; }; };; #(
8776 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8777 $as_echo_n "(cached) " >&6
8778 else
8779 # One or both of the vars are not set, and there is no cached value.
8780 ac_x_includes=no ac_x_libraries=no
8781 rm -f -r conftest.dir
8782 if mkdir conftest.dir; then
8783 cd conftest.dir
8784 cat >Imakefile <<'_ACEOF'
8785 incroot:
8786 @echo incroot='${INCROOT}'
8787 usrlibdir:
8788 @echo usrlibdir='${USRLIBDIR}'
8789 libdir:
8790 @echo libdir='${LIBDIR}'
8791 _ACEOF
8792 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8793 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8794 for ac_var in incroot usrlibdir libdir; do
8795 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8796 done
8797 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8798 for ac_extension in a so sl dylib la dll; do
8799 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8800 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8801 ac_im_usrlibdir=$ac_im_libdir; break
8803 done
8804 # Screen out bogus values from the imake configuration. They are
8805 # bogus both because they are the default anyway, and because
8806 # using them would break gcc on systems where it needs fixed includes.
8807 case $ac_im_incroot in
8808 /usr/include) ac_x_includes= ;;
8809 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8810 esac
8811 case $ac_im_usrlibdir in
8812 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8813 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8814 esac
8816 cd ..
8817 rm -f -r conftest.dir
8820 # Standard set of common directories for X headers.
8821 # Check X11 before X11Rn because it is often a symlink to the current release.
8822 ac_x_header_dirs='
8823 /usr/X11/include
8824 /usr/X11R6/include
8825 /usr/X11R5/include
8826 /usr/X11R4/include
8828 /usr/include/X11
8829 /usr/include/X11R6
8830 /usr/include/X11R5
8831 /usr/include/X11R4
8833 /usr/local/X11/include
8834 /usr/local/X11R6/include
8835 /usr/local/X11R5/include
8836 /usr/local/X11R4/include
8838 /usr/local/include/X11
8839 /usr/local/include/X11R6
8840 /usr/local/include/X11R5
8841 /usr/local/include/X11R4
8843 /usr/X386/include
8844 /usr/x386/include
8845 /usr/XFree86/include/X11
8847 /usr/include
8848 /usr/local/include
8849 /usr/unsupported/include
8850 /usr/athena/include
8851 /usr/local/x11r5/include
8852 /usr/lpp/Xamples/include
8854 /usr/openwin/include
8855 /usr/openwin/share/include'
8857 if test "$ac_x_includes" = no; then
8858 # Guess where to find include files, by looking for Xlib.h.
8859 # First, try using that file with no special directory specified.
8860 cat >conftest.$ac_ext <<_ACEOF
8861 /* confdefs.h. */
8862 _ACEOF
8863 cat confdefs.h >>conftest.$ac_ext
8864 cat >>conftest.$ac_ext <<_ACEOF
8865 /* end confdefs.h. */
8866 #include <X11/Xlib.h>
8867 _ACEOF
8868 if { (ac_try="$ac_cpp conftest.$ac_ext"
8869 case "(($ac_try" in
8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8871 *) ac_try_echo=$ac_try;;
8872 esac
8873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8874 $as_echo "$ac_try_echo") >&5
8875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8876 ac_status=$?
8877 grep -v '^ *+' conftest.er1 >conftest.err
8878 rm -f conftest.er1
8879 cat conftest.err >&5
8880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8881 (exit $ac_status); } >/dev/null && {
8882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8883 test ! -s conftest.err
8884 }; then
8885 # We can compile using X headers with no special include directory.
8886 ac_x_includes=
8887 else
8888 $as_echo "$as_me: failed program was:" >&5
8889 sed 's/^/| /' conftest.$ac_ext >&5
8891 for ac_dir in $ac_x_header_dirs; do
8892 if test -r "$ac_dir/X11/Xlib.h"; then
8893 ac_x_includes=$ac_dir
8894 break
8896 done
8899 rm -f conftest.err conftest.$ac_ext
8900 fi # $ac_x_includes = no
8902 if test "$ac_x_libraries" = no; then
8903 # Check for the libraries.
8904 # See if we find them without any special options.
8905 # Don't add to $LIBS permanently.
8906 ac_save_LIBS=$LIBS
8907 LIBS="-lX11 $LIBS"
8908 cat >conftest.$ac_ext <<_ACEOF
8909 /* confdefs.h. */
8910 _ACEOF
8911 cat confdefs.h >>conftest.$ac_ext
8912 cat >>conftest.$ac_ext <<_ACEOF
8913 /* end confdefs.h. */
8914 #include <X11/Xlib.h>
8916 main ()
8918 XrmInitialize ()
8920 return 0;
8922 _ACEOF
8923 rm -f conftest.$ac_objext conftest$ac_exeext
8924 if { (ac_try="$ac_link"
8925 case "(($ac_try" in
8926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8927 *) ac_try_echo=$ac_try;;
8928 esac
8929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8930 $as_echo "$ac_try_echo") >&5
8931 (eval "$ac_link") 2>conftest.er1
8932 ac_status=$?
8933 grep -v '^ *+' conftest.er1 >conftest.err
8934 rm -f conftest.er1
8935 cat conftest.err >&5
8936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937 (exit $ac_status); } && {
8938 test -z "$ac_c_werror_flag" ||
8939 test ! -s conftest.err
8940 } && test -s conftest$ac_exeext && {
8941 test "$cross_compiling" = yes ||
8942 $as_test_x conftest$ac_exeext
8943 }; then
8944 LIBS=$ac_save_LIBS
8945 # We can link X programs with no special library path.
8946 ac_x_libraries=
8947 else
8948 $as_echo "$as_me: failed program was:" >&5
8949 sed 's/^/| /' conftest.$ac_ext >&5
8951 LIBS=$ac_save_LIBS
8952 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8954 # Don't even attempt the hair of trying to link an X program!
8955 for ac_extension in a so sl dylib la dll; do
8956 if test -r "$ac_dir/libX11.$ac_extension"; then
8957 ac_x_libraries=$ac_dir
8958 break 2
8960 done
8961 done
8964 rm -rf conftest.dSYM
8965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8966 conftest$ac_exeext conftest.$ac_ext
8967 fi # $ac_x_libraries = no
8969 case $ac_x_includes,$ac_x_libraries in #(
8970 no,* | *,no | *\'*)
8971 # Didn't find X, or a directory has "'" in its name.
8972 ac_cv_have_x="have_x=no";; #(
8974 # Record where we found X for the cache.
8975 ac_cv_have_x="have_x=yes\
8976 ac_x_includes='$ac_x_includes'\
8977 ac_x_libraries='$ac_x_libraries'"
8978 esac
8980 ;; #(
8981 *) have_x=yes;;
8982 esac
8983 eval "$ac_cv_have_x"
8984 fi # $with_x != no
8986 if test "$have_x" != yes; then
8987 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8988 $as_echo "$have_x" >&6; }
8989 no_x=yes
8990 else
8991 # If each of the values was on the command line, it overrides each guess.
8992 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8993 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8994 # Update the cache value to reflect the command line values.
8995 ac_cv_have_x="have_x=yes\
8996 ac_x_includes='$x_includes'\
8997 ac_x_libraries='$x_libraries'"
8998 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8999 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9002 if test "$no_x" = yes; then
9003 # Not all programs may use this symbol, but it does not hurt to define it.
9005 cat >>confdefs.h <<\_ACEOF
9006 #define X_DISPLAY_MISSING 1
9007 _ACEOF
9009 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9010 else
9011 if test -n "$x_includes"; then
9012 X_CFLAGS="$X_CFLAGS -I$x_includes"
9015 # It would also be nice to do this for all -L options, not just this one.
9016 if test -n "$x_libraries"; then
9017 X_LIBS="$X_LIBS -L$x_libraries"
9018 # For Solaris; some versions of Sun CC require a space after -R and
9019 # others require no space. Words are not sufficient . . . .
9020 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9021 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9022 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9023 ac_xsave_c_werror_flag=$ac_c_werror_flag
9024 ac_c_werror_flag=yes
9025 cat >conftest.$ac_ext <<_ACEOF
9026 /* confdefs.h. */
9027 _ACEOF
9028 cat confdefs.h >>conftest.$ac_ext
9029 cat >>conftest.$ac_ext <<_ACEOF
9030 /* end confdefs.h. */
9033 main ()
9037 return 0;
9039 _ACEOF
9040 rm -f conftest.$ac_objext conftest$ac_exeext
9041 if { (ac_try="$ac_link"
9042 case "(($ac_try" in
9043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9044 *) ac_try_echo=$ac_try;;
9045 esac
9046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9047 $as_echo "$ac_try_echo") >&5
9048 (eval "$ac_link") 2>conftest.er1
9049 ac_status=$?
9050 grep -v '^ *+' conftest.er1 >conftest.err
9051 rm -f conftest.er1
9052 cat conftest.err >&5
9053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9054 (exit $ac_status); } && {
9055 test -z "$ac_c_werror_flag" ||
9056 test ! -s conftest.err
9057 } && test -s conftest$ac_exeext && {
9058 test "$cross_compiling" = yes ||
9059 $as_test_x conftest$ac_exeext
9060 }; then
9061 { $as_echo "$as_me:$LINENO: result: no" >&5
9062 $as_echo "no" >&6; }
9063 X_LIBS="$X_LIBS -R$x_libraries"
9064 else
9065 $as_echo "$as_me: failed program was:" >&5
9066 sed 's/^/| /' conftest.$ac_ext >&5
9068 LIBS="$ac_xsave_LIBS -R $x_libraries"
9069 cat >conftest.$ac_ext <<_ACEOF
9070 /* confdefs.h. */
9071 _ACEOF
9072 cat confdefs.h >>conftest.$ac_ext
9073 cat >>conftest.$ac_ext <<_ACEOF
9074 /* end confdefs.h. */
9077 main ()
9081 return 0;
9083 _ACEOF
9084 rm -f conftest.$ac_objext conftest$ac_exeext
9085 if { (ac_try="$ac_link"
9086 case "(($ac_try" in
9087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9088 *) ac_try_echo=$ac_try;;
9089 esac
9090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9091 $as_echo "$ac_try_echo") >&5
9092 (eval "$ac_link") 2>conftest.er1
9093 ac_status=$?
9094 grep -v '^ *+' conftest.er1 >conftest.err
9095 rm -f conftest.er1
9096 cat conftest.err >&5
9097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9098 (exit $ac_status); } && {
9099 test -z "$ac_c_werror_flag" ||
9100 test ! -s conftest.err
9101 } && test -s conftest$ac_exeext && {
9102 test "$cross_compiling" = yes ||
9103 $as_test_x conftest$ac_exeext
9104 }; then
9105 { $as_echo "$as_me:$LINENO: result: yes" >&5
9106 $as_echo "yes" >&6; }
9107 X_LIBS="$X_LIBS -R $x_libraries"
9108 else
9109 $as_echo "$as_me: failed program was:" >&5
9110 sed 's/^/| /' conftest.$ac_ext >&5
9112 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9113 $as_echo "neither works" >&6; }
9116 rm -rf conftest.dSYM
9117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9118 conftest$ac_exeext conftest.$ac_ext
9121 rm -rf conftest.dSYM
9122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9123 conftest$ac_exeext conftest.$ac_ext
9124 ac_c_werror_flag=$ac_xsave_c_werror_flag
9125 LIBS=$ac_xsave_LIBS
9128 # Check for system-dependent libraries X programs must link with.
9129 # Do this before checking for the system-independent R6 libraries
9130 # (-lICE), since we may need -lsocket or whatever for X linking.
9132 if test "$ISC" = yes; then
9133 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9134 else
9135 # Martyn Johnson says this is needed for Ultrix, if the X
9136 # libraries were built with DECnet support. And Karl Berry says
9137 # the Alpha needs dnet_stub (dnet does not exist).
9138 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9139 cat >conftest.$ac_ext <<_ACEOF
9140 /* confdefs.h. */
9141 _ACEOF
9142 cat confdefs.h >>conftest.$ac_ext
9143 cat >>conftest.$ac_ext <<_ACEOF
9144 /* end confdefs.h. */
9146 /* Override any GCC internal prototype to avoid an error.
9147 Use char because int might match the return type of a GCC
9148 builtin and then its argument prototype would still apply. */
9149 #ifdef __cplusplus
9150 extern "C"
9151 #endif
9152 char XOpenDisplay ();
9154 main ()
9156 return XOpenDisplay ();
9158 return 0;
9160 _ACEOF
9161 rm -f conftest.$ac_objext conftest$ac_exeext
9162 if { (ac_try="$ac_link"
9163 case "(($ac_try" in
9164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9165 *) ac_try_echo=$ac_try;;
9166 esac
9167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9168 $as_echo "$ac_try_echo") >&5
9169 (eval "$ac_link") 2>conftest.er1
9170 ac_status=$?
9171 grep -v '^ *+' conftest.er1 >conftest.err
9172 rm -f conftest.er1
9173 cat conftest.err >&5
9174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); } && {
9176 test -z "$ac_c_werror_flag" ||
9177 test ! -s conftest.err
9178 } && test -s conftest$ac_exeext && {
9179 test "$cross_compiling" = yes ||
9180 $as_test_x conftest$ac_exeext
9181 }; then
9183 else
9184 $as_echo "$as_me: failed program was:" >&5
9185 sed 's/^/| /' conftest.$ac_ext >&5
9187 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9188 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9189 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9190 $as_echo_n "(cached) " >&6
9191 else
9192 ac_check_lib_save_LIBS=$LIBS
9193 LIBS="-ldnet $LIBS"
9194 cat >conftest.$ac_ext <<_ACEOF
9195 /* confdefs.h. */
9196 _ACEOF
9197 cat confdefs.h >>conftest.$ac_ext
9198 cat >>conftest.$ac_ext <<_ACEOF
9199 /* end confdefs.h. */
9201 /* Override any GCC internal prototype to avoid an error.
9202 Use char because int might match the return type of a GCC
9203 builtin and then its argument prototype would still apply. */
9204 #ifdef __cplusplus
9205 extern "C"
9206 #endif
9207 char dnet_ntoa ();
9209 main ()
9211 return dnet_ntoa ();
9213 return 0;
9215 _ACEOF
9216 rm -f conftest.$ac_objext conftest$ac_exeext
9217 if { (ac_try="$ac_link"
9218 case "(($ac_try" in
9219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9220 *) ac_try_echo=$ac_try;;
9221 esac
9222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9223 $as_echo "$ac_try_echo") >&5
9224 (eval "$ac_link") 2>conftest.er1
9225 ac_status=$?
9226 grep -v '^ *+' conftest.er1 >conftest.err
9227 rm -f conftest.er1
9228 cat conftest.err >&5
9229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9230 (exit $ac_status); } && {
9231 test -z "$ac_c_werror_flag" ||
9232 test ! -s conftest.err
9233 } && test -s conftest$ac_exeext && {
9234 test "$cross_compiling" = yes ||
9235 $as_test_x conftest$ac_exeext
9236 }; then
9237 ac_cv_lib_dnet_dnet_ntoa=yes
9238 else
9239 $as_echo "$as_me: failed program was:" >&5
9240 sed 's/^/| /' conftest.$ac_ext >&5
9242 ac_cv_lib_dnet_dnet_ntoa=no
9245 rm -rf conftest.dSYM
9246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_lib_save_LIBS
9250 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9251 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9252 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9253 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9256 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9257 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9258 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9259 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9260 $as_echo_n "(cached) " >&6
9261 else
9262 ac_check_lib_save_LIBS=$LIBS
9263 LIBS="-ldnet_stub $LIBS"
9264 cat >conftest.$ac_ext <<_ACEOF
9265 /* confdefs.h. */
9266 _ACEOF
9267 cat confdefs.h >>conftest.$ac_ext
9268 cat >>conftest.$ac_ext <<_ACEOF
9269 /* end confdefs.h. */
9271 /* Override any GCC internal prototype to avoid an error.
9272 Use char because int might match the return type of a GCC
9273 builtin and then its argument prototype would still apply. */
9274 #ifdef __cplusplus
9275 extern "C"
9276 #endif
9277 char dnet_ntoa ();
9279 main ()
9281 return dnet_ntoa ();
9283 return 0;
9285 _ACEOF
9286 rm -f conftest.$ac_objext conftest$ac_exeext
9287 if { (ac_try="$ac_link"
9288 case "(($ac_try" in
9289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9290 *) ac_try_echo=$ac_try;;
9291 esac
9292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9293 $as_echo "$ac_try_echo") >&5
9294 (eval "$ac_link") 2>conftest.er1
9295 ac_status=$?
9296 grep -v '^ *+' conftest.er1 >conftest.err
9297 rm -f conftest.er1
9298 cat conftest.err >&5
9299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9300 (exit $ac_status); } && {
9301 test -z "$ac_c_werror_flag" ||
9302 test ! -s conftest.err
9303 } && test -s conftest$ac_exeext && {
9304 test "$cross_compiling" = yes ||
9305 $as_test_x conftest$ac_exeext
9306 }; then
9307 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9308 else
9309 $as_echo "$as_me: failed program was:" >&5
9310 sed 's/^/| /' conftest.$ac_ext >&5
9312 ac_cv_lib_dnet_stub_dnet_ntoa=no
9315 rm -rf conftest.dSYM
9316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9317 conftest$ac_exeext conftest.$ac_ext
9318 LIBS=$ac_check_lib_save_LIBS
9320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9321 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9322 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9323 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9329 rm -rf conftest.dSYM
9330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9331 conftest$ac_exeext conftest.$ac_ext
9332 LIBS="$ac_xsave_LIBS"
9334 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9335 # to get the SysV transport functions.
9336 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9337 # needs -lnsl.
9338 # The nsl library prevents programs from opening the X display
9339 # on Irix 5.2, according to T.E. Dickey.
9340 # The functions gethostbyname, getservbyname, and inet_addr are
9341 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9342 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9343 $as_echo_n "checking for gethostbyname... " >&6; }
9344 if test "${ac_cv_func_gethostbyname+set}" = set; then
9345 $as_echo_n "(cached) " >&6
9346 else
9347 cat >conftest.$ac_ext <<_ACEOF
9348 /* confdefs.h. */
9349 _ACEOF
9350 cat confdefs.h >>conftest.$ac_ext
9351 cat >>conftest.$ac_ext <<_ACEOF
9352 /* end confdefs.h. */
9353 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9354 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9355 #define gethostbyname innocuous_gethostbyname
9357 /* System header to define __stub macros and hopefully few prototypes,
9358 which can conflict with char gethostbyname (); below.
9359 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9360 <limits.h> exists even on freestanding compilers. */
9362 #ifdef __STDC__
9363 # include <limits.h>
9364 #else
9365 # include <assert.h>
9366 #endif
9368 #undef gethostbyname
9370 /* Override any GCC internal prototype to avoid an error.
9371 Use char because int might match the return type of a GCC
9372 builtin and then its argument prototype would still apply. */
9373 #ifdef __cplusplus
9374 extern "C"
9375 #endif
9376 char gethostbyname ();
9377 /* The GNU C library defines this for functions which it implements
9378 to always fail with ENOSYS. Some functions are actually named
9379 something starting with __ and the normal name is an alias. */
9380 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9381 choke me
9382 #endif
9385 main ()
9387 return gethostbyname ();
9389 return 0;
9391 _ACEOF
9392 rm -f conftest.$ac_objext conftest$ac_exeext
9393 if { (ac_try="$ac_link"
9394 case "(($ac_try" in
9395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9396 *) ac_try_echo=$ac_try;;
9397 esac
9398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9399 $as_echo "$ac_try_echo") >&5
9400 (eval "$ac_link") 2>conftest.er1
9401 ac_status=$?
9402 grep -v '^ *+' conftest.er1 >conftest.err
9403 rm -f conftest.er1
9404 cat conftest.err >&5
9405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9406 (exit $ac_status); } && {
9407 test -z "$ac_c_werror_flag" ||
9408 test ! -s conftest.err
9409 } && test -s conftest$ac_exeext && {
9410 test "$cross_compiling" = yes ||
9411 $as_test_x conftest$ac_exeext
9412 }; then
9413 ac_cv_func_gethostbyname=yes
9414 else
9415 $as_echo "$as_me: failed program was:" >&5
9416 sed 's/^/| /' conftest.$ac_ext >&5
9418 ac_cv_func_gethostbyname=no
9421 rm -rf conftest.dSYM
9422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9423 conftest$ac_exeext conftest.$ac_ext
9425 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9426 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9428 if test $ac_cv_func_gethostbyname = no; then
9429 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9430 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9431 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9432 $as_echo_n "(cached) " >&6
9433 else
9434 ac_check_lib_save_LIBS=$LIBS
9435 LIBS="-lnsl $LIBS"
9436 cat >conftest.$ac_ext <<_ACEOF
9437 /* confdefs.h. */
9438 _ACEOF
9439 cat confdefs.h >>conftest.$ac_ext
9440 cat >>conftest.$ac_ext <<_ACEOF
9441 /* end confdefs.h. */
9443 /* Override any GCC internal prototype to avoid an error.
9444 Use char because int might match the return type of a GCC
9445 builtin and then its argument prototype would still apply. */
9446 #ifdef __cplusplus
9447 extern "C"
9448 #endif
9449 char gethostbyname ();
9451 main ()
9453 return gethostbyname ();
9455 return 0;
9457 _ACEOF
9458 rm -f conftest.$ac_objext conftest$ac_exeext
9459 if { (ac_try="$ac_link"
9460 case "(($ac_try" in
9461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9462 *) ac_try_echo=$ac_try;;
9463 esac
9464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9465 $as_echo "$ac_try_echo") >&5
9466 (eval "$ac_link") 2>conftest.er1
9467 ac_status=$?
9468 grep -v '^ *+' conftest.er1 >conftest.err
9469 rm -f conftest.er1
9470 cat conftest.err >&5
9471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9472 (exit $ac_status); } && {
9473 test -z "$ac_c_werror_flag" ||
9474 test ! -s conftest.err
9475 } && test -s conftest$ac_exeext && {
9476 test "$cross_compiling" = yes ||
9477 $as_test_x conftest$ac_exeext
9478 }; then
9479 ac_cv_lib_nsl_gethostbyname=yes
9480 else
9481 $as_echo "$as_me: failed program was:" >&5
9482 sed 's/^/| /' conftest.$ac_ext >&5
9484 ac_cv_lib_nsl_gethostbyname=no
9487 rm -rf conftest.dSYM
9488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9489 conftest$ac_exeext conftest.$ac_ext
9490 LIBS=$ac_check_lib_save_LIBS
9492 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9493 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9494 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9495 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9498 if test $ac_cv_lib_nsl_gethostbyname = no; then
9499 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9500 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9501 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9502 $as_echo_n "(cached) " >&6
9503 else
9504 ac_check_lib_save_LIBS=$LIBS
9505 LIBS="-lbsd $LIBS"
9506 cat >conftest.$ac_ext <<_ACEOF
9507 /* confdefs.h. */
9508 _ACEOF
9509 cat confdefs.h >>conftest.$ac_ext
9510 cat >>conftest.$ac_ext <<_ACEOF
9511 /* end confdefs.h. */
9513 /* Override any GCC internal prototype to avoid an error.
9514 Use char because int might match the return type of a GCC
9515 builtin and then its argument prototype would still apply. */
9516 #ifdef __cplusplus
9517 extern "C"
9518 #endif
9519 char gethostbyname ();
9521 main ()
9523 return gethostbyname ();
9525 return 0;
9527 _ACEOF
9528 rm -f conftest.$ac_objext conftest$ac_exeext
9529 if { (ac_try="$ac_link"
9530 case "(($ac_try" in
9531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9532 *) ac_try_echo=$ac_try;;
9533 esac
9534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9535 $as_echo "$ac_try_echo") >&5
9536 (eval "$ac_link") 2>conftest.er1
9537 ac_status=$?
9538 grep -v '^ *+' conftest.er1 >conftest.err
9539 rm -f conftest.er1
9540 cat conftest.err >&5
9541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9542 (exit $ac_status); } && {
9543 test -z "$ac_c_werror_flag" ||
9544 test ! -s conftest.err
9545 } && test -s conftest$ac_exeext && {
9546 test "$cross_compiling" = yes ||
9547 $as_test_x conftest$ac_exeext
9548 }; then
9549 ac_cv_lib_bsd_gethostbyname=yes
9550 else
9551 $as_echo "$as_me: failed program was:" >&5
9552 sed 's/^/| /' conftest.$ac_ext >&5
9554 ac_cv_lib_bsd_gethostbyname=no
9557 rm -rf conftest.dSYM
9558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9559 conftest$ac_exeext conftest.$ac_ext
9560 LIBS=$ac_check_lib_save_LIBS
9562 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9563 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9564 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9565 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9571 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9572 # socket/setsockopt and other routines are undefined under SCO ODT
9573 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9574 # on later versions), says Simon Leinen: it contains gethostby*
9575 # variants that don't use the name server (or something). -lsocket
9576 # must be given before -lnsl if both are needed. We assume that
9577 # if connect needs -lnsl, so does gethostbyname.
9578 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9579 $as_echo_n "checking for connect... " >&6; }
9580 if test "${ac_cv_func_connect+set}" = set; then
9581 $as_echo_n "(cached) " >&6
9582 else
9583 cat >conftest.$ac_ext <<_ACEOF
9584 /* confdefs.h. */
9585 _ACEOF
9586 cat confdefs.h >>conftest.$ac_ext
9587 cat >>conftest.$ac_ext <<_ACEOF
9588 /* end confdefs.h. */
9589 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9590 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9591 #define connect innocuous_connect
9593 /* System header to define __stub macros and hopefully few prototypes,
9594 which can conflict with char connect (); below.
9595 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9596 <limits.h> exists even on freestanding compilers. */
9598 #ifdef __STDC__
9599 # include <limits.h>
9600 #else
9601 # include <assert.h>
9602 #endif
9604 #undef connect
9606 /* Override any GCC internal prototype to avoid an error.
9607 Use char because int might match the return type of a GCC
9608 builtin and then its argument prototype would still apply. */
9609 #ifdef __cplusplus
9610 extern "C"
9611 #endif
9612 char connect ();
9613 /* The GNU C library defines this for functions which it implements
9614 to always fail with ENOSYS. Some functions are actually named
9615 something starting with __ and the normal name is an alias. */
9616 #if defined __stub_connect || defined __stub___connect
9617 choke me
9618 #endif
9621 main ()
9623 return connect ();
9625 return 0;
9627 _ACEOF
9628 rm -f conftest.$ac_objext conftest$ac_exeext
9629 if { (ac_try="$ac_link"
9630 case "(($ac_try" in
9631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9632 *) ac_try_echo=$ac_try;;
9633 esac
9634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9635 $as_echo "$ac_try_echo") >&5
9636 (eval "$ac_link") 2>conftest.er1
9637 ac_status=$?
9638 grep -v '^ *+' conftest.er1 >conftest.err
9639 rm -f conftest.er1
9640 cat conftest.err >&5
9641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } && {
9643 test -z "$ac_c_werror_flag" ||
9644 test ! -s conftest.err
9645 } && test -s conftest$ac_exeext && {
9646 test "$cross_compiling" = yes ||
9647 $as_test_x conftest$ac_exeext
9648 }; then
9649 ac_cv_func_connect=yes
9650 else
9651 $as_echo "$as_me: failed program was:" >&5
9652 sed 's/^/| /' conftest.$ac_ext >&5
9654 ac_cv_func_connect=no
9657 rm -rf conftest.dSYM
9658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9659 conftest$ac_exeext conftest.$ac_ext
9661 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9662 $as_echo "$ac_cv_func_connect" >&6; }
9664 if test $ac_cv_func_connect = no; then
9665 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9666 $as_echo_n "checking for connect in -lsocket... " >&6; }
9667 if test "${ac_cv_lib_socket_connect+set}" = set; then
9668 $as_echo_n "(cached) " >&6
9669 else
9670 ac_check_lib_save_LIBS=$LIBS
9671 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9672 cat >conftest.$ac_ext <<_ACEOF
9673 /* confdefs.h. */
9674 _ACEOF
9675 cat confdefs.h >>conftest.$ac_ext
9676 cat >>conftest.$ac_ext <<_ACEOF
9677 /* end confdefs.h. */
9679 /* Override any GCC internal prototype to avoid an error.
9680 Use char because int might match the return type of a GCC
9681 builtin and then its argument prototype would still apply. */
9682 #ifdef __cplusplus
9683 extern "C"
9684 #endif
9685 char connect ();
9687 main ()
9689 return connect ();
9691 return 0;
9693 _ACEOF
9694 rm -f conftest.$ac_objext conftest$ac_exeext
9695 if { (ac_try="$ac_link"
9696 case "(($ac_try" in
9697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9698 *) ac_try_echo=$ac_try;;
9699 esac
9700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9701 $as_echo "$ac_try_echo") >&5
9702 (eval "$ac_link") 2>conftest.er1
9703 ac_status=$?
9704 grep -v '^ *+' conftest.er1 >conftest.err
9705 rm -f conftest.er1
9706 cat conftest.err >&5
9707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9708 (exit $ac_status); } && {
9709 test -z "$ac_c_werror_flag" ||
9710 test ! -s conftest.err
9711 } && test -s conftest$ac_exeext && {
9712 test "$cross_compiling" = yes ||
9713 $as_test_x conftest$ac_exeext
9714 }; then
9715 ac_cv_lib_socket_connect=yes
9716 else
9717 $as_echo "$as_me: failed program was:" >&5
9718 sed 's/^/| /' conftest.$ac_ext >&5
9720 ac_cv_lib_socket_connect=no
9723 rm -rf conftest.dSYM
9724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_lib_save_LIBS
9728 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9729 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9730 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9731 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9736 # Guillermo Gomez says -lposix is necessary on A/UX.
9737 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9738 $as_echo_n "checking for remove... " >&6; }
9739 if test "${ac_cv_func_remove+set}" = set; then
9740 $as_echo_n "(cached) " >&6
9741 else
9742 cat >conftest.$ac_ext <<_ACEOF
9743 /* confdefs.h. */
9744 _ACEOF
9745 cat confdefs.h >>conftest.$ac_ext
9746 cat >>conftest.$ac_ext <<_ACEOF
9747 /* end confdefs.h. */
9748 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9749 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9750 #define remove innocuous_remove
9752 /* System header to define __stub macros and hopefully few prototypes,
9753 which can conflict with char remove (); below.
9754 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9755 <limits.h> exists even on freestanding compilers. */
9757 #ifdef __STDC__
9758 # include <limits.h>
9759 #else
9760 # include <assert.h>
9761 #endif
9763 #undef remove
9765 /* Override any GCC internal prototype to avoid an error.
9766 Use char because int might match the return type of a GCC
9767 builtin and then its argument prototype would still apply. */
9768 #ifdef __cplusplus
9769 extern "C"
9770 #endif
9771 char remove ();
9772 /* The GNU C library defines this for functions which it implements
9773 to always fail with ENOSYS. Some functions are actually named
9774 something starting with __ and the normal name is an alias. */
9775 #if defined __stub_remove || defined __stub___remove
9776 choke me
9777 #endif
9780 main ()
9782 return remove ();
9784 return 0;
9786 _ACEOF
9787 rm -f conftest.$ac_objext conftest$ac_exeext
9788 if { (ac_try="$ac_link"
9789 case "(($ac_try" in
9790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9791 *) ac_try_echo=$ac_try;;
9792 esac
9793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9794 $as_echo "$ac_try_echo") >&5
9795 (eval "$ac_link") 2>conftest.er1
9796 ac_status=$?
9797 grep -v '^ *+' conftest.er1 >conftest.err
9798 rm -f conftest.er1
9799 cat conftest.err >&5
9800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801 (exit $ac_status); } && {
9802 test -z "$ac_c_werror_flag" ||
9803 test ! -s conftest.err
9804 } && test -s conftest$ac_exeext && {
9805 test "$cross_compiling" = yes ||
9806 $as_test_x conftest$ac_exeext
9807 }; then
9808 ac_cv_func_remove=yes
9809 else
9810 $as_echo "$as_me: failed program was:" >&5
9811 sed 's/^/| /' conftest.$ac_ext >&5
9813 ac_cv_func_remove=no
9816 rm -rf conftest.dSYM
9817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9818 conftest$ac_exeext conftest.$ac_ext
9820 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9821 $as_echo "$ac_cv_func_remove" >&6; }
9823 if test $ac_cv_func_remove = no; then
9824 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9825 $as_echo_n "checking for remove in -lposix... " >&6; }
9826 if test "${ac_cv_lib_posix_remove+set}" = set; then
9827 $as_echo_n "(cached) " >&6
9828 else
9829 ac_check_lib_save_LIBS=$LIBS
9830 LIBS="-lposix $LIBS"
9831 cat >conftest.$ac_ext <<_ACEOF
9832 /* confdefs.h. */
9833 _ACEOF
9834 cat confdefs.h >>conftest.$ac_ext
9835 cat >>conftest.$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9841 #ifdef __cplusplus
9842 extern "C"
9843 #endif
9844 char remove ();
9846 main ()
9848 return remove ();
9850 return 0;
9852 _ACEOF
9853 rm -f conftest.$ac_objext conftest$ac_exeext
9854 if { (ac_try="$ac_link"
9855 case "(($ac_try" in
9856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9858 esac
9859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9860 $as_echo "$ac_try_echo") >&5
9861 (eval "$ac_link") 2>conftest.er1
9862 ac_status=$?
9863 grep -v '^ *+' conftest.er1 >conftest.err
9864 rm -f conftest.er1
9865 cat conftest.err >&5
9866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); } && {
9868 test -z "$ac_c_werror_flag" ||
9869 test ! -s conftest.err
9870 } && test -s conftest$ac_exeext && {
9871 test "$cross_compiling" = yes ||
9872 $as_test_x conftest$ac_exeext
9873 }; then
9874 ac_cv_lib_posix_remove=yes
9875 else
9876 $as_echo "$as_me: failed program was:" >&5
9877 sed 's/^/| /' conftest.$ac_ext >&5
9879 ac_cv_lib_posix_remove=no
9882 rm -rf conftest.dSYM
9883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9884 conftest$ac_exeext conftest.$ac_ext
9885 LIBS=$ac_check_lib_save_LIBS
9887 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9888 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9889 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9890 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9895 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9896 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9897 $as_echo_n "checking for shmat... " >&6; }
9898 if test "${ac_cv_func_shmat+set}" = set; then
9899 $as_echo_n "(cached) " >&6
9900 else
9901 cat >conftest.$ac_ext <<_ACEOF
9902 /* confdefs.h. */
9903 _ACEOF
9904 cat confdefs.h >>conftest.$ac_ext
9905 cat >>conftest.$ac_ext <<_ACEOF
9906 /* end confdefs.h. */
9907 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9908 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9909 #define shmat innocuous_shmat
9911 /* System header to define __stub macros and hopefully few prototypes,
9912 which can conflict with char shmat (); below.
9913 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9914 <limits.h> exists even on freestanding compilers. */
9916 #ifdef __STDC__
9917 # include <limits.h>
9918 #else
9919 # include <assert.h>
9920 #endif
9922 #undef shmat
9924 /* Override any GCC internal prototype to avoid an error.
9925 Use char because int might match the return type of a GCC
9926 builtin and then its argument prototype would still apply. */
9927 #ifdef __cplusplus
9928 extern "C"
9929 #endif
9930 char shmat ();
9931 /* The GNU C library defines this for functions which it implements
9932 to always fail with ENOSYS. Some functions are actually named
9933 something starting with __ and the normal name is an alias. */
9934 #if defined __stub_shmat || defined __stub___shmat
9935 choke me
9936 #endif
9939 main ()
9941 return shmat ();
9943 return 0;
9945 _ACEOF
9946 rm -f conftest.$ac_objext conftest$ac_exeext
9947 if { (ac_try="$ac_link"
9948 case "(($ac_try" in
9949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9950 *) ac_try_echo=$ac_try;;
9951 esac
9952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9953 $as_echo "$ac_try_echo") >&5
9954 (eval "$ac_link") 2>conftest.er1
9955 ac_status=$?
9956 grep -v '^ *+' conftest.er1 >conftest.err
9957 rm -f conftest.er1
9958 cat conftest.err >&5
9959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960 (exit $ac_status); } && {
9961 test -z "$ac_c_werror_flag" ||
9962 test ! -s conftest.err
9963 } && test -s conftest$ac_exeext && {
9964 test "$cross_compiling" = yes ||
9965 $as_test_x conftest$ac_exeext
9966 }; then
9967 ac_cv_func_shmat=yes
9968 else
9969 $as_echo "$as_me: failed program was:" >&5
9970 sed 's/^/| /' conftest.$ac_ext >&5
9972 ac_cv_func_shmat=no
9975 rm -rf conftest.dSYM
9976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9977 conftest$ac_exeext conftest.$ac_ext
9979 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9980 $as_echo "$ac_cv_func_shmat" >&6; }
9982 if test $ac_cv_func_shmat = no; then
9983 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9984 $as_echo_n "checking for shmat in -lipc... " >&6; }
9985 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9986 $as_echo_n "(cached) " >&6
9987 else
9988 ac_check_lib_save_LIBS=$LIBS
9989 LIBS="-lipc $LIBS"
9990 cat >conftest.$ac_ext <<_ACEOF
9991 /* confdefs.h. */
9992 _ACEOF
9993 cat confdefs.h >>conftest.$ac_ext
9994 cat >>conftest.$ac_ext <<_ACEOF
9995 /* end confdefs.h. */
9997 /* Override any GCC internal prototype to avoid an error.
9998 Use char because int might match the return type of a GCC
9999 builtin and then its argument prototype would still apply. */
10000 #ifdef __cplusplus
10001 extern "C"
10002 #endif
10003 char shmat ();
10005 main ()
10007 return shmat ();
10009 return 0;
10011 _ACEOF
10012 rm -f conftest.$ac_objext conftest$ac_exeext
10013 if { (ac_try="$ac_link"
10014 case "(($ac_try" in
10015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10016 *) ac_try_echo=$ac_try;;
10017 esac
10018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10019 $as_echo "$ac_try_echo") >&5
10020 (eval "$ac_link") 2>conftest.er1
10021 ac_status=$?
10022 grep -v '^ *+' conftest.er1 >conftest.err
10023 rm -f conftest.er1
10024 cat conftest.err >&5
10025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10026 (exit $ac_status); } && {
10027 test -z "$ac_c_werror_flag" ||
10028 test ! -s conftest.err
10029 } && test -s conftest$ac_exeext && {
10030 test "$cross_compiling" = yes ||
10031 $as_test_x conftest$ac_exeext
10032 }; then
10033 ac_cv_lib_ipc_shmat=yes
10034 else
10035 $as_echo "$as_me: failed program was:" >&5
10036 sed 's/^/| /' conftest.$ac_ext >&5
10038 ac_cv_lib_ipc_shmat=no
10041 rm -rf conftest.dSYM
10042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10043 conftest$ac_exeext conftest.$ac_ext
10044 LIBS=$ac_check_lib_save_LIBS
10046 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10047 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10048 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10049 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10055 # Check for libraries that X11R6 Xt/Xaw programs need.
10056 ac_save_LDFLAGS=$LDFLAGS
10057 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10058 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10059 # check for ICE first), but we must link in the order -lSM -lICE or
10060 # we get undefined symbols. So assume we have SM if we have ICE.
10061 # These have to be linked with before -lX11, unlike the other
10062 # libraries we check for below, so use a different variable.
10063 # John Interrante, Karl Berry
10064 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10065 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10066 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10067 $as_echo_n "(cached) " >&6
10068 else
10069 ac_check_lib_save_LIBS=$LIBS
10070 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10071 cat >conftest.$ac_ext <<_ACEOF
10072 /* confdefs.h. */
10073 _ACEOF
10074 cat confdefs.h >>conftest.$ac_ext
10075 cat >>conftest.$ac_ext <<_ACEOF
10076 /* end confdefs.h. */
10078 /* Override any GCC internal prototype to avoid an error.
10079 Use char because int might match the return type of a GCC
10080 builtin and then its argument prototype would still apply. */
10081 #ifdef __cplusplus
10082 extern "C"
10083 #endif
10084 char IceConnectionNumber ();
10086 main ()
10088 return IceConnectionNumber ();
10090 return 0;
10092 _ACEOF
10093 rm -f conftest.$ac_objext conftest$ac_exeext
10094 if { (ac_try="$ac_link"
10095 case "(($ac_try" in
10096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10097 *) ac_try_echo=$ac_try;;
10098 esac
10099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10100 $as_echo "$ac_try_echo") >&5
10101 (eval "$ac_link") 2>conftest.er1
10102 ac_status=$?
10103 grep -v '^ *+' conftest.er1 >conftest.err
10104 rm -f conftest.er1
10105 cat conftest.err >&5
10106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10107 (exit $ac_status); } && {
10108 test -z "$ac_c_werror_flag" ||
10109 test ! -s conftest.err
10110 } && test -s conftest$ac_exeext && {
10111 test "$cross_compiling" = yes ||
10112 $as_test_x conftest$ac_exeext
10113 }; then
10114 ac_cv_lib_ICE_IceConnectionNumber=yes
10115 else
10116 $as_echo "$as_me: failed program was:" >&5
10117 sed 's/^/| /' conftest.$ac_ext >&5
10119 ac_cv_lib_ICE_IceConnectionNumber=no
10122 rm -rf conftest.dSYM
10123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10124 conftest$ac_exeext conftest.$ac_ext
10125 LIBS=$ac_check_lib_save_LIBS
10127 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10128 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10129 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10130 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10133 LDFLAGS=$ac_save_LDFLAGS
10138 if test "$have_x" = "yes"
10139 then
10140 XLIB="-lXext -lX11"
10141 ac_save_CPPFLAGS="$CPPFLAGS"
10142 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10144 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10145 $as_echo_n "checking for -lX11... " >&6; }
10146 if test "${ac_cv_lib_soname_X11+set}" = set; then
10147 $as_echo_n "(cached) " >&6
10148 else
10149 ac_check_soname_save_LIBS=$LIBS
10150 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10151 cat >conftest.$ac_ext <<_ACEOF
10152 /* confdefs.h. */
10153 _ACEOF
10154 cat confdefs.h >>conftest.$ac_ext
10155 cat >>conftest.$ac_ext <<_ACEOF
10156 /* end confdefs.h. */
10158 /* Override any GCC internal prototype to avoid an error.
10159 Use char because int might match the return type of a GCC
10160 builtin and then its argument prototype would still apply. */
10161 #ifdef __cplusplus
10162 extern "C"
10163 #endif
10164 char XCreateWindow ();
10166 main ()
10168 return XCreateWindow ();
10170 return 0;
10172 _ACEOF
10173 rm -f conftest.$ac_objext conftest$ac_exeext
10174 if { (ac_try="$ac_link"
10175 case "(($ac_try" in
10176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10177 *) ac_try_echo=$ac_try;;
10178 esac
10179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10180 $as_echo "$ac_try_echo") >&5
10181 (eval "$ac_link") 2>conftest.er1
10182 ac_status=$?
10183 grep -v '^ *+' conftest.er1 >conftest.err
10184 rm -f conftest.er1
10185 cat conftest.err >&5
10186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10187 (exit $ac_status); } && {
10188 test -z "$ac_c_werror_flag" ||
10189 test ! -s conftest.err
10190 } && test -s conftest$ac_exeext && {
10191 test "$cross_compiling" = yes ||
10192 $as_test_x conftest$ac_exeext
10193 }; then
10194 case "$LIBEXT" in
10195 dll) ;;
10196 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'` ;;
10197 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10198 esac
10199 else
10200 $as_echo "$as_me: failed program was:" >&5
10201 sed 's/^/| /' conftest.$ac_ext >&5
10206 rm -rf conftest.dSYM
10207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10208 conftest$ac_exeext conftest.$ac_ext
10209 LIBS=$ac_check_soname_save_LIBS
10211 if test "x$ac_cv_lib_soname_X11" = "x"; then
10212 { $as_echo "$as_me:$LINENO: result: not found" >&5
10213 $as_echo "not found" >&6; }
10215 else
10216 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10217 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10219 cat >>confdefs.h <<_ACEOF
10220 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10221 _ACEOF
10226 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10227 $as_echo_n "checking for -lXext... " >&6; }
10228 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10229 $as_echo_n "(cached) " >&6
10230 else
10231 ac_check_soname_save_LIBS=$LIBS
10232 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10233 cat >conftest.$ac_ext <<_ACEOF
10234 /* confdefs.h. */
10235 _ACEOF
10236 cat confdefs.h >>conftest.$ac_ext
10237 cat >>conftest.$ac_ext <<_ACEOF
10238 /* end confdefs.h. */
10240 /* Override any GCC internal prototype to avoid an error.
10241 Use char because int might match the return type of a GCC
10242 builtin and then its argument prototype would still apply. */
10243 #ifdef __cplusplus
10244 extern "C"
10245 #endif
10246 char XextCreateExtension ();
10248 main ()
10250 return XextCreateExtension ();
10252 return 0;
10254 _ACEOF
10255 rm -f conftest.$ac_objext conftest$ac_exeext
10256 if { (ac_try="$ac_link"
10257 case "(($ac_try" in
10258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10259 *) ac_try_echo=$ac_try;;
10260 esac
10261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10262 $as_echo "$ac_try_echo") >&5
10263 (eval "$ac_link") 2>conftest.er1
10264 ac_status=$?
10265 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1
10267 cat conftest.err >&5
10268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && {
10270 test -z "$ac_c_werror_flag" ||
10271 test ! -s conftest.err
10272 } && test -s conftest$ac_exeext && {
10273 test "$cross_compiling" = yes ||
10274 $as_test_x conftest$ac_exeext
10275 }; then
10276 case "$LIBEXT" in
10277 dll) ;;
10278 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'` ;;
10279 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10280 esac
10281 else
10282 $as_echo "$as_me: failed program was:" >&5
10283 sed 's/^/| /' conftest.$ac_ext >&5
10288 rm -rf conftest.dSYM
10289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10290 conftest$ac_exeext conftest.$ac_ext
10291 LIBS=$ac_check_soname_save_LIBS
10293 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10294 { $as_echo "$as_me:$LINENO: result: not found" >&5
10295 $as_echo "not found" >&6; }
10297 else
10298 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10299 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10301 cat >>confdefs.h <<_ACEOF
10302 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10303 _ACEOF
10321 for ac_header in X11/Xlib.h \
10322 X11/XKBlib.h \
10323 X11/Xutil.h \
10324 X11/Xcursor/Xcursor.h \
10325 X11/extensions/shape.h \
10326 X11/extensions/XInput.h \
10327 X11/extensions/XShm.h \
10328 X11/extensions/Xcomposite.h \
10329 X11/extensions/Xinerama.h \
10330 X11/extensions/Xrandr.h \
10331 X11/extensions/Xrender.h \
10332 X11/extensions/xf86vmode.h
10334 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10335 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10336 $as_echo_n "checking for $ac_header... " >&6; }
10337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10338 $as_echo_n "(cached) " >&6
10339 else
10340 cat >conftest.$ac_ext <<_ACEOF
10341 /* confdefs.h. */
10342 _ACEOF
10343 cat confdefs.h >>conftest.$ac_ext
10344 cat >>conftest.$ac_ext <<_ACEOF
10345 /* end confdefs.h. */
10346 #ifdef HAVE_X11_XLIB_H
10347 # include <X11/Xlib.h>
10348 #endif
10349 #ifdef HAVE_X11_XUTIL_H
10350 # include <X11/Xutil.h>
10351 #endif
10353 #include <$ac_header>
10354 _ACEOF
10355 rm -f conftest.$ac_objext
10356 if { (ac_try="$ac_compile"
10357 case "(($ac_try" in
10358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10359 *) ac_try_echo=$ac_try;;
10360 esac
10361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10362 $as_echo "$ac_try_echo") >&5
10363 (eval "$ac_compile") 2>conftest.er1
10364 ac_status=$?
10365 grep -v '^ *+' conftest.er1 >conftest.err
10366 rm -f conftest.er1
10367 cat conftest.err >&5
10368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); } && {
10370 test -z "$ac_c_werror_flag" ||
10371 test ! -s conftest.err
10372 } && test -s conftest.$ac_objext; then
10373 eval "$as_ac_Header=yes"
10374 else
10375 $as_echo "$as_me: failed program was:" >&5
10376 sed 's/^/| /' conftest.$ac_ext >&5
10378 eval "$as_ac_Header=no"
10381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10383 ac_res=`eval 'as_val=${'$as_ac_Header'}
10384 $as_echo "$as_val"'`
10385 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10386 $as_echo "$ac_res" >&6; }
10387 as_val=`eval 'as_val=${'$as_ac_Header'}
10388 $as_echo "$as_val"'`
10389 if test "x$as_val" = x""yes; then
10390 cat >>confdefs.h <<_ACEOF
10391 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10392 _ACEOF
10396 done
10399 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10400 then
10401 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10402 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10403 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10404 $as_echo_n "(cached) " >&6
10405 else
10406 ac_check_lib_save_LIBS=$LIBS
10407 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10408 cat >conftest.$ac_ext <<_ACEOF
10409 /* confdefs.h. */
10410 _ACEOF
10411 cat confdefs.h >>conftest.$ac_ext
10412 cat >>conftest.$ac_ext <<_ACEOF
10413 /* end confdefs.h. */
10415 /* Override any GCC internal prototype to avoid an error.
10416 Use char because int might match the return type of a GCC
10417 builtin and then its argument prototype would still apply. */
10418 #ifdef __cplusplus
10419 extern "C"
10420 #endif
10421 char XkbQueryExtension ();
10423 main ()
10425 return XkbQueryExtension ();
10427 return 0;
10429 _ACEOF
10430 rm -f conftest.$ac_objext conftest$ac_exeext
10431 if { (ac_try="$ac_link"
10432 case "(($ac_try" in
10433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10434 *) ac_try_echo=$ac_try;;
10435 esac
10436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10437 $as_echo "$ac_try_echo") >&5
10438 (eval "$ac_link") 2>conftest.er1
10439 ac_status=$?
10440 grep -v '^ *+' conftest.er1 >conftest.err
10441 rm -f conftest.er1
10442 cat conftest.err >&5
10443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10444 (exit $ac_status); } && {
10445 test -z "$ac_c_werror_flag" ||
10446 test ! -s conftest.err
10447 } && test -s conftest$ac_exeext && {
10448 test "$cross_compiling" = yes ||
10449 $as_test_x conftest$ac_exeext
10450 }; then
10451 ac_cv_lib_X11_XkbQueryExtension=yes
10452 else
10453 $as_echo "$as_me: failed program was:" >&5
10454 sed 's/^/| /' conftest.$ac_ext >&5
10456 ac_cv_lib_X11_XkbQueryExtension=no
10459 rm -rf conftest.dSYM
10460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10461 conftest$ac_exeext conftest.$ac_ext
10462 LIBS=$ac_check_lib_save_LIBS
10464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10465 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10466 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10468 cat >>confdefs.h <<\_ACEOF
10469 #define HAVE_XKB 1
10470 _ACEOF
10476 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10477 then
10478 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10479 $as_echo_n "checking for -lXcursor... " >&6; }
10480 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10481 $as_echo_n "(cached) " >&6
10482 else
10483 ac_check_soname_save_LIBS=$LIBS
10484 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10485 cat >conftest.$ac_ext <<_ACEOF
10486 /* confdefs.h. */
10487 _ACEOF
10488 cat confdefs.h >>conftest.$ac_ext
10489 cat >>conftest.$ac_ext <<_ACEOF
10490 /* end confdefs.h. */
10492 /* Override any GCC internal prototype to avoid an error.
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
10495 #ifdef __cplusplus
10496 extern "C"
10497 #endif
10498 char XcursorImageLoadCursor ();
10500 main ()
10502 return XcursorImageLoadCursor ();
10504 return 0;
10506 _ACEOF
10507 rm -f conftest.$ac_objext conftest$ac_exeext
10508 if { (ac_try="$ac_link"
10509 case "(($ac_try" in
10510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10511 *) ac_try_echo=$ac_try;;
10512 esac
10513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10514 $as_echo "$ac_try_echo") >&5
10515 (eval "$ac_link") 2>conftest.er1
10516 ac_status=$?
10517 grep -v '^ *+' conftest.er1 >conftest.err
10518 rm -f conftest.er1
10519 cat conftest.err >&5
10520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && {
10522 test -z "$ac_c_werror_flag" ||
10523 test ! -s conftest.err
10524 } && test -s conftest$ac_exeext && {
10525 test "$cross_compiling" = yes ||
10526 $as_test_x conftest$ac_exeext
10527 }; then
10528 case "$LIBEXT" in
10529 dll) ;;
10530 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'` ;;
10531 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10532 esac
10533 else
10534 $as_echo "$as_me: failed program was:" >&5
10535 sed 's/^/| /' conftest.$ac_ext >&5
10540 rm -rf conftest.dSYM
10541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10542 conftest$ac_exeext conftest.$ac_ext
10543 LIBS=$ac_check_soname_save_LIBS
10545 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10546 { $as_echo "$as_me:$LINENO: result: not found" >&5
10547 $as_echo "not found" >&6; }
10549 else
10550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10551 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10553 cat >>confdefs.h <<_ACEOF
10554 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10555 _ACEOF
10561 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10562 case "x$with_xcursor" in
10563 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10564 xno) ;;
10565 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10566 This is an error since --with-xcursor was requested." >&5
10567 $as_echo "$as_me: 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." >&2;}
10569 { (exit 1); exit 1; }; } ;;
10570 esac
10574 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10575 then
10576 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10577 $as_echo_n "checking for -lXi... " >&6; }
10578 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10579 $as_echo_n "(cached) " >&6
10580 else
10581 ac_check_soname_save_LIBS=$LIBS
10582 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10583 cat >conftest.$ac_ext <<_ACEOF
10584 /* confdefs.h. */
10585 _ACEOF
10586 cat confdefs.h >>conftest.$ac_ext
10587 cat >>conftest.$ac_ext <<_ACEOF
10588 /* end confdefs.h. */
10590 /* Override any GCC internal prototype to avoid an error.
10591 Use char because int might match the return type of a GCC
10592 builtin and then its argument prototype would still apply. */
10593 #ifdef __cplusplus
10594 extern "C"
10595 #endif
10596 char XOpenDevice ();
10598 main ()
10600 return XOpenDevice ();
10602 return 0;
10604 _ACEOF
10605 rm -f conftest.$ac_objext conftest$ac_exeext
10606 if { (ac_try="$ac_link"
10607 case "(($ac_try" in
10608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10609 *) ac_try_echo=$ac_try;;
10610 esac
10611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10612 $as_echo "$ac_try_echo") >&5
10613 (eval "$ac_link") 2>conftest.er1
10614 ac_status=$?
10615 grep -v '^ *+' conftest.er1 >conftest.err
10616 rm -f conftest.er1
10617 cat conftest.err >&5
10618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10619 (exit $ac_status); } && {
10620 test -z "$ac_c_werror_flag" ||
10621 test ! -s conftest.err
10622 } && test -s conftest$ac_exeext && {
10623 test "$cross_compiling" = yes ||
10624 $as_test_x conftest$ac_exeext
10625 }; then
10626 case "$LIBEXT" in
10627 dll) ;;
10628 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'` ;;
10629 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10630 esac
10631 else
10632 $as_echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.$ac_ext >&5
10638 rm -rf conftest.dSYM
10639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10640 conftest$ac_exeext conftest.$ac_ext
10641 LIBS=$ac_check_soname_save_LIBS
10643 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10644 { $as_echo "$as_me:$LINENO: result: not found" >&5
10645 $as_echo "not found" >&6; }
10647 else
10648 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10649 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10651 cat >>confdefs.h <<_ACEOF
10652 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10653 _ACEOF
10659 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10660 case "x$with_xinput" in
10661 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10662 xno) ;;
10663 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10664 This is an error since --with-xinput was requested." >&5
10665 $as_echo "$as_me: 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." >&2;}
10667 { (exit 1); exit 1; }; } ;;
10668 esac
10672 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10673 then
10674 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10675 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10676 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_lib_save_LIBS=$LIBS
10680 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10681 cat >conftest.$ac_ext <<_ACEOF
10682 /* confdefs.h. */
10683 _ACEOF
10684 cat confdefs.h >>conftest.$ac_ext
10685 cat >>conftest.$ac_ext <<_ACEOF
10686 /* end confdefs.h. */
10688 /* Override any GCC internal prototype to avoid an error.
10689 Use char because int might match the return type of a GCC
10690 builtin and then its argument prototype would still apply. */
10691 #ifdef __cplusplus
10692 extern "C"
10693 #endif
10694 char XShmQueryExtension ();
10696 main ()
10698 return XShmQueryExtension ();
10700 return 0;
10702 _ACEOF
10703 rm -f conftest.$ac_objext conftest$ac_exeext
10704 if { (ac_try="$ac_link"
10705 case "(($ac_try" in
10706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10707 *) ac_try_echo=$ac_try;;
10708 esac
10709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10710 $as_echo "$ac_try_echo") >&5
10711 (eval "$ac_link") 2>conftest.er1
10712 ac_status=$?
10713 grep -v '^ *+' conftest.er1 >conftest.err
10714 rm -f conftest.er1
10715 cat conftest.err >&5
10716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717 (exit $ac_status); } && {
10718 test -z "$ac_c_werror_flag" ||
10719 test ! -s conftest.err
10720 } && test -s conftest$ac_exeext && {
10721 test "$cross_compiling" = yes ||
10722 $as_test_x conftest$ac_exeext
10723 }; then
10724 ac_cv_lib_Xext_XShmQueryExtension=yes
10725 else
10726 $as_echo "$as_me: failed program was:" >&5
10727 sed 's/^/| /' conftest.$ac_ext >&5
10729 ac_cv_lib_Xext_XShmQueryExtension=no
10732 rm -rf conftest.dSYM
10733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10734 conftest$ac_exeext conftest.$ac_ext
10735 LIBS=$ac_check_lib_save_LIBS
10737 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10738 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10739 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10741 cat >>confdefs.h <<\_ACEOF
10742 #define HAVE_LIBXXSHM 1
10743 _ACEOF
10748 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10749 case "x$with_xshm" in
10750 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10751 xno) ;;
10752 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10753 This is an error since --with-xshm was requested." >&5
10754 $as_echo "$as_me: 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." >&2;}
10756 { (exit 1); exit 1; }; } ;;
10757 esac
10761 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10762 then
10763 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10764 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10765 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10766 $as_echo_n "(cached) " >&6
10767 else
10768 ac_check_lib_save_LIBS=$LIBS
10769 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10770 cat >conftest.$ac_ext <<_ACEOF
10771 /* confdefs.h. */
10772 _ACEOF
10773 cat confdefs.h >>conftest.$ac_ext
10774 cat >>conftest.$ac_ext <<_ACEOF
10775 /* end confdefs.h. */
10777 /* Override any GCC internal prototype to avoid an error.
10778 Use char because int might match the return type of a GCC
10779 builtin and then its argument prototype would still apply. */
10780 #ifdef __cplusplus
10781 extern "C"
10782 #endif
10783 char XShapeQueryExtension ();
10785 main ()
10787 return XShapeQueryExtension ();
10789 return 0;
10791 _ACEOF
10792 rm -f conftest.$ac_objext conftest$ac_exeext
10793 if { (ac_try="$ac_link"
10794 case "(($ac_try" in
10795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10796 *) ac_try_echo=$ac_try;;
10797 esac
10798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10799 $as_echo "$ac_try_echo") >&5
10800 (eval "$ac_link") 2>conftest.er1
10801 ac_status=$?
10802 grep -v '^ *+' conftest.er1 >conftest.err
10803 rm -f conftest.er1
10804 cat conftest.err >&5
10805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10806 (exit $ac_status); } && {
10807 test -z "$ac_c_werror_flag" ||
10808 test ! -s conftest.err
10809 } && test -s conftest$ac_exeext && {
10810 test "$cross_compiling" = yes ||
10811 $as_test_x conftest$ac_exeext
10812 }; then
10813 ac_cv_lib_Xext_XShapeQueryExtension=yes
10814 else
10815 $as_echo "$as_me: failed program was:" >&5
10816 sed 's/^/| /' conftest.$ac_ext >&5
10818 ac_cv_lib_Xext_XShapeQueryExtension=no
10821 rm -rf conftest.dSYM
10822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10823 conftest$ac_exeext conftest.$ac_ext
10824 LIBS=$ac_check_lib_save_LIBS
10826 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10827 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10828 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10830 cat >>confdefs.h <<\_ACEOF
10831 #define HAVE_LIBXSHAPE 1
10832 _ACEOF
10837 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10838 case "x$with_xshape" in
10839 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10840 xno) ;;
10841 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10842 This is an error since --with-xshape was requested." >&5
10843 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10844 This is an error since --with-xshape was requested." >&2;}
10845 { (exit 1); exit 1; }; } ;;
10846 esac
10850 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10851 then
10852 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10853 $as_echo_n "checking for -lXxf86vm... " >&6; }
10854 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10855 $as_echo_n "(cached) " >&6
10856 else
10857 ac_check_soname_save_LIBS=$LIBS
10858 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10859 cat >conftest.$ac_ext <<_ACEOF
10860 /* confdefs.h. */
10861 _ACEOF
10862 cat confdefs.h >>conftest.$ac_ext
10863 cat >>conftest.$ac_ext <<_ACEOF
10864 /* end confdefs.h. */
10866 /* Override any GCC internal prototype to avoid an error.
10867 Use char because int might match the return type of a GCC
10868 builtin and then its argument prototype would still apply. */
10869 #ifdef __cplusplus
10870 extern "C"
10871 #endif
10872 char XF86VidModeQueryExtension ();
10874 main ()
10876 return XF86VidModeQueryExtension ();
10878 return 0;
10880 _ACEOF
10881 rm -f conftest.$ac_objext conftest$ac_exeext
10882 if { (ac_try="$ac_link"
10883 case "(($ac_try" in
10884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10885 *) ac_try_echo=$ac_try;;
10886 esac
10887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10888 $as_echo "$ac_try_echo") >&5
10889 (eval "$ac_link") 2>conftest.er1
10890 ac_status=$?
10891 grep -v '^ *+' conftest.er1 >conftest.err
10892 rm -f conftest.er1
10893 cat conftest.err >&5
10894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10895 (exit $ac_status); } && {
10896 test -z "$ac_c_werror_flag" ||
10897 test ! -s conftest.err
10898 } && test -s conftest$ac_exeext && {
10899 test "$cross_compiling" = yes ||
10900 $as_test_x conftest$ac_exeext
10901 }; then
10902 case "$LIBEXT" in
10903 dll) ;;
10904 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'` ;;
10905 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10906 esac
10907 else
10908 $as_echo "$as_me: failed program was:" >&5
10909 sed 's/^/| /' conftest.$ac_ext >&5
10914 rm -rf conftest.dSYM
10915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10916 conftest$ac_exeext conftest.$ac_ext
10917 LIBS=$ac_check_soname_save_LIBS
10919 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10920 { $as_echo "$as_me:$LINENO: result: not found" >&5
10921 $as_echo "not found" >&6; }
10923 else
10924 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10925 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10927 cat >>confdefs.h <<_ACEOF
10928 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10929 _ACEOF
10935 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10936 case "x$with_xxf86vm" in
10937 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10938 xno) ;;
10939 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10940 This is an error since --with-xxf86vm was requested." >&5
10941 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10942 This is an error since --with-xxf86vm was requested." >&2;}
10943 { (exit 1); exit 1; }; } ;;
10944 esac
10948 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"
10949 then
10950 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10951 $as_echo_n "checking for -lXrender... " >&6; }
10952 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10953 $as_echo_n "(cached) " >&6
10954 else
10955 ac_check_soname_save_LIBS=$LIBS
10956 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10957 cat >conftest.$ac_ext <<_ACEOF
10958 /* confdefs.h. */
10959 _ACEOF
10960 cat confdefs.h >>conftest.$ac_ext
10961 cat >>conftest.$ac_ext <<_ACEOF
10962 /* end confdefs.h. */
10964 /* Override any GCC internal prototype to avoid an error.
10965 Use char because int might match the return type of a GCC
10966 builtin and then its argument prototype would still apply. */
10967 #ifdef __cplusplus
10968 extern "C"
10969 #endif
10970 char XRenderQueryExtension ();
10972 main ()
10974 return XRenderQueryExtension ();
10976 return 0;
10978 _ACEOF
10979 rm -f conftest.$ac_objext conftest$ac_exeext
10980 if { (ac_try="$ac_link"
10981 case "(($ac_try" in
10982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10983 *) ac_try_echo=$ac_try;;
10984 esac
10985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10986 $as_echo "$ac_try_echo") >&5
10987 (eval "$ac_link") 2>conftest.er1
10988 ac_status=$?
10989 grep -v '^ *+' conftest.er1 >conftest.err
10990 rm -f conftest.er1
10991 cat conftest.err >&5
10992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10993 (exit $ac_status); } && {
10994 test -z "$ac_c_werror_flag" ||
10995 test ! -s conftest.err
10996 } && test -s conftest$ac_exeext && {
10997 test "$cross_compiling" = yes ||
10998 $as_test_x conftest$ac_exeext
10999 }; then
11000 case "$LIBEXT" in
11001 dll) ;;
11002 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'` ;;
11003 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11004 esac
11005 else
11006 $as_echo "$as_me: failed program was:" >&5
11007 sed 's/^/| /' conftest.$ac_ext >&5
11012 rm -rf conftest.dSYM
11013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11014 conftest$ac_exeext conftest.$ac_ext
11015 LIBS=$ac_check_soname_save_LIBS
11017 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11018 { $as_echo "$as_me:$LINENO: result: not found" >&5
11019 $as_echo "not found" >&6; }
11021 else
11022 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11023 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11025 cat >>confdefs.h <<_ACEOF
11026 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11027 _ACEOF
11029 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11030 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11031 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11032 $as_echo_n "(cached) " >&6
11033 else
11034 ac_check_lib_save_LIBS=$LIBS
11035 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11036 cat >conftest.$ac_ext <<_ACEOF
11037 /* confdefs.h. */
11038 _ACEOF
11039 cat confdefs.h >>conftest.$ac_ext
11040 cat >>conftest.$ac_ext <<_ACEOF
11041 /* end confdefs.h. */
11043 /* Override any GCC internal prototype to avoid an error.
11044 Use char because int might match the return type of a GCC
11045 builtin and then its argument prototype would still apply. */
11046 #ifdef __cplusplus
11047 extern "C"
11048 #endif
11049 char XRenderSetPictureTransform ();
11051 main ()
11053 return XRenderSetPictureTransform ();
11055 return 0;
11057 _ACEOF
11058 rm -f conftest.$ac_objext conftest$ac_exeext
11059 if { (ac_try="$ac_link"
11060 case "(($ac_try" in
11061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11062 *) ac_try_echo=$ac_try;;
11063 esac
11064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11065 $as_echo "$ac_try_echo") >&5
11066 (eval "$ac_link") 2>conftest.er1
11067 ac_status=$?
11068 grep -v '^ *+' conftest.er1 >conftest.err
11069 rm -f conftest.er1
11070 cat conftest.err >&5
11071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); } && {
11073 test -z "$ac_c_werror_flag" ||
11074 test ! -s conftest.err
11075 } && test -s conftest$ac_exeext && {
11076 test "$cross_compiling" = yes ||
11077 $as_test_x conftest$ac_exeext
11078 }; then
11079 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11080 else
11081 $as_echo "$as_me: failed program was:" >&5
11082 sed 's/^/| /' conftest.$ac_ext >&5
11084 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11087 rm -rf conftest.dSYM
11088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11089 conftest$ac_exeext conftest.$ac_ext
11090 LIBS=$ac_check_lib_save_LIBS
11092 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11093 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11094 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11096 cat >>confdefs.h <<\_ACEOF
11097 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11098 _ACEOF
11106 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11107 case "x$with_xrender" in
11108 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11109 xno) ;;
11110 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11111 This is an error since --with-xrender was requested." >&5
11112 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11113 This is an error since --with-xrender was requested." >&2;}
11114 { (exit 1); exit 1; }; } ;;
11115 esac
11119 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11120 then
11121 cat >conftest.$ac_ext <<_ACEOF
11122 /* confdefs.h. */
11123 _ACEOF
11124 cat confdefs.h >>conftest.$ac_ext
11125 cat >>conftest.$ac_ext <<_ACEOF
11126 /* end confdefs.h. */
11127 #include <X11/Xlib.h>
11128 #include <X11/extensions/Xrandr.h>
11130 main ()
11132 static typeof(XRRSetScreenConfigAndRate) * func;
11134 return 0;
11136 _ACEOF
11137 rm -f conftest.$ac_objext
11138 if { (ac_try="$ac_compile"
11139 case "(($ac_try" in
11140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11141 *) ac_try_echo=$ac_try;;
11142 esac
11143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11144 $as_echo "$ac_try_echo") >&5
11145 (eval "$ac_compile") 2>conftest.er1
11146 ac_status=$?
11147 grep -v '^ *+' conftest.er1 >conftest.err
11148 rm -f conftest.er1
11149 cat conftest.err >&5
11150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); } && {
11152 test -z "$ac_c_werror_flag" ||
11153 test ! -s conftest.err
11154 } && test -s conftest.$ac_objext; then
11155 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11156 $as_echo_n "checking for -lXrandr... " >&6; }
11157 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11158 $as_echo_n "(cached) " >&6
11159 else
11160 ac_check_soname_save_LIBS=$LIBS
11161 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11162 cat >conftest.$ac_ext <<_ACEOF
11163 /* confdefs.h. */
11164 _ACEOF
11165 cat confdefs.h >>conftest.$ac_ext
11166 cat >>conftest.$ac_ext <<_ACEOF
11167 /* end confdefs.h. */
11169 /* Override any GCC internal prototype to avoid an error.
11170 Use char because int might match the return type of a GCC
11171 builtin and then its argument prototype would still apply. */
11172 #ifdef __cplusplus
11173 extern "C"
11174 #endif
11175 char XRRQueryExtension ();
11177 main ()
11179 return XRRQueryExtension ();
11181 return 0;
11183 _ACEOF
11184 rm -f conftest.$ac_objext conftest$ac_exeext
11185 if { (ac_try="$ac_link"
11186 case "(($ac_try" in
11187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11188 *) ac_try_echo=$ac_try;;
11189 esac
11190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11191 $as_echo "$ac_try_echo") >&5
11192 (eval "$ac_link") 2>conftest.er1
11193 ac_status=$?
11194 grep -v '^ *+' conftest.er1 >conftest.err
11195 rm -f conftest.er1
11196 cat conftest.err >&5
11197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11198 (exit $ac_status); } && {
11199 test -z "$ac_c_werror_flag" ||
11200 test ! -s conftest.err
11201 } && test -s conftest$ac_exeext && {
11202 test "$cross_compiling" = yes ||
11203 $as_test_x conftest$ac_exeext
11204 }; then
11205 case "$LIBEXT" in
11206 dll) ;;
11207 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'` ;;
11208 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11209 esac
11210 else
11211 $as_echo "$as_me: failed program was:" >&5
11212 sed 's/^/| /' conftest.$ac_ext >&5
11217 rm -rf conftest.dSYM
11218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11219 conftest$ac_exeext conftest.$ac_ext
11220 LIBS=$ac_check_soname_save_LIBS
11222 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11223 { $as_echo "$as_me:$LINENO: result: not found" >&5
11224 $as_echo "not found" >&6; }
11226 else
11227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11228 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11230 cat >>confdefs.h <<_ACEOF
11231 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11232 _ACEOF
11237 else
11238 $as_echo "$as_me: failed program was:" >&5
11239 sed 's/^/| /' conftest.$ac_ext >&5
11244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11246 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11247 case "x$with_xrandr" in
11248 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11249 xno) ;;
11250 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11251 This is an error since --with-xrandr was requested." >&5
11252 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11253 This is an error since --with-xrandr was requested." >&2;}
11254 { (exit 1); exit 1; }; } ;;
11255 esac
11259 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11260 then
11261 cat >conftest.$ac_ext <<_ACEOF
11262 /* confdefs.h. */
11263 _ACEOF
11264 cat confdefs.h >>conftest.$ac_ext
11265 cat >>conftest.$ac_ext <<_ACEOF
11266 /* end confdefs.h. */
11267 #include <X11/Xlib.h>
11268 #include <X11/extensions/Xinerama.h>
11270 main ()
11272 static typeof(XineramaQueryScreens) * func;
11274 return 0;
11276 _ACEOF
11277 rm -f conftest.$ac_objext
11278 if { (ac_try="$ac_compile"
11279 case "(($ac_try" in
11280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11281 *) ac_try_echo=$ac_try;;
11282 esac
11283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11284 $as_echo "$ac_try_echo") >&5
11285 (eval "$ac_compile") 2>conftest.er1
11286 ac_status=$?
11287 grep -v '^ *+' conftest.er1 >conftest.err
11288 rm -f conftest.er1
11289 cat conftest.err >&5
11290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11291 (exit $ac_status); } && {
11292 test -z "$ac_c_werror_flag" ||
11293 test ! -s conftest.err
11294 } && test -s conftest.$ac_objext; then
11295 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11296 $as_echo_n "checking for -lXinerama... " >&6; }
11297 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11298 $as_echo_n "(cached) " >&6
11299 else
11300 ac_check_soname_save_LIBS=$LIBS
11301 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11302 cat >conftest.$ac_ext <<_ACEOF
11303 /* confdefs.h. */
11304 _ACEOF
11305 cat confdefs.h >>conftest.$ac_ext
11306 cat >>conftest.$ac_ext <<_ACEOF
11307 /* end confdefs.h. */
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11312 #ifdef __cplusplus
11313 extern "C"
11314 #endif
11315 char XineramaQueryScreens ();
11317 main ()
11319 return XineramaQueryScreens ();
11321 return 0;
11323 _ACEOF
11324 rm -f conftest.$ac_objext conftest$ac_exeext
11325 if { (ac_try="$ac_link"
11326 case "(($ac_try" in
11327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11328 *) ac_try_echo=$ac_try;;
11329 esac
11330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11331 $as_echo "$ac_try_echo") >&5
11332 (eval "$ac_link") 2>conftest.er1
11333 ac_status=$?
11334 grep -v '^ *+' conftest.er1 >conftest.err
11335 rm -f conftest.er1
11336 cat conftest.err >&5
11337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11338 (exit $ac_status); } && {
11339 test -z "$ac_c_werror_flag" ||
11340 test ! -s conftest.err
11341 } && test -s conftest$ac_exeext && {
11342 test "$cross_compiling" = yes ||
11343 $as_test_x conftest$ac_exeext
11344 }; then
11345 case "$LIBEXT" in
11346 dll) ;;
11347 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'` ;;
11348 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11349 esac
11350 else
11351 $as_echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11357 rm -rf conftest.dSYM
11358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11359 conftest$ac_exeext conftest.$ac_ext
11360 LIBS=$ac_check_soname_save_LIBS
11362 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11363 { $as_echo "$as_me:$LINENO: result: not found" >&5
11364 $as_echo "not found" >&6; }
11366 else
11367 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11368 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11370 cat >>confdefs.h <<_ACEOF
11371 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11372 _ACEOF
11377 else
11378 $as_echo "$as_me: failed program was:" >&5
11379 sed 's/^/| /' conftest.$ac_ext >&5
11384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11386 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11387 case "x$with_xinerama" in
11388 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11389 xno) ;;
11390 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11391 This is an error since --with-xinerama was requested." >&5
11392 $as_echo "$as_me: 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." >&2;}
11394 { (exit 1); exit 1; }; } ;;
11395 esac
11399 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11400 then
11401 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11402 $as_echo_n "checking for -lXcomposite... " >&6; }
11403 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11404 $as_echo_n "(cached) " >&6
11405 else
11406 ac_check_soname_save_LIBS=$LIBS
11407 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11408 cat >conftest.$ac_ext <<_ACEOF
11409 /* confdefs.h. */
11410 _ACEOF
11411 cat confdefs.h >>conftest.$ac_ext
11412 cat >>conftest.$ac_ext <<_ACEOF
11413 /* end confdefs.h. */
11415 /* Override any GCC internal prototype to avoid an error.
11416 Use char because int might match the return type of a GCC
11417 builtin and then its argument prototype would still apply. */
11418 #ifdef __cplusplus
11419 extern "C"
11420 #endif
11421 char XCompositeRedirectWindow ();
11423 main ()
11425 return XCompositeRedirectWindow ();
11427 return 0;
11429 _ACEOF
11430 rm -f conftest.$ac_objext conftest$ac_exeext
11431 if { (ac_try="$ac_link"
11432 case "(($ac_try" in
11433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11434 *) ac_try_echo=$ac_try;;
11435 esac
11436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11437 $as_echo "$ac_try_echo") >&5
11438 (eval "$ac_link") 2>conftest.er1
11439 ac_status=$?
11440 grep -v '^ *+' conftest.er1 >conftest.err
11441 rm -f conftest.er1
11442 cat conftest.err >&5
11443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11444 (exit $ac_status); } && {
11445 test -z "$ac_c_werror_flag" ||
11446 test ! -s conftest.err
11447 } && test -s conftest$ac_exeext && {
11448 test "$cross_compiling" = yes ||
11449 $as_test_x conftest$ac_exeext
11450 }; then
11451 case "$LIBEXT" in
11452 dll) ;;
11453 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'` ;;
11454 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11455 esac
11456 else
11457 $as_echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11463 rm -rf conftest.dSYM
11464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11465 conftest$ac_exeext conftest.$ac_ext
11466 LIBS=$ac_check_soname_save_LIBS
11468 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11469 { $as_echo "$as_me:$LINENO: result: not found" >&5
11470 $as_echo "not found" >&6; }
11472 else
11473 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11474 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11476 cat >>confdefs.h <<_ACEOF
11477 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11478 _ACEOF
11484 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11485 case "x$with_xcomposite" in
11486 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11487 xno) ;;
11488 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11489 This is an error since --with-xcomposite was requested." >&5
11490 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11491 This is an error since --with-xcomposite was requested." >&2;}
11492 { (exit 1); exit 1; }; } ;;
11493 esac
11497 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11498 $as_echo_n "checking for XICCallback.callback... " >&6; }
11499 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11500 $as_echo_n "(cached) " >&6
11501 else
11502 cat >conftest.$ac_ext <<_ACEOF
11503 /* confdefs.h. */
11504 _ACEOF
11505 cat confdefs.h >>conftest.$ac_ext
11506 cat >>conftest.$ac_ext <<_ACEOF
11507 /* end confdefs.h. */
11508 #ifdef HAVE_X11_XLIB_H
11509 #include <X11/Xlib.h>
11510 #endif
11513 main ()
11515 static XICCallback ac_aggr;
11516 if (ac_aggr.callback)
11517 return 0;
11519 return 0;
11521 _ACEOF
11522 rm -f conftest.$ac_objext
11523 if { (ac_try="$ac_compile"
11524 case "(($ac_try" in
11525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11526 *) ac_try_echo=$ac_try;;
11527 esac
11528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11529 $as_echo "$ac_try_echo") >&5
11530 (eval "$ac_compile") 2>conftest.er1
11531 ac_status=$?
11532 grep -v '^ *+' conftest.er1 >conftest.err
11533 rm -f conftest.er1
11534 cat conftest.err >&5
11535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536 (exit $ac_status); } && {
11537 test -z "$ac_c_werror_flag" ||
11538 test ! -s conftest.err
11539 } && test -s conftest.$ac_objext; then
11540 ac_cv_member_XICCallback_callback=yes
11541 else
11542 $as_echo "$as_me: failed program was:" >&5
11543 sed 's/^/| /' conftest.$ac_ext >&5
11545 cat >conftest.$ac_ext <<_ACEOF
11546 /* confdefs.h. */
11547 _ACEOF
11548 cat confdefs.h >>conftest.$ac_ext
11549 cat >>conftest.$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #ifdef HAVE_X11_XLIB_H
11552 #include <X11/Xlib.h>
11553 #endif
11556 main ()
11558 static XICCallback ac_aggr;
11559 if (sizeof ac_aggr.callback)
11560 return 0;
11562 return 0;
11564 _ACEOF
11565 rm -f conftest.$ac_objext
11566 if { (ac_try="$ac_compile"
11567 case "(($ac_try" in
11568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11569 *) ac_try_echo=$ac_try;;
11570 esac
11571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11572 $as_echo "$ac_try_echo") >&5
11573 (eval "$ac_compile") 2>conftest.er1
11574 ac_status=$?
11575 grep -v '^ *+' conftest.er1 >conftest.err
11576 rm -f conftest.er1
11577 cat conftest.err >&5
11578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11579 (exit $ac_status); } && {
11580 test -z "$ac_c_werror_flag" ||
11581 test ! -s conftest.err
11582 } && test -s conftest.$ac_objext; then
11583 ac_cv_member_XICCallback_callback=yes
11584 else
11585 $as_echo "$as_me: failed program was:" >&5
11586 sed 's/^/| /' conftest.$ac_ext >&5
11588 ac_cv_member_XICCallback_callback=no
11591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11597 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11598 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11600 cat >>confdefs.h <<_ACEOF
11601 #define HAVE_XICCALLBACK_CALLBACK 1
11602 _ACEOF
11609 opengl_msg=""
11610 if test "x$with_opengl" != "xno"
11611 then
11616 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11618 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11619 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11620 $as_echo_n "checking for $ac_header... " >&6; }
11621 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11622 $as_echo_n "(cached) " >&6
11623 else
11624 cat >conftest.$ac_ext <<_ACEOF
11625 /* confdefs.h. */
11626 _ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h. */
11630 #ifdef HAVE_GL_GLX_H
11631 # include <GL/glx.h>
11632 #endif
11634 #include <$ac_header>
11635 _ACEOF
11636 rm -f conftest.$ac_objext
11637 if { (ac_try="$ac_compile"
11638 case "(($ac_try" in
11639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11640 *) ac_try_echo=$ac_try;;
11641 esac
11642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11643 $as_echo "$ac_try_echo") >&5
11644 (eval "$ac_compile") 2>conftest.er1
11645 ac_status=$?
11646 grep -v '^ *+' conftest.er1 >conftest.err
11647 rm -f conftest.er1
11648 cat conftest.err >&5
11649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11650 (exit $ac_status); } && {
11651 test -z "$ac_c_werror_flag" ||
11652 test ! -s conftest.err
11653 } && test -s conftest.$ac_objext; then
11654 eval "$as_ac_Header=yes"
11655 else
11656 $as_echo "$as_me: failed program was:" >&5
11657 sed 's/^/| /' conftest.$ac_ext >&5
11659 eval "$as_ac_Header=no"
11662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11664 ac_res=`eval 'as_val=${'$as_ac_Header'}
11665 $as_echo "$as_val"'`
11666 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11667 $as_echo "$ac_res" >&6; }
11668 as_val=`eval 'as_val=${'$as_ac_Header'}
11669 $as_echo "$as_val"'`
11670 if test "x$as_val" = x""yes; then
11671 cat >>confdefs.h <<_ACEOF
11672 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11673 _ACEOF
11677 done
11679 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11680 then
11681 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11682 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11683 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11684 $as_echo_n "(cached) " >&6
11685 else
11686 cat >conftest.$ac_ext <<_ACEOF
11687 /* confdefs.h. */
11688 _ACEOF
11689 cat confdefs.h >>conftest.$ac_ext
11690 cat >>conftest.$ac_ext <<_ACEOF
11691 /* end confdefs.h. */
11692 #include <GL/gl.h>
11694 main ()
11696 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11698 return 0;
11700 _ACEOF
11701 rm -f conftest.$ac_objext
11702 if { (ac_try="$ac_compile"
11703 case "(($ac_try" in
11704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11705 *) ac_try_echo=$ac_try;;
11706 esac
11707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11708 $as_echo "$ac_try_echo") >&5
11709 (eval "$ac_compile") 2>conftest.er1
11710 ac_status=$?
11711 grep -v '^ *+' conftest.er1 >conftest.err
11712 rm -f conftest.er1
11713 cat conftest.err >&5
11714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715 (exit $ac_status); } && {
11716 test -z "$ac_c_werror_flag" ||
11717 test ! -s conftest.err
11718 } && test -s conftest.$ac_objext; then
11719 wine_cv_opengl_header_version_OK="yes"
11720 else
11721 $as_echo "$as_me: failed program was:" >&5
11722 sed 's/^/| /' conftest.$ac_ext >&5
11724 wine_cv_opengl_header_version_OK="no"
11727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11729 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11730 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11732 if test "$wine_cv_opengl_header_version_OK" = "yes"
11733 then
11734 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11735 $as_echo_n "checking for -lGL... " >&6; }
11736 if test "${ac_cv_lib_soname_GL+set}" = set; then
11737 $as_echo_n "(cached) " >&6
11738 else
11739 ac_check_soname_save_LIBS=$LIBS
11740 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11741 cat >conftest.$ac_ext <<_ACEOF
11742 /* confdefs.h. */
11743 _ACEOF
11744 cat confdefs.h >>conftest.$ac_ext
11745 cat >>conftest.$ac_ext <<_ACEOF
11746 /* end confdefs.h. */
11748 /* Override any GCC internal prototype to avoid an error.
11749 Use char because int might match the return type of a GCC
11750 builtin and then its argument prototype would still apply. */
11751 #ifdef __cplusplus
11752 extern "C"
11753 #endif
11754 char glXCreateContext ();
11756 main ()
11758 return glXCreateContext ();
11760 return 0;
11762 _ACEOF
11763 rm -f conftest.$ac_objext conftest$ac_exeext
11764 if { (ac_try="$ac_link"
11765 case "(($ac_try" in
11766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11767 *) ac_try_echo=$ac_try;;
11768 esac
11769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11770 $as_echo "$ac_try_echo") >&5
11771 (eval "$ac_link") 2>conftest.er1
11772 ac_status=$?
11773 grep -v '^ *+' conftest.er1 >conftest.err
11774 rm -f conftest.er1
11775 cat conftest.err >&5
11776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11777 (exit $ac_status); } && {
11778 test -z "$ac_c_werror_flag" ||
11779 test ! -s conftest.err
11780 } && test -s conftest$ac_exeext && {
11781 test "$cross_compiling" = yes ||
11782 $as_test_x conftest$ac_exeext
11783 }; then
11784 case "$LIBEXT" in
11785 dll) ;;
11786 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'` ;;
11787 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11788 esac
11789 else
11790 $as_echo "$as_me: failed program was:" >&5
11791 sed 's/^/| /' conftest.$ac_ext >&5
11796 rm -rf conftest.dSYM
11797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11798 conftest$ac_exeext conftest.$ac_ext
11799 LIBS=$ac_check_soname_save_LIBS
11801 if test "x$ac_cv_lib_soname_GL" = "x"; then
11802 { $as_echo "$as_me:$LINENO: result: not found" >&5
11803 $as_echo "not found" >&6; }
11804 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11805 $as_echo_n "checking for -lGL... " >&6; }
11806 if test "${ac_cv_lib_soname_GL+set}" = set; then
11807 $as_echo_n "(cached) " >&6
11808 else
11809 ac_check_soname_save_LIBS=$LIBS
11810 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"
11811 cat >conftest.$ac_ext <<_ACEOF
11812 /* confdefs.h. */
11813 _ACEOF
11814 cat confdefs.h >>conftest.$ac_ext
11815 cat >>conftest.$ac_ext <<_ACEOF
11816 /* end confdefs.h. */
11818 /* Override any GCC internal prototype to avoid an error.
11819 Use char because int might match the return type of a GCC
11820 builtin and then its argument prototype would still apply. */
11821 #ifdef __cplusplus
11822 extern "C"
11823 #endif
11824 char glXCreateContext ();
11826 main ()
11828 return glXCreateContext ();
11830 return 0;
11832 _ACEOF
11833 rm -f conftest.$ac_objext conftest$ac_exeext
11834 if { (ac_try="$ac_link"
11835 case "(($ac_try" in
11836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11837 *) ac_try_echo=$ac_try;;
11838 esac
11839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11840 $as_echo "$ac_try_echo") >&5
11841 (eval "$ac_link") 2>conftest.er1
11842 ac_status=$?
11843 grep -v '^ *+' conftest.er1 >conftest.err
11844 rm -f conftest.er1
11845 cat conftest.err >&5
11846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11847 (exit $ac_status); } && {
11848 test -z "$ac_c_werror_flag" ||
11849 test ! -s conftest.err
11850 } && test -s conftest$ac_exeext && {
11851 test "$cross_compiling" = yes ||
11852 $as_test_x conftest$ac_exeext
11853 }; then
11854 case "$LIBEXT" in
11855 dll) ;;
11856 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'` ;;
11857 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11858 esac
11859 else
11860 $as_echo "$as_me: failed program was:" >&5
11861 sed 's/^/| /' conftest.$ac_ext >&5
11866 rm -rf conftest.dSYM
11867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11868 conftest$ac_exeext conftest.$ac_ext
11869 LIBS=$ac_check_soname_save_LIBS
11871 if test "x$ac_cv_lib_soname_GL" = "x"; then
11872 { $as_echo "$as_me:$LINENO: result: not found" >&5
11873 $as_echo "not found" >&6; }
11874 if test -f /usr/X11R6/lib/libGL.a
11875 then
11876 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11877 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11878 else
11879 opengl_msg="No OpenGL library found on this system."
11881 else
11882 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11883 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11885 cat >>confdefs.h <<_ACEOF
11886 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11887 _ACEOF
11889 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"
11891 cat >>confdefs.h <<\_ACEOF
11892 #define HAVE_OPENGL 1
11893 _ACEOF
11897 else
11898 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11899 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11901 cat >>confdefs.h <<_ACEOF
11902 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11903 _ACEOF
11905 OPENGL_LIBS="-lGL"
11907 cat >>confdefs.h <<\_ACEOF
11908 #define HAVE_OPENGL 1
11909 _ACEOF
11913 if test "$ac_cv_header_GL_glu_h" = "yes"
11914 then
11915 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11916 $as_echo_n "checking for -lGLU... " >&6; }
11917 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11918 $as_echo_n "(cached) " >&6
11919 else
11920 ac_check_soname_save_LIBS=$LIBS
11921 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11922 cat >conftest.$ac_ext <<_ACEOF
11923 /* confdefs.h. */
11924 _ACEOF
11925 cat confdefs.h >>conftest.$ac_ext
11926 cat >>conftest.$ac_ext <<_ACEOF
11927 /* end confdefs.h. */
11929 /* Override any GCC internal prototype to avoid an error.
11930 Use char because int might match the return type of a GCC
11931 builtin and then its argument prototype would still apply. */
11932 #ifdef __cplusplus
11933 extern "C"
11934 #endif
11935 char gluLookAt ();
11937 main ()
11939 return gluLookAt ();
11941 return 0;
11943 _ACEOF
11944 rm -f conftest.$ac_objext conftest$ac_exeext
11945 if { (ac_try="$ac_link"
11946 case "(($ac_try" in
11947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11948 *) ac_try_echo=$ac_try;;
11949 esac
11950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11951 $as_echo "$ac_try_echo") >&5
11952 (eval "$ac_link") 2>conftest.er1
11953 ac_status=$?
11954 grep -v '^ *+' conftest.er1 >conftest.err
11955 rm -f conftest.er1
11956 cat conftest.err >&5
11957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11958 (exit $ac_status); } && {
11959 test -z "$ac_c_werror_flag" ||
11960 test ! -s conftest.err
11961 } && test -s conftest$ac_exeext && {
11962 test "$cross_compiling" = yes ||
11963 $as_test_x conftest$ac_exeext
11964 }; then
11965 case "$LIBEXT" in
11966 dll) ;;
11967 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'` ;;
11968 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11969 esac
11970 else
11971 $as_echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.$ac_ext >&5
11977 rm -rf conftest.dSYM
11978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11979 conftest$ac_exeext conftest.$ac_ext
11980 LIBS=$ac_check_soname_save_LIBS
11982 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11983 { $as_echo "$as_me:$LINENO: result: not found" >&5
11984 $as_echo "not found" >&6; }
11986 else
11987 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11988 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11990 cat >>confdefs.h <<_ACEOF
11991 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11992 _ACEOF
11998 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11999 case "x$with_glu" in
12000 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12001 xno) ;;
12002 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12003 This is an error since --with-glu was requested." >&5
12004 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12005 This is an error since --with-glu was requested." >&2;}
12006 { (exit 1); exit 1; }; } ;;
12007 esac
12010 else
12011 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12013 else
12014 opengl_msg="OpenGL development headers not found."
12016 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12017 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12018 else
12019 enable_opengl32=${enable_opengl32:-no}
12020 enable_glu32=${enable_glu32:-no}
12022 if test -n "$opengl_msg"; then
12023 case "x$with_opengl" in
12024 x) wine_warnings="$wine_warnings|$opengl_msg
12025 OpenGL and Direct3D won't be supported." ;;
12026 xno) ;;
12027 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12028 OpenGL and Direct3D won't be supported.
12029 This is an error since --with-opengl was requested." >&5
12030 $as_echo "$as_me: error: $opengl_msg
12031 OpenGL and Direct3D won't be supported.
12032 This is an error since --with-opengl was requested." >&2;}
12033 { (exit 1); exit 1; }; } ;;
12034 esac
12038 NASLIBS=""
12041 for ac_header in audio/audiolib.h
12043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12045 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12046 $as_echo_n "checking for $ac_header... " >&6; }
12047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12048 $as_echo_n "(cached) " >&6
12050 ac_res=`eval 'as_val=${'$as_ac_Header'}
12051 $as_echo "$as_val"'`
12052 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12053 $as_echo "$ac_res" >&6; }
12054 else
12055 # Is the header compilable?
12056 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12057 $as_echo_n "checking $ac_header usability... " >&6; }
12058 cat >conftest.$ac_ext <<_ACEOF
12059 /* confdefs.h. */
12060 _ACEOF
12061 cat confdefs.h >>conftest.$ac_ext
12062 cat >>conftest.$ac_ext <<_ACEOF
12063 /* end confdefs.h. */
12064 $ac_includes_default
12065 #include <$ac_header>
12066 _ACEOF
12067 rm -f conftest.$ac_objext
12068 if { (ac_try="$ac_compile"
12069 case "(($ac_try" in
12070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071 *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075 (eval "$ac_compile") 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } && {
12082 test -z "$ac_c_werror_flag" ||
12083 test ! -s conftest.err
12084 } && test -s conftest.$ac_objext; then
12085 ac_header_compiler=yes
12086 else
12087 $as_echo "$as_me: failed program was:" >&5
12088 sed 's/^/| /' conftest.$ac_ext >&5
12090 ac_header_compiler=no
12093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12094 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12095 $as_echo "$ac_header_compiler" >&6; }
12097 # Is the header present?
12098 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12099 $as_echo_n "checking $ac_header presence... " >&6; }
12100 cat >conftest.$ac_ext <<_ACEOF
12101 /* confdefs.h. */
12102 _ACEOF
12103 cat confdefs.h >>conftest.$ac_ext
12104 cat >>conftest.$ac_ext <<_ACEOF
12105 /* end confdefs.h. */
12106 #include <$ac_header>
12107 _ACEOF
12108 if { (ac_try="$ac_cpp conftest.$ac_ext"
12109 case "(($ac_try" in
12110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12111 *) ac_try_echo=$ac_try;;
12112 esac
12113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12114 $as_echo "$ac_try_echo") >&5
12115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12116 ac_status=$?
12117 grep -v '^ *+' conftest.er1 >conftest.err
12118 rm -f conftest.er1
12119 cat conftest.err >&5
12120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121 (exit $ac_status); } >/dev/null && {
12122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12123 test ! -s conftest.err
12124 }; then
12125 ac_header_preproc=yes
12126 else
12127 $as_echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.$ac_ext >&5
12130 ac_header_preproc=no
12133 rm -f conftest.err conftest.$ac_ext
12134 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12135 $as_echo "$ac_header_preproc" >&6; }
12137 # So? What about this header?
12138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12139 yes:no: )
12140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12141 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12144 ac_header_preproc=yes
12146 no:yes:* )
12147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12148 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12150 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12152 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12154 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12155 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12156 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12157 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12158 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12159 ( cat <<\_ASBOX
12160 ## ------------------------------------ ##
12161 ## Report this to wine-devel@winehq.org ##
12162 ## ------------------------------------ ##
12163 _ASBOX
12164 ) | sed "s/^/$as_me: WARNING: /" >&2
12166 esac
12167 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12168 $as_echo_n "checking for $ac_header... " >&6; }
12169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12170 $as_echo_n "(cached) " >&6
12171 else
12172 eval "$as_ac_Header=\$ac_header_preproc"
12174 ac_res=`eval 'as_val=${'$as_ac_Header'}
12175 $as_echo "$as_val"'`
12176 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12177 $as_echo "$ac_res" >&6; }
12180 as_val=`eval 'as_val=${'$as_ac_Header'}
12181 $as_echo "$as_val"'`
12182 if test "x$as_val" = x""yes; then
12183 cat >>confdefs.h <<_ACEOF
12184 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12185 _ACEOF
12187 for ac_header in audio/soundlib.h
12189 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12190 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12191 $as_echo_n "checking for $ac_header... " >&6; }
12192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12193 $as_echo_n "(cached) " >&6
12194 else
12195 cat >conftest.$ac_ext <<_ACEOF
12196 /* confdefs.h. */
12197 _ACEOF
12198 cat confdefs.h >>conftest.$ac_ext
12199 cat >>conftest.$ac_ext <<_ACEOF
12200 /* end confdefs.h. */
12201 #include <audio/audiolib.h>
12203 #include <$ac_header>
12204 _ACEOF
12205 rm -f conftest.$ac_objext
12206 if { (ac_try="$ac_compile"
12207 case "(($ac_try" in
12208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12209 *) ac_try_echo=$ac_try;;
12210 esac
12211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12212 $as_echo "$ac_try_echo") >&5
12213 (eval "$ac_compile") 2>conftest.er1
12214 ac_status=$?
12215 grep -v '^ *+' conftest.er1 >conftest.err
12216 rm -f conftest.er1
12217 cat conftest.err >&5
12218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12219 (exit $ac_status); } && {
12220 test -z "$ac_c_werror_flag" ||
12221 test ! -s conftest.err
12222 } && test -s conftest.$ac_objext; then
12223 eval "$as_ac_Header=yes"
12224 else
12225 $as_echo "$as_me: failed program was:" >&5
12226 sed 's/^/| /' conftest.$ac_ext >&5
12228 eval "$as_ac_Header=no"
12231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12233 ac_res=`eval 'as_val=${'$as_ac_Header'}
12234 $as_echo "$as_val"'`
12235 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12236 $as_echo "$ac_res" >&6; }
12237 as_val=`eval 'as_val=${'$as_ac_Header'}
12238 $as_echo "$as_val"'`
12239 if test "x$as_val" = x""yes; then
12240 cat >>confdefs.h <<_ACEOF
12241 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12242 _ACEOF
12246 done
12248 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12249 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12250 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12251 $as_echo_n "(cached) " >&6
12252 else
12253 ac_check_lib_save_LIBS=$LIBS
12254 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12255 cat >conftest.$ac_ext <<_ACEOF
12256 /* confdefs.h. */
12257 _ACEOF
12258 cat confdefs.h >>conftest.$ac_ext
12259 cat >>conftest.$ac_ext <<_ACEOF
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char AuCreateFlow ();
12270 main ()
12272 return AuCreateFlow ();
12274 return 0;
12276 _ACEOF
12277 rm -f conftest.$ac_objext conftest$ac_exeext
12278 if { (ac_try="$ac_link"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext && {
12295 test "$cross_compiling" = yes ||
12296 $as_test_x conftest$ac_exeext
12297 }; then
12298 ac_cv_lib_audio_AuCreateFlow=yes
12299 else
12300 $as_echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_audio_AuCreateFlow=no
12306 rm -rf conftest.dSYM
12307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12308 conftest$ac_exeext conftest.$ac_ext
12309 LIBS=$ac_check_lib_save_LIBS
12311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12312 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12313 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12315 cat >>confdefs.h <<\_ACEOF
12316 #define HAVE_NAS 1
12317 _ACEOF
12319 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12320 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12321 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12322 $as_echo_n "(cached) " >&6
12323 else
12324 ac_check_lib_save_LIBS=$LIBS
12325 LIBS="-lXau $X_LIBS $LIBS"
12326 cat >conftest.$ac_ext <<_ACEOF
12327 /* confdefs.h. */
12328 _ACEOF
12329 cat confdefs.h >>conftest.$ac_ext
12330 cat >>conftest.$ac_ext <<_ACEOF
12331 /* end confdefs.h. */
12333 /* Override any GCC internal prototype to avoid an error.
12334 Use char because int might match the return type of a GCC
12335 builtin and then its argument prototype would still apply. */
12336 #ifdef __cplusplus
12337 extern "C"
12338 #endif
12339 char XauGetBestAuthByAddr ();
12341 main ()
12343 return XauGetBestAuthByAddr ();
12345 return 0;
12347 _ACEOF
12348 rm -f conftest.$ac_objext conftest$ac_exeext
12349 if { (ac_try="$ac_link"
12350 case "(($ac_try" in
12351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12352 *) ac_try_echo=$ac_try;;
12353 esac
12354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12355 $as_echo "$ac_try_echo") >&5
12356 (eval "$ac_link") 2>conftest.er1
12357 ac_status=$?
12358 grep -v '^ *+' conftest.er1 >conftest.err
12359 rm -f conftest.er1
12360 cat conftest.err >&5
12361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); } && {
12363 test -z "$ac_c_werror_flag" ||
12364 test ! -s conftest.err
12365 } && test -s conftest$ac_exeext && {
12366 test "$cross_compiling" = yes ||
12367 $as_test_x conftest$ac_exeext
12368 }; then
12369 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12370 else
12371 $as_echo "$as_me: failed program was:" >&5
12372 sed 's/^/| /' conftest.$ac_ext >&5
12374 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12377 rm -rf conftest.dSYM
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12380 LIBS=$ac_check_lib_save_LIBS
12382 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12383 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12384 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12385 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12386 else
12387 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12395 done
12398 CPPFLAGS="$ac_save_CPPFLAGS"
12399 else
12400 XLIB=""
12401 X_CFLAGS=""
12402 X_LIBS=""
12403 enable_winex11_drv=${enable_winex11_drv:-no}
12404 enable_opengl32=${enable_opengl32:-no}
12405 enable_glu32=${enable_glu32:-no}
12407 if test "x$XLIB" = "x"; then
12408 case "x$with_x" in
12409 xno) ;;
12410 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12411 without X support, which probably isn't what you want. You will need to install
12412 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12413 Use the --without-x option if you really want this." >&5
12414 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12415 without X support, which probably isn't what you want. You will need to install
12416 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12417 Use the --without-x option if you really want this." >&2;}
12418 { (exit 1); exit 1; }; } ;;
12419 esac
12424 XML2LIBS=""
12426 XML2INCL=""
12428 XSLTINCL=""
12430 if test "x$with_xml" != "xno"
12431 then
12432 ac_save_CPPFLAGS="$CPPFLAGS"
12433 if test "$PKG_CONFIG" != "false"
12434 then
12435 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12436 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12437 else
12438 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12439 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12441 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12443 for ac_header in libxml/parser.h
12445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12448 $as_echo_n "checking for $ac_header... " >&6; }
12449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450 $as_echo_n "(cached) " >&6
12452 ac_res=`eval 'as_val=${'$as_ac_Header'}
12453 $as_echo "$as_val"'`
12454 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12455 $as_echo "$ac_res" >&6; }
12456 else
12457 # Is the header compilable?
12458 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12459 $as_echo_n "checking $ac_header usability... " >&6; }
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12466 $ac_includes_default
12467 #include <$ac_header>
12468 _ACEOF
12469 rm -f conftest.$ac_objext
12470 if { (ac_try="$ac_compile"
12471 case "(($ac_try" in
12472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12473 *) ac_try_echo=$ac_try;;
12474 esac
12475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12476 $as_echo "$ac_try_echo") >&5
12477 (eval "$ac_compile") 2>conftest.er1
12478 ac_status=$?
12479 grep -v '^ *+' conftest.er1 >conftest.err
12480 rm -f conftest.er1
12481 cat conftest.err >&5
12482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12483 (exit $ac_status); } && {
12484 test -z "$ac_c_werror_flag" ||
12485 test ! -s conftest.err
12486 } && test -s conftest.$ac_objext; then
12487 ac_header_compiler=yes
12488 else
12489 $as_echo "$as_me: failed program was:" >&5
12490 sed 's/^/| /' conftest.$ac_ext >&5
12492 ac_header_compiler=no
12495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12496 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12497 $as_echo "$ac_header_compiler" >&6; }
12499 # Is the header present?
12500 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12501 $as_echo_n "checking $ac_header presence... " >&6; }
12502 cat >conftest.$ac_ext <<_ACEOF
12503 /* confdefs.h. */
12504 _ACEOF
12505 cat confdefs.h >>conftest.$ac_ext
12506 cat >>conftest.$ac_ext <<_ACEOF
12507 /* end confdefs.h. */
12508 #include <$ac_header>
12509 _ACEOF
12510 if { (ac_try="$ac_cpp conftest.$ac_ext"
12511 case "(($ac_try" in
12512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12513 *) ac_try_echo=$ac_try;;
12514 esac
12515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12516 $as_echo "$ac_try_echo") >&5
12517 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12518 ac_status=$?
12519 grep -v '^ *+' conftest.er1 >conftest.err
12520 rm -f conftest.er1
12521 cat conftest.err >&5
12522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12523 (exit $ac_status); } >/dev/null && {
12524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12525 test ! -s conftest.err
12526 }; then
12527 ac_header_preproc=yes
12528 else
12529 $as_echo "$as_me: failed program was:" >&5
12530 sed 's/^/| /' conftest.$ac_ext >&5
12532 ac_header_preproc=no
12535 rm -f conftest.err conftest.$ac_ext
12536 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12537 $as_echo "$ac_header_preproc" >&6; }
12539 # So? What about this header?
12540 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12541 yes:no: )
12542 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12543 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12544 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12545 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12546 ac_header_preproc=yes
12548 no:yes:* )
12549 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12550 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12551 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12552 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12554 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12556 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12557 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12558 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12560 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12561 ( cat <<\_ASBOX
12562 ## ------------------------------------ ##
12563 ## Report this to wine-devel@winehq.org ##
12564 ## ------------------------------------ ##
12565 _ASBOX
12566 ) | sed "s/^/$as_me: WARNING: /" >&2
12568 esac
12569 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12570 $as_echo_n "checking for $ac_header... " >&6; }
12571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12572 $as_echo_n "(cached) " >&6
12573 else
12574 eval "$as_ac_Header=\$ac_header_preproc"
12576 ac_res=`eval 'as_val=${'$as_ac_Header'}
12577 $as_echo "$as_val"'`
12578 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12579 $as_echo "$ac_res" >&6; }
12582 as_val=`eval 'as_val=${'$as_ac_Header'}
12583 $as_echo "$as_val"'`
12584 if test "x$as_val" = x""yes; then
12585 cat >>confdefs.h <<_ACEOF
12586 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12587 _ACEOF
12588 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12589 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12590 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12591 $as_echo_n "(cached) " >&6
12592 else
12593 ac_check_lib_save_LIBS=$LIBS
12594 LIBS="-lxml2 $ac_xml_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char xmlParseMemory ();
12610 main ()
12612 return xmlParseMemory ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12624 $as_echo "$ac_try_echo") >&5
12625 (eval "$ac_link") 2>conftest.er1
12626 ac_status=$?
12627 grep -v '^ *+' conftest.er1 >conftest.err
12628 rm -f conftest.er1
12629 cat conftest.err >&5
12630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631 (exit $ac_status); } && {
12632 test -z "$ac_c_werror_flag" ||
12633 test ! -s conftest.err
12634 } && test -s conftest$ac_exeext && {
12635 test "$cross_compiling" = yes ||
12636 $as_test_x conftest$ac_exeext
12637 }; then
12638 ac_cv_lib_xml2_xmlParseMemory=yes
12639 else
12640 $as_echo "$as_me: failed program was:" >&5
12641 sed 's/^/| /' conftest.$ac_ext >&5
12643 ac_cv_lib_xml2_xmlParseMemory=no
12646 rm -rf conftest.dSYM
12647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12648 conftest$ac_exeext conftest.$ac_ext
12649 LIBS=$ac_check_lib_save_LIBS
12651 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12652 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12653 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12655 cat >>confdefs.h <<\_ACEOF
12656 #define HAVE_LIBXML2 1
12657 _ACEOF
12659 XML2LIBS="$ac_xml_libs"
12660 XML2INCL="$ac_xml_cflags"
12663 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12664 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12665 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12666 $as_echo_n "(cached) " >&6
12667 else
12668 ac_check_lib_save_LIBS=$LIBS
12669 LIBS="-lxml2 $ac_xml_libs $LIBS"
12670 cat >conftest.$ac_ext <<_ACEOF
12671 /* confdefs.h. */
12672 _ACEOF
12673 cat confdefs.h >>conftest.$ac_ext
12674 cat >>conftest.$ac_ext <<_ACEOF
12675 /* end confdefs.h. */
12677 /* Override any GCC internal prototype to avoid an error.
12678 Use char because int might match the return type of a GCC
12679 builtin and then its argument prototype would still apply. */
12680 #ifdef __cplusplus
12681 extern "C"
12682 #endif
12683 char xmlReadMemory ();
12685 main ()
12687 return xmlReadMemory ();
12689 return 0;
12691 _ACEOF
12692 rm -f conftest.$ac_objext conftest$ac_exeext
12693 if { (ac_try="$ac_link"
12694 case "(($ac_try" in
12695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12696 *) ac_try_echo=$ac_try;;
12697 esac
12698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12699 $as_echo "$ac_try_echo") >&5
12700 (eval "$ac_link") 2>conftest.er1
12701 ac_status=$?
12702 grep -v '^ *+' conftest.er1 >conftest.err
12703 rm -f conftest.er1
12704 cat conftest.err >&5
12705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12706 (exit $ac_status); } && {
12707 test -z "$ac_c_werror_flag" ||
12708 test ! -s conftest.err
12709 } && test -s conftest$ac_exeext && {
12710 test "$cross_compiling" = yes ||
12711 $as_test_x conftest$ac_exeext
12712 }; then
12713 ac_cv_lib_xml2_xmlReadMemory=yes
12714 else
12715 $as_echo "$as_me: failed program was:" >&5
12716 sed 's/^/| /' conftest.$ac_ext >&5
12718 ac_cv_lib_xml2_xmlReadMemory=no
12721 rm -rf conftest.dSYM
12722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12723 conftest$ac_exeext conftest.$ac_ext
12724 LIBS=$ac_check_lib_save_LIBS
12726 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12727 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12728 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12730 cat >>confdefs.h <<\_ACEOF
12731 #define HAVE_XMLREADMEMORY 1
12732 _ACEOF
12736 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12737 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12738 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12739 $as_echo_n "(cached) " >&6
12740 else
12741 ac_check_lib_save_LIBS=$LIBS
12742 LIBS="-lxml2 $ac_xml_libs $LIBS"
12743 cat >conftest.$ac_ext <<_ACEOF
12744 /* confdefs.h. */
12745 _ACEOF
12746 cat confdefs.h >>conftest.$ac_ext
12747 cat >>conftest.$ac_ext <<_ACEOF
12748 /* end confdefs.h. */
12750 /* Override any GCC internal prototype to avoid an error.
12751 Use char because int might match the return type of a GCC
12752 builtin and then its argument prototype would still apply. */
12753 #ifdef __cplusplus
12754 extern "C"
12755 #endif
12756 char xmlNewDocPI ();
12758 main ()
12760 return xmlNewDocPI ();
12762 return 0;
12764 _ACEOF
12765 rm -f conftest.$ac_objext conftest$ac_exeext
12766 if { (ac_try="$ac_link"
12767 case "(($ac_try" in
12768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12769 *) ac_try_echo=$ac_try;;
12770 esac
12771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12772 $as_echo "$ac_try_echo") >&5
12773 (eval "$ac_link") 2>conftest.er1
12774 ac_status=$?
12775 grep -v '^ *+' conftest.er1 >conftest.err
12776 rm -f conftest.er1
12777 cat conftest.err >&5
12778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); } && {
12780 test -z "$ac_c_werror_flag" ||
12781 test ! -s conftest.err
12782 } && test -s conftest$ac_exeext && {
12783 test "$cross_compiling" = yes ||
12784 $as_test_x conftest$ac_exeext
12785 }; then
12786 ac_cv_lib_xml2_xmlNewDocPI=yes
12787 else
12788 $as_echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.$ac_ext >&5
12791 ac_cv_lib_xml2_xmlNewDocPI=no
12794 rm -rf conftest.dSYM
12795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12796 conftest$ac_exeext conftest.$ac_ext
12797 LIBS=$ac_check_lib_save_LIBS
12799 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12800 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12801 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12803 cat >>confdefs.h <<\_ACEOF
12804 #define HAVE_XMLNEWDOCPI 1
12805 _ACEOF
12812 done
12814 CPPFLAGS="$ac_save_CPPFLAGS"
12816 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12817 case "x$with_xml" in
12818 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12819 xno) ;;
12820 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12821 This is an error since --with-xml was requested." >&5
12822 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12823 This is an error since --with-xml was requested." >&2;}
12824 { (exit 1); exit 1; }; } ;;
12825 esac
12829 if test "x$with_xslt" != "xno"
12830 then
12831 if test "$PKG_CONFIG" != "false"
12832 then
12833 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12834 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12835 else
12836 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12837 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12839 ac_save_CPPFLAGS="$CPPFLAGS"
12840 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12843 for ac_header in libxslt/pattern.h libxslt/transform.h
12845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12846 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12847 $as_echo_n "checking for $ac_header... " >&6; }
12848 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12849 $as_echo_n "(cached) " >&6
12850 else
12851 cat >conftest.$ac_ext <<_ACEOF
12852 /* confdefs.h. */
12853 _ACEOF
12854 cat confdefs.h >>conftest.$ac_ext
12855 cat >>conftest.$ac_ext <<_ACEOF
12856 /* end confdefs.h. */
12857 #ifdef HAVE_LIBXSLT_PATTERN_H
12858 # include <libxslt/pattern.h>
12859 #endif
12861 #include <$ac_header>
12862 _ACEOF
12863 rm -f conftest.$ac_objext
12864 if { (ac_try="$ac_compile"
12865 case "(($ac_try" in
12866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12867 *) ac_try_echo=$ac_try;;
12868 esac
12869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12870 $as_echo "$ac_try_echo") >&5
12871 (eval "$ac_compile") 2>conftest.er1
12872 ac_status=$?
12873 grep -v '^ *+' conftest.er1 >conftest.err
12874 rm -f conftest.er1
12875 cat conftest.err >&5
12876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12877 (exit $ac_status); } && {
12878 test -z "$ac_c_werror_flag" ||
12879 test ! -s conftest.err
12880 } && test -s conftest.$ac_objext; then
12881 eval "$as_ac_Header=yes"
12882 else
12883 $as_echo "$as_me: failed program was:" >&5
12884 sed 's/^/| /' conftest.$ac_ext >&5
12886 eval "$as_ac_Header=no"
12889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12891 ac_res=`eval 'as_val=${'$as_ac_Header'}
12892 $as_echo "$as_val"'`
12893 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12894 $as_echo "$ac_res" >&6; }
12895 as_val=`eval 'as_val=${'$as_ac_Header'}
12896 $as_echo "$as_val"'`
12897 if test "x$as_val" = x""yes; then
12898 cat >>confdefs.h <<_ACEOF
12899 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12900 _ACEOF
12904 done
12906 CPPFLAGS="$ac_save_CPPFLAGS"
12907 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12908 then
12909 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12910 $as_echo_n "checking for -lxslt... " >&6; }
12911 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12912 $as_echo_n "(cached) " >&6
12913 else
12914 ac_check_soname_save_LIBS=$LIBS
12915 LIBS="-lxslt $ac_xslt_libs $LIBS"
12916 cat >conftest.$ac_ext <<_ACEOF
12917 /* confdefs.h. */
12918 _ACEOF
12919 cat confdefs.h >>conftest.$ac_ext
12920 cat >>conftest.$ac_ext <<_ACEOF
12921 /* end confdefs.h. */
12923 /* Override any GCC internal prototype to avoid an error.
12924 Use char because int might match the return type of a GCC
12925 builtin and then its argument prototype would still apply. */
12926 #ifdef __cplusplus
12927 extern "C"
12928 #endif
12929 char xsltCompilePattern ();
12931 main ()
12933 return xsltCompilePattern ();
12935 return 0;
12937 _ACEOF
12938 rm -f conftest.$ac_objext conftest$ac_exeext
12939 if { (ac_try="$ac_link"
12940 case "(($ac_try" in
12941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12942 *) ac_try_echo=$ac_try;;
12943 esac
12944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12945 $as_echo "$ac_try_echo") >&5
12946 (eval "$ac_link") 2>conftest.er1
12947 ac_status=$?
12948 grep -v '^ *+' conftest.er1 >conftest.err
12949 rm -f conftest.er1
12950 cat conftest.err >&5
12951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest$ac_exeext && {
12956 test "$cross_compiling" = yes ||
12957 $as_test_x conftest$ac_exeext
12958 }; then
12959 case "$LIBEXT" in
12960 dll) ;;
12961 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'` ;;
12962 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12963 esac
12964 else
12965 $as_echo "$as_me: failed program was:" >&5
12966 sed 's/^/| /' conftest.$ac_ext >&5
12971 rm -rf conftest.dSYM
12972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12973 conftest$ac_exeext conftest.$ac_ext
12974 LIBS=$ac_check_soname_save_LIBS
12976 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12977 { $as_echo "$as_me:$LINENO: result: not found" >&5
12978 $as_echo "not found" >&6; }
12980 else
12981 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12982 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12984 cat >>confdefs.h <<_ACEOF
12985 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12986 _ACEOF
12988 XSLTINCL="$ac_xslt_cflags"
12993 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12994 case "x$with_xslt" in
12995 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12996 xno) ;;
12997 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12998 This is an error since --with-xslt was requested." >&5
12999 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13000 This is an error since --with-xslt was requested." >&2;}
13001 { (exit 1); exit 1; }; } ;;
13002 esac
13006 HALINCL=""
13008 if test "x$with_hal" != "xno"
13009 then
13010 ac_save_CPPFLAGS="$CPPFLAGS"
13011 if test "$PKG_CONFIG" != "false"
13012 then
13013 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13014 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13015 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13019 for ac_header in dbus/dbus.h hal/libhal.h
13021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13022 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13023 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13024 $as_echo_n "checking for $ac_header... " >&6; }
13025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13026 $as_echo_n "(cached) " >&6
13028 ac_res=`eval 'as_val=${'$as_ac_Header'}
13029 $as_echo "$as_val"'`
13030 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13031 $as_echo "$ac_res" >&6; }
13032 else
13033 # Is the header compilable?
13034 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13035 $as_echo_n "checking $ac_header usability... " >&6; }
13036 cat >conftest.$ac_ext <<_ACEOF
13037 /* confdefs.h. */
13038 _ACEOF
13039 cat confdefs.h >>conftest.$ac_ext
13040 cat >>conftest.$ac_ext <<_ACEOF
13041 /* end confdefs.h. */
13042 $ac_includes_default
13043 #include <$ac_header>
13044 _ACEOF
13045 rm -f conftest.$ac_objext
13046 if { (ac_try="$ac_compile"
13047 case "(($ac_try" in
13048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13049 *) ac_try_echo=$ac_try;;
13050 esac
13051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13052 $as_echo "$ac_try_echo") >&5
13053 (eval "$ac_compile") 2>conftest.er1
13054 ac_status=$?
13055 grep -v '^ *+' conftest.er1 >conftest.err
13056 rm -f conftest.er1
13057 cat conftest.err >&5
13058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); } && {
13060 test -z "$ac_c_werror_flag" ||
13061 test ! -s conftest.err
13062 } && test -s conftest.$ac_objext; then
13063 ac_header_compiler=yes
13064 else
13065 $as_echo "$as_me: failed program was:" >&5
13066 sed 's/^/| /' conftest.$ac_ext >&5
13068 ac_header_compiler=no
13071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13072 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13073 $as_echo "$ac_header_compiler" >&6; }
13075 # Is the header present?
13076 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13077 $as_echo_n "checking $ac_header presence... " >&6; }
13078 cat >conftest.$ac_ext <<_ACEOF
13079 /* confdefs.h. */
13080 _ACEOF
13081 cat confdefs.h >>conftest.$ac_ext
13082 cat >>conftest.$ac_ext <<_ACEOF
13083 /* end confdefs.h. */
13084 #include <$ac_header>
13085 _ACEOF
13086 if { (ac_try="$ac_cpp conftest.$ac_ext"
13087 case "(($ac_try" in
13088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13089 *) ac_try_echo=$ac_try;;
13090 esac
13091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13092 $as_echo "$ac_try_echo") >&5
13093 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13094 ac_status=$?
13095 grep -v '^ *+' conftest.er1 >conftest.err
13096 rm -f conftest.er1
13097 cat conftest.err >&5
13098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); } >/dev/null && {
13100 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13101 test ! -s conftest.err
13102 }; then
13103 ac_header_preproc=yes
13104 else
13105 $as_echo "$as_me: failed program was:" >&5
13106 sed 's/^/| /' conftest.$ac_ext >&5
13108 ac_header_preproc=no
13111 rm -f conftest.err conftest.$ac_ext
13112 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13113 $as_echo "$ac_header_preproc" >&6; }
13115 # So? What about this header?
13116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13117 yes:no: )
13118 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13119 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13121 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13122 ac_header_preproc=yes
13124 no:yes:* )
13125 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13126 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13128 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13130 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13132 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13134 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13135 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13136 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13137 ( cat <<\_ASBOX
13138 ## ------------------------------------ ##
13139 ## Report this to wine-devel@winehq.org ##
13140 ## ------------------------------------ ##
13141 _ASBOX
13142 ) | sed "s/^/$as_me: WARNING: /" >&2
13144 esac
13145 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13146 $as_echo_n "checking for $ac_header... " >&6; }
13147 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13148 $as_echo_n "(cached) " >&6
13149 else
13150 eval "$as_ac_Header=\$ac_header_preproc"
13152 ac_res=`eval 'as_val=${'$as_ac_Header'}
13153 $as_echo "$as_val"'`
13154 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13155 $as_echo "$ac_res" >&6; }
13158 as_val=`eval 'as_val=${'$as_ac_Header'}
13159 $as_echo "$as_val"'`
13160 if test "x$as_val" = x""yes; then
13161 cat >>confdefs.h <<_ACEOF
13162 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13163 _ACEOF
13167 done
13169 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13170 then
13171 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13172 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13173 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13174 $as_echo_n "(cached) " >&6
13175 else
13176 ac_check_lib_save_LIBS=$LIBS
13177 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13178 cat >conftest.$ac_ext <<_ACEOF
13179 /* confdefs.h. */
13180 _ACEOF
13181 cat confdefs.h >>conftest.$ac_ext
13182 cat >>conftest.$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13185 /* Override any GCC internal prototype to avoid an error.
13186 Use char because int might match the return type of a GCC
13187 builtin and then its argument prototype would still apply. */
13188 #ifdef __cplusplus
13189 extern "C"
13190 #endif
13191 char dbus_connection_close ();
13193 main ()
13195 return dbus_connection_close ();
13197 return 0;
13199 _ACEOF
13200 rm -f conftest.$ac_objext conftest$ac_exeext
13201 if { (ac_try="$ac_link"
13202 case "(($ac_try" in
13203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13205 esac
13206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13207 $as_echo "$ac_try_echo") >&5
13208 (eval "$ac_link") 2>conftest.er1
13209 ac_status=$?
13210 grep -v '^ *+' conftest.er1 >conftest.err
13211 rm -f conftest.er1
13212 cat conftest.err >&5
13213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214 (exit $ac_status); } && {
13215 test -z "$ac_c_werror_flag" ||
13216 test ! -s conftest.err
13217 } && test -s conftest$ac_exeext && {
13218 test "$cross_compiling" = yes ||
13219 $as_test_x conftest$ac_exeext
13220 }; then
13221 ac_cv_lib_dbus_1_dbus_connection_close=yes
13222 else
13223 $as_echo "$as_me: failed program was:" >&5
13224 sed 's/^/| /' conftest.$ac_ext >&5
13226 ac_cv_lib_dbus_1_dbus_connection_close=no
13229 rm -rf conftest.dSYM
13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13231 conftest$ac_exeext conftest.$ac_ext
13232 LIBS=$ac_check_lib_save_LIBS
13234 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13235 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13236 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13237 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13238 $as_echo_n "checking for -lhal... " >&6; }
13239 if test "${ac_cv_lib_soname_hal+set}" = set; then
13240 $as_echo_n "(cached) " >&6
13241 else
13242 ac_check_soname_save_LIBS=$LIBS
13243 LIBS="-lhal $ac_hal_libs $LIBS"
13244 cat >conftest.$ac_ext <<_ACEOF
13245 /* confdefs.h. */
13246 _ACEOF
13247 cat confdefs.h >>conftest.$ac_ext
13248 cat >>conftest.$ac_ext <<_ACEOF
13249 /* end confdefs.h. */
13251 /* Override any GCC internal prototype to avoid an error.
13252 Use char because int might match the return type of a GCC
13253 builtin and then its argument prototype would still apply. */
13254 #ifdef __cplusplus
13255 extern "C"
13256 #endif
13257 char libhal_ctx_new ();
13259 main ()
13261 return libhal_ctx_new ();
13263 return 0;
13265 _ACEOF
13266 rm -f conftest.$ac_objext conftest$ac_exeext
13267 if { (ac_try="$ac_link"
13268 case "(($ac_try" in
13269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13270 *) ac_try_echo=$ac_try;;
13271 esac
13272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13273 $as_echo "$ac_try_echo") >&5
13274 (eval "$ac_link") 2>conftest.er1
13275 ac_status=$?
13276 grep -v '^ *+' conftest.er1 >conftest.err
13277 rm -f conftest.er1
13278 cat conftest.err >&5
13279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); } && {
13281 test -z "$ac_c_werror_flag" ||
13282 test ! -s conftest.err
13283 } && test -s conftest$ac_exeext && {
13284 test "$cross_compiling" = yes ||
13285 $as_test_x conftest$ac_exeext
13286 }; then
13287 case "$LIBEXT" in
13288 dll) ;;
13289 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'` ;;
13290 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13291 esac
13292 else
13293 $as_echo "$as_me: failed program was:" >&5
13294 sed 's/^/| /' conftest.$ac_ext >&5
13299 rm -rf conftest.dSYM
13300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13301 conftest$ac_exeext conftest.$ac_ext
13302 LIBS=$ac_check_soname_save_LIBS
13304 if test "x$ac_cv_lib_soname_hal" = "x"; then
13305 { $as_echo "$as_me:$LINENO: result: not found" >&5
13306 $as_echo "not found" >&6; }
13308 else
13309 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13310 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13312 cat >>confdefs.h <<_ACEOF
13313 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13314 _ACEOF
13316 HALINCL="$ac_hal_cflags"
13322 CPPFLAGS="$ac_save_CPPFLAGS"
13324 if test "x$ac_cv_lib_soname_hal" = "x"; then
13325 case "x$with_hal" in
13326 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13327 xno) ;;
13328 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13329 This is an error since --with-hal was requested." >&5
13330 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13331 This is an error since --with-hal was requested." >&2;}
13332 { (exit 1); exit 1; }; } ;;
13333 esac
13337 if test "x$with_gnutls" != "xno"
13338 then
13339 ac_save_CPPFLAGS="$CPPFLAGS"
13340 if test "$PKG_CONFIG" != "false"
13341 then
13342 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13343 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13344 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13346 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13347 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13348 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13349 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13350 $as_echo_n "(cached) " >&6
13352 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13353 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13354 else
13355 # Is the header compilable?
13356 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13357 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13358 cat >conftest.$ac_ext <<_ACEOF
13359 /* confdefs.h. */
13360 _ACEOF
13361 cat confdefs.h >>conftest.$ac_ext
13362 cat >>conftest.$ac_ext <<_ACEOF
13363 /* end confdefs.h. */
13364 $ac_includes_default
13365 #include <gnutls/gnutls.h>
13366 _ACEOF
13367 rm -f conftest.$ac_objext
13368 if { (ac_try="$ac_compile"
13369 case "(($ac_try" in
13370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13371 *) ac_try_echo=$ac_try;;
13372 esac
13373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13374 $as_echo "$ac_try_echo") >&5
13375 (eval "$ac_compile") 2>conftest.er1
13376 ac_status=$?
13377 grep -v '^ *+' conftest.er1 >conftest.err
13378 rm -f conftest.er1
13379 cat conftest.err >&5
13380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13381 (exit $ac_status); } && {
13382 test -z "$ac_c_werror_flag" ||
13383 test ! -s conftest.err
13384 } && test -s conftest.$ac_objext; then
13385 ac_header_compiler=yes
13386 else
13387 $as_echo "$as_me: failed program was:" >&5
13388 sed 's/^/| /' conftest.$ac_ext >&5
13390 ac_header_compiler=no
13393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13394 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13395 $as_echo "$ac_header_compiler" >&6; }
13397 # Is the header present?
13398 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13399 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13400 cat >conftest.$ac_ext <<_ACEOF
13401 /* confdefs.h. */
13402 _ACEOF
13403 cat confdefs.h >>conftest.$ac_ext
13404 cat >>conftest.$ac_ext <<_ACEOF
13405 /* end confdefs.h. */
13406 #include <gnutls/gnutls.h>
13407 _ACEOF
13408 if { (ac_try="$ac_cpp conftest.$ac_ext"
13409 case "(($ac_try" in
13410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13411 *) ac_try_echo=$ac_try;;
13412 esac
13413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13414 $as_echo "$ac_try_echo") >&5
13415 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13416 ac_status=$?
13417 grep -v '^ *+' conftest.er1 >conftest.err
13418 rm -f conftest.er1
13419 cat conftest.err >&5
13420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13421 (exit $ac_status); } >/dev/null && {
13422 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13423 test ! -s conftest.err
13424 }; then
13425 ac_header_preproc=yes
13426 else
13427 $as_echo "$as_me: failed program was:" >&5
13428 sed 's/^/| /' conftest.$ac_ext >&5
13430 ac_header_preproc=no
13433 rm -f conftest.err conftest.$ac_ext
13434 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13435 $as_echo "$ac_header_preproc" >&6; }
13437 # So? What about this header?
13438 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13439 yes:no: )
13440 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13441 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13442 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13443 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13444 ac_header_preproc=yes
13446 no:yes:* )
13447 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13448 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13449 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13450 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13451 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13452 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13453 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13454 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13455 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13456 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13457 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13458 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13459 ( cat <<\_ASBOX
13460 ## ------------------------------------ ##
13461 ## Report this to wine-devel@winehq.org ##
13462 ## ------------------------------------ ##
13463 _ASBOX
13464 ) | sed "s/^/$as_me: WARNING: /" >&2
13466 esac
13467 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13468 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13469 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13470 $as_echo_n "(cached) " >&6
13471 else
13472 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13474 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13475 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13478 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13479 cat >conftest.$ac_ext <<_ACEOF
13480 /* confdefs.h. */
13481 _ACEOF
13482 cat confdefs.h >>conftest.$ac_ext
13483 cat >>conftest.$ac_ext <<_ACEOF
13484 /* end confdefs.h. */
13485 #include <gnutls/gnutls.h>
13487 main ()
13489 typeof(gnutls_mac_get_key_size) *pfunc;
13491 return 0;
13493 _ACEOF
13494 rm -f conftest.$ac_objext
13495 if { (ac_try="$ac_compile"
13496 case "(($ac_try" in
13497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13498 *) ac_try_echo=$ac_try;;
13499 esac
13500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13501 $as_echo "$ac_try_echo") >&5
13502 (eval "$ac_compile") 2>conftest.er1
13503 ac_status=$?
13504 grep -v '^ *+' conftest.er1 >conftest.err
13505 rm -f conftest.er1
13506 cat conftest.err >&5
13507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13508 (exit $ac_status); } && {
13509 test -z "$ac_c_werror_flag" ||
13510 test ! -s conftest.err
13511 } && test -s conftest.$ac_objext; then
13512 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13513 $as_echo_n "checking for -lgnutls... " >&6; }
13514 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13515 $as_echo_n "(cached) " >&6
13516 else
13517 ac_check_soname_save_LIBS=$LIBS
13518 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13519 cat >conftest.$ac_ext <<_ACEOF
13520 /* confdefs.h. */
13521 _ACEOF
13522 cat confdefs.h >>conftest.$ac_ext
13523 cat >>conftest.$ac_ext <<_ACEOF
13524 /* end confdefs.h. */
13526 /* Override any GCC internal prototype to avoid an error.
13527 Use char because int might match the return type of a GCC
13528 builtin and then its argument prototype would still apply. */
13529 #ifdef __cplusplus
13530 extern "C"
13531 #endif
13532 char gnutls_global_init ();
13534 main ()
13536 return gnutls_global_init ();
13538 return 0;
13540 _ACEOF
13541 rm -f conftest.$ac_objext conftest$ac_exeext
13542 if { (ac_try="$ac_link"
13543 case "(($ac_try" in
13544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13545 *) ac_try_echo=$ac_try;;
13546 esac
13547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13548 $as_echo "$ac_try_echo") >&5
13549 (eval "$ac_link") 2>conftest.er1
13550 ac_status=$?
13551 grep -v '^ *+' conftest.er1 >conftest.err
13552 rm -f conftest.er1
13553 cat conftest.err >&5
13554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13555 (exit $ac_status); } && {
13556 test -z "$ac_c_werror_flag" ||
13557 test ! -s conftest.err
13558 } && test -s conftest$ac_exeext && {
13559 test "$cross_compiling" = yes ||
13560 $as_test_x conftest$ac_exeext
13561 }; then
13562 case "$LIBEXT" in
13563 dll) ;;
13564 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'` ;;
13565 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13566 esac
13567 else
13568 $as_echo "$as_me: failed program was:" >&5
13569 sed 's/^/| /' conftest.$ac_ext >&5
13574 rm -rf conftest.dSYM
13575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13576 conftest$ac_exeext conftest.$ac_ext
13577 LIBS=$ac_check_soname_save_LIBS
13579 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13580 { $as_echo "$as_me:$LINENO: result: not found" >&5
13581 $as_echo "not found" >&6; }
13583 else
13584 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13585 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13587 cat >>confdefs.h <<_ACEOF
13588 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13589 _ACEOF
13591 GNUTLSINCL="$ac_gnutls_cflags"
13595 else
13596 $as_echo "$as_me: failed program was:" >&5
13597 sed 's/^/| /' conftest.$ac_ext >&5
13602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13606 CPPFLAGS="$ac_save_CPPFLAGS"
13608 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13609 case "x$with_gnutls" in
13610 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13611 xno) ;;
13612 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13613 This is an error since --with-gnutls was requested." >&5
13614 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13615 This is an error since --with-gnutls was requested." >&2;}
13616 { (exit 1); exit 1; }; } ;;
13617 esac
13621 CURSESLIBS=""
13622 if test "$ac_cv_header_ncurses_h" = "yes"
13623 then
13624 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13625 $as_echo_n "checking for -lncurses... " >&6; }
13626 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13627 $as_echo_n "(cached) " >&6
13628 else
13629 ac_check_soname_save_LIBS=$LIBS
13630 LIBS="-lncurses $LIBS"
13631 cat >conftest.$ac_ext <<_ACEOF
13632 /* confdefs.h. */
13633 _ACEOF
13634 cat confdefs.h >>conftest.$ac_ext
13635 cat >>conftest.$ac_ext <<_ACEOF
13636 /* end confdefs.h. */
13638 /* Override any GCC internal prototype to avoid an error.
13639 Use char because int might match the return type of a GCC
13640 builtin and then its argument prototype would still apply. */
13641 #ifdef __cplusplus
13642 extern "C"
13643 #endif
13644 char waddch ();
13646 main ()
13648 return waddch ();
13650 return 0;
13652 _ACEOF
13653 rm -f conftest.$ac_objext conftest$ac_exeext
13654 if { (ac_try="$ac_link"
13655 case "(($ac_try" in
13656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13657 *) ac_try_echo=$ac_try;;
13658 esac
13659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13660 $as_echo "$ac_try_echo") >&5
13661 (eval "$ac_link") 2>conftest.er1
13662 ac_status=$?
13663 grep -v '^ *+' conftest.er1 >conftest.err
13664 rm -f conftest.er1
13665 cat conftest.err >&5
13666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667 (exit $ac_status); } && {
13668 test -z "$ac_c_werror_flag" ||
13669 test ! -s conftest.err
13670 } && test -s conftest$ac_exeext && {
13671 test "$cross_compiling" = yes ||
13672 $as_test_x conftest$ac_exeext
13673 }; then
13674 case "$LIBEXT" in
13675 dll) ;;
13676 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'` ;;
13677 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13678 esac
13679 else
13680 $as_echo "$as_me: failed program was:" >&5
13681 sed 's/^/| /' conftest.$ac_ext >&5
13686 rm -rf conftest.dSYM
13687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13688 conftest$ac_exeext conftest.$ac_ext
13689 LIBS=$ac_check_soname_save_LIBS
13691 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13692 { $as_echo "$as_me:$LINENO: result: not found" >&5
13693 $as_echo "not found" >&6; }
13695 else
13696 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13697 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13699 cat >>confdefs.h <<_ACEOF
13700 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13701 _ACEOF
13703 CURSESLIBS="-lncurses"
13706 elif test "$ac_cv_header_curses_h" = "yes"
13707 then
13708 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13709 $as_echo_n "checking for -lcurses... " >&6; }
13710 if test "${ac_cv_lib_soname_curses+set}" = set; then
13711 $as_echo_n "(cached) " >&6
13712 else
13713 ac_check_soname_save_LIBS=$LIBS
13714 LIBS="-lcurses $LIBS"
13715 cat >conftest.$ac_ext <<_ACEOF
13716 /* confdefs.h. */
13717 _ACEOF
13718 cat confdefs.h >>conftest.$ac_ext
13719 cat >>conftest.$ac_ext <<_ACEOF
13720 /* end confdefs.h. */
13722 /* Override any GCC internal prototype to avoid an error.
13723 Use char because int might match the return type of a GCC
13724 builtin and then its argument prototype would still apply. */
13725 #ifdef __cplusplus
13726 extern "C"
13727 #endif
13728 char waddch ();
13730 main ()
13732 return waddch ();
13734 return 0;
13736 _ACEOF
13737 rm -f conftest.$ac_objext conftest$ac_exeext
13738 if { (ac_try="$ac_link"
13739 case "(($ac_try" in
13740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13741 *) ac_try_echo=$ac_try;;
13742 esac
13743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13744 $as_echo "$ac_try_echo") >&5
13745 (eval "$ac_link") 2>conftest.er1
13746 ac_status=$?
13747 grep -v '^ *+' conftest.er1 >conftest.err
13748 rm -f conftest.er1
13749 cat conftest.err >&5
13750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); } && {
13752 test -z "$ac_c_werror_flag" ||
13753 test ! -s conftest.err
13754 } && test -s conftest$ac_exeext && {
13755 test "$cross_compiling" = yes ||
13756 $as_test_x conftest$ac_exeext
13757 }; then
13758 case "$LIBEXT" in
13759 dll) ;;
13760 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'` ;;
13761 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13762 esac
13763 else
13764 $as_echo "$as_me: failed program was:" >&5
13765 sed 's/^/| /' conftest.$ac_ext >&5
13770 rm -rf conftest.dSYM
13771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13772 conftest$ac_exeext conftest.$ac_ext
13773 LIBS=$ac_check_soname_save_LIBS
13775 if test "x$ac_cv_lib_soname_curses" = "x"; then
13776 { $as_echo "$as_me:$LINENO: result: not found" >&5
13777 $as_echo "not found" >&6; }
13779 else
13780 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13781 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13783 cat >>confdefs.h <<_ACEOF
13784 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13785 _ACEOF
13787 CURSESLIBS="-lcurses"
13791 ac_save_LIBS="$LIBS"
13792 LIBS="$LIBS $CURSESLIBS"
13794 for ac_func in mousemask
13796 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13797 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13798 $as_echo_n "checking for $ac_func... " >&6; }
13799 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13800 $as_echo_n "(cached) " >&6
13801 else
13802 cat >conftest.$ac_ext <<_ACEOF
13803 /* confdefs.h. */
13804 _ACEOF
13805 cat confdefs.h >>conftest.$ac_ext
13806 cat >>conftest.$ac_ext <<_ACEOF
13807 /* end confdefs.h. */
13808 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13809 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13810 #define $ac_func innocuous_$ac_func
13812 /* System header to define __stub macros and hopefully few prototypes,
13813 which can conflict with char $ac_func (); below.
13814 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13815 <limits.h> exists even on freestanding compilers. */
13817 #ifdef __STDC__
13818 # include <limits.h>
13819 #else
13820 # include <assert.h>
13821 #endif
13823 #undef $ac_func
13825 /* Override any GCC internal prototype to avoid an error.
13826 Use char because int might match the return type of a GCC
13827 builtin and then its argument prototype would still apply. */
13828 #ifdef __cplusplus
13829 extern "C"
13830 #endif
13831 char $ac_func ();
13832 /* The GNU C library defines this for functions which it implements
13833 to always fail with ENOSYS. Some functions are actually named
13834 something starting with __ and the normal name is an alias. */
13835 #if defined __stub_$ac_func || defined __stub___$ac_func
13836 choke me
13837 #endif
13840 main ()
13842 return $ac_func ();
13844 return 0;
13846 _ACEOF
13847 rm -f conftest.$ac_objext conftest$ac_exeext
13848 if { (ac_try="$ac_link"
13849 case "(($ac_try" in
13850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13852 esac
13853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13854 $as_echo "$ac_try_echo") >&5
13855 (eval "$ac_link") 2>conftest.er1
13856 ac_status=$?
13857 grep -v '^ *+' conftest.er1 >conftest.err
13858 rm -f conftest.er1
13859 cat conftest.err >&5
13860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13861 (exit $ac_status); } && {
13862 test -z "$ac_c_werror_flag" ||
13863 test ! -s conftest.err
13864 } && test -s conftest$ac_exeext && {
13865 test "$cross_compiling" = yes ||
13866 $as_test_x conftest$ac_exeext
13867 }; then
13868 eval "$as_ac_var=yes"
13869 else
13870 $as_echo "$as_me: failed program was:" >&5
13871 sed 's/^/| /' conftest.$ac_ext >&5
13873 eval "$as_ac_var=no"
13876 rm -rf conftest.dSYM
13877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13878 conftest$ac_exeext conftest.$ac_ext
13880 ac_res=`eval 'as_val=${'$as_ac_var'}
13881 $as_echo "$as_val"'`
13882 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13883 $as_echo "$ac_res" >&6; }
13884 as_val=`eval 'as_val=${'$as_ac_var'}
13885 $as_echo "$as_val"'`
13886 if test "x$as_val" = x""yes; then
13887 cat >>confdefs.h <<_ACEOF
13888 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13889 _ACEOF
13892 done
13894 LIBS="$ac_save_LIBS"
13895 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13896 case "x$with_curses" in
13897 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13898 xno) ;;
13899 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13900 This is an error since --with-curses was requested." >&5
13901 $as_echo "$as_me: 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." >&2;}
13903 { (exit 1); exit 1; }; } ;;
13904 esac
13908 if test "x$with_sane" != "xno"
13909 then
13910 ac_save_CPPFLAGS="$CPPFLAGS"
13911 # Extract the first word of "sane-config", so it can be a program name with args.
13912 set dummy sane-config; ac_word=$2
13913 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13914 $as_echo_n "checking for $ac_word... " >&6; }
13915 if test "${ac_cv_prog_sane_devel+set}" = set; then
13916 $as_echo_n "(cached) " >&6
13917 else
13918 if test -n "$sane_devel"; then
13919 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13920 else
13921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13922 for as_dir in $PATH
13924 IFS=$as_save_IFS
13925 test -z "$as_dir" && as_dir=.
13926 for ac_exec_ext in '' $ac_executable_extensions; do
13927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13928 ac_cv_prog_sane_devel="sane-config"
13929 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13930 break 2
13932 done
13933 done
13934 IFS=$as_save_IFS
13936 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13939 sane_devel=$ac_cv_prog_sane_devel
13940 if test -n "$sane_devel"; then
13941 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13942 $as_echo "$sane_devel" >&6; }
13943 else
13944 { $as_echo "$as_me:$LINENO: result: no" >&5
13945 $as_echo "no" >&6; }
13949 if test "$sane_devel" != "no"
13950 then
13951 ac_sane_incl="`$sane_devel --cflags`"
13952 ac_sane_libs="`$sane_devel --ldflags`"
13953 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13955 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13956 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13957 $as_echo_n "checking for sane/sane.h... " >&6; }
13958 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13959 $as_echo_n "(cached) " >&6
13961 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13962 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13963 else
13964 # Is the header compilable?
13965 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13966 $as_echo_n "checking sane/sane.h usability... " >&6; }
13967 cat >conftest.$ac_ext <<_ACEOF
13968 /* confdefs.h. */
13969 _ACEOF
13970 cat confdefs.h >>conftest.$ac_ext
13971 cat >>conftest.$ac_ext <<_ACEOF
13972 /* end confdefs.h. */
13973 $ac_includes_default
13974 #include <sane/sane.h>
13975 _ACEOF
13976 rm -f conftest.$ac_objext
13977 if { (ac_try="$ac_compile"
13978 case "(($ac_try" in
13979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13980 *) ac_try_echo=$ac_try;;
13981 esac
13982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13983 $as_echo "$ac_try_echo") >&5
13984 (eval "$ac_compile") 2>conftest.er1
13985 ac_status=$?
13986 grep -v '^ *+' conftest.er1 >conftest.err
13987 rm -f conftest.er1
13988 cat conftest.err >&5
13989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); } && {
13991 test -z "$ac_c_werror_flag" ||
13992 test ! -s conftest.err
13993 } && test -s conftest.$ac_objext; then
13994 ac_header_compiler=yes
13995 else
13996 $as_echo "$as_me: failed program was:" >&5
13997 sed 's/^/| /' conftest.$ac_ext >&5
13999 ac_header_compiler=no
14002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14003 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14004 $as_echo "$ac_header_compiler" >&6; }
14006 # Is the header present?
14007 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14008 $as_echo_n "checking sane/sane.h presence... " >&6; }
14009 cat >conftest.$ac_ext <<_ACEOF
14010 /* confdefs.h. */
14011 _ACEOF
14012 cat confdefs.h >>conftest.$ac_ext
14013 cat >>conftest.$ac_ext <<_ACEOF
14014 /* end confdefs.h. */
14015 #include <sane/sane.h>
14016 _ACEOF
14017 if { (ac_try="$ac_cpp conftest.$ac_ext"
14018 case "(($ac_try" in
14019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14020 *) ac_try_echo=$ac_try;;
14021 esac
14022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14023 $as_echo "$ac_try_echo") >&5
14024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14025 ac_status=$?
14026 grep -v '^ *+' conftest.er1 >conftest.err
14027 rm -f conftest.er1
14028 cat conftest.err >&5
14029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14030 (exit $ac_status); } >/dev/null && {
14031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14032 test ! -s conftest.err
14033 }; then
14034 ac_header_preproc=yes
14035 else
14036 $as_echo "$as_me: failed program was:" >&5
14037 sed 's/^/| /' conftest.$ac_ext >&5
14039 ac_header_preproc=no
14042 rm -f conftest.err conftest.$ac_ext
14043 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14044 $as_echo "$ac_header_preproc" >&6; }
14046 # So? What about this header?
14047 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14048 yes:no: )
14049 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14050 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14051 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14052 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14053 ac_header_preproc=yes
14055 no:yes:* )
14056 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14057 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14058 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14059 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14060 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14061 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14062 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14063 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14064 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14065 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14066 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14067 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14068 ( cat <<\_ASBOX
14069 ## ------------------------------------ ##
14070 ## Report this to wine-devel@winehq.org ##
14071 ## ------------------------------------ ##
14072 _ASBOX
14073 ) | sed "s/^/$as_me: WARNING: /" >&2
14075 esac
14076 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14077 $as_echo_n "checking for sane/sane.h... " >&6; }
14078 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14079 $as_echo_n "(cached) " >&6
14080 else
14081 ac_cv_header_sane_sane_h=$ac_header_preproc
14083 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14084 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14087 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14088 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14089 $as_echo_n "checking for -lsane... " >&6; }
14090 if test "${ac_cv_lib_soname_sane+set}" = set; then
14091 $as_echo_n "(cached) " >&6
14092 else
14093 ac_check_soname_save_LIBS=$LIBS
14094 LIBS="-lsane $ac_sane_libs $LIBS"
14095 cat >conftest.$ac_ext <<_ACEOF
14096 /* confdefs.h. */
14097 _ACEOF
14098 cat confdefs.h >>conftest.$ac_ext
14099 cat >>conftest.$ac_ext <<_ACEOF
14100 /* end confdefs.h. */
14102 /* Override any GCC internal prototype to avoid an error.
14103 Use char because int might match the return type of a GCC
14104 builtin and then its argument prototype would still apply. */
14105 #ifdef __cplusplus
14106 extern "C"
14107 #endif
14108 char sane_init ();
14110 main ()
14112 return sane_init ();
14114 return 0;
14116 _ACEOF
14117 rm -f conftest.$ac_objext conftest$ac_exeext
14118 if { (ac_try="$ac_link"
14119 case "(($ac_try" in
14120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14121 *) ac_try_echo=$ac_try;;
14122 esac
14123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14124 $as_echo "$ac_try_echo") >&5
14125 (eval "$ac_link") 2>conftest.er1
14126 ac_status=$?
14127 grep -v '^ *+' conftest.er1 >conftest.err
14128 rm -f conftest.er1
14129 cat conftest.err >&5
14130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14131 (exit $ac_status); } && {
14132 test -z "$ac_c_werror_flag" ||
14133 test ! -s conftest.err
14134 } && test -s conftest$ac_exeext && {
14135 test "$cross_compiling" = yes ||
14136 $as_test_x conftest$ac_exeext
14137 }; then
14138 case "$LIBEXT" in
14139 dll) ;;
14140 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'` ;;
14141 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14142 esac
14143 else
14144 $as_echo "$as_me: failed program was:" >&5
14145 sed 's/^/| /' conftest.$ac_ext >&5
14150 rm -rf conftest.dSYM
14151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14152 conftest$ac_exeext conftest.$ac_ext
14153 LIBS=$ac_check_soname_save_LIBS
14155 if test "x$ac_cv_lib_soname_sane" = "x"; then
14156 { $as_echo "$as_me:$LINENO: result: not found" >&5
14157 $as_echo "not found" >&6; }
14159 else
14160 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14161 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14163 cat >>confdefs.h <<_ACEOF
14164 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14165 _ACEOF
14167 SANEINCL="$ac_sane_incl"
14174 CPPFLAGS="$ac_save_CPPFLAGS"
14176 if test "x$ac_cv_lib_soname_sane" = "x"; then
14177 case "x$with_sane" in
14178 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14179 xno) ;;
14180 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14181 This is an error since --with-sane was requested." >&5
14182 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14183 This is an error since --with-sane was requested." >&2;}
14184 { (exit 1); exit 1; }; } ;;
14185 esac
14189 if test "x$with_gphoto" != "xno"
14190 then
14191 ac_save_CPPFLAGS="$CPPFLAGS"
14192 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14193 set dummy gphoto2-config; ac_word=$2
14194 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14195 $as_echo_n "checking for $ac_word... " >&6; }
14196 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14197 $as_echo_n "(cached) " >&6
14198 else
14199 if test -n "$gphoto2_devel"; then
14200 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14201 else
14202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14203 for as_dir in $PATH
14205 IFS=$as_save_IFS
14206 test -z "$as_dir" && as_dir=.
14207 for ac_exec_ext in '' $ac_executable_extensions; do
14208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14209 ac_cv_prog_gphoto2_devel="gphoto2-config"
14210 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14211 break 2
14213 done
14214 done
14215 IFS=$as_save_IFS
14217 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14220 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14221 if test -n "$gphoto2_devel"; then
14222 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14223 $as_echo "$gphoto2_devel" >&6; }
14224 else
14225 { $as_echo "$as_me:$LINENO: result: no" >&5
14226 $as_echo "no" >&6; }
14230 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14231 set dummy gphoto2-port-config; ac_word=$2
14232 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14233 $as_echo_n "checking for $ac_word... " >&6; }
14234 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14235 $as_echo_n "(cached) " >&6
14236 else
14237 if test -n "$gphoto2port_devel"; then
14238 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14239 else
14240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14241 for as_dir in $PATH
14243 IFS=$as_save_IFS
14244 test -z "$as_dir" && as_dir=.
14245 for ac_exec_ext in '' $ac_executable_extensions; do
14246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14247 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14248 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14249 break 2
14251 done
14252 done
14253 IFS=$as_save_IFS
14255 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14258 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14259 if test -n "$gphoto2port_devel"; then
14260 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14261 $as_echo "$gphoto2port_devel" >&6; }
14262 else
14263 { $as_echo "$as_me:$LINENO: result: no" >&5
14264 $as_echo "no" >&6; }
14268 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14269 then
14270 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14271 ac_gphoto2_libs=""
14272 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14274 case "$i" in
14275 -L/usr/lib|-L/usr/lib64) ;;
14276 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14277 esac
14278 done
14279 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14281 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14282 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14283 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14284 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14285 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14286 $as_echo_n "(cached) " >&6
14288 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14289 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14290 else
14291 # Is the header compilable?
14292 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14293 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14294 cat >conftest.$ac_ext <<_ACEOF
14295 /* confdefs.h. */
14296 _ACEOF
14297 cat confdefs.h >>conftest.$ac_ext
14298 cat >>conftest.$ac_ext <<_ACEOF
14299 /* end confdefs.h. */
14300 $ac_includes_default
14301 #include <gphoto2-camera.h>
14302 _ACEOF
14303 rm -f conftest.$ac_objext
14304 if { (ac_try="$ac_compile"
14305 case "(($ac_try" in
14306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14307 *) ac_try_echo=$ac_try;;
14308 esac
14309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14310 $as_echo "$ac_try_echo") >&5
14311 (eval "$ac_compile") 2>conftest.er1
14312 ac_status=$?
14313 grep -v '^ *+' conftest.er1 >conftest.err
14314 rm -f conftest.er1
14315 cat conftest.err >&5
14316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); } && {
14318 test -z "$ac_c_werror_flag" ||
14319 test ! -s conftest.err
14320 } && test -s conftest.$ac_objext; then
14321 ac_header_compiler=yes
14322 else
14323 $as_echo "$as_me: failed program was:" >&5
14324 sed 's/^/| /' conftest.$ac_ext >&5
14326 ac_header_compiler=no
14329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14330 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14331 $as_echo "$ac_header_compiler" >&6; }
14333 # Is the header present?
14334 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14335 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14336 cat >conftest.$ac_ext <<_ACEOF
14337 /* confdefs.h. */
14338 _ACEOF
14339 cat confdefs.h >>conftest.$ac_ext
14340 cat >>conftest.$ac_ext <<_ACEOF
14341 /* end confdefs.h. */
14342 #include <gphoto2-camera.h>
14343 _ACEOF
14344 if { (ac_try="$ac_cpp conftest.$ac_ext"
14345 case "(($ac_try" in
14346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14347 *) ac_try_echo=$ac_try;;
14348 esac
14349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14350 $as_echo "$ac_try_echo") >&5
14351 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14352 ac_status=$?
14353 grep -v '^ *+' conftest.er1 >conftest.err
14354 rm -f conftest.er1
14355 cat conftest.err >&5
14356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14357 (exit $ac_status); } >/dev/null && {
14358 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14359 test ! -s conftest.err
14360 }; then
14361 ac_header_preproc=yes
14362 else
14363 $as_echo "$as_me: failed program was:" >&5
14364 sed 's/^/| /' conftest.$ac_ext >&5
14366 ac_header_preproc=no
14369 rm -f conftest.err conftest.$ac_ext
14370 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14371 $as_echo "$ac_header_preproc" >&6; }
14373 # So? What about this header?
14374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14375 yes:no: )
14376 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14377 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14378 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14379 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14380 ac_header_preproc=yes
14382 no:yes:* )
14383 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14384 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14385 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14386 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14387 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14388 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14389 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14390 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14391 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14392 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14393 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14394 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14395 ( cat <<\_ASBOX
14396 ## ------------------------------------ ##
14397 ## Report this to wine-devel@winehq.org ##
14398 ## ------------------------------------ ##
14399 _ASBOX
14400 ) | sed "s/^/$as_me: WARNING: /" >&2
14402 esac
14403 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14404 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14405 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14406 $as_echo_n "(cached) " >&6
14407 else
14408 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14410 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14411 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14414 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14415 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14416 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14417 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14418 $as_echo_n "(cached) " >&6
14419 else
14420 ac_check_lib_save_LIBS=$LIBS
14421 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14429 /* Override any GCC internal prototype to avoid an error.
14430 Use char because int might match the return type of a GCC
14431 builtin and then its argument prototype would still apply. */
14432 #ifdef __cplusplus
14433 extern "C"
14434 #endif
14435 char gp_camera_new ();
14437 main ()
14439 return gp_camera_new ();
14441 return 0;
14443 _ACEOF
14444 rm -f conftest.$ac_objext conftest$ac_exeext
14445 if { (ac_try="$ac_link"
14446 case "(($ac_try" in
14447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14448 *) ac_try_echo=$ac_try;;
14449 esac
14450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14451 $as_echo "$ac_try_echo") >&5
14452 (eval "$ac_link") 2>conftest.er1
14453 ac_status=$?
14454 grep -v '^ *+' conftest.er1 >conftest.err
14455 rm -f conftest.er1
14456 cat conftest.err >&5
14457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458 (exit $ac_status); } && {
14459 test -z "$ac_c_werror_flag" ||
14460 test ! -s conftest.err
14461 } && test -s conftest$ac_exeext && {
14462 test "$cross_compiling" = yes ||
14463 $as_test_x conftest$ac_exeext
14464 }; then
14465 ac_cv_lib_gphoto2_gp_camera_new=yes
14466 else
14467 $as_echo "$as_me: failed program was:" >&5
14468 sed 's/^/| /' conftest.$ac_ext >&5
14470 ac_cv_lib_gphoto2_gp_camera_new=no
14473 rm -rf conftest.dSYM
14474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14475 conftest$ac_exeext conftest.$ac_ext
14476 LIBS=$ac_check_lib_save_LIBS
14478 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14479 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14480 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14482 cat >>confdefs.h <<\_ACEOF
14483 #define HAVE_GPHOTO2 1
14484 _ACEOF
14486 GPHOTO2LIBS="$ac_gphoto2_libs"
14488 GPHOTO2INCL="$ac_gphoto2_incl"
14495 CPPFLAGS="$ac_save_CPPFLAGS"
14497 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14498 case "x$with_gphoto" in
14499 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14500 xno) ;;
14501 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14502 This is an error since --with-gphoto was requested." >&5
14503 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14504 This is an error since --with-gphoto was requested." >&2;}
14505 { (exit 1); exit 1; }; } ;;
14506 esac
14511 RESOLVLIBS=""
14513 if test "$ac_cv_header_resolv_h" = "yes"
14514 then
14515 ac_save_LIBS="$LIBS"
14516 LIBS="$LIBS -lresolv"
14517 cat >conftest.$ac_ext <<_ACEOF
14518 /* confdefs.h. */
14519 _ACEOF
14520 cat confdefs.h >>conftest.$ac_ext
14521 cat >>conftest.$ac_ext <<_ACEOF
14522 /* end confdefs.h. */
14523 #ifdef HAVE_NETINET_IN_H
14524 #include <netinet/in.h>
14525 #endif
14526 #include <resolv.h>
14528 main ()
14530 res_init();
14532 return 0;
14534 _ACEOF
14535 rm -f conftest.$ac_objext conftest$ac_exeext
14536 if { (ac_try="$ac_link"
14537 case "(($ac_try" in
14538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14539 *) ac_try_echo=$ac_try;;
14540 esac
14541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14542 $as_echo "$ac_try_echo") >&5
14543 (eval "$ac_link") 2>conftest.er1
14544 ac_status=$?
14545 grep -v '^ *+' conftest.er1 >conftest.err
14546 rm -f conftest.er1
14547 cat conftest.err >&5
14548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14549 (exit $ac_status); } && {
14550 test -z "$ac_c_werror_flag" ||
14551 test ! -s conftest.err
14552 } && test -s conftest$ac_exeext && {
14553 test "$cross_compiling" = yes ||
14554 $as_test_x conftest$ac_exeext
14555 }; then
14557 cat >>confdefs.h <<\_ACEOF
14558 #define HAVE_RESOLV 1
14559 _ACEOF
14561 RESOLVLIBS="-lresolv"
14562 else
14563 $as_echo "$as_me: failed program was:" >&5
14564 sed 's/^/| /' conftest.$ac_ext >&5
14569 rm -rf conftest.dSYM
14570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14571 conftest$ac_exeext conftest.$ac_ext
14572 LIBS="$ac_save_LIBS"
14575 LCMSLIBS=""
14577 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14578 then
14579 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14580 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14581 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14582 $as_echo_n "(cached) " >&6
14583 else
14584 ac_check_lib_save_LIBS=$LIBS
14585 LIBS="-llcms $LIBS"
14586 cat >conftest.$ac_ext <<_ACEOF
14587 /* confdefs.h. */
14588 _ACEOF
14589 cat confdefs.h >>conftest.$ac_ext
14590 cat >>conftest.$ac_ext <<_ACEOF
14591 /* end confdefs.h. */
14593 /* Override any GCC internal prototype to avoid an error.
14594 Use char because int might match the return type of a GCC
14595 builtin and then its argument prototype would still apply. */
14596 #ifdef __cplusplus
14597 extern "C"
14598 #endif
14599 char cmsOpenProfileFromFile ();
14601 main ()
14603 return cmsOpenProfileFromFile ();
14605 return 0;
14607 _ACEOF
14608 rm -f conftest.$ac_objext conftest$ac_exeext
14609 if { (ac_try="$ac_link"
14610 case "(($ac_try" in
14611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14612 *) ac_try_echo=$ac_try;;
14613 esac
14614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14615 $as_echo "$ac_try_echo") >&5
14616 (eval "$ac_link") 2>conftest.er1
14617 ac_status=$?
14618 grep -v '^ *+' conftest.er1 >conftest.err
14619 rm -f conftest.er1
14620 cat conftest.err >&5
14621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); } && {
14623 test -z "$ac_c_werror_flag" ||
14624 test ! -s conftest.err
14625 } && test -s conftest$ac_exeext && {
14626 test "$cross_compiling" = yes ||
14627 $as_test_x conftest$ac_exeext
14628 }; then
14629 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14630 else
14631 $as_echo "$as_me: failed program was:" >&5
14632 sed 's/^/| /' conftest.$ac_ext >&5
14634 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14637 rm -rf conftest.dSYM
14638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14639 conftest$ac_exeext conftest.$ac_ext
14640 LIBS=$ac_check_lib_save_LIBS
14642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14643 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14644 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14646 cat >>confdefs.h <<\_ACEOF
14647 #define HAVE_LCMS 1
14648 _ACEOF
14650 LCMSLIBS="-llcms"
14654 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14655 case "x$with_cms" in
14656 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14657 xno) ;;
14658 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14659 This is an error since --with-cms was requested." >&5
14660 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14661 This is an error since --with-cms was requested." >&2;}
14662 { (exit 1); exit 1; }; } ;;
14663 esac
14667 if test "x$with_freetype" != "xno"
14668 then
14669 for ac_prog in freetype-config freetype2-config
14671 # Extract the first word of "$ac_prog", so it can be a program name with args.
14672 set dummy $ac_prog; ac_word=$2
14673 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14674 $as_echo_n "checking for $ac_word... " >&6; }
14675 if test "${ac_cv_prog_ft_devel+set}" = set; then
14676 $as_echo_n "(cached) " >&6
14677 else
14678 if test -n "$ft_devel"; then
14679 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14680 else
14681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14682 for as_dir in $PATH
14684 IFS=$as_save_IFS
14685 test -z "$as_dir" && as_dir=.
14686 for ac_exec_ext in '' $ac_executable_extensions; do
14687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14688 ac_cv_prog_ft_devel="$ac_prog"
14689 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14690 break 2
14692 done
14693 done
14694 IFS=$as_save_IFS
14698 ft_devel=$ac_cv_prog_ft_devel
14699 if test -n "$ft_devel"; then
14700 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14701 $as_echo "$ft_devel" >&6; }
14702 else
14703 { $as_echo "$as_me:$LINENO: result: no" >&5
14704 $as_echo "no" >&6; }
14708 test -n "$ft_devel" && break
14709 done
14710 test -n "$ft_devel" || ft_devel="no"
14712 if test "$ft_devel" != "no"
14713 then
14714 ac_freetype_incl=`$ft_devel --cflags`
14715 ac_freetype_libs=`$ft_devel --libs`
14717 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14718 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14719 $as_echo_n "checking for -lfreetype... " >&6; }
14720 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14721 $as_echo_n "(cached) " >&6
14722 else
14723 ac_check_soname_save_LIBS=$LIBS
14724 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14725 cat >conftest.$ac_ext <<_ACEOF
14726 /* confdefs.h. */
14727 _ACEOF
14728 cat confdefs.h >>conftest.$ac_ext
14729 cat >>conftest.$ac_ext <<_ACEOF
14730 /* end confdefs.h. */
14732 /* Override any GCC internal prototype to avoid an error.
14733 Use char because int might match the return type of a GCC
14734 builtin and then its argument prototype would still apply. */
14735 #ifdef __cplusplus
14736 extern "C"
14737 #endif
14738 char FT_Init_FreeType ();
14740 main ()
14742 return FT_Init_FreeType ();
14744 return 0;
14746 _ACEOF
14747 rm -f conftest.$ac_objext conftest$ac_exeext
14748 if { (ac_try="$ac_link"
14749 case "(($ac_try" in
14750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14751 *) ac_try_echo=$ac_try;;
14752 esac
14753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14754 $as_echo "$ac_try_echo") >&5
14755 (eval "$ac_link") 2>conftest.er1
14756 ac_status=$?
14757 grep -v '^ *+' conftest.er1 >conftest.err
14758 rm -f conftest.er1
14759 cat conftest.err >&5
14760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); } && {
14762 test -z "$ac_c_werror_flag" ||
14763 test ! -s conftest.err
14764 } && test -s conftest$ac_exeext && {
14765 test "$cross_compiling" = yes ||
14766 $as_test_x conftest$ac_exeext
14767 }; then
14768 case "$LIBEXT" in
14769 dll) ;;
14770 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'` ;;
14771 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14772 esac
14773 else
14774 $as_echo "$as_me: failed program was:" >&5
14775 sed 's/^/| /' conftest.$ac_ext >&5
14780 rm -rf conftest.dSYM
14781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14782 conftest$ac_exeext conftest.$ac_ext
14783 LIBS=$ac_check_soname_save_LIBS
14785 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14786 { $as_echo "$as_me:$LINENO: result: not found" >&5
14787 $as_echo "not found" >&6; }
14788 ft_lib=no
14789 else
14790 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14791 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14793 cat >>confdefs.h <<_ACEOF
14794 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14795 _ACEOF
14797 ft_lib=yes
14800 if test "$ft_lib" = "yes"
14801 then
14802 ac_save_CPPFLAGS="$CPPFLAGS"
14803 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14817 for ac_header in ft2build.h \
14818 freetype/freetype.h \
14819 freetype/ftglyph.h \
14820 freetype/fttypes.h \
14821 freetype/tttables.h \
14822 freetype/ftnames.h \
14823 freetype/ftsnames.h \
14824 freetype/ttnameid.h \
14825 freetype/ftoutln.h \
14826 freetype/ftwinfnt.h \
14827 freetype/ftmodapi.h \
14828 freetype/ftlcdfil.h \
14829 freetype/internal/sfnt.h
14831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14832 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14833 $as_echo_n "checking for $ac_header... " >&6; }
14834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14835 $as_echo_n "(cached) " >&6
14836 else
14837 cat >conftest.$ac_ext <<_ACEOF
14838 /* confdefs.h. */
14839 _ACEOF
14840 cat confdefs.h >>conftest.$ac_ext
14841 cat >>conftest.$ac_ext <<_ACEOF
14842 /* end confdefs.h. */
14843 #ifdef HAVE_FT2BUILD_H
14844 # include <ft2build.h>
14845 #endif
14847 #include <$ac_header>
14848 _ACEOF
14849 rm -f conftest.$ac_objext
14850 if { (ac_try="$ac_compile"
14851 case "(($ac_try" in
14852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14853 *) ac_try_echo=$ac_try;;
14854 esac
14855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14856 $as_echo "$ac_try_echo") >&5
14857 (eval "$ac_compile") 2>conftest.er1
14858 ac_status=$?
14859 grep -v '^ *+' conftest.er1 >conftest.err
14860 rm -f conftest.er1
14861 cat conftest.err >&5
14862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); } && {
14864 test -z "$ac_c_werror_flag" ||
14865 test ! -s conftest.err
14866 } && test -s conftest.$ac_objext; then
14867 eval "$as_ac_Header=yes"
14868 else
14869 $as_echo "$as_me: failed program was:" >&5
14870 sed 's/^/| /' conftest.$ac_ext >&5
14872 eval "$as_ac_Header=no"
14875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14877 ac_res=`eval 'as_val=${'$as_ac_Header'}
14878 $as_echo "$as_val"'`
14879 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14880 $as_echo "$ac_res" >&6; }
14881 as_val=`eval 'as_val=${'$as_ac_Header'}
14882 $as_echo "$as_val"'`
14883 if test "x$as_val" = x""yes; then
14884 cat >>confdefs.h <<_ACEOF
14885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14886 _ACEOF
14890 done
14892 cat >conftest.$ac_ext <<_ACEOF
14893 /* confdefs.h. */
14894 _ACEOF
14895 cat confdefs.h >>conftest.$ac_ext
14896 cat >>conftest.$ac_ext <<_ACEOF
14897 /* end confdefs.h. */
14898 #include <ft2build.h>
14899 #include <freetype/fttrigon.h>
14900 _ACEOF
14901 if { (ac_try="$ac_cpp conftest.$ac_ext"
14902 case "(($ac_try" in
14903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14904 *) ac_try_echo=$ac_try;;
14905 esac
14906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14907 $as_echo "$ac_try_echo") >&5
14908 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14909 ac_status=$?
14910 grep -v '^ *+' conftest.er1 >conftest.err
14911 rm -f conftest.er1
14912 cat conftest.err >&5
14913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914 (exit $ac_status); } >/dev/null && {
14915 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14916 test ! -s conftest.err
14917 }; then
14919 cat >>confdefs.h <<\_ACEOF
14920 #define HAVE_FREETYPE_FTTRIGON_H 1
14921 _ACEOF
14923 wine_cv_fttrigon=yes
14924 else
14925 $as_echo "$as_me: failed program was:" >&5
14926 sed 's/^/| /' conftest.$ac_ext >&5
14928 wine_cv_fttrigon=no
14931 rm -f conftest.err conftest.$ac_ext
14932 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14933 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14934 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14935 $as_echo_n "(cached) " >&6
14936 else
14937 ac_cv_type_FT_TrueTypeEngineType=no
14938 cat >conftest.$ac_ext <<_ACEOF
14939 /* confdefs.h. */
14940 _ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14944 #include <freetype/ftmodapi.h>
14947 main ()
14949 if (sizeof (FT_TrueTypeEngineType))
14950 return 0;
14952 return 0;
14954 _ACEOF
14955 rm -f conftest.$ac_objext
14956 if { (ac_try="$ac_compile"
14957 case "(($ac_try" in
14958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959 *) ac_try_echo=$ac_try;;
14960 esac
14961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14962 $as_echo "$ac_try_echo") >&5
14963 (eval "$ac_compile") 2>conftest.er1
14964 ac_status=$?
14965 grep -v '^ *+' conftest.er1 >conftest.err
14966 rm -f conftest.er1
14967 cat conftest.err >&5
14968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969 (exit $ac_status); } && {
14970 test -z "$ac_c_werror_flag" ||
14971 test ! -s conftest.err
14972 } && test -s conftest.$ac_objext; then
14973 cat >conftest.$ac_ext <<_ACEOF
14974 /* confdefs.h. */
14975 _ACEOF
14976 cat confdefs.h >>conftest.$ac_ext
14977 cat >>conftest.$ac_ext <<_ACEOF
14978 /* end confdefs.h. */
14979 #include <freetype/ftmodapi.h>
14982 main ()
14984 if (sizeof ((FT_TrueTypeEngineType)))
14985 return 0;
14987 return 0;
14989 _ACEOF
14990 rm -f conftest.$ac_objext
14991 if { (ac_try="$ac_compile"
14992 case "(($ac_try" in
14993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14994 *) ac_try_echo=$ac_try;;
14995 esac
14996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14997 $as_echo "$ac_try_echo") >&5
14998 (eval "$ac_compile") 2>conftest.er1
14999 ac_status=$?
15000 grep -v '^ *+' conftest.er1 >conftest.err
15001 rm -f conftest.er1
15002 cat conftest.err >&5
15003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004 (exit $ac_status); } && {
15005 test -z "$ac_c_werror_flag" ||
15006 test ! -s conftest.err
15007 } && test -s conftest.$ac_objext; then
15009 else
15010 $as_echo "$as_me: failed program was:" >&5
15011 sed 's/^/| /' conftest.$ac_ext >&5
15013 ac_cv_type_FT_TrueTypeEngineType=yes
15016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15017 else
15018 $as_echo "$as_me: failed program was:" >&5
15019 sed 's/^/| /' conftest.$ac_ext >&5
15024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15026 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15027 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15028 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15030 cat >>confdefs.h <<_ACEOF
15031 #define HAVE_FT_TRUETYPEENGINETYPE 1
15032 _ACEOF
15037 ac_save_CFLAGS="$CFLAGS"
15038 CFLAGS="$CFLAGS $ac_freetype_libs"
15040 for ac_func in FT_Load_Sfnt_Table
15042 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15043 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15044 $as_echo_n "checking for $ac_func... " >&6; }
15045 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15046 $as_echo_n "(cached) " >&6
15047 else
15048 cat >conftest.$ac_ext <<_ACEOF
15049 /* confdefs.h. */
15050 _ACEOF
15051 cat confdefs.h >>conftest.$ac_ext
15052 cat >>conftest.$ac_ext <<_ACEOF
15053 /* end confdefs.h. */
15054 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15055 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15056 #define $ac_func innocuous_$ac_func
15058 /* System header to define __stub macros and hopefully few prototypes,
15059 which can conflict with char $ac_func (); below.
15060 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15061 <limits.h> exists even on freestanding compilers. */
15063 #ifdef __STDC__
15064 # include <limits.h>
15065 #else
15066 # include <assert.h>
15067 #endif
15069 #undef $ac_func
15071 /* Override any GCC internal prototype to avoid an error.
15072 Use char because int might match the return type of a GCC
15073 builtin and then its argument prototype would still apply. */
15074 #ifdef __cplusplus
15075 extern "C"
15076 #endif
15077 char $ac_func ();
15078 /* The GNU C library defines this for functions which it implements
15079 to always fail with ENOSYS. Some functions are actually named
15080 something starting with __ and the normal name is an alias. */
15081 #if defined __stub_$ac_func || defined __stub___$ac_func
15082 choke me
15083 #endif
15086 main ()
15088 return $ac_func ();
15090 return 0;
15092 _ACEOF
15093 rm -f conftest.$ac_objext conftest$ac_exeext
15094 if { (ac_try="$ac_link"
15095 case "(($ac_try" in
15096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15097 *) ac_try_echo=$ac_try;;
15098 esac
15099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15100 $as_echo "$ac_try_echo") >&5
15101 (eval "$ac_link") 2>conftest.er1
15102 ac_status=$?
15103 grep -v '^ *+' conftest.er1 >conftest.err
15104 rm -f conftest.er1
15105 cat conftest.err >&5
15106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15107 (exit $ac_status); } && {
15108 test -z "$ac_c_werror_flag" ||
15109 test ! -s conftest.err
15110 } && test -s conftest$ac_exeext && {
15111 test "$cross_compiling" = yes ||
15112 $as_test_x conftest$ac_exeext
15113 }; then
15114 eval "$as_ac_var=yes"
15115 else
15116 $as_echo "$as_me: failed program was:" >&5
15117 sed 's/^/| /' conftest.$ac_ext >&5
15119 eval "$as_ac_var=no"
15122 rm -rf conftest.dSYM
15123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15124 conftest$ac_exeext conftest.$ac_ext
15126 ac_res=`eval 'as_val=${'$as_ac_var'}
15127 $as_echo "$as_val"'`
15128 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15129 $as_echo "$ac_res" >&6; }
15130 as_val=`eval 'as_val=${'$as_ac_var'}
15131 $as_echo "$as_val"'`
15132 if test "x$as_val" = x""yes; then
15133 cat >>confdefs.h <<_ACEOF
15134 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15135 _ACEOF
15138 done
15140 CFLAGS="$ac_save_CFLAGS"
15141 CPPFLAGS="$ac_save_CPPFLAGS"
15142 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15143 then
15145 cat >>confdefs.h <<\_ACEOF
15146 #define HAVE_FREETYPE 1
15147 _ACEOF
15149 FREETYPELIBS="$ac_freetype_libs"
15151 FREETYPEINCL="$ac_freetype_incl"
15156 if test "x$FREETYPELIBS" = "x"; then
15157 case "x$with_freetype" in
15158 xno) ;;
15159 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15160 Use the --without-freetype option if you really want this." >&5
15161 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15162 Use the --without-freetype option if you really want this." >&2;}
15163 { (exit 1); exit 1; }; } ;;
15164 esac
15167 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15169 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15170 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15171 if test "${ac_cv_c_ppdev+set}" = set; then
15172 $as_echo_n "(cached) " >&6
15173 else
15174 cat >conftest.$ac_ext <<_ACEOF
15175 /* confdefs.h. */
15176 _ACEOF
15177 cat confdefs.h >>conftest.$ac_ext
15178 cat >>conftest.$ac_ext <<_ACEOF
15179 /* end confdefs.h. */
15180 #include <linux/ppdev.h>
15182 main ()
15184 ioctl (1,PPCLAIM,0)
15186 return 0;
15188 _ACEOF
15189 rm -f conftest.$ac_objext
15190 if { (ac_try="$ac_compile"
15191 case "(($ac_try" in
15192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15193 *) ac_try_echo=$ac_try;;
15194 esac
15195 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15196 $as_echo "$ac_try_echo") >&5
15197 (eval "$ac_compile") 2>conftest.er1
15198 ac_status=$?
15199 grep -v '^ *+' conftest.er1 >conftest.err
15200 rm -f conftest.er1
15201 cat conftest.err >&5
15202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15203 (exit $ac_status); } && {
15204 test -z "$ac_c_werror_flag" ||
15205 test ! -s conftest.err
15206 } && test -s conftest.$ac_objext; then
15207 ac_cv_c_ppdev="yes"
15208 else
15209 $as_echo "$as_me: failed program was:" >&5
15210 sed 's/^/| /' conftest.$ac_ext >&5
15212 ac_cv_c_ppdev="no"
15215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15217 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15218 $as_echo "$ac_cv_c_ppdev" >&6; }
15219 if test "$ac_cv_c_ppdev" = "yes"
15220 then
15222 cat >>confdefs.h <<\_ACEOF
15223 #define HAVE_PPDEV 1
15224 _ACEOF
15228 ac_wine_check_funcs_save_LIBS="$LIBS"
15229 LIBS="$LIBS $LIBPTHREAD"
15234 for ac_func in \
15235 pthread_attr_get_np \
15236 pthread_getattr_np \
15237 pthread_get_stackaddr_np \
15238 pthread_get_stacksize_np
15240 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15241 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15242 $as_echo_n "checking for $ac_func... " >&6; }
15243 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15244 $as_echo_n "(cached) " >&6
15245 else
15246 cat >conftest.$ac_ext <<_ACEOF
15247 /* confdefs.h. */
15248 _ACEOF
15249 cat confdefs.h >>conftest.$ac_ext
15250 cat >>conftest.$ac_ext <<_ACEOF
15251 /* end confdefs.h. */
15252 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15253 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15254 #define $ac_func innocuous_$ac_func
15256 /* System header to define __stub macros and hopefully few prototypes,
15257 which can conflict with char $ac_func (); below.
15258 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15259 <limits.h> exists even on freestanding compilers. */
15261 #ifdef __STDC__
15262 # include <limits.h>
15263 #else
15264 # include <assert.h>
15265 #endif
15267 #undef $ac_func
15269 /* Override any GCC internal prototype to avoid an error.
15270 Use char because int might match the return type of a GCC
15271 builtin and then its argument prototype would still apply. */
15272 #ifdef __cplusplus
15273 extern "C"
15274 #endif
15275 char $ac_func ();
15276 /* The GNU C library defines this for functions which it implements
15277 to always fail with ENOSYS. Some functions are actually named
15278 something starting with __ and the normal name is an alias. */
15279 #if defined __stub_$ac_func || defined __stub___$ac_func
15280 choke me
15281 #endif
15284 main ()
15286 return $ac_func ();
15288 return 0;
15290 _ACEOF
15291 rm -f conftest.$ac_objext conftest$ac_exeext
15292 if { (ac_try="$ac_link"
15293 case "(($ac_try" in
15294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15295 *) ac_try_echo=$ac_try;;
15296 esac
15297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15298 $as_echo "$ac_try_echo") >&5
15299 (eval "$ac_link") 2>conftest.er1
15300 ac_status=$?
15301 grep -v '^ *+' conftest.er1 >conftest.err
15302 rm -f conftest.er1
15303 cat conftest.err >&5
15304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } && {
15306 test -z "$ac_c_werror_flag" ||
15307 test ! -s conftest.err
15308 } && test -s conftest$ac_exeext && {
15309 test "$cross_compiling" = yes ||
15310 $as_test_x conftest$ac_exeext
15311 }; then
15312 eval "$as_ac_var=yes"
15313 else
15314 $as_echo "$as_me: failed program was:" >&5
15315 sed 's/^/| /' conftest.$ac_ext >&5
15317 eval "$as_ac_var=no"
15320 rm -rf conftest.dSYM
15321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15322 conftest$ac_exeext conftest.$ac_ext
15324 ac_res=`eval 'as_val=${'$as_ac_var'}
15325 $as_echo "$as_val"'`
15326 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15327 $as_echo "$ac_res" >&6; }
15328 as_val=`eval 'as_val=${'$as_ac_var'}
15329 $as_echo "$as_val"'`
15330 if test "x$as_val" = x""yes; then
15331 cat >>confdefs.h <<_ACEOF
15332 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15333 _ACEOF
15336 done
15338 LIBS="$ac_wine_check_funcs_save_LIBS"
15340 if test "x$with_esd" != xno
15341 then
15342 save_CFLAGS="$CFLAGS"
15343 # Extract the first word of "esd-config", so it can be a program name with args.
15344 set dummy esd-config; ac_word=$2
15345 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15346 $as_echo_n "checking for $ac_word... " >&6; }
15347 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15348 $as_echo_n "(cached) " >&6
15349 else
15350 case $ESDCONFIG in
15351 [\\/]* | ?:[\\/]*)
15352 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15356 for as_dir in $PATH
15358 IFS=$as_save_IFS
15359 test -z "$as_dir" && as_dir=.
15360 for ac_exec_ext in '' $ac_executable_extensions; do
15361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15362 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15363 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15364 break 2
15366 done
15367 done
15368 IFS=$as_save_IFS
15370 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15372 esac
15374 ESDCONFIG=$ac_cv_path_ESDCONFIG
15375 if test -n "$ESDCONFIG"; then
15376 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15377 $as_echo "$ESDCONFIG" >&6; }
15378 else
15379 { $as_echo "$as_me:$LINENO: result: no" >&5
15380 $as_echo "no" >&6; }
15384 if test "x$ESDCONFIG" != "xno"
15385 then
15386 ac_esd_incl=""
15387 for i in `$ESDCONFIG --cflags`
15389 case "$i" in
15390 -I*) ac_esd_incl="$ac_esd_incl $i";;
15391 esac
15392 done
15393 ac_esd_libs=`$ESDCONFIG --libs`
15394 CFLAGS="$CFLAGS $ac_esd_incl"
15396 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15397 if test "${ac_cv_header_esd_h+set}" = set; then
15398 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15399 $as_echo_n "checking for esd.h... " >&6; }
15400 if test "${ac_cv_header_esd_h+set}" = set; then
15401 $as_echo_n "(cached) " >&6
15403 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15404 $as_echo "$ac_cv_header_esd_h" >&6; }
15405 else
15406 # Is the header compilable?
15407 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15408 $as_echo_n "checking esd.h usability... " >&6; }
15409 cat >conftest.$ac_ext <<_ACEOF
15410 /* confdefs.h. */
15411 _ACEOF
15412 cat confdefs.h >>conftest.$ac_ext
15413 cat >>conftest.$ac_ext <<_ACEOF
15414 /* end confdefs.h. */
15415 $ac_includes_default
15416 #include <esd.h>
15417 _ACEOF
15418 rm -f conftest.$ac_objext
15419 if { (ac_try="$ac_compile"
15420 case "(($ac_try" in
15421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15422 *) ac_try_echo=$ac_try;;
15423 esac
15424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15425 $as_echo "$ac_try_echo") >&5
15426 (eval "$ac_compile") 2>conftest.er1
15427 ac_status=$?
15428 grep -v '^ *+' conftest.er1 >conftest.err
15429 rm -f conftest.er1
15430 cat conftest.err >&5
15431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432 (exit $ac_status); } && {
15433 test -z "$ac_c_werror_flag" ||
15434 test ! -s conftest.err
15435 } && test -s conftest.$ac_objext; then
15436 ac_header_compiler=yes
15437 else
15438 $as_echo "$as_me: failed program was:" >&5
15439 sed 's/^/| /' conftest.$ac_ext >&5
15441 ac_header_compiler=no
15444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15445 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15446 $as_echo "$ac_header_compiler" >&6; }
15448 # Is the header present?
15449 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15450 $as_echo_n "checking esd.h presence... " >&6; }
15451 cat >conftest.$ac_ext <<_ACEOF
15452 /* confdefs.h. */
15453 _ACEOF
15454 cat confdefs.h >>conftest.$ac_ext
15455 cat >>conftest.$ac_ext <<_ACEOF
15456 /* end confdefs.h. */
15457 #include <esd.h>
15458 _ACEOF
15459 if { (ac_try="$ac_cpp conftest.$ac_ext"
15460 case "(($ac_try" in
15461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15462 *) ac_try_echo=$ac_try;;
15463 esac
15464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15465 $as_echo "$ac_try_echo") >&5
15466 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15467 ac_status=$?
15468 grep -v '^ *+' conftest.er1 >conftest.err
15469 rm -f conftest.er1
15470 cat conftest.err >&5
15471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); } >/dev/null && {
15473 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15474 test ! -s conftest.err
15475 }; then
15476 ac_header_preproc=yes
15477 else
15478 $as_echo "$as_me: failed program was:" >&5
15479 sed 's/^/| /' conftest.$ac_ext >&5
15481 ac_header_preproc=no
15484 rm -f conftest.err conftest.$ac_ext
15485 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15486 $as_echo "$ac_header_preproc" >&6; }
15488 # So? What about this header?
15489 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15490 yes:no: )
15491 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15492 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15493 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15494 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15495 ac_header_preproc=yes
15497 no:yes:* )
15498 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15499 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15500 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15501 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15502 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15503 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15504 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15505 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15506 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15507 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15508 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15509 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15510 ( cat <<\_ASBOX
15511 ## ------------------------------------ ##
15512 ## Report this to wine-devel@winehq.org ##
15513 ## ------------------------------------ ##
15514 _ASBOX
15515 ) | sed "s/^/$as_me: WARNING: /" >&2
15517 esac
15518 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15519 $as_echo_n "checking for esd.h... " >&6; }
15520 if test "${ac_cv_header_esd_h+set}" = set; then
15521 $as_echo_n "(cached) " >&6
15522 else
15523 ac_cv_header_esd_h=$ac_header_preproc
15525 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15526 $as_echo "$ac_cv_header_esd_h" >&6; }
15529 if test "x$ac_cv_header_esd_h" = x""yes; then
15530 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15531 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15532 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15533 $as_echo_n "(cached) " >&6
15534 else
15535 ac_check_lib_save_LIBS=$LIBS
15536 LIBS="-lesd $ac_esd_libs $LIBS"
15537 cat >conftest.$ac_ext <<_ACEOF
15538 /* confdefs.h. */
15539 _ACEOF
15540 cat confdefs.h >>conftest.$ac_ext
15541 cat >>conftest.$ac_ext <<_ACEOF
15542 /* end confdefs.h. */
15544 /* Override any GCC internal prototype to avoid an error.
15545 Use char because int might match the return type of a GCC
15546 builtin and then its argument prototype would still apply. */
15547 #ifdef __cplusplus
15548 extern "C"
15549 #endif
15550 char esd_open_sound ();
15552 main ()
15554 return esd_open_sound ();
15556 return 0;
15558 _ACEOF
15559 rm -f conftest.$ac_objext conftest$ac_exeext
15560 if { (ac_try="$ac_link"
15561 case "(($ac_try" in
15562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15563 *) ac_try_echo=$ac_try;;
15564 esac
15565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15566 $as_echo "$ac_try_echo") >&5
15567 (eval "$ac_link") 2>conftest.er1
15568 ac_status=$?
15569 grep -v '^ *+' conftest.er1 >conftest.err
15570 rm -f conftest.er1
15571 cat conftest.err >&5
15572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573 (exit $ac_status); } && {
15574 test -z "$ac_c_werror_flag" ||
15575 test ! -s conftest.err
15576 } && test -s conftest$ac_exeext && {
15577 test "$cross_compiling" = yes ||
15578 $as_test_x conftest$ac_exeext
15579 }; then
15580 ac_cv_lib_esd_esd_open_sound=yes
15581 else
15582 $as_echo "$as_me: failed program was:" >&5
15583 sed 's/^/| /' conftest.$ac_ext >&5
15585 ac_cv_lib_esd_esd_open_sound=no
15588 rm -rf conftest.dSYM
15589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15590 conftest$ac_exeext conftest.$ac_ext
15591 LIBS=$ac_check_lib_save_LIBS
15593 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15594 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15595 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15596 ESDINCL="$ac_esd_incl"
15598 ESDLIBS="$ac_esd_libs"
15601 cat >>confdefs.h <<\_ACEOF
15602 #define HAVE_ESD 1
15603 _ACEOF
15610 CFLAGS="$save_CFLAGS"
15613 ALSALIBS=""
15615 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15616 then
15617 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15618 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15619 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15620 $as_echo_n "(cached) " >&6
15621 else
15622 ac_check_lib_save_LIBS=$LIBS
15623 LIBS="-lasound $LIBS"
15624 cat >conftest.$ac_ext <<_ACEOF
15625 /* confdefs.h. */
15626 _ACEOF
15627 cat confdefs.h >>conftest.$ac_ext
15628 cat >>conftest.$ac_ext <<_ACEOF
15629 /* end confdefs.h. */
15631 /* Override any GCC internal prototype to avoid an error.
15632 Use char because int might match the return type of a GCC
15633 builtin and then its argument prototype would still apply. */
15634 #ifdef __cplusplus
15635 extern "C"
15636 #endif
15637 char snd_pcm_hw_params_get_access ();
15639 main ()
15641 return snd_pcm_hw_params_get_access ();
15643 return 0;
15645 _ACEOF
15646 rm -f conftest.$ac_objext conftest$ac_exeext
15647 if { (ac_try="$ac_link"
15648 case "(($ac_try" in
15649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15650 *) ac_try_echo=$ac_try;;
15651 esac
15652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15653 $as_echo "$ac_try_echo") >&5
15654 (eval "$ac_link") 2>conftest.er1
15655 ac_status=$?
15656 grep -v '^ *+' conftest.er1 >conftest.err
15657 rm -f conftest.er1
15658 cat conftest.err >&5
15659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15660 (exit $ac_status); } && {
15661 test -z "$ac_c_werror_flag" ||
15662 test ! -s conftest.err
15663 } && test -s conftest$ac_exeext && {
15664 test "$cross_compiling" = yes ||
15665 $as_test_x conftest$ac_exeext
15666 }; then
15667 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15668 else
15669 $as_echo "$as_me: failed program was:" >&5
15670 sed 's/^/| /' conftest.$ac_ext >&5
15672 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15675 rm -rf conftest.dSYM
15676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15677 conftest$ac_exeext conftest.$ac_ext
15678 LIBS=$ac_check_lib_save_LIBS
15680 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15681 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15682 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15683 cat >conftest.$ac_ext <<_ACEOF
15684 /* confdefs.h. */
15685 _ACEOF
15686 cat confdefs.h >>conftest.$ac_ext
15687 cat >>conftest.$ac_ext <<_ACEOF
15688 /* end confdefs.h. */
15689 #ifdef HAVE_ALSA_ASOUNDLIB_H
15690 #include <alsa/asoundlib.h>
15691 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15692 #include <sys/asoundlib.h>
15693 #endif
15695 main ()
15697 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15699 return 0;
15701 _ACEOF
15702 rm -f conftest.$ac_objext
15703 if { (ac_try="$ac_compile"
15704 case "(($ac_try" in
15705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15706 *) ac_try_echo=$ac_try;;
15707 esac
15708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15709 $as_echo "$ac_try_echo") >&5
15710 (eval "$ac_compile") 2>conftest.er1
15711 ac_status=$?
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
15715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } && {
15717 test -z "$ac_c_werror_flag" ||
15718 test ! -s conftest.err
15719 } && test -s conftest.$ac_objext; then
15721 cat >>confdefs.h <<\_ACEOF
15722 #define HAVE_ALSA 1
15723 _ACEOF
15725 ALSALIBS="-lasound"
15726 else
15727 $as_echo "$as_me: failed program was:" >&5
15728 sed 's/^/| /' conftest.$ac_ext >&5
15733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15738 AUDIOIOLIBS=""
15740 if test "$ac_cv_header_libaudioio_h" = "yes"
15741 then
15742 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15743 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15744 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15745 $as_echo_n "(cached) " >&6
15746 else
15747 ac_check_lib_save_LIBS=$LIBS
15748 LIBS="-laudioio $LIBS"
15749 cat >conftest.$ac_ext <<_ACEOF
15750 /* confdefs.h. */
15751 _ACEOF
15752 cat confdefs.h >>conftest.$ac_ext
15753 cat >>conftest.$ac_ext <<_ACEOF
15754 /* end confdefs.h. */
15756 /* Override any GCC internal prototype to avoid an error.
15757 Use char because int might match the return type of a GCC
15758 builtin and then its argument prototype would still apply. */
15759 #ifdef __cplusplus
15760 extern "C"
15761 #endif
15762 char AudioIOGetVersion ();
15764 main ()
15766 return AudioIOGetVersion ();
15768 return 0;
15770 _ACEOF
15771 rm -f conftest.$ac_objext conftest$ac_exeext
15772 if { (ac_try="$ac_link"
15773 case "(($ac_try" in
15774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15775 *) ac_try_echo=$ac_try;;
15776 esac
15777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15778 $as_echo "$ac_try_echo") >&5
15779 (eval "$ac_link") 2>conftest.er1
15780 ac_status=$?
15781 grep -v '^ *+' conftest.er1 >conftest.err
15782 rm -f conftest.er1
15783 cat conftest.err >&5
15784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15785 (exit $ac_status); } && {
15786 test -z "$ac_c_werror_flag" ||
15787 test ! -s conftest.err
15788 } && test -s conftest$ac_exeext && {
15789 test "$cross_compiling" = yes ||
15790 $as_test_x conftest$ac_exeext
15791 }; then
15792 ac_cv_lib_audioio_AudioIOGetVersion=yes
15793 else
15794 $as_echo "$as_me: failed program was:" >&5
15795 sed 's/^/| /' conftest.$ac_ext >&5
15797 ac_cv_lib_audioio_AudioIOGetVersion=no
15800 rm -rf conftest.dSYM
15801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15802 conftest$ac_exeext conftest.$ac_ext
15803 LIBS=$ac_check_lib_save_LIBS
15805 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15806 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15807 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15808 AUDIOIOLIBS="-laudioio"
15810 cat >>confdefs.h <<\_ACEOF
15811 #define HAVE_LIBAUDIOIO 1
15812 _ACEOF
15819 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15820 then
15821 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15822 $as_echo_n "checking for -lcapi20... " >&6; }
15823 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15824 $as_echo_n "(cached) " >&6
15825 else
15826 ac_check_soname_save_LIBS=$LIBS
15827 LIBS="-lcapi20 $LIBS"
15828 cat >conftest.$ac_ext <<_ACEOF
15829 /* confdefs.h. */
15830 _ACEOF
15831 cat confdefs.h >>conftest.$ac_ext
15832 cat >>conftest.$ac_ext <<_ACEOF
15833 /* end confdefs.h. */
15835 /* Override any GCC internal prototype to avoid an error.
15836 Use char because int might match the return type of a GCC
15837 builtin and then its argument prototype would still apply. */
15838 #ifdef __cplusplus
15839 extern "C"
15840 #endif
15841 char capi20_register ();
15843 main ()
15845 return capi20_register ();
15847 return 0;
15849 _ACEOF
15850 rm -f conftest.$ac_objext conftest$ac_exeext
15851 if { (ac_try="$ac_link"
15852 case "(($ac_try" in
15853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15854 *) ac_try_echo=$ac_try;;
15855 esac
15856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15857 $as_echo "$ac_try_echo") >&5
15858 (eval "$ac_link") 2>conftest.er1
15859 ac_status=$?
15860 grep -v '^ *+' conftest.er1 >conftest.err
15861 rm -f conftest.er1
15862 cat conftest.err >&5
15863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15864 (exit $ac_status); } && {
15865 test -z "$ac_c_werror_flag" ||
15866 test ! -s conftest.err
15867 } && test -s conftest$ac_exeext && {
15868 test "$cross_compiling" = yes ||
15869 $as_test_x conftest$ac_exeext
15870 }; then
15871 case "$LIBEXT" in
15872 dll) ;;
15873 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'` ;;
15874 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15875 esac
15876 else
15877 $as_echo "$as_me: failed program was:" >&5
15878 sed 's/^/| /' conftest.$ac_ext >&5
15883 rm -rf conftest.dSYM
15884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15885 conftest$ac_exeext conftest.$ac_ext
15886 LIBS=$ac_check_soname_save_LIBS
15888 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15889 { $as_echo "$as_me:$LINENO: result: not found" >&5
15890 $as_echo "not found" >&6; }
15892 else
15893 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15894 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15896 cat >>confdefs.h <<_ACEOF
15897 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15898 _ACEOF
15904 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15905 case "x$with_capi" in
15906 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15907 xno) ;;
15908 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15909 This is an error since --with-capi was requested." >&5
15910 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15911 This is an error since --with-capi was requested." >&2;}
15912 { (exit 1); exit 1; }; } ;;
15913 esac
15917 CUPSINCL=""
15919 if test "x$with_cups" != "xno"
15920 then
15921 ac_save_CPPFLAGS="$CPPFLAGS"
15922 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15923 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15924 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15926 for ac_header in cups/cups.h
15928 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15930 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15931 $as_echo_n "checking for $ac_header... " >&6; }
15932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15933 $as_echo_n "(cached) " >&6
15935 ac_res=`eval 'as_val=${'$as_ac_Header'}
15936 $as_echo "$as_val"'`
15937 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15938 $as_echo "$ac_res" >&6; }
15939 else
15940 # Is the header compilable?
15941 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15942 $as_echo_n "checking $ac_header usability... " >&6; }
15943 cat >conftest.$ac_ext <<_ACEOF
15944 /* confdefs.h. */
15945 _ACEOF
15946 cat confdefs.h >>conftest.$ac_ext
15947 cat >>conftest.$ac_ext <<_ACEOF
15948 /* end confdefs.h. */
15949 $ac_includes_default
15950 #include <$ac_header>
15951 _ACEOF
15952 rm -f conftest.$ac_objext
15953 if { (ac_try="$ac_compile"
15954 case "(($ac_try" in
15955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15956 *) ac_try_echo=$ac_try;;
15957 esac
15958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15959 $as_echo "$ac_try_echo") >&5
15960 (eval "$ac_compile") 2>conftest.er1
15961 ac_status=$?
15962 grep -v '^ *+' conftest.er1 >conftest.err
15963 rm -f conftest.er1
15964 cat conftest.err >&5
15965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15966 (exit $ac_status); } && {
15967 test -z "$ac_c_werror_flag" ||
15968 test ! -s conftest.err
15969 } && test -s conftest.$ac_objext; then
15970 ac_header_compiler=yes
15971 else
15972 $as_echo "$as_me: failed program was:" >&5
15973 sed 's/^/| /' conftest.$ac_ext >&5
15975 ac_header_compiler=no
15978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15979 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15980 $as_echo "$ac_header_compiler" >&6; }
15982 # Is the header present?
15983 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15984 $as_echo_n "checking $ac_header presence... " >&6; }
15985 cat >conftest.$ac_ext <<_ACEOF
15986 /* confdefs.h. */
15987 _ACEOF
15988 cat confdefs.h >>conftest.$ac_ext
15989 cat >>conftest.$ac_ext <<_ACEOF
15990 /* end confdefs.h. */
15991 #include <$ac_header>
15992 _ACEOF
15993 if { (ac_try="$ac_cpp conftest.$ac_ext"
15994 case "(($ac_try" in
15995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15996 *) ac_try_echo=$ac_try;;
15997 esac
15998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15999 $as_echo "$ac_try_echo") >&5
16000 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16001 ac_status=$?
16002 grep -v '^ *+' conftest.er1 >conftest.err
16003 rm -f conftest.er1
16004 cat conftest.err >&5
16005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16006 (exit $ac_status); } >/dev/null && {
16007 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16008 test ! -s conftest.err
16009 }; then
16010 ac_header_preproc=yes
16011 else
16012 $as_echo "$as_me: failed program was:" >&5
16013 sed 's/^/| /' conftest.$ac_ext >&5
16015 ac_header_preproc=no
16018 rm -f conftest.err conftest.$ac_ext
16019 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16020 $as_echo "$ac_header_preproc" >&6; }
16022 # So? What about this header?
16023 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16024 yes:no: )
16025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16026 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16028 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16029 ac_header_preproc=yes
16031 no:yes:* )
16032 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16033 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16035 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16037 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16039 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16041 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16042 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16043 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16044 ( cat <<\_ASBOX
16045 ## ------------------------------------ ##
16046 ## Report this to wine-devel@winehq.org ##
16047 ## ------------------------------------ ##
16048 _ASBOX
16049 ) | sed "s/^/$as_me: WARNING: /" >&2
16051 esac
16052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16053 $as_echo_n "checking for $ac_header... " >&6; }
16054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16055 $as_echo_n "(cached) " >&6
16056 else
16057 eval "$as_ac_Header=\$ac_header_preproc"
16059 ac_res=`eval 'as_val=${'$as_ac_Header'}
16060 $as_echo "$as_val"'`
16061 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16062 $as_echo "$ac_res" >&6; }
16065 as_val=`eval 'as_val=${'$as_ac_Header'}
16066 $as_echo "$as_val"'`
16067 if test "x$as_val" = x""yes; then
16068 cat >>confdefs.h <<_ACEOF
16069 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16070 _ACEOF
16071 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16072 $as_echo_n "checking for -lcups... " >&6; }
16073 if test "${ac_cv_lib_soname_cups+set}" = set; then
16074 $as_echo_n "(cached) " >&6
16075 else
16076 ac_check_soname_save_LIBS=$LIBS
16077 LIBS="-lcups $ac_cups_libs $LIBS"
16078 cat >conftest.$ac_ext <<_ACEOF
16079 /* confdefs.h. */
16080 _ACEOF
16081 cat confdefs.h >>conftest.$ac_ext
16082 cat >>conftest.$ac_ext <<_ACEOF
16083 /* end confdefs.h. */
16085 /* Override any GCC internal prototype to avoid an error.
16086 Use char because int might match the return type of a GCC
16087 builtin and then its argument prototype would still apply. */
16088 #ifdef __cplusplus
16089 extern "C"
16090 #endif
16091 char cupsGetDefault ();
16093 main ()
16095 return cupsGetDefault ();
16097 return 0;
16099 _ACEOF
16100 rm -f conftest.$ac_objext conftest$ac_exeext
16101 if { (ac_try="$ac_link"
16102 case "(($ac_try" in
16103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16104 *) ac_try_echo=$ac_try;;
16105 esac
16106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16107 $as_echo "$ac_try_echo") >&5
16108 (eval "$ac_link") 2>conftest.er1
16109 ac_status=$?
16110 grep -v '^ *+' conftest.er1 >conftest.err
16111 rm -f conftest.er1
16112 cat conftest.err >&5
16113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16114 (exit $ac_status); } && {
16115 test -z "$ac_c_werror_flag" ||
16116 test ! -s conftest.err
16117 } && test -s conftest$ac_exeext && {
16118 test "$cross_compiling" = yes ||
16119 $as_test_x conftest$ac_exeext
16120 }; then
16121 case "$LIBEXT" in
16122 dll) ;;
16123 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'` ;;
16124 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16125 esac
16126 else
16127 $as_echo "$as_me: failed program was:" >&5
16128 sed 's/^/| /' conftest.$ac_ext >&5
16133 rm -rf conftest.dSYM
16134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16135 conftest$ac_exeext conftest.$ac_ext
16136 LIBS=$ac_check_soname_save_LIBS
16138 if test "x$ac_cv_lib_soname_cups" = "x"; then
16139 { $as_echo "$as_me:$LINENO: result: not found" >&5
16140 $as_echo "not found" >&6; }
16142 else
16143 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16144 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16146 cat >>confdefs.h <<_ACEOF
16147 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16148 _ACEOF
16150 CUPSINCL="$ac_cups_cflags"
16155 done
16157 CPPFLAGS="$ac_save_CPPFLAGS"
16159 if test "x$ac_cv_lib_soname_cups" = "x"; then
16160 case "x$with_cups" in
16161 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16162 xno) ;;
16163 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16164 This is an error since --with-cups was requested." >&5
16165 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16166 This is an error since --with-cups was requested." >&2;}
16167 { (exit 1); exit 1; }; } ;;
16168 esac
16172 if test "$ac_cv_header_jack_jack_h" = "yes"
16173 then
16174 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16175 $as_echo_n "checking for -ljack... " >&6; }
16176 if test "${ac_cv_lib_soname_jack+set}" = set; then
16177 $as_echo_n "(cached) " >&6
16178 else
16179 ac_check_soname_save_LIBS=$LIBS
16180 LIBS="-ljack $LIBS"
16181 cat >conftest.$ac_ext <<_ACEOF
16182 /* confdefs.h. */
16183 _ACEOF
16184 cat confdefs.h >>conftest.$ac_ext
16185 cat >>conftest.$ac_ext <<_ACEOF
16186 /* end confdefs.h. */
16188 /* Override any GCC internal prototype to avoid an error.
16189 Use char because int might match the return type of a GCC
16190 builtin and then its argument prototype would still apply. */
16191 #ifdef __cplusplus
16192 extern "C"
16193 #endif
16194 char jack_client_new ();
16196 main ()
16198 return jack_client_new ();
16200 return 0;
16202 _ACEOF
16203 rm -f conftest.$ac_objext conftest$ac_exeext
16204 if { (ac_try="$ac_link"
16205 case "(($ac_try" in
16206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16207 *) ac_try_echo=$ac_try;;
16208 esac
16209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16210 $as_echo "$ac_try_echo") >&5
16211 (eval "$ac_link") 2>conftest.er1
16212 ac_status=$?
16213 grep -v '^ *+' conftest.er1 >conftest.err
16214 rm -f conftest.er1
16215 cat conftest.err >&5
16216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16217 (exit $ac_status); } && {
16218 test -z "$ac_c_werror_flag" ||
16219 test ! -s conftest.err
16220 } && test -s conftest$ac_exeext && {
16221 test "$cross_compiling" = yes ||
16222 $as_test_x conftest$ac_exeext
16223 }; then
16224 case "$LIBEXT" in
16225 dll) ;;
16226 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'` ;;
16227 *) 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'` ;;
16228 esac
16229 else
16230 $as_echo "$as_me: failed program was:" >&5
16231 sed 's/^/| /' conftest.$ac_ext >&5
16236 rm -rf conftest.dSYM
16237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16238 conftest$ac_exeext conftest.$ac_ext
16239 LIBS=$ac_check_soname_save_LIBS
16241 if test "x$ac_cv_lib_soname_jack" = "x"; then
16242 { $as_echo "$as_me:$LINENO: result: not found" >&5
16243 $as_echo "not found" >&6; }
16245 else
16246 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16247 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16249 cat >>confdefs.h <<_ACEOF
16250 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16251 _ACEOF
16258 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16259 then
16260 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16261 $as_echo_n "checking for -lfontconfig... " >&6; }
16262 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16263 $as_echo_n "(cached) " >&6
16264 else
16265 ac_check_soname_save_LIBS=$LIBS
16266 LIBS="-lfontconfig $LIBS"
16267 cat >conftest.$ac_ext <<_ACEOF
16268 /* confdefs.h. */
16269 _ACEOF
16270 cat confdefs.h >>conftest.$ac_ext
16271 cat >>conftest.$ac_ext <<_ACEOF
16272 /* end confdefs.h. */
16274 /* Override any GCC internal prototype to avoid an error.
16275 Use char because int might match the return type of a GCC
16276 builtin and then its argument prototype would still apply. */
16277 #ifdef __cplusplus
16278 extern "C"
16279 #endif
16280 char FcInit ();
16282 main ()
16284 return FcInit ();
16286 return 0;
16288 _ACEOF
16289 rm -f conftest.$ac_objext conftest$ac_exeext
16290 if { (ac_try="$ac_link"
16291 case "(($ac_try" in
16292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16293 *) ac_try_echo=$ac_try;;
16294 esac
16295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16296 $as_echo "$ac_try_echo") >&5
16297 (eval "$ac_link") 2>conftest.er1
16298 ac_status=$?
16299 grep -v '^ *+' conftest.er1 >conftest.err
16300 rm -f conftest.er1
16301 cat conftest.err >&5
16302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16303 (exit $ac_status); } && {
16304 test -z "$ac_c_werror_flag" ||
16305 test ! -s conftest.err
16306 } && test -s conftest$ac_exeext && {
16307 test "$cross_compiling" = yes ||
16308 $as_test_x conftest$ac_exeext
16309 }; then
16310 case "$LIBEXT" in
16311 dll) ;;
16312 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'` ;;
16313 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16314 esac
16315 else
16316 $as_echo "$as_me: failed program was:" >&5
16317 sed 's/^/| /' conftest.$ac_ext >&5
16322 rm -rf conftest.dSYM
16323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16324 conftest$ac_exeext conftest.$ac_ext
16325 LIBS=$ac_check_soname_save_LIBS
16327 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16328 { $as_echo "$as_me:$LINENO: result: not found" >&5
16329 $as_echo "not found" >&6; }
16331 else
16332 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16333 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16335 cat >>confdefs.h <<_ACEOF
16336 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16337 _ACEOF
16342 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16343 then
16344 ac_save_CPPFLAGS="$CPPFLAGS"
16345 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16346 $as_unset ac_cv_header_fontconfig_fontconfig_h
16348 for ac_header in fontconfig/fontconfig.h
16350 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16351 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16352 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16353 $as_echo_n "checking for $ac_header... " >&6; }
16354 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16355 $as_echo_n "(cached) " >&6
16357 ac_res=`eval 'as_val=${'$as_ac_Header'}
16358 $as_echo "$as_val"'`
16359 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16360 $as_echo "$ac_res" >&6; }
16361 else
16362 # Is the header compilable?
16363 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16364 $as_echo_n "checking $ac_header usability... " >&6; }
16365 cat >conftest.$ac_ext <<_ACEOF
16366 /* confdefs.h. */
16367 _ACEOF
16368 cat confdefs.h >>conftest.$ac_ext
16369 cat >>conftest.$ac_ext <<_ACEOF
16370 /* end confdefs.h. */
16371 $ac_includes_default
16372 #include <$ac_header>
16373 _ACEOF
16374 rm -f conftest.$ac_objext
16375 if { (ac_try="$ac_compile"
16376 case "(($ac_try" in
16377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16378 *) ac_try_echo=$ac_try;;
16379 esac
16380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16381 $as_echo "$ac_try_echo") >&5
16382 (eval "$ac_compile") 2>conftest.er1
16383 ac_status=$?
16384 grep -v '^ *+' conftest.er1 >conftest.err
16385 rm -f conftest.er1
16386 cat conftest.err >&5
16387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16388 (exit $ac_status); } && {
16389 test -z "$ac_c_werror_flag" ||
16390 test ! -s conftest.err
16391 } && test -s conftest.$ac_objext; then
16392 ac_header_compiler=yes
16393 else
16394 $as_echo "$as_me: failed program was:" >&5
16395 sed 's/^/| /' conftest.$ac_ext >&5
16397 ac_header_compiler=no
16400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16401 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16402 $as_echo "$ac_header_compiler" >&6; }
16404 # Is the header present?
16405 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16406 $as_echo_n "checking $ac_header presence... " >&6; }
16407 cat >conftest.$ac_ext <<_ACEOF
16408 /* confdefs.h. */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16413 #include <$ac_header>
16414 _ACEOF
16415 if { (ac_try="$ac_cpp conftest.$ac_ext"
16416 case "(($ac_try" in
16417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16418 *) ac_try_echo=$ac_try;;
16419 esac
16420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16421 $as_echo "$ac_try_echo") >&5
16422 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16423 ac_status=$?
16424 grep -v '^ *+' conftest.er1 >conftest.err
16425 rm -f conftest.er1
16426 cat conftest.err >&5
16427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); } >/dev/null && {
16429 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16430 test ! -s conftest.err
16431 }; then
16432 ac_header_preproc=yes
16433 else
16434 $as_echo "$as_me: failed program was:" >&5
16435 sed 's/^/| /' conftest.$ac_ext >&5
16437 ac_header_preproc=no
16440 rm -f conftest.err conftest.$ac_ext
16441 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16442 $as_echo "$ac_header_preproc" >&6; }
16444 # So? What about this header?
16445 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16446 yes:no: )
16447 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16448 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16450 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16451 ac_header_preproc=yes
16453 no:yes:* )
16454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16455 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16456 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16457 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16458 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16459 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16460 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16461 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16462 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16463 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16464 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16465 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16466 ( cat <<\_ASBOX
16467 ## ------------------------------------ ##
16468 ## Report this to wine-devel@winehq.org ##
16469 ## ------------------------------------ ##
16470 _ASBOX
16471 ) | sed "s/^/$as_me: WARNING: /" >&2
16473 esac
16474 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16475 $as_echo_n "checking for $ac_header... " >&6; }
16476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16477 $as_echo_n "(cached) " >&6
16478 else
16479 eval "$as_ac_Header=\$ac_header_preproc"
16481 ac_res=`eval 'as_val=${'$as_ac_Header'}
16482 $as_echo "$as_val"'`
16483 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16484 $as_echo "$ac_res" >&6; }
16487 as_val=`eval 'as_val=${'$as_ac_Header'}
16488 $as_echo "$as_val"'`
16489 if test "x$as_val" = x""yes; then
16490 cat >>confdefs.h <<_ACEOF
16491 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16492 _ACEOF
16496 done
16498 CPPFLAGS="$ac_save_CPPFLAGS"
16499 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16500 then
16501 FONTCONFIGINCL="$X_CFLAGS"
16503 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16504 $as_echo_n "checking for -lfontconfig... " >&6; }
16505 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16506 $as_echo_n "(cached) " >&6
16507 else
16508 ac_check_soname_save_LIBS=$LIBS
16509 LIBS="-lfontconfig $X_LIBS $LIBS"
16510 cat >conftest.$ac_ext <<_ACEOF
16511 /* confdefs.h. */
16512 _ACEOF
16513 cat confdefs.h >>conftest.$ac_ext
16514 cat >>conftest.$ac_ext <<_ACEOF
16515 /* end confdefs.h. */
16517 /* Override any GCC internal prototype to avoid an error.
16518 Use char because int might match the return type of a GCC
16519 builtin and then its argument prototype would still apply. */
16520 #ifdef __cplusplus
16521 extern "C"
16522 #endif
16523 char FcInit ();
16525 main ()
16527 return FcInit ();
16529 return 0;
16531 _ACEOF
16532 rm -f conftest.$ac_objext conftest$ac_exeext
16533 if { (ac_try="$ac_link"
16534 case "(($ac_try" in
16535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16536 *) ac_try_echo=$ac_try;;
16537 esac
16538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16539 $as_echo "$ac_try_echo") >&5
16540 (eval "$ac_link") 2>conftest.er1
16541 ac_status=$?
16542 grep -v '^ *+' conftest.er1 >conftest.err
16543 rm -f conftest.er1
16544 cat conftest.err >&5
16545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest$ac_exeext && {
16550 test "$cross_compiling" = yes ||
16551 $as_test_x conftest$ac_exeext
16552 }; then
16553 case "$LIBEXT" in
16554 dll) ;;
16555 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'` ;;
16556 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16557 esac
16558 else
16559 $as_echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.$ac_ext >&5
16565 rm -rf conftest.dSYM
16566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16567 conftest$ac_exeext conftest.$ac_ext
16568 LIBS=$ac_check_soname_save_LIBS
16570 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16571 { $as_echo "$as_me:$LINENO: result: not found" >&5
16572 $as_echo "not found" >&6; }
16574 else
16575 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16576 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16578 cat >>confdefs.h <<_ACEOF
16579 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16580 _ACEOF
16587 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16588 case "x$with_fontconfig" in
16589 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16590 xno) ;;
16591 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16592 This is an error since --with-fontconfig was requested." >&5
16593 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16594 This is an error since --with-fontconfig was requested." >&2;}
16595 { (exit 1); exit 1; }; } ;;
16596 esac
16600 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16601 then
16602 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16603 $as_echo_n "checking for -lssl... " >&6; }
16604 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16605 $as_echo_n "(cached) " >&6
16606 else
16607 ac_check_soname_save_LIBS=$LIBS
16608 LIBS="-lssl $LIBS"
16609 cat >conftest.$ac_ext <<_ACEOF
16610 /* confdefs.h. */
16611 _ACEOF
16612 cat confdefs.h >>conftest.$ac_ext
16613 cat >>conftest.$ac_ext <<_ACEOF
16614 /* end confdefs.h. */
16616 /* Override any GCC internal prototype to avoid an error.
16617 Use char because int might match the return type of a GCC
16618 builtin and then its argument prototype would still apply. */
16619 #ifdef __cplusplus
16620 extern "C"
16621 #endif
16622 char SSL_library_init ();
16624 main ()
16626 return SSL_library_init ();
16628 return 0;
16630 _ACEOF
16631 rm -f conftest.$ac_objext conftest$ac_exeext
16632 if { (ac_try="$ac_link"
16633 case "(($ac_try" in
16634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16635 *) ac_try_echo=$ac_try;;
16636 esac
16637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16638 $as_echo "$ac_try_echo") >&5
16639 (eval "$ac_link") 2>conftest.er1
16640 ac_status=$?
16641 grep -v '^ *+' conftest.er1 >conftest.err
16642 rm -f conftest.er1
16643 cat conftest.err >&5
16644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } && {
16646 test -z "$ac_c_werror_flag" ||
16647 test ! -s conftest.err
16648 } && test -s conftest$ac_exeext && {
16649 test "$cross_compiling" = yes ||
16650 $as_test_x conftest$ac_exeext
16651 }; then
16652 case "$LIBEXT" in
16653 dll) ;;
16654 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'` ;;
16655 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16656 esac
16657 else
16658 $as_echo "$as_me: failed program was:" >&5
16659 sed 's/^/| /' conftest.$ac_ext >&5
16664 rm -rf conftest.dSYM
16665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16666 conftest$ac_exeext conftest.$ac_ext
16667 LIBS=$ac_check_soname_save_LIBS
16669 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16670 { $as_echo "$as_me:$LINENO: result: not found" >&5
16671 $as_echo "not found" >&6; }
16673 else
16674 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16675 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16677 cat >>confdefs.h <<_ACEOF
16678 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16679 _ACEOF
16684 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16685 $as_echo_n "checking for -lcrypto... " >&6; }
16686 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16687 $as_echo_n "(cached) " >&6
16688 else
16689 ac_check_soname_save_LIBS=$LIBS
16690 LIBS="-lcrypto $LIBS"
16691 cat >conftest.$ac_ext <<_ACEOF
16692 /* confdefs.h. */
16693 _ACEOF
16694 cat confdefs.h >>conftest.$ac_ext
16695 cat >>conftest.$ac_ext <<_ACEOF
16696 /* end confdefs.h. */
16698 /* Override any GCC internal prototype to avoid an error.
16699 Use char because int might match the return type of a GCC
16700 builtin and then its argument prototype would still apply. */
16701 #ifdef __cplusplus
16702 extern "C"
16703 #endif
16704 char BIO_new_socket ();
16706 main ()
16708 return BIO_new_socket ();
16710 return 0;
16712 _ACEOF
16713 rm -f conftest.$ac_objext conftest$ac_exeext
16714 if { (ac_try="$ac_link"
16715 case "(($ac_try" in
16716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16717 *) ac_try_echo=$ac_try;;
16718 esac
16719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16720 $as_echo "$ac_try_echo") >&5
16721 (eval "$ac_link") 2>conftest.er1
16722 ac_status=$?
16723 grep -v '^ *+' conftest.er1 >conftest.err
16724 rm -f conftest.er1
16725 cat conftest.err >&5
16726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16727 (exit $ac_status); } && {
16728 test -z "$ac_c_werror_flag" ||
16729 test ! -s conftest.err
16730 } && test -s conftest$ac_exeext && {
16731 test "$cross_compiling" = yes ||
16732 $as_test_x conftest$ac_exeext
16733 }; then
16734 case "$LIBEXT" in
16735 dll) ;;
16736 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'` ;;
16737 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16738 esac
16739 else
16740 $as_echo "$as_me: failed program was:" >&5
16741 sed 's/^/| /' conftest.$ac_ext >&5
16746 rm -rf conftest.dSYM
16747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16748 conftest$ac_exeext conftest.$ac_ext
16749 LIBS=$ac_check_soname_save_LIBS
16751 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16752 { $as_echo "$as_me:$LINENO: result: not found" >&5
16753 $as_echo "not found" >&6; }
16755 else
16756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16757 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16759 cat >>confdefs.h <<_ACEOF
16760 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16761 _ACEOF
16767 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16768 case "x$with_openssl" in
16769 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16770 xno) ;;
16771 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16772 This is an error since --with-openssl was requested." >&5
16773 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16774 This is an error since --with-openssl was requested." >&2;}
16775 { (exit 1); exit 1; }; } ;;
16776 esac
16780 if test "$ac_cv_header_jpeglib_h" = "yes"
16781 then
16782 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16783 $as_echo_n "checking for -ljpeg... " >&6; }
16784 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16785 $as_echo_n "(cached) " >&6
16786 else
16787 ac_check_soname_save_LIBS=$LIBS
16788 LIBS="-ljpeg $LIBS"
16789 cat >conftest.$ac_ext <<_ACEOF
16790 /* confdefs.h. */
16791 _ACEOF
16792 cat confdefs.h >>conftest.$ac_ext
16793 cat >>conftest.$ac_ext <<_ACEOF
16794 /* end confdefs.h. */
16796 /* Override any GCC internal prototype to avoid an error.
16797 Use char because int might match the return type of a GCC
16798 builtin and then its argument prototype would still apply. */
16799 #ifdef __cplusplus
16800 extern "C"
16801 #endif
16802 char jpeg_start_decompress ();
16804 main ()
16806 return jpeg_start_decompress ();
16808 return 0;
16810 _ACEOF
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16815 *) ac_try_echo=$ac_try;;
16816 esac
16817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16818 $as_echo "$ac_try_echo") >&5
16819 (eval "$ac_link") 2>conftest.er1
16820 ac_status=$?
16821 grep -v '^ *+' conftest.er1 >conftest.err
16822 rm -f conftest.er1
16823 cat conftest.err >&5
16824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16825 (exit $ac_status); } && {
16826 test -z "$ac_c_werror_flag" ||
16827 test ! -s conftest.err
16828 } && test -s conftest$ac_exeext && {
16829 test "$cross_compiling" = yes ||
16830 $as_test_x conftest$ac_exeext
16831 }; then
16832 case "$LIBEXT" in
16833 dll) ;;
16834 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'` ;;
16835 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16836 esac
16837 else
16838 $as_echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.$ac_ext >&5
16844 rm -rf conftest.dSYM
16845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16846 conftest$ac_exeext conftest.$ac_ext
16847 LIBS=$ac_check_soname_save_LIBS
16849 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16850 { $as_echo "$as_me:$LINENO: result: not found" >&5
16851 $as_echo "not found" >&6; }
16853 else
16854 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16855 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16857 cat >>confdefs.h <<_ACEOF
16858 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16859 _ACEOF
16865 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16866 case "x$with_jpeg" in
16867 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16868 xno) ;;
16869 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16870 This is an error since --with-jpeg was requested." >&5
16871 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16872 This is an error since --with-jpeg was requested." >&2;}
16873 { (exit 1); exit 1; }; } ;;
16874 esac
16878 if test "$ac_cv_header_png_h" = "yes"
16879 then
16880 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16881 $as_echo_n "checking for -lpng... " >&6; }
16882 if test "${ac_cv_lib_soname_png+set}" = set; then
16883 $as_echo_n "(cached) " >&6
16884 else
16885 ac_check_soname_save_LIBS=$LIBS
16886 LIBS="-lpng -lm -lz $LIBS"
16887 cat >conftest.$ac_ext <<_ACEOF
16888 /* confdefs.h. */
16889 _ACEOF
16890 cat confdefs.h >>conftest.$ac_ext
16891 cat >>conftest.$ac_ext <<_ACEOF
16892 /* end confdefs.h. */
16894 /* Override any GCC internal prototype to avoid an error.
16895 Use char because int might match the return type of a GCC
16896 builtin and then its argument prototype would still apply. */
16897 #ifdef __cplusplus
16898 extern "C"
16899 #endif
16900 char png_create_read_struct ();
16902 main ()
16904 return png_create_read_struct ();
16906 return 0;
16908 _ACEOF
16909 rm -f conftest.$ac_objext conftest$ac_exeext
16910 if { (ac_try="$ac_link"
16911 case "(($ac_try" in
16912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16913 *) ac_try_echo=$ac_try;;
16914 esac
16915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16916 $as_echo "$ac_try_echo") >&5
16917 (eval "$ac_link") 2>conftest.er1
16918 ac_status=$?
16919 grep -v '^ *+' conftest.er1 >conftest.err
16920 rm -f conftest.er1
16921 cat conftest.err >&5
16922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); } && {
16924 test -z "$ac_c_werror_flag" ||
16925 test ! -s conftest.err
16926 } && test -s conftest$ac_exeext && {
16927 test "$cross_compiling" = yes ||
16928 $as_test_x conftest$ac_exeext
16929 }; then
16930 case "$LIBEXT" in
16931 dll) ;;
16932 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'` ;;
16933 *) 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'` ;;
16934 esac
16935 else
16936 $as_echo "$as_me: failed program was:" >&5
16937 sed 's/^/| /' conftest.$ac_ext >&5
16942 rm -rf conftest.dSYM
16943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16944 conftest$ac_exeext conftest.$ac_ext
16945 LIBS=$ac_check_soname_save_LIBS
16947 if test "x$ac_cv_lib_soname_png" = "x"; then
16948 { $as_echo "$as_me:$LINENO: result: not found" >&5
16949 $as_echo "not found" >&6; }
16951 else
16952 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16953 $as_echo "$ac_cv_lib_soname_png" >&6; }
16955 cat >>confdefs.h <<_ACEOF
16956 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16957 _ACEOF
16963 if test "x$ac_cv_lib_soname_png" = "x"; then
16964 case "x$with_png" in
16965 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16966 xno) ;;
16967 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16968 This is an error since --with-png was requested." >&5
16969 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16970 This is an error since --with-png was requested." >&2;}
16971 { (exit 1); exit 1; }; } ;;
16972 esac
16976 if test "$ac_cv_header_kstat_h" = "yes"
16977 then
16978 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16979 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16980 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16981 $as_echo_n "(cached) " >&6
16982 else
16983 ac_check_lib_save_LIBS=$LIBS
16984 LIBS="-lkstat $LIBS"
16985 cat >conftest.$ac_ext <<_ACEOF
16986 /* confdefs.h. */
16987 _ACEOF
16988 cat confdefs.h >>conftest.$ac_ext
16989 cat >>conftest.$ac_ext <<_ACEOF
16990 /* end confdefs.h. */
16992 /* Override any GCC internal prototype to avoid an error.
16993 Use char because int might match the return type of a GCC
16994 builtin and then its argument prototype would still apply. */
16995 #ifdef __cplusplus
16996 extern "C"
16997 #endif
16998 char kstat_open ();
17000 main ()
17002 return kstat_open ();
17004 return 0;
17006 _ACEOF
17007 rm -f conftest.$ac_objext conftest$ac_exeext
17008 if { (ac_try="$ac_link"
17009 case "(($ac_try" in
17010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17011 *) ac_try_echo=$ac_try;;
17012 esac
17013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17014 $as_echo "$ac_try_echo") >&5
17015 (eval "$ac_link") 2>conftest.er1
17016 ac_status=$?
17017 grep -v '^ *+' conftest.er1 >conftest.err
17018 rm -f conftest.er1
17019 cat conftest.err >&5
17020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17021 (exit $ac_status); } && {
17022 test -z "$ac_c_werror_flag" ||
17023 test ! -s conftest.err
17024 } && test -s conftest$ac_exeext && {
17025 test "$cross_compiling" = yes ||
17026 $as_test_x conftest$ac_exeext
17027 }; then
17028 ac_cv_lib_kstat_kstat_open=yes
17029 else
17030 $as_echo "$as_me: failed program was:" >&5
17031 sed 's/^/| /' conftest.$ac_ext >&5
17033 ac_cv_lib_kstat_kstat_open=no
17036 rm -rf conftest.dSYM
17037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17038 conftest$ac_exeext conftest.$ac_ext
17039 LIBS=$ac_check_lib_save_LIBS
17041 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17042 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17043 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17045 cat >>confdefs.h <<\_ACEOF
17046 #define HAVE_LIBKSTAT 1
17047 _ACEOF
17049 LIBKSTAT="-lkstat"
17055 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17056 $as_echo_n "checking for -lodbc... " >&6; }
17057 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17058 $as_echo_n "(cached) " >&6
17059 else
17060 ac_check_soname_save_LIBS=$LIBS
17061 LIBS="-lodbc $LIBS"
17062 cat >conftest.$ac_ext <<_ACEOF
17063 /* confdefs.h. */
17064 _ACEOF
17065 cat confdefs.h >>conftest.$ac_ext
17066 cat >>conftest.$ac_ext <<_ACEOF
17067 /* end confdefs.h. */
17069 /* Override any GCC internal prototype to avoid an error.
17070 Use char because int might match the return type of a GCC
17071 builtin and then its argument prototype would still apply. */
17072 #ifdef __cplusplus
17073 extern "C"
17074 #endif
17075 char SQLConnect ();
17077 main ()
17079 return SQLConnect ();
17081 return 0;
17083 _ACEOF
17084 rm -f conftest.$ac_objext conftest$ac_exeext
17085 if { (ac_try="$ac_link"
17086 case "(($ac_try" in
17087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17088 *) ac_try_echo=$ac_try;;
17089 esac
17090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17091 $as_echo "$ac_try_echo") >&5
17092 (eval "$ac_link") 2>conftest.er1
17093 ac_status=$?
17094 grep -v '^ *+' conftest.er1 >conftest.err
17095 rm -f conftest.er1
17096 cat conftest.err >&5
17097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17098 (exit $ac_status); } && {
17099 test -z "$ac_c_werror_flag" ||
17100 test ! -s conftest.err
17101 } && test -s conftest$ac_exeext && {
17102 test "$cross_compiling" = yes ||
17103 $as_test_x conftest$ac_exeext
17104 }; then
17105 case "$LIBEXT" in
17106 dll) ;;
17107 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'` ;;
17108 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17109 esac
17110 else
17111 $as_echo "$as_me: failed program was:" >&5
17112 sed 's/^/| /' conftest.$ac_ext >&5
17117 rm -rf conftest.dSYM
17118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17119 conftest$ac_exeext conftest.$ac_ext
17120 LIBS=$ac_check_soname_save_LIBS
17122 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17123 { $as_echo "$as_me:$LINENO: result: not found" >&5
17124 $as_echo "not found" >&6; }
17125 cat >>confdefs.h <<_ACEOF
17126 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17127 _ACEOF
17129 else
17130 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17131 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17133 cat >>confdefs.h <<_ACEOF
17134 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17135 _ACEOF
17141 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17142 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17143 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17144 "$ac_cv_header_soundcard_h" != "yes" -a \
17145 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17146 then
17147 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17151 EXTRACFLAGS=""
17153 if test "x${GCC}" = "xyes"
17154 then
17155 EXTRACFLAGS="-Wall -pipe"
17157 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17158 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17159 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17160 $as_echo_n "(cached) " >&6
17161 else
17162 if test "$cross_compiling" = yes; then
17163 ac_cv_c_gcc_strength_bug="yes"
17164 else
17165 cat >conftest.$ac_ext <<_ACEOF
17166 /* confdefs.h. */
17167 _ACEOF
17168 cat confdefs.h >>conftest.$ac_ext
17169 cat >>conftest.$ac_ext <<_ACEOF
17170 /* end confdefs.h. */
17171 int L[4] = {0,1,2,3};
17173 main ()
17175 static int Array[3];
17176 unsigned int B = 3;
17177 int i;
17178 for(i=0; i<B; i++) Array[i] = i - 3;
17179 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17180 L[i] = 4;
17181 return (Array[1] != -2 || L[2] != 3)
17183 return 0;
17185 _ACEOF
17186 rm -f conftest$ac_exeext
17187 if { (ac_try="$ac_link"
17188 case "(($ac_try" in
17189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17190 *) ac_try_echo=$ac_try;;
17191 esac
17192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17193 $as_echo "$ac_try_echo") >&5
17194 (eval "$ac_link") 2>&5
17195 ac_status=$?
17196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17197 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17198 { (case "(($ac_try" in
17199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17200 *) ac_try_echo=$ac_try;;
17201 esac
17202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17203 $as_echo "$ac_try_echo") >&5
17204 (eval "$ac_try") 2>&5
17205 ac_status=$?
17206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); }; }; then
17208 ac_cv_c_gcc_strength_bug="no"
17209 else
17210 $as_echo "$as_me: program exited with status $ac_status" >&5
17211 $as_echo "$as_me: failed program was:" >&5
17212 sed 's/^/| /' conftest.$ac_ext >&5
17214 ( exit $ac_status )
17215 ac_cv_c_gcc_strength_bug="yes"
17217 rm -rf conftest.dSYM
17218 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17223 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17224 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17225 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17226 then
17227 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17230 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17231 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17232 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17233 $as_echo_n "(cached) " >&6
17234 else
17235 ac_wine_try_cflags_saved=$CFLAGS
17236 CFLAGS="$CFLAGS -fno-builtin"
17237 cat >conftest.$ac_ext <<_ACEOF
17238 /* confdefs.h. */
17239 _ACEOF
17240 cat confdefs.h >>conftest.$ac_ext
17241 cat >>conftest.$ac_ext <<_ACEOF
17242 /* end confdefs.h. */
17245 main ()
17249 return 0;
17251 _ACEOF
17252 rm -f conftest.$ac_objext conftest$ac_exeext
17253 if { (ac_try="$ac_link"
17254 case "(($ac_try" in
17255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17256 *) ac_try_echo=$ac_try;;
17257 esac
17258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17259 $as_echo "$ac_try_echo") >&5
17260 (eval "$ac_link") 2>conftest.er1
17261 ac_status=$?
17262 grep -v '^ *+' conftest.er1 >conftest.err
17263 rm -f conftest.er1
17264 cat conftest.err >&5
17265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17266 (exit $ac_status); } && {
17267 test -z "$ac_c_werror_flag" ||
17268 test ! -s conftest.err
17269 } && test -s conftest$ac_exeext && {
17270 test "$cross_compiling" = yes ||
17271 $as_test_x conftest$ac_exeext
17272 }; then
17273 ac_cv_cflags__fno_builtin=yes
17274 else
17275 $as_echo "$as_me: failed program was:" >&5
17276 sed 's/^/| /' conftest.$ac_ext >&5
17278 ac_cv_cflags__fno_builtin=no
17281 rm -rf conftest.dSYM
17282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17283 conftest$ac_exeext conftest.$ac_ext
17284 CFLAGS=$ac_wine_try_cflags_saved
17286 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17287 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17288 if test $ac_cv_cflags__fno_builtin = yes; then
17289 BUILTINFLAG="-fno-builtin"
17293 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17294 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17295 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17296 $as_echo_n "(cached) " >&6
17297 else
17298 ac_wine_try_cflags_saved=$CFLAGS
17299 CFLAGS="$CFLAGS -fno-strict-aliasing"
17300 cat >conftest.$ac_ext <<_ACEOF
17301 /* confdefs.h. */
17302 _ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h. */
17308 main ()
17312 return 0;
17314 _ACEOF
17315 rm -f conftest.$ac_objext conftest$ac_exeext
17316 if { (ac_try="$ac_link"
17317 case "(($ac_try" in
17318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17319 *) ac_try_echo=$ac_try;;
17320 esac
17321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17322 $as_echo "$ac_try_echo") >&5
17323 (eval "$ac_link") 2>conftest.er1
17324 ac_status=$?
17325 grep -v '^ *+' conftest.er1 >conftest.err
17326 rm -f conftest.er1
17327 cat conftest.err >&5
17328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); } && {
17330 test -z "$ac_c_werror_flag" ||
17331 test ! -s conftest.err
17332 } && test -s conftest$ac_exeext && {
17333 test "$cross_compiling" = yes ||
17334 $as_test_x conftest$ac_exeext
17335 }; then
17336 ac_cv_cflags__fno_strict_aliasing=yes
17337 else
17338 $as_echo "$as_me: failed program was:" >&5
17339 sed 's/^/| /' conftest.$ac_ext >&5
17341 ac_cv_cflags__fno_strict_aliasing=no
17344 rm -rf conftest.dSYM
17345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17346 conftest$ac_exeext conftest.$ac_ext
17347 CFLAGS=$ac_wine_try_cflags_saved
17349 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17350 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17351 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17352 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17355 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17356 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17357 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17358 $as_echo_n "(cached) " >&6
17359 else
17360 ac_wine_try_cflags_saved=$CFLAGS
17361 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17362 cat >conftest.$ac_ext <<_ACEOF
17363 /* confdefs.h. */
17364 _ACEOF
17365 cat confdefs.h >>conftest.$ac_ext
17366 cat >>conftest.$ac_ext <<_ACEOF
17367 /* end confdefs.h. */
17370 main ()
17374 return 0;
17376 _ACEOF
17377 rm -f conftest.$ac_objext conftest$ac_exeext
17378 if { (ac_try="$ac_link"
17379 case "(($ac_try" in
17380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17381 *) ac_try_echo=$ac_try;;
17382 esac
17383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17384 $as_echo "$ac_try_echo") >&5
17385 (eval "$ac_link") 2>conftest.er1
17386 ac_status=$?
17387 grep -v '^ *+' conftest.er1 >conftest.err
17388 rm -f conftest.er1
17389 cat conftest.err >&5
17390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17391 (exit $ac_status); } && {
17392 test -z "$ac_c_werror_flag" ||
17393 test ! -s conftest.err
17394 } && test -s conftest$ac_exeext && {
17395 test "$cross_compiling" = yes ||
17396 $as_test_x conftest$ac_exeext
17397 }; then
17398 ac_cv_cflags__Wdeclaration_after_statement=yes
17399 else
17400 $as_echo "$as_me: failed program was:" >&5
17401 sed 's/^/| /' conftest.$ac_ext >&5
17403 ac_cv_cflags__Wdeclaration_after_statement=no
17406 rm -rf conftest.dSYM
17407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17408 conftest$ac_exeext conftest.$ac_ext
17409 CFLAGS=$ac_wine_try_cflags_saved
17411 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17412 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17413 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17414 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17417 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17418 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17419 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17420 $as_echo_n "(cached) " >&6
17421 else
17422 ac_wine_try_cflags_saved=$CFLAGS
17423 CFLAGS="$CFLAGS -Wwrite-strings"
17424 cat >conftest.$ac_ext <<_ACEOF
17425 /* confdefs.h. */
17426 _ACEOF
17427 cat confdefs.h >>conftest.$ac_ext
17428 cat >>conftest.$ac_ext <<_ACEOF
17429 /* end confdefs.h. */
17432 main ()
17436 return 0;
17438 _ACEOF
17439 rm -f conftest.$ac_objext conftest$ac_exeext
17440 if { (ac_try="$ac_link"
17441 case "(($ac_try" in
17442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17443 *) ac_try_echo=$ac_try;;
17444 esac
17445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17446 $as_echo "$ac_try_echo") >&5
17447 (eval "$ac_link") 2>conftest.er1
17448 ac_status=$?
17449 grep -v '^ *+' conftest.er1 >conftest.err
17450 rm -f conftest.er1
17451 cat conftest.err >&5
17452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17453 (exit $ac_status); } && {
17454 test -z "$ac_c_werror_flag" ||
17455 test ! -s conftest.err
17456 } && test -s conftest$ac_exeext && {
17457 test "$cross_compiling" = yes ||
17458 $as_test_x conftest$ac_exeext
17459 }; then
17460 ac_cv_cflags__Wwrite_strings=yes
17461 else
17462 $as_echo "$as_me: failed program was:" >&5
17463 sed 's/^/| /' conftest.$ac_ext >&5
17465 ac_cv_cflags__Wwrite_strings=no
17468 rm -rf conftest.dSYM
17469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17470 conftest$ac_exeext conftest.$ac_ext
17471 CFLAGS=$ac_wine_try_cflags_saved
17473 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17474 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17475 if test $ac_cv_cflags__Wwrite_strings = yes; then
17476 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17479 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17480 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17481 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17482 $as_echo_n "(cached) " >&6
17483 else
17484 ac_wine_try_cflags_saved=$CFLAGS
17485 CFLAGS="$CFLAGS -Wtype-limits"
17486 cat >conftest.$ac_ext <<_ACEOF
17487 /* confdefs.h. */
17488 _ACEOF
17489 cat confdefs.h >>conftest.$ac_ext
17490 cat >>conftest.$ac_ext <<_ACEOF
17491 /* end confdefs.h. */
17494 main ()
17498 return 0;
17500 _ACEOF
17501 rm -f conftest.$ac_objext conftest$ac_exeext
17502 if { (ac_try="$ac_link"
17503 case "(($ac_try" in
17504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17505 *) ac_try_echo=$ac_try;;
17506 esac
17507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17508 $as_echo "$ac_try_echo") >&5
17509 (eval "$ac_link") 2>conftest.er1
17510 ac_status=$?
17511 grep -v '^ *+' conftest.er1 >conftest.err
17512 rm -f conftest.er1
17513 cat conftest.err >&5
17514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17515 (exit $ac_status); } && {
17516 test -z "$ac_c_werror_flag" ||
17517 test ! -s conftest.err
17518 } && test -s conftest$ac_exeext && {
17519 test "$cross_compiling" = yes ||
17520 $as_test_x conftest$ac_exeext
17521 }; then
17522 ac_cv_cflags__Wtype_limits=yes
17523 else
17524 $as_echo "$as_me: failed program was:" >&5
17525 sed 's/^/| /' conftest.$ac_ext >&5
17527 ac_cv_cflags__Wtype_limits=no
17530 rm -rf conftest.dSYM
17531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532 conftest$ac_exeext conftest.$ac_ext
17533 CFLAGS=$ac_wine_try_cflags_saved
17535 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17536 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17537 if test $ac_cv_cflags__Wtype_limits = yes; then
17538 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17542 saved_CFLAGS="$CFLAGS"
17543 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17544 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17545 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17546 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17547 $as_echo_n "(cached) " >&6
17548 else
17549 cat >conftest.$ac_ext <<_ACEOF
17550 /* confdefs.h. */
17551 _ACEOF
17552 cat confdefs.h >>conftest.$ac_ext
17553 cat >>conftest.$ac_ext <<_ACEOF
17554 /* end confdefs.h. */
17555 #include <string.h>
17557 main ()
17561 return 0;
17563 _ACEOF
17564 rm -f conftest.$ac_objext
17565 if { (ac_try="$ac_compile"
17566 case "(($ac_try" in
17567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17568 *) ac_try_echo=$ac_try;;
17569 esac
17570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17571 $as_echo "$ac_try_echo") >&5
17572 (eval "$ac_compile") 2>conftest.er1
17573 ac_status=$?
17574 grep -v '^ *+' conftest.er1 >conftest.err
17575 rm -f conftest.er1
17576 cat conftest.err >&5
17577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); } && {
17579 test -z "$ac_c_werror_flag" ||
17580 test ! -s conftest.err
17581 } && test -s conftest.$ac_objext; then
17582 ac_cv_c_string_h_warnings=no
17583 else
17584 $as_echo "$as_me: failed program was:" >&5
17585 sed 's/^/| /' conftest.$ac_ext >&5
17587 ac_cv_c_string_h_warnings=yes
17590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17592 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17593 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17594 CFLAGS="$saved_CFLAGS"
17595 if test "$ac_cv_c_string_h_warnings" = "no"
17596 then
17597 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17602 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17603 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17604 if test "${ac_cv_asm_func_def+set}" = set; then
17605 $as_echo_n "(cached) " >&6
17606 else
17607 cat >conftest.$ac_ext <<_ACEOF
17608 /* confdefs.h. */
17609 _ACEOF
17610 cat confdefs.h >>conftest.$ac_ext
17611 cat >>conftest.$ac_ext <<_ACEOF
17612 /* end confdefs.h. */
17615 main ()
17617 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17619 return 0;
17621 _ACEOF
17622 rm -f conftest.$ac_objext conftest$ac_exeext
17623 if { (ac_try="$ac_link"
17624 case "(($ac_try" in
17625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17626 *) ac_try_echo=$ac_try;;
17627 esac
17628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17629 $as_echo "$ac_try_echo") >&5
17630 (eval "$ac_link") 2>conftest.er1
17631 ac_status=$?
17632 grep -v '^ *+' conftest.er1 >conftest.err
17633 rm -f conftest.er1
17634 cat conftest.err >&5
17635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); } && {
17637 test -z "$ac_c_werror_flag" ||
17638 test ! -s conftest.err
17639 } && test -s conftest$ac_exeext && {
17640 test "$cross_compiling" = yes ||
17641 $as_test_x conftest$ac_exeext
17642 }; then
17643 ac_cv_asm_func_def=".def"
17644 else
17645 $as_echo "$as_me: failed program was:" >&5
17646 sed 's/^/| /' conftest.$ac_ext >&5
17648 cat >conftest.$ac_ext <<_ACEOF
17649 /* confdefs.h. */
17650 _ACEOF
17651 cat confdefs.h >>conftest.$ac_ext
17652 cat >>conftest.$ac_ext <<_ACEOF
17653 /* end confdefs.h. */
17656 main ()
17658 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17660 return 0;
17662 _ACEOF
17663 rm -f conftest.$ac_objext conftest$ac_exeext
17664 if { (ac_try="$ac_link"
17665 case "(($ac_try" in
17666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17667 *) ac_try_echo=$ac_try;;
17668 esac
17669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17670 $as_echo "$ac_try_echo") >&5
17671 (eval "$ac_link") 2>conftest.er1
17672 ac_status=$?
17673 grep -v '^ *+' conftest.er1 >conftest.err
17674 rm -f conftest.er1
17675 cat conftest.err >&5
17676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17677 (exit $ac_status); } && {
17678 test -z "$ac_c_werror_flag" ||
17679 test ! -s conftest.err
17680 } && test -s conftest$ac_exeext && {
17681 test "$cross_compiling" = yes ||
17682 $as_test_x conftest$ac_exeext
17683 }; then
17684 ac_cv_asm_func_def=".type @function"
17685 else
17686 $as_echo "$as_me: failed program was:" >&5
17687 sed 's/^/| /' conftest.$ac_ext >&5
17689 cat >conftest.$ac_ext <<_ACEOF
17690 /* confdefs.h. */
17691 _ACEOF
17692 cat confdefs.h >>conftest.$ac_ext
17693 cat >>conftest.$ac_ext <<_ACEOF
17694 /* end confdefs.h. */
17697 main ()
17699 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17701 return 0;
17703 _ACEOF
17704 rm -f conftest.$ac_objext conftest$ac_exeext
17705 if { (ac_try="$ac_link"
17706 case "(($ac_try" in
17707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17708 *) ac_try_echo=$ac_try;;
17709 esac
17710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17711 $as_echo "$ac_try_echo") >&5
17712 (eval "$ac_link") 2>conftest.er1
17713 ac_status=$?
17714 grep -v '^ *+' conftest.er1 >conftest.err
17715 rm -f conftest.er1
17716 cat conftest.err >&5
17717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && {
17719 test -z "$ac_c_werror_flag" ||
17720 test ! -s conftest.err
17721 } && test -s conftest$ac_exeext && {
17722 test "$cross_compiling" = yes ||
17723 $as_test_x conftest$ac_exeext
17724 }; then
17725 ac_cv_asm_func_def=".type 2"
17726 else
17727 $as_echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.$ac_ext >&5
17730 ac_cv_asm_func_def="unknown"
17733 rm -rf conftest.dSYM
17734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17735 conftest$ac_exeext conftest.$ac_ext
17738 rm -rf conftest.dSYM
17739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17740 conftest$ac_exeext conftest.$ac_ext
17743 rm -rf conftest.dSYM
17744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17745 conftest$ac_exeext conftest.$ac_ext
17747 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17748 $as_echo "$ac_cv_asm_func_def" >&6; }
17752 case "$ac_cv_asm_func_def" in
17753 ".def")
17754 cat >>confdefs.h <<\_ACEOF
17755 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17756 _ACEOF
17758 ".type @function")
17759 cat >>confdefs.h <<\_ACEOF
17760 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17761 _ACEOF
17763 ".type 2")
17764 cat >>confdefs.h <<\_ACEOF
17765 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17766 _ACEOF
17769 cat >>confdefs.h <<\_ACEOF
17770 #define __ASM_FUNC(name) ""
17771 _ACEOF
17773 esac
17776 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17777 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17778 if test "${ac_cv_c_extern_prefix+set}" = set; then
17779 $as_echo_n "(cached) " >&6
17780 else
17781 cat >conftest.$ac_ext <<_ACEOF
17782 /* confdefs.h. */
17783 _ACEOF
17784 cat confdefs.h >>conftest.$ac_ext
17785 cat >>conftest.$ac_ext <<_ACEOF
17786 /* end confdefs.h. */
17787 extern int ac_test;
17789 main ()
17791 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17793 return 0;
17795 _ACEOF
17796 rm -f conftest.$ac_objext conftest$ac_exeext
17797 if { (ac_try="$ac_link"
17798 case "(($ac_try" in
17799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17800 *) ac_try_echo=$ac_try;;
17801 esac
17802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17803 $as_echo "$ac_try_echo") >&5
17804 (eval "$ac_link") 2>conftest.er1
17805 ac_status=$?
17806 grep -v '^ *+' conftest.er1 >conftest.err
17807 rm -f conftest.er1
17808 cat conftest.err >&5
17809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17810 (exit $ac_status); } && {
17811 test -z "$ac_c_werror_flag" ||
17812 test ! -s conftest.err
17813 } && test -s conftest$ac_exeext && {
17814 test "$cross_compiling" = yes ||
17815 $as_test_x conftest$ac_exeext
17816 }; then
17817 ac_cv_c_extern_prefix="yes"
17818 else
17819 $as_echo "$as_me: failed program was:" >&5
17820 sed 's/^/| /' conftest.$ac_ext >&5
17822 ac_cv_c_extern_prefix="no"
17825 rm -rf conftest.dSYM
17826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17827 conftest$ac_exeext conftest.$ac_ext
17829 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17830 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17834 if test "$ac_cv_c_extern_prefix" = "yes"
17835 then
17836 cat >>confdefs.h <<\_ACEOF
17837 #define __ASM_NAME(name) "_" name
17838 _ACEOF
17840 else
17841 cat >>confdefs.h <<\_ACEOF
17842 #define __ASM_NAME(name) name
17843 _ACEOF
17848 LDPATH=""
17850 case $build_os in
17851 cygwin*|mingw32*)
17852 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17854 darwin*|macosx*)
17857 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17859 esac
17861 case $host_os in
17862 mingw32*)
17863 CRTLIBS="-lmsvcrt"
17865 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17868 esac
17870 case $host_cpu in
17871 *i[3456789]86*)
17872 case $host_os in
17873 linux* | k*bsd*-gnu)
17874 EXTRA_BINARIES="wine-preloader"
17876 esac
17878 esac
17881 ac_save_CFLAGS="$CFLAGS"
17882 CFLAGS="$CFLAGS $BUILTINFLAG"
17951 for ac_func in \
17952 _pclose \
17953 _popen \
17954 _snprintf \
17955 _spawnvp \
17956 _strdup \
17957 _stricmp \
17958 _strnicmp \
17959 _strtoi64 \
17960 _strtoui64 \
17961 _vsnprintf \
17962 asctime_r \
17963 chsize \
17964 dlopen \
17965 epoll_create \
17966 ffs \
17967 finite \
17968 fork \
17969 fpclass \
17970 fstatfs \
17971 fstatvfs \
17972 ftruncate \
17973 futimes \
17974 futimesat \
17975 getdirentries \
17976 getopt_long \
17977 getpagesize \
17978 getpwuid \
17979 gettid \
17980 gettimeofday \
17981 getuid \
17982 kqueue \
17983 lstat \
17984 memmove \
17985 mmap \
17986 pclose \
17987 poll \
17988 popen \
17989 prctl \
17990 pread \
17991 pwrite \
17992 readdir \
17993 readlink \
17994 sched_yield \
17995 select \
17996 setproctitle \
17997 setrlimit \
17998 settimeofday \
17999 sigaltstack \
18000 sigprocmask \
18001 snprintf \
18002 spawnvp \
18003 statfs \
18004 statvfs \
18005 strcasecmp \
18006 strdup \
18007 strerror \
18008 strncasecmp \
18009 strtold \
18010 strtoll \
18011 strtoull \
18012 symlink \
18013 tcgetattr \
18014 thr_kill2 \
18015 timegm \
18016 usleep \
18017 vsnprintf \
18018 wait4 \
18019 waitpid \
18022 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18023 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18024 $as_echo_n "checking for $ac_func... " >&6; }
18025 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18026 $as_echo_n "(cached) " >&6
18027 else
18028 cat >conftest.$ac_ext <<_ACEOF
18029 /* confdefs.h. */
18030 _ACEOF
18031 cat confdefs.h >>conftest.$ac_ext
18032 cat >>conftest.$ac_ext <<_ACEOF
18033 /* end confdefs.h. */
18034 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18035 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18036 #define $ac_func innocuous_$ac_func
18038 /* System header to define __stub macros and hopefully few prototypes,
18039 which can conflict with char $ac_func (); below.
18040 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18041 <limits.h> exists even on freestanding compilers. */
18043 #ifdef __STDC__
18044 # include <limits.h>
18045 #else
18046 # include <assert.h>
18047 #endif
18049 #undef $ac_func
18051 /* Override any GCC internal prototype to avoid an error.
18052 Use char because int might match the return type of a GCC
18053 builtin and then its argument prototype would still apply. */
18054 #ifdef __cplusplus
18055 extern "C"
18056 #endif
18057 char $ac_func ();
18058 /* The GNU C library defines this for functions which it implements
18059 to always fail with ENOSYS. Some functions are actually named
18060 something starting with __ and the normal name is an alias. */
18061 #if defined __stub_$ac_func || defined __stub___$ac_func
18062 choke me
18063 #endif
18066 main ()
18068 return $ac_func ();
18070 return 0;
18072 _ACEOF
18073 rm -f conftest.$ac_objext conftest$ac_exeext
18074 if { (ac_try="$ac_link"
18075 case "(($ac_try" in
18076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18077 *) ac_try_echo=$ac_try;;
18078 esac
18079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18080 $as_echo "$ac_try_echo") >&5
18081 (eval "$ac_link") 2>conftest.er1
18082 ac_status=$?
18083 grep -v '^ *+' conftest.er1 >conftest.err
18084 rm -f conftest.er1
18085 cat conftest.err >&5
18086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087 (exit $ac_status); } && {
18088 test -z "$ac_c_werror_flag" ||
18089 test ! -s conftest.err
18090 } && test -s conftest$ac_exeext && {
18091 test "$cross_compiling" = yes ||
18092 $as_test_x conftest$ac_exeext
18093 }; then
18094 eval "$as_ac_var=yes"
18095 else
18096 $as_echo "$as_me: failed program was:" >&5
18097 sed 's/^/| /' conftest.$ac_ext >&5
18099 eval "$as_ac_var=no"
18102 rm -rf conftest.dSYM
18103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18104 conftest$ac_exeext conftest.$ac_ext
18106 ac_res=`eval 'as_val=${'$as_ac_var'}
18107 $as_echo "$as_val"'`
18108 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18109 $as_echo "$ac_res" >&6; }
18110 as_val=`eval 'as_val=${'$as_ac_var'}
18111 $as_echo "$as_val"'`
18112 if test "x$as_val" = x""yes; then
18113 cat >>confdefs.h <<_ACEOF
18114 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18115 _ACEOF
18118 done
18120 CFLAGS="$ac_save_CFLAGS"
18122 if test "$ac_cv_func_dlopen" = no
18123 then
18124 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18125 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18126 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18127 $as_echo_n "(cached) " >&6
18128 else
18129 ac_check_lib_save_LIBS=$LIBS
18130 LIBS="-ldl $LIBS"
18131 cat >conftest.$ac_ext <<_ACEOF
18132 /* confdefs.h. */
18133 _ACEOF
18134 cat confdefs.h >>conftest.$ac_ext
18135 cat >>conftest.$ac_ext <<_ACEOF
18136 /* end confdefs.h. */
18138 /* Override any GCC internal prototype to avoid an error.
18139 Use char because int might match the return type of a GCC
18140 builtin and then its argument prototype would still apply. */
18141 #ifdef __cplusplus
18142 extern "C"
18143 #endif
18144 char dlopen ();
18146 main ()
18148 return dlopen ();
18150 return 0;
18152 _ACEOF
18153 rm -f conftest.$ac_objext conftest$ac_exeext
18154 if { (ac_try="$ac_link"
18155 case "(($ac_try" in
18156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18157 *) ac_try_echo=$ac_try;;
18158 esac
18159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18160 $as_echo "$ac_try_echo") >&5
18161 (eval "$ac_link") 2>conftest.er1
18162 ac_status=$?
18163 grep -v '^ *+' conftest.er1 >conftest.err
18164 rm -f conftest.er1
18165 cat conftest.err >&5
18166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); } && {
18168 test -z "$ac_c_werror_flag" ||
18169 test ! -s conftest.err
18170 } && test -s conftest$ac_exeext && {
18171 test "$cross_compiling" = yes ||
18172 $as_test_x conftest$ac_exeext
18173 }; then
18174 ac_cv_lib_dl_dlopen=yes
18175 else
18176 $as_echo "$as_me: failed program was:" >&5
18177 sed 's/^/| /' conftest.$ac_ext >&5
18179 ac_cv_lib_dl_dlopen=no
18182 rm -rf conftest.dSYM
18183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18184 conftest$ac_exeext conftest.$ac_ext
18185 LIBS=$ac_check_lib_save_LIBS
18187 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18188 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18189 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18190 cat >>confdefs.h <<\_ACEOF
18191 #define HAVE_DLOPEN 1
18192 _ACEOF
18193 LIBDL="-ldl"
18198 ac_wine_check_funcs_save_LIBS="$LIBS"
18199 LIBS="$LIBS $LIBDL"
18201 for ac_func in dladdr
18203 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18204 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18205 $as_echo_n "checking for $ac_func... " >&6; }
18206 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18207 $as_echo_n "(cached) " >&6
18208 else
18209 cat >conftest.$ac_ext <<_ACEOF
18210 /* confdefs.h. */
18211 _ACEOF
18212 cat confdefs.h >>conftest.$ac_ext
18213 cat >>conftest.$ac_ext <<_ACEOF
18214 /* end confdefs.h. */
18215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18217 #define $ac_func innocuous_$ac_func
18219 /* System header to define __stub macros and hopefully few prototypes,
18220 which can conflict with char $ac_func (); below.
18221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18222 <limits.h> exists even on freestanding compilers. */
18224 #ifdef __STDC__
18225 # include <limits.h>
18226 #else
18227 # include <assert.h>
18228 #endif
18230 #undef $ac_func
18232 /* Override any GCC internal prototype to avoid an error.
18233 Use char because int might match the return type of a GCC
18234 builtin and then its argument prototype would still apply. */
18235 #ifdef __cplusplus
18236 extern "C"
18237 #endif
18238 char $ac_func ();
18239 /* The GNU C library defines this for functions which it implements
18240 to always fail with ENOSYS. Some functions are actually named
18241 something starting with __ and the normal name is an alias. */
18242 #if defined __stub_$ac_func || defined __stub___$ac_func
18243 choke me
18244 #endif
18247 main ()
18249 return $ac_func ();
18251 return 0;
18253 _ACEOF
18254 rm -f conftest.$ac_objext conftest$ac_exeext
18255 if { (ac_try="$ac_link"
18256 case "(($ac_try" in
18257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18258 *) ac_try_echo=$ac_try;;
18259 esac
18260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18261 $as_echo "$ac_try_echo") >&5
18262 (eval "$ac_link") 2>conftest.er1
18263 ac_status=$?
18264 grep -v '^ *+' conftest.er1 >conftest.err
18265 rm -f conftest.er1
18266 cat conftest.err >&5
18267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18268 (exit $ac_status); } && {
18269 test -z "$ac_c_werror_flag" ||
18270 test ! -s conftest.err
18271 } && test -s conftest$ac_exeext && {
18272 test "$cross_compiling" = yes ||
18273 $as_test_x conftest$ac_exeext
18274 }; then
18275 eval "$as_ac_var=yes"
18276 else
18277 $as_echo "$as_me: failed program was:" >&5
18278 sed 's/^/| /' conftest.$ac_ext >&5
18280 eval "$as_ac_var=no"
18283 rm -rf conftest.dSYM
18284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18285 conftest$ac_exeext conftest.$ac_ext
18287 ac_res=`eval 'as_val=${'$as_ac_var'}
18288 $as_echo "$as_val"'`
18289 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18290 $as_echo "$ac_res" >&6; }
18291 as_val=`eval 'as_val=${'$as_ac_var'}
18292 $as_echo "$as_val"'`
18293 if test "x$as_val" = x""yes; then
18294 cat >>confdefs.h <<_ACEOF
18295 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18296 _ACEOF
18299 done
18301 LIBS="$ac_wine_check_funcs_save_LIBS"
18303 if test "$ac_cv_func_poll" = no
18304 then
18305 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18306 $as_echo_n "checking for poll in -lpoll... " >&6; }
18307 if test "${ac_cv_lib_poll_poll+set}" = set; then
18308 $as_echo_n "(cached) " >&6
18309 else
18310 ac_check_lib_save_LIBS=$LIBS
18311 LIBS="-lpoll $LIBS"
18312 cat >conftest.$ac_ext <<_ACEOF
18313 /* confdefs.h. */
18314 _ACEOF
18315 cat confdefs.h >>conftest.$ac_ext
18316 cat >>conftest.$ac_ext <<_ACEOF
18317 /* end confdefs.h. */
18319 /* Override any GCC internal prototype to avoid an error.
18320 Use char because int might match the return type of a GCC
18321 builtin and then its argument prototype would still apply. */
18322 #ifdef __cplusplus
18323 extern "C"
18324 #endif
18325 char poll ();
18327 main ()
18329 return poll ();
18331 return 0;
18333 _ACEOF
18334 rm -f conftest.$ac_objext conftest$ac_exeext
18335 if { (ac_try="$ac_link"
18336 case "(($ac_try" in
18337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18338 *) ac_try_echo=$ac_try;;
18339 esac
18340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18341 $as_echo "$ac_try_echo") >&5
18342 (eval "$ac_link") 2>conftest.er1
18343 ac_status=$?
18344 grep -v '^ *+' conftest.er1 >conftest.err
18345 rm -f conftest.er1
18346 cat conftest.err >&5
18347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18348 (exit $ac_status); } && {
18349 test -z "$ac_c_werror_flag" ||
18350 test ! -s conftest.err
18351 } && test -s conftest$ac_exeext && {
18352 test "$cross_compiling" = yes ||
18353 $as_test_x conftest$ac_exeext
18354 }; then
18355 ac_cv_lib_poll_poll=yes
18356 else
18357 $as_echo "$as_me: failed program was:" >&5
18358 sed 's/^/| /' conftest.$ac_ext >&5
18360 ac_cv_lib_poll_poll=no
18363 rm -rf conftest.dSYM
18364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18365 conftest$ac_exeext conftest.$ac_ext
18366 LIBS=$ac_check_lib_save_LIBS
18368 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18369 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18370 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18371 cat >>confdefs.h <<\_ACEOF
18372 #define HAVE_POLL 1
18373 _ACEOF
18374 LIBPOLL="-lpoll"
18380 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18381 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18382 if test "${ac_cv_search_gethostbyname+set}" = set; then
18383 $as_echo_n "(cached) " >&6
18384 else
18385 ac_func_search_save_LIBS=$LIBS
18386 cat >conftest.$ac_ext <<_ACEOF
18387 /* confdefs.h. */
18388 _ACEOF
18389 cat confdefs.h >>conftest.$ac_ext
18390 cat >>conftest.$ac_ext <<_ACEOF
18391 /* end confdefs.h. */
18393 /* Override any GCC internal prototype to avoid an error.
18394 Use char because int might match the return type of a GCC
18395 builtin and then its argument prototype would still apply. */
18396 #ifdef __cplusplus
18397 extern "C"
18398 #endif
18399 char gethostbyname ();
18401 main ()
18403 return gethostbyname ();
18405 return 0;
18407 _ACEOF
18408 for ac_lib in '' nsl; do
18409 if test -z "$ac_lib"; then
18410 ac_res="none required"
18411 else
18412 ac_res=-l$ac_lib
18413 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18415 rm -f conftest.$ac_objext conftest$ac_exeext
18416 if { (ac_try="$ac_link"
18417 case "(($ac_try" in
18418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18419 *) ac_try_echo=$ac_try;;
18420 esac
18421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18422 $as_echo "$ac_try_echo") >&5
18423 (eval "$ac_link") 2>conftest.er1
18424 ac_status=$?
18425 grep -v '^ *+' conftest.er1 >conftest.err
18426 rm -f conftest.er1
18427 cat conftest.err >&5
18428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18429 (exit $ac_status); } && {
18430 test -z "$ac_c_werror_flag" ||
18431 test ! -s conftest.err
18432 } && test -s conftest$ac_exeext && {
18433 test "$cross_compiling" = yes ||
18434 $as_test_x conftest$ac_exeext
18435 }; then
18436 ac_cv_search_gethostbyname=$ac_res
18437 else
18438 $as_echo "$as_me: failed program was:" >&5
18439 sed 's/^/| /' conftest.$ac_ext >&5
18444 rm -rf conftest.dSYM
18445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18446 conftest$ac_exeext
18447 if test "${ac_cv_search_gethostbyname+set}" = set; then
18448 break
18450 done
18451 if test "${ac_cv_search_gethostbyname+set}" = set; then
18453 else
18454 ac_cv_search_gethostbyname=no
18456 rm conftest.$ac_ext
18457 LIBS=$ac_func_search_save_LIBS
18459 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18460 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18461 ac_res=$ac_cv_search_gethostbyname
18462 if test "$ac_res" != no; then
18463 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18468 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18469 $as_echo_n "checking for library containing connect... " >&6; }
18470 if test "${ac_cv_search_connect+set}" = set; then
18471 $as_echo_n "(cached) " >&6
18472 else
18473 ac_func_search_save_LIBS=$LIBS
18474 cat >conftest.$ac_ext <<_ACEOF
18475 /* confdefs.h. */
18476 _ACEOF
18477 cat confdefs.h >>conftest.$ac_ext
18478 cat >>conftest.$ac_ext <<_ACEOF
18479 /* end confdefs.h. */
18481 /* Override any GCC internal prototype to avoid an error.
18482 Use char because int might match the return type of a GCC
18483 builtin and then its argument prototype would still apply. */
18484 #ifdef __cplusplus
18485 extern "C"
18486 #endif
18487 char connect ();
18489 main ()
18491 return connect ();
18493 return 0;
18495 _ACEOF
18496 for ac_lib in '' socket; do
18497 if test -z "$ac_lib"; then
18498 ac_res="none required"
18499 else
18500 ac_res=-l$ac_lib
18501 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18503 rm -f conftest.$ac_objext conftest$ac_exeext
18504 if { (ac_try="$ac_link"
18505 case "(($ac_try" in
18506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18507 *) ac_try_echo=$ac_try;;
18508 esac
18509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18510 $as_echo "$ac_try_echo") >&5
18511 (eval "$ac_link") 2>conftest.er1
18512 ac_status=$?
18513 grep -v '^ *+' conftest.er1 >conftest.err
18514 rm -f conftest.er1
18515 cat conftest.err >&5
18516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18517 (exit $ac_status); } && {
18518 test -z "$ac_c_werror_flag" ||
18519 test ! -s conftest.err
18520 } && test -s conftest$ac_exeext && {
18521 test "$cross_compiling" = yes ||
18522 $as_test_x conftest$ac_exeext
18523 }; then
18524 ac_cv_search_connect=$ac_res
18525 else
18526 $as_echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.$ac_ext >&5
18532 rm -rf conftest.dSYM
18533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18534 conftest$ac_exeext
18535 if test "${ac_cv_search_connect+set}" = set; then
18536 break
18538 done
18539 if test "${ac_cv_search_connect+set}" = set; then
18541 else
18542 ac_cv_search_connect=no
18544 rm conftest.$ac_ext
18545 LIBS=$ac_func_search_save_LIBS
18547 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18548 $as_echo "$ac_cv_search_connect" >&6; }
18549 ac_res=$ac_cv_search_connect
18550 if test "$ac_res" != no; then
18551 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18556 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18557 $as_echo_n "checking for library containing inet_aton... " >&6; }
18558 if test "${ac_cv_search_inet_aton+set}" = set; then
18559 $as_echo_n "(cached) " >&6
18560 else
18561 ac_func_search_save_LIBS=$LIBS
18562 cat >conftest.$ac_ext <<_ACEOF
18563 /* confdefs.h. */
18564 _ACEOF
18565 cat confdefs.h >>conftest.$ac_ext
18566 cat >>conftest.$ac_ext <<_ACEOF
18567 /* end confdefs.h. */
18569 /* Override any GCC internal prototype to avoid an error.
18570 Use char because int might match the return type of a GCC
18571 builtin and then its argument prototype would still apply. */
18572 #ifdef __cplusplus
18573 extern "C"
18574 #endif
18575 char inet_aton ();
18577 main ()
18579 return inet_aton ();
18581 return 0;
18583 _ACEOF
18584 for ac_lib in '' resolv; do
18585 if test -z "$ac_lib"; then
18586 ac_res="none required"
18587 else
18588 ac_res=-l$ac_lib
18589 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18591 rm -f conftest.$ac_objext conftest$ac_exeext
18592 if { (ac_try="$ac_link"
18593 case "(($ac_try" in
18594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18595 *) ac_try_echo=$ac_try;;
18596 esac
18597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18598 $as_echo "$ac_try_echo") >&5
18599 (eval "$ac_link") 2>conftest.er1
18600 ac_status=$?
18601 grep -v '^ *+' conftest.er1 >conftest.err
18602 rm -f conftest.er1
18603 cat conftest.err >&5
18604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18605 (exit $ac_status); } && {
18606 test -z "$ac_c_werror_flag" ||
18607 test ! -s conftest.err
18608 } && test -s conftest$ac_exeext && {
18609 test "$cross_compiling" = yes ||
18610 $as_test_x conftest$ac_exeext
18611 }; then
18612 ac_cv_search_inet_aton=$ac_res
18613 else
18614 $as_echo "$as_me: failed program was:" >&5
18615 sed 's/^/| /' conftest.$ac_ext >&5
18620 rm -rf conftest.dSYM
18621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18622 conftest$ac_exeext
18623 if test "${ac_cv_search_inet_aton+set}" = set; then
18624 break
18626 done
18627 if test "${ac_cv_search_inet_aton+set}" = set; then
18629 else
18630 ac_cv_search_inet_aton=no
18632 rm conftest.$ac_ext
18633 LIBS=$ac_func_search_save_LIBS
18635 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18636 $as_echo "$ac_cv_search_inet_aton" >&6; }
18637 ac_res=$ac_cv_search_inet_aton
18638 if test "$ac_res" != no; then
18639 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18655 for ac_func in \
18656 getaddrinfo \
18657 getnameinfo \
18658 getnetbyname \
18659 getprotobyname \
18660 getprotobynumber \
18661 getservbyport \
18662 inet_network \
18663 inet_ntop \
18664 inet_pton \
18665 sendmsg \
18666 socketpair \
18669 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18670 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18671 $as_echo_n "checking for $ac_func... " >&6; }
18672 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18673 $as_echo_n "(cached) " >&6
18674 else
18675 cat >conftest.$ac_ext <<_ACEOF
18676 /* confdefs.h. */
18677 _ACEOF
18678 cat confdefs.h >>conftest.$ac_ext
18679 cat >>conftest.$ac_ext <<_ACEOF
18680 /* end confdefs.h. */
18681 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18682 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18683 #define $ac_func innocuous_$ac_func
18685 /* System header to define __stub macros and hopefully few prototypes,
18686 which can conflict with char $ac_func (); below.
18687 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18688 <limits.h> exists even on freestanding compilers. */
18690 #ifdef __STDC__
18691 # include <limits.h>
18692 #else
18693 # include <assert.h>
18694 #endif
18696 #undef $ac_func
18698 /* Override any GCC internal prototype to avoid an error.
18699 Use char because int might match the return type of a GCC
18700 builtin and then its argument prototype would still apply. */
18701 #ifdef __cplusplus
18702 extern "C"
18703 #endif
18704 char $ac_func ();
18705 /* The GNU C library defines this for functions which it implements
18706 to always fail with ENOSYS. Some functions are actually named
18707 something starting with __ and the normal name is an alias. */
18708 #if defined __stub_$ac_func || defined __stub___$ac_func
18709 choke me
18710 #endif
18713 main ()
18715 return $ac_func ();
18717 return 0;
18719 _ACEOF
18720 rm -f conftest.$ac_objext conftest$ac_exeext
18721 if { (ac_try="$ac_link"
18722 case "(($ac_try" in
18723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18724 *) ac_try_echo=$ac_try;;
18725 esac
18726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18727 $as_echo "$ac_try_echo") >&5
18728 (eval "$ac_link") 2>conftest.er1
18729 ac_status=$?
18730 grep -v '^ *+' conftest.er1 >conftest.err
18731 rm -f conftest.er1
18732 cat conftest.err >&5
18733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18734 (exit $ac_status); } && {
18735 test -z "$ac_c_werror_flag" ||
18736 test ! -s conftest.err
18737 } && test -s conftest$ac_exeext && {
18738 test "$cross_compiling" = yes ||
18739 $as_test_x conftest$ac_exeext
18740 }; then
18741 eval "$as_ac_var=yes"
18742 else
18743 $as_echo "$as_me: failed program was:" >&5
18744 sed 's/^/| /' conftest.$ac_ext >&5
18746 eval "$as_ac_var=no"
18749 rm -rf conftest.dSYM
18750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18751 conftest$ac_exeext conftest.$ac_ext
18753 ac_res=`eval 'as_val=${'$as_ac_var'}
18754 $as_echo "$as_val"'`
18755 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18756 $as_echo "$ac_res" >&6; }
18757 as_val=`eval 'as_val=${'$as_ac_var'}
18758 $as_echo "$as_val"'`
18759 if test "x$as_val" = x""yes; then
18760 cat >>confdefs.h <<_ACEOF
18761 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18762 _ACEOF
18765 done
18768 LDAPLIBS=""
18770 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18771 then
18772 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18773 $as_echo_n "checking for LDAPSortKey... " >&6; }
18774 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18775 $as_echo_n "(cached) " >&6
18776 else
18777 ac_cv_type_LDAPSortKey=no
18778 cat >conftest.$ac_ext <<_ACEOF
18779 /* confdefs.h. */
18780 _ACEOF
18781 cat confdefs.h >>conftest.$ac_ext
18782 cat >>conftest.$ac_ext <<_ACEOF
18783 /* end confdefs.h. */
18784 #include <ldap.h>
18787 main ()
18789 if (sizeof (LDAPSortKey))
18790 return 0;
18792 return 0;
18794 _ACEOF
18795 rm -f conftest.$ac_objext
18796 if { (ac_try="$ac_compile"
18797 case "(($ac_try" in
18798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18799 *) ac_try_echo=$ac_try;;
18800 esac
18801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18802 $as_echo "$ac_try_echo") >&5
18803 (eval "$ac_compile") 2>conftest.er1
18804 ac_status=$?
18805 grep -v '^ *+' conftest.er1 >conftest.err
18806 rm -f conftest.er1
18807 cat conftest.err >&5
18808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); } && {
18810 test -z "$ac_c_werror_flag" ||
18811 test ! -s conftest.err
18812 } && test -s conftest.$ac_objext; then
18813 cat >conftest.$ac_ext <<_ACEOF
18814 /* confdefs.h. */
18815 _ACEOF
18816 cat confdefs.h >>conftest.$ac_ext
18817 cat >>conftest.$ac_ext <<_ACEOF
18818 /* end confdefs.h. */
18819 #include <ldap.h>
18822 main ()
18824 if (sizeof ((LDAPSortKey)))
18825 return 0;
18827 return 0;
18829 _ACEOF
18830 rm -f conftest.$ac_objext
18831 if { (ac_try="$ac_compile"
18832 case "(($ac_try" in
18833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18834 *) ac_try_echo=$ac_try;;
18835 esac
18836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18837 $as_echo "$ac_try_echo") >&5
18838 (eval "$ac_compile") 2>conftest.er1
18839 ac_status=$?
18840 grep -v '^ *+' conftest.er1 >conftest.err
18841 rm -f conftest.er1
18842 cat conftest.err >&5
18843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18844 (exit $ac_status); } && {
18845 test -z "$ac_c_werror_flag" ||
18846 test ! -s conftest.err
18847 } && test -s conftest.$ac_objext; then
18849 else
18850 $as_echo "$as_me: failed program was:" >&5
18851 sed 's/^/| /' conftest.$ac_ext >&5
18853 ac_cv_type_LDAPSortKey=yes
18856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18857 else
18858 $as_echo "$as_me: failed program was:" >&5
18859 sed 's/^/| /' conftest.$ac_ext >&5
18864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18866 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18867 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18868 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18869 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18870 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18871 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18872 $as_echo_n "(cached) " >&6
18873 else
18874 ac_check_lib_save_LIBS=$LIBS
18875 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18876 cat >conftest.$ac_ext <<_ACEOF
18877 /* confdefs.h. */
18878 _ACEOF
18879 cat confdefs.h >>conftest.$ac_ext
18880 cat >>conftest.$ac_ext <<_ACEOF
18881 /* end confdefs.h. */
18883 /* Override any GCC internal prototype to avoid an error.
18884 Use char because int might match the return type of a GCC
18885 builtin and then its argument prototype would still apply. */
18886 #ifdef __cplusplus
18887 extern "C"
18888 #endif
18889 char ldap_initialize ();
18891 main ()
18893 return ldap_initialize ();
18895 return 0;
18897 _ACEOF
18898 rm -f conftest.$ac_objext conftest$ac_exeext
18899 if { (ac_try="$ac_link"
18900 case "(($ac_try" in
18901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18902 *) ac_try_echo=$ac_try;;
18903 esac
18904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18905 $as_echo "$ac_try_echo") >&5
18906 (eval "$ac_link") 2>conftest.er1
18907 ac_status=$?
18908 grep -v '^ *+' conftest.er1 >conftest.err
18909 rm -f conftest.er1
18910 cat conftest.err >&5
18911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18912 (exit $ac_status); } && {
18913 test -z "$ac_c_werror_flag" ||
18914 test ! -s conftest.err
18915 } && test -s conftest$ac_exeext && {
18916 test "$cross_compiling" = yes ||
18917 $as_test_x conftest$ac_exeext
18918 }; then
18919 ac_cv_lib_ldap_r_ldap_initialize=yes
18920 else
18921 $as_echo "$as_me: failed program was:" >&5
18922 sed 's/^/| /' conftest.$ac_ext >&5
18924 ac_cv_lib_ldap_r_ldap_initialize=no
18927 rm -rf conftest.dSYM
18928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18929 conftest$ac_exeext conftest.$ac_ext
18930 LIBS=$ac_check_lib_save_LIBS
18932 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18933 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18934 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18935 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18936 $as_echo_n "checking for ber_init in -llber... " >&6; }
18937 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18938 $as_echo_n "(cached) " >&6
18939 else
18940 ac_check_lib_save_LIBS=$LIBS
18941 LIBS="-llber $LIBPTHREAD $LIBS"
18942 cat >conftest.$ac_ext <<_ACEOF
18943 /* confdefs.h. */
18944 _ACEOF
18945 cat confdefs.h >>conftest.$ac_ext
18946 cat >>conftest.$ac_ext <<_ACEOF
18947 /* end confdefs.h. */
18949 /* Override any GCC internal prototype to avoid an error.
18950 Use char because int might match the return type of a GCC
18951 builtin and then its argument prototype would still apply. */
18952 #ifdef __cplusplus
18953 extern "C"
18954 #endif
18955 char ber_init ();
18957 main ()
18959 return ber_init ();
18961 return 0;
18963 _ACEOF
18964 rm -f conftest.$ac_objext conftest$ac_exeext
18965 if { (ac_try="$ac_link"
18966 case "(($ac_try" in
18967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18968 *) ac_try_echo=$ac_try;;
18969 esac
18970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18971 $as_echo "$ac_try_echo") >&5
18972 (eval "$ac_link") 2>conftest.er1
18973 ac_status=$?
18974 grep -v '^ *+' conftest.er1 >conftest.err
18975 rm -f conftest.er1
18976 cat conftest.err >&5
18977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18978 (exit $ac_status); } && {
18979 test -z "$ac_c_werror_flag" ||
18980 test ! -s conftest.err
18981 } && test -s conftest$ac_exeext && {
18982 test "$cross_compiling" = yes ||
18983 $as_test_x conftest$ac_exeext
18984 }; then
18985 ac_cv_lib_lber_ber_init=yes
18986 else
18987 $as_echo "$as_me: failed program was:" >&5
18988 sed 's/^/| /' conftest.$ac_ext >&5
18990 ac_cv_lib_lber_ber_init=no
18993 rm -rf conftest.dSYM
18994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18995 conftest$ac_exeext conftest.$ac_ext
18996 LIBS=$ac_check_lib_save_LIBS
18998 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18999 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19000 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19002 cat >>confdefs.h <<\_ACEOF
19003 #define HAVE_LDAP 1
19004 _ACEOF
19006 LDAPLIBS="-lldap_r -llber"
19013 ac_wine_check_funcs_save_LIBS="$LIBS"
19014 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19023 for ac_func in \
19024 ldap_count_references \
19025 ldap_first_reference \
19026 ldap_next_reference \
19027 ldap_parse_reference \
19028 ldap_parse_sort_control \
19029 ldap_parse_sortresponse_control \
19030 ldap_parse_vlv_control \
19031 ldap_parse_vlvresponse_control
19033 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19034 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19035 $as_echo_n "checking for $ac_func... " >&6; }
19036 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19037 $as_echo_n "(cached) " >&6
19038 else
19039 cat >conftest.$ac_ext <<_ACEOF
19040 /* confdefs.h. */
19041 _ACEOF
19042 cat confdefs.h >>conftest.$ac_ext
19043 cat >>conftest.$ac_ext <<_ACEOF
19044 /* end confdefs.h. */
19045 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19047 #define $ac_func innocuous_$ac_func
19049 /* System header to define __stub macros and hopefully few prototypes,
19050 which can conflict with char $ac_func (); below.
19051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19052 <limits.h> exists even on freestanding compilers. */
19054 #ifdef __STDC__
19055 # include <limits.h>
19056 #else
19057 # include <assert.h>
19058 #endif
19060 #undef $ac_func
19062 /* Override any GCC internal prototype to avoid an error.
19063 Use char because int might match the return type of a GCC
19064 builtin and then its argument prototype would still apply. */
19065 #ifdef __cplusplus
19066 extern "C"
19067 #endif
19068 char $ac_func ();
19069 /* The GNU C library defines this for functions which it implements
19070 to always fail with ENOSYS. Some functions are actually named
19071 something starting with __ and the normal name is an alias. */
19072 #if defined __stub_$ac_func || defined __stub___$ac_func
19073 choke me
19074 #endif
19077 main ()
19079 return $ac_func ();
19081 return 0;
19083 _ACEOF
19084 rm -f conftest.$ac_objext conftest$ac_exeext
19085 if { (ac_try="$ac_link"
19086 case "(($ac_try" in
19087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19088 *) ac_try_echo=$ac_try;;
19089 esac
19090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19091 $as_echo "$ac_try_echo") >&5
19092 (eval "$ac_link") 2>conftest.er1
19093 ac_status=$?
19094 grep -v '^ *+' conftest.er1 >conftest.err
19095 rm -f conftest.er1
19096 cat conftest.err >&5
19097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); } && {
19099 test -z "$ac_c_werror_flag" ||
19100 test ! -s conftest.err
19101 } && test -s conftest$ac_exeext && {
19102 test "$cross_compiling" = yes ||
19103 $as_test_x conftest$ac_exeext
19104 }; then
19105 eval "$as_ac_var=yes"
19106 else
19107 $as_echo "$as_me: failed program was:" >&5
19108 sed 's/^/| /' conftest.$ac_ext >&5
19110 eval "$as_ac_var=no"
19113 rm -rf conftest.dSYM
19114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19115 conftest$ac_exeext conftest.$ac_ext
19117 ac_res=`eval 'as_val=${'$as_ac_var'}
19118 $as_echo "$as_val"'`
19119 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19120 $as_echo "$ac_res" >&6; }
19121 as_val=`eval 'as_val=${'$as_ac_var'}
19122 $as_echo "$as_val"'`
19123 if test "x$as_val" = x""yes; then
19124 cat >>confdefs.h <<_ACEOF
19125 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19126 _ACEOF
19129 done
19131 LIBS="$ac_wine_check_funcs_save_LIBS"
19133 if test "x$LDAPLIBS" = "x"; then
19134 case "x$with_ldap" in
19135 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19136 xno) ;;
19137 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19138 This is an error since --with-ldap was requested." >&5
19139 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19140 This is an error since --with-ldap was requested." >&2;}
19141 { (exit 1); exit 1; }; } ;;
19142 esac
19146 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19147 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19148 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19149 $as_echo_n "(cached) " >&6
19150 else
19151 cat >conftest.$ac_ext <<_ACEOF
19152 /* confdefs.h. */
19153 _ACEOF
19154 cat confdefs.h >>conftest.$ac_ext
19155 cat >>conftest.$ac_ext <<_ACEOF
19156 /* end confdefs.h. */
19157 #include <sys/stat.h>
19159 main ()
19161 mkdir("foo");
19163 return 0;
19165 _ACEOF
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19170 *) ac_try_echo=$ac_try;;
19171 esac
19172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19173 $as_echo "$ac_try_echo") >&5
19174 (eval "$ac_compile") 2>conftest.er1
19175 ac_status=$?
19176 grep -v '^ *+' conftest.er1 >conftest.err
19177 rm -f conftest.er1
19178 cat conftest.err >&5
19179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180 (exit $ac_status); } && {
19181 test -z "$ac_c_werror_flag" ||
19182 test ! -s conftest.err
19183 } && test -s conftest.$ac_objext; then
19184 wine_cv_one_arg_mkdir=yes
19185 else
19186 $as_echo "$as_me: failed program was:" >&5
19187 sed 's/^/| /' conftest.$ac_ext >&5
19189 wine_cv_one_arg_mkdir=no
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19195 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19196 if test "$wine_cv_one_arg_mkdir" = "yes"
19197 then
19199 cat >>confdefs.h <<\_ACEOF
19200 #define HAVE_ONE_ARG_MKDIR 1
19201 _ACEOF
19206 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19207 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19208 if test "${ac_cv_c_const+set}" = set; then
19209 $as_echo_n "(cached) " >&6
19210 else
19211 cat >conftest.$ac_ext <<_ACEOF
19212 /* confdefs.h. */
19213 _ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19219 main ()
19221 /* FIXME: Include the comments suggested by Paul. */
19222 #ifndef __cplusplus
19223 /* Ultrix mips cc rejects this. */
19224 typedef int charset[2];
19225 const charset cs;
19226 /* SunOS 4.1.1 cc rejects this. */
19227 char const *const *pcpcc;
19228 char **ppc;
19229 /* NEC SVR4.0.2 mips cc rejects this. */
19230 struct point {int x, y;};
19231 static struct point const zero = {0,0};
19232 /* AIX XL C 1.02.0.0 rejects this.
19233 It does not let you subtract one const X* pointer from another in
19234 an arm of an if-expression whose if-part is not a constant
19235 expression */
19236 const char *g = "string";
19237 pcpcc = &g + (g ? g-g : 0);
19238 /* HPUX 7.0 cc rejects these. */
19239 ++pcpcc;
19240 ppc = (char**) pcpcc;
19241 pcpcc = (char const *const *) ppc;
19242 { /* SCO 3.2v4 cc rejects this. */
19243 char *t;
19244 char const *s = 0 ? (char *) 0 : (char const *) 0;
19246 *t++ = 0;
19247 if (s) return 0;
19249 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19250 int x[] = {25, 17};
19251 const int *foo = &x[0];
19252 ++foo;
19254 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19255 typedef const int *iptr;
19256 iptr p = 0;
19257 ++p;
19259 { /* AIX XL C 1.02.0.0 rejects this saying
19260 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19261 struct s { int j; const int *ap[3]; };
19262 struct s *b; b->j = 5;
19264 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19265 const int foo = 10;
19266 if (!foo) return 0;
19268 return !cs[0] && !zero.x;
19269 #endif
19272 return 0;
19274 _ACEOF
19275 rm -f conftest.$ac_objext
19276 if { (ac_try="$ac_compile"
19277 case "(($ac_try" in
19278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19279 *) ac_try_echo=$ac_try;;
19280 esac
19281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19282 $as_echo "$ac_try_echo") >&5
19283 (eval "$ac_compile") 2>conftest.er1
19284 ac_status=$?
19285 grep -v '^ *+' conftest.er1 >conftest.err
19286 rm -f conftest.er1
19287 cat conftest.err >&5
19288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289 (exit $ac_status); } && {
19290 test -z "$ac_c_werror_flag" ||
19291 test ! -s conftest.err
19292 } && test -s conftest.$ac_objext; then
19293 ac_cv_c_const=yes
19294 else
19295 $as_echo "$as_me: failed program was:" >&5
19296 sed 's/^/| /' conftest.$ac_ext >&5
19298 ac_cv_c_const=no
19301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19303 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19304 $as_echo "$ac_cv_c_const" >&6; }
19305 if test $ac_cv_c_const = no; then
19307 cat >>confdefs.h <<\_ACEOF
19308 #define const /**/
19309 _ACEOF
19313 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19314 $as_echo_n "checking for inline... " >&6; }
19315 if test "${ac_cv_c_inline+set}" = set; then
19316 $as_echo_n "(cached) " >&6
19317 else
19318 ac_cv_c_inline=no
19319 for ac_kw in inline __inline__ __inline; do
19320 cat >conftest.$ac_ext <<_ACEOF
19321 /* confdefs.h. */
19322 _ACEOF
19323 cat confdefs.h >>conftest.$ac_ext
19324 cat >>conftest.$ac_ext <<_ACEOF
19325 /* end confdefs.h. */
19326 #ifndef __cplusplus
19327 typedef int foo_t;
19328 static $ac_kw foo_t static_foo () {return 0; }
19329 $ac_kw foo_t foo () {return 0; }
19330 #endif
19332 _ACEOF
19333 rm -f conftest.$ac_objext
19334 if { (ac_try="$ac_compile"
19335 case "(($ac_try" in
19336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19337 *) ac_try_echo=$ac_try;;
19338 esac
19339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19340 $as_echo "$ac_try_echo") >&5
19341 (eval "$ac_compile") 2>conftest.er1
19342 ac_status=$?
19343 grep -v '^ *+' conftest.er1 >conftest.err
19344 rm -f conftest.er1
19345 cat conftest.err >&5
19346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); } && {
19348 test -z "$ac_c_werror_flag" ||
19349 test ! -s conftest.err
19350 } && test -s conftest.$ac_objext; then
19351 ac_cv_c_inline=$ac_kw
19352 else
19353 $as_echo "$as_me: failed program was:" >&5
19354 sed 's/^/| /' conftest.$ac_ext >&5
19359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19360 test "$ac_cv_c_inline" != no && break
19361 done
19364 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19365 $as_echo "$ac_cv_c_inline" >&6; }
19368 case $ac_cv_c_inline in
19369 inline | yes) ;;
19371 case $ac_cv_c_inline in
19372 no) ac_val=;;
19373 *) ac_val=$ac_cv_c_inline;;
19374 esac
19375 cat >>confdefs.h <<_ACEOF
19376 #ifndef __cplusplus
19377 #define inline $ac_val
19378 #endif
19379 _ACEOF
19381 esac
19383 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19384 $as_echo_n "checking for mode_t... " >&6; }
19385 if test "${ac_cv_type_mode_t+set}" = set; then
19386 $as_echo_n "(cached) " >&6
19387 else
19388 ac_cv_type_mode_t=no
19389 cat >conftest.$ac_ext <<_ACEOF
19390 /* confdefs.h. */
19391 _ACEOF
19392 cat confdefs.h >>conftest.$ac_ext
19393 cat >>conftest.$ac_ext <<_ACEOF
19394 /* end confdefs.h. */
19395 $ac_includes_default
19397 main ()
19399 if (sizeof (mode_t))
19400 return 0;
19402 return 0;
19404 _ACEOF
19405 rm -f conftest.$ac_objext
19406 if { (ac_try="$ac_compile"
19407 case "(($ac_try" in
19408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19409 *) ac_try_echo=$ac_try;;
19410 esac
19411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19412 $as_echo "$ac_try_echo") >&5
19413 (eval "$ac_compile") 2>conftest.er1
19414 ac_status=$?
19415 grep -v '^ *+' conftest.er1 >conftest.err
19416 rm -f conftest.er1
19417 cat conftest.err >&5
19418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19419 (exit $ac_status); } && {
19420 test -z "$ac_c_werror_flag" ||
19421 test ! -s conftest.err
19422 } && test -s conftest.$ac_objext; then
19423 cat >conftest.$ac_ext <<_ACEOF
19424 /* confdefs.h. */
19425 _ACEOF
19426 cat confdefs.h >>conftest.$ac_ext
19427 cat >>conftest.$ac_ext <<_ACEOF
19428 /* end confdefs.h. */
19429 $ac_includes_default
19431 main ()
19433 if (sizeof ((mode_t)))
19434 return 0;
19436 return 0;
19438 _ACEOF
19439 rm -f conftest.$ac_objext
19440 if { (ac_try="$ac_compile"
19441 case "(($ac_try" in
19442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19443 *) ac_try_echo=$ac_try;;
19444 esac
19445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19446 $as_echo "$ac_try_echo") >&5
19447 (eval "$ac_compile") 2>conftest.er1
19448 ac_status=$?
19449 grep -v '^ *+' conftest.er1 >conftest.err
19450 rm -f conftest.er1
19451 cat conftest.err >&5
19452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19453 (exit $ac_status); } && {
19454 test -z "$ac_c_werror_flag" ||
19455 test ! -s conftest.err
19456 } && test -s conftest.$ac_objext; then
19458 else
19459 $as_echo "$as_me: failed program was:" >&5
19460 sed 's/^/| /' conftest.$ac_ext >&5
19462 ac_cv_type_mode_t=yes
19465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19466 else
19467 $as_echo "$as_me: failed program was:" >&5
19468 sed 's/^/| /' conftest.$ac_ext >&5
19473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19475 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19476 $as_echo "$ac_cv_type_mode_t" >&6; }
19477 if test "x$ac_cv_type_mode_t" = x""yes; then
19479 cat >>confdefs.h <<_ACEOF
19480 #define HAVE_MODE_T 1
19481 _ACEOF
19485 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19486 $as_echo_n "checking for off_t... " >&6; }
19487 if test "${ac_cv_type_off_t+set}" = set; then
19488 $as_echo_n "(cached) " >&6
19489 else
19490 ac_cv_type_off_t=no
19491 cat >conftest.$ac_ext <<_ACEOF
19492 /* confdefs.h. */
19493 _ACEOF
19494 cat confdefs.h >>conftest.$ac_ext
19495 cat >>conftest.$ac_ext <<_ACEOF
19496 /* end confdefs.h. */
19497 $ac_includes_default
19499 main ()
19501 if (sizeof (off_t))
19502 return 0;
19504 return 0;
19506 _ACEOF
19507 rm -f conftest.$ac_objext
19508 if { (ac_try="$ac_compile"
19509 case "(($ac_try" in
19510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19511 *) ac_try_echo=$ac_try;;
19512 esac
19513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19514 $as_echo "$ac_try_echo") >&5
19515 (eval "$ac_compile") 2>conftest.er1
19516 ac_status=$?
19517 grep -v '^ *+' conftest.er1 >conftest.err
19518 rm -f conftest.er1
19519 cat conftest.err >&5
19520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19521 (exit $ac_status); } && {
19522 test -z "$ac_c_werror_flag" ||
19523 test ! -s conftest.err
19524 } && test -s conftest.$ac_objext; then
19525 cat >conftest.$ac_ext <<_ACEOF
19526 /* confdefs.h. */
19527 _ACEOF
19528 cat confdefs.h >>conftest.$ac_ext
19529 cat >>conftest.$ac_ext <<_ACEOF
19530 /* end confdefs.h. */
19531 $ac_includes_default
19533 main ()
19535 if (sizeof ((off_t)))
19536 return 0;
19538 return 0;
19540 _ACEOF
19541 rm -f conftest.$ac_objext
19542 if { (ac_try="$ac_compile"
19543 case "(($ac_try" in
19544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19545 *) ac_try_echo=$ac_try;;
19546 esac
19547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19548 $as_echo "$ac_try_echo") >&5
19549 (eval "$ac_compile") 2>conftest.er1
19550 ac_status=$?
19551 grep -v '^ *+' conftest.er1 >conftest.err
19552 rm -f conftest.er1
19553 cat conftest.err >&5
19554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); } && {
19556 test -z "$ac_c_werror_flag" ||
19557 test ! -s conftest.err
19558 } && test -s conftest.$ac_objext; then
19560 else
19561 $as_echo "$as_me: failed program was:" >&5
19562 sed 's/^/| /' conftest.$ac_ext >&5
19564 ac_cv_type_off_t=yes
19567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19568 else
19569 $as_echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.$ac_ext >&5
19575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19577 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19578 $as_echo "$ac_cv_type_off_t" >&6; }
19579 if test "x$ac_cv_type_off_t" = x""yes; then
19581 cat >>confdefs.h <<_ACEOF
19582 #define HAVE_OFF_T 1
19583 _ACEOF
19587 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19588 $as_echo_n "checking for pid_t... " >&6; }
19589 if test "${ac_cv_type_pid_t+set}" = set; then
19590 $as_echo_n "(cached) " >&6
19591 else
19592 ac_cv_type_pid_t=no
19593 cat >conftest.$ac_ext <<_ACEOF
19594 /* confdefs.h. */
19595 _ACEOF
19596 cat confdefs.h >>conftest.$ac_ext
19597 cat >>conftest.$ac_ext <<_ACEOF
19598 /* end confdefs.h. */
19599 $ac_includes_default
19601 main ()
19603 if (sizeof (pid_t))
19604 return 0;
19606 return 0;
19608 _ACEOF
19609 rm -f conftest.$ac_objext
19610 if { (ac_try="$ac_compile"
19611 case "(($ac_try" in
19612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19613 *) ac_try_echo=$ac_try;;
19614 esac
19615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19616 $as_echo "$ac_try_echo") >&5
19617 (eval "$ac_compile") 2>conftest.er1
19618 ac_status=$?
19619 grep -v '^ *+' conftest.er1 >conftest.err
19620 rm -f conftest.er1
19621 cat conftest.err >&5
19622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19623 (exit $ac_status); } && {
19624 test -z "$ac_c_werror_flag" ||
19625 test ! -s conftest.err
19626 } && test -s conftest.$ac_objext; then
19627 cat >conftest.$ac_ext <<_ACEOF
19628 /* confdefs.h. */
19629 _ACEOF
19630 cat confdefs.h >>conftest.$ac_ext
19631 cat >>conftest.$ac_ext <<_ACEOF
19632 /* end confdefs.h. */
19633 $ac_includes_default
19635 main ()
19637 if (sizeof ((pid_t)))
19638 return 0;
19640 return 0;
19642 _ACEOF
19643 rm -f conftest.$ac_objext
19644 if { (ac_try="$ac_compile"
19645 case "(($ac_try" in
19646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19647 *) ac_try_echo=$ac_try;;
19648 esac
19649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19650 $as_echo "$ac_try_echo") >&5
19651 (eval "$ac_compile") 2>conftest.er1
19652 ac_status=$?
19653 grep -v '^ *+' conftest.er1 >conftest.err
19654 rm -f conftest.er1
19655 cat conftest.err >&5
19656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); } && {
19658 test -z "$ac_c_werror_flag" ||
19659 test ! -s conftest.err
19660 } && test -s conftest.$ac_objext; then
19662 else
19663 $as_echo "$as_me: failed program was:" >&5
19664 sed 's/^/| /' conftest.$ac_ext >&5
19666 ac_cv_type_pid_t=yes
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19670 else
19671 $as_echo "$as_me: failed program was:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19679 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19680 $as_echo "$ac_cv_type_pid_t" >&6; }
19681 if test "x$ac_cv_type_pid_t" = x""yes; then
19683 cat >>confdefs.h <<_ACEOF
19684 #define HAVE_PID_T 1
19685 _ACEOF
19689 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19690 $as_echo_n "checking for size_t... " >&6; }
19691 if test "${ac_cv_type_size_t+set}" = set; then
19692 $as_echo_n "(cached) " >&6
19693 else
19694 ac_cv_type_size_t=no
19695 cat >conftest.$ac_ext <<_ACEOF
19696 /* confdefs.h. */
19697 _ACEOF
19698 cat confdefs.h >>conftest.$ac_ext
19699 cat >>conftest.$ac_ext <<_ACEOF
19700 /* end confdefs.h. */
19701 $ac_includes_default
19703 main ()
19705 if (sizeof (size_t))
19706 return 0;
19708 return 0;
19710 _ACEOF
19711 rm -f conftest.$ac_objext
19712 if { (ac_try="$ac_compile"
19713 case "(($ac_try" in
19714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19715 *) ac_try_echo=$ac_try;;
19716 esac
19717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19718 $as_echo "$ac_try_echo") >&5
19719 (eval "$ac_compile") 2>conftest.er1
19720 ac_status=$?
19721 grep -v '^ *+' conftest.er1 >conftest.err
19722 rm -f conftest.er1
19723 cat conftest.err >&5
19724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19725 (exit $ac_status); } && {
19726 test -z "$ac_c_werror_flag" ||
19727 test ! -s conftest.err
19728 } && test -s conftest.$ac_objext; then
19729 cat >conftest.$ac_ext <<_ACEOF
19730 /* confdefs.h. */
19731 _ACEOF
19732 cat confdefs.h >>conftest.$ac_ext
19733 cat >>conftest.$ac_ext <<_ACEOF
19734 /* end confdefs.h. */
19735 $ac_includes_default
19737 main ()
19739 if (sizeof ((size_t)))
19740 return 0;
19742 return 0;
19744 _ACEOF
19745 rm -f conftest.$ac_objext
19746 if { (ac_try="$ac_compile"
19747 case "(($ac_try" in
19748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19749 *) ac_try_echo=$ac_try;;
19750 esac
19751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19752 $as_echo "$ac_try_echo") >&5
19753 (eval "$ac_compile") 2>conftest.er1
19754 ac_status=$?
19755 grep -v '^ *+' conftest.er1 >conftest.err
19756 rm -f conftest.er1
19757 cat conftest.err >&5
19758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); } && {
19760 test -z "$ac_c_werror_flag" ||
19761 test ! -s conftest.err
19762 } && test -s conftest.$ac_objext; then
19764 else
19765 $as_echo "$as_me: failed program was:" >&5
19766 sed 's/^/| /' conftest.$ac_ext >&5
19768 ac_cv_type_size_t=yes
19771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19772 else
19773 $as_echo "$as_me: failed program was:" >&5
19774 sed 's/^/| /' conftest.$ac_ext >&5
19779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19781 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19782 $as_echo "$ac_cv_type_size_t" >&6; }
19783 if test "x$ac_cv_type_size_t" = x""yes; then
19785 cat >>confdefs.h <<_ACEOF
19786 #define HAVE_SIZE_T 1
19787 _ACEOF
19791 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19792 $as_echo_n "checking for ssize_t... " >&6; }
19793 if test "${ac_cv_type_ssize_t+set}" = set; then
19794 $as_echo_n "(cached) " >&6
19795 else
19796 ac_cv_type_ssize_t=no
19797 cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h. */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h. */
19803 $ac_includes_default
19805 main ()
19807 if (sizeof (ssize_t))
19808 return 0;
19810 return 0;
19812 _ACEOF
19813 rm -f conftest.$ac_objext
19814 if { (ac_try="$ac_compile"
19815 case "(($ac_try" in
19816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19817 *) ac_try_echo=$ac_try;;
19818 esac
19819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19820 $as_echo "$ac_try_echo") >&5
19821 (eval "$ac_compile") 2>conftest.er1
19822 ac_status=$?
19823 grep -v '^ *+' conftest.er1 >conftest.err
19824 rm -f conftest.er1
19825 cat conftest.err >&5
19826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); } && {
19828 test -z "$ac_c_werror_flag" ||
19829 test ! -s conftest.err
19830 } && test -s conftest.$ac_objext; then
19831 cat >conftest.$ac_ext <<_ACEOF
19832 /* confdefs.h. */
19833 _ACEOF
19834 cat confdefs.h >>conftest.$ac_ext
19835 cat >>conftest.$ac_ext <<_ACEOF
19836 /* end confdefs.h. */
19837 $ac_includes_default
19839 main ()
19841 if (sizeof ((ssize_t)))
19842 return 0;
19844 return 0;
19846 _ACEOF
19847 rm -f conftest.$ac_objext
19848 if { (ac_try="$ac_compile"
19849 case "(($ac_try" in
19850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19851 *) ac_try_echo=$ac_try;;
19852 esac
19853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19854 $as_echo "$ac_try_echo") >&5
19855 (eval "$ac_compile") 2>conftest.er1
19856 ac_status=$?
19857 grep -v '^ *+' conftest.er1 >conftest.err
19858 rm -f conftest.er1
19859 cat conftest.err >&5
19860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19861 (exit $ac_status); } && {
19862 test -z "$ac_c_werror_flag" ||
19863 test ! -s conftest.err
19864 } && test -s conftest.$ac_objext; then
19866 else
19867 $as_echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19870 ac_cv_type_ssize_t=yes
19873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19874 else
19875 $as_echo "$as_me: failed program was:" >&5
19876 sed 's/^/| /' conftest.$ac_ext >&5
19881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19883 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19884 $as_echo "$ac_cv_type_ssize_t" >&6; }
19885 if test "x$ac_cv_type_ssize_t" = x""yes; then
19887 cat >>confdefs.h <<_ACEOF
19888 #define HAVE_SSIZE_T 1
19889 _ACEOF
19893 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19894 $as_echo_n "checking for long long... " >&6; }
19895 if test "${ac_cv_type_long_long+set}" = set; then
19896 $as_echo_n "(cached) " >&6
19897 else
19898 ac_cv_type_long_long=no
19899 cat >conftest.$ac_ext <<_ACEOF
19900 /* confdefs.h. */
19901 _ACEOF
19902 cat confdefs.h >>conftest.$ac_ext
19903 cat >>conftest.$ac_ext <<_ACEOF
19904 /* end confdefs.h. */
19905 $ac_includes_default
19907 main ()
19909 if (sizeof (long long))
19910 return 0;
19912 return 0;
19914 _ACEOF
19915 rm -f conftest.$ac_objext
19916 if { (ac_try="$ac_compile"
19917 case "(($ac_try" in
19918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19919 *) ac_try_echo=$ac_try;;
19920 esac
19921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19922 $as_echo "$ac_try_echo") >&5
19923 (eval "$ac_compile") 2>conftest.er1
19924 ac_status=$?
19925 grep -v '^ *+' conftest.er1 >conftest.err
19926 rm -f conftest.er1
19927 cat conftest.err >&5
19928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19929 (exit $ac_status); } && {
19930 test -z "$ac_c_werror_flag" ||
19931 test ! -s conftest.err
19932 } && test -s conftest.$ac_objext; then
19933 cat >conftest.$ac_ext <<_ACEOF
19934 /* confdefs.h. */
19935 _ACEOF
19936 cat confdefs.h >>conftest.$ac_ext
19937 cat >>conftest.$ac_ext <<_ACEOF
19938 /* end confdefs.h. */
19939 $ac_includes_default
19941 main ()
19943 if (sizeof ((long long)))
19944 return 0;
19946 return 0;
19948 _ACEOF
19949 rm -f conftest.$ac_objext
19950 if { (ac_try="$ac_compile"
19951 case "(($ac_try" in
19952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19953 *) ac_try_echo=$ac_try;;
19954 esac
19955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19956 $as_echo "$ac_try_echo") >&5
19957 (eval "$ac_compile") 2>conftest.er1
19958 ac_status=$?
19959 grep -v '^ *+' conftest.er1 >conftest.err
19960 rm -f conftest.er1
19961 cat conftest.err >&5
19962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19963 (exit $ac_status); } && {
19964 test -z "$ac_c_werror_flag" ||
19965 test ! -s conftest.err
19966 } && test -s conftest.$ac_objext; then
19968 else
19969 $as_echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19972 ac_cv_type_long_long=yes
19975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19976 else
19977 $as_echo "$as_me: failed program was:" >&5
19978 sed 's/^/| /' conftest.$ac_ext >&5
19983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19985 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19986 $as_echo "$ac_cv_type_long_long" >&6; }
19987 if test "x$ac_cv_type_long_long" = x""yes; then
19989 cat >>confdefs.h <<_ACEOF
19990 #define HAVE_LONG_LONG 1
19991 _ACEOF
19995 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19996 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19997 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19998 $as_echo_n "(cached) " >&6
19999 else
20000 ac_cv_type_fsblkcnt_t=no
20001 cat >conftest.$ac_ext <<_ACEOF
20002 /* confdefs.h. */
20003 _ACEOF
20004 cat confdefs.h >>conftest.$ac_ext
20005 cat >>conftest.$ac_ext <<_ACEOF
20006 /* end confdefs.h. */
20007 $ac_includes_default
20009 main ()
20011 if (sizeof (fsblkcnt_t))
20012 return 0;
20014 return 0;
20016 _ACEOF
20017 rm -f conftest.$ac_objext
20018 if { (ac_try="$ac_compile"
20019 case "(($ac_try" in
20020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20021 *) ac_try_echo=$ac_try;;
20022 esac
20023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20024 $as_echo "$ac_try_echo") >&5
20025 (eval "$ac_compile") 2>conftest.er1
20026 ac_status=$?
20027 grep -v '^ *+' conftest.er1 >conftest.err
20028 rm -f conftest.er1
20029 cat conftest.err >&5
20030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20031 (exit $ac_status); } && {
20032 test -z "$ac_c_werror_flag" ||
20033 test ! -s conftest.err
20034 } && test -s conftest.$ac_objext; then
20035 cat >conftest.$ac_ext <<_ACEOF
20036 /* confdefs.h. */
20037 _ACEOF
20038 cat confdefs.h >>conftest.$ac_ext
20039 cat >>conftest.$ac_ext <<_ACEOF
20040 /* end confdefs.h. */
20041 $ac_includes_default
20043 main ()
20045 if (sizeof ((fsblkcnt_t)))
20046 return 0;
20048 return 0;
20050 _ACEOF
20051 rm -f conftest.$ac_objext
20052 if { (ac_try="$ac_compile"
20053 case "(($ac_try" in
20054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20055 *) ac_try_echo=$ac_try;;
20056 esac
20057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20058 $as_echo "$ac_try_echo") >&5
20059 (eval "$ac_compile") 2>conftest.er1
20060 ac_status=$?
20061 grep -v '^ *+' conftest.er1 >conftest.err
20062 rm -f conftest.er1
20063 cat conftest.err >&5
20064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); } && {
20066 test -z "$ac_c_werror_flag" ||
20067 test ! -s conftest.err
20068 } && test -s conftest.$ac_objext; then
20070 else
20071 $as_echo "$as_me: failed program was:" >&5
20072 sed 's/^/| /' conftest.$ac_ext >&5
20074 ac_cv_type_fsblkcnt_t=yes
20077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20078 else
20079 $as_echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.$ac_ext >&5
20085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20087 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20088 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20089 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20091 cat >>confdefs.h <<_ACEOF
20092 #define HAVE_FSBLKCNT_T 1
20093 _ACEOF
20097 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20098 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20099 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20100 $as_echo_n "(cached) " >&6
20101 else
20102 ac_cv_type_fsfilcnt_t=no
20103 cat >conftest.$ac_ext <<_ACEOF
20104 /* confdefs.h. */
20105 _ACEOF
20106 cat confdefs.h >>conftest.$ac_ext
20107 cat >>conftest.$ac_ext <<_ACEOF
20108 /* end confdefs.h. */
20109 $ac_includes_default
20111 main ()
20113 if (sizeof (fsfilcnt_t))
20114 return 0;
20116 return 0;
20118 _ACEOF
20119 rm -f conftest.$ac_objext
20120 if { (ac_try="$ac_compile"
20121 case "(($ac_try" in
20122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20123 *) ac_try_echo=$ac_try;;
20124 esac
20125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20126 $as_echo "$ac_try_echo") >&5
20127 (eval "$ac_compile") 2>conftest.er1
20128 ac_status=$?
20129 grep -v '^ *+' conftest.er1 >conftest.err
20130 rm -f conftest.er1
20131 cat conftest.err >&5
20132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20133 (exit $ac_status); } && {
20134 test -z "$ac_c_werror_flag" ||
20135 test ! -s conftest.err
20136 } && test -s conftest.$ac_objext; then
20137 cat >conftest.$ac_ext <<_ACEOF
20138 /* confdefs.h. */
20139 _ACEOF
20140 cat confdefs.h >>conftest.$ac_ext
20141 cat >>conftest.$ac_ext <<_ACEOF
20142 /* end confdefs.h. */
20143 $ac_includes_default
20145 main ()
20147 if (sizeof ((fsfilcnt_t)))
20148 return 0;
20150 return 0;
20152 _ACEOF
20153 rm -f conftest.$ac_objext
20154 if { (ac_try="$ac_compile"
20155 case "(($ac_try" in
20156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20157 *) ac_try_echo=$ac_try;;
20158 esac
20159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20160 $as_echo "$ac_try_echo") >&5
20161 (eval "$ac_compile") 2>conftest.er1
20162 ac_status=$?
20163 grep -v '^ *+' conftest.er1 >conftest.err
20164 rm -f conftest.er1
20165 cat conftest.err >&5
20166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20167 (exit $ac_status); } && {
20168 test -z "$ac_c_werror_flag" ||
20169 test ! -s conftest.err
20170 } && test -s conftest.$ac_objext; then
20172 else
20173 $as_echo "$as_me: failed program was:" >&5
20174 sed 's/^/| /' conftest.$ac_ext >&5
20176 ac_cv_type_fsfilcnt_t=yes
20179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20180 else
20181 $as_echo "$as_me: failed program was:" >&5
20182 sed 's/^/| /' conftest.$ac_ext >&5
20187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20189 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20190 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20191 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20193 cat >>confdefs.h <<_ACEOF
20194 #define HAVE_FSFILCNT_T 1
20195 _ACEOF
20200 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20201 $as_echo_n "checking for sigset_t... " >&6; }
20202 if test "${ac_cv_type_sigset_t+set}" = set; then
20203 $as_echo_n "(cached) " >&6
20204 else
20205 ac_cv_type_sigset_t=no
20206 cat >conftest.$ac_ext <<_ACEOF
20207 /* confdefs.h. */
20208 _ACEOF
20209 cat confdefs.h >>conftest.$ac_ext
20210 cat >>conftest.$ac_ext <<_ACEOF
20211 /* end confdefs.h. */
20212 #include <sys/types.h>
20213 #include <signal.h>
20216 main ()
20218 if (sizeof (sigset_t))
20219 return 0;
20221 return 0;
20223 _ACEOF
20224 rm -f conftest.$ac_objext
20225 if { (ac_try="$ac_compile"
20226 case "(($ac_try" in
20227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20228 *) ac_try_echo=$ac_try;;
20229 esac
20230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20231 $as_echo "$ac_try_echo") >&5
20232 (eval "$ac_compile") 2>conftest.er1
20233 ac_status=$?
20234 grep -v '^ *+' conftest.er1 >conftest.err
20235 rm -f conftest.er1
20236 cat conftest.err >&5
20237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20238 (exit $ac_status); } && {
20239 test -z "$ac_c_werror_flag" ||
20240 test ! -s conftest.err
20241 } && test -s conftest.$ac_objext; then
20242 cat >conftest.$ac_ext <<_ACEOF
20243 /* confdefs.h. */
20244 _ACEOF
20245 cat confdefs.h >>conftest.$ac_ext
20246 cat >>conftest.$ac_ext <<_ACEOF
20247 /* end confdefs.h. */
20248 #include <sys/types.h>
20249 #include <signal.h>
20252 main ()
20254 if (sizeof ((sigset_t)))
20255 return 0;
20257 return 0;
20259 _ACEOF
20260 rm -f conftest.$ac_objext
20261 if { (ac_try="$ac_compile"
20262 case "(($ac_try" in
20263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20264 *) ac_try_echo=$ac_try;;
20265 esac
20266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20267 $as_echo "$ac_try_echo") >&5
20268 (eval "$ac_compile") 2>conftest.er1
20269 ac_status=$?
20270 grep -v '^ *+' conftest.er1 >conftest.err
20271 rm -f conftest.er1
20272 cat conftest.err >&5
20273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274 (exit $ac_status); } && {
20275 test -z "$ac_c_werror_flag" ||
20276 test ! -s conftest.err
20277 } && test -s conftest.$ac_objext; then
20279 else
20280 $as_echo "$as_me: failed program was:" >&5
20281 sed 's/^/| /' conftest.$ac_ext >&5
20283 ac_cv_type_sigset_t=yes
20286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20287 else
20288 $as_echo "$as_me: failed program was:" >&5
20289 sed 's/^/| /' conftest.$ac_ext >&5
20294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20296 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20297 $as_echo "$ac_cv_type_sigset_t" >&6; }
20298 if test "x$ac_cv_type_sigset_t" = x""yes; then
20300 cat >>confdefs.h <<_ACEOF
20301 #define HAVE_SIGSET_T 1
20302 _ACEOF
20307 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20308 $as_echo_n "checking for request_sense... " >&6; }
20309 if test "${ac_cv_type_request_sense+set}" = set; then
20310 $as_echo_n "(cached) " >&6
20311 else
20312 ac_cv_type_request_sense=no
20313 cat >conftest.$ac_ext <<_ACEOF
20314 /* confdefs.h. */
20315 _ACEOF
20316 cat confdefs.h >>conftest.$ac_ext
20317 cat >>conftest.$ac_ext <<_ACEOF
20318 /* end confdefs.h. */
20319 #include <linux/cdrom.h>
20322 main ()
20324 if (sizeof (request_sense))
20325 return 0;
20327 return 0;
20329 _ACEOF
20330 rm -f conftest.$ac_objext
20331 if { (ac_try="$ac_compile"
20332 case "(($ac_try" in
20333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20334 *) ac_try_echo=$ac_try;;
20335 esac
20336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20337 $as_echo "$ac_try_echo") >&5
20338 (eval "$ac_compile") 2>conftest.er1
20339 ac_status=$?
20340 grep -v '^ *+' conftest.er1 >conftest.err
20341 rm -f conftest.er1
20342 cat conftest.err >&5
20343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20344 (exit $ac_status); } && {
20345 test -z "$ac_c_werror_flag" ||
20346 test ! -s conftest.err
20347 } && test -s conftest.$ac_objext; then
20348 cat >conftest.$ac_ext <<_ACEOF
20349 /* confdefs.h. */
20350 _ACEOF
20351 cat confdefs.h >>conftest.$ac_ext
20352 cat >>conftest.$ac_ext <<_ACEOF
20353 /* end confdefs.h. */
20354 #include <linux/cdrom.h>
20357 main ()
20359 if (sizeof ((request_sense)))
20360 return 0;
20362 return 0;
20364 _ACEOF
20365 rm -f conftest.$ac_objext
20366 if { (ac_try="$ac_compile"
20367 case "(($ac_try" in
20368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20369 *) ac_try_echo=$ac_try;;
20370 esac
20371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20372 $as_echo "$ac_try_echo") >&5
20373 (eval "$ac_compile") 2>conftest.er1
20374 ac_status=$?
20375 grep -v '^ *+' conftest.er1 >conftest.err
20376 rm -f conftest.er1
20377 cat conftest.err >&5
20378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20379 (exit $ac_status); } && {
20380 test -z "$ac_c_werror_flag" ||
20381 test ! -s conftest.err
20382 } && test -s conftest.$ac_objext; then
20384 else
20385 $as_echo "$as_me: failed program was:" >&5
20386 sed 's/^/| /' conftest.$ac_ext >&5
20388 ac_cv_type_request_sense=yes
20391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20392 else
20393 $as_echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20401 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20402 $as_echo "$ac_cv_type_request_sense" >&6; }
20403 if test "x$ac_cv_type_request_sense" = x""yes; then
20405 cat >>confdefs.h <<_ACEOF
20406 #define HAVE_REQUEST_SENSE 1
20407 _ACEOF
20413 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20414 $as_echo_n "checking for struct xinpgen... " >&6; }
20415 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20416 $as_echo_n "(cached) " >&6
20417 else
20418 ac_cv_type_struct_xinpgen=no
20419 cat >conftest.$ac_ext <<_ACEOF
20420 /* confdefs.h. */
20421 _ACEOF
20422 cat confdefs.h >>conftest.$ac_ext
20423 cat >>conftest.$ac_ext <<_ACEOF
20424 /* end confdefs.h. */
20425 #include <sys/types.h>
20426 #ifdef HAVE_SYS_SOCKET_H
20427 #include <sys/socket.h>
20428 #endif
20429 #ifdef HAVE_SYS_SOCKETVAR_H
20430 #include <sys/socketvar.h>
20431 #endif
20432 #ifdef HAVE_NET_ROUTE_H
20433 #include <net/route.h>
20434 #endif
20435 #ifdef HAVE_NETINET_IN_H
20436 #include <netinet/in.h>
20437 #endif
20438 #ifdef HAVE_NETINET_IN_SYSTM_H
20439 #include <netinet/in_systm.h>
20440 #endif
20441 #ifdef HAVE_NETINET_IP_H
20442 #include <netinet/ip.h>
20443 #endif
20444 #ifdef HAVE_NETINET_IN_PCB_H
20445 #include <netinet/in_pcb.h>
20446 #endif
20449 main ()
20451 if (sizeof (struct xinpgen))
20452 return 0;
20454 return 0;
20456 _ACEOF
20457 rm -f conftest.$ac_objext
20458 if { (ac_try="$ac_compile"
20459 case "(($ac_try" in
20460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20461 *) ac_try_echo=$ac_try;;
20462 esac
20463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20464 $as_echo "$ac_try_echo") >&5
20465 (eval "$ac_compile") 2>conftest.er1
20466 ac_status=$?
20467 grep -v '^ *+' conftest.er1 >conftest.err
20468 rm -f conftest.er1
20469 cat conftest.err >&5
20470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20471 (exit $ac_status); } && {
20472 test -z "$ac_c_werror_flag" ||
20473 test ! -s conftest.err
20474 } && test -s conftest.$ac_objext; then
20475 cat >conftest.$ac_ext <<_ACEOF
20476 /* confdefs.h. */
20477 _ACEOF
20478 cat confdefs.h >>conftest.$ac_ext
20479 cat >>conftest.$ac_ext <<_ACEOF
20480 /* end confdefs.h. */
20481 #include <sys/types.h>
20482 #ifdef HAVE_SYS_SOCKET_H
20483 #include <sys/socket.h>
20484 #endif
20485 #ifdef HAVE_SYS_SOCKETVAR_H
20486 #include <sys/socketvar.h>
20487 #endif
20488 #ifdef HAVE_NET_ROUTE_H
20489 #include <net/route.h>
20490 #endif
20491 #ifdef HAVE_NETINET_IN_H
20492 #include <netinet/in.h>
20493 #endif
20494 #ifdef HAVE_NETINET_IN_SYSTM_H
20495 #include <netinet/in_systm.h>
20496 #endif
20497 #ifdef HAVE_NETINET_IP_H
20498 #include <netinet/ip.h>
20499 #endif
20500 #ifdef HAVE_NETINET_IN_PCB_H
20501 #include <netinet/in_pcb.h>
20502 #endif
20505 main ()
20507 if (sizeof ((struct xinpgen)))
20508 return 0;
20510 return 0;
20512 _ACEOF
20513 rm -f conftest.$ac_objext
20514 if { (ac_try="$ac_compile"
20515 case "(($ac_try" in
20516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20517 *) ac_try_echo=$ac_try;;
20518 esac
20519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20520 $as_echo "$ac_try_echo") >&5
20521 (eval "$ac_compile") 2>conftest.er1
20522 ac_status=$?
20523 grep -v '^ *+' conftest.er1 >conftest.err
20524 rm -f conftest.er1
20525 cat conftest.err >&5
20526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); } && {
20528 test -z "$ac_c_werror_flag" ||
20529 test ! -s conftest.err
20530 } && test -s conftest.$ac_objext; then
20532 else
20533 $as_echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20536 ac_cv_type_struct_xinpgen=yes
20539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20540 else
20541 $as_echo "$as_me: failed program was:" >&5
20542 sed 's/^/| /' conftest.$ac_ext >&5
20547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20549 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20550 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20551 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20553 cat >>confdefs.h <<_ACEOF
20554 #define HAVE_STRUCT_XINPGEN 1
20555 _ACEOF
20561 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20562 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20563 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20564 $as_echo_n "(cached) " >&6
20565 else
20566 cat >conftest.$ac_ext <<_ACEOF
20567 /* confdefs.h. */
20568 _ACEOF
20569 cat confdefs.h >>conftest.$ac_ext
20570 cat >>conftest.$ac_ext <<_ACEOF
20571 /* end confdefs.h. */
20572 #ifdef HAVE_LINUX_INPUT_H
20573 #include <linux/input.h>
20574 #endif
20577 main ()
20579 static struct ff_effect ac_aggr;
20580 if (ac_aggr.direction)
20581 return 0;
20583 return 0;
20585 _ACEOF
20586 rm -f conftest.$ac_objext
20587 if { (ac_try="$ac_compile"
20588 case "(($ac_try" in
20589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20590 *) ac_try_echo=$ac_try;;
20591 esac
20592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20593 $as_echo "$ac_try_echo") >&5
20594 (eval "$ac_compile") 2>conftest.er1
20595 ac_status=$?
20596 grep -v '^ *+' conftest.er1 >conftest.err
20597 rm -f conftest.er1
20598 cat conftest.err >&5
20599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && {
20601 test -z "$ac_c_werror_flag" ||
20602 test ! -s conftest.err
20603 } && test -s conftest.$ac_objext; then
20604 ac_cv_member_struct_ff_effect_direction=yes
20605 else
20606 $as_echo "$as_me: failed program was:" >&5
20607 sed 's/^/| /' conftest.$ac_ext >&5
20609 cat >conftest.$ac_ext <<_ACEOF
20610 /* confdefs.h. */
20611 _ACEOF
20612 cat confdefs.h >>conftest.$ac_ext
20613 cat >>conftest.$ac_ext <<_ACEOF
20614 /* end confdefs.h. */
20615 #ifdef HAVE_LINUX_INPUT_H
20616 #include <linux/input.h>
20617 #endif
20620 main ()
20622 static struct ff_effect ac_aggr;
20623 if (sizeof ac_aggr.direction)
20624 return 0;
20626 return 0;
20628 _ACEOF
20629 rm -f conftest.$ac_objext
20630 if { (ac_try="$ac_compile"
20631 case "(($ac_try" in
20632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20633 *) ac_try_echo=$ac_try;;
20634 esac
20635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20636 $as_echo "$ac_try_echo") >&5
20637 (eval "$ac_compile") 2>conftest.er1
20638 ac_status=$?
20639 grep -v '^ *+' conftest.er1 >conftest.err
20640 rm -f conftest.er1
20641 cat conftest.err >&5
20642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20643 (exit $ac_status); } && {
20644 test -z "$ac_c_werror_flag" ||
20645 test ! -s conftest.err
20646 } && test -s conftest.$ac_objext; then
20647 ac_cv_member_struct_ff_effect_direction=yes
20648 else
20649 $as_echo "$as_me: failed program was:" >&5
20650 sed 's/^/| /' conftest.$ac_ext >&5
20652 ac_cv_member_struct_ff_effect_direction=no
20655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20660 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20661 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20662 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20664 cat >>confdefs.h <<_ACEOF
20665 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20666 _ACEOF
20672 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20673 $as_echo_n "checking for sigaddset... " >&6; }
20674 if test "${wine_cv_have_sigaddset+set}" = set; then
20675 $as_echo_n "(cached) " >&6
20676 else
20677 cat >conftest.$ac_ext <<_ACEOF
20678 /* confdefs.h. */
20679 _ACEOF
20680 cat confdefs.h >>conftest.$ac_ext
20681 cat >>conftest.$ac_ext <<_ACEOF
20682 /* end confdefs.h. */
20683 #include <signal.h>
20685 main ()
20687 sigset_t set; sigaddset(&set,SIGTERM);
20689 return 0;
20691 _ACEOF
20692 rm -f conftest.$ac_objext conftest$ac_exeext
20693 if { (ac_try="$ac_link"
20694 case "(($ac_try" in
20695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20696 *) ac_try_echo=$ac_try;;
20697 esac
20698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20699 $as_echo "$ac_try_echo") >&5
20700 (eval "$ac_link") 2>conftest.er1
20701 ac_status=$?
20702 grep -v '^ *+' conftest.er1 >conftest.err
20703 rm -f conftest.er1
20704 cat conftest.err >&5
20705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20706 (exit $ac_status); } && {
20707 test -z "$ac_c_werror_flag" ||
20708 test ! -s conftest.err
20709 } && test -s conftest$ac_exeext && {
20710 test "$cross_compiling" = yes ||
20711 $as_test_x conftest$ac_exeext
20712 }; then
20713 wine_cv_have_sigaddset=yes
20714 else
20715 $as_echo "$as_me: failed program was:" >&5
20716 sed 's/^/| /' conftest.$ac_ext >&5
20718 wine_cv_have_sigaddset=no
20721 rm -rf conftest.dSYM
20722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20723 conftest$ac_exeext conftest.$ac_ext
20725 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20726 $as_echo "$wine_cv_have_sigaddset" >&6; }
20727 if test "$wine_cv_have_sigaddset" = "yes"
20728 then
20730 cat >>confdefs.h <<\_ACEOF
20731 #define HAVE_SIGADDSET 1
20732 _ACEOF
20737 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20738 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20739 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20740 $as_echo_n "(cached) " >&6
20741 else
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h. */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20748 #include <netdb.h>
20750 main ()
20753 char *name=0;
20754 struct hostent he;
20755 struct hostent *result;
20756 char *buf=0;
20757 int bufsize=0;
20758 int res,errnr;
20759 char *addr=0;
20760 int addrlen=0;
20761 int addrtype=0;
20762 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20763 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20766 return 0;
20768 _ACEOF
20769 rm -f conftest.$ac_objext conftest$ac_exeext
20770 if { (ac_try="$ac_link"
20771 case "(($ac_try" in
20772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20773 *) ac_try_echo=$ac_try;;
20774 esac
20775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20776 $as_echo "$ac_try_echo") >&5
20777 (eval "$ac_link") 2>conftest.er1
20778 ac_status=$?
20779 grep -v '^ *+' conftest.er1 >conftest.err
20780 rm -f conftest.er1
20781 cat conftest.err >&5
20782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); } && {
20784 test -z "$ac_c_werror_flag" ||
20785 test ! -s conftest.err
20786 } && test -s conftest$ac_exeext && {
20787 test "$cross_compiling" = yes ||
20788 $as_test_x conftest$ac_exeext
20789 }; then
20790 wine_cv_linux_gethostbyname_r_6=yes
20791 else
20792 $as_echo "$as_me: failed program was:" >&5
20793 sed 's/^/| /' conftest.$ac_ext >&5
20795 wine_cv_linux_gethostbyname_r_6=no
20799 rm -rf conftest.dSYM
20800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20801 conftest$ac_exeext conftest.$ac_ext
20804 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20805 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20806 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20807 then
20809 cat >>confdefs.h <<\_ACEOF
20810 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20811 _ACEOF
20815 if test "$ac_cv_header_linux_joystick_h" = "yes"
20816 then
20817 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20818 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20819 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20820 $as_echo_n "(cached) " >&6
20821 else
20822 cat >conftest.$ac_ext <<_ACEOF
20823 /* confdefs.h. */
20824 _ACEOF
20825 cat confdefs.h >>conftest.$ac_ext
20826 cat >>conftest.$ac_ext <<_ACEOF
20827 /* end confdefs.h. */
20829 #include <sys/ioctl.h>
20830 #include <sys/types.h>
20831 #include <linux/joystick.h>
20833 struct js_event blub;
20834 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20835 #error "no 2.2 header"
20836 #endif
20839 main ()
20841 /*empty*/
20843 return 0;
20845 _ACEOF
20846 rm -f conftest.$ac_objext
20847 if { (ac_try="$ac_compile"
20848 case "(($ac_try" in
20849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20850 *) ac_try_echo=$ac_try;;
20851 esac
20852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20853 $as_echo "$ac_try_echo") >&5
20854 (eval "$ac_compile") 2>conftest.er1
20855 ac_status=$?
20856 grep -v '^ *+' conftest.er1 >conftest.err
20857 rm -f conftest.er1
20858 cat conftest.err >&5
20859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20860 (exit $ac_status); } && {
20861 test -z "$ac_c_werror_flag" ||
20862 test ! -s conftest.err
20863 } && test -s conftest.$ac_objext; then
20864 wine_cv_linux_joystick_22_api=yes
20865 else
20866 $as_echo "$as_me: failed program was:" >&5
20867 sed 's/^/| /' conftest.$ac_ext >&5
20869 wine_cv_linux_joystick_22_api=no
20872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20875 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20876 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20877 if test "$wine_cv_linux_joystick_22_api" = "yes"
20878 then
20880 cat >>confdefs.h <<\_ACEOF
20881 #define HAVE_LINUX_22_JOYSTICK_API 1
20882 _ACEOF
20888 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20889 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20890 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20891 $as_echo_n "(cached) " >&6
20892 else
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <sys/types.h>
20900 #ifdef HAVE_SYS_PARAM_H
20901 # include <sys/param.h>
20902 #endif
20903 #ifdef HAVE_SYS_MOUNT_H
20904 # include <sys/mount.h>
20905 #endif
20906 #ifdef HAVE_SYS_VFS_H
20907 # include <sys/vfs.h>
20908 #endif
20909 #ifdef HAVE_SYS_STATFS_H
20910 # include <sys/statfs.h>
20911 #endif
20914 main ()
20916 static struct statfs ac_aggr;
20917 if (ac_aggr.f_bfree)
20918 return 0;
20920 return 0;
20922 _ACEOF
20923 rm -f conftest.$ac_objext
20924 if { (ac_try="$ac_compile"
20925 case "(($ac_try" in
20926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20927 *) ac_try_echo=$ac_try;;
20928 esac
20929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20930 $as_echo "$ac_try_echo") >&5
20931 (eval "$ac_compile") 2>conftest.er1
20932 ac_status=$?
20933 grep -v '^ *+' conftest.er1 >conftest.err
20934 rm -f conftest.er1
20935 cat conftest.err >&5
20936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); } && {
20938 test -z "$ac_c_werror_flag" ||
20939 test ! -s conftest.err
20940 } && test -s conftest.$ac_objext; then
20941 ac_cv_member_struct_statfs_f_bfree=yes
20942 else
20943 $as_echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.$ac_ext >&5
20946 cat >conftest.$ac_ext <<_ACEOF
20947 /* confdefs.h. */
20948 _ACEOF
20949 cat confdefs.h >>conftest.$ac_ext
20950 cat >>conftest.$ac_ext <<_ACEOF
20951 /* end confdefs.h. */
20952 #include <sys/types.h>
20953 #ifdef HAVE_SYS_PARAM_H
20954 # include <sys/param.h>
20955 #endif
20956 #ifdef HAVE_SYS_MOUNT_H
20957 # include <sys/mount.h>
20958 #endif
20959 #ifdef HAVE_SYS_VFS_H
20960 # include <sys/vfs.h>
20961 #endif
20962 #ifdef HAVE_SYS_STATFS_H
20963 # include <sys/statfs.h>
20964 #endif
20967 main ()
20969 static struct statfs ac_aggr;
20970 if (sizeof ac_aggr.f_bfree)
20971 return 0;
20973 return 0;
20975 _ACEOF
20976 rm -f conftest.$ac_objext
20977 if { (ac_try="$ac_compile"
20978 case "(($ac_try" in
20979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20980 *) ac_try_echo=$ac_try;;
20981 esac
20982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20983 $as_echo "$ac_try_echo") >&5
20984 (eval "$ac_compile") 2>conftest.er1
20985 ac_status=$?
20986 grep -v '^ *+' conftest.er1 >conftest.err
20987 rm -f conftest.er1
20988 cat conftest.err >&5
20989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20990 (exit $ac_status); } && {
20991 test -z "$ac_c_werror_flag" ||
20992 test ! -s conftest.err
20993 } && test -s conftest.$ac_objext; then
20994 ac_cv_member_struct_statfs_f_bfree=yes
20995 else
20996 $as_echo "$as_me: failed program was:" >&5
20997 sed 's/^/| /' conftest.$ac_ext >&5
20999 ac_cv_member_struct_statfs_f_bfree=no
21002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21007 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21008 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21009 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21011 cat >>confdefs.h <<_ACEOF
21012 #define HAVE_STRUCT_STATFS_F_BFREE 1
21013 _ACEOF
21017 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21018 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21019 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21020 $as_echo_n "(cached) " >&6
21021 else
21022 cat >conftest.$ac_ext <<_ACEOF
21023 /* confdefs.h. */
21024 _ACEOF
21025 cat confdefs.h >>conftest.$ac_ext
21026 cat >>conftest.$ac_ext <<_ACEOF
21027 /* end confdefs.h. */
21028 #include <sys/types.h>
21029 #ifdef HAVE_SYS_PARAM_H
21030 # include <sys/param.h>
21031 #endif
21032 #ifdef HAVE_SYS_MOUNT_H
21033 # include <sys/mount.h>
21034 #endif
21035 #ifdef HAVE_SYS_VFS_H
21036 # include <sys/vfs.h>
21037 #endif
21038 #ifdef HAVE_SYS_STATFS_H
21039 # include <sys/statfs.h>
21040 #endif
21043 main ()
21045 static struct statfs ac_aggr;
21046 if (ac_aggr.f_bavail)
21047 return 0;
21049 return 0;
21051 _ACEOF
21052 rm -f conftest.$ac_objext
21053 if { (ac_try="$ac_compile"
21054 case "(($ac_try" in
21055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056 *) ac_try_echo=$ac_try;;
21057 esac
21058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21059 $as_echo "$ac_try_echo") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_struct_statfs_f_bavail=yes
21071 else
21072 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 #include <sys/types.h>
21082 #ifdef HAVE_SYS_PARAM_H
21083 # include <sys/param.h>
21084 #endif
21085 #ifdef HAVE_SYS_MOUNT_H
21086 # include <sys/mount.h>
21087 #endif
21088 #ifdef HAVE_SYS_VFS_H
21089 # include <sys/vfs.h>
21090 #endif
21091 #ifdef HAVE_SYS_STATFS_H
21092 # include <sys/statfs.h>
21093 #endif
21096 main ()
21098 static struct statfs ac_aggr;
21099 if (sizeof ac_aggr.f_bavail)
21100 return 0;
21102 return 0;
21104 _ACEOF
21105 rm -f conftest.$ac_objext
21106 if { (ac_try="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21110 esac
21111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21112 $as_echo "$ac_try_echo") >&5
21113 (eval "$ac_compile") 2>conftest.er1
21114 ac_status=$?
21115 grep -v '^ *+' conftest.er1 >conftest.err
21116 rm -f conftest.er1
21117 cat conftest.err >&5
21118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } && {
21120 test -z "$ac_c_werror_flag" ||
21121 test ! -s conftest.err
21122 } && test -s conftest.$ac_objext; then
21123 ac_cv_member_struct_statfs_f_bavail=yes
21124 else
21125 $as_echo "$as_me: failed program was:" >&5
21126 sed 's/^/| /' conftest.$ac_ext >&5
21128 ac_cv_member_struct_statfs_f_bavail=no
21131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21137 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21138 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21140 cat >>confdefs.h <<_ACEOF
21141 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21142 _ACEOF
21146 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21147 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21148 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21149 $as_echo_n "(cached) " >&6
21150 else
21151 cat >conftest.$ac_ext <<_ACEOF
21152 /* confdefs.h. */
21153 _ACEOF
21154 cat confdefs.h >>conftest.$ac_ext
21155 cat >>conftest.$ac_ext <<_ACEOF
21156 /* end confdefs.h. */
21157 #include <sys/types.h>
21158 #ifdef HAVE_SYS_PARAM_H
21159 # include <sys/param.h>
21160 #endif
21161 #ifdef HAVE_SYS_MOUNT_H
21162 # include <sys/mount.h>
21163 #endif
21164 #ifdef HAVE_SYS_VFS_H
21165 # include <sys/vfs.h>
21166 #endif
21167 #ifdef HAVE_SYS_STATFS_H
21168 # include <sys/statfs.h>
21169 #endif
21172 main ()
21174 static struct statfs ac_aggr;
21175 if (ac_aggr.f_frsize)
21176 return 0;
21178 return 0;
21180 _ACEOF
21181 rm -f conftest.$ac_objext
21182 if { (ac_try="$ac_compile"
21183 case "(($ac_try" in
21184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21186 esac
21187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21188 $as_echo "$ac_try_echo") >&5
21189 (eval "$ac_compile") 2>conftest.er1
21190 ac_status=$?
21191 grep -v '^ *+' conftest.er1 >conftest.err
21192 rm -f conftest.er1
21193 cat conftest.err >&5
21194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } && {
21196 test -z "$ac_c_werror_flag" ||
21197 test ! -s conftest.err
21198 } && test -s conftest.$ac_objext; then
21199 ac_cv_member_struct_statfs_f_frsize=yes
21200 else
21201 $as_echo "$as_me: failed program was:" >&5
21202 sed 's/^/| /' conftest.$ac_ext >&5
21204 cat >conftest.$ac_ext <<_ACEOF
21205 /* confdefs.h. */
21206 _ACEOF
21207 cat confdefs.h >>conftest.$ac_ext
21208 cat >>conftest.$ac_ext <<_ACEOF
21209 /* end confdefs.h. */
21210 #include <sys/types.h>
21211 #ifdef HAVE_SYS_PARAM_H
21212 # include <sys/param.h>
21213 #endif
21214 #ifdef HAVE_SYS_MOUNT_H
21215 # include <sys/mount.h>
21216 #endif
21217 #ifdef HAVE_SYS_VFS_H
21218 # include <sys/vfs.h>
21219 #endif
21220 #ifdef HAVE_SYS_STATFS_H
21221 # include <sys/statfs.h>
21222 #endif
21225 main ()
21227 static struct statfs ac_aggr;
21228 if (sizeof ac_aggr.f_frsize)
21229 return 0;
21231 return 0;
21233 _ACEOF
21234 rm -f conftest.$ac_objext
21235 if { (ac_try="$ac_compile"
21236 case "(($ac_try" in
21237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21238 *) ac_try_echo=$ac_try;;
21239 esac
21240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21241 $as_echo "$ac_try_echo") >&5
21242 (eval "$ac_compile") 2>conftest.er1
21243 ac_status=$?
21244 grep -v '^ *+' conftest.er1 >conftest.err
21245 rm -f conftest.er1
21246 cat conftest.err >&5
21247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21248 (exit $ac_status); } && {
21249 test -z "$ac_c_werror_flag" ||
21250 test ! -s conftest.err
21251 } && test -s conftest.$ac_objext; then
21252 ac_cv_member_struct_statfs_f_frsize=yes
21253 else
21254 $as_echo "$as_me: failed program was:" >&5
21255 sed 's/^/| /' conftest.$ac_ext >&5
21257 ac_cv_member_struct_statfs_f_frsize=no
21260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21265 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21266 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21267 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21269 cat >>confdefs.h <<_ACEOF
21270 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21271 _ACEOF
21275 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21276 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21277 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21278 $as_echo_n "(cached) " >&6
21279 else
21280 cat >conftest.$ac_ext <<_ACEOF
21281 /* confdefs.h. */
21282 _ACEOF
21283 cat confdefs.h >>conftest.$ac_ext
21284 cat >>conftest.$ac_ext <<_ACEOF
21285 /* end confdefs.h. */
21286 #include <sys/types.h>
21287 #ifdef HAVE_SYS_PARAM_H
21288 # include <sys/param.h>
21289 #endif
21290 #ifdef HAVE_SYS_MOUNT_H
21291 # include <sys/mount.h>
21292 #endif
21293 #ifdef HAVE_SYS_VFS_H
21294 # include <sys/vfs.h>
21295 #endif
21296 #ifdef HAVE_SYS_STATFS_H
21297 # include <sys/statfs.h>
21298 #endif
21301 main ()
21303 static struct statfs ac_aggr;
21304 if (ac_aggr.f_ffree)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21317 $as_echo "$ac_try_echo") >&5
21318 (eval "$ac_compile") 2>conftest.er1
21319 ac_status=$?
21320 grep -v '^ *+' conftest.er1 >conftest.err
21321 rm -f conftest.er1
21322 cat conftest.err >&5
21323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21324 (exit $ac_status); } && {
21325 test -z "$ac_c_werror_flag" ||
21326 test ! -s conftest.err
21327 } && test -s conftest.$ac_objext; then
21328 ac_cv_member_struct_statfs_f_ffree=yes
21329 else
21330 $as_echo "$as_me: failed program was:" >&5
21331 sed 's/^/| /' conftest.$ac_ext >&5
21333 cat >conftest.$ac_ext <<_ACEOF
21334 /* confdefs.h. */
21335 _ACEOF
21336 cat confdefs.h >>conftest.$ac_ext
21337 cat >>conftest.$ac_ext <<_ACEOF
21338 /* end confdefs.h. */
21339 #include <sys/types.h>
21340 #ifdef HAVE_SYS_PARAM_H
21341 # include <sys/param.h>
21342 #endif
21343 #ifdef HAVE_SYS_MOUNT_H
21344 # include <sys/mount.h>
21345 #endif
21346 #ifdef HAVE_SYS_VFS_H
21347 # include <sys/vfs.h>
21348 #endif
21349 #ifdef HAVE_SYS_STATFS_H
21350 # include <sys/statfs.h>
21351 #endif
21354 main ()
21356 static struct statfs ac_aggr;
21357 if (sizeof ac_aggr.f_ffree)
21358 return 0;
21360 return 0;
21362 _ACEOF
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21367 *) ac_try_echo=$ac_try;;
21368 esac
21369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21370 $as_echo "$ac_try_echo") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_statfs_f_ffree=yes
21382 else
21383 $as_echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 ac_cv_member_struct_statfs_f_ffree=no
21389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21395 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21396 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21398 cat >>confdefs.h <<_ACEOF
21399 #define HAVE_STRUCT_STATFS_F_FFREE 1
21400 _ACEOF
21404 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21405 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21406 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21407 $as_echo_n "(cached) " >&6
21408 else
21409 cat >conftest.$ac_ext <<_ACEOF
21410 /* confdefs.h. */
21411 _ACEOF
21412 cat confdefs.h >>conftest.$ac_ext
21413 cat >>conftest.$ac_ext <<_ACEOF
21414 /* end confdefs.h. */
21415 #include <sys/types.h>
21416 #ifdef HAVE_SYS_PARAM_H
21417 # include <sys/param.h>
21418 #endif
21419 #ifdef HAVE_SYS_MOUNT_H
21420 # include <sys/mount.h>
21421 #endif
21422 #ifdef HAVE_SYS_VFS_H
21423 # include <sys/vfs.h>
21424 #endif
21425 #ifdef HAVE_SYS_STATFS_H
21426 # include <sys/statfs.h>
21427 #endif
21430 main ()
21432 static struct statfs ac_aggr;
21433 if (ac_aggr.f_favail)
21434 return 0;
21436 return 0;
21438 _ACEOF
21439 rm -f conftest.$ac_objext
21440 if { (ac_try="$ac_compile"
21441 case "(($ac_try" in
21442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21443 *) ac_try_echo=$ac_try;;
21444 esac
21445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21446 $as_echo "$ac_try_echo") >&5
21447 (eval "$ac_compile") 2>conftest.er1
21448 ac_status=$?
21449 grep -v '^ *+' conftest.er1 >conftest.err
21450 rm -f conftest.er1
21451 cat conftest.err >&5
21452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21453 (exit $ac_status); } && {
21454 test -z "$ac_c_werror_flag" ||
21455 test ! -s conftest.err
21456 } && test -s conftest.$ac_objext; then
21457 ac_cv_member_struct_statfs_f_favail=yes
21458 else
21459 $as_echo "$as_me: failed program was:" >&5
21460 sed 's/^/| /' conftest.$ac_ext >&5
21462 cat >conftest.$ac_ext <<_ACEOF
21463 /* confdefs.h. */
21464 _ACEOF
21465 cat confdefs.h >>conftest.$ac_ext
21466 cat >>conftest.$ac_ext <<_ACEOF
21467 /* end confdefs.h. */
21468 #include <sys/types.h>
21469 #ifdef HAVE_SYS_PARAM_H
21470 # include <sys/param.h>
21471 #endif
21472 #ifdef HAVE_SYS_MOUNT_H
21473 # include <sys/mount.h>
21474 #endif
21475 #ifdef HAVE_SYS_VFS_H
21476 # include <sys/vfs.h>
21477 #endif
21478 #ifdef HAVE_SYS_STATFS_H
21479 # include <sys/statfs.h>
21480 #endif
21483 main ()
21485 static struct statfs ac_aggr;
21486 if (sizeof ac_aggr.f_favail)
21487 return 0;
21489 return 0;
21491 _ACEOF
21492 rm -f conftest.$ac_objext
21493 if { (ac_try="$ac_compile"
21494 case "(($ac_try" in
21495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21496 *) ac_try_echo=$ac_try;;
21497 esac
21498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21499 $as_echo "$ac_try_echo") >&5
21500 (eval "$ac_compile") 2>conftest.er1
21501 ac_status=$?
21502 grep -v '^ *+' conftest.er1 >conftest.err
21503 rm -f conftest.er1
21504 cat conftest.err >&5
21505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21506 (exit $ac_status); } && {
21507 test -z "$ac_c_werror_flag" ||
21508 test ! -s conftest.err
21509 } && test -s conftest.$ac_objext; then
21510 ac_cv_member_struct_statfs_f_favail=yes
21511 else
21512 $as_echo "$as_me: failed program was:" >&5
21513 sed 's/^/| /' conftest.$ac_ext >&5
21515 ac_cv_member_struct_statfs_f_favail=no
21518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21523 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21524 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21525 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21527 cat >>confdefs.h <<_ACEOF
21528 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21529 _ACEOF
21533 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21534 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21535 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21536 $as_echo_n "(cached) " >&6
21537 else
21538 cat >conftest.$ac_ext <<_ACEOF
21539 /* confdefs.h. */
21540 _ACEOF
21541 cat confdefs.h >>conftest.$ac_ext
21542 cat >>conftest.$ac_ext <<_ACEOF
21543 /* end confdefs.h. */
21544 #include <sys/types.h>
21545 #ifdef HAVE_SYS_PARAM_H
21546 # include <sys/param.h>
21547 #endif
21548 #ifdef HAVE_SYS_MOUNT_H
21549 # include <sys/mount.h>
21550 #endif
21551 #ifdef HAVE_SYS_VFS_H
21552 # include <sys/vfs.h>
21553 #endif
21554 #ifdef HAVE_SYS_STATFS_H
21555 # include <sys/statfs.h>
21556 #endif
21559 main ()
21561 static struct statfs ac_aggr;
21562 if (ac_aggr.f_namelen)
21563 return 0;
21565 return 0;
21567 _ACEOF
21568 rm -f conftest.$ac_objext
21569 if { (ac_try="$ac_compile"
21570 case "(($ac_try" in
21571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21572 *) ac_try_echo=$ac_try;;
21573 esac
21574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21575 $as_echo "$ac_try_echo") >&5
21576 (eval "$ac_compile") 2>conftest.er1
21577 ac_status=$?
21578 grep -v '^ *+' conftest.er1 >conftest.err
21579 rm -f conftest.er1
21580 cat conftest.err >&5
21581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21582 (exit $ac_status); } && {
21583 test -z "$ac_c_werror_flag" ||
21584 test ! -s conftest.err
21585 } && test -s conftest.$ac_objext; then
21586 ac_cv_member_struct_statfs_f_namelen=yes
21587 else
21588 $as_echo "$as_me: failed program was:" >&5
21589 sed 's/^/| /' conftest.$ac_ext >&5
21591 cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h. */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h. */
21597 #include <sys/types.h>
21598 #ifdef HAVE_SYS_PARAM_H
21599 # include <sys/param.h>
21600 #endif
21601 #ifdef HAVE_SYS_MOUNT_H
21602 # include <sys/mount.h>
21603 #endif
21604 #ifdef HAVE_SYS_VFS_H
21605 # include <sys/vfs.h>
21606 #endif
21607 #ifdef HAVE_SYS_STATFS_H
21608 # include <sys/statfs.h>
21609 #endif
21612 main ()
21614 static struct statfs ac_aggr;
21615 if (sizeof ac_aggr.f_namelen)
21616 return 0;
21618 return 0;
21620 _ACEOF
21621 rm -f conftest.$ac_objext
21622 if { (ac_try="$ac_compile"
21623 case "(($ac_try" in
21624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625 *) ac_try_echo=$ac_try;;
21626 esac
21627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21628 $as_echo "$ac_try_echo") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1
21633 cat conftest.err >&5
21634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_statfs_f_namelen=yes
21640 else
21641 $as_echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 ac_cv_member_struct_statfs_f_namelen=no
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21652 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21653 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21654 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21656 cat >>confdefs.h <<_ACEOF
21657 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21658 _ACEOF
21664 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21665 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21666 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21667 $as_echo_n "(cached) " >&6
21668 else
21669 cat >conftest.$ac_ext <<_ACEOF
21670 /* confdefs.h. */
21671 _ACEOF
21672 cat confdefs.h >>conftest.$ac_ext
21673 cat >>conftest.$ac_ext <<_ACEOF
21674 /* end confdefs.h. */
21675 #ifdef HAVE_SYS_STATVFS_H
21676 #include <sys/statvfs.h>
21677 #endif
21680 main ()
21682 static struct statvfs ac_aggr;
21683 if (ac_aggr.f_blocks)
21684 return 0;
21686 return 0;
21688 _ACEOF
21689 rm -f conftest.$ac_objext
21690 if { (ac_try="$ac_compile"
21691 case "(($ac_try" in
21692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21693 *) ac_try_echo=$ac_try;;
21694 esac
21695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21696 $as_echo "$ac_try_echo") >&5
21697 (eval "$ac_compile") 2>conftest.er1
21698 ac_status=$?
21699 grep -v '^ *+' conftest.er1 >conftest.err
21700 rm -f conftest.er1
21701 cat conftest.err >&5
21702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21703 (exit $ac_status); } && {
21704 test -z "$ac_c_werror_flag" ||
21705 test ! -s conftest.err
21706 } && test -s conftest.$ac_objext; then
21707 ac_cv_member_struct_statvfs_f_blocks=yes
21708 else
21709 $as_echo "$as_me: failed program was:" >&5
21710 sed 's/^/| /' conftest.$ac_ext >&5
21712 cat >conftest.$ac_ext <<_ACEOF
21713 /* confdefs.h. */
21714 _ACEOF
21715 cat confdefs.h >>conftest.$ac_ext
21716 cat >>conftest.$ac_ext <<_ACEOF
21717 /* end confdefs.h. */
21718 #ifdef HAVE_SYS_STATVFS_H
21719 #include <sys/statvfs.h>
21720 #endif
21723 main ()
21725 static struct statvfs ac_aggr;
21726 if (sizeof ac_aggr.f_blocks)
21727 return 0;
21729 return 0;
21731 _ACEOF
21732 rm -f conftest.$ac_objext
21733 if { (ac_try="$ac_compile"
21734 case "(($ac_try" in
21735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21736 *) ac_try_echo=$ac_try;;
21737 esac
21738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21739 $as_echo "$ac_try_echo") >&5
21740 (eval "$ac_compile") 2>conftest.er1
21741 ac_status=$?
21742 grep -v '^ *+' conftest.er1 >conftest.err
21743 rm -f conftest.er1
21744 cat conftest.err >&5
21745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21746 (exit $ac_status); } && {
21747 test -z "$ac_c_werror_flag" ||
21748 test ! -s conftest.err
21749 } && test -s conftest.$ac_objext; then
21750 ac_cv_member_struct_statvfs_f_blocks=yes
21751 else
21752 $as_echo "$as_me: failed program was:" >&5
21753 sed 's/^/| /' conftest.$ac_ext >&5
21755 ac_cv_member_struct_statvfs_f_blocks=no
21758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21763 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21764 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21765 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21767 cat >>confdefs.h <<_ACEOF
21768 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21769 _ACEOF
21775 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21776 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21777 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21778 $as_echo_n "(cached) " >&6
21779 else
21780 cat >conftest.$ac_ext <<_ACEOF
21781 /* confdefs.h. */
21782 _ACEOF
21783 cat confdefs.h >>conftest.$ac_ext
21784 cat >>conftest.$ac_ext <<_ACEOF
21785 /* end confdefs.h. */
21786 #include <sys/types.h>
21787 #ifdef HAVE_SYS_SOCKET_H
21788 # include <sys/socket.h>
21789 #endif
21790 #ifdef HAVE_SYS_UN_H
21791 # include <sys/un.h>
21792 #endif
21795 main ()
21797 static struct msghdr ac_aggr;
21798 if (ac_aggr.msg_accrights)
21799 return 0;
21801 return 0;
21803 _ACEOF
21804 rm -f conftest.$ac_objext
21805 if { (ac_try="$ac_compile"
21806 case "(($ac_try" in
21807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21808 *) ac_try_echo=$ac_try;;
21809 esac
21810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21811 $as_echo "$ac_try_echo") >&5
21812 (eval "$ac_compile") 2>conftest.er1
21813 ac_status=$?
21814 grep -v '^ *+' conftest.er1 >conftest.err
21815 rm -f conftest.er1
21816 cat conftest.err >&5
21817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21818 (exit $ac_status); } && {
21819 test -z "$ac_c_werror_flag" ||
21820 test ! -s conftest.err
21821 } && test -s conftest.$ac_objext; then
21822 ac_cv_member_struct_msghdr_msg_accrights=yes
21823 else
21824 $as_echo "$as_me: failed program was:" >&5
21825 sed 's/^/| /' conftest.$ac_ext >&5
21827 cat >conftest.$ac_ext <<_ACEOF
21828 /* confdefs.h. */
21829 _ACEOF
21830 cat confdefs.h >>conftest.$ac_ext
21831 cat >>conftest.$ac_ext <<_ACEOF
21832 /* end confdefs.h. */
21833 #include <sys/types.h>
21834 #ifdef HAVE_SYS_SOCKET_H
21835 # include <sys/socket.h>
21836 #endif
21837 #ifdef HAVE_SYS_UN_H
21838 # include <sys/un.h>
21839 #endif
21842 main ()
21844 static struct msghdr ac_aggr;
21845 if (sizeof ac_aggr.msg_accrights)
21846 return 0;
21848 return 0;
21850 _ACEOF
21851 rm -f conftest.$ac_objext
21852 if { (ac_try="$ac_compile"
21853 case "(($ac_try" in
21854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21855 *) ac_try_echo=$ac_try;;
21856 esac
21857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21858 $as_echo "$ac_try_echo") >&5
21859 (eval "$ac_compile") 2>conftest.er1
21860 ac_status=$?
21861 grep -v '^ *+' conftest.er1 >conftest.err
21862 rm -f conftest.er1
21863 cat conftest.err >&5
21864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21865 (exit $ac_status); } && {
21866 test -z "$ac_c_werror_flag" ||
21867 test ! -s conftest.err
21868 } && test -s conftest.$ac_objext; then
21869 ac_cv_member_struct_msghdr_msg_accrights=yes
21870 else
21871 $as_echo "$as_me: failed program was:" >&5
21872 sed 's/^/| /' conftest.$ac_ext >&5
21874 ac_cv_member_struct_msghdr_msg_accrights=no
21877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21882 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21883 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21884 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21886 cat >>confdefs.h <<_ACEOF
21887 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21888 _ACEOF
21892 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21893 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21894 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21895 $as_echo_n "(cached) " >&6
21896 else
21897 cat >conftest.$ac_ext <<_ACEOF
21898 /* confdefs.h. */
21899 _ACEOF
21900 cat confdefs.h >>conftest.$ac_ext
21901 cat >>conftest.$ac_ext <<_ACEOF
21902 /* end confdefs.h. */
21903 #include <sys/types.h>
21904 #ifdef HAVE_SYS_SOCKET_H
21905 # include <sys/socket.h>
21906 #endif
21907 #ifdef HAVE_SYS_UN_H
21908 # include <sys/un.h>
21909 #endif
21912 main ()
21914 static struct sockaddr ac_aggr;
21915 if (ac_aggr.sa_len)
21916 return 0;
21918 return 0;
21920 _ACEOF
21921 rm -f conftest.$ac_objext
21922 if { (ac_try="$ac_compile"
21923 case "(($ac_try" in
21924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21925 *) ac_try_echo=$ac_try;;
21926 esac
21927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21928 $as_echo "$ac_try_echo") >&5
21929 (eval "$ac_compile") 2>conftest.er1
21930 ac_status=$?
21931 grep -v '^ *+' conftest.er1 >conftest.err
21932 rm -f conftest.er1
21933 cat conftest.err >&5
21934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21935 (exit $ac_status); } && {
21936 test -z "$ac_c_werror_flag" ||
21937 test ! -s conftest.err
21938 } && test -s conftest.$ac_objext; then
21939 ac_cv_member_struct_sockaddr_sa_len=yes
21940 else
21941 $as_echo "$as_me: failed program was:" >&5
21942 sed 's/^/| /' conftest.$ac_ext >&5
21944 cat >conftest.$ac_ext <<_ACEOF
21945 /* confdefs.h. */
21946 _ACEOF
21947 cat confdefs.h >>conftest.$ac_ext
21948 cat >>conftest.$ac_ext <<_ACEOF
21949 /* end confdefs.h. */
21950 #include <sys/types.h>
21951 #ifdef HAVE_SYS_SOCKET_H
21952 # include <sys/socket.h>
21953 #endif
21954 #ifdef HAVE_SYS_UN_H
21955 # include <sys/un.h>
21956 #endif
21959 main ()
21961 static struct sockaddr ac_aggr;
21962 if (sizeof ac_aggr.sa_len)
21963 return 0;
21965 return 0;
21967 _ACEOF
21968 rm -f conftest.$ac_objext
21969 if { (ac_try="$ac_compile"
21970 case "(($ac_try" in
21971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21972 *) ac_try_echo=$ac_try;;
21973 esac
21974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21975 $as_echo "$ac_try_echo") >&5
21976 (eval "$ac_compile") 2>conftest.er1
21977 ac_status=$?
21978 grep -v '^ *+' conftest.er1 >conftest.err
21979 rm -f conftest.er1
21980 cat conftest.err >&5
21981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21982 (exit $ac_status); } && {
21983 test -z "$ac_c_werror_flag" ||
21984 test ! -s conftest.err
21985 } && test -s conftest.$ac_objext; then
21986 ac_cv_member_struct_sockaddr_sa_len=yes
21987 else
21988 $as_echo "$as_me: failed program was:" >&5
21989 sed 's/^/| /' conftest.$ac_ext >&5
21991 ac_cv_member_struct_sockaddr_sa_len=no
21994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21999 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22000 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22001 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22003 cat >>confdefs.h <<_ACEOF
22004 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22005 _ACEOF
22009 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22010 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22011 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22012 $as_echo_n "(cached) " >&6
22013 else
22014 cat >conftest.$ac_ext <<_ACEOF
22015 /* confdefs.h. */
22016 _ACEOF
22017 cat confdefs.h >>conftest.$ac_ext
22018 cat >>conftest.$ac_ext <<_ACEOF
22019 /* end confdefs.h. */
22020 #include <sys/types.h>
22021 #ifdef HAVE_SYS_SOCKET_H
22022 # include <sys/socket.h>
22023 #endif
22024 #ifdef HAVE_SYS_UN_H
22025 # include <sys/un.h>
22026 #endif
22029 main ()
22031 static struct sockaddr_un ac_aggr;
22032 if (ac_aggr.sun_len)
22033 return 0;
22035 return 0;
22037 _ACEOF
22038 rm -f conftest.$ac_objext
22039 if { (ac_try="$ac_compile"
22040 case "(($ac_try" in
22041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22042 *) ac_try_echo=$ac_try;;
22043 esac
22044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22045 $as_echo "$ac_try_echo") >&5
22046 (eval "$ac_compile") 2>conftest.er1
22047 ac_status=$?
22048 grep -v '^ *+' conftest.er1 >conftest.err
22049 rm -f conftest.er1
22050 cat conftest.err >&5
22051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052 (exit $ac_status); } && {
22053 test -z "$ac_c_werror_flag" ||
22054 test ! -s conftest.err
22055 } && test -s conftest.$ac_objext; then
22056 ac_cv_member_struct_sockaddr_un_sun_len=yes
22057 else
22058 $as_echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22061 cat >conftest.$ac_ext <<_ACEOF
22062 /* confdefs.h. */
22063 _ACEOF
22064 cat confdefs.h >>conftest.$ac_ext
22065 cat >>conftest.$ac_ext <<_ACEOF
22066 /* end confdefs.h. */
22067 #include <sys/types.h>
22068 #ifdef HAVE_SYS_SOCKET_H
22069 # include <sys/socket.h>
22070 #endif
22071 #ifdef HAVE_SYS_UN_H
22072 # include <sys/un.h>
22073 #endif
22076 main ()
22078 static struct sockaddr_un ac_aggr;
22079 if (sizeof ac_aggr.sun_len)
22080 return 0;
22082 return 0;
22084 _ACEOF
22085 rm -f conftest.$ac_objext
22086 if { (ac_try="$ac_compile"
22087 case "(($ac_try" in
22088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22089 *) ac_try_echo=$ac_try;;
22090 esac
22091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22092 $as_echo "$ac_try_echo") >&5
22093 (eval "$ac_compile") 2>conftest.er1
22094 ac_status=$?
22095 grep -v '^ *+' conftest.er1 >conftest.err
22096 rm -f conftest.er1
22097 cat conftest.err >&5
22098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); } && {
22100 test -z "$ac_c_werror_flag" ||
22101 test ! -s conftest.err
22102 } && test -s conftest.$ac_objext; then
22103 ac_cv_member_struct_sockaddr_un_sun_len=yes
22104 else
22105 $as_echo "$as_me: failed program was:" >&5
22106 sed 's/^/| /' conftest.$ac_ext >&5
22108 ac_cv_member_struct_sockaddr_un_sun_len=no
22111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22116 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22117 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22118 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22120 cat >>confdefs.h <<_ACEOF
22121 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22122 _ACEOF
22128 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22129 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22130 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22131 $as_echo_n "(cached) " >&6
22132 else
22133 cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h. */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 #include <sys/types.h>
22140 #ifdef HAVE_SCSI_SG_H
22141 #include <scsi/sg.h>
22142 #endif
22145 main ()
22147 static scsireq_t ac_aggr;
22148 if (ac_aggr.cmd)
22149 return 0;
22151 return 0;
22153 _ACEOF
22154 rm -f conftest.$ac_objext
22155 if { (ac_try="$ac_compile"
22156 case "(($ac_try" in
22157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22158 *) ac_try_echo=$ac_try;;
22159 esac
22160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22161 $as_echo "$ac_try_echo") >&5
22162 (eval "$ac_compile") 2>conftest.er1
22163 ac_status=$?
22164 grep -v '^ *+' conftest.er1 >conftest.err
22165 rm -f conftest.er1
22166 cat conftest.err >&5
22167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22168 (exit $ac_status); } && {
22169 test -z "$ac_c_werror_flag" ||
22170 test ! -s conftest.err
22171 } && test -s conftest.$ac_objext; then
22172 ac_cv_member_scsireq_t_cmd=yes
22173 else
22174 $as_echo "$as_me: failed program was:" >&5
22175 sed 's/^/| /' conftest.$ac_ext >&5
22177 cat >conftest.$ac_ext <<_ACEOF
22178 /* confdefs.h. */
22179 _ACEOF
22180 cat confdefs.h >>conftest.$ac_ext
22181 cat >>conftest.$ac_ext <<_ACEOF
22182 /* end confdefs.h. */
22183 #include <sys/types.h>
22184 #ifdef HAVE_SCSI_SG_H
22185 #include <scsi/sg.h>
22186 #endif
22189 main ()
22191 static scsireq_t ac_aggr;
22192 if (sizeof ac_aggr.cmd)
22193 return 0;
22195 return 0;
22197 _ACEOF
22198 rm -f conftest.$ac_objext
22199 if { (ac_try="$ac_compile"
22200 case "(($ac_try" in
22201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22202 *) ac_try_echo=$ac_try;;
22203 esac
22204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22205 $as_echo "$ac_try_echo") >&5
22206 (eval "$ac_compile") 2>conftest.er1
22207 ac_status=$?
22208 grep -v '^ *+' conftest.er1 >conftest.err
22209 rm -f conftest.er1
22210 cat conftest.err >&5
22211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212 (exit $ac_status); } && {
22213 test -z "$ac_c_werror_flag" ||
22214 test ! -s conftest.err
22215 } && test -s conftest.$ac_objext; then
22216 ac_cv_member_scsireq_t_cmd=yes
22217 else
22218 $as_echo "$as_me: failed program was:" >&5
22219 sed 's/^/| /' conftest.$ac_ext >&5
22221 ac_cv_member_scsireq_t_cmd=no
22224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22229 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22230 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22231 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22233 cat >>confdefs.h <<_ACEOF
22234 #define HAVE_SCSIREQ_T_CMD 1
22235 _ACEOF
22239 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22240 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22241 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22242 $as_echo_n "(cached) " >&6
22243 else
22244 cat >conftest.$ac_ext <<_ACEOF
22245 /* confdefs.h. */
22246 _ACEOF
22247 cat confdefs.h >>conftest.$ac_ext
22248 cat >>conftest.$ac_ext <<_ACEOF
22249 /* end confdefs.h. */
22250 #include <sys/types.h>
22251 #ifdef HAVE_SCSI_SG_H
22252 #include <scsi/sg.h>
22253 #endif
22256 main ()
22258 static sg_io_hdr_t ac_aggr;
22259 if (ac_aggr.interface_id)
22260 return 0;
22262 return 0;
22264 _ACEOF
22265 rm -f conftest.$ac_objext
22266 if { (ac_try="$ac_compile"
22267 case "(($ac_try" in
22268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22269 *) ac_try_echo=$ac_try;;
22270 esac
22271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22272 $as_echo "$ac_try_echo") >&5
22273 (eval "$ac_compile") 2>conftest.er1
22274 ac_status=$?
22275 grep -v '^ *+' conftest.er1 >conftest.err
22276 rm -f conftest.er1
22277 cat conftest.err >&5
22278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22279 (exit $ac_status); } && {
22280 test -z "$ac_c_werror_flag" ||
22281 test ! -s conftest.err
22282 } && test -s conftest.$ac_objext; then
22283 ac_cv_member_sg_io_hdr_t_interface_id=yes
22284 else
22285 $as_echo "$as_me: failed program was:" >&5
22286 sed 's/^/| /' conftest.$ac_ext >&5
22288 cat >conftest.$ac_ext <<_ACEOF
22289 /* confdefs.h. */
22290 _ACEOF
22291 cat confdefs.h >>conftest.$ac_ext
22292 cat >>conftest.$ac_ext <<_ACEOF
22293 /* end confdefs.h. */
22294 #include <sys/types.h>
22295 #ifdef HAVE_SCSI_SG_H
22296 #include <scsi/sg.h>
22297 #endif
22300 main ()
22302 static sg_io_hdr_t ac_aggr;
22303 if (sizeof ac_aggr.interface_id)
22304 return 0;
22306 return 0;
22308 _ACEOF
22309 rm -f conftest.$ac_objext
22310 if { (ac_try="$ac_compile"
22311 case "(($ac_try" in
22312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22313 *) ac_try_echo=$ac_try;;
22314 esac
22315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22316 $as_echo "$ac_try_echo") >&5
22317 (eval "$ac_compile") 2>conftest.er1
22318 ac_status=$?
22319 grep -v '^ *+' conftest.er1 >conftest.err
22320 rm -f conftest.er1
22321 cat conftest.err >&5
22322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22323 (exit $ac_status); } && {
22324 test -z "$ac_c_werror_flag" ||
22325 test ! -s conftest.err
22326 } && test -s conftest.$ac_objext; then
22327 ac_cv_member_sg_io_hdr_t_interface_id=yes
22328 else
22329 $as_echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22332 ac_cv_member_sg_io_hdr_t_interface_id=no
22335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22340 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22341 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22342 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22344 cat >>confdefs.h <<_ACEOF
22345 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22346 _ACEOF
22352 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22353 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22354 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22355 $as_echo_n "(cached) " >&6
22356 else
22357 cat >conftest.$ac_ext <<_ACEOF
22358 /* confdefs.h. */
22359 _ACEOF
22360 cat confdefs.h >>conftest.$ac_ext
22361 cat >>conftest.$ac_ext <<_ACEOF
22362 /* end confdefs.h. */
22363 #include <signal.h>
22366 main ()
22368 static siginfo_t ac_aggr;
22369 if (ac_aggr.si_fd)
22370 return 0;
22372 return 0;
22374 _ACEOF
22375 rm -f conftest.$ac_objext
22376 if { (ac_try="$ac_compile"
22377 case "(($ac_try" in
22378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22379 *) ac_try_echo=$ac_try;;
22380 esac
22381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22382 $as_echo "$ac_try_echo") >&5
22383 (eval "$ac_compile") 2>conftest.er1
22384 ac_status=$?
22385 grep -v '^ *+' conftest.er1 >conftest.err
22386 rm -f conftest.er1
22387 cat conftest.err >&5
22388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22389 (exit $ac_status); } && {
22390 test -z "$ac_c_werror_flag" ||
22391 test ! -s conftest.err
22392 } && test -s conftest.$ac_objext; then
22393 ac_cv_member_siginfo_t_si_fd=yes
22394 else
22395 $as_echo "$as_me: failed program was:" >&5
22396 sed 's/^/| /' conftest.$ac_ext >&5
22398 cat >conftest.$ac_ext <<_ACEOF
22399 /* confdefs.h. */
22400 _ACEOF
22401 cat confdefs.h >>conftest.$ac_ext
22402 cat >>conftest.$ac_ext <<_ACEOF
22403 /* end confdefs.h. */
22404 #include <signal.h>
22407 main ()
22409 static siginfo_t ac_aggr;
22410 if (sizeof ac_aggr.si_fd)
22411 return 0;
22413 return 0;
22415 _ACEOF
22416 rm -f conftest.$ac_objext
22417 if { (ac_try="$ac_compile"
22418 case "(($ac_try" in
22419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22420 *) ac_try_echo=$ac_try;;
22421 esac
22422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22423 $as_echo "$ac_try_echo") >&5
22424 (eval "$ac_compile") 2>conftest.er1
22425 ac_status=$?
22426 grep -v '^ *+' conftest.er1 >conftest.err
22427 rm -f conftest.er1
22428 cat conftest.err >&5
22429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22430 (exit $ac_status); } && {
22431 test -z "$ac_c_werror_flag" ||
22432 test ! -s conftest.err
22433 } && test -s conftest.$ac_objext; then
22434 ac_cv_member_siginfo_t_si_fd=yes
22435 else
22436 $as_echo "$as_me: failed program was:" >&5
22437 sed 's/^/| /' conftest.$ac_ext >&5
22439 ac_cv_member_siginfo_t_si_fd=no
22442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22447 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22448 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22449 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22451 cat >>confdefs.h <<_ACEOF
22452 #define HAVE_SIGINFO_T_SI_FD 1
22453 _ACEOF
22459 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22460 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22461 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22462 $as_echo_n "(cached) " >&6
22463 else
22464 cat >conftest.$ac_ext <<_ACEOF
22465 /* confdefs.h. */
22466 _ACEOF
22467 cat confdefs.h >>conftest.$ac_ext
22468 cat >>conftest.$ac_ext <<_ACEOF
22469 /* end confdefs.h. */
22470 #include <sys/types.h>
22471 #ifdef HAVE_SYS_MTIO_H
22472 #include <sys/mtio.h>
22473 #endif
22476 main ()
22478 static struct mtget ac_aggr;
22479 if (ac_aggr.mt_blksiz)
22480 return 0;
22482 return 0;
22484 _ACEOF
22485 rm -f conftest.$ac_objext
22486 if { (ac_try="$ac_compile"
22487 case "(($ac_try" in
22488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22489 *) ac_try_echo=$ac_try;;
22490 esac
22491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22492 $as_echo "$ac_try_echo") >&5
22493 (eval "$ac_compile") 2>conftest.er1
22494 ac_status=$?
22495 grep -v '^ *+' conftest.er1 >conftest.err
22496 rm -f conftest.er1
22497 cat conftest.err >&5
22498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22499 (exit $ac_status); } && {
22500 test -z "$ac_c_werror_flag" ||
22501 test ! -s conftest.err
22502 } && test -s conftest.$ac_objext; then
22503 ac_cv_member_struct_mtget_mt_blksiz=yes
22504 else
22505 $as_echo "$as_me: failed program was:" >&5
22506 sed 's/^/| /' conftest.$ac_ext >&5
22508 cat >conftest.$ac_ext <<_ACEOF
22509 /* confdefs.h. */
22510 _ACEOF
22511 cat confdefs.h >>conftest.$ac_ext
22512 cat >>conftest.$ac_ext <<_ACEOF
22513 /* end confdefs.h. */
22514 #include <sys/types.h>
22515 #ifdef HAVE_SYS_MTIO_H
22516 #include <sys/mtio.h>
22517 #endif
22520 main ()
22522 static struct mtget ac_aggr;
22523 if (sizeof ac_aggr.mt_blksiz)
22524 return 0;
22526 return 0;
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (ac_try="$ac_compile"
22531 case "(($ac_try" in
22532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22533 *) ac_try_echo=$ac_try;;
22534 esac
22535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22536 $as_echo "$ac_try_echo") >&5
22537 (eval "$ac_compile") 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } && {
22544 test -z "$ac_c_werror_flag" ||
22545 test ! -s conftest.err
22546 } && test -s conftest.$ac_objext; then
22547 ac_cv_member_struct_mtget_mt_blksiz=yes
22548 else
22549 $as_echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22552 ac_cv_member_struct_mtget_mt_blksiz=no
22555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22560 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22561 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22562 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22564 cat >>confdefs.h <<_ACEOF
22565 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22566 _ACEOF
22570 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22571 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22572 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22573 $as_echo_n "(cached) " >&6
22574 else
22575 cat >conftest.$ac_ext <<_ACEOF
22576 /* confdefs.h. */
22577 _ACEOF
22578 cat confdefs.h >>conftest.$ac_ext
22579 cat >>conftest.$ac_ext <<_ACEOF
22580 /* end confdefs.h. */
22581 #include <sys/types.h>
22582 #ifdef HAVE_SYS_MTIO_H
22583 #include <sys/mtio.h>
22584 #endif
22587 main ()
22589 static struct mtget ac_aggr;
22590 if (ac_aggr.mt_gstat)
22591 return 0;
22593 return 0;
22595 _ACEOF
22596 rm -f conftest.$ac_objext
22597 if { (ac_try="$ac_compile"
22598 case "(($ac_try" in
22599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22600 *) ac_try_echo=$ac_try;;
22601 esac
22602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22603 $as_echo "$ac_try_echo") >&5
22604 (eval "$ac_compile") 2>conftest.er1
22605 ac_status=$?
22606 grep -v '^ *+' conftest.er1 >conftest.err
22607 rm -f conftest.er1
22608 cat conftest.err >&5
22609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22610 (exit $ac_status); } && {
22611 test -z "$ac_c_werror_flag" ||
22612 test ! -s conftest.err
22613 } && test -s conftest.$ac_objext; then
22614 ac_cv_member_struct_mtget_mt_gstat=yes
22615 else
22616 $as_echo "$as_me: failed program was:" >&5
22617 sed 's/^/| /' conftest.$ac_ext >&5
22619 cat >conftest.$ac_ext <<_ACEOF
22620 /* confdefs.h. */
22621 _ACEOF
22622 cat confdefs.h >>conftest.$ac_ext
22623 cat >>conftest.$ac_ext <<_ACEOF
22624 /* end confdefs.h. */
22625 #include <sys/types.h>
22626 #ifdef HAVE_SYS_MTIO_H
22627 #include <sys/mtio.h>
22628 #endif
22631 main ()
22633 static struct mtget ac_aggr;
22634 if (sizeof ac_aggr.mt_gstat)
22635 return 0;
22637 return 0;
22639 _ACEOF
22640 rm -f conftest.$ac_objext
22641 if { (ac_try="$ac_compile"
22642 case "(($ac_try" in
22643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22644 *) ac_try_echo=$ac_try;;
22645 esac
22646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22647 $as_echo "$ac_try_echo") >&5
22648 (eval "$ac_compile") 2>conftest.er1
22649 ac_status=$?
22650 grep -v '^ *+' conftest.er1 >conftest.err
22651 rm -f conftest.er1
22652 cat conftest.err >&5
22653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); } && {
22655 test -z "$ac_c_werror_flag" ||
22656 test ! -s conftest.err
22657 } && test -s conftest.$ac_objext; then
22658 ac_cv_member_struct_mtget_mt_gstat=yes
22659 else
22660 $as_echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22663 ac_cv_member_struct_mtget_mt_gstat=no
22666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22672 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22673 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22675 cat >>confdefs.h <<_ACEOF
22676 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22677 _ACEOF
22681 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22682 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22683 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22684 $as_echo_n "(cached) " >&6
22685 else
22686 cat >conftest.$ac_ext <<_ACEOF
22687 /* confdefs.h. */
22688 _ACEOF
22689 cat confdefs.h >>conftest.$ac_ext
22690 cat >>conftest.$ac_ext <<_ACEOF
22691 /* end confdefs.h. */
22692 #include <sys/types.h>
22693 #ifdef HAVE_SYS_MTIO_H
22694 #include <sys/mtio.h>
22695 #endif
22698 main ()
22700 static struct mtget ac_aggr;
22701 if (ac_aggr.mt_blkno)
22702 return 0;
22704 return 0;
22706 _ACEOF
22707 rm -f conftest.$ac_objext
22708 if { (ac_try="$ac_compile"
22709 case "(($ac_try" in
22710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22711 *) ac_try_echo=$ac_try;;
22712 esac
22713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22714 $as_echo "$ac_try_echo") >&5
22715 (eval "$ac_compile") 2>conftest.er1
22716 ac_status=$?
22717 grep -v '^ *+' conftest.er1 >conftest.err
22718 rm -f conftest.er1
22719 cat conftest.err >&5
22720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22721 (exit $ac_status); } && {
22722 test -z "$ac_c_werror_flag" ||
22723 test ! -s conftest.err
22724 } && test -s conftest.$ac_objext; then
22725 ac_cv_member_struct_mtget_mt_blkno=yes
22726 else
22727 $as_echo "$as_me: failed program was:" >&5
22728 sed 's/^/| /' conftest.$ac_ext >&5
22730 cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h. */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h. */
22736 #include <sys/types.h>
22737 #ifdef HAVE_SYS_MTIO_H
22738 #include <sys/mtio.h>
22739 #endif
22742 main ()
22744 static struct mtget ac_aggr;
22745 if (sizeof ac_aggr.mt_blkno)
22746 return 0;
22748 return 0;
22750 _ACEOF
22751 rm -f conftest.$ac_objext
22752 if { (ac_try="$ac_compile"
22753 case "(($ac_try" in
22754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22756 esac
22757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22758 $as_echo "$ac_try_echo") >&5
22759 (eval "$ac_compile") 2>conftest.er1
22760 ac_status=$?
22761 grep -v '^ *+' conftest.er1 >conftest.err
22762 rm -f conftest.er1
22763 cat conftest.err >&5
22764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765 (exit $ac_status); } && {
22766 test -z "$ac_c_werror_flag" ||
22767 test ! -s conftest.err
22768 } && test -s conftest.$ac_objext; then
22769 ac_cv_member_struct_mtget_mt_blkno=yes
22770 else
22771 $as_echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 ac_cv_member_struct_mtget_mt_blkno=no
22777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22782 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22783 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22784 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22786 cat >>confdefs.h <<_ACEOF
22787 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22788 _ACEOF
22794 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22795 $as_echo_n "checking for struct option.name... " >&6; }
22796 if test "${ac_cv_member_struct_option_name+set}" = set; then
22797 $as_echo_n "(cached) " >&6
22798 else
22799 cat >conftest.$ac_ext <<_ACEOF
22800 /* confdefs.h. */
22801 _ACEOF
22802 cat confdefs.h >>conftest.$ac_ext
22803 cat >>conftest.$ac_ext <<_ACEOF
22804 /* end confdefs.h. */
22805 #ifdef HAVE_GETOPT_H
22806 #include <getopt.h>
22807 #endif
22810 main ()
22812 static struct option ac_aggr;
22813 if (ac_aggr.name)
22814 return 0;
22816 return 0;
22818 _ACEOF
22819 rm -f conftest.$ac_objext
22820 if { (ac_try="$ac_compile"
22821 case "(($ac_try" in
22822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22823 *) ac_try_echo=$ac_try;;
22824 esac
22825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22826 $as_echo "$ac_try_echo") >&5
22827 (eval "$ac_compile") 2>conftest.er1
22828 ac_status=$?
22829 grep -v '^ *+' conftest.er1 >conftest.err
22830 rm -f conftest.er1
22831 cat conftest.err >&5
22832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22833 (exit $ac_status); } && {
22834 test -z "$ac_c_werror_flag" ||
22835 test ! -s conftest.err
22836 } && test -s conftest.$ac_objext; then
22837 ac_cv_member_struct_option_name=yes
22838 else
22839 $as_echo "$as_me: failed program was:" >&5
22840 sed 's/^/| /' conftest.$ac_ext >&5
22842 cat >conftest.$ac_ext <<_ACEOF
22843 /* confdefs.h. */
22844 _ACEOF
22845 cat confdefs.h >>conftest.$ac_ext
22846 cat >>conftest.$ac_ext <<_ACEOF
22847 /* end confdefs.h. */
22848 #ifdef HAVE_GETOPT_H
22849 #include <getopt.h>
22850 #endif
22853 main ()
22855 static struct option ac_aggr;
22856 if (sizeof ac_aggr.name)
22857 return 0;
22859 return 0;
22861 _ACEOF
22862 rm -f conftest.$ac_objext
22863 if { (ac_try="$ac_compile"
22864 case "(($ac_try" in
22865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22866 *) ac_try_echo=$ac_try;;
22867 esac
22868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22869 $as_echo "$ac_try_echo") >&5
22870 (eval "$ac_compile") 2>conftest.er1
22871 ac_status=$?
22872 grep -v '^ *+' conftest.er1 >conftest.err
22873 rm -f conftest.er1
22874 cat conftest.err >&5
22875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); } && {
22877 test -z "$ac_c_werror_flag" ||
22878 test ! -s conftest.err
22879 } && test -s conftest.$ac_objext; then
22880 ac_cv_member_struct_option_name=yes
22881 else
22882 $as_echo "$as_me: failed program was:" >&5
22883 sed 's/^/| /' conftest.$ac_ext >&5
22885 ac_cv_member_struct_option_name=no
22888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22893 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22894 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22895 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22897 cat >>confdefs.h <<_ACEOF
22898 #define HAVE_STRUCT_OPTION_NAME 1
22899 _ACEOF
22905 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22906 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22907 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22908 $as_echo_n "(cached) " >&6
22909 else
22910 cat >conftest.$ac_ext <<_ACEOF
22911 /* confdefs.h. */
22912 _ACEOF
22913 cat confdefs.h >>conftest.$ac_ext
22914 cat >>conftest.$ac_ext <<_ACEOF
22915 /* end confdefs.h. */
22916 $ac_includes_default
22918 main ()
22920 static struct stat ac_aggr;
22921 if (ac_aggr.st_blocks)
22922 return 0;
22924 return 0;
22926 _ACEOF
22927 rm -f conftest.$ac_objext
22928 if { (ac_try="$ac_compile"
22929 case "(($ac_try" in
22930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22931 *) ac_try_echo=$ac_try;;
22932 esac
22933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22934 $as_echo "$ac_try_echo") >&5
22935 (eval "$ac_compile") 2>conftest.er1
22936 ac_status=$?
22937 grep -v '^ *+' conftest.er1 >conftest.err
22938 rm -f conftest.er1
22939 cat conftest.err >&5
22940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22941 (exit $ac_status); } && {
22942 test -z "$ac_c_werror_flag" ||
22943 test ! -s conftest.err
22944 } && test -s conftest.$ac_objext; then
22945 ac_cv_member_struct_stat_st_blocks=yes
22946 else
22947 $as_echo "$as_me: failed program was:" >&5
22948 sed 's/^/| /' conftest.$ac_ext >&5
22950 cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h. */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h. */
22956 $ac_includes_default
22958 main ()
22960 static struct stat ac_aggr;
22961 if (sizeof ac_aggr.st_blocks)
22962 return 0;
22964 return 0;
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22972 esac
22973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22974 $as_echo "$ac_try_echo") >&5
22975 (eval "$ac_compile") 2>conftest.er1
22976 ac_status=$?
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
22980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } && {
22982 test -z "$ac_c_werror_flag" ||
22983 test ! -s conftest.err
22984 } && test -s conftest.$ac_objext; then
22985 ac_cv_member_struct_stat_st_blocks=yes
22986 else
22987 $as_echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22990 ac_cv_member_struct_stat_st_blocks=no
22993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22998 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22999 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23000 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23002 cat >>confdefs.h <<_ACEOF
23003 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23004 _ACEOF
23008 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23009 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23010 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23011 $as_echo_n "(cached) " >&6
23012 else
23013 cat >conftest.$ac_ext <<_ACEOF
23014 /* confdefs.h. */
23015 _ACEOF
23016 cat confdefs.h >>conftest.$ac_ext
23017 cat >>conftest.$ac_ext <<_ACEOF
23018 /* end confdefs.h. */
23019 $ac_includes_default
23021 main ()
23023 static struct stat ac_aggr;
23024 if (ac_aggr.st_mtim)
23025 return 0;
23027 return 0;
23029 _ACEOF
23030 rm -f conftest.$ac_objext
23031 if { (ac_try="$ac_compile"
23032 case "(($ac_try" in
23033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23034 *) ac_try_echo=$ac_try;;
23035 esac
23036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23037 $as_echo "$ac_try_echo") >&5
23038 (eval "$ac_compile") 2>conftest.er1
23039 ac_status=$?
23040 grep -v '^ *+' conftest.er1 >conftest.err
23041 rm -f conftest.er1
23042 cat conftest.err >&5
23043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23044 (exit $ac_status); } && {
23045 test -z "$ac_c_werror_flag" ||
23046 test ! -s conftest.err
23047 } && test -s conftest.$ac_objext; then
23048 ac_cv_member_struct_stat_st_mtim=yes
23049 else
23050 $as_echo "$as_me: failed program was:" >&5
23051 sed 's/^/| /' conftest.$ac_ext >&5
23053 cat >conftest.$ac_ext <<_ACEOF
23054 /* confdefs.h. */
23055 _ACEOF
23056 cat confdefs.h >>conftest.$ac_ext
23057 cat >>conftest.$ac_ext <<_ACEOF
23058 /* end confdefs.h. */
23059 $ac_includes_default
23061 main ()
23063 static struct stat ac_aggr;
23064 if (sizeof ac_aggr.st_mtim)
23065 return 0;
23067 return 0;
23069 _ACEOF
23070 rm -f conftest.$ac_objext
23071 if { (ac_try="$ac_compile"
23072 case "(($ac_try" in
23073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23074 *) ac_try_echo=$ac_try;;
23075 esac
23076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23077 $as_echo "$ac_try_echo") >&5
23078 (eval "$ac_compile") 2>conftest.er1
23079 ac_status=$?
23080 grep -v '^ *+' conftest.er1 >conftest.err
23081 rm -f conftest.er1
23082 cat conftest.err >&5
23083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); } && {
23085 test -z "$ac_c_werror_flag" ||
23086 test ! -s conftest.err
23087 } && test -s conftest.$ac_objext; then
23088 ac_cv_member_struct_stat_st_mtim=yes
23089 else
23090 $as_echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23093 ac_cv_member_struct_stat_st_mtim=no
23096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23101 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23102 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23103 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23105 cat >>confdefs.h <<_ACEOF
23106 #define HAVE_STRUCT_STAT_ST_MTIM 1
23107 _ACEOF
23111 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23112 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23113 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23114 $as_echo_n "(cached) " >&6
23115 else
23116 cat >conftest.$ac_ext <<_ACEOF
23117 /* confdefs.h. */
23118 _ACEOF
23119 cat confdefs.h >>conftest.$ac_ext
23120 cat >>conftest.$ac_ext <<_ACEOF
23121 /* end confdefs.h. */
23122 $ac_includes_default
23124 main ()
23126 static struct stat ac_aggr;
23127 if (ac_aggr.st_ctim)
23128 return 0;
23130 return 0;
23132 _ACEOF
23133 rm -f conftest.$ac_objext
23134 if { (ac_try="$ac_compile"
23135 case "(($ac_try" in
23136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23137 *) ac_try_echo=$ac_try;;
23138 esac
23139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23140 $as_echo "$ac_try_echo") >&5
23141 (eval "$ac_compile") 2>conftest.er1
23142 ac_status=$?
23143 grep -v '^ *+' conftest.er1 >conftest.err
23144 rm -f conftest.er1
23145 cat conftest.err >&5
23146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); } && {
23148 test -z "$ac_c_werror_flag" ||
23149 test ! -s conftest.err
23150 } && test -s conftest.$ac_objext; then
23151 ac_cv_member_struct_stat_st_ctim=yes
23152 else
23153 $as_echo "$as_me: failed program was:" >&5
23154 sed 's/^/| /' conftest.$ac_ext >&5
23156 cat >conftest.$ac_ext <<_ACEOF
23157 /* confdefs.h. */
23158 _ACEOF
23159 cat confdefs.h >>conftest.$ac_ext
23160 cat >>conftest.$ac_ext <<_ACEOF
23161 /* end confdefs.h. */
23162 $ac_includes_default
23164 main ()
23166 static struct stat ac_aggr;
23167 if (sizeof ac_aggr.st_ctim)
23168 return 0;
23170 return 0;
23172 _ACEOF
23173 rm -f conftest.$ac_objext
23174 if { (ac_try="$ac_compile"
23175 case "(($ac_try" in
23176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177 *) ac_try_echo=$ac_try;;
23178 esac
23179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23180 $as_echo "$ac_try_echo") >&5
23181 (eval "$ac_compile") 2>conftest.er1
23182 ac_status=$?
23183 grep -v '^ *+' conftest.er1 >conftest.err
23184 rm -f conftest.er1
23185 cat conftest.err >&5
23186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); } && {
23188 test -z "$ac_c_werror_flag" ||
23189 test ! -s conftest.err
23190 } && test -s conftest.$ac_objext; then
23191 ac_cv_member_struct_stat_st_ctim=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 ac_cv_member_struct_stat_st_ctim=no
23199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23204 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23205 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23206 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23208 cat >>confdefs.h <<_ACEOF
23209 #define HAVE_STRUCT_STAT_ST_CTIM 1
23210 _ACEOF
23214 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23215 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23216 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23217 $as_echo_n "(cached) " >&6
23218 else
23219 cat >conftest.$ac_ext <<_ACEOF
23220 /* confdefs.h. */
23221 _ACEOF
23222 cat confdefs.h >>conftest.$ac_ext
23223 cat >>conftest.$ac_ext <<_ACEOF
23224 /* end confdefs.h. */
23225 $ac_includes_default
23227 main ()
23229 static struct stat ac_aggr;
23230 if (ac_aggr.st_atim)
23231 return 0;
23233 return 0;
23235 _ACEOF
23236 rm -f conftest.$ac_objext
23237 if { (ac_try="$ac_compile"
23238 case "(($ac_try" in
23239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23240 *) ac_try_echo=$ac_try;;
23241 esac
23242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23243 $as_echo "$ac_try_echo") >&5
23244 (eval "$ac_compile") 2>conftest.er1
23245 ac_status=$?
23246 grep -v '^ *+' conftest.er1 >conftest.err
23247 rm -f conftest.er1
23248 cat conftest.err >&5
23249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23250 (exit $ac_status); } && {
23251 test -z "$ac_c_werror_flag" ||
23252 test ! -s conftest.err
23253 } && test -s conftest.$ac_objext; then
23254 ac_cv_member_struct_stat_st_atim=yes
23255 else
23256 $as_echo "$as_me: failed program was:" >&5
23257 sed 's/^/| /' conftest.$ac_ext >&5
23259 cat >conftest.$ac_ext <<_ACEOF
23260 /* confdefs.h. */
23261 _ACEOF
23262 cat confdefs.h >>conftest.$ac_ext
23263 cat >>conftest.$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23265 $ac_includes_default
23267 main ()
23269 static struct stat ac_aggr;
23270 if (sizeof ac_aggr.st_atim)
23271 return 0;
23273 return 0;
23275 _ACEOF
23276 rm -f conftest.$ac_objext
23277 if { (ac_try="$ac_compile"
23278 case "(($ac_try" in
23279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23280 *) ac_try_echo=$ac_try;;
23281 esac
23282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23283 $as_echo "$ac_try_echo") >&5
23284 (eval "$ac_compile") 2>conftest.er1
23285 ac_status=$?
23286 grep -v '^ *+' conftest.er1 >conftest.err
23287 rm -f conftest.er1
23288 cat conftest.err >&5
23289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23290 (exit $ac_status); } && {
23291 test -z "$ac_c_werror_flag" ||
23292 test ! -s conftest.err
23293 } && test -s conftest.$ac_objext; then
23294 ac_cv_member_struct_stat_st_atim=yes
23295 else
23296 $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23299 ac_cv_member_struct_stat_st_atim=no
23302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23307 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23308 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23309 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23311 cat >>confdefs.h <<_ACEOF
23312 #define HAVE_STRUCT_STAT_ST_ATIM 1
23313 _ACEOF
23319 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23320 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23321 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23322 $as_echo_n "(cached) " >&6
23323 else
23324 cat >conftest.$ac_ext <<_ACEOF
23325 /* confdefs.h. */
23326 _ACEOF
23327 cat confdefs.h >>conftest.$ac_ext
23328 cat >>conftest.$ac_ext <<_ACEOF
23329 /* end confdefs.h. */
23330 #ifdef HAVE_SYS_TYPES_H
23331 #include <sys/types.h>
23332 #endif
23333 #ifdef HAVE_NETINET_IN_H
23334 #include <netinet/in.h>
23335 #endif
23338 main ()
23340 static struct sockaddr_in6 ac_aggr;
23341 if (ac_aggr.sin6_scope_id)
23342 return 0;
23344 return 0;
23346 _ACEOF
23347 rm -f conftest.$ac_objext
23348 if { (ac_try="$ac_compile"
23349 case "(($ac_try" in
23350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23351 *) ac_try_echo=$ac_try;;
23352 esac
23353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23354 $as_echo "$ac_try_echo") >&5
23355 (eval "$ac_compile") 2>conftest.er1
23356 ac_status=$?
23357 grep -v '^ *+' conftest.er1 >conftest.err
23358 rm -f conftest.er1
23359 cat conftest.err >&5
23360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23361 (exit $ac_status); } && {
23362 test -z "$ac_c_werror_flag" ||
23363 test ! -s conftest.err
23364 } && test -s conftest.$ac_objext; then
23365 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23366 else
23367 $as_echo "$as_me: failed program was:" >&5
23368 sed 's/^/| /' conftest.$ac_ext >&5
23370 cat >conftest.$ac_ext <<_ACEOF
23371 /* confdefs.h. */
23372 _ACEOF
23373 cat confdefs.h >>conftest.$ac_ext
23374 cat >>conftest.$ac_ext <<_ACEOF
23375 /* end confdefs.h. */
23376 #ifdef HAVE_SYS_TYPES_H
23377 #include <sys/types.h>
23378 #endif
23379 #ifdef HAVE_NETINET_IN_H
23380 #include <netinet/in.h>
23381 #endif
23384 main ()
23386 static struct sockaddr_in6 ac_aggr;
23387 if (sizeof ac_aggr.sin6_scope_id)
23388 return 0;
23390 return 0;
23392 _ACEOF
23393 rm -f conftest.$ac_objext
23394 if { (ac_try="$ac_compile"
23395 case "(($ac_try" in
23396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23397 *) ac_try_echo=$ac_try;;
23398 esac
23399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23400 $as_echo "$ac_try_echo") >&5
23401 (eval "$ac_compile") 2>conftest.er1
23402 ac_status=$?
23403 grep -v '^ *+' conftest.er1 >conftest.err
23404 rm -f conftest.er1
23405 cat conftest.err >&5
23406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23407 (exit $ac_status); } && {
23408 test -z "$ac_c_werror_flag" ||
23409 test ! -s conftest.err
23410 } && test -s conftest.$ac_objext; then
23411 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23412 else
23413 $as_echo "$as_me: failed program was:" >&5
23414 sed 's/^/| /' conftest.$ac_ext >&5
23416 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23424 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23425 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23426 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23428 cat >>confdefs.h <<_ACEOF
23429 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23430 _ACEOF
23436 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23437 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23438 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23439 $as_echo_n "(cached) " >&6
23440 else
23441 cat >conftest.$ac_ext <<_ACEOF
23442 /* confdefs.h. */
23443 _ACEOF
23444 cat confdefs.h >>conftest.$ac_ext
23445 cat >>conftest.$ac_ext <<_ACEOF
23446 /* end confdefs.h. */
23447 #ifdef HAVE_SYS_TYPES_H
23448 #include <sys/types.h>
23449 #endif
23450 #ifdef HAVE_NETINET_IN_H
23451 # include <netinet/in.h>
23452 #endif
23453 #ifdef HAVE_ARPA_NAMESER_H
23454 # include <arpa/nameser.h>
23455 #endif
23458 main ()
23460 static ns_msg ac_aggr;
23461 if (ac_aggr._msg_ptr)
23462 return 0;
23464 return 0;
23466 _ACEOF
23467 rm -f conftest.$ac_objext
23468 if { (ac_try="$ac_compile"
23469 case "(($ac_try" in
23470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23471 *) ac_try_echo=$ac_try;;
23472 esac
23473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23474 $as_echo "$ac_try_echo") >&5
23475 (eval "$ac_compile") 2>conftest.er1
23476 ac_status=$?
23477 grep -v '^ *+' conftest.er1 >conftest.err
23478 rm -f conftest.er1
23479 cat conftest.err >&5
23480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23481 (exit $ac_status); } && {
23482 test -z "$ac_c_werror_flag" ||
23483 test ! -s conftest.err
23484 } && test -s conftest.$ac_objext; then
23485 ac_cv_member_ns_msg__msg_ptr=yes
23486 else
23487 $as_echo "$as_me: failed program was:" >&5
23488 sed 's/^/| /' conftest.$ac_ext >&5
23490 cat >conftest.$ac_ext <<_ACEOF
23491 /* confdefs.h. */
23492 _ACEOF
23493 cat confdefs.h >>conftest.$ac_ext
23494 cat >>conftest.$ac_ext <<_ACEOF
23495 /* end confdefs.h. */
23496 #ifdef HAVE_SYS_TYPES_H
23497 #include <sys/types.h>
23498 #endif
23499 #ifdef HAVE_NETINET_IN_H
23500 # include <netinet/in.h>
23501 #endif
23502 #ifdef HAVE_ARPA_NAMESER_H
23503 # include <arpa/nameser.h>
23504 #endif
23507 main ()
23509 static ns_msg ac_aggr;
23510 if (sizeof ac_aggr._msg_ptr)
23511 return 0;
23513 return 0;
23515 _ACEOF
23516 rm -f conftest.$ac_objext
23517 if { (ac_try="$ac_compile"
23518 case "(($ac_try" in
23519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23520 *) ac_try_echo=$ac_try;;
23521 esac
23522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23523 $as_echo "$ac_try_echo") >&5
23524 (eval "$ac_compile") 2>conftest.er1
23525 ac_status=$?
23526 grep -v '^ *+' conftest.er1 >conftest.err
23527 rm -f conftest.er1
23528 cat conftest.err >&5
23529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23530 (exit $ac_status); } && {
23531 test -z "$ac_c_werror_flag" ||
23532 test ! -s conftest.err
23533 } && test -s conftest.$ac_objext; then
23534 ac_cv_member_ns_msg__msg_ptr=yes
23535 else
23536 $as_echo "$as_me: failed program was:" >&5
23537 sed 's/^/| /' conftest.$ac_ext >&5
23539 ac_cv_member_ns_msg__msg_ptr=no
23542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23547 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23548 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23549 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23551 cat >>confdefs.h <<_ACEOF
23552 #define HAVE_NS_MSG__MSG_PTR 1
23553 _ACEOF
23559 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23560 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23561 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23562 $as_echo_n "(cached) " >&6
23563 else
23564 cat >conftest.$ac_ext <<_ACEOF
23565 /* confdefs.h. */
23566 _ACEOF
23567 cat confdefs.h >>conftest.$ac_ext
23568 cat >>conftest.$ac_ext <<_ACEOF
23569 /* end confdefs.h. */
23570 #ifdef HAVE_SYS_TYPES_H
23571 #include <sys/types.h>
23572 #endif
23573 #ifdef HAVE_ALIAS_H
23574 #include <alias.h>
23575 #endif
23576 #ifdef HAVE_SYS_SOCKET_H
23577 #include <sys/socket.h>
23578 #endif
23579 #ifdef HAVE_SYS_SOCKETVAR_H
23580 #include <sys/socketvar.h>
23581 #endif
23582 #ifdef HAVE_SYS_TIMEOUT_H
23583 #include <sys/timeout.h>
23584 #endif
23585 #ifdef HAVE_NETINET_IN_H
23586 #include <netinet/in.h>
23587 #endif
23588 #ifdef HAVE_NETINET_IN_SYSTM_H
23589 #include <netinet/in_systm.h>
23590 #endif
23591 #ifdef HAVE_NETINET_IP_H
23592 #include <netinet/ip.h>
23593 #endif
23594 #ifdef HAVE_NETINET_IP_VAR_H
23595 #include <netinet/ip_var.h>
23596 #endif
23597 #ifdef HAVE_NETINET_IP_ICMP_H
23598 #include <netinet/ip_icmp.h>
23599 #endif
23600 #ifdef HAVE_NETINET_ICMP_VAR
23601 #include <netinet/icmp_var.h>
23602 #endif
23605 main ()
23607 static struct icmpstat ac_aggr;
23608 if (ac_aggr.icps_outhist)
23609 return 0;
23611 return 0;
23613 _ACEOF
23614 rm -f conftest.$ac_objext
23615 if { (ac_try="$ac_compile"
23616 case "(($ac_try" in
23617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23618 *) ac_try_echo=$ac_try;;
23619 esac
23620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23621 $as_echo "$ac_try_echo") >&5
23622 (eval "$ac_compile") 2>conftest.er1
23623 ac_status=$?
23624 grep -v '^ *+' conftest.er1 >conftest.err
23625 rm -f conftest.er1
23626 cat conftest.err >&5
23627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23628 (exit $ac_status); } && {
23629 test -z "$ac_c_werror_flag" ||
23630 test ! -s conftest.err
23631 } && test -s conftest.$ac_objext; then
23632 ac_cv_member_struct_icmpstat_icps_outhist=yes
23633 else
23634 $as_echo "$as_me: failed program was:" >&5
23635 sed 's/^/| /' conftest.$ac_ext >&5
23637 cat >conftest.$ac_ext <<_ACEOF
23638 /* confdefs.h. */
23639 _ACEOF
23640 cat confdefs.h >>conftest.$ac_ext
23641 cat >>conftest.$ac_ext <<_ACEOF
23642 /* end confdefs.h. */
23643 #ifdef HAVE_SYS_TYPES_H
23644 #include <sys/types.h>
23645 #endif
23646 #ifdef HAVE_ALIAS_H
23647 #include <alias.h>
23648 #endif
23649 #ifdef HAVE_SYS_SOCKET_H
23650 #include <sys/socket.h>
23651 #endif
23652 #ifdef HAVE_SYS_SOCKETVAR_H
23653 #include <sys/socketvar.h>
23654 #endif
23655 #ifdef HAVE_SYS_TIMEOUT_H
23656 #include <sys/timeout.h>
23657 #endif
23658 #ifdef HAVE_NETINET_IN_H
23659 #include <netinet/in.h>
23660 #endif
23661 #ifdef HAVE_NETINET_IN_SYSTM_H
23662 #include <netinet/in_systm.h>
23663 #endif
23664 #ifdef HAVE_NETINET_IP_H
23665 #include <netinet/ip.h>
23666 #endif
23667 #ifdef HAVE_NETINET_IP_VAR_H
23668 #include <netinet/ip_var.h>
23669 #endif
23670 #ifdef HAVE_NETINET_IP_ICMP_H
23671 #include <netinet/ip_icmp.h>
23672 #endif
23673 #ifdef HAVE_NETINET_ICMP_VAR
23674 #include <netinet/icmp_var.h>
23675 #endif
23678 main ()
23680 static struct icmpstat ac_aggr;
23681 if (sizeof ac_aggr.icps_outhist)
23682 return 0;
23684 return 0;
23686 _ACEOF
23687 rm -f conftest.$ac_objext
23688 if { (ac_try="$ac_compile"
23689 case "(($ac_try" in
23690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23691 *) ac_try_echo=$ac_try;;
23692 esac
23693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23694 $as_echo "$ac_try_echo") >&5
23695 (eval "$ac_compile") 2>conftest.er1
23696 ac_status=$?
23697 grep -v '^ *+' conftest.er1 >conftest.err
23698 rm -f conftest.er1
23699 cat conftest.err >&5
23700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23701 (exit $ac_status); } && {
23702 test -z "$ac_c_werror_flag" ||
23703 test ! -s conftest.err
23704 } && test -s conftest.$ac_objext; then
23705 ac_cv_member_struct_icmpstat_icps_outhist=yes
23706 else
23707 $as_echo "$as_me: failed program was:" >&5
23708 sed 's/^/| /' conftest.$ac_ext >&5
23710 ac_cv_member_struct_icmpstat_icps_outhist=no
23713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23718 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23719 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23720 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23722 cat >>confdefs.h <<_ACEOF
23723 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23724 _ACEOF
23730 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23731 $as_echo_n "checking for timezone variable... " >&6; }
23732 if test "${ac_cv_have_timezone+set}" = set; then
23733 $as_echo_n "(cached) " >&6
23734 else
23735 cat >conftest.$ac_ext <<_ACEOF
23736 /* confdefs.h. */
23737 _ACEOF
23738 cat confdefs.h >>conftest.$ac_ext
23739 cat >>conftest.$ac_ext <<_ACEOF
23740 /* end confdefs.h. */
23741 #include <time.h>
23743 main ()
23745 timezone = 1
23747 return 0;
23749 _ACEOF
23750 rm -f conftest.$ac_objext conftest$ac_exeext
23751 if { (ac_try="$ac_link"
23752 case "(($ac_try" in
23753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23754 *) ac_try_echo=$ac_try;;
23755 esac
23756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23757 $as_echo "$ac_try_echo") >&5
23758 (eval "$ac_link") 2>conftest.er1
23759 ac_status=$?
23760 grep -v '^ *+' conftest.er1 >conftest.err
23761 rm -f conftest.er1
23762 cat conftest.err >&5
23763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23764 (exit $ac_status); } && {
23765 test -z "$ac_c_werror_flag" ||
23766 test ! -s conftest.err
23767 } && test -s conftest$ac_exeext && {
23768 test "$cross_compiling" = yes ||
23769 $as_test_x conftest$ac_exeext
23770 }; then
23771 ac_cv_have_timezone="yes"
23772 else
23773 $as_echo "$as_me: failed program was:" >&5
23774 sed 's/^/| /' conftest.$ac_ext >&5
23776 ac_cv_have_timezone="no"
23779 rm -rf conftest.dSYM
23780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23781 conftest$ac_exeext conftest.$ac_ext
23783 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23784 $as_echo "$ac_cv_have_timezone" >&6; }
23785 if test "$ac_cv_have_timezone" = "yes"
23786 then
23788 cat >>confdefs.h <<\_ACEOF
23789 #define HAVE_TIMEZONE 1
23790 _ACEOF
23793 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23794 $as_echo_n "checking for daylight variable... " >&6; }
23795 if test "${ac_cv_have_daylight+set}" = set; then
23796 $as_echo_n "(cached) " >&6
23797 else
23798 cat >conftest.$ac_ext <<_ACEOF
23799 /* confdefs.h. */
23800 _ACEOF
23801 cat confdefs.h >>conftest.$ac_ext
23802 cat >>conftest.$ac_ext <<_ACEOF
23803 /* end confdefs.h. */
23804 #include <time.h>
23806 main ()
23808 daylight = 1
23810 return 0;
23812 _ACEOF
23813 rm -f conftest.$ac_objext conftest$ac_exeext
23814 if { (ac_try="$ac_link"
23815 case "(($ac_try" in
23816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23817 *) ac_try_echo=$ac_try;;
23818 esac
23819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23820 $as_echo "$ac_try_echo") >&5
23821 (eval "$ac_link") 2>conftest.er1
23822 ac_status=$?
23823 grep -v '^ *+' conftest.er1 >conftest.err
23824 rm -f conftest.er1
23825 cat conftest.err >&5
23826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23827 (exit $ac_status); } && {
23828 test -z "$ac_c_werror_flag" ||
23829 test ! -s conftest.err
23830 } && test -s conftest$ac_exeext && {
23831 test "$cross_compiling" = yes ||
23832 $as_test_x conftest$ac_exeext
23833 }; then
23834 ac_cv_have_daylight="yes"
23835 else
23836 $as_echo "$as_me: failed program was:" >&5
23837 sed 's/^/| /' conftest.$ac_ext >&5
23839 ac_cv_have_daylight="no"
23842 rm -rf conftest.dSYM
23843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23844 conftest$ac_exeext conftest.$ac_ext
23846 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23847 $as_echo "$ac_cv_have_daylight" >&6; }
23848 if test "$ac_cv_have_daylight" = "yes"
23849 then
23851 cat >>confdefs.h <<\_ACEOF
23852 #define HAVE_DAYLIGHT 1
23853 _ACEOF
23857 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23858 $as_echo_n "checking for isinf... " >&6; }
23859 if test "${ac_cv_have_isinf+set}" = set; then
23860 $as_echo_n "(cached) " >&6
23861 else
23862 cat >conftest.$ac_ext <<_ACEOF
23863 /* confdefs.h. */
23864 _ACEOF
23865 cat confdefs.h >>conftest.$ac_ext
23866 cat >>conftest.$ac_ext <<_ACEOF
23867 /* end confdefs.h. */
23868 #include <math.h>
23870 main ()
23872 float f = 0.0; int i=isinf(f)
23874 return 0;
23876 _ACEOF
23877 rm -f conftest.$ac_objext conftest$ac_exeext
23878 if { (ac_try="$ac_link"
23879 case "(($ac_try" in
23880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23881 *) ac_try_echo=$ac_try;;
23882 esac
23883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23884 $as_echo "$ac_try_echo") >&5
23885 (eval "$ac_link") 2>conftest.er1
23886 ac_status=$?
23887 grep -v '^ *+' conftest.er1 >conftest.err
23888 rm -f conftest.er1
23889 cat conftest.err >&5
23890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23891 (exit $ac_status); } && {
23892 test -z "$ac_c_werror_flag" ||
23893 test ! -s conftest.err
23894 } && test -s conftest$ac_exeext && {
23895 test "$cross_compiling" = yes ||
23896 $as_test_x conftest$ac_exeext
23897 }; then
23898 ac_cv_have_isinf="yes"
23899 else
23900 $as_echo "$as_me: failed program was:" >&5
23901 sed 's/^/| /' conftest.$ac_ext >&5
23903 ac_cv_have_isinf="no"
23906 rm -rf conftest.dSYM
23907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23908 conftest$ac_exeext conftest.$ac_ext
23910 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23911 $as_echo "$ac_cv_have_isinf" >&6; }
23912 if test "$ac_cv_have_isinf" = "yes"
23913 then
23915 cat >>confdefs.h <<\_ACEOF
23916 #define HAVE_ISINF 1
23917 _ACEOF
23921 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23922 $as_echo_n "checking for isnan... " >&6; }
23923 if test "${ac_cv_have_isnan+set}" = set; then
23924 $as_echo_n "(cached) " >&6
23925 else
23926 cat >conftest.$ac_ext <<_ACEOF
23927 /* confdefs.h. */
23928 _ACEOF
23929 cat confdefs.h >>conftest.$ac_ext
23930 cat >>conftest.$ac_ext <<_ACEOF
23931 /* end confdefs.h. */
23932 #include <math.h>
23934 main ()
23936 float f = 0.0; int i=isnan(f)
23938 return 0;
23940 _ACEOF
23941 rm -f conftest.$ac_objext conftest$ac_exeext
23942 if { (ac_try="$ac_link"
23943 case "(($ac_try" in
23944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23945 *) ac_try_echo=$ac_try;;
23946 esac
23947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23948 $as_echo "$ac_try_echo") >&5
23949 (eval "$ac_link") 2>conftest.er1
23950 ac_status=$?
23951 grep -v '^ *+' conftest.er1 >conftest.err
23952 rm -f conftest.er1
23953 cat conftest.err >&5
23954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23955 (exit $ac_status); } && {
23956 test -z "$ac_c_werror_flag" ||
23957 test ! -s conftest.err
23958 } && test -s conftest$ac_exeext && {
23959 test "$cross_compiling" = yes ||
23960 $as_test_x conftest$ac_exeext
23961 }; then
23962 ac_cv_have_isnan="yes"
23963 else
23964 $as_echo "$as_me: failed program was:" >&5
23965 sed 's/^/| /' conftest.$ac_ext >&5
23967 ac_cv_have_isnan="no"
23970 rm -rf conftest.dSYM
23971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23972 conftest$ac_exeext conftest.$ac_ext
23974 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23975 $as_echo "$ac_cv_have_isnan" >&6; }
23976 if test "$ac_cv_have_isnan" = "yes"
23977 then
23979 cat >>confdefs.h <<\_ACEOF
23980 #define HAVE_ISNAN 1
23981 _ACEOF
23986 case $host_cpu in
23987 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23988 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23989 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23990 $as_echo_n "(cached) " >&6
23991 else
23992 cat >conftest.$ac_ext <<_ACEOF
23993 /* confdefs.h. */
23994 _ACEOF
23995 cat confdefs.h >>conftest.$ac_ext
23996 cat >>conftest.$ac_ext <<_ACEOF
23997 /* end confdefs.h. */
23998 #ifndef __i386__
24000 #endif
24001 _ACEOF
24002 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24003 $EGREP "yes" >/dev/null 2>&1; then
24004 ac_cv_cpp_def___i386__=yes
24005 else
24006 ac_cv_cpp_def___i386__=no
24008 rm -f conftest*
24011 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24012 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24013 if test $ac_cv_cpp_def___i386__ = yes; then
24014 CFLAGS="$CFLAGS -D__i386__"
24015 LINTFLAGS="$LINTFLAGS -D__i386__"
24018 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24019 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24020 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24021 $as_echo_n "(cached) " >&6
24022 else
24023 cat >conftest.$ac_ext <<_ACEOF
24024 /* confdefs.h. */
24025 _ACEOF
24026 cat confdefs.h >>conftest.$ac_ext
24027 cat >>conftest.$ac_ext <<_ACEOF
24028 /* end confdefs.h. */
24029 #ifndef __x86_64__
24031 #endif
24032 _ACEOF
24033 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24034 $EGREP "yes" >/dev/null 2>&1; then
24035 ac_cv_cpp_def___x86_64__=yes
24036 else
24037 ac_cv_cpp_def___x86_64__=no
24039 rm -f conftest*
24042 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24043 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24044 if test $ac_cv_cpp_def___x86_64__ = yes; then
24045 CFLAGS="$CFLAGS -D__x86_64__"
24046 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24049 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24050 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24051 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24052 $as_echo_n "(cached) " >&6
24053 else
24054 cat >conftest.$ac_ext <<_ACEOF
24055 /* confdefs.h. */
24056 _ACEOF
24057 cat confdefs.h >>conftest.$ac_ext
24058 cat >>conftest.$ac_ext <<_ACEOF
24059 /* end confdefs.h. */
24060 #ifndef __ALPHA__
24062 #endif
24063 _ACEOF
24064 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24065 $EGREP "yes" >/dev/null 2>&1; then
24066 ac_cv_cpp_def___ALPHA__=yes
24067 else
24068 ac_cv_cpp_def___ALPHA__=no
24070 rm -f conftest*
24073 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24074 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24075 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24076 CFLAGS="$CFLAGS -D__ALPHA__"
24077 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24080 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24081 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24082 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24083 $as_echo_n "(cached) " >&6
24084 else
24085 cat >conftest.$ac_ext <<_ACEOF
24086 /* confdefs.h. */
24087 _ACEOF
24088 cat confdefs.h >>conftest.$ac_ext
24089 cat >>conftest.$ac_ext <<_ACEOF
24090 /* end confdefs.h. */
24091 #ifndef __sparc__
24093 #endif
24094 _ACEOF
24095 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24096 $EGREP "yes" >/dev/null 2>&1; then
24097 ac_cv_cpp_def___sparc__=yes
24098 else
24099 ac_cv_cpp_def___sparc__=no
24101 rm -f conftest*
24104 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24105 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24106 if test $ac_cv_cpp_def___sparc__ = yes; then
24107 CFLAGS="$CFLAGS -D__sparc__"
24108 LINTFLAGS="$LINTFLAGS -D__sparc__"
24111 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24112 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24113 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24114 $as_echo_n "(cached) " >&6
24115 else
24116 cat >conftest.$ac_ext <<_ACEOF
24117 /* confdefs.h. */
24118 _ACEOF
24119 cat confdefs.h >>conftest.$ac_ext
24120 cat >>conftest.$ac_ext <<_ACEOF
24121 /* end confdefs.h. */
24122 #ifndef __powerpc__
24124 #endif
24125 _ACEOF
24126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24127 $EGREP "yes" >/dev/null 2>&1; then
24128 ac_cv_cpp_def___powerpc__=yes
24129 else
24130 ac_cv_cpp_def___powerpc__=no
24132 rm -f conftest*
24135 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24136 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24137 if test $ac_cv_cpp_def___powerpc__ = yes; then
24138 CFLAGS="$CFLAGS -D__powerpc__"
24139 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24142 esac
24144 case $host_vendor in
24145 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24146 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24147 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24148 $as_echo_n "(cached) " >&6
24149 else
24150 cat >conftest.$ac_ext <<_ACEOF
24151 /* confdefs.h. */
24152 _ACEOF
24153 cat confdefs.h >>conftest.$ac_ext
24154 cat >>conftest.$ac_ext <<_ACEOF
24155 /* end confdefs.h. */
24156 #ifndef __sun__
24158 #endif
24159 _ACEOF
24160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24161 $EGREP "yes" >/dev/null 2>&1; then
24162 ac_cv_cpp_def___sun__=yes
24163 else
24164 ac_cv_cpp_def___sun__=no
24166 rm -f conftest*
24169 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24170 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24171 if test $ac_cv_cpp_def___sun__ = yes; then
24172 CFLAGS="$CFLAGS -D__sun__"
24173 LINTFLAGS="$LINTFLAGS -D__sun__"
24176 esac
24179 DEPENDENCIES="### Dependencies:
24181 .INIT: Makefile
24182 .BEGIN: Makefile
24183 .MAKEFILEDEPS:
24184 Makefile: dummy
24185 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24187 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24188 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24189 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24190 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24191 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24194 ALL_MAKERULES=""
24196 ALL_MAKEFILES=""
24198 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24201 ALL_TOP_DIRS=""
24203 ALL_DLL_DIRS=""
24205 ALL_IMPLIB_DIRS=""
24207 ALL_TEST_DIRS=""
24209 ALL_PROGRAM_DIRS=""
24211 ALL_PROGRAM_INSTALL_DIRS=""
24213 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24219 ac_config_commands="$ac_config_commands include/stamp-h"
24222 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24224 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24226 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24228 ac_config_commands="$ac_config_commands dlls/user32/resources"
24230 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24232 ac_config_commands="$ac_config_commands include/wine"
24235 ALL_MAKERULES="$ALL_MAKERULES \\
24236 Make.rules"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 Make.rules: Make.rules.in"
24239 MAKE_RULES=Make.rules
24240 ac_config_files="$ac_config_files Make.rules"
24242 ALL_MAKERULES="$ALL_MAKERULES \\
24243 dlls/Makedll.rules"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24246 MAKE_DLL_RULES=dlls/Makedll.rules
24247 ac_config_files="$ac_config_files dlls/Makedll.rules"
24249 ALL_MAKERULES="$ALL_MAKERULES \\
24250 dlls/Makeimplib.rules"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24253 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24254 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24256 ALL_MAKERULES="$ALL_MAKERULES \\
24257 dlls/Maketest.rules"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24260 MAKE_TEST_RULES=dlls/Maketest.rules
24261 ac_config_files="$ac_config_files dlls/Maketest.rules"
24263 ALL_MAKERULES="$ALL_MAKERULES \\
24264 programs/Makeprog.rules"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24267 MAKE_PROG_RULES=programs/Makeprog.rules
24268 ac_config_files="$ac_config_files programs/Makeprog.rules"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 Makefile: Makefile.in Make.rules"
24275 ac_config_files="$ac_config_files Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/Makefile"
24279 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24280 dlls"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/Makefile: dlls/Makefile.in Make.rules"
24283 ac_config_files="$ac_config_files dlls/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/acledit/Makefile"
24287 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24288 acledit"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24291 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/aclui/Makefile"
24295 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 aclui"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/activeds/Makefile"
24303 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 activeds"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24307 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/actxprxy/Makefile"
24311 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 actxprxy"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/adsiid/Makefile"
24319 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24320 adsiid"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24323 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/advapi32/Makefile"
24327 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 advapi32"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/advapi32/tests/Makefile"
24335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24336 advapi32/tests"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24339 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/advpack/Makefile"
24343 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 advpack"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/advpack/tests/Makefile"
24351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24352 advpack/tests"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24355 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/amstream/Makefile"
24359 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 amstream"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/amstream/tests/Makefile"
24367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24368 amstream/tests"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24371 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/appwiz.cpl/Makefile"
24375 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 appwiz.cpl"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/atl/Makefile"
24383 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 atl"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/atl/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/authz/Makefile"
24391 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 authz"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/authz/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/avicap32/Makefile"
24399 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 avicap32"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/avifil32/Makefile"
24407 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 avifil32"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/avifile.dll16/Makefile"
24415 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 avifile.dll16"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/bcrypt/Makefile"
24423 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 bcrypt"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/browseui/Makefile"
24431 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 browseui"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/browseui/tests/Makefile"
24439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24440 browseui/tests"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24443 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/cabinet/Makefile"
24447 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 cabinet"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/cabinet/tests/Makefile"
24455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24456 cabinet/tests"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24459 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/capi2032/Makefile"
24463 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 capi2032"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/cards/Makefile"
24471 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 cards"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/cards/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/cfgmgr32/Makefile"
24479 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 cfgmgr32"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/clusapi/Makefile"
24487 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 clusapi"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/comcat/Makefile"
24495 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 comcat"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/comcat/tests/Makefile"
24503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24504 comcat/tests"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24507 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/comctl32/Makefile"
24511 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 comctl32"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/comctl32/tests/Makefile"
24519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24520 comctl32/tests"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24523 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/comdlg32/Makefile"
24527 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 comdlg32"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/comdlg32/tests/Makefile"
24535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24536 comdlg32/tests"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24539 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/comm.drv16/Makefile"
24543 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 comm.drv16"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/compobj.dll16/Makefile"
24551 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 compobj.dll16"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/compstui/Makefile"
24559 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 compstui"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/credui/Makefile"
24567 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 credui"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/credui/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/credui/tests/Makefile"
24575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24576 credui/tests"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24579 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/crtdll/Makefile"
24583 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 crtdll"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/crypt32/Makefile"
24591 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 crypt32"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/crypt32/tests/Makefile"
24599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24600 crypt32/tests"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24603 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/cryptdlg/Makefile"
24607 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 cryptdlg"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/cryptdll/Makefile"
24615 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 cryptdll"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/cryptnet/Makefile"
24623 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 cryptnet"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/cryptnet/tests/Makefile"
24631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24632 cryptnet/tests"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24635 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/cryptui/Makefile"
24639 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 cryptui"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/cryptui/tests/Makefile"
24647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24648 cryptui/tests"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24651 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/ctapi32/Makefile"
24655 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 ctapi32"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/ctl3d.dll16/Makefile"
24663 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 ctl3d.dll16"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/ctl3d32/Makefile"
24671 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 ctl3d32"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/ctl3dv2.dll16/Makefile"
24679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 ctl3dv2.dll16"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/d3d10/Makefile"
24687 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 d3d10"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/d3d10/tests/Makefile"
24695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24696 d3d10/tests"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24699 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/d3d10core/Makefile"
24703 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 d3d10core"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/d3d10core/tests/Makefile"
24711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24712 d3d10core/tests"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24715 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/d3d8/Makefile"
24719 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 d3d8"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/d3d8/tests/Makefile"
24727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24728 d3d8/tests"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24731 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/d3d9/Makefile"
24735 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 d3d9"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/d3d9/tests/Makefile"
24743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24744 d3d9/tests"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24747 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/d3dim/Makefile"
24751 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 d3dim"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/d3drm/Makefile"
24759 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 d3drm"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/d3drm/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 d3drm/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/d3dx8/Makefile"
24775 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 d3dx8"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/d3dx8/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 d3dx8/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/d3dx9_24/Makefile"
24791 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 d3dx9_24"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/d3dx9_25/Makefile"
24799 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 d3dx9_25"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/d3dx9_26/Makefile"
24807 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 d3dx9_26"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/d3dx9_27/Makefile"
24815 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 d3dx9_27"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/d3dx9_28/Makefile"
24823 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 d3dx9_28"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/d3dx9_29/Makefile"
24831 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 d3dx9_29"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/d3dx9_30/Makefile"
24839 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 d3dx9_30"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/d3dx9_31/Makefile"
24847 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 d3dx9_31"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/d3dx9_32/Makefile"
24855 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 d3dx9_32"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/d3dx9_33/Makefile"
24863 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 d3dx9_33"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/d3dx9_34/Makefile"
24871 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 d3dx9_34"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/d3dx9_35/Makefile"
24879 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 d3dx9_35"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/d3dx9_36/Makefile"
24887 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 d3dx9_36"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/d3dx9_36/tests/Makefile"
24895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24896 d3dx9_36/tests"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24899 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/d3dx9_37/Makefile"
24903 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 d3dx9_37"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/d3dx9_38/Makefile"
24911 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 d3dx9_38"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/d3dx9_39/Makefile"
24919 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 d3dx9_39"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/d3dx9_40/Makefile"
24927 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 d3dx9_40"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/d3dx9_41/Makefile"
24935 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 d3dx9_41"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/d3dxof/Makefile"
24943 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 d3dxof"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/d3dxof/tests/Makefile"
24951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24952 d3dxof/tests"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24955 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/dbghelp/Makefile"
24959 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 dbghelp"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/dciman32/Makefile"
24967 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 dciman32"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/ddraw/Makefile"
24975 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 ddraw"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/ddraw/tests/Makefile"
24983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24984 ddraw/tests"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24987 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/ddrawex/Makefile"
24991 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 ddrawex"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/ddrawex/tests/Makefile"
24999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25000 ddrawex/tests"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25003 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/devenum/Makefile"
25007 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 devenum"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/dinput/Makefile"
25015 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 dinput"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/dinput/tests/Makefile"
25023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25024 dinput/tests"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25027 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/dinput8/Makefile"
25031 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 dinput8"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/dispdib.dll16/Makefile"
25039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 dispdib.dll16"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/display.drv16/Makefile"
25047 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 display.drv16"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/dmband/Makefile"
25055 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 dmband"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/dmcompos/Makefile"
25063 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 dmcompos"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/dmime/Makefile"
25071 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 dmime"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/dmloader/Makefile"
25079 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 dmloader"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/dmscript/Makefile"
25087 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 dmscript"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/dmstyle/Makefile"
25095 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 dmstyle"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/dmsynth/Makefile"
25103 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 dmsynth"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/dmusic/Makefile"
25111 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 dmusic"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/dmusic32/Makefile"
25119 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 dmusic32"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/dnsapi/Makefile"
25127 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 dnsapi"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/dnsapi/tests/Makefile"
25135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25136 dnsapi/tests"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25139 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/dplay/Makefile"
25143 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 dplay"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/dplayx/Makefile"
25151 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 dplayx"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/dplayx/tests/Makefile"
25159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25160 dplayx/tests"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25163 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/dpnaddr/Makefile"
25167 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 dpnaddr"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/dpnet/Makefile"
25175 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 dpnet"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/dpnhpast/Makefile"
25183 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 dpnhpast"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/dpnlobby/Makefile"
25191 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 dpnlobby"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/dpwsockx/Makefile"
25199 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 dpwsockx"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/dsound/Makefile"
25207 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 dsound"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/dsound/tests/Makefile"
25215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25216 dsound/tests"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25219 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dssenh/Makefile"
25223 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 dssenh"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dswave/Makefile"
25231 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dswave"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/dwmapi/Makefile"
25239 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 dwmapi"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/dxdiagn/Makefile"
25247 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 dxdiagn"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/dxerr8/Makefile"
25255 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25256 dxerr8"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25259 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/dxerr9/Makefile"
25263 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25264 dxerr9"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25267 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/dxgi/Makefile"
25271 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 dxgi"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/dxgi/tests/Makefile"
25279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25280 dxgi/tests"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25283 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/dxguid/Makefile"
25287 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25288 dxguid"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25291 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/faultrep/Makefile"
25295 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 faultrep"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/fusion/Makefile"
25303 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 fusion"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/fusion/tests/Makefile"
25311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25312 fusion/tests"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25315 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/gdi32/Makefile"
25319 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 gdi32"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/gdi32/tests/Makefile"
25327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25328 gdi32/tests"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25331 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/gdiplus/Makefile"
25335 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 gdiplus"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/gdiplus/tests/Makefile"
25343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25344 gdiplus/tests"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25347 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/glu32/Makefile"
25351 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 glu32"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/gphoto2.ds/Makefile"
25359 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 gphoto2.ds"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/gpkcsp/Makefile"
25367 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 gpkcsp"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/hal/Makefile"
25375 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 hal"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/hal/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/hhctrl.ocx/Makefile"
25383 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 hhctrl.ocx"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/hid/Makefile"
25391 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 hid"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/hid/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/hlink/Makefile"
25399 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 hlink"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/hlink/tests/Makefile"
25407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25408 hlink/tests"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25411 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/hnetcfg/Makefile"
25415 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 hnetcfg"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/httpapi/Makefile"
25423 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 httpapi"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/iccvid/Makefile"
25431 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 iccvid"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/icmp/Makefile"
25439 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 icmp"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/ifsmgr.vxd/Makefile"
25447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 ifsmgr.vxd"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/imaadp32.acm/Makefile"
25455 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 imaadp32.acm"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/imagehlp/Makefile"
25463 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 imagehlp"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/imm.dll16/Makefile"
25471 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 imm.dll16"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/imm32/Makefile"
25479 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 imm32"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/imm32/tests/Makefile"
25487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25488 imm32/tests"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25491 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/inetcomm/Makefile"
25495 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 inetcomm"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/inetcomm/tests/Makefile"
25503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25504 inetcomm/tests"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25507 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/inetmib1/Makefile"
25511 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 inetmib1"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/inetmib1/tests/Makefile"
25519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25520 inetmib1/tests"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25523 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/infosoft/Makefile"
25527 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 infosoft"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/infosoft/tests/Makefile"
25535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25536 infosoft/tests"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25539 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/initpki/Makefile"
25543 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 initpki"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/inkobj/Makefile"
25551 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 inkobj"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/inseng/Makefile"
25559 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 inseng"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/iphlpapi/Makefile"
25567 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 iphlpapi"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/iphlpapi/tests/Makefile"
25575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25576 iphlpapi/tests"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25579 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/itircl/Makefile"
25583 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25584 itircl"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25587 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/itss/Makefile"
25591 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 itss"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/itss/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/itss/tests/Makefile"
25599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25600 itss/tests"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25603 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/jscript/Makefile"
25607 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 jscript"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/jscript/tests/Makefile"
25615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25616 jscript/tests"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25619 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/kernel32/Makefile"
25623 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 kernel32"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/kernel32/tests/Makefile"
25631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25632 kernel32/tests"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25635 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/keyboard.drv16/Makefile"
25639 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 keyboard.drv16"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/loadperf/Makefile"
25647 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 loadperf"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/localspl/Makefile"
25655 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 localspl"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/localspl/tests/Makefile"
25663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25664 localspl/tests"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25667 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/localui/Makefile"
25671 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 localui"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/localui/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/localui/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 localui/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/lz32/Makefile"
25687 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 lz32"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/lz32/tests/Makefile"
25695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25696 lz32/tests"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25699 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/lzexpand.dll16/Makefile"
25703 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 lzexpand.dll16"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/mapi32/Makefile"
25711 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 mapi32"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/mapi32/tests/Makefile"
25719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25720 mapi32/tests"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25723 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/mciavi32/Makefile"
25727 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 mciavi32"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/mcicda/Makefile"
25735 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 mcicda"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/mciqtz32/Makefile"
25743 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 mciqtz32"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/mciseq/Makefile"
25751 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 mciseq"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/mciwave/Makefile"
25759 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 mciwave"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/midimap/Makefile"
25767 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 midimap"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/mlang/Makefile"
25775 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 mlang"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/mlang/tests/Makefile"
25783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25784 mlang/tests"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25787 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/mmdevldr.vxd/Makefile"
25791 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 mmdevldr.vxd"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/monodebg.vxd/Makefile"
25799 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 monodebg.vxd"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/mountmgr.sys/Makefile"
25807 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 mountmgr.sys"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/mouse.drv16/Makefile"
25815 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 mouse.drv16"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/mpr/Makefile"
25823 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 mpr"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/mprapi/Makefile"
25831 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 mprapi"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/msacm.dll16/Makefile"
25839 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 msacm.dll16"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/msacm32.drv/Makefile"
25847 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 msacm32.drv"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/msacm32/Makefile"
25855 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 msacm32"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/msacm32/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 msacm32/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/msadp32.acm/Makefile"
25871 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 msadp32.acm"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/mscat32/Makefile"
25879 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 mscat32"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/mscms/Makefile"
25887 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 mscms"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/mscms/tests/Makefile"
25895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25896 mscms/tests"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25899 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/mscoree/Makefile"
25903 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 mscoree"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/msctf/Makefile"
25911 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 msctf"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/msctf/tests/Makefile"
25919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25920 msctf/tests"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25923 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/msdmo/Makefile"
25927 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 msdmo"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/msftedit/Makefile"
25935 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 msftedit"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/msg711.acm/Makefile"
25943 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 msg711.acm"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/mshtml.tlb/Makefile"
25951 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 mshtml.tlb"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/mshtml/Makefile"
25959 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 mshtml"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/mshtml/tests/Makefile"
25967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25968 mshtml/tests"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25971 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/msi/Makefile"
25975 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 msi"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/msi/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/msi/tests/Makefile"
25983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25984 msi/tests"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25987 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/msimg32/Makefile"
25991 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 msimg32"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/msimtf/Makefile"
25999 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 msimtf"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/msisip/Makefile"
26007 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 msisip"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/msisys.ocx/Makefile"
26015 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 msisys.ocx"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/msnet32/Makefile"
26023 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 msnet32"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/msrle32/Makefile"
26031 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 msrle32"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/mssign32/Makefile"
26039 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 mssign32"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/mssip32/Makefile"
26047 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 mssip32"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/mstask/Makefile"
26055 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 mstask"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/mstask/tests/Makefile"
26063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26064 mstask/tests"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26067 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/msvcirt/Makefile"
26071 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 msvcirt"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/msvcr71/Makefile"
26079 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 msvcr71"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/msvcrt/Makefile"
26087 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 msvcrt"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/msvcrt/tests/Makefile"
26095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26096 msvcrt/tests"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26099 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/msvcrt20/Makefile"
26103 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 msvcrt20"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/msvcrt40/Makefile"
26111 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26112 msvcrt40"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26115 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/msvcrtd/Makefile"
26119 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 msvcrtd"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/msvcrtd/tests/Makefile"
26127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26128 msvcrtd/tests"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26131 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/msvfw32/Makefile"
26135 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 msvfw32"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/msvfw32/tests/Makefile"
26143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26144 msvfw32/tests"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26147 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/msvidc32/Makefile"
26151 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 msvidc32"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/mswsock/Makefile"
26159 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 mswsock"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/msxml3/Makefile"
26167 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 msxml3"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/msxml3/tests/Makefile"
26175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26176 msxml3/tests"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26179 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/nddeapi/Makefile"
26183 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 nddeapi"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/netapi32/Makefile"
26191 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 netapi32"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/netapi32/tests/Makefile"
26199 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26200 netapi32/tests"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26203 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/newdev/Makefile"
26207 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 newdev"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/ntdll/Makefile"
26215 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 ntdll"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/ntdll/tests/Makefile"
26223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26224 ntdll/tests"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26227 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/ntdsapi/Makefile"
26231 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 ntdsapi"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/ntdsapi/tests/Makefile"
26239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26240 ntdsapi/tests"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26243 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/ntoskrnl.exe/Makefile"
26247 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 ntoskrnl.exe"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/ntprint/Makefile"
26255 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 ntprint"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/ntprint/tests/Makefile"
26263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26264 ntprint/tests"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26267 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/objsel/Makefile"
26271 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 objsel"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/odbc32/Makefile"
26279 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 odbc32"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/odbccp32/Makefile"
26287 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 odbccp32"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/odbccp32/tests/Makefile"
26295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26296 odbccp32/tests"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26299 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/ole2.dll16/Makefile"
26303 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 ole2.dll16"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/ole2conv.dll16/Makefile"
26311 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 ole2conv.dll16"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/ole2disp.dll16/Makefile"
26319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 ole2disp.dll16"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/ole2nls.dll16/Makefile"
26327 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 ole2nls.dll16"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/ole2prox.dll16/Makefile"
26335 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 ole2prox.dll16"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/ole2thk.dll16/Makefile"
26343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 ole2thk.dll16"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/ole32/Makefile"
26351 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 ole32"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/ole32/tests/Makefile"
26359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26360 ole32/tests"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26363 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/oleacc/Makefile"
26367 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 oleacc"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/oleacc/tests/Makefile"
26375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26376 oleacc/tests"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26379 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/oleaut32/Makefile"
26383 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 oleaut32"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/oleaut32/tests/Makefile"
26391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26392 oleaut32/tests"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26395 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/olecli.dll16/Makefile"
26399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 olecli.dll16"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/olecli32/Makefile"
26407 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 olecli32"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/oledlg/Makefile"
26415 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 oledlg"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/olepro32/Makefile"
26423 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 olepro32"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/olesvr.dll16/Makefile"
26431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 olesvr.dll16"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/olesvr32/Makefile"
26439 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 olesvr32"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/olethk32/Makefile"
26447 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 olethk32"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/opengl32/Makefile"
26455 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 opengl32"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/opengl32/tests/Makefile"
26463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26464 opengl32/tests"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26467 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/pdh/Makefile"
26471 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 pdh"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/pdh/tests/Makefile"
26479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26480 pdh/tests"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26483 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/pidgen/Makefile"
26487 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 pidgen"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/powrprof/Makefile"
26495 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 powrprof"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/printui/Makefile"
26503 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 printui"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/printui/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/propsys/Makefile"
26511 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 propsys"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/psapi/Makefile"
26519 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 psapi"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/psapi/tests/Makefile"
26527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26528 psapi/tests"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26531 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/pstorec/Makefile"
26535 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 pstorec"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/qcap/Makefile"
26543 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 qcap"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/qedit/Makefile"
26551 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 qedit"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/qedit/tests/Makefile"
26559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26560 qedit/tests"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26563 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/qmgr/Makefile"
26567 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 qmgr"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/qmgr/tests/Makefile"
26575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26576 qmgr/tests"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26579 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/qmgrprxy/Makefile"
26583 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 qmgrprxy"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/quartz/Makefile"
26591 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 quartz"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/quartz/tests/Makefile"
26599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26600 quartz/tests"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26603 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/query/Makefile"
26607 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 query"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/query/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/rasapi16.dll16/Makefile"
26615 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26616 rasapi16.dll16"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26619 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/rasapi32/Makefile"
26623 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 rasapi32"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/rasapi32/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 rasapi32/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/rasdlg/Makefile"
26639 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 rasdlg"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/resutils/Makefile"
26647 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 resutils"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/riched20/Makefile"
26655 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 riched20"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/riched20/tests/Makefile"
26663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26664 riched20/tests"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26667 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/riched32/Makefile"
26671 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 riched32"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/riched32/tests/Makefile"
26679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26680 riched32/tests"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26683 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/rpcrt4/Makefile"
26687 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 rpcrt4"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/rpcrt4/tests/Makefile"
26695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26696 rpcrt4/tests"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26699 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/rsabase/Makefile"
26703 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 rsabase"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/rsaenh/Makefile"
26711 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 rsaenh"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/rsaenh/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 rsaenh/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/sane.ds/Makefile"
26727 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 sane.ds"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/sccbase/Makefile"
26735 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 sccbase"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/schannel/Makefile"
26743 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 schannel"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/schannel/tests/Makefile"
26751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26752 schannel/tests"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26755 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/secur32/Makefile"
26759 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 secur32"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/secur32/tests/Makefile"
26767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26768 secur32/tests"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26771 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/security/Makefile"
26775 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 security"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/security/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/sensapi/Makefile"
26783 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 sensapi"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/serialui/Makefile"
26791 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 serialui"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/serialui/tests/Makefile"
26799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26800 serialui/tests"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26803 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/setupapi/Makefile"
26807 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26808 setupapi"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26811 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/setupapi/tests/Makefile"
26815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26816 setupapi/tests"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26819 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/sfc/Makefile"
26823 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26824 sfc"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26827 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/sfc_os/Makefile"
26831 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 sfc_os"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/shdoclc/Makefile"
26839 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 shdoclc"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/shdocvw/Makefile"
26847 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 shdocvw"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/shdocvw/tests/Makefile"
26855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26856 shdocvw/tests"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26859 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/shell.dll16/Makefile"
26863 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 shell.dll16"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/shell32/Makefile"
26871 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 shell32"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/shell32/tests/Makefile"
26879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26880 shell32/tests"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26883 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/shfolder/Makefile"
26887 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26888 shfolder"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26891 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/shlwapi/Makefile"
26895 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 shlwapi"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/shlwapi/tests/Makefile"
26903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26904 shlwapi/tests"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26907 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/slbcsp/Makefile"
26911 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26912 slbcsp"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26915 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/slc/Makefile"
26919 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 slc"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/slc/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/snmpapi/Makefile"
26927 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 snmpapi"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/snmpapi/tests/Makefile"
26935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26936 snmpapi/tests"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26939 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/softpub/Makefile"
26943 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 softpub"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/sound.drv16/Makefile"
26951 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 sound.drv16"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/spoolss/Makefile"
26959 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26960 spoolss"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26963 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/spoolss/tests/Makefile"
26967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26968 spoolss/tests"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26971 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/stdole2.tlb/Makefile"
26975 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26976 stdole2.tlb"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26979 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/stdole32.tlb/Makefile"
26983 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 stdole32.tlb"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/sti/Makefile"
26991 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26992 sti"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26995 ac_config_files="$ac_config_files dlls/sti/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/storage.dll16/Makefile"
26999 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 storage.dll16"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/stress.dll16/Makefile"
27007 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 stress.dll16"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/strmiids/Makefile"
27015 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27016 strmiids"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27019 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/svrapi/Makefile"
27023 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27024 svrapi"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27027 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/sxs/Makefile"
27031 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27032 sxs"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27035 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/tapi32/Makefile"
27039 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 tapi32"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/traffic/Makefile"
27047 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27048 traffic"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27051 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/twain.dll16/Makefile"
27055 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 twain.dll16"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/twain_32/Makefile"
27063 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 twain_32"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/twain_32/tests/Makefile"
27071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27072 twain_32/tests"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27075 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/typelib.dll16/Makefile"
27079 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27080 typelib.dll16"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27083 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/unicows/Makefile"
27087 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 unicows"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/updspapi/Makefile"
27095 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27096 updspapi"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27099 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/url/Makefile"
27103 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 url"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/url/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/urlmon/Makefile"
27111 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 urlmon"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/urlmon/tests/Makefile"
27119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27120 urlmon/tests"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27123 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/user32/Makefile"
27127 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 user32"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/user32/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/user32/tests/Makefile"
27135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27136 user32/tests"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27139 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/userenv/Makefile"
27143 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 userenv"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/userenv/tests/Makefile"
27151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27152 userenv/tests"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27155 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/usp10/Makefile"
27159 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 usp10"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/usp10/tests/Makefile"
27167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27168 usp10/tests"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27171 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/uuid/Makefile"
27175 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27176 uuid"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27179 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/uxtheme/Makefile"
27183 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27184 uxtheme"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27187 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/uxtheme/tests/Makefile"
27191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27192 uxtheme/tests"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27195 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/vdhcp.vxd/Makefile"
27199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27200 vdhcp.vxd"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27203 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/vdmdbg/Makefile"
27207 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 vdmdbg"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/version/Makefile"
27215 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27216 version"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27219 ac_config_files="$ac_config_files dlls/version/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/version/tests/Makefile"
27223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27224 version/tests"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27227 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/vmm.vxd/Makefile"
27231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27232 vmm.vxd"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27235 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/vnbt.vxd/Makefile"
27239 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 vnbt.vxd"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/vnetbios.vxd/Makefile"
27247 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27248 vnetbios.vxd"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27251 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/vtdapi.vxd/Makefile"
27255 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27256 vtdapi.vxd"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27259 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/vwin32.vxd/Makefile"
27263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 vwin32.vxd"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/w32skrnl/Makefile"
27271 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 w32skrnl"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/w32sys.dll16/Makefile"
27279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 w32sys.dll16"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/win32s16.dll16/Makefile"
27287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27288 win32s16.dll16"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27291 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/win87em.dll16/Makefile"
27295 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 win87em.dll16"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/winaspi.dll16/Makefile"
27303 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27304 winaspi.dll16"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27307 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/windebug.dll16/Makefile"
27311 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 windebug.dll16"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/winealsa.drv/Makefile"
27319 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27320 winealsa.drv"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27323 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/wineaudioio.drv/Makefile"
27327 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 wineaudioio.drv"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/winecoreaudio.drv/Makefile"
27335 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27336 winecoreaudio.drv"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27339 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/winecrt0/Makefile"
27343 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27344 winecrt0"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27347 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/wined3d/Makefile"
27351 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27352 wined3d"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27355 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/winedos/Makefile"
27359 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27360 winedos"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27363 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/wineesd.drv/Makefile"
27367 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 wineesd.drv"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/winejack.drv/Makefile"
27375 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27376 winejack.drv"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27379 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/winejoystick.drv/Makefile"
27383 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 winejoystick.drv"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/winemp3.acm/Makefile"
27391 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 winemp3.acm"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/winenas.drv/Makefile"
27399 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 winenas.drv"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/wineoss.drv/Makefile"
27407 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27408 wineoss.drv"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27411 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/wineps.drv/Makefile"
27415 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27416 wineps.drv"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27419 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/winequartz.drv/Makefile"
27423 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 winequartz.drv"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/winex11.drv/Makefile"
27431 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27432 winex11.drv"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27435 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/wing32/Makefile"
27439 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27440 wing32"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27443 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/winhttp/Makefile"
27447 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 winhttp"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/winhttp/tests/Makefile"
27455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27456 winhttp/tests"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27459 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/wininet/Makefile"
27463 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27464 wininet"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27467 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/wininet/tests/Makefile"
27471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27472 wininet/tests"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27475 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/winmm/Makefile"
27479 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27480 winmm"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27483 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/winmm/tests/Makefile"
27487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27488 winmm/tests"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27491 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/winnls.dll16/Makefile"
27495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 winnls.dll16"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 dlls/winnls32/Makefile"
27503 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27504 winnls32"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27507 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 dlls/winscard/Makefile"
27511 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27512 winscard"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27515 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 dlls/winspool.drv/Makefile"
27519 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27520 winspool.drv"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27523 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 dlls/winspool.drv/tests/Makefile"
27527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27528 winspool.drv/tests"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27531 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 dlls/wintab.dll16/Makefile"
27535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27536 wintab.dll16"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27539 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 dlls/wintab32/Makefile"
27543 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27544 wintab32"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27547 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550 dlls/wintrust/Makefile"
27551 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27552 wintrust"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27555 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 dlls/wintrust/tests/Makefile"
27559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27560 wintrust/tests"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27563 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 dlls/wldap32/Makefile"
27567 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27568 wldap32"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27571 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 dlls/wldap32/tests/Makefile"
27575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27576 wldap32/tests"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27579 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582 dlls/wmi/Makefile"
27583 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27584 wmi"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27587 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27589 ALL_MAKEFILES="$ALL_MAKEFILES \\
27590 dlls/wnaspi32/Makefile"
27591 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27592 wnaspi32"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27595 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 dlls/wow32/Makefile"
27599 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27600 wow32"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27603 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 dlls/ws2_32/Makefile"
27607 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27608 ws2_32"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27611 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614 dlls/ws2_32/tests/Makefile"
27615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27616 ws2_32/tests"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27619 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 dlls/wsock32/Makefile"
27623 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27624 wsock32"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27627 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 dlls/wtsapi32/Makefile"
27631 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27632 wtsapi32"
27633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27634 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27635 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27637 ALL_MAKEFILES="$ALL_MAKEFILES \\
27638 dlls/wuapi/Makefile"
27639 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27640 wuapi"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27643 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646 dlls/xinput1_1/Makefile"
27647 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27648 xinput1_1"
27649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27650 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27651 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27653 ALL_MAKEFILES="$ALL_MAKEFILES \\
27654 dlls/xinput1_2/Makefile"
27655 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27656 xinput1_2"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27659 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 dlls/xinput1_3/Makefile"
27663 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27664 xinput1_3"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27667 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 dlls/xinput1_3/tests/Makefile"
27671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27672 xinput1_3/tests"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27675 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 dlls/xinput9_1_0/Makefile"
27679 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27680 xinput9_1_0"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27683 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 documentation/Makefile"
27687 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27688 documentation"
27689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27690 documentation/Makefile: documentation/Makefile.in Make.rules"
27691 ac_config_files="$ac_config_files documentation/Makefile"
27693 ALL_MAKEFILES="$ALL_MAKEFILES \\
27694 fonts/Makefile"
27695 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27696 fonts"
27697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27698 fonts/Makefile: fonts/Makefile.in Make.rules"
27699 ac_config_files="$ac_config_files fonts/Makefile"
27701 ALL_MAKEFILES="$ALL_MAKEFILES \\
27702 include/Makefile"
27703 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27704 include"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 include/Makefile: include/Makefile.in Make.rules"
27707 ac_config_files="$ac_config_files include/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 libs/Makefile"
27711 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27712 libs"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 libs/Makefile: libs/Makefile.in Make.rules"
27715 ac_config_files="$ac_config_files libs/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 libs/port/Makefile"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27722 ac_config_files="$ac_config_files libs/port/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 libs/wine/Makefile"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27729 ac_config_files="$ac_config_files libs/wine/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 libs/wpp/Makefile"
27734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27735 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27736 ac_config_files="$ac_config_files libs/wpp/Makefile"
27738 ALL_MAKEFILES="$ALL_MAKEFILES \\
27739 loader/Makefile"
27740 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27741 loader"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 loader/Makefile: loader/Makefile.in Make.rules"
27744 ac_config_files="$ac_config_files loader/Makefile"
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747 programs/Makefile"
27748 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27749 programs"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 programs/Makefile: programs/Makefile.in Make.rules"
27752 ac_config_files="$ac_config_files programs/Makefile"
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755 programs/cacls/Makefile"
27756 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27757 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27758 cacls"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27761 ac_config_files="$ac_config_files programs/cacls/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 programs/clock/Makefile"
27765 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27766 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27767 clock"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27770 ac_config_files="$ac_config_files programs/clock/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 programs/cmd/Makefile"
27774 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27775 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27776 cmd"
27777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27778 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27779 ac_config_files="$ac_config_files programs/cmd/Makefile"
27781 ALL_MAKEFILES="$ALL_MAKEFILES \\
27782 programs/cmdlgtst/Makefile"
27783 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27784 cmdlgtst"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/control/Makefile"
27791 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 control"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/control/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/eject/Makefile"
27800 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 eject"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/eject/Makefile"
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808 programs/expand/Makefile"
27809 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811 expand"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/expand/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 programs/explorer/Makefile"
27818 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27820 explorer"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/explorer/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 programs/hh/Makefile"
27827 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/hh/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/icinfo/Makefile"
27836 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 icinfo"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/iexplore/Makefile"
27845 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 iexplore"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27850 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 programs/lodctr/Makefile"
27854 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27855 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27856 lodctr"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/msiexec/Makefile"
27863 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27865 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27866 msiexec"
27867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27868 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27869 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27871 ALL_MAKEFILES="$ALL_MAKEFILES \\
27872 programs/net/Makefile"
27873 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27874 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27875 net"
27876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27877 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27878 ac_config_files="$ac_config_files programs/net/Makefile"
27880 ALL_MAKEFILES="$ALL_MAKEFILES \\
27881 programs/notepad/Makefile"
27882 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27883 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27884 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27885 notepad"
27886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27887 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27888 ac_config_files="$ac_config_files programs/notepad/Makefile"
27890 ALL_MAKEFILES="$ALL_MAKEFILES \\
27891 programs/oleview/Makefile"
27892 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27893 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27894 oleview"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27897 ac_config_files="$ac_config_files programs/oleview/Makefile"
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900 programs/progman/Makefile"
27901 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27902 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27903 progman"
27904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27905 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27906 ac_config_files="$ac_config_files programs/progman/Makefile"
27908 ALL_MAKEFILES="$ALL_MAKEFILES \\
27909 programs/reg/Makefile"
27910 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27911 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27912 reg"
27913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27914 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27915 ac_config_files="$ac_config_files programs/reg/Makefile"
27917 ALL_MAKEFILES="$ALL_MAKEFILES \\
27918 programs/regedit/Makefile"
27919 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27920 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27921 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27922 regedit"
27923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27924 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27925 ac_config_files="$ac_config_files programs/regedit/Makefile"
27927 ALL_MAKEFILES="$ALL_MAKEFILES \\
27928 programs/regsvr32/Makefile"
27929 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27930 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27931 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27932 regsvr32"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938 programs/rpcss/Makefile"
27939 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 rpcss"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947 programs/rundll32/Makefile"
27948 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950 rundll32"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 programs/secedit/Makefile"
27957 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959 secedit"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27962 ac_config_files="$ac_config_files programs/secedit/Makefile"
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965 programs/services/Makefile"
27966 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27967 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27968 services"
27969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27970 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27971 ac_config_files="$ac_config_files programs/services/Makefile"
27973 ALL_MAKEFILES="$ALL_MAKEFILES \\
27974 programs/spoolsv/Makefile"
27975 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27976 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27977 spoolsv"
27978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27979 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27980 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27982 ALL_MAKEFILES="$ALL_MAKEFILES \\
27983 programs/start/Makefile"
27984 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27985 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27986 start"
27987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27988 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27989 ac_config_files="$ac_config_files programs/start/Makefile"
27991 ALL_MAKEFILES="$ALL_MAKEFILES \\
27992 programs/svchost/Makefile"
27993 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27994 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27995 svchost"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27998 ac_config_files="$ac_config_files programs/svchost/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 programs/taskmgr/Makefile"
28002 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28003 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28004 taskmgr"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28007 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28009 ALL_MAKEFILES="$ALL_MAKEFILES \\
28010 programs/termsv/Makefile"
28011 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28012 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28013 termsv"
28014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28015 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28016 ac_config_files="$ac_config_files programs/termsv/Makefile"
28018 ALL_MAKEFILES="$ALL_MAKEFILES \\
28019 programs/uninstaller/Makefile"
28020 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28021 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28022 uninstaller"
28023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28024 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28025 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28027 ALL_MAKEFILES="$ALL_MAKEFILES \\
28028 programs/unlodctr/Makefile"
28029 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28030 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28031 unlodctr"
28032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28033 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28034 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28036 ALL_MAKEFILES="$ALL_MAKEFILES \\
28037 programs/view/Makefile"
28038 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28039 view"
28040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28041 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28042 ac_config_files="$ac_config_files programs/view/Makefile"
28044 ALL_MAKEFILES="$ALL_MAKEFILES \\
28045 programs/wineboot/Makefile"
28046 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28047 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28048 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28049 wineboot"
28050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28051 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28052 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28054 ALL_MAKEFILES="$ALL_MAKEFILES \\
28055 programs/winebrowser/Makefile"
28056 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28057 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28058 winebrowser"
28059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28060 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28061 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28063 ALL_MAKEFILES="$ALL_MAKEFILES \\
28064 programs/winecfg/Makefile"
28065 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28066 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28067 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28068 winecfg"
28069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28070 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28071 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28073 ALL_MAKEFILES="$ALL_MAKEFILES \\
28074 programs/wineconsole/Makefile"
28075 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28076 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28077 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28078 wineconsole"
28079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28080 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28081 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28083 ALL_MAKEFILES="$ALL_MAKEFILES \\
28084 programs/winedbg/Makefile"
28085 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28086 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28087 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28088 winedbg"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/winedevice/Makefile"
28095 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 winedevice"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 programs/winefile/Makefile"
28104 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28107 winefile"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/winefile/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/winemenubuilder/Makefile"
28114 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 winemenubuilder"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122 programs/winemine/Makefile"
28123 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28126 winemine"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28129 ac_config_files="$ac_config_files programs/winemine/Makefile"
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132 programs/winepath/Makefile"
28133 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28134 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28135 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28136 winepath"
28137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28138 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28139 ac_config_files="$ac_config_files programs/winepath/Makefile"
28141 ALL_MAKEFILES="$ALL_MAKEFILES \\
28142 programs/winetest/Makefile"
28143 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28144 winetest"
28145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28146 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28147 ac_config_files="$ac_config_files programs/winetest/Makefile"
28149 ALL_MAKEFILES="$ALL_MAKEFILES \\
28150 programs/winevdm/Makefile"
28151 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28152 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28153 winevdm"
28154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28155 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28156 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28158 ALL_MAKEFILES="$ALL_MAKEFILES \\
28159 programs/winhelp.exe16/Makefile"
28160 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28161 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28162 winhelp.exe16"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28165 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168 programs/winhlp32/Makefile"
28169 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28170 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28171 winhlp32"
28172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28173 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28174 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28176 ALL_MAKEFILES="$ALL_MAKEFILES \\
28177 programs/winoldap.mod16/Makefile"
28178 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28179 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28180 winoldap.mod16"
28181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28182 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28183 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28185 ALL_MAKEFILES="$ALL_MAKEFILES \\
28186 programs/winver/Makefile"
28187 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28188 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28189 winver"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28192 ac_config_files="$ac_config_files programs/winver/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 programs/wordpad/Makefile"
28196 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28197 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28198 wordpad"
28199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28200 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28201 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28203 ALL_MAKEFILES="$ALL_MAKEFILES \\
28204 programs/write/Makefile"
28205 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28206 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28207 write"
28208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28209 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28210 ac_config_files="$ac_config_files programs/write/Makefile"
28212 ALL_MAKEFILES="$ALL_MAKEFILES \\
28213 programs/xcopy/Makefile"
28214 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28215 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28216 xcopy"
28217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28218 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28219 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28221 ALL_MAKEFILES="$ALL_MAKEFILES \\
28222 server/Makefile"
28223 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28224 server"
28225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28226 server/Makefile: server/Makefile.in Make.rules"
28227 ac_config_files="$ac_config_files server/Makefile"
28229 ALL_MAKEFILES="$ALL_MAKEFILES \\
28230 tools/Makefile"
28231 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28232 tools"
28233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28234 tools/Makefile: tools/Makefile.in Make.rules"
28235 ac_config_files="$ac_config_files tools/Makefile"
28237 ALL_MAKEFILES="$ALL_MAKEFILES \\
28238 tools/widl/Makefile"
28240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28241 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28242 ac_config_files="$ac_config_files tools/widl/Makefile"
28244 ALL_MAKEFILES="$ALL_MAKEFILES \\
28245 tools/winebuild/Makefile"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28249 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 tools/winedump/Makefile"
28254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28255 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28256 ac_config_files="$ac_config_files tools/winedump/Makefile"
28258 ALL_MAKEFILES="$ALL_MAKEFILES \\
28259 tools/winegcc/Makefile"
28261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28262 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28263 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28265 ALL_MAKEFILES="$ALL_MAKEFILES \\
28266 tools/wmc/Makefile"
28268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28269 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28270 ac_config_files="$ac_config_files tools/wmc/Makefile"
28272 ALL_MAKEFILES="$ALL_MAKEFILES \\
28273 tools/wrc/Makefile"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28277 ac_config_files="$ac_config_files tools/wrc/Makefile"
28281 ALL_WINETEST_DEPENDS="# Test binaries"
28283 for dir in $ALL_TEST_DIRS
28285 if test "$dir" != "\\"
28286 then
28287 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28288 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28289 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28290 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28292 done
28294 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28296 cat >confcache <<\_ACEOF
28297 # This file is a shell script that caches the results of configure
28298 # tests run on this system so they can be shared between configure
28299 # scripts and configure runs, see configure's option --config-cache.
28300 # It is not useful on other systems. If it contains results you don't
28301 # want to keep, you may remove or edit it.
28303 # config.status only pays attention to the cache file if you give it
28304 # the --recheck option to rerun configure.
28306 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28307 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28308 # following values.
28310 _ACEOF
28312 # The following way of writing the cache mishandles newlines in values,
28313 # but we know of no workaround that is simple, portable, and efficient.
28314 # So, we kill variables containing newlines.
28315 # Ultrix sh set writes to stderr and can't be redirected directly,
28316 # and sets the high bit in the cache file unless we assign to the vars.
28318 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28319 eval ac_val=\$$ac_var
28320 case $ac_val in #(
28321 *${as_nl}*)
28322 case $ac_var in #(
28323 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28324 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28325 esac
28326 case $ac_var in #(
28327 _ | IFS | as_nl) ;; #(
28328 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28329 *) $as_unset $ac_var ;;
28330 esac ;;
28331 esac
28332 done
28334 (set) 2>&1 |
28335 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28336 *${as_nl}ac_space=\ *)
28337 # `set' does not quote correctly, so add quotes (double-quote
28338 # substitution turns \\\\ into \\, and sed turns \\ into \).
28339 sed -n \
28340 "s/'/'\\\\''/g;
28341 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28342 ;; #(
28344 # `set' quotes correctly as required by POSIX, so do not add quotes.
28345 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28347 esac |
28348 sort
28350 sed '
28351 /^ac_cv_env_/b end
28352 t clear
28353 :clear
28354 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28355 t end
28356 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28357 :end' >>confcache
28358 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28359 if test -w "$cache_file"; then
28360 test "x$cache_file" != "x/dev/null" &&
28361 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28362 $as_echo "$as_me: updating cache $cache_file" >&6;}
28363 cat confcache >$cache_file
28364 else
28365 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28366 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28369 rm -f confcache
28371 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28372 # Let make expand exec_prefix.
28373 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28375 DEFS=-DHAVE_CONFIG_H
28377 ac_libobjs=
28378 ac_ltlibobjs=
28379 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28380 # 1. Remove the extension, and $U if already installed.
28381 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28382 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28383 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28384 # will be set to the directory where LIBOBJS objects are built.
28385 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28386 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28387 done
28388 LIBOBJS=$ac_libobjs
28390 LTLIBOBJS=$ac_ltlibobjs
28394 : ${CONFIG_STATUS=./config.status}
28395 ac_write_fail=0
28396 ac_clean_files_save=$ac_clean_files
28397 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28398 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28399 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28400 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28401 #! $SHELL
28402 # Generated by $as_me.
28403 # Run this file to recreate the current configuration.
28404 # Compiler output produced by configure, useful for debugging
28405 # configure, is in config.log if it exists.
28407 debug=false
28408 ac_cs_recheck=false
28409 ac_cs_silent=false
28410 SHELL=\${CONFIG_SHELL-$SHELL}
28411 _ACEOF
28413 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28414 ## --------------------- ##
28415 ## M4sh Initialization. ##
28416 ## --------------------- ##
28418 # Be more Bourne compatible
28419 DUALCASE=1; export DUALCASE # for MKS sh
28420 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28421 emulate sh
28422 NULLCMD=:
28423 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28424 # is contrary to our usage. Disable this feature.
28425 alias -g '${1+"$@"}'='"$@"'
28426 setopt NO_GLOB_SUBST
28427 else
28428 case `(set -o) 2>/dev/null` in
28429 *posix*) set -o posix ;;
28430 esac
28437 # PATH needs CR
28438 # Avoid depending upon Character Ranges.
28439 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28440 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28441 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28442 as_cr_digits='0123456789'
28443 as_cr_alnum=$as_cr_Letters$as_cr_digits
28445 as_nl='
28447 export as_nl
28448 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28449 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28450 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28451 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28452 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28453 as_echo='printf %s\n'
28454 as_echo_n='printf %s'
28455 else
28456 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28457 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28458 as_echo_n='/usr/ucb/echo -n'
28459 else
28460 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28461 as_echo_n_body='eval
28462 arg=$1;
28463 case $arg in
28464 *"$as_nl"*)
28465 expr "X$arg" : "X\\(.*\\)$as_nl";
28466 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28467 esac;
28468 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28470 export as_echo_n_body
28471 as_echo_n='sh -c $as_echo_n_body as_echo'
28473 export as_echo_body
28474 as_echo='sh -c $as_echo_body as_echo'
28477 # The user is always right.
28478 if test "${PATH_SEPARATOR+set}" != set; then
28479 PATH_SEPARATOR=:
28480 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28481 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28482 PATH_SEPARATOR=';'
28486 # Support unset when possible.
28487 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28488 as_unset=unset
28489 else
28490 as_unset=false
28494 # IFS
28495 # We need space, tab and new line, in precisely that order. Quoting is
28496 # there to prevent editors from complaining about space-tab.
28497 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28498 # splitting by setting IFS to empty value.)
28499 IFS=" "" $as_nl"
28501 # Find who we are. Look in the path if we contain no directory separator.
28502 case $0 in
28503 *[\\/]* ) as_myself=$0 ;;
28504 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28505 for as_dir in $PATH
28507 IFS=$as_save_IFS
28508 test -z "$as_dir" && as_dir=.
28509 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28510 done
28511 IFS=$as_save_IFS
28514 esac
28515 # We did not find ourselves, most probably we were run as `sh COMMAND'
28516 # in which case we are not to be found in the path.
28517 if test "x$as_myself" = x; then
28518 as_myself=$0
28520 if test ! -f "$as_myself"; then
28521 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28522 { (exit 1); exit 1; }
28525 # Work around bugs in pre-3.0 UWIN ksh.
28526 for as_var in ENV MAIL MAILPATH
28527 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28528 done
28529 PS1='$ '
28530 PS2='> '
28531 PS4='+ '
28533 # NLS nuisances.
28534 LC_ALL=C
28535 export LC_ALL
28536 LANGUAGE=C
28537 export LANGUAGE
28539 # Required to use basename.
28540 if expr a : '\(a\)' >/dev/null 2>&1 &&
28541 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28542 as_expr=expr
28543 else
28544 as_expr=false
28547 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28548 as_basename=basename
28549 else
28550 as_basename=false
28554 # Name of the executable.
28555 as_me=`$as_basename -- "$0" ||
28556 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28557 X"$0" : 'X\(//\)$' \| \
28558 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28559 $as_echo X/"$0" |
28560 sed '/^.*\/\([^/][^/]*\)\/*$/{
28561 s//\1/
28564 /^X\/\(\/\/\)$/{
28565 s//\1/
28568 /^X\/\(\/\).*/{
28569 s//\1/
28572 s/.*/./; q'`
28574 # CDPATH.
28575 $as_unset CDPATH
28579 as_lineno_1=$LINENO
28580 as_lineno_2=$LINENO
28581 test "x$as_lineno_1" != "x$as_lineno_2" &&
28582 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28584 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28585 # uniformly replaced by the line number. The first 'sed' inserts a
28586 # line-number line after each line using $LINENO; the second 'sed'
28587 # does the real work. The second script uses 'N' to pair each
28588 # line-number line with the line containing $LINENO, and appends
28589 # trailing '-' during substitution so that $LINENO is not a special
28590 # case at line end.
28591 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28592 # scripts with optimization help from Paolo Bonzini. Blame Lee
28593 # E. McMahon (1931-1989) for sed's syntax. :-)
28594 sed -n '
28596 /[$]LINENO/=
28597 ' <$as_myself |
28598 sed '
28599 s/[$]LINENO.*/&-/
28600 t lineno
28602 :lineno
28604 :loop
28605 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28606 t loop
28607 s/-\n.*//
28608 ' >$as_me.lineno &&
28609 chmod +x "$as_me.lineno" ||
28610 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28611 { (exit 1); exit 1; }; }
28613 # Don't try to exec as it changes $[0], causing all sort of problems
28614 # (the dirname of $[0] is not the place where we might find the
28615 # original and so on. Autoconf is especially sensitive to this).
28616 . "./$as_me.lineno"
28617 # Exit status is that of the last command.
28618 exit
28622 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28623 as_dirname=dirname
28624 else
28625 as_dirname=false
28628 ECHO_C= ECHO_N= ECHO_T=
28629 case `echo -n x` in
28630 -n*)
28631 case `echo 'x\c'` in
28632 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28633 *) ECHO_C='\c';;
28634 esac;;
28636 ECHO_N='-n';;
28637 esac
28638 if expr a : '\(a\)' >/dev/null 2>&1 &&
28639 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28640 as_expr=expr
28641 else
28642 as_expr=false
28645 rm -f conf$$ conf$$.exe conf$$.file
28646 if test -d conf$$.dir; then
28647 rm -f conf$$.dir/conf$$.file
28648 else
28649 rm -f conf$$.dir
28650 mkdir conf$$.dir 2>/dev/null
28652 if (echo >conf$$.file) 2>/dev/null; then
28653 if ln -s conf$$.file conf$$ 2>/dev/null; then
28654 as_ln_s='ln -s'
28655 # ... but there are two gotchas:
28656 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28657 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28658 # In both cases, we have to default to `cp -p'.
28659 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28660 as_ln_s='cp -p'
28661 elif ln conf$$.file conf$$ 2>/dev/null; then
28662 as_ln_s=ln
28663 else
28664 as_ln_s='cp -p'
28666 else
28667 as_ln_s='cp -p'
28669 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28670 rmdir conf$$.dir 2>/dev/null
28672 if mkdir -p . 2>/dev/null; then
28673 as_mkdir_p=:
28674 else
28675 test -d ./-p && rmdir ./-p
28676 as_mkdir_p=false
28679 if test -x / >/dev/null 2>&1; then
28680 as_test_x='test -x'
28681 else
28682 if ls -dL / >/dev/null 2>&1; then
28683 as_ls_L_option=L
28684 else
28685 as_ls_L_option=
28687 as_test_x='
28688 eval sh -c '\''
28689 if test -d "$1"; then
28690 test -d "$1/.";
28691 else
28692 case $1 in
28693 -*)set "./$1";;
28694 esac;
28695 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28696 ???[sx]*):;;*)false;;esac;fi
28697 '\'' sh
28700 as_executable_p=$as_test_x
28702 # Sed expression to map a string onto a valid CPP name.
28703 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28705 # Sed expression to map a string onto a valid variable name.
28706 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28709 exec 6>&1
28711 # Save the log message, to keep $[0] and so on meaningful, and to
28712 # report actual input values of CONFIG_FILES etc. instead of their
28713 # values after options handling.
28714 ac_log="
28715 This file was extended by Wine $as_me 1.1.19, which was
28716 generated by GNU Autoconf 2.63. Invocation command line was
28718 CONFIG_FILES = $CONFIG_FILES
28719 CONFIG_HEADERS = $CONFIG_HEADERS
28720 CONFIG_LINKS = $CONFIG_LINKS
28721 CONFIG_COMMANDS = $CONFIG_COMMANDS
28722 $ $0 $@
28724 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28727 _ACEOF
28729 case $ac_config_files in *"
28730 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28731 esac
28733 case $ac_config_headers in *"
28734 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28735 esac
28738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28739 # Files that config.status was made for.
28740 config_files="$ac_config_files"
28741 config_headers="$ac_config_headers"
28742 config_commands="$ac_config_commands"
28744 _ACEOF
28746 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28747 ac_cs_usage="\
28748 \`$as_me' instantiates files from templates according to the
28749 current configuration.
28751 Usage: $0 [OPTION]... [FILE]...
28753 -h, --help print this help, then exit
28754 -V, --version print version number and configuration settings, then exit
28755 -q, --quiet, --silent
28756 do not print progress messages
28757 -d, --debug don't remove temporary files
28758 --recheck update $as_me by reconfiguring in the same conditions
28759 --file=FILE[:TEMPLATE]
28760 instantiate the configuration file FILE
28761 --header=FILE[:TEMPLATE]
28762 instantiate the configuration header FILE
28764 Configuration files:
28765 $config_files
28767 Configuration headers:
28768 $config_headers
28770 Configuration commands:
28771 $config_commands
28773 Report bugs to <bug-autoconf@gnu.org>."
28775 _ACEOF
28776 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28777 ac_cs_version="\\
28778 Wine config.status 1.1.19
28779 configured by $0, generated by GNU Autoconf 2.63,
28780 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28782 Copyright (C) 2008 Free Software Foundation, Inc.
28783 This config.status script is free software; the Free Software Foundation
28784 gives unlimited permission to copy, distribute and modify it."
28786 ac_pwd='$ac_pwd'
28787 srcdir='$srcdir'
28788 INSTALL='$INSTALL'
28789 test -n "\$AWK" || AWK=awk
28790 _ACEOF
28792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28793 # The default lists apply if the user does not specify any file.
28794 ac_need_defaults=:
28795 while test $# != 0
28797 case $1 in
28798 --*=*)
28799 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28800 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28801 ac_shift=:
28804 ac_option=$1
28805 ac_optarg=$2
28806 ac_shift=shift
28808 esac
28810 case $ac_option in
28811 # Handling of the options.
28812 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28813 ac_cs_recheck=: ;;
28814 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28815 $as_echo "$ac_cs_version"; exit ;;
28816 --debug | --debu | --deb | --de | --d | -d )
28817 debug=: ;;
28818 --file | --fil | --fi | --f )
28819 $ac_shift
28820 case $ac_optarg in
28821 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28822 esac
28823 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28824 ac_need_defaults=false;;
28825 --header | --heade | --head | --hea )
28826 $ac_shift
28827 case $ac_optarg in
28828 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28829 esac
28830 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28831 ac_need_defaults=false;;
28832 --he | --h)
28833 # Conflict between --help and --header
28834 { $as_echo "$as_me: error: ambiguous option: $1
28835 Try \`$0 --help' for more information." >&2
28836 { (exit 1); exit 1; }; };;
28837 --help | --hel | -h )
28838 $as_echo "$ac_cs_usage"; exit ;;
28839 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28840 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28841 ac_cs_silent=: ;;
28843 # This is an error.
28844 -*) { $as_echo "$as_me: error: unrecognized option: $1
28845 Try \`$0 --help' for more information." >&2
28846 { (exit 1); exit 1; }; } ;;
28848 *) ac_config_targets="$ac_config_targets $1"
28849 ac_need_defaults=false ;;
28851 esac
28852 shift
28853 done
28855 ac_configure_extra_args=
28857 if $ac_cs_silent; then
28858 exec 6>/dev/null
28859 ac_configure_extra_args="$ac_configure_extra_args --silent"
28862 _ACEOF
28863 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28864 if \$ac_cs_recheck; then
28865 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28866 shift
28867 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28868 CONFIG_SHELL='$SHELL'
28869 export CONFIG_SHELL
28870 exec "\$@"
28873 _ACEOF
28874 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28875 exec 5>>config.log
28877 echo
28878 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28879 ## Running $as_me. ##
28880 _ASBOX
28881 $as_echo "$ac_log"
28882 } >&5
28884 _ACEOF
28885 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28886 _ACEOF
28888 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28890 # Handling of arguments.
28891 for ac_config_target in $ac_config_targets
28893 case $ac_config_target in
28894 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28895 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28896 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28897 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28898 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28899 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28900 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28901 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28902 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28903 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28904 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28905 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28906 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28907 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28908 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28909 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28910 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28911 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28912 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28913 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28914 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28915 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28916 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28917 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28918 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28919 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28920 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28921 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28922 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28923 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28924 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28925 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28926 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28927 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28928 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28929 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28930 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28931 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28932 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28933 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28934 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28935 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28936 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28937 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28938 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28939 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28940 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28941 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28942 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28943 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28944 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28945 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28946 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28947 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28948 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28949 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28950 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28951 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28952 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28953 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28954 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28955 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28956 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28957 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28958 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28959 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28960 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28961 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28962 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28963 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28964 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28965 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28966 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28967 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28968 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28969 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28970 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28971 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28972 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28973 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28974 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28975 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28976 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28977 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28978 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28979 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28980 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28981 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28982 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28983 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28984 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28985 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28986 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28987 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28988 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28989 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28990 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28991 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28992 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28993 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28994 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28995 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28996 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28997 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28998 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28999 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29000 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29001 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29002 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29003 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29004 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29005 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29006 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29007 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29008 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29009 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29010 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29011 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29012 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29013 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29014 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29015 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29016 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29017 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29018 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29019 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29020 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29021 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29022 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29023 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29024 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29025 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29026 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29027 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29028 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29029 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29030 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29031 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29032 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29033 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29034 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29035 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29036 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29037 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29038 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29039 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29040 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29041 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29042 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29043 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29044 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29045 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29046 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29047 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29048 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29049 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29050 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29051 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29052 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29053 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29054 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29055 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29056 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29057 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29058 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29059 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29060 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29061 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29062 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29063 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29064 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29065 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29066 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29067 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29068 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29069 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29070 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29071 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29072 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29073 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29074 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29075 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29076 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29077 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29078 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29079 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29080 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29081 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29082 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29083 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29084 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29085 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29086 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29087 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29088 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29089 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29090 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29091 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29092 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29093 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29094 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29095 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29096 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29097 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29098 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29099 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29100 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29101 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29102 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29103 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29104 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29105 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29106 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29107 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29108 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29109 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29110 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29111 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29112 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29113 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29114 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29115 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29116 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29117 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29118 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29119 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29120 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29121 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29122 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29123 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29124 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29125 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29126 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29127 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29128 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29129 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29130 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29131 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29132 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29133 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29134 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29135 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29136 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29137 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29138 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29139 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29140 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29141 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29142 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29143 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29144 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29145 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29146 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29147 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29148 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29149 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29150 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29151 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29152 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29153 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29154 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29155 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29156 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29157 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29158 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29159 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29160 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29161 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29162 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29163 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29164 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29165 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29166 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29167 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29168 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29169 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29170 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29171 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29172 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29173 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29174 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29175 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29176 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29177 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29178 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29179 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29180 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29181 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29182 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29183 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29184 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29185 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29186 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29187 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29188 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29189 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29190 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29191 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29192 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29193 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29194 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29195 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29196 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29197 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29198 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29199 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29200 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29201 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29202 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29203 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29204 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29205 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29206 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29207 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29208 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29209 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29210 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29211 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29212 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29213 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29214 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29215 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29216 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29217 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29218 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29219 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29220 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29221 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29222 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29223 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29224 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29225 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29226 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29227 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29228 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29229 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29230 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29231 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29232 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29233 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29234 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29235 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29236 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29237 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29238 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29239 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29240 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29241 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29242 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29243 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29244 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29245 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29246 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29247 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29248 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29249 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29250 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29251 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29252 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29253 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29254 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29255 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29256 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29257 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29258 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29259 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29260 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29261 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29262 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29263 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29264 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29265 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29266 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29267 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29268 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29269 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29270 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29271 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29272 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29273 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29274 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29275 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29276 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29277 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29278 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29279 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29280 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29281 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29282 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29283 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29284 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29285 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29286 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29287 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29288 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29289 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29290 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29291 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29292 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29293 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29294 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29295 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29296 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29297 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29298 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29299 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29300 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29301 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29302 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29303 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29304 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29305 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29306 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29307 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29308 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29309 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29310 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29311 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29312 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29313 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29314 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29315 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29316 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29317 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29318 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29319 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29320 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29321 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29322 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29323 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29324 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29325 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29326 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29327 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29328 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29329 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29330 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29331 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29332 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29333 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29334 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29335 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29336 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29337 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29338 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29339 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29340 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29341 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29342 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29343 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29344 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29345 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29346 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29347 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29348 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29349 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29350 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29351 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29352 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29353 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29354 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29355 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29356 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29357 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29358 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29359 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29360 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29361 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29362 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29363 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29364 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29365 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29366 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29367 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29368 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29369 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29370 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29371 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29372 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29373 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29374 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29375 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29376 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29377 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29378 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29379 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29380 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29381 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29382 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29383 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29384 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29385 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29386 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29387 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29388 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29389 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29390 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29391 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29392 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29393 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29394 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29395 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29396 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29397 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29398 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29399 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29400 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29401 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29403 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29404 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29405 { (exit 1); exit 1; }; };;
29406 esac
29407 done
29410 # If the user did not use the arguments to specify the items to instantiate,
29411 # then the envvar interface is used. Set only those that are not.
29412 # We use the long form for the default assignment because of an extremely
29413 # bizarre bug on SunOS 4.1.3.
29414 if $ac_need_defaults; then
29415 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29416 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29417 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29420 # Have a temporary directory for convenience. Make it in the build tree
29421 # simply because there is no reason against having it here, and in addition,
29422 # creating and moving files from /tmp can sometimes cause problems.
29423 # Hook for its removal unless debugging.
29424 # Note that there is a small window in which the directory will not be cleaned:
29425 # after its creation but before its name has been assigned to `$tmp'.
29426 $debug ||
29428 tmp=
29429 trap 'exit_status=$?
29430 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29432 trap '{ (exit 1); exit 1; }' 1 2 13 15
29434 # Create a (secure) tmp directory for tmp files.
29437 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29438 test -n "$tmp" && test -d "$tmp"
29439 } ||
29441 tmp=./conf$$-$RANDOM
29442 (umask 077 && mkdir "$tmp")
29443 } ||
29445 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29446 { (exit 1); exit 1; }
29449 # Set up the scripts for CONFIG_FILES section.
29450 # No need to generate them if there are no CONFIG_FILES.
29451 # This happens for instance with `./config.status config.h'.
29452 if test -n "$CONFIG_FILES"; then
29454 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29455 ac_cs_awk_getline=:
29456 ac_cs_awk_pipe_init=
29457 ac_cs_awk_read_file='
29458 while ((getline aline < (F[key])) > 0)
29459 print(aline)
29460 close(F[key])'
29461 ac_cs_awk_pipe_fini=
29462 else
29463 ac_cs_awk_getline=false
29464 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29465 ac_cs_awk_read_file='
29466 print "|#_!!_#|"
29467 print "cat " F[key] " &&"
29468 '$ac_cs_awk_pipe_init
29469 # The final `:' finishes the AND list.
29470 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29472 ac_cr=' '
29473 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29474 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29475 ac_cs_awk_cr='\\r'
29476 else
29477 ac_cs_awk_cr=$ac_cr
29480 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29481 _ACEOF
29483 # Create commands to substitute file output variables.
29485 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29486 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29487 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29488 echo "_ACAWK" &&
29489 echo "_ACEOF"
29490 } >conf$$files.sh &&
29491 . ./conf$$files.sh ||
29492 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29493 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29494 { (exit 1); exit 1; }; }
29495 rm -f conf$$files.sh
29498 echo "cat >conf$$subs.awk <<_ACEOF" &&
29499 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29500 echo "_ACEOF"
29501 } >conf$$subs.sh ||
29502 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29503 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29504 { (exit 1); exit 1; }; }
29505 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29506 ac_delim='%!_!# '
29507 for ac_last_try in false false false false false :; do
29508 . ./conf$$subs.sh ||
29509 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29510 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29511 { (exit 1); exit 1; }; }
29513 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29514 if test $ac_delim_n = $ac_delim_num; then
29515 break
29516 elif $ac_last_try; then
29517 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29518 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29519 { (exit 1); exit 1; }; }
29520 else
29521 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29523 done
29524 rm -f conf$$subs.sh
29526 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29527 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29528 _ACEOF
29529 sed -n '
29531 s/^/S["/; s/!.*/"]=/
29534 s/^[^!]*!//
29535 :repl
29536 t repl
29537 s/'"$ac_delim"'$//
29538 t delim
29541 s/\(.\{148\}\).*/\1/
29542 t more1
29543 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29546 b repl
29547 :more1
29548 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29551 s/.\{148\}//
29552 t nl
29553 :delim
29555 s/\(.\{148\}\).*/\1/
29556 t more2
29557 s/["\\]/\\&/g; s/^/"/; s/$/"/
29560 :more2
29561 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29564 s/.\{148\}//
29565 t delim
29566 ' <conf$$subs.awk | sed '
29567 /^[^""]/{
29569 s/\n//
29571 ' >>$CONFIG_STATUS || ac_write_fail=1
29572 rm -f conf$$subs.awk
29573 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29574 _ACAWK
29575 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29576 for (key in S) S_is_set[key] = 1
29577 FS = "\a"
29578 \$ac_cs_awk_pipe_init
29581 line = $ 0
29582 nfields = split(line, field, "@")
29583 substed = 0
29584 len = length(field[1])
29585 for (i = 2; i < nfields; i++) {
29586 key = field[i]
29587 keylen = length(key)
29588 if (S_is_set[key]) {
29589 value = S[key]
29590 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29591 len += length(value) + length(field[++i])
29592 substed = 1
29593 } else
29594 len += 1 + keylen
29596 if (nfields == 3 && !substed) {
29597 key = field[2]
29598 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29599 \$ac_cs_awk_read_file
29600 next
29603 print line
29605 \$ac_cs_awk_pipe_fini
29606 _ACAWK
29607 _ACEOF
29608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29609 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29610 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29611 else
29613 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29614 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29615 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29616 { (exit 1); exit 1; }; }
29617 _ACEOF
29619 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29620 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29621 # trailing colons and then remove the whole line if VPATH becomes empty
29622 # (actually we leave an empty line to preserve line numbers).
29623 if test "x$srcdir" = x.; then
29624 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29625 s/:*\$(srcdir):*/:/
29626 s/:*\${srcdir}:*/:/
29627 s/:*@srcdir@:*/:/
29628 s/^\([^=]*=[ ]*\):*/\1/
29629 s/:*$//
29630 s/^[^=]*=[ ]*$//
29634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29635 fi # test -n "$CONFIG_FILES"
29637 # Set up the scripts for CONFIG_HEADERS section.
29638 # No need to generate them if there are no CONFIG_HEADERS.
29639 # This happens for instance with `./config.status Makefile'.
29640 if test -n "$CONFIG_HEADERS"; then
29641 cat >"$tmp/defines.awk" <<\_ACAWK ||
29642 BEGIN {
29643 _ACEOF
29645 # Transform confdefs.h into an awk script `defines.awk', embedded as
29646 # here-document in config.status, that substitutes the proper values into
29647 # config.h.in to produce config.h.
29649 # Create a delimiter string that does not exist in confdefs.h, to ease
29650 # handling of long lines.
29651 ac_delim='%!_!# '
29652 for ac_last_try in false false :; do
29653 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29654 if test -z "$ac_t"; then
29655 break
29656 elif $ac_last_try; then
29657 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29658 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29659 { (exit 1); exit 1; }; }
29660 else
29661 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29663 done
29665 # For the awk script, D is an array of macro values keyed by name,
29666 # likewise P contains macro parameters if any. Preserve backslash
29667 # newline sequences.
29669 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29670 sed -n '
29671 s/.\{148\}/&'"$ac_delim"'/g
29672 t rset
29673 :rset
29674 s/^[ ]*#[ ]*define[ ][ ]*/ /
29675 t def
29677 :def
29678 s/\\$//
29679 t bsnl
29680 s/["\\]/\\&/g
29681 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29682 D["\1"]=" \3"/p
29683 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29685 :bsnl
29686 s/["\\]/\\&/g
29687 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29688 D["\1"]=" \3\\\\\\n"\\/p
29689 t cont
29690 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29691 t cont
29693 :cont
29695 s/.\{148\}/&'"$ac_delim"'/g
29696 t clear
29697 :clear
29698 s/\\$//
29699 t bsnlc
29700 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29702 :bsnlc
29703 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29704 b cont
29705 ' <confdefs.h | sed '
29706 s/'"$ac_delim"'/"\\\
29707 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29709 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29710 for (key in D) D_is_set[key] = 1
29711 FS = "\a"
29713 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29714 line = \$ 0
29715 split(line, arg, " ")
29716 if (arg[1] == "#") {
29717 defundef = arg[2]
29718 mac1 = arg[3]
29719 } else {
29720 defundef = substr(arg[1], 2)
29721 mac1 = arg[2]
29723 split(mac1, mac2, "(") #)
29724 macro = mac2[1]
29725 prefix = substr(line, 1, index(line, defundef) - 1)
29726 if (D_is_set[macro]) {
29727 # Preserve the white space surrounding the "#".
29728 print prefix "define", macro P[macro] D[macro]
29729 next
29730 } else {
29731 # Replace #undef with comments. This is necessary, for example,
29732 # in the case of _POSIX_SOURCE, which is predefined and required
29733 # on some systems where configure will not decide to define it.
29734 if (defundef == "undef") {
29735 print "/*", prefix defundef, macro, "*/"
29736 next
29740 { print }
29741 _ACAWK
29742 _ACEOF
29743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29744 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29745 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29746 { (exit 1); exit 1; }; }
29747 fi # test -n "$CONFIG_HEADERS"
29750 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29751 shift
29752 for ac_tag
29754 case $ac_tag in
29755 :[FHLC]) ac_mode=$ac_tag; continue;;
29756 esac
29757 case $ac_mode$ac_tag in
29758 :[FHL]*:*);;
29759 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29760 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29761 { (exit 1); exit 1; }; };;
29762 :[FH]-) ac_tag=-:-;;
29763 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29764 esac
29765 ac_save_IFS=$IFS
29766 IFS=:
29767 set x $ac_tag
29768 IFS=$ac_save_IFS
29769 shift
29770 ac_file=$1
29771 shift
29773 case $ac_mode in
29774 :L) ac_source=$1;;
29775 :[FH])
29776 ac_file_inputs=
29777 for ac_f
29779 case $ac_f in
29780 -) ac_f="$tmp/stdin";;
29781 *) # Look for the file first in the build tree, then in the source tree
29782 # (if the path is not absolute). The absolute path cannot be DOS-style,
29783 # because $ac_f cannot contain `:'.
29784 test -f "$ac_f" ||
29785 case $ac_f in
29786 [\\/$]*) false;;
29787 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29788 esac ||
29789 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29790 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29791 { (exit 1); exit 1; }; };;
29792 esac
29793 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29794 ac_file_inputs="$ac_file_inputs '$ac_f'"
29795 done
29797 # Let's still pretend it is `configure' which instantiates (i.e., don't
29798 # use $as_me), people would be surprised to read:
29799 # /* config.h. Generated by config.status. */
29800 configure_input='Generated from '`
29801 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29802 `' by configure.'
29803 if test x"$ac_file" != x-; then
29804 configure_input="$ac_file. $configure_input"
29805 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29806 $as_echo "$as_me: creating $ac_file" >&6;}
29808 # Neutralize special characters interpreted by sed in replacement strings.
29809 case $configure_input in #(
29810 *\&* | *\|* | *\\* )
29811 ac_sed_conf_input=`$as_echo "$configure_input" |
29812 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29813 *) ac_sed_conf_input=$configure_input;;
29814 esac
29816 case $ac_tag in
29817 *:-:* | *:-) cat >"$tmp/stdin" \
29818 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29819 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29820 { (exit 1); exit 1; }; } ;;
29821 esac
29823 esac
29825 ac_dir=`$as_dirname -- "$ac_file" ||
29826 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29827 X"$ac_file" : 'X\(//\)[^/]' \| \
29828 X"$ac_file" : 'X\(//\)$' \| \
29829 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29830 $as_echo X"$ac_file" |
29831 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29832 s//\1/
29835 /^X\(\/\/\)[^/].*/{
29836 s//\1/
29839 /^X\(\/\/\)$/{
29840 s//\1/
29843 /^X\(\/\).*/{
29844 s//\1/
29847 s/.*/./; q'`
29848 { as_dir="$ac_dir"
29849 case $as_dir in #(
29850 -*) as_dir=./$as_dir;;
29851 esac
29852 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29853 as_dirs=
29854 while :; do
29855 case $as_dir in #(
29856 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29857 *) as_qdir=$as_dir;;
29858 esac
29859 as_dirs="'$as_qdir' $as_dirs"
29860 as_dir=`$as_dirname -- "$as_dir" ||
29861 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29862 X"$as_dir" : 'X\(//\)[^/]' \| \
29863 X"$as_dir" : 'X\(//\)$' \| \
29864 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29865 $as_echo X"$as_dir" |
29866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29867 s//\1/
29870 /^X\(\/\/\)[^/].*/{
29871 s//\1/
29874 /^X\(\/\/\)$/{
29875 s//\1/
29878 /^X\(\/\).*/{
29879 s//\1/
29882 s/.*/./; q'`
29883 test -d "$as_dir" && break
29884 done
29885 test -z "$as_dirs" || eval "mkdir $as_dirs"
29886 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29887 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29888 { (exit 1); exit 1; }; }; }
29889 ac_builddir=.
29891 case "$ac_dir" in
29892 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29894 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29895 # A ".." for each directory in $ac_dir_suffix.
29896 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29897 case $ac_top_builddir_sub in
29898 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29899 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29900 esac ;;
29901 esac
29902 ac_abs_top_builddir=$ac_pwd
29903 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29904 # for backward compatibility:
29905 ac_top_builddir=$ac_top_build_prefix
29907 case $srcdir in
29908 .) # We are building in place.
29909 ac_srcdir=.
29910 ac_top_srcdir=$ac_top_builddir_sub
29911 ac_abs_top_srcdir=$ac_pwd ;;
29912 [\\/]* | ?:[\\/]* ) # Absolute name.
29913 ac_srcdir=$srcdir$ac_dir_suffix;
29914 ac_top_srcdir=$srcdir
29915 ac_abs_top_srcdir=$srcdir ;;
29916 *) # Relative name.
29917 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29918 ac_top_srcdir=$ac_top_build_prefix$srcdir
29919 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29920 esac
29921 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29924 case $ac_mode in
29927 # CONFIG_FILE
29930 case $INSTALL in
29931 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29932 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29933 esac
29934 _ACEOF
29936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29937 # If the template does not know about datarootdir, expand it.
29938 # FIXME: This hack should be removed a few years after 2.60.
29939 ac_datarootdir_hack=; ac_datarootdir_seen=
29941 ac_sed_dataroot='
29942 /datarootdir/ {
29946 /@datadir@/p
29947 /@docdir@/p
29948 /@infodir@/p
29949 /@localedir@/p
29950 /@mandir@/p
29952 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29953 *datarootdir*) ac_datarootdir_seen=yes;;
29954 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29955 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29956 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29957 _ACEOF
29958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29959 ac_datarootdir_hack='
29960 s&@datadir@&$datadir&g
29961 s&@docdir@&$docdir&g
29962 s&@infodir@&$infodir&g
29963 s&@localedir@&$localedir&g
29964 s&@mandir@&$mandir&g
29965 s&\\\${datarootdir}&$datarootdir&g' ;;
29966 esac
29967 _ACEOF
29969 # Neutralize VPATH when `$srcdir' = `.'.
29970 # Shell code in configure.ac might set extrasub.
29971 # FIXME: do we really want to maintain this feature?
29972 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29973 ac_sed_extra="$ac_vpsub
29974 $extrasub
29975 _ACEOF
29976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29978 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29979 s|@configure_input@|$ac_sed_conf_input|;t t
29980 s&@top_builddir@&$ac_top_builddir_sub&;t t
29981 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29982 s&@srcdir@&$ac_srcdir&;t t
29983 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29984 s&@top_srcdir@&$ac_top_srcdir&;t t
29985 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29986 s&@builddir@&$ac_builddir&;t t
29987 s&@abs_builddir@&$ac_abs_builddir&;t t
29988 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29989 s&@INSTALL@&$ac_INSTALL&;t t
29990 $ac_datarootdir_hack
29992 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29993 if $ac_cs_awk_getline; then
29994 $AWK -f "$tmp/subs.awk"
29995 else
29996 $AWK -f "$tmp/subs.awk" | $SHELL
29997 fi >$tmp/out \
29998 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29999 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30000 { (exit 1); exit 1; }; }
30002 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30003 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30004 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30005 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30006 which seems to be undefined. Please make sure it is defined." >&5
30007 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30008 which seems to be undefined. Please make sure it is defined." >&2;}
30010 rm -f "$tmp/stdin"
30011 case $ac_file in
30012 -) cat "$tmp/out" && rm -f "$tmp/out";;
30013 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30014 esac \
30015 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30016 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30017 { (exit 1); exit 1; }; }
30021 # CONFIG_HEADER
30023 if test x"$ac_file" != x-; then
30025 $as_echo "/* $configure_input */" \
30026 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30027 } >"$tmp/config.h" \
30028 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30029 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30030 { (exit 1); exit 1; }; }
30031 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30032 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30033 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30034 else
30035 rm -f "$ac_file"
30036 mv "$tmp/config.h" "$ac_file" \
30037 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30038 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30039 { (exit 1); exit 1; }; }
30041 else
30042 $as_echo "/* $configure_input */" \
30043 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30044 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30045 $as_echo "$as_me: error: could not create -" >&2;}
30046 { (exit 1); exit 1; }; }
30050 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30051 $as_echo "$as_me: executing $ac_file commands" >&6;}
30053 esac
30056 case $ac_file$ac_mode in
30057 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30058 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30059 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30060 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30061 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30062 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30063 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30064 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30065 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30066 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30067 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30068 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30069 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30071 esac
30072 done # for ac_tag
30075 { (exit 0); exit 0; }
30076 _ACEOF
30077 chmod +x $CONFIG_STATUS
30078 ac_clean_files=$ac_clean_files_save
30080 test $ac_write_fail = 0 ||
30081 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30082 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30083 { (exit 1); exit 1; }; }
30086 # configure is writing to config.log, and then calls config.status.
30087 # config.status does its own redirection, appending to config.log.
30088 # Unfortunately, on DOS this fails, as config.log is still kept open
30089 # by configure, so config.status won't be able to write to it; its
30090 # output is simply discarded. So we exec the FD to /dev/null,
30091 # effectively closing config.log, so it can be properly (re)opened and
30092 # appended to by config.status. When coming back to configure, we
30093 # need to make the FD available again.
30094 if test "$no_create" != yes; then
30095 ac_cs_success=:
30096 ac_config_status_args=
30097 test "$silent" = yes &&
30098 ac_config_status_args="$ac_config_status_args --quiet"
30099 exec 5>/dev/null
30100 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30101 exec 5>>config.log
30102 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30103 # would make configure fail if this is the last instruction.
30104 $ac_cs_success || { (exit 1); exit 1; }
30106 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30107 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30108 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30112 if test "$no_create" = "yes"
30113 then
30114 exit 0
30117 ac_save_IFS="$IFS"
30118 if test "x$wine_notices != "x; then
30119 echo >&6
30120 IFS="|"
30121 for msg in $wine_notices; do
30122 IFS="$ac_save_IFS"
30123 if test -n "$msg"; then
30124 { $as_echo "$as_me:$LINENO: $msg" >&5
30125 $as_echo "$as_me: $msg" >&6;}
30127 done
30129 IFS="|"
30130 for msg in $wine_warnings; do
30131 IFS="$ac_save_IFS"
30132 if test -n "$msg"; then
30133 echo >&2
30134 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30135 $as_echo "$as_me: WARNING: $msg" >&2;}
30137 done
30138 IFS="$ac_save_IFS"
30140 echo "
30141 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30142 " >&6