ole32: Make ole2.dll into a stand-alone 16-bit module.
[wine/multimedia.git] / configure
blobe453fee05bd99a3b38fc6de7720b4bdd20897267
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 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.16'
600 PACKAGE_STRING='Wine 1.1.16'
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.16 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.16:";;
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.16
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.16, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_comm_drv16=${enable_comm_drv16:-no}
3905 enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3906 enable_display_drv16=${enable_display_drv16:-no}
3907 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3908 enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3909 enable_lzexpand_dll16=${enable_lzexpand_dll16:-no}
3910 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3911 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3912 enable_mouse_drv16=${enable_mouse_drv16:-no}
3913 enable_msacm_dll16=${enable_msacm_dll16:-no}
3914 enable_ole2_dll16=${enable_ole2_dll16:-no}
3915 enable_ole2conv_dll16=${enable_ole2conv_dll16:-no}
3916 enable_ole2nls_dll16=${enable_ole2nls_dll16:-no}
3917 enable_ole2prox_dll16=${enable_ole2prox_dll16:-no}
3918 enable_ole2thk_dll16=${enable_ole2thk_dll16:-no}
3919 enable_olecli_dll16=${enable_olecli_dll16:-no}
3920 enable_olesvr_dll16=${enable_olesvr_dll16:-no}
3921 enable_storage_dll16=${enable_storage_dll16:-no}
3922 enable_stress_dll16=${enable_stress_dll16:-no}
3923 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3924 enable_vmm_vxd=${enable_vmm_vxd:-no}
3925 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3926 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3927 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3928 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3929 enable_w32skrnl=${enable_w32skrnl:-no}
3930 enable_win87em_dll16=${enable_win87em_dll16:-no}
3931 enable_windebug_dll16=${enable_windebug_dll16:-no}
3932 enable_winedos=${enable_winedos:-no}
3933 enable_winevdm=${enable_winevdm:-no}
3934 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3935 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3938 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3939 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3940 if test "${wine_cv_toolsdir+set}" = set; then
3941 $as_echo_n "(cached) " >&6
3942 else
3943 if test -z "$with_wine_tools"; then
3944 if test "$cross_compiling" = "yes"; then
3945 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3946 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3947 { (exit 1); exit 1; }; }
3948 else
3949 wine_cv_toolsdir="\$(TOPOBJDIR)"
3951 elif test -d "$with_wine_tools/tools/winebuild"; then
3952 case $with_wine_tools in
3953 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3954 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3955 esac
3956 else
3957 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3958 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3959 { (exit 1); exit 1; }; }
3962 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3963 $as_echo "$wine_cv_toolsdir" >&6; }
3964 TOOLSDIR=$wine_cv_toolsdir
3966 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3967 then
3968 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3972 for ac_prog in flex
3974 # Extract the first word of "$ac_prog", so it can be a program name with args.
3975 set dummy $ac_prog; ac_word=$2
3976 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3977 $as_echo_n "checking for $ac_word... " >&6; }
3978 if test "${ac_cv_prog_FLEX+set}" = set; then
3979 $as_echo_n "(cached) " >&6
3980 else
3981 if test -n "$FLEX"; then
3982 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3983 else
3984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3985 for as_dir in $PATH
3987 IFS=$as_save_IFS
3988 test -z "$as_dir" && as_dir=.
3989 for ac_exec_ext in '' $ac_executable_extensions; do
3990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3991 ac_cv_prog_FLEX="$ac_prog"
3992 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3993 break 2
3995 done
3996 done
3997 IFS=$as_save_IFS
4001 FLEX=$ac_cv_prog_FLEX
4002 if test -n "$FLEX"; then
4003 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4004 $as_echo "$FLEX" >&6; }
4005 else
4006 { $as_echo "$as_me:$LINENO: result: no" >&5
4007 $as_echo "no" >&6; }
4011 test -n "$FLEX" && break
4012 done
4013 test -n "$FLEX" || FLEX="none"
4015 if test "$FLEX" = "none"
4016 then
4017 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4018 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4019 { (exit 1); exit 1; }; }
4022 for ac_prog in bison
4024 # Extract the first word of "$ac_prog", so it can be a program name with args.
4025 set dummy $ac_prog; ac_word=$2
4026 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4027 $as_echo_n "checking for $ac_word... " >&6; }
4028 if test "${ac_cv_prog_BISON+set}" = set; then
4029 $as_echo_n "(cached) " >&6
4030 else
4031 if test -n "$BISON"; then
4032 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4033 else
4034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4035 for as_dir in $PATH
4037 IFS=$as_save_IFS
4038 test -z "$as_dir" && as_dir=.
4039 for ac_exec_ext in '' $ac_executable_extensions; do
4040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4041 ac_cv_prog_BISON="$ac_prog"
4042 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4043 break 2
4045 done
4046 done
4047 IFS=$as_save_IFS
4051 BISON=$ac_cv_prog_BISON
4052 if test -n "$BISON"; then
4053 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4054 $as_echo "$BISON" >&6; }
4055 else
4056 { $as_echo "$as_me:$LINENO: result: no" >&5
4057 $as_echo "no" >&6; }
4061 test -n "$BISON" && break
4062 done
4063 test -n "$BISON" || BISON="none"
4065 if test "$BISON" = "none"
4066 then
4067 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4068 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4069 { (exit 1); exit 1; }; }
4072 if test -n "$ac_tool_prefix"; then
4073 for ac_prog in gas as
4075 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4076 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4078 $as_echo_n "checking for $ac_word... " >&6; }
4079 if test "${ac_cv_prog_AS+set}" = set; then
4080 $as_echo_n "(cached) " >&6
4081 else
4082 if test -n "$AS"; then
4083 ac_cv_prog_AS="$AS" # Let the user override the test.
4084 else
4085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086 for as_dir in $PATH
4088 IFS=$as_save_IFS
4089 test -z "$as_dir" && as_dir=.
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4093 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4094 break 2
4096 done
4097 done
4098 IFS=$as_save_IFS
4102 AS=$ac_cv_prog_AS
4103 if test -n "$AS"; then
4104 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4105 $as_echo "$AS" >&6; }
4106 else
4107 { $as_echo "$as_me:$LINENO: result: no" >&5
4108 $as_echo "no" >&6; }
4112 test -n "$AS" && break
4113 done
4115 if test -z "$AS"; then
4116 ac_ct_AS=$AS
4117 for ac_prog in gas as
4119 # Extract the first word of "$ac_prog", so it can be a program name with args.
4120 set dummy $ac_prog; ac_word=$2
4121 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4122 $as_echo_n "checking for $ac_word... " >&6; }
4123 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4124 $as_echo_n "(cached) " >&6
4125 else
4126 if test -n "$ac_ct_AS"; then
4127 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4128 else
4129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4130 for as_dir in $PATH
4132 IFS=$as_save_IFS
4133 test -z "$as_dir" && as_dir=.
4134 for ac_exec_ext in '' $ac_executable_extensions; do
4135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4136 ac_cv_prog_ac_ct_AS="$ac_prog"
4137 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4138 break 2
4140 done
4141 done
4142 IFS=$as_save_IFS
4146 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4147 if test -n "$ac_ct_AS"; then
4148 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4149 $as_echo "$ac_ct_AS" >&6; }
4150 else
4151 { $as_echo "$as_me:$LINENO: result: no" >&5
4152 $as_echo "no" >&6; }
4156 test -n "$ac_ct_AS" && break
4157 done
4159 if test "x$ac_ct_AS" = x; then
4160 AS="as"
4161 else
4162 case $cross_compiling:$ac_tool_warned in
4163 yes:)
4164 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4165 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4166 ac_tool_warned=yes ;;
4167 esac
4168 AS=$ac_ct_AS
4172 if test -n "$ac_tool_prefix"; then
4173 for ac_prog in ld gld
4175 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4176 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4177 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4178 $as_echo_n "checking for $ac_word... " >&6; }
4179 if test "${ac_cv_prog_LD+set}" = set; then
4180 $as_echo_n "(cached) " >&6
4181 else
4182 if test -n "$LD"; then
4183 ac_cv_prog_LD="$LD" # Let the user override the test.
4184 else
4185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186 for as_dir in $PATH
4188 IFS=$as_save_IFS
4189 test -z "$as_dir" && as_dir=.
4190 for ac_exec_ext in '' $ac_executable_extensions; do
4191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4192 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4193 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4194 break 2
4196 done
4197 done
4198 IFS=$as_save_IFS
4202 LD=$ac_cv_prog_LD
4203 if test -n "$LD"; then
4204 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4205 $as_echo "$LD" >&6; }
4206 else
4207 { $as_echo "$as_me:$LINENO: result: no" >&5
4208 $as_echo "no" >&6; }
4212 test -n "$LD" && break
4213 done
4215 if test -z "$LD"; then
4216 ac_ct_LD=$LD
4217 for ac_prog in ld gld
4219 # Extract the first word of "$ac_prog", so it can be a program name with args.
4220 set dummy $ac_prog; ac_word=$2
4221 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4222 $as_echo_n "checking for $ac_word... " >&6; }
4223 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4224 $as_echo_n "(cached) " >&6
4225 else
4226 if test -n "$ac_ct_LD"; then
4227 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4228 else
4229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4230 for as_dir in $PATH
4232 IFS=$as_save_IFS
4233 test -z "$as_dir" && as_dir=.
4234 for ac_exec_ext in '' $ac_executable_extensions; do
4235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4236 ac_cv_prog_ac_ct_LD="$ac_prog"
4237 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 break 2
4240 done
4241 done
4242 IFS=$as_save_IFS
4246 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4247 if test -n "$ac_ct_LD"; then
4248 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4249 $as_echo "$ac_ct_LD" >&6; }
4250 else
4251 { $as_echo "$as_me:$LINENO: result: no" >&5
4252 $as_echo "no" >&6; }
4256 test -n "$ac_ct_LD" && break
4257 done
4259 if test "x$ac_ct_LD" = x; then
4260 LD="ld"
4261 else
4262 case $cross_compiling:$ac_tool_warned in
4263 yes:)
4264 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4266 ac_tool_warned=yes ;;
4267 esac
4268 LD=$ac_ct_LD
4272 if test -n "$ac_tool_prefix"; then
4273 for ac_prog in nm gnm
4275 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4276 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4277 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4278 $as_echo_n "checking for $ac_word... " >&6; }
4279 if test "${ac_cv_prog_NM+set}" = set; then
4280 $as_echo_n "(cached) " >&6
4281 else
4282 if test -n "$NM"; then
4283 ac_cv_prog_NM="$NM" # Let the user override the test.
4284 else
4285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4286 for as_dir in $PATH
4288 IFS=$as_save_IFS
4289 test -z "$as_dir" && as_dir=.
4290 for ac_exec_ext in '' $ac_executable_extensions; do
4291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4292 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4293 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4294 break 2
4296 done
4297 done
4298 IFS=$as_save_IFS
4302 NM=$ac_cv_prog_NM
4303 if test -n "$NM"; then
4304 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4305 $as_echo "$NM" >&6; }
4306 else
4307 { $as_echo "$as_me:$LINENO: result: no" >&5
4308 $as_echo "no" >&6; }
4312 test -n "$NM" && break
4313 done
4315 if test -z "$NM"; then
4316 ac_ct_NM=$NM
4317 for ac_prog in nm gnm
4319 # Extract the first word of "$ac_prog", so it can be a program name with args.
4320 set dummy $ac_prog; ac_word=$2
4321 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4322 $as_echo_n "checking for $ac_word... " >&6; }
4323 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4324 $as_echo_n "(cached) " >&6
4325 else
4326 if test -n "$ac_ct_NM"; then
4327 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4328 else
4329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4330 for as_dir in $PATH
4332 IFS=$as_save_IFS
4333 test -z "$as_dir" && as_dir=.
4334 for ac_exec_ext in '' $ac_executable_extensions; do
4335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4336 ac_cv_prog_ac_ct_NM="$ac_prog"
4337 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4338 break 2
4340 done
4341 done
4342 IFS=$as_save_IFS
4346 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4347 if test -n "$ac_ct_NM"; then
4348 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4349 $as_echo "$ac_ct_NM" >&6; }
4350 else
4351 { $as_echo "$as_me:$LINENO: result: no" >&5
4352 $as_echo "no" >&6; }
4356 test -n "$ac_ct_NM" && break
4357 done
4359 if test "x$ac_ct_NM" = x; then
4360 NM="nm"
4361 else
4362 case $cross_compiling:$ac_tool_warned in
4363 yes:)
4364 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4365 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4366 ac_tool_warned=yes ;;
4367 esac
4368 NM=$ac_ct_NM
4372 if test -n "$ac_tool_prefix"; then
4373 for ac_prog in ar gar
4375 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4376 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4377 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4378 $as_echo_n "checking for $ac_word... " >&6; }
4379 if test "${ac_cv_prog_AR+set}" = set; then
4380 $as_echo_n "(cached) " >&6
4381 else
4382 if test -n "$AR"; then
4383 ac_cv_prog_AR="$AR" # Let the user override the test.
4384 else
4385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4386 for as_dir in $PATH
4388 IFS=$as_save_IFS
4389 test -z "$as_dir" && as_dir=.
4390 for ac_exec_ext in '' $ac_executable_extensions; do
4391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4392 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4393 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4394 break 2
4396 done
4397 done
4398 IFS=$as_save_IFS
4402 AR=$ac_cv_prog_AR
4403 if test -n "$AR"; then
4404 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4405 $as_echo "$AR" >&6; }
4406 else
4407 { $as_echo "$as_me:$LINENO: result: no" >&5
4408 $as_echo "no" >&6; }
4412 test -n "$AR" && break
4413 done
4415 if test -z "$AR"; then
4416 ac_ct_AR=$AR
4417 for ac_prog in ar gar
4419 # Extract the first word of "$ac_prog", so it can be a program name with args.
4420 set dummy $ac_prog; ac_word=$2
4421 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4422 $as_echo_n "checking for $ac_word... " >&6; }
4423 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4424 $as_echo_n "(cached) " >&6
4425 else
4426 if test -n "$ac_ct_AR"; then
4427 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4428 else
4429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4430 for as_dir in $PATH
4432 IFS=$as_save_IFS
4433 test -z "$as_dir" && as_dir=.
4434 for ac_exec_ext in '' $ac_executable_extensions; do
4435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4436 ac_cv_prog_ac_ct_AR="$ac_prog"
4437 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4438 break 2
4440 done
4441 done
4442 IFS=$as_save_IFS
4446 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4447 if test -n "$ac_ct_AR"; then
4448 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4449 $as_echo "$ac_ct_AR" >&6; }
4450 else
4451 { $as_echo "$as_me:$LINENO: result: no" >&5
4452 $as_echo "no" >&6; }
4456 test -n "$ac_ct_AR" && break
4457 done
4459 if test "x$ac_ct_AR" = x; then
4460 AR="ar"
4461 else
4462 case $cross_compiling:$ac_tool_warned in
4463 yes:)
4464 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4465 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4466 ac_tool_warned=yes ;;
4467 esac
4468 AR=$ac_ct_AR
4472 ARFLAGS=rc
4474 if test -n "$ac_tool_prefix"; then
4475 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4476 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4477 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_RANLIB+set}" = set; then
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$RANLIB"; then
4483 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4493 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 RANLIB=$ac_cv_prog_RANLIB
4503 if test -n "$RANLIB"; then
4504 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4505 $as_echo "$RANLIB" >&6; }
4506 else
4507 { $as_echo "$as_me:$LINENO: result: no" >&5
4508 $as_echo "no" >&6; }
4513 if test -z "$ac_cv_prog_RANLIB"; then
4514 ac_ct_RANLIB=$RANLIB
4515 # Extract the first word of "ranlib", so it can be a program name with args.
4516 set dummy ranlib; ac_word=$2
4517 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4518 $as_echo_n "checking for $ac_word... " >&6; }
4519 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4520 $as_echo_n "(cached) " >&6
4521 else
4522 if test -n "$ac_ct_RANLIB"; then
4523 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4524 else
4525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4526 for as_dir in $PATH
4528 IFS=$as_save_IFS
4529 test -z "$as_dir" && as_dir=.
4530 for ac_exec_ext in '' $ac_executable_extensions; do
4531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4532 ac_cv_prog_ac_ct_RANLIB="ranlib"
4533 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4534 break 2
4536 done
4537 done
4538 IFS=$as_save_IFS
4542 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4543 if test -n "$ac_ct_RANLIB"; then
4544 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4545 $as_echo "$ac_ct_RANLIB" >&6; }
4546 else
4547 { $as_echo "$as_me:$LINENO: result: no" >&5
4548 $as_echo "no" >&6; }
4551 if test "x$ac_ct_RANLIB" = x; then
4552 RANLIB=":"
4553 else
4554 case $cross_compiling:$ac_tool_warned in
4555 yes:)
4556 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4557 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4558 ac_tool_warned=yes ;;
4559 esac
4560 RANLIB=$ac_ct_RANLIB
4562 else
4563 RANLIB="$ac_cv_prog_RANLIB"
4566 if test -n "$ac_tool_prefix"; then
4567 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4568 set dummy ${ac_tool_prefix}strip; ac_word=$2
4569 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4570 $as_echo_n "checking for $ac_word... " >&6; }
4571 if test "${ac_cv_prog_STRIP+set}" = set; then
4572 $as_echo_n "(cached) " >&6
4573 else
4574 if test -n "$STRIP"; then
4575 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4576 else
4577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4578 for as_dir in $PATH
4580 IFS=$as_save_IFS
4581 test -z "$as_dir" && as_dir=.
4582 for ac_exec_ext in '' $ac_executable_extensions; do
4583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4584 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4585 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4586 break 2
4588 done
4589 done
4590 IFS=$as_save_IFS
4594 STRIP=$ac_cv_prog_STRIP
4595 if test -n "$STRIP"; then
4596 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4597 $as_echo "$STRIP" >&6; }
4598 else
4599 { $as_echo "$as_me:$LINENO: result: no" >&5
4600 $as_echo "no" >&6; }
4605 if test -z "$ac_cv_prog_STRIP"; then
4606 ac_ct_STRIP=$STRIP
4607 # Extract the first word of "strip", so it can be a program name with args.
4608 set dummy strip; ac_word=$2
4609 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4610 $as_echo_n "checking for $ac_word... " >&6; }
4611 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4612 $as_echo_n "(cached) " >&6
4613 else
4614 if test -n "$ac_ct_STRIP"; then
4615 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4616 else
4617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618 for as_dir in $PATH
4620 IFS=$as_save_IFS
4621 test -z "$as_dir" && as_dir=.
4622 for ac_exec_ext in '' $ac_executable_extensions; do
4623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4624 ac_cv_prog_ac_ct_STRIP="strip"
4625 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4626 break 2
4628 done
4629 done
4630 IFS=$as_save_IFS
4634 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4635 if test -n "$ac_ct_STRIP"; then
4636 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4637 $as_echo "$ac_ct_STRIP" >&6; }
4638 else
4639 { $as_echo "$as_me:$LINENO: result: no" >&5
4640 $as_echo "no" >&6; }
4643 if test "x$ac_ct_STRIP" = x; then
4644 STRIP="strip"
4645 else
4646 case $cross_compiling:$ac_tool_warned in
4647 yes:)
4648 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4649 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4650 ac_tool_warned=yes ;;
4651 esac
4652 STRIP=$ac_ct_STRIP
4654 else
4655 STRIP="$ac_cv_prog_STRIP"
4658 if test -n "$ac_tool_prefix"; then
4659 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4660 set dummy ${ac_tool_prefix}windres; ac_word=$2
4661 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4662 $as_echo_n "checking for $ac_word... " >&6; }
4663 if test "${ac_cv_prog_WINDRES+set}" = set; then
4664 $as_echo_n "(cached) " >&6
4665 else
4666 if test -n "$WINDRES"; then
4667 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4668 else
4669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4670 for as_dir in $PATH
4672 IFS=$as_save_IFS
4673 test -z "$as_dir" && as_dir=.
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4676 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4677 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4678 break 2
4680 done
4681 done
4682 IFS=$as_save_IFS
4686 WINDRES=$ac_cv_prog_WINDRES
4687 if test -n "$WINDRES"; then
4688 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4689 $as_echo "$WINDRES" >&6; }
4690 else
4691 { $as_echo "$as_me:$LINENO: result: no" >&5
4692 $as_echo "no" >&6; }
4697 if test -z "$ac_cv_prog_WINDRES"; then
4698 ac_ct_WINDRES=$WINDRES
4699 # Extract the first word of "windres", so it can be a program name with args.
4700 set dummy windres; ac_word=$2
4701 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4702 $as_echo_n "checking for $ac_word... " >&6; }
4703 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4704 $as_echo_n "(cached) " >&6
4705 else
4706 if test -n "$ac_ct_WINDRES"; then
4707 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4708 else
4709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710 for as_dir in $PATH
4712 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=.
4714 for ac_exec_ext in '' $ac_executable_extensions; do
4715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4716 ac_cv_prog_ac_ct_WINDRES="windres"
4717 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4718 break 2
4720 done
4721 done
4722 IFS=$as_save_IFS
4726 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4727 if test -n "$ac_ct_WINDRES"; then
4728 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4729 $as_echo "$ac_ct_WINDRES" >&6; }
4730 else
4731 { $as_echo "$as_me:$LINENO: result: no" >&5
4732 $as_echo "no" >&6; }
4735 if test "x$ac_ct_WINDRES" = x; then
4736 WINDRES="false"
4737 else
4738 case $cross_compiling:$ac_tool_warned in
4739 yes:)
4740 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4741 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4742 ac_tool_warned=yes ;;
4743 esac
4744 WINDRES=$ac_ct_WINDRES
4746 else
4747 WINDRES="$ac_cv_prog_WINDRES"
4750 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4751 $as_echo_n "checking whether ln -s works... " >&6; }
4752 LN_S=$as_ln_s
4753 if test "$LN_S" = "ln -s"; then
4754 { $as_echo "$as_me:$LINENO: result: yes" >&5
4755 $as_echo "yes" >&6; }
4756 else
4757 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4758 $as_echo "no, using $LN_S" >&6; }
4761 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4762 $as_echo_n "checking whether ln works... " >&6; }
4763 rm -f conf$$ conf$$.file
4764 echo >conf$$.file
4765 if ln conf$$.file conf$$ 2>/dev/null; then
4766 LN=ln
4768 { $as_echo "$as_me:$LINENO: result: yes" >&5
4769 $as_echo "yes" >&6; }
4770 else
4771 LN="cp -p"
4773 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4774 $as_echo "no, using $LN" >&6; }
4776 rm -f conf$$ conf$$.file
4777 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4778 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4779 if test "${ac_cv_path_GREP+set}" = set; then
4780 $as_echo_n "(cached) " >&6
4781 else
4782 if test -z "$GREP"; then
4783 ac_path_GREP_found=false
4784 # Loop through the user's path and test for each of PROGNAME-LIST
4785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4786 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4788 IFS=$as_save_IFS
4789 test -z "$as_dir" && as_dir=.
4790 for ac_prog in grep ggrep; do
4791 for ac_exec_ext in '' $ac_executable_extensions; do
4792 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4793 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4794 # Check for GNU ac_path_GREP and select it if it is found.
4795 # Check for GNU $ac_path_GREP
4796 case `"$ac_path_GREP" --version 2>&1` in
4797 *GNU*)
4798 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4800 ac_count=0
4801 $as_echo_n 0123456789 >"conftest.in"
4802 while :
4804 cat "conftest.in" "conftest.in" >"conftest.tmp"
4805 mv "conftest.tmp" "conftest.in"
4806 cp "conftest.in" "conftest.nl"
4807 $as_echo 'GREP' >> "conftest.nl"
4808 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4809 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4810 ac_count=`expr $ac_count + 1`
4811 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4812 # Best one so far, save it but keep looking for a better one
4813 ac_cv_path_GREP="$ac_path_GREP"
4814 ac_path_GREP_max=$ac_count
4816 # 10*(2^10) chars as input seems more than enough
4817 test $ac_count -gt 10 && break
4818 done
4819 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4820 esac
4822 $ac_path_GREP_found && break 3
4823 done
4824 done
4825 done
4826 IFS=$as_save_IFS
4827 if test -z "$ac_cv_path_GREP"; then
4828 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4829 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4830 { (exit 1); exit 1; }; }
4832 else
4833 ac_cv_path_GREP=$GREP
4837 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4838 $as_echo "$ac_cv_path_GREP" >&6; }
4839 GREP="$ac_cv_path_GREP"
4842 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4843 $as_echo_n "checking for egrep... " >&6; }
4844 if test "${ac_cv_path_EGREP+set}" = set; then
4845 $as_echo_n "(cached) " >&6
4846 else
4847 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4848 then ac_cv_path_EGREP="$GREP -E"
4849 else
4850 if test -z "$EGREP"; then
4851 ac_path_EGREP_found=false
4852 # Loop through the user's path and test for each of PROGNAME-LIST
4853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4854 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4856 IFS=$as_save_IFS
4857 test -z "$as_dir" && as_dir=.
4858 for ac_prog in egrep; do
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4861 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4862 # Check for GNU ac_path_EGREP and select it if it is found.
4863 # Check for GNU $ac_path_EGREP
4864 case `"$ac_path_EGREP" --version 2>&1` in
4865 *GNU*)
4866 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4868 ac_count=0
4869 $as_echo_n 0123456789 >"conftest.in"
4870 while :
4872 cat "conftest.in" "conftest.in" >"conftest.tmp"
4873 mv "conftest.tmp" "conftest.in"
4874 cp "conftest.in" "conftest.nl"
4875 $as_echo 'EGREP' >> "conftest.nl"
4876 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4877 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4878 ac_count=`expr $ac_count + 1`
4879 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4880 # Best one so far, save it but keep looking for a better one
4881 ac_cv_path_EGREP="$ac_path_EGREP"
4882 ac_path_EGREP_max=$ac_count
4884 # 10*(2^10) chars as input seems more than enough
4885 test $ac_count -gt 10 && break
4886 done
4887 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4888 esac
4890 $ac_path_EGREP_found && break 3
4891 done
4892 done
4893 done
4894 IFS=$as_save_IFS
4895 if test -z "$ac_cv_path_EGREP"; then
4896 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4897 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4898 { (exit 1); exit 1; }; }
4900 else
4901 ac_cv_path_EGREP=$EGREP
4906 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4907 $as_echo "$ac_cv_path_EGREP" >&6; }
4908 EGREP="$ac_cv_path_EGREP"
4911 # Extract the first word of "ldconfig", so it can be a program name with args.
4912 set dummy ldconfig; ac_word=$2
4913 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4914 $as_echo_n "checking for $ac_word... " >&6; }
4915 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4916 $as_echo_n "(cached) " >&6
4917 else
4918 case $LDCONFIG in
4919 [\\/]* | ?:[\\/]*)
4920 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924 for as_dir in /sbin /usr/sbin $PATH
4926 IFS=$as_save_IFS
4927 test -z "$as_dir" && as_dir=.
4928 for ac_exec_ext in '' $ac_executable_extensions; do
4929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4930 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4931 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4932 break 2
4934 done
4935 done
4936 IFS=$as_save_IFS
4938 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4940 esac
4942 LDCONFIG=$ac_cv_path_LDCONFIG
4943 if test -n "$LDCONFIG"; then
4944 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4945 $as_echo "$LDCONFIG" >&6; }
4946 else
4947 { $as_echo "$as_me:$LINENO: result: no" >&5
4948 $as_echo "no" >&6; }
4952 # Find a good install program. We prefer a C program (faster),
4953 # so one script is as good as another. But avoid the broken or
4954 # incompatible versions:
4955 # SysV /etc/install, /usr/sbin/install
4956 # SunOS /usr/etc/install
4957 # IRIX /sbin/install
4958 # AIX /bin/install
4959 # AmigaOS /C/install, which installs bootblocks on floppy discs
4960 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4961 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4962 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4963 # OS/2's system install, which has a completely different semantic
4964 # ./install, which can be erroneously created by make from ./install.sh.
4965 # Reject install programs that cannot install multiple files.
4966 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4967 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4968 if test -z "$INSTALL"; then
4969 if test "${ac_cv_path_install+set}" = set; then
4970 $as_echo_n "(cached) " >&6
4971 else
4972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4973 for as_dir in $PATH
4975 IFS=$as_save_IFS
4976 test -z "$as_dir" && as_dir=.
4977 # Account for people who put trailing slashes in PATH elements.
4978 case $as_dir/ in
4979 ./ | .// | /cC/* | \
4980 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4981 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4982 /usr/ucb/* ) ;;
4984 # OSF1 and SCO ODT 3.0 have their own names for install.
4985 # Don't use installbsd from OSF since it installs stuff as root
4986 # by default.
4987 for ac_prog in ginstall scoinst install; do
4988 for ac_exec_ext in '' $ac_executable_extensions; do
4989 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4990 if test $ac_prog = install &&
4991 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4992 # AIX install. It has an incompatible calling convention.
4994 elif test $ac_prog = install &&
4995 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4996 # program-specific install script used by HP pwplus--don't use.
4998 else
4999 rm -rf conftest.one conftest.two conftest.dir
5000 echo one > conftest.one
5001 echo two > conftest.two
5002 mkdir conftest.dir
5003 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5004 test -s conftest.one && test -s conftest.two &&
5005 test -s conftest.dir/conftest.one &&
5006 test -s conftest.dir/conftest.two
5007 then
5008 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5009 break 3
5013 done
5014 done
5016 esac
5018 done
5019 IFS=$as_save_IFS
5021 rm -rf conftest.one conftest.two conftest.dir
5024 if test "${ac_cv_path_install+set}" = set; then
5025 INSTALL=$ac_cv_path_install
5026 else
5027 # As a last resort, use the slow shell script. Don't cache a
5028 # value for INSTALL within a source directory, because that will
5029 # break other packages using the cache if that directory is
5030 # removed, or if the value is a relative name.
5031 INSTALL=$ac_install_sh
5034 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5035 $as_echo "$INSTALL" >&6; }
5037 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5038 # It thinks the first close brace ends the variable substitution.
5039 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5041 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5043 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5045 case "$INSTALL" in
5046 [\\/$]* | ?:[\\/]* ) ;;
5047 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5048 esac
5050 for ac_prog in lclint lint
5052 # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5055 $as_echo_n "checking for $ac_word... " >&6; }
5056 if test "${ac_cv_prog_LINT+set}" = set; then
5057 $as_echo_n "(cached) " >&6
5058 else
5059 if test -n "$LINT"; then
5060 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5061 else
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5065 IFS=$as_save_IFS
5066 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069 ac_cv_prog_LINT="$ac_prog"
5070 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5071 break 2
5073 done
5074 done
5075 IFS=$as_save_IFS
5079 LINT=$ac_cv_prog_LINT
5080 if test -n "$LINT"; then
5081 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5082 $as_echo "$LINT" >&6; }
5083 else
5084 { $as_echo "$as_me:$LINENO: result: no" >&5
5085 $as_echo "no" >&6; }
5089 test -n "$LINT" && break
5090 done
5092 if test "$LINT" = "lint"
5093 then
5094 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5099 for ac_prog in fontforge
5101 # Extract the first word of "$ac_prog", so it can be a program name with args.
5102 set dummy $ac_prog; ac_word=$2
5103 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5104 $as_echo_n "checking for $ac_word... " >&6; }
5105 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5106 $as_echo_n "(cached) " >&6
5107 else
5108 if test -n "$FONTFORGE"; then
5109 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5110 else
5111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5112 for as_dir in $PATH
5114 IFS=$as_save_IFS
5115 test -z "$as_dir" && as_dir=.
5116 for ac_exec_ext in '' $ac_executable_extensions; do
5117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5118 ac_cv_prog_FONTFORGE="$ac_prog"
5119 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5120 break 2
5122 done
5123 done
5124 IFS=$as_save_IFS
5128 FONTFORGE=$ac_cv_prog_FONTFORGE
5129 if test -n "$FONTFORGE"; then
5130 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5131 $as_echo "$FONTFORGE" >&6; }
5132 else
5133 { $as_echo "$as_me:$LINENO: result: no" >&5
5134 $as_echo "no" >&6; }
5138 test -n "$FONTFORGE" && break
5139 done
5140 test -n "$FONTFORGE" || FONTFORGE="false"
5142 for ac_prog in pkg-config
5144 # Extract the first word of "$ac_prog", so it can be a program name with args.
5145 set dummy $ac_prog; ac_word=$2
5146 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5147 $as_echo_n "checking for $ac_word... " >&6; }
5148 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5149 $as_echo_n "(cached) " >&6
5150 else
5151 if test -n "$PKG_CONFIG"; then
5152 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5153 else
5154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5155 for as_dir in $PATH
5157 IFS=$as_save_IFS
5158 test -z "$as_dir" && as_dir=.
5159 for ac_exec_ext in '' $ac_executable_extensions; do
5160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5161 ac_cv_prog_PKG_CONFIG="$ac_prog"
5162 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5163 break 2
5165 done
5166 done
5167 IFS=$as_save_IFS
5171 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5172 if test -n "$PKG_CONFIG"; then
5173 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5174 $as_echo "$PKG_CONFIG" >&6; }
5175 else
5176 { $as_echo "$as_me:$LINENO: result: no" >&5
5177 $as_echo "no" >&6; }
5181 test -n "$PKG_CONFIG" && break
5182 done
5183 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5185 for ac_prog in rsvg
5187 # Extract the first word of "$ac_prog", so it can be a program name with args.
5188 set dummy $ac_prog; ac_word=$2
5189 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5190 $as_echo_n "checking for $ac_word... " >&6; }
5191 if test "${ac_cv_prog_RSVG+set}" = set; then
5192 $as_echo_n "(cached) " >&6
5193 else
5194 if test -n "$RSVG"; then
5195 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5196 else
5197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5198 for as_dir in $PATH
5200 IFS=$as_save_IFS
5201 test -z "$as_dir" && as_dir=.
5202 for ac_exec_ext in '' $ac_executable_extensions; do
5203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5204 ac_cv_prog_RSVG="$ac_prog"
5205 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5206 break 2
5208 done
5209 done
5210 IFS=$as_save_IFS
5214 RSVG=$ac_cv_prog_RSVG
5215 if test -n "$RSVG"; then
5216 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5217 $as_echo "$RSVG" >&6; }
5218 else
5219 { $as_echo "$as_me:$LINENO: result: no" >&5
5220 $as_echo "no" >&6; }
5224 test -n "$RSVG" && break
5225 done
5226 test -n "$RSVG" || RSVG="false"
5228 for ac_prog in icotool
5230 # Extract the first word of "$ac_prog", so it can be a program name with args.
5231 set dummy $ac_prog; ac_word=$2
5232 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5233 $as_echo_n "checking for $ac_word... " >&6; }
5234 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5235 $as_echo_n "(cached) " >&6
5236 else
5237 if test -n "$ICOTOOL"; then
5238 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5239 else
5240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241 for as_dir in $PATH
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_exec_ext in '' $ac_executable_extensions; do
5246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5247 ac_cv_prog_ICOTOOL="$ac_prog"
5248 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5249 break 2
5251 done
5252 done
5253 IFS=$as_save_IFS
5257 ICOTOOL=$ac_cv_prog_ICOTOOL
5258 if test -n "$ICOTOOL"; then
5259 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5260 $as_echo "$ICOTOOL" >&6; }
5261 else
5262 { $as_echo "$as_me:$LINENO: result: no" >&5
5263 $as_echo "no" >&6; }
5267 test -n "$ICOTOOL" && break
5268 done
5269 test -n "$ICOTOOL" || ICOTOOL="false"
5272 if test "${enable_maintainer_mode+set}" = set
5273 then
5274 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5275 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5276 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5279 case $host_cpu in
5280 *i[3456789]86*)
5281 # Extract the first word of "prelink", so it can be a program name with args.
5282 set dummy prelink; ac_word=$2
5283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5284 $as_echo_n "checking for $ac_word... " >&6; }
5285 if test "${ac_cv_path_PRELINK+set}" = set; then
5286 $as_echo_n "(cached) " >&6
5287 else
5288 case $PRELINK in
5289 [\\/]* | ?:[\\/]*)
5290 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5294 for as_dir in /sbin /usr/sbin $PATH
5296 IFS=$as_save_IFS
5297 test -z "$as_dir" && as_dir=.
5298 for ac_exec_ext in '' $ac_executable_extensions; do
5299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5300 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5301 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5302 break 2
5304 done
5305 done
5306 IFS=$as_save_IFS
5308 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5310 esac
5312 PRELINK=$ac_cv_path_PRELINK
5313 if test -n "$PRELINK"; then
5314 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5315 $as_echo "$PRELINK" >&6; }
5316 else
5317 { $as_echo "$as_me:$LINENO: result: no" >&5
5318 $as_echo "no" >&6; }
5323 esac
5327 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5328 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5329 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5330 $as_echo_n "(cached) " >&6
5331 else
5332 ac_check_lib_save_LIBS=$LIBS
5333 LIBS="-li386 $LIBS"
5334 cat >conftest.$ac_ext <<_ACEOF
5335 /* confdefs.h. */
5336 _ACEOF
5337 cat confdefs.h >>conftest.$ac_ext
5338 cat >>conftest.$ac_ext <<_ACEOF
5339 /* end confdefs.h. */
5341 /* Override any GCC internal prototype to avoid an error.
5342 Use char because int might match the return type of a GCC
5343 builtin and then its argument prototype would still apply. */
5344 #ifdef __cplusplus
5345 extern "C"
5346 #endif
5347 char i386_set_ldt ();
5349 main ()
5351 return i386_set_ldt ();
5353 return 0;
5355 _ACEOF
5356 rm -f conftest.$ac_objext conftest$ac_exeext
5357 if { (ac_try="$ac_link"
5358 case "(($ac_try" in
5359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5360 *) ac_try_echo=$ac_try;;
5361 esac
5362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5363 $as_echo "$ac_try_echo") >&5
5364 (eval "$ac_link") 2>conftest.er1
5365 ac_status=$?
5366 grep -v '^ *+' conftest.er1 >conftest.err
5367 rm -f conftest.er1
5368 cat conftest.err >&5
5369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5370 (exit $ac_status); } && {
5371 test -z "$ac_c_werror_flag" ||
5372 test ! -s conftest.err
5373 } && test -s conftest$ac_exeext && {
5374 test "$cross_compiling" = yes ||
5375 $as_test_x conftest$ac_exeext
5376 }; then
5377 ac_cv_lib_i386_i386_set_ldt=yes
5378 else
5379 $as_echo "$as_me: failed program was:" >&5
5380 sed 's/^/| /' conftest.$ac_ext >&5
5382 ac_cv_lib_i386_i386_set_ldt=no
5385 rm -rf conftest.dSYM
5386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5387 conftest$ac_exeext conftest.$ac_ext
5388 LIBS=$ac_check_lib_save_LIBS
5390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5391 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5392 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5393 cat >>confdefs.h <<_ACEOF
5394 #define HAVE_LIBI386 1
5395 _ACEOF
5397 LIBS="-li386 $LIBS"
5402 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5403 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5404 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5405 $as_echo_n "(cached) " >&6
5406 else
5407 ac_check_lib_save_LIBS=$LIBS
5408 LIBS="-lossaudio $LIBS"
5409 cat >conftest.$ac_ext <<_ACEOF
5410 /* confdefs.h. */
5411 _ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h. */
5416 /* Override any GCC internal prototype to avoid an error.
5417 Use char because int might match the return type of a GCC
5418 builtin and then its argument prototype would still apply. */
5419 #ifdef __cplusplus
5420 extern "C"
5421 #endif
5422 char _oss_ioctl ();
5424 main ()
5426 return _oss_ioctl ();
5428 return 0;
5430 _ACEOF
5431 rm -f conftest.$ac_objext conftest$ac_exeext
5432 if { (ac_try="$ac_link"
5433 case "(($ac_try" in
5434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5435 *) ac_try_echo=$ac_try;;
5436 esac
5437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5438 $as_echo "$ac_try_echo") >&5
5439 (eval "$ac_link") 2>conftest.er1
5440 ac_status=$?
5441 grep -v '^ *+' conftest.er1 >conftest.err
5442 rm -f conftest.er1
5443 cat conftest.err >&5
5444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5445 (exit $ac_status); } && {
5446 test -z "$ac_c_werror_flag" ||
5447 test ! -s conftest.err
5448 } && test -s conftest$ac_exeext && {
5449 test "$cross_compiling" = yes ||
5450 $as_test_x conftest$ac_exeext
5451 }; then
5452 ac_cv_lib_ossaudio__oss_ioctl=yes
5453 else
5454 $as_echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5457 ac_cv_lib_ossaudio__oss_ioctl=no
5460 rm -rf conftest.dSYM
5461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5462 conftest$ac_exeext conftest.$ac_ext
5463 LIBS=$ac_check_lib_save_LIBS
5465 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5466 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5467 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5468 cat >>confdefs.h <<_ACEOF
5469 #define HAVE_LIBOSSAUDIO 1
5470 _ACEOF
5472 LIBS="-lossaudio $LIBS"
5477 XLIB=""
5479 OPENGL_LIBS=""
5483 ac_ext=c
5484 ac_cpp='$CPP $CPPFLAGS'
5485 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5486 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5487 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5488 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5489 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5490 # On Suns, sometimes $CPP names a directory.
5491 if test -n "$CPP" && test -d "$CPP"; then
5492 CPP=
5494 if test -z "$CPP"; then
5495 if test "${ac_cv_prog_CPP+set}" = set; then
5496 $as_echo_n "(cached) " >&6
5497 else
5498 # Double quotes because CPP needs to be expanded
5499 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5501 ac_preproc_ok=false
5502 for ac_c_preproc_warn_flag in '' yes
5504 # Use a header file that comes with gcc, so configuring glibc
5505 # with a fresh cross-compiler works.
5506 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5507 # <limits.h> exists even on freestanding compilers.
5508 # On the NeXT, cc -E runs the code through the compiler's parser,
5509 # not just through cpp. "Syntax error" is here to catch this case.
5510 cat >conftest.$ac_ext <<_ACEOF
5511 /* confdefs.h. */
5512 _ACEOF
5513 cat confdefs.h >>conftest.$ac_ext
5514 cat >>conftest.$ac_ext <<_ACEOF
5515 /* end confdefs.h. */
5516 #ifdef __STDC__
5517 # include <limits.h>
5518 #else
5519 # include <assert.h>
5520 #endif
5521 Syntax error
5522 _ACEOF
5523 if { (ac_try="$ac_cpp conftest.$ac_ext"
5524 case "(($ac_try" in
5525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5526 *) ac_try_echo=$ac_try;;
5527 esac
5528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5529 $as_echo "$ac_try_echo") >&5
5530 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5531 ac_status=$?
5532 grep -v '^ *+' conftest.er1 >conftest.err
5533 rm -f conftest.er1
5534 cat conftest.err >&5
5535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5536 (exit $ac_status); } >/dev/null && {
5537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5538 test ! -s conftest.err
5539 }; then
5541 else
5542 $as_echo "$as_me: failed program was:" >&5
5543 sed 's/^/| /' conftest.$ac_ext >&5
5545 # Broken: fails on valid input.
5546 continue
5549 rm -f conftest.err conftest.$ac_ext
5551 # OK, works on sane cases. Now check whether nonexistent headers
5552 # can be detected and how.
5553 cat >conftest.$ac_ext <<_ACEOF
5554 /* confdefs.h. */
5555 _ACEOF
5556 cat confdefs.h >>conftest.$ac_ext
5557 cat >>conftest.$ac_ext <<_ACEOF
5558 /* end confdefs.h. */
5559 #include <ac_nonexistent.h>
5560 _ACEOF
5561 if { (ac_try="$ac_cpp conftest.$ac_ext"
5562 case "(($ac_try" in
5563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5564 *) ac_try_echo=$ac_try;;
5565 esac
5566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5567 $as_echo "$ac_try_echo") >&5
5568 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5569 ac_status=$?
5570 grep -v '^ *+' conftest.er1 >conftest.err
5571 rm -f conftest.er1
5572 cat conftest.err >&5
5573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574 (exit $ac_status); } >/dev/null && {
5575 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5576 test ! -s conftest.err
5577 }; then
5578 # Broken: success on invalid input.
5579 continue
5580 else
5581 $as_echo "$as_me: failed program was:" >&5
5582 sed 's/^/| /' conftest.$ac_ext >&5
5584 # Passes both tests.
5585 ac_preproc_ok=:
5586 break
5589 rm -f conftest.err conftest.$ac_ext
5591 done
5592 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5593 rm -f conftest.err conftest.$ac_ext
5594 if $ac_preproc_ok; then
5595 break
5598 done
5599 ac_cv_prog_CPP=$CPP
5602 CPP=$ac_cv_prog_CPP
5603 else
5604 ac_cv_prog_CPP=$CPP
5606 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5607 $as_echo "$CPP" >&6; }
5608 ac_preproc_ok=false
5609 for ac_c_preproc_warn_flag in '' yes
5611 # Use a header file that comes with gcc, so configuring glibc
5612 # with a fresh cross-compiler works.
5613 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5614 # <limits.h> exists even on freestanding compilers.
5615 # On the NeXT, cc -E runs the code through the compiler's parser,
5616 # not just through cpp. "Syntax error" is here to catch this case.
5617 cat >conftest.$ac_ext <<_ACEOF
5618 /* confdefs.h. */
5619 _ACEOF
5620 cat confdefs.h >>conftest.$ac_ext
5621 cat >>conftest.$ac_ext <<_ACEOF
5622 /* end confdefs.h. */
5623 #ifdef __STDC__
5624 # include <limits.h>
5625 #else
5626 # include <assert.h>
5627 #endif
5628 Syntax error
5629 _ACEOF
5630 if { (ac_try="$ac_cpp conftest.$ac_ext"
5631 case "(($ac_try" in
5632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5633 *) ac_try_echo=$ac_try;;
5634 esac
5635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5636 $as_echo "$ac_try_echo") >&5
5637 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5638 ac_status=$?
5639 grep -v '^ *+' conftest.er1 >conftest.err
5640 rm -f conftest.er1
5641 cat conftest.err >&5
5642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5643 (exit $ac_status); } >/dev/null && {
5644 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5645 test ! -s conftest.err
5646 }; then
5648 else
5649 $as_echo "$as_me: failed program was:" >&5
5650 sed 's/^/| /' conftest.$ac_ext >&5
5652 # Broken: fails on valid input.
5653 continue
5656 rm -f conftest.err conftest.$ac_ext
5658 # OK, works on sane cases. Now check whether nonexistent headers
5659 # can be detected and how.
5660 cat >conftest.$ac_ext <<_ACEOF
5661 /* confdefs.h. */
5662 _ACEOF
5663 cat confdefs.h >>conftest.$ac_ext
5664 cat >>conftest.$ac_ext <<_ACEOF
5665 /* end confdefs.h. */
5666 #include <ac_nonexistent.h>
5667 _ACEOF
5668 if { (ac_try="$ac_cpp conftest.$ac_ext"
5669 case "(($ac_try" in
5670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5671 *) ac_try_echo=$ac_try;;
5672 esac
5673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5674 $as_echo "$ac_try_echo") >&5
5675 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5676 ac_status=$?
5677 grep -v '^ *+' conftest.er1 >conftest.err
5678 rm -f conftest.er1
5679 cat conftest.err >&5
5680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5681 (exit $ac_status); } >/dev/null && {
5682 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5683 test ! -s conftest.err
5684 }; then
5685 # Broken: success on invalid input.
5686 continue
5687 else
5688 $as_echo "$as_me: failed program was:" >&5
5689 sed 's/^/| /' conftest.$ac_ext >&5
5691 # Passes both tests.
5692 ac_preproc_ok=:
5693 break
5696 rm -f conftest.err conftest.$ac_ext
5698 done
5699 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5700 rm -f conftest.err conftest.$ac_ext
5701 if $ac_preproc_ok; then
5703 else
5704 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5705 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5706 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5707 See \`config.log' for more details." >&5
5708 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5709 See \`config.log' for more details." >&2;}
5710 { (exit 1); exit 1; }; }; }
5713 ac_ext=c
5714 ac_cpp='$CPP $CPPFLAGS'
5715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5720 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5721 $as_echo_n "checking for ANSI C header files... " >&6; }
5722 if test "${ac_cv_header_stdc+set}" = set; then
5723 $as_echo_n "(cached) " >&6
5724 else
5725 cat >conftest.$ac_ext <<_ACEOF
5726 /* confdefs.h. */
5727 _ACEOF
5728 cat confdefs.h >>conftest.$ac_ext
5729 cat >>conftest.$ac_ext <<_ACEOF
5730 /* end confdefs.h. */
5731 #include <stdlib.h>
5732 #include <stdarg.h>
5733 #include <string.h>
5734 #include <float.h>
5737 main ()
5741 return 0;
5743 _ACEOF
5744 rm -f conftest.$ac_objext
5745 if { (ac_try="$ac_compile"
5746 case "(($ac_try" in
5747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5748 *) ac_try_echo=$ac_try;;
5749 esac
5750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5751 $as_echo "$ac_try_echo") >&5
5752 (eval "$ac_compile") 2>conftest.er1
5753 ac_status=$?
5754 grep -v '^ *+' conftest.er1 >conftest.err
5755 rm -f conftest.er1
5756 cat conftest.err >&5
5757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5758 (exit $ac_status); } && {
5759 test -z "$ac_c_werror_flag" ||
5760 test ! -s conftest.err
5761 } && test -s conftest.$ac_objext; then
5762 ac_cv_header_stdc=yes
5763 else
5764 $as_echo "$as_me: failed program was:" >&5
5765 sed 's/^/| /' conftest.$ac_ext >&5
5767 ac_cv_header_stdc=no
5770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5772 if test $ac_cv_header_stdc = yes; then
5773 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5774 cat >conftest.$ac_ext <<_ACEOF
5775 /* confdefs.h. */
5776 _ACEOF
5777 cat confdefs.h >>conftest.$ac_ext
5778 cat >>conftest.$ac_ext <<_ACEOF
5779 /* end confdefs.h. */
5780 #include <string.h>
5782 _ACEOF
5783 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5784 $EGREP "memchr" >/dev/null 2>&1; then
5786 else
5787 ac_cv_header_stdc=no
5789 rm -f conftest*
5793 if test $ac_cv_header_stdc = yes; then
5794 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5795 cat >conftest.$ac_ext <<_ACEOF
5796 /* confdefs.h. */
5797 _ACEOF
5798 cat confdefs.h >>conftest.$ac_ext
5799 cat >>conftest.$ac_ext <<_ACEOF
5800 /* end confdefs.h. */
5801 #include <stdlib.h>
5803 _ACEOF
5804 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5805 $EGREP "free" >/dev/null 2>&1; then
5807 else
5808 ac_cv_header_stdc=no
5810 rm -f conftest*
5814 if test $ac_cv_header_stdc = yes; then
5815 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5816 if test "$cross_compiling" = yes; then
5818 else
5819 cat >conftest.$ac_ext <<_ACEOF
5820 /* confdefs.h. */
5821 _ACEOF
5822 cat confdefs.h >>conftest.$ac_ext
5823 cat >>conftest.$ac_ext <<_ACEOF
5824 /* end confdefs.h. */
5825 #include <ctype.h>
5826 #include <stdlib.h>
5827 #if ((' ' & 0x0FF) == 0x020)
5828 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5829 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5830 #else
5831 # define ISLOWER(c) \
5832 (('a' <= (c) && (c) <= 'i') \
5833 || ('j' <= (c) && (c) <= 'r') \
5834 || ('s' <= (c) && (c) <= 'z'))
5835 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5836 #endif
5838 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5840 main ()
5842 int i;
5843 for (i = 0; i < 256; i++)
5844 if (XOR (islower (i), ISLOWER (i))
5845 || toupper (i) != TOUPPER (i))
5846 return 2;
5847 return 0;
5849 _ACEOF
5850 rm -f conftest$ac_exeext
5851 if { (ac_try="$ac_link"
5852 case "(($ac_try" in
5853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5854 *) ac_try_echo=$ac_try;;
5855 esac
5856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5857 $as_echo "$ac_try_echo") >&5
5858 (eval "$ac_link") 2>&5
5859 ac_status=$?
5860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5862 { (case "(($ac_try" in
5863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5864 *) ac_try_echo=$ac_try;;
5865 esac
5866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5867 $as_echo "$ac_try_echo") >&5
5868 (eval "$ac_try") 2>&5
5869 ac_status=$?
5870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5871 (exit $ac_status); }; }; then
5873 else
5874 $as_echo "$as_me: program exited with status $ac_status" >&5
5875 $as_echo "$as_me: failed program was:" >&5
5876 sed 's/^/| /' conftest.$ac_ext >&5
5878 ( exit $ac_status )
5879 ac_cv_header_stdc=no
5881 rm -rf conftest.dSYM
5882 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5888 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5889 $as_echo "$ac_cv_header_stdc" >&6; }
5890 if test $ac_cv_header_stdc = yes; then
5892 cat >>confdefs.h <<\_ACEOF
5893 #define STDC_HEADERS 1
5894 _ACEOF
5898 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5908 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5909 inttypes.h stdint.h unistd.h
5911 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5912 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5913 $as_echo_n "checking for $ac_header... " >&6; }
5914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5915 $as_echo_n "(cached) " >&6
5916 else
5917 cat >conftest.$ac_ext <<_ACEOF
5918 /* confdefs.h. */
5919 _ACEOF
5920 cat confdefs.h >>conftest.$ac_ext
5921 cat >>conftest.$ac_ext <<_ACEOF
5922 /* end confdefs.h. */
5923 $ac_includes_default
5925 #include <$ac_header>
5926 _ACEOF
5927 rm -f conftest.$ac_objext
5928 if { (ac_try="$ac_compile"
5929 case "(($ac_try" in
5930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5931 *) ac_try_echo=$ac_try;;
5932 esac
5933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5934 $as_echo "$ac_try_echo") >&5
5935 (eval "$ac_compile") 2>conftest.er1
5936 ac_status=$?
5937 grep -v '^ *+' conftest.er1 >conftest.err
5938 rm -f conftest.er1
5939 cat conftest.err >&5
5940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5941 (exit $ac_status); } && {
5942 test -z "$ac_c_werror_flag" ||
5943 test ! -s conftest.err
5944 } && test -s conftest.$ac_objext; then
5945 eval "$as_ac_Header=yes"
5946 else
5947 $as_echo "$as_me: failed program was:" >&5
5948 sed 's/^/| /' conftest.$ac_ext >&5
5950 eval "$as_ac_Header=no"
5953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5955 ac_res=`eval 'as_val=${'$as_ac_Header'}
5956 $as_echo "$as_val"'`
5957 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5958 $as_echo "$ac_res" >&6; }
5959 as_val=`eval 'as_val=${'$as_ac_Header'}
5960 $as_echo "$as_val"'`
5961 if test "x$as_val" = x""yes; then
5962 cat >>confdefs.h <<_ACEOF
5963 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5964 _ACEOF
5968 done
6092 for ac_header in \
6093 AudioUnit/AudioUnit.h \
6094 Carbon/Carbon.h \
6095 CoreAudio/CoreAudio.h \
6096 DiskArbitration/DiskArbitration.h \
6097 IOKit/IOKitLib.h \
6098 IOKit/hid/IOHIDLib.h \
6099 alias.h \
6100 alsa/asoundlib.h \
6101 arpa/inet.h \
6102 arpa/nameser.h \
6103 asm/types.h \
6104 capi20.h \
6105 curses.h \
6106 direct.h \
6107 dirent.h \
6108 dlfcn.h \
6109 elf.h \
6110 float.h \
6111 fontconfig/fontconfig.h \
6112 getopt.h \
6113 grp.h \
6114 ieeefp.h \
6115 inet/mib2.h \
6116 io.h \
6117 jack/jack.h \
6118 jpeglib.h \
6119 kstat.h \
6120 lber.h \
6121 lcms.h \
6122 lcms/lcms.h \
6123 ldap.h \
6124 libaudioio.h \
6125 link.h \
6126 linux/cdrom.h \
6127 linux/compiler.h \
6128 linux/hdreg.h \
6129 linux/input.h \
6130 linux/ioctl.h \
6131 linux/joystick.h \
6132 linux/major.h \
6133 linux/param.h \
6134 linux/serial.h \
6135 linux/types.h \
6136 linux/ucdrom.h \
6137 mach/mach.h \
6138 mach/machine.h \
6139 machine/cpu.h \
6140 machine/limits.h \
6141 machine/soundcard.h \
6142 mntent.h \
6143 ncurses.h \
6144 netdb.h \
6145 netinet/in.h \
6146 netinet/in_systm.h \
6147 netinet/tcp.h \
6148 netinet/tcp_fsm.h \
6149 openssl/err.h \
6150 openssl/ssl.h \
6151 png.h \
6152 poll.h \
6153 process.h \
6154 pthread.h \
6155 pwd.h \
6156 regex.h \
6157 sched.h \
6158 scsi/scsi.h \
6159 scsi/scsi_ioctl.h \
6160 scsi/sg.h \
6161 soundcard.h \
6162 stdint.h \
6163 strings.h \
6164 stropts.h \
6165 sys/asoundlib.h \
6166 sys/cdio.h \
6167 sys/elf32.h \
6168 sys/epoll.h \
6169 sys/errno.h \
6170 sys/event.h \
6171 sys/exec_elf.h \
6172 sys/filio.h \
6173 sys/ioctl.h \
6174 sys/ipc.h \
6175 sys/limits.h \
6176 sys/link.h \
6177 sys/lwp.h \
6178 sys/mman.h \
6179 sys/modem.h \
6180 sys/msg.h \
6181 sys/mtio.h \
6182 sys/param.h \
6183 sys/poll.h \
6184 sys/prctl.h \
6185 sys/protosw.h \
6186 sys/ptrace.h \
6187 sys/reg.h \
6188 sys/resource.h \
6189 sys/scsiio.h \
6190 sys/shm.h \
6191 sys/signal.h \
6192 sys/socket.h \
6193 sys/socketvar.h \
6194 sys/sockio.h \
6195 sys/soundcard.h \
6196 sys/statvfs.h \
6197 sys/strtio.h \
6198 sys/syscall.h \
6199 sys/tihdr.h \
6200 sys/time.h \
6201 sys/timeout.h \
6202 sys/times.h \
6203 sys/uio.h \
6204 sys/un.h \
6205 sys/utsname.h \
6206 sys/vm86.h \
6207 sys/wait.h \
6208 syscall.h \
6209 termios.h \
6210 unistd.h \
6211 utime.h \
6212 valgrind/memcheck.h \
6213 valgrind/valgrind.h
6216 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6218 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6219 $as_echo_n "checking for $ac_header... " >&6; }
6220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6221 $as_echo_n "(cached) " >&6
6223 ac_res=`eval 'as_val=${'$as_ac_Header'}
6224 $as_echo "$as_val"'`
6225 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6226 $as_echo "$ac_res" >&6; }
6227 else
6228 # Is the header compilable?
6229 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6230 $as_echo_n "checking $ac_header usability... " >&6; }
6231 cat >conftest.$ac_ext <<_ACEOF
6232 /* confdefs.h. */
6233 _ACEOF
6234 cat confdefs.h >>conftest.$ac_ext
6235 cat >>conftest.$ac_ext <<_ACEOF
6236 /* end confdefs.h. */
6237 $ac_includes_default
6238 #include <$ac_header>
6239 _ACEOF
6240 rm -f conftest.$ac_objext
6241 if { (ac_try="$ac_compile"
6242 case "(($ac_try" in
6243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6244 *) ac_try_echo=$ac_try;;
6245 esac
6246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6247 $as_echo "$ac_try_echo") >&5
6248 (eval "$ac_compile") 2>conftest.er1
6249 ac_status=$?
6250 grep -v '^ *+' conftest.er1 >conftest.err
6251 rm -f conftest.er1
6252 cat conftest.err >&5
6253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6254 (exit $ac_status); } && {
6255 test -z "$ac_c_werror_flag" ||
6256 test ! -s conftest.err
6257 } && test -s conftest.$ac_objext; then
6258 ac_header_compiler=yes
6259 else
6260 $as_echo "$as_me: failed program was:" >&5
6261 sed 's/^/| /' conftest.$ac_ext >&5
6263 ac_header_compiler=no
6266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6267 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6268 $as_echo "$ac_header_compiler" >&6; }
6270 # Is the header present?
6271 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6272 $as_echo_n "checking $ac_header presence... " >&6; }
6273 cat >conftest.$ac_ext <<_ACEOF
6274 /* confdefs.h. */
6275 _ACEOF
6276 cat confdefs.h >>conftest.$ac_ext
6277 cat >>conftest.$ac_ext <<_ACEOF
6278 /* end confdefs.h. */
6279 #include <$ac_header>
6280 _ACEOF
6281 if { (ac_try="$ac_cpp conftest.$ac_ext"
6282 case "(($ac_try" in
6283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6284 *) ac_try_echo=$ac_try;;
6285 esac
6286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6287 $as_echo "$ac_try_echo") >&5
6288 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6289 ac_status=$?
6290 grep -v '^ *+' conftest.er1 >conftest.err
6291 rm -f conftest.er1
6292 cat conftest.err >&5
6293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6294 (exit $ac_status); } >/dev/null && {
6295 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6296 test ! -s conftest.err
6297 }; then
6298 ac_header_preproc=yes
6299 else
6300 $as_echo "$as_me: failed program was:" >&5
6301 sed 's/^/| /' conftest.$ac_ext >&5
6303 ac_header_preproc=no
6306 rm -f conftest.err conftest.$ac_ext
6307 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6308 $as_echo "$ac_header_preproc" >&6; }
6310 # So? What about this header?
6311 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6312 yes:no: )
6313 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6314 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6316 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6317 ac_header_preproc=yes
6319 no:yes:* )
6320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6321 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6323 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6324 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6325 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6326 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6327 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6328 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6329 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6330 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6331 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6332 ( cat <<\_ASBOX
6333 ## ------------------------------------ ##
6334 ## Report this to wine-devel@winehq.org ##
6335 ## ------------------------------------ ##
6336 _ASBOX
6337 ) | sed "s/^/$as_me: WARNING: /" >&2
6339 esac
6340 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6341 $as_echo_n "checking for $ac_header... " >&6; }
6342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6343 $as_echo_n "(cached) " >&6
6344 else
6345 eval "$as_ac_Header=\$ac_header_preproc"
6347 ac_res=`eval 'as_val=${'$as_ac_Header'}
6348 $as_echo "$as_val"'`
6349 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6350 $as_echo "$ac_res" >&6; }
6353 as_val=`eval 'as_val=${'$as_ac_Header'}
6354 $as_echo "$as_val"'`
6355 if test "x$as_val" = x""yes; then
6356 cat >>confdefs.h <<_ACEOF
6357 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6358 _ACEOF
6362 done
6364 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6365 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6366 if test "${ac_cv_header_stat_broken+set}" = set; then
6367 $as_echo_n "(cached) " >&6
6368 else
6369 cat >conftest.$ac_ext <<_ACEOF
6370 /* confdefs.h. */
6371 _ACEOF
6372 cat confdefs.h >>conftest.$ac_ext
6373 cat >>conftest.$ac_ext <<_ACEOF
6374 /* end confdefs.h. */
6375 #include <sys/types.h>
6376 #include <sys/stat.h>
6378 #if defined S_ISBLK && defined S_IFDIR
6379 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6380 #endif
6382 #if defined S_ISBLK && defined S_IFCHR
6383 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6384 #endif
6386 #if defined S_ISLNK && defined S_IFREG
6387 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6388 #endif
6390 #if defined S_ISSOCK && defined S_IFREG
6391 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6392 #endif
6394 _ACEOF
6395 rm -f conftest.$ac_objext
6396 if { (ac_try="$ac_compile"
6397 case "(($ac_try" in
6398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6399 *) ac_try_echo=$ac_try;;
6400 esac
6401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6402 $as_echo "$ac_try_echo") >&5
6403 (eval "$ac_compile") 2>conftest.er1
6404 ac_status=$?
6405 grep -v '^ *+' conftest.er1 >conftest.err
6406 rm -f conftest.er1
6407 cat conftest.err >&5
6408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6409 (exit $ac_status); } && {
6410 test -z "$ac_c_werror_flag" ||
6411 test ! -s conftest.err
6412 } && test -s conftest.$ac_objext; then
6413 ac_cv_header_stat_broken=no
6414 else
6415 $as_echo "$as_me: failed program was:" >&5
6416 sed 's/^/| /' conftest.$ac_ext >&5
6418 ac_cv_header_stat_broken=yes
6421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6423 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6424 $as_echo "$ac_cv_header_stat_broken" >&6; }
6425 if test $ac_cv_header_stat_broken = yes; then
6427 cat >>confdefs.h <<\_ACEOF
6428 #define STAT_MACROS_BROKEN 1
6429 _ACEOF
6440 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6442 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6443 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6444 $as_echo_n "checking for $ac_header... " >&6; }
6445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6446 $as_echo_n "(cached) " >&6
6447 else
6448 cat >conftest.$ac_ext <<_ACEOF
6449 /* confdefs.h. */
6450 _ACEOF
6451 cat confdefs.h >>conftest.$ac_ext
6452 cat >>conftest.$ac_ext <<_ACEOF
6453 /* end confdefs.h. */
6454 #include <sys/types.h>
6455 #ifdef HAVE_SYS_PARAM_H
6456 # include <sys/param.h>
6457 #endif
6459 #include <$ac_header>
6460 _ACEOF
6461 rm -f conftest.$ac_objext
6462 if { (ac_try="$ac_compile"
6463 case "(($ac_try" in
6464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6465 *) ac_try_echo=$ac_try;;
6466 esac
6467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6468 $as_echo "$ac_try_echo") >&5
6469 (eval "$ac_compile") 2>conftest.er1
6470 ac_status=$?
6471 grep -v '^ *+' conftest.er1 >conftest.err
6472 rm -f conftest.er1
6473 cat conftest.err >&5
6474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6475 (exit $ac_status); } && {
6476 test -z "$ac_c_werror_flag" ||
6477 test ! -s conftest.err
6478 } && test -s conftest.$ac_objext; then
6479 eval "$as_ac_Header=yes"
6480 else
6481 $as_echo "$as_me: failed program was:" >&5
6482 sed 's/^/| /' conftest.$ac_ext >&5
6484 eval "$as_ac_Header=no"
6487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6489 ac_res=`eval 'as_val=${'$as_ac_Header'}
6490 $as_echo "$as_val"'`
6491 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6492 $as_echo "$ac_res" >&6; }
6493 as_val=`eval 'as_val=${'$as_ac_Header'}
6494 $as_echo "$as_val"'`
6495 if test "x$as_val" = x""yes; then
6496 cat >>confdefs.h <<_ACEOF
6497 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6498 _ACEOF
6502 done
6518 for ac_header in \
6519 netinet/ip.h \
6520 net/if.h \
6521 net/if_arp.h \
6522 net/if_dl.h \
6523 net/if_types.h \
6524 net/route.h \
6525 netinet/if_ether.h \
6526 netinet/if_inarp.h \
6527 netinet/in_pcb.h \
6528 netinet/ip_icmp.h \
6529 netinet/ip_var.h \
6530 netinet/udp.h \
6531 netipx/ipx.h \
6534 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6535 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6536 $as_echo_n "checking for $ac_header... " >&6; }
6537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6538 $as_echo_n "(cached) " >&6
6539 else
6540 cat >conftest.$ac_ext <<_ACEOF
6541 /* confdefs.h. */
6542 _ACEOF
6543 cat confdefs.h >>conftest.$ac_ext
6544 cat >>conftest.$ac_ext <<_ACEOF
6545 /* end confdefs.h. */
6546 #include <sys/types.h>
6547 #ifdef HAVE_SYS_SOCKET_H
6548 # include <sys/socket.h>
6549 #endif
6550 #ifdef HAVE_SYS_SOCKETVAR_H
6551 # include <sys/socketvar.h>
6552 #endif
6553 #ifdef HAVE_NET_ROUTE_H
6554 # include <net/route.h>
6555 #endif
6556 #ifdef HAVE_NETINET_IN_H
6557 # include <netinet/in.h>
6558 #endif
6559 #ifdef HAVE_NETINET_IN_SYSTM_H
6560 # include <netinet/in_systm.h>
6561 #endif
6562 #ifdef HAVE_NET_IF_H
6563 # include <net/if.h>
6564 #endif
6565 #ifdef HAVE_NETINET_IP_H
6566 # include <netinet/ip.h>
6567 #endif
6569 #include <$ac_header>
6570 _ACEOF
6571 rm -f conftest.$ac_objext
6572 if { (ac_try="$ac_compile"
6573 case "(($ac_try" in
6574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6575 *) ac_try_echo=$ac_try;;
6576 esac
6577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6578 $as_echo "$ac_try_echo") >&5
6579 (eval "$ac_compile") 2>conftest.er1
6580 ac_status=$?
6581 grep -v '^ *+' conftest.er1 >conftest.err
6582 rm -f conftest.er1
6583 cat conftest.err >&5
6584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6585 (exit $ac_status); } && {
6586 test -z "$ac_c_werror_flag" ||
6587 test ! -s conftest.err
6588 } && test -s conftest.$ac_objext; then
6589 eval "$as_ac_Header=yes"
6590 else
6591 $as_echo "$as_me: failed program was:" >&5
6592 sed 's/^/| /' conftest.$ac_ext >&5
6594 eval "$as_ac_Header=no"
6597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6599 ac_res=`eval 'as_val=${'$as_ac_Header'}
6600 $as_echo "$as_val"'`
6601 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6602 $as_echo "$ac_res" >&6; }
6603 as_val=`eval 'as_val=${'$as_ac_Header'}
6604 $as_echo "$as_val"'`
6605 if test "x$as_val" = x""yes; then
6606 cat >>confdefs.h <<_ACEOF
6607 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6608 _ACEOF
6612 done
6619 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6621 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6622 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6623 $as_echo_n "checking for $ac_header... " >&6; }
6624 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6625 $as_echo_n "(cached) " >&6
6626 else
6627 cat >conftest.$ac_ext <<_ACEOF
6628 /* confdefs.h. */
6629 _ACEOF
6630 cat confdefs.h >>conftest.$ac_ext
6631 cat >>conftest.$ac_ext <<_ACEOF
6632 /* end confdefs.h. */
6633 #include <sys/types.h>
6634 #ifdef HAVE_ALIAS_H
6635 # include <alias.h>
6636 #endif
6637 #ifdef HAVE_SYS_SOCKET_H
6638 # include <sys/socket.h>
6639 #endif
6640 #ifdef HAVE_SYS_SOCKETVAR_H
6641 # include <sys/socketvar.h>
6642 #endif
6643 #ifdef HAVE_SYS_TIMEOUT_H
6644 # include <sys/timeout.h>
6645 #endif
6646 #ifdef HAVE_NETINET_IN_H
6647 # include <netinet/in.h>
6648 #endif
6649 #ifdef HAVE_NETINET_IN_SYSTM_H
6650 # include <netinet/in_systm.h>
6651 #endif
6652 #ifdef HAVE_NETINET_IP_H
6653 # include <netinet/ip.h>
6654 #endif
6655 #ifdef HAVE_NETINET_IP_VAR_H
6656 # include <netinet/ip_var.h>
6657 #endif
6658 #ifdef HAVE_NETINET_IP_ICMP_H
6659 # include <netinet/ip_icmp.h>
6660 #endif
6661 #ifdef HAVE_NETINET_UDP_H
6662 # include <netinet/udp.h>
6663 #endif
6664 #ifdef HAVE_NETINET_TCP_H
6665 # include <netinet/tcp.h>
6666 #endif
6667 #ifdef HAVE_NETINET_TCP_TIMER_H
6668 #include <netinet/tcp_timer.h>
6669 #endif
6671 #include <$ac_header>
6672 _ACEOF
6673 rm -f conftest.$ac_objext
6674 if { (ac_try="$ac_compile"
6675 case "(($ac_try" in
6676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6677 *) ac_try_echo=$ac_try;;
6678 esac
6679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6680 $as_echo "$ac_try_echo") >&5
6681 (eval "$ac_compile") 2>conftest.er1
6682 ac_status=$?
6683 grep -v '^ *+' conftest.er1 >conftest.err
6684 rm -f conftest.er1
6685 cat conftest.err >&5
6686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687 (exit $ac_status); } && {
6688 test -z "$ac_c_werror_flag" ||
6689 test ! -s conftest.err
6690 } && test -s conftest.$ac_objext; then
6691 eval "$as_ac_Header=yes"
6692 else
6693 $as_echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 eval "$as_ac_Header=no"
6699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6701 ac_res=`eval 'as_val=${'$as_ac_Header'}
6702 $as_echo "$as_val"'`
6703 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6704 $as_echo "$ac_res" >&6; }
6705 as_val=`eval 'as_val=${'$as_ac_Header'}
6706 $as_echo "$as_val"'`
6707 if test "x$as_val" = x""yes; then
6708 cat >>confdefs.h <<_ACEOF
6709 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6710 _ACEOF
6714 done
6718 for ac_header in linux/ipx.h
6720 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6721 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6722 $as_echo_n "checking for $ac_header... " >&6; }
6723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6724 $as_echo_n "(cached) " >&6
6725 else
6726 cat >conftest.$ac_ext <<_ACEOF
6727 /* confdefs.h. */
6728 _ACEOF
6729 cat confdefs.h >>conftest.$ac_ext
6730 cat >>conftest.$ac_ext <<_ACEOF
6731 /* end confdefs.h. */
6732 #include <sys/types.h>
6733 #ifdef HAVE_ASM_TYPES_H
6734 # include <asm/types.h>
6735 #endif
6736 #ifdef HAVE_SYS_SOCKET_H
6737 # include <sys/socket.h>
6738 #endif
6739 #ifdef HAVE_LINUX_TYPES_H
6740 # include <linux/types.h>
6741 #endif
6743 #include <$ac_header>
6744 _ACEOF
6745 rm -f conftest.$ac_objext
6746 if { (ac_try="$ac_compile"
6747 case "(($ac_try" in
6748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6749 *) ac_try_echo=$ac_try;;
6750 esac
6751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6752 $as_echo "$ac_try_echo") >&5
6753 (eval "$ac_compile") 2>conftest.er1
6754 ac_status=$?
6755 grep -v '^ *+' conftest.er1 >conftest.err
6756 rm -f conftest.er1
6757 cat conftest.err >&5
6758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6759 (exit $ac_status); } && {
6760 test -z "$ac_c_werror_flag" ||
6761 test ! -s conftest.err
6762 } && test -s conftest.$ac_objext; then
6763 eval "$as_ac_Header=yes"
6764 else
6765 $as_echo "$as_me: failed program was:" >&5
6766 sed 's/^/| /' conftest.$ac_ext >&5
6768 eval "$as_ac_Header=no"
6771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6773 ac_res=`eval 'as_val=${'$as_ac_Header'}
6774 $as_echo "$as_val"'`
6775 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6776 $as_echo "$ac_res" >&6; }
6777 as_val=`eval 'as_val=${'$as_ac_Header'}
6778 $as_echo "$as_val"'`
6779 if test "x$as_val" = x""yes; then
6780 cat >>confdefs.h <<_ACEOF
6781 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6782 _ACEOF
6786 done
6790 for ac_header in resolv.h
6792 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6793 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6794 $as_echo_n "checking for $ac_header... " >&6; }
6795 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6796 $as_echo_n "(cached) " >&6
6797 else
6798 cat >conftest.$ac_ext <<_ACEOF
6799 /* confdefs.h. */
6800 _ACEOF
6801 cat confdefs.h >>conftest.$ac_ext
6802 cat >>conftest.$ac_ext <<_ACEOF
6803 /* end confdefs.h. */
6804 #include <sys/types.h>
6805 #ifdef HAVE_SYS_SOCKET_H
6806 # include <sys/socket.h>
6807 #endif
6808 #ifdef HAVE_NETINET_IN_H
6809 # include <netinet/in.h>
6810 #endif
6811 #ifdef HAVE_ARPA_NAMESER_H
6812 # include <arpa/nameser.h>
6813 #endif
6815 #include <$ac_header>
6816 _ACEOF
6817 rm -f conftest.$ac_objext
6818 if { (ac_try="$ac_compile"
6819 case "(($ac_try" in
6820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6821 *) ac_try_echo=$ac_try;;
6822 esac
6823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6824 $as_echo "$ac_try_echo") >&5
6825 (eval "$ac_compile") 2>conftest.er1
6826 ac_status=$?
6827 grep -v '^ *+' conftest.er1 >conftest.err
6828 rm -f conftest.er1
6829 cat conftest.err >&5
6830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6831 (exit $ac_status); } && {
6832 test -z "$ac_c_werror_flag" ||
6833 test ! -s conftest.err
6834 } && test -s conftest.$ac_objext; then
6835 eval "$as_ac_Header=yes"
6836 else
6837 $as_echo "$as_me: failed program was:" >&5
6838 sed 's/^/| /' conftest.$ac_ext >&5
6840 eval "$as_ac_Header=no"
6843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6845 ac_res=`eval 'as_val=${'$as_ac_Header'}
6846 $as_echo "$as_val"'`
6847 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6848 $as_echo "$ac_res" >&6; }
6849 as_val=`eval 'as_val=${'$as_ac_Header'}
6850 $as_echo "$as_val"'`
6851 if test "x$as_val" = x""yes; then
6852 cat >>confdefs.h <<_ACEOF
6853 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6854 _ACEOF
6858 done
6862 for ac_header in ucontext.h
6864 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6865 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6866 $as_echo_n "checking for $ac_header... " >&6; }
6867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6868 $as_echo_n "(cached) " >&6
6869 else
6870 cat >conftest.$ac_ext <<_ACEOF
6871 /* confdefs.h. */
6872 _ACEOF
6873 cat confdefs.h >>conftest.$ac_ext
6874 cat >>conftest.$ac_ext <<_ACEOF
6875 /* end confdefs.h. */
6876 #include <signal.h>
6878 #include <$ac_header>
6879 _ACEOF
6880 rm -f conftest.$ac_objext
6881 if { (ac_try="$ac_compile"
6882 case "(($ac_try" in
6883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6884 *) ac_try_echo=$ac_try;;
6885 esac
6886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6887 $as_echo "$ac_try_echo") >&5
6888 (eval "$ac_compile") 2>conftest.er1
6889 ac_status=$?
6890 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1
6892 cat conftest.err >&5
6893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err
6897 } && test -s conftest.$ac_objext; then
6898 eval "$as_ac_Header=yes"
6899 else
6900 $as_echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.$ac_ext >&5
6903 eval "$as_ac_Header=no"
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6908 ac_res=`eval 'as_val=${'$as_ac_Header'}
6909 $as_echo "$as_val"'`
6910 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6911 $as_echo "$ac_res" >&6; }
6912 as_val=`eval 'as_val=${'$as_ac_Header'}
6913 $as_echo "$as_val"'`
6914 if test "x$as_val" = x""yes; then
6915 cat >>confdefs.h <<_ACEOF
6916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6917 _ACEOF
6921 done
6925 for ac_header in sys/thr.h
6927 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6928 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6929 $as_echo_n "checking for $ac_header... " >&6; }
6930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6931 $as_echo_n "(cached) " >&6
6932 else
6933 cat >conftest.$ac_ext <<_ACEOF
6934 /* confdefs.h. */
6935 _ACEOF
6936 cat confdefs.h >>conftest.$ac_ext
6937 cat >>conftest.$ac_ext <<_ACEOF
6938 /* end confdefs.h. */
6939 #include <sys/types.h>
6940 #ifdef HAVE_UCONTEXT_H
6941 #include <ucontext.h>
6942 #endif
6944 #include <$ac_header>
6945 _ACEOF
6946 rm -f conftest.$ac_objext
6947 if { (ac_try="$ac_compile"
6948 case "(($ac_try" in
6949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6950 *) ac_try_echo=$ac_try;;
6951 esac
6952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6953 $as_echo "$ac_try_echo") >&5
6954 (eval "$ac_compile") 2>conftest.er1
6955 ac_status=$?
6956 grep -v '^ *+' conftest.er1 >conftest.err
6957 rm -f conftest.er1
6958 cat conftest.err >&5
6959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); } && {
6961 test -z "$ac_c_werror_flag" ||
6962 test ! -s conftest.err
6963 } && test -s conftest.$ac_objext; then
6964 eval "$as_ac_Header=yes"
6965 else
6966 $as_echo "$as_me: failed program was:" >&5
6967 sed 's/^/| /' conftest.$ac_ext >&5
6969 eval "$as_ac_Header=no"
6972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6974 ac_res=`eval 'as_val=${'$as_ac_Header'}
6975 $as_echo "$as_val"'`
6976 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6977 $as_echo "$ac_res" >&6; }
6978 as_val=`eval 'as_val=${'$as_ac_Header'}
6979 $as_echo "$as_val"'`
6980 if test "x$as_val" = x""yes; then
6981 cat >>confdefs.h <<_ACEOF
6982 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6983 _ACEOF
6987 done
6991 for ac_header in pthread_np.h
6993 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6994 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6995 $as_echo_n "checking for $ac_header... " >&6; }
6996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6997 $as_echo_n "(cached) " >&6
6998 else
6999 cat >conftest.$ac_ext <<_ACEOF
7000 /* confdefs.h. */
7001 _ACEOF
7002 cat confdefs.h >>conftest.$ac_ext
7003 cat >>conftest.$ac_ext <<_ACEOF
7004 /* end confdefs.h. */
7005 #ifdef HAVE_PTHREAD_H
7006 #include <pthread.h>
7007 #endif
7009 #include <$ac_header>
7010 _ACEOF
7011 rm -f conftest.$ac_objext
7012 if { (ac_try="$ac_compile"
7013 case "(($ac_try" in
7014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7015 *) ac_try_echo=$ac_try;;
7016 esac
7017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7018 $as_echo "$ac_try_echo") >&5
7019 (eval "$ac_compile") 2>conftest.er1
7020 ac_status=$?
7021 grep -v '^ *+' conftest.er1 >conftest.err
7022 rm -f conftest.er1
7023 cat conftest.err >&5
7024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); } && {
7026 test -z "$ac_c_werror_flag" ||
7027 test ! -s conftest.err
7028 } && test -s conftest.$ac_objext; then
7029 eval "$as_ac_Header=yes"
7030 else
7031 $as_echo "$as_me: failed program was:" >&5
7032 sed 's/^/| /' conftest.$ac_ext >&5
7034 eval "$as_ac_Header=no"
7037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7039 ac_res=`eval 'as_val=${'$as_ac_Header'}
7040 $as_echo "$as_val"'`
7041 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7042 $as_echo "$ac_res" >&6; }
7043 as_val=`eval 'as_val=${'$as_ac_Header'}
7044 $as_echo "$as_val"'`
7045 if test "x$as_val" = x""yes; then
7046 cat >>confdefs.h <<_ACEOF
7047 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7048 _ACEOF
7052 done
7056 for ac_header in linux/videodev.h
7058 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7059 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7060 $as_echo_n "checking for $ac_header... " >&6; }
7061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7062 $as_echo_n "(cached) " >&6
7063 else
7064 cat >conftest.$ac_ext <<_ACEOF
7065 /* confdefs.h. */
7066 _ACEOF
7067 cat confdefs.h >>conftest.$ac_ext
7068 cat >>conftest.$ac_ext <<_ACEOF
7069 /* end confdefs.h. */
7070 #ifdef HAVE_SYS_TIME_H
7071 #include <sys/time.h>
7072 #endif
7073 #include <sys/types.h>
7074 #ifdef HAVE_ASM_TYPES_H
7075 #include <asm/types.h>
7076 #endif
7078 #include <$ac_header>
7079 _ACEOF
7080 rm -f conftest.$ac_objext
7081 if { (ac_try="$ac_compile"
7082 case "(($ac_try" in
7083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7084 *) ac_try_echo=$ac_try;;
7085 esac
7086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7087 $as_echo "$ac_try_echo") >&5
7088 (eval "$ac_compile") 2>conftest.er1
7089 ac_status=$?
7090 grep -v '^ *+' conftest.er1 >conftest.err
7091 rm -f conftest.er1
7092 cat conftest.err >&5
7093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); } && {
7095 test -z "$ac_c_werror_flag" ||
7096 test ! -s conftest.err
7097 } && test -s conftest.$ac_objext; then
7098 eval "$as_ac_Header=yes"
7099 else
7100 $as_echo "$as_me: failed program was:" >&5
7101 sed 's/^/| /' conftest.$ac_ext >&5
7103 eval "$as_ac_Header=no"
7106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7108 ac_res=`eval 'as_val=${'$as_ac_Header'}
7109 $as_echo "$as_val"'`
7110 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7111 $as_echo "$ac_res" >&6; }
7112 as_val=`eval 'as_val=${'$as_ac_Header'}
7113 $as_echo "$as_val"'`
7114 if test "x$as_val" = x""yes; then
7115 cat >>confdefs.h <<_ACEOF
7116 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7117 _ACEOF
7121 done
7125 for ac_header in linux/capi.h
7127 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7128 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7129 $as_echo_n "checking for $ac_header... " >&6; }
7130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7131 $as_echo_n "(cached) " >&6
7132 else
7133 cat >conftest.$ac_ext <<_ACEOF
7134 /* confdefs.h. */
7135 _ACEOF
7136 cat confdefs.h >>conftest.$ac_ext
7137 cat >>conftest.$ac_ext <<_ACEOF
7138 /* end confdefs.h. */
7139 #define __user
7141 #include <$ac_header>
7142 _ACEOF
7143 rm -f conftest.$ac_objext
7144 if { (ac_try="$ac_compile"
7145 case "(($ac_try" in
7146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7147 *) ac_try_echo=$ac_try;;
7148 esac
7149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7150 $as_echo "$ac_try_echo") >&5
7151 (eval "$ac_compile") 2>conftest.er1
7152 ac_status=$?
7153 grep -v '^ *+' conftest.er1 >conftest.err
7154 rm -f conftest.er1
7155 cat conftest.err >&5
7156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7157 (exit $ac_status); } && {
7158 test -z "$ac_c_werror_flag" ||
7159 test ! -s conftest.err
7160 } && test -s conftest.$ac_objext; then
7161 eval "$as_ac_Header=yes"
7162 else
7163 $as_echo "$as_me: failed program was:" >&5
7164 sed 's/^/| /' conftest.$ac_ext >&5
7166 eval "$as_ac_Header=no"
7169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7171 ac_res=`eval 'as_val=${'$as_ac_Header'}
7172 $as_echo "$as_val"'`
7173 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7174 $as_echo "$ac_res" >&6; }
7175 as_val=`eval 'as_val=${'$as_ac_Header'}
7176 $as_echo "$as_val"'`
7177 if test "x$as_val" = x""yes; then
7178 cat >>confdefs.h <<_ACEOF
7179 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7180 _ACEOF
7184 done
7188 DLLEXT=""
7190 DLLFLAGS="-D_REENTRANT"
7192 LDSHARED=""
7194 LDDLLFLAGS=""
7196 LIBEXT="so"
7198 IMPLIBEXT="def"
7200 LDRPATH_INSTALL=""
7202 LDRPATH_LOCAL=""
7204 # Extract the first word of "ldd", so it can be a program name with args.
7205 set dummy ldd; ac_word=$2
7206 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7207 $as_echo_n "checking for $ac_word... " >&6; }
7208 if test "${ac_cv_path_LDD+set}" = set; then
7209 $as_echo_n "(cached) " >&6
7210 else
7211 case $LDD in
7212 [\\/]* | ?:[\\/]*)
7213 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7217 as_dummy="/sbin:/usr/sbin:$PATH"
7218 for as_dir in $as_dummy
7220 IFS=$as_save_IFS
7221 test -z "$as_dir" && as_dir=.
7222 for ac_exec_ext in '' $ac_executable_extensions; do
7223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7224 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7225 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7226 break 2
7228 done
7229 done
7230 IFS=$as_save_IFS
7232 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7234 esac
7236 LDD=$ac_cv_path_LDD
7237 if test -n "$LDD"; then
7238 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7239 $as_echo "$LDD" >&6; }
7240 else
7241 { $as_echo "$as_me:$LINENO: result: no" >&5
7242 $as_echo "no" >&6; }
7247 case $host_os in
7248 cygwin*|mingw32*)
7249 if test -n "$ac_tool_prefix"; then
7250 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7251 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7252 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7253 $as_echo_n "checking for $ac_word... " >&6; }
7254 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7255 $as_echo_n "(cached) " >&6
7256 else
7257 if test -n "$DLLTOOL"; then
7258 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7259 else
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7261 for as_dir in $PATH
7263 IFS=$as_save_IFS
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7267 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7268 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 break 2
7271 done
7272 done
7273 IFS=$as_save_IFS
7277 DLLTOOL=$ac_cv_prog_DLLTOOL
7278 if test -n "$DLLTOOL"; then
7279 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7280 $as_echo "$DLLTOOL" >&6; }
7281 else
7282 { $as_echo "$as_me:$LINENO: result: no" >&5
7283 $as_echo "no" >&6; }
7288 if test -z "$ac_cv_prog_DLLTOOL"; then
7289 ac_ct_DLLTOOL=$DLLTOOL
7290 # Extract the first word of "dlltool", so it can be a program name with args.
7291 set dummy dlltool; ac_word=$2
7292 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7293 $as_echo_n "checking for $ac_word... " >&6; }
7294 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7295 $as_echo_n "(cached) " >&6
7296 else
7297 if test -n "$ac_ct_DLLTOOL"; then
7298 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7299 else
7300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7301 for as_dir in $PATH
7303 IFS=$as_save_IFS
7304 test -z "$as_dir" && as_dir=.
7305 for ac_exec_ext in '' $ac_executable_extensions; do
7306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7307 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7308 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7309 break 2
7311 done
7312 done
7313 IFS=$as_save_IFS
7317 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7318 if test -n "$ac_ct_DLLTOOL"; then
7319 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7320 $as_echo "$ac_ct_DLLTOOL" >&6; }
7321 else
7322 { $as_echo "$as_me:$LINENO: result: no" >&5
7323 $as_echo "no" >&6; }
7326 if test "x$ac_ct_DLLTOOL" = x; then
7327 DLLTOOL="false"
7328 else
7329 case $cross_compiling:$ac_tool_warned in
7330 yes:)
7331 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7332 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7333 ac_tool_warned=yes ;;
7334 esac
7335 DLLTOOL=$ac_ct_DLLTOOL
7337 else
7338 DLLTOOL="$ac_cv_prog_DLLTOOL"
7341 if test -n "$ac_tool_prefix"; then
7342 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7343 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7344 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7345 $as_echo_n "checking for $ac_word... " >&6; }
7346 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7347 $as_echo_n "(cached) " >&6
7348 else
7349 if test -n "$DLLWRAP"; then
7350 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7351 else
7352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7353 for as_dir in $PATH
7355 IFS=$as_save_IFS
7356 test -z "$as_dir" && as_dir=.
7357 for ac_exec_ext in '' $ac_executable_extensions; do
7358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7359 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7360 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7361 break 2
7363 done
7364 done
7365 IFS=$as_save_IFS
7369 DLLWRAP=$ac_cv_prog_DLLWRAP
7370 if test -n "$DLLWRAP"; then
7371 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7372 $as_echo "$DLLWRAP" >&6; }
7373 else
7374 { $as_echo "$as_me:$LINENO: result: no" >&5
7375 $as_echo "no" >&6; }
7380 if test -z "$ac_cv_prog_DLLWRAP"; then
7381 ac_ct_DLLWRAP=$DLLWRAP
7382 # Extract the first word of "dllwrap", so it can be a program name with args.
7383 set dummy dllwrap; ac_word=$2
7384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7385 $as_echo_n "checking for $ac_word... " >&6; }
7386 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7387 $as_echo_n "(cached) " >&6
7388 else
7389 if test -n "$ac_ct_DLLWRAP"; then
7390 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7391 else
7392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7393 for as_dir in $PATH
7395 IFS=$as_save_IFS
7396 test -z "$as_dir" && as_dir=.
7397 for ac_exec_ext in '' $ac_executable_extensions; do
7398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7399 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7400 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7401 break 2
7403 done
7404 done
7405 IFS=$as_save_IFS
7409 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7410 if test -n "$ac_ct_DLLWRAP"; then
7411 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7412 $as_echo "$ac_ct_DLLWRAP" >&6; }
7413 else
7414 { $as_echo "$as_me:$LINENO: result: no" >&5
7415 $as_echo "no" >&6; }
7418 if test "x$ac_ct_DLLWRAP" = x; then
7419 DLLWRAP="false"
7420 else
7421 case $cross_compiling:$ac_tool_warned in
7422 yes:)
7423 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7424 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7425 ac_tool_warned=yes ;;
7426 esac
7427 DLLWRAP=$ac_ct_DLLWRAP
7429 else
7430 DLLWRAP="$ac_cv_prog_DLLWRAP"
7433 if test -n "$ac_tool_prefix"; then
7434 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7435 set dummy ${ac_tool_prefix}ar; ac_word=$2
7436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7437 $as_echo_n "checking for $ac_word... " >&6; }
7438 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7439 $as_echo_n "(cached) " >&6
7440 else
7441 if test -n "$MINGWAR"; then
7442 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7443 else
7444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7445 for as_dir in $PATH
7447 IFS=$as_save_IFS
7448 test -z "$as_dir" && as_dir=.
7449 for ac_exec_ext in '' $ac_executable_extensions; do
7450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7451 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7452 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7453 break 2
7455 done
7456 done
7457 IFS=$as_save_IFS
7461 MINGWAR=$ac_cv_prog_MINGWAR
7462 if test -n "$MINGWAR"; then
7463 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7464 $as_echo "$MINGWAR" >&6; }
7465 else
7466 { $as_echo "$as_me:$LINENO: result: no" >&5
7467 $as_echo "no" >&6; }
7472 if test -z "$ac_cv_prog_MINGWAR"; then
7473 ac_ct_MINGWAR=$MINGWAR
7474 # Extract the first word of "ar", so it can be a program name with args.
7475 set dummy ar; ac_word=$2
7476 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7477 $as_echo_n "checking for $ac_word... " >&6; }
7478 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7479 $as_echo_n "(cached) " >&6
7480 else
7481 if test -n "$ac_ct_MINGWAR"; then
7482 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7483 else
7484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7485 for as_dir in $PATH
7487 IFS=$as_save_IFS
7488 test -z "$as_dir" && as_dir=.
7489 for ac_exec_ext in '' $ac_executable_extensions; do
7490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7491 ac_cv_prog_ac_ct_MINGWAR="ar"
7492 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7493 break 2
7495 done
7496 done
7497 IFS=$as_save_IFS
7501 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7502 if test -n "$ac_ct_MINGWAR"; then
7503 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7504 $as_echo "$ac_ct_MINGWAR" >&6; }
7505 else
7506 { $as_echo "$as_me:$LINENO: result: no" >&5
7507 $as_echo "no" >&6; }
7510 if test "x$ac_ct_MINGWAR" = x; then
7511 MINGWAR="false"
7512 else
7513 case $cross_compiling:$ac_tool_warned in
7514 yes:)
7515 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7516 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7517 ac_tool_warned=yes ;;
7518 esac
7519 MINGWAR=$ac_ct_MINGWAR
7521 else
7522 MINGWAR="$ac_cv_prog_MINGWAR"
7525 if test "$DLLWRAP" = "false"; then
7526 LIBEXT="a"
7527 else
7528 LIBEXT="dll"
7530 IMPLIBEXT="a"
7531 WIN16_FILES=""
7532 WIN16_INSTALL=""
7533 enable_iphlpapi=${enable_iphlpapi:-no}
7534 enable_kernel32=${enable_kernel32:-no}
7535 enable_msvcrt=${enable_msvcrt:-no}
7536 enable_ntdll=${enable_ntdll:-no}
7537 enable_ws2_32=${enable_ws2_32:-no}
7538 enable_loader=${enable_loader:-no}
7539 enable_server=${enable_server:-no}
7540 with_x=${with_x:-no}
7541 with_pthread=${with_pthread:-no}
7543 darwin*|macosx*)
7544 DLLEXT=".so"
7545 LIBEXT="dylib"
7546 DLLFLAGS="$DLLFLAGS -fPIC"
7547 LDDLLFLAGS="-bundle -multiply_defined suppress"
7548 LIBWINE_LDFLAGS="-multiply_defined suppress"
7549 LDSHARED="\$(CC) -dynamiclib"
7550 STRIP="$STRIP -x"
7551 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7552 SECURITYLIB="-framework Security -framework CoreFoundation"
7554 COREFOUNDATIONLIB="-framework CoreFoundation"
7556 IOKITLIB="-framework IOKit -framework CoreFoundation"
7558 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7560 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7561 then
7562 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7565 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7566 then
7567 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7570 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7571 then
7572 ac_save_LIBS="$LIBS"
7573 LIBS="$LIBS $IOKITLIB"
7575 for ac_func in IOHIDManagerCreate
7577 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7578 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7579 $as_echo_n "checking for $ac_func... " >&6; }
7580 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7581 $as_echo_n "(cached) " >&6
7582 else
7583 cat >conftest.$ac_ext <<_ACEOF
7584 /* confdefs.h. */
7585 _ACEOF
7586 cat confdefs.h >>conftest.$ac_ext
7587 cat >>conftest.$ac_ext <<_ACEOF
7588 /* end confdefs.h. */
7589 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7590 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7591 #define $ac_func innocuous_$ac_func
7593 /* System header to define __stub macros and hopefully few prototypes,
7594 which can conflict with char $ac_func (); below.
7595 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7596 <limits.h> exists even on freestanding compilers. */
7598 #ifdef __STDC__
7599 # include <limits.h>
7600 #else
7601 # include <assert.h>
7602 #endif
7604 #undef $ac_func
7606 /* Override any GCC internal prototype to avoid an error.
7607 Use char because int might match the return type of a GCC
7608 builtin and then its argument prototype would still apply. */
7609 #ifdef __cplusplus
7610 extern "C"
7611 #endif
7612 char $ac_func ();
7613 /* The GNU C library defines this for functions which it implements
7614 to always fail with ENOSYS. Some functions are actually named
7615 something starting with __ and the normal name is an alias. */
7616 #if defined __stub_$ac_func || defined __stub___$ac_func
7617 choke me
7618 #endif
7621 main ()
7623 return $ac_func ();
7625 return 0;
7627 _ACEOF
7628 rm -f conftest.$ac_objext conftest$ac_exeext
7629 if { (ac_try="$ac_link"
7630 case "(($ac_try" in
7631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7632 *) ac_try_echo=$ac_try;;
7633 esac
7634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7635 $as_echo "$ac_try_echo") >&5
7636 (eval "$ac_link") 2>conftest.er1
7637 ac_status=$?
7638 grep -v '^ *+' conftest.er1 >conftest.err
7639 rm -f conftest.er1
7640 cat conftest.err >&5
7641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642 (exit $ac_status); } && {
7643 test -z "$ac_c_werror_flag" ||
7644 test ! -s conftest.err
7645 } && test -s conftest$ac_exeext && {
7646 test "$cross_compiling" = yes ||
7647 $as_test_x conftest$ac_exeext
7648 }; then
7649 eval "$as_ac_var=yes"
7650 else
7651 $as_echo "$as_me: failed program was:" >&5
7652 sed 's/^/| /' conftest.$ac_ext >&5
7654 eval "$as_ac_var=no"
7657 rm -rf conftest.dSYM
7658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7659 conftest$ac_exeext conftest.$ac_ext
7661 ac_res=`eval 'as_val=${'$as_ac_var'}
7662 $as_echo "$as_val"'`
7663 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7664 $as_echo "$ac_res" >&6; }
7665 as_val=`eval 'as_val=${'$as_ac_var'}
7666 $as_echo "$as_val"'`
7667 if test "x$as_val" = x""yes; then
7668 cat >>confdefs.h <<_ACEOF
7669 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7670 _ACEOF
7673 done
7675 LIBS="$ac_save_LIBS"
7677 case $host_cpu in
7678 *powerpc*)
7679 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7680 esac
7681 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7682 then
7683 CARBONLIB="-framework Carbon"
7685 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7689 DLLFLAGS="$DLLFLAGS -fPIC"
7690 DLLEXT=".so"
7691 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7692 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7693 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7694 $as_echo_n "(cached) " >&6
7695 else
7696 ac_wine_try_cflags_saved=$CFLAGS
7697 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7698 cat >conftest.$ac_ext <<_ACEOF
7699 void myfunc() {}
7700 _ACEOF
7701 rm -f conftest.$ac_objext conftest$ac_exeext
7702 if { (ac_try="$ac_link"
7703 case "(($ac_try" in
7704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7705 *) ac_try_echo=$ac_try;;
7706 esac
7707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7708 $as_echo "$ac_try_echo") >&5
7709 (eval "$ac_link") 2>conftest.er1
7710 ac_status=$?
7711 grep -v '^ *+' conftest.er1 >conftest.err
7712 rm -f conftest.er1
7713 cat conftest.err >&5
7714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7715 (exit $ac_status); } && {
7716 test -z "$ac_c_werror_flag" ||
7717 test ! -s conftest.err
7718 } && test -s conftest$ac_exeext && {
7719 test "$cross_compiling" = yes ||
7720 $as_test_x conftest$ac_exeext
7721 }; then
7722 ac_cv_c_dll_gnuelf="yes"
7723 else
7724 $as_echo "$as_me: failed program was:" >&5
7725 sed 's/^/| /' conftest.$ac_ext >&5
7727 ac_cv_c_dll_gnuelf="no"
7730 rm -rf conftest.dSYM
7731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7732 conftest$ac_exeext conftest.$ac_ext
7733 CFLAGS=$ac_wine_try_cflags_saved
7735 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7736 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7737 if test "$ac_cv_c_dll_gnuelf" = "yes"
7738 then
7739 LDSHARED="\$(CC) -shared"
7740 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7741 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7742 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7743 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7744 $as_echo_n "(cached) " >&6
7745 else
7746 ac_wine_try_cflags_saved=$CFLAGS
7747 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7748 cat >conftest.$ac_ext <<_ACEOF
7749 /* confdefs.h. */
7750 _ACEOF
7751 cat confdefs.h >>conftest.$ac_ext
7752 cat >>conftest.$ac_ext <<_ACEOF
7753 /* end confdefs.h. */
7756 main ()
7760 return 0;
7762 _ACEOF
7763 rm -f conftest.$ac_objext conftest$ac_exeext
7764 if { (ac_try="$ac_link"
7765 case "(($ac_try" in
7766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7767 *) ac_try_echo=$ac_try;;
7768 esac
7769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7770 $as_echo "$ac_try_echo") >&5
7771 (eval "$ac_link") 2>conftest.er1
7772 ac_status=$?
7773 grep -v '^ *+' conftest.er1 >conftest.err
7774 rm -f conftest.er1
7775 cat conftest.err >&5
7776 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7777 (exit $ac_status); } && {
7778 test -z "$ac_c_werror_flag" ||
7779 test ! -s conftest.err
7780 } && test -s conftest$ac_exeext && {
7781 test "$cross_compiling" = yes ||
7782 $as_test_x conftest$ac_exeext
7783 }; then
7784 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7785 else
7786 $as_echo "$as_me: failed program was:" >&5
7787 sed 's/^/| /' conftest.$ac_ext >&5
7789 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7792 rm -rf conftest.dSYM
7793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7794 conftest$ac_exeext conftest.$ac_ext
7795 CFLAGS=$ac_wine_try_cflags_saved
7797 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7798 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7799 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7800 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7801 else
7802 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7803 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7804 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7805 $as_echo_n "(cached) " >&6
7806 else
7807 ac_wine_try_cflags_saved=$CFLAGS
7808 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7809 cat >conftest.$ac_ext <<_ACEOF
7810 /* confdefs.h. */
7811 _ACEOF
7812 cat confdefs.h >>conftest.$ac_ext
7813 cat >>conftest.$ac_ext <<_ACEOF
7814 /* end confdefs.h. */
7817 main ()
7821 return 0;
7823 _ACEOF
7824 rm -f conftest.$ac_objext conftest$ac_exeext
7825 if { (ac_try="$ac_link"
7826 case "(($ac_try" in
7827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7828 *) ac_try_echo=$ac_try;;
7829 esac
7830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7831 $as_echo "$ac_try_echo") >&5
7832 (eval "$ac_link") 2>conftest.er1
7833 ac_status=$?
7834 grep -v '^ *+' conftest.er1 >conftest.err
7835 rm -f conftest.er1
7836 cat conftest.err >&5
7837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7838 (exit $ac_status); } && {
7839 test -z "$ac_c_werror_flag" ||
7840 test ! -s conftest.err
7841 } && test -s conftest$ac_exeext && {
7842 test "$cross_compiling" = yes ||
7843 $as_test_x conftest$ac_exeext
7844 }; then
7845 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7846 else
7847 $as_echo "$as_me: failed program was:" >&5
7848 sed 's/^/| /' conftest.$ac_ext >&5
7850 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7853 rm -rf conftest.dSYM
7854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7855 conftest$ac_exeext conftest.$ac_ext
7856 CFLAGS=$ac_wine_try_cflags_saved
7858 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7859 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7860 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7861 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7867 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7868 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7869 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7870 $as_echo_n "(cached) " >&6
7871 else
7872 ac_wine_try_cflags_saved=$CFLAGS
7873 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7874 cat >conftest.$ac_ext <<_ACEOF
7875 /* confdefs.h. */
7876 _ACEOF
7877 cat confdefs.h >>conftest.$ac_ext
7878 cat >>conftest.$ac_ext <<_ACEOF
7879 /* end confdefs.h. */
7882 main ()
7886 return 0;
7888 _ACEOF
7889 rm -f conftest.$ac_objext conftest$ac_exeext
7890 if { (ac_try="$ac_link"
7891 case "(($ac_try" in
7892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7893 *) ac_try_echo=$ac_try;;
7894 esac
7895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7896 $as_echo "$ac_try_echo") >&5
7897 (eval "$ac_link") 2>conftest.er1
7898 ac_status=$?
7899 grep -v '^ *+' conftest.er1 >conftest.err
7900 rm -f conftest.er1
7901 cat conftest.err >&5
7902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest$ac_exeext && {
7907 test "$cross_compiling" = yes ||
7908 $as_test_x conftest$ac_exeext
7909 }; then
7910 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7911 else
7912 $as_echo "$as_me: failed program was:" >&5
7913 sed 's/^/| /' conftest.$ac_ext >&5
7915 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7918 rm -rf conftest.dSYM
7919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7920 conftest$ac_exeext conftest.$ac_ext
7921 CFLAGS=$ac_wine_try_cflags_saved
7923 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7924 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7925 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7926 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7930 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7931 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7932 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7933 $as_echo_n "(cached) " >&6
7934 else
7935 ac_wine_try_cflags_saved=$CFLAGS
7936 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7937 cat >conftest.$ac_ext <<_ACEOF
7938 /* confdefs.h. */
7939 _ACEOF
7940 cat confdefs.h >>conftest.$ac_ext
7941 cat >>conftest.$ac_ext <<_ACEOF
7942 /* end confdefs.h. */
7945 main ()
7949 return 0;
7951 _ACEOF
7952 rm -f conftest.$ac_objext conftest$ac_exeext
7953 if { (ac_try="$ac_link"
7954 case "(($ac_try" in
7955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7956 *) ac_try_echo=$ac_try;;
7957 esac
7958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7959 $as_echo "$ac_try_echo") >&5
7960 (eval "$ac_link") 2>conftest.er1
7961 ac_status=$?
7962 grep -v '^ *+' conftest.er1 >conftest.err
7963 rm -f conftest.er1
7964 cat conftest.err >&5
7965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7966 (exit $ac_status); } && {
7967 test -z "$ac_c_werror_flag" ||
7968 test ! -s conftest.err
7969 } && test -s conftest$ac_exeext && {
7970 test "$cross_compiling" = yes ||
7971 $as_test_x conftest$ac_exeext
7972 }; then
7973 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7974 else
7975 $as_echo "$as_me: failed program was:" >&5
7976 sed 's/^/| /' conftest.$ac_ext >&5
7978 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7981 rm -rf conftest.dSYM
7982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7983 conftest$ac_exeext conftest.$ac_ext
7984 CFLAGS=$ac_wine_try_cflags_saved
7986 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7987 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7988 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7989 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7993 echo '{ global: *; };' >conftest.map
7994 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7995 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7996 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7997 $as_echo_n "(cached) " >&6
7998 else
7999 ac_wine_try_cflags_saved=$CFLAGS
8000 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8001 cat >conftest.$ac_ext <<_ACEOF
8002 /* confdefs.h. */
8003 _ACEOF
8004 cat confdefs.h >>conftest.$ac_ext
8005 cat >>conftest.$ac_ext <<_ACEOF
8006 /* end confdefs.h. */
8009 main ()
8013 return 0;
8015 _ACEOF
8016 rm -f conftest.$ac_objext conftest$ac_exeext
8017 if { (ac_try="$ac_link"
8018 case "(($ac_try" in
8019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8020 *) ac_try_echo=$ac_try;;
8021 esac
8022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8023 $as_echo "$ac_try_echo") >&5
8024 (eval "$ac_link") 2>conftest.er1
8025 ac_status=$?
8026 grep -v '^ *+' conftest.er1 >conftest.err
8027 rm -f conftest.er1
8028 cat conftest.err >&5
8029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest$ac_exeext && {
8034 test "$cross_compiling" = yes ||
8035 $as_test_x conftest$ac_exeext
8036 }; then
8037 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8038 else
8039 $as_echo "$as_me: failed program was:" >&5
8040 sed 's/^/| /' conftest.$ac_ext >&5
8042 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8045 rm -rf conftest.dSYM
8046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8047 conftest$ac_exeext conftest.$ac_ext
8048 CFLAGS=$ac_wine_try_cflags_saved
8050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8051 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8052 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8053 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8056 rm -f conftest.map
8058 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8059 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8060 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8061 $as_echo_n "(cached) " >&6
8062 else
8063 ac_wine_try_cflags_saved=$CFLAGS
8064 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8065 cat >conftest.$ac_ext <<_ACEOF
8066 /* confdefs.h. */
8067 _ACEOF
8068 cat confdefs.h >>conftest.$ac_ext
8069 cat >>conftest.$ac_ext <<_ACEOF
8070 /* end confdefs.h. */
8073 main ()
8077 return 0;
8079 _ACEOF
8080 rm -f conftest.$ac_objext conftest$ac_exeext
8081 if { (ac_try="$ac_link"
8082 case "(($ac_try" in
8083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8084 *) ac_try_echo=$ac_try;;
8085 esac
8086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8087 $as_echo "$ac_try_echo") >&5
8088 (eval "$ac_link") 2>conftest.er1
8089 ac_status=$?
8090 grep -v '^ *+' conftest.er1 >conftest.err
8091 rm -f conftest.er1
8092 cat conftest.err >&5
8093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8094 (exit $ac_status); } && {
8095 test -z "$ac_c_werror_flag" ||
8096 test ! -s conftest.err
8097 } && test -s conftest$ac_exeext && {
8098 test "$cross_compiling" = yes ||
8099 $as_test_x conftest$ac_exeext
8100 }; then
8101 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8102 else
8103 $as_echo "$as_me: failed program was:" >&5
8104 sed 's/^/| /' conftest.$ac_ext >&5
8106 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8109 rm -rf conftest.dSYM
8110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8111 conftest$ac_exeext conftest.$ac_ext
8112 CFLAGS=$ac_wine_try_cflags_saved
8114 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8115 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8116 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8117 LDEXECFLAGS="-Wl,--export-dynamic"
8122 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8123 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8124 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8125 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8126 $as_echo_n "(cached) " >&6
8127 else
8128 ac_wine_try_cflags_saved=$CFLAGS
8129 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8130 cat >conftest.$ac_ext <<_ACEOF
8131 /* confdefs.h. */
8132 _ACEOF
8133 cat confdefs.h >>conftest.$ac_ext
8134 cat >>conftest.$ac_ext <<_ACEOF
8135 /* end confdefs.h. */
8138 main ()
8142 return 0;
8144 _ACEOF
8145 rm -f conftest.$ac_objext conftest$ac_exeext
8146 if { (ac_try="$ac_link"
8147 case "(($ac_try" in
8148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8149 *) ac_try_echo=$ac_try;;
8150 esac
8151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8152 $as_echo "$ac_try_echo") >&5
8153 (eval "$ac_link") 2>conftest.er1
8154 ac_status=$?
8155 grep -v '^ *+' conftest.er1 >conftest.err
8156 rm -f conftest.er1
8157 cat conftest.err >&5
8158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 (exit $ac_status); } && {
8160 test -z "$ac_c_werror_flag" ||
8161 test ! -s conftest.err
8162 } && test -s conftest$ac_exeext && {
8163 test "$cross_compiling" = yes ||
8164 $as_test_x conftest$ac_exeext
8165 }; then
8166 eval "$as_ac_var=yes"
8167 else
8168 $as_echo "$as_me: failed program was:" >&5
8169 sed 's/^/| /' conftest.$ac_ext >&5
8171 eval "$as_ac_var=no"
8174 rm -rf conftest.dSYM
8175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8176 conftest$ac_exeext conftest.$ac_ext
8177 CFLAGS=$ac_wine_try_cflags_saved
8179 ac_res=`eval 'as_val=${'$as_ac_var'}
8180 $as_echo "$as_val"'`
8181 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8182 $as_echo "$ac_res" >&6; }
8183 if test `eval 'as_val=${'$as_ac_var'}
8184 $as_echo "$as_val"'` = yes; then
8185 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8186 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8187 else
8188 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8189 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8190 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8191 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8192 $as_echo_n "(cached) " >&6
8193 else
8194 ac_wine_try_cflags_saved=$CFLAGS
8195 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8196 cat >conftest.$ac_ext <<_ACEOF
8197 /* confdefs.h. */
8198 _ACEOF
8199 cat confdefs.h >>conftest.$ac_ext
8200 cat >>conftest.$ac_ext <<_ACEOF
8201 /* end confdefs.h. */
8204 main ()
8208 return 0;
8210 _ACEOF
8211 rm -f conftest.$ac_objext conftest$ac_exeext
8212 if { (ac_try="$ac_link"
8213 case "(($ac_try" in
8214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8215 *) ac_try_echo=$ac_try;;
8216 esac
8217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8218 $as_echo "$ac_try_echo") >&5
8219 (eval "$ac_link") 2>conftest.er1
8220 ac_status=$?
8221 grep -v '^ *+' conftest.er1 >conftest.err
8222 rm -f conftest.er1
8223 cat conftest.err >&5
8224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8225 (exit $ac_status); } && {
8226 test -z "$ac_c_werror_flag" ||
8227 test ! -s conftest.err
8228 } && test -s conftest$ac_exeext && {
8229 test "$cross_compiling" = yes ||
8230 $as_test_x conftest$ac_exeext
8231 }; then
8232 eval "$as_ac_var=yes"
8233 else
8234 $as_echo "$as_me: failed program was:" >&5
8235 sed 's/^/| /' conftest.$ac_ext >&5
8237 eval "$as_ac_var=no"
8240 rm -rf conftest.dSYM
8241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8242 conftest$ac_exeext conftest.$ac_ext
8243 CFLAGS=$ac_wine_try_cflags_saved
8245 ac_res=`eval 'as_val=${'$as_ac_var'}
8246 $as_echo "$as_val"'`
8247 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8248 $as_echo "$ac_res" >&6; }
8249 if test `eval 'as_val=${'$as_ac_var'}
8250 $as_echo "$as_val"'` = yes; then
8251 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8252 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8258 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8259 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8260 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8261 $as_echo_n "(cached) " >&6
8262 else
8263 ac_wine_try_cflags_saved=$CFLAGS
8264 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8265 cat >conftest.$ac_ext <<_ACEOF
8266 /* confdefs.h. */
8267 _ACEOF
8268 cat confdefs.h >>conftest.$ac_ext
8269 cat >>conftest.$ac_ext <<_ACEOF
8270 /* end confdefs.h. */
8273 main ()
8277 return 0;
8279 _ACEOF
8280 rm -f conftest.$ac_objext conftest$ac_exeext
8281 if { (ac_try="$ac_link"
8282 case "(($ac_try" in
8283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8284 *) ac_try_echo=$ac_try;;
8285 esac
8286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8287 $as_echo "$ac_try_echo") >&5
8288 (eval "$ac_link") 2>conftest.er1
8289 ac_status=$?
8290 grep -v '^ *+' conftest.er1 >conftest.err
8291 rm -f conftest.er1
8292 cat conftest.err >&5
8293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294 (exit $ac_status); } && {
8295 test -z "$ac_c_werror_flag" ||
8296 test ! -s conftest.err
8297 } && test -s conftest$ac_exeext && {
8298 test "$cross_compiling" = yes ||
8299 $as_test_x conftest$ac_exeext
8300 }; then
8301 ac_cv_cflags__Wl___enable_new_dtags=yes
8302 else
8303 $as_echo "$as_me: failed program was:" >&5
8304 sed 's/^/| /' conftest.$ac_ext >&5
8306 ac_cv_cflags__Wl___enable_new_dtags=no
8309 rm -rf conftest.dSYM
8310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8311 conftest$ac_exeext conftest.$ac_ext
8312 CFLAGS=$ac_wine_try_cflags_saved
8314 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8315 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8316 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8317 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8321 case $host_cpu in
8322 *i[3456789]86* | x86_64)
8323 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8324 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8325 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8326 $as_echo_n "(cached) " >&6
8327 else
8328 ac_wine_try_cflags_saved=$CFLAGS
8329 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8330 cat >conftest.$ac_ext <<_ACEOF
8331 /* confdefs.h. */
8332 _ACEOF
8333 cat confdefs.h >>conftest.$ac_ext
8334 cat >>conftest.$ac_ext <<_ACEOF
8335 /* end confdefs.h. */
8338 main ()
8342 return 0;
8344 _ACEOF
8345 rm -f conftest.$ac_objext conftest$ac_exeext
8346 if { (ac_try="$ac_link"
8347 case "(($ac_try" in
8348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8349 *) ac_try_echo=$ac_try;;
8350 esac
8351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8352 $as_echo "$ac_try_echo") >&5
8353 (eval "$ac_link") 2>conftest.er1
8354 ac_status=$?
8355 grep -v '^ *+' conftest.er1 >conftest.err
8356 rm -f conftest.er1
8357 cat conftest.err >&5
8358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8359 (exit $ac_status); } && {
8360 test -z "$ac_c_werror_flag" ||
8361 test ! -s conftest.err
8362 } && test -s conftest$ac_exeext && {
8363 test "$cross_compiling" = yes ||
8364 $as_test_x conftest$ac_exeext
8365 }; then
8366 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8367 else
8368 $as_echo "$as_me: failed program was:" >&5
8369 sed 's/^/| /' conftest.$ac_ext >&5
8371 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8374 rm -rf conftest.dSYM
8375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8376 conftest$ac_exeext conftest.$ac_ext
8377 CFLAGS=$ac_wine_try_cflags_saved
8379 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8380 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8381 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8382 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8386 esac
8388 else
8389 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8390 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8391 if test "${ac_cv_c_dll_unixware+set}" = set; then
8392 $as_echo_n "(cached) " >&6
8393 else
8394 ac_wine_try_cflags_saved=$CFLAGS
8395 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8396 cat >conftest.$ac_ext <<_ACEOF
8397 void myfunc() {}
8398 _ACEOF
8399 rm -f conftest.$ac_objext conftest$ac_exeext
8400 if { (ac_try="$ac_link"
8401 case "(($ac_try" in
8402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8403 *) ac_try_echo=$ac_try;;
8404 esac
8405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8406 $as_echo "$ac_try_echo") >&5
8407 (eval "$ac_link") 2>conftest.er1
8408 ac_status=$?
8409 grep -v '^ *+' conftest.er1 >conftest.err
8410 rm -f conftest.er1
8411 cat conftest.err >&5
8412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8413 (exit $ac_status); } && {
8414 test -z "$ac_c_werror_flag" ||
8415 test ! -s conftest.err
8416 } && test -s conftest$ac_exeext && {
8417 test "$cross_compiling" = yes ||
8418 $as_test_x conftest$ac_exeext
8419 }; then
8420 ac_cv_c_dll_unixware="yes"
8421 else
8422 $as_echo "$as_me: failed program was:" >&5
8423 sed 's/^/| /' conftest.$ac_ext >&5
8425 ac_cv_c_dll_unixware="no"
8428 rm -rf conftest.dSYM
8429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8430 conftest$ac_exeext conftest.$ac_ext
8431 CFLAGS=$ac_wine_try_cflags_saved
8433 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8434 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8435 if test "$ac_cv_c_dll_unixware" = "yes"
8436 then
8437 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8438 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8440 else
8441 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8442 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8443 if test "${ac_cv_c_dll_hpux+set}" = set; then
8444 $as_echo_n "(cached) " >&6
8445 else
8446 ac_wine_try_cflags_saved=$CFLAGS
8447 CFLAGS="$CFLAGS -shared"
8448 cat >conftest.$ac_ext <<_ACEOF
8449 void myfunc() {}
8450 _ACEOF
8451 rm -f conftest.$ac_objext conftest$ac_exeext
8452 if { (ac_try="$ac_link"
8453 case "(($ac_try" in
8454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8455 *) ac_try_echo=$ac_try;;
8456 esac
8457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8458 $as_echo "$ac_try_echo") >&5
8459 (eval "$ac_link") 2>conftest.er1
8460 ac_status=$?
8461 grep -v '^ *+' conftest.er1 >conftest.err
8462 rm -f conftest.er1
8463 cat conftest.err >&5
8464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8465 (exit $ac_status); } && {
8466 test -z "$ac_c_werror_flag" ||
8467 test ! -s conftest.err
8468 } && test -s conftest$ac_exeext && {
8469 test "$cross_compiling" = yes ||
8470 $as_test_x conftest$ac_exeext
8471 }; then
8472 ac_cv_c_dll_hpux="yes"
8473 else
8474 $as_echo "$as_me: failed program was:" >&5
8475 sed 's/^/| /' conftest.$ac_ext >&5
8477 ac_cv_c_dll_hpux="no"
8480 rm -rf conftest.dSYM
8481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8482 conftest$ac_exeext conftest.$ac_ext
8483 CFLAGS=$ac_wine_try_cflags_saved
8485 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8486 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8487 if test "$ac_cv_c_dll_hpux" = "yes"
8488 then
8489 LIBEXT="sl"
8490 DLLEXT=".sl"
8491 LDDLLFLAGS="-shared -fPIC"
8492 LDSHARED="\$(CC) -shared"
8497 esac
8499 enable_winequartz_drv=${enable_winequartz_drv:-no}
8501 if test "$LIBEXT" = "a"; then
8502 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8503 It is currently not possible to build Wine without shared library
8504 (.so) support to allow transparent switch between .so and .dll files.
8505 If you are using Linux, you will need a newer binutils.
8506 " >&5
8507 $as_echo "$as_me: error: could not find a way to build shared libraries.
8508 It is currently not possible to build Wine without shared library
8509 (.so) support to allow transparent switch between .so and .dll files.
8510 If you are using Linux, you will need a newer binutils.
8511 " >&2;}
8512 { (exit 1); exit 1; }; }
8515 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8516 then
8517 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
8519 # Extract the first word of "$ac_prog", so it can be a program name with args.
8520 set dummy $ac_prog; ac_word=$2
8521 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8522 $as_echo_n "checking for $ac_word... " >&6; }
8523 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8524 $as_echo_n "(cached) " >&6
8525 else
8526 if test -n "$CROSSCC"; then
8527 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8528 else
8529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8530 for as_dir in $PATH
8532 IFS=$as_save_IFS
8533 test -z "$as_dir" && as_dir=.
8534 for ac_exec_ext in '' $ac_executable_extensions; do
8535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8536 ac_cv_prog_CROSSCC="$ac_prog"
8537 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8538 break 2
8540 done
8541 done
8542 IFS=$as_save_IFS
8546 CROSSCC=$ac_cv_prog_CROSSCC
8547 if test -n "$CROSSCC"; then
8548 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8549 $as_echo "$CROSSCC" >&6; }
8550 else
8551 { $as_echo "$as_me:$LINENO: result: no" >&5
8552 $as_echo "no" >&6; }
8556 test -n "$CROSSCC" && break
8557 done
8558 test -n "$CROSSCC" || CROSSCC="false"
8560 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
8562 # Extract the first word of "$ac_prog", so it can be a program name with args.
8563 set dummy $ac_prog; ac_word=$2
8564 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8565 $as_echo_n "checking for $ac_word... " >&6; }
8566 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8567 $as_echo_n "(cached) " >&6
8568 else
8569 if test -n "$DLLTOOL"; then
8570 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8571 else
8572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8573 for as_dir in $PATH
8575 IFS=$as_save_IFS
8576 test -z "$as_dir" && as_dir=.
8577 for ac_exec_ext in '' $ac_executable_extensions; do
8578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8579 ac_cv_prog_DLLTOOL="$ac_prog"
8580 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8581 break 2
8583 done
8584 done
8585 IFS=$as_save_IFS
8589 DLLTOOL=$ac_cv_prog_DLLTOOL
8590 if test -n "$DLLTOOL"; then
8591 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8592 $as_echo "$DLLTOOL" >&6; }
8593 else
8594 { $as_echo "$as_me:$LINENO: result: no" >&5
8595 $as_echo "no" >&6; }
8599 test -n "$DLLTOOL" && break
8600 done
8601 test -n "$DLLTOOL" || DLLTOOL="false"
8603 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
8605 # Extract the first word of "$ac_prog", so it can be a program name with args.
8606 set dummy $ac_prog; ac_word=$2
8607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8608 $as_echo_n "checking for $ac_word... " >&6; }
8609 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8610 $as_echo_n "(cached) " >&6
8611 else
8612 if test -n "$CROSSWINDRES"; then
8613 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8614 else
8615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8616 for as_dir in $PATH
8618 IFS=$as_save_IFS
8619 test -z "$as_dir" && as_dir=.
8620 for ac_exec_ext in '' $ac_executable_extensions; do
8621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8622 ac_cv_prog_CROSSWINDRES="$ac_prog"
8623 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8624 break 2
8626 done
8627 done
8628 IFS=$as_save_IFS
8632 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8633 if test -n "$CROSSWINDRES"; then
8634 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8635 $as_echo "$CROSSWINDRES" >&6; }
8636 else
8637 { $as_echo "$as_me:$LINENO: result: no" >&5
8638 $as_echo "no" >&6; }
8642 test -n "$CROSSWINDRES" && break
8643 done
8644 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8646 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
8648 # Extract the first word of "$ac_prog", so it can be a program name with args.
8649 set dummy $ac_prog; ac_word=$2
8650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8651 $as_echo_n "checking for $ac_word... " >&6; }
8652 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8653 $as_echo_n "(cached) " >&6
8654 else
8655 if test -n "$MINGWAR"; then
8656 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8657 else
8658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8659 for as_dir in $PATH
8661 IFS=$as_save_IFS
8662 test -z "$as_dir" && as_dir=.
8663 for ac_exec_ext in '' $ac_executable_extensions; do
8664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8665 ac_cv_prog_MINGWAR="$ac_prog"
8666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8667 break 2
8669 done
8670 done
8671 IFS=$as_save_IFS
8675 MINGWAR=$ac_cv_prog_MINGWAR
8676 if test -n "$MINGWAR"; then
8677 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8678 $as_echo "$MINGWAR" >&6; }
8679 else
8680 { $as_echo "$as_me:$LINENO: result: no" >&5
8681 $as_echo "no" >&6; }
8685 test -n "$MINGWAR" && break
8686 done
8687 test -n "$MINGWAR" || MINGWAR="false"
8689 if test "$CROSSCC" != "false"
8690 then
8691 CROSSTEST="\$(CROSSTEST)"
8697 if test "$ac_cv_header_pthread_h" = "yes"
8698 then
8699 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8700 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8701 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8702 $as_echo_n "(cached) " >&6
8703 else
8704 ac_check_lib_save_LIBS=$LIBS
8705 LIBS="-lpthread $LIBS"
8706 cat >conftest.$ac_ext <<_ACEOF
8707 /* confdefs.h. */
8708 _ACEOF
8709 cat confdefs.h >>conftest.$ac_ext
8710 cat >>conftest.$ac_ext <<_ACEOF
8711 /* end confdefs.h. */
8713 /* Override any GCC internal prototype to avoid an error.
8714 Use char because int might match the return type of a GCC
8715 builtin and then its argument prototype would still apply. */
8716 #ifdef __cplusplus
8717 extern "C"
8718 #endif
8719 char pthread_create ();
8721 main ()
8723 return pthread_create ();
8725 return 0;
8727 _ACEOF
8728 rm -f conftest.$ac_objext conftest$ac_exeext
8729 if { (ac_try="$ac_link"
8730 case "(($ac_try" in
8731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8732 *) ac_try_echo=$ac_try;;
8733 esac
8734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8735 $as_echo "$ac_try_echo") >&5
8736 (eval "$ac_link") 2>conftest.er1
8737 ac_status=$?
8738 grep -v '^ *+' conftest.er1 >conftest.err
8739 rm -f conftest.er1
8740 cat conftest.err >&5
8741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742 (exit $ac_status); } && {
8743 test -z "$ac_c_werror_flag" ||
8744 test ! -s conftest.err
8745 } && test -s conftest$ac_exeext && {
8746 test "$cross_compiling" = yes ||
8747 $as_test_x conftest$ac_exeext
8748 }; then
8749 ac_cv_lib_pthread_pthread_create=yes
8750 else
8751 $as_echo "$as_me: failed program was:" >&5
8752 sed 's/^/| /' conftest.$ac_ext >&5
8754 ac_cv_lib_pthread_pthread_create=no
8757 rm -rf conftest.dSYM
8758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8759 conftest$ac_exeext conftest.$ac_ext
8760 LIBS=$ac_check_lib_save_LIBS
8762 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8763 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8764 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8765 LIBPTHREAD="-lpthread"
8770 if test "x$LIBPTHREAD" = "x"; then
8771 case "x$with_pthread" in
8772 xno) ;;
8773 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8774 Wine cannot support threads without libpthread.
8775 Use the --without-pthread option if you really want this." >&5
8776 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8777 Wine cannot support threads without libpthread.
8778 Use the --without-pthread option if you really want this." >&2;}
8779 { (exit 1); exit 1; }; } ;;
8780 esac
8785 { $as_echo "$as_me:$LINENO: checking for X" >&5
8786 $as_echo_n "checking for X... " >&6; }
8789 # Check whether --with-x was given.
8790 if test "${with_x+set}" = set; then
8791 withval=$with_x;
8794 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8795 if test "x$with_x" = xno; then
8796 # The user explicitly disabled X.
8797 have_x=disabled
8798 else
8799 case $x_includes,$x_libraries in #(
8800 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8801 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8802 { (exit 1); exit 1; }; };; #(
8803 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8804 $as_echo_n "(cached) " >&6
8805 else
8806 # One or both of the vars are not set, and there is no cached value.
8807 ac_x_includes=no ac_x_libraries=no
8808 rm -f -r conftest.dir
8809 if mkdir conftest.dir; then
8810 cd conftest.dir
8811 cat >Imakefile <<'_ACEOF'
8812 incroot:
8813 @echo incroot='${INCROOT}'
8814 usrlibdir:
8815 @echo usrlibdir='${USRLIBDIR}'
8816 libdir:
8817 @echo libdir='${LIBDIR}'
8818 _ACEOF
8819 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8820 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8821 for ac_var in incroot usrlibdir libdir; do
8822 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8823 done
8824 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8825 for ac_extension in a so sl dylib la dll; do
8826 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8827 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8828 ac_im_usrlibdir=$ac_im_libdir; break
8830 done
8831 # Screen out bogus values from the imake configuration. They are
8832 # bogus both because they are the default anyway, and because
8833 # using them would break gcc on systems where it needs fixed includes.
8834 case $ac_im_incroot in
8835 /usr/include) ac_x_includes= ;;
8836 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8837 esac
8838 case $ac_im_usrlibdir in
8839 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8840 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8841 esac
8843 cd ..
8844 rm -f -r conftest.dir
8847 # Standard set of common directories for X headers.
8848 # Check X11 before X11Rn because it is often a symlink to the current release.
8849 ac_x_header_dirs='
8850 /usr/X11/include
8851 /usr/X11R6/include
8852 /usr/X11R5/include
8853 /usr/X11R4/include
8855 /usr/include/X11
8856 /usr/include/X11R6
8857 /usr/include/X11R5
8858 /usr/include/X11R4
8860 /usr/local/X11/include
8861 /usr/local/X11R6/include
8862 /usr/local/X11R5/include
8863 /usr/local/X11R4/include
8865 /usr/local/include/X11
8866 /usr/local/include/X11R6
8867 /usr/local/include/X11R5
8868 /usr/local/include/X11R4
8870 /usr/X386/include
8871 /usr/x386/include
8872 /usr/XFree86/include/X11
8874 /usr/include
8875 /usr/local/include
8876 /usr/unsupported/include
8877 /usr/athena/include
8878 /usr/local/x11r5/include
8879 /usr/lpp/Xamples/include
8881 /usr/openwin/include
8882 /usr/openwin/share/include'
8884 if test "$ac_x_includes" = no; then
8885 # Guess where to find include files, by looking for Xlib.h.
8886 # First, try using that file with no special directory specified.
8887 cat >conftest.$ac_ext <<_ACEOF
8888 /* confdefs.h. */
8889 _ACEOF
8890 cat confdefs.h >>conftest.$ac_ext
8891 cat >>conftest.$ac_ext <<_ACEOF
8892 /* end confdefs.h. */
8893 #include <X11/Xlib.h>
8894 _ACEOF
8895 if { (ac_try="$ac_cpp conftest.$ac_ext"
8896 case "(($ac_try" in
8897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8898 *) ac_try_echo=$ac_try;;
8899 esac
8900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8901 $as_echo "$ac_try_echo") >&5
8902 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8903 ac_status=$?
8904 grep -v '^ *+' conftest.er1 >conftest.err
8905 rm -f conftest.er1
8906 cat conftest.err >&5
8907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908 (exit $ac_status); } >/dev/null && {
8909 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8910 test ! -s conftest.err
8911 }; then
8912 # We can compile using X headers with no special include directory.
8913 ac_x_includes=
8914 else
8915 $as_echo "$as_me: failed program was:" >&5
8916 sed 's/^/| /' conftest.$ac_ext >&5
8918 for ac_dir in $ac_x_header_dirs; do
8919 if test -r "$ac_dir/X11/Xlib.h"; then
8920 ac_x_includes=$ac_dir
8921 break
8923 done
8926 rm -f conftest.err conftest.$ac_ext
8927 fi # $ac_x_includes = no
8929 if test "$ac_x_libraries" = no; then
8930 # Check for the libraries.
8931 # See if we find them without any special options.
8932 # Don't add to $LIBS permanently.
8933 ac_save_LIBS=$LIBS
8934 LIBS="-lX11 $LIBS"
8935 cat >conftest.$ac_ext <<_ACEOF
8936 /* confdefs.h. */
8937 _ACEOF
8938 cat confdefs.h >>conftest.$ac_ext
8939 cat >>conftest.$ac_ext <<_ACEOF
8940 /* end confdefs.h. */
8941 #include <X11/Xlib.h>
8943 main ()
8945 XrmInitialize ()
8947 return 0;
8949 _ACEOF
8950 rm -f conftest.$ac_objext conftest$ac_exeext
8951 if { (ac_try="$ac_link"
8952 case "(($ac_try" in
8953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8954 *) ac_try_echo=$ac_try;;
8955 esac
8956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8957 $as_echo "$ac_try_echo") >&5
8958 (eval "$ac_link") 2>conftest.er1
8959 ac_status=$?
8960 grep -v '^ *+' conftest.er1 >conftest.err
8961 rm -f conftest.er1
8962 cat conftest.err >&5
8963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8964 (exit $ac_status); } && {
8965 test -z "$ac_c_werror_flag" ||
8966 test ! -s conftest.err
8967 } && test -s conftest$ac_exeext && {
8968 test "$cross_compiling" = yes ||
8969 $as_test_x conftest$ac_exeext
8970 }; then
8971 LIBS=$ac_save_LIBS
8972 # We can link X programs with no special library path.
8973 ac_x_libraries=
8974 else
8975 $as_echo "$as_me: failed program was:" >&5
8976 sed 's/^/| /' conftest.$ac_ext >&5
8978 LIBS=$ac_save_LIBS
8979 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8981 # Don't even attempt the hair of trying to link an X program!
8982 for ac_extension in a so sl dylib la dll; do
8983 if test -r "$ac_dir/libX11.$ac_extension"; then
8984 ac_x_libraries=$ac_dir
8985 break 2
8987 done
8988 done
8991 rm -rf conftest.dSYM
8992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8993 conftest$ac_exeext conftest.$ac_ext
8994 fi # $ac_x_libraries = no
8996 case $ac_x_includes,$ac_x_libraries in #(
8997 no,* | *,no | *\'*)
8998 # Didn't find X, or a directory has "'" in its name.
8999 ac_cv_have_x="have_x=no";; #(
9001 # Record where we found X for the cache.
9002 ac_cv_have_x="have_x=yes\
9003 ac_x_includes='$ac_x_includes'\
9004 ac_x_libraries='$ac_x_libraries'"
9005 esac
9007 ;; #(
9008 *) have_x=yes;;
9009 esac
9010 eval "$ac_cv_have_x"
9011 fi # $with_x != no
9013 if test "$have_x" != yes; then
9014 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9015 $as_echo "$have_x" >&6; }
9016 no_x=yes
9017 else
9018 # If each of the values was on the command line, it overrides each guess.
9019 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9020 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9021 # Update the cache value to reflect the command line values.
9022 ac_cv_have_x="have_x=yes\
9023 ac_x_includes='$x_includes'\
9024 ac_x_libraries='$x_libraries'"
9025 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9026 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9029 if test "$no_x" = yes; then
9030 # Not all programs may use this symbol, but it does not hurt to define it.
9032 cat >>confdefs.h <<\_ACEOF
9033 #define X_DISPLAY_MISSING 1
9034 _ACEOF
9036 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9037 else
9038 if test -n "$x_includes"; then
9039 X_CFLAGS="$X_CFLAGS -I$x_includes"
9042 # It would also be nice to do this for all -L options, not just this one.
9043 if test -n "$x_libraries"; then
9044 X_LIBS="$X_LIBS -L$x_libraries"
9045 # For Solaris; some versions of Sun CC require a space after -R and
9046 # others require no space. Words are not sufficient . . . .
9047 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9048 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9049 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9050 ac_xsave_c_werror_flag=$ac_c_werror_flag
9051 ac_c_werror_flag=yes
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9060 main ()
9064 return 0;
9066 _ACEOF
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9069 case "(($ac_try" in
9070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9071 *) ac_try_echo=$ac_try;;
9072 esac
9073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9074 $as_echo "$ac_try_echo") >&5
9075 (eval "$ac_link") 2>conftest.er1
9076 ac_status=$?
9077 grep -v '^ *+' conftest.er1 >conftest.err
9078 rm -f conftest.er1
9079 cat conftest.err >&5
9080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9081 (exit $ac_status); } && {
9082 test -z "$ac_c_werror_flag" ||
9083 test ! -s conftest.err
9084 } && test -s conftest$ac_exeext && {
9085 test "$cross_compiling" = yes ||
9086 $as_test_x conftest$ac_exeext
9087 }; then
9088 { $as_echo "$as_me:$LINENO: result: no" >&5
9089 $as_echo "no" >&6; }
9090 X_LIBS="$X_LIBS -R$x_libraries"
9091 else
9092 $as_echo "$as_me: failed program was:" >&5
9093 sed 's/^/| /' conftest.$ac_ext >&5
9095 LIBS="$ac_xsave_LIBS -R $x_libraries"
9096 cat >conftest.$ac_ext <<_ACEOF
9097 /* confdefs.h. */
9098 _ACEOF
9099 cat confdefs.h >>conftest.$ac_ext
9100 cat >>conftest.$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9104 main ()
9108 return 0;
9110 _ACEOF
9111 rm -f conftest.$ac_objext conftest$ac_exeext
9112 if { (ac_try="$ac_link"
9113 case "(($ac_try" in
9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9116 esac
9117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9118 $as_echo "$ac_try_echo") >&5
9119 (eval "$ac_link") 2>conftest.er1
9120 ac_status=$?
9121 grep -v '^ *+' conftest.er1 >conftest.err
9122 rm -f conftest.er1
9123 cat conftest.err >&5
9124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9125 (exit $ac_status); } && {
9126 test -z "$ac_c_werror_flag" ||
9127 test ! -s conftest.err
9128 } && test -s conftest$ac_exeext && {
9129 test "$cross_compiling" = yes ||
9130 $as_test_x conftest$ac_exeext
9131 }; then
9132 { $as_echo "$as_me:$LINENO: result: yes" >&5
9133 $as_echo "yes" >&6; }
9134 X_LIBS="$X_LIBS -R $x_libraries"
9135 else
9136 $as_echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.$ac_ext >&5
9139 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9140 $as_echo "neither works" >&6; }
9143 rm -rf conftest.dSYM
9144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9145 conftest$ac_exeext conftest.$ac_ext
9148 rm -rf conftest.dSYM
9149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9150 conftest$ac_exeext conftest.$ac_ext
9151 ac_c_werror_flag=$ac_xsave_c_werror_flag
9152 LIBS=$ac_xsave_LIBS
9155 # Check for system-dependent libraries X programs must link with.
9156 # Do this before checking for the system-independent R6 libraries
9157 # (-lICE), since we may need -lsocket or whatever for X linking.
9159 if test "$ISC" = yes; then
9160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9161 else
9162 # Martyn Johnson says this is needed for Ultrix, if the X
9163 # libraries were built with DECnet support. And Karl Berry says
9164 # the Alpha needs dnet_stub (dnet does not exist).
9165 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9166 cat >conftest.$ac_ext <<_ACEOF
9167 /* confdefs.h. */
9168 _ACEOF
9169 cat confdefs.h >>conftest.$ac_ext
9170 cat >>conftest.$ac_ext <<_ACEOF
9171 /* end confdefs.h. */
9173 /* Override any GCC internal prototype to avoid an error.
9174 Use char because int might match the return type of a GCC
9175 builtin and then its argument prototype would still apply. */
9176 #ifdef __cplusplus
9177 extern "C"
9178 #endif
9179 char XOpenDisplay ();
9181 main ()
9183 return XOpenDisplay ();
9185 return 0;
9187 _ACEOF
9188 rm -f conftest.$ac_objext conftest$ac_exeext
9189 if { (ac_try="$ac_link"
9190 case "(($ac_try" in
9191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9192 *) ac_try_echo=$ac_try;;
9193 esac
9194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9195 $as_echo "$ac_try_echo") >&5
9196 (eval "$ac_link") 2>conftest.er1
9197 ac_status=$?
9198 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1
9200 cat conftest.err >&5
9201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && {
9203 test -z "$ac_c_werror_flag" ||
9204 test ! -s conftest.err
9205 } && test -s conftest$ac_exeext && {
9206 test "$cross_compiling" = yes ||
9207 $as_test_x conftest$ac_exeext
9208 }; then
9210 else
9211 $as_echo "$as_me: failed program was:" >&5
9212 sed 's/^/| /' conftest.$ac_ext >&5
9214 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9215 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9216 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9217 $as_echo_n "(cached) " >&6
9218 else
9219 ac_check_lib_save_LIBS=$LIBS
9220 LIBS="-ldnet $LIBS"
9221 cat >conftest.$ac_ext <<_ACEOF
9222 /* confdefs.h. */
9223 _ACEOF
9224 cat confdefs.h >>conftest.$ac_ext
9225 cat >>conftest.$ac_ext <<_ACEOF
9226 /* end confdefs.h. */
9228 /* Override any GCC internal prototype to avoid an error.
9229 Use char because int might match the return type of a GCC
9230 builtin and then its argument prototype would still apply. */
9231 #ifdef __cplusplus
9232 extern "C"
9233 #endif
9234 char dnet_ntoa ();
9236 main ()
9238 return dnet_ntoa ();
9240 return 0;
9242 _ACEOF
9243 rm -f conftest.$ac_objext conftest$ac_exeext
9244 if { (ac_try="$ac_link"
9245 case "(($ac_try" in
9246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9248 esac
9249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9250 $as_echo "$ac_try_echo") >&5
9251 (eval "$ac_link") 2>conftest.er1
9252 ac_status=$?
9253 grep -v '^ *+' conftest.er1 >conftest.err
9254 rm -f conftest.er1
9255 cat conftest.err >&5
9256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9257 (exit $ac_status); } && {
9258 test -z "$ac_c_werror_flag" ||
9259 test ! -s conftest.err
9260 } && test -s conftest$ac_exeext && {
9261 test "$cross_compiling" = yes ||
9262 $as_test_x conftest$ac_exeext
9263 }; then
9264 ac_cv_lib_dnet_dnet_ntoa=yes
9265 else
9266 $as_echo "$as_me: failed program was:" >&5
9267 sed 's/^/| /' conftest.$ac_ext >&5
9269 ac_cv_lib_dnet_dnet_ntoa=no
9272 rm -rf conftest.dSYM
9273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9274 conftest$ac_exeext conftest.$ac_ext
9275 LIBS=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9280 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9283 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9284 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9285 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9286 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9287 $as_echo_n "(cached) " >&6
9288 else
9289 ac_check_lib_save_LIBS=$LIBS
9290 LIBS="-ldnet_stub $LIBS"
9291 cat >conftest.$ac_ext <<_ACEOF
9292 /* confdefs.h. */
9293 _ACEOF
9294 cat confdefs.h >>conftest.$ac_ext
9295 cat >>conftest.$ac_ext <<_ACEOF
9296 /* end confdefs.h. */
9298 /* Override any GCC internal prototype to avoid an error.
9299 Use char because int might match the return type of a GCC
9300 builtin and then its argument prototype would still apply. */
9301 #ifdef __cplusplus
9302 extern "C"
9303 #endif
9304 char dnet_ntoa ();
9306 main ()
9308 return dnet_ntoa ();
9310 return 0;
9312 _ACEOF
9313 rm -f conftest.$ac_objext conftest$ac_exeext
9314 if { (ac_try="$ac_link"
9315 case "(($ac_try" in
9316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9317 *) ac_try_echo=$ac_try;;
9318 esac
9319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9320 $as_echo "$ac_try_echo") >&5
9321 (eval "$ac_link") 2>conftest.er1
9322 ac_status=$?
9323 grep -v '^ *+' conftest.er1 >conftest.err
9324 rm -f conftest.er1
9325 cat conftest.err >&5
9326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9327 (exit $ac_status); } && {
9328 test -z "$ac_c_werror_flag" ||
9329 test ! -s conftest.err
9330 } && test -s conftest$ac_exeext && {
9331 test "$cross_compiling" = yes ||
9332 $as_test_x conftest$ac_exeext
9333 }; then
9334 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9335 else
9336 $as_echo "$as_me: failed program was:" >&5
9337 sed 's/^/| /' conftest.$ac_ext >&5
9339 ac_cv_lib_dnet_stub_dnet_ntoa=no
9342 rm -rf conftest.dSYM
9343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9344 conftest$ac_exeext conftest.$ac_ext
9345 LIBS=$ac_check_lib_save_LIBS
9347 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9348 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9349 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9350 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9356 rm -rf conftest.dSYM
9357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9358 conftest$ac_exeext conftest.$ac_ext
9359 LIBS="$ac_xsave_LIBS"
9361 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9362 # to get the SysV transport functions.
9363 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9364 # needs -lnsl.
9365 # The nsl library prevents programs from opening the X display
9366 # on Irix 5.2, according to T.E. Dickey.
9367 # The functions gethostbyname, getservbyname, and inet_addr are
9368 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9369 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9370 $as_echo_n "checking for gethostbyname... " >&6; }
9371 if test "${ac_cv_func_gethostbyname+set}" = set; then
9372 $as_echo_n "(cached) " >&6
9373 else
9374 cat >conftest.$ac_ext <<_ACEOF
9375 /* confdefs.h. */
9376 _ACEOF
9377 cat confdefs.h >>conftest.$ac_ext
9378 cat >>conftest.$ac_ext <<_ACEOF
9379 /* end confdefs.h. */
9380 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9382 #define gethostbyname innocuous_gethostbyname
9384 /* System header to define __stub macros and hopefully few prototypes,
9385 which can conflict with char gethostbyname (); below.
9386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9387 <limits.h> exists even on freestanding compilers. */
9389 #ifdef __STDC__
9390 # include <limits.h>
9391 #else
9392 # include <assert.h>
9393 #endif
9395 #undef gethostbyname
9397 /* Override any GCC internal prototype to avoid an error.
9398 Use char because int might match the return type of a GCC
9399 builtin and then its argument prototype would still apply. */
9400 #ifdef __cplusplus
9401 extern "C"
9402 #endif
9403 char gethostbyname ();
9404 /* The GNU C library defines this for functions which it implements
9405 to always fail with ENOSYS. Some functions are actually named
9406 something starting with __ and the normal name is an alias. */
9407 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9408 choke me
9409 #endif
9412 main ()
9414 return gethostbyname ();
9416 return 0;
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423 *) ac_try_echo=$ac_try;;
9424 esac
9425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9426 $as_echo "$ac_try_echo") >&5
9427 (eval "$ac_link") 2>conftest.er1
9428 ac_status=$?
9429 grep -v '^ *+' conftest.er1 >conftest.err
9430 rm -f conftest.er1
9431 cat conftest.err >&5
9432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433 (exit $ac_status); } && {
9434 test -z "$ac_c_werror_flag" ||
9435 test ! -s conftest.err
9436 } && test -s conftest$ac_exeext && {
9437 test "$cross_compiling" = yes ||
9438 $as_test_x conftest$ac_exeext
9439 }; then
9440 ac_cv_func_gethostbyname=yes
9441 else
9442 $as_echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.$ac_ext >&5
9445 ac_cv_func_gethostbyname=no
9448 rm -rf conftest.dSYM
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9452 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9453 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9455 if test $ac_cv_func_gethostbyname = no; then
9456 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9457 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9458 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9459 $as_echo_n "(cached) " >&6
9460 else
9461 ac_check_lib_save_LIBS=$LIBS
9462 LIBS="-lnsl $LIBS"
9463 cat >conftest.$ac_ext <<_ACEOF
9464 /* confdefs.h. */
9465 _ACEOF
9466 cat confdefs.h >>conftest.$ac_ext
9467 cat >>conftest.$ac_ext <<_ACEOF
9468 /* end confdefs.h. */
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9473 #ifdef __cplusplus
9474 extern "C"
9475 #endif
9476 char gethostbyname ();
9478 main ()
9480 return gethostbyname ();
9482 return 0;
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489 *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext && {
9503 test "$cross_compiling" = yes ||
9504 $as_test_x conftest$ac_exeext
9505 }; then
9506 ac_cv_lib_nsl_gethostbyname=yes
9507 else
9508 $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9511 ac_cv_lib_nsl_gethostbyname=no
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516 conftest$ac_exeext conftest.$ac_ext
9517 LIBS=$ac_check_lib_save_LIBS
9519 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9520 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9521 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9522 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9525 if test $ac_cv_lib_nsl_gethostbyname = no; then
9526 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9527 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9528 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9529 $as_echo_n "(cached) " >&6
9530 else
9531 ac_check_lib_save_LIBS=$LIBS
9532 LIBS="-lbsd $LIBS"
9533 cat >conftest.$ac_ext <<_ACEOF
9534 /* confdefs.h. */
9535 _ACEOF
9536 cat confdefs.h >>conftest.$ac_ext
9537 cat >>conftest.$ac_ext <<_ACEOF
9538 /* end confdefs.h. */
9540 /* Override any GCC internal prototype to avoid an error.
9541 Use char because int might match the return type of a GCC
9542 builtin and then its argument prototype would still apply. */
9543 #ifdef __cplusplus
9544 extern "C"
9545 #endif
9546 char gethostbyname ();
9548 main ()
9550 return gethostbyname ();
9552 return 0;
9554 _ACEOF
9555 rm -f conftest.$ac_objext conftest$ac_exeext
9556 if { (ac_try="$ac_link"
9557 case "(($ac_try" in
9558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9559 *) ac_try_echo=$ac_try;;
9560 esac
9561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9562 $as_echo "$ac_try_echo") >&5
9563 (eval "$ac_link") 2>conftest.er1
9564 ac_status=$?
9565 grep -v '^ *+' conftest.er1 >conftest.err
9566 rm -f conftest.er1
9567 cat conftest.err >&5
9568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9569 (exit $ac_status); } && {
9570 test -z "$ac_c_werror_flag" ||
9571 test ! -s conftest.err
9572 } && test -s conftest$ac_exeext && {
9573 test "$cross_compiling" = yes ||
9574 $as_test_x conftest$ac_exeext
9575 }; then
9576 ac_cv_lib_bsd_gethostbyname=yes
9577 else
9578 $as_echo "$as_me: failed program was:" >&5
9579 sed 's/^/| /' conftest.$ac_ext >&5
9581 ac_cv_lib_bsd_gethostbyname=no
9584 rm -rf conftest.dSYM
9585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9586 conftest$ac_exeext conftest.$ac_ext
9587 LIBS=$ac_check_lib_save_LIBS
9589 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9590 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9591 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9592 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9598 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9599 # socket/setsockopt and other routines are undefined under SCO ODT
9600 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9601 # on later versions), says Simon Leinen: it contains gethostby*
9602 # variants that don't use the name server (or something). -lsocket
9603 # must be given before -lnsl if both are needed. We assume that
9604 # if connect needs -lnsl, so does gethostbyname.
9605 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9606 $as_echo_n "checking for connect... " >&6; }
9607 if test "${ac_cv_func_connect+set}" = set; then
9608 $as_echo_n "(cached) " >&6
9609 else
9610 cat >conftest.$ac_ext <<_ACEOF
9611 /* confdefs.h. */
9612 _ACEOF
9613 cat confdefs.h >>conftest.$ac_ext
9614 cat >>conftest.$ac_ext <<_ACEOF
9615 /* end confdefs.h. */
9616 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9617 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9618 #define connect innocuous_connect
9620 /* System header to define __stub macros and hopefully few prototypes,
9621 which can conflict with char connect (); below.
9622 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9623 <limits.h> exists even on freestanding compilers. */
9625 #ifdef __STDC__
9626 # include <limits.h>
9627 #else
9628 # include <assert.h>
9629 #endif
9631 #undef connect
9633 /* Override any GCC internal prototype to avoid an error.
9634 Use char because int might match the return type of a GCC
9635 builtin and then its argument prototype would still apply. */
9636 #ifdef __cplusplus
9637 extern "C"
9638 #endif
9639 char connect ();
9640 /* The GNU C library defines this for functions which it implements
9641 to always fail with ENOSYS. Some functions are actually named
9642 something starting with __ and the normal name is an alias. */
9643 #if defined __stub_connect || defined __stub___connect
9644 choke me
9645 #endif
9648 main ()
9650 return connect ();
9652 return 0;
9654 _ACEOF
9655 rm -f conftest.$ac_objext conftest$ac_exeext
9656 if { (ac_try="$ac_link"
9657 case "(($ac_try" in
9658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9659 *) ac_try_echo=$ac_try;;
9660 esac
9661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9662 $as_echo "$ac_try_echo") >&5
9663 (eval "$ac_link") 2>conftest.er1
9664 ac_status=$?
9665 grep -v '^ *+' conftest.er1 >conftest.err
9666 rm -f conftest.er1
9667 cat conftest.err >&5
9668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && {
9670 test -z "$ac_c_werror_flag" ||
9671 test ! -s conftest.err
9672 } && test -s conftest$ac_exeext && {
9673 test "$cross_compiling" = yes ||
9674 $as_test_x conftest$ac_exeext
9675 }; then
9676 ac_cv_func_connect=yes
9677 else
9678 $as_echo "$as_me: failed program was:" >&5
9679 sed 's/^/| /' conftest.$ac_ext >&5
9681 ac_cv_func_connect=no
9684 rm -rf conftest.dSYM
9685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9686 conftest$ac_exeext conftest.$ac_ext
9688 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9689 $as_echo "$ac_cv_func_connect" >&6; }
9691 if test $ac_cv_func_connect = no; then
9692 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9693 $as_echo_n "checking for connect in -lsocket... " >&6; }
9694 if test "${ac_cv_lib_socket_connect+set}" = set; then
9695 $as_echo_n "(cached) " >&6
9696 else
9697 ac_check_lib_save_LIBS=$LIBS
9698 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 /* confdefs.h. */
9701 _ACEOF
9702 cat confdefs.h >>conftest.$ac_ext
9703 cat >>conftest.$ac_ext <<_ACEOF
9704 /* end confdefs.h. */
9706 /* Override any GCC internal prototype to avoid an error.
9707 Use char because int might match the return type of a GCC
9708 builtin and then its argument prototype would still apply. */
9709 #ifdef __cplusplus
9710 extern "C"
9711 #endif
9712 char connect ();
9714 main ()
9716 return connect ();
9718 return 0;
9720 _ACEOF
9721 rm -f conftest.$ac_objext conftest$ac_exeext
9722 if { (ac_try="$ac_link"
9723 case "(($ac_try" in
9724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9725 *) ac_try_echo=$ac_try;;
9726 esac
9727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9728 $as_echo "$ac_try_echo") >&5
9729 (eval "$ac_link") 2>conftest.er1
9730 ac_status=$?
9731 grep -v '^ *+' conftest.er1 >conftest.err
9732 rm -f conftest.er1
9733 cat conftest.err >&5
9734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9735 (exit $ac_status); } && {
9736 test -z "$ac_c_werror_flag" ||
9737 test ! -s conftest.err
9738 } && test -s conftest$ac_exeext && {
9739 test "$cross_compiling" = yes ||
9740 $as_test_x conftest$ac_exeext
9741 }; then
9742 ac_cv_lib_socket_connect=yes
9743 else
9744 $as_echo "$as_me: failed program was:" >&5
9745 sed 's/^/| /' conftest.$ac_ext >&5
9747 ac_cv_lib_socket_connect=no
9750 rm -rf conftest.dSYM
9751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9752 conftest$ac_exeext conftest.$ac_ext
9753 LIBS=$ac_check_lib_save_LIBS
9755 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9756 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9757 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9758 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9763 # Guillermo Gomez says -lposix is necessary on A/UX.
9764 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9765 $as_echo_n "checking for remove... " >&6; }
9766 if test "${ac_cv_func_remove+set}" = set; then
9767 $as_echo_n "(cached) " >&6
9768 else
9769 cat >conftest.$ac_ext <<_ACEOF
9770 /* confdefs.h. */
9771 _ACEOF
9772 cat confdefs.h >>conftest.$ac_ext
9773 cat >>conftest.$ac_ext <<_ACEOF
9774 /* end confdefs.h. */
9775 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9777 #define remove innocuous_remove
9779 /* System header to define __stub macros and hopefully few prototypes,
9780 which can conflict with char remove (); below.
9781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9782 <limits.h> exists even on freestanding compilers. */
9784 #ifdef __STDC__
9785 # include <limits.h>
9786 #else
9787 # include <assert.h>
9788 #endif
9790 #undef remove
9792 /* Override any GCC internal prototype to avoid an error.
9793 Use char because int might match the return type of a GCC
9794 builtin and then its argument prototype would still apply. */
9795 #ifdef __cplusplus
9796 extern "C"
9797 #endif
9798 char remove ();
9799 /* The GNU C library defines this for functions which it implements
9800 to always fail with ENOSYS. Some functions are actually named
9801 something starting with __ and the normal name is an alias. */
9802 #if defined __stub_remove || defined __stub___remove
9803 choke me
9804 #endif
9807 main ()
9809 return remove ();
9811 return 0;
9813 _ACEOF
9814 rm -f conftest.$ac_objext conftest$ac_exeext
9815 if { (ac_try="$ac_link"
9816 case "(($ac_try" in
9817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9818 *) ac_try_echo=$ac_try;;
9819 esac
9820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9821 $as_echo "$ac_try_echo") >&5
9822 (eval "$ac_link") 2>conftest.er1
9823 ac_status=$?
9824 grep -v '^ *+' conftest.er1 >conftest.err
9825 rm -f conftest.er1
9826 cat conftest.err >&5
9827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9828 (exit $ac_status); } && {
9829 test -z "$ac_c_werror_flag" ||
9830 test ! -s conftest.err
9831 } && test -s conftest$ac_exeext && {
9832 test "$cross_compiling" = yes ||
9833 $as_test_x conftest$ac_exeext
9834 }; then
9835 ac_cv_func_remove=yes
9836 else
9837 $as_echo "$as_me: failed program was:" >&5
9838 sed 's/^/| /' conftest.$ac_ext >&5
9840 ac_cv_func_remove=no
9843 rm -rf conftest.dSYM
9844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9845 conftest$ac_exeext conftest.$ac_ext
9847 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9848 $as_echo "$ac_cv_func_remove" >&6; }
9850 if test $ac_cv_func_remove = no; then
9851 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9852 $as_echo_n "checking for remove in -lposix... " >&6; }
9853 if test "${ac_cv_lib_posix_remove+set}" = set; then
9854 $as_echo_n "(cached) " >&6
9855 else
9856 ac_check_lib_save_LIBS=$LIBS
9857 LIBS="-lposix $LIBS"
9858 cat >conftest.$ac_ext <<_ACEOF
9859 /* confdefs.h. */
9860 _ACEOF
9861 cat confdefs.h >>conftest.$ac_ext
9862 cat >>conftest.$ac_ext <<_ACEOF
9863 /* end confdefs.h. */
9865 /* Override any GCC internal prototype to avoid an error.
9866 Use char because int might match the return type of a GCC
9867 builtin and then its argument prototype would still apply. */
9868 #ifdef __cplusplus
9869 extern "C"
9870 #endif
9871 char remove ();
9873 main ()
9875 return remove ();
9877 return 0;
9879 _ACEOF
9880 rm -f conftest.$ac_objext conftest$ac_exeext
9881 if { (ac_try="$ac_link"
9882 case "(($ac_try" in
9883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9884 *) ac_try_echo=$ac_try;;
9885 esac
9886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9887 $as_echo "$ac_try_echo") >&5
9888 (eval "$ac_link") 2>conftest.er1
9889 ac_status=$?
9890 grep -v '^ *+' conftest.er1 >conftest.err
9891 rm -f conftest.er1
9892 cat conftest.err >&5
9893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9894 (exit $ac_status); } && {
9895 test -z "$ac_c_werror_flag" ||
9896 test ! -s conftest.err
9897 } && test -s conftest$ac_exeext && {
9898 test "$cross_compiling" = yes ||
9899 $as_test_x conftest$ac_exeext
9900 }; then
9901 ac_cv_lib_posix_remove=yes
9902 else
9903 $as_echo "$as_me: failed program was:" >&5
9904 sed 's/^/| /' conftest.$ac_ext >&5
9906 ac_cv_lib_posix_remove=no
9909 rm -rf conftest.dSYM
9910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9911 conftest$ac_exeext conftest.$ac_ext
9912 LIBS=$ac_check_lib_save_LIBS
9914 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9915 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9916 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9917 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9922 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9923 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9924 $as_echo_n "checking for shmat... " >&6; }
9925 if test "${ac_cv_func_shmat+set}" = set; then
9926 $as_echo_n "(cached) " >&6
9927 else
9928 cat >conftest.$ac_ext <<_ACEOF
9929 /* confdefs.h. */
9930 _ACEOF
9931 cat confdefs.h >>conftest.$ac_ext
9932 cat >>conftest.$ac_ext <<_ACEOF
9933 /* end confdefs.h. */
9934 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9936 #define shmat innocuous_shmat
9938 /* System header to define __stub macros and hopefully few prototypes,
9939 which can conflict with char shmat (); below.
9940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9941 <limits.h> exists even on freestanding compilers. */
9943 #ifdef __STDC__
9944 # include <limits.h>
9945 #else
9946 # include <assert.h>
9947 #endif
9949 #undef shmat
9951 /* Override any GCC internal prototype to avoid an error.
9952 Use char because int might match the return type of a GCC
9953 builtin and then its argument prototype would still apply. */
9954 #ifdef __cplusplus
9955 extern "C"
9956 #endif
9957 char shmat ();
9958 /* The GNU C library defines this for functions which it implements
9959 to always fail with ENOSYS. Some functions are actually named
9960 something starting with __ and the normal name is an alias. */
9961 #if defined __stub_shmat || defined __stub___shmat
9962 choke me
9963 #endif
9966 main ()
9968 return shmat ();
9970 return 0;
9972 _ACEOF
9973 rm -f conftest.$ac_objext conftest$ac_exeext
9974 if { (ac_try="$ac_link"
9975 case "(($ac_try" in
9976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9977 *) ac_try_echo=$ac_try;;
9978 esac
9979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9980 $as_echo "$ac_try_echo") >&5
9981 (eval "$ac_link") 2>conftest.er1
9982 ac_status=$?
9983 grep -v '^ *+' conftest.er1 >conftest.err
9984 rm -f conftest.er1
9985 cat conftest.err >&5
9986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); } && {
9988 test -z "$ac_c_werror_flag" ||
9989 test ! -s conftest.err
9990 } && test -s conftest$ac_exeext && {
9991 test "$cross_compiling" = yes ||
9992 $as_test_x conftest$ac_exeext
9993 }; then
9994 ac_cv_func_shmat=yes
9995 else
9996 $as_echo "$as_me: failed program was:" >&5
9997 sed 's/^/| /' conftest.$ac_ext >&5
9999 ac_cv_func_shmat=no
10002 rm -rf conftest.dSYM
10003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10004 conftest$ac_exeext conftest.$ac_ext
10006 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10007 $as_echo "$ac_cv_func_shmat" >&6; }
10009 if test $ac_cv_func_shmat = no; then
10010 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10011 $as_echo_n "checking for shmat in -lipc... " >&6; }
10012 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10013 $as_echo_n "(cached) " >&6
10014 else
10015 ac_check_lib_save_LIBS=$LIBS
10016 LIBS="-lipc $LIBS"
10017 cat >conftest.$ac_ext <<_ACEOF
10018 /* confdefs.h. */
10019 _ACEOF
10020 cat confdefs.h >>conftest.$ac_ext
10021 cat >>conftest.$ac_ext <<_ACEOF
10022 /* end confdefs.h. */
10024 /* Override any GCC internal prototype to avoid an error.
10025 Use char because int might match the return type of a GCC
10026 builtin and then its argument prototype would still apply. */
10027 #ifdef __cplusplus
10028 extern "C"
10029 #endif
10030 char shmat ();
10032 main ()
10034 return shmat ();
10036 return 0;
10038 _ACEOF
10039 rm -f conftest.$ac_objext conftest$ac_exeext
10040 if { (ac_try="$ac_link"
10041 case "(($ac_try" in
10042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10043 *) ac_try_echo=$ac_try;;
10044 esac
10045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10046 $as_echo "$ac_try_echo") >&5
10047 (eval "$ac_link") 2>conftest.er1
10048 ac_status=$?
10049 grep -v '^ *+' conftest.er1 >conftest.err
10050 rm -f conftest.er1
10051 cat conftest.err >&5
10052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 (exit $ac_status); } && {
10054 test -z "$ac_c_werror_flag" ||
10055 test ! -s conftest.err
10056 } && test -s conftest$ac_exeext && {
10057 test "$cross_compiling" = yes ||
10058 $as_test_x conftest$ac_exeext
10059 }; then
10060 ac_cv_lib_ipc_shmat=yes
10061 else
10062 $as_echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10065 ac_cv_lib_ipc_shmat=no
10068 rm -rf conftest.dSYM
10069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10070 conftest$ac_exeext conftest.$ac_ext
10071 LIBS=$ac_check_lib_save_LIBS
10073 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10074 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10075 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10076 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10082 # Check for libraries that X11R6 Xt/Xaw programs need.
10083 ac_save_LDFLAGS=$LDFLAGS
10084 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10085 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10086 # check for ICE first), but we must link in the order -lSM -lICE or
10087 # we get undefined symbols. So assume we have SM if we have ICE.
10088 # These have to be linked with before -lX11, unlike the other
10089 # libraries we check for below, so use a different variable.
10090 # John Interrante, Karl Berry
10091 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10092 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10093 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10094 $as_echo_n "(cached) " >&6
10095 else
10096 ac_check_lib_save_LIBS=$LIBS
10097 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10098 cat >conftest.$ac_ext <<_ACEOF
10099 /* confdefs.h. */
10100 _ACEOF
10101 cat confdefs.h >>conftest.$ac_ext
10102 cat >>conftest.$ac_ext <<_ACEOF
10103 /* end confdefs.h. */
10105 /* Override any GCC internal prototype to avoid an error.
10106 Use char because int might match the return type of a GCC
10107 builtin and then its argument prototype would still apply. */
10108 #ifdef __cplusplus
10109 extern "C"
10110 #endif
10111 char IceConnectionNumber ();
10113 main ()
10115 return IceConnectionNumber ();
10117 return 0;
10119 _ACEOF
10120 rm -f conftest.$ac_objext conftest$ac_exeext
10121 if { (ac_try="$ac_link"
10122 case "(($ac_try" in
10123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10124 *) ac_try_echo=$ac_try;;
10125 esac
10126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10127 $as_echo "$ac_try_echo") >&5
10128 (eval "$ac_link") 2>conftest.er1
10129 ac_status=$?
10130 grep -v '^ *+' conftest.er1 >conftest.err
10131 rm -f conftest.er1
10132 cat conftest.err >&5
10133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10134 (exit $ac_status); } && {
10135 test -z "$ac_c_werror_flag" ||
10136 test ! -s conftest.err
10137 } && test -s conftest$ac_exeext && {
10138 test "$cross_compiling" = yes ||
10139 $as_test_x conftest$ac_exeext
10140 }; then
10141 ac_cv_lib_ICE_IceConnectionNumber=yes
10142 else
10143 $as_echo "$as_me: failed program was:" >&5
10144 sed 's/^/| /' conftest.$ac_ext >&5
10146 ac_cv_lib_ICE_IceConnectionNumber=no
10149 rm -rf conftest.dSYM
10150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10151 conftest$ac_exeext conftest.$ac_ext
10152 LIBS=$ac_check_lib_save_LIBS
10154 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10155 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10156 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10157 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10160 LDFLAGS=$ac_save_LDFLAGS
10165 if test "$have_x" = "yes"
10166 then
10167 XLIB="-lXext -lX11"
10168 ac_save_CPPFLAGS="$CPPFLAGS"
10169 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10171 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10172 $as_echo_n "checking for -lX11... " >&6; }
10173 if test "${ac_cv_lib_soname_X11+set}" = set; then
10174 $as_echo_n "(cached) " >&6
10175 else
10176 ac_check_soname_save_LIBS=$LIBS
10177 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10178 cat >conftest.$ac_ext <<_ACEOF
10179 /* confdefs.h. */
10180 _ACEOF
10181 cat confdefs.h >>conftest.$ac_ext
10182 cat >>conftest.$ac_ext <<_ACEOF
10183 /* end confdefs.h. */
10185 /* Override any GCC internal prototype to avoid an error.
10186 Use char because int might match the return type of a GCC
10187 builtin and then its argument prototype would still apply. */
10188 #ifdef __cplusplus
10189 extern "C"
10190 #endif
10191 char XCreateWindow ();
10193 main ()
10195 return XCreateWindow ();
10197 return 0;
10199 _ACEOF
10200 rm -f conftest.$ac_objext conftest$ac_exeext
10201 if { (ac_try="$ac_link"
10202 case "(($ac_try" in
10203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10204 *) ac_try_echo=$ac_try;;
10205 esac
10206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10207 $as_echo "$ac_try_echo") >&5
10208 (eval "$ac_link") 2>conftest.er1
10209 ac_status=$?
10210 grep -v '^ *+' conftest.er1 >conftest.err
10211 rm -f conftest.er1
10212 cat conftest.err >&5
10213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10214 (exit $ac_status); } && {
10215 test -z "$ac_c_werror_flag" ||
10216 test ! -s conftest.err
10217 } && test -s conftest$ac_exeext && {
10218 test "$cross_compiling" = yes ||
10219 $as_test_x conftest$ac_exeext
10220 }; then
10221 case "$LIBEXT" in
10222 dll) ;;
10223 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'` ;;
10224 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10225 esac
10226 else
10227 $as_echo "$as_me: failed program was:" >&5
10228 sed 's/^/| /' conftest.$ac_ext >&5
10233 rm -rf conftest.dSYM
10234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10235 conftest$ac_exeext conftest.$ac_ext
10236 LIBS=$ac_check_soname_save_LIBS
10238 if test "x$ac_cv_lib_soname_X11" = "x"; then
10239 { $as_echo "$as_me:$LINENO: result: not found" >&5
10240 $as_echo "not found" >&6; }
10242 else
10243 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10244 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10246 cat >>confdefs.h <<_ACEOF
10247 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10248 _ACEOF
10253 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10254 $as_echo_n "checking for -lXext... " >&6; }
10255 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10256 $as_echo_n "(cached) " >&6
10257 else
10258 ac_check_soname_save_LIBS=$LIBS
10259 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10260 cat >conftest.$ac_ext <<_ACEOF
10261 /* confdefs.h. */
10262 _ACEOF
10263 cat confdefs.h >>conftest.$ac_ext
10264 cat >>conftest.$ac_ext <<_ACEOF
10265 /* end confdefs.h. */
10267 /* Override any GCC internal prototype to avoid an error.
10268 Use char because int might match the return type of a GCC
10269 builtin and then its argument prototype would still apply. */
10270 #ifdef __cplusplus
10271 extern "C"
10272 #endif
10273 char XextCreateExtension ();
10275 main ()
10277 return XextCreateExtension ();
10279 return 0;
10281 _ACEOF
10282 rm -f conftest.$ac_objext conftest$ac_exeext
10283 if { (ac_try="$ac_link"
10284 case "(($ac_try" in
10285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10286 *) ac_try_echo=$ac_try;;
10287 esac
10288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10289 $as_echo "$ac_try_echo") >&5
10290 (eval "$ac_link") 2>conftest.er1
10291 ac_status=$?
10292 grep -v '^ *+' conftest.er1 >conftest.err
10293 rm -f conftest.er1
10294 cat conftest.err >&5
10295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); } && {
10297 test -z "$ac_c_werror_flag" ||
10298 test ! -s conftest.err
10299 } && test -s conftest$ac_exeext && {
10300 test "$cross_compiling" = yes ||
10301 $as_test_x conftest$ac_exeext
10302 }; then
10303 case "$LIBEXT" in
10304 dll) ;;
10305 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'` ;;
10306 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10307 esac
10308 else
10309 $as_echo "$as_me: failed program was:" >&5
10310 sed 's/^/| /' conftest.$ac_ext >&5
10315 rm -rf conftest.dSYM
10316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10317 conftest$ac_exeext conftest.$ac_ext
10318 LIBS=$ac_check_soname_save_LIBS
10320 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10321 { $as_echo "$as_me:$LINENO: result: not found" >&5
10322 $as_echo "not found" >&6; }
10324 else
10325 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10326 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10328 cat >>confdefs.h <<_ACEOF
10329 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10330 _ACEOF
10348 for ac_header in X11/Xlib.h \
10349 X11/XKBlib.h \
10350 X11/Xutil.h \
10351 X11/Xcursor/Xcursor.h \
10352 X11/extensions/shape.h \
10353 X11/extensions/XInput.h \
10354 X11/extensions/XShm.h \
10355 X11/extensions/Xcomposite.h \
10356 X11/extensions/Xinerama.h \
10357 X11/extensions/Xrandr.h \
10358 X11/extensions/Xrender.h \
10359 X11/extensions/xf86vmode.h
10361 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10362 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10363 $as_echo_n "checking for $ac_header... " >&6; }
10364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10365 $as_echo_n "(cached) " >&6
10366 else
10367 cat >conftest.$ac_ext <<_ACEOF
10368 /* confdefs.h. */
10369 _ACEOF
10370 cat confdefs.h >>conftest.$ac_ext
10371 cat >>conftest.$ac_ext <<_ACEOF
10372 /* end confdefs.h. */
10373 #ifdef HAVE_X11_XLIB_H
10374 # include <X11/Xlib.h>
10375 #endif
10376 #ifdef HAVE_X11_XUTIL_H
10377 # include <X11/Xutil.h>
10378 #endif
10380 #include <$ac_header>
10381 _ACEOF
10382 rm -f conftest.$ac_objext
10383 if { (ac_try="$ac_compile"
10384 case "(($ac_try" in
10385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10386 *) ac_try_echo=$ac_try;;
10387 esac
10388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10389 $as_echo "$ac_try_echo") >&5
10390 (eval "$ac_compile") 2>conftest.er1
10391 ac_status=$?
10392 grep -v '^ *+' conftest.er1 >conftest.err
10393 rm -f conftest.er1
10394 cat conftest.err >&5
10395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10396 (exit $ac_status); } && {
10397 test -z "$ac_c_werror_flag" ||
10398 test ! -s conftest.err
10399 } && test -s conftest.$ac_objext; then
10400 eval "$as_ac_Header=yes"
10401 else
10402 $as_echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10405 eval "$as_ac_Header=no"
10408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10410 ac_res=`eval 'as_val=${'$as_ac_Header'}
10411 $as_echo "$as_val"'`
10412 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10413 $as_echo "$ac_res" >&6; }
10414 as_val=`eval 'as_val=${'$as_ac_Header'}
10415 $as_echo "$as_val"'`
10416 if test "x$as_val" = x""yes; then
10417 cat >>confdefs.h <<_ACEOF
10418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10419 _ACEOF
10423 done
10426 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10427 then
10428 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10429 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10430 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10431 $as_echo_n "(cached) " >&6
10432 else
10433 ac_check_lib_save_LIBS=$LIBS
10434 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10435 cat >conftest.$ac_ext <<_ACEOF
10436 /* confdefs.h. */
10437 _ACEOF
10438 cat confdefs.h >>conftest.$ac_ext
10439 cat >>conftest.$ac_ext <<_ACEOF
10440 /* end confdefs.h. */
10442 /* Override any GCC internal prototype to avoid an error.
10443 Use char because int might match the return type of a GCC
10444 builtin and then its argument prototype would still apply. */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char XkbQueryExtension ();
10450 main ()
10452 return XkbQueryExtension ();
10454 return 0;
10456 _ACEOF
10457 rm -f conftest.$ac_objext conftest$ac_exeext
10458 if { (ac_try="$ac_link"
10459 case "(($ac_try" in
10460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10461 *) ac_try_echo=$ac_try;;
10462 esac
10463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10464 $as_echo "$ac_try_echo") >&5
10465 (eval "$ac_link") 2>conftest.er1
10466 ac_status=$?
10467 grep -v '^ *+' conftest.er1 >conftest.err
10468 rm -f conftest.er1
10469 cat conftest.err >&5
10470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10471 (exit $ac_status); } && {
10472 test -z "$ac_c_werror_flag" ||
10473 test ! -s conftest.err
10474 } && test -s conftest$ac_exeext && {
10475 test "$cross_compiling" = yes ||
10476 $as_test_x conftest$ac_exeext
10477 }; then
10478 ac_cv_lib_X11_XkbQueryExtension=yes
10479 else
10480 $as_echo "$as_me: failed program was:" >&5
10481 sed 's/^/| /' conftest.$ac_ext >&5
10483 ac_cv_lib_X11_XkbQueryExtension=no
10486 rm -rf conftest.dSYM
10487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10488 conftest$ac_exeext conftest.$ac_ext
10489 LIBS=$ac_check_lib_save_LIBS
10491 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10492 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10493 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10495 cat >>confdefs.h <<\_ACEOF
10496 #define HAVE_XKB 1
10497 _ACEOF
10503 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10504 then
10505 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10506 $as_echo_n "checking for -lXcursor... " >&6; }
10507 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10508 $as_echo_n "(cached) " >&6
10509 else
10510 ac_check_soname_save_LIBS=$LIBS
10511 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10512 cat >conftest.$ac_ext <<_ACEOF
10513 /* confdefs.h. */
10514 _ACEOF
10515 cat confdefs.h >>conftest.$ac_ext
10516 cat >>conftest.$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10519 /* Override any GCC internal prototype to avoid an error.
10520 Use char because int might match the return type of a GCC
10521 builtin and then its argument prototype would still apply. */
10522 #ifdef __cplusplus
10523 extern "C"
10524 #endif
10525 char XcursorImageLoadCursor ();
10527 main ()
10529 return XcursorImageLoadCursor ();
10531 return 0;
10533 _ACEOF
10534 rm -f conftest.$ac_objext conftest$ac_exeext
10535 if { (ac_try="$ac_link"
10536 case "(($ac_try" in
10537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10538 *) ac_try_echo=$ac_try;;
10539 esac
10540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10541 $as_echo "$ac_try_echo") >&5
10542 (eval "$ac_link") 2>conftest.er1
10543 ac_status=$?
10544 grep -v '^ *+' conftest.er1 >conftest.err
10545 rm -f conftest.er1
10546 cat conftest.err >&5
10547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10548 (exit $ac_status); } && {
10549 test -z "$ac_c_werror_flag" ||
10550 test ! -s conftest.err
10551 } && test -s conftest$ac_exeext && {
10552 test "$cross_compiling" = yes ||
10553 $as_test_x conftest$ac_exeext
10554 }; then
10555 case "$LIBEXT" in
10556 dll) ;;
10557 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'` ;;
10558 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10559 esac
10560 else
10561 $as_echo "$as_me: failed program was:" >&5
10562 sed 's/^/| /' conftest.$ac_ext >&5
10567 rm -rf conftest.dSYM
10568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10569 conftest$ac_exeext conftest.$ac_ext
10570 LIBS=$ac_check_soname_save_LIBS
10572 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10573 { $as_echo "$as_me:$LINENO: result: not found" >&5
10574 $as_echo "not found" >&6; }
10576 else
10577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10578 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10580 cat >>confdefs.h <<_ACEOF
10581 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10582 _ACEOF
10588 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10589 case "x$with_xcursor" in
10590 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10591 xno) ;;
10592 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10593 This is an error since --with-xcursor was requested." >&5
10594 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10595 This is an error since --with-xcursor was requested." >&2;}
10596 { (exit 1); exit 1; }; } ;;
10597 esac
10601 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10602 then
10603 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10604 $as_echo_n "checking for -lXi... " >&6; }
10605 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10606 $as_echo_n "(cached) " >&6
10607 else
10608 ac_check_soname_save_LIBS=$LIBS
10609 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10610 cat >conftest.$ac_ext <<_ACEOF
10611 /* confdefs.h. */
10612 _ACEOF
10613 cat confdefs.h >>conftest.$ac_ext
10614 cat >>conftest.$ac_ext <<_ACEOF
10615 /* end confdefs.h. */
10617 /* Override any GCC internal prototype to avoid an error.
10618 Use char because int might match the return type of a GCC
10619 builtin and then its argument prototype would still apply. */
10620 #ifdef __cplusplus
10621 extern "C"
10622 #endif
10623 char XOpenDevice ();
10625 main ()
10627 return XOpenDevice ();
10629 return 0;
10631 _ACEOF
10632 rm -f conftest.$ac_objext conftest$ac_exeext
10633 if { (ac_try="$ac_link"
10634 case "(($ac_try" in
10635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10636 *) ac_try_echo=$ac_try;;
10637 esac
10638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10639 $as_echo "$ac_try_echo") >&5
10640 (eval "$ac_link") 2>conftest.er1
10641 ac_status=$?
10642 grep -v '^ *+' conftest.er1 >conftest.err
10643 rm -f conftest.er1
10644 cat conftest.err >&5
10645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10646 (exit $ac_status); } && {
10647 test -z "$ac_c_werror_flag" ||
10648 test ! -s conftest.err
10649 } && test -s conftest$ac_exeext && {
10650 test "$cross_compiling" = yes ||
10651 $as_test_x conftest$ac_exeext
10652 }; then
10653 case "$LIBEXT" in
10654 dll) ;;
10655 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'` ;;
10656 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10657 esac
10658 else
10659 $as_echo "$as_me: failed program was:" >&5
10660 sed 's/^/| /' conftest.$ac_ext >&5
10665 rm -rf conftest.dSYM
10666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10667 conftest$ac_exeext conftest.$ac_ext
10668 LIBS=$ac_check_soname_save_LIBS
10670 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10671 { $as_echo "$as_me:$LINENO: result: not found" >&5
10672 $as_echo "not found" >&6; }
10674 else
10675 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10676 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10678 cat >>confdefs.h <<_ACEOF
10679 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10680 _ACEOF
10686 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10687 case "x$with_xinput" in
10688 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10689 xno) ;;
10690 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10691 This is an error since --with-xinput was requested." >&5
10692 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10693 This is an error since --with-xinput was requested." >&2;}
10694 { (exit 1); exit 1; }; } ;;
10695 esac
10699 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10700 then
10701 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10702 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10703 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10704 $as_echo_n "(cached) " >&6
10705 else
10706 ac_check_lib_save_LIBS=$LIBS
10707 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708 cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h. */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char XShmQueryExtension ();
10723 main ()
10725 return XShmQueryExtension ();
10727 return 0;
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734 *) ac_try_echo=$ac_try;;
10735 esac
10736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10737 $as_echo "$ac_try_echo") >&5
10738 (eval "$ac_link") 2>conftest.er1
10739 ac_status=$?
10740 grep -v '^ *+' conftest.er1 >conftest.err
10741 rm -f conftest.er1
10742 cat conftest.err >&5
10743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10744 (exit $ac_status); } && {
10745 test -z "$ac_c_werror_flag" ||
10746 test ! -s conftest.err
10747 } && test -s conftest$ac_exeext && {
10748 test "$cross_compiling" = yes ||
10749 $as_test_x conftest$ac_exeext
10750 }; then
10751 ac_cv_lib_Xext_XShmQueryExtension=yes
10752 else
10753 $as_echo "$as_me: failed program was:" >&5
10754 sed 's/^/| /' conftest.$ac_ext >&5
10756 ac_cv_lib_Xext_XShmQueryExtension=no
10759 rm -rf conftest.dSYM
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_lib_save_LIBS
10764 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10765 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10766 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10768 cat >>confdefs.h <<\_ACEOF
10769 #define HAVE_LIBXXSHM 1
10770 _ACEOF
10775 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10776 case "x$with_xshm" in
10777 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10778 xno) ;;
10779 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10780 This is an error since --with-xshm was requested." >&5
10781 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10782 This is an error since --with-xshm was requested." >&2;}
10783 { (exit 1); exit 1; }; } ;;
10784 esac
10788 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10789 then
10790 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10791 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10792 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10793 $as_echo_n "(cached) " >&6
10794 else
10795 ac_check_lib_save_LIBS=$LIBS
10796 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10797 cat >conftest.$ac_ext <<_ACEOF
10798 /* confdefs.h. */
10799 _ACEOF
10800 cat confdefs.h >>conftest.$ac_ext
10801 cat >>conftest.$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10807 #ifdef __cplusplus
10808 extern "C"
10809 #endif
10810 char XShapeQueryExtension ();
10812 main ()
10814 return XShapeQueryExtension ();
10816 return 0;
10818 _ACEOF
10819 rm -f conftest.$ac_objext conftest$ac_exeext
10820 if { (ac_try="$ac_link"
10821 case "(($ac_try" in
10822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10824 esac
10825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10826 $as_echo "$ac_try_echo") >&5
10827 (eval "$ac_link") 2>conftest.er1
10828 ac_status=$?
10829 grep -v '^ *+' conftest.er1 >conftest.err
10830 rm -f conftest.er1
10831 cat conftest.err >&5
10832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); } && {
10834 test -z "$ac_c_werror_flag" ||
10835 test ! -s conftest.err
10836 } && test -s conftest$ac_exeext && {
10837 test "$cross_compiling" = yes ||
10838 $as_test_x conftest$ac_exeext
10839 }; then
10840 ac_cv_lib_Xext_XShapeQueryExtension=yes
10841 else
10842 $as_echo "$as_me: failed program was:" >&5
10843 sed 's/^/| /' conftest.$ac_ext >&5
10845 ac_cv_lib_Xext_XShapeQueryExtension=no
10848 rm -rf conftest.dSYM
10849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10850 conftest$ac_exeext conftest.$ac_ext
10851 LIBS=$ac_check_lib_save_LIBS
10853 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10854 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10855 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10857 cat >>confdefs.h <<\_ACEOF
10858 #define HAVE_LIBXSHAPE 1
10859 _ACEOF
10864 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10865 case "x$with_xshape" in
10866 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10867 xno) ;;
10868 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10869 This is an error since --with-xshape was requested." >&5
10870 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10871 This is an error since --with-xshape was requested." >&2;}
10872 { (exit 1); exit 1; }; } ;;
10873 esac
10877 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10878 then
10879 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10880 $as_echo_n "checking for -lXxf86vm... " >&6; }
10881 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10882 $as_echo_n "(cached) " >&6
10883 else
10884 ac_check_soname_save_LIBS=$LIBS
10885 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10886 cat >conftest.$ac_ext <<_ACEOF
10887 /* confdefs.h. */
10888 _ACEOF
10889 cat confdefs.h >>conftest.$ac_ext
10890 cat >>conftest.$ac_ext <<_ACEOF
10891 /* end confdefs.h. */
10893 /* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10896 #ifdef __cplusplus
10897 extern "C"
10898 #endif
10899 char XF86VidModeQueryExtension ();
10901 main ()
10903 return XF86VidModeQueryExtension ();
10905 return 0;
10907 _ACEOF
10908 rm -f conftest.$ac_objext conftest$ac_exeext
10909 if { (ac_try="$ac_link"
10910 case "(($ac_try" in
10911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10912 *) ac_try_echo=$ac_try;;
10913 esac
10914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10915 $as_echo "$ac_try_echo") >&5
10916 (eval "$ac_link") 2>conftest.er1
10917 ac_status=$?
10918 grep -v '^ *+' conftest.er1 >conftest.err
10919 rm -f conftest.er1
10920 cat conftest.err >&5
10921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); } && {
10923 test -z "$ac_c_werror_flag" ||
10924 test ! -s conftest.err
10925 } && test -s conftest$ac_exeext && {
10926 test "$cross_compiling" = yes ||
10927 $as_test_x conftest$ac_exeext
10928 }; then
10929 case "$LIBEXT" in
10930 dll) ;;
10931 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'` ;;
10932 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10933 esac
10934 else
10935 $as_echo "$as_me: failed program was:" >&5
10936 sed 's/^/| /' conftest.$ac_ext >&5
10941 rm -rf conftest.dSYM
10942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10943 conftest$ac_exeext conftest.$ac_ext
10944 LIBS=$ac_check_soname_save_LIBS
10946 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10947 { $as_echo "$as_me:$LINENO: result: not found" >&5
10948 $as_echo "not found" >&6; }
10950 else
10951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10952 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10954 cat >>confdefs.h <<_ACEOF
10955 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10956 _ACEOF
10962 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10963 case "x$with_xxf86vm" in
10964 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10965 xno) ;;
10966 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10967 This is an error since --with-xxf86vm was requested." >&5
10968 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10969 This is an error since --with-xxf86vm was requested." >&2;}
10970 { (exit 1); exit 1; }; } ;;
10971 esac
10975 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"
10976 then
10977 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10978 $as_echo_n "checking for -lXrender... " >&6; }
10979 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10980 $as_echo_n "(cached) " >&6
10981 else
10982 ac_check_soname_save_LIBS=$LIBS
10983 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10984 cat >conftest.$ac_ext <<_ACEOF
10985 /* confdefs.h. */
10986 _ACEOF
10987 cat confdefs.h >>conftest.$ac_ext
10988 cat >>conftest.$ac_ext <<_ACEOF
10989 /* end confdefs.h. */
10991 /* Override any GCC internal prototype to avoid an error.
10992 Use char because int might match the return type of a GCC
10993 builtin and then its argument prototype would still apply. */
10994 #ifdef __cplusplus
10995 extern "C"
10996 #endif
10997 char XRenderQueryExtension ();
10999 main ()
11001 return XRenderQueryExtension ();
11003 return 0;
11005 _ACEOF
11006 rm -f conftest.$ac_objext conftest$ac_exeext
11007 if { (ac_try="$ac_link"
11008 case "(($ac_try" in
11009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11010 *) ac_try_echo=$ac_try;;
11011 esac
11012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11013 $as_echo "$ac_try_echo") >&5
11014 (eval "$ac_link") 2>conftest.er1
11015 ac_status=$?
11016 grep -v '^ *+' conftest.er1 >conftest.err
11017 rm -f conftest.er1
11018 cat conftest.err >&5
11019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11020 (exit $ac_status); } && {
11021 test -z "$ac_c_werror_flag" ||
11022 test ! -s conftest.err
11023 } && test -s conftest$ac_exeext && {
11024 test "$cross_compiling" = yes ||
11025 $as_test_x conftest$ac_exeext
11026 }; then
11027 case "$LIBEXT" in
11028 dll) ;;
11029 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'` ;;
11030 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11031 esac
11032 else
11033 $as_echo "$as_me: failed program was:" >&5
11034 sed 's/^/| /' conftest.$ac_ext >&5
11039 rm -rf conftest.dSYM
11040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11041 conftest$ac_exeext conftest.$ac_ext
11042 LIBS=$ac_check_soname_save_LIBS
11044 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11045 { $as_echo "$as_me:$LINENO: result: not found" >&5
11046 $as_echo "not found" >&6; }
11048 else
11049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11050 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11052 cat >>confdefs.h <<_ACEOF
11053 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11054 _ACEOF
11056 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11057 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11058 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11059 $as_echo_n "(cached) " >&6
11060 else
11061 ac_check_lib_save_LIBS=$LIBS
11062 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11063 cat >conftest.$ac_ext <<_ACEOF
11064 /* confdefs.h. */
11065 _ACEOF
11066 cat confdefs.h >>conftest.$ac_ext
11067 cat >>conftest.$ac_ext <<_ACEOF
11068 /* end confdefs.h. */
11070 /* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char XRenderSetPictureTransform ();
11078 main ()
11080 return XRenderSetPictureTransform ();
11082 return 0;
11084 _ACEOF
11085 rm -f conftest.$ac_objext conftest$ac_exeext
11086 if { (ac_try="$ac_link"
11087 case "(($ac_try" in
11088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11089 *) ac_try_echo=$ac_try;;
11090 esac
11091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11092 $as_echo "$ac_try_echo") >&5
11093 (eval "$ac_link") 2>conftest.er1
11094 ac_status=$?
11095 grep -v '^ *+' conftest.er1 >conftest.err
11096 rm -f conftest.er1
11097 cat conftest.err >&5
11098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099 (exit $ac_status); } && {
11100 test -z "$ac_c_werror_flag" ||
11101 test ! -s conftest.err
11102 } && test -s conftest$ac_exeext && {
11103 test "$cross_compiling" = yes ||
11104 $as_test_x conftest$ac_exeext
11105 }; then
11106 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11107 else
11108 $as_echo "$as_me: failed program was:" >&5
11109 sed 's/^/| /' conftest.$ac_ext >&5
11111 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11114 rm -rf conftest.dSYM
11115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11116 conftest$ac_exeext conftest.$ac_ext
11117 LIBS=$ac_check_lib_save_LIBS
11119 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11120 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11121 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11123 cat >>confdefs.h <<\_ACEOF
11124 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11125 _ACEOF
11133 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11134 case "x$with_xrender" in
11135 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11136 xno) ;;
11137 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11138 This is an error since --with-xrender was requested." >&5
11139 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11140 This is an error since --with-xrender was requested." >&2;}
11141 { (exit 1); exit 1; }; } ;;
11142 esac
11146 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11147 then
11148 cat >conftest.$ac_ext <<_ACEOF
11149 /* confdefs.h. */
11150 _ACEOF
11151 cat confdefs.h >>conftest.$ac_ext
11152 cat >>conftest.$ac_ext <<_ACEOF
11153 /* end confdefs.h. */
11154 #include <X11/Xlib.h>
11155 #include <X11/extensions/Xrandr.h>
11157 main ()
11159 static typeof(XRRSetScreenConfigAndRate) * func;
11161 return 0;
11163 _ACEOF
11164 rm -f conftest.$ac_objext
11165 if { (ac_try="$ac_compile"
11166 case "(($ac_try" in
11167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11168 *) ac_try_echo=$ac_try;;
11169 esac
11170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11171 $as_echo "$ac_try_echo") >&5
11172 (eval "$ac_compile") 2>conftest.er1
11173 ac_status=$?
11174 grep -v '^ *+' conftest.er1 >conftest.err
11175 rm -f conftest.er1
11176 cat conftest.err >&5
11177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest.$ac_objext; then
11182 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11183 $as_echo_n "checking for -lXrandr... " >&6; }
11184 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11185 $as_echo_n "(cached) " >&6
11186 else
11187 ac_check_soname_save_LIBS=$LIBS
11188 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11189 cat >conftest.$ac_ext <<_ACEOF
11190 /* confdefs.h. */
11191 _ACEOF
11192 cat confdefs.h >>conftest.$ac_ext
11193 cat >>conftest.$ac_ext <<_ACEOF
11194 /* end confdefs.h. */
11196 /* Override any GCC internal prototype to avoid an error.
11197 Use char because int might match the return type of a GCC
11198 builtin and then its argument prototype would still apply. */
11199 #ifdef __cplusplus
11200 extern "C"
11201 #endif
11202 char XRRQueryExtension ();
11204 main ()
11206 return XRRQueryExtension ();
11208 return 0;
11210 _ACEOF
11211 rm -f conftest.$ac_objext conftest$ac_exeext
11212 if { (ac_try="$ac_link"
11213 case "(($ac_try" in
11214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11215 *) ac_try_echo=$ac_try;;
11216 esac
11217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11218 $as_echo "$ac_try_echo") >&5
11219 (eval "$ac_link") 2>conftest.er1
11220 ac_status=$?
11221 grep -v '^ *+' conftest.er1 >conftest.err
11222 rm -f conftest.er1
11223 cat conftest.err >&5
11224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225 (exit $ac_status); } && {
11226 test -z "$ac_c_werror_flag" ||
11227 test ! -s conftest.err
11228 } && test -s conftest$ac_exeext && {
11229 test "$cross_compiling" = yes ||
11230 $as_test_x conftest$ac_exeext
11231 }; then
11232 case "$LIBEXT" in
11233 dll) ;;
11234 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'` ;;
11235 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11236 esac
11237 else
11238 $as_echo "$as_me: failed program was:" >&5
11239 sed 's/^/| /' conftest.$ac_ext >&5
11244 rm -rf conftest.dSYM
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11250 { $as_echo "$as_me:$LINENO: result: not found" >&5
11251 $as_echo "not found" >&6; }
11253 else
11254 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11255 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11259 _ACEOF
11264 else
11265 $as_echo "$as_me: failed program was:" >&5
11266 sed 's/^/| /' conftest.$ac_ext >&5
11271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11273 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11274 case "x$with_xrandr" in
11275 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11276 xno) ;;
11277 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11278 This is an error since --with-xrandr was requested." >&5
11279 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11280 This is an error since --with-xrandr was requested." >&2;}
11281 { (exit 1); exit 1; }; } ;;
11282 esac
11286 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11287 then
11288 cat >conftest.$ac_ext <<_ACEOF
11289 /* confdefs.h. */
11290 _ACEOF
11291 cat confdefs.h >>conftest.$ac_ext
11292 cat >>conftest.$ac_ext <<_ACEOF
11293 /* end confdefs.h. */
11294 #include <X11/Xlib.h>
11295 #include <X11/extensions/Xinerama.h>
11297 main ()
11299 static typeof(XineramaQueryScreens) * func;
11301 return 0;
11303 _ACEOF
11304 rm -f conftest.$ac_objext
11305 if { (ac_try="$ac_compile"
11306 case "(($ac_try" in
11307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11308 *) ac_try_echo=$ac_try;;
11309 esac
11310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11311 $as_echo "$ac_try_echo") >&5
11312 (eval "$ac_compile") 2>conftest.er1
11313 ac_status=$?
11314 grep -v '^ *+' conftest.er1 >conftest.err
11315 rm -f conftest.er1
11316 cat conftest.err >&5
11317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11318 (exit $ac_status); } && {
11319 test -z "$ac_c_werror_flag" ||
11320 test ! -s conftest.err
11321 } && test -s conftest.$ac_objext; then
11322 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11323 $as_echo_n "checking for -lXinerama... " >&6; }
11324 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11325 $as_echo_n "(cached) " >&6
11326 else
11327 ac_check_soname_save_LIBS=$LIBS
11328 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11336 /* Override any GCC internal prototype to avoid an error.
11337 Use char because int might match the return type of a GCC
11338 builtin and then its argument prototype would still apply. */
11339 #ifdef __cplusplus
11340 extern "C"
11341 #endif
11342 char XineramaQueryScreens ();
11344 main ()
11346 return XineramaQueryScreens ();
11348 return 0;
11350 _ACEOF
11351 rm -f conftest.$ac_objext conftest$ac_exeext
11352 if { (ac_try="$ac_link"
11353 case "(($ac_try" in
11354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11355 *) ac_try_echo=$ac_try;;
11356 esac
11357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11358 $as_echo "$ac_try_echo") >&5
11359 (eval "$ac_link") 2>conftest.er1
11360 ac_status=$?
11361 grep -v '^ *+' conftest.er1 >conftest.err
11362 rm -f conftest.er1
11363 cat conftest.err >&5
11364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11365 (exit $ac_status); } && {
11366 test -z "$ac_c_werror_flag" ||
11367 test ! -s conftest.err
11368 } && test -s conftest$ac_exeext && {
11369 test "$cross_compiling" = yes ||
11370 $as_test_x conftest$ac_exeext
11371 }; then
11372 case "$LIBEXT" in
11373 dll) ;;
11374 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'` ;;
11375 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11376 esac
11377 else
11378 $as_echo "$as_me: failed program was:" >&5
11379 sed 's/^/| /' conftest.$ac_ext >&5
11384 rm -rf conftest.dSYM
11385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11386 conftest$ac_exeext conftest.$ac_ext
11387 LIBS=$ac_check_soname_save_LIBS
11389 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11390 { $as_echo "$as_me:$LINENO: result: not found" >&5
11391 $as_echo "not found" >&6; }
11393 else
11394 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11395 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11397 cat >>confdefs.h <<_ACEOF
11398 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11399 _ACEOF
11404 else
11405 $as_echo "$as_me: failed program was:" >&5
11406 sed 's/^/| /' conftest.$ac_ext >&5
11411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11413 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11414 case "x$with_xinerama" in
11415 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11416 xno) ;;
11417 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11418 This is an error since --with-xinerama was requested." >&5
11419 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11420 This is an error since --with-xinerama was requested." >&2;}
11421 { (exit 1); exit 1; }; } ;;
11422 esac
11426 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11427 then
11428 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11429 $as_echo_n "checking for -lXcomposite... " >&6; }
11430 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11431 $as_echo_n "(cached) " >&6
11432 else
11433 ac_check_soname_save_LIBS=$LIBS
11434 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11435 cat >conftest.$ac_ext <<_ACEOF
11436 /* confdefs.h. */
11437 _ACEOF
11438 cat confdefs.h >>conftest.$ac_ext
11439 cat >>conftest.$ac_ext <<_ACEOF
11440 /* end confdefs.h. */
11442 /* Override any GCC internal prototype to avoid an error.
11443 Use char because int might match the return type of a GCC
11444 builtin and then its argument prototype would still apply. */
11445 #ifdef __cplusplus
11446 extern "C"
11447 #endif
11448 char XCompositeRedirectWindow ();
11450 main ()
11452 return XCompositeRedirectWindow ();
11454 return 0;
11456 _ACEOF
11457 rm -f conftest.$ac_objext conftest$ac_exeext
11458 if { (ac_try="$ac_link"
11459 case "(($ac_try" in
11460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11461 *) ac_try_echo=$ac_try;;
11462 esac
11463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11464 $as_echo "$ac_try_echo") >&5
11465 (eval "$ac_link") 2>conftest.er1
11466 ac_status=$?
11467 grep -v '^ *+' conftest.er1 >conftest.err
11468 rm -f conftest.er1
11469 cat conftest.err >&5
11470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11471 (exit $ac_status); } && {
11472 test -z "$ac_c_werror_flag" ||
11473 test ! -s conftest.err
11474 } && test -s conftest$ac_exeext && {
11475 test "$cross_compiling" = yes ||
11476 $as_test_x conftest$ac_exeext
11477 }; then
11478 case "$LIBEXT" in
11479 dll) ;;
11480 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'` ;;
11481 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11482 esac
11483 else
11484 $as_echo "$as_me: failed program was:" >&5
11485 sed 's/^/| /' conftest.$ac_ext >&5
11490 rm -rf conftest.dSYM
11491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11492 conftest$ac_exeext conftest.$ac_ext
11493 LIBS=$ac_check_soname_save_LIBS
11495 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11496 { $as_echo "$as_me:$LINENO: result: not found" >&5
11497 $as_echo "not found" >&6; }
11499 else
11500 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11501 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11503 cat >>confdefs.h <<_ACEOF
11504 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11505 _ACEOF
11511 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11512 case "x$with_xcomposite" in
11513 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11514 xno) ;;
11515 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11516 This is an error since --with-xcomposite was requested." >&5
11517 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11518 This is an error since --with-xcomposite was requested." >&2;}
11519 { (exit 1); exit 1; }; } ;;
11520 esac
11524 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11525 $as_echo_n "checking for XICCallback.callback... " >&6; }
11526 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11527 $as_echo_n "(cached) " >&6
11528 else
11529 cat >conftest.$ac_ext <<_ACEOF
11530 /* confdefs.h. */
11531 _ACEOF
11532 cat confdefs.h >>conftest.$ac_ext
11533 cat >>conftest.$ac_ext <<_ACEOF
11534 /* end confdefs.h. */
11535 #ifdef HAVE_X11_XLIB_H
11536 #include <X11/Xlib.h>
11537 #endif
11540 main ()
11542 static XICCallback ac_aggr;
11543 if (ac_aggr.callback)
11544 return 0;
11546 return 0;
11548 _ACEOF
11549 rm -f conftest.$ac_objext
11550 if { (ac_try="$ac_compile"
11551 case "(($ac_try" in
11552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11553 *) ac_try_echo=$ac_try;;
11554 esac
11555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11556 $as_echo "$ac_try_echo") >&5
11557 (eval "$ac_compile") 2>conftest.er1
11558 ac_status=$?
11559 grep -v '^ *+' conftest.er1 >conftest.err
11560 rm -f conftest.er1
11561 cat conftest.err >&5
11562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); } && {
11564 test -z "$ac_c_werror_flag" ||
11565 test ! -s conftest.err
11566 } && test -s conftest.$ac_objext; then
11567 ac_cv_member_XICCallback_callback=yes
11568 else
11569 $as_echo "$as_me: failed program was:" >&5
11570 sed 's/^/| /' conftest.$ac_ext >&5
11572 cat >conftest.$ac_ext <<_ACEOF
11573 /* confdefs.h. */
11574 _ACEOF
11575 cat confdefs.h >>conftest.$ac_ext
11576 cat >>conftest.$ac_ext <<_ACEOF
11577 /* end confdefs.h. */
11578 #ifdef HAVE_X11_XLIB_H
11579 #include <X11/Xlib.h>
11580 #endif
11583 main ()
11585 static XICCallback ac_aggr;
11586 if (sizeof ac_aggr.callback)
11587 return 0;
11589 return 0;
11591 _ACEOF
11592 rm -f conftest.$ac_objext
11593 if { (ac_try="$ac_compile"
11594 case "(($ac_try" in
11595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11596 *) ac_try_echo=$ac_try;;
11597 esac
11598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11599 $as_echo "$ac_try_echo") >&5
11600 (eval "$ac_compile") 2>conftest.er1
11601 ac_status=$?
11602 grep -v '^ *+' conftest.er1 >conftest.err
11603 rm -f conftest.er1
11604 cat conftest.err >&5
11605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11606 (exit $ac_status); } && {
11607 test -z "$ac_c_werror_flag" ||
11608 test ! -s conftest.err
11609 } && test -s conftest.$ac_objext; then
11610 ac_cv_member_XICCallback_callback=yes
11611 else
11612 $as_echo "$as_me: failed program was:" >&5
11613 sed 's/^/| /' conftest.$ac_ext >&5
11615 ac_cv_member_XICCallback_callback=no
11618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11623 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11624 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11625 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11627 cat >>confdefs.h <<_ACEOF
11628 #define HAVE_XICCALLBACK_CALLBACK 1
11629 _ACEOF
11636 opengl_msg=""
11637 if test "x$with_opengl" != "xno"
11638 then
11643 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11645 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11646 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11647 $as_echo_n "checking for $ac_header... " >&6; }
11648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11649 $as_echo_n "(cached) " >&6
11650 else
11651 cat >conftest.$ac_ext <<_ACEOF
11652 /* confdefs.h. */
11653 _ACEOF
11654 cat confdefs.h >>conftest.$ac_ext
11655 cat >>conftest.$ac_ext <<_ACEOF
11656 /* end confdefs.h. */
11657 #ifdef HAVE_GL_GLX_H
11658 # include <GL/glx.h>
11659 #endif
11661 #include <$ac_header>
11662 _ACEOF
11663 rm -f conftest.$ac_objext
11664 if { (ac_try="$ac_compile"
11665 case "(($ac_try" in
11666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11667 *) ac_try_echo=$ac_try;;
11668 esac
11669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11670 $as_echo "$ac_try_echo") >&5
11671 (eval "$ac_compile") 2>conftest.er1
11672 ac_status=$?
11673 grep -v '^ *+' conftest.er1 >conftest.err
11674 rm -f conftest.er1
11675 cat conftest.err >&5
11676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); } && {
11678 test -z "$ac_c_werror_flag" ||
11679 test ! -s conftest.err
11680 } && test -s conftest.$ac_objext; then
11681 eval "$as_ac_Header=yes"
11682 else
11683 $as_echo "$as_me: failed program was:" >&5
11684 sed 's/^/| /' conftest.$ac_ext >&5
11686 eval "$as_ac_Header=no"
11689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11691 ac_res=`eval 'as_val=${'$as_ac_Header'}
11692 $as_echo "$as_val"'`
11693 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11694 $as_echo "$ac_res" >&6; }
11695 as_val=`eval 'as_val=${'$as_ac_Header'}
11696 $as_echo "$as_val"'`
11697 if test "x$as_val" = x""yes; then
11698 cat >>confdefs.h <<_ACEOF
11699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11700 _ACEOF
11704 done
11706 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11707 then
11708 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11709 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11710 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11711 $as_echo_n "(cached) " >&6
11712 else
11713 cat >conftest.$ac_ext <<_ACEOF
11714 /* confdefs.h. */
11715 _ACEOF
11716 cat confdefs.h >>conftest.$ac_ext
11717 cat >>conftest.$ac_ext <<_ACEOF
11718 /* end confdefs.h. */
11719 #include <GL/gl.h>
11721 main ()
11723 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11725 return 0;
11727 _ACEOF
11728 rm -f conftest.$ac_objext
11729 if { (ac_try="$ac_compile"
11730 case "(($ac_try" in
11731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11732 *) ac_try_echo=$ac_try;;
11733 esac
11734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11735 $as_echo "$ac_try_echo") >&5
11736 (eval "$ac_compile") 2>conftest.er1
11737 ac_status=$?
11738 grep -v '^ *+' conftest.er1 >conftest.err
11739 rm -f conftest.er1
11740 cat conftest.err >&5
11741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11742 (exit $ac_status); } && {
11743 test -z "$ac_c_werror_flag" ||
11744 test ! -s conftest.err
11745 } && test -s conftest.$ac_objext; then
11746 wine_cv_opengl_header_version_OK="yes"
11747 else
11748 $as_echo "$as_me: failed program was:" >&5
11749 sed 's/^/| /' conftest.$ac_ext >&5
11751 wine_cv_opengl_header_version_OK="no"
11754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11756 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11757 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11759 if test "$wine_cv_opengl_header_version_OK" = "yes"
11760 then
11761 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11762 $as_echo_n "checking for -lGL... " >&6; }
11763 if test "${ac_cv_lib_soname_GL+set}" = set; then
11764 $as_echo_n "(cached) " >&6
11765 else
11766 ac_check_soname_save_LIBS=$LIBS
11767 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11768 cat >conftest.$ac_ext <<_ACEOF
11769 /* confdefs.h. */
11770 _ACEOF
11771 cat confdefs.h >>conftest.$ac_ext
11772 cat >>conftest.$ac_ext <<_ACEOF
11773 /* end confdefs.h. */
11775 /* Override any GCC internal prototype to avoid an error.
11776 Use char because int might match the return type of a GCC
11777 builtin and then its argument prototype would still apply. */
11778 #ifdef __cplusplus
11779 extern "C"
11780 #endif
11781 char glXCreateContext ();
11783 main ()
11785 return glXCreateContext ();
11787 return 0;
11789 _ACEOF
11790 rm -f conftest.$ac_objext conftest$ac_exeext
11791 if { (ac_try="$ac_link"
11792 case "(($ac_try" in
11793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794 *) ac_try_echo=$ac_try;;
11795 esac
11796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11797 $as_echo "$ac_try_echo") >&5
11798 (eval "$ac_link") 2>conftest.er1
11799 ac_status=$?
11800 grep -v '^ *+' conftest.er1 >conftest.err
11801 rm -f conftest.er1
11802 cat conftest.err >&5
11803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } && {
11805 test -z "$ac_c_werror_flag" ||
11806 test ! -s conftest.err
11807 } && test -s conftest$ac_exeext && {
11808 test "$cross_compiling" = yes ||
11809 $as_test_x conftest$ac_exeext
11810 }; then
11811 case "$LIBEXT" in
11812 dll) ;;
11813 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'` ;;
11814 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11815 esac
11816 else
11817 $as_echo "$as_me: failed program was:" >&5
11818 sed 's/^/| /' conftest.$ac_ext >&5
11823 rm -rf conftest.dSYM
11824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11825 conftest$ac_exeext conftest.$ac_ext
11826 LIBS=$ac_check_soname_save_LIBS
11828 if test "x$ac_cv_lib_soname_GL" = "x"; then
11829 { $as_echo "$as_me:$LINENO: result: not found" >&5
11830 $as_echo "not found" >&6; }
11831 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11832 $as_echo_n "checking for -lGL... " >&6; }
11833 if test "${ac_cv_lib_soname_GL+set}" = set; then
11834 $as_echo_n "(cached) " >&6
11835 else
11836 ac_check_soname_save_LIBS=$LIBS
11837 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"
11838 cat >conftest.$ac_ext <<_ACEOF
11839 /* confdefs.h. */
11840 _ACEOF
11841 cat confdefs.h >>conftest.$ac_ext
11842 cat >>conftest.$ac_ext <<_ACEOF
11843 /* end confdefs.h. */
11845 /* Override any GCC internal prototype to avoid an error.
11846 Use char because int might match the return type of a GCC
11847 builtin and then its argument prototype would still apply. */
11848 #ifdef __cplusplus
11849 extern "C"
11850 #endif
11851 char glXCreateContext ();
11853 main ()
11855 return glXCreateContext ();
11857 return 0;
11859 _ACEOF
11860 rm -f conftest.$ac_objext conftest$ac_exeext
11861 if { (ac_try="$ac_link"
11862 case "(($ac_try" in
11863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11864 *) ac_try_echo=$ac_try;;
11865 esac
11866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11867 $as_echo "$ac_try_echo") >&5
11868 (eval "$ac_link") 2>conftest.er1
11869 ac_status=$?
11870 grep -v '^ *+' conftest.er1 >conftest.err
11871 rm -f conftest.er1
11872 cat conftest.err >&5
11873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11874 (exit $ac_status); } && {
11875 test -z "$ac_c_werror_flag" ||
11876 test ! -s conftest.err
11877 } && test -s conftest$ac_exeext && {
11878 test "$cross_compiling" = yes ||
11879 $as_test_x conftest$ac_exeext
11880 }; then
11881 case "$LIBEXT" in
11882 dll) ;;
11883 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'` ;;
11884 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11885 esac
11886 else
11887 $as_echo "$as_me: failed program was:" >&5
11888 sed 's/^/| /' conftest.$ac_ext >&5
11893 rm -rf conftest.dSYM
11894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11895 conftest$ac_exeext conftest.$ac_ext
11896 LIBS=$ac_check_soname_save_LIBS
11898 if test "x$ac_cv_lib_soname_GL" = "x"; then
11899 { $as_echo "$as_me:$LINENO: result: not found" >&5
11900 $as_echo "not found" >&6; }
11901 if test -f /usr/X11R6/lib/libGL.a
11902 then
11903 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11904 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11905 else
11906 opengl_msg="No OpenGL library found on this system."
11908 else
11909 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11910 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11912 cat >>confdefs.h <<_ACEOF
11913 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11914 _ACEOF
11916 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"
11918 cat >>confdefs.h <<\_ACEOF
11919 #define HAVE_OPENGL 1
11920 _ACEOF
11924 else
11925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11926 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11928 cat >>confdefs.h <<_ACEOF
11929 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11930 _ACEOF
11932 OPENGL_LIBS="-lGL"
11934 cat >>confdefs.h <<\_ACEOF
11935 #define HAVE_OPENGL 1
11936 _ACEOF
11940 if test "$ac_cv_header_GL_glu_h" = "yes"
11941 then
11942 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11943 $as_echo_n "checking for -lGLU... " >&6; }
11944 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11945 $as_echo_n "(cached) " >&6
11946 else
11947 ac_check_soname_save_LIBS=$LIBS
11948 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11949 cat >conftest.$ac_ext <<_ACEOF
11950 /* confdefs.h. */
11951 _ACEOF
11952 cat confdefs.h >>conftest.$ac_ext
11953 cat >>conftest.$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11959 #ifdef __cplusplus
11960 extern "C"
11961 #endif
11962 char gluLookAt ();
11964 main ()
11966 return gluLookAt ();
11968 return 0;
11970 _ACEOF
11971 rm -f conftest.$ac_objext conftest$ac_exeext
11972 if { (ac_try="$ac_link"
11973 case "(($ac_try" in
11974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11975 *) ac_try_echo=$ac_try;;
11976 esac
11977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11978 $as_echo "$ac_try_echo") >&5
11979 (eval "$ac_link") 2>conftest.er1
11980 ac_status=$?
11981 grep -v '^ *+' conftest.er1 >conftest.err
11982 rm -f conftest.er1
11983 cat conftest.err >&5
11984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11985 (exit $ac_status); } && {
11986 test -z "$ac_c_werror_flag" ||
11987 test ! -s conftest.err
11988 } && test -s conftest$ac_exeext && {
11989 test "$cross_compiling" = yes ||
11990 $as_test_x conftest$ac_exeext
11991 }; then
11992 case "$LIBEXT" in
11993 dll) ;;
11994 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'` ;;
11995 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11996 esac
11997 else
11998 $as_echo "$as_me: failed program was:" >&5
11999 sed 's/^/| /' conftest.$ac_ext >&5
12004 rm -rf conftest.dSYM
12005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12006 conftest$ac_exeext conftest.$ac_ext
12007 LIBS=$ac_check_soname_save_LIBS
12009 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12010 { $as_echo "$as_me:$LINENO: result: not found" >&5
12011 $as_echo "not found" >&6; }
12013 else
12014 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12015 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12017 cat >>confdefs.h <<_ACEOF
12018 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12019 _ACEOF
12025 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12026 case "x$with_glu" in
12027 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12028 xno) ;;
12029 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12030 This is an error since --with-glu was requested." >&5
12031 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12032 This is an error since --with-glu was requested." >&2;}
12033 { (exit 1); exit 1; }; } ;;
12034 esac
12037 else
12038 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12040 else
12041 opengl_msg="OpenGL development headers not found."
12043 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12044 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12045 else
12046 enable_opengl32=${enable_opengl32:-no}
12047 enable_glu32=${enable_glu32:-no}
12049 if test -n "$opengl_msg"; then
12050 case "x$with_opengl" in
12051 x) wine_warnings="$wine_warnings|$opengl_msg
12052 OpenGL and Direct3D won't be supported." ;;
12053 xno) ;;
12054 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12055 OpenGL and Direct3D won't be supported.
12056 This is an error since --with-opengl was requested." >&5
12057 $as_echo "$as_me: error: $opengl_msg
12058 OpenGL and Direct3D won't be supported.
12059 This is an error since --with-opengl was requested." >&2;}
12060 { (exit 1); exit 1; }; } ;;
12061 esac
12065 NASLIBS=""
12068 for ac_header in audio/audiolib.h
12070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12072 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12073 $as_echo_n "checking for $ac_header... " >&6; }
12074 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12075 $as_echo_n "(cached) " >&6
12077 ac_res=`eval 'as_val=${'$as_ac_Header'}
12078 $as_echo "$as_val"'`
12079 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12080 $as_echo "$ac_res" >&6; }
12081 else
12082 # Is the header compilable?
12083 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12084 $as_echo_n "checking $ac_header usability... " >&6; }
12085 cat >conftest.$ac_ext <<_ACEOF
12086 /* confdefs.h. */
12087 _ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12091 $ac_includes_default
12092 #include <$ac_header>
12093 _ACEOF
12094 rm -f conftest.$ac_objext
12095 if { (ac_try="$ac_compile"
12096 case "(($ac_try" in
12097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098 *) ac_try_echo=$ac_try;;
12099 esac
12100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12101 $as_echo "$ac_try_echo") >&5
12102 (eval "$ac_compile") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } && {
12109 test -z "$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 } && test -s conftest.$ac_objext; then
12112 ac_header_compiler=yes
12113 else
12114 $as_echo "$as_me: failed program was:" >&5
12115 sed 's/^/| /' conftest.$ac_ext >&5
12117 ac_header_compiler=no
12120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12121 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12122 $as_echo "$ac_header_compiler" >&6; }
12124 # Is the header present?
12125 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12126 $as_echo_n "checking $ac_header presence... " >&6; }
12127 cat >conftest.$ac_ext <<_ACEOF
12128 /* confdefs.h. */
12129 _ACEOF
12130 cat confdefs.h >>conftest.$ac_ext
12131 cat >>conftest.$ac_ext <<_ACEOF
12132 /* end confdefs.h. */
12133 #include <$ac_header>
12134 _ACEOF
12135 if { (ac_try="$ac_cpp conftest.$ac_ext"
12136 case "(($ac_try" in
12137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12138 *) ac_try_echo=$ac_try;;
12139 esac
12140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12141 $as_echo "$ac_try_echo") >&5
12142 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12143 ac_status=$?
12144 grep -v '^ *+' conftest.er1 >conftest.err
12145 rm -f conftest.er1
12146 cat conftest.err >&5
12147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12148 (exit $ac_status); } >/dev/null && {
12149 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12150 test ! -s conftest.err
12151 }; then
12152 ac_header_preproc=yes
12153 else
12154 $as_echo "$as_me: failed program was:" >&5
12155 sed 's/^/| /' conftest.$ac_ext >&5
12157 ac_header_preproc=no
12160 rm -f conftest.err conftest.$ac_ext
12161 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12162 $as_echo "$ac_header_preproc" >&6; }
12164 # So? What about this header?
12165 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12166 yes:no: )
12167 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12168 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12169 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12170 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12171 ac_header_preproc=yes
12173 no:yes:* )
12174 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12175 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12176 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12177 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12178 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12179 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12180 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12181 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12182 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12183 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12184 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12185 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12186 ( cat <<\_ASBOX
12187 ## ------------------------------------ ##
12188 ## Report this to wine-devel@winehq.org ##
12189 ## ------------------------------------ ##
12190 _ASBOX
12191 ) | sed "s/^/$as_me: WARNING: /" >&2
12193 esac
12194 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12195 $as_echo_n "checking for $ac_header... " >&6; }
12196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12197 $as_echo_n "(cached) " >&6
12198 else
12199 eval "$as_ac_Header=\$ac_header_preproc"
12201 ac_res=`eval 'as_val=${'$as_ac_Header'}
12202 $as_echo "$as_val"'`
12203 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12204 $as_echo "$ac_res" >&6; }
12207 as_val=`eval 'as_val=${'$as_ac_Header'}
12208 $as_echo "$as_val"'`
12209 if test "x$as_val" = x""yes; then
12210 cat >>confdefs.h <<_ACEOF
12211 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12212 _ACEOF
12214 for ac_header in audio/soundlib.h
12216 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12217 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12218 $as_echo_n "checking for $ac_header... " >&6; }
12219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12220 $as_echo_n "(cached) " >&6
12221 else
12222 cat >conftest.$ac_ext <<_ACEOF
12223 /* confdefs.h. */
12224 _ACEOF
12225 cat confdefs.h >>conftest.$ac_ext
12226 cat >>conftest.$ac_ext <<_ACEOF
12227 /* end confdefs.h. */
12228 #include <audio/audiolib.h>
12230 #include <$ac_header>
12231 _ACEOF
12232 rm -f conftest.$ac_objext
12233 if { (ac_try="$ac_compile"
12234 case "(($ac_try" in
12235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12236 *) ac_try_echo=$ac_try;;
12237 esac
12238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12239 $as_echo "$ac_try_echo") >&5
12240 (eval "$ac_compile") 2>conftest.er1
12241 ac_status=$?
12242 grep -v '^ *+' conftest.er1 >conftest.err
12243 rm -f conftest.er1
12244 cat conftest.err >&5
12245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12246 (exit $ac_status); } && {
12247 test -z "$ac_c_werror_flag" ||
12248 test ! -s conftest.err
12249 } && test -s conftest.$ac_objext; then
12250 eval "$as_ac_Header=yes"
12251 else
12252 $as_echo "$as_me: failed program was:" >&5
12253 sed 's/^/| /' conftest.$ac_ext >&5
12255 eval "$as_ac_Header=no"
12258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12260 ac_res=`eval 'as_val=${'$as_ac_Header'}
12261 $as_echo "$as_val"'`
12262 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12263 $as_echo "$ac_res" >&6; }
12264 as_val=`eval 'as_val=${'$as_ac_Header'}
12265 $as_echo "$as_val"'`
12266 if test "x$as_val" = x""yes; then
12267 cat >>confdefs.h <<_ACEOF
12268 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12269 _ACEOF
12273 done
12275 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12276 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12277 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12278 $as_echo_n "(cached) " >&6
12279 else
12280 ac_check_lib_save_LIBS=$LIBS
12281 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12282 cat >conftest.$ac_ext <<_ACEOF
12283 /* confdefs.h. */
12284 _ACEOF
12285 cat confdefs.h >>conftest.$ac_ext
12286 cat >>conftest.$ac_ext <<_ACEOF
12287 /* end confdefs.h. */
12289 /* Override any GCC internal prototype to avoid an error.
12290 Use char because int might match the return type of a GCC
12291 builtin and then its argument prototype would still apply. */
12292 #ifdef __cplusplus
12293 extern "C"
12294 #endif
12295 char AuCreateFlow ();
12297 main ()
12299 return AuCreateFlow ();
12301 return 0;
12303 _ACEOF
12304 rm -f conftest.$ac_objext conftest$ac_exeext
12305 if { (ac_try="$ac_link"
12306 case "(($ac_try" in
12307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12308 *) ac_try_echo=$ac_try;;
12309 esac
12310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12311 $as_echo "$ac_try_echo") >&5
12312 (eval "$ac_link") 2>conftest.er1
12313 ac_status=$?
12314 grep -v '^ *+' conftest.er1 >conftest.err
12315 rm -f conftest.er1
12316 cat conftest.err >&5
12317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); } && {
12319 test -z "$ac_c_werror_flag" ||
12320 test ! -s conftest.err
12321 } && test -s conftest$ac_exeext && {
12322 test "$cross_compiling" = yes ||
12323 $as_test_x conftest$ac_exeext
12324 }; then
12325 ac_cv_lib_audio_AuCreateFlow=yes
12326 else
12327 $as_echo "$as_me: failed program was:" >&5
12328 sed 's/^/| /' conftest.$ac_ext >&5
12330 ac_cv_lib_audio_AuCreateFlow=no
12333 rm -rf conftest.dSYM
12334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12335 conftest$ac_exeext conftest.$ac_ext
12336 LIBS=$ac_check_lib_save_LIBS
12338 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12339 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12340 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12342 cat >>confdefs.h <<\_ACEOF
12343 #define HAVE_NAS 1
12344 _ACEOF
12346 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12347 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12348 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12349 $as_echo_n "(cached) " >&6
12350 else
12351 ac_check_lib_save_LIBS=$LIBS
12352 LIBS="-lXau $X_LIBS $LIBS"
12353 cat >conftest.$ac_ext <<_ACEOF
12354 /* confdefs.h. */
12355 _ACEOF
12356 cat confdefs.h >>conftest.$ac_ext
12357 cat >>conftest.$ac_ext <<_ACEOF
12358 /* end confdefs.h. */
12360 /* Override any GCC internal prototype to avoid an error.
12361 Use char because int might match the return type of a GCC
12362 builtin and then its argument prototype would still apply. */
12363 #ifdef __cplusplus
12364 extern "C"
12365 #endif
12366 char XauGetBestAuthByAddr ();
12368 main ()
12370 return XauGetBestAuthByAddr ();
12372 return 0;
12374 _ACEOF
12375 rm -f conftest.$ac_objext conftest$ac_exeext
12376 if { (ac_try="$ac_link"
12377 case "(($ac_try" in
12378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12379 *) ac_try_echo=$ac_try;;
12380 esac
12381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12382 $as_echo "$ac_try_echo") >&5
12383 (eval "$ac_link") 2>conftest.er1
12384 ac_status=$?
12385 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1
12387 cat conftest.err >&5
12388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && {
12390 test -z "$ac_c_werror_flag" ||
12391 test ! -s conftest.err
12392 } && test -s conftest$ac_exeext && {
12393 test "$cross_compiling" = yes ||
12394 $as_test_x conftest$ac_exeext
12395 }; then
12396 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12397 else
12398 $as_echo "$as_me: failed program was:" >&5
12399 sed 's/^/| /' conftest.$ac_ext >&5
12401 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12404 rm -rf conftest.dSYM
12405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12406 conftest$ac_exeext conftest.$ac_ext
12407 LIBS=$ac_check_lib_save_LIBS
12409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12410 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12411 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12412 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12413 else
12414 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12422 done
12425 CPPFLAGS="$ac_save_CPPFLAGS"
12426 else
12427 XLIB=""
12428 X_CFLAGS=""
12429 X_LIBS=""
12430 enable_winex11_drv=${enable_winex11_drv:-no}
12431 enable_opengl32=${enable_opengl32:-no}
12432 enable_glu32=${enable_glu32:-no}
12434 if test "x$XLIB" = "x"; then
12435 case "x$with_x" in
12436 xno) ;;
12437 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12438 without X support, which probably isn't what you want. You will need to install
12439 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12440 Use the --without-x option if you really want this." >&5
12441 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12442 without X support, which probably isn't what you want. You will need to install
12443 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12444 Use the --without-x option if you really want this." >&2;}
12445 { (exit 1); exit 1; }; } ;;
12446 esac
12451 XML2LIBS=""
12453 XML2INCL=""
12455 XSLTINCL=""
12457 if test "x$with_xml" != "xno"
12458 then
12459 ac_save_CPPFLAGS="$CPPFLAGS"
12460 if test "$PKG_CONFIG" != "false"
12461 then
12462 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12463 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12464 else
12465 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12466 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12468 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12470 for ac_header in libxml/parser.h
12472 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12474 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12475 $as_echo_n "checking for $ac_header... " >&6; }
12476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12477 $as_echo_n "(cached) " >&6
12479 ac_res=`eval 'as_val=${'$as_ac_Header'}
12480 $as_echo "$as_val"'`
12481 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12482 $as_echo "$ac_res" >&6; }
12483 else
12484 # Is the header compilable?
12485 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12486 $as_echo_n "checking $ac_header usability... " >&6; }
12487 cat >conftest.$ac_ext <<_ACEOF
12488 /* confdefs.h. */
12489 _ACEOF
12490 cat confdefs.h >>conftest.$ac_ext
12491 cat >>conftest.$ac_ext <<_ACEOF
12492 /* end confdefs.h. */
12493 $ac_includes_default
12494 #include <$ac_header>
12495 _ACEOF
12496 rm -f conftest.$ac_objext
12497 if { (ac_try="$ac_compile"
12498 case "(($ac_try" in
12499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12500 *) ac_try_echo=$ac_try;;
12501 esac
12502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12503 $as_echo "$ac_try_echo") >&5
12504 (eval "$ac_compile") 2>conftest.er1
12505 ac_status=$?
12506 grep -v '^ *+' conftest.er1 >conftest.err
12507 rm -f conftest.er1
12508 cat conftest.err >&5
12509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12510 (exit $ac_status); } && {
12511 test -z "$ac_c_werror_flag" ||
12512 test ! -s conftest.err
12513 } && test -s conftest.$ac_objext; then
12514 ac_header_compiler=yes
12515 else
12516 $as_echo "$as_me: failed program was:" >&5
12517 sed 's/^/| /' conftest.$ac_ext >&5
12519 ac_header_compiler=no
12522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12523 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12524 $as_echo "$ac_header_compiler" >&6; }
12526 # Is the header present?
12527 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12528 $as_echo_n "checking $ac_header presence... " >&6; }
12529 cat >conftest.$ac_ext <<_ACEOF
12530 /* confdefs.h. */
12531 _ACEOF
12532 cat confdefs.h >>conftest.$ac_ext
12533 cat >>conftest.$ac_ext <<_ACEOF
12534 /* end confdefs.h. */
12535 #include <$ac_header>
12536 _ACEOF
12537 if { (ac_try="$ac_cpp conftest.$ac_ext"
12538 case "(($ac_try" in
12539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12540 *) ac_try_echo=$ac_try;;
12541 esac
12542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12543 $as_echo "$ac_try_echo") >&5
12544 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12545 ac_status=$?
12546 grep -v '^ *+' conftest.er1 >conftest.err
12547 rm -f conftest.er1
12548 cat conftest.err >&5
12549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550 (exit $ac_status); } >/dev/null && {
12551 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12552 test ! -s conftest.err
12553 }; then
12554 ac_header_preproc=yes
12555 else
12556 $as_echo "$as_me: failed program was:" >&5
12557 sed 's/^/| /' conftest.$ac_ext >&5
12559 ac_header_preproc=no
12562 rm -f conftest.err conftest.$ac_ext
12563 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12564 $as_echo "$ac_header_preproc" >&6; }
12566 # So? What about this header?
12567 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12568 yes:no: )
12569 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12570 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12571 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12572 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12573 ac_header_preproc=yes
12575 no:yes:* )
12576 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12577 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12578 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12579 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12580 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12581 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12582 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12583 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12584 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12585 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12586 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12587 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12588 ( cat <<\_ASBOX
12589 ## ------------------------------------ ##
12590 ## Report this to wine-devel@winehq.org ##
12591 ## ------------------------------------ ##
12592 _ASBOX
12593 ) | sed "s/^/$as_me: WARNING: /" >&2
12595 esac
12596 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12597 $as_echo_n "checking for $ac_header... " >&6; }
12598 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12599 $as_echo_n "(cached) " >&6
12600 else
12601 eval "$as_ac_Header=\$ac_header_preproc"
12603 ac_res=`eval 'as_val=${'$as_ac_Header'}
12604 $as_echo "$as_val"'`
12605 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12606 $as_echo "$ac_res" >&6; }
12609 as_val=`eval 'as_val=${'$as_ac_Header'}
12610 $as_echo "$as_val"'`
12611 if test "x$as_val" = x""yes; then
12612 cat >>confdefs.h <<_ACEOF
12613 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12614 _ACEOF
12615 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12616 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12617 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12618 $as_echo_n "(cached) " >&6
12619 else
12620 ac_check_lib_save_LIBS=$LIBS
12621 LIBS="-lxml2 $ac_xml_libs $LIBS"
12622 cat >conftest.$ac_ext <<_ACEOF
12623 /* confdefs.h. */
12624 _ACEOF
12625 cat confdefs.h >>conftest.$ac_ext
12626 cat >>conftest.$ac_ext <<_ACEOF
12627 /* end confdefs.h. */
12629 /* Override any GCC internal prototype to avoid an error.
12630 Use char because int might match the return type of a GCC
12631 builtin and then its argument prototype would still apply. */
12632 #ifdef __cplusplus
12633 extern "C"
12634 #endif
12635 char xmlParseMemory ();
12637 main ()
12639 return xmlParseMemory ();
12641 return 0;
12643 _ACEOF
12644 rm -f conftest.$ac_objext conftest$ac_exeext
12645 if { (ac_try="$ac_link"
12646 case "(($ac_try" in
12647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12648 *) ac_try_echo=$ac_try;;
12649 esac
12650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12651 $as_echo "$ac_try_echo") >&5
12652 (eval "$ac_link") 2>conftest.er1
12653 ac_status=$?
12654 grep -v '^ *+' conftest.er1 >conftest.err
12655 rm -f conftest.er1
12656 cat conftest.err >&5
12657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12658 (exit $ac_status); } && {
12659 test -z "$ac_c_werror_flag" ||
12660 test ! -s conftest.err
12661 } && test -s conftest$ac_exeext && {
12662 test "$cross_compiling" = yes ||
12663 $as_test_x conftest$ac_exeext
12664 }; then
12665 ac_cv_lib_xml2_xmlParseMemory=yes
12666 else
12667 $as_echo "$as_me: failed program was:" >&5
12668 sed 's/^/| /' conftest.$ac_ext >&5
12670 ac_cv_lib_xml2_xmlParseMemory=no
12673 rm -rf conftest.dSYM
12674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12675 conftest$ac_exeext conftest.$ac_ext
12676 LIBS=$ac_check_lib_save_LIBS
12678 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12679 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12680 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12682 cat >>confdefs.h <<\_ACEOF
12683 #define HAVE_LIBXML2 1
12684 _ACEOF
12686 XML2LIBS="$ac_xml_libs"
12687 XML2INCL="$ac_xml_cflags"
12690 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12691 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12692 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12693 $as_echo_n "(cached) " >&6
12694 else
12695 ac_check_lib_save_LIBS=$LIBS
12696 LIBS="-lxml2 $ac_xml_libs $LIBS"
12697 cat >conftest.$ac_ext <<_ACEOF
12698 /* confdefs.h. */
12699 _ACEOF
12700 cat confdefs.h >>conftest.$ac_ext
12701 cat >>conftest.$ac_ext <<_ACEOF
12702 /* end confdefs.h. */
12704 /* Override any GCC internal prototype to avoid an error.
12705 Use char because int might match the return type of a GCC
12706 builtin and then its argument prototype would still apply. */
12707 #ifdef __cplusplus
12708 extern "C"
12709 #endif
12710 char xmlReadMemory ();
12712 main ()
12714 return xmlReadMemory ();
12716 return 0;
12718 _ACEOF
12719 rm -f conftest.$ac_objext conftest$ac_exeext
12720 if { (ac_try="$ac_link"
12721 case "(($ac_try" in
12722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12723 *) ac_try_echo=$ac_try;;
12724 esac
12725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12726 $as_echo "$ac_try_echo") >&5
12727 (eval "$ac_link") 2>conftest.er1
12728 ac_status=$?
12729 grep -v '^ *+' conftest.er1 >conftest.err
12730 rm -f conftest.er1
12731 cat conftest.err >&5
12732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12733 (exit $ac_status); } && {
12734 test -z "$ac_c_werror_flag" ||
12735 test ! -s conftest.err
12736 } && test -s conftest$ac_exeext && {
12737 test "$cross_compiling" = yes ||
12738 $as_test_x conftest$ac_exeext
12739 }; then
12740 ac_cv_lib_xml2_xmlReadMemory=yes
12741 else
12742 $as_echo "$as_me: failed program was:" >&5
12743 sed 's/^/| /' conftest.$ac_ext >&5
12745 ac_cv_lib_xml2_xmlReadMemory=no
12748 rm -rf conftest.dSYM
12749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12750 conftest$ac_exeext conftest.$ac_ext
12751 LIBS=$ac_check_lib_save_LIBS
12753 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12754 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12755 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12757 cat >>confdefs.h <<\_ACEOF
12758 #define HAVE_XMLREADMEMORY 1
12759 _ACEOF
12763 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12764 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12765 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12766 $as_echo_n "(cached) " >&6
12767 else
12768 ac_check_lib_save_LIBS=$LIBS
12769 LIBS="-lxml2 $ac_xml_libs $LIBS"
12770 cat >conftest.$ac_ext <<_ACEOF
12771 /* confdefs.h. */
12772 _ACEOF
12773 cat confdefs.h >>conftest.$ac_ext
12774 cat >>conftest.$ac_ext <<_ACEOF
12775 /* end confdefs.h. */
12777 /* Override any GCC internal prototype to avoid an error.
12778 Use char because int might match the return type of a GCC
12779 builtin and then its argument prototype would still apply. */
12780 #ifdef __cplusplus
12781 extern "C"
12782 #endif
12783 char xmlNewDocPI ();
12785 main ()
12787 return xmlNewDocPI ();
12789 return 0;
12791 _ACEOF
12792 rm -f conftest.$ac_objext conftest$ac_exeext
12793 if { (ac_try="$ac_link"
12794 case "(($ac_try" in
12795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12796 *) ac_try_echo=$ac_try;;
12797 esac
12798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12799 $as_echo "$ac_try_echo") >&5
12800 (eval "$ac_link") 2>conftest.er1
12801 ac_status=$?
12802 grep -v '^ *+' conftest.er1 >conftest.err
12803 rm -f conftest.er1
12804 cat conftest.err >&5
12805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12806 (exit $ac_status); } && {
12807 test -z "$ac_c_werror_flag" ||
12808 test ! -s conftest.err
12809 } && test -s conftest$ac_exeext && {
12810 test "$cross_compiling" = yes ||
12811 $as_test_x conftest$ac_exeext
12812 }; then
12813 ac_cv_lib_xml2_xmlNewDocPI=yes
12814 else
12815 $as_echo "$as_me: failed program was:" >&5
12816 sed 's/^/| /' conftest.$ac_ext >&5
12818 ac_cv_lib_xml2_xmlNewDocPI=no
12821 rm -rf conftest.dSYM
12822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12823 conftest$ac_exeext conftest.$ac_ext
12824 LIBS=$ac_check_lib_save_LIBS
12826 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12827 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12828 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12830 cat >>confdefs.h <<\_ACEOF
12831 #define HAVE_XMLNEWDOCPI 1
12832 _ACEOF
12839 done
12841 CPPFLAGS="$ac_save_CPPFLAGS"
12843 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12844 case "x$with_xml" in
12845 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12846 xno) ;;
12847 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12848 This is an error since --with-xml was requested." >&5
12849 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12850 This is an error since --with-xml was requested." >&2;}
12851 { (exit 1); exit 1; }; } ;;
12852 esac
12856 if test "x$with_xslt" != "xno"
12857 then
12858 if test "$PKG_CONFIG" != "false"
12859 then
12860 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12861 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12862 else
12863 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12864 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12866 ac_save_CPPFLAGS="$CPPFLAGS"
12867 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12870 for ac_header in libxslt/pattern.h libxslt/transform.h
12872 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12873 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12874 $as_echo_n "checking for $ac_header... " >&6; }
12875 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12876 $as_echo_n "(cached) " >&6
12877 else
12878 cat >conftest.$ac_ext <<_ACEOF
12879 /* confdefs.h. */
12880 _ACEOF
12881 cat confdefs.h >>conftest.$ac_ext
12882 cat >>conftest.$ac_ext <<_ACEOF
12883 /* end confdefs.h. */
12884 #ifdef HAVE_LIBXSLT_PATTERN_H
12885 # include <libxslt/pattern.h>
12886 #endif
12888 #include <$ac_header>
12889 _ACEOF
12890 rm -f conftest.$ac_objext
12891 if { (ac_try="$ac_compile"
12892 case "(($ac_try" in
12893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12894 *) ac_try_echo=$ac_try;;
12895 esac
12896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12897 $as_echo "$ac_try_echo") >&5
12898 (eval "$ac_compile") 2>conftest.er1
12899 ac_status=$?
12900 grep -v '^ *+' conftest.er1 >conftest.err
12901 rm -f conftest.er1
12902 cat conftest.err >&5
12903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12904 (exit $ac_status); } && {
12905 test -z "$ac_c_werror_flag" ||
12906 test ! -s conftest.err
12907 } && test -s conftest.$ac_objext; then
12908 eval "$as_ac_Header=yes"
12909 else
12910 $as_echo "$as_me: failed program was:" >&5
12911 sed 's/^/| /' conftest.$ac_ext >&5
12913 eval "$as_ac_Header=no"
12916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12918 ac_res=`eval 'as_val=${'$as_ac_Header'}
12919 $as_echo "$as_val"'`
12920 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12921 $as_echo "$ac_res" >&6; }
12922 as_val=`eval 'as_val=${'$as_ac_Header'}
12923 $as_echo "$as_val"'`
12924 if test "x$as_val" = x""yes; then
12925 cat >>confdefs.h <<_ACEOF
12926 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12927 _ACEOF
12931 done
12933 CPPFLAGS="$ac_save_CPPFLAGS"
12934 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12935 then
12936 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12937 $as_echo_n "checking for -lxslt... " >&6; }
12938 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12939 $as_echo_n "(cached) " >&6
12940 else
12941 ac_check_soname_save_LIBS=$LIBS
12942 LIBS="-lxslt $ac_xslt_libs $LIBS"
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h. */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h. */
12950 /* Override any GCC internal prototype to avoid an error.
12951 Use char because int might match the return type of a GCC
12952 builtin and then its argument prototype would still apply. */
12953 #ifdef __cplusplus
12954 extern "C"
12955 #endif
12956 char xsltCompilePattern ();
12958 main ()
12960 return xsltCompilePattern ();
12962 return 0;
12964 _ACEOF
12965 rm -f conftest.$ac_objext conftest$ac_exeext
12966 if { (ac_try="$ac_link"
12967 case "(($ac_try" in
12968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12969 *) ac_try_echo=$ac_try;;
12970 esac
12971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12972 $as_echo "$ac_try_echo") >&5
12973 (eval "$ac_link") 2>conftest.er1
12974 ac_status=$?
12975 grep -v '^ *+' conftest.er1 >conftest.err
12976 rm -f conftest.er1
12977 cat conftest.err >&5
12978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979 (exit $ac_status); } && {
12980 test -z "$ac_c_werror_flag" ||
12981 test ! -s conftest.err
12982 } && test -s conftest$ac_exeext && {
12983 test "$cross_compiling" = yes ||
12984 $as_test_x conftest$ac_exeext
12985 }; then
12986 case "$LIBEXT" in
12987 dll) ;;
12988 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'` ;;
12989 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12990 esac
12991 else
12992 $as_echo "$as_me: failed program was:" >&5
12993 sed 's/^/| /' conftest.$ac_ext >&5
12998 rm -rf conftest.dSYM
12999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13000 conftest$ac_exeext conftest.$ac_ext
13001 LIBS=$ac_check_soname_save_LIBS
13003 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13004 { $as_echo "$as_me:$LINENO: result: not found" >&5
13005 $as_echo "not found" >&6; }
13007 else
13008 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13009 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13011 cat >>confdefs.h <<_ACEOF
13012 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13013 _ACEOF
13015 XSLTINCL="$ac_xslt_cflags"
13020 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13021 case "x$with_xslt" in
13022 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13023 xno) ;;
13024 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13025 This is an error since --with-xslt was requested." >&5
13026 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13027 This is an error since --with-xslt was requested." >&2;}
13028 { (exit 1); exit 1; }; } ;;
13029 esac
13033 HALINCL=""
13035 if test "x$with_hal" != "xno"
13036 then
13037 ac_save_CPPFLAGS="$CPPFLAGS"
13038 if test "$PKG_CONFIG" != "false"
13039 then
13040 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13041 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13042 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13046 for ac_header in dbus/dbus.h hal/libhal.h
13048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13050 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13051 $as_echo_n "checking for $ac_header... " >&6; }
13052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13053 $as_echo_n "(cached) " >&6
13055 ac_res=`eval 'as_val=${'$as_ac_Header'}
13056 $as_echo "$as_val"'`
13057 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13058 $as_echo "$ac_res" >&6; }
13059 else
13060 # Is the header compilable?
13061 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13062 $as_echo_n "checking $ac_header usability... " >&6; }
13063 cat >conftest.$ac_ext <<_ACEOF
13064 /* confdefs.h. */
13065 _ACEOF
13066 cat confdefs.h >>conftest.$ac_ext
13067 cat >>conftest.$ac_ext <<_ACEOF
13068 /* end confdefs.h. */
13069 $ac_includes_default
13070 #include <$ac_header>
13071 _ACEOF
13072 rm -f conftest.$ac_objext
13073 if { (ac_try="$ac_compile"
13074 case "(($ac_try" in
13075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13076 *) ac_try_echo=$ac_try;;
13077 esac
13078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13079 $as_echo "$ac_try_echo") >&5
13080 (eval "$ac_compile") 2>conftest.er1
13081 ac_status=$?
13082 grep -v '^ *+' conftest.er1 >conftest.err
13083 rm -f conftest.er1
13084 cat conftest.err >&5
13085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13086 (exit $ac_status); } && {
13087 test -z "$ac_c_werror_flag" ||
13088 test ! -s conftest.err
13089 } && test -s conftest.$ac_objext; then
13090 ac_header_compiler=yes
13091 else
13092 $as_echo "$as_me: failed program was:" >&5
13093 sed 's/^/| /' conftest.$ac_ext >&5
13095 ac_header_compiler=no
13098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13099 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13100 $as_echo "$ac_header_compiler" >&6; }
13102 # Is the header present?
13103 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13104 $as_echo_n "checking $ac_header presence... " >&6; }
13105 cat >conftest.$ac_ext <<_ACEOF
13106 /* confdefs.h. */
13107 _ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h. */
13111 #include <$ac_header>
13112 _ACEOF
13113 if { (ac_try="$ac_cpp conftest.$ac_ext"
13114 case "(($ac_try" in
13115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13116 *) ac_try_echo=$ac_try;;
13117 esac
13118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13119 $as_echo "$ac_try_echo") >&5
13120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13121 ac_status=$?
13122 grep -v '^ *+' conftest.er1 >conftest.err
13123 rm -f conftest.er1
13124 cat conftest.err >&5
13125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13126 (exit $ac_status); } >/dev/null && {
13127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13128 test ! -s conftest.err
13129 }; then
13130 ac_header_preproc=yes
13131 else
13132 $as_echo "$as_me: failed program was:" >&5
13133 sed 's/^/| /' conftest.$ac_ext >&5
13135 ac_header_preproc=no
13138 rm -f conftest.err conftest.$ac_ext
13139 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13140 $as_echo "$ac_header_preproc" >&6; }
13142 # So? What about this header?
13143 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13144 yes:no: )
13145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13146 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13148 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13149 ac_header_preproc=yes
13151 no:yes:* )
13152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13153 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13155 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13156 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13157 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13158 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13159 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13160 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13161 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13162 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13163 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13164 ( cat <<\_ASBOX
13165 ## ------------------------------------ ##
13166 ## Report this to wine-devel@winehq.org ##
13167 ## ------------------------------------ ##
13168 _ASBOX
13169 ) | sed "s/^/$as_me: WARNING: /" >&2
13171 esac
13172 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13173 $as_echo_n "checking for $ac_header... " >&6; }
13174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13175 $as_echo_n "(cached) " >&6
13176 else
13177 eval "$as_ac_Header=\$ac_header_preproc"
13179 ac_res=`eval 'as_val=${'$as_ac_Header'}
13180 $as_echo "$as_val"'`
13181 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13182 $as_echo "$ac_res" >&6; }
13185 as_val=`eval 'as_val=${'$as_ac_Header'}
13186 $as_echo "$as_val"'`
13187 if test "x$as_val" = x""yes; then
13188 cat >>confdefs.h <<_ACEOF
13189 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13190 _ACEOF
13194 done
13196 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13197 then
13198 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13199 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13200 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13201 $as_echo_n "(cached) " >&6
13202 else
13203 ac_check_lib_save_LIBS=$LIBS
13204 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13205 cat >conftest.$ac_ext <<_ACEOF
13206 /* confdefs.h. */
13207 _ACEOF
13208 cat confdefs.h >>conftest.$ac_ext
13209 cat >>conftest.$ac_ext <<_ACEOF
13210 /* end confdefs.h. */
13212 /* Override any GCC internal prototype to avoid an error.
13213 Use char because int might match the return type of a GCC
13214 builtin and then its argument prototype would still apply. */
13215 #ifdef __cplusplus
13216 extern "C"
13217 #endif
13218 char dbus_connection_close ();
13220 main ()
13222 return dbus_connection_close ();
13224 return 0;
13226 _ACEOF
13227 rm -f conftest.$ac_objext conftest$ac_exeext
13228 if { (ac_try="$ac_link"
13229 case "(($ac_try" in
13230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13231 *) ac_try_echo=$ac_try;;
13232 esac
13233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13234 $as_echo "$ac_try_echo") >&5
13235 (eval "$ac_link") 2>conftest.er1
13236 ac_status=$?
13237 grep -v '^ *+' conftest.er1 >conftest.err
13238 rm -f conftest.er1
13239 cat conftest.err >&5
13240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13241 (exit $ac_status); } && {
13242 test -z "$ac_c_werror_flag" ||
13243 test ! -s conftest.err
13244 } && test -s conftest$ac_exeext && {
13245 test "$cross_compiling" = yes ||
13246 $as_test_x conftest$ac_exeext
13247 }; then
13248 ac_cv_lib_dbus_1_dbus_connection_close=yes
13249 else
13250 $as_echo "$as_me: failed program was:" >&5
13251 sed 's/^/| /' conftest.$ac_ext >&5
13253 ac_cv_lib_dbus_1_dbus_connection_close=no
13256 rm -rf conftest.dSYM
13257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13258 conftest$ac_exeext conftest.$ac_ext
13259 LIBS=$ac_check_lib_save_LIBS
13261 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13262 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13263 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13264 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13265 $as_echo_n "checking for -lhal... " >&6; }
13266 if test "${ac_cv_lib_soname_hal+set}" = set; then
13267 $as_echo_n "(cached) " >&6
13268 else
13269 ac_check_soname_save_LIBS=$LIBS
13270 LIBS="-lhal $ac_hal_libs $LIBS"
13271 cat >conftest.$ac_ext <<_ACEOF
13272 /* confdefs.h. */
13273 _ACEOF
13274 cat confdefs.h >>conftest.$ac_ext
13275 cat >>conftest.$ac_ext <<_ACEOF
13276 /* end confdefs.h. */
13278 /* Override any GCC internal prototype to avoid an error.
13279 Use char because int might match the return type of a GCC
13280 builtin and then its argument prototype would still apply. */
13281 #ifdef __cplusplus
13282 extern "C"
13283 #endif
13284 char libhal_ctx_new ();
13286 main ()
13288 return libhal_ctx_new ();
13290 return 0;
13292 _ACEOF
13293 rm -f conftest.$ac_objext conftest$ac_exeext
13294 if { (ac_try="$ac_link"
13295 case "(($ac_try" in
13296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13297 *) ac_try_echo=$ac_try;;
13298 esac
13299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13300 $as_echo "$ac_try_echo") >&5
13301 (eval "$ac_link") 2>conftest.er1
13302 ac_status=$?
13303 grep -v '^ *+' conftest.er1 >conftest.err
13304 rm -f conftest.er1
13305 cat conftest.err >&5
13306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307 (exit $ac_status); } && {
13308 test -z "$ac_c_werror_flag" ||
13309 test ! -s conftest.err
13310 } && test -s conftest$ac_exeext && {
13311 test "$cross_compiling" = yes ||
13312 $as_test_x conftest$ac_exeext
13313 }; then
13314 case "$LIBEXT" in
13315 dll) ;;
13316 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'` ;;
13317 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13318 esac
13319 else
13320 $as_echo "$as_me: failed program was:" >&5
13321 sed 's/^/| /' conftest.$ac_ext >&5
13326 rm -rf conftest.dSYM
13327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13328 conftest$ac_exeext conftest.$ac_ext
13329 LIBS=$ac_check_soname_save_LIBS
13331 if test "x$ac_cv_lib_soname_hal" = "x"; then
13332 { $as_echo "$as_me:$LINENO: result: not found" >&5
13333 $as_echo "not found" >&6; }
13335 else
13336 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13337 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13339 cat >>confdefs.h <<_ACEOF
13340 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13341 _ACEOF
13343 HALINCL="$ac_hal_cflags"
13349 CPPFLAGS="$ac_save_CPPFLAGS"
13351 if test "x$ac_cv_lib_soname_hal" = "x"; then
13352 case "x$with_hal" in
13353 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13354 xno) ;;
13355 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13356 This is an error since --with-hal was requested." >&5
13357 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13358 This is an error since --with-hal was requested." >&2;}
13359 { (exit 1); exit 1; }; } ;;
13360 esac
13364 if test "x$with_gnutls" != "xno"
13365 then
13366 ac_save_CPPFLAGS="$CPPFLAGS"
13367 if test "$PKG_CONFIG" != "false"
13368 then
13369 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13370 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13371 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13373 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13374 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13375 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13376 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13377 $as_echo_n "(cached) " >&6
13379 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13380 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13381 else
13382 # Is the header compilable?
13383 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13384 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13385 cat >conftest.$ac_ext <<_ACEOF
13386 /* confdefs.h. */
13387 _ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 #include <gnutls/gnutls.h>
13393 _ACEOF
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398 *) ac_try_echo=$ac_try;;
13399 esac
13400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13401 $as_echo "$ac_try_echo") >&5
13402 (eval "$ac_compile") 2>conftest.er1
13403 ac_status=$?
13404 grep -v '^ *+' conftest.er1 >conftest.err
13405 rm -f conftest.er1
13406 cat conftest.err >&5
13407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408 (exit $ac_status); } && {
13409 test -z "$ac_c_werror_flag" ||
13410 test ! -s conftest.err
13411 } && test -s conftest.$ac_objext; then
13412 ac_header_compiler=yes
13413 else
13414 $as_echo "$as_me: failed program was:" >&5
13415 sed 's/^/| /' conftest.$ac_ext >&5
13417 ac_header_compiler=no
13420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13421 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13422 $as_echo "$ac_header_compiler" >&6; }
13424 # Is the header present?
13425 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13426 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13427 cat >conftest.$ac_ext <<_ACEOF
13428 /* confdefs.h. */
13429 _ACEOF
13430 cat confdefs.h >>conftest.$ac_ext
13431 cat >>conftest.$ac_ext <<_ACEOF
13432 /* end confdefs.h. */
13433 #include <gnutls/gnutls.h>
13434 _ACEOF
13435 if { (ac_try="$ac_cpp conftest.$ac_ext"
13436 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13439 esac
13440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13441 $as_echo "$ac_try_echo") >&5
13442 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13443 ac_status=$?
13444 grep -v '^ *+' conftest.er1 >conftest.err
13445 rm -f conftest.er1
13446 cat conftest.err >&5
13447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13448 (exit $ac_status); } >/dev/null && {
13449 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13450 test ! -s conftest.err
13451 }; then
13452 ac_header_preproc=yes
13453 else
13454 $as_echo "$as_me: failed program was:" >&5
13455 sed 's/^/| /' conftest.$ac_ext >&5
13457 ac_header_preproc=no
13460 rm -f conftest.err conftest.$ac_ext
13461 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13462 $as_echo "$ac_header_preproc" >&6; }
13464 # So? What about this header?
13465 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13466 yes:no: )
13467 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13468 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13469 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13470 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13471 ac_header_preproc=yes
13473 no:yes:* )
13474 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13475 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13476 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13477 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13478 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13479 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13480 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13481 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13482 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13483 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13484 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13485 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13486 ( cat <<\_ASBOX
13487 ## ------------------------------------ ##
13488 ## Report this to wine-devel@winehq.org ##
13489 ## ------------------------------------ ##
13490 _ASBOX
13491 ) | sed "s/^/$as_me: WARNING: /" >&2
13493 esac
13494 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13495 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13496 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13497 $as_echo_n "(cached) " >&6
13498 else
13499 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13501 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13502 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13505 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13506 cat >conftest.$ac_ext <<_ACEOF
13507 /* confdefs.h. */
13508 _ACEOF
13509 cat confdefs.h >>conftest.$ac_ext
13510 cat >>conftest.$ac_ext <<_ACEOF
13511 /* end confdefs.h. */
13512 #include <gnutls/gnutls.h>
13514 main ()
13516 typeof(gnutls_mac_get_key_size) *pfunc;
13518 return 0;
13520 _ACEOF
13521 rm -f conftest.$ac_objext
13522 if { (ac_try="$ac_compile"
13523 case "(($ac_try" in
13524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13525 *) ac_try_echo=$ac_try;;
13526 esac
13527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13528 $as_echo "$ac_try_echo") >&5
13529 (eval "$ac_compile") 2>conftest.er1
13530 ac_status=$?
13531 grep -v '^ *+' conftest.er1 >conftest.err
13532 rm -f conftest.er1
13533 cat conftest.err >&5
13534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13535 (exit $ac_status); } && {
13536 test -z "$ac_c_werror_flag" ||
13537 test ! -s conftest.err
13538 } && test -s conftest.$ac_objext; then
13539 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13540 $as_echo_n "checking for -lgnutls... " >&6; }
13541 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13542 $as_echo_n "(cached) " >&6
13543 else
13544 ac_check_soname_save_LIBS=$LIBS
13545 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13546 cat >conftest.$ac_ext <<_ACEOF
13547 /* confdefs.h. */
13548 _ACEOF
13549 cat confdefs.h >>conftest.$ac_ext
13550 cat >>conftest.$ac_ext <<_ACEOF
13551 /* end confdefs.h. */
13553 /* Override any GCC internal prototype to avoid an error.
13554 Use char because int might match the return type of a GCC
13555 builtin and then its argument prototype would still apply. */
13556 #ifdef __cplusplus
13557 extern "C"
13558 #endif
13559 char gnutls_global_init ();
13561 main ()
13563 return gnutls_global_init ();
13565 return 0;
13567 _ACEOF
13568 rm -f conftest.$ac_objext conftest$ac_exeext
13569 if { (ac_try="$ac_link"
13570 case "(($ac_try" in
13571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13572 *) ac_try_echo=$ac_try;;
13573 esac
13574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13575 $as_echo "$ac_try_echo") >&5
13576 (eval "$ac_link") 2>conftest.er1
13577 ac_status=$?
13578 grep -v '^ *+' conftest.er1 >conftest.err
13579 rm -f conftest.er1
13580 cat conftest.err >&5
13581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13582 (exit $ac_status); } && {
13583 test -z "$ac_c_werror_flag" ||
13584 test ! -s conftest.err
13585 } && test -s conftest$ac_exeext && {
13586 test "$cross_compiling" = yes ||
13587 $as_test_x conftest$ac_exeext
13588 }; then
13589 case "$LIBEXT" in
13590 dll) ;;
13591 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'` ;;
13592 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13593 esac
13594 else
13595 $as_echo "$as_me: failed program was:" >&5
13596 sed 's/^/| /' conftest.$ac_ext >&5
13601 rm -rf conftest.dSYM
13602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13603 conftest$ac_exeext conftest.$ac_ext
13604 LIBS=$ac_check_soname_save_LIBS
13606 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13607 { $as_echo "$as_me:$LINENO: result: not found" >&5
13608 $as_echo "not found" >&6; }
13610 else
13611 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13612 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13614 cat >>confdefs.h <<_ACEOF
13615 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13616 _ACEOF
13618 GNUTLSINCL="$ac_gnutls_cflags"
13622 else
13623 $as_echo "$as_me: failed program was:" >&5
13624 sed 's/^/| /' conftest.$ac_ext >&5
13629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13633 CPPFLAGS="$ac_save_CPPFLAGS"
13635 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13636 case "x$with_gnutls" in
13637 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13638 xno) ;;
13639 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13640 This is an error since --with-gnutls was requested." >&5
13641 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13642 This is an error since --with-gnutls was requested." >&2;}
13643 { (exit 1); exit 1; }; } ;;
13644 esac
13648 CURSESLIBS=""
13649 if test "$ac_cv_header_ncurses_h" = "yes"
13650 then
13651 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13652 $as_echo_n "checking for -lncurses... " >&6; }
13653 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13654 $as_echo_n "(cached) " >&6
13655 else
13656 ac_check_soname_save_LIBS=$LIBS
13657 LIBS="-lncurses $LIBS"
13658 cat >conftest.$ac_ext <<_ACEOF
13659 /* confdefs.h. */
13660 _ACEOF
13661 cat confdefs.h >>conftest.$ac_ext
13662 cat >>conftest.$ac_ext <<_ACEOF
13663 /* end confdefs.h. */
13665 /* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13668 #ifdef __cplusplus
13669 extern "C"
13670 #endif
13671 char waddch ();
13673 main ()
13675 return waddch ();
13677 return 0;
13679 _ACEOF
13680 rm -f conftest.$ac_objext conftest$ac_exeext
13681 if { (ac_try="$ac_link"
13682 case "(($ac_try" in
13683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13684 *) ac_try_echo=$ac_try;;
13685 esac
13686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13687 $as_echo "$ac_try_echo") >&5
13688 (eval "$ac_link") 2>conftest.er1
13689 ac_status=$?
13690 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1
13692 cat conftest.err >&5
13693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && {
13695 test -z "$ac_c_werror_flag" ||
13696 test ! -s conftest.err
13697 } && test -s conftest$ac_exeext && {
13698 test "$cross_compiling" = yes ||
13699 $as_test_x conftest$ac_exeext
13700 }; then
13701 case "$LIBEXT" in
13702 dll) ;;
13703 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'` ;;
13704 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13705 esac
13706 else
13707 $as_echo "$as_me: failed program was:" >&5
13708 sed 's/^/| /' conftest.$ac_ext >&5
13713 rm -rf conftest.dSYM
13714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13715 conftest$ac_exeext conftest.$ac_ext
13716 LIBS=$ac_check_soname_save_LIBS
13718 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13719 { $as_echo "$as_me:$LINENO: result: not found" >&5
13720 $as_echo "not found" >&6; }
13722 else
13723 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13724 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13726 cat >>confdefs.h <<_ACEOF
13727 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13728 _ACEOF
13730 CURSESLIBS="-lncurses"
13733 elif test "$ac_cv_header_curses_h" = "yes"
13734 then
13735 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13736 $as_echo_n "checking for -lcurses... " >&6; }
13737 if test "${ac_cv_lib_soname_curses+set}" = set; then
13738 $as_echo_n "(cached) " >&6
13739 else
13740 ac_check_soname_save_LIBS=$LIBS
13741 LIBS="-lcurses $LIBS"
13742 cat >conftest.$ac_ext <<_ACEOF
13743 /* confdefs.h. */
13744 _ACEOF
13745 cat confdefs.h >>conftest.$ac_ext
13746 cat >>conftest.$ac_ext <<_ACEOF
13747 /* end confdefs.h. */
13749 /* Override any GCC internal prototype to avoid an error.
13750 Use char because int might match the return type of a GCC
13751 builtin and then its argument prototype would still apply. */
13752 #ifdef __cplusplus
13753 extern "C"
13754 #endif
13755 char waddch ();
13757 main ()
13759 return waddch ();
13761 return 0;
13763 _ACEOF
13764 rm -f conftest.$ac_objext conftest$ac_exeext
13765 if { (ac_try="$ac_link"
13766 case "(($ac_try" in
13767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13768 *) ac_try_echo=$ac_try;;
13769 esac
13770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13771 $as_echo "$ac_try_echo") >&5
13772 (eval "$ac_link") 2>conftest.er1
13773 ac_status=$?
13774 grep -v '^ *+' conftest.er1 >conftest.err
13775 rm -f conftest.er1
13776 cat conftest.err >&5
13777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13778 (exit $ac_status); } && {
13779 test -z "$ac_c_werror_flag" ||
13780 test ! -s conftest.err
13781 } && test -s conftest$ac_exeext && {
13782 test "$cross_compiling" = yes ||
13783 $as_test_x conftest$ac_exeext
13784 }; then
13785 case "$LIBEXT" in
13786 dll) ;;
13787 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'` ;;
13788 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13789 esac
13790 else
13791 $as_echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13797 rm -rf conftest.dSYM
13798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13799 conftest$ac_exeext conftest.$ac_ext
13800 LIBS=$ac_check_soname_save_LIBS
13802 if test "x$ac_cv_lib_soname_curses" = "x"; then
13803 { $as_echo "$as_me:$LINENO: result: not found" >&5
13804 $as_echo "not found" >&6; }
13806 else
13807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13808 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13810 cat >>confdefs.h <<_ACEOF
13811 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13812 _ACEOF
13814 CURSESLIBS="-lcurses"
13818 ac_save_LIBS="$LIBS"
13819 LIBS="$LIBS $CURSESLIBS"
13821 for ac_func in mousemask
13823 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13824 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13825 $as_echo_n "checking for $ac_func... " >&6; }
13826 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13827 $as_echo_n "(cached) " >&6
13828 else
13829 cat >conftest.$ac_ext <<_ACEOF
13830 /* confdefs.h. */
13831 _ACEOF
13832 cat confdefs.h >>conftest.$ac_ext
13833 cat >>conftest.$ac_ext <<_ACEOF
13834 /* end confdefs.h. */
13835 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13836 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13837 #define $ac_func innocuous_$ac_func
13839 /* System header to define __stub macros and hopefully few prototypes,
13840 which can conflict with char $ac_func (); below.
13841 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13842 <limits.h> exists even on freestanding compilers. */
13844 #ifdef __STDC__
13845 # include <limits.h>
13846 #else
13847 # include <assert.h>
13848 #endif
13850 #undef $ac_func
13852 /* Override any GCC internal prototype to avoid an error.
13853 Use char because int might match the return type of a GCC
13854 builtin and then its argument prototype would still apply. */
13855 #ifdef __cplusplus
13856 extern "C"
13857 #endif
13858 char $ac_func ();
13859 /* The GNU C library defines this for functions which it implements
13860 to always fail with ENOSYS. Some functions are actually named
13861 something starting with __ and the normal name is an alias. */
13862 #if defined __stub_$ac_func || defined __stub___$ac_func
13863 choke me
13864 #endif
13867 main ()
13869 return $ac_func ();
13871 return 0;
13873 _ACEOF
13874 rm -f conftest.$ac_objext conftest$ac_exeext
13875 if { (ac_try="$ac_link"
13876 case "(($ac_try" in
13877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13878 *) ac_try_echo=$ac_try;;
13879 esac
13880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13881 $as_echo "$ac_try_echo") >&5
13882 (eval "$ac_link") 2>conftest.er1
13883 ac_status=$?
13884 grep -v '^ *+' conftest.er1 >conftest.err
13885 rm -f conftest.er1
13886 cat conftest.err >&5
13887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 (exit $ac_status); } && {
13889 test -z "$ac_c_werror_flag" ||
13890 test ! -s conftest.err
13891 } && test -s conftest$ac_exeext && {
13892 test "$cross_compiling" = yes ||
13893 $as_test_x conftest$ac_exeext
13894 }; then
13895 eval "$as_ac_var=yes"
13896 else
13897 $as_echo "$as_me: failed program was:" >&5
13898 sed 's/^/| /' conftest.$ac_ext >&5
13900 eval "$as_ac_var=no"
13903 rm -rf conftest.dSYM
13904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13905 conftest$ac_exeext conftest.$ac_ext
13907 ac_res=`eval 'as_val=${'$as_ac_var'}
13908 $as_echo "$as_val"'`
13909 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13910 $as_echo "$ac_res" >&6; }
13911 as_val=`eval 'as_val=${'$as_ac_var'}
13912 $as_echo "$as_val"'`
13913 if test "x$as_val" = x""yes; then
13914 cat >>confdefs.h <<_ACEOF
13915 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13916 _ACEOF
13919 done
13921 LIBS="$ac_save_LIBS"
13922 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13923 case "x$with_curses" in
13924 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13925 xno) ;;
13926 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13927 This is an error since --with-curses was requested." >&5
13928 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13929 This is an error since --with-curses was requested." >&2;}
13930 { (exit 1); exit 1; }; } ;;
13931 esac
13935 if test "x$with_sane" != "xno"
13936 then
13937 ac_save_CPPFLAGS="$CPPFLAGS"
13938 # Extract the first word of "sane-config", so it can be a program name with args.
13939 set dummy sane-config; ac_word=$2
13940 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13941 $as_echo_n "checking for $ac_word... " >&6; }
13942 if test "${ac_cv_prog_sane_devel+set}" = set; then
13943 $as_echo_n "(cached) " >&6
13944 else
13945 if test -n "$sane_devel"; then
13946 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13947 else
13948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13949 for as_dir in $PATH
13951 IFS=$as_save_IFS
13952 test -z "$as_dir" && as_dir=.
13953 for ac_exec_ext in '' $ac_executable_extensions; do
13954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13955 ac_cv_prog_sane_devel="sane-config"
13956 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13957 break 2
13959 done
13960 done
13961 IFS=$as_save_IFS
13963 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13966 sane_devel=$ac_cv_prog_sane_devel
13967 if test -n "$sane_devel"; then
13968 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13969 $as_echo "$sane_devel" >&6; }
13970 else
13971 { $as_echo "$as_me:$LINENO: result: no" >&5
13972 $as_echo "no" >&6; }
13976 if test "$sane_devel" != "no"
13977 then
13978 ac_sane_incl="`$sane_devel --cflags`"
13979 ac_sane_libs="`$sane_devel --ldflags`"
13980 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13982 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13983 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13984 $as_echo_n "checking for sane/sane.h... " >&6; }
13985 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13986 $as_echo_n "(cached) " >&6
13988 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13989 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13990 else
13991 # Is the header compilable?
13992 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13993 $as_echo_n "checking sane/sane.h usability... " >&6; }
13994 cat >conftest.$ac_ext <<_ACEOF
13995 /* confdefs.h. */
13996 _ACEOF
13997 cat confdefs.h >>conftest.$ac_ext
13998 cat >>conftest.$ac_ext <<_ACEOF
13999 /* end confdefs.h. */
14000 $ac_includes_default
14001 #include <sane/sane.h>
14002 _ACEOF
14003 rm -f conftest.$ac_objext
14004 if { (ac_try="$ac_compile"
14005 case "(($ac_try" in
14006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14007 *) ac_try_echo=$ac_try;;
14008 esac
14009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14010 $as_echo "$ac_try_echo") >&5
14011 (eval "$ac_compile") 2>conftest.er1
14012 ac_status=$?
14013 grep -v '^ *+' conftest.er1 >conftest.err
14014 rm -f conftest.er1
14015 cat conftest.err >&5
14016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14017 (exit $ac_status); } && {
14018 test -z "$ac_c_werror_flag" ||
14019 test ! -s conftest.err
14020 } && test -s conftest.$ac_objext; then
14021 ac_header_compiler=yes
14022 else
14023 $as_echo "$as_me: failed program was:" >&5
14024 sed 's/^/| /' conftest.$ac_ext >&5
14026 ac_header_compiler=no
14029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14030 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14031 $as_echo "$ac_header_compiler" >&6; }
14033 # Is the header present?
14034 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14035 $as_echo_n "checking sane/sane.h presence... " >&6; }
14036 cat >conftest.$ac_ext <<_ACEOF
14037 /* confdefs.h. */
14038 _ACEOF
14039 cat confdefs.h >>conftest.$ac_ext
14040 cat >>conftest.$ac_ext <<_ACEOF
14041 /* end confdefs.h. */
14042 #include <sane/sane.h>
14043 _ACEOF
14044 if { (ac_try="$ac_cpp conftest.$ac_ext"
14045 case "(($ac_try" in
14046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14047 *) ac_try_echo=$ac_try;;
14048 esac
14049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14050 $as_echo "$ac_try_echo") >&5
14051 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14052 ac_status=$?
14053 grep -v '^ *+' conftest.er1 >conftest.err
14054 rm -f conftest.er1
14055 cat conftest.err >&5
14056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14057 (exit $ac_status); } >/dev/null && {
14058 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14059 test ! -s conftest.err
14060 }; then
14061 ac_header_preproc=yes
14062 else
14063 $as_echo "$as_me: failed program was:" >&5
14064 sed 's/^/| /' conftest.$ac_ext >&5
14066 ac_header_preproc=no
14069 rm -f conftest.err conftest.$ac_ext
14070 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14071 $as_echo "$ac_header_preproc" >&6; }
14073 # So? What about this header?
14074 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14075 yes:no: )
14076 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14077 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14078 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14079 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14080 ac_header_preproc=yes
14082 no:yes:* )
14083 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14084 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14085 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14086 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14087 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14088 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14089 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14090 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14091 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14092 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14093 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14094 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14095 ( cat <<\_ASBOX
14096 ## ------------------------------------ ##
14097 ## Report this to wine-devel@winehq.org ##
14098 ## ------------------------------------ ##
14099 _ASBOX
14100 ) | sed "s/^/$as_me: WARNING: /" >&2
14102 esac
14103 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14104 $as_echo_n "checking for sane/sane.h... " >&6; }
14105 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14106 $as_echo_n "(cached) " >&6
14107 else
14108 ac_cv_header_sane_sane_h=$ac_header_preproc
14110 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14111 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14114 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14115 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14116 $as_echo_n "checking for -lsane... " >&6; }
14117 if test "${ac_cv_lib_soname_sane+set}" = set; then
14118 $as_echo_n "(cached) " >&6
14119 else
14120 ac_check_soname_save_LIBS=$LIBS
14121 LIBS="-lsane $ac_sane_libs $LIBS"
14122 cat >conftest.$ac_ext <<_ACEOF
14123 /* confdefs.h. */
14124 _ACEOF
14125 cat confdefs.h >>conftest.$ac_ext
14126 cat >>conftest.$ac_ext <<_ACEOF
14127 /* end confdefs.h. */
14129 /* Override any GCC internal prototype to avoid an error.
14130 Use char because int might match the return type of a GCC
14131 builtin and then its argument prototype would still apply. */
14132 #ifdef __cplusplus
14133 extern "C"
14134 #endif
14135 char sane_init ();
14137 main ()
14139 return sane_init ();
14141 return 0;
14143 _ACEOF
14144 rm -f conftest.$ac_objext conftest$ac_exeext
14145 if { (ac_try="$ac_link"
14146 case "(($ac_try" in
14147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14148 *) ac_try_echo=$ac_try;;
14149 esac
14150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14151 $as_echo "$ac_try_echo") >&5
14152 (eval "$ac_link") 2>conftest.er1
14153 ac_status=$?
14154 grep -v '^ *+' conftest.er1 >conftest.err
14155 rm -f conftest.er1
14156 cat conftest.err >&5
14157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14158 (exit $ac_status); } && {
14159 test -z "$ac_c_werror_flag" ||
14160 test ! -s conftest.err
14161 } && test -s conftest$ac_exeext && {
14162 test "$cross_compiling" = yes ||
14163 $as_test_x conftest$ac_exeext
14164 }; then
14165 case "$LIBEXT" in
14166 dll) ;;
14167 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'` ;;
14168 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14169 esac
14170 else
14171 $as_echo "$as_me: failed program was:" >&5
14172 sed 's/^/| /' conftest.$ac_ext >&5
14177 rm -rf conftest.dSYM
14178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14179 conftest$ac_exeext conftest.$ac_ext
14180 LIBS=$ac_check_soname_save_LIBS
14182 if test "x$ac_cv_lib_soname_sane" = "x"; then
14183 { $as_echo "$as_me:$LINENO: result: not found" >&5
14184 $as_echo "not found" >&6; }
14186 else
14187 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14188 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14190 cat >>confdefs.h <<_ACEOF
14191 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14192 _ACEOF
14194 SANEINCL="$ac_sane_incl"
14201 CPPFLAGS="$ac_save_CPPFLAGS"
14203 if test "x$ac_cv_lib_soname_sane" = "x"; then
14204 case "x$with_sane" in
14205 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14206 xno) ;;
14207 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14208 This is an error since --with-sane was requested." >&5
14209 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14210 This is an error since --with-sane was requested." >&2;}
14211 { (exit 1); exit 1; }; } ;;
14212 esac
14216 if test "x$with_gphoto" != "xno"
14217 then
14218 ac_save_CPPFLAGS="$CPPFLAGS"
14219 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14220 set dummy gphoto2-config; ac_word=$2
14221 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14222 $as_echo_n "checking for $ac_word... " >&6; }
14223 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14224 $as_echo_n "(cached) " >&6
14225 else
14226 if test -n "$gphoto2_devel"; then
14227 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14228 else
14229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14230 for as_dir in $PATH
14232 IFS=$as_save_IFS
14233 test -z "$as_dir" && as_dir=.
14234 for ac_exec_ext in '' $ac_executable_extensions; do
14235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14236 ac_cv_prog_gphoto2_devel="gphoto2-config"
14237 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14238 break 2
14240 done
14241 done
14242 IFS=$as_save_IFS
14244 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14247 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14248 if test -n "$gphoto2_devel"; then
14249 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14250 $as_echo "$gphoto2_devel" >&6; }
14251 else
14252 { $as_echo "$as_me:$LINENO: result: no" >&5
14253 $as_echo "no" >&6; }
14257 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14258 set dummy gphoto2-port-config; ac_word=$2
14259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14260 $as_echo_n "checking for $ac_word... " >&6; }
14261 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14262 $as_echo_n "(cached) " >&6
14263 else
14264 if test -n "$gphoto2port_devel"; then
14265 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14266 else
14267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14268 for as_dir in $PATH
14270 IFS=$as_save_IFS
14271 test -z "$as_dir" && as_dir=.
14272 for ac_exec_ext in '' $ac_executable_extensions; do
14273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14274 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14275 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14276 break 2
14278 done
14279 done
14280 IFS=$as_save_IFS
14282 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14285 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14286 if test -n "$gphoto2port_devel"; then
14287 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14288 $as_echo "$gphoto2port_devel" >&6; }
14289 else
14290 { $as_echo "$as_me:$LINENO: result: no" >&5
14291 $as_echo "no" >&6; }
14295 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14296 then
14297 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14298 ac_gphoto2_libs=""
14299 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14301 case "$i" in
14302 -L/usr/lib|-L/usr/lib64) ;;
14303 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14304 esac
14305 done
14306 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14308 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14309 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14310 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14311 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14312 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14313 $as_echo_n "(cached) " >&6
14315 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14316 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14317 else
14318 # Is the header compilable?
14319 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14320 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14321 cat >conftest.$ac_ext <<_ACEOF
14322 /* confdefs.h. */
14323 _ACEOF
14324 cat confdefs.h >>conftest.$ac_ext
14325 cat >>conftest.$ac_ext <<_ACEOF
14326 /* end confdefs.h. */
14327 $ac_includes_default
14328 #include <gphoto2-camera.h>
14329 _ACEOF
14330 rm -f conftest.$ac_objext
14331 if { (ac_try="$ac_compile"
14332 case "(($ac_try" in
14333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14334 *) ac_try_echo=$ac_try;;
14335 esac
14336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14337 $as_echo "$ac_try_echo") >&5
14338 (eval "$ac_compile") 2>conftest.er1
14339 ac_status=$?
14340 grep -v '^ *+' conftest.er1 >conftest.err
14341 rm -f conftest.er1
14342 cat conftest.err >&5
14343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14344 (exit $ac_status); } && {
14345 test -z "$ac_c_werror_flag" ||
14346 test ! -s conftest.err
14347 } && test -s conftest.$ac_objext; then
14348 ac_header_compiler=yes
14349 else
14350 $as_echo "$as_me: failed program was:" >&5
14351 sed 's/^/| /' conftest.$ac_ext >&5
14353 ac_header_compiler=no
14356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14357 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14358 $as_echo "$ac_header_compiler" >&6; }
14360 # Is the header present?
14361 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14362 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14363 cat >conftest.$ac_ext <<_ACEOF
14364 /* confdefs.h. */
14365 _ACEOF
14366 cat confdefs.h >>conftest.$ac_ext
14367 cat >>conftest.$ac_ext <<_ACEOF
14368 /* end confdefs.h. */
14369 #include <gphoto2-camera.h>
14370 _ACEOF
14371 if { (ac_try="$ac_cpp conftest.$ac_ext"
14372 case "(($ac_try" in
14373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14374 *) ac_try_echo=$ac_try;;
14375 esac
14376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14377 $as_echo "$ac_try_echo") >&5
14378 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14379 ac_status=$?
14380 grep -v '^ *+' conftest.er1 >conftest.err
14381 rm -f conftest.er1
14382 cat conftest.err >&5
14383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14384 (exit $ac_status); } >/dev/null && {
14385 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14386 test ! -s conftest.err
14387 }; then
14388 ac_header_preproc=yes
14389 else
14390 $as_echo "$as_me: failed program was:" >&5
14391 sed 's/^/| /' conftest.$ac_ext >&5
14393 ac_header_preproc=no
14396 rm -f conftest.err conftest.$ac_ext
14397 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14398 $as_echo "$ac_header_preproc" >&6; }
14400 # So? What about this header?
14401 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14402 yes:no: )
14403 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14404 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14405 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14406 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14407 ac_header_preproc=yes
14409 no:yes:* )
14410 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14411 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14412 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14413 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14414 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14415 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14416 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14417 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14418 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14419 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14420 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14421 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14422 ( cat <<\_ASBOX
14423 ## ------------------------------------ ##
14424 ## Report this to wine-devel@winehq.org ##
14425 ## ------------------------------------ ##
14426 _ASBOX
14427 ) | sed "s/^/$as_me: WARNING: /" >&2
14429 esac
14430 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14431 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14432 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14433 $as_echo_n "(cached) " >&6
14434 else
14435 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14437 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14438 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14441 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14442 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14443 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14444 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14445 $as_echo_n "(cached) " >&6
14446 else
14447 ac_check_lib_save_LIBS=$LIBS
14448 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14449 cat >conftest.$ac_ext <<_ACEOF
14450 /* confdefs.h. */
14451 _ACEOF
14452 cat confdefs.h >>conftest.$ac_ext
14453 cat >>conftest.$ac_ext <<_ACEOF
14454 /* end confdefs.h. */
14456 /* Override any GCC internal prototype to avoid an error.
14457 Use char because int might match the return type of a GCC
14458 builtin and then its argument prototype would still apply. */
14459 #ifdef __cplusplus
14460 extern "C"
14461 #endif
14462 char gp_camera_new ();
14464 main ()
14466 return gp_camera_new ();
14468 return 0;
14470 _ACEOF
14471 rm -f conftest.$ac_objext conftest$ac_exeext
14472 if { (ac_try="$ac_link"
14473 case "(($ac_try" in
14474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14475 *) ac_try_echo=$ac_try;;
14476 esac
14477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14478 $as_echo "$ac_try_echo") >&5
14479 (eval "$ac_link") 2>conftest.er1
14480 ac_status=$?
14481 grep -v '^ *+' conftest.er1 >conftest.err
14482 rm -f conftest.er1
14483 cat conftest.err >&5
14484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); } && {
14486 test -z "$ac_c_werror_flag" ||
14487 test ! -s conftest.err
14488 } && test -s conftest$ac_exeext && {
14489 test "$cross_compiling" = yes ||
14490 $as_test_x conftest$ac_exeext
14491 }; then
14492 ac_cv_lib_gphoto2_gp_camera_new=yes
14493 else
14494 $as_echo "$as_me: failed program was:" >&5
14495 sed 's/^/| /' conftest.$ac_ext >&5
14497 ac_cv_lib_gphoto2_gp_camera_new=no
14500 rm -rf conftest.dSYM
14501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14502 conftest$ac_exeext conftest.$ac_ext
14503 LIBS=$ac_check_lib_save_LIBS
14505 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14506 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14507 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14509 cat >>confdefs.h <<\_ACEOF
14510 #define HAVE_GPHOTO2 1
14511 _ACEOF
14513 GPHOTO2LIBS="$ac_gphoto2_libs"
14515 GPHOTO2INCL="$ac_gphoto2_incl"
14522 CPPFLAGS="$ac_save_CPPFLAGS"
14524 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14525 case "x$with_gphoto" in
14526 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14527 xno) ;;
14528 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14529 This is an error since --with-gphoto was requested." >&5
14530 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14531 This is an error since --with-gphoto was requested." >&2;}
14532 { (exit 1); exit 1; }; } ;;
14533 esac
14538 RESOLVLIBS=""
14540 if test "$ac_cv_header_resolv_h" = "yes"
14541 then
14542 ac_save_LIBS="$LIBS"
14543 LIBS="$LIBS -lresolv"
14544 cat >conftest.$ac_ext <<_ACEOF
14545 /* confdefs.h. */
14546 _ACEOF
14547 cat confdefs.h >>conftest.$ac_ext
14548 cat >>conftest.$ac_ext <<_ACEOF
14549 /* end confdefs.h. */
14550 #ifdef HAVE_NETINET_IN_H
14551 #include <netinet/in.h>
14552 #endif
14553 #include <resolv.h>
14555 main ()
14557 res_init();
14559 return 0;
14561 _ACEOF
14562 rm -f conftest.$ac_objext conftest$ac_exeext
14563 if { (ac_try="$ac_link"
14564 case "(($ac_try" in
14565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14566 *) ac_try_echo=$ac_try;;
14567 esac
14568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14569 $as_echo "$ac_try_echo") >&5
14570 (eval "$ac_link") 2>conftest.er1
14571 ac_status=$?
14572 grep -v '^ *+' conftest.er1 >conftest.err
14573 rm -f conftest.er1
14574 cat conftest.err >&5
14575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14576 (exit $ac_status); } && {
14577 test -z "$ac_c_werror_flag" ||
14578 test ! -s conftest.err
14579 } && test -s conftest$ac_exeext && {
14580 test "$cross_compiling" = yes ||
14581 $as_test_x conftest$ac_exeext
14582 }; then
14584 cat >>confdefs.h <<\_ACEOF
14585 #define HAVE_RESOLV 1
14586 _ACEOF
14588 RESOLVLIBS="-lresolv"
14589 else
14590 $as_echo "$as_me: failed program was:" >&5
14591 sed 's/^/| /' conftest.$ac_ext >&5
14596 rm -rf conftest.dSYM
14597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14598 conftest$ac_exeext conftest.$ac_ext
14599 LIBS="$ac_save_LIBS"
14602 LCMSLIBS=""
14604 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14605 then
14606 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14607 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14608 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14609 $as_echo_n "(cached) " >&6
14610 else
14611 ac_check_lib_save_LIBS=$LIBS
14612 LIBS="-llcms $LIBS"
14613 cat >conftest.$ac_ext <<_ACEOF
14614 /* confdefs.h. */
14615 _ACEOF
14616 cat confdefs.h >>conftest.$ac_ext
14617 cat >>conftest.$ac_ext <<_ACEOF
14618 /* end confdefs.h. */
14620 /* Override any GCC internal prototype to avoid an error.
14621 Use char because int might match the return type of a GCC
14622 builtin and then its argument prototype would still apply. */
14623 #ifdef __cplusplus
14624 extern "C"
14625 #endif
14626 char cmsOpenProfileFromFile ();
14628 main ()
14630 return cmsOpenProfileFromFile ();
14632 return 0;
14634 _ACEOF
14635 rm -f conftest.$ac_objext conftest$ac_exeext
14636 if { (ac_try="$ac_link"
14637 case "(($ac_try" in
14638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14639 *) ac_try_echo=$ac_try;;
14640 esac
14641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14642 $as_echo "$ac_try_echo") >&5
14643 (eval "$ac_link") 2>conftest.er1
14644 ac_status=$?
14645 grep -v '^ *+' conftest.er1 >conftest.err
14646 rm -f conftest.er1
14647 cat conftest.err >&5
14648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14649 (exit $ac_status); } && {
14650 test -z "$ac_c_werror_flag" ||
14651 test ! -s conftest.err
14652 } && test -s conftest$ac_exeext && {
14653 test "$cross_compiling" = yes ||
14654 $as_test_x conftest$ac_exeext
14655 }; then
14656 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14657 else
14658 $as_echo "$as_me: failed program was:" >&5
14659 sed 's/^/| /' conftest.$ac_ext >&5
14661 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14664 rm -rf conftest.dSYM
14665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14666 conftest$ac_exeext conftest.$ac_ext
14667 LIBS=$ac_check_lib_save_LIBS
14669 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14670 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14671 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14673 cat >>confdefs.h <<\_ACEOF
14674 #define HAVE_LCMS 1
14675 _ACEOF
14677 LCMSLIBS="-llcms"
14681 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14682 case "x$with_cms" in
14683 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14684 xno) ;;
14685 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14686 This is an error since --with-cms was requested." >&5
14687 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14688 This is an error since --with-cms was requested." >&2;}
14689 { (exit 1); exit 1; }; } ;;
14690 esac
14694 if test "x$with_freetype" != "xno"
14695 then
14696 for ac_prog in freetype-config freetype2-config
14698 # Extract the first word of "$ac_prog", so it can be a program name with args.
14699 set dummy $ac_prog; ac_word=$2
14700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14701 $as_echo_n "checking for $ac_word... " >&6; }
14702 if test "${ac_cv_prog_ft_devel+set}" = set; then
14703 $as_echo_n "(cached) " >&6
14704 else
14705 if test -n "$ft_devel"; then
14706 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14707 else
14708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14709 for as_dir in $PATH
14711 IFS=$as_save_IFS
14712 test -z "$as_dir" && as_dir=.
14713 for ac_exec_ext in '' $ac_executable_extensions; do
14714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14715 ac_cv_prog_ft_devel="$ac_prog"
14716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14717 break 2
14719 done
14720 done
14721 IFS=$as_save_IFS
14725 ft_devel=$ac_cv_prog_ft_devel
14726 if test -n "$ft_devel"; then
14727 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14728 $as_echo "$ft_devel" >&6; }
14729 else
14730 { $as_echo "$as_me:$LINENO: result: no" >&5
14731 $as_echo "no" >&6; }
14735 test -n "$ft_devel" && break
14736 done
14737 test -n "$ft_devel" || ft_devel="no"
14739 if test "$ft_devel" != "no"
14740 then
14741 ac_freetype_incl=`$ft_devel --cflags`
14742 ac_freetype_libs=`$ft_devel --libs`
14744 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14745 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14746 $as_echo_n "checking for -lfreetype... " >&6; }
14747 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14748 $as_echo_n "(cached) " >&6
14749 else
14750 ac_check_soname_save_LIBS=$LIBS
14751 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14759 /* Override any GCC internal prototype to avoid an error.
14760 Use char because int might match the return type of a GCC
14761 builtin and then its argument prototype would still apply. */
14762 #ifdef __cplusplus
14763 extern "C"
14764 #endif
14765 char FT_Init_FreeType ();
14767 main ()
14769 return FT_Init_FreeType ();
14771 return 0;
14773 _ACEOF
14774 rm -f conftest.$ac_objext conftest$ac_exeext
14775 if { (ac_try="$ac_link"
14776 case "(($ac_try" in
14777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14779 esac
14780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14781 $as_echo "$ac_try_echo") >&5
14782 (eval "$ac_link") 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } && {
14789 test -z "$ac_c_werror_flag" ||
14790 test ! -s conftest.err
14791 } && test -s conftest$ac_exeext && {
14792 test "$cross_compiling" = yes ||
14793 $as_test_x conftest$ac_exeext
14794 }; then
14795 case "$LIBEXT" in
14796 dll) ;;
14797 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'` ;;
14798 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14799 esac
14800 else
14801 $as_echo "$as_me: failed program was:" >&5
14802 sed 's/^/| /' conftest.$ac_ext >&5
14807 rm -rf conftest.dSYM
14808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14809 conftest$ac_exeext conftest.$ac_ext
14810 LIBS=$ac_check_soname_save_LIBS
14812 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14813 { $as_echo "$as_me:$LINENO: result: not found" >&5
14814 $as_echo "not found" >&6; }
14815 ft_lib=no
14816 else
14817 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14818 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14820 cat >>confdefs.h <<_ACEOF
14821 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14822 _ACEOF
14824 ft_lib=yes
14827 if test "$ft_lib" = "yes"
14828 then
14829 ac_save_CPPFLAGS="$CPPFLAGS"
14830 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14844 for ac_header in ft2build.h \
14845 freetype/freetype.h \
14846 freetype/ftglyph.h \
14847 freetype/fttypes.h \
14848 freetype/tttables.h \
14849 freetype/ftnames.h \
14850 freetype/ftsnames.h \
14851 freetype/ttnameid.h \
14852 freetype/ftoutln.h \
14853 freetype/ftwinfnt.h \
14854 freetype/ftmodapi.h \
14855 freetype/ftlcdfil.h \
14856 freetype/internal/sfnt.h
14858 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14859 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14860 $as_echo_n "checking for $ac_header... " >&6; }
14861 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14862 $as_echo_n "(cached) " >&6
14863 else
14864 cat >conftest.$ac_ext <<_ACEOF
14865 /* confdefs.h. */
14866 _ACEOF
14867 cat confdefs.h >>conftest.$ac_ext
14868 cat >>conftest.$ac_ext <<_ACEOF
14869 /* end confdefs.h. */
14870 #ifdef HAVE_FT2BUILD_H
14871 # include <ft2build.h>
14872 #endif
14874 #include <$ac_header>
14875 _ACEOF
14876 rm -f conftest.$ac_objext
14877 if { (ac_try="$ac_compile"
14878 case "(($ac_try" in
14879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880 *) ac_try_echo=$ac_try;;
14881 esac
14882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883 $as_echo "$ac_try_echo") >&5
14884 (eval "$ac_compile") 2>conftest.er1
14885 ac_status=$?
14886 grep -v '^ *+' conftest.er1 >conftest.err
14887 rm -f conftest.er1
14888 cat conftest.err >&5
14889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest.$ac_objext; then
14894 eval "$as_ac_Header=yes"
14895 else
14896 $as_echo "$as_me: failed program was:" >&5
14897 sed 's/^/| /' conftest.$ac_ext >&5
14899 eval "$as_ac_Header=no"
14902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14904 ac_res=`eval 'as_val=${'$as_ac_Header'}
14905 $as_echo "$as_val"'`
14906 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14907 $as_echo "$ac_res" >&6; }
14908 as_val=`eval 'as_val=${'$as_ac_Header'}
14909 $as_echo "$as_val"'`
14910 if test "x$as_val" = x""yes; then
14911 cat >>confdefs.h <<_ACEOF
14912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14913 _ACEOF
14917 done
14919 cat >conftest.$ac_ext <<_ACEOF
14920 /* confdefs.h. */
14921 _ACEOF
14922 cat confdefs.h >>conftest.$ac_ext
14923 cat >>conftest.$ac_ext <<_ACEOF
14924 /* end confdefs.h. */
14925 #include <ft2build.h>
14926 #include <freetype/fttrigon.h>
14927 _ACEOF
14928 if { (ac_try="$ac_cpp conftest.$ac_ext"
14929 case "(($ac_try" in
14930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14931 *) ac_try_echo=$ac_try;;
14932 esac
14933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14934 $as_echo "$ac_try_echo") >&5
14935 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14936 ac_status=$?
14937 grep -v '^ *+' conftest.er1 >conftest.err
14938 rm -f conftest.er1
14939 cat conftest.err >&5
14940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14941 (exit $ac_status); } >/dev/null && {
14942 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14943 test ! -s conftest.err
14944 }; then
14946 cat >>confdefs.h <<\_ACEOF
14947 #define HAVE_FREETYPE_FTTRIGON_H 1
14948 _ACEOF
14950 wine_cv_fttrigon=yes
14951 else
14952 $as_echo "$as_me: failed program was:" >&5
14953 sed 's/^/| /' conftest.$ac_ext >&5
14955 wine_cv_fttrigon=no
14958 rm -f conftest.err conftest.$ac_ext
14959 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14960 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14961 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14962 $as_echo_n "(cached) " >&6
14963 else
14964 ac_cv_type_FT_TrueTypeEngineType=no
14965 cat >conftest.$ac_ext <<_ACEOF
14966 /* confdefs.h. */
14967 _ACEOF
14968 cat confdefs.h >>conftest.$ac_ext
14969 cat >>conftest.$ac_ext <<_ACEOF
14970 /* end confdefs.h. */
14971 #include <freetype/ftmodapi.h>
14974 main ()
14976 if (sizeof (FT_TrueTypeEngineType))
14977 return 0;
14979 return 0;
14981 _ACEOF
14982 rm -f conftest.$ac_objext
14983 if { (ac_try="$ac_compile"
14984 case "(($ac_try" in
14985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14986 *) ac_try_echo=$ac_try;;
14987 esac
14988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14989 $as_echo "$ac_try_echo") >&5
14990 (eval "$ac_compile") 2>conftest.er1
14991 ac_status=$?
14992 grep -v '^ *+' conftest.er1 >conftest.err
14993 rm -f conftest.er1
14994 cat conftest.err >&5
14995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14996 (exit $ac_status); } && {
14997 test -z "$ac_c_werror_flag" ||
14998 test ! -s conftest.err
14999 } && test -s conftest.$ac_objext; then
15000 cat >conftest.$ac_ext <<_ACEOF
15001 /* confdefs.h. */
15002 _ACEOF
15003 cat confdefs.h >>conftest.$ac_ext
15004 cat >>conftest.$ac_ext <<_ACEOF
15005 /* end confdefs.h. */
15006 #include <freetype/ftmodapi.h>
15009 main ()
15011 if (sizeof ((FT_TrueTypeEngineType)))
15012 return 0;
15014 return 0;
15016 _ACEOF
15017 rm -f conftest.$ac_objext
15018 if { (ac_try="$ac_compile"
15019 case "(($ac_try" in
15020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15021 *) ac_try_echo=$ac_try;;
15022 esac
15023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15024 $as_echo "$ac_try_echo") >&5
15025 (eval "$ac_compile") 2>conftest.er1
15026 ac_status=$?
15027 grep -v '^ *+' conftest.er1 >conftest.err
15028 rm -f conftest.er1
15029 cat conftest.err >&5
15030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } && {
15032 test -z "$ac_c_werror_flag" ||
15033 test ! -s conftest.err
15034 } && test -s conftest.$ac_objext; then
15036 else
15037 $as_echo "$as_me: failed program was:" >&5
15038 sed 's/^/| /' conftest.$ac_ext >&5
15040 ac_cv_type_FT_TrueTypeEngineType=yes
15043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15044 else
15045 $as_echo "$as_me: failed program was:" >&5
15046 sed 's/^/| /' conftest.$ac_ext >&5
15051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15053 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15054 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15055 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15057 cat >>confdefs.h <<_ACEOF
15058 #define HAVE_FT_TRUETYPEENGINETYPE 1
15059 _ACEOF
15064 ac_save_CFLAGS="$CFLAGS"
15065 CFLAGS="$CFLAGS $ac_freetype_libs"
15067 for ac_func in FT_Load_Sfnt_Table
15069 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15070 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15071 $as_echo_n "checking for $ac_func... " >&6; }
15072 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15073 $as_echo_n "(cached) " >&6
15074 else
15075 cat >conftest.$ac_ext <<_ACEOF
15076 /* confdefs.h. */
15077 _ACEOF
15078 cat confdefs.h >>conftest.$ac_ext
15079 cat >>conftest.$ac_ext <<_ACEOF
15080 /* end confdefs.h. */
15081 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15082 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15083 #define $ac_func innocuous_$ac_func
15085 /* System header to define __stub macros and hopefully few prototypes,
15086 which can conflict with char $ac_func (); below.
15087 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15088 <limits.h> exists even on freestanding compilers. */
15090 #ifdef __STDC__
15091 # include <limits.h>
15092 #else
15093 # include <assert.h>
15094 #endif
15096 #undef $ac_func
15098 /* Override any GCC internal prototype to avoid an error.
15099 Use char because int might match the return type of a GCC
15100 builtin and then its argument prototype would still apply. */
15101 #ifdef __cplusplus
15102 extern "C"
15103 #endif
15104 char $ac_func ();
15105 /* The GNU C library defines this for functions which it implements
15106 to always fail with ENOSYS. Some functions are actually named
15107 something starting with __ and the normal name is an alias. */
15108 #if defined __stub_$ac_func || defined __stub___$ac_func
15109 choke me
15110 #endif
15113 main ()
15115 return $ac_func ();
15117 return 0;
15119 _ACEOF
15120 rm -f conftest.$ac_objext conftest$ac_exeext
15121 if { (ac_try="$ac_link"
15122 case "(($ac_try" in
15123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15124 *) ac_try_echo=$ac_try;;
15125 esac
15126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15127 $as_echo "$ac_try_echo") >&5
15128 (eval "$ac_link") 2>conftest.er1
15129 ac_status=$?
15130 grep -v '^ *+' conftest.er1 >conftest.err
15131 rm -f conftest.er1
15132 cat conftest.err >&5
15133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15134 (exit $ac_status); } && {
15135 test -z "$ac_c_werror_flag" ||
15136 test ! -s conftest.err
15137 } && test -s conftest$ac_exeext && {
15138 test "$cross_compiling" = yes ||
15139 $as_test_x conftest$ac_exeext
15140 }; then
15141 eval "$as_ac_var=yes"
15142 else
15143 $as_echo "$as_me: failed program was:" >&5
15144 sed 's/^/| /' conftest.$ac_ext >&5
15146 eval "$as_ac_var=no"
15149 rm -rf conftest.dSYM
15150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15151 conftest$ac_exeext conftest.$ac_ext
15153 ac_res=`eval 'as_val=${'$as_ac_var'}
15154 $as_echo "$as_val"'`
15155 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15156 $as_echo "$ac_res" >&6; }
15157 as_val=`eval 'as_val=${'$as_ac_var'}
15158 $as_echo "$as_val"'`
15159 if test "x$as_val" = x""yes; then
15160 cat >>confdefs.h <<_ACEOF
15161 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15162 _ACEOF
15165 done
15167 CFLAGS="$ac_save_CFLAGS"
15168 CPPFLAGS="$ac_save_CPPFLAGS"
15169 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15170 then
15172 cat >>confdefs.h <<\_ACEOF
15173 #define HAVE_FREETYPE 1
15174 _ACEOF
15176 FREETYPELIBS="$ac_freetype_libs"
15178 FREETYPEINCL="$ac_freetype_incl"
15183 if test "x$FREETYPELIBS" = "x"; then
15184 case "x$with_freetype" in
15185 xno) ;;
15186 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15187 Use the --without-freetype option if you really want this." >&5
15188 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15189 Use the --without-freetype option if you really want this." >&2;}
15190 { (exit 1); exit 1; }; } ;;
15191 esac
15194 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15196 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15197 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15198 if test "${ac_cv_c_ppdev+set}" = set; then
15199 $as_echo_n "(cached) " >&6
15200 else
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15207 #include <linux/ppdev.h>
15209 main ()
15211 ioctl (1,PPCLAIM,0)
15213 return 0;
15215 _ACEOF
15216 rm -f conftest.$ac_objext
15217 if { (ac_try="$ac_compile"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15223 $as_echo "$ac_try_echo") >&5
15224 (eval "$ac_compile") 2>conftest.er1
15225 ac_status=$?
15226 grep -v '^ *+' conftest.er1 >conftest.err
15227 rm -f conftest.er1
15228 cat conftest.err >&5
15229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); } && {
15231 test -z "$ac_c_werror_flag" ||
15232 test ! -s conftest.err
15233 } && test -s conftest.$ac_objext; then
15234 ac_cv_c_ppdev="yes"
15235 else
15236 $as_echo "$as_me: failed program was:" >&5
15237 sed 's/^/| /' conftest.$ac_ext >&5
15239 ac_cv_c_ppdev="no"
15242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15244 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15245 $as_echo "$ac_cv_c_ppdev" >&6; }
15246 if test "$ac_cv_c_ppdev" = "yes"
15247 then
15249 cat >>confdefs.h <<\_ACEOF
15250 #define HAVE_PPDEV 1
15251 _ACEOF
15255 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15256 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15257 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15258 $as_echo_n "(cached) " >&6
15259 else
15260 ac_cv_type_pthread_rwlock_t=no
15261 cat >conftest.$ac_ext <<_ACEOF
15262 /* confdefs.h. */
15263 _ACEOF
15264 cat confdefs.h >>conftest.$ac_ext
15265 cat >>conftest.$ac_ext <<_ACEOF
15266 /* end confdefs.h. */
15267 #define _GNU_SOURCE
15268 #include <pthread.h>
15271 main ()
15273 if (sizeof (pthread_rwlock_t))
15274 return 0;
15276 return 0;
15278 _ACEOF
15279 rm -f conftest.$ac_objext
15280 if { (ac_try="$ac_compile"
15281 case "(($ac_try" in
15282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15283 *) ac_try_echo=$ac_try;;
15284 esac
15285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15286 $as_echo "$ac_try_echo") >&5
15287 (eval "$ac_compile") 2>conftest.er1
15288 ac_status=$?
15289 grep -v '^ *+' conftest.er1 >conftest.err
15290 rm -f conftest.er1
15291 cat conftest.err >&5
15292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15293 (exit $ac_status); } && {
15294 test -z "$ac_c_werror_flag" ||
15295 test ! -s conftest.err
15296 } && test -s conftest.$ac_objext; then
15297 cat >conftest.$ac_ext <<_ACEOF
15298 /* confdefs.h. */
15299 _ACEOF
15300 cat confdefs.h >>conftest.$ac_ext
15301 cat >>conftest.$ac_ext <<_ACEOF
15302 /* end confdefs.h. */
15303 #define _GNU_SOURCE
15304 #include <pthread.h>
15307 main ()
15309 if (sizeof ((pthread_rwlock_t)))
15310 return 0;
15312 return 0;
15314 _ACEOF
15315 rm -f conftest.$ac_objext
15316 if { (ac_try="$ac_compile"
15317 case "(($ac_try" in
15318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15319 *) ac_try_echo=$ac_try;;
15320 esac
15321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15322 $as_echo "$ac_try_echo") >&5
15323 (eval "$ac_compile") 2>conftest.er1
15324 ac_status=$?
15325 grep -v '^ *+' conftest.er1 >conftest.err
15326 rm -f conftest.er1
15327 cat conftest.err >&5
15328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15329 (exit $ac_status); } && {
15330 test -z "$ac_c_werror_flag" ||
15331 test ! -s conftest.err
15332 } && test -s conftest.$ac_objext; then
15334 else
15335 $as_echo "$as_me: failed program was:" >&5
15336 sed 's/^/| /' conftest.$ac_ext >&5
15338 ac_cv_type_pthread_rwlock_t=yes
15341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15342 else
15343 $as_echo "$as_me: failed program was:" >&5
15344 sed 's/^/| /' conftest.$ac_ext >&5
15349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15351 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15352 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15353 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15355 cat >>confdefs.h <<_ACEOF
15356 #define HAVE_PTHREAD_RWLOCK_T 1
15357 _ACEOF
15361 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15362 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15363 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15364 $as_echo_n "(cached) " >&6
15365 else
15366 ac_cv_type_pthread_rwlockattr_t=no
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15373 #define _GNU_SOURCE
15374 #include <pthread.h>
15377 main ()
15379 if (sizeof (pthread_rwlockattr_t))
15380 return 0;
15382 return 0;
15384 _ACEOF
15385 rm -f conftest.$ac_objext
15386 if { (ac_try="$ac_compile"
15387 case "(($ac_try" in
15388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15389 *) ac_try_echo=$ac_try;;
15390 esac
15391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15392 $as_echo "$ac_try_echo") >&5
15393 (eval "$ac_compile") 2>conftest.er1
15394 ac_status=$?
15395 grep -v '^ *+' conftest.er1 >conftest.err
15396 rm -f conftest.er1
15397 cat conftest.err >&5
15398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15399 (exit $ac_status); } && {
15400 test -z "$ac_c_werror_flag" ||
15401 test ! -s conftest.err
15402 } && test -s conftest.$ac_objext; then
15403 cat >conftest.$ac_ext <<_ACEOF
15404 /* confdefs.h. */
15405 _ACEOF
15406 cat confdefs.h >>conftest.$ac_ext
15407 cat >>conftest.$ac_ext <<_ACEOF
15408 /* end confdefs.h. */
15409 #define _GNU_SOURCE
15410 #include <pthread.h>
15413 main ()
15415 if (sizeof ((pthread_rwlockattr_t)))
15416 return 0;
15418 return 0;
15420 _ACEOF
15421 rm -f conftest.$ac_objext
15422 if { (ac_try="$ac_compile"
15423 case "(($ac_try" in
15424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15425 *) ac_try_echo=$ac_try;;
15426 esac
15427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15428 $as_echo "$ac_try_echo") >&5
15429 (eval "$ac_compile") 2>conftest.er1
15430 ac_status=$?
15431 grep -v '^ *+' conftest.er1 >conftest.err
15432 rm -f conftest.er1
15433 cat conftest.err >&5
15434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15435 (exit $ac_status); } && {
15436 test -z "$ac_c_werror_flag" ||
15437 test ! -s conftest.err
15438 } && test -s conftest.$ac_objext; then
15440 else
15441 $as_echo "$as_me: failed program was:" >&5
15442 sed 's/^/| /' conftest.$ac_ext >&5
15444 ac_cv_type_pthread_rwlockattr_t=yes
15447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15448 else
15449 $as_echo "$as_me: failed program was:" >&5
15450 sed 's/^/| /' conftest.$ac_ext >&5
15455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15457 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15458 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15459 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15461 cat >>confdefs.h <<_ACEOF
15462 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15463 _ACEOF
15469 ac_wine_check_funcs_save_LIBS="$LIBS"
15470 LIBS="$LIBS $LIBPTHREAD"
15475 for ac_func in \
15476 pthread_attr_get_np \
15477 pthread_getattr_np \
15478 pthread_get_stackaddr_np \
15479 pthread_get_stacksize_np
15481 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15482 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15483 $as_echo_n "checking for $ac_func... " >&6; }
15484 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15485 $as_echo_n "(cached) " >&6
15486 else
15487 cat >conftest.$ac_ext <<_ACEOF
15488 /* confdefs.h. */
15489 _ACEOF
15490 cat confdefs.h >>conftest.$ac_ext
15491 cat >>conftest.$ac_ext <<_ACEOF
15492 /* end confdefs.h. */
15493 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15495 #define $ac_func innocuous_$ac_func
15497 /* System header to define __stub macros and hopefully few prototypes,
15498 which can conflict with char $ac_func (); below.
15499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15500 <limits.h> exists even on freestanding compilers. */
15502 #ifdef __STDC__
15503 # include <limits.h>
15504 #else
15505 # include <assert.h>
15506 #endif
15508 #undef $ac_func
15510 /* Override any GCC internal prototype to avoid an error.
15511 Use char because int might match the return type of a GCC
15512 builtin and then its argument prototype would still apply. */
15513 #ifdef __cplusplus
15514 extern "C"
15515 #endif
15516 char $ac_func ();
15517 /* The GNU C library defines this for functions which it implements
15518 to always fail with ENOSYS. Some functions are actually named
15519 something starting with __ and the normal name is an alias. */
15520 #if defined __stub_$ac_func || defined __stub___$ac_func
15521 choke me
15522 #endif
15525 main ()
15527 return $ac_func ();
15529 return 0;
15531 _ACEOF
15532 rm -f conftest.$ac_objext conftest$ac_exeext
15533 if { (ac_try="$ac_link"
15534 case "(($ac_try" in
15535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15536 *) ac_try_echo=$ac_try;;
15537 esac
15538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15539 $as_echo "$ac_try_echo") >&5
15540 (eval "$ac_link") 2>conftest.er1
15541 ac_status=$?
15542 grep -v '^ *+' conftest.er1 >conftest.err
15543 rm -f conftest.er1
15544 cat conftest.err >&5
15545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15546 (exit $ac_status); } && {
15547 test -z "$ac_c_werror_flag" ||
15548 test ! -s conftest.err
15549 } && test -s conftest$ac_exeext && {
15550 test "$cross_compiling" = yes ||
15551 $as_test_x conftest$ac_exeext
15552 }; then
15553 eval "$as_ac_var=yes"
15554 else
15555 $as_echo "$as_me: failed program was:" >&5
15556 sed 's/^/| /' conftest.$ac_ext >&5
15558 eval "$as_ac_var=no"
15561 rm -rf conftest.dSYM
15562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15563 conftest$ac_exeext conftest.$ac_ext
15565 ac_res=`eval 'as_val=${'$as_ac_var'}
15566 $as_echo "$as_val"'`
15567 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15568 $as_echo "$ac_res" >&6; }
15569 as_val=`eval 'as_val=${'$as_ac_var'}
15570 $as_echo "$as_val"'`
15571 if test "x$as_val" = x""yes; then
15572 cat >>confdefs.h <<_ACEOF
15573 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15574 _ACEOF
15577 done
15579 LIBS="$ac_wine_check_funcs_save_LIBS"
15581 if test "x$with_esd" != xno
15582 then
15583 save_CFLAGS="$CFLAGS"
15584 # Extract the first word of "esd-config", so it can be a program name with args.
15585 set dummy esd-config; ac_word=$2
15586 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15587 $as_echo_n "checking for $ac_word... " >&6; }
15588 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15589 $as_echo_n "(cached) " >&6
15590 else
15591 case $ESDCONFIG in
15592 [\\/]* | ?:[\\/]*)
15593 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15597 for as_dir in $PATH
15599 IFS=$as_save_IFS
15600 test -z "$as_dir" && as_dir=.
15601 for ac_exec_ext in '' $ac_executable_extensions; do
15602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15603 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15604 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15605 break 2
15607 done
15608 done
15609 IFS=$as_save_IFS
15611 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15613 esac
15615 ESDCONFIG=$ac_cv_path_ESDCONFIG
15616 if test -n "$ESDCONFIG"; then
15617 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15618 $as_echo "$ESDCONFIG" >&6; }
15619 else
15620 { $as_echo "$as_me:$LINENO: result: no" >&5
15621 $as_echo "no" >&6; }
15625 if test "x$ESDCONFIG" != "xno"
15626 then
15627 ac_esd_incl=""
15628 for i in `$ESDCONFIG --cflags`
15630 case "$i" in
15631 -I*) ac_esd_incl="$ac_esd_incl $i";;
15632 esac
15633 done
15634 ac_esd_libs=`$ESDCONFIG --libs`
15635 CFLAGS="$CFLAGS $ac_esd_incl"
15637 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15638 if test "${ac_cv_header_esd_h+set}" = set; then
15639 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15640 $as_echo_n "checking for esd.h... " >&6; }
15641 if test "${ac_cv_header_esd_h+set}" = set; then
15642 $as_echo_n "(cached) " >&6
15644 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15645 $as_echo "$ac_cv_header_esd_h" >&6; }
15646 else
15647 # Is the header compilable?
15648 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15649 $as_echo_n "checking esd.h usability... " >&6; }
15650 cat >conftest.$ac_ext <<_ACEOF
15651 /* confdefs.h. */
15652 _ACEOF
15653 cat confdefs.h >>conftest.$ac_ext
15654 cat >>conftest.$ac_ext <<_ACEOF
15655 /* end confdefs.h. */
15656 $ac_includes_default
15657 #include <esd.h>
15658 _ACEOF
15659 rm -f conftest.$ac_objext
15660 if { (ac_try="$ac_compile"
15661 case "(($ac_try" in
15662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15663 *) ac_try_echo=$ac_try;;
15664 esac
15665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15666 $as_echo "$ac_try_echo") >&5
15667 (eval "$ac_compile") 2>conftest.er1
15668 ac_status=$?
15669 grep -v '^ *+' conftest.er1 >conftest.err
15670 rm -f conftest.er1
15671 cat conftest.err >&5
15672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15673 (exit $ac_status); } && {
15674 test -z "$ac_c_werror_flag" ||
15675 test ! -s conftest.err
15676 } && test -s conftest.$ac_objext; then
15677 ac_header_compiler=yes
15678 else
15679 $as_echo "$as_me: failed program was:" >&5
15680 sed 's/^/| /' conftest.$ac_ext >&5
15682 ac_header_compiler=no
15685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15686 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15687 $as_echo "$ac_header_compiler" >&6; }
15689 # Is the header present?
15690 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15691 $as_echo_n "checking esd.h presence... " >&6; }
15692 cat >conftest.$ac_ext <<_ACEOF
15693 /* confdefs.h. */
15694 _ACEOF
15695 cat confdefs.h >>conftest.$ac_ext
15696 cat >>conftest.$ac_ext <<_ACEOF
15697 /* end confdefs.h. */
15698 #include <esd.h>
15699 _ACEOF
15700 if { (ac_try="$ac_cpp conftest.$ac_ext"
15701 case "(($ac_try" in
15702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15703 *) ac_try_echo=$ac_try;;
15704 esac
15705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15706 $as_echo "$ac_try_echo") >&5
15707 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15708 ac_status=$?
15709 grep -v '^ *+' conftest.er1 >conftest.err
15710 rm -f conftest.er1
15711 cat conftest.err >&5
15712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } >/dev/null && {
15714 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15715 test ! -s conftest.err
15716 }; then
15717 ac_header_preproc=yes
15718 else
15719 $as_echo "$as_me: failed program was:" >&5
15720 sed 's/^/| /' conftest.$ac_ext >&5
15722 ac_header_preproc=no
15725 rm -f conftest.err conftest.$ac_ext
15726 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15727 $as_echo "$ac_header_preproc" >&6; }
15729 # So? What about this header?
15730 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15731 yes:no: )
15732 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15733 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15734 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15735 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15736 ac_header_preproc=yes
15738 no:yes:* )
15739 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15740 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15741 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15742 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15743 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15744 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15745 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15746 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15747 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15748 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15749 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15750 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15751 ( cat <<\_ASBOX
15752 ## ------------------------------------ ##
15753 ## Report this to wine-devel@winehq.org ##
15754 ## ------------------------------------ ##
15755 _ASBOX
15756 ) | sed "s/^/$as_me: WARNING: /" >&2
15758 esac
15759 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15760 $as_echo_n "checking for esd.h... " >&6; }
15761 if test "${ac_cv_header_esd_h+set}" = set; then
15762 $as_echo_n "(cached) " >&6
15763 else
15764 ac_cv_header_esd_h=$ac_header_preproc
15766 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15767 $as_echo "$ac_cv_header_esd_h" >&6; }
15770 if test "x$ac_cv_header_esd_h" = x""yes; then
15771 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15772 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15773 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15774 $as_echo_n "(cached) " >&6
15775 else
15776 ac_check_lib_save_LIBS=$LIBS
15777 LIBS="-lesd $ac_esd_libs $LIBS"
15778 cat >conftest.$ac_ext <<_ACEOF
15779 /* confdefs.h. */
15780 _ACEOF
15781 cat confdefs.h >>conftest.$ac_ext
15782 cat >>conftest.$ac_ext <<_ACEOF
15783 /* end confdefs.h. */
15785 /* Override any GCC internal prototype to avoid an error.
15786 Use char because int might match the return type of a GCC
15787 builtin and then its argument prototype would still apply. */
15788 #ifdef __cplusplus
15789 extern "C"
15790 #endif
15791 char esd_open_sound ();
15793 main ()
15795 return esd_open_sound ();
15797 return 0;
15799 _ACEOF
15800 rm -f conftest.$ac_objext conftest$ac_exeext
15801 if { (ac_try="$ac_link"
15802 case "(($ac_try" in
15803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15804 *) ac_try_echo=$ac_try;;
15805 esac
15806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15807 $as_echo "$ac_try_echo") >&5
15808 (eval "$ac_link") 2>conftest.er1
15809 ac_status=$?
15810 grep -v '^ *+' conftest.er1 >conftest.err
15811 rm -f conftest.er1
15812 cat conftest.err >&5
15813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); } && {
15815 test -z "$ac_c_werror_flag" ||
15816 test ! -s conftest.err
15817 } && test -s conftest$ac_exeext && {
15818 test "$cross_compiling" = yes ||
15819 $as_test_x conftest$ac_exeext
15820 }; then
15821 ac_cv_lib_esd_esd_open_sound=yes
15822 else
15823 $as_echo "$as_me: failed program was:" >&5
15824 sed 's/^/| /' conftest.$ac_ext >&5
15826 ac_cv_lib_esd_esd_open_sound=no
15829 rm -rf conftest.dSYM
15830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15831 conftest$ac_exeext conftest.$ac_ext
15832 LIBS=$ac_check_lib_save_LIBS
15834 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15835 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15836 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15837 ESDINCL="$ac_esd_incl"
15839 ESDLIBS="$ac_esd_libs"
15842 cat >>confdefs.h <<\_ACEOF
15843 #define HAVE_ESD 1
15844 _ACEOF
15851 CFLAGS="$save_CFLAGS"
15854 ALSALIBS=""
15856 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15857 then
15858 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15859 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15860 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15861 $as_echo_n "(cached) " >&6
15862 else
15863 ac_check_lib_save_LIBS=$LIBS
15864 LIBS="-lasound $LIBS"
15865 cat >conftest.$ac_ext <<_ACEOF
15866 /* confdefs.h. */
15867 _ACEOF
15868 cat confdefs.h >>conftest.$ac_ext
15869 cat >>conftest.$ac_ext <<_ACEOF
15870 /* end confdefs.h. */
15872 /* Override any GCC internal prototype to avoid an error.
15873 Use char because int might match the return type of a GCC
15874 builtin and then its argument prototype would still apply. */
15875 #ifdef __cplusplus
15876 extern "C"
15877 #endif
15878 char snd_pcm_hw_params_get_access ();
15880 main ()
15882 return snd_pcm_hw_params_get_access ();
15884 return 0;
15886 _ACEOF
15887 rm -f conftest.$ac_objext conftest$ac_exeext
15888 if { (ac_try="$ac_link"
15889 case "(($ac_try" in
15890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15891 *) ac_try_echo=$ac_try;;
15892 esac
15893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15894 $as_echo "$ac_try_echo") >&5
15895 (eval "$ac_link") 2>conftest.er1
15896 ac_status=$?
15897 grep -v '^ *+' conftest.er1 >conftest.err
15898 rm -f conftest.er1
15899 cat conftest.err >&5
15900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901 (exit $ac_status); } && {
15902 test -z "$ac_c_werror_flag" ||
15903 test ! -s conftest.err
15904 } && test -s conftest$ac_exeext && {
15905 test "$cross_compiling" = yes ||
15906 $as_test_x conftest$ac_exeext
15907 }; then
15908 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15909 else
15910 $as_echo "$as_me: failed program was:" >&5
15911 sed 's/^/| /' conftest.$ac_ext >&5
15913 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15916 rm -rf conftest.dSYM
15917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15918 conftest$ac_exeext conftest.$ac_ext
15919 LIBS=$ac_check_lib_save_LIBS
15921 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15922 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15923 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15924 cat >conftest.$ac_ext <<_ACEOF
15925 /* confdefs.h. */
15926 _ACEOF
15927 cat confdefs.h >>conftest.$ac_ext
15928 cat >>conftest.$ac_ext <<_ACEOF
15929 /* end confdefs.h. */
15930 #ifdef HAVE_ALSA_ASOUNDLIB_H
15931 #include <alsa/asoundlib.h>
15932 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15933 #include <sys/asoundlib.h>
15934 #endif
15936 main ()
15938 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15940 return 0;
15942 _ACEOF
15943 rm -f conftest.$ac_objext
15944 if { (ac_try="$ac_compile"
15945 case "(($ac_try" in
15946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15947 *) ac_try_echo=$ac_try;;
15948 esac
15949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15950 $as_echo "$ac_try_echo") >&5
15951 (eval "$ac_compile") 2>conftest.er1
15952 ac_status=$?
15953 grep -v '^ *+' conftest.er1 >conftest.err
15954 rm -f conftest.er1
15955 cat conftest.err >&5
15956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); } && {
15958 test -z "$ac_c_werror_flag" ||
15959 test ! -s conftest.err
15960 } && test -s conftest.$ac_objext; then
15962 cat >>confdefs.h <<\_ACEOF
15963 #define HAVE_ALSA 1
15964 _ACEOF
15966 ALSALIBS="-lasound"
15967 else
15968 $as_echo "$as_me: failed program was:" >&5
15969 sed 's/^/| /' conftest.$ac_ext >&5
15974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15979 AUDIOIOLIBS=""
15981 if test "$ac_cv_header_libaudioio_h" = "yes"
15982 then
15983 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15984 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15985 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15986 $as_echo_n "(cached) " >&6
15987 else
15988 ac_check_lib_save_LIBS=$LIBS
15989 LIBS="-laudioio $LIBS"
15990 cat >conftest.$ac_ext <<_ACEOF
15991 /* confdefs.h. */
15992 _ACEOF
15993 cat confdefs.h >>conftest.$ac_ext
15994 cat >>conftest.$ac_ext <<_ACEOF
15995 /* end confdefs.h. */
15997 /* Override any GCC internal prototype to avoid an error.
15998 Use char because int might match the return type of a GCC
15999 builtin and then its argument prototype would still apply. */
16000 #ifdef __cplusplus
16001 extern "C"
16002 #endif
16003 char AudioIOGetVersion ();
16005 main ()
16007 return AudioIOGetVersion ();
16009 return 0;
16011 _ACEOF
16012 rm -f conftest.$ac_objext conftest$ac_exeext
16013 if { (ac_try="$ac_link"
16014 case "(($ac_try" in
16015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16016 *) ac_try_echo=$ac_try;;
16017 esac
16018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16019 $as_echo "$ac_try_echo") >&5
16020 (eval "$ac_link") 2>conftest.er1
16021 ac_status=$?
16022 grep -v '^ *+' conftest.er1 >conftest.err
16023 rm -f conftest.er1
16024 cat conftest.err >&5
16025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16026 (exit $ac_status); } && {
16027 test -z "$ac_c_werror_flag" ||
16028 test ! -s conftest.err
16029 } && test -s conftest$ac_exeext && {
16030 test "$cross_compiling" = yes ||
16031 $as_test_x conftest$ac_exeext
16032 }; then
16033 ac_cv_lib_audioio_AudioIOGetVersion=yes
16034 else
16035 $as_echo "$as_me: failed program was:" >&5
16036 sed 's/^/| /' conftest.$ac_ext >&5
16038 ac_cv_lib_audioio_AudioIOGetVersion=no
16041 rm -rf conftest.dSYM
16042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16043 conftest$ac_exeext conftest.$ac_ext
16044 LIBS=$ac_check_lib_save_LIBS
16046 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16047 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16048 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16049 AUDIOIOLIBS="-laudioio"
16051 cat >>confdefs.h <<\_ACEOF
16052 #define HAVE_LIBAUDIOIO 1
16053 _ACEOF
16060 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16061 then
16062 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16063 $as_echo_n "checking for -lcapi20... " >&6; }
16064 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16065 $as_echo_n "(cached) " >&6
16066 else
16067 ac_check_soname_save_LIBS=$LIBS
16068 LIBS="-lcapi20 $LIBS"
16069 cat >conftest.$ac_ext <<_ACEOF
16070 /* confdefs.h. */
16071 _ACEOF
16072 cat confdefs.h >>conftest.$ac_ext
16073 cat >>conftest.$ac_ext <<_ACEOF
16074 /* end confdefs.h. */
16076 /* Override any GCC internal prototype to avoid an error.
16077 Use char because int might match the return type of a GCC
16078 builtin and then its argument prototype would still apply. */
16079 #ifdef __cplusplus
16080 extern "C"
16081 #endif
16082 char capi20_register ();
16084 main ()
16086 return capi20_register ();
16088 return 0;
16090 _ACEOF
16091 rm -f conftest.$ac_objext conftest$ac_exeext
16092 if { (ac_try="$ac_link"
16093 case "(($ac_try" in
16094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16095 *) ac_try_echo=$ac_try;;
16096 esac
16097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16098 $as_echo "$ac_try_echo") >&5
16099 (eval "$ac_link") 2>conftest.er1
16100 ac_status=$?
16101 grep -v '^ *+' conftest.er1 >conftest.err
16102 rm -f conftest.er1
16103 cat conftest.err >&5
16104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105 (exit $ac_status); } && {
16106 test -z "$ac_c_werror_flag" ||
16107 test ! -s conftest.err
16108 } && test -s conftest$ac_exeext && {
16109 test "$cross_compiling" = yes ||
16110 $as_test_x conftest$ac_exeext
16111 }; then
16112 case "$LIBEXT" in
16113 dll) ;;
16114 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'` ;;
16115 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16116 esac
16117 else
16118 $as_echo "$as_me: failed program was:" >&5
16119 sed 's/^/| /' conftest.$ac_ext >&5
16124 rm -rf conftest.dSYM
16125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16126 conftest$ac_exeext conftest.$ac_ext
16127 LIBS=$ac_check_soname_save_LIBS
16129 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16130 { $as_echo "$as_me:$LINENO: result: not found" >&5
16131 $as_echo "not found" >&6; }
16133 else
16134 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16135 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16137 cat >>confdefs.h <<_ACEOF
16138 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16139 _ACEOF
16145 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16146 case "x$with_capi" in
16147 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16148 xno) ;;
16149 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16150 This is an error since --with-capi was requested." >&5
16151 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16152 This is an error since --with-capi was requested." >&2;}
16153 { (exit 1); exit 1; }; } ;;
16154 esac
16158 CUPSINCL=""
16160 if test "x$with_cups" != "xno"
16161 then
16162 ac_save_CPPFLAGS="$CPPFLAGS"
16163 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16164 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16165 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16167 for ac_header in cups/cups.h
16169 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16171 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16172 $as_echo_n "checking for $ac_header... " >&6; }
16173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16174 $as_echo_n "(cached) " >&6
16176 ac_res=`eval 'as_val=${'$as_ac_Header'}
16177 $as_echo "$as_val"'`
16178 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16179 $as_echo "$ac_res" >&6; }
16180 else
16181 # Is the header compilable?
16182 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16183 $as_echo_n "checking $ac_header usability... " >&6; }
16184 cat >conftest.$ac_ext <<_ACEOF
16185 /* confdefs.h. */
16186 _ACEOF
16187 cat confdefs.h >>conftest.$ac_ext
16188 cat >>conftest.$ac_ext <<_ACEOF
16189 /* end confdefs.h. */
16190 $ac_includes_default
16191 #include <$ac_header>
16192 _ACEOF
16193 rm -f conftest.$ac_objext
16194 if { (ac_try="$ac_compile"
16195 case "(($ac_try" in
16196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16197 *) ac_try_echo=$ac_try;;
16198 esac
16199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16200 $as_echo "$ac_try_echo") >&5
16201 (eval "$ac_compile") 2>conftest.er1
16202 ac_status=$?
16203 grep -v '^ *+' conftest.er1 >conftest.err
16204 rm -f conftest.er1
16205 cat conftest.err >&5
16206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16207 (exit $ac_status); } && {
16208 test -z "$ac_c_werror_flag" ||
16209 test ! -s conftest.err
16210 } && test -s conftest.$ac_objext; then
16211 ac_header_compiler=yes
16212 else
16213 $as_echo "$as_me: failed program was:" >&5
16214 sed 's/^/| /' conftest.$ac_ext >&5
16216 ac_header_compiler=no
16219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16220 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16221 $as_echo "$ac_header_compiler" >&6; }
16223 # Is the header present?
16224 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16225 $as_echo_n "checking $ac_header presence... " >&6; }
16226 cat >conftest.$ac_ext <<_ACEOF
16227 /* confdefs.h. */
16228 _ACEOF
16229 cat confdefs.h >>conftest.$ac_ext
16230 cat >>conftest.$ac_ext <<_ACEOF
16231 /* end confdefs.h. */
16232 #include <$ac_header>
16233 _ACEOF
16234 if { (ac_try="$ac_cpp conftest.$ac_ext"
16235 case "(($ac_try" in
16236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16237 *) ac_try_echo=$ac_try;;
16238 esac
16239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16240 $as_echo "$ac_try_echo") >&5
16241 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16242 ac_status=$?
16243 grep -v '^ *+' conftest.er1 >conftest.err
16244 rm -f conftest.er1
16245 cat conftest.err >&5
16246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } >/dev/null && {
16248 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16249 test ! -s conftest.err
16250 }; then
16251 ac_header_preproc=yes
16252 else
16253 $as_echo "$as_me: failed program was:" >&5
16254 sed 's/^/| /' conftest.$ac_ext >&5
16256 ac_header_preproc=no
16259 rm -f conftest.err conftest.$ac_ext
16260 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16261 $as_echo "$ac_header_preproc" >&6; }
16263 # So? What about this header?
16264 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16265 yes:no: )
16266 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16267 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16268 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16269 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16270 ac_header_preproc=yes
16272 no:yes:* )
16273 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16274 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16275 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16276 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16277 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16278 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16279 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16280 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16281 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16282 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16283 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16284 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16285 ( cat <<\_ASBOX
16286 ## ------------------------------------ ##
16287 ## Report this to wine-devel@winehq.org ##
16288 ## ------------------------------------ ##
16289 _ASBOX
16290 ) | sed "s/^/$as_me: WARNING: /" >&2
16292 esac
16293 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16294 $as_echo_n "checking for $ac_header... " >&6; }
16295 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16296 $as_echo_n "(cached) " >&6
16297 else
16298 eval "$as_ac_Header=\$ac_header_preproc"
16300 ac_res=`eval 'as_val=${'$as_ac_Header'}
16301 $as_echo "$as_val"'`
16302 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16303 $as_echo "$ac_res" >&6; }
16306 as_val=`eval 'as_val=${'$as_ac_Header'}
16307 $as_echo "$as_val"'`
16308 if test "x$as_val" = x""yes; then
16309 cat >>confdefs.h <<_ACEOF
16310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16311 _ACEOF
16312 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16313 $as_echo_n "checking for -lcups... " >&6; }
16314 if test "${ac_cv_lib_soname_cups+set}" = set; then
16315 $as_echo_n "(cached) " >&6
16316 else
16317 ac_check_soname_save_LIBS=$LIBS
16318 LIBS="-lcups $ac_cups_libs $LIBS"
16319 cat >conftest.$ac_ext <<_ACEOF
16320 /* confdefs.h. */
16321 _ACEOF
16322 cat confdefs.h >>conftest.$ac_ext
16323 cat >>conftest.$ac_ext <<_ACEOF
16324 /* end confdefs.h. */
16326 /* Override any GCC internal prototype to avoid an error.
16327 Use char because int might match the return type of a GCC
16328 builtin and then its argument prototype would still apply. */
16329 #ifdef __cplusplus
16330 extern "C"
16331 #endif
16332 char cupsGetDefault ();
16334 main ()
16336 return cupsGetDefault ();
16338 return 0;
16340 _ACEOF
16341 rm -f conftest.$ac_objext conftest$ac_exeext
16342 if { (ac_try="$ac_link"
16343 case "(($ac_try" in
16344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16345 *) ac_try_echo=$ac_try;;
16346 esac
16347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16348 $as_echo "$ac_try_echo") >&5
16349 (eval "$ac_link") 2>conftest.er1
16350 ac_status=$?
16351 grep -v '^ *+' conftest.er1 >conftest.err
16352 rm -f conftest.er1
16353 cat conftest.err >&5
16354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); } && {
16356 test -z "$ac_c_werror_flag" ||
16357 test ! -s conftest.err
16358 } && test -s conftest$ac_exeext && {
16359 test "$cross_compiling" = yes ||
16360 $as_test_x conftest$ac_exeext
16361 }; then
16362 case "$LIBEXT" in
16363 dll) ;;
16364 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'` ;;
16365 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16366 esac
16367 else
16368 $as_echo "$as_me: failed program was:" >&5
16369 sed 's/^/| /' conftest.$ac_ext >&5
16374 rm -rf conftest.dSYM
16375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16376 conftest$ac_exeext conftest.$ac_ext
16377 LIBS=$ac_check_soname_save_LIBS
16379 if test "x$ac_cv_lib_soname_cups" = "x"; then
16380 { $as_echo "$as_me:$LINENO: result: not found" >&5
16381 $as_echo "not found" >&6; }
16383 else
16384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16385 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16387 cat >>confdefs.h <<_ACEOF
16388 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16389 _ACEOF
16391 CUPSINCL="$ac_cups_cflags"
16396 done
16398 CPPFLAGS="$ac_save_CPPFLAGS"
16400 if test "x$ac_cv_lib_soname_cups" = "x"; then
16401 case "x$with_cups" in
16402 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16403 xno) ;;
16404 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16405 This is an error since --with-cups was requested." >&5
16406 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16407 This is an error since --with-cups was requested." >&2;}
16408 { (exit 1); exit 1; }; } ;;
16409 esac
16413 if test "$ac_cv_header_jack_jack_h" = "yes"
16414 then
16415 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16416 $as_echo_n "checking for -ljack... " >&6; }
16417 if test "${ac_cv_lib_soname_jack+set}" = set; then
16418 $as_echo_n "(cached) " >&6
16419 else
16420 ac_check_soname_save_LIBS=$LIBS
16421 LIBS="-ljack $LIBS"
16422 cat >conftest.$ac_ext <<_ACEOF
16423 /* confdefs.h. */
16424 _ACEOF
16425 cat confdefs.h >>conftest.$ac_ext
16426 cat >>conftest.$ac_ext <<_ACEOF
16427 /* end confdefs.h. */
16429 /* Override any GCC internal prototype to avoid an error.
16430 Use char because int might match the return type of a GCC
16431 builtin and then its argument prototype would still apply. */
16432 #ifdef __cplusplus
16433 extern "C"
16434 #endif
16435 char jack_client_new ();
16437 main ()
16439 return jack_client_new ();
16441 return 0;
16443 _ACEOF
16444 rm -f conftest.$ac_objext conftest$ac_exeext
16445 if { (ac_try="$ac_link"
16446 case "(($ac_try" in
16447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16448 *) ac_try_echo=$ac_try;;
16449 esac
16450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16451 $as_echo "$ac_try_echo") >&5
16452 (eval "$ac_link") 2>conftest.er1
16453 ac_status=$?
16454 grep -v '^ *+' conftest.er1 >conftest.err
16455 rm -f conftest.er1
16456 cat conftest.err >&5
16457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16458 (exit $ac_status); } && {
16459 test -z "$ac_c_werror_flag" ||
16460 test ! -s conftest.err
16461 } && test -s conftest$ac_exeext && {
16462 test "$cross_compiling" = yes ||
16463 $as_test_x conftest$ac_exeext
16464 }; then
16465 case "$LIBEXT" in
16466 dll) ;;
16467 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'` ;;
16468 *) 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'` ;;
16469 esac
16470 else
16471 $as_echo "$as_me: failed program was:" >&5
16472 sed 's/^/| /' conftest.$ac_ext >&5
16477 rm -rf conftest.dSYM
16478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16479 conftest$ac_exeext conftest.$ac_ext
16480 LIBS=$ac_check_soname_save_LIBS
16482 if test "x$ac_cv_lib_soname_jack" = "x"; then
16483 { $as_echo "$as_me:$LINENO: result: not found" >&5
16484 $as_echo "not found" >&6; }
16486 else
16487 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16488 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16490 cat >>confdefs.h <<_ACEOF
16491 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16492 _ACEOF
16499 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16500 then
16501 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16502 $as_echo_n "checking for -lfontconfig... " >&6; }
16503 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16504 $as_echo_n "(cached) " >&6
16505 else
16506 ac_check_soname_save_LIBS=$LIBS
16507 LIBS="-lfontconfig $LIBS"
16508 cat >conftest.$ac_ext <<_ACEOF
16509 /* confdefs.h. */
16510 _ACEOF
16511 cat confdefs.h >>conftest.$ac_ext
16512 cat >>conftest.$ac_ext <<_ACEOF
16513 /* end confdefs.h. */
16515 /* Override any GCC internal prototype to avoid an error.
16516 Use char because int might match the return type of a GCC
16517 builtin and then its argument prototype would still apply. */
16518 #ifdef __cplusplus
16519 extern "C"
16520 #endif
16521 char FcInit ();
16523 main ()
16525 return FcInit ();
16527 return 0;
16529 _ACEOF
16530 rm -f conftest.$ac_objext conftest$ac_exeext
16531 if { (ac_try="$ac_link"
16532 case "(($ac_try" in
16533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16534 *) ac_try_echo=$ac_try;;
16535 esac
16536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16537 $as_echo "$ac_try_echo") >&5
16538 (eval "$ac_link") 2>conftest.er1
16539 ac_status=$?
16540 grep -v '^ *+' conftest.er1 >conftest.err
16541 rm -f conftest.er1
16542 cat conftest.err >&5
16543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16544 (exit $ac_status); } && {
16545 test -z "$ac_c_werror_flag" ||
16546 test ! -s conftest.err
16547 } && test -s conftest$ac_exeext && {
16548 test "$cross_compiling" = yes ||
16549 $as_test_x conftest$ac_exeext
16550 }; then
16551 case "$LIBEXT" in
16552 dll) ;;
16553 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'` ;;
16554 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16555 esac
16556 else
16557 $as_echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.$ac_ext >&5
16563 rm -rf conftest.dSYM
16564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16565 conftest$ac_exeext conftest.$ac_ext
16566 LIBS=$ac_check_soname_save_LIBS
16568 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16569 { $as_echo "$as_me:$LINENO: result: not found" >&5
16570 $as_echo "not found" >&6; }
16572 else
16573 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16574 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16576 cat >>confdefs.h <<_ACEOF
16577 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16578 _ACEOF
16583 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16584 then
16585 ac_save_CPPFLAGS="$CPPFLAGS"
16586 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16587 $as_unset ac_cv_header_fontconfig_fontconfig_h
16589 for ac_header in fontconfig/fontconfig.h
16591 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16592 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16594 $as_echo_n "checking for $ac_header... " >&6; }
16595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16596 $as_echo_n "(cached) " >&6
16598 ac_res=`eval 'as_val=${'$as_ac_Header'}
16599 $as_echo "$as_val"'`
16600 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16601 $as_echo "$ac_res" >&6; }
16602 else
16603 # Is the header compilable?
16604 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16605 $as_echo_n "checking $ac_header usability... " >&6; }
16606 cat >conftest.$ac_ext <<_ACEOF
16607 /* confdefs.h. */
16608 _ACEOF
16609 cat confdefs.h >>conftest.$ac_ext
16610 cat >>conftest.$ac_ext <<_ACEOF
16611 /* end confdefs.h. */
16612 $ac_includes_default
16613 #include <$ac_header>
16614 _ACEOF
16615 rm -f conftest.$ac_objext
16616 if { (ac_try="$ac_compile"
16617 case "(($ac_try" in
16618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16619 *) ac_try_echo=$ac_try;;
16620 esac
16621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16622 $as_echo "$ac_try_echo") >&5
16623 (eval "$ac_compile") 2>conftest.er1
16624 ac_status=$?
16625 grep -v '^ *+' conftest.er1 >conftest.err
16626 rm -f conftest.er1
16627 cat conftest.err >&5
16628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); } && {
16630 test -z "$ac_c_werror_flag" ||
16631 test ! -s conftest.err
16632 } && test -s conftest.$ac_objext; then
16633 ac_header_compiler=yes
16634 else
16635 $as_echo "$as_me: failed program was:" >&5
16636 sed 's/^/| /' conftest.$ac_ext >&5
16638 ac_header_compiler=no
16641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16642 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16643 $as_echo "$ac_header_compiler" >&6; }
16645 # Is the header present?
16646 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16647 $as_echo_n "checking $ac_header presence... " >&6; }
16648 cat >conftest.$ac_ext <<_ACEOF
16649 /* confdefs.h. */
16650 _ACEOF
16651 cat confdefs.h >>conftest.$ac_ext
16652 cat >>conftest.$ac_ext <<_ACEOF
16653 /* end confdefs.h. */
16654 #include <$ac_header>
16655 _ACEOF
16656 if { (ac_try="$ac_cpp conftest.$ac_ext"
16657 case "(($ac_try" in
16658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16659 *) ac_try_echo=$ac_try;;
16660 esac
16661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16662 $as_echo "$ac_try_echo") >&5
16663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16664 ac_status=$?
16665 grep -v '^ *+' conftest.er1 >conftest.err
16666 rm -f conftest.er1
16667 cat conftest.err >&5
16668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); } >/dev/null && {
16670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16671 test ! -s conftest.err
16672 }; then
16673 ac_header_preproc=yes
16674 else
16675 $as_echo "$as_me: failed program was:" >&5
16676 sed 's/^/| /' conftest.$ac_ext >&5
16678 ac_header_preproc=no
16681 rm -f conftest.err conftest.$ac_ext
16682 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16683 $as_echo "$ac_header_preproc" >&6; }
16685 # So? What about this header?
16686 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16687 yes:no: )
16688 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16689 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16690 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16691 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16692 ac_header_preproc=yes
16694 no:yes:* )
16695 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16696 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16697 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16698 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16699 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16700 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16701 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16702 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16703 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16704 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16705 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16706 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16707 ( cat <<\_ASBOX
16708 ## ------------------------------------ ##
16709 ## Report this to wine-devel@winehq.org ##
16710 ## ------------------------------------ ##
16711 _ASBOX
16712 ) | sed "s/^/$as_me: WARNING: /" >&2
16714 esac
16715 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16716 $as_echo_n "checking for $ac_header... " >&6; }
16717 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16718 $as_echo_n "(cached) " >&6
16719 else
16720 eval "$as_ac_Header=\$ac_header_preproc"
16722 ac_res=`eval 'as_val=${'$as_ac_Header'}
16723 $as_echo "$as_val"'`
16724 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16725 $as_echo "$ac_res" >&6; }
16728 as_val=`eval 'as_val=${'$as_ac_Header'}
16729 $as_echo "$as_val"'`
16730 if test "x$as_val" = x""yes; then
16731 cat >>confdefs.h <<_ACEOF
16732 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16733 _ACEOF
16737 done
16739 CPPFLAGS="$ac_save_CPPFLAGS"
16740 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16741 then
16742 FONTCONFIGINCL="$X_CFLAGS"
16744 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16745 $as_echo_n "checking for -lfontconfig... " >&6; }
16746 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16747 $as_echo_n "(cached) " >&6
16748 else
16749 ac_check_soname_save_LIBS=$LIBS
16750 LIBS="-lfontconfig $X_LIBS $LIBS"
16751 cat >conftest.$ac_ext <<_ACEOF
16752 /* confdefs.h. */
16753 _ACEOF
16754 cat confdefs.h >>conftest.$ac_ext
16755 cat >>conftest.$ac_ext <<_ACEOF
16756 /* end confdefs.h. */
16758 /* Override any GCC internal prototype to avoid an error.
16759 Use char because int might match the return type of a GCC
16760 builtin and then its argument prototype would still apply. */
16761 #ifdef __cplusplus
16762 extern "C"
16763 #endif
16764 char FcInit ();
16766 main ()
16768 return FcInit ();
16770 return 0;
16772 _ACEOF
16773 rm -f conftest.$ac_objext conftest$ac_exeext
16774 if { (ac_try="$ac_link"
16775 case "(($ac_try" in
16776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16777 *) ac_try_echo=$ac_try;;
16778 esac
16779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16780 $as_echo "$ac_try_echo") >&5
16781 (eval "$ac_link") 2>conftest.er1
16782 ac_status=$?
16783 grep -v '^ *+' conftest.er1 >conftest.err
16784 rm -f conftest.er1
16785 cat conftest.err >&5
16786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); } && {
16788 test -z "$ac_c_werror_flag" ||
16789 test ! -s conftest.err
16790 } && test -s conftest$ac_exeext && {
16791 test "$cross_compiling" = yes ||
16792 $as_test_x conftest$ac_exeext
16793 }; then
16794 case "$LIBEXT" in
16795 dll) ;;
16796 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'` ;;
16797 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16798 esac
16799 else
16800 $as_echo "$as_me: failed program was:" >&5
16801 sed 's/^/| /' conftest.$ac_ext >&5
16806 rm -rf conftest.dSYM
16807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16808 conftest$ac_exeext conftest.$ac_ext
16809 LIBS=$ac_check_soname_save_LIBS
16811 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16812 { $as_echo "$as_me:$LINENO: result: not found" >&5
16813 $as_echo "not found" >&6; }
16815 else
16816 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16817 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16819 cat >>confdefs.h <<_ACEOF
16820 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16821 _ACEOF
16828 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16829 case "x$with_fontconfig" in
16830 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16831 xno) ;;
16832 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16833 This is an error since --with-fontconfig was requested." >&5
16834 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16835 This is an error since --with-fontconfig was requested." >&2;}
16836 { (exit 1); exit 1; }; } ;;
16837 esac
16841 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16842 then
16843 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16844 $as_echo_n "checking for -lssl... " >&6; }
16845 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16846 $as_echo_n "(cached) " >&6
16847 else
16848 ac_check_soname_save_LIBS=$LIBS
16849 LIBS="-lssl $LIBS"
16850 cat >conftest.$ac_ext <<_ACEOF
16851 /* confdefs.h. */
16852 _ACEOF
16853 cat confdefs.h >>conftest.$ac_ext
16854 cat >>conftest.$ac_ext <<_ACEOF
16855 /* end confdefs.h. */
16857 /* Override any GCC internal prototype to avoid an error.
16858 Use char because int might match the return type of a GCC
16859 builtin and then its argument prototype would still apply. */
16860 #ifdef __cplusplus
16861 extern "C"
16862 #endif
16863 char SSL_library_init ();
16865 main ()
16867 return SSL_library_init ();
16869 return 0;
16871 _ACEOF
16872 rm -f conftest.$ac_objext conftest$ac_exeext
16873 if { (ac_try="$ac_link"
16874 case "(($ac_try" in
16875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876 *) ac_try_echo=$ac_try;;
16877 esac
16878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16879 $as_echo "$ac_try_echo") >&5
16880 (eval "$ac_link") 2>conftest.er1
16881 ac_status=$?
16882 grep -v '^ *+' conftest.er1 >conftest.err
16883 rm -f conftest.er1
16884 cat conftest.err >&5
16885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886 (exit $ac_status); } && {
16887 test -z "$ac_c_werror_flag" ||
16888 test ! -s conftest.err
16889 } && test -s conftest$ac_exeext && {
16890 test "$cross_compiling" = yes ||
16891 $as_test_x conftest$ac_exeext
16892 }; then
16893 case "$LIBEXT" in
16894 dll) ;;
16895 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'` ;;
16896 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16897 esac
16898 else
16899 $as_echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.$ac_ext >&5
16905 rm -rf conftest.dSYM
16906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16907 conftest$ac_exeext conftest.$ac_ext
16908 LIBS=$ac_check_soname_save_LIBS
16910 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16911 { $as_echo "$as_me:$LINENO: result: not found" >&5
16912 $as_echo "not found" >&6; }
16914 else
16915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16916 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16918 cat >>confdefs.h <<_ACEOF
16919 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16920 _ACEOF
16925 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16926 $as_echo_n "checking for -lcrypto... " >&6; }
16927 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16928 $as_echo_n "(cached) " >&6
16929 else
16930 ac_check_soname_save_LIBS=$LIBS
16931 LIBS="-lcrypto $LIBS"
16932 cat >conftest.$ac_ext <<_ACEOF
16933 /* confdefs.h. */
16934 _ACEOF
16935 cat confdefs.h >>conftest.$ac_ext
16936 cat >>conftest.$ac_ext <<_ACEOF
16937 /* end confdefs.h. */
16939 /* Override any GCC internal prototype to avoid an error.
16940 Use char because int might match the return type of a GCC
16941 builtin and then its argument prototype would still apply. */
16942 #ifdef __cplusplus
16943 extern "C"
16944 #endif
16945 char BIO_new_socket ();
16947 main ()
16949 return BIO_new_socket ();
16951 return 0;
16953 _ACEOF
16954 rm -f conftest.$ac_objext conftest$ac_exeext
16955 if { (ac_try="$ac_link"
16956 case "(($ac_try" in
16957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16958 *) ac_try_echo=$ac_try;;
16959 esac
16960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16961 $as_echo "$ac_try_echo") >&5
16962 (eval "$ac_link") 2>conftest.er1
16963 ac_status=$?
16964 grep -v '^ *+' conftest.er1 >conftest.err
16965 rm -f conftest.er1
16966 cat conftest.err >&5
16967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16968 (exit $ac_status); } && {
16969 test -z "$ac_c_werror_flag" ||
16970 test ! -s conftest.err
16971 } && test -s conftest$ac_exeext && {
16972 test "$cross_compiling" = yes ||
16973 $as_test_x conftest$ac_exeext
16974 }; then
16975 case "$LIBEXT" in
16976 dll) ;;
16977 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'` ;;
16978 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16979 esac
16980 else
16981 $as_echo "$as_me: failed program was:" >&5
16982 sed 's/^/| /' conftest.$ac_ext >&5
16987 rm -rf conftest.dSYM
16988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16989 conftest$ac_exeext conftest.$ac_ext
16990 LIBS=$ac_check_soname_save_LIBS
16992 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16993 { $as_echo "$as_me:$LINENO: result: not found" >&5
16994 $as_echo "not found" >&6; }
16996 else
16997 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16998 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
17000 cat >>confdefs.h <<_ACEOF
17001 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17002 _ACEOF
17008 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17009 case "x$with_openssl" in
17010 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17011 xno) ;;
17012 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17013 This is an error since --with-openssl was requested." >&5
17014 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17015 This is an error since --with-openssl was requested." >&2;}
17016 { (exit 1); exit 1; }; } ;;
17017 esac
17021 if test "$ac_cv_header_jpeglib_h" = "yes"
17022 then
17023 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17024 $as_echo_n "checking for -ljpeg... " >&6; }
17025 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17026 $as_echo_n "(cached) " >&6
17027 else
17028 ac_check_soname_save_LIBS=$LIBS
17029 LIBS="-ljpeg $LIBS"
17030 cat >conftest.$ac_ext <<_ACEOF
17031 /* confdefs.h. */
17032 _ACEOF
17033 cat confdefs.h >>conftest.$ac_ext
17034 cat >>conftest.$ac_ext <<_ACEOF
17035 /* end confdefs.h. */
17037 /* Override any GCC internal prototype to avoid an error.
17038 Use char because int might match the return type of a GCC
17039 builtin and then its argument prototype would still apply. */
17040 #ifdef __cplusplus
17041 extern "C"
17042 #endif
17043 char jpeg_start_decompress ();
17045 main ()
17047 return jpeg_start_decompress ();
17049 return 0;
17051 _ACEOF
17052 rm -f conftest.$ac_objext conftest$ac_exeext
17053 if { (ac_try="$ac_link"
17054 case "(($ac_try" in
17055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17056 *) ac_try_echo=$ac_try;;
17057 esac
17058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17059 $as_echo "$ac_try_echo") >&5
17060 (eval "$ac_link") 2>conftest.er1
17061 ac_status=$?
17062 grep -v '^ *+' conftest.er1 >conftest.err
17063 rm -f conftest.er1
17064 cat conftest.err >&5
17065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17066 (exit $ac_status); } && {
17067 test -z "$ac_c_werror_flag" ||
17068 test ! -s conftest.err
17069 } && test -s conftest$ac_exeext && {
17070 test "$cross_compiling" = yes ||
17071 $as_test_x conftest$ac_exeext
17072 }; then
17073 case "$LIBEXT" in
17074 dll) ;;
17075 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'` ;;
17076 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17077 esac
17078 else
17079 $as_echo "$as_me: failed program was:" >&5
17080 sed 's/^/| /' conftest.$ac_ext >&5
17085 rm -rf conftest.dSYM
17086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17087 conftest$ac_exeext conftest.$ac_ext
17088 LIBS=$ac_check_soname_save_LIBS
17090 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17091 { $as_echo "$as_me:$LINENO: result: not found" >&5
17092 $as_echo "not found" >&6; }
17094 else
17095 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17096 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17098 cat >>confdefs.h <<_ACEOF
17099 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17100 _ACEOF
17106 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17107 case "x$with_jpeg" in
17108 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17109 xno) ;;
17110 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17111 This is an error since --with-jpeg was requested." >&5
17112 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17113 This is an error since --with-jpeg was requested." >&2;}
17114 { (exit 1); exit 1; }; } ;;
17115 esac
17119 if test "$ac_cv_header_png_h" = "yes"
17120 then
17121 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17122 $as_echo_n "checking for -lpng... " >&6; }
17123 if test "${ac_cv_lib_soname_png+set}" = set; then
17124 $as_echo_n "(cached) " >&6
17125 else
17126 ac_check_soname_save_LIBS=$LIBS
17127 LIBS="-lpng -lm -lz $LIBS"
17128 cat >conftest.$ac_ext <<_ACEOF
17129 /* confdefs.h. */
17130 _ACEOF
17131 cat confdefs.h >>conftest.$ac_ext
17132 cat >>conftest.$ac_ext <<_ACEOF
17133 /* end confdefs.h. */
17135 /* Override any GCC internal prototype to avoid an error.
17136 Use char because int might match the return type of a GCC
17137 builtin and then its argument prototype would still apply. */
17138 #ifdef __cplusplus
17139 extern "C"
17140 #endif
17141 char png_create_read_struct ();
17143 main ()
17145 return png_create_read_struct ();
17147 return 0;
17149 _ACEOF
17150 rm -f conftest.$ac_objext conftest$ac_exeext
17151 if { (ac_try="$ac_link"
17152 case "(($ac_try" in
17153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17154 *) ac_try_echo=$ac_try;;
17155 esac
17156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17157 $as_echo "$ac_try_echo") >&5
17158 (eval "$ac_link") 2>conftest.er1
17159 ac_status=$?
17160 grep -v '^ *+' conftest.er1 >conftest.err
17161 rm -f conftest.er1
17162 cat conftest.err >&5
17163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); } && {
17165 test -z "$ac_c_werror_flag" ||
17166 test ! -s conftest.err
17167 } && test -s conftest$ac_exeext && {
17168 test "$cross_compiling" = yes ||
17169 $as_test_x conftest$ac_exeext
17170 }; then
17171 case "$LIBEXT" in
17172 dll) ;;
17173 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'` ;;
17174 *) 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'` ;;
17175 esac
17176 else
17177 $as_echo "$as_me: failed program was:" >&5
17178 sed 's/^/| /' conftest.$ac_ext >&5
17183 rm -rf conftest.dSYM
17184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17185 conftest$ac_exeext conftest.$ac_ext
17186 LIBS=$ac_check_soname_save_LIBS
17188 if test "x$ac_cv_lib_soname_png" = "x"; then
17189 { $as_echo "$as_me:$LINENO: result: not found" >&5
17190 $as_echo "not found" >&6; }
17192 else
17193 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17194 $as_echo "$ac_cv_lib_soname_png" >&6; }
17196 cat >>confdefs.h <<_ACEOF
17197 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17198 _ACEOF
17204 if test "x$ac_cv_lib_soname_png" = "x"; then
17205 case "x$with_png" in
17206 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17207 xno) ;;
17208 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17209 This is an error since --with-png was requested." >&5
17210 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17211 This is an error since --with-png was requested." >&2;}
17212 { (exit 1); exit 1; }; } ;;
17213 esac
17217 if test "$ac_cv_header_kstat_h" = "yes"
17218 then
17219 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17220 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17221 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17222 $as_echo_n "(cached) " >&6
17223 else
17224 ac_check_lib_save_LIBS=$LIBS
17225 LIBS="-lkstat $LIBS"
17226 cat >conftest.$ac_ext <<_ACEOF
17227 /* confdefs.h. */
17228 _ACEOF
17229 cat confdefs.h >>conftest.$ac_ext
17230 cat >>conftest.$ac_ext <<_ACEOF
17231 /* end confdefs.h. */
17233 /* Override any GCC internal prototype to avoid an error.
17234 Use char because int might match the return type of a GCC
17235 builtin and then its argument prototype would still apply. */
17236 #ifdef __cplusplus
17237 extern "C"
17238 #endif
17239 char kstat_open ();
17241 main ()
17243 return kstat_open ();
17245 return 0;
17247 _ACEOF
17248 rm -f conftest.$ac_objext conftest$ac_exeext
17249 if { (ac_try="$ac_link"
17250 case "(($ac_try" in
17251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17252 *) ac_try_echo=$ac_try;;
17253 esac
17254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17255 $as_echo "$ac_try_echo") >&5
17256 (eval "$ac_link") 2>conftest.er1
17257 ac_status=$?
17258 grep -v '^ *+' conftest.er1 >conftest.err
17259 rm -f conftest.er1
17260 cat conftest.err >&5
17261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17262 (exit $ac_status); } && {
17263 test -z "$ac_c_werror_flag" ||
17264 test ! -s conftest.err
17265 } && test -s conftest$ac_exeext && {
17266 test "$cross_compiling" = yes ||
17267 $as_test_x conftest$ac_exeext
17268 }; then
17269 ac_cv_lib_kstat_kstat_open=yes
17270 else
17271 $as_echo "$as_me: failed program was:" >&5
17272 sed 's/^/| /' conftest.$ac_ext >&5
17274 ac_cv_lib_kstat_kstat_open=no
17277 rm -rf conftest.dSYM
17278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17279 conftest$ac_exeext conftest.$ac_ext
17280 LIBS=$ac_check_lib_save_LIBS
17282 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17283 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17284 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17286 cat >>confdefs.h <<\_ACEOF
17287 #define HAVE_LIBKSTAT 1
17288 _ACEOF
17290 LIBKSTAT="-lkstat"
17296 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17297 $as_echo_n "checking for -lodbc... " >&6; }
17298 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17299 $as_echo_n "(cached) " >&6
17300 else
17301 ac_check_soname_save_LIBS=$LIBS
17302 LIBS="-lodbc $LIBS"
17303 cat >conftest.$ac_ext <<_ACEOF
17304 /* confdefs.h. */
17305 _ACEOF
17306 cat confdefs.h >>conftest.$ac_ext
17307 cat >>conftest.$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17310 /* Override any GCC internal prototype to avoid an error.
17311 Use char because int might match the return type of a GCC
17312 builtin and then its argument prototype would still apply. */
17313 #ifdef __cplusplus
17314 extern "C"
17315 #endif
17316 char SQLConnect ();
17318 main ()
17320 return SQLConnect ();
17322 return 0;
17324 _ACEOF
17325 rm -f conftest.$ac_objext conftest$ac_exeext
17326 if { (ac_try="$ac_link"
17327 case "(($ac_try" in
17328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17329 *) ac_try_echo=$ac_try;;
17330 esac
17331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17332 $as_echo "$ac_try_echo") >&5
17333 (eval "$ac_link") 2>conftest.er1
17334 ac_status=$?
17335 grep -v '^ *+' conftest.er1 >conftest.err
17336 rm -f conftest.er1
17337 cat conftest.err >&5
17338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17339 (exit $ac_status); } && {
17340 test -z "$ac_c_werror_flag" ||
17341 test ! -s conftest.err
17342 } && test -s conftest$ac_exeext && {
17343 test "$cross_compiling" = yes ||
17344 $as_test_x conftest$ac_exeext
17345 }; then
17346 case "$LIBEXT" in
17347 dll) ;;
17348 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'` ;;
17349 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17350 esac
17351 else
17352 $as_echo "$as_me: failed program was:" >&5
17353 sed 's/^/| /' conftest.$ac_ext >&5
17358 rm -rf conftest.dSYM
17359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17360 conftest$ac_exeext conftest.$ac_ext
17361 LIBS=$ac_check_soname_save_LIBS
17363 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17364 { $as_echo "$as_me:$LINENO: result: not found" >&5
17365 $as_echo "not found" >&6; }
17366 cat >>confdefs.h <<_ACEOF
17367 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17368 _ACEOF
17370 else
17371 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17372 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17374 cat >>confdefs.h <<_ACEOF
17375 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17376 _ACEOF
17382 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17383 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17384 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17385 "$ac_cv_header_soundcard_h" != "yes" -a \
17386 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17387 then
17388 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17392 EXTRACFLAGS=""
17394 if test "x${GCC}" = "xyes"
17395 then
17396 EXTRACFLAGS="-Wall -pipe"
17398 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17399 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17400 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17401 $as_echo_n "(cached) " >&6
17402 else
17403 if test "$cross_compiling" = yes; then
17404 ac_cv_c_gcc_strength_bug="yes"
17405 else
17406 cat >conftest.$ac_ext <<_ACEOF
17407 /* confdefs.h. */
17408 _ACEOF
17409 cat confdefs.h >>conftest.$ac_ext
17410 cat >>conftest.$ac_ext <<_ACEOF
17411 /* end confdefs.h. */
17412 int L[4] = {0,1,2,3};
17414 main ()
17416 static int Array[3];
17417 unsigned int B = 3;
17418 int i;
17419 for(i=0; i<B; i++) Array[i] = i - 3;
17420 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17421 L[i] = 4;
17422 return (Array[1] != -2 || L[2] != 3)
17424 return 0;
17426 _ACEOF
17427 rm -f conftest$ac_exeext
17428 if { (ac_try="$ac_link"
17429 case "(($ac_try" in
17430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17431 *) ac_try_echo=$ac_try;;
17432 esac
17433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17434 $as_echo "$ac_try_echo") >&5
17435 (eval "$ac_link") 2>&5
17436 ac_status=$?
17437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17439 { (case "(($ac_try" in
17440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17441 *) ac_try_echo=$ac_try;;
17442 esac
17443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17444 $as_echo "$ac_try_echo") >&5
17445 (eval "$ac_try") 2>&5
17446 ac_status=$?
17447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17448 (exit $ac_status); }; }; then
17449 ac_cv_c_gcc_strength_bug="no"
17450 else
17451 $as_echo "$as_me: program exited with status $ac_status" >&5
17452 $as_echo "$as_me: failed program was:" >&5
17453 sed 's/^/| /' conftest.$ac_ext >&5
17455 ( exit $ac_status )
17456 ac_cv_c_gcc_strength_bug="yes"
17458 rm -rf conftest.dSYM
17459 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17464 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17465 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17466 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17467 then
17468 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17471 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17472 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17473 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17474 $as_echo_n "(cached) " >&6
17475 else
17476 ac_wine_try_cflags_saved=$CFLAGS
17477 CFLAGS="$CFLAGS -fno-builtin"
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17486 main ()
17490 return 0;
17492 _ACEOF
17493 rm -f conftest.$ac_objext conftest$ac_exeext
17494 if { (ac_try="$ac_link"
17495 case "(($ac_try" in
17496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17497 *) ac_try_echo=$ac_try;;
17498 esac
17499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17500 $as_echo "$ac_try_echo") >&5
17501 (eval "$ac_link") 2>conftest.er1
17502 ac_status=$?
17503 grep -v '^ *+' conftest.er1 >conftest.err
17504 rm -f conftest.er1
17505 cat conftest.err >&5
17506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17507 (exit $ac_status); } && {
17508 test -z "$ac_c_werror_flag" ||
17509 test ! -s conftest.err
17510 } && test -s conftest$ac_exeext && {
17511 test "$cross_compiling" = yes ||
17512 $as_test_x conftest$ac_exeext
17513 }; then
17514 ac_cv_cflags__fno_builtin=yes
17515 else
17516 $as_echo "$as_me: failed program was:" >&5
17517 sed 's/^/| /' conftest.$ac_ext >&5
17519 ac_cv_cflags__fno_builtin=no
17522 rm -rf conftest.dSYM
17523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17524 conftest$ac_exeext conftest.$ac_ext
17525 CFLAGS=$ac_wine_try_cflags_saved
17527 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17528 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17529 if test $ac_cv_cflags__fno_builtin = yes; then
17530 BUILTINFLAG="-fno-builtin"
17534 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17535 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17536 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17537 $as_echo_n "(cached) " >&6
17538 else
17539 ac_wine_try_cflags_saved=$CFLAGS
17540 CFLAGS="$CFLAGS -fno-strict-aliasing"
17541 cat >conftest.$ac_ext <<_ACEOF
17542 /* confdefs.h. */
17543 _ACEOF
17544 cat confdefs.h >>conftest.$ac_ext
17545 cat >>conftest.$ac_ext <<_ACEOF
17546 /* end confdefs.h. */
17549 main ()
17553 return 0;
17555 _ACEOF
17556 rm -f conftest.$ac_objext conftest$ac_exeext
17557 if { (ac_try="$ac_link"
17558 case "(($ac_try" in
17559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17560 *) ac_try_echo=$ac_try;;
17561 esac
17562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17563 $as_echo "$ac_try_echo") >&5
17564 (eval "$ac_link") 2>conftest.er1
17565 ac_status=$?
17566 grep -v '^ *+' conftest.er1 >conftest.err
17567 rm -f conftest.er1
17568 cat conftest.err >&5
17569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17570 (exit $ac_status); } && {
17571 test -z "$ac_c_werror_flag" ||
17572 test ! -s conftest.err
17573 } && test -s conftest$ac_exeext && {
17574 test "$cross_compiling" = yes ||
17575 $as_test_x conftest$ac_exeext
17576 }; then
17577 ac_cv_cflags__fno_strict_aliasing=yes
17578 else
17579 $as_echo "$as_me: failed program was:" >&5
17580 sed 's/^/| /' conftest.$ac_ext >&5
17582 ac_cv_cflags__fno_strict_aliasing=no
17585 rm -rf conftest.dSYM
17586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17587 conftest$ac_exeext conftest.$ac_ext
17588 CFLAGS=$ac_wine_try_cflags_saved
17590 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17591 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17592 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17593 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17596 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17597 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17598 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17599 $as_echo_n "(cached) " >&6
17600 else
17601 ac_wine_try_cflags_saved=$CFLAGS
17602 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17603 cat >conftest.$ac_ext <<_ACEOF
17604 /* confdefs.h. */
17605 _ACEOF
17606 cat confdefs.h >>conftest.$ac_ext
17607 cat >>conftest.$ac_ext <<_ACEOF
17608 /* end confdefs.h. */
17611 main ()
17615 return 0;
17617 _ACEOF
17618 rm -f conftest.$ac_objext conftest$ac_exeext
17619 if { (ac_try="$ac_link"
17620 case "(($ac_try" in
17621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17622 *) ac_try_echo=$ac_try;;
17623 esac
17624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17625 $as_echo "$ac_try_echo") >&5
17626 (eval "$ac_link") 2>conftest.er1
17627 ac_status=$?
17628 grep -v '^ *+' conftest.er1 >conftest.err
17629 rm -f conftest.er1
17630 cat conftest.err >&5
17631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17632 (exit $ac_status); } && {
17633 test -z "$ac_c_werror_flag" ||
17634 test ! -s conftest.err
17635 } && test -s conftest$ac_exeext && {
17636 test "$cross_compiling" = yes ||
17637 $as_test_x conftest$ac_exeext
17638 }; then
17639 ac_cv_cflags__Wdeclaration_after_statement=yes
17640 else
17641 $as_echo "$as_me: failed program was:" >&5
17642 sed 's/^/| /' conftest.$ac_ext >&5
17644 ac_cv_cflags__Wdeclaration_after_statement=no
17647 rm -rf conftest.dSYM
17648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17649 conftest$ac_exeext conftest.$ac_ext
17650 CFLAGS=$ac_wine_try_cflags_saved
17652 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17653 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17654 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17655 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17658 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17659 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17660 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17661 $as_echo_n "(cached) " >&6
17662 else
17663 ac_wine_try_cflags_saved=$CFLAGS
17664 CFLAGS="$CFLAGS -Wwrite-strings"
17665 cat >conftest.$ac_ext <<_ACEOF
17666 /* confdefs.h. */
17667 _ACEOF
17668 cat confdefs.h >>conftest.$ac_ext
17669 cat >>conftest.$ac_ext <<_ACEOF
17670 /* end confdefs.h. */
17673 main ()
17677 return 0;
17679 _ACEOF
17680 rm -f conftest.$ac_objext conftest$ac_exeext
17681 if { (ac_try="$ac_link"
17682 case "(($ac_try" in
17683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17684 *) ac_try_echo=$ac_try;;
17685 esac
17686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17687 $as_echo "$ac_try_echo") >&5
17688 (eval "$ac_link") 2>conftest.er1
17689 ac_status=$?
17690 grep -v '^ *+' conftest.er1 >conftest.err
17691 rm -f conftest.er1
17692 cat conftest.err >&5
17693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17694 (exit $ac_status); } && {
17695 test -z "$ac_c_werror_flag" ||
17696 test ! -s conftest.err
17697 } && test -s conftest$ac_exeext && {
17698 test "$cross_compiling" = yes ||
17699 $as_test_x conftest$ac_exeext
17700 }; then
17701 ac_cv_cflags__Wwrite_strings=yes
17702 else
17703 $as_echo "$as_me: failed program was:" >&5
17704 sed 's/^/| /' conftest.$ac_ext >&5
17706 ac_cv_cflags__Wwrite_strings=no
17709 rm -rf conftest.dSYM
17710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17711 conftest$ac_exeext conftest.$ac_ext
17712 CFLAGS=$ac_wine_try_cflags_saved
17714 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17715 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17716 if test $ac_cv_cflags__Wwrite_strings = yes; then
17717 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17720 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17721 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17722 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17723 $as_echo_n "(cached) " >&6
17724 else
17725 ac_wine_try_cflags_saved=$CFLAGS
17726 CFLAGS="$CFLAGS -Wtype-limits"
17727 cat >conftest.$ac_ext <<_ACEOF
17728 /* confdefs.h. */
17729 _ACEOF
17730 cat confdefs.h >>conftest.$ac_ext
17731 cat >>conftest.$ac_ext <<_ACEOF
17732 /* end confdefs.h. */
17735 main ()
17739 return 0;
17741 _ACEOF
17742 rm -f conftest.$ac_objext conftest$ac_exeext
17743 if { (ac_try="$ac_link"
17744 case "(($ac_try" in
17745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17746 *) ac_try_echo=$ac_try;;
17747 esac
17748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17749 $as_echo "$ac_try_echo") >&5
17750 (eval "$ac_link") 2>conftest.er1
17751 ac_status=$?
17752 grep -v '^ *+' conftest.er1 >conftest.err
17753 rm -f conftest.er1
17754 cat conftest.err >&5
17755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17756 (exit $ac_status); } && {
17757 test -z "$ac_c_werror_flag" ||
17758 test ! -s conftest.err
17759 } && test -s conftest$ac_exeext && {
17760 test "$cross_compiling" = yes ||
17761 $as_test_x conftest$ac_exeext
17762 }; then
17763 ac_cv_cflags__Wtype_limits=yes
17764 else
17765 $as_echo "$as_me: failed program was:" >&5
17766 sed 's/^/| /' conftest.$ac_ext >&5
17768 ac_cv_cflags__Wtype_limits=no
17771 rm -rf conftest.dSYM
17772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17773 conftest$ac_exeext conftest.$ac_ext
17774 CFLAGS=$ac_wine_try_cflags_saved
17776 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17777 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17778 if test $ac_cv_cflags__Wtype_limits = yes; then
17779 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17783 saved_CFLAGS="$CFLAGS"
17784 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17785 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17786 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17787 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17788 $as_echo_n "(cached) " >&6
17789 else
17790 cat >conftest.$ac_ext <<_ACEOF
17791 /* confdefs.h. */
17792 _ACEOF
17793 cat confdefs.h >>conftest.$ac_ext
17794 cat >>conftest.$ac_ext <<_ACEOF
17795 /* end confdefs.h. */
17796 #include <string.h>
17798 main ()
17802 return 0;
17804 _ACEOF
17805 rm -f conftest.$ac_objext
17806 if { (ac_try="$ac_compile"
17807 case "(($ac_try" in
17808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17809 *) ac_try_echo=$ac_try;;
17810 esac
17811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17812 $as_echo "$ac_try_echo") >&5
17813 (eval "$ac_compile") 2>conftest.er1
17814 ac_status=$?
17815 grep -v '^ *+' conftest.er1 >conftest.err
17816 rm -f conftest.er1
17817 cat conftest.err >&5
17818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17819 (exit $ac_status); } && {
17820 test -z "$ac_c_werror_flag" ||
17821 test ! -s conftest.err
17822 } && test -s conftest.$ac_objext; then
17823 ac_cv_c_string_h_warnings=no
17824 else
17825 $as_echo "$as_me: failed program was:" >&5
17826 sed 's/^/| /' conftest.$ac_ext >&5
17828 ac_cv_c_string_h_warnings=yes
17831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17833 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17834 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17835 CFLAGS="$saved_CFLAGS"
17836 if test "$ac_cv_c_string_h_warnings" = "no"
17837 then
17838 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17843 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17844 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17845 if test "${ac_cv_asm_func_def+set}" = set; then
17846 $as_echo_n "(cached) " >&6
17847 else
17848 cat >conftest.$ac_ext <<_ACEOF
17849 /* confdefs.h. */
17850 _ACEOF
17851 cat confdefs.h >>conftest.$ac_ext
17852 cat >>conftest.$ac_ext <<_ACEOF
17853 /* end confdefs.h. */
17856 main ()
17858 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17860 return 0;
17862 _ACEOF
17863 rm -f conftest.$ac_objext conftest$ac_exeext
17864 if { (ac_try="$ac_link"
17865 case "(($ac_try" in
17866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17867 *) ac_try_echo=$ac_try;;
17868 esac
17869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17870 $as_echo "$ac_try_echo") >&5
17871 (eval "$ac_link") 2>conftest.er1
17872 ac_status=$?
17873 grep -v '^ *+' conftest.er1 >conftest.err
17874 rm -f conftest.er1
17875 cat conftest.err >&5
17876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17877 (exit $ac_status); } && {
17878 test -z "$ac_c_werror_flag" ||
17879 test ! -s conftest.err
17880 } && test -s conftest$ac_exeext && {
17881 test "$cross_compiling" = yes ||
17882 $as_test_x conftest$ac_exeext
17883 }; then
17884 ac_cv_asm_func_def=".def"
17885 else
17886 $as_echo "$as_me: failed program was:" >&5
17887 sed 's/^/| /' conftest.$ac_ext >&5
17889 cat >conftest.$ac_ext <<_ACEOF
17890 /* confdefs.h. */
17891 _ACEOF
17892 cat confdefs.h >>conftest.$ac_ext
17893 cat >>conftest.$ac_ext <<_ACEOF
17894 /* end confdefs.h. */
17897 main ()
17899 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17901 return 0;
17903 _ACEOF
17904 rm -f conftest.$ac_objext conftest$ac_exeext
17905 if { (ac_try="$ac_link"
17906 case "(($ac_try" in
17907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17908 *) ac_try_echo=$ac_try;;
17909 esac
17910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17911 $as_echo "$ac_try_echo") >&5
17912 (eval "$ac_link") 2>conftest.er1
17913 ac_status=$?
17914 grep -v '^ *+' conftest.er1 >conftest.err
17915 rm -f conftest.er1
17916 cat conftest.err >&5
17917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17918 (exit $ac_status); } && {
17919 test -z "$ac_c_werror_flag" ||
17920 test ! -s conftest.err
17921 } && test -s conftest$ac_exeext && {
17922 test "$cross_compiling" = yes ||
17923 $as_test_x conftest$ac_exeext
17924 }; then
17925 ac_cv_asm_func_def=".type @function"
17926 else
17927 $as_echo "$as_me: failed program was:" >&5
17928 sed 's/^/| /' conftest.$ac_ext >&5
17930 cat >conftest.$ac_ext <<_ACEOF
17931 /* confdefs.h. */
17932 _ACEOF
17933 cat confdefs.h >>conftest.$ac_ext
17934 cat >>conftest.$ac_ext <<_ACEOF
17935 /* end confdefs.h. */
17938 main ()
17940 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17942 return 0;
17944 _ACEOF
17945 rm -f conftest.$ac_objext conftest$ac_exeext
17946 if { (ac_try="$ac_link"
17947 case "(($ac_try" in
17948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17949 *) ac_try_echo=$ac_try;;
17950 esac
17951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17952 $as_echo "$ac_try_echo") >&5
17953 (eval "$ac_link") 2>conftest.er1
17954 ac_status=$?
17955 grep -v '^ *+' conftest.er1 >conftest.err
17956 rm -f conftest.er1
17957 cat conftest.err >&5
17958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17959 (exit $ac_status); } && {
17960 test -z "$ac_c_werror_flag" ||
17961 test ! -s conftest.err
17962 } && test -s conftest$ac_exeext && {
17963 test "$cross_compiling" = yes ||
17964 $as_test_x conftest$ac_exeext
17965 }; then
17966 ac_cv_asm_func_def=".type 2"
17967 else
17968 $as_echo "$as_me: failed program was:" >&5
17969 sed 's/^/| /' conftest.$ac_ext >&5
17971 ac_cv_asm_func_def="unknown"
17974 rm -rf conftest.dSYM
17975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17976 conftest$ac_exeext conftest.$ac_ext
17979 rm -rf conftest.dSYM
17980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17981 conftest$ac_exeext conftest.$ac_ext
17984 rm -rf conftest.dSYM
17985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17986 conftest$ac_exeext conftest.$ac_ext
17988 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17989 $as_echo "$ac_cv_asm_func_def" >&6; }
17993 case "$ac_cv_asm_func_def" in
17994 ".def")
17995 cat >>confdefs.h <<\_ACEOF
17996 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17997 _ACEOF
17999 ".type @function")
18000 cat >>confdefs.h <<\_ACEOF
18001 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18002 _ACEOF
18004 ".type 2")
18005 cat >>confdefs.h <<\_ACEOF
18006 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18007 _ACEOF
18010 cat >>confdefs.h <<\_ACEOF
18011 #define __ASM_FUNC(name) ""
18012 _ACEOF
18014 esac
18017 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18018 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18019 if test "${ac_cv_c_extern_prefix+set}" = set; then
18020 $as_echo_n "(cached) " >&6
18021 else
18022 cat >conftest.$ac_ext <<_ACEOF
18023 /* confdefs.h. */
18024 _ACEOF
18025 cat confdefs.h >>conftest.$ac_ext
18026 cat >>conftest.$ac_ext <<_ACEOF
18027 /* end confdefs.h. */
18028 extern int ac_test;
18030 main ()
18032 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18034 return 0;
18036 _ACEOF
18037 rm -f conftest.$ac_objext conftest$ac_exeext
18038 if { (ac_try="$ac_link"
18039 case "(($ac_try" in
18040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18041 *) ac_try_echo=$ac_try;;
18042 esac
18043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18044 $as_echo "$ac_try_echo") >&5
18045 (eval "$ac_link") 2>conftest.er1
18046 ac_status=$?
18047 grep -v '^ *+' conftest.er1 >conftest.err
18048 rm -f conftest.er1
18049 cat conftest.err >&5
18050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18051 (exit $ac_status); } && {
18052 test -z "$ac_c_werror_flag" ||
18053 test ! -s conftest.err
18054 } && test -s conftest$ac_exeext && {
18055 test "$cross_compiling" = yes ||
18056 $as_test_x conftest$ac_exeext
18057 }; then
18058 ac_cv_c_extern_prefix="yes"
18059 else
18060 $as_echo "$as_me: failed program was:" >&5
18061 sed 's/^/| /' conftest.$ac_ext >&5
18063 ac_cv_c_extern_prefix="no"
18066 rm -rf conftest.dSYM
18067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18068 conftest$ac_exeext conftest.$ac_ext
18070 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18071 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18075 if test "$ac_cv_c_extern_prefix" = "yes"
18076 then
18077 cat >>confdefs.h <<\_ACEOF
18078 #define __ASM_NAME(name) "_" name
18079 _ACEOF
18081 else
18082 cat >>confdefs.h <<\_ACEOF
18083 #define __ASM_NAME(name) name
18084 _ACEOF
18089 LDPATH=""
18091 case $build_os in
18092 cygwin*|mingw32*)
18093 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18095 darwin*|macosx*)
18097 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
18098 then
18099 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18103 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18105 esac
18107 case $host_os in
18108 mingw32*)
18109 CRTLIBS="-lmsvcrt"
18111 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18114 esac
18116 case $host_cpu in
18117 *i[3456789]86*)
18118 case $host_os in
18119 linux* | k*bsd*-gnu)
18120 EXTRA_BINARIES="wine-preloader"
18122 esac
18124 esac
18127 ac_save_CFLAGS="$CFLAGS"
18128 CFLAGS="$CFLAGS $BUILTINFLAG"
18200 for ac_func in \
18201 _pclose \
18202 _popen \
18203 _snprintf \
18204 _spawnvp \
18205 _strdup \
18206 _stricmp \
18207 _strnicmp \
18208 _strtoi64 \
18209 _strtoui64 \
18210 _vsnprintf \
18211 asctime_r \
18212 chsize \
18213 dlopen \
18214 epoll_create \
18215 ffs \
18216 finite \
18217 fork \
18218 fpclass \
18219 fstatfs \
18220 fstatvfs \
18221 ftruncate \
18222 futimes \
18223 futimesat \
18224 getdirentries \
18225 getopt_long \
18226 getpagesize \
18227 getpwuid \
18228 gettid \
18229 gettimeofday \
18230 getuid \
18231 inet_ntop \
18232 inet_pton \
18233 kqueue \
18234 lstat \
18235 memmove \
18236 mmap \
18237 pclose \
18238 poll \
18239 popen \
18240 prctl \
18241 pread \
18242 pwrite \
18243 readdir \
18244 readlink \
18245 sched_yield \
18246 select \
18247 setproctitle \
18248 setrlimit \
18249 settimeofday \
18250 sigaltstack \
18251 sigprocmask \
18252 snprintf \
18253 socketpair \
18254 spawnvp \
18255 statfs \
18256 statvfs \
18257 strcasecmp \
18258 strdup \
18259 strerror \
18260 strncasecmp \
18261 strtold \
18262 strtoll \
18263 strtoull \
18264 symlink \
18265 tcgetattr \
18266 thr_kill2 \
18267 timegm \
18268 usleep \
18269 vsnprintf \
18270 wait4 \
18271 waitpid \
18274 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18275 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18276 $as_echo_n "checking for $ac_func... " >&6; }
18277 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18278 $as_echo_n "(cached) " >&6
18279 else
18280 cat >conftest.$ac_ext <<_ACEOF
18281 /* confdefs.h. */
18282 _ACEOF
18283 cat confdefs.h >>conftest.$ac_ext
18284 cat >>conftest.$ac_ext <<_ACEOF
18285 /* end confdefs.h. */
18286 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18287 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18288 #define $ac_func innocuous_$ac_func
18290 /* System header to define __stub macros and hopefully few prototypes,
18291 which can conflict with char $ac_func (); below.
18292 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18293 <limits.h> exists even on freestanding compilers. */
18295 #ifdef __STDC__
18296 # include <limits.h>
18297 #else
18298 # include <assert.h>
18299 #endif
18301 #undef $ac_func
18303 /* Override any GCC internal prototype to avoid an error.
18304 Use char because int might match the return type of a GCC
18305 builtin and then its argument prototype would still apply. */
18306 #ifdef __cplusplus
18307 extern "C"
18308 #endif
18309 char $ac_func ();
18310 /* The GNU C library defines this for functions which it implements
18311 to always fail with ENOSYS. Some functions are actually named
18312 something starting with __ and the normal name is an alias. */
18313 #if defined __stub_$ac_func || defined __stub___$ac_func
18314 choke me
18315 #endif
18318 main ()
18320 return $ac_func ();
18322 return 0;
18324 _ACEOF
18325 rm -f conftest.$ac_objext conftest$ac_exeext
18326 if { (ac_try="$ac_link"
18327 case "(($ac_try" in
18328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18329 *) ac_try_echo=$ac_try;;
18330 esac
18331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18332 $as_echo "$ac_try_echo") >&5
18333 (eval "$ac_link") 2>conftest.er1
18334 ac_status=$?
18335 grep -v '^ *+' conftest.er1 >conftest.err
18336 rm -f conftest.er1
18337 cat conftest.err >&5
18338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest$ac_exeext && {
18343 test "$cross_compiling" = yes ||
18344 $as_test_x conftest$ac_exeext
18345 }; then
18346 eval "$as_ac_var=yes"
18347 else
18348 $as_echo "$as_me: failed program was:" >&5
18349 sed 's/^/| /' conftest.$ac_ext >&5
18351 eval "$as_ac_var=no"
18354 rm -rf conftest.dSYM
18355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18356 conftest$ac_exeext conftest.$ac_ext
18358 ac_res=`eval 'as_val=${'$as_ac_var'}
18359 $as_echo "$as_val"'`
18360 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18361 $as_echo "$ac_res" >&6; }
18362 as_val=`eval 'as_val=${'$as_ac_var'}
18363 $as_echo "$as_val"'`
18364 if test "x$as_val" = x""yes; then
18365 cat >>confdefs.h <<_ACEOF
18366 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18367 _ACEOF
18370 done
18372 CFLAGS="$ac_save_CFLAGS"
18374 if test "$ac_cv_func_dlopen" = no
18375 then
18376 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18377 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18378 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18379 $as_echo_n "(cached) " >&6
18380 else
18381 ac_check_lib_save_LIBS=$LIBS
18382 LIBS="-ldl $LIBS"
18383 cat >conftest.$ac_ext <<_ACEOF
18384 /* confdefs.h. */
18385 _ACEOF
18386 cat confdefs.h >>conftest.$ac_ext
18387 cat >>conftest.$ac_ext <<_ACEOF
18388 /* end confdefs.h. */
18390 /* Override any GCC internal prototype to avoid an error.
18391 Use char because int might match the return type of a GCC
18392 builtin and then its argument prototype would still apply. */
18393 #ifdef __cplusplus
18394 extern "C"
18395 #endif
18396 char dlopen ();
18398 main ()
18400 return dlopen ();
18402 return 0;
18404 _ACEOF
18405 rm -f conftest.$ac_objext conftest$ac_exeext
18406 if { (ac_try="$ac_link"
18407 case "(($ac_try" in
18408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18409 *) ac_try_echo=$ac_try;;
18410 esac
18411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18412 $as_echo "$ac_try_echo") >&5
18413 (eval "$ac_link") 2>conftest.er1
18414 ac_status=$?
18415 grep -v '^ *+' conftest.er1 >conftest.err
18416 rm -f conftest.er1
18417 cat conftest.err >&5
18418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18419 (exit $ac_status); } && {
18420 test -z "$ac_c_werror_flag" ||
18421 test ! -s conftest.err
18422 } && test -s conftest$ac_exeext && {
18423 test "$cross_compiling" = yes ||
18424 $as_test_x conftest$ac_exeext
18425 }; then
18426 ac_cv_lib_dl_dlopen=yes
18427 else
18428 $as_echo "$as_me: failed program was:" >&5
18429 sed 's/^/| /' conftest.$ac_ext >&5
18431 ac_cv_lib_dl_dlopen=no
18434 rm -rf conftest.dSYM
18435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18436 conftest$ac_exeext conftest.$ac_ext
18437 LIBS=$ac_check_lib_save_LIBS
18439 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18440 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18441 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18442 cat >>confdefs.h <<\_ACEOF
18443 #define HAVE_DLOPEN 1
18444 _ACEOF
18445 LIBDL="-ldl"
18450 ac_wine_check_funcs_save_LIBS="$LIBS"
18451 LIBS="$LIBS $LIBDL"
18453 for ac_func in dladdr
18455 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18456 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18457 $as_echo_n "checking for $ac_func... " >&6; }
18458 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18459 $as_echo_n "(cached) " >&6
18460 else
18461 cat >conftest.$ac_ext <<_ACEOF
18462 /* confdefs.h. */
18463 _ACEOF
18464 cat confdefs.h >>conftest.$ac_ext
18465 cat >>conftest.$ac_ext <<_ACEOF
18466 /* end confdefs.h. */
18467 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18468 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18469 #define $ac_func innocuous_$ac_func
18471 /* System header to define __stub macros and hopefully few prototypes,
18472 which can conflict with char $ac_func (); below.
18473 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18474 <limits.h> exists even on freestanding compilers. */
18476 #ifdef __STDC__
18477 # include <limits.h>
18478 #else
18479 # include <assert.h>
18480 #endif
18482 #undef $ac_func
18484 /* Override any GCC internal prototype to avoid an error.
18485 Use char because int might match the return type of a GCC
18486 builtin and then its argument prototype would still apply. */
18487 #ifdef __cplusplus
18488 extern "C"
18489 #endif
18490 char $ac_func ();
18491 /* The GNU C library defines this for functions which it implements
18492 to always fail with ENOSYS. Some functions are actually named
18493 something starting with __ and the normal name is an alias. */
18494 #if defined __stub_$ac_func || defined __stub___$ac_func
18495 choke me
18496 #endif
18499 main ()
18501 return $ac_func ();
18503 return 0;
18505 _ACEOF
18506 rm -f conftest.$ac_objext conftest$ac_exeext
18507 if { (ac_try="$ac_link"
18508 case "(($ac_try" in
18509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18510 *) ac_try_echo=$ac_try;;
18511 esac
18512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18513 $as_echo "$ac_try_echo") >&5
18514 (eval "$ac_link") 2>conftest.er1
18515 ac_status=$?
18516 grep -v '^ *+' conftest.er1 >conftest.err
18517 rm -f conftest.er1
18518 cat conftest.err >&5
18519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18520 (exit $ac_status); } && {
18521 test -z "$ac_c_werror_flag" ||
18522 test ! -s conftest.err
18523 } && test -s conftest$ac_exeext && {
18524 test "$cross_compiling" = yes ||
18525 $as_test_x conftest$ac_exeext
18526 }; then
18527 eval "$as_ac_var=yes"
18528 else
18529 $as_echo "$as_me: failed program was:" >&5
18530 sed 's/^/| /' conftest.$ac_ext >&5
18532 eval "$as_ac_var=no"
18535 rm -rf conftest.dSYM
18536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18537 conftest$ac_exeext conftest.$ac_ext
18539 ac_res=`eval 'as_val=${'$as_ac_var'}
18540 $as_echo "$as_val"'`
18541 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18542 $as_echo "$ac_res" >&6; }
18543 as_val=`eval 'as_val=${'$as_ac_var'}
18544 $as_echo "$as_val"'`
18545 if test "x$as_val" = x""yes; then
18546 cat >>confdefs.h <<_ACEOF
18547 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18548 _ACEOF
18551 done
18553 LIBS="$ac_wine_check_funcs_save_LIBS"
18555 if test "$ac_cv_func_poll" = no
18556 then
18557 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18558 $as_echo_n "checking for poll in -lpoll... " >&6; }
18559 if test "${ac_cv_lib_poll_poll+set}" = set; then
18560 $as_echo_n "(cached) " >&6
18561 else
18562 ac_check_lib_save_LIBS=$LIBS
18563 LIBS="-lpoll $LIBS"
18564 cat >conftest.$ac_ext <<_ACEOF
18565 /* confdefs.h. */
18566 _ACEOF
18567 cat confdefs.h >>conftest.$ac_ext
18568 cat >>conftest.$ac_ext <<_ACEOF
18569 /* end confdefs.h. */
18571 /* Override any GCC internal prototype to avoid an error.
18572 Use char because int might match the return type of a GCC
18573 builtin and then its argument prototype would still apply. */
18574 #ifdef __cplusplus
18575 extern "C"
18576 #endif
18577 char poll ();
18579 main ()
18581 return poll ();
18583 return 0;
18585 _ACEOF
18586 rm -f conftest.$ac_objext conftest$ac_exeext
18587 if { (ac_try="$ac_link"
18588 case "(($ac_try" in
18589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18590 *) ac_try_echo=$ac_try;;
18591 esac
18592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18593 $as_echo "$ac_try_echo") >&5
18594 (eval "$ac_link") 2>conftest.er1
18595 ac_status=$?
18596 grep -v '^ *+' conftest.er1 >conftest.err
18597 rm -f conftest.er1
18598 cat conftest.err >&5
18599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18600 (exit $ac_status); } && {
18601 test -z "$ac_c_werror_flag" ||
18602 test ! -s conftest.err
18603 } && test -s conftest$ac_exeext && {
18604 test "$cross_compiling" = yes ||
18605 $as_test_x conftest$ac_exeext
18606 }; then
18607 ac_cv_lib_poll_poll=yes
18608 else
18609 $as_echo "$as_me: failed program was:" >&5
18610 sed 's/^/| /' conftest.$ac_ext >&5
18612 ac_cv_lib_poll_poll=no
18615 rm -rf conftest.dSYM
18616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18617 conftest$ac_exeext conftest.$ac_ext
18618 LIBS=$ac_check_lib_save_LIBS
18620 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18621 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18622 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18623 cat >>confdefs.h <<\_ACEOF
18624 #define HAVE_POLL 1
18625 _ACEOF
18626 LIBPOLL="-lpoll"
18632 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18633 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18634 if test "${ac_cv_search_gethostbyname+set}" = set; then
18635 $as_echo_n "(cached) " >&6
18636 else
18637 ac_func_search_save_LIBS=$LIBS
18638 cat >conftest.$ac_ext <<_ACEOF
18639 /* confdefs.h. */
18640 _ACEOF
18641 cat confdefs.h >>conftest.$ac_ext
18642 cat >>conftest.$ac_ext <<_ACEOF
18643 /* end confdefs.h. */
18645 /* Override any GCC internal prototype to avoid an error.
18646 Use char because int might match the return type of a GCC
18647 builtin and then its argument prototype would still apply. */
18648 #ifdef __cplusplus
18649 extern "C"
18650 #endif
18651 char gethostbyname ();
18653 main ()
18655 return gethostbyname ();
18657 return 0;
18659 _ACEOF
18660 for ac_lib in '' nsl; do
18661 if test -z "$ac_lib"; then
18662 ac_res="none required"
18663 else
18664 ac_res=-l$ac_lib
18665 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18667 rm -f conftest.$ac_objext conftest$ac_exeext
18668 if { (ac_try="$ac_link"
18669 case "(($ac_try" in
18670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18671 *) ac_try_echo=$ac_try;;
18672 esac
18673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18674 $as_echo "$ac_try_echo") >&5
18675 (eval "$ac_link") 2>conftest.er1
18676 ac_status=$?
18677 grep -v '^ *+' conftest.er1 >conftest.err
18678 rm -f conftest.er1
18679 cat conftest.err >&5
18680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18681 (exit $ac_status); } && {
18682 test -z "$ac_c_werror_flag" ||
18683 test ! -s conftest.err
18684 } && test -s conftest$ac_exeext && {
18685 test "$cross_compiling" = yes ||
18686 $as_test_x conftest$ac_exeext
18687 }; then
18688 ac_cv_search_gethostbyname=$ac_res
18689 else
18690 $as_echo "$as_me: failed program was:" >&5
18691 sed 's/^/| /' conftest.$ac_ext >&5
18696 rm -rf conftest.dSYM
18697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18698 conftest$ac_exeext
18699 if test "${ac_cv_search_gethostbyname+set}" = set; then
18700 break
18702 done
18703 if test "${ac_cv_search_gethostbyname+set}" = set; then
18705 else
18706 ac_cv_search_gethostbyname=no
18708 rm conftest.$ac_ext
18709 LIBS=$ac_func_search_save_LIBS
18711 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18712 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18713 ac_res=$ac_cv_search_gethostbyname
18714 if test "$ac_res" != no; then
18715 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18720 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18721 $as_echo_n "checking for library containing connect... " >&6; }
18722 if test "${ac_cv_search_connect+set}" = set; then
18723 $as_echo_n "(cached) " >&6
18724 else
18725 ac_func_search_save_LIBS=$LIBS
18726 cat >conftest.$ac_ext <<_ACEOF
18727 /* confdefs.h. */
18728 _ACEOF
18729 cat confdefs.h >>conftest.$ac_ext
18730 cat >>conftest.$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18733 /* Override any GCC internal prototype to avoid an error.
18734 Use char because int might match the return type of a GCC
18735 builtin and then its argument prototype would still apply. */
18736 #ifdef __cplusplus
18737 extern "C"
18738 #endif
18739 char connect ();
18741 main ()
18743 return connect ();
18745 return 0;
18747 _ACEOF
18748 for ac_lib in '' socket; do
18749 if test -z "$ac_lib"; then
18750 ac_res="none required"
18751 else
18752 ac_res=-l$ac_lib
18753 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18755 rm -f conftest.$ac_objext conftest$ac_exeext
18756 if { (ac_try="$ac_link"
18757 case "(($ac_try" in
18758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18760 esac
18761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18762 $as_echo "$ac_try_echo") >&5
18763 (eval "$ac_link") 2>conftest.er1
18764 ac_status=$?
18765 grep -v '^ *+' conftest.er1 >conftest.err
18766 rm -f conftest.er1
18767 cat conftest.err >&5
18768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18769 (exit $ac_status); } && {
18770 test -z "$ac_c_werror_flag" ||
18771 test ! -s conftest.err
18772 } && test -s conftest$ac_exeext && {
18773 test "$cross_compiling" = yes ||
18774 $as_test_x conftest$ac_exeext
18775 }; then
18776 ac_cv_search_connect=$ac_res
18777 else
18778 $as_echo "$as_me: failed program was:" >&5
18779 sed 's/^/| /' conftest.$ac_ext >&5
18784 rm -rf conftest.dSYM
18785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18786 conftest$ac_exeext
18787 if test "${ac_cv_search_connect+set}" = set; then
18788 break
18790 done
18791 if test "${ac_cv_search_connect+set}" = set; then
18793 else
18794 ac_cv_search_connect=no
18796 rm conftest.$ac_ext
18797 LIBS=$ac_func_search_save_LIBS
18799 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18800 $as_echo "$ac_cv_search_connect" >&6; }
18801 ac_res=$ac_cv_search_connect
18802 if test "$ac_res" != no; then
18803 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18808 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18809 $as_echo_n "checking for library containing inet_aton... " >&6; }
18810 if test "${ac_cv_search_inet_aton+set}" = set; then
18811 $as_echo_n "(cached) " >&6
18812 else
18813 ac_func_search_save_LIBS=$LIBS
18814 cat >conftest.$ac_ext <<_ACEOF
18815 /* confdefs.h. */
18816 _ACEOF
18817 cat confdefs.h >>conftest.$ac_ext
18818 cat >>conftest.$ac_ext <<_ACEOF
18819 /* end confdefs.h. */
18821 /* Override any GCC internal prototype to avoid an error.
18822 Use char because int might match the return type of a GCC
18823 builtin and then its argument prototype would still apply. */
18824 #ifdef __cplusplus
18825 extern "C"
18826 #endif
18827 char inet_aton ();
18829 main ()
18831 return inet_aton ();
18833 return 0;
18835 _ACEOF
18836 for ac_lib in '' resolv; do
18837 if test -z "$ac_lib"; then
18838 ac_res="none required"
18839 else
18840 ac_res=-l$ac_lib
18841 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18843 rm -f conftest.$ac_objext conftest$ac_exeext
18844 if { (ac_try="$ac_link"
18845 case "(($ac_try" in
18846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18847 *) ac_try_echo=$ac_try;;
18848 esac
18849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18850 $as_echo "$ac_try_echo") >&5
18851 (eval "$ac_link") 2>conftest.er1
18852 ac_status=$?
18853 grep -v '^ *+' conftest.er1 >conftest.err
18854 rm -f conftest.er1
18855 cat conftest.err >&5
18856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18857 (exit $ac_status); } && {
18858 test -z "$ac_c_werror_flag" ||
18859 test ! -s conftest.err
18860 } && test -s conftest$ac_exeext && {
18861 test "$cross_compiling" = yes ||
18862 $as_test_x conftest$ac_exeext
18863 }; then
18864 ac_cv_search_inet_aton=$ac_res
18865 else
18866 $as_echo "$as_me: failed program was:" >&5
18867 sed 's/^/| /' conftest.$ac_ext >&5
18872 rm -rf conftest.dSYM
18873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18874 conftest$ac_exeext
18875 if test "${ac_cv_search_inet_aton+set}" = set; then
18876 break
18878 done
18879 if test "${ac_cv_search_inet_aton+set}" = set; then
18881 else
18882 ac_cv_search_inet_aton=no
18884 rm conftest.$ac_ext
18885 LIBS=$ac_func_search_save_LIBS
18887 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18888 $as_echo "$ac_cv_search_inet_aton" >&6; }
18889 ac_res=$ac_cv_search_inet_aton
18890 if test "$ac_res" != no; then
18891 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18904 for ac_func in \
18905 getaddrinfo \
18906 getnameinfo \
18907 getnetbyname \
18908 getprotobyname \
18909 getprotobynumber \
18910 getservbyport \
18911 inet_network \
18912 sendmsg \
18915 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18916 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18917 $as_echo_n "checking for $ac_func... " >&6; }
18918 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18919 $as_echo_n "(cached) " >&6
18920 else
18921 cat >conftest.$ac_ext <<_ACEOF
18922 /* confdefs.h. */
18923 _ACEOF
18924 cat confdefs.h >>conftest.$ac_ext
18925 cat >>conftest.$ac_ext <<_ACEOF
18926 /* end confdefs.h. */
18927 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18929 #define $ac_func innocuous_$ac_func
18931 /* System header to define __stub macros and hopefully few prototypes,
18932 which can conflict with char $ac_func (); below.
18933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18934 <limits.h> exists even on freestanding compilers. */
18936 #ifdef __STDC__
18937 # include <limits.h>
18938 #else
18939 # include <assert.h>
18940 #endif
18942 #undef $ac_func
18944 /* Override any GCC internal prototype to avoid an error.
18945 Use char because int might match the return type of a GCC
18946 builtin and then its argument prototype would still apply. */
18947 #ifdef __cplusplus
18948 extern "C"
18949 #endif
18950 char $ac_func ();
18951 /* The GNU C library defines this for functions which it implements
18952 to always fail with ENOSYS. Some functions are actually named
18953 something starting with __ and the normal name is an alias. */
18954 #if defined __stub_$ac_func || defined __stub___$ac_func
18955 choke me
18956 #endif
18959 main ()
18961 return $ac_func ();
18963 return 0;
18965 _ACEOF
18966 rm -f conftest.$ac_objext conftest$ac_exeext
18967 if { (ac_try="$ac_link"
18968 case "(($ac_try" in
18969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18970 *) ac_try_echo=$ac_try;;
18971 esac
18972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18973 $as_echo "$ac_try_echo") >&5
18974 (eval "$ac_link") 2>conftest.er1
18975 ac_status=$?
18976 grep -v '^ *+' conftest.er1 >conftest.err
18977 rm -f conftest.er1
18978 cat conftest.err >&5
18979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); } && {
18981 test -z "$ac_c_werror_flag" ||
18982 test ! -s conftest.err
18983 } && test -s conftest$ac_exeext && {
18984 test "$cross_compiling" = yes ||
18985 $as_test_x conftest$ac_exeext
18986 }; then
18987 eval "$as_ac_var=yes"
18988 else
18989 $as_echo "$as_me: failed program was:" >&5
18990 sed 's/^/| /' conftest.$ac_ext >&5
18992 eval "$as_ac_var=no"
18995 rm -rf conftest.dSYM
18996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18997 conftest$ac_exeext conftest.$ac_ext
18999 ac_res=`eval 'as_val=${'$as_ac_var'}
19000 $as_echo "$as_val"'`
19001 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19002 $as_echo "$ac_res" >&6; }
19003 as_val=`eval 'as_val=${'$as_ac_var'}
19004 $as_echo "$as_val"'`
19005 if test "x$as_val" = x""yes; then
19006 cat >>confdefs.h <<_ACEOF
19007 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19008 _ACEOF
19011 done
19014 LDAPLIBS=""
19016 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19017 then
19018 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19019 $as_echo_n "checking for LDAPSortKey... " >&6; }
19020 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19021 $as_echo_n "(cached) " >&6
19022 else
19023 ac_cv_type_LDAPSortKey=no
19024 cat >conftest.$ac_ext <<_ACEOF
19025 /* confdefs.h. */
19026 _ACEOF
19027 cat confdefs.h >>conftest.$ac_ext
19028 cat >>conftest.$ac_ext <<_ACEOF
19029 /* end confdefs.h. */
19030 #include <ldap.h>
19033 main ()
19035 if (sizeof (LDAPSortKey))
19036 return 0;
19038 return 0;
19040 _ACEOF
19041 rm -f conftest.$ac_objext
19042 if { (ac_try="$ac_compile"
19043 case "(($ac_try" in
19044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19045 *) ac_try_echo=$ac_try;;
19046 esac
19047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19048 $as_echo "$ac_try_echo") >&5
19049 (eval "$ac_compile") 2>conftest.er1
19050 ac_status=$?
19051 grep -v '^ *+' conftest.er1 >conftest.err
19052 rm -f conftest.er1
19053 cat conftest.err >&5
19054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } && {
19056 test -z "$ac_c_werror_flag" ||
19057 test ! -s conftest.err
19058 } && test -s conftest.$ac_objext; then
19059 cat >conftest.$ac_ext <<_ACEOF
19060 /* confdefs.h. */
19061 _ACEOF
19062 cat confdefs.h >>conftest.$ac_ext
19063 cat >>conftest.$ac_ext <<_ACEOF
19064 /* end confdefs.h. */
19065 #include <ldap.h>
19068 main ()
19070 if (sizeof ((LDAPSortKey)))
19071 return 0;
19073 return 0;
19075 _ACEOF
19076 rm -f conftest.$ac_objext
19077 if { (ac_try="$ac_compile"
19078 case "(($ac_try" in
19079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19080 *) ac_try_echo=$ac_try;;
19081 esac
19082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19083 $as_echo "$ac_try_echo") >&5
19084 (eval "$ac_compile") 2>conftest.er1
19085 ac_status=$?
19086 grep -v '^ *+' conftest.er1 >conftest.err
19087 rm -f conftest.er1
19088 cat conftest.err >&5
19089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19090 (exit $ac_status); } && {
19091 test -z "$ac_c_werror_flag" ||
19092 test ! -s conftest.err
19093 } && test -s conftest.$ac_objext; then
19095 else
19096 $as_echo "$as_me: failed program was:" >&5
19097 sed 's/^/| /' conftest.$ac_ext >&5
19099 ac_cv_type_LDAPSortKey=yes
19102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19103 else
19104 $as_echo "$as_me: failed program was:" >&5
19105 sed 's/^/| /' conftest.$ac_ext >&5
19110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19112 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19113 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19114 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19115 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19116 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19117 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19118 $as_echo_n "(cached) " >&6
19119 else
19120 ac_check_lib_save_LIBS=$LIBS
19121 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19122 cat >conftest.$ac_ext <<_ACEOF
19123 /* confdefs.h. */
19124 _ACEOF
19125 cat confdefs.h >>conftest.$ac_ext
19126 cat >>conftest.$ac_ext <<_ACEOF
19127 /* end confdefs.h. */
19129 /* Override any GCC internal prototype to avoid an error.
19130 Use char because int might match the return type of a GCC
19131 builtin and then its argument prototype would still apply. */
19132 #ifdef __cplusplus
19133 extern "C"
19134 #endif
19135 char ldap_initialize ();
19137 main ()
19139 return ldap_initialize ();
19141 return 0;
19143 _ACEOF
19144 rm -f conftest.$ac_objext conftest$ac_exeext
19145 if { (ac_try="$ac_link"
19146 case "(($ac_try" in
19147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19148 *) ac_try_echo=$ac_try;;
19149 esac
19150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19151 $as_echo "$ac_try_echo") >&5
19152 (eval "$ac_link") 2>conftest.er1
19153 ac_status=$?
19154 grep -v '^ *+' conftest.er1 >conftest.err
19155 rm -f conftest.er1
19156 cat conftest.err >&5
19157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19158 (exit $ac_status); } && {
19159 test -z "$ac_c_werror_flag" ||
19160 test ! -s conftest.err
19161 } && test -s conftest$ac_exeext && {
19162 test "$cross_compiling" = yes ||
19163 $as_test_x conftest$ac_exeext
19164 }; then
19165 ac_cv_lib_ldap_r_ldap_initialize=yes
19166 else
19167 $as_echo "$as_me: failed program was:" >&5
19168 sed 's/^/| /' conftest.$ac_ext >&5
19170 ac_cv_lib_ldap_r_ldap_initialize=no
19173 rm -rf conftest.dSYM
19174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19175 conftest$ac_exeext conftest.$ac_ext
19176 LIBS=$ac_check_lib_save_LIBS
19178 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19179 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19180 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19181 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19182 $as_echo_n "checking for ber_init in -llber... " >&6; }
19183 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19184 $as_echo_n "(cached) " >&6
19185 else
19186 ac_check_lib_save_LIBS=$LIBS
19187 LIBS="-llber $LIBPTHREAD $LIBS"
19188 cat >conftest.$ac_ext <<_ACEOF
19189 /* confdefs.h. */
19190 _ACEOF
19191 cat confdefs.h >>conftest.$ac_ext
19192 cat >>conftest.$ac_ext <<_ACEOF
19193 /* end confdefs.h. */
19195 /* Override any GCC internal prototype to avoid an error.
19196 Use char because int might match the return type of a GCC
19197 builtin and then its argument prototype would still apply. */
19198 #ifdef __cplusplus
19199 extern "C"
19200 #endif
19201 char ber_init ();
19203 main ()
19205 return ber_init ();
19207 return 0;
19209 _ACEOF
19210 rm -f conftest.$ac_objext conftest$ac_exeext
19211 if { (ac_try="$ac_link"
19212 case "(($ac_try" in
19213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19214 *) ac_try_echo=$ac_try;;
19215 esac
19216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19217 $as_echo "$ac_try_echo") >&5
19218 (eval "$ac_link") 2>conftest.er1
19219 ac_status=$?
19220 grep -v '^ *+' conftest.er1 >conftest.err
19221 rm -f conftest.er1
19222 cat conftest.err >&5
19223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224 (exit $ac_status); } && {
19225 test -z "$ac_c_werror_flag" ||
19226 test ! -s conftest.err
19227 } && test -s conftest$ac_exeext && {
19228 test "$cross_compiling" = yes ||
19229 $as_test_x conftest$ac_exeext
19230 }; then
19231 ac_cv_lib_lber_ber_init=yes
19232 else
19233 $as_echo "$as_me: failed program was:" >&5
19234 sed 's/^/| /' conftest.$ac_ext >&5
19236 ac_cv_lib_lber_ber_init=no
19239 rm -rf conftest.dSYM
19240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19241 conftest$ac_exeext conftest.$ac_ext
19242 LIBS=$ac_check_lib_save_LIBS
19244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19245 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19246 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19248 cat >>confdefs.h <<\_ACEOF
19249 #define HAVE_LDAP 1
19250 _ACEOF
19252 LDAPLIBS="-lldap_r -llber"
19259 ac_wine_check_funcs_save_LIBS="$LIBS"
19260 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19269 for ac_func in \
19270 ldap_count_references \
19271 ldap_first_reference \
19272 ldap_next_reference \
19273 ldap_parse_reference \
19274 ldap_parse_sort_control \
19275 ldap_parse_sortresponse_control \
19276 ldap_parse_vlv_control \
19277 ldap_parse_vlvresponse_control
19279 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19280 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19281 $as_echo_n "checking for $ac_func... " >&6; }
19282 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19283 $as_echo_n "(cached) " >&6
19284 else
19285 cat >conftest.$ac_ext <<_ACEOF
19286 /* confdefs.h. */
19287 _ACEOF
19288 cat confdefs.h >>conftest.$ac_ext
19289 cat >>conftest.$ac_ext <<_ACEOF
19290 /* end confdefs.h. */
19291 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19292 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19293 #define $ac_func innocuous_$ac_func
19295 /* System header to define __stub macros and hopefully few prototypes,
19296 which can conflict with char $ac_func (); below.
19297 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19298 <limits.h> exists even on freestanding compilers. */
19300 #ifdef __STDC__
19301 # include <limits.h>
19302 #else
19303 # include <assert.h>
19304 #endif
19306 #undef $ac_func
19308 /* Override any GCC internal prototype to avoid an error.
19309 Use char because int might match the return type of a GCC
19310 builtin and then its argument prototype would still apply. */
19311 #ifdef __cplusplus
19312 extern "C"
19313 #endif
19314 char $ac_func ();
19315 /* The GNU C library defines this for functions which it implements
19316 to always fail with ENOSYS. Some functions are actually named
19317 something starting with __ and the normal name is an alias. */
19318 #if defined __stub_$ac_func || defined __stub___$ac_func
19319 choke me
19320 #endif
19323 main ()
19325 return $ac_func ();
19327 return 0;
19329 _ACEOF
19330 rm -f conftest.$ac_objext conftest$ac_exeext
19331 if { (ac_try="$ac_link"
19332 case "(($ac_try" in
19333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19334 *) ac_try_echo=$ac_try;;
19335 esac
19336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19337 $as_echo "$ac_try_echo") >&5
19338 (eval "$ac_link") 2>conftest.er1
19339 ac_status=$?
19340 grep -v '^ *+' conftest.er1 >conftest.err
19341 rm -f conftest.er1
19342 cat conftest.err >&5
19343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); } && {
19345 test -z "$ac_c_werror_flag" ||
19346 test ! -s conftest.err
19347 } && test -s conftest$ac_exeext && {
19348 test "$cross_compiling" = yes ||
19349 $as_test_x conftest$ac_exeext
19350 }; then
19351 eval "$as_ac_var=yes"
19352 else
19353 $as_echo "$as_me: failed program was:" >&5
19354 sed 's/^/| /' conftest.$ac_ext >&5
19356 eval "$as_ac_var=no"
19359 rm -rf conftest.dSYM
19360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19361 conftest$ac_exeext conftest.$ac_ext
19363 ac_res=`eval 'as_val=${'$as_ac_var'}
19364 $as_echo "$as_val"'`
19365 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19366 $as_echo "$ac_res" >&6; }
19367 as_val=`eval 'as_val=${'$as_ac_var'}
19368 $as_echo "$as_val"'`
19369 if test "x$as_val" = x""yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19372 _ACEOF
19375 done
19377 LIBS="$ac_wine_check_funcs_save_LIBS"
19379 if test "x$LDAPLIBS" = "x"; then
19380 case "x$with_ldap" in
19381 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19382 xno) ;;
19383 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19384 This is an error since --with-ldap was requested." >&5
19385 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19386 This is an error since --with-ldap was requested." >&2;}
19387 { (exit 1); exit 1; }; } ;;
19388 esac
19392 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19393 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19394 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19395 $as_echo_n "(cached) " >&6
19396 else
19397 cat >conftest.$ac_ext <<_ACEOF
19398 /* confdefs.h. */
19399 _ACEOF
19400 cat confdefs.h >>conftest.$ac_ext
19401 cat >>conftest.$ac_ext <<_ACEOF
19402 /* end confdefs.h. */
19403 #include <sys/stat.h>
19405 main ()
19407 mkdir("foo");
19409 return 0;
19411 _ACEOF
19412 rm -f conftest.$ac_objext
19413 if { (ac_try="$ac_compile"
19414 case "(($ac_try" in
19415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19416 *) ac_try_echo=$ac_try;;
19417 esac
19418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19419 $as_echo "$ac_try_echo") >&5
19420 (eval "$ac_compile") 2>conftest.er1
19421 ac_status=$?
19422 grep -v '^ *+' conftest.er1 >conftest.err
19423 rm -f conftest.er1
19424 cat conftest.err >&5
19425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19426 (exit $ac_status); } && {
19427 test -z "$ac_c_werror_flag" ||
19428 test ! -s conftest.err
19429 } && test -s conftest.$ac_objext; then
19430 wine_cv_one_arg_mkdir=yes
19431 else
19432 $as_echo "$as_me: failed program was:" >&5
19433 sed 's/^/| /' conftest.$ac_ext >&5
19435 wine_cv_one_arg_mkdir=no
19438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19440 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19441 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19442 if test "$wine_cv_one_arg_mkdir" = "yes"
19443 then
19445 cat >>confdefs.h <<\_ACEOF
19446 #define HAVE_ONE_ARG_MKDIR 1
19447 _ACEOF
19452 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19453 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19454 if test "${ac_cv_c_const+set}" = set; then
19455 $as_echo_n "(cached) " >&6
19456 else
19457 cat >conftest.$ac_ext <<_ACEOF
19458 /* confdefs.h. */
19459 _ACEOF
19460 cat confdefs.h >>conftest.$ac_ext
19461 cat >>conftest.$ac_ext <<_ACEOF
19462 /* end confdefs.h. */
19465 main ()
19467 /* FIXME: Include the comments suggested by Paul. */
19468 #ifndef __cplusplus
19469 /* Ultrix mips cc rejects this. */
19470 typedef int charset[2];
19471 const charset cs;
19472 /* SunOS 4.1.1 cc rejects this. */
19473 char const *const *pcpcc;
19474 char **ppc;
19475 /* NEC SVR4.0.2 mips cc rejects this. */
19476 struct point {int x, y;};
19477 static struct point const zero = {0,0};
19478 /* AIX XL C 1.02.0.0 rejects this.
19479 It does not let you subtract one const X* pointer from another in
19480 an arm of an if-expression whose if-part is not a constant
19481 expression */
19482 const char *g = "string";
19483 pcpcc = &g + (g ? g-g : 0);
19484 /* HPUX 7.0 cc rejects these. */
19485 ++pcpcc;
19486 ppc = (char**) pcpcc;
19487 pcpcc = (char const *const *) ppc;
19488 { /* SCO 3.2v4 cc rejects this. */
19489 char *t;
19490 char const *s = 0 ? (char *) 0 : (char const *) 0;
19492 *t++ = 0;
19493 if (s) return 0;
19495 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19496 int x[] = {25, 17};
19497 const int *foo = &x[0];
19498 ++foo;
19500 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19501 typedef const int *iptr;
19502 iptr p = 0;
19503 ++p;
19505 { /* AIX XL C 1.02.0.0 rejects this saying
19506 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19507 struct s { int j; const int *ap[3]; };
19508 struct s *b; b->j = 5;
19510 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19511 const int foo = 10;
19512 if (!foo) return 0;
19514 return !cs[0] && !zero.x;
19515 #endif
19518 return 0;
19520 _ACEOF
19521 rm -f conftest.$ac_objext
19522 if { (ac_try="$ac_compile"
19523 case "(($ac_try" in
19524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19525 *) ac_try_echo=$ac_try;;
19526 esac
19527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19528 $as_echo "$ac_try_echo") >&5
19529 (eval "$ac_compile") 2>conftest.er1
19530 ac_status=$?
19531 grep -v '^ *+' conftest.er1 >conftest.err
19532 rm -f conftest.er1
19533 cat conftest.err >&5
19534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19535 (exit $ac_status); } && {
19536 test -z "$ac_c_werror_flag" ||
19537 test ! -s conftest.err
19538 } && test -s conftest.$ac_objext; then
19539 ac_cv_c_const=yes
19540 else
19541 $as_echo "$as_me: failed program was:" >&5
19542 sed 's/^/| /' conftest.$ac_ext >&5
19544 ac_cv_c_const=no
19547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19550 $as_echo "$ac_cv_c_const" >&6; }
19551 if test $ac_cv_c_const = no; then
19553 cat >>confdefs.h <<\_ACEOF
19554 #define const /**/
19555 _ACEOF
19559 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19560 $as_echo_n "checking for inline... " >&6; }
19561 if test "${ac_cv_c_inline+set}" = set; then
19562 $as_echo_n "(cached) " >&6
19563 else
19564 ac_cv_c_inline=no
19565 for ac_kw in inline __inline__ __inline; do
19566 cat >conftest.$ac_ext <<_ACEOF
19567 /* confdefs.h. */
19568 _ACEOF
19569 cat confdefs.h >>conftest.$ac_ext
19570 cat >>conftest.$ac_ext <<_ACEOF
19571 /* end confdefs.h. */
19572 #ifndef __cplusplus
19573 typedef int foo_t;
19574 static $ac_kw foo_t static_foo () {return 0; }
19575 $ac_kw foo_t foo () {return 0; }
19576 #endif
19578 _ACEOF
19579 rm -f conftest.$ac_objext
19580 if { (ac_try="$ac_compile"
19581 case "(($ac_try" in
19582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583 *) ac_try_echo=$ac_try;;
19584 esac
19585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19586 $as_echo "$ac_try_echo") >&5
19587 (eval "$ac_compile") 2>conftest.er1
19588 ac_status=$?
19589 grep -v '^ *+' conftest.er1 >conftest.err
19590 rm -f conftest.er1
19591 cat conftest.err >&5
19592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); } && {
19594 test -z "$ac_c_werror_flag" ||
19595 test ! -s conftest.err
19596 } && test -s conftest.$ac_objext; then
19597 ac_cv_c_inline=$ac_kw
19598 else
19599 $as_echo "$as_me: failed program was:" >&5
19600 sed 's/^/| /' conftest.$ac_ext >&5
19605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19606 test "$ac_cv_c_inline" != no && break
19607 done
19610 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19611 $as_echo "$ac_cv_c_inline" >&6; }
19614 case $ac_cv_c_inline in
19615 inline | yes) ;;
19617 case $ac_cv_c_inline in
19618 no) ac_val=;;
19619 *) ac_val=$ac_cv_c_inline;;
19620 esac
19621 cat >>confdefs.h <<_ACEOF
19622 #ifndef __cplusplus
19623 #define inline $ac_val
19624 #endif
19625 _ACEOF
19627 esac
19629 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19630 $as_echo_n "checking for mode_t... " >&6; }
19631 if test "${ac_cv_type_mode_t+set}" = set; then
19632 $as_echo_n "(cached) " >&6
19633 else
19634 ac_cv_type_mode_t=no
19635 cat >conftest.$ac_ext <<_ACEOF
19636 /* confdefs.h. */
19637 _ACEOF
19638 cat confdefs.h >>conftest.$ac_ext
19639 cat >>conftest.$ac_ext <<_ACEOF
19640 /* end confdefs.h. */
19641 $ac_includes_default
19643 main ()
19645 if (sizeof (mode_t))
19646 return 0;
19648 return 0;
19650 _ACEOF
19651 rm -f conftest.$ac_objext
19652 if { (ac_try="$ac_compile"
19653 case "(($ac_try" in
19654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19655 *) ac_try_echo=$ac_try;;
19656 esac
19657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19658 $as_echo "$ac_try_echo") >&5
19659 (eval "$ac_compile") 2>conftest.er1
19660 ac_status=$?
19661 grep -v '^ *+' conftest.er1 >conftest.err
19662 rm -f conftest.er1
19663 cat conftest.err >&5
19664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665 (exit $ac_status); } && {
19666 test -z "$ac_c_werror_flag" ||
19667 test ! -s conftest.err
19668 } && test -s conftest.$ac_objext; then
19669 cat >conftest.$ac_ext <<_ACEOF
19670 /* confdefs.h. */
19671 _ACEOF
19672 cat confdefs.h >>conftest.$ac_ext
19673 cat >>conftest.$ac_ext <<_ACEOF
19674 /* end confdefs.h. */
19675 $ac_includes_default
19677 main ()
19679 if (sizeof ((mode_t)))
19680 return 0;
19682 return 0;
19684 _ACEOF
19685 rm -f conftest.$ac_objext
19686 if { (ac_try="$ac_compile"
19687 case "(($ac_try" in
19688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19689 *) ac_try_echo=$ac_try;;
19690 esac
19691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19692 $as_echo "$ac_try_echo") >&5
19693 (eval "$ac_compile") 2>conftest.er1
19694 ac_status=$?
19695 grep -v '^ *+' conftest.er1 >conftest.err
19696 rm -f conftest.er1
19697 cat conftest.err >&5
19698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19699 (exit $ac_status); } && {
19700 test -z "$ac_c_werror_flag" ||
19701 test ! -s conftest.err
19702 } && test -s conftest.$ac_objext; then
19704 else
19705 $as_echo "$as_me: failed program was:" >&5
19706 sed 's/^/| /' conftest.$ac_ext >&5
19708 ac_cv_type_mode_t=yes
19711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19712 else
19713 $as_echo "$as_me: failed program was:" >&5
19714 sed 's/^/| /' conftest.$ac_ext >&5
19719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19721 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19722 $as_echo "$ac_cv_type_mode_t" >&6; }
19723 if test "x$ac_cv_type_mode_t" = x""yes; then
19725 cat >>confdefs.h <<_ACEOF
19726 #define HAVE_MODE_T 1
19727 _ACEOF
19731 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19732 $as_echo_n "checking for off_t... " >&6; }
19733 if test "${ac_cv_type_off_t+set}" = set; then
19734 $as_echo_n "(cached) " >&6
19735 else
19736 ac_cv_type_off_t=no
19737 cat >conftest.$ac_ext <<_ACEOF
19738 /* confdefs.h. */
19739 _ACEOF
19740 cat confdefs.h >>conftest.$ac_ext
19741 cat >>conftest.$ac_ext <<_ACEOF
19742 /* end confdefs.h. */
19743 $ac_includes_default
19745 main ()
19747 if (sizeof (off_t))
19748 return 0;
19750 return 0;
19752 _ACEOF
19753 rm -f conftest.$ac_objext
19754 if { (ac_try="$ac_compile"
19755 case "(($ac_try" in
19756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19757 *) ac_try_echo=$ac_try;;
19758 esac
19759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19760 $as_echo "$ac_try_echo") >&5
19761 (eval "$ac_compile") 2>conftest.er1
19762 ac_status=$?
19763 grep -v '^ *+' conftest.er1 >conftest.err
19764 rm -f conftest.er1
19765 cat conftest.err >&5
19766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767 (exit $ac_status); } && {
19768 test -z "$ac_c_werror_flag" ||
19769 test ! -s conftest.err
19770 } && test -s conftest.$ac_objext; then
19771 cat >conftest.$ac_ext <<_ACEOF
19772 /* confdefs.h. */
19773 _ACEOF
19774 cat confdefs.h >>conftest.$ac_ext
19775 cat >>conftest.$ac_ext <<_ACEOF
19776 /* end confdefs.h. */
19777 $ac_includes_default
19779 main ()
19781 if (sizeof ((off_t)))
19782 return 0;
19784 return 0;
19786 _ACEOF
19787 rm -f conftest.$ac_objext
19788 if { (ac_try="$ac_compile"
19789 case "(($ac_try" in
19790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19791 *) ac_try_echo=$ac_try;;
19792 esac
19793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19794 $as_echo "$ac_try_echo") >&5
19795 (eval "$ac_compile") 2>conftest.er1
19796 ac_status=$?
19797 grep -v '^ *+' conftest.er1 >conftest.err
19798 rm -f conftest.er1
19799 cat conftest.err >&5
19800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19801 (exit $ac_status); } && {
19802 test -z "$ac_c_werror_flag" ||
19803 test ! -s conftest.err
19804 } && test -s conftest.$ac_objext; then
19806 else
19807 $as_echo "$as_me: failed program was:" >&5
19808 sed 's/^/| /' conftest.$ac_ext >&5
19810 ac_cv_type_off_t=yes
19813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19814 else
19815 $as_echo "$as_me: failed program was:" >&5
19816 sed 's/^/| /' conftest.$ac_ext >&5
19821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19823 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19824 $as_echo "$ac_cv_type_off_t" >&6; }
19825 if test "x$ac_cv_type_off_t" = x""yes; then
19827 cat >>confdefs.h <<_ACEOF
19828 #define HAVE_OFF_T 1
19829 _ACEOF
19833 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19834 $as_echo_n "checking for pid_t... " >&6; }
19835 if test "${ac_cv_type_pid_t+set}" = set; then
19836 $as_echo_n "(cached) " >&6
19837 else
19838 ac_cv_type_pid_t=no
19839 cat >conftest.$ac_ext <<_ACEOF
19840 /* confdefs.h. */
19841 _ACEOF
19842 cat confdefs.h >>conftest.$ac_ext
19843 cat >>conftest.$ac_ext <<_ACEOF
19844 /* end confdefs.h. */
19845 $ac_includes_default
19847 main ()
19849 if (sizeof (pid_t))
19850 return 0;
19852 return 0;
19854 _ACEOF
19855 rm -f conftest.$ac_objext
19856 if { (ac_try="$ac_compile"
19857 case "(($ac_try" in
19858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19859 *) ac_try_echo=$ac_try;;
19860 esac
19861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19862 $as_echo "$ac_try_echo") >&5
19863 (eval "$ac_compile") 2>conftest.er1
19864 ac_status=$?
19865 grep -v '^ *+' conftest.er1 >conftest.err
19866 rm -f conftest.er1
19867 cat conftest.err >&5
19868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19869 (exit $ac_status); } && {
19870 test -z "$ac_c_werror_flag" ||
19871 test ! -s conftest.err
19872 } && test -s conftest.$ac_objext; then
19873 cat >conftest.$ac_ext <<_ACEOF
19874 /* confdefs.h. */
19875 _ACEOF
19876 cat confdefs.h >>conftest.$ac_ext
19877 cat >>conftest.$ac_ext <<_ACEOF
19878 /* end confdefs.h. */
19879 $ac_includes_default
19881 main ()
19883 if (sizeof ((pid_t)))
19884 return 0;
19886 return 0;
19888 _ACEOF
19889 rm -f conftest.$ac_objext
19890 if { (ac_try="$ac_compile"
19891 case "(($ac_try" in
19892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893 *) ac_try_echo=$ac_try;;
19894 esac
19895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19896 $as_echo "$ac_try_echo") >&5
19897 (eval "$ac_compile") 2>conftest.er1
19898 ac_status=$?
19899 grep -v '^ *+' conftest.er1 >conftest.err
19900 rm -f conftest.er1
19901 cat conftest.err >&5
19902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19903 (exit $ac_status); } && {
19904 test -z "$ac_c_werror_flag" ||
19905 test ! -s conftest.err
19906 } && test -s conftest.$ac_objext; then
19908 else
19909 $as_echo "$as_me: failed program was:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19912 ac_cv_type_pid_t=yes
19915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 else
19917 $as_echo "$as_me: failed program was:" >&5
19918 sed 's/^/| /' conftest.$ac_ext >&5
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19925 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19926 $as_echo "$ac_cv_type_pid_t" >&6; }
19927 if test "x$ac_cv_type_pid_t" = x""yes; then
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_PID_T 1
19931 _ACEOF
19935 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19936 $as_echo_n "checking for size_t... " >&6; }
19937 if test "${ac_cv_type_size_t+set}" = set; then
19938 $as_echo_n "(cached) " >&6
19939 else
19940 ac_cv_type_size_t=no
19941 cat >conftest.$ac_ext <<_ACEOF
19942 /* confdefs.h. */
19943 _ACEOF
19944 cat confdefs.h >>conftest.$ac_ext
19945 cat >>conftest.$ac_ext <<_ACEOF
19946 /* end confdefs.h. */
19947 $ac_includes_default
19949 main ()
19951 if (sizeof (size_t))
19952 return 0;
19954 return 0;
19956 _ACEOF
19957 rm -f conftest.$ac_objext
19958 if { (ac_try="$ac_compile"
19959 case "(($ac_try" in
19960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19961 *) ac_try_echo=$ac_try;;
19962 esac
19963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19964 $as_echo "$ac_try_echo") >&5
19965 (eval "$ac_compile") 2>conftest.er1
19966 ac_status=$?
19967 grep -v '^ *+' conftest.er1 >conftest.err
19968 rm -f conftest.er1
19969 cat conftest.err >&5
19970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971 (exit $ac_status); } && {
19972 test -z "$ac_c_werror_flag" ||
19973 test ! -s conftest.err
19974 } && test -s conftest.$ac_objext; then
19975 cat >conftest.$ac_ext <<_ACEOF
19976 /* confdefs.h. */
19977 _ACEOF
19978 cat confdefs.h >>conftest.$ac_ext
19979 cat >>conftest.$ac_ext <<_ACEOF
19980 /* end confdefs.h. */
19981 $ac_includes_default
19983 main ()
19985 if (sizeof ((size_t)))
19986 return 0;
19988 return 0;
19990 _ACEOF
19991 rm -f conftest.$ac_objext
19992 if { (ac_try="$ac_compile"
19993 case "(($ac_try" in
19994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19995 *) ac_try_echo=$ac_try;;
19996 esac
19997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19998 $as_echo "$ac_try_echo") >&5
19999 (eval "$ac_compile") 2>conftest.er1
20000 ac_status=$?
20001 grep -v '^ *+' conftest.er1 >conftest.err
20002 rm -f conftest.er1
20003 cat conftest.err >&5
20004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); } && {
20006 test -z "$ac_c_werror_flag" ||
20007 test ! -s conftest.err
20008 } && test -s conftest.$ac_objext; then
20010 else
20011 $as_echo "$as_me: failed program was:" >&5
20012 sed 's/^/| /' conftest.$ac_ext >&5
20014 ac_cv_type_size_t=yes
20017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20018 else
20019 $as_echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.$ac_ext >&5
20025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20027 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20028 $as_echo "$ac_cv_type_size_t" >&6; }
20029 if test "x$ac_cv_type_size_t" = x""yes; then
20031 cat >>confdefs.h <<_ACEOF
20032 #define HAVE_SIZE_T 1
20033 _ACEOF
20037 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20038 $as_echo_n "checking for ssize_t... " >&6; }
20039 if test "${ac_cv_type_ssize_t+set}" = set; then
20040 $as_echo_n "(cached) " >&6
20041 else
20042 ac_cv_type_ssize_t=no
20043 cat >conftest.$ac_ext <<_ACEOF
20044 /* confdefs.h. */
20045 _ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h. */
20049 $ac_includes_default
20051 main ()
20053 if (sizeof (ssize_t))
20054 return 0;
20056 return 0;
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063 *) ac_try_echo=$ac_try;;
20064 esac
20065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20066 $as_echo "$ac_try_echo") >&5
20067 (eval "$ac_compile") 2>conftest.er1
20068 ac_status=$?
20069 grep -v '^ *+' conftest.er1 >conftest.err
20070 rm -f conftest.er1
20071 cat conftest.err >&5
20072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } && {
20074 test -z "$ac_c_werror_flag" ||
20075 test ! -s conftest.err
20076 } && test -s conftest.$ac_objext; then
20077 cat >conftest.$ac_ext <<_ACEOF
20078 /* confdefs.h. */
20079 _ACEOF
20080 cat confdefs.h >>conftest.$ac_ext
20081 cat >>conftest.$ac_ext <<_ACEOF
20082 /* end confdefs.h. */
20083 $ac_includes_default
20085 main ()
20087 if (sizeof ((ssize_t)))
20088 return 0;
20090 return 0;
20092 _ACEOF
20093 rm -f conftest.$ac_objext
20094 if { (ac_try="$ac_compile"
20095 case "(($ac_try" in
20096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20097 *) ac_try_echo=$ac_try;;
20098 esac
20099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20100 $as_echo "$ac_try_echo") >&5
20101 (eval "$ac_compile") 2>conftest.er1
20102 ac_status=$?
20103 grep -v '^ *+' conftest.er1 >conftest.err
20104 rm -f conftest.er1
20105 cat conftest.err >&5
20106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20107 (exit $ac_status); } && {
20108 test -z "$ac_c_werror_flag" ||
20109 test ! -s conftest.err
20110 } && test -s conftest.$ac_objext; then
20112 else
20113 $as_echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.$ac_ext >&5
20116 ac_cv_type_ssize_t=yes
20119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20120 else
20121 $as_echo "$as_me: failed program was:" >&5
20122 sed 's/^/| /' conftest.$ac_ext >&5
20127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20129 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20130 $as_echo "$ac_cv_type_ssize_t" >&6; }
20131 if test "x$ac_cv_type_ssize_t" = x""yes; then
20133 cat >>confdefs.h <<_ACEOF
20134 #define HAVE_SSIZE_T 1
20135 _ACEOF
20139 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20140 $as_echo_n "checking for long long... " >&6; }
20141 if test "${ac_cv_type_long_long+set}" = set; then
20142 $as_echo_n "(cached) " >&6
20143 else
20144 ac_cv_type_long_long=no
20145 cat >conftest.$ac_ext <<_ACEOF
20146 /* confdefs.h. */
20147 _ACEOF
20148 cat confdefs.h >>conftest.$ac_ext
20149 cat >>conftest.$ac_ext <<_ACEOF
20150 /* end confdefs.h. */
20151 $ac_includes_default
20153 main ()
20155 if (sizeof (long long))
20156 return 0;
20158 return 0;
20160 _ACEOF
20161 rm -f conftest.$ac_objext
20162 if { (ac_try="$ac_compile"
20163 case "(($ac_try" in
20164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20165 *) ac_try_echo=$ac_try;;
20166 esac
20167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20168 $as_echo "$ac_try_echo") >&5
20169 (eval "$ac_compile") 2>conftest.er1
20170 ac_status=$?
20171 grep -v '^ *+' conftest.er1 >conftest.err
20172 rm -f conftest.er1
20173 cat conftest.err >&5
20174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175 (exit $ac_status); } && {
20176 test -z "$ac_c_werror_flag" ||
20177 test ! -s conftest.err
20178 } && test -s conftest.$ac_objext; then
20179 cat >conftest.$ac_ext <<_ACEOF
20180 /* confdefs.h. */
20181 _ACEOF
20182 cat confdefs.h >>conftest.$ac_ext
20183 cat >>conftest.$ac_ext <<_ACEOF
20184 /* end confdefs.h. */
20185 $ac_includes_default
20187 main ()
20189 if (sizeof ((long long)))
20190 return 0;
20192 return 0;
20194 _ACEOF
20195 rm -f conftest.$ac_objext
20196 if { (ac_try="$ac_compile"
20197 case "(($ac_try" in
20198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20199 *) ac_try_echo=$ac_try;;
20200 esac
20201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20202 $as_echo "$ac_try_echo") >&5
20203 (eval "$ac_compile") 2>conftest.er1
20204 ac_status=$?
20205 grep -v '^ *+' conftest.er1 >conftest.err
20206 rm -f conftest.er1
20207 cat conftest.err >&5
20208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209 (exit $ac_status); } && {
20210 test -z "$ac_c_werror_flag" ||
20211 test ! -s conftest.err
20212 } && test -s conftest.$ac_objext; then
20214 else
20215 $as_echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20218 ac_cv_type_long_long=yes
20221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20222 else
20223 $as_echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
20229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20231 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20232 $as_echo "$ac_cv_type_long_long" >&6; }
20233 if test "x$ac_cv_type_long_long" = x""yes; then
20235 cat >>confdefs.h <<_ACEOF
20236 #define HAVE_LONG_LONG 1
20237 _ACEOF
20241 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20242 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20243 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20244 $as_echo_n "(cached) " >&6
20245 else
20246 ac_cv_type_fsblkcnt_t=no
20247 cat >conftest.$ac_ext <<_ACEOF
20248 /* confdefs.h. */
20249 _ACEOF
20250 cat confdefs.h >>conftest.$ac_ext
20251 cat >>conftest.$ac_ext <<_ACEOF
20252 /* end confdefs.h. */
20253 $ac_includes_default
20255 main ()
20257 if (sizeof (fsblkcnt_t))
20258 return 0;
20260 return 0;
20262 _ACEOF
20263 rm -f conftest.$ac_objext
20264 if { (ac_try="$ac_compile"
20265 case "(($ac_try" in
20266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20267 *) ac_try_echo=$ac_try;;
20268 esac
20269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20270 $as_echo "$ac_try_echo") >&5
20271 (eval "$ac_compile") 2>conftest.er1
20272 ac_status=$?
20273 grep -v '^ *+' conftest.er1 >conftest.err
20274 rm -f conftest.er1
20275 cat conftest.err >&5
20276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20277 (exit $ac_status); } && {
20278 test -z "$ac_c_werror_flag" ||
20279 test ! -s conftest.err
20280 } && test -s conftest.$ac_objext; then
20281 cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h. */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 $ac_includes_default
20289 main ()
20291 if (sizeof ((fsblkcnt_t)))
20292 return 0;
20294 return 0;
20296 _ACEOF
20297 rm -f conftest.$ac_objext
20298 if { (ac_try="$ac_compile"
20299 case "(($ac_try" in
20300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20301 *) ac_try_echo=$ac_try;;
20302 esac
20303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20304 $as_echo "$ac_try_echo") >&5
20305 (eval "$ac_compile") 2>conftest.er1
20306 ac_status=$?
20307 grep -v '^ *+' conftest.er1 >conftest.err
20308 rm -f conftest.er1
20309 cat conftest.err >&5
20310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20311 (exit $ac_status); } && {
20312 test -z "$ac_c_werror_flag" ||
20313 test ! -s conftest.err
20314 } && test -s conftest.$ac_objext; then
20316 else
20317 $as_echo "$as_me: failed program was:" >&5
20318 sed 's/^/| /' conftest.$ac_ext >&5
20320 ac_cv_type_fsblkcnt_t=yes
20323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20324 else
20325 $as_echo "$as_me: failed program was:" >&5
20326 sed 's/^/| /' conftest.$ac_ext >&5
20331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20334 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20335 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20337 cat >>confdefs.h <<_ACEOF
20338 #define HAVE_FSBLKCNT_T 1
20339 _ACEOF
20343 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20344 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20345 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20346 $as_echo_n "(cached) " >&6
20347 else
20348 ac_cv_type_fsfilcnt_t=no
20349 cat >conftest.$ac_ext <<_ACEOF
20350 /* confdefs.h. */
20351 _ACEOF
20352 cat confdefs.h >>conftest.$ac_ext
20353 cat >>conftest.$ac_ext <<_ACEOF
20354 /* end confdefs.h. */
20355 $ac_includes_default
20357 main ()
20359 if (sizeof (fsfilcnt_t))
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
20383 cat >conftest.$ac_ext <<_ACEOF
20384 /* confdefs.h. */
20385 _ACEOF
20386 cat confdefs.h >>conftest.$ac_ext
20387 cat >>conftest.$ac_ext <<_ACEOF
20388 /* end confdefs.h. */
20389 $ac_includes_default
20391 main ()
20393 if (sizeof ((fsfilcnt_t)))
20394 return 0;
20396 return 0;
20398 _ACEOF
20399 rm -f conftest.$ac_objext
20400 if { (ac_try="$ac_compile"
20401 case "(($ac_try" in
20402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20403 *) ac_try_echo=$ac_try;;
20404 esac
20405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20406 $as_echo "$ac_try_echo") >&5
20407 (eval "$ac_compile") 2>conftest.er1
20408 ac_status=$?
20409 grep -v '^ *+' conftest.er1 >conftest.err
20410 rm -f conftest.er1
20411 cat conftest.err >&5
20412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20413 (exit $ac_status); } && {
20414 test -z "$ac_c_werror_flag" ||
20415 test ! -s conftest.err
20416 } && test -s conftest.$ac_objext; then
20418 else
20419 $as_echo "$as_me: failed program was:" >&5
20420 sed 's/^/| /' conftest.$ac_ext >&5
20422 ac_cv_type_fsfilcnt_t=yes
20425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20426 else
20427 $as_echo "$as_me: failed program was:" >&5
20428 sed 's/^/| /' conftest.$ac_ext >&5
20433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20435 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20436 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20437 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20439 cat >>confdefs.h <<_ACEOF
20440 #define HAVE_FSFILCNT_T 1
20441 _ACEOF
20446 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20447 $as_echo_n "checking for sigset_t... " >&6; }
20448 if test "${ac_cv_type_sigset_t+set}" = set; then
20449 $as_echo_n "(cached) " >&6
20450 else
20451 ac_cv_type_sigset_t=no
20452 cat >conftest.$ac_ext <<_ACEOF
20453 /* confdefs.h. */
20454 _ACEOF
20455 cat confdefs.h >>conftest.$ac_ext
20456 cat >>conftest.$ac_ext <<_ACEOF
20457 /* end confdefs.h. */
20458 #include <sys/types.h>
20459 #include <signal.h>
20462 main ()
20464 if (sizeof (sigset_t))
20465 return 0;
20467 return 0;
20469 _ACEOF
20470 rm -f conftest.$ac_objext
20471 if { (ac_try="$ac_compile"
20472 case "(($ac_try" in
20473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20474 *) ac_try_echo=$ac_try;;
20475 esac
20476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20477 $as_echo "$ac_try_echo") >&5
20478 (eval "$ac_compile") 2>conftest.er1
20479 ac_status=$?
20480 grep -v '^ *+' conftest.er1 >conftest.err
20481 rm -f conftest.er1
20482 cat conftest.err >&5
20483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20484 (exit $ac_status); } && {
20485 test -z "$ac_c_werror_flag" ||
20486 test ! -s conftest.err
20487 } && test -s conftest.$ac_objext; then
20488 cat >conftest.$ac_ext <<_ACEOF
20489 /* confdefs.h. */
20490 _ACEOF
20491 cat confdefs.h >>conftest.$ac_ext
20492 cat >>conftest.$ac_ext <<_ACEOF
20493 /* end confdefs.h. */
20494 #include <sys/types.h>
20495 #include <signal.h>
20498 main ()
20500 if (sizeof ((sigset_t)))
20501 return 0;
20503 return 0;
20505 _ACEOF
20506 rm -f conftest.$ac_objext
20507 if { (ac_try="$ac_compile"
20508 case "(($ac_try" in
20509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20510 *) ac_try_echo=$ac_try;;
20511 esac
20512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20513 $as_echo "$ac_try_echo") >&5
20514 (eval "$ac_compile") 2>conftest.er1
20515 ac_status=$?
20516 grep -v '^ *+' conftest.er1 >conftest.err
20517 rm -f conftest.er1
20518 cat conftest.err >&5
20519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20520 (exit $ac_status); } && {
20521 test -z "$ac_c_werror_flag" ||
20522 test ! -s conftest.err
20523 } && test -s conftest.$ac_objext; then
20525 else
20526 $as_echo "$as_me: failed program was:" >&5
20527 sed 's/^/| /' conftest.$ac_ext >&5
20529 ac_cv_type_sigset_t=yes
20532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20533 else
20534 $as_echo "$as_me: failed program was:" >&5
20535 sed 's/^/| /' conftest.$ac_ext >&5
20540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20542 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20543 $as_echo "$ac_cv_type_sigset_t" >&6; }
20544 if test "x$ac_cv_type_sigset_t" = x""yes; then
20546 cat >>confdefs.h <<_ACEOF
20547 #define HAVE_SIGSET_T 1
20548 _ACEOF
20553 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20554 $as_echo_n "checking for request_sense... " >&6; }
20555 if test "${ac_cv_type_request_sense+set}" = set; then
20556 $as_echo_n "(cached) " >&6
20557 else
20558 ac_cv_type_request_sense=no
20559 cat >conftest.$ac_ext <<_ACEOF
20560 /* confdefs.h. */
20561 _ACEOF
20562 cat confdefs.h >>conftest.$ac_ext
20563 cat >>conftest.$ac_ext <<_ACEOF
20564 /* end confdefs.h. */
20565 #include <linux/cdrom.h>
20568 main ()
20570 if (sizeof (request_sense))
20571 return 0;
20573 return 0;
20575 _ACEOF
20576 rm -f conftest.$ac_objext
20577 if { (ac_try="$ac_compile"
20578 case "(($ac_try" in
20579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20580 *) ac_try_echo=$ac_try;;
20581 esac
20582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20583 $as_echo "$ac_try_echo") >&5
20584 (eval "$ac_compile") 2>conftest.er1
20585 ac_status=$?
20586 grep -v '^ *+' conftest.er1 >conftest.err
20587 rm -f conftest.er1
20588 cat conftest.err >&5
20589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20590 (exit $ac_status); } && {
20591 test -z "$ac_c_werror_flag" ||
20592 test ! -s conftest.err
20593 } && test -s conftest.$ac_objext; then
20594 cat >conftest.$ac_ext <<_ACEOF
20595 /* confdefs.h. */
20596 _ACEOF
20597 cat confdefs.h >>conftest.$ac_ext
20598 cat >>conftest.$ac_ext <<_ACEOF
20599 /* end confdefs.h. */
20600 #include <linux/cdrom.h>
20603 main ()
20605 if (sizeof ((request_sense)))
20606 return 0;
20608 return 0;
20610 _ACEOF
20611 rm -f conftest.$ac_objext
20612 if { (ac_try="$ac_compile"
20613 case "(($ac_try" in
20614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20615 *) ac_try_echo=$ac_try;;
20616 esac
20617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20618 $as_echo "$ac_try_echo") >&5
20619 (eval "$ac_compile") 2>conftest.er1
20620 ac_status=$?
20621 grep -v '^ *+' conftest.er1 >conftest.err
20622 rm -f conftest.er1
20623 cat conftest.err >&5
20624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20625 (exit $ac_status); } && {
20626 test -z "$ac_c_werror_flag" ||
20627 test ! -s conftest.err
20628 } && test -s conftest.$ac_objext; then
20630 else
20631 $as_echo "$as_me: failed program was:" >&5
20632 sed 's/^/| /' conftest.$ac_ext >&5
20634 ac_cv_type_request_sense=yes
20637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20638 else
20639 $as_echo "$as_me: failed program was:" >&5
20640 sed 's/^/| /' conftest.$ac_ext >&5
20645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20647 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20648 $as_echo "$ac_cv_type_request_sense" >&6; }
20649 if test "x$ac_cv_type_request_sense" = x""yes; then
20651 cat >>confdefs.h <<_ACEOF
20652 #define HAVE_REQUEST_SENSE 1
20653 _ACEOF
20659 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20660 $as_echo_n "checking for struct xinpgen... " >&6; }
20661 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20662 $as_echo_n "(cached) " >&6
20663 else
20664 ac_cv_type_struct_xinpgen=no
20665 cat >conftest.$ac_ext <<_ACEOF
20666 /* confdefs.h. */
20667 _ACEOF
20668 cat confdefs.h >>conftest.$ac_ext
20669 cat >>conftest.$ac_ext <<_ACEOF
20670 /* end confdefs.h. */
20671 #include <sys/types.h>
20672 #ifdef HAVE_SYS_SOCKET_H
20673 #include <sys/socket.h>
20674 #endif
20675 #ifdef HAVE_SYS_SOCKETVAR_H
20676 #include <sys/socketvar.h>
20677 #endif
20678 #ifdef HAVE_NET_ROUTE_H
20679 #include <net/route.h>
20680 #endif
20681 #ifdef HAVE_NETINET_IN_H
20682 #include <netinet/in.h>
20683 #endif
20684 #ifdef HAVE_NETINET_IN_SYSTM_H
20685 #include <netinet/in_systm.h>
20686 #endif
20687 #ifdef HAVE_NETINET_IP_H
20688 #include <netinet/ip.h>
20689 #endif
20690 #ifdef HAVE_NETINET_IN_PCB_H
20691 #include <netinet/in_pcb.h>
20692 #endif
20695 main ()
20697 if (sizeof (struct xinpgen))
20698 return 0;
20700 return 0;
20702 _ACEOF
20703 rm -f conftest.$ac_objext
20704 if { (ac_try="$ac_compile"
20705 case "(($ac_try" in
20706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20707 *) ac_try_echo=$ac_try;;
20708 esac
20709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20710 $as_echo "$ac_try_echo") >&5
20711 (eval "$ac_compile") 2>conftest.er1
20712 ac_status=$?
20713 grep -v '^ *+' conftest.er1 >conftest.err
20714 rm -f conftest.er1
20715 cat conftest.err >&5
20716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717 (exit $ac_status); } && {
20718 test -z "$ac_c_werror_flag" ||
20719 test ! -s conftest.err
20720 } && test -s conftest.$ac_objext; then
20721 cat >conftest.$ac_ext <<_ACEOF
20722 /* confdefs.h. */
20723 _ACEOF
20724 cat confdefs.h >>conftest.$ac_ext
20725 cat >>conftest.$ac_ext <<_ACEOF
20726 /* end confdefs.h. */
20727 #include <sys/types.h>
20728 #ifdef HAVE_SYS_SOCKET_H
20729 #include <sys/socket.h>
20730 #endif
20731 #ifdef HAVE_SYS_SOCKETVAR_H
20732 #include <sys/socketvar.h>
20733 #endif
20734 #ifdef HAVE_NET_ROUTE_H
20735 #include <net/route.h>
20736 #endif
20737 #ifdef HAVE_NETINET_IN_H
20738 #include <netinet/in.h>
20739 #endif
20740 #ifdef HAVE_NETINET_IN_SYSTM_H
20741 #include <netinet/in_systm.h>
20742 #endif
20743 #ifdef HAVE_NETINET_IP_H
20744 #include <netinet/ip.h>
20745 #endif
20746 #ifdef HAVE_NETINET_IN_PCB_H
20747 #include <netinet/in_pcb.h>
20748 #endif
20751 main ()
20753 if (sizeof ((struct xinpgen)))
20754 return 0;
20756 return 0;
20758 _ACEOF
20759 rm -f conftest.$ac_objext
20760 if { (ac_try="$ac_compile"
20761 case "(($ac_try" in
20762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20763 *) ac_try_echo=$ac_try;;
20764 esac
20765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20766 $as_echo "$ac_try_echo") >&5
20767 (eval "$ac_compile") 2>conftest.er1
20768 ac_status=$?
20769 grep -v '^ *+' conftest.er1 >conftest.err
20770 rm -f conftest.er1
20771 cat conftest.err >&5
20772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20773 (exit $ac_status); } && {
20774 test -z "$ac_c_werror_flag" ||
20775 test ! -s conftest.err
20776 } && test -s conftest.$ac_objext; then
20778 else
20779 $as_echo "$as_me: failed program was:" >&5
20780 sed 's/^/| /' conftest.$ac_ext >&5
20782 ac_cv_type_struct_xinpgen=yes
20785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20786 else
20787 $as_echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5
20793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20795 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20796 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20797 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20799 cat >>confdefs.h <<_ACEOF
20800 #define HAVE_STRUCT_XINPGEN 1
20801 _ACEOF
20807 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20808 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20809 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20810 $as_echo_n "(cached) " >&6
20811 else
20812 cat >conftest.$ac_ext <<_ACEOF
20813 /* confdefs.h. */
20814 _ACEOF
20815 cat confdefs.h >>conftest.$ac_ext
20816 cat >>conftest.$ac_ext <<_ACEOF
20817 /* end confdefs.h. */
20818 #ifdef HAVE_LINUX_INPUT_H
20819 #include <linux/input.h>
20820 #endif
20823 main ()
20825 static struct ff_effect ac_aggr;
20826 if (ac_aggr.direction)
20827 return 0;
20829 return 0;
20831 _ACEOF
20832 rm -f conftest.$ac_objext
20833 if { (ac_try="$ac_compile"
20834 case "(($ac_try" in
20835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20836 *) ac_try_echo=$ac_try;;
20837 esac
20838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20839 $as_echo "$ac_try_echo") >&5
20840 (eval "$ac_compile") 2>conftest.er1
20841 ac_status=$?
20842 grep -v '^ *+' conftest.er1 >conftest.err
20843 rm -f conftest.er1
20844 cat conftest.err >&5
20845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20846 (exit $ac_status); } && {
20847 test -z "$ac_c_werror_flag" ||
20848 test ! -s conftest.err
20849 } && test -s conftest.$ac_objext; then
20850 ac_cv_member_struct_ff_effect_direction=yes
20851 else
20852 $as_echo "$as_me: failed program was:" >&5
20853 sed 's/^/| /' conftest.$ac_ext >&5
20855 cat >conftest.$ac_ext <<_ACEOF
20856 /* confdefs.h. */
20857 _ACEOF
20858 cat confdefs.h >>conftest.$ac_ext
20859 cat >>conftest.$ac_ext <<_ACEOF
20860 /* end confdefs.h. */
20861 #ifdef HAVE_LINUX_INPUT_H
20862 #include <linux/input.h>
20863 #endif
20866 main ()
20868 static struct ff_effect ac_aggr;
20869 if (sizeof ac_aggr.direction)
20870 return 0;
20872 return 0;
20874 _ACEOF
20875 rm -f conftest.$ac_objext
20876 if { (ac_try="$ac_compile"
20877 case "(($ac_try" in
20878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20879 *) ac_try_echo=$ac_try;;
20880 esac
20881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20882 $as_echo "$ac_try_echo") >&5
20883 (eval "$ac_compile") 2>conftest.er1
20884 ac_status=$?
20885 grep -v '^ *+' conftest.er1 >conftest.err
20886 rm -f conftest.er1
20887 cat conftest.err >&5
20888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20889 (exit $ac_status); } && {
20890 test -z "$ac_c_werror_flag" ||
20891 test ! -s conftest.err
20892 } && test -s conftest.$ac_objext; then
20893 ac_cv_member_struct_ff_effect_direction=yes
20894 else
20895 $as_echo "$as_me: failed program was:" >&5
20896 sed 's/^/| /' conftest.$ac_ext >&5
20898 ac_cv_member_struct_ff_effect_direction=no
20901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20906 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20907 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20908 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20910 cat >>confdefs.h <<_ACEOF
20911 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20912 _ACEOF
20918 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20919 $as_echo_n "checking for sigaddset... " >&6; }
20920 if test "${wine_cv_have_sigaddset+set}" = set; then
20921 $as_echo_n "(cached) " >&6
20922 else
20923 cat >conftest.$ac_ext <<_ACEOF
20924 /* confdefs.h. */
20925 _ACEOF
20926 cat confdefs.h >>conftest.$ac_ext
20927 cat >>conftest.$ac_ext <<_ACEOF
20928 /* end confdefs.h. */
20929 #include <signal.h>
20931 main ()
20933 sigset_t set; sigaddset(&set,SIGTERM);
20935 return 0;
20937 _ACEOF
20938 rm -f conftest.$ac_objext conftest$ac_exeext
20939 if { (ac_try="$ac_link"
20940 case "(($ac_try" in
20941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20942 *) ac_try_echo=$ac_try;;
20943 esac
20944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20945 $as_echo "$ac_try_echo") >&5
20946 (eval "$ac_link") 2>conftest.er1
20947 ac_status=$?
20948 grep -v '^ *+' conftest.er1 >conftest.err
20949 rm -f conftest.er1
20950 cat conftest.err >&5
20951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20952 (exit $ac_status); } && {
20953 test -z "$ac_c_werror_flag" ||
20954 test ! -s conftest.err
20955 } && test -s conftest$ac_exeext && {
20956 test "$cross_compiling" = yes ||
20957 $as_test_x conftest$ac_exeext
20958 }; then
20959 wine_cv_have_sigaddset=yes
20960 else
20961 $as_echo "$as_me: failed program was:" >&5
20962 sed 's/^/| /' conftest.$ac_ext >&5
20964 wine_cv_have_sigaddset=no
20967 rm -rf conftest.dSYM
20968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20969 conftest$ac_exeext conftest.$ac_ext
20971 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20972 $as_echo "$wine_cv_have_sigaddset" >&6; }
20973 if test "$wine_cv_have_sigaddset" = "yes"
20974 then
20976 cat >>confdefs.h <<\_ACEOF
20977 #define HAVE_SIGADDSET 1
20978 _ACEOF
20983 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20984 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20985 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20986 $as_echo_n "(cached) " >&6
20987 else
20988 cat >conftest.$ac_ext <<_ACEOF
20989 /* confdefs.h. */
20990 _ACEOF
20991 cat confdefs.h >>conftest.$ac_ext
20992 cat >>conftest.$ac_ext <<_ACEOF
20993 /* end confdefs.h. */
20994 #include <netdb.h>
20996 main ()
20999 char *name=0;
21000 struct hostent he;
21001 struct hostent *result;
21002 char *buf=0;
21003 int bufsize=0;
21004 int res,errnr;
21005 char *addr=0;
21006 int addrlen=0;
21007 int addrtype=0;
21008 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21009 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21012 return 0;
21014 _ACEOF
21015 rm -f conftest.$ac_objext conftest$ac_exeext
21016 if { (ac_try="$ac_link"
21017 case "(($ac_try" in
21018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019 *) ac_try_echo=$ac_try;;
21020 esac
21021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21022 $as_echo "$ac_try_echo") >&5
21023 (eval "$ac_link") 2>conftest.er1
21024 ac_status=$?
21025 grep -v '^ *+' conftest.er1 >conftest.err
21026 rm -f conftest.er1
21027 cat conftest.err >&5
21028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21029 (exit $ac_status); } && {
21030 test -z "$ac_c_werror_flag" ||
21031 test ! -s conftest.err
21032 } && test -s conftest$ac_exeext && {
21033 test "$cross_compiling" = yes ||
21034 $as_test_x conftest$ac_exeext
21035 }; then
21036 wine_cv_linux_gethostbyname_r_6=yes
21037 else
21038 $as_echo "$as_me: failed program was:" >&5
21039 sed 's/^/| /' conftest.$ac_ext >&5
21041 wine_cv_linux_gethostbyname_r_6=no
21045 rm -rf conftest.dSYM
21046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21047 conftest$ac_exeext conftest.$ac_ext
21050 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21051 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21052 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21053 then
21055 cat >>confdefs.h <<\_ACEOF
21056 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21057 _ACEOF
21061 if test "$ac_cv_header_linux_joystick_h" = "yes"
21062 then
21063 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21064 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21065 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21066 $as_echo_n "(cached) " >&6
21067 else
21068 cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h. */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21075 #include <sys/ioctl.h>
21076 #include <sys/types.h>
21077 #include <linux/joystick.h>
21079 struct js_event blub;
21080 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21081 #error "no 2.2 header"
21082 #endif
21085 main ()
21087 /*empty*/
21089 return 0;
21091 _ACEOF
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096 *) ac_try_echo=$ac_try;;
21097 esac
21098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21099 $as_echo "$ac_try_echo") >&5
21100 (eval "$ac_compile") 2>conftest.er1
21101 ac_status=$?
21102 grep -v '^ *+' conftest.er1 >conftest.err
21103 rm -f conftest.er1
21104 cat conftest.err >&5
21105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest.$ac_objext; then
21110 wine_cv_linux_joystick_22_api=yes
21111 else
21112 $as_echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 wine_cv_linux_joystick_22_api=no
21118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21121 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21122 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21123 if test "$wine_cv_linux_joystick_22_api" = "yes"
21124 then
21126 cat >>confdefs.h <<\_ACEOF
21127 #define HAVE_LINUX_22_JOYSTICK_API 1
21128 _ACEOF
21134 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21135 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21136 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21137 $as_echo_n "(cached) " >&6
21138 else
21139 cat >conftest.$ac_ext <<_ACEOF
21140 /* confdefs.h. */
21141 _ACEOF
21142 cat confdefs.h >>conftest.$ac_ext
21143 cat >>conftest.$ac_ext <<_ACEOF
21144 /* end confdefs.h. */
21145 #include <sys/types.h>
21146 #ifdef HAVE_SYS_PARAM_H
21147 # include <sys/param.h>
21148 #endif
21149 #ifdef HAVE_SYS_MOUNT_H
21150 # include <sys/mount.h>
21151 #endif
21152 #ifdef HAVE_SYS_VFS_H
21153 # include <sys/vfs.h>
21154 #endif
21155 #ifdef HAVE_SYS_STATFS_H
21156 # include <sys/statfs.h>
21157 #endif
21160 main ()
21162 static struct statfs ac_aggr;
21163 if (ac_aggr.f_bfree)
21164 return 0;
21166 return 0;
21168 _ACEOF
21169 rm -f conftest.$ac_objext
21170 if { (ac_try="$ac_compile"
21171 case "(($ac_try" in
21172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21173 *) ac_try_echo=$ac_try;;
21174 esac
21175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21176 $as_echo "$ac_try_echo") >&5
21177 (eval "$ac_compile") 2>conftest.er1
21178 ac_status=$?
21179 grep -v '^ *+' conftest.er1 >conftest.err
21180 rm -f conftest.er1
21181 cat conftest.err >&5
21182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } && {
21184 test -z "$ac_c_werror_flag" ||
21185 test ! -s conftest.err
21186 } && test -s conftest.$ac_objext; then
21187 ac_cv_member_struct_statfs_f_bfree=yes
21188 else
21189 $as_echo "$as_me: failed program was:" >&5
21190 sed 's/^/| /' conftest.$ac_ext >&5
21192 cat >conftest.$ac_ext <<_ACEOF
21193 /* confdefs.h. */
21194 _ACEOF
21195 cat confdefs.h >>conftest.$ac_ext
21196 cat >>conftest.$ac_ext <<_ACEOF
21197 /* end confdefs.h. */
21198 #include <sys/types.h>
21199 #ifdef HAVE_SYS_PARAM_H
21200 # include <sys/param.h>
21201 #endif
21202 #ifdef HAVE_SYS_MOUNT_H
21203 # include <sys/mount.h>
21204 #endif
21205 #ifdef HAVE_SYS_VFS_H
21206 # include <sys/vfs.h>
21207 #endif
21208 #ifdef HAVE_SYS_STATFS_H
21209 # include <sys/statfs.h>
21210 #endif
21213 main ()
21215 static struct statfs ac_aggr;
21216 if (sizeof ac_aggr.f_bfree)
21217 return 0;
21219 return 0;
21221 _ACEOF
21222 rm -f conftest.$ac_objext
21223 if { (ac_try="$ac_compile"
21224 case "(($ac_try" in
21225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21226 *) ac_try_echo=$ac_try;;
21227 esac
21228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21229 $as_echo "$ac_try_echo") >&5
21230 (eval "$ac_compile") 2>conftest.er1
21231 ac_status=$?
21232 grep -v '^ *+' conftest.er1 >conftest.err
21233 rm -f conftest.er1
21234 cat conftest.err >&5
21235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); } && {
21237 test -z "$ac_c_werror_flag" ||
21238 test ! -s conftest.err
21239 } && test -s conftest.$ac_objext; then
21240 ac_cv_member_struct_statfs_f_bfree=yes
21241 else
21242 $as_echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.$ac_ext >&5
21245 ac_cv_member_struct_statfs_f_bfree=no
21248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21253 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21254 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21255 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21257 cat >>confdefs.h <<_ACEOF
21258 #define HAVE_STRUCT_STATFS_F_BFREE 1
21259 _ACEOF
21263 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21264 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21265 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21266 $as_echo_n "(cached) " >&6
21267 else
21268 cat >conftest.$ac_ext <<_ACEOF
21269 /* confdefs.h. */
21270 _ACEOF
21271 cat confdefs.h >>conftest.$ac_ext
21272 cat >>conftest.$ac_ext <<_ACEOF
21273 /* end confdefs.h. */
21274 #include <sys/types.h>
21275 #ifdef HAVE_SYS_PARAM_H
21276 # include <sys/param.h>
21277 #endif
21278 #ifdef HAVE_SYS_MOUNT_H
21279 # include <sys/mount.h>
21280 #endif
21281 #ifdef HAVE_SYS_VFS_H
21282 # include <sys/vfs.h>
21283 #endif
21284 #ifdef HAVE_SYS_STATFS_H
21285 # include <sys/statfs.h>
21286 #endif
21289 main ()
21291 static struct statfs ac_aggr;
21292 if (ac_aggr.f_bavail)
21293 return 0;
21295 return 0;
21297 _ACEOF
21298 rm -f conftest.$ac_objext
21299 if { (ac_try="$ac_compile"
21300 case "(($ac_try" in
21301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21302 *) ac_try_echo=$ac_try;;
21303 esac
21304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21305 $as_echo "$ac_try_echo") >&5
21306 (eval "$ac_compile") 2>conftest.er1
21307 ac_status=$?
21308 grep -v '^ *+' conftest.er1 >conftest.err
21309 rm -f conftest.er1
21310 cat conftest.err >&5
21311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21312 (exit $ac_status); } && {
21313 test -z "$ac_c_werror_flag" ||
21314 test ! -s conftest.err
21315 } && test -s conftest.$ac_objext; then
21316 ac_cv_member_struct_statfs_f_bavail=yes
21317 else
21318 $as_echo "$as_me: failed program was:" >&5
21319 sed 's/^/| /' conftest.$ac_ext >&5
21321 cat >conftest.$ac_ext <<_ACEOF
21322 /* confdefs.h. */
21323 _ACEOF
21324 cat confdefs.h >>conftest.$ac_ext
21325 cat >>conftest.$ac_ext <<_ACEOF
21326 /* end confdefs.h. */
21327 #include <sys/types.h>
21328 #ifdef HAVE_SYS_PARAM_H
21329 # include <sys/param.h>
21330 #endif
21331 #ifdef HAVE_SYS_MOUNT_H
21332 # include <sys/mount.h>
21333 #endif
21334 #ifdef HAVE_SYS_VFS_H
21335 # include <sys/vfs.h>
21336 #endif
21337 #ifdef HAVE_SYS_STATFS_H
21338 # include <sys/statfs.h>
21339 #endif
21342 main ()
21344 static struct statfs ac_aggr;
21345 if (sizeof ac_aggr.f_bavail)
21346 return 0;
21348 return 0;
21350 _ACEOF
21351 rm -f conftest.$ac_objext
21352 if { (ac_try="$ac_compile"
21353 case "(($ac_try" in
21354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21355 *) ac_try_echo=$ac_try;;
21356 esac
21357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21358 $as_echo "$ac_try_echo") >&5
21359 (eval "$ac_compile") 2>conftest.er1
21360 ac_status=$?
21361 grep -v '^ *+' conftest.er1 >conftest.err
21362 rm -f conftest.er1
21363 cat conftest.err >&5
21364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } && {
21366 test -z "$ac_c_werror_flag" ||
21367 test ! -s conftest.err
21368 } && test -s conftest.$ac_objext; then
21369 ac_cv_member_struct_statfs_f_bavail=yes
21370 else
21371 $as_echo "$as_me: failed program was:" >&5
21372 sed 's/^/| /' conftest.$ac_ext >&5
21374 ac_cv_member_struct_statfs_f_bavail=no
21377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21382 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21383 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21384 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21386 cat >>confdefs.h <<_ACEOF
21387 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21388 _ACEOF
21392 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21393 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21394 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21395 $as_echo_n "(cached) " >&6
21396 else
21397 cat >conftest.$ac_ext <<_ACEOF
21398 /* confdefs.h. */
21399 _ACEOF
21400 cat confdefs.h >>conftest.$ac_ext
21401 cat >>conftest.$ac_ext <<_ACEOF
21402 /* end confdefs.h. */
21403 #include <sys/types.h>
21404 #ifdef HAVE_SYS_PARAM_H
21405 # include <sys/param.h>
21406 #endif
21407 #ifdef HAVE_SYS_MOUNT_H
21408 # include <sys/mount.h>
21409 #endif
21410 #ifdef HAVE_SYS_VFS_H
21411 # include <sys/vfs.h>
21412 #endif
21413 #ifdef HAVE_SYS_STATFS_H
21414 # include <sys/statfs.h>
21415 #endif
21418 main ()
21420 static struct statfs ac_aggr;
21421 if (ac_aggr.f_frsize)
21422 return 0;
21424 return 0;
21426 _ACEOF
21427 rm -f conftest.$ac_objext
21428 if { (ac_try="$ac_compile"
21429 case "(($ac_try" in
21430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21431 *) ac_try_echo=$ac_try;;
21432 esac
21433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21434 $as_echo "$ac_try_echo") >&5
21435 (eval "$ac_compile") 2>conftest.er1
21436 ac_status=$?
21437 grep -v '^ *+' conftest.er1 >conftest.err
21438 rm -f conftest.er1
21439 cat conftest.err >&5
21440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); } && {
21442 test -z "$ac_c_werror_flag" ||
21443 test ! -s conftest.err
21444 } && test -s conftest.$ac_objext; then
21445 ac_cv_member_struct_statfs_f_frsize=yes
21446 else
21447 $as_echo "$as_me: failed program was:" >&5
21448 sed 's/^/| /' conftest.$ac_ext >&5
21450 cat >conftest.$ac_ext <<_ACEOF
21451 /* confdefs.h. */
21452 _ACEOF
21453 cat confdefs.h >>conftest.$ac_ext
21454 cat >>conftest.$ac_ext <<_ACEOF
21455 /* end confdefs.h. */
21456 #include <sys/types.h>
21457 #ifdef HAVE_SYS_PARAM_H
21458 # include <sys/param.h>
21459 #endif
21460 #ifdef HAVE_SYS_MOUNT_H
21461 # include <sys/mount.h>
21462 #endif
21463 #ifdef HAVE_SYS_VFS_H
21464 # include <sys/vfs.h>
21465 #endif
21466 #ifdef HAVE_SYS_STATFS_H
21467 # include <sys/statfs.h>
21468 #endif
21471 main ()
21473 static struct statfs ac_aggr;
21474 if (sizeof ac_aggr.f_frsize)
21475 return 0;
21477 return 0;
21479 _ACEOF
21480 rm -f conftest.$ac_objext
21481 if { (ac_try="$ac_compile"
21482 case "(($ac_try" in
21483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21484 *) ac_try_echo=$ac_try;;
21485 esac
21486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21487 $as_echo "$ac_try_echo") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_cv_member_struct_statfs_f_frsize=yes
21499 else
21500 $as_echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21503 ac_cv_member_struct_statfs_f_frsize=no
21506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21511 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21512 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21513 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21515 cat >>confdefs.h <<_ACEOF
21516 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21517 _ACEOF
21521 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21522 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21523 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21524 $as_echo_n "(cached) " >&6
21525 else
21526 cat >conftest.$ac_ext <<_ACEOF
21527 /* confdefs.h. */
21528 _ACEOF
21529 cat confdefs.h >>conftest.$ac_ext
21530 cat >>conftest.$ac_ext <<_ACEOF
21531 /* end confdefs.h. */
21532 #include <sys/types.h>
21533 #ifdef HAVE_SYS_PARAM_H
21534 # include <sys/param.h>
21535 #endif
21536 #ifdef HAVE_SYS_MOUNT_H
21537 # include <sys/mount.h>
21538 #endif
21539 #ifdef HAVE_SYS_VFS_H
21540 # include <sys/vfs.h>
21541 #endif
21542 #ifdef HAVE_SYS_STATFS_H
21543 # include <sys/statfs.h>
21544 #endif
21547 main ()
21549 static struct statfs ac_aggr;
21550 if (ac_aggr.f_ffree)
21551 return 0;
21553 return 0;
21555 _ACEOF
21556 rm -f conftest.$ac_objext
21557 if { (ac_try="$ac_compile"
21558 case "(($ac_try" in
21559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21560 *) ac_try_echo=$ac_try;;
21561 esac
21562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21563 $as_echo "$ac_try_echo") >&5
21564 (eval "$ac_compile") 2>conftest.er1
21565 ac_status=$?
21566 grep -v '^ *+' conftest.er1 >conftest.err
21567 rm -f conftest.er1
21568 cat conftest.err >&5
21569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21570 (exit $ac_status); } && {
21571 test -z "$ac_c_werror_flag" ||
21572 test ! -s conftest.err
21573 } && test -s conftest.$ac_objext; then
21574 ac_cv_member_struct_statfs_f_ffree=yes
21575 else
21576 $as_echo "$as_me: failed program was:" >&5
21577 sed 's/^/| /' conftest.$ac_ext >&5
21579 cat >conftest.$ac_ext <<_ACEOF
21580 /* confdefs.h. */
21581 _ACEOF
21582 cat confdefs.h >>conftest.$ac_ext
21583 cat >>conftest.$ac_ext <<_ACEOF
21584 /* end confdefs.h. */
21585 #include <sys/types.h>
21586 #ifdef HAVE_SYS_PARAM_H
21587 # include <sys/param.h>
21588 #endif
21589 #ifdef HAVE_SYS_MOUNT_H
21590 # include <sys/mount.h>
21591 #endif
21592 #ifdef HAVE_SYS_VFS_H
21593 # include <sys/vfs.h>
21594 #endif
21595 #ifdef HAVE_SYS_STATFS_H
21596 # include <sys/statfs.h>
21597 #endif
21600 main ()
21602 static struct statfs ac_aggr;
21603 if (sizeof ac_aggr.f_ffree)
21604 return 0;
21606 return 0;
21608 _ACEOF
21609 rm -f conftest.$ac_objext
21610 if { (ac_try="$ac_compile"
21611 case "(($ac_try" in
21612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21613 *) ac_try_echo=$ac_try;;
21614 esac
21615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21616 $as_echo "$ac_try_echo") >&5
21617 (eval "$ac_compile") 2>conftest.er1
21618 ac_status=$?
21619 grep -v '^ *+' conftest.er1 >conftest.err
21620 rm -f conftest.er1
21621 cat conftest.err >&5
21622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21623 (exit $ac_status); } && {
21624 test -z "$ac_c_werror_flag" ||
21625 test ! -s conftest.err
21626 } && test -s conftest.$ac_objext; then
21627 ac_cv_member_struct_statfs_f_ffree=yes
21628 else
21629 $as_echo "$as_me: failed program was:" >&5
21630 sed 's/^/| /' conftest.$ac_ext >&5
21632 ac_cv_member_struct_statfs_f_ffree=no
21635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21640 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21641 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21642 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21644 cat >>confdefs.h <<_ACEOF
21645 #define HAVE_STRUCT_STATFS_F_FFREE 1
21646 _ACEOF
21650 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21651 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21652 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21653 $as_echo_n "(cached) " >&6
21654 else
21655 cat >conftest.$ac_ext <<_ACEOF
21656 /* confdefs.h. */
21657 _ACEOF
21658 cat confdefs.h >>conftest.$ac_ext
21659 cat >>conftest.$ac_ext <<_ACEOF
21660 /* end confdefs.h. */
21661 #include <sys/types.h>
21662 #ifdef HAVE_SYS_PARAM_H
21663 # include <sys/param.h>
21664 #endif
21665 #ifdef HAVE_SYS_MOUNT_H
21666 # include <sys/mount.h>
21667 #endif
21668 #ifdef HAVE_SYS_VFS_H
21669 # include <sys/vfs.h>
21670 #endif
21671 #ifdef HAVE_SYS_STATFS_H
21672 # include <sys/statfs.h>
21673 #endif
21676 main ()
21678 static struct statfs ac_aggr;
21679 if (ac_aggr.f_favail)
21680 return 0;
21682 return 0;
21684 _ACEOF
21685 rm -f conftest.$ac_objext
21686 if { (ac_try="$ac_compile"
21687 case "(($ac_try" in
21688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21689 *) ac_try_echo=$ac_try;;
21690 esac
21691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21692 $as_echo "$ac_try_echo") >&5
21693 (eval "$ac_compile") 2>conftest.er1
21694 ac_status=$?
21695 grep -v '^ *+' conftest.er1 >conftest.err
21696 rm -f conftest.er1
21697 cat conftest.err >&5
21698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } && {
21700 test -z "$ac_c_werror_flag" ||
21701 test ! -s conftest.err
21702 } && test -s conftest.$ac_objext; then
21703 ac_cv_member_struct_statfs_f_favail=yes
21704 else
21705 $as_echo "$as_me: failed program was:" >&5
21706 sed 's/^/| /' conftest.$ac_ext >&5
21708 cat >conftest.$ac_ext <<_ACEOF
21709 /* confdefs.h. */
21710 _ACEOF
21711 cat confdefs.h >>conftest.$ac_ext
21712 cat >>conftest.$ac_ext <<_ACEOF
21713 /* end confdefs.h. */
21714 #include <sys/types.h>
21715 #ifdef HAVE_SYS_PARAM_H
21716 # include <sys/param.h>
21717 #endif
21718 #ifdef HAVE_SYS_MOUNT_H
21719 # include <sys/mount.h>
21720 #endif
21721 #ifdef HAVE_SYS_VFS_H
21722 # include <sys/vfs.h>
21723 #endif
21724 #ifdef HAVE_SYS_STATFS_H
21725 # include <sys/statfs.h>
21726 #endif
21729 main ()
21731 static struct statfs ac_aggr;
21732 if (sizeof ac_aggr.f_favail)
21733 return 0;
21735 return 0;
21737 _ACEOF
21738 rm -f conftest.$ac_objext
21739 if { (ac_try="$ac_compile"
21740 case "(($ac_try" in
21741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21742 *) ac_try_echo=$ac_try;;
21743 esac
21744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21745 $as_echo "$ac_try_echo") >&5
21746 (eval "$ac_compile") 2>conftest.er1
21747 ac_status=$?
21748 grep -v '^ *+' conftest.er1 >conftest.err
21749 rm -f conftest.er1
21750 cat conftest.err >&5
21751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21752 (exit $ac_status); } && {
21753 test -z "$ac_c_werror_flag" ||
21754 test ! -s conftest.err
21755 } && test -s conftest.$ac_objext; then
21756 ac_cv_member_struct_statfs_f_favail=yes
21757 else
21758 $as_echo "$as_me: failed program was:" >&5
21759 sed 's/^/| /' conftest.$ac_ext >&5
21761 ac_cv_member_struct_statfs_f_favail=no
21764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21769 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21770 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21771 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21773 cat >>confdefs.h <<_ACEOF
21774 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21775 _ACEOF
21779 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21780 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21781 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21782 $as_echo_n "(cached) " >&6
21783 else
21784 cat >conftest.$ac_ext <<_ACEOF
21785 /* confdefs.h. */
21786 _ACEOF
21787 cat confdefs.h >>conftest.$ac_ext
21788 cat >>conftest.$ac_ext <<_ACEOF
21789 /* end confdefs.h. */
21790 #include <sys/types.h>
21791 #ifdef HAVE_SYS_PARAM_H
21792 # include <sys/param.h>
21793 #endif
21794 #ifdef HAVE_SYS_MOUNT_H
21795 # include <sys/mount.h>
21796 #endif
21797 #ifdef HAVE_SYS_VFS_H
21798 # include <sys/vfs.h>
21799 #endif
21800 #ifdef HAVE_SYS_STATFS_H
21801 # include <sys/statfs.h>
21802 #endif
21805 main ()
21807 static struct statfs ac_aggr;
21808 if (ac_aggr.f_namelen)
21809 return 0;
21811 return 0;
21813 _ACEOF
21814 rm -f conftest.$ac_objext
21815 if { (ac_try="$ac_compile"
21816 case "(($ac_try" in
21817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21818 *) ac_try_echo=$ac_try;;
21819 esac
21820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21821 $as_echo "$ac_try_echo") >&5
21822 (eval "$ac_compile") 2>conftest.er1
21823 ac_status=$?
21824 grep -v '^ *+' conftest.er1 >conftest.err
21825 rm -f conftest.er1
21826 cat conftest.err >&5
21827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21828 (exit $ac_status); } && {
21829 test -z "$ac_c_werror_flag" ||
21830 test ! -s conftest.err
21831 } && test -s conftest.$ac_objext; then
21832 ac_cv_member_struct_statfs_f_namelen=yes
21833 else
21834 $as_echo "$as_me: failed program was:" >&5
21835 sed 's/^/| /' conftest.$ac_ext >&5
21837 cat >conftest.$ac_ext <<_ACEOF
21838 /* confdefs.h. */
21839 _ACEOF
21840 cat confdefs.h >>conftest.$ac_ext
21841 cat >>conftest.$ac_ext <<_ACEOF
21842 /* end confdefs.h. */
21843 #include <sys/types.h>
21844 #ifdef HAVE_SYS_PARAM_H
21845 # include <sys/param.h>
21846 #endif
21847 #ifdef HAVE_SYS_MOUNT_H
21848 # include <sys/mount.h>
21849 #endif
21850 #ifdef HAVE_SYS_VFS_H
21851 # include <sys/vfs.h>
21852 #endif
21853 #ifdef HAVE_SYS_STATFS_H
21854 # include <sys/statfs.h>
21855 #endif
21858 main ()
21860 static struct statfs ac_aggr;
21861 if (sizeof ac_aggr.f_namelen)
21862 return 0;
21864 return 0;
21866 _ACEOF
21867 rm -f conftest.$ac_objext
21868 if { (ac_try="$ac_compile"
21869 case "(($ac_try" in
21870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21871 *) ac_try_echo=$ac_try;;
21872 esac
21873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21874 $as_echo "$ac_try_echo") >&5
21875 (eval "$ac_compile") 2>conftest.er1
21876 ac_status=$?
21877 grep -v '^ *+' conftest.er1 >conftest.err
21878 rm -f conftest.er1
21879 cat conftest.err >&5
21880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); } && {
21882 test -z "$ac_c_werror_flag" ||
21883 test ! -s conftest.err
21884 } && test -s conftest.$ac_objext; then
21885 ac_cv_member_struct_statfs_f_namelen=yes
21886 else
21887 $as_echo "$as_me: failed program was:" >&5
21888 sed 's/^/| /' conftest.$ac_ext >&5
21890 ac_cv_member_struct_statfs_f_namelen=no
21893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21898 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21899 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21900 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21902 cat >>confdefs.h <<_ACEOF
21903 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21904 _ACEOF
21910 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21911 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21912 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21913 $as_echo_n "(cached) " >&6
21914 else
21915 cat >conftest.$ac_ext <<_ACEOF
21916 /* confdefs.h. */
21917 _ACEOF
21918 cat confdefs.h >>conftest.$ac_ext
21919 cat >>conftest.$ac_ext <<_ACEOF
21920 /* end confdefs.h. */
21921 #ifdef HAVE_SYS_STATVFS_H
21922 #include <sys/statvfs.h>
21923 #endif
21926 main ()
21928 static struct statvfs ac_aggr;
21929 if (ac_aggr.f_blocks)
21930 return 0;
21932 return 0;
21934 _ACEOF
21935 rm -f conftest.$ac_objext
21936 if { (ac_try="$ac_compile"
21937 case "(($ac_try" in
21938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21939 *) ac_try_echo=$ac_try;;
21940 esac
21941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21942 $as_echo "$ac_try_echo") >&5
21943 (eval "$ac_compile") 2>conftest.er1
21944 ac_status=$?
21945 grep -v '^ *+' conftest.er1 >conftest.err
21946 rm -f conftest.er1
21947 cat conftest.err >&5
21948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21949 (exit $ac_status); } && {
21950 test -z "$ac_c_werror_flag" ||
21951 test ! -s conftest.err
21952 } && test -s conftest.$ac_objext; then
21953 ac_cv_member_struct_statvfs_f_blocks=yes
21954 else
21955 $as_echo "$as_me: failed program was:" >&5
21956 sed 's/^/| /' conftest.$ac_ext >&5
21958 cat >conftest.$ac_ext <<_ACEOF
21959 /* confdefs.h. */
21960 _ACEOF
21961 cat confdefs.h >>conftest.$ac_ext
21962 cat >>conftest.$ac_ext <<_ACEOF
21963 /* end confdefs.h. */
21964 #ifdef HAVE_SYS_STATVFS_H
21965 #include <sys/statvfs.h>
21966 #endif
21969 main ()
21971 static struct statvfs ac_aggr;
21972 if (sizeof ac_aggr.f_blocks)
21973 return 0;
21975 return 0;
21977 _ACEOF
21978 rm -f conftest.$ac_objext
21979 if { (ac_try="$ac_compile"
21980 case "(($ac_try" in
21981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21982 *) ac_try_echo=$ac_try;;
21983 esac
21984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21985 $as_echo "$ac_try_echo") >&5
21986 (eval "$ac_compile") 2>conftest.er1
21987 ac_status=$?
21988 grep -v '^ *+' conftest.er1 >conftest.err
21989 rm -f conftest.er1
21990 cat conftest.err >&5
21991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21992 (exit $ac_status); } && {
21993 test -z "$ac_c_werror_flag" ||
21994 test ! -s conftest.err
21995 } && test -s conftest.$ac_objext; then
21996 ac_cv_member_struct_statvfs_f_blocks=yes
21997 else
21998 $as_echo "$as_me: failed program was:" >&5
21999 sed 's/^/| /' conftest.$ac_ext >&5
22001 ac_cv_member_struct_statvfs_f_blocks=no
22004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22009 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22010 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22011 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22013 cat >>confdefs.h <<_ACEOF
22014 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22015 _ACEOF
22021 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22022 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22023 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22024 $as_echo_n "(cached) " >&6
22025 else
22026 cat >conftest.$ac_ext <<_ACEOF
22027 /* confdefs.h. */
22028 _ACEOF
22029 cat confdefs.h >>conftest.$ac_ext
22030 cat >>conftest.$ac_ext <<_ACEOF
22031 /* end confdefs.h. */
22032 #include <sys/types.h>
22033 #ifdef HAVE_SYS_SOCKET_H
22034 # include <sys/socket.h>
22035 #endif
22036 #ifdef HAVE_SYS_UN_H
22037 # include <sys/un.h>
22038 #endif
22041 main ()
22043 static struct msghdr ac_aggr;
22044 if (ac_aggr.msg_accrights)
22045 return 0;
22047 return 0;
22049 _ACEOF
22050 rm -f conftest.$ac_objext
22051 if { (ac_try="$ac_compile"
22052 case "(($ac_try" in
22053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22054 *) ac_try_echo=$ac_try;;
22055 esac
22056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22057 $as_echo "$ac_try_echo") >&5
22058 (eval "$ac_compile") 2>conftest.er1
22059 ac_status=$?
22060 grep -v '^ *+' conftest.er1 >conftest.err
22061 rm -f conftest.er1
22062 cat conftest.err >&5
22063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); } && {
22065 test -z "$ac_c_werror_flag" ||
22066 test ! -s conftest.err
22067 } && test -s conftest.$ac_objext; then
22068 ac_cv_member_struct_msghdr_msg_accrights=yes
22069 else
22070 $as_echo "$as_me: failed program was:" >&5
22071 sed 's/^/| /' conftest.$ac_ext >&5
22073 cat >conftest.$ac_ext <<_ACEOF
22074 /* confdefs.h. */
22075 _ACEOF
22076 cat confdefs.h >>conftest.$ac_ext
22077 cat >>conftest.$ac_ext <<_ACEOF
22078 /* end confdefs.h. */
22079 #include <sys/types.h>
22080 #ifdef HAVE_SYS_SOCKET_H
22081 # include <sys/socket.h>
22082 #endif
22083 #ifdef HAVE_SYS_UN_H
22084 # include <sys/un.h>
22085 #endif
22088 main ()
22090 static struct msghdr ac_aggr;
22091 if (sizeof ac_aggr.msg_accrights)
22092 return 0;
22094 return 0;
22096 _ACEOF
22097 rm -f conftest.$ac_objext
22098 if { (ac_try="$ac_compile"
22099 case "(($ac_try" in
22100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22101 *) ac_try_echo=$ac_try;;
22102 esac
22103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22104 $as_echo "$ac_try_echo") >&5
22105 (eval "$ac_compile") 2>conftest.er1
22106 ac_status=$?
22107 grep -v '^ *+' conftest.er1 >conftest.err
22108 rm -f conftest.er1
22109 cat conftest.err >&5
22110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 (exit $ac_status); } && {
22112 test -z "$ac_c_werror_flag" ||
22113 test ! -s conftest.err
22114 } && test -s conftest.$ac_objext; then
22115 ac_cv_member_struct_msghdr_msg_accrights=yes
22116 else
22117 $as_echo "$as_me: failed program was:" >&5
22118 sed 's/^/| /' conftest.$ac_ext >&5
22120 ac_cv_member_struct_msghdr_msg_accrights=no
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22128 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22129 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22130 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22132 cat >>confdefs.h <<_ACEOF
22133 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22134 _ACEOF
22138 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22139 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22140 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22141 $as_echo_n "(cached) " >&6
22142 else
22143 cat >conftest.$ac_ext <<_ACEOF
22144 /* confdefs.h. */
22145 _ACEOF
22146 cat confdefs.h >>conftest.$ac_ext
22147 cat >>conftest.$ac_ext <<_ACEOF
22148 /* end confdefs.h. */
22149 #include <sys/types.h>
22150 #ifdef HAVE_SYS_SOCKET_H
22151 # include <sys/socket.h>
22152 #endif
22153 #ifdef HAVE_SYS_UN_H
22154 # include <sys/un.h>
22155 #endif
22158 main ()
22160 static struct sockaddr ac_aggr;
22161 if (ac_aggr.sa_len)
22162 return 0;
22164 return 0;
22166 _ACEOF
22167 rm -f conftest.$ac_objext
22168 if { (ac_try="$ac_compile"
22169 case "(($ac_try" in
22170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22171 *) ac_try_echo=$ac_try;;
22172 esac
22173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22174 $as_echo "$ac_try_echo") >&5
22175 (eval "$ac_compile") 2>conftest.er1
22176 ac_status=$?
22177 grep -v '^ *+' conftest.er1 >conftest.err
22178 rm -f conftest.er1
22179 cat conftest.err >&5
22180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22181 (exit $ac_status); } && {
22182 test -z "$ac_c_werror_flag" ||
22183 test ! -s conftest.err
22184 } && test -s conftest.$ac_objext; then
22185 ac_cv_member_struct_sockaddr_sa_len=yes
22186 else
22187 $as_echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.$ac_ext >&5
22190 cat >conftest.$ac_ext <<_ACEOF
22191 /* confdefs.h. */
22192 _ACEOF
22193 cat confdefs.h >>conftest.$ac_ext
22194 cat >>conftest.$ac_ext <<_ACEOF
22195 /* end confdefs.h. */
22196 #include <sys/types.h>
22197 #ifdef HAVE_SYS_SOCKET_H
22198 # include <sys/socket.h>
22199 #endif
22200 #ifdef HAVE_SYS_UN_H
22201 # include <sys/un.h>
22202 #endif
22205 main ()
22207 static struct sockaddr ac_aggr;
22208 if (sizeof ac_aggr.sa_len)
22209 return 0;
22211 return 0;
22213 _ACEOF
22214 rm -f conftest.$ac_objext
22215 if { (ac_try="$ac_compile"
22216 case "(($ac_try" in
22217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22218 *) ac_try_echo=$ac_try;;
22219 esac
22220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22221 $as_echo "$ac_try_echo") >&5
22222 (eval "$ac_compile") 2>conftest.er1
22223 ac_status=$?
22224 grep -v '^ *+' conftest.er1 >conftest.err
22225 rm -f conftest.er1
22226 cat conftest.err >&5
22227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22228 (exit $ac_status); } && {
22229 test -z "$ac_c_werror_flag" ||
22230 test ! -s conftest.err
22231 } && test -s conftest.$ac_objext; then
22232 ac_cv_member_struct_sockaddr_sa_len=yes
22233 else
22234 $as_echo "$as_me: failed program was:" >&5
22235 sed 's/^/| /' conftest.$ac_ext >&5
22237 ac_cv_member_struct_sockaddr_sa_len=no
22240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22245 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22246 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22247 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22249 cat >>confdefs.h <<_ACEOF
22250 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22251 _ACEOF
22255 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22256 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22257 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22258 $as_echo_n "(cached) " >&6
22259 else
22260 cat >conftest.$ac_ext <<_ACEOF
22261 /* confdefs.h. */
22262 _ACEOF
22263 cat confdefs.h >>conftest.$ac_ext
22264 cat >>conftest.$ac_ext <<_ACEOF
22265 /* end confdefs.h. */
22266 #include <sys/types.h>
22267 #ifdef HAVE_SYS_SOCKET_H
22268 # include <sys/socket.h>
22269 #endif
22270 #ifdef HAVE_SYS_UN_H
22271 # include <sys/un.h>
22272 #endif
22275 main ()
22277 static struct sockaddr_un ac_aggr;
22278 if (ac_aggr.sun_len)
22279 return 0;
22281 return 0;
22283 _ACEOF
22284 rm -f conftest.$ac_objext
22285 if { (ac_try="$ac_compile"
22286 case "(($ac_try" in
22287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22288 *) ac_try_echo=$ac_try;;
22289 esac
22290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22291 $as_echo "$ac_try_echo") >&5
22292 (eval "$ac_compile") 2>conftest.er1
22293 ac_status=$?
22294 grep -v '^ *+' conftest.er1 >conftest.err
22295 rm -f conftest.er1
22296 cat conftest.err >&5
22297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22298 (exit $ac_status); } && {
22299 test -z "$ac_c_werror_flag" ||
22300 test ! -s conftest.err
22301 } && test -s conftest.$ac_objext; then
22302 ac_cv_member_struct_sockaddr_un_sun_len=yes
22303 else
22304 $as_echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.$ac_ext >&5
22307 cat >conftest.$ac_ext <<_ACEOF
22308 /* confdefs.h. */
22309 _ACEOF
22310 cat confdefs.h >>conftest.$ac_ext
22311 cat >>conftest.$ac_ext <<_ACEOF
22312 /* end confdefs.h. */
22313 #include <sys/types.h>
22314 #ifdef HAVE_SYS_SOCKET_H
22315 # include <sys/socket.h>
22316 #endif
22317 #ifdef HAVE_SYS_UN_H
22318 # include <sys/un.h>
22319 #endif
22322 main ()
22324 static struct sockaddr_un ac_aggr;
22325 if (sizeof ac_aggr.sun_len)
22326 return 0;
22328 return 0;
22330 _ACEOF
22331 rm -f conftest.$ac_objext
22332 if { (ac_try="$ac_compile"
22333 case "(($ac_try" in
22334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22335 *) ac_try_echo=$ac_try;;
22336 esac
22337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22338 $as_echo "$ac_try_echo") >&5
22339 (eval "$ac_compile") 2>conftest.er1
22340 ac_status=$?
22341 grep -v '^ *+' conftest.er1 >conftest.err
22342 rm -f conftest.er1
22343 cat conftest.err >&5
22344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22345 (exit $ac_status); } && {
22346 test -z "$ac_c_werror_flag" ||
22347 test ! -s conftest.err
22348 } && test -s conftest.$ac_objext; then
22349 ac_cv_member_struct_sockaddr_un_sun_len=yes
22350 else
22351 $as_echo "$as_me: failed program was:" >&5
22352 sed 's/^/| /' conftest.$ac_ext >&5
22354 ac_cv_member_struct_sockaddr_un_sun_len=no
22357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22362 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22363 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22364 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22366 cat >>confdefs.h <<_ACEOF
22367 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22368 _ACEOF
22374 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22375 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22376 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22377 $as_echo_n "(cached) " >&6
22378 else
22379 cat >conftest.$ac_ext <<_ACEOF
22380 /* confdefs.h. */
22381 _ACEOF
22382 cat confdefs.h >>conftest.$ac_ext
22383 cat >>conftest.$ac_ext <<_ACEOF
22384 /* end confdefs.h. */
22385 #include <sys/types.h>
22386 #ifdef HAVE_SCSI_SG_H
22387 #include <scsi/sg.h>
22388 #endif
22391 main ()
22393 static scsireq_t ac_aggr;
22394 if (ac_aggr.cmd)
22395 return 0;
22397 return 0;
22399 _ACEOF
22400 rm -f conftest.$ac_objext
22401 if { (ac_try="$ac_compile"
22402 case "(($ac_try" in
22403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22404 *) ac_try_echo=$ac_try;;
22405 esac
22406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22407 $as_echo "$ac_try_echo") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22409 ac_status=$?
22410 grep -v '^ *+' conftest.er1 >conftest.err
22411 rm -f conftest.er1
22412 cat conftest.err >&5
22413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && {
22415 test -z "$ac_c_werror_flag" ||
22416 test ! -s conftest.err
22417 } && test -s conftest.$ac_objext; then
22418 ac_cv_member_scsireq_t_cmd=yes
22419 else
22420 $as_echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.$ac_ext >&5
22423 cat >conftest.$ac_ext <<_ACEOF
22424 /* confdefs.h. */
22425 _ACEOF
22426 cat confdefs.h >>conftest.$ac_ext
22427 cat >>conftest.$ac_ext <<_ACEOF
22428 /* end confdefs.h. */
22429 #include <sys/types.h>
22430 #ifdef HAVE_SCSI_SG_H
22431 #include <scsi/sg.h>
22432 #endif
22435 main ()
22437 static scsireq_t ac_aggr;
22438 if (sizeof ac_aggr.cmd)
22439 return 0;
22441 return 0;
22443 _ACEOF
22444 rm -f conftest.$ac_objext
22445 if { (ac_try="$ac_compile"
22446 case "(($ac_try" in
22447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22448 *) ac_try_echo=$ac_try;;
22449 esac
22450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22451 $as_echo "$ac_try_echo") >&5
22452 (eval "$ac_compile") 2>conftest.er1
22453 ac_status=$?
22454 grep -v '^ *+' conftest.er1 >conftest.err
22455 rm -f conftest.er1
22456 cat conftest.err >&5
22457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22458 (exit $ac_status); } && {
22459 test -z "$ac_c_werror_flag" ||
22460 test ! -s conftest.err
22461 } && test -s conftest.$ac_objext; then
22462 ac_cv_member_scsireq_t_cmd=yes
22463 else
22464 $as_echo "$as_me: failed program was:" >&5
22465 sed 's/^/| /' conftest.$ac_ext >&5
22467 ac_cv_member_scsireq_t_cmd=no
22470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22475 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22476 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22477 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22479 cat >>confdefs.h <<_ACEOF
22480 #define HAVE_SCSIREQ_T_CMD 1
22481 _ACEOF
22485 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22486 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22487 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22488 $as_echo_n "(cached) " >&6
22489 else
22490 cat >conftest.$ac_ext <<_ACEOF
22491 /* confdefs.h. */
22492 _ACEOF
22493 cat confdefs.h >>conftest.$ac_ext
22494 cat >>conftest.$ac_ext <<_ACEOF
22495 /* end confdefs.h. */
22496 #include <sys/types.h>
22497 #ifdef HAVE_SCSI_SG_H
22498 #include <scsi/sg.h>
22499 #endif
22502 main ()
22504 static sg_io_hdr_t ac_aggr;
22505 if (ac_aggr.interface_id)
22506 return 0;
22508 return 0;
22510 _ACEOF
22511 rm -f conftest.$ac_objext
22512 if { (ac_try="$ac_compile"
22513 case "(($ac_try" in
22514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22515 *) ac_try_echo=$ac_try;;
22516 esac
22517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22518 $as_echo "$ac_try_echo") >&5
22519 (eval "$ac_compile") 2>conftest.er1
22520 ac_status=$?
22521 grep -v '^ *+' conftest.er1 >conftest.err
22522 rm -f conftest.er1
22523 cat conftest.err >&5
22524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22525 (exit $ac_status); } && {
22526 test -z "$ac_c_werror_flag" ||
22527 test ! -s conftest.err
22528 } && test -s conftest.$ac_objext; then
22529 ac_cv_member_sg_io_hdr_t_interface_id=yes
22530 else
22531 $as_echo "$as_me: failed program was:" >&5
22532 sed 's/^/| /' conftest.$ac_ext >&5
22534 cat >conftest.$ac_ext <<_ACEOF
22535 /* confdefs.h. */
22536 _ACEOF
22537 cat confdefs.h >>conftest.$ac_ext
22538 cat >>conftest.$ac_ext <<_ACEOF
22539 /* end confdefs.h. */
22540 #include <sys/types.h>
22541 #ifdef HAVE_SCSI_SG_H
22542 #include <scsi/sg.h>
22543 #endif
22546 main ()
22548 static sg_io_hdr_t ac_aggr;
22549 if (sizeof ac_aggr.interface_id)
22550 return 0;
22552 return 0;
22554 _ACEOF
22555 rm -f conftest.$ac_objext
22556 if { (ac_try="$ac_compile"
22557 case "(($ac_try" in
22558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22559 *) ac_try_echo=$ac_try;;
22560 esac
22561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22562 $as_echo "$ac_try_echo") >&5
22563 (eval "$ac_compile") 2>conftest.er1
22564 ac_status=$?
22565 grep -v '^ *+' conftest.er1 >conftest.err
22566 rm -f conftest.er1
22567 cat conftest.err >&5
22568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); } && {
22570 test -z "$ac_c_werror_flag" ||
22571 test ! -s conftest.err
22572 } && test -s conftest.$ac_objext; then
22573 ac_cv_member_sg_io_hdr_t_interface_id=yes
22574 else
22575 $as_echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5
22578 ac_cv_member_sg_io_hdr_t_interface_id=no
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22586 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22587 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22588 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22590 cat >>confdefs.h <<_ACEOF
22591 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22592 _ACEOF
22598 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22599 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22600 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22601 $as_echo_n "(cached) " >&6
22602 else
22603 cat >conftest.$ac_ext <<_ACEOF
22604 /* confdefs.h. */
22605 _ACEOF
22606 cat confdefs.h >>conftest.$ac_ext
22607 cat >>conftest.$ac_ext <<_ACEOF
22608 /* end confdefs.h. */
22609 #include <signal.h>
22612 main ()
22614 static siginfo_t ac_aggr;
22615 if (ac_aggr.si_fd)
22616 return 0;
22618 return 0;
22620 _ACEOF
22621 rm -f conftest.$ac_objext
22622 if { (ac_try="$ac_compile"
22623 case "(($ac_try" in
22624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22625 *) ac_try_echo=$ac_try;;
22626 esac
22627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22628 $as_echo "$ac_try_echo") >&5
22629 (eval "$ac_compile") 2>conftest.er1
22630 ac_status=$?
22631 grep -v '^ *+' conftest.er1 >conftest.err
22632 rm -f conftest.er1
22633 cat conftest.err >&5
22634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22635 (exit $ac_status); } && {
22636 test -z "$ac_c_werror_flag" ||
22637 test ! -s conftest.err
22638 } && test -s conftest.$ac_objext; then
22639 ac_cv_member_siginfo_t_si_fd=yes
22640 else
22641 $as_echo "$as_me: failed program was:" >&5
22642 sed 's/^/| /' conftest.$ac_ext >&5
22644 cat >conftest.$ac_ext <<_ACEOF
22645 /* confdefs.h. */
22646 _ACEOF
22647 cat confdefs.h >>conftest.$ac_ext
22648 cat >>conftest.$ac_ext <<_ACEOF
22649 /* end confdefs.h. */
22650 #include <signal.h>
22653 main ()
22655 static siginfo_t ac_aggr;
22656 if (sizeof ac_aggr.si_fd)
22657 return 0;
22659 return 0;
22661 _ACEOF
22662 rm -f conftest.$ac_objext
22663 if { (ac_try="$ac_compile"
22664 case "(($ac_try" in
22665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22666 *) ac_try_echo=$ac_try;;
22667 esac
22668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22669 $as_echo "$ac_try_echo") >&5
22670 (eval "$ac_compile") 2>conftest.er1
22671 ac_status=$?
22672 grep -v '^ *+' conftest.er1 >conftest.err
22673 rm -f conftest.er1
22674 cat conftest.err >&5
22675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22676 (exit $ac_status); } && {
22677 test -z "$ac_c_werror_flag" ||
22678 test ! -s conftest.err
22679 } && test -s conftest.$ac_objext; then
22680 ac_cv_member_siginfo_t_si_fd=yes
22681 else
22682 $as_echo "$as_me: failed program was:" >&5
22683 sed 's/^/| /' conftest.$ac_ext >&5
22685 ac_cv_member_siginfo_t_si_fd=no
22688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22693 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22694 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22695 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22697 cat >>confdefs.h <<_ACEOF
22698 #define HAVE_SIGINFO_T_SI_FD 1
22699 _ACEOF
22705 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22706 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22707 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22708 $as_echo_n "(cached) " >&6
22709 else
22710 cat >conftest.$ac_ext <<_ACEOF
22711 /* confdefs.h. */
22712 _ACEOF
22713 cat confdefs.h >>conftest.$ac_ext
22714 cat >>conftest.$ac_ext <<_ACEOF
22715 /* end confdefs.h. */
22716 #include <sys/types.h>
22717 #ifdef HAVE_SYS_MTIO_H
22718 #include <sys/mtio.h>
22719 #endif
22722 main ()
22724 static struct mtget ac_aggr;
22725 if (ac_aggr.mt_blksiz)
22726 return 0;
22728 return 0;
22730 _ACEOF
22731 rm -f conftest.$ac_objext
22732 if { (ac_try="$ac_compile"
22733 case "(($ac_try" in
22734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22735 *) ac_try_echo=$ac_try;;
22736 esac
22737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22738 $as_echo "$ac_try_echo") >&5
22739 (eval "$ac_compile") 2>conftest.er1
22740 ac_status=$?
22741 grep -v '^ *+' conftest.er1 >conftest.err
22742 rm -f conftest.er1
22743 cat conftest.err >&5
22744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); } && {
22746 test -z "$ac_c_werror_flag" ||
22747 test ! -s conftest.err
22748 } && test -s conftest.$ac_objext; then
22749 ac_cv_member_struct_mtget_mt_blksiz=yes
22750 else
22751 $as_echo "$as_me: failed program was:" >&5
22752 sed 's/^/| /' conftest.$ac_ext >&5
22754 cat >conftest.$ac_ext <<_ACEOF
22755 /* confdefs.h. */
22756 _ACEOF
22757 cat confdefs.h >>conftest.$ac_ext
22758 cat >>conftest.$ac_ext <<_ACEOF
22759 /* end confdefs.h. */
22760 #include <sys/types.h>
22761 #ifdef HAVE_SYS_MTIO_H
22762 #include <sys/mtio.h>
22763 #endif
22766 main ()
22768 static struct mtget ac_aggr;
22769 if (sizeof ac_aggr.mt_blksiz)
22770 return 0;
22772 return 0;
22774 _ACEOF
22775 rm -f conftest.$ac_objext
22776 if { (ac_try="$ac_compile"
22777 case "(($ac_try" in
22778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22779 *) ac_try_echo=$ac_try;;
22780 esac
22781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22782 $as_echo "$ac_try_echo") >&5
22783 (eval "$ac_compile") 2>conftest.er1
22784 ac_status=$?
22785 grep -v '^ *+' conftest.er1 >conftest.err
22786 rm -f conftest.er1
22787 cat conftest.err >&5
22788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22789 (exit $ac_status); } && {
22790 test -z "$ac_c_werror_flag" ||
22791 test ! -s conftest.err
22792 } && test -s conftest.$ac_objext; then
22793 ac_cv_member_struct_mtget_mt_blksiz=yes
22794 else
22795 $as_echo "$as_me: failed program was:" >&5
22796 sed 's/^/| /' conftest.$ac_ext >&5
22798 ac_cv_member_struct_mtget_mt_blksiz=no
22801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22806 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22807 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22808 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22810 cat >>confdefs.h <<_ACEOF
22811 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22812 _ACEOF
22816 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22817 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22818 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22819 $as_echo_n "(cached) " >&6
22820 else
22821 cat >conftest.$ac_ext <<_ACEOF
22822 /* confdefs.h. */
22823 _ACEOF
22824 cat confdefs.h >>conftest.$ac_ext
22825 cat >>conftest.$ac_ext <<_ACEOF
22826 /* end confdefs.h. */
22827 #include <sys/types.h>
22828 #ifdef HAVE_SYS_MTIO_H
22829 #include <sys/mtio.h>
22830 #endif
22833 main ()
22835 static struct mtget ac_aggr;
22836 if (ac_aggr.mt_gstat)
22837 return 0;
22839 return 0;
22841 _ACEOF
22842 rm -f conftest.$ac_objext
22843 if { (ac_try="$ac_compile"
22844 case "(($ac_try" in
22845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22846 *) ac_try_echo=$ac_try;;
22847 esac
22848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22849 $as_echo "$ac_try_echo") >&5
22850 (eval "$ac_compile") 2>conftest.er1
22851 ac_status=$?
22852 grep -v '^ *+' conftest.er1 >conftest.err
22853 rm -f conftest.er1
22854 cat conftest.err >&5
22855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22856 (exit $ac_status); } && {
22857 test -z "$ac_c_werror_flag" ||
22858 test ! -s conftest.err
22859 } && test -s conftest.$ac_objext; then
22860 ac_cv_member_struct_mtget_mt_gstat=yes
22861 else
22862 $as_echo "$as_me: failed program was:" >&5
22863 sed 's/^/| /' conftest.$ac_ext >&5
22865 cat >conftest.$ac_ext <<_ACEOF
22866 /* confdefs.h. */
22867 _ACEOF
22868 cat confdefs.h >>conftest.$ac_ext
22869 cat >>conftest.$ac_ext <<_ACEOF
22870 /* end confdefs.h. */
22871 #include <sys/types.h>
22872 #ifdef HAVE_SYS_MTIO_H
22873 #include <sys/mtio.h>
22874 #endif
22877 main ()
22879 static struct mtget ac_aggr;
22880 if (sizeof ac_aggr.mt_gstat)
22881 return 0;
22883 return 0;
22885 _ACEOF
22886 rm -f conftest.$ac_objext
22887 if { (ac_try="$ac_compile"
22888 case "(($ac_try" in
22889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22890 *) ac_try_echo=$ac_try;;
22891 esac
22892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22893 $as_echo "$ac_try_echo") >&5
22894 (eval "$ac_compile") 2>conftest.er1
22895 ac_status=$?
22896 grep -v '^ *+' conftest.er1 >conftest.err
22897 rm -f conftest.er1
22898 cat conftest.err >&5
22899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22900 (exit $ac_status); } && {
22901 test -z "$ac_c_werror_flag" ||
22902 test ! -s conftest.err
22903 } && test -s conftest.$ac_objext; then
22904 ac_cv_member_struct_mtget_mt_gstat=yes
22905 else
22906 $as_echo "$as_me: failed program was:" >&5
22907 sed 's/^/| /' conftest.$ac_ext >&5
22909 ac_cv_member_struct_mtget_mt_gstat=no
22912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22917 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22918 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22919 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22921 cat >>confdefs.h <<_ACEOF
22922 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22923 _ACEOF
22927 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22928 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22929 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22930 $as_echo_n "(cached) " >&6
22931 else
22932 cat >conftest.$ac_ext <<_ACEOF
22933 /* confdefs.h. */
22934 _ACEOF
22935 cat confdefs.h >>conftest.$ac_ext
22936 cat >>conftest.$ac_ext <<_ACEOF
22937 /* end confdefs.h. */
22938 #include <sys/types.h>
22939 #ifdef HAVE_SYS_MTIO_H
22940 #include <sys/mtio.h>
22941 #endif
22944 main ()
22946 static struct mtget ac_aggr;
22947 if (ac_aggr.mt_blkno)
22948 return 0;
22950 return 0;
22952 _ACEOF
22953 rm -f conftest.$ac_objext
22954 if { (ac_try="$ac_compile"
22955 case "(($ac_try" in
22956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22957 *) ac_try_echo=$ac_try;;
22958 esac
22959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22960 $as_echo "$ac_try_echo") >&5
22961 (eval "$ac_compile") 2>conftest.er1
22962 ac_status=$?
22963 grep -v '^ *+' conftest.er1 >conftest.err
22964 rm -f conftest.er1
22965 cat conftest.err >&5
22966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22967 (exit $ac_status); } && {
22968 test -z "$ac_c_werror_flag" ||
22969 test ! -s conftest.err
22970 } && test -s conftest.$ac_objext; then
22971 ac_cv_member_struct_mtget_mt_blkno=yes
22972 else
22973 $as_echo "$as_me: failed program was:" >&5
22974 sed 's/^/| /' conftest.$ac_ext >&5
22976 cat >conftest.$ac_ext <<_ACEOF
22977 /* confdefs.h. */
22978 _ACEOF
22979 cat confdefs.h >>conftest.$ac_ext
22980 cat >>conftest.$ac_ext <<_ACEOF
22981 /* end confdefs.h. */
22982 #include <sys/types.h>
22983 #ifdef HAVE_SYS_MTIO_H
22984 #include <sys/mtio.h>
22985 #endif
22988 main ()
22990 static struct mtget ac_aggr;
22991 if (sizeof ac_aggr.mt_blkno)
22992 return 0;
22994 return 0;
22996 _ACEOF
22997 rm -f conftest.$ac_objext
22998 if { (ac_try="$ac_compile"
22999 case "(($ac_try" in
23000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23001 *) ac_try_echo=$ac_try;;
23002 esac
23003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23004 $as_echo "$ac_try_echo") >&5
23005 (eval "$ac_compile") 2>conftest.er1
23006 ac_status=$?
23007 grep -v '^ *+' conftest.er1 >conftest.err
23008 rm -f conftest.er1
23009 cat conftest.err >&5
23010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23011 (exit $ac_status); } && {
23012 test -z "$ac_c_werror_flag" ||
23013 test ! -s conftest.err
23014 } && test -s conftest.$ac_objext; then
23015 ac_cv_member_struct_mtget_mt_blkno=yes
23016 else
23017 $as_echo "$as_me: failed program was:" >&5
23018 sed 's/^/| /' conftest.$ac_ext >&5
23020 ac_cv_member_struct_mtget_mt_blkno=no
23023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23028 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23029 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23030 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23032 cat >>confdefs.h <<_ACEOF
23033 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23034 _ACEOF
23040 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23041 $as_echo_n "checking for struct option.name... " >&6; }
23042 if test "${ac_cv_member_struct_option_name+set}" = set; then
23043 $as_echo_n "(cached) " >&6
23044 else
23045 cat >conftest.$ac_ext <<_ACEOF
23046 /* confdefs.h. */
23047 _ACEOF
23048 cat confdefs.h >>conftest.$ac_ext
23049 cat >>conftest.$ac_ext <<_ACEOF
23050 /* end confdefs.h. */
23051 #ifdef HAVE_GETOPT_H
23052 #include <getopt.h>
23053 #endif
23056 main ()
23058 static struct option ac_aggr;
23059 if (ac_aggr.name)
23060 return 0;
23062 return 0;
23064 _ACEOF
23065 rm -f conftest.$ac_objext
23066 if { (ac_try="$ac_compile"
23067 case "(($ac_try" in
23068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23069 *) ac_try_echo=$ac_try;;
23070 esac
23071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23072 $as_echo "$ac_try_echo") >&5
23073 (eval "$ac_compile") 2>conftest.er1
23074 ac_status=$?
23075 grep -v '^ *+' conftest.er1 >conftest.err
23076 rm -f conftest.er1
23077 cat conftest.err >&5
23078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23079 (exit $ac_status); } && {
23080 test -z "$ac_c_werror_flag" ||
23081 test ! -s conftest.err
23082 } && test -s conftest.$ac_objext; then
23083 ac_cv_member_struct_option_name=yes
23084 else
23085 $as_echo "$as_me: failed program was:" >&5
23086 sed 's/^/| /' conftest.$ac_ext >&5
23088 cat >conftest.$ac_ext <<_ACEOF
23089 /* confdefs.h. */
23090 _ACEOF
23091 cat confdefs.h >>conftest.$ac_ext
23092 cat >>conftest.$ac_ext <<_ACEOF
23093 /* end confdefs.h. */
23094 #ifdef HAVE_GETOPT_H
23095 #include <getopt.h>
23096 #endif
23099 main ()
23101 static struct option ac_aggr;
23102 if (sizeof ac_aggr.name)
23103 return 0;
23105 return 0;
23107 _ACEOF
23108 rm -f conftest.$ac_objext
23109 if { (ac_try="$ac_compile"
23110 case "(($ac_try" in
23111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23112 *) ac_try_echo=$ac_try;;
23113 esac
23114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23115 $as_echo "$ac_try_echo") >&5
23116 (eval "$ac_compile") 2>conftest.er1
23117 ac_status=$?
23118 grep -v '^ *+' conftest.er1 >conftest.err
23119 rm -f conftest.er1
23120 cat conftest.err >&5
23121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23122 (exit $ac_status); } && {
23123 test -z "$ac_c_werror_flag" ||
23124 test ! -s conftest.err
23125 } && test -s conftest.$ac_objext; then
23126 ac_cv_member_struct_option_name=yes
23127 else
23128 $as_echo "$as_me: failed program was:" >&5
23129 sed 's/^/| /' conftest.$ac_ext >&5
23131 ac_cv_member_struct_option_name=no
23134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23139 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23140 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23141 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23143 cat >>confdefs.h <<_ACEOF
23144 #define HAVE_STRUCT_OPTION_NAME 1
23145 _ACEOF
23151 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23152 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23153 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23154 $as_echo_n "(cached) " >&6
23155 else
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 (ac_aggr.st_blocks)
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_blocks=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 cat >conftest.$ac_ext <<_ACEOF
23197 /* confdefs.h. */
23198 _ACEOF
23199 cat confdefs.h >>conftest.$ac_ext
23200 cat >>conftest.$ac_ext <<_ACEOF
23201 /* end confdefs.h. */
23202 $ac_includes_default
23204 main ()
23206 static struct stat ac_aggr;
23207 if (sizeof ac_aggr.st_blocks)
23208 return 0;
23210 return 0;
23212 _ACEOF
23213 rm -f conftest.$ac_objext
23214 if { (ac_try="$ac_compile"
23215 case "(($ac_try" in
23216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23217 *) ac_try_echo=$ac_try;;
23218 esac
23219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23220 $as_echo "$ac_try_echo") >&5
23221 (eval "$ac_compile") 2>conftest.er1
23222 ac_status=$?
23223 grep -v '^ *+' conftest.er1 >conftest.err
23224 rm -f conftest.er1
23225 cat conftest.err >&5
23226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } && {
23228 test -z "$ac_c_werror_flag" ||
23229 test ! -s conftest.err
23230 } && test -s conftest.$ac_objext; then
23231 ac_cv_member_struct_stat_st_blocks=yes
23232 else
23233 $as_echo "$as_me: failed program was:" >&5
23234 sed 's/^/| /' conftest.$ac_ext >&5
23236 ac_cv_member_struct_stat_st_blocks=no
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23244 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23245 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23246 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23248 cat >>confdefs.h <<_ACEOF
23249 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23250 _ACEOF
23254 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23255 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23256 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23257 $as_echo_n "(cached) " >&6
23258 else
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 (ac_aggr.st_mtim)
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_mtim=yes
23295 else
23296 $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23299 cat >conftest.$ac_ext <<_ACEOF
23300 /* confdefs.h. */
23301 _ACEOF
23302 cat confdefs.h >>conftest.$ac_ext
23303 cat >>conftest.$ac_ext <<_ACEOF
23304 /* end confdefs.h. */
23305 $ac_includes_default
23307 main ()
23309 static struct stat ac_aggr;
23310 if (sizeof ac_aggr.st_mtim)
23311 return 0;
23313 return 0;
23315 _ACEOF
23316 rm -f conftest.$ac_objext
23317 if { (ac_try="$ac_compile"
23318 case "(($ac_try" in
23319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23320 *) ac_try_echo=$ac_try;;
23321 esac
23322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23323 $as_echo "$ac_try_echo") >&5
23324 (eval "$ac_compile") 2>conftest.er1
23325 ac_status=$?
23326 grep -v '^ *+' conftest.er1 >conftest.err
23327 rm -f conftest.er1
23328 cat conftest.err >&5
23329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23330 (exit $ac_status); } && {
23331 test -z "$ac_c_werror_flag" ||
23332 test ! -s conftest.err
23333 } && test -s conftest.$ac_objext; then
23334 ac_cv_member_struct_stat_st_mtim=yes
23335 else
23336 $as_echo "$as_me: failed program was:" >&5
23337 sed 's/^/| /' conftest.$ac_ext >&5
23339 ac_cv_member_struct_stat_st_mtim=no
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23347 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23348 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23349 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23351 cat >>confdefs.h <<_ACEOF
23352 #define HAVE_STRUCT_STAT_ST_MTIM 1
23353 _ACEOF
23357 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23358 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23359 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23360 $as_echo_n "(cached) " >&6
23361 else
23362 cat >conftest.$ac_ext <<_ACEOF
23363 /* confdefs.h. */
23364 _ACEOF
23365 cat confdefs.h >>conftest.$ac_ext
23366 cat >>conftest.$ac_ext <<_ACEOF
23367 /* end confdefs.h. */
23368 $ac_includes_default
23370 main ()
23372 static struct stat ac_aggr;
23373 if (ac_aggr.st_ctim)
23374 return 0;
23376 return 0;
23378 _ACEOF
23379 rm -f conftest.$ac_objext
23380 if { (ac_try="$ac_compile"
23381 case "(($ac_try" in
23382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23383 *) ac_try_echo=$ac_try;;
23384 esac
23385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23386 $as_echo "$ac_try_echo") >&5
23387 (eval "$ac_compile") 2>conftest.er1
23388 ac_status=$?
23389 grep -v '^ *+' conftest.er1 >conftest.err
23390 rm -f conftest.er1
23391 cat conftest.err >&5
23392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); } && {
23394 test -z "$ac_c_werror_flag" ||
23395 test ! -s conftest.err
23396 } && test -s conftest.$ac_objext; then
23397 ac_cv_member_struct_stat_st_ctim=yes
23398 else
23399 $as_echo "$as_me: failed program was:" >&5
23400 sed 's/^/| /' conftest.$ac_ext >&5
23402 cat >conftest.$ac_ext <<_ACEOF
23403 /* confdefs.h. */
23404 _ACEOF
23405 cat confdefs.h >>conftest.$ac_ext
23406 cat >>conftest.$ac_ext <<_ACEOF
23407 /* end confdefs.h. */
23408 $ac_includes_default
23410 main ()
23412 static struct stat ac_aggr;
23413 if (sizeof ac_aggr.st_ctim)
23414 return 0;
23416 return 0;
23418 _ACEOF
23419 rm -f conftest.$ac_objext
23420 if { (ac_try="$ac_compile"
23421 case "(($ac_try" in
23422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23423 *) ac_try_echo=$ac_try;;
23424 esac
23425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23426 $as_echo "$ac_try_echo") >&5
23427 (eval "$ac_compile") 2>conftest.er1
23428 ac_status=$?
23429 grep -v '^ *+' conftest.er1 >conftest.err
23430 rm -f conftest.er1
23431 cat conftest.err >&5
23432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23433 (exit $ac_status); } && {
23434 test -z "$ac_c_werror_flag" ||
23435 test ! -s conftest.err
23436 } && test -s conftest.$ac_objext; then
23437 ac_cv_member_struct_stat_st_ctim=yes
23438 else
23439 $as_echo "$as_me: failed program was:" >&5
23440 sed 's/^/| /' conftest.$ac_ext >&5
23442 ac_cv_member_struct_stat_st_ctim=no
23445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23450 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23451 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23452 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23454 cat >>confdefs.h <<_ACEOF
23455 #define HAVE_STRUCT_STAT_ST_CTIM 1
23456 _ACEOF
23460 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23461 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23462 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23463 $as_echo_n "(cached) " >&6
23464 else
23465 cat >conftest.$ac_ext <<_ACEOF
23466 /* confdefs.h. */
23467 _ACEOF
23468 cat confdefs.h >>conftest.$ac_ext
23469 cat >>conftest.$ac_ext <<_ACEOF
23470 /* end confdefs.h. */
23471 $ac_includes_default
23473 main ()
23475 static struct stat ac_aggr;
23476 if (ac_aggr.st_atim)
23477 return 0;
23479 return 0;
23481 _ACEOF
23482 rm -f conftest.$ac_objext
23483 if { (ac_try="$ac_compile"
23484 case "(($ac_try" in
23485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23486 *) ac_try_echo=$ac_try;;
23487 esac
23488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23489 $as_echo "$ac_try_echo") >&5
23490 (eval "$ac_compile") 2>conftest.er1
23491 ac_status=$?
23492 grep -v '^ *+' conftest.er1 >conftest.err
23493 rm -f conftest.er1
23494 cat conftest.err >&5
23495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23496 (exit $ac_status); } && {
23497 test -z "$ac_c_werror_flag" ||
23498 test ! -s conftest.err
23499 } && test -s conftest.$ac_objext; then
23500 ac_cv_member_struct_stat_st_atim=yes
23501 else
23502 $as_echo "$as_me: failed program was:" >&5
23503 sed 's/^/| /' conftest.$ac_ext >&5
23505 cat >conftest.$ac_ext <<_ACEOF
23506 /* confdefs.h. */
23507 _ACEOF
23508 cat confdefs.h >>conftest.$ac_ext
23509 cat >>conftest.$ac_ext <<_ACEOF
23510 /* end confdefs.h. */
23511 $ac_includes_default
23513 main ()
23515 static struct stat ac_aggr;
23516 if (sizeof ac_aggr.st_atim)
23517 return 0;
23519 return 0;
23521 _ACEOF
23522 rm -f conftest.$ac_objext
23523 if { (ac_try="$ac_compile"
23524 case "(($ac_try" in
23525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23526 *) ac_try_echo=$ac_try;;
23527 esac
23528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23529 $as_echo "$ac_try_echo") >&5
23530 (eval "$ac_compile") 2>conftest.er1
23531 ac_status=$?
23532 grep -v '^ *+' conftest.er1 >conftest.err
23533 rm -f conftest.er1
23534 cat conftest.err >&5
23535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23536 (exit $ac_status); } && {
23537 test -z "$ac_c_werror_flag" ||
23538 test ! -s conftest.err
23539 } && test -s conftest.$ac_objext; then
23540 ac_cv_member_struct_stat_st_atim=yes
23541 else
23542 $as_echo "$as_me: failed program was:" >&5
23543 sed 's/^/| /' conftest.$ac_ext >&5
23545 ac_cv_member_struct_stat_st_atim=no
23548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23553 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23554 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23555 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23557 cat >>confdefs.h <<_ACEOF
23558 #define HAVE_STRUCT_STAT_ST_ATIM 1
23559 _ACEOF
23565 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23566 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23567 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23568 $as_echo_n "(cached) " >&6
23569 else
23570 cat >conftest.$ac_ext <<_ACEOF
23571 /* confdefs.h. */
23572 _ACEOF
23573 cat confdefs.h >>conftest.$ac_ext
23574 cat >>conftest.$ac_ext <<_ACEOF
23575 /* end confdefs.h. */
23576 #ifdef HAVE_SYS_TYPES_H
23577 #include <sys/types.h>
23578 #endif
23579 #ifdef HAVE_NETINET_IN_H
23580 #include <netinet/in.h>
23581 #endif
23584 main ()
23586 static struct sockaddr_in6 ac_aggr;
23587 if (ac_aggr.sin6_scope_id)
23588 return 0;
23590 return 0;
23592 _ACEOF
23593 rm -f conftest.$ac_objext
23594 if { (ac_try="$ac_compile"
23595 case "(($ac_try" in
23596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23597 *) ac_try_echo=$ac_try;;
23598 esac
23599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23600 $as_echo "$ac_try_echo") >&5
23601 (eval "$ac_compile") 2>conftest.er1
23602 ac_status=$?
23603 grep -v '^ *+' conftest.er1 >conftest.err
23604 rm -f conftest.er1
23605 cat conftest.err >&5
23606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23607 (exit $ac_status); } && {
23608 test -z "$ac_c_werror_flag" ||
23609 test ! -s conftest.err
23610 } && test -s conftest.$ac_objext; then
23611 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23612 else
23613 $as_echo "$as_me: failed program was:" >&5
23614 sed 's/^/| /' conftest.$ac_ext >&5
23616 cat >conftest.$ac_ext <<_ACEOF
23617 /* confdefs.h. */
23618 _ACEOF
23619 cat confdefs.h >>conftest.$ac_ext
23620 cat >>conftest.$ac_ext <<_ACEOF
23621 /* end confdefs.h. */
23622 #ifdef HAVE_SYS_TYPES_H
23623 #include <sys/types.h>
23624 #endif
23625 #ifdef HAVE_NETINET_IN_H
23626 #include <netinet/in.h>
23627 #endif
23630 main ()
23632 static struct sockaddr_in6 ac_aggr;
23633 if (sizeof ac_aggr.sin6_scope_id)
23634 return 0;
23636 return 0;
23638 _ACEOF
23639 rm -f conftest.$ac_objext
23640 if { (ac_try="$ac_compile"
23641 case "(($ac_try" in
23642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23643 *) ac_try_echo=$ac_try;;
23644 esac
23645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23646 $as_echo "$ac_try_echo") >&5
23647 (eval "$ac_compile") 2>conftest.er1
23648 ac_status=$?
23649 grep -v '^ *+' conftest.er1 >conftest.err
23650 rm -f conftest.er1
23651 cat conftest.err >&5
23652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23653 (exit $ac_status); } && {
23654 test -z "$ac_c_werror_flag" ||
23655 test ! -s conftest.err
23656 } && test -s conftest.$ac_objext; then
23657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23658 else
23659 $as_echo "$as_me: failed program was:" >&5
23660 sed 's/^/| /' conftest.$ac_ext >&5
23662 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23670 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23671 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23672 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23674 cat >>confdefs.h <<_ACEOF
23675 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23676 _ACEOF
23682 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23683 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23684 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23685 $as_echo_n "(cached) " >&6
23686 else
23687 cat >conftest.$ac_ext <<_ACEOF
23688 /* confdefs.h. */
23689 _ACEOF
23690 cat confdefs.h >>conftest.$ac_ext
23691 cat >>conftest.$ac_ext <<_ACEOF
23692 /* end confdefs.h. */
23693 #ifdef HAVE_SYS_TYPES_H
23694 #include <sys/types.h>
23695 #endif
23696 #ifdef HAVE_NETINET_IN_H
23697 # include <netinet/in.h>
23698 #endif
23699 #ifdef HAVE_ARPA_NAMESER_H
23700 # include <arpa/nameser.h>
23701 #endif
23704 main ()
23706 static ns_msg ac_aggr;
23707 if (ac_aggr._msg_ptr)
23708 return 0;
23710 return 0;
23712 _ACEOF
23713 rm -f conftest.$ac_objext
23714 if { (ac_try="$ac_compile"
23715 case "(($ac_try" in
23716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23717 *) ac_try_echo=$ac_try;;
23718 esac
23719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23720 $as_echo "$ac_try_echo") >&5
23721 (eval "$ac_compile") 2>conftest.er1
23722 ac_status=$?
23723 grep -v '^ *+' conftest.er1 >conftest.err
23724 rm -f conftest.er1
23725 cat conftest.err >&5
23726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23727 (exit $ac_status); } && {
23728 test -z "$ac_c_werror_flag" ||
23729 test ! -s conftest.err
23730 } && test -s conftest.$ac_objext; then
23731 ac_cv_member_ns_msg__msg_ptr=yes
23732 else
23733 $as_echo "$as_me: failed program was:" >&5
23734 sed 's/^/| /' conftest.$ac_ext >&5
23736 cat >conftest.$ac_ext <<_ACEOF
23737 /* confdefs.h. */
23738 _ACEOF
23739 cat confdefs.h >>conftest.$ac_ext
23740 cat >>conftest.$ac_ext <<_ACEOF
23741 /* end confdefs.h. */
23742 #ifdef HAVE_SYS_TYPES_H
23743 #include <sys/types.h>
23744 #endif
23745 #ifdef HAVE_NETINET_IN_H
23746 # include <netinet/in.h>
23747 #endif
23748 #ifdef HAVE_ARPA_NAMESER_H
23749 # include <arpa/nameser.h>
23750 #endif
23753 main ()
23755 static ns_msg ac_aggr;
23756 if (sizeof ac_aggr._msg_ptr)
23757 return 0;
23759 return 0;
23761 _ACEOF
23762 rm -f conftest.$ac_objext
23763 if { (ac_try="$ac_compile"
23764 case "(($ac_try" in
23765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23766 *) ac_try_echo=$ac_try;;
23767 esac
23768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23769 $as_echo "$ac_try_echo") >&5
23770 (eval "$ac_compile") 2>conftest.er1
23771 ac_status=$?
23772 grep -v '^ *+' conftest.er1 >conftest.err
23773 rm -f conftest.er1
23774 cat conftest.err >&5
23775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23776 (exit $ac_status); } && {
23777 test -z "$ac_c_werror_flag" ||
23778 test ! -s conftest.err
23779 } && test -s conftest.$ac_objext; then
23780 ac_cv_member_ns_msg__msg_ptr=yes
23781 else
23782 $as_echo "$as_me: failed program was:" >&5
23783 sed 's/^/| /' conftest.$ac_ext >&5
23785 ac_cv_member_ns_msg__msg_ptr=no
23788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23793 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23794 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23795 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23797 cat >>confdefs.h <<_ACEOF
23798 #define HAVE_NS_MSG__MSG_PTR 1
23799 _ACEOF
23805 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23806 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23807 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23808 $as_echo_n "(cached) " >&6
23809 else
23810 cat >conftest.$ac_ext <<_ACEOF
23811 /* confdefs.h. */
23812 _ACEOF
23813 cat confdefs.h >>conftest.$ac_ext
23814 cat >>conftest.$ac_ext <<_ACEOF
23815 /* end confdefs.h. */
23816 #ifdef HAVE_SYS_TYPES_H
23817 #include <sys/types.h>
23818 #endif
23819 #ifdef HAVE_ALIAS_H
23820 #include <alias.h>
23821 #endif
23822 #ifdef HAVE_SYS_SOCKET_H
23823 #include <sys/socket.h>
23824 #endif
23825 #ifdef HAVE_SYS_SOCKETVAR_H
23826 #include <sys/socketvar.h>
23827 #endif
23828 #ifdef HAVE_SYS_TIMEOUT_H
23829 #include <sys/timeout.h>
23830 #endif
23831 #ifdef HAVE_NETINET_IN_H
23832 #include <netinet/in.h>
23833 #endif
23834 #ifdef HAVE_NETINET_IN_SYSTM_H
23835 #include <netinet/in_systm.h>
23836 #endif
23837 #ifdef HAVE_NETINET_IP_H
23838 #include <netinet/ip.h>
23839 #endif
23840 #ifdef HAVE_NETINET_IP_VAR_H
23841 #include <netinet/ip_var.h>
23842 #endif
23843 #ifdef HAVE_NETINET_IP_ICMP_H
23844 #include <netinet/ip_icmp.h>
23845 #endif
23846 #ifdef HAVE_NETINET_ICMP_VAR
23847 #include <netinet/icmp_var.h>
23848 #endif
23851 main ()
23853 static struct icmpstat ac_aggr;
23854 if (ac_aggr.icps_outhist)
23855 return 0;
23857 return 0;
23859 _ACEOF
23860 rm -f conftest.$ac_objext
23861 if { (ac_try="$ac_compile"
23862 case "(($ac_try" in
23863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23864 *) ac_try_echo=$ac_try;;
23865 esac
23866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23867 $as_echo "$ac_try_echo") >&5
23868 (eval "$ac_compile") 2>conftest.er1
23869 ac_status=$?
23870 grep -v '^ *+' conftest.er1 >conftest.err
23871 rm -f conftest.er1
23872 cat conftest.err >&5
23873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23874 (exit $ac_status); } && {
23875 test -z "$ac_c_werror_flag" ||
23876 test ! -s conftest.err
23877 } && test -s conftest.$ac_objext; then
23878 ac_cv_member_struct_icmpstat_icps_outhist=yes
23879 else
23880 $as_echo "$as_me: failed program was:" >&5
23881 sed 's/^/| /' conftest.$ac_ext >&5
23883 cat >conftest.$ac_ext <<_ACEOF
23884 /* confdefs.h. */
23885 _ACEOF
23886 cat confdefs.h >>conftest.$ac_ext
23887 cat >>conftest.$ac_ext <<_ACEOF
23888 /* end confdefs.h. */
23889 #ifdef HAVE_SYS_TYPES_H
23890 #include <sys/types.h>
23891 #endif
23892 #ifdef HAVE_ALIAS_H
23893 #include <alias.h>
23894 #endif
23895 #ifdef HAVE_SYS_SOCKET_H
23896 #include <sys/socket.h>
23897 #endif
23898 #ifdef HAVE_SYS_SOCKETVAR_H
23899 #include <sys/socketvar.h>
23900 #endif
23901 #ifdef HAVE_SYS_TIMEOUT_H
23902 #include <sys/timeout.h>
23903 #endif
23904 #ifdef HAVE_NETINET_IN_H
23905 #include <netinet/in.h>
23906 #endif
23907 #ifdef HAVE_NETINET_IN_SYSTM_H
23908 #include <netinet/in_systm.h>
23909 #endif
23910 #ifdef HAVE_NETINET_IP_H
23911 #include <netinet/ip.h>
23912 #endif
23913 #ifdef HAVE_NETINET_IP_VAR_H
23914 #include <netinet/ip_var.h>
23915 #endif
23916 #ifdef HAVE_NETINET_IP_ICMP_H
23917 #include <netinet/ip_icmp.h>
23918 #endif
23919 #ifdef HAVE_NETINET_ICMP_VAR
23920 #include <netinet/icmp_var.h>
23921 #endif
23924 main ()
23926 static struct icmpstat ac_aggr;
23927 if (sizeof ac_aggr.icps_outhist)
23928 return 0;
23930 return 0;
23932 _ACEOF
23933 rm -f conftest.$ac_objext
23934 if { (ac_try="$ac_compile"
23935 case "(($ac_try" in
23936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23937 *) ac_try_echo=$ac_try;;
23938 esac
23939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23940 $as_echo "$ac_try_echo") >&5
23941 (eval "$ac_compile") 2>conftest.er1
23942 ac_status=$?
23943 grep -v '^ *+' conftest.er1 >conftest.err
23944 rm -f conftest.er1
23945 cat conftest.err >&5
23946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23947 (exit $ac_status); } && {
23948 test -z "$ac_c_werror_flag" ||
23949 test ! -s conftest.err
23950 } && test -s conftest.$ac_objext; then
23951 ac_cv_member_struct_icmpstat_icps_outhist=yes
23952 else
23953 $as_echo "$as_me: failed program was:" >&5
23954 sed 's/^/| /' conftest.$ac_ext >&5
23956 ac_cv_member_struct_icmpstat_icps_outhist=no
23959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23964 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23965 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23966 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23968 cat >>confdefs.h <<_ACEOF
23969 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23970 _ACEOF
23976 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23977 $as_echo_n "checking for timezone variable... " >&6; }
23978 if test "${ac_cv_have_timezone+set}" = set; then
23979 $as_echo_n "(cached) " >&6
23980 else
23981 cat >conftest.$ac_ext <<_ACEOF
23982 /* confdefs.h. */
23983 _ACEOF
23984 cat confdefs.h >>conftest.$ac_ext
23985 cat >>conftest.$ac_ext <<_ACEOF
23986 /* end confdefs.h. */
23987 #include <time.h>
23989 main ()
23991 timezone = 1
23993 return 0;
23995 _ACEOF
23996 rm -f conftest.$ac_objext conftest$ac_exeext
23997 if { (ac_try="$ac_link"
23998 case "(($ac_try" in
23999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24000 *) ac_try_echo=$ac_try;;
24001 esac
24002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24003 $as_echo "$ac_try_echo") >&5
24004 (eval "$ac_link") 2>conftest.er1
24005 ac_status=$?
24006 grep -v '^ *+' conftest.er1 >conftest.err
24007 rm -f conftest.er1
24008 cat conftest.err >&5
24009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24010 (exit $ac_status); } && {
24011 test -z "$ac_c_werror_flag" ||
24012 test ! -s conftest.err
24013 } && test -s conftest$ac_exeext && {
24014 test "$cross_compiling" = yes ||
24015 $as_test_x conftest$ac_exeext
24016 }; then
24017 ac_cv_have_timezone="yes"
24018 else
24019 $as_echo "$as_me: failed program was:" >&5
24020 sed 's/^/| /' conftest.$ac_ext >&5
24022 ac_cv_have_timezone="no"
24025 rm -rf conftest.dSYM
24026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24027 conftest$ac_exeext conftest.$ac_ext
24029 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24030 $as_echo "$ac_cv_have_timezone" >&6; }
24031 if test "$ac_cv_have_timezone" = "yes"
24032 then
24034 cat >>confdefs.h <<\_ACEOF
24035 #define HAVE_TIMEZONE 1
24036 _ACEOF
24039 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24040 $as_echo_n "checking for daylight variable... " >&6; }
24041 if test "${ac_cv_have_daylight+set}" = set; then
24042 $as_echo_n "(cached) " >&6
24043 else
24044 cat >conftest.$ac_ext <<_ACEOF
24045 /* confdefs.h. */
24046 _ACEOF
24047 cat confdefs.h >>conftest.$ac_ext
24048 cat >>conftest.$ac_ext <<_ACEOF
24049 /* end confdefs.h. */
24050 #include <time.h>
24052 main ()
24054 daylight = 1
24056 return 0;
24058 _ACEOF
24059 rm -f conftest.$ac_objext conftest$ac_exeext
24060 if { (ac_try="$ac_link"
24061 case "(($ac_try" in
24062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24063 *) ac_try_echo=$ac_try;;
24064 esac
24065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24066 $as_echo "$ac_try_echo") >&5
24067 (eval "$ac_link") 2>conftest.er1
24068 ac_status=$?
24069 grep -v '^ *+' conftest.er1 >conftest.err
24070 rm -f conftest.er1
24071 cat conftest.err >&5
24072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24073 (exit $ac_status); } && {
24074 test -z "$ac_c_werror_flag" ||
24075 test ! -s conftest.err
24076 } && test -s conftest$ac_exeext && {
24077 test "$cross_compiling" = yes ||
24078 $as_test_x conftest$ac_exeext
24079 }; then
24080 ac_cv_have_daylight="yes"
24081 else
24082 $as_echo "$as_me: failed program was:" >&5
24083 sed 's/^/| /' conftest.$ac_ext >&5
24085 ac_cv_have_daylight="no"
24088 rm -rf conftest.dSYM
24089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24090 conftest$ac_exeext conftest.$ac_ext
24092 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24093 $as_echo "$ac_cv_have_daylight" >&6; }
24094 if test "$ac_cv_have_daylight" = "yes"
24095 then
24097 cat >>confdefs.h <<\_ACEOF
24098 #define HAVE_DAYLIGHT 1
24099 _ACEOF
24103 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24104 $as_echo_n "checking for isinf... " >&6; }
24105 if test "${ac_cv_have_isinf+set}" = set; then
24106 $as_echo_n "(cached) " >&6
24107 else
24108 cat >conftest.$ac_ext <<_ACEOF
24109 /* confdefs.h. */
24110 _ACEOF
24111 cat confdefs.h >>conftest.$ac_ext
24112 cat >>conftest.$ac_ext <<_ACEOF
24113 /* end confdefs.h. */
24114 #include <math.h>
24116 main ()
24118 float f = 0.0; int i=isinf(f)
24120 return 0;
24122 _ACEOF
24123 rm -f conftest.$ac_objext conftest$ac_exeext
24124 if { (ac_try="$ac_link"
24125 case "(($ac_try" in
24126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24127 *) ac_try_echo=$ac_try;;
24128 esac
24129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24130 $as_echo "$ac_try_echo") >&5
24131 (eval "$ac_link") 2>conftest.er1
24132 ac_status=$?
24133 grep -v '^ *+' conftest.er1 >conftest.err
24134 rm -f conftest.er1
24135 cat conftest.err >&5
24136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24137 (exit $ac_status); } && {
24138 test -z "$ac_c_werror_flag" ||
24139 test ! -s conftest.err
24140 } && test -s conftest$ac_exeext && {
24141 test "$cross_compiling" = yes ||
24142 $as_test_x conftest$ac_exeext
24143 }; then
24144 ac_cv_have_isinf="yes"
24145 else
24146 $as_echo "$as_me: failed program was:" >&5
24147 sed 's/^/| /' conftest.$ac_ext >&5
24149 ac_cv_have_isinf="no"
24152 rm -rf conftest.dSYM
24153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24154 conftest$ac_exeext conftest.$ac_ext
24156 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24157 $as_echo "$ac_cv_have_isinf" >&6; }
24158 if test "$ac_cv_have_isinf" = "yes"
24159 then
24161 cat >>confdefs.h <<\_ACEOF
24162 #define HAVE_ISINF 1
24163 _ACEOF
24167 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24168 $as_echo_n "checking for isnan... " >&6; }
24169 if test "${ac_cv_have_isnan+set}" = set; then
24170 $as_echo_n "(cached) " >&6
24171 else
24172 cat >conftest.$ac_ext <<_ACEOF
24173 /* confdefs.h. */
24174 _ACEOF
24175 cat confdefs.h >>conftest.$ac_ext
24176 cat >>conftest.$ac_ext <<_ACEOF
24177 /* end confdefs.h. */
24178 #include <math.h>
24180 main ()
24182 float f = 0.0; int i=isnan(f)
24184 return 0;
24186 _ACEOF
24187 rm -f conftest.$ac_objext conftest$ac_exeext
24188 if { (ac_try="$ac_link"
24189 case "(($ac_try" in
24190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24191 *) ac_try_echo=$ac_try;;
24192 esac
24193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24194 $as_echo "$ac_try_echo") >&5
24195 (eval "$ac_link") 2>conftest.er1
24196 ac_status=$?
24197 grep -v '^ *+' conftest.er1 >conftest.err
24198 rm -f conftest.er1
24199 cat conftest.err >&5
24200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24201 (exit $ac_status); } && {
24202 test -z "$ac_c_werror_flag" ||
24203 test ! -s conftest.err
24204 } && test -s conftest$ac_exeext && {
24205 test "$cross_compiling" = yes ||
24206 $as_test_x conftest$ac_exeext
24207 }; then
24208 ac_cv_have_isnan="yes"
24209 else
24210 $as_echo "$as_me: failed program was:" >&5
24211 sed 's/^/| /' conftest.$ac_ext >&5
24213 ac_cv_have_isnan="no"
24216 rm -rf conftest.dSYM
24217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24218 conftest$ac_exeext conftest.$ac_ext
24220 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24221 $as_echo "$ac_cv_have_isnan" >&6; }
24222 if test "$ac_cv_have_isnan" = "yes"
24223 then
24225 cat >>confdefs.h <<\_ACEOF
24226 #define HAVE_ISNAN 1
24227 _ACEOF
24232 case $host_cpu in
24233 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24234 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24235 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24236 $as_echo_n "(cached) " >&6
24237 else
24238 cat >conftest.$ac_ext <<_ACEOF
24239 /* confdefs.h. */
24240 _ACEOF
24241 cat confdefs.h >>conftest.$ac_ext
24242 cat >>conftest.$ac_ext <<_ACEOF
24243 /* end confdefs.h. */
24244 #ifndef __i386__
24246 #endif
24247 _ACEOF
24248 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24249 $EGREP "yes" >/dev/null 2>&1; then
24250 ac_cv_cpp_def___i386__=yes
24251 else
24252 ac_cv_cpp_def___i386__=no
24254 rm -f conftest*
24257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24258 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24259 if test $ac_cv_cpp_def___i386__ = yes; then
24260 CFLAGS="$CFLAGS -D__i386__"
24261 LINTFLAGS="$LINTFLAGS -D__i386__"
24264 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24265 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24266 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24267 $as_echo_n "(cached) " >&6
24268 else
24269 cat >conftest.$ac_ext <<_ACEOF
24270 /* confdefs.h. */
24271 _ACEOF
24272 cat confdefs.h >>conftest.$ac_ext
24273 cat >>conftest.$ac_ext <<_ACEOF
24274 /* end confdefs.h. */
24275 #ifndef __x86_64__
24277 #endif
24278 _ACEOF
24279 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24280 $EGREP "yes" >/dev/null 2>&1; then
24281 ac_cv_cpp_def___x86_64__=yes
24282 else
24283 ac_cv_cpp_def___x86_64__=no
24285 rm -f conftest*
24288 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24289 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24290 if test $ac_cv_cpp_def___x86_64__ = yes; then
24291 CFLAGS="$CFLAGS -D__x86_64__"
24292 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24295 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24296 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24297 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24298 $as_echo_n "(cached) " >&6
24299 else
24300 cat >conftest.$ac_ext <<_ACEOF
24301 /* confdefs.h. */
24302 _ACEOF
24303 cat confdefs.h >>conftest.$ac_ext
24304 cat >>conftest.$ac_ext <<_ACEOF
24305 /* end confdefs.h. */
24306 #ifndef __ALPHA__
24308 #endif
24309 _ACEOF
24310 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24311 $EGREP "yes" >/dev/null 2>&1; then
24312 ac_cv_cpp_def___ALPHA__=yes
24313 else
24314 ac_cv_cpp_def___ALPHA__=no
24316 rm -f conftest*
24319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24320 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24321 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24322 CFLAGS="$CFLAGS -D__ALPHA__"
24323 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24326 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24327 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24328 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24329 $as_echo_n "(cached) " >&6
24330 else
24331 cat >conftest.$ac_ext <<_ACEOF
24332 /* confdefs.h. */
24333 _ACEOF
24334 cat confdefs.h >>conftest.$ac_ext
24335 cat >>conftest.$ac_ext <<_ACEOF
24336 /* end confdefs.h. */
24337 #ifndef __sparc__
24339 #endif
24340 _ACEOF
24341 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24342 $EGREP "yes" >/dev/null 2>&1; then
24343 ac_cv_cpp_def___sparc__=yes
24344 else
24345 ac_cv_cpp_def___sparc__=no
24347 rm -f conftest*
24350 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24351 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24352 if test $ac_cv_cpp_def___sparc__ = yes; then
24353 CFLAGS="$CFLAGS -D__sparc__"
24354 LINTFLAGS="$LINTFLAGS -D__sparc__"
24357 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24358 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24359 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24360 $as_echo_n "(cached) " >&6
24361 else
24362 cat >conftest.$ac_ext <<_ACEOF
24363 /* confdefs.h. */
24364 _ACEOF
24365 cat confdefs.h >>conftest.$ac_ext
24366 cat >>conftest.$ac_ext <<_ACEOF
24367 /* end confdefs.h. */
24368 #ifndef __powerpc__
24370 #endif
24371 _ACEOF
24372 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24373 $EGREP "yes" >/dev/null 2>&1; then
24374 ac_cv_cpp_def___powerpc__=yes
24375 else
24376 ac_cv_cpp_def___powerpc__=no
24378 rm -f conftest*
24381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24382 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24383 if test $ac_cv_cpp_def___powerpc__ = yes; then
24384 CFLAGS="$CFLAGS -D__powerpc__"
24385 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24388 esac
24390 case $host_vendor in
24391 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24392 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24393 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24394 $as_echo_n "(cached) " >&6
24395 else
24396 cat >conftest.$ac_ext <<_ACEOF
24397 /* confdefs.h. */
24398 _ACEOF
24399 cat confdefs.h >>conftest.$ac_ext
24400 cat >>conftest.$ac_ext <<_ACEOF
24401 /* end confdefs.h. */
24402 #ifndef __sun__
24404 #endif
24405 _ACEOF
24406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24407 $EGREP "yes" >/dev/null 2>&1; then
24408 ac_cv_cpp_def___sun__=yes
24409 else
24410 ac_cv_cpp_def___sun__=no
24412 rm -f conftest*
24415 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24416 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24417 if test $ac_cv_cpp_def___sun__ = yes; then
24418 CFLAGS="$CFLAGS -D__sun__"
24419 LINTFLAGS="$LINTFLAGS -D__sun__"
24422 esac
24425 DEPENDENCIES="### Dependencies:
24427 .INIT: Makefile
24428 .BEGIN: Makefile
24429 .MAKEFILEDEPS:
24430 Makefile: dummy
24431 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24433 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24434 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24435 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24436 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24437 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24440 ALL_MAKERULES=""
24442 ALL_MAKEFILES=""
24444 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24447 ALL_TOP_DIRS=""
24449 ALL_DLL_DIRS=""
24451 ALL_IMPLIB_DIRS=""
24453 ALL_TEST_DIRS=""
24455 ALL_PROGRAM_DIRS=""
24457 ALL_PROGRAM_INSTALL_DIRS=""
24459 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24465 ac_config_commands="$ac_config_commands include/stamp-h"
24468 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24470 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24472 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24474 ac_config_commands="$ac_config_commands dlls/user32/resources"
24476 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24478 ac_config_commands="$ac_config_commands include/wine"
24481 ALL_MAKERULES="$ALL_MAKERULES \\
24482 Make.rules"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 Make.rules: Make.rules.in"
24485 MAKE_RULES=Make.rules
24486 ac_config_files="$ac_config_files Make.rules"
24488 ALL_MAKERULES="$ALL_MAKERULES \\
24489 dlls/Makedll.rules"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24492 MAKE_DLL_RULES=dlls/Makedll.rules
24493 ac_config_files="$ac_config_files dlls/Makedll.rules"
24495 ALL_MAKERULES="$ALL_MAKERULES \\
24496 dlls/Makeimplib.rules"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24499 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24500 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24502 ALL_MAKERULES="$ALL_MAKERULES \\
24503 dlls/Maketest.rules"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24506 MAKE_TEST_RULES=dlls/Maketest.rules
24507 ac_config_files="$ac_config_files dlls/Maketest.rules"
24509 ALL_MAKERULES="$ALL_MAKERULES \\
24510 programs/Makeprog.rules"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24513 MAKE_PROG_RULES=programs/Makeprog.rules
24514 ac_config_files="$ac_config_files programs/Makeprog.rules"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 Makefile: Makefile.in Make.rules"
24521 ac_config_files="$ac_config_files Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/Makefile"
24525 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24526 dlls"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/Makefile: dlls/Makefile.in Make.rules"
24529 ac_config_files="$ac_config_files dlls/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/acledit/Makefile"
24533 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 acledit"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/aclui/Makefile"
24541 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 aclui"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/activeds/Makefile"
24549 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 activeds"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/actxprxy/Makefile"
24557 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 actxprxy"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/adsiid/Makefile"
24565 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24566 adsiid"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24569 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/advapi32/Makefile"
24573 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 advapi32"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/advapi32/tests/Makefile"
24581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582 advapi32/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/advpack/Makefile"
24589 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 advpack"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/advpack/tests/Makefile"
24597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24598 advpack/tests"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24601 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/amstream/Makefile"
24605 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 amstream"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/appwiz.cpl/Makefile"
24613 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 appwiz.cpl"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/atl/Makefile"
24621 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 atl"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/atl/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/authz/Makefile"
24629 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 authz"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/authz/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/avicap32/Makefile"
24637 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 avicap32"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/avifil32/Makefile"
24645 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 avifil32"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/browseui/Makefile"
24653 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 browseui"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/browseui/tests/Makefile"
24661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 browseui/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/cabinet/Makefile"
24669 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 cabinet"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/cabinet/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 cabinet/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/capi2032/Makefile"
24685 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 capi2032"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/cards/Makefile"
24693 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 cards"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/cards/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/cfgmgr32/Makefile"
24701 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 cfgmgr32"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/clusapi/Makefile"
24709 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 clusapi"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/comcat/Makefile"
24717 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 comcat"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/comcat/tests/Makefile"
24725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 comcat/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/comctl32/Makefile"
24733 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 comctl32"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/comctl32/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 comctl32/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/comdlg32/Makefile"
24749 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 comdlg32"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/comdlg32/tests/Makefile"
24757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758 comdlg32/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/comm.drv16/Makefile"
24765 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 comm.drv16"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/compstui/Makefile"
24773 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 compstui"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/credui/Makefile"
24781 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 credui"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/credui/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/credui/tests/Makefile"
24789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24790 credui/tests"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24793 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/crtdll/Makefile"
24797 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 crtdll"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/crypt32/Makefile"
24805 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 crypt32"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/crypt32/tests/Makefile"
24813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 crypt32/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/cryptdlg/Makefile"
24821 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 cryptdlg"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/cryptdll/Makefile"
24829 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 cryptdll"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/cryptnet/Makefile"
24837 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 cryptnet"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/cryptnet/tests/Makefile"
24845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846 cryptnet/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/cryptui/Makefile"
24853 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 cryptui"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/cryptui/tests/Makefile"
24861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862 cryptui/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/ctapi32/Makefile"
24869 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 ctapi32"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/ctl3d32/Makefile"
24877 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 ctl3d32"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/d3d10/Makefile"
24885 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 d3d10"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/d3d10/tests/Makefile"
24893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894 d3d10/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/d3d10core/Makefile"
24901 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 d3d10core"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/d3d10core/tests/Makefile"
24909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24910 d3d10core/tests"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24913 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/d3d8/Makefile"
24917 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 d3d8"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/d3d8/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 d3d8/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/d3d9/Makefile"
24933 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 d3d9"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/d3d9/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 d3d9/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/d3dim/Makefile"
24949 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 d3dim"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/d3drm/Makefile"
24957 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 d3drm"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/d3drm/tests/Makefile"
24965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24966 d3drm/tests"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24969 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/d3dx8/Makefile"
24973 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 d3dx8"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/d3dx8/tests/Makefile"
24981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 d3dx8/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/d3dx9_24/Makefile"
24989 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 d3dx9_24"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/d3dx9_25/Makefile"
24997 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 d3dx9_25"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/d3dx9_26/Makefile"
25005 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 d3dx9_26"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/d3dx9_27/Makefile"
25013 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 d3dx9_27"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/d3dx9_28/Makefile"
25021 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 d3dx9_28"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/d3dx9_29/Makefile"
25029 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 d3dx9_29"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/d3dx9_30/Makefile"
25037 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 d3dx9_30"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/d3dx9_31/Makefile"
25045 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 d3dx9_31"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/d3dx9_32/Makefile"
25053 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 d3dx9_32"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/d3dx9_33/Makefile"
25061 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 d3dx9_33"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/d3dx9_34/Makefile"
25069 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 d3dx9_34"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/d3dx9_35/Makefile"
25077 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 d3dx9_35"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/d3dx9_36/Makefile"
25085 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 d3dx9_36"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/d3dx9_36/tests/Makefile"
25093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 d3dx9_36/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/d3dx9_37/Makefile"
25101 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 d3dx9_37"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/d3dx9_38/Makefile"
25109 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 d3dx9_38"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/d3dx9_39/Makefile"
25117 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 d3dx9_39"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/d3dx9_40/Makefile"
25125 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 d3dx9_40"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/d3dxof/Makefile"
25133 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 d3dxof"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/d3dxof/tests/Makefile"
25141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25142 d3dxof/tests"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25145 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dbghelp/Makefile"
25149 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 dbghelp"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dciman32/Makefile"
25157 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dciman32"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/ddraw/Makefile"
25165 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 ddraw"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/ddraw/tests/Makefile"
25173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25174 ddraw/tests"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25177 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/ddrawex/Makefile"
25181 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 ddrawex"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/ddrawex/tests/Makefile"
25189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25190 ddrawex/tests"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25193 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/devenum/Makefile"
25197 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 devenum"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dinput/Makefile"
25205 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 dinput"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/dinput/tests/Makefile"
25213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25214 dinput/tests"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25217 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/dinput8/Makefile"
25221 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 dinput8"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/dispdib.dll16/Makefile"
25229 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 dispdib.dll16"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/display.drv16/Makefile"
25237 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 display.drv16"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/dmband/Makefile"
25245 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 dmband"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/dmcompos/Makefile"
25253 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 dmcompos"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/dmime/Makefile"
25261 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 dmime"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/dmloader/Makefile"
25269 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 dmloader"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/dmscript/Makefile"
25277 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 dmscript"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/dmstyle/Makefile"
25285 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 dmstyle"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/dmsynth/Makefile"
25293 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 dmsynth"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/dmusic/Makefile"
25301 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 dmusic"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/dmusic32/Makefile"
25309 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 dmusic32"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/dnsapi/Makefile"
25317 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 dnsapi"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/dnsapi/tests/Makefile"
25325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25326 dnsapi/tests"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25329 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/dplay/Makefile"
25333 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 dplay"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/dplayx/Makefile"
25341 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 dplayx"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/dplayx/tests/Makefile"
25349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25350 dplayx/tests"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25353 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/dpnaddr/Makefile"
25357 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 dpnaddr"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/dpnet/Makefile"
25365 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 dpnet"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/dpnhpast/Makefile"
25373 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 dpnhpast"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/dpnlobby/Makefile"
25381 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 dpnlobby"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/dpwsockx/Makefile"
25389 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 dpwsockx"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/dsound/Makefile"
25397 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 dsound"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/dsound/tests/Makefile"
25405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25406 dsound/tests"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25409 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/dssenh/Makefile"
25413 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 dssenh"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/dswave/Makefile"
25421 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 dswave"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/dwmapi/Makefile"
25429 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 dwmapi"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/dxdiagn/Makefile"
25437 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 dxdiagn"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/dxerr8/Makefile"
25445 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25446 dxerr8"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25449 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/dxerr9/Makefile"
25453 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25454 dxerr9"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25457 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/dxgi/Makefile"
25461 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 dxgi"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/dxgi/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 dxgi/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/dxguid/Makefile"
25477 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25478 dxguid"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25481 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/faultrep/Makefile"
25485 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 faultrep"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/fusion/Makefile"
25493 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 fusion"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/fusion/tests/Makefile"
25501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25502 fusion/tests"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25505 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/gdi32/Makefile"
25509 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 gdi32"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/gdi32/tests/Makefile"
25517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25518 gdi32/tests"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25521 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/gdiplus/Makefile"
25525 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 gdiplus"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/gdiplus/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534 gdiplus/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/glu32/Makefile"
25541 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 glu32"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/gphoto2.ds/Makefile"
25549 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 gphoto2.ds"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/gpkcsp/Makefile"
25557 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 gpkcsp"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/hal/Makefile"
25565 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 hal"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/hal/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/hhctrl.ocx/Makefile"
25573 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 hhctrl.ocx"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/hid/Makefile"
25581 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 hid"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/hid/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/hlink/Makefile"
25589 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 hlink"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/hlink/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 hlink/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/hnetcfg/Makefile"
25605 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 hnetcfg"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/httpapi/Makefile"
25613 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 httpapi"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/iccvid/Makefile"
25621 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 iccvid"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/icmp/Makefile"
25629 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 icmp"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/ifsmgr.vxd/Makefile"
25637 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 ifsmgr.vxd"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/imaadp32.acm/Makefile"
25645 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 imaadp32.acm"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/imagehlp/Makefile"
25653 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 imagehlp"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/imm32/Makefile"
25661 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 imm32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/imm32/tests/Makefile"
25669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25670 imm32/tests"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25673 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/inetcomm/Makefile"
25677 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 inetcomm"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/inetcomm/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 inetcomm/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/inetmib1/Makefile"
25693 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 inetmib1"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/inetmib1/tests/Makefile"
25701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25702 inetmib1/tests"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25705 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/infosoft/Makefile"
25709 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 infosoft"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/infosoft/tests/Makefile"
25717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25718 infosoft/tests"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25721 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/initpki/Makefile"
25725 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 initpki"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/inkobj/Makefile"
25733 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 inkobj"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/inseng/Makefile"
25741 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 inseng"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/iphlpapi/Makefile"
25749 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 iphlpapi"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/iphlpapi/tests/Makefile"
25757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25758 iphlpapi/tests"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25761 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/itircl/Makefile"
25765 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 itircl"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/itss/Makefile"
25773 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 itss"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/itss/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/itss/tests/Makefile"
25781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25782 itss/tests"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25785 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/jscript/Makefile"
25789 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 jscript"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/jscript/tests/Makefile"
25797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25798 jscript/tests"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25801 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/kernel32/Makefile"
25805 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 kernel32"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/kernel32/tests/Makefile"
25813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25814 kernel32/tests"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25817 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/keyboard.drv16/Makefile"
25821 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 keyboard.drv16"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/loadperf/Makefile"
25829 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 loadperf"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/localspl/Makefile"
25837 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 localspl"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/localspl/tests/Makefile"
25845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25846 localspl/tests"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25849 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/localui/Makefile"
25853 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 localui"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/localui/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/localui/tests/Makefile"
25861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25862 localui/tests"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25865 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/lz32/Makefile"
25869 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 lz32"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/lz32/tests/Makefile"
25877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25878 lz32/tests"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25881 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/lzexpand.dll16/Makefile"
25885 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 lzexpand.dll16"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/mapi32/Makefile"
25893 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 mapi32"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/mapi32/tests/Makefile"
25901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25902 mapi32/tests"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25905 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/mciavi32/Makefile"
25909 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 mciavi32"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/mcicda/Makefile"
25917 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 mcicda"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/mciqtz32/Makefile"
25925 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 mciqtz32"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/mciseq/Makefile"
25933 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 mciseq"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/mciwave/Makefile"
25941 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 mciwave"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/midimap/Makefile"
25949 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 midimap"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/mlang/Makefile"
25957 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 mlang"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/mlang/tests/Makefile"
25965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25966 mlang/tests"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25969 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/mmdevldr.vxd/Makefile"
25973 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 mmdevldr.vxd"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/monodebg.vxd/Makefile"
25981 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 monodebg.vxd"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/mountmgr.sys/Makefile"
25989 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 mountmgr.sys"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/mouse.drv16/Makefile"
25997 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 mouse.drv16"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/mpr/Makefile"
26005 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 mpr"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/mprapi/Makefile"
26013 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 mprapi"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/msacm.dll16/Makefile"
26021 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 msacm.dll16"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msacm32.drv/Makefile"
26029 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 msacm32.drv"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msacm32/Makefile"
26037 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 msacm32"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msacm32/tests/Makefile"
26045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26046 msacm32/tests"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26049 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msadp32.acm/Makefile"
26053 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msadp32.acm"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/mscat32/Makefile"
26061 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 mscat32"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/mscms/Makefile"
26069 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 mscms"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/mscms/tests/Makefile"
26077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26078 mscms/tests"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26081 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/mscoree/Makefile"
26085 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 mscoree"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/msctf/Makefile"
26093 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 msctf"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/msctf/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102 msctf/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/msdmo/Makefile"
26109 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 msdmo"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/msftedit/Makefile"
26117 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 msftedit"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/msg711.acm/Makefile"
26125 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 msg711.acm"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/mshtml.tlb/Makefile"
26133 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 mshtml.tlb"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/mshtml/Makefile"
26141 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 mshtml"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/mshtml/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 mshtml/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/msi/Makefile"
26157 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 msi"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/msi/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/msi/tests/Makefile"
26165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26166 msi/tests"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26169 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/msimg32/Makefile"
26173 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 msimg32"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/msimtf/Makefile"
26181 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 msimtf"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/msisip/Makefile"
26189 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 msisip"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/msisys.ocx/Makefile"
26197 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 msisys.ocx"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/msnet32/Makefile"
26205 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 msnet32"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/msrle32/Makefile"
26213 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 msrle32"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/mssign32/Makefile"
26221 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 mssign32"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/mssip32/Makefile"
26229 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 mssip32"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/mstask/Makefile"
26237 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 mstask"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/mstask/tests/Makefile"
26245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26246 mstask/tests"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26249 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/msvcirt/Makefile"
26253 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 msvcirt"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/msvcr71/Makefile"
26261 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 msvcr71"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/msvcrt/Makefile"
26269 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 msvcrt"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/msvcrt/tests/Makefile"
26277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26278 msvcrt/tests"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26281 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/msvcrt20/Makefile"
26285 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 msvcrt20"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/msvcrt40/Makefile"
26293 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 msvcrt40"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/msvcrtd/Makefile"
26301 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 msvcrtd"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/msvcrtd/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310 msvcrtd/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/msvfw32/Makefile"
26317 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 msvfw32"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/msvfw32/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 msvfw32/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/msvidc32/Makefile"
26333 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 msvidc32"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/mswsock/Makefile"
26341 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 mswsock"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/msxml3/Makefile"
26349 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 msxml3"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/msxml3/tests/Makefile"
26357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26358 msxml3/tests"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26361 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/nddeapi/Makefile"
26365 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 nddeapi"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/netapi32/Makefile"
26373 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 netapi32"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/netapi32/tests/Makefile"
26381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26382 netapi32/tests"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26385 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/newdev/Makefile"
26389 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 newdev"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/ntdll/Makefile"
26397 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 ntdll"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/ntdll/tests/Makefile"
26405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26406 ntdll/tests"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26409 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/ntdsapi/Makefile"
26413 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 ntdsapi"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/ntdsapi/tests/Makefile"
26421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26422 ntdsapi/tests"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26425 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/ntoskrnl.exe/Makefile"
26429 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 ntoskrnl.exe"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/ntprint/Makefile"
26437 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 ntprint"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/ntprint/tests/Makefile"
26445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26446 ntprint/tests"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26449 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/objsel/Makefile"
26453 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 objsel"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/odbc32/Makefile"
26461 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 odbc32"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/odbccp32/Makefile"
26469 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 odbccp32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/odbccp32/tests/Makefile"
26477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26478 odbccp32/tests"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26481 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/ole2.dll16/Makefile"
26485 test "x$enable_ole2_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 ole2.dll16"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/ole2conv.dll16/Makefile"
26493 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 ole2conv.dll16"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/ole2nls.dll16/Makefile"
26501 test "x$enable_ole2nls_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 ole2nls.dll16"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/ole2prox.dll16/Makefile"
26509 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 ole2prox.dll16"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/ole2thk.dll16/Makefile"
26517 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 ole2thk.dll16"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/ole32/Makefile"
26525 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 ole32"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/ole32/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534 ole32/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/oleacc/Makefile"
26541 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 oleacc"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/oleacc/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550 oleacc/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/oleaut32/Makefile"
26557 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 oleaut32"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/oleaut32/tests/Makefile"
26565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26566 oleaut32/tests"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26569 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/olecli.dll16/Makefile"
26573 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 olecli.dll16"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/olecli32/Makefile"
26581 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 olecli32"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/oledlg/Makefile"
26589 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590 oledlg"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/olepro32/Makefile"
26597 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 olepro32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/olesvr.dll16/Makefile"
26605 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 olesvr.dll16"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/olesvr32/Makefile"
26613 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 olesvr32"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/olethk32/Makefile"
26621 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 olethk32"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/opengl32/Makefile"
26629 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 opengl32"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/opengl32/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638 opengl32/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/pdh/Makefile"
26645 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 pdh"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/pdh/tests/Makefile"
26653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26654 pdh/tests"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26657 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/pidgen/Makefile"
26661 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 pidgen"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/powrprof/Makefile"
26669 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 powrprof"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/printui/Makefile"
26677 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 printui"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/printui/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/propsys/Makefile"
26685 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 propsys"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/psapi/Makefile"
26693 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694 psapi"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/psapi/tests/Makefile"
26701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26702 psapi/tests"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26705 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/pstorec/Makefile"
26709 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 pstorec"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/qcap/Makefile"
26717 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 qcap"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/qedit/Makefile"
26725 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 qedit"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/qedit/tests/Makefile"
26733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26734 qedit/tests"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26737 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/qmgr/Makefile"
26741 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 qmgr"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/qmgr/tests/Makefile"
26749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26750 qmgr/tests"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26753 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/qmgrprxy/Makefile"
26757 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 qmgrprxy"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/quartz/Makefile"
26765 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 quartz"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/quartz/tests/Makefile"
26773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26774 quartz/tests"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26777 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/query/Makefile"
26781 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 query"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/query/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/rasapi32/Makefile"
26789 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 rasapi32"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/rasapi32/tests/Makefile"
26797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26798 rasapi32/tests"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26801 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/rasdlg/Makefile"
26805 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806 rasdlg"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/resutils/Makefile"
26813 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 resutils"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/riched20/Makefile"
26821 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 riched20"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/riched20/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830 riched20/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/riched32/Makefile"
26837 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 riched32"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/riched32/tests/Makefile"
26845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26846 riched32/tests"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26849 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/rpcrt4/Makefile"
26853 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 rpcrt4"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/rpcrt4/tests/Makefile"
26861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26862 rpcrt4/tests"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26865 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/rsabase/Makefile"
26869 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 rsabase"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/rsaenh/Makefile"
26877 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 rsaenh"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/rsaenh/tests/Makefile"
26885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26886 rsaenh/tests"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26889 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/sane.ds/Makefile"
26893 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 sane.ds"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/sccbase/Makefile"
26901 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 sccbase"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/schannel/Makefile"
26909 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 schannel"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/schannel/tests/Makefile"
26917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26918 schannel/tests"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26921 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/secur32/Makefile"
26925 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 secur32"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/secur32/tests/Makefile"
26933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26934 secur32/tests"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26937 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/security/Makefile"
26941 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942 security"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/security/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/sensapi/Makefile"
26949 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 sensapi"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/serialui/Makefile"
26957 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 serialui"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/serialui/tests/Makefile"
26965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26966 serialui/tests"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26969 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/setupapi/Makefile"
26973 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 setupapi"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/setupapi/tests/Makefile"
26981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26982 setupapi/tests"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26985 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/sfc/Makefile"
26989 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 sfc"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/sfc_os/Makefile"
26997 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 sfc_os"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/shdoclc/Makefile"
27005 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006 shdoclc"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/shdocvw/Makefile"
27013 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 shdocvw"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/shdocvw/tests/Makefile"
27021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27022 shdocvw/tests"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27025 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/shell32/Makefile"
27029 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 shell32"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/shell32/tests/Makefile"
27037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27038 shell32/tests"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27041 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/shfolder/Makefile"
27045 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 shfolder"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/shlwapi/Makefile"
27053 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 shlwapi"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/shlwapi/tests/Makefile"
27061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27062 shlwapi/tests"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27065 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/slbcsp/Makefile"
27069 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 slbcsp"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/slc/Makefile"
27077 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 slc"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/slc/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/snmpapi/Makefile"
27085 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 snmpapi"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/snmpapi/tests/Makefile"
27093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27094 snmpapi/tests"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27097 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/softpub/Makefile"
27101 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 softpub"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/spoolss/Makefile"
27109 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 spoolss"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/spoolss/tests/Makefile"
27117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27118 spoolss/tests"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27121 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/stdole2.tlb/Makefile"
27125 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 stdole2.tlb"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/stdole32.tlb/Makefile"
27133 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 stdole32.tlb"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/sti/Makefile"
27141 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 sti"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/sti/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/storage.dll16/Makefile"
27149 test "x$enable_storage_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 storage.dll16"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/stress.dll16/Makefile"
27157 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 stress.dll16"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/strmiids/Makefile"
27165 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27166 strmiids"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27169 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/svrapi/Makefile"
27173 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 svrapi"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/sxs/Makefile"
27181 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 sxs"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/tapi32/Makefile"
27189 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 tapi32"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/traffic/Makefile"
27197 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 traffic"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/twain_32/Makefile"
27205 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27206 twain_32"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27209 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/twain_32/tests/Makefile"
27213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27214 twain_32/tests"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27217 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/unicows/Makefile"
27221 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 unicows"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/updspapi/Makefile"
27229 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 updspapi"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/url/Makefile"
27237 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 url"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/url/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/urlmon/Makefile"
27245 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 urlmon"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/urlmon/tests/Makefile"
27253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27254 urlmon/tests"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27257 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/user32/Makefile"
27261 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 user32"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/user32/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/user32/tests/Makefile"
27269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27270 user32/tests"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27273 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/userenv/Makefile"
27277 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 userenv"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/userenv/tests/Makefile"
27285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27286 userenv/tests"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27289 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/usp10/Makefile"
27293 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 usp10"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/usp10/tests/Makefile"
27301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27302 usp10/tests"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27305 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/uuid/Makefile"
27309 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27310 uuid"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27313 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/uxtheme/Makefile"
27317 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 uxtheme"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/uxtheme/tests/Makefile"
27325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27326 uxtheme/tests"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27329 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/vdhcp.vxd/Makefile"
27333 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 vdhcp.vxd"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/vdmdbg/Makefile"
27341 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 vdmdbg"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/version/Makefile"
27349 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 version"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/version/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/version/tests/Makefile"
27357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27358 version/tests"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27361 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/vmm.vxd/Makefile"
27365 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 vmm.vxd"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/vnbt.vxd/Makefile"
27373 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 vnbt.vxd"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/vnetbios.vxd/Makefile"
27381 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 vnetbios.vxd"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/vtdapi.vxd/Makefile"
27389 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 vtdapi.vxd"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/vwin32.vxd/Makefile"
27397 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 vwin32.vxd"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/w32skrnl/Makefile"
27405 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 w32skrnl"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/win87em.dll16/Makefile"
27413 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 win87em.dll16"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/windebug.dll16/Makefile"
27421 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 windebug.dll16"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/winealsa.drv/Makefile"
27429 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27430 winealsa.drv"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27433 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/wineaudioio.drv/Makefile"
27437 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 wineaudioio.drv"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/winecoreaudio.drv/Makefile"
27445 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 winecoreaudio.drv"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/winecrt0/Makefile"
27453 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27454 winecrt0"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27457 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/wined3d/Makefile"
27461 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 wined3d"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/winedos/Makefile"
27469 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27470 winedos"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27473 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/wineesd.drv/Makefile"
27477 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 wineesd.drv"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/winejack.drv/Makefile"
27485 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27486 winejack.drv"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27489 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/winejoystick.drv/Makefile"
27493 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 winejoystick.drv"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/winemp3.acm/Makefile"
27501 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27502 winemp3.acm"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27505 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/winenas.drv/Makefile"
27509 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27510 winenas.drv"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27513 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/wineoss.drv/Makefile"
27517 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27518 wineoss.drv"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27521 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/wineps.drv/Makefile"
27525 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27526 wineps.drv"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27529 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/winequartz.drv/Makefile"
27533 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 winequartz.drv"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/winex11.drv/Makefile"
27541 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27542 winex11.drv"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27545 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/wing32/Makefile"
27549 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27550 wing32"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27553 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/winhttp/Makefile"
27557 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27558 winhttp"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27561 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/winhttp/tests/Makefile"
27565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27566 winhttp/tests"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27569 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/wininet/Makefile"
27573 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27574 wininet"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27577 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/wininet/tests/Makefile"
27581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27582 wininet/tests"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27585 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/winmm/Makefile"
27589 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 winmm"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/winmm/tests/Makefile"
27597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27598 winmm/tests"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27601 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/winnls32/Makefile"
27605 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27606 winnls32"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27609 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/winscard/Makefile"
27613 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27614 winscard"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27617 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/winspool.drv/Makefile"
27621 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27622 winspool.drv"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27625 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/winspool.drv/tests/Makefile"
27629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27630 winspool.drv/tests"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27633 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 dlls/wintab32/Makefile"
27637 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27638 wintab32"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27641 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 dlls/wintrust/Makefile"
27645 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27646 wintrust"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27649 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 dlls/wintrust/tests/Makefile"
27653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27654 wintrust/tests"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27657 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 dlls/wldap32/Makefile"
27661 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27662 wldap32"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27665 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 dlls/wldap32/tests/Makefile"
27669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27670 wldap32/tests"
27671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27672 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27673 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27675 ALL_MAKEFILES="$ALL_MAKEFILES \\
27676 dlls/wmi/Makefile"
27677 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27678 wmi"
27679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27680 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27681 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27683 ALL_MAKEFILES="$ALL_MAKEFILES \\
27684 dlls/wnaspi32/Makefile"
27685 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27686 wnaspi32"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27689 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 dlls/wow32/Makefile"
27693 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27694 wow32"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27697 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 dlls/ws2_32/Makefile"
27701 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27702 ws2_32"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27705 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 dlls/ws2_32/tests/Makefile"
27709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27710 ws2_32/tests"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27713 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 dlls/wsock32/Makefile"
27717 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27718 wsock32"
27719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27720 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27721 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27723 ALL_MAKEFILES="$ALL_MAKEFILES \\
27724 dlls/wtsapi32/Makefile"
27725 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27726 wtsapi32"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27729 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 dlls/wuapi/Makefile"
27733 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27734 wuapi"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27737 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 dlls/xinput1_1/Makefile"
27741 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27742 xinput1_1"
27743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27744 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27745 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27747 ALL_MAKEFILES="$ALL_MAKEFILES \\
27748 dlls/xinput1_2/Makefile"
27749 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27750 xinput1_2"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27753 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756 dlls/xinput1_3/Makefile"
27757 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27758 xinput1_3"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27761 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 dlls/xinput1_3/tests/Makefile"
27765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27766 xinput1_3/tests"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27769 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 dlls/xinput9_1_0/Makefile"
27773 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27774 xinput9_1_0"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27777 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 documentation/Makefile"
27781 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27782 documentation"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 documentation/Makefile: documentation/Makefile.in Make.rules"
27785 ac_config_files="$ac_config_files documentation/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 fonts/Makefile"
27789 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27790 fonts"
27791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27792 fonts/Makefile: fonts/Makefile.in Make.rules"
27793 ac_config_files="$ac_config_files fonts/Makefile"
27795 ALL_MAKEFILES="$ALL_MAKEFILES \\
27796 include/Makefile"
27797 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27798 include"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 include/Makefile: include/Makefile.in Make.rules"
27801 ac_config_files="$ac_config_files include/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 libs/Makefile"
27805 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27806 libs"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 libs/Makefile: libs/Makefile.in Make.rules"
27809 ac_config_files="$ac_config_files libs/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 libs/port/Makefile"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27816 ac_config_files="$ac_config_files libs/port/Makefile"
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819 libs/wine/Makefile"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27823 ac_config_files="$ac_config_files libs/wine/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 libs/wpp/Makefile"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27830 ac_config_files="$ac_config_files libs/wpp/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 loader/Makefile"
27834 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27835 loader"
27836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27837 loader/Makefile: loader/Makefile.in Make.rules"
27838 ac_config_files="$ac_config_files loader/Makefile"
27840 ALL_MAKEFILES="$ALL_MAKEFILES \\
27841 programs/Makefile"
27842 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27843 programs"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 programs/Makefile: programs/Makefile.in Make.rules"
27846 ac_config_files="$ac_config_files programs/Makefile"
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849 programs/cacls/Makefile"
27850 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27851 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27852 cacls"
27853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27854 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27855 ac_config_files="$ac_config_files programs/cacls/Makefile"
27857 ALL_MAKEFILES="$ALL_MAKEFILES \\
27858 programs/clock/Makefile"
27859 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27860 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27861 clock"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/clock/Makefile"
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867 programs/cmd/Makefile"
27868 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27870 cmd"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27873 ac_config_files="$ac_config_files programs/cmd/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 programs/cmdlgtst/Makefile"
27877 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27878 cmdlgtst"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884 programs/control/Makefile"
27885 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887 control"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/control/Makefile"
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893 programs/eject/Makefile"
27894 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896 eject"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/eject/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 programs/expand/Makefile"
27903 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905 expand"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/expand/Makefile"
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911 programs/explorer/Makefile"
27912 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 explorer"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/explorer/Makefile"
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920 programs/hh/Makefile"
27921 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/hh/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 programs/icinfo/Makefile"
27930 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932 icinfo"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938 programs/iexplore/Makefile"
27939 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 iexplore"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947 programs/lodctr/Makefile"
27948 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950 lodctr"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 programs/msiexec/Makefile"
27957 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27960 msiexec"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/net/Makefile"
27967 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 net"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/net/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/notepad/Makefile"
27976 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27979 notepad"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/notepad/Makefile"
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985 programs/oleview/Makefile"
27986 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988 oleview"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27991 ac_config_files="$ac_config_files programs/oleview/Makefile"
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994 programs/progman/Makefile"
27995 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27996 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27997 progman"
27998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27999 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28000 ac_config_files="$ac_config_files programs/progman/Makefile"
28002 ALL_MAKEFILES="$ALL_MAKEFILES \\
28003 programs/reg/Makefile"
28004 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28005 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28006 reg"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28009 ac_config_files="$ac_config_files programs/reg/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 programs/regedit/Makefile"
28013 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28014 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28015 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28016 regedit"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/regedit/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/regsvr32/Makefile"
28023 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28026 regsvr32"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 programs/rpcss/Makefile"
28033 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035 rpcss"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 programs/rundll32/Makefile"
28042 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044 rundll32"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050 programs/secedit/Makefile"
28051 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053 secedit"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/secedit/Makefile"
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059 programs/services/Makefile"
28060 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062 services"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/services/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 programs/spoolsv/Makefile"
28069 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071 spoolsv"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077 programs/start/Makefile"
28078 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080 start"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/start/Makefile"
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086 programs/svchost/Makefile"
28087 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089 svchost"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/svchost/Makefile"
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095 programs/taskmgr/Makefile"
28096 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28098 taskmgr"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104 programs/uninstaller/Makefile"
28105 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28107 uninstaller"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/unlodctr/Makefile"
28114 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 unlodctr"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122 programs/view/Makefile"
28123 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124 view"
28125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28126 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28127 ac_config_files="$ac_config_files programs/view/Makefile"
28129 ALL_MAKEFILES="$ALL_MAKEFILES \\
28130 programs/wineboot/Makefile"
28131 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28132 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28133 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28134 wineboot"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 programs/winebrowser/Makefile"
28141 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28143 winebrowser"
28144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28145 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28146 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28148 ALL_MAKEFILES="$ALL_MAKEFILES \\
28149 programs/winecfg/Makefile"
28150 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28151 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28152 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28153 winecfg"
28154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28155 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28156 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28158 ALL_MAKEFILES="$ALL_MAKEFILES \\
28159 programs/wineconsole/Makefile"
28160 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28161 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28162 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28163 wineconsole"
28164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28165 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28166 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28168 ALL_MAKEFILES="$ALL_MAKEFILES \\
28169 programs/winedbg/Makefile"
28170 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28171 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28172 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28173 winedbg"
28174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28175 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28176 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28178 ALL_MAKEFILES="$ALL_MAKEFILES \\
28179 programs/winedevice/Makefile"
28180 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28181 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28182 winedevice"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28185 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 programs/winefile/Makefile"
28189 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28190 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28191 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28192 winefile"
28193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28194 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28195 ac_config_files="$ac_config_files programs/winefile/Makefile"
28197 ALL_MAKEFILES="$ALL_MAKEFILES \\
28198 programs/winemenubuilder/Makefile"
28199 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28200 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28201 winemenubuilder"
28202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28203 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28204 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28206 ALL_MAKEFILES="$ALL_MAKEFILES \\
28207 programs/winemine/Makefile"
28208 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28209 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28210 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28211 winemine"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28214 ac_config_files="$ac_config_files programs/winemine/Makefile"
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217 programs/winepath/Makefile"
28218 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28219 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28220 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28221 winepath"
28222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28223 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28224 ac_config_files="$ac_config_files programs/winepath/Makefile"
28226 ALL_MAKEFILES="$ALL_MAKEFILES \\
28227 programs/winetest/Makefile"
28228 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28229 winetest"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/winetest/Makefile"
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235 programs/winevdm/Makefile"
28236 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238 winevdm"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244 programs/winhelp.exe16/Makefile"
28245 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247 winhelp.exe16"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253 programs/winhlp32/Makefile"
28254 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256 winhlp32"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262 programs/winoldap.mod16/Makefile"
28263 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265 winoldap.mod16"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271 programs/winver/Makefile"
28272 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274 winver"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/winver/Makefile"
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280 programs/wordpad/Makefile"
28281 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283 wordpad"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289 programs/write/Makefile"
28290 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28291 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28292 write"
28293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28294 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28295 ac_config_files="$ac_config_files programs/write/Makefile"
28297 ALL_MAKEFILES="$ALL_MAKEFILES \\
28298 programs/xcopy/Makefile"
28299 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28300 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28301 xcopy"
28302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28303 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28304 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28306 ALL_MAKEFILES="$ALL_MAKEFILES \\
28307 server/Makefile"
28308 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28309 server"
28310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28311 server/Makefile: server/Makefile.in Make.rules"
28312 ac_config_files="$ac_config_files server/Makefile"
28314 ALL_MAKEFILES="$ALL_MAKEFILES \\
28315 tools/Makefile"
28316 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28317 tools"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 tools/Makefile: tools/Makefile.in Make.rules"
28320 ac_config_files="$ac_config_files tools/Makefile"
28322 ALL_MAKEFILES="$ALL_MAKEFILES \\
28323 tools/widl/Makefile"
28325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28326 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28327 ac_config_files="$ac_config_files tools/widl/Makefile"
28329 ALL_MAKEFILES="$ALL_MAKEFILES \\
28330 tools/winebuild/Makefile"
28332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28333 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28334 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28336 ALL_MAKEFILES="$ALL_MAKEFILES \\
28337 tools/winedump/Makefile"
28339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28340 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28341 ac_config_files="$ac_config_files tools/winedump/Makefile"
28343 ALL_MAKEFILES="$ALL_MAKEFILES \\
28344 tools/winegcc/Makefile"
28346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28347 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28348 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28350 ALL_MAKEFILES="$ALL_MAKEFILES \\
28351 tools/wmc/Makefile"
28353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28354 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28355 ac_config_files="$ac_config_files tools/wmc/Makefile"
28357 ALL_MAKEFILES="$ALL_MAKEFILES \\
28358 tools/wrc/Makefile"
28360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28361 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28362 ac_config_files="$ac_config_files tools/wrc/Makefile"
28366 ALL_WINETEST_DEPENDS="# Test binaries"
28368 for dir in $ALL_TEST_DIRS
28370 if test "$dir" != "\\"
28371 then
28372 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28373 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28374 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28375 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28377 done
28379 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28381 cat >confcache <<\_ACEOF
28382 # This file is a shell script that caches the results of configure
28383 # tests run on this system so they can be shared between configure
28384 # scripts and configure runs, see configure's option --config-cache.
28385 # It is not useful on other systems. If it contains results you don't
28386 # want to keep, you may remove or edit it.
28388 # config.status only pays attention to the cache file if you give it
28389 # the --recheck option to rerun configure.
28391 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28392 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28393 # following values.
28395 _ACEOF
28397 # The following way of writing the cache mishandles newlines in values,
28398 # but we know of no workaround that is simple, portable, and efficient.
28399 # So, we kill variables containing newlines.
28400 # Ultrix sh set writes to stderr and can't be redirected directly,
28401 # and sets the high bit in the cache file unless we assign to the vars.
28403 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28404 eval ac_val=\$$ac_var
28405 case $ac_val in #(
28406 *${as_nl}*)
28407 case $ac_var in #(
28408 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28409 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28410 esac
28411 case $ac_var in #(
28412 _ | IFS | as_nl) ;; #(
28413 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28414 *) $as_unset $ac_var ;;
28415 esac ;;
28416 esac
28417 done
28419 (set) 2>&1 |
28420 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28421 *${as_nl}ac_space=\ *)
28422 # `set' does not quote correctly, so add quotes (double-quote
28423 # substitution turns \\\\ into \\, and sed turns \\ into \).
28424 sed -n \
28425 "s/'/'\\\\''/g;
28426 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28427 ;; #(
28429 # `set' quotes correctly as required by POSIX, so do not add quotes.
28430 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28432 esac |
28433 sort
28435 sed '
28436 /^ac_cv_env_/b end
28437 t clear
28438 :clear
28439 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28440 t end
28441 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28442 :end' >>confcache
28443 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28444 if test -w "$cache_file"; then
28445 test "x$cache_file" != "x/dev/null" &&
28446 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28447 $as_echo "$as_me: updating cache $cache_file" >&6;}
28448 cat confcache >$cache_file
28449 else
28450 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28451 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28454 rm -f confcache
28456 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28457 # Let make expand exec_prefix.
28458 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28460 DEFS=-DHAVE_CONFIG_H
28462 ac_libobjs=
28463 ac_ltlibobjs=
28464 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28465 # 1. Remove the extension, and $U if already installed.
28466 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28467 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28468 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28469 # will be set to the directory where LIBOBJS objects are built.
28470 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28471 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28472 done
28473 LIBOBJS=$ac_libobjs
28475 LTLIBOBJS=$ac_ltlibobjs
28479 : ${CONFIG_STATUS=./config.status}
28480 ac_write_fail=0
28481 ac_clean_files_save=$ac_clean_files
28482 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28483 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28484 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28485 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28486 #! $SHELL
28487 # Generated by $as_me.
28488 # Run this file to recreate the current configuration.
28489 # Compiler output produced by configure, useful for debugging
28490 # configure, is in config.log if it exists.
28492 debug=false
28493 ac_cs_recheck=false
28494 ac_cs_silent=false
28495 SHELL=\${CONFIG_SHELL-$SHELL}
28496 _ACEOF
28498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28499 ## --------------------- ##
28500 ## M4sh Initialization. ##
28501 ## --------------------- ##
28503 # Be more Bourne compatible
28504 DUALCASE=1; export DUALCASE # for MKS sh
28505 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28506 emulate sh
28507 NULLCMD=:
28508 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28509 # is contrary to our usage. Disable this feature.
28510 alias -g '${1+"$@"}'='"$@"'
28511 setopt NO_GLOB_SUBST
28512 else
28513 case `(set -o) 2>/dev/null` in
28514 *posix*) set -o posix ;;
28515 esac
28522 # PATH needs CR
28523 # Avoid depending upon Character Ranges.
28524 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28525 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28526 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28527 as_cr_digits='0123456789'
28528 as_cr_alnum=$as_cr_Letters$as_cr_digits
28530 as_nl='
28532 export as_nl
28533 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28534 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28535 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28536 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28537 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28538 as_echo='printf %s\n'
28539 as_echo_n='printf %s'
28540 else
28541 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28542 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28543 as_echo_n='/usr/ucb/echo -n'
28544 else
28545 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28546 as_echo_n_body='eval
28547 arg=$1;
28548 case $arg in
28549 *"$as_nl"*)
28550 expr "X$arg" : "X\\(.*\\)$as_nl";
28551 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28552 esac;
28553 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28555 export as_echo_n_body
28556 as_echo_n='sh -c $as_echo_n_body as_echo'
28558 export as_echo_body
28559 as_echo='sh -c $as_echo_body as_echo'
28562 # The user is always right.
28563 if test "${PATH_SEPARATOR+set}" != set; then
28564 PATH_SEPARATOR=:
28565 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28566 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28567 PATH_SEPARATOR=';'
28571 # Support unset when possible.
28572 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28573 as_unset=unset
28574 else
28575 as_unset=false
28579 # IFS
28580 # We need space, tab and new line, in precisely that order. Quoting is
28581 # there to prevent editors from complaining about space-tab.
28582 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28583 # splitting by setting IFS to empty value.)
28584 IFS=" "" $as_nl"
28586 # Find who we are. Look in the path if we contain no directory separator.
28587 case $0 in
28588 *[\\/]* ) as_myself=$0 ;;
28589 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28590 for as_dir in $PATH
28592 IFS=$as_save_IFS
28593 test -z "$as_dir" && as_dir=.
28594 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28595 done
28596 IFS=$as_save_IFS
28599 esac
28600 # We did not find ourselves, most probably we were run as `sh COMMAND'
28601 # in which case we are not to be found in the path.
28602 if test "x$as_myself" = x; then
28603 as_myself=$0
28605 if test ! -f "$as_myself"; then
28606 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28607 { (exit 1); exit 1; }
28610 # Work around bugs in pre-3.0 UWIN ksh.
28611 for as_var in ENV MAIL MAILPATH
28612 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28613 done
28614 PS1='$ '
28615 PS2='> '
28616 PS4='+ '
28618 # NLS nuisances.
28619 LC_ALL=C
28620 export LC_ALL
28621 LANGUAGE=C
28622 export LANGUAGE
28624 # Required to use basename.
28625 if expr a : '\(a\)' >/dev/null 2>&1 &&
28626 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28627 as_expr=expr
28628 else
28629 as_expr=false
28632 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28633 as_basename=basename
28634 else
28635 as_basename=false
28639 # Name of the executable.
28640 as_me=`$as_basename -- "$0" ||
28641 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28642 X"$0" : 'X\(//\)$' \| \
28643 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28644 $as_echo X/"$0" |
28645 sed '/^.*\/\([^/][^/]*\)\/*$/{
28646 s//\1/
28649 /^X\/\(\/\/\)$/{
28650 s//\1/
28653 /^X\/\(\/\).*/{
28654 s//\1/
28657 s/.*/./; q'`
28659 # CDPATH.
28660 $as_unset CDPATH
28664 as_lineno_1=$LINENO
28665 as_lineno_2=$LINENO
28666 test "x$as_lineno_1" != "x$as_lineno_2" &&
28667 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28669 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28670 # uniformly replaced by the line number. The first 'sed' inserts a
28671 # line-number line after each line using $LINENO; the second 'sed'
28672 # does the real work. The second script uses 'N' to pair each
28673 # line-number line with the line containing $LINENO, and appends
28674 # trailing '-' during substitution so that $LINENO is not a special
28675 # case at line end.
28676 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28677 # scripts with optimization help from Paolo Bonzini. Blame Lee
28678 # E. McMahon (1931-1989) for sed's syntax. :-)
28679 sed -n '
28681 /[$]LINENO/=
28682 ' <$as_myself |
28683 sed '
28684 s/[$]LINENO.*/&-/
28685 t lineno
28687 :lineno
28689 :loop
28690 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28691 t loop
28692 s/-\n.*//
28693 ' >$as_me.lineno &&
28694 chmod +x "$as_me.lineno" ||
28695 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28696 { (exit 1); exit 1; }; }
28698 # Don't try to exec as it changes $[0], causing all sort of problems
28699 # (the dirname of $[0] is not the place where we might find the
28700 # original and so on. Autoconf is especially sensitive to this).
28701 . "./$as_me.lineno"
28702 # Exit status is that of the last command.
28703 exit
28707 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28708 as_dirname=dirname
28709 else
28710 as_dirname=false
28713 ECHO_C= ECHO_N= ECHO_T=
28714 case `echo -n x` in
28715 -n*)
28716 case `echo 'x\c'` in
28717 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28718 *) ECHO_C='\c';;
28719 esac;;
28721 ECHO_N='-n';;
28722 esac
28723 if expr a : '\(a\)' >/dev/null 2>&1 &&
28724 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28725 as_expr=expr
28726 else
28727 as_expr=false
28730 rm -f conf$$ conf$$.exe conf$$.file
28731 if test -d conf$$.dir; then
28732 rm -f conf$$.dir/conf$$.file
28733 else
28734 rm -f conf$$.dir
28735 mkdir conf$$.dir 2>/dev/null
28737 if (echo >conf$$.file) 2>/dev/null; then
28738 if ln -s conf$$.file conf$$ 2>/dev/null; then
28739 as_ln_s='ln -s'
28740 # ... but there are two gotchas:
28741 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28742 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28743 # In both cases, we have to default to `cp -p'.
28744 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28745 as_ln_s='cp -p'
28746 elif ln conf$$.file conf$$ 2>/dev/null; then
28747 as_ln_s=ln
28748 else
28749 as_ln_s='cp -p'
28751 else
28752 as_ln_s='cp -p'
28754 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28755 rmdir conf$$.dir 2>/dev/null
28757 if mkdir -p . 2>/dev/null; then
28758 as_mkdir_p=:
28759 else
28760 test -d ./-p && rmdir ./-p
28761 as_mkdir_p=false
28764 if test -x / >/dev/null 2>&1; then
28765 as_test_x='test -x'
28766 else
28767 if ls -dL / >/dev/null 2>&1; then
28768 as_ls_L_option=L
28769 else
28770 as_ls_L_option=
28772 as_test_x='
28773 eval sh -c '\''
28774 if test -d "$1"; then
28775 test -d "$1/.";
28776 else
28777 case $1 in
28778 -*)set "./$1";;
28779 esac;
28780 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28781 ???[sx]*):;;*)false;;esac;fi
28782 '\'' sh
28785 as_executable_p=$as_test_x
28787 # Sed expression to map a string onto a valid CPP name.
28788 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28790 # Sed expression to map a string onto a valid variable name.
28791 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28794 exec 6>&1
28796 # Save the log message, to keep $[0] and so on meaningful, and to
28797 # report actual input values of CONFIG_FILES etc. instead of their
28798 # values after options handling.
28799 ac_log="
28800 This file was extended by Wine $as_me 1.1.16, which was
28801 generated by GNU Autoconf 2.63. Invocation command line was
28803 CONFIG_FILES = $CONFIG_FILES
28804 CONFIG_HEADERS = $CONFIG_HEADERS
28805 CONFIG_LINKS = $CONFIG_LINKS
28806 CONFIG_COMMANDS = $CONFIG_COMMANDS
28807 $ $0 $@
28809 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28812 _ACEOF
28814 case $ac_config_files in *"
28815 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28816 esac
28818 case $ac_config_headers in *"
28819 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28820 esac
28823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28824 # Files that config.status was made for.
28825 config_files="$ac_config_files"
28826 config_headers="$ac_config_headers"
28827 config_commands="$ac_config_commands"
28829 _ACEOF
28831 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28832 ac_cs_usage="\
28833 \`$as_me' instantiates files from templates according to the
28834 current configuration.
28836 Usage: $0 [OPTION]... [FILE]...
28838 -h, --help print this help, then exit
28839 -V, --version print version number and configuration settings, then exit
28840 -q, --quiet, --silent
28841 do not print progress messages
28842 -d, --debug don't remove temporary files
28843 --recheck update $as_me by reconfiguring in the same conditions
28844 --file=FILE[:TEMPLATE]
28845 instantiate the configuration file FILE
28846 --header=FILE[:TEMPLATE]
28847 instantiate the configuration header FILE
28849 Configuration files:
28850 $config_files
28852 Configuration headers:
28853 $config_headers
28855 Configuration commands:
28856 $config_commands
28858 Report bugs to <bug-autoconf@gnu.org>."
28860 _ACEOF
28861 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28862 ac_cs_version="\\
28863 Wine config.status 1.1.16
28864 configured by $0, generated by GNU Autoconf 2.63,
28865 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28867 Copyright (C) 2008 Free Software Foundation, Inc.
28868 This config.status script is free software; the Free Software Foundation
28869 gives unlimited permission to copy, distribute and modify it."
28871 ac_pwd='$ac_pwd'
28872 srcdir='$srcdir'
28873 INSTALL='$INSTALL'
28874 test -n "\$AWK" || AWK=awk
28875 _ACEOF
28877 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28878 # The default lists apply if the user does not specify any file.
28879 ac_need_defaults=:
28880 while test $# != 0
28882 case $1 in
28883 --*=*)
28884 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28885 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28886 ac_shift=:
28889 ac_option=$1
28890 ac_optarg=$2
28891 ac_shift=shift
28893 esac
28895 case $ac_option in
28896 # Handling of the options.
28897 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28898 ac_cs_recheck=: ;;
28899 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28900 $as_echo "$ac_cs_version"; exit ;;
28901 --debug | --debu | --deb | --de | --d | -d )
28902 debug=: ;;
28903 --file | --fil | --fi | --f )
28904 $ac_shift
28905 case $ac_optarg in
28906 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28907 esac
28908 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28909 ac_need_defaults=false;;
28910 --header | --heade | --head | --hea )
28911 $ac_shift
28912 case $ac_optarg in
28913 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28914 esac
28915 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28916 ac_need_defaults=false;;
28917 --he | --h)
28918 # Conflict between --help and --header
28919 { $as_echo "$as_me: error: ambiguous option: $1
28920 Try \`$0 --help' for more information." >&2
28921 { (exit 1); exit 1; }; };;
28922 --help | --hel | -h )
28923 $as_echo "$ac_cs_usage"; exit ;;
28924 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28925 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28926 ac_cs_silent=: ;;
28928 # This is an error.
28929 -*) { $as_echo "$as_me: error: unrecognized option: $1
28930 Try \`$0 --help' for more information." >&2
28931 { (exit 1); exit 1; }; } ;;
28933 *) ac_config_targets="$ac_config_targets $1"
28934 ac_need_defaults=false ;;
28936 esac
28937 shift
28938 done
28940 ac_configure_extra_args=
28942 if $ac_cs_silent; then
28943 exec 6>/dev/null
28944 ac_configure_extra_args="$ac_configure_extra_args --silent"
28947 _ACEOF
28948 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28949 if \$ac_cs_recheck; then
28950 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28951 shift
28952 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28953 CONFIG_SHELL='$SHELL'
28954 export CONFIG_SHELL
28955 exec "\$@"
28958 _ACEOF
28959 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28960 exec 5>>config.log
28962 echo
28963 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28964 ## Running $as_me. ##
28965 _ASBOX
28966 $as_echo "$ac_log"
28967 } >&5
28969 _ACEOF
28970 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28971 _ACEOF
28973 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28975 # Handling of arguments.
28976 for ac_config_target in $ac_config_targets
28978 case $ac_config_target in
28979 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28980 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28981 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28982 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28983 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28984 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28985 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28986 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28987 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28988 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28989 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28990 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28991 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28992 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28993 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28994 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28995 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28996 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28997 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28998 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28999 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29000 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29001 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29002 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29003 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29004 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29005 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29006 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29007 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29008 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29009 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29010 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29011 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29012 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29013 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29014 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29015 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29016 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29017 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29018 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29019 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29020 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29021 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29022 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29023 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29024 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29025 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29026 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29027 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29028 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29029 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29030 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29031 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29032 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29033 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29034 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29035 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29036 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29037 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29038 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29039 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29040 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29041 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29042 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29043 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29044 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29045 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29046 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29047 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29048 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29049 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29050 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29051 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29052 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29053 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29054 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29055 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29056 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29057 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29058 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29059 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29060 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29061 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29062 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29063 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29064 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29065 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29066 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29067 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29068 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29069 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29070 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29071 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29072 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29073 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29074 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29075 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29076 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29077 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29078 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29079 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29080 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29081 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29082 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29083 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29084 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29085 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29086 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29087 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29088 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29089 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29090 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29091 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29092 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29093 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29094 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29095 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29096 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29097 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29098 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29099 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29100 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29101 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29102 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29103 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29104 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29105 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29106 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29107 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29108 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29109 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29110 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29111 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29112 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29113 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29114 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29115 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29116 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29117 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29118 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29119 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29120 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29121 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29122 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29123 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29124 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29125 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29126 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29127 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29128 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29129 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29130 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29131 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29132 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29133 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29134 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29135 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29136 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29137 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29138 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29139 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29140 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29141 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29142 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29143 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29144 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29145 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29146 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29147 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29148 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29149 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29150 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29151 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29152 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29153 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29154 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29155 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29156 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29157 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29158 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29159 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29160 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29161 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29162 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29163 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29164 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29165 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29166 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29167 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29168 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29169 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29170 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29171 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29172 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29173 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29174 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29175 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29176 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29177 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29178 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29179 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29180 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29181 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29182 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29183 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29184 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29185 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29186 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29187 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29188 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29189 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29190 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29191 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29192 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29193 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29194 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29195 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29196 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29197 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29198 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29199 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29200 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29201 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29202 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29203 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29204 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29205 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29206 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29207 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29208 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29209 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29210 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29211 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29212 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29213 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29214 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29215 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29216 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29217 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29218 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29219 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29220 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29221 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29222 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29223 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29224 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29225 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29226 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29227 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29228 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29229 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29230 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29231 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29232 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29233 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29234 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29235 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29236 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29237 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29238 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29239 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29240 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29241 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29242 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29243 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29244 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29245 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29246 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29247 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29248 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29249 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29250 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29251 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29252 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29253 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29254 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29255 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29256 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29257 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29258 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29259 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29260 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29261 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29262 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29263 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29264 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29265 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29266 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29267 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29268 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29269 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29270 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29271 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29272 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29273 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29274 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29275 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29276 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29277 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29278 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29279 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29280 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29281 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29282 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29283 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29284 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29285 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29286 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29287 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29288 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29289 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29290 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29291 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29292 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29293 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29294 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29295 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29296 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29297 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29298 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29299 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29300 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29301 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29302 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29303 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29304 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29305 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29306 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29307 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29308 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29309 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29310 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29311 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29312 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29313 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29314 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29315 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29316 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29317 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29318 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29319 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29320 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29321 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29322 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29323 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29324 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29325 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29326 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29327 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29328 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29329 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29330 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29331 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29332 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29333 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29334 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29335 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29336 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29337 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29338 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29339 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29340 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29341 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29342 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29343 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29344 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29345 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29346 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29347 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29348 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29349 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29350 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29351 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29352 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29353 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29354 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29355 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29356 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29357 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29358 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29359 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29360 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29361 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29362 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29363 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29364 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29365 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29366 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29367 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29368 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29369 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29370 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29371 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29372 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29373 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29374 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29375 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29376 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29377 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29378 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29379 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29380 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29381 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29382 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29383 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29384 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29385 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29386 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29387 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29388 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29389 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29390 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29391 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29392 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29393 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29394 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29395 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29396 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29397 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29398 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29399 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29400 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29401 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29402 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29403 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29404 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29405 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29406 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29407 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29408 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29409 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29410 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29411 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29412 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29413 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29414 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29415 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29416 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29417 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29418 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29419 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29420 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29421 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29422 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29423 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29424 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29425 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29426 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29427 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29428 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29429 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29430 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29431 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29432 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29433 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29434 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29435 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29436 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29437 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29438 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29439 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29440 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29441 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29442 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29443 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29444 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29445 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29446 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29447 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29448 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29449 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29450 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29451 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29452 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29453 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29454 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29455 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29456 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29457 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29458 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29459 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29460 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29461 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29462 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29463 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29464 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29465 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29466 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29468 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29469 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29470 { (exit 1); exit 1; }; };;
29471 esac
29472 done
29475 # If the user did not use the arguments to specify the items to instantiate,
29476 # then the envvar interface is used. Set only those that are not.
29477 # We use the long form for the default assignment because of an extremely
29478 # bizarre bug on SunOS 4.1.3.
29479 if $ac_need_defaults; then
29480 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29481 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29482 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29485 # Have a temporary directory for convenience. Make it in the build tree
29486 # simply because there is no reason against having it here, and in addition,
29487 # creating and moving files from /tmp can sometimes cause problems.
29488 # Hook for its removal unless debugging.
29489 # Note that there is a small window in which the directory will not be cleaned:
29490 # after its creation but before its name has been assigned to `$tmp'.
29491 $debug ||
29493 tmp=
29494 trap 'exit_status=$?
29495 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29497 trap '{ (exit 1); exit 1; }' 1 2 13 15
29499 # Create a (secure) tmp directory for tmp files.
29502 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29503 test -n "$tmp" && test -d "$tmp"
29504 } ||
29506 tmp=./conf$$-$RANDOM
29507 (umask 077 && mkdir "$tmp")
29508 } ||
29510 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29511 { (exit 1); exit 1; }
29514 # Set up the scripts for CONFIG_FILES section.
29515 # No need to generate them if there are no CONFIG_FILES.
29516 # This happens for instance with `./config.status config.h'.
29517 if test -n "$CONFIG_FILES"; then
29519 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29520 ac_cs_awk_getline=:
29521 ac_cs_awk_pipe_init=
29522 ac_cs_awk_read_file='
29523 while ((getline aline < (F[key])) > 0)
29524 print(aline)
29525 close(F[key])'
29526 ac_cs_awk_pipe_fini=
29527 else
29528 ac_cs_awk_getline=false
29529 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29530 ac_cs_awk_read_file='
29531 print "|#_!!_#|"
29532 print "cat " F[key] " &&"
29533 '$ac_cs_awk_pipe_init
29534 # The final `:' finishes the AND list.
29535 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29537 ac_cr=' '
29538 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29539 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29540 ac_cs_awk_cr='\\r'
29541 else
29542 ac_cs_awk_cr=$ac_cr
29545 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29546 _ACEOF
29548 # Create commands to substitute file output variables.
29550 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29551 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29552 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29553 echo "_ACAWK" &&
29554 echo "_ACEOF"
29555 } >conf$$files.sh &&
29556 . ./conf$$files.sh ||
29557 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29558 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29559 { (exit 1); exit 1; }; }
29560 rm -f conf$$files.sh
29563 echo "cat >conf$$subs.awk <<_ACEOF" &&
29564 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29565 echo "_ACEOF"
29566 } >conf$$subs.sh ||
29567 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29568 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29569 { (exit 1); exit 1; }; }
29570 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29571 ac_delim='%!_!# '
29572 for ac_last_try in false false false false false :; do
29573 . ./conf$$subs.sh ||
29574 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29575 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29576 { (exit 1); exit 1; }; }
29578 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29579 if test $ac_delim_n = $ac_delim_num; then
29580 break
29581 elif $ac_last_try; then
29582 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29583 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29584 { (exit 1); exit 1; }; }
29585 else
29586 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29588 done
29589 rm -f conf$$subs.sh
29591 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29592 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29593 _ACEOF
29594 sed -n '
29596 s/^/S["/; s/!.*/"]=/
29599 s/^[^!]*!//
29600 :repl
29601 t repl
29602 s/'"$ac_delim"'$//
29603 t delim
29606 s/\(.\{148\}\).*/\1/
29607 t more1
29608 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29611 b repl
29612 :more1
29613 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29616 s/.\{148\}//
29617 t nl
29618 :delim
29620 s/\(.\{148\}\).*/\1/
29621 t more2
29622 s/["\\]/\\&/g; s/^/"/; s/$/"/
29625 :more2
29626 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29629 s/.\{148\}//
29630 t delim
29631 ' <conf$$subs.awk | sed '
29632 /^[^""]/{
29634 s/\n//
29636 ' >>$CONFIG_STATUS || ac_write_fail=1
29637 rm -f conf$$subs.awk
29638 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29639 _ACAWK
29640 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29641 for (key in S) S_is_set[key] = 1
29642 FS = "\a"
29643 \$ac_cs_awk_pipe_init
29646 line = $ 0
29647 nfields = split(line, field, "@")
29648 substed = 0
29649 len = length(field[1])
29650 for (i = 2; i < nfields; i++) {
29651 key = field[i]
29652 keylen = length(key)
29653 if (S_is_set[key]) {
29654 value = S[key]
29655 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29656 len += length(value) + length(field[++i])
29657 substed = 1
29658 } else
29659 len += 1 + keylen
29661 if (nfields == 3 && !substed) {
29662 key = field[2]
29663 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29664 \$ac_cs_awk_read_file
29665 next
29668 print line
29670 \$ac_cs_awk_pipe_fini
29671 _ACAWK
29672 _ACEOF
29673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29674 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29675 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29676 else
29678 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29679 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29680 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29681 { (exit 1); exit 1; }; }
29682 _ACEOF
29684 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29685 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29686 # trailing colons and then remove the whole line if VPATH becomes empty
29687 # (actually we leave an empty line to preserve line numbers).
29688 if test "x$srcdir" = x.; then
29689 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29690 s/:*\$(srcdir):*/:/
29691 s/:*\${srcdir}:*/:/
29692 s/:*@srcdir@:*/:/
29693 s/^\([^=]*=[ ]*\):*/\1/
29694 s/:*$//
29695 s/^[^=]*=[ ]*$//
29699 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29700 fi # test -n "$CONFIG_FILES"
29702 # Set up the scripts for CONFIG_HEADERS section.
29703 # No need to generate them if there are no CONFIG_HEADERS.
29704 # This happens for instance with `./config.status Makefile'.
29705 if test -n "$CONFIG_HEADERS"; then
29706 cat >"$tmp/defines.awk" <<\_ACAWK ||
29707 BEGIN {
29708 _ACEOF
29710 # Transform confdefs.h into an awk script `defines.awk', embedded as
29711 # here-document in config.status, that substitutes the proper values into
29712 # config.h.in to produce config.h.
29714 # Create a delimiter string that does not exist in confdefs.h, to ease
29715 # handling of long lines.
29716 ac_delim='%!_!# '
29717 for ac_last_try in false false :; do
29718 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29719 if test -z "$ac_t"; then
29720 break
29721 elif $ac_last_try; then
29722 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29723 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29724 { (exit 1); exit 1; }; }
29725 else
29726 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29728 done
29730 # For the awk script, D is an array of macro values keyed by name,
29731 # likewise P contains macro parameters if any. Preserve backslash
29732 # newline sequences.
29734 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29735 sed -n '
29736 s/.\{148\}/&'"$ac_delim"'/g
29737 t rset
29738 :rset
29739 s/^[ ]*#[ ]*define[ ][ ]*/ /
29740 t def
29742 :def
29743 s/\\$//
29744 t bsnl
29745 s/["\\]/\\&/g
29746 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29747 D["\1"]=" \3"/p
29748 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29750 :bsnl
29751 s/["\\]/\\&/g
29752 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29753 D["\1"]=" \3\\\\\\n"\\/p
29754 t cont
29755 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29756 t cont
29758 :cont
29760 s/.\{148\}/&'"$ac_delim"'/g
29761 t clear
29762 :clear
29763 s/\\$//
29764 t bsnlc
29765 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29767 :bsnlc
29768 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29769 b cont
29770 ' <confdefs.h | sed '
29771 s/'"$ac_delim"'/"\\\
29772 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29775 for (key in D) D_is_set[key] = 1
29776 FS = "\a"
29778 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29779 line = \$ 0
29780 split(line, arg, " ")
29781 if (arg[1] == "#") {
29782 defundef = arg[2]
29783 mac1 = arg[3]
29784 } else {
29785 defundef = substr(arg[1], 2)
29786 mac1 = arg[2]
29788 split(mac1, mac2, "(") #)
29789 macro = mac2[1]
29790 prefix = substr(line, 1, index(line, defundef) - 1)
29791 if (D_is_set[macro]) {
29792 # Preserve the white space surrounding the "#".
29793 print prefix "define", macro P[macro] D[macro]
29794 next
29795 } else {
29796 # Replace #undef with comments. This is necessary, for example,
29797 # in the case of _POSIX_SOURCE, which is predefined and required
29798 # on some systems where configure will not decide to define it.
29799 if (defundef == "undef") {
29800 print "/*", prefix defundef, macro, "*/"
29801 next
29805 { print }
29806 _ACAWK
29807 _ACEOF
29808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29809 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29810 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29811 { (exit 1); exit 1; }; }
29812 fi # test -n "$CONFIG_HEADERS"
29815 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29816 shift
29817 for ac_tag
29819 case $ac_tag in
29820 :[FHLC]) ac_mode=$ac_tag; continue;;
29821 esac
29822 case $ac_mode$ac_tag in
29823 :[FHL]*:*);;
29824 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29825 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29826 { (exit 1); exit 1; }; };;
29827 :[FH]-) ac_tag=-:-;;
29828 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29829 esac
29830 ac_save_IFS=$IFS
29831 IFS=:
29832 set x $ac_tag
29833 IFS=$ac_save_IFS
29834 shift
29835 ac_file=$1
29836 shift
29838 case $ac_mode in
29839 :L) ac_source=$1;;
29840 :[FH])
29841 ac_file_inputs=
29842 for ac_f
29844 case $ac_f in
29845 -) ac_f="$tmp/stdin";;
29846 *) # Look for the file first in the build tree, then in the source tree
29847 # (if the path is not absolute). The absolute path cannot be DOS-style,
29848 # because $ac_f cannot contain `:'.
29849 test -f "$ac_f" ||
29850 case $ac_f in
29851 [\\/$]*) false;;
29852 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29853 esac ||
29854 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29855 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29856 { (exit 1); exit 1; }; };;
29857 esac
29858 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29859 ac_file_inputs="$ac_file_inputs '$ac_f'"
29860 done
29862 # Let's still pretend it is `configure' which instantiates (i.e., don't
29863 # use $as_me), people would be surprised to read:
29864 # /* config.h. Generated by config.status. */
29865 configure_input='Generated from '`
29866 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29867 `' by configure.'
29868 if test x"$ac_file" != x-; then
29869 configure_input="$ac_file. $configure_input"
29870 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29871 $as_echo "$as_me: creating $ac_file" >&6;}
29873 # Neutralize special characters interpreted by sed in replacement strings.
29874 case $configure_input in #(
29875 *\&* | *\|* | *\\* )
29876 ac_sed_conf_input=`$as_echo "$configure_input" |
29877 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29878 *) ac_sed_conf_input=$configure_input;;
29879 esac
29881 case $ac_tag in
29882 *:-:* | *:-) cat >"$tmp/stdin" \
29883 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29884 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29885 { (exit 1); exit 1; }; } ;;
29886 esac
29888 esac
29890 ac_dir=`$as_dirname -- "$ac_file" ||
29891 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29892 X"$ac_file" : 'X\(//\)[^/]' \| \
29893 X"$ac_file" : 'X\(//\)$' \| \
29894 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29895 $as_echo X"$ac_file" |
29896 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29897 s//\1/
29900 /^X\(\/\/\)[^/].*/{
29901 s//\1/
29904 /^X\(\/\/\)$/{
29905 s//\1/
29908 /^X\(\/\).*/{
29909 s//\1/
29912 s/.*/./; q'`
29913 { as_dir="$ac_dir"
29914 case $as_dir in #(
29915 -*) as_dir=./$as_dir;;
29916 esac
29917 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29918 as_dirs=
29919 while :; do
29920 case $as_dir in #(
29921 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29922 *) as_qdir=$as_dir;;
29923 esac
29924 as_dirs="'$as_qdir' $as_dirs"
29925 as_dir=`$as_dirname -- "$as_dir" ||
29926 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29927 X"$as_dir" : 'X\(//\)[^/]' \| \
29928 X"$as_dir" : 'X\(//\)$' \| \
29929 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29930 $as_echo X"$as_dir" |
29931 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29932 s//\1/
29935 /^X\(\/\/\)[^/].*/{
29936 s//\1/
29939 /^X\(\/\/\)$/{
29940 s//\1/
29943 /^X\(\/\).*/{
29944 s//\1/
29947 s/.*/./; q'`
29948 test -d "$as_dir" && break
29949 done
29950 test -z "$as_dirs" || eval "mkdir $as_dirs"
29951 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29952 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29953 { (exit 1); exit 1; }; }; }
29954 ac_builddir=.
29956 case "$ac_dir" in
29957 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29959 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29960 # A ".." for each directory in $ac_dir_suffix.
29961 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29962 case $ac_top_builddir_sub in
29963 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29964 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29965 esac ;;
29966 esac
29967 ac_abs_top_builddir=$ac_pwd
29968 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29969 # for backward compatibility:
29970 ac_top_builddir=$ac_top_build_prefix
29972 case $srcdir in
29973 .) # We are building in place.
29974 ac_srcdir=.
29975 ac_top_srcdir=$ac_top_builddir_sub
29976 ac_abs_top_srcdir=$ac_pwd ;;
29977 [\\/]* | ?:[\\/]* ) # Absolute name.
29978 ac_srcdir=$srcdir$ac_dir_suffix;
29979 ac_top_srcdir=$srcdir
29980 ac_abs_top_srcdir=$srcdir ;;
29981 *) # Relative name.
29982 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29983 ac_top_srcdir=$ac_top_build_prefix$srcdir
29984 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29985 esac
29986 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29989 case $ac_mode in
29992 # CONFIG_FILE
29995 case $INSTALL in
29996 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29997 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29998 esac
29999 _ACEOF
30001 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30002 # If the template does not know about datarootdir, expand it.
30003 # FIXME: This hack should be removed a few years after 2.60.
30004 ac_datarootdir_hack=; ac_datarootdir_seen=
30006 ac_sed_dataroot='
30007 /datarootdir/ {
30011 /@datadir@/p
30012 /@docdir@/p
30013 /@infodir@/p
30014 /@localedir@/p
30015 /@mandir@/p
30017 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30018 *datarootdir*) ac_datarootdir_seen=yes;;
30019 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30020 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30021 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30022 _ACEOF
30023 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30024 ac_datarootdir_hack='
30025 s&@datadir@&$datadir&g
30026 s&@docdir@&$docdir&g
30027 s&@infodir@&$infodir&g
30028 s&@localedir@&$localedir&g
30029 s&@mandir@&$mandir&g
30030 s&\\\${datarootdir}&$datarootdir&g' ;;
30031 esac
30032 _ACEOF
30034 # Neutralize VPATH when `$srcdir' = `.'.
30035 # Shell code in configure.ac might set extrasub.
30036 # FIXME: do we really want to maintain this feature?
30037 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30038 ac_sed_extra="$ac_vpsub
30039 $extrasub
30040 _ACEOF
30041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30043 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30044 s|@configure_input@|$ac_sed_conf_input|;t t
30045 s&@top_builddir@&$ac_top_builddir_sub&;t t
30046 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30047 s&@srcdir@&$ac_srcdir&;t t
30048 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30049 s&@top_srcdir@&$ac_top_srcdir&;t t
30050 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30051 s&@builddir@&$ac_builddir&;t t
30052 s&@abs_builddir@&$ac_abs_builddir&;t t
30053 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30054 s&@INSTALL@&$ac_INSTALL&;t t
30055 $ac_datarootdir_hack
30057 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30058 if $ac_cs_awk_getline; then
30059 $AWK -f "$tmp/subs.awk"
30060 else
30061 $AWK -f "$tmp/subs.awk" | $SHELL
30062 fi >$tmp/out \
30063 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30064 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30065 { (exit 1); exit 1; }; }
30067 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30068 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30069 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30070 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30071 which seems to be undefined. Please make sure it is defined." >&5
30072 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30073 which seems to be undefined. Please make sure it is defined." >&2;}
30075 rm -f "$tmp/stdin"
30076 case $ac_file in
30077 -) cat "$tmp/out" && rm -f "$tmp/out";;
30078 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30079 esac \
30080 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30081 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30082 { (exit 1); exit 1; }; }
30086 # CONFIG_HEADER
30088 if test x"$ac_file" != x-; then
30090 $as_echo "/* $configure_input */" \
30091 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30092 } >"$tmp/config.h" \
30093 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30094 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30095 { (exit 1); exit 1; }; }
30096 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30097 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30098 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30099 else
30100 rm -f "$ac_file"
30101 mv "$tmp/config.h" "$ac_file" \
30102 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30103 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30104 { (exit 1); exit 1; }; }
30106 else
30107 $as_echo "/* $configure_input */" \
30108 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30109 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30110 $as_echo "$as_me: error: could not create -" >&2;}
30111 { (exit 1); exit 1; }; }
30115 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30116 $as_echo "$as_me: executing $ac_file commands" >&6;}
30118 esac
30121 case $ac_file$ac_mode in
30122 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30123 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30124 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30125 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30126 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30127 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30128 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30129 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30130 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30131 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30132 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30133 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30134 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30136 esac
30137 done # for ac_tag
30140 { (exit 0); exit 0; }
30141 _ACEOF
30142 chmod +x $CONFIG_STATUS
30143 ac_clean_files=$ac_clean_files_save
30145 test $ac_write_fail = 0 ||
30146 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30147 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30148 { (exit 1); exit 1; }; }
30151 # configure is writing to config.log, and then calls config.status.
30152 # config.status does its own redirection, appending to config.log.
30153 # Unfortunately, on DOS this fails, as config.log is still kept open
30154 # by configure, so config.status won't be able to write to it; its
30155 # output is simply discarded. So we exec the FD to /dev/null,
30156 # effectively closing config.log, so it can be properly (re)opened and
30157 # appended to by config.status. When coming back to configure, we
30158 # need to make the FD available again.
30159 if test "$no_create" != yes; then
30160 ac_cs_success=:
30161 ac_config_status_args=
30162 test "$silent" = yes &&
30163 ac_config_status_args="$ac_config_status_args --quiet"
30164 exec 5>/dev/null
30165 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30166 exec 5>>config.log
30167 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30168 # would make configure fail if this is the last instruction.
30169 $ac_cs_success || { (exit 1); exit 1; }
30171 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30172 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30173 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30177 if test "$no_create" = "yes"
30178 then
30179 exit 0
30182 ac_save_IFS="$IFS"
30183 if test "x$wine_notices != "x; then
30184 echo >&6
30185 IFS="|"
30186 for msg in $wine_notices; do
30187 IFS="$ac_save_IFS"
30188 if test -n "$msg"; then
30189 { $as_echo "$as_me:$LINENO: $msg" >&5
30190 $as_echo "$as_me: $msg" >&6;}
30192 done
30194 IFS="|"
30195 for msg in $wine_warnings; do
30196 IFS="$ac_save_IFS"
30197 if test -n "$msg"; then
30198 echo >&2
30199 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30200 $as_echo "$as_me: WARNING: $msg" >&2;}
30202 done
30203 IFS="$ac_save_IFS"
30205 echo "
30206 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30207 " >&6