winedos: Replace malloc/calloc with HeapAlloc().
[wine/hacks.git] / configure
blobfa7911132ca91b51c669ef8c4bb8ae0041bb29f4
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.14.
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.14'
600 PACKAGE_STRING='Wine 1.1.14'
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 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
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.14 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.14:";;
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.14
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.14, 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 else
3881 TARGETFLAGS="-m64"
3885 esac
3887 case $host_cpu in
3888 *i[3456789]86*)
3889 enable_win16=${enable_win16:-yes}
3892 enable_win16=${enable_win16:-no}
3893 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3894 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3895 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3896 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3897 enable_vmm_vxd=${enable_vmm_vxd:-no}
3898 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3899 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3900 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3901 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3902 enable_w32skrnl=${enable_w32skrnl:-no}
3903 enable_winedos=${enable_winedos:-no}
3904 enable_winevdm=${enable_winevdm:-no}
3906 esac
3908 WIN16_FILES="\$(WIN16_FILES)"
3910 WIN16_INSTALL="\$(WIN16_INSTALL)"
3912 if test "x$enable_win16" != "xyes"
3913 then
3914 WIN16_FILES=""
3915 WIN16_INSTALL=""
3918 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3919 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3920 if test "${wine_cv_toolsdir+set}" = set; then
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -z "$with_wine_tools"; then
3924 if test "$cross_compiling" = "yes"; then
3925 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3926 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3927 { (exit 1); exit 1; }; }
3928 else
3929 wine_cv_toolsdir="\$(TOPOBJDIR)"
3931 elif test -d "$with_wine_tools/tools/winebuild"; then
3932 case $with_wine_tools in
3933 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3934 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3935 esac
3936 else
3937 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3938 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3939 { (exit 1); exit 1; }; }
3942 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3943 $as_echo "$wine_cv_toolsdir" >&6; }
3944 TOOLSDIR=$wine_cv_toolsdir
3946 if test -n "$host_alias"
3947 then
3948 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3952 for ac_prog in flex
3954 # Extract the first word of "$ac_prog", so it can be a program name with args.
3955 set dummy $ac_prog; ac_word=$2
3956 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3957 $as_echo_n "checking for $ac_word... " >&6; }
3958 if test "${ac_cv_prog_FLEX+set}" = set; then
3959 $as_echo_n "(cached) " >&6
3960 else
3961 if test -n "$FLEX"; then
3962 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3963 else
3964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965 for as_dir in $PATH
3967 IFS=$as_save_IFS
3968 test -z "$as_dir" && as_dir=.
3969 for ac_exec_ext in '' $ac_executable_extensions; do
3970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3971 ac_cv_prog_FLEX="$ac_prog"
3972 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3973 break 2
3975 done
3976 done
3977 IFS=$as_save_IFS
3981 FLEX=$ac_cv_prog_FLEX
3982 if test -n "$FLEX"; then
3983 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3984 $as_echo "$FLEX" >&6; }
3985 else
3986 { $as_echo "$as_me:$LINENO: result: no" >&5
3987 $as_echo "no" >&6; }
3991 test -n "$FLEX" && break
3992 done
3993 test -n "$FLEX" || FLEX="none"
3995 if test "$FLEX" = "none"
3996 then
3997 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3998 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3999 { (exit 1); exit 1; }; }
4002 for ac_prog in bison
4004 # Extract the first word of "$ac_prog", so it can be a program name with args.
4005 set dummy $ac_prog; ac_word=$2
4006 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4007 $as_echo_n "checking for $ac_word... " >&6; }
4008 if test "${ac_cv_prog_BISON+set}" = set; then
4009 $as_echo_n "(cached) " >&6
4010 else
4011 if test -n "$BISON"; then
4012 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4013 else
4014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015 for as_dir in $PATH
4017 IFS=$as_save_IFS
4018 test -z "$as_dir" && as_dir=.
4019 for ac_exec_ext in '' $ac_executable_extensions; do
4020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4021 ac_cv_prog_BISON="$ac_prog"
4022 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4023 break 2
4025 done
4026 done
4027 IFS=$as_save_IFS
4031 BISON=$ac_cv_prog_BISON
4032 if test -n "$BISON"; then
4033 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4034 $as_echo "$BISON" >&6; }
4035 else
4036 { $as_echo "$as_me:$LINENO: result: no" >&5
4037 $as_echo "no" >&6; }
4041 test -n "$BISON" && break
4042 done
4043 test -n "$BISON" || BISON="none"
4045 if test "$BISON" = "none"
4046 then
4047 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4048 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4049 { (exit 1); exit 1; }; }
4052 if test -n "$ac_tool_prefix"; then
4053 for ac_prog in gas as
4055 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4056 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4057 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4058 $as_echo_n "checking for $ac_word... " >&6; }
4059 if test "${ac_cv_prog_AS+set}" = set; then
4060 $as_echo_n "(cached) " >&6
4061 else
4062 if test -n "$AS"; then
4063 ac_cv_prog_AS="$AS" # Let the user override the test.
4064 else
4065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4066 for as_dir in $PATH
4068 IFS=$as_save_IFS
4069 test -z "$as_dir" && as_dir=.
4070 for ac_exec_ext in '' $ac_executable_extensions; do
4071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4072 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4073 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4074 break 2
4076 done
4077 done
4078 IFS=$as_save_IFS
4082 AS=$ac_cv_prog_AS
4083 if test -n "$AS"; then
4084 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4085 $as_echo "$AS" >&6; }
4086 else
4087 { $as_echo "$as_me:$LINENO: result: no" >&5
4088 $as_echo "no" >&6; }
4092 test -n "$AS" && break
4093 done
4095 if test -z "$AS"; then
4096 ac_ct_AS=$AS
4097 for ac_prog in gas as
4099 # Extract the first word of "$ac_prog", so it can be a program name with args.
4100 set dummy $ac_prog; ac_word=$2
4101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4102 $as_echo_n "checking for $ac_word... " >&6; }
4103 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4104 $as_echo_n "(cached) " >&6
4105 else
4106 if test -n "$ac_ct_AS"; then
4107 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4108 else
4109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4110 for as_dir in $PATH
4112 IFS=$as_save_IFS
4113 test -z "$as_dir" && as_dir=.
4114 for ac_exec_ext in '' $ac_executable_extensions; do
4115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4116 ac_cv_prog_ac_ct_AS="$ac_prog"
4117 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4118 break 2
4120 done
4121 done
4122 IFS=$as_save_IFS
4126 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4127 if test -n "$ac_ct_AS"; then
4128 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4129 $as_echo "$ac_ct_AS" >&6; }
4130 else
4131 { $as_echo "$as_me:$LINENO: result: no" >&5
4132 $as_echo "no" >&6; }
4136 test -n "$ac_ct_AS" && break
4137 done
4139 if test "x$ac_ct_AS" = x; then
4140 AS="as"
4141 else
4142 case $cross_compiling:$ac_tool_warned in
4143 yes:)
4144 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4145 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4146 ac_tool_warned=yes ;;
4147 esac
4148 AS=$ac_ct_AS
4152 if test -n "$ac_tool_prefix"; then
4153 for ac_prog in ld gld
4155 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4156 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4157 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4158 $as_echo_n "checking for $ac_word... " >&6; }
4159 if test "${ac_cv_prog_LD+set}" = set; then
4160 $as_echo_n "(cached) " >&6
4161 else
4162 if test -n "$LD"; then
4163 ac_cv_prog_LD="$LD" # Let the user override the test.
4164 else
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166 for as_dir in $PATH
4168 IFS=$as_save_IFS
4169 test -z "$as_dir" && as_dir=.
4170 for ac_exec_ext in '' $ac_executable_extensions; do
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4173 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 break 2
4176 done
4177 done
4178 IFS=$as_save_IFS
4182 LD=$ac_cv_prog_LD
4183 if test -n "$LD"; then
4184 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4185 $as_echo "$LD" >&6; }
4186 else
4187 { $as_echo "$as_me:$LINENO: result: no" >&5
4188 $as_echo "no" >&6; }
4192 test -n "$LD" && break
4193 done
4195 if test -z "$LD"; then
4196 ac_ct_LD=$LD
4197 for ac_prog in ld gld
4199 # Extract the first word of "$ac_prog", so it can be a program name with args.
4200 set dummy $ac_prog; ac_word=$2
4201 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4202 $as_echo_n "checking for $ac_word... " >&6; }
4203 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4204 $as_echo_n "(cached) " >&6
4205 else
4206 if test -n "$ac_ct_LD"; then
4207 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4208 else
4209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4210 for as_dir in $PATH
4212 IFS=$as_save_IFS
4213 test -z "$as_dir" && as_dir=.
4214 for ac_exec_ext in '' $ac_executable_extensions; do
4215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4216 ac_cv_prog_ac_ct_LD="$ac_prog"
4217 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4218 break 2
4220 done
4221 done
4222 IFS=$as_save_IFS
4226 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4227 if test -n "$ac_ct_LD"; then
4228 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4229 $as_echo "$ac_ct_LD" >&6; }
4230 else
4231 { $as_echo "$as_me:$LINENO: result: no" >&5
4232 $as_echo "no" >&6; }
4236 test -n "$ac_ct_LD" && break
4237 done
4239 if test "x$ac_ct_LD" = x; then
4240 LD="ld"
4241 else
4242 case $cross_compiling:$ac_tool_warned in
4243 yes:)
4244 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4245 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4246 ac_tool_warned=yes ;;
4247 esac
4248 LD=$ac_ct_LD
4252 if test -n "$ac_tool_prefix"; then
4253 for ac_prog in nm gnm
4255 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4256 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4257 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4258 $as_echo_n "checking for $ac_word... " >&6; }
4259 if test "${ac_cv_prog_NM+set}" = set; then
4260 $as_echo_n "(cached) " >&6
4261 else
4262 if test -n "$NM"; then
4263 ac_cv_prog_NM="$NM" # Let the user override the test.
4264 else
4265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4266 for as_dir in $PATH
4268 IFS=$as_save_IFS
4269 test -z "$as_dir" && as_dir=.
4270 for ac_exec_ext in '' $ac_executable_extensions; do
4271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4272 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4273 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4274 break 2
4276 done
4277 done
4278 IFS=$as_save_IFS
4282 NM=$ac_cv_prog_NM
4283 if test -n "$NM"; then
4284 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4285 $as_echo "$NM" >&6; }
4286 else
4287 { $as_echo "$as_me:$LINENO: result: no" >&5
4288 $as_echo "no" >&6; }
4292 test -n "$NM" && break
4293 done
4295 if test -z "$NM"; then
4296 ac_ct_NM=$NM
4297 for ac_prog in nm gnm
4299 # Extract the first word of "$ac_prog", so it can be a program name with args.
4300 set dummy $ac_prog; ac_word=$2
4301 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4302 $as_echo_n "checking for $ac_word... " >&6; }
4303 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4304 $as_echo_n "(cached) " >&6
4305 else
4306 if test -n "$ac_ct_NM"; then
4307 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4308 else
4309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4310 for as_dir in $PATH
4312 IFS=$as_save_IFS
4313 test -z "$as_dir" && as_dir=.
4314 for ac_exec_ext in '' $ac_executable_extensions; do
4315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4316 ac_cv_prog_ac_ct_NM="$ac_prog"
4317 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4318 break 2
4320 done
4321 done
4322 IFS=$as_save_IFS
4326 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4327 if test -n "$ac_ct_NM"; then
4328 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4329 $as_echo "$ac_ct_NM" >&6; }
4330 else
4331 { $as_echo "$as_me:$LINENO: result: no" >&5
4332 $as_echo "no" >&6; }
4336 test -n "$ac_ct_NM" && break
4337 done
4339 if test "x$ac_ct_NM" = x; then
4340 NM="nm"
4341 else
4342 case $cross_compiling:$ac_tool_warned in
4343 yes:)
4344 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4346 ac_tool_warned=yes ;;
4347 esac
4348 NM=$ac_ct_NM
4352 if test -n "$ac_tool_prefix"; then
4353 for ac_prog in ar gar
4355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4358 $as_echo_n "checking for $ac_word... " >&6; }
4359 if test "${ac_cv_prog_AR+set}" = set; then
4360 $as_echo_n "(cached) " >&6
4361 else
4362 if test -n "$AR"; then
4363 ac_cv_prog_AR="$AR" # Let the user override the test.
4364 else
4365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366 for as_dir in $PATH
4368 IFS=$as_save_IFS
4369 test -z "$as_dir" && as_dir=.
4370 for ac_exec_ext in '' $ac_executable_extensions; do
4371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4374 break 2
4376 done
4377 done
4378 IFS=$as_save_IFS
4382 AR=$ac_cv_prog_AR
4383 if test -n "$AR"; then
4384 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4385 $as_echo "$AR" >&6; }
4386 else
4387 { $as_echo "$as_me:$LINENO: result: no" >&5
4388 $as_echo "no" >&6; }
4392 test -n "$AR" && break
4393 done
4395 if test -z "$AR"; then
4396 ac_ct_AR=$AR
4397 for ac_prog in ar gar
4399 # Extract the first word of "$ac_prog", so it can be a program name with args.
4400 set dummy $ac_prog; ac_word=$2
4401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4402 $as_echo_n "checking for $ac_word... " >&6; }
4403 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4404 $as_echo_n "(cached) " >&6
4405 else
4406 if test -n "$ac_ct_AR"; then
4407 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4408 else
4409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4410 for as_dir in $PATH
4412 IFS=$as_save_IFS
4413 test -z "$as_dir" && as_dir=.
4414 for ac_exec_ext in '' $ac_executable_extensions; do
4415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4416 ac_cv_prog_ac_ct_AR="$ac_prog"
4417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4418 break 2
4420 done
4421 done
4422 IFS=$as_save_IFS
4426 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4427 if test -n "$ac_ct_AR"; then
4428 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4429 $as_echo "$ac_ct_AR" >&6; }
4430 else
4431 { $as_echo "$as_me:$LINENO: result: no" >&5
4432 $as_echo "no" >&6; }
4436 test -n "$ac_ct_AR" && break
4437 done
4439 if test "x$ac_ct_AR" = x; then
4440 AR="ar"
4441 else
4442 case $cross_compiling:$ac_tool_warned in
4443 yes:)
4444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4446 ac_tool_warned=yes ;;
4447 esac
4448 AR=$ac_ct_AR
4452 ARFLAGS=rc
4454 if test -n "$ac_tool_prefix"; then
4455 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4456 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4457 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4458 $as_echo_n "checking for $ac_word... " >&6; }
4459 if test "${ac_cv_prog_RANLIB+set}" = set; then
4460 $as_echo_n "(cached) " >&6
4461 else
4462 if test -n "$RANLIB"; then
4463 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4464 else
4465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4466 for as_dir in $PATH
4468 IFS=$as_save_IFS
4469 test -z "$as_dir" && as_dir=.
4470 for ac_exec_ext in '' $ac_executable_extensions; do
4471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4472 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4473 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4474 break 2
4476 done
4477 done
4478 IFS=$as_save_IFS
4482 RANLIB=$ac_cv_prog_RANLIB
4483 if test -n "$RANLIB"; then
4484 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4485 $as_echo "$RANLIB" >&6; }
4486 else
4487 { $as_echo "$as_me:$LINENO: result: no" >&5
4488 $as_echo "no" >&6; }
4493 if test -z "$ac_cv_prog_RANLIB"; then
4494 ac_ct_RANLIB=$RANLIB
4495 # Extract the first word of "ranlib", so it can be a program name with args.
4496 set dummy ranlib; ac_word=$2
4497 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4498 $as_echo_n "checking for $ac_word... " >&6; }
4499 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4500 $as_echo_n "(cached) " >&6
4501 else
4502 if test -n "$ac_ct_RANLIB"; then
4503 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4504 else
4505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4506 for as_dir in $PATH
4508 IFS=$as_save_IFS
4509 test -z "$as_dir" && as_dir=.
4510 for ac_exec_ext in '' $ac_executable_extensions; do
4511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4512 ac_cv_prog_ac_ct_RANLIB="ranlib"
4513 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4514 break 2
4516 done
4517 done
4518 IFS=$as_save_IFS
4522 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4523 if test -n "$ac_ct_RANLIB"; then
4524 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4525 $as_echo "$ac_ct_RANLIB" >&6; }
4526 else
4527 { $as_echo "$as_me:$LINENO: result: no" >&5
4528 $as_echo "no" >&6; }
4531 if test "x$ac_ct_RANLIB" = x; then
4532 RANLIB=":"
4533 else
4534 case $cross_compiling:$ac_tool_warned in
4535 yes:)
4536 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4538 ac_tool_warned=yes ;;
4539 esac
4540 RANLIB=$ac_ct_RANLIB
4542 else
4543 RANLIB="$ac_cv_prog_RANLIB"
4546 if test -n "$ac_tool_prefix"; then
4547 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4548 set dummy ${ac_tool_prefix}strip; ac_word=$2
4549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4550 $as_echo_n "checking for $ac_word... " >&6; }
4551 if test "${ac_cv_prog_STRIP+set}" = set; then
4552 $as_echo_n "(cached) " >&6
4553 else
4554 if test -n "$STRIP"; then
4555 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4556 else
4557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4558 for as_dir in $PATH
4560 IFS=$as_save_IFS
4561 test -z "$as_dir" && as_dir=.
4562 for ac_exec_ext in '' $ac_executable_extensions; do
4563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4564 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4565 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4566 break 2
4568 done
4569 done
4570 IFS=$as_save_IFS
4574 STRIP=$ac_cv_prog_STRIP
4575 if test -n "$STRIP"; then
4576 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4577 $as_echo "$STRIP" >&6; }
4578 else
4579 { $as_echo "$as_me:$LINENO: result: no" >&5
4580 $as_echo "no" >&6; }
4585 if test -z "$ac_cv_prog_STRIP"; then
4586 ac_ct_STRIP=$STRIP
4587 # Extract the first word of "strip", so it can be a program name with args.
4588 set dummy strip; ac_word=$2
4589 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4590 $as_echo_n "checking for $ac_word... " >&6; }
4591 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4592 $as_echo_n "(cached) " >&6
4593 else
4594 if test -n "$ac_ct_STRIP"; then
4595 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4596 else
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 for as_dir in $PATH
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_exec_ext in '' $ac_executable_extensions; do
4603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4604 ac_cv_prog_ac_ct_STRIP="strip"
4605 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4606 break 2
4608 done
4609 done
4610 IFS=$as_save_IFS
4614 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4615 if test -n "$ac_ct_STRIP"; then
4616 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4617 $as_echo "$ac_ct_STRIP" >&6; }
4618 else
4619 { $as_echo "$as_me:$LINENO: result: no" >&5
4620 $as_echo "no" >&6; }
4623 if test "x$ac_ct_STRIP" = x; then
4624 STRIP="strip"
4625 else
4626 case $cross_compiling:$ac_tool_warned in
4627 yes:)
4628 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4629 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4630 ac_tool_warned=yes ;;
4631 esac
4632 STRIP=$ac_ct_STRIP
4634 else
4635 STRIP="$ac_cv_prog_STRIP"
4638 if test -n "$ac_tool_prefix"; then
4639 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4640 set dummy ${ac_tool_prefix}windres; ac_word=$2
4641 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4642 $as_echo_n "checking for $ac_word... " >&6; }
4643 if test "${ac_cv_prog_WINDRES+set}" = set; then
4644 $as_echo_n "(cached) " >&6
4645 else
4646 if test -n "$WINDRES"; then
4647 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4648 else
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_exec_ext in '' $ac_executable_extensions; do
4655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4656 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4657 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4658 break 2
4660 done
4661 done
4662 IFS=$as_save_IFS
4666 WINDRES=$ac_cv_prog_WINDRES
4667 if test -n "$WINDRES"; then
4668 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4669 $as_echo "$WINDRES" >&6; }
4670 else
4671 { $as_echo "$as_me:$LINENO: result: no" >&5
4672 $as_echo "no" >&6; }
4677 if test -z "$ac_cv_prog_WINDRES"; then
4678 ac_ct_WINDRES=$WINDRES
4679 # Extract the first word of "windres", so it can be a program name with args.
4680 set dummy windres; ac_word=$2
4681 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4682 $as_echo_n "checking for $ac_word... " >&6; }
4683 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4684 $as_echo_n "(cached) " >&6
4685 else
4686 if test -n "$ac_ct_WINDRES"; then
4687 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4688 else
4689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690 for as_dir in $PATH
4692 IFS=$as_save_IFS
4693 test -z "$as_dir" && as_dir=.
4694 for ac_exec_ext in '' $ac_executable_extensions; do
4695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4696 ac_cv_prog_ac_ct_WINDRES="windres"
4697 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4698 break 2
4700 done
4701 done
4702 IFS=$as_save_IFS
4706 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4707 if test -n "$ac_ct_WINDRES"; then
4708 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4709 $as_echo "$ac_ct_WINDRES" >&6; }
4710 else
4711 { $as_echo "$as_me:$LINENO: result: no" >&5
4712 $as_echo "no" >&6; }
4715 if test "x$ac_ct_WINDRES" = x; then
4716 WINDRES="false"
4717 else
4718 case $cross_compiling:$ac_tool_warned in
4719 yes:)
4720 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4721 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4722 ac_tool_warned=yes ;;
4723 esac
4724 WINDRES=$ac_ct_WINDRES
4726 else
4727 WINDRES="$ac_cv_prog_WINDRES"
4730 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4731 $as_echo_n "checking whether ln -s works... " >&6; }
4732 LN_S=$as_ln_s
4733 if test "$LN_S" = "ln -s"; then
4734 { $as_echo "$as_me:$LINENO: result: yes" >&5
4735 $as_echo "yes" >&6; }
4736 else
4737 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4738 $as_echo "no, using $LN_S" >&6; }
4741 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4742 $as_echo_n "checking whether ln works... " >&6; }
4743 rm -f conf$$ conf$$.file
4744 echo >conf$$.file
4745 if ln conf$$.file conf$$ 2>/dev/null; then
4746 LN=ln
4748 { $as_echo "$as_me:$LINENO: result: yes" >&5
4749 $as_echo "yes" >&6; }
4750 else
4751 LN="cp -p"
4753 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4754 $as_echo "no, using $LN" >&6; }
4756 rm -f conf$$ conf$$.file
4757 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4758 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4759 if test "${ac_cv_path_GREP+set}" = set; then
4760 $as_echo_n "(cached) " >&6
4761 else
4762 if test -z "$GREP"; then
4763 ac_path_GREP_found=false
4764 # Loop through the user's path and test for each of PROGNAME-LIST
4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4768 IFS=$as_save_IFS
4769 test -z "$as_dir" && as_dir=.
4770 for ac_prog in grep ggrep; do
4771 for ac_exec_ext in '' $ac_executable_extensions; do
4772 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4773 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4774 # Check for GNU ac_path_GREP and select it if it is found.
4775 # Check for GNU $ac_path_GREP
4776 case `"$ac_path_GREP" --version 2>&1` in
4777 *GNU*)
4778 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4780 ac_count=0
4781 $as_echo_n 0123456789 >"conftest.in"
4782 while :
4784 cat "conftest.in" "conftest.in" >"conftest.tmp"
4785 mv "conftest.tmp" "conftest.in"
4786 cp "conftest.in" "conftest.nl"
4787 $as_echo 'GREP' >> "conftest.nl"
4788 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4789 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4790 ac_count=`expr $ac_count + 1`
4791 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4792 # Best one so far, save it but keep looking for a better one
4793 ac_cv_path_GREP="$ac_path_GREP"
4794 ac_path_GREP_max=$ac_count
4796 # 10*(2^10) chars as input seems more than enough
4797 test $ac_count -gt 10 && break
4798 done
4799 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4800 esac
4802 $ac_path_GREP_found && break 3
4803 done
4804 done
4805 done
4806 IFS=$as_save_IFS
4807 if test -z "$ac_cv_path_GREP"; then
4808 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4809 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4810 { (exit 1); exit 1; }; }
4812 else
4813 ac_cv_path_GREP=$GREP
4817 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4818 $as_echo "$ac_cv_path_GREP" >&6; }
4819 GREP="$ac_cv_path_GREP"
4822 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4823 $as_echo_n "checking for egrep... " >&6; }
4824 if test "${ac_cv_path_EGREP+set}" = set; then
4825 $as_echo_n "(cached) " >&6
4826 else
4827 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4828 then ac_cv_path_EGREP="$GREP -E"
4829 else
4830 if test -z "$EGREP"; then
4831 ac_path_EGREP_found=false
4832 # Loop through the user's path and test for each of PROGNAME-LIST
4833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4834 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4836 IFS=$as_save_IFS
4837 test -z "$as_dir" && as_dir=.
4838 for ac_prog in egrep; do
4839 for ac_exec_ext in '' $ac_executable_extensions; do
4840 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4841 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4842 # Check for GNU ac_path_EGREP and select it if it is found.
4843 # Check for GNU $ac_path_EGREP
4844 case `"$ac_path_EGREP" --version 2>&1` in
4845 *GNU*)
4846 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4848 ac_count=0
4849 $as_echo_n 0123456789 >"conftest.in"
4850 while :
4852 cat "conftest.in" "conftest.in" >"conftest.tmp"
4853 mv "conftest.tmp" "conftest.in"
4854 cp "conftest.in" "conftest.nl"
4855 $as_echo 'EGREP' >> "conftest.nl"
4856 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4857 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4858 ac_count=`expr $ac_count + 1`
4859 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4860 # Best one so far, save it but keep looking for a better one
4861 ac_cv_path_EGREP="$ac_path_EGREP"
4862 ac_path_EGREP_max=$ac_count
4864 # 10*(2^10) chars as input seems more than enough
4865 test $ac_count -gt 10 && break
4866 done
4867 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4868 esac
4870 $ac_path_EGREP_found && break 3
4871 done
4872 done
4873 done
4874 IFS=$as_save_IFS
4875 if test -z "$ac_cv_path_EGREP"; then
4876 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4877 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4878 { (exit 1); exit 1; }; }
4880 else
4881 ac_cv_path_EGREP=$EGREP
4886 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4887 $as_echo "$ac_cv_path_EGREP" >&6; }
4888 EGREP="$ac_cv_path_EGREP"
4891 # Extract the first word of "ldconfig", so it can be a program name with args.
4892 set dummy ldconfig; ac_word=$2
4893 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4894 $as_echo_n "checking for $ac_word... " >&6; }
4895 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4896 $as_echo_n "(cached) " >&6
4897 else
4898 case $LDCONFIG in
4899 [\\/]* | ?:[\\/]*)
4900 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 for as_dir in /sbin /usr/sbin $PATH
4906 IFS=$as_save_IFS
4907 test -z "$as_dir" && as_dir=.
4908 for ac_exec_ext in '' $ac_executable_extensions; do
4909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4910 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4911 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4912 break 2
4914 done
4915 done
4916 IFS=$as_save_IFS
4918 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4920 esac
4922 LDCONFIG=$ac_cv_path_LDCONFIG
4923 if test -n "$LDCONFIG"; then
4924 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4925 $as_echo "$LDCONFIG" >&6; }
4926 else
4927 { $as_echo "$as_me:$LINENO: result: no" >&5
4928 $as_echo "no" >&6; }
4932 # Find a good install program. We prefer a C program (faster),
4933 # so one script is as good as another. But avoid the broken or
4934 # incompatible versions:
4935 # SysV /etc/install, /usr/sbin/install
4936 # SunOS /usr/etc/install
4937 # IRIX /sbin/install
4938 # AIX /bin/install
4939 # AmigaOS /C/install, which installs bootblocks on floppy discs
4940 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4941 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4942 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4943 # OS/2's system install, which has a completely different semantic
4944 # ./install, which can be erroneously created by make from ./install.sh.
4945 # Reject install programs that cannot install multiple files.
4946 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4947 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4948 if test -z "$INSTALL"; then
4949 if test "${ac_cv_path_install+set}" = set; then
4950 $as_echo_n "(cached) " >&6
4951 else
4952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4955 IFS=$as_save_IFS
4956 test -z "$as_dir" && as_dir=.
4957 # Account for people who put trailing slashes in PATH elements.
4958 case $as_dir/ in
4959 ./ | .// | /cC/* | \
4960 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4961 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4962 /usr/ucb/* ) ;;
4964 # OSF1 and SCO ODT 3.0 have their own names for install.
4965 # Don't use installbsd from OSF since it installs stuff as root
4966 # by default.
4967 for ac_prog in ginstall scoinst install; do
4968 for ac_exec_ext in '' $ac_executable_extensions; do
4969 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4970 if test $ac_prog = install &&
4971 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4972 # AIX install. It has an incompatible calling convention.
4974 elif test $ac_prog = install &&
4975 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4976 # program-specific install script used by HP pwplus--don't use.
4978 else
4979 rm -rf conftest.one conftest.two conftest.dir
4980 echo one > conftest.one
4981 echo two > conftest.two
4982 mkdir conftest.dir
4983 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4984 test -s conftest.one && test -s conftest.two &&
4985 test -s conftest.dir/conftest.one &&
4986 test -s conftest.dir/conftest.two
4987 then
4988 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4989 break 3
4993 done
4994 done
4996 esac
4998 done
4999 IFS=$as_save_IFS
5001 rm -rf conftest.one conftest.two conftest.dir
5004 if test "${ac_cv_path_install+set}" = set; then
5005 INSTALL=$ac_cv_path_install
5006 else
5007 # As a last resort, use the slow shell script. Don't cache a
5008 # value for INSTALL within a source directory, because that will
5009 # break other packages using the cache if that directory is
5010 # removed, or if the value is a relative name.
5011 INSTALL=$ac_install_sh
5014 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5015 $as_echo "$INSTALL" >&6; }
5017 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5018 # It thinks the first close brace ends the variable substitution.
5019 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5021 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5023 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5025 case "$INSTALL" in
5026 [\\/$]* | ?:[\\/]* ) ;;
5027 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5028 esac
5030 for ac_prog in lclint lint
5032 # Extract the first word of "$ac_prog", so it can be a program name with args.
5033 set dummy $ac_prog; ac_word=$2
5034 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; }
5036 if test "${ac_cv_prog_LINT+set}" = set; then
5037 $as_echo_n "(cached) " >&6
5038 else
5039 if test -n "$LINT"; then
5040 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_LINT="$ac_prog"
5050 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5053 done
5054 done
5055 IFS=$as_save_IFS
5059 LINT=$ac_cv_prog_LINT
5060 if test -n "$LINT"; then
5061 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5062 $as_echo "$LINT" >&6; }
5063 else
5064 { $as_echo "$as_me:$LINENO: result: no" >&5
5065 $as_echo "no" >&6; }
5069 test -n "$LINT" && break
5070 done
5072 if test "$LINT" = "lint"
5073 then
5074 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5079 for ac_prog in fontforge
5081 # Extract the first word of "$ac_prog", so it can be a program name with args.
5082 set dummy $ac_prog; ac_word=$2
5083 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5084 $as_echo_n "checking for $ac_word... " >&6; }
5085 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5086 $as_echo_n "(cached) " >&6
5087 else
5088 if test -n "$FONTFORGE"; then
5089 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5090 else
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098 ac_cv_prog_FONTFORGE="$ac_prog"
5099 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 break 2
5102 done
5103 done
5104 IFS=$as_save_IFS
5108 FONTFORGE=$ac_cv_prog_FONTFORGE
5109 if test -n "$FONTFORGE"; then
5110 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5111 $as_echo "$FONTFORGE" >&6; }
5112 else
5113 { $as_echo "$as_me:$LINENO: result: no" >&5
5114 $as_echo "no" >&6; }
5118 test -n "$FONTFORGE" && break
5119 done
5120 test -n "$FONTFORGE" || FONTFORGE="false"
5122 for ac_prog in pkg-config
5124 # Extract the first word of "$ac_prog", so it can be a program name with args.
5125 set dummy $ac_prog; ac_word=$2
5126 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5127 $as_echo_n "checking for $ac_word... " >&6; }
5128 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5129 $as_echo_n "(cached) " >&6
5130 else
5131 if test -n "$PKG_CONFIG"; then
5132 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5133 else
5134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135 for as_dir in $PATH
5137 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=.
5139 for ac_exec_ext in '' $ac_executable_extensions; do
5140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5141 ac_cv_prog_PKG_CONFIG="$ac_prog"
5142 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 break 2
5145 done
5146 done
5147 IFS=$as_save_IFS
5151 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5152 if test -n "$PKG_CONFIG"; then
5153 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5154 $as_echo "$PKG_CONFIG" >&6; }
5155 else
5156 { $as_echo "$as_me:$LINENO: result: no" >&5
5157 $as_echo "no" >&6; }
5161 test -n "$PKG_CONFIG" && break
5162 done
5163 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5165 for ac_prog in rsvg
5167 # Extract the first word of "$ac_prog", so it can be a program name with args.
5168 set dummy $ac_prog; ac_word=$2
5169 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5170 $as_echo_n "checking for $ac_word... " >&6; }
5171 if test "${ac_cv_prog_RSVG+set}" = set; then
5172 $as_echo_n "(cached) " >&6
5173 else
5174 if test -n "$RSVG"; then
5175 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5176 else
5177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5178 for as_dir in $PATH
5180 IFS=$as_save_IFS
5181 test -z "$as_dir" && as_dir=.
5182 for ac_exec_ext in '' $ac_executable_extensions; do
5183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5184 ac_cv_prog_RSVG="$ac_prog"
5185 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5186 break 2
5188 done
5189 done
5190 IFS=$as_save_IFS
5194 RSVG=$ac_cv_prog_RSVG
5195 if test -n "$RSVG"; then
5196 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5197 $as_echo "$RSVG" >&6; }
5198 else
5199 { $as_echo "$as_me:$LINENO: result: no" >&5
5200 $as_echo "no" >&6; }
5204 test -n "$RSVG" && break
5205 done
5206 test -n "$RSVG" || RSVG="false"
5208 for ac_prog in icotool
5210 # Extract the first word of "$ac_prog", so it can be a program name with args.
5211 set dummy $ac_prog; ac_word=$2
5212 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5213 $as_echo_n "checking for $ac_word... " >&6; }
5214 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5215 $as_echo_n "(cached) " >&6
5216 else
5217 if test -n "$ICOTOOL"; then
5218 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5219 else
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5221 for as_dir in $PATH
5223 IFS=$as_save_IFS
5224 test -z "$as_dir" && as_dir=.
5225 for ac_exec_ext in '' $ac_executable_extensions; do
5226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5227 ac_cv_prog_ICOTOOL="$ac_prog"
5228 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5229 break 2
5231 done
5232 done
5233 IFS=$as_save_IFS
5237 ICOTOOL=$ac_cv_prog_ICOTOOL
5238 if test -n "$ICOTOOL"; then
5239 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5240 $as_echo "$ICOTOOL" >&6; }
5241 else
5242 { $as_echo "$as_me:$LINENO: result: no" >&5
5243 $as_echo "no" >&6; }
5247 test -n "$ICOTOOL" && break
5248 done
5249 test -n "$ICOTOOL" || ICOTOOL="false"
5252 if test "${enable_maintainer_mode+set}" = set
5253 then
5254 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5255 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5256 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5259 case $host_cpu in
5260 *i[3456789]86*)
5261 # Extract the first word of "prelink", so it can be a program name with args.
5262 set dummy prelink; ac_word=$2
5263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5264 $as_echo_n "checking for $ac_word... " >&6; }
5265 if test "${ac_cv_path_PRELINK+set}" = set; then
5266 $as_echo_n "(cached) " >&6
5267 else
5268 case $PRELINK in
5269 [\\/]* | ?:[\\/]*)
5270 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in /sbin /usr/sbin $PATH
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_exec_ext in '' $ac_executable_extensions; do
5279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5281 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5282 break 2
5284 done
5285 done
5286 IFS=$as_save_IFS
5288 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5290 esac
5292 PRELINK=$ac_cv_path_PRELINK
5293 if test -n "$PRELINK"; then
5294 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5295 $as_echo "$PRELINK" >&6; }
5296 else
5297 { $as_echo "$as_me:$LINENO: result: no" >&5
5298 $as_echo "no" >&6; }
5303 esac
5307 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5308 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5309 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5310 $as_echo_n "(cached) " >&6
5311 else
5312 ac_check_lib_save_LIBS=$LIBS
5313 LIBS="-li386 $LIBS"
5314 cat >conftest.$ac_ext <<_ACEOF
5315 /* confdefs.h. */
5316 _ACEOF
5317 cat confdefs.h >>conftest.$ac_ext
5318 cat >>conftest.$ac_ext <<_ACEOF
5319 /* end confdefs.h. */
5321 /* Override any GCC internal prototype to avoid an error.
5322 Use char because int might match the return type of a GCC
5323 builtin and then its argument prototype would still apply. */
5324 #ifdef __cplusplus
5325 extern "C"
5326 #endif
5327 char i386_set_ldt ();
5329 main ()
5331 return i386_set_ldt ();
5333 return 0;
5335 _ACEOF
5336 rm -f conftest.$ac_objext conftest$ac_exeext
5337 if { (ac_try="$ac_link"
5338 case "(($ac_try" in
5339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5340 *) ac_try_echo=$ac_try;;
5341 esac
5342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5343 $as_echo "$ac_try_echo") >&5
5344 (eval "$ac_link") 2>conftest.er1
5345 ac_status=$?
5346 grep -v '^ *+' conftest.er1 >conftest.err
5347 rm -f conftest.er1
5348 cat conftest.err >&5
5349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350 (exit $ac_status); } && {
5351 test -z "$ac_c_werror_flag" ||
5352 test ! -s conftest.err
5353 } && test -s conftest$ac_exeext && {
5354 test "$cross_compiling" = yes ||
5355 $as_test_x conftest$ac_exeext
5356 }; then
5357 ac_cv_lib_i386_i386_set_ldt=yes
5358 else
5359 $as_echo "$as_me: failed program was:" >&5
5360 sed 's/^/| /' conftest.$ac_ext >&5
5362 ac_cv_lib_i386_i386_set_ldt=no
5365 rm -rf conftest.dSYM
5366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5367 conftest$ac_exeext conftest.$ac_ext
5368 LIBS=$ac_check_lib_save_LIBS
5370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5371 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5372 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5373 cat >>confdefs.h <<_ACEOF
5374 #define HAVE_LIBI386 1
5375 _ACEOF
5377 LIBS="-li386 $LIBS"
5382 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5383 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5384 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5385 $as_echo_n "(cached) " >&6
5386 else
5387 ac_check_lib_save_LIBS=$LIBS
5388 LIBS="-lossaudio $LIBS"
5389 cat >conftest.$ac_ext <<_ACEOF
5390 /* confdefs.h. */
5391 _ACEOF
5392 cat confdefs.h >>conftest.$ac_ext
5393 cat >>conftest.$ac_ext <<_ACEOF
5394 /* end confdefs.h. */
5396 /* Override any GCC internal prototype to avoid an error.
5397 Use char because int might match the return type of a GCC
5398 builtin and then its argument prototype would still apply. */
5399 #ifdef __cplusplus
5400 extern "C"
5401 #endif
5402 char _oss_ioctl ();
5404 main ()
5406 return _oss_ioctl ();
5408 return 0;
5410 _ACEOF
5411 rm -f conftest.$ac_objext conftest$ac_exeext
5412 if { (ac_try="$ac_link"
5413 case "(($ac_try" in
5414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5415 *) ac_try_echo=$ac_try;;
5416 esac
5417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5418 $as_echo "$ac_try_echo") >&5
5419 (eval "$ac_link") 2>conftest.er1
5420 ac_status=$?
5421 grep -v '^ *+' conftest.er1 >conftest.err
5422 rm -f conftest.er1
5423 cat conftest.err >&5
5424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5425 (exit $ac_status); } && {
5426 test -z "$ac_c_werror_flag" ||
5427 test ! -s conftest.err
5428 } && test -s conftest$ac_exeext && {
5429 test "$cross_compiling" = yes ||
5430 $as_test_x conftest$ac_exeext
5431 }; then
5432 ac_cv_lib_ossaudio__oss_ioctl=yes
5433 else
5434 $as_echo "$as_me: failed program was:" >&5
5435 sed 's/^/| /' conftest.$ac_ext >&5
5437 ac_cv_lib_ossaudio__oss_ioctl=no
5440 rm -rf conftest.dSYM
5441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5442 conftest$ac_exeext conftest.$ac_ext
5443 LIBS=$ac_check_lib_save_LIBS
5445 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5446 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5447 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5448 cat >>confdefs.h <<_ACEOF
5449 #define HAVE_LIBOSSAUDIO 1
5450 _ACEOF
5452 LIBS="-lossaudio $LIBS"
5457 XLIB=""
5459 OPENGL_LIBS=""
5463 ac_ext=c
5464 ac_cpp='$CPP $CPPFLAGS'
5465 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5466 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5467 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5468 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5469 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5470 # On Suns, sometimes $CPP names a directory.
5471 if test -n "$CPP" && test -d "$CPP"; then
5472 CPP=
5474 if test -z "$CPP"; then
5475 if test "${ac_cv_prog_CPP+set}" = set; then
5476 $as_echo_n "(cached) " >&6
5477 else
5478 # Double quotes because CPP needs to be expanded
5479 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5481 ac_preproc_ok=false
5482 for ac_c_preproc_warn_flag in '' yes
5484 # Use a header file that comes with gcc, so configuring glibc
5485 # with a fresh cross-compiler works.
5486 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5487 # <limits.h> exists even on freestanding compilers.
5488 # On the NeXT, cc -E runs the code through the compiler's parser,
5489 # not just through cpp. "Syntax error" is here to catch this case.
5490 cat >conftest.$ac_ext <<_ACEOF
5491 /* confdefs.h. */
5492 _ACEOF
5493 cat confdefs.h >>conftest.$ac_ext
5494 cat >>conftest.$ac_ext <<_ACEOF
5495 /* end confdefs.h. */
5496 #ifdef __STDC__
5497 # include <limits.h>
5498 #else
5499 # include <assert.h>
5500 #endif
5501 Syntax error
5502 _ACEOF
5503 if { (ac_try="$ac_cpp conftest.$ac_ext"
5504 case "(($ac_try" in
5505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5506 *) ac_try_echo=$ac_try;;
5507 esac
5508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5509 $as_echo "$ac_try_echo") >&5
5510 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5511 ac_status=$?
5512 grep -v '^ *+' conftest.er1 >conftest.err
5513 rm -f conftest.er1
5514 cat conftest.err >&5
5515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5516 (exit $ac_status); } >/dev/null && {
5517 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5518 test ! -s conftest.err
5519 }; then
5521 else
5522 $as_echo "$as_me: failed program was:" >&5
5523 sed 's/^/| /' conftest.$ac_ext >&5
5525 # Broken: fails on valid input.
5526 continue
5529 rm -f conftest.err conftest.$ac_ext
5531 # OK, works on sane cases. Now check whether nonexistent headers
5532 # can be detected and how.
5533 cat >conftest.$ac_ext <<_ACEOF
5534 /* confdefs.h. */
5535 _ACEOF
5536 cat confdefs.h >>conftest.$ac_ext
5537 cat >>conftest.$ac_ext <<_ACEOF
5538 /* end confdefs.h. */
5539 #include <ac_nonexistent.h>
5540 _ACEOF
5541 if { (ac_try="$ac_cpp conftest.$ac_ext"
5542 case "(($ac_try" in
5543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5544 *) ac_try_echo=$ac_try;;
5545 esac
5546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5547 $as_echo "$ac_try_echo") >&5
5548 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5549 ac_status=$?
5550 grep -v '^ *+' conftest.er1 >conftest.err
5551 rm -f conftest.er1
5552 cat conftest.err >&5
5553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); } >/dev/null && {
5555 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5556 test ! -s conftest.err
5557 }; then
5558 # Broken: success on invalid input.
5559 continue
5560 else
5561 $as_echo "$as_me: failed program was:" >&5
5562 sed 's/^/| /' conftest.$ac_ext >&5
5564 # Passes both tests.
5565 ac_preproc_ok=:
5566 break
5569 rm -f conftest.err conftest.$ac_ext
5571 done
5572 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5573 rm -f conftest.err conftest.$ac_ext
5574 if $ac_preproc_ok; then
5575 break
5578 done
5579 ac_cv_prog_CPP=$CPP
5582 CPP=$ac_cv_prog_CPP
5583 else
5584 ac_cv_prog_CPP=$CPP
5586 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5587 $as_echo "$CPP" >&6; }
5588 ac_preproc_ok=false
5589 for ac_c_preproc_warn_flag in '' yes
5591 # Use a header file that comes with gcc, so configuring glibc
5592 # with a fresh cross-compiler works.
5593 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5594 # <limits.h> exists even on freestanding compilers.
5595 # On the NeXT, cc -E runs the code through the compiler's parser,
5596 # not just through cpp. "Syntax error" is here to catch this case.
5597 cat >conftest.$ac_ext <<_ACEOF
5598 /* confdefs.h. */
5599 _ACEOF
5600 cat confdefs.h >>conftest.$ac_ext
5601 cat >>conftest.$ac_ext <<_ACEOF
5602 /* end confdefs.h. */
5603 #ifdef __STDC__
5604 # include <limits.h>
5605 #else
5606 # include <assert.h>
5607 #endif
5608 Syntax error
5609 _ACEOF
5610 if { (ac_try="$ac_cpp conftest.$ac_ext"
5611 case "(($ac_try" in
5612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5613 *) ac_try_echo=$ac_try;;
5614 esac
5615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5616 $as_echo "$ac_try_echo") >&5
5617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5618 ac_status=$?
5619 grep -v '^ *+' conftest.er1 >conftest.err
5620 rm -f conftest.er1
5621 cat conftest.err >&5
5622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5623 (exit $ac_status); } >/dev/null && {
5624 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5625 test ! -s conftest.err
5626 }; then
5628 else
5629 $as_echo "$as_me: failed program was:" >&5
5630 sed 's/^/| /' conftest.$ac_ext >&5
5632 # Broken: fails on valid input.
5633 continue
5636 rm -f conftest.err conftest.$ac_ext
5638 # OK, works on sane cases. Now check whether nonexistent headers
5639 # can be detected and how.
5640 cat >conftest.$ac_ext <<_ACEOF
5641 /* confdefs.h. */
5642 _ACEOF
5643 cat confdefs.h >>conftest.$ac_ext
5644 cat >>conftest.$ac_ext <<_ACEOF
5645 /* end confdefs.h. */
5646 #include <ac_nonexistent.h>
5647 _ACEOF
5648 if { (ac_try="$ac_cpp conftest.$ac_ext"
5649 case "(($ac_try" in
5650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5651 *) ac_try_echo=$ac_try;;
5652 esac
5653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5654 $as_echo "$ac_try_echo") >&5
5655 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5656 ac_status=$?
5657 grep -v '^ *+' conftest.er1 >conftest.err
5658 rm -f conftest.er1
5659 cat conftest.err >&5
5660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5661 (exit $ac_status); } >/dev/null && {
5662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5663 test ! -s conftest.err
5664 }; then
5665 # Broken: success on invalid input.
5666 continue
5667 else
5668 $as_echo "$as_me: failed program was:" >&5
5669 sed 's/^/| /' conftest.$ac_ext >&5
5671 # Passes both tests.
5672 ac_preproc_ok=:
5673 break
5676 rm -f conftest.err conftest.$ac_ext
5678 done
5679 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5680 rm -f conftest.err conftest.$ac_ext
5681 if $ac_preproc_ok; then
5683 else
5684 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5686 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5687 See \`config.log' for more details." >&5
5688 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5689 See \`config.log' for more details." >&2;}
5690 { (exit 1); exit 1; }; }; }
5693 ac_ext=c
5694 ac_cpp='$CPP $CPPFLAGS'
5695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5700 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5701 $as_echo_n "checking for ANSI C header files... " >&6; }
5702 if test "${ac_cv_header_stdc+set}" = set; then
5703 $as_echo_n "(cached) " >&6
5704 else
5705 cat >conftest.$ac_ext <<_ACEOF
5706 /* confdefs.h. */
5707 _ACEOF
5708 cat confdefs.h >>conftest.$ac_ext
5709 cat >>conftest.$ac_ext <<_ACEOF
5710 /* end confdefs.h. */
5711 #include <stdlib.h>
5712 #include <stdarg.h>
5713 #include <string.h>
5714 #include <float.h>
5717 main ()
5721 return 0;
5723 _ACEOF
5724 rm -f conftest.$ac_objext
5725 if { (ac_try="$ac_compile"
5726 case "(($ac_try" in
5727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5728 *) ac_try_echo=$ac_try;;
5729 esac
5730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5731 $as_echo "$ac_try_echo") >&5
5732 (eval "$ac_compile") 2>conftest.er1
5733 ac_status=$?
5734 grep -v '^ *+' conftest.er1 >conftest.err
5735 rm -f conftest.er1
5736 cat conftest.err >&5
5737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738 (exit $ac_status); } && {
5739 test -z "$ac_c_werror_flag" ||
5740 test ! -s conftest.err
5741 } && test -s conftest.$ac_objext; then
5742 ac_cv_header_stdc=yes
5743 else
5744 $as_echo "$as_me: failed program was:" >&5
5745 sed 's/^/| /' conftest.$ac_ext >&5
5747 ac_cv_header_stdc=no
5750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5752 if test $ac_cv_header_stdc = yes; then
5753 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5754 cat >conftest.$ac_ext <<_ACEOF
5755 /* confdefs.h. */
5756 _ACEOF
5757 cat confdefs.h >>conftest.$ac_ext
5758 cat >>conftest.$ac_ext <<_ACEOF
5759 /* end confdefs.h. */
5760 #include <string.h>
5762 _ACEOF
5763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5764 $EGREP "memchr" >/dev/null 2>&1; then
5766 else
5767 ac_cv_header_stdc=no
5769 rm -f conftest*
5773 if test $ac_cv_header_stdc = yes; then
5774 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5775 cat >conftest.$ac_ext <<_ACEOF
5776 /* confdefs.h. */
5777 _ACEOF
5778 cat confdefs.h >>conftest.$ac_ext
5779 cat >>conftest.$ac_ext <<_ACEOF
5780 /* end confdefs.h. */
5781 #include <stdlib.h>
5783 _ACEOF
5784 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5785 $EGREP "free" >/dev/null 2>&1; then
5787 else
5788 ac_cv_header_stdc=no
5790 rm -f conftest*
5794 if test $ac_cv_header_stdc = yes; then
5795 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5796 if test "$cross_compiling" = yes; then
5798 else
5799 cat >conftest.$ac_ext <<_ACEOF
5800 /* confdefs.h. */
5801 _ACEOF
5802 cat confdefs.h >>conftest.$ac_ext
5803 cat >>conftest.$ac_ext <<_ACEOF
5804 /* end confdefs.h. */
5805 #include <ctype.h>
5806 #include <stdlib.h>
5807 #if ((' ' & 0x0FF) == 0x020)
5808 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5809 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5810 #else
5811 # define ISLOWER(c) \
5812 (('a' <= (c) && (c) <= 'i') \
5813 || ('j' <= (c) && (c) <= 'r') \
5814 || ('s' <= (c) && (c) <= 'z'))
5815 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5816 #endif
5818 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5820 main ()
5822 int i;
5823 for (i = 0; i < 256; i++)
5824 if (XOR (islower (i), ISLOWER (i))
5825 || toupper (i) != TOUPPER (i))
5826 return 2;
5827 return 0;
5829 _ACEOF
5830 rm -f conftest$ac_exeext
5831 if { (ac_try="$ac_link"
5832 case "(($ac_try" in
5833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5834 *) ac_try_echo=$ac_try;;
5835 esac
5836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5837 $as_echo "$ac_try_echo") >&5
5838 (eval "$ac_link") 2>&5
5839 ac_status=$?
5840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5841 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5842 { (case "(($ac_try" in
5843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844 *) ac_try_echo=$ac_try;;
5845 esac
5846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5847 $as_echo "$ac_try_echo") >&5
5848 (eval "$ac_try") 2>&5
5849 ac_status=$?
5850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851 (exit $ac_status); }; }; then
5853 else
5854 $as_echo "$as_me: program exited with status $ac_status" >&5
5855 $as_echo "$as_me: failed program was:" >&5
5856 sed 's/^/| /' conftest.$ac_ext >&5
5858 ( exit $ac_status )
5859 ac_cv_header_stdc=no
5861 rm -rf conftest.dSYM
5862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5869 $as_echo "$ac_cv_header_stdc" >&6; }
5870 if test $ac_cv_header_stdc = yes; then
5872 cat >>confdefs.h <<\_ACEOF
5873 #define STDC_HEADERS 1
5874 _ACEOF
5878 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5888 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5889 inttypes.h stdint.h unistd.h
5891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5892 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5893 $as_echo_n "checking for $ac_header... " >&6; }
5894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5895 $as_echo_n "(cached) " >&6
5896 else
5897 cat >conftest.$ac_ext <<_ACEOF
5898 /* confdefs.h. */
5899 _ACEOF
5900 cat confdefs.h >>conftest.$ac_ext
5901 cat >>conftest.$ac_ext <<_ACEOF
5902 /* end confdefs.h. */
5903 $ac_includes_default
5905 #include <$ac_header>
5906 _ACEOF
5907 rm -f conftest.$ac_objext
5908 if { (ac_try="$ac_compile"
5909 case "(($ac_try" in
5910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5911 *) ac_try_echo=$ac_try;;
5912 esac
5913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5914 $as_echo "$ac_try_echo") >&5
5915 (eval "$ac_compile") 2>conftest.er1
5916 ac_status=$?
5917 grep -v '^ *+' conftest.er1 >conftest.err
5918 rm -f conftest.er1
5919 cat conftest.err >&5
5920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921 (exit $ac_status); } && {
5922 test -z "$ac_c_werror_flag" ||
5923 test ! -s conftest.err
5924 } && test -s conftest.$ac_objext; then
5925 eval "$as_ac_Header=yes"
5926 else
5927 $as_echo "$as_me: failed program was:" >&5
5928 sed 's/^/| /' conftest.$ac_ext >&5
5930 eval "$as_ac_Header=no"
5933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5935 ac_res=`eval 'as_val=${'$as_ac_Header'}
5936 $as_echo "$as_val"'`
5937 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5938 $as_echo "$ac_res" >&6; }
5939 as_val=`eval 'as_val=${'$as_ac_Header'}
5940 $as_echo "$as_val"'`
5941 if test "x$as_val" = x""yes; then
5942 cat >>confdefs.h <<_ACEOF
5943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5944 _ACEOF
5948 done
6067 for ac_header in \
6068 AudioUnit/AudioUnit.h \
6069 Carbon/Carbon.h \
6070 CoreAudio/CoreAudio.h \
6071 DiskArbitration/DiskArbitration.h \
6072 IOKit/IOKitLib.h \
6073 alias.h \
6074 alsa/asoundlib.h \
6075 arpa/inet.h \
6076 arpa/nameser.h \
6077 asm/types.h \
6078 capi20.h \
6079 curses.h \
6080 direct.h \
6081 dirent.h \
6082 dlfcn.h \
6083 elf.h \
6084 float.h \
6085 fontconfig/fontconfig.h \
6086 getopt.h \
6087 grp.h \
6088 ieeefp.h \
6089 io.h \
6090 jack/jack.h \
6091 jpeglib.h \
6092 lber.h \
6093 lcms.h \
6094 lcms/lcms.h \
6095 ldap.h \
6096 libaudioio.h \
6097 link.h \
6098 linux/cdrom.h \
6099 linux/compiler.h \
6100 linux/hdreg.h \
6101 linux/input.h \
6102 linux/ioctl.h \
6103 linux/joystick.h \
6104 linux/major.h \
6105 linux/param.h \
6106 linux/serial.h \
6107 linux/types.h \
6108 linux/ucdrom.h \
6109 mach/mach.h \
6110 mach/machine.h \
6111 machine/cpu.h \
6112 machine/limits.h \
6113 machine/soundcard.h \
6114 mntent.h \
6115 ncurses.h \
6116 netdb.h \
6117 netinet/in.h \
6118 netinet/in_systm.h \
6119 netinet/tcp.h \
6120 netinet/tcp_fsm.h \
6121 openssl/err.h \
6122 openssl/ssl.h \
6123 png.h \
6124 poll.h \
6125 process.h \
6126 pthread.h \
6127 pwd.h \
6128 regex.h \
6129 sched.h \
6130 scsi/scsi.h \
6131 scsi/scsi_ioctl.h \
6132 scsi/sg.h \
6133 soundcard.h \
6134 stdint.h \
6135 strings.h \
6136 sys/asoundlib.h \
6137 sys/cdio.h \
6138 sys/elf32.h \
6139 sys/epoll.h \
6140 sys/errno.h \
6141 sys/event.h \
6142 sys/exec_elf.h \
6143 sys/filio.h \
6144 sys/ioctl.h \
6145 sys/ipc.h \
6146 sys/limits.h \
6147 sys/link.h \
6148 sys/lwp.h \
6149 sys/mman.h \
6150 sys/modem.h \
6151 sys/msg.h \
6152 sys/mtio.h \
6153 sys/param.h \
6154 sys/poll.h \
6155 sys/prctl.h \
6156 sys/protosw.h \
6157 sys/ptrace.h \
6158 sys/reg.h \
6159 sys/resource.h \
6160 sys/scsiio.h \
6161 sys/shm.h \
6162 sys/signal.h \
6163 sys/socket.h \
6164 sys/socketvar.h \
6165 sys/sockio.h \
6166 sys/soundcard.h \
6167 sys/statvfs.h \
6168 sys/strtio.h \
6169 sys/syscall.h \
6170 sys/time.h \
6171 sys/timeout.h \
6172 sys/times.h \
6173 sys/uio.h \
6174 sys/un.h \
6175 sys/utsname.h \
6176 sys/vm86.h \
6177 sys/wait.h \
6178 syscall.h \
6179 termios.h \
6180 unistd.h \
6181 utime.h \
6182 valgrind/memcheck.h \
6183 valgrind/valgrind.h
6186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6188 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6189 $as_echo_n "checking for $ac_header... " >&6; }
6190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6191 $as_echo_n "(cached) " >&6
6193 ac_res=`eval 'as_val=${'$as_ac_Header'}
6194 $as_echo "$as_val"'`
6195 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6196 $as_echo "$ac_res" >&6; }
6197 else
6198 # Is the header compilable?
6199 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6200 $as_echo_n "checking $ac_header usability... " >&6; }
6201 cat >conftest.$ac_ext <<_ACEOF
6202 /* confdefs.h. */
6203 _ACEOF
6204 cat confdefs.h >>conftest.$ac_ext
6205 cat >>conftest.$ac_ext <<_ACEOF
6206 /* end confdefs.h. */
6207 $ac_includes_default
6208 #include <$ac_header>
6209 _ACEOF
6210 rm -f conftest.$ac_objext
6211 if { (ac_try="$ac_compile"
6212 case "(($ac_try" in
6213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6214 *) ac_try_echo=$ac_try;;
6215 esac
6216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6217 $as_echo "$ac_try_echo") >&5
6218 (eval "$ac_compile") 2>conftest.er1
6219 ac_status=$?
6220 grep -v '^ *+' conftest.er1 >conftest.err
6221 rm -f conftest.er1
6222 cat conftest.err >&5
6223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6224 (exit $ac_status); } && {
6225 test -z "$ac_c_werror_flag" ||
6226 test ! -s conftest.err
6227 } && test -s conftest.$ac_objext; then
6228 ac_header_compiler=yes
6229 else
6230 $as_echo "$as_me: failed program was:" >&5
6231 sed 's/^/| /' conftest.$ac_ext >&5
6233 ac_header_compiler=no
6236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6237 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6238 $as_echo "$ac_header_compiler" >&6; }
6240 # Is the header present?
6241 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6242 $as_echo_n "checking $ac_header presence... " >&6; }
6243 cat >conftest.$ac_ext <<_ACEOF
6244 /* confdefs.h. */
6245 _ACEOF
6246 cat confdefs.h >>conftest.$ac_ext
6247 cat >>conftest.$ac_ext <<_ACEOF
6248 /* end confdefs.h. */
6249 #include <$ac_header>
6250 _ACEOF
6251 if { (ac_try="$ac_cpp conftest.$ac_ext"
6252 case "(($ac_try" in
6253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6254 *) ac_try_echo=$ac_try;;
6255 esac
6256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6257 $as_echo "$ac_try_echo") >&5
6258 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6259 ac_status=$?
6260 grep -v '^ *+' conftest.er1 >conftest.err
6261 rm -f conftest.er1
6262 cat conftest.err >&5
6263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6264 (exit $ac_status); } >/dev/null && {
6265 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6266 test ! -s conftest.err
6267 }; then
6268 ac_header_preproc=yes
6269 else
6270 $as_echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.$ac_ext >&5
6273 ac_header_preproc=no
6276 rm -f conftest.err conftest.$ac_ext
6277 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6278 $as_echo "$ac_header_preproc" >&6; }
6280 # So? What about this header?
6281 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6282 yes:no: )
6283 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6284 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6285 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6286 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6287 ac_header_preproc=yes
6289 no:yes:* )
6290 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6292 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6293 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6294 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6295 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6296 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6297 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6298 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6299 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6300 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6302 ( cat <<\_ASBOX
6303 ## ------------------------------------ ##
6304 ## Report this to wine-devel@winehq.org ##
6305 ## ------------------------------------ ##
6306 _ASBOX
6307 ) | sed "s/^/$as_me: WARNING: /" >&2
6309 esac
6310 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6311 $as_echo_n "checking for $ac_header... " >&6; }
6312 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6313 $as_echo_n "(cached) " >&6
6314 else
6315 eval "$as_ac_Header=\$ac_header_preproc"
6317 ac_res=`eval 'as_val=${'$as_ac_Header'}
6318 $as_echo "$as_val"'`
6319 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6320 $as_echo "$ac_res" >&6; }
6323 as_val=`eval 'as_val=${'$as_ac_Header'}
6324 $as_echo "$as_val"'`
6325 if test "x$as_val" = x""yes; then
6326 cat >>confdefs.h <<_ACEOF
6327 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6328 _ACEOF
6332 done
6334 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6335 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6336 if test "${ac_cv_header_stat_broken+set}" = set; then
6337 $as_echo_n "(cached) " >&6
6338 else
6339 cat >conftest.$ac_ext <<_ACEOF
6340 /* confdefs.h. */
6341 _ACEOF
6342 cat confdefs.h >>conftest.$ac_ext
6343 cat >>conftest.$ac_ext <<_ACEOF
6344 /* end confdefs.h. */
6345 #include <sys/types.h>
6346 #include <sys/stat.h>
6348 #if defined S_ISBLK && defined S_IFDIR
6349 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6350 #endif
6352 #if defined S_ISBLK && defined S_IFCHR
6353 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6354 #endif
6356 #if defined S_ISLNK && defined S_IFREG
6357 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6358 #endif
6360 #if defined S_ISSOCK && defined S_IFREG
6361 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6362 #endif
6364 _ACEOF
6365 rm -f conftest.$ac_objext
6366 if { (ac_try="$ac_compile"
6367 case "(($ac_try" in
6368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6369 *) ac_try_echo=$ac_try;;
6370 esac
6371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6372 $as_echo "$ac_try_echo") >&5
6373 (eval "$ac_compile") 2>conftest.er1
6374 ac_status=$?
6375 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -f conftest.er1
6377 cat conftest.err >&5
6378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); } && {
6380 test -z "$ac_c_werror_flag" ||
6381 test ! -s conftest.err
6382 } && test -s conftest.$ac_objext; then
6383 ac_cv_header_stat_broken=no
6384 else
6385 $as_echo "$as_me: failed program was:" >&5
6386 sed 's/^/| /' conftest.$ac_ext >&5
6388 ac_cv_header_stat_broken=yes
6391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6393 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6394 $as_echo "$ac_cv_header_stat_broken" >&6; }
6395 if test $ac_cv_header_stat_broken = yes; then
6397 cat >>confdefs.h <<\_ACEOF
6398 #define STAT_MACROS_BROKEN 1
6399 _ACEOF
6410 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6413 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6414 $as_echo_n "checking for $ac_header... " >&6; }
6415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6416 $as_echo_n "(cached) " >&6
6417 else
6418 cat >conftest.$ac_ext <<_ACEOF
6419 /* confdefs.h. */
6420 _ACEOF
6421 cat confdefs.h >>conftest.$ac_ext
6422 cat >>conftest.$ac_ext <<_ACEOF
6423 /* end confdefs.h. */
6424 #include <sys/types.h>
6425 #ifdef HAVE_SYS_PARAM_H
6426 # include <sys/param.h>
6427 #endif
6429 #include <$ac_header>
6430 _ACEOF
6431 rm -f conftest.$ac_objext
6432 if { (ac_try="$ac_compile"
6433 case "(($ac_try" in
6434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6435 *) ac_try_echo=$ac_try;;
6436 esac
6437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6438 $as_echo "$ac_try_echo") >&5
6439 (eval "$ac_compile") 2>conftest.er1
6440 ac_status=$?
6441 grep -v '^ *+' conftest.er1 >conftest.err
6442 rm -f conftest.er1
6443 cat conftest.err >&5
6444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6445 (exit $ac_status); } && {
6446 test -z "$ac_c_werror_flag" ||
6447 test ! -s conftest.err
6448 } && test -s conftest.$ac_objext; then
6449 eval "$as_ac_Header=yes"
6450 else
6451 $as_echo "$as_me: failed program was:" >&5
6452 sed 's/^/| /' conftest.$ac_ext >&5
6454 eval "$as_ac_Header=no"
6457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6459 ac_res=`eval 'as_val=${'$as_ac_Header'}
6460 $as_echo "$as_val"'`
6461 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6462 $as_echo "$ac_res" >&6; }
6463 as_val=`eval 'as_val=${'$as_ac_Header'}
6464 $as_echo "$as_val"'`
6465 if test "x$as_val" = x""yes; then
6466 cat >>confdefs.h <<_ACEOF
6467 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6468 _ACEOF
6472 done
6488 for ac_header in \
6489 netinet/ip.h \
6490 net/if.h \
6491 net/if_arp.h \
6492 net/if_dl.h \
6493 net/if_types.h \
6494 net/route.h \
6495 netinet/if_ether.h \
6496 netinet/if_inarp.h \
6497 netinet/in_pcb.h \
6498 netinet/ip_icmp.h \
6499 netinet/ip_var.h \
6500 netinet/udp.h \
6501 netipx/ipx.h \
6504 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6505 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6506 $as_echo_n "checking for $ac_header... " >&6; }
6507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6508 $as_echo_n "(cached) " >&6
6509 else
6510 cat >conftest.$ac_ext <<_ACEOF
6511 /* confdefs.h. */
6512 _ACEOF
6513 cat confdefs.h >>conftest.$ac_ext
6514 cat >>conftest.$ac_ext <<_ACEOF
6515 /* end confdefs.h. */
6516 #include <sys/types.h>
6517 #ifdef HAVE_SYS_SOCKET_H
6518 # include <sys/socket.h>
6519 #endif
6520 #ifdef HAVE_SYS_SOCKETVAR_H
6521 # include <sys/socketvar.h>
6522 #endif
6523 #ifdef HAVE_NET_ROUTE_H
6524 # include <net/route.h>
6525 #endif
6526 #ifdef HAVE_NETINET_IN_H
6527 # include <netinet/in.h>
6528 #endif
6529 #ifdef HAVE_NETINET_IN_SYSTM_H
6530 # include <netinet/in_systm.h>
6531 #endif
6532 #ifdef HAVE_NET_IF_H
6533 # include <net/if.h>
6534 #endif
6535 #ifdef HAVE_NETINET_IP_H
6536 # include <netinet/ip.h>
6537 #endif
6539 #include <$ac_header>
6540 _ACEOF
6541 rm -f conftest.$ac_objext
6542 if { (ac_try="$ac_compile"
6543 case "(($ac_try" in
6544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6545 *) ac_try_echo=$ac_try;;
6546 esac
6547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6548 $as_echo "$ac_try_echo") >&5
6549 (eval "$ac_compile") 2>conftest.er1
6550 ac_status=$?
6551 grep -v '^ *+' conftest.er1 >conftest.err
6552 rm -f conftest.er1
6553 cat conftest.err >&5
6554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6555 (exit $ac_status); } && {
6556 test -z "$ac_c_werror_flag" ||
6557 test ! -s conftest.err
6558 } && test -s conftest.$ac_objext; then
6559 eval "$as_ac_Header=yes"
6560 else
6561 $as_echo "$as_me: failed program was:" >&5
6562 sed 's/^/| /' conftest.$ac_ext >&5
6564 eval "$as_ac_Header=no"
6567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6569 ac_res=`eval 'as_val=${'$as_ac_Header'}
6570 $as_echo "$as_val"'`
6571 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6572 $as_echo "$ac_res" >&6; }
6573 as_val=`eval 'as_val=${'$as_ac_Header'}
6574 $as_echo "$as_val"'`
6575 if test "x$as_val" = x""yes; then
6576 cat >>confdefs.h <<_ACEOF
6577 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6578 _ACEOF
6582 done
6589 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6591 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6592 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6593 $as_echo_n "checking for $ac_header... " >&6; }
6594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6595 $as_echo_n "(cached) " >&6
6596 else
6597 cat >conftest.$ac_ext <<_ACEOF
6598 /* confdefs.h. */
6599 _ACEOF
6600 cat confdefs.h >>conftest.$ac_ext
6601 cat >>conftest.$ac_ext <<_ACEOF
6602 /* end confdefs.h. */
6603 #include <sys/types.h>
6604 #ifdef HAVE_ALIAS_H
6605 # include <alias.h>
6606 #endif
6607 #ifdef HAVE_SYS_SOCKET_H
6608 # include <sys/socket.h>
6609 #endif
6610 #ifdef HAVE_SYS_SOCKETVAR_H
6611 # include <sys/socketvar.h>
6612 #endif
6613 #ifdef HAVE_SYS_TIMEOUT_H
6614 # include <sys/timeout.h>
6615 #endif
6616 #ifdef HAVE_NETINET_IN_H
6617 # include <netinet/in.h>
6618 #endif
6619 #ifdef HAVE_NETINET_IN_SYSTM_H
6620 # include <netinet/in_systm.h>
6621 #endif
6622 #ifdef HAVE_NETINET_IP_H
6623 # include <netinet/ip.h>
6624 #endif
6625 #ifdef HAVE_NETINET_IP_VAR_H
6626 # include <netinet/ip_var.h>
6627 #endif
6628 #ifdef HAVE_NETINET_IP_ICMP_H
6629 # include <netinet/ip_icmp.h>
6630 #endif
6631 #ifdef HAVE_NETINET_UDP_H
6632 # include <netinet/udp.h>
6633 #endif
6634 #ifdef HAVE_NETINET_TCP_H
6635 # include <netinet/tcp.h>
6636 #endif
6637 #ifdef HAVE_NETINET_TCP_TIMER_H
6638 #include <netinet/tcp_timer.h>
6639 #endif
6641 #include <$ac_header>
6642 _ACEOF
6643 rm -f conftest.$ac_objext
6644 if { (ac_try="$ac_compile"
6645 case "(($ac_try" in
6646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6647 *) ac_try_echo=$ac_try;;
6648 esac
6649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6650 $as_echo "$ac_try_echo") >&5
6651 (eval "$ac_compile") 2>conftest.er1
6652 ac_status=$?
6653 grep -v '^ *+' conftest.er1 >conftest.err
6654 rm -f conftest.er1
6655 cat conftest.err >&5
6656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6657 (exit $ac_status); } && {
6658 test -z "$ac_c_werror_flag" ||
6659 test ! -s conftest.err
6660 } && test -s conftest.$ac_objext; then
6661 eval "$as_ac_Header=yes"
6662 else
6663 $as_echo "$as_me: failed program was:" >&5
6664 sed 's/^/| /' conftest.$ac_ext >&5
6666 eval "$as_ac_Header=no"
6669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6671 ac_res=`eval 'as_val=${'$as_ac_Header'}
6672 $as_echo "$as_val"'`
6673 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6674 $as_echo "$ac_res" >&6; }
6675 as_val=`eval 'as_val=${'$as_ac_Header'}
6676 $as_echo "$as_val"'`
6677 if test "x$as_val" = x""yes; then
6678 cat >>confdefs.h <<_ACEOF
6679 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6680 _ACEOF
6684 done
6688 for ac_header in linux/ipx.h
6690 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6691 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6692 $as_echo_n "checking for $ac_header... " >&6; }
6693 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6694 $as_echo_n "(cached) " >&6
6695 else
6696 cat >conftest.$ac_ext <<_ACEOF
6697 /* confdefs.h. */
6698 _ACEOF
6699 cat confdefs.h >>conftest.$ac_ext
6700 cat >>conftest.$ac_ext <<_ACEOF
6701 /* end confdefs.h. */
6702 #include <sys/types.h>
6703 #ifdef HAVE_ASM_TYPES_H
6704 # include <asm/types.h>
6705 #endif
6706 #ifdef HAVE_SYS_SOCKET_H
6707 # include <sys/socket.h>
6708 #endif
6709 #ifdef HAVE_LINUX_TYPES_H
6710 # include <linux/types.h>
6711 #endif
6713 #include <$ac_header>
6714 _ACEOF
6715 rm -f conftest.$ac_objext
6716 if { (ac_try="$ac_compile"
6717 case "(($ac_try" in
6718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6719 *) ac_try_echo=$ac_try;;
6720 esac
6721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6722 $as_echo "$ac_try_echo") >&5
6723 (eval "$ac_compile") 2>conftest.er1
6724 ac_status=$?
6725 grep -v '^ *+' conftest.er1 >conftest.err
6726 rm -f conftest.er1
6727 cat conftest.err >&5
6728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729 (exit $ac_status); } && {
6730 test -z "$ac_c_werror_flag" ||
6731 test ! -s conftest.err
6732 } && test -s conftest.$ac_objext; then
6733 eval "$as_ac_Header=yes"
6734 else
6735 $as_echo "$as_me: failed program was:" >&5
6736 sed 's/^/| /' conftest.$ac_ext >&5
6738 eval "$as_ac_Header=no"
6741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6743 ac_res=`eval 'as_val=${'$as_ac_Header'}
6744 $as_echo "$as_val"'`
6745 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 as_val=`eval 'as_val=${'$as_ac_Header'}
6748 $as_echo "$as_val"'`
6749 if test "x$as_val" = x""yes; then
6750 cat >>confdefs.h <<_ACEOF
6751 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6752 _ACEOF
6756 done
6760 for ac_header in resolv.h
6762 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6763 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6764 $as_echo_n "checking for $ac_header... " >&6; }
6765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6766 $as_echo_n "(cached) " >&6
6767 else
6768 cat >conftest.$ac_ext <<_ACEOF
6769 /* confdefs.h. */
6770 _ACEOF
6771 cat confdefs.h >>conftest.$ac_ext
6772 cat >>conftest.$ac_ext <<_ACEOF
6773 /* end confdefs.h. */
6774 #include <sys/types.h>
6775 #ifdef HAVE_SYS_SOCKET_H
6776 # include <sys/socket.h>
6777 #endif
6778 #ifdef HAVE_NETINET_IN_H
6779 # include <netinet/in.h>
6780 #endif
6781 #ifdef HAVE_ARPA_NAMESER_H
6782 # include <arpa/nameser.h>
6783 #endif
6785 #include <$ac_header>
6786 _ACEOF
6787 rm -f conftest.$ac_objext
6788 if { (ac_try="$ac_compile"
6789 case "(($ac_try" in
6790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6791 *) ac_try_echo=$ac_try;;
6792 esac
6793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6794 $as_echo "$ac_try_echo") >&5
6795 (eval "$ac_compile") 2>conftest.er1
6796 ac_status=$?
6797 grep -v '^ *+' conftest.er1 >conftest.err
6798 rm -f conftest.er1
6799 cat conftest.err >&5
6800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6801 (exit $ac_status); } && {
6802 test -z "$ac_c_werror_flag" ||
6803 test ! -s conftest.err
6804 } && test -s conftest.$ac_objext; then
6805 eval "$as_ac_Header=yes"
6806 else
6807 $as_echo "$as_me: failed program was:" >&5
6808 sed 's/^/| /' conftest.$ac_ext >&5
6810 eval "$as_ac_Header=no"
6813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6815 ac_res=`eval 'as_val=${'$as_ac_Header'}
6816 $as_echo "$as_val"'`
6817 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6818 $as_echo "$ac_res" >&6; }
6819 as_val=`eval 'as_val=${'$as_ac_Header'}
6820 $as_echo "$as_val"'`
6821 if test "x$as_val" = x""yes; then
6822 cat >>confdefs.h <<_ACEOF
6823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6824 _ACEOF
6828 done
6832 for ac_header in ucontext.h
6834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6835 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6836 $as_echo_n "checking for $ac_header... " >&6; }
6837 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6838 $as_echo_n "(cached) " >&6
6839 else
6840 cat >conftest.$ac_ext <<_ACEOF
6841 /* confdefs.h. */
6842 _ACEOF
6843 cat confdefs.h >>conftest.$ac_ext
6844 cat >>conftest.$ac_ext <<_ACEOF
6845 /* end confdefs.h. */
6846 #include <signal.h>
6848 #include <$ac_header>
6849 _ACEOF
6850 rm -f conftest.$ac_objext
6851 if { (ac_try="$ac_compile"
6852 case "(($ac_try" in
6853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6854 *) ac_try_echo=$ac_try;;
6855 esac
6856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6857 $as_echo "$ac_try_echo") >&5
6858 (eval "$ac_compile") 2>conftest.er1
6859 ac_status=$?
6860 grep -v '^ *+' conftest.er1 >conftest.err
6861 rm -f conftest.er1
6862 cat conftest.err >&5
6863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6864 (exit $ac_status); } && {
6865 test -z "$ac_c_werror_flag" ||
6866 test ! -s conftest.err
6867 } && test -s conftest.$ac_objext; then
6868 eval "$as_ac_Header=yes"
6869 else
6870 $as_echo "$as_me: failed program was:" >&5
6871 sed 's/^/| /' conftest.$ac_ext >&5
6873 eval "$as_ac_Header=no"
6876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6878 ac_res=`eval 'as_val=${'$as_ac_Header'}
6879 $as_echo "$as_val"'`
6880 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6881 $as_echo "$ac_res" >&6; }
6882 as_val=`eval 'as_val=${'$as_ac_Header'}
6883 $as_echo "$as_val"'`
6884 if test "x$as_val" = x""yes; then
6885 cat >>confdefs.h <<_ACEOF
6886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6887 _ACEOF
6891 done
6895 for ac_header in sys/thr.h
6897 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6898 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6899 $as_echo_n "checking for $ac_header... " >&6; }
6900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6901 $as_echo_n "(cached) " >&6
6902 else
6903 cat >conftest.$ac_ext <<_ACEOF
6904 /* confdefs.h. */
6905 _ACEOF
6906 cat confdefs.h >>conftest.$ac_ext
6907 cat >>conftest.$ac_ext <<_ACEOF
6908 /* end confdefs.h. */
6909 #include <sys/types.h>
6910 #ifdef HAVE_UCONTEXT_H
6911 #include <ucontext.h>
6912 #endif
6914 #include <$ac_header>
6915 _ACEOF
6916 rm -f conftest.$ac_objext
6917 if { (ac_try="$ac_compile"
6918 case "(($ac_try" in
6919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6920 *) ac_try_echo=$ac_try;;
6921 esac
6922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6923 $as_echo "$ac_try_echo") >&5
6924 (eval "$ac_compile") 2>conftest.er1
6925 ac_status=$?
6926 grep -v '^ *+' conftest.er1 >conftest.err
6927 rm -f conftest.er1
6928 cat conftest.err >&5
6929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6930 (exit $ac_status); } && {
6931 test -z "$ac_c_werror_flag" ||
6932 test ! -s conftest.err
6933 } && test -s conftest.$ac_objext; then
6934 eval "$as_ac_Header=yes"
6935 else
6936 $as_echo "$as_me: failed program was:" >&5
6937 sed 's/^/| /' conftest.$ac_ext >&5
6939 eval "$as_ac_Header=no"
6942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6944 ac_res=`eval 'as_val=${'$as_ac_Header'}
6945 $as_echo "$as_val"'`
6946 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6947 $as_echo "$ac_res" >&6; }
6948 as_val=`eval 'as_val=${'$as_ac_Header'}
6949 $as_echo "$as_val"'`
6950 if test "x$as_val" = x""yes; then
6951 cat >>confdefs.h <<_ACEOF
6952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6953 _ACEOF
6957 done
6961 for ac_header in pthread_np.h
6963 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6964 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6965 $as_echo_n "checking for $ac_header... " >&6; }
6966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6967 $as_echo_n "(cached) " >&6
6968 else
6969 cat >conftest.$ac_ext <<_ACEOF
6970 /* confdefs.h. */
6971 _ACEOF
6972 cat confdefs.h >>conftest.$ac_ext
6973 cat >>conftest.$ac_ext <<_ACEOF
6974 /* end confdefs.h. */
6975 #ifdef HAVE_PTHREAD_H
6976 #include <pthread.h>
6977 #endif
6979 #include <$ac_header>
6980 _ACEOF
6981 rm -f conftest.$ac_objext
6982 if { (ac_try="$ac_compile"
6983 case "(($ac_try" in
6984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6985 *) ac_try_echo=$ac_try;;
6986 esac
6987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6988 $as_echo "$ac_try_echo") >&5
6989 (eval "$ac_compile") 2>conftest.er1
6990 ac_status=$?
6991 grep -v '^ *+' conftest.er1 >conftest.err
6992 rm -f conftest.er1
6993 cat conftest.err >&5
6994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995 (exit $ac_status); } && {
6996 test -z "$ac_c_werror_flag" ||
6997 test ! -s conftest.err
6998 } && test -s conftest.$ac_objext; then
6999 eval "$as_ac_Header=yes"
7000 else
7001 $as_echo "$as_me: failed program was:" >&5
7002 sed 's/^/| /' conftest.$ac_ext >&5
7004 eval "$as_ac_Header=no"
7007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7009 ac_res=`eval 'as_val=${'$as_ac_Header'}
7010 $as_echo "$as_val"'`
7011 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7012 $as_echo "$ac_res" >&6; }
7013 as_val=`eval 'as_val=${'$as_ac_Header'}
7014 $as_echo "$as_val"'`
7015 if test "x$as_val" = x""yes; then
7016 cat >>confdefs.h <<_ACEOF
7017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7018 _ACEOF
7022 done
7026 for ac_header in linux/videodev.h
7028 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7030 $as_echo_n "checking for $ac_header... " >&6; }
7031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7032 $as_echo_n "(cached) " >&6
7033 else
7034 cat >conftest.$ac_ext <<_ACEOF
7035 /* confdefs.h. */
7036 _ACEOF
7037 cat confdefs.h >>conftest.$ac_ext
7038 cat >>conftest.$ac_ext <<_ACEOF
7039 /* end confdefs.h. */
7040 #ifdef HAVE_SYS_TIME_H
7041 #include <sys/time.h>
7042 #endif
7043 #include <sys/types.h>
7044 #ifdef HAVE_ASM_TYPES_H
7045 #include <asm/types.h>
7046 #endif
7048 #include <$ac_header>
7049 _ACEOF
7050 rm -f conftest.$ac_objext
7051 if { (ac_try="$ac_compile"
7052 case "(($ac_try" in
7053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7054 *) ac_try_echo=$ac_try;;
7055 esac
7056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7057 $as_echo "$ac_try_echo") >&5
7058 (eval "$ac_compile") 2>conftest.er1
7059 ac_status=$?
7060 grep -v '^ *+' conftest.er1 >conftest.err
7061 rm -f conftest.er1
7062 cat conftest.err >&5
7063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7064 (exit $ac_status); } && {
7065 test -z "$ac_c_werror_flag" ||
7066 test ! -s conftest.err
7067 } && test -s conftest.$ac_objext; then
7068 eval "$as_ac_Header=yes"
7069 else
7070 $as_echo "$as_me: failed program was:" >&5
7071 sed 's/^/| /' conftest.$ac_ext >&5
7073 eval "$as_ac_Header=no"
7076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7078 ac_res=`eval 'as_val=${'$as_ac_Header'}
7079 $as_echo "$as_val"'`
7080 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7081 $as_echo "$ac_res" >&6; }
7082 as_val=`eval 'as_val=${'$as_ac_Header'}
7083 $as_echo "$as_val"'`
7084 if test "x$as_val" = x""yes; then
7085 cat >>confdefs.h <<_ACEOF
7086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7087 _ACEOF
7091 done
7095 for ac_header in linux/capi.h
7097 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7098 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7099 $as_echo_n "checking for $ac_header... " >&6; }
7100 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7101 $as_echo_n "(cached) " >&6
7102 else
7103 cat >conftest.$ac_ext <<_ACEOF
7104 /* confdefs.h. */
7105 _ACEOF
7106 cat confdefs.h >>conftest.$ac_ext
7107 cat >>conftest.$ac_ext <<_ACEOF
7108 /* end confdefs.h. */
7109 #define __user
7111 #include <$ac_header>
7112 _ACEOF
7113 rm -f conftest.$ac_objext
7114 if { (ac_try="$ac_compile"
7115 case "(($ac_try" in
7116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7117 *) ac_try_echo=$ac_try;;
7118 esac
7119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7120 $as_echo "$ac_try_echo") >&5
7121 (eval "$ac_compile") 2>conftest.er1
7122 ac_status=$?
7123 grep -v '^ *+' conftest.er1 >conftest.err
7124 rm -f conftest.er1
7125 cat conftest.err >&5
7126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127 (exit $ac_status); } && {
7128 test -z "$ac_c_werror_flag" ||
7129 test ! -s conftest.err
7130 } && test -s conftest.$ac_objext; then
7131 eval "$as_ac_Header=yes"
7132 else
7133 $as_echo "$as_me: failed program was:" >&5
7134 sed 's/^/| /' conftest.$ac_ext >&5
7136 eval "$as_ac_Header=no"
7139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7141 ac_res=`eval 'as_val=${'$as_ac_Header'}
7142 $as_echo "$as_val"'`
7143 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7144 $as_echo "$ac_res" >&6; }
7145 as_val=`eval 'as_val=${'$as_ac_Header'}
7146 $as_echo "$as_val"'`
7147 if test "x$as_val" = x""yes; then
7148 cat >>confdefs.h <<_ACEOF
7149 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7150 _ACEOF
7154 done
7158 DLLEXT=""
7160 DLLFLAGS="-D_REENTRANT"
7162 LDSHARED=""
7164 LDDLLFLAGS=""
7166 LIBEXT="so"
7168 IMPLIBEXT="def"
7170 LDRPATH_INSTALL=""
7172 LDRPATH_LOCAL=""
7174 # Extract the first word of "ldd", so it can be a program name with args.
7175 set dummy ldd; ac_word=$2
7176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7177 $as_echo_n "checking for $ac_word... " >&6; }
7178 if test "${ac_cv_path_LDD+set}" = set; then
7179 $as_echo_n "(cached) " >&6
7180 else
7181 case $LDD in
7182 [\\/]* | ?:[\\/]*)
7183 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7187 as_dummy="/sbin:/usr/sbin:$PATH"
7188 for as_dir in $as_dummy
7190 IFS=$as_save_IFS
7191 test -z "$as_dir" && as_dir=.
7192 for ac_exec_ext in '' $ac_executable_extensions; do
7193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7194 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7195 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7196 break 2
7198 done
7199 done
7200 IFS=$as_save_IFS
7202 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7204 esac
7206 LDD=$ac_cv_path_LDD
7207 if test -n "$LDD"; then
7208 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7209 $as_echo "$LDD" >&6; }
7210 else
7211 { $as_echo "$as_me:$LINENO: result: no" >&5
7212 $as_echo "no" >&6; }
7217 case $host_os in
7218 cygwin*|mingw32*)
7219 if test -n "$ac_tool_prefix"; then
7220 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7221 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7223 $as_echo_n "checking for $ac_word... " >&6; }
7224 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7225 $as_echo_n "(cached) " >&6
7226 else
7227 if test -n "$DLLTOOL"; then
7228 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7229 else
7230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7231 for as_dir in $PATH
7233 IFS=$as_save_IFS
7234 test -z "$as_dir" && as_dir=.
7235 for ac_exec_ext in '' $ac_executable_extensions; do
7236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7237 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7238 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7239 break 2
7241 done
7242 done
7243 IFS=$as_save_IFS
7247 DLLTOOL=$ac_cv_prog_DLLTOOL
7248 if test -n "$DLLTOOL"; then
7249 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7250 $as_echo "$DLLTOOL" >&6; }
7251 else
7252 { $as_echo "$as_me:$LINENO: result: no" >&5
7253 $as_echo "no" >&6; }
7258 if test -z "$ac_cv_prog_DLLTOOL"; then
7259 ac_ct_DLLTOOL=$DLLTOOL
7260 # Extract the first word of "dlltool", so it can be a program name with args.
7261 set dummy dlltool; ac_word=$2
7262 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7265 $as_echo_n "(cached) " >&6
7266 else
7267 if test -n "$ac_ct_DLLTOOL"; then
7268 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7269 else
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271 for as_dir in $PATH
7273 IFS=$as_save_IFS
7274 test -z "$as_dir" && as_dir=.
7275 for ac_exec_ext in '' $ac_executable_extensions; do
7276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7277 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7278 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7279 break 2
7281 done
7282 done
7283 IFS=$as_save_IFS
7287 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7288 if test -n "$ac_ct_DLLTOOL"; then
7289 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7290 $as_echo "$ac_ct_DLLTOOL" >&6; }
7291 else
7292 { $as_echo "$as_me:$LINENO: result: no" >&5
7293 $as_echo "no" >&6; }
7296 if test "x$ac_ct_DLLTOOL" = x; then
7297 DLLTOOL="false"
7298 else
7299 case $cross_compiling:$ac_tool_warned in
7300 yes:)
7301 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7303 ac_tool_warned=yes ;;
7304 esac
7305 DLLTOOL=$ac_ct_DLLTOOL
7307 else
7308 DLLTOOL="$ac_cv_prog_DLLTOOL"
7311 if test -n "$ac_tool_prefix"; then
7312 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7313 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7314 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7315 $as_echo_n "checking for $ac_word... " >&6; }
7316 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7317 $as_echo_n "(cached) " >&6
7318 else
7319 if test -n "$DLLWRAP"; then
7320 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7321 else
7322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7323 for as_dir in $PATH
7325 IFS=$as_save_IFS
7326 test -z "$as_dir" && as_dir=.
7327 for ac_exec_ext in '' $ac_executable_extensions; do
7328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7329 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7330 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7331 break 2
7333 done
7334 done
7335 IFS=$as_save_IFS
7339 DLLWRAP=$ac_cv_prog_DLLWRAP
7340 if test -n "$DLLWRAP"; then
7341 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7342 $as_echo "$DLLWRAP" >&6; }
7343 else
7344 { $as_echo "$as_me:$LINENO: result: no" >&5
7345 $as_echo "no" >&6; }
7350 if test -z "$ac_cv_prog_DLLWRAP"; then
7351 ac_ct_DLLWRAP=$DLLWRAP
7352 # Extract the first word of "dllwrap", so it can be a program name with args.
7353 set dummy dllwrap; ac_word=$2
7354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7355 $as_echo_n "checking for $ac_word... " >&6; }
7356 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7357 $as_echo_n "(cached) " >&6
7358 else
7359 if test -n "$ac_ct_DLLWRAP"; then
7360 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7361 else
7362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7363 for as_dir in $PATH
7365 IFS=$as_save_IFS
7366 test -z "$as_dir" && as_dir=.
7367 for ac_exec_ext in '' $ac_executable_extensions; do
7368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7369 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7371 break 2
7373 done
7374 done
7375 IFS=$as_save_IFS
7379 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7380 if test -n "$ac_ct_DLLWRAP"; then
7381 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7382 $as_echo "$ac_ct_DLLWRAP" >&6; }
7383 else
7384 { $as_echo "$as_me:$LINENO: result: no" >&5
7385 $as_echo "no" >&6; }
7388 if test "x$ac_ct_DLLWRAP" = x; then
7389 DLLWRAP="false"
7390 else
7391 case $cross_compiling:$ac_tool_warned in
7392 yes:)
7393 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7395 ac_tool_warned=yes ;;
7396 esac
7397 DLLWRAP=$ac_ct_DLLWRAP
7399 else
7400 DLLWRAP="$ac_cv_prog_DLLWRAP"
7403 if test -n "$ac_tool_prefix"; then
7404 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7405 set dummy ${ac_tool_prefix}ar; ac_word=$2
7406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7407 $as_echo_n "checking for $ac_word... " >&6; }
7408 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7409 $as_echo_n "(cached) " >&6
7410 else
7411 if test -n "$MINGWAR"; then
7412 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7413 else
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415 for as_dir in $PATH
7417 IFS=$as_save_IFS
7418 test -z "$as_dir" && as_dir=.
7419 for ac_exec_ext in '' $ac_executable_extensions; do
7420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7423 break 2
7425 done
7426 done
7427 IFS=$as_save_IFS
7431 MINGWAR=$ac_cv_prog_MINGWAR
7432 if test -n "$MINGWAR"; then
7433 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7434 $as_echo "$MINGWAR" >&6; }
7435 else
7436 { $as_echo "$as_me:$LINENO: result: no" >&5
7437 $as_echo "no" >&6; }
7442 if test -z "$ac_cv_prog_MINGWAR"; then
7443 ac_ct_MINGWAR=$MINGWAR
7444 # Extract the first word of "ar", so it can be a program name with args.
7445 set dummy ar; ac_word=$2
7446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7447 $as_echo_n "checking for $ac_word... " >&6; }
7448 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7449 $as_echo_n "(cached) " >&6
7450 else
7451 if test -n "$ac_ct_MINGWAR"; then
7452 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7453 else
7454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7455 for as_dir in $PATH
7457 IFS=$as_save_IFS
7458 test -z "$as_dir" && as_dir=.
7459 for ac_exec_ext in '' $ac_executable_extensions; do
7460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7461 ac_cv_prog_ac_ct_MINGWAR="ar"
7462 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7463 break 2
7465 done
7466 done
7467 IFS=$as_save_IFS
7471 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7472 if test -n "$ac_ct_MINGWAR"; then
7473 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7474 $as_echo "$ac_ct_MINGWAR" >&6; }
7475 else
7476 { $as_echo "$as_me:$LINENO: result: no" >&5
7477 $as_echo "no" >&6; }
7480 if test "x$ac_ct_MINGWAR" = x; then
7481 MINGWAR="false"
7482 else
7483 case $cross_compiling:$ac_tool_warned in
7484 yes:)
7485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7487 ac_tool_warned=yes ;;
7488 esac
7489 MINGWAR=$ac_ct_MINGWAR
7491 else
7492 MINGWAR="$ac_cv_prog_MINGWAR"
7495 if test "$DLLWRAP" = "false"; then
7496 LIBEXT="a"
7497 else
7498 LIBEXT="dll"
7500 IMPLIBEXT="a"
7501 WIN16_FILES=""
7502 WIN16_INSTALL=""
7503 enable_iphlpapi=${enable_iphlpapi:-no}
7504 enable_kernel32=${enable_kernel32:-no}
7505 enable_msvcrt=${enable_msvcrt:-no}
7506 enable_ntdll=${enable_ntdll:-no}
7507 enable_ws2_32=${enable_ws2_32:-no}
7508 enable_loader=${enable_loader:-no}
7509 enable_server=${enable_server:-no}
7510 with_x=${with_x:-no}
7511 with_pthread=${with_pthread:-no}
7513 darwin*|macosx*)
7514 DLLEXT=".so"
7515 LIBEXT="dylib"
7516 DLLFLAGS="$DLLFLAGS -fPIC"
7517 LDDLLFLAGS="-bundle -multiply_defined suppress"
7518 LIBWINE_LDFLAGS="-multiply_defined suppress"
7519 LDSHARED="\$(CC) -dynamiclib"
7520 STRIP="$STRIP -x"
7521 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7522 SECURITYLIB="-framework Security -framework CoreFoundation"
7524 COREFOUNDATIONLIB="-framework CoreFoundation"
7526 IOKITLIB="-framework IOKit -framework CoreFoundation"
7528 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7530 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7531 then
7532 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7535 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7536 then
7537 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7540 case $host_cpu in
7541 *powerpc*)
7542 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7543 esac
7544 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7545 then
7546 CARBONLIB="-framework Carbon"
7548 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7552 DLLFLAGS="$DLLFLAGS -fPIC"
7553 DLLEXT=".so"
7554 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7555 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7556 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7557 $as_echo_n "(cached) " >&6
7558 else
7559 ac_wine_try_cflags_saved=$CFLAGS
7560 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7561 cat >conftest.$ac_ext <<_ACEOF
7562 void myfunc() {}
7563 _ACEOF
7564 rm -f conftest.$ac_objext conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7566 case "(($ac_try" in
7567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568 *) ac_try_echo=$ac_try;;
7569 esac
7570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7571 $as_echo "$ac_try_echo") >&5
7572 (eval "$ac_link") 2>conftest.er1
7573 ac_status=$?
7574 grep -v '^ *+' conftest.er1 >conftest.err
7575 rm -f conftest.er1
7576 cat conftest.err >&5
7577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7578 (exit $ac_status); } && {
7579 test -z "$ac_c_werror_flag" ||
7580 test ! -s conftest.err
7581 } && test -s conftest$ac_exeext && {
7582 test "$cross_compiling" = yes ||
7583 $as_test_x conftest$ac_exeext
7584 }; then
7585 ac_cv_c_dll_gnuelf="yes"
7586 else
7587 $as_echo "$as_me: failed program was:" >&5
7588 sed 's/^/| /' conftest.$ac_ext >&5
7590 ac_cv_c_dll_gnuelf="no"
7593 rm -rf conftest.dSYM
7594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7595 conftest$ac_exeext conftest.$ac_ext
7596 CFLAGS=$ac_wine_try_cflags_saved
7598 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7599 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7600 if test "$ac_cv_c_dll_gnuelf" = "yes"
7601 then
7602 LDSHARED="\$(CC) -shared"
7603 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7604 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7605 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7606 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7607 $as_echo_n "(cached) " >&6
7608 else
7609 ac_wine_try_cflags_saved=$CFLAGS
7610 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7611 cat >conftest.$ac_ext <<_ACEOF
7612 /* confdefs.h. */
7613 _ACEOF
7614 cat confdefs.h >>conftest.$ac_ext
7615 cat >>conftest.$ac_ext <<_ACEOF
7616 /* end confdefs.h. */
7619 main ()
7623 return 0;
7625 _ACEOF
7626 rm -f conftest.$ac_objext conftest$ac_exeext
7627 if { (ac_try="$ac_link"
7628 case "(($ac_try" in
7629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7630 *) ac_try_echo=$ac_try;;
7631 esac
7632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7633 $as_echo "$ac_try_echo") >&5
7634 (eval "$ac_link") 2>conftest.er1
7635 ac_status=$?
7636 grep -v '^ *+' conftest.er1 >conftest.err
7637 rm -f conftest.er1
7638 cat conftest.err >&5
7639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7640 (exit $ac_status); } && {
7641 test -z "$ac_c_werror_flag" ||
7642 test ! -s conftest.err
7643 } && test -s conftest$ac_exeext && {
7644 test "$cross_compiling" = yes ||
7645 $as_test_x conftest$ac_exeext
7646 }; then
7647 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7648 else
7649 $as_echo "$as_me: failed program was:" >&5
7650 sed 's/^/| /' conftest.$ac_ext >&5
7652 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7655 rm -rf conftest.dSYM
7656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7657 conftest$ac_exeext conftest.$ac_ext
7658 CFLAGS=$ac_wine_try_cflags_saved
7660 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7662 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7663 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7664 else
7665 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7666 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7667 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7668 $as_echo_n "(cached) " >&6
7669 else
7670 ac_wine_try_cflags_saved=$CFLAGS
7671 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7672 cat >conftest.$ac_ext <<_ACEOF
7673 /* confdefs.h. */
7674 _ACEOF
7675 cat confdefs.h >>conftest.$ac_ext
7676 cat >>conftest.$ac_ext <<_ACEOF
7677 /* end confdefs.h. */
7680 main ()
7684 return 0;
7686 _ACEOF
7687 rm -f conftest.$ac_objext conftest$ac_exeext
7688 if { (ac_try="$ac_link"
7689 case "(($ac_try" in
7690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7691 *) ac_try_echo=$ac_try;;
7692 esac
7693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7694 $as_echo "$ac_try_echo") >&5
7695 (eval "$ac_link") 2>conftest.er1
7696 ac_status=$?
7697 grep -v '^ *+' conftest.er1 >conftest.err
7698 rm -f conftest.er1
7699 cat conftest.err >&5
7700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7701 (exit $ac_status); } && {
7702 test -z "$ac_c_werror_flag" ||
7703 test ! -s conftest.err
7704 } && test -s conftest$ac_exeext && {
7705 test "$cross_compiling" = yes ||
7706 $as_test_x conftest$ac_exeext
7707 }; then
7708 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7709 else
7710 $as_echo "$as_me: failed program was:" >&5
7711 sed 's/^/| /' conftest.$ac_ext >&5
7713 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7716 rm -rf conftest.dSYM
7717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7718 conftest$ac_exeext conftest.$ac_ext
7719 CFLAGS=$ac_wine_try_cflags_saved
7721 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7722 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7723 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7724 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7730 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7731 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7732 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7733 $as_echo_n "(cached) " >&6
7734 else
7735 ac_wine_try_cflags_saved=$CFLAGS
7736 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7737 cat >conftest.$ac_ext <<_ACEOF
7738 /* confdefs.h. */
7739 _ACEOF
7740 cat confdefs.h >>conftest.$ac_ext
7741 cat >>conftest.$ac_ext <<_ACEOF
7742 /* end confdefs.h. */
7745 main ()
7749 return 0;
7751 _ACEOF
7752 rm -f conftest.$ac_objext conftest$ac_exeext
7753 if { (ac_try="$ac_link"
7754 case "(($ac_try" in
7755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7756 *) ac_try_echo=$ac_try;;
7757 esac
7758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7759 $as_echo "$ac_try_echo") >&5
7760 (eval "$ac_link") 2>conftest.er1
7761 ac_status=$?
7762 grep -v '^ *+' conftest.er1 >conftest.err
7763 rm -f conftest.er1
7764 cat conftest.err >&5
7765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7766 (exit $ac_status); } && {
7767 test -z "$ac_c_werror_flag" ||
7768 test ! -s conftest.err
7769 } && test -s conftest$ac_exeext && {
7770 test "$cross_compiling" = yes ||
7771 $as_test_x conftest$ac_exeext
7772 }; then
7773 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7774 else
7775 $as_echo "$as_me: failed program was:" >&5
7776 sed 's/^/| /' conftest.$ac_ext >&5
7778 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7781 rm -rf conftest.dSYM
7782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7783 conftest$ac_exeext conftest.$ac_ext
7784 CFLAGS=$ac_wine_try_cflags_saved
7786 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7787 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7788 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7789 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7793 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7794 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7795 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7796 $as_echo_n "(cached) " >&6
7797 else
7798 ac_wine_try_cflags_saved=$CFLAGS
7799 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7800 cat >conftest.$ac_ext <<_ACEOF
7801 /* confdefs.h. */
7802 _ACEOF
7803 cat confdefs.h >>conftest.$ac_ext
7804 cat >>conftest.$ac_ext <<_ACEOF
7805 /* end confdefs.h. */
7808 main ()
7812 return 0;
7814 _ACEOF
7815 rm -f conftest.$ac_objext conftest$ac_exeext
7816 if { (ac_try="$ac_link"
7817 case "(($ac_try" in
7818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7819 *) ac_try_echo=$ac_try;;
7820 esac
7821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7822 $as_echo "$ac_try_echo") >&5
7823 (eval "$ac_link") 2>conftest.er1
7824 ac_status=$?
7825 grep -v '^ *+' conftest.er1 >conftest.err
7826 rm -f conftest.er1
7827 cat conftest.err >&5
7828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7829 (exit $ac_status); } && {
7830 test -z "$ac_c_werror_flag" ||
7831 test ! -s conftest.err
7832 } && test -s conftest$ac_exeext && {
7833 test "$cross_compiling" = yes ||
7834 $as_test_x conftest$ac_exeext
7835 }; then
7836 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7837 else
7838 $as_echo "$as_me: failed program was:" >&5
7839 sed 's/^/| /' conftest.$ac_ext >&5
7841 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7844 rm -rf conftest.dSYM
7845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7846 conftest$ac_exeext conftest.$ac_ext
7847 CFLAGS=$ac_wine_try_cflags_saved
7849 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7850 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7851 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7852 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7856 echo '{ global: *; };' >conftest.map
7857 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7858 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7859 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7860 $as_echo_n "(cached) " >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887 (eval "$ac_link") 2>conftest.er1
7888 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1
7891 cat conftest.err >&5
7892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest$ac_exeext && {
7897 test "$cross_compiling" = yes ||
7898 $as_test_x conftest$ac_exeext
7899 }; then
7900 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7901 else
7902 $as_echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7905 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7908 rm -rf conftest.dSYM
7909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7910 conftest$ac_exeext conftest.$ac_ext
7911 CFLAGS=$ac_wine_try_cflags_saved
7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7914 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7915 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7916 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7919 rm -f conftest.map
7921 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7922 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7923 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7924 $as_echo_n "(cached) " >&6
7925 else
7926 ac_wine_try_cflags_saved=$CFLAGS
7927 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7928 cat >conftest.$ac_ext <<_ACEOF
7929 /* confdefs.h. */
7930 _ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7936 main ()
7940 return 0;
7942 _ACEOF
7943 rm -f conftest.$ac_objext conftest$ac_exeext
7944 if { (ac_try="$ac_link"
7945 case "(($ac_try" in
7946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7947 *) ac_try_echo=$ac_try;;
7948 esac
7949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7950 $as_echo "$ac_try_echo") >&5
7951 (eval "$ac_link") 2>conftest.er1
7952 ac_status=$?
7953 grep -v '^ *+' conftest.er1 >conftest.err
7954 rm -f conftest.er1
7955 cat conftest.err >&5
7956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7957 (exit $ac_status); } && {
7958 test -z "$ac_c_werror_flag" ||
7959 test ! -s conftest.err
7960 } && test -s conftest$ac_exeext && {
7961 test "$cross_compiling" = yes ||
7962 $as_test_x conftest$ac_exeext
7963 }; then
7964 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7965 else
7966 $as_echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.$ac_ext >&5
7969 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7972 rm -rf conftest.dSYM
7973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7974 conftest$ac_exeext conftest.$ac_ext
7975 CFLAGS=$ac_wine_try_cflags_saved
7977 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7978 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7979 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7980 LDEXECFLAGS="-Wl,--export-dynamic"
7985 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7986 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7987 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7988 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7989 $as_echo_n "(cached) " >&6
7990 else
7991 ac_wine_try_cflags_saved=$CFLAGS
7992 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7993 cat >conftest.$ac_ext <<_ACEOF
7994 /* confdefs.h. */
7995 _ACEOF
7996 cat confdefs.h >>conftest.$ac_ext
7997 cat >>conftest.$ac_ext <<_ACEOF
7998 /* end confdefs.h. */
8001 main ()
8005 return 0;
8007 _ACEOF
8008 rm -f conftest.$ac_objext conftest$ac_exeext
8009 if { (ac_try="$ac_link"
8010 case "(($ac_try" in
8011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8012 *) ac_try_echo=$ac_try;;
8013 esac
8014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8015 $as_echo "$ac_try_echo") >&5
8016 (eval "$ac_link") 2>conftest.er1
8017 ac_status=$?
8018 grep -v '^ *+' conftest.er1 >conftest.err
8019 rm -f conftest.er1
8020 cat conftest.err >&5
8021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } && {
8023 test -z "$ac_c_werror_flag" ||
8024 test ! -s conftest.err
8025 } && test -s conftest$ac_exeext && {
8026 test "$cross_compiling" = yes ||
8027 $as_test_x conftest$ac_exeext
8028 }; then
8029 eval "$as_ac_var=yes"
8030 else
8031 $as_echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8034 eval "$as_ac_var=no"
8037 rm -rf conftest.dSYM
8038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8039 conftest$ac_exeext conftest.$ac_ext
8040 CFLAGS=$ac_wine_try_cflags_saved
8042 ac_res=`eval 'as_val=${'$as_ac_var'}
8043 $as_echo "$as_val"'`
8044 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8045 $as_echo "$ac_res" >&6; }
8046 if test `eval 'as_val=${'$as_ac_var'}
8047 $as_echo "$as_val"'` = yes; then
8048 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8049 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8050 else
8051 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8052 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8053 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8054 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8055 $as_echo_n "(cached) " >&6
8056 else
8057 ac_wine_try_cflags_saved=$CFLAGS
8058 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8059 cat >conftest.$ac_ext <<_ACEOF
8060 /* confdefs.h. */
8061 _ACEOF
8062 cat confdefs.h >>conftest.$ac_ext
8063 cat >>conftest.$ac_ext <<_ACEOF
8064 /* end confdefs.h. */
8067 main ()
8071 return 0;
8073 _ACEOF
8074 rm -f conftest.$ac_objext conftest$ac_exeext
8075 if { (ac_try="$ac_link"
8076 case "(($ac_try" in
8077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8078 *) ac_try_echo=$ac_try;;
8079 esac
8080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8081 $as_echo "$ac_try_echo") >&5
8082 (eval "$ac_link") 2>conftest.er1
8083 ac_status=$?
8084 grep -v '^ *+' conftest.er1 >conftest.err
8085 rm -f conftest.er1
8086 cat conftest.err >&5
8087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8088 (exit $ac_status); } && {
8089 test -z "$ac_c_werror_flag" ||
8090 test ! -s conftest.err
8091 } && test -s conftest$ac_exeext && {
8092 test "$cross_compiling" = yes ||
8093 $as_test_x conftest$ac_exeext
8094 }; then
8095 eval "$as_ac_var=yes"
8096 else
8097 $as_echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.$ac_ext >&5
8100 eval "$as_ac_var=no"
8103 rm -rf conftest.dSYM
8104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8105 conftest$ac_exeext conftest.$ac_ext
8106 CFLAGS=$ac_wine_try_cflags_saved
8108 ac_res=`eval 'as_val=${'$as_ac_var'}
8109 $as_echo "$as_val"'`
8110 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8111 $as_echo "$ac_res" >&6; }
8112 if test `eval 'as_val=${'$as_ac_var'}
8113 $as_echo "$as_val"'` = yes; then
8114 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8115 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8121 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8122 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8123 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8124 $as_echo_n "(cached) " >&6
8125 else
8126 ac_wine_try_cflags_saved=$CFLAGS
8127 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8128 cat >conftest.$ac_ext <<_ACEOF
8129 /* confdefs.h. */
8130 _ACEOF
8131 cat confdefs.h >>conftest.$ac_ext
8132 cat >>conftest.$ac_ext <<_ACEOF
8133 /* end confdefs.h. */
8136 main ()
8140 return 0;
8142 _ACEOF
8143 rm -f conftest.$ac_objext conftest$ac_exeext
8144 if { (ac_try="$ac_link"
8145 case "(($ac_try" in
8146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8148 esac
8149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8150 $as_echo "$ac_try_echo") >&5
8151 (eval "$ac_link") 2>conftest.er1
8152 ac_status=$?
8153 grep -v '^ *+' conftest.er1 >conftest.err
8154 rm -f conftest.er1
8155 cat conftest.err >&5
8156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8157 (exit $ac_status); } && {
8158 test -z "$ac_c_werror_flag" ||
8159 test ! -s conftest.err
8160 } && test -s conftest$ac_exeext && {
8161 test "$cross_compiling" = yes ||
8162 $as_test_x conftest$ac_exeext
8163 }; then
8164 ac_cv_cflags__Wl___enable_new_dtags=yes
8165 else
8166 $as_echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8169 ac_cv_cflags__Wl___enable_new_dtags=no
8172 rm -rf conftest.dSYM
8173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8174 conftest$ac_exeext conftest.$ac_ext
8175 CFLAGS=$ac_wine_try_cflags_saved
8177 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8178 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8179 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8180 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8184 case $host_cpu in
8185 *i[3456789]86* | x86_64)
8186 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8187 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8188 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8189 $as_echo_n "(cached) " >&6
8190 else
8191 ac_wine_try_cflags_saved=$CFLAGS
8192 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8193 cat >conftest.$ac_ext <<_ACEOF
8194 /* confdefs.h. */
8195 _ACEOF
8196 cat confdefs.h >>conftest.$ac_ext
8197 cat >>conftest.$ac_ext <<_ACEOF
8198 /* end confdefs.h. */
8201 main ()
8205 return 0;
8207 _ACEOF
8208 rm -f conftest.$ac_objext conftest$ac_exeext
8209 if { (ac_try="$ac_link"
8210 case "(($ac_try" in
8211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8212 *) ac_try_echo=$ac_try;;
8213 esac
8214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8215 $as_echo "$ac_try_echo") >&5
8216 (eval "$ac_link") 2>conftest.er1
8217 ac_status=$?
8218 grep -v '^ *+' conftest.er1 >conftest.err
8219 rm -f conftest.er1
8220 cat conftest.err >&5
8221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } && {
8223 test -z "$ac_c_werror_flag" ||
8224 test ! -s conftest.err
8225 } && test -s conftest$ac_exeext && {
8226 test "$cross_compiling" = yes ||
8227 $as_test_x conftest$ac_exeext
8228 }; then
8229 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8230 else
8231 $as_echo "$as_me: failed program was:" >&5
8232 sed 's/^/| /' conftest.$ac_ext >&5
8234 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8237 rm -rf conftest.dSYM
8238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8239 conftest$ac_exeext conftest.$ac_ext
8240 CFLAGS=$ac_wine_try_cflags_saved
8242 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8243 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8244 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8245 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8249 esac
8251 else
8252 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8253 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8254 if test "${ac_cv_c_dll_unixware+set}" = set; then
8255 $as_echo_n "(cached) " >&6
8256 else
8257 ac_wine_try_cflags_saved=$CFLAGS
8258 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8259 cat >conftest.$ac_ext <<_ACEOF
8260 void myfunc() {}
8261 _ACEOF
8262 rm -f conftest.$ac_objext conftest$ac_exeext
8263 if { (ac_try="$ac_link"
8264 case "(($ac_try" in
8265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8266 *) ac_try_echo=$ac_try;;
8267 esac
8268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8269 $as_echo "$ac_try_echo") >&5
8270 (eval "$ac_link") 2>conftest.er1
8271 ac_status=$?
8272 grep -v '^ *+' conftest.er1 >conftest.err
8273 rm -f conftest.er1
8274 cat conftest.err >&5
8275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 (exit $ac_status); } && {
8277 test -z "$ac_c_werror_flag" ||
8278 test ! -s conftest.err
8279 } && test -s conftest$ac_exeext && {
8280 test "$cross_compiling" = yes ||
8281 $as_test_x conftest$ac_exeext
8282 }; then
8283 ac_cv_c_dll_unixware="yes"
8284 else
8285 $as_echo "$as_me: failed program was:" >&5
8286 sed 's/^/| /' conftest.$ac_ext >&5
8288 ac_cv_c_dll_unixware="no"
8291 rm -rf conftest.dSYM
8292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8293 conftest$ac_exeext conftest.$ac_ext
8294 CFLAGS=$ac_wine_try_cflags_saved
8296 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8297 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8298 if test "$ac_cv_c_dll_unixware" = "yes"
8299 then
8300 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8301 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8303 else
8304 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8305 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8306 if test "${ac_cv_c_dll_hpux+set}" = set; then
8307 $as_echo_n "(cached) " >&6
8308 else
8309 ac_wine_try_cflags_saved=$CFLAGS
8310 CFLAGS="$CFLAGS -shared"
8311 cat >conftest.$ac_ext <<_ACEOF
8312 void myfunc() {}
8313 _ACEOF
8314 rm -f conftest.$ac_objext conftest$ac_exeext
8315 if { (ac_try="$ac_link"
8316 case "(($ac_try" in
8317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8318 *) ac_try_echo=$ac_try;;
8319 esac
8320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8321 $as_echo "$ac_try_echo") >&5
8322 (eval "$ac_link") 2>conftest.er1
8323 ac_status=$?
8324 grep -v '^ *+' conftest.er1 >conftest.err
8325 rm -f conftest.er1
8326 cat conftest.err >&5
8327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8328 (exit $ac_status); } && {
8329 test -z "$ac_c_werror_flag" ||
8330 test ! -s conftest.err
8331 } && test -s conftest$ac_exeext && {
8332 test "$cross_compiling" = yes ||
8333 $as_test_x conftest$ac_exeext
8334 }; then
8335 ac_cv_c_dll_hpux="yes"
8336 else
8337 $as_echo "$as_me: failed program was:" >&5
8338 sed 's/^/| /' conftest.$ac_ext >&5
8340 ac_cv_c_dll_hpux="no"
8343 rm -rf conftest.dSYM
8344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8345 conftest$ac_exeext conftest.$ac_ext
8346 CFLAGS=$ac_wine_try_cflags_saved
8348 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8349 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8350 if test "$ac_cv_c_dll_hpux" = "yes"
8351 then
8352 LIBEXT="sl"
8353 DLLEXT=".sl"
8354 LDDLLFLAGS="-shared -fPIC"
8355 LDSHARED="\$(CC) -shared"
8360 esac
8362 enable_winequartz_drv=${enable_winequartz_drv:-no}
8364 if test "$LIBEXT" = "a"; then
8365 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8366 It is currently not possible to build Wine without shared library
8367 (.so) support to allow transparent switch between .so and .dll files.
8368 If you are using Linux, you will need a newer binutils.
8369 " >&5
8370 $as_echo "$as_me: error: could not find a way to build shared libraries.
8371 It is currently not possible to build Wine without shared library
8372 (.so) support to allow transparent switch between .so and .dll files.
8373 If you are using Linux, you will need a newer binutils.
8374 " >&2;}
8375 { (exit 1); exit 1; }; }
8378 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8379 then
8380 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
8382 # Extract the first word of "$ac_prog", so it can be a program name with args.
8383 set dummy $ac_prog; ac_word=$2
8384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8385 $as_echo_n "checking for $ac_word... " >&6; }
8386 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8387 $as_echo_n "(cached) " >&6
8388 else
8389 if test -n "$CROSSCC"; then
8390 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8391 else
8392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8393 for as_dir in $PATH
8395 IFS=$as_save_IFS
8396 test -z "$as_dir" && as_dir=.
8397 for ac_exec_ext in '' $ac_executable_extensions; do
8398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8399 ac_cv_prog_CROSSCC="$ac_prog"
8400 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8401 break 2
8403 done
8404 done
8405 IFS=$as_save_IFS
8409 CROSSCC=$ac_cv_prog_CROSSCC
8410 if test -n "$CROSSCC"; then
8411 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8412 $as_echo "$CROSSCC" >&6; }
8413 else
8414 { $as_echo "$as_me:$LINENO: result: no" >&5
8415 $as_echo "no" >&6; }
8419 test -n "$CROSSCC" && break
8420 done
8421 test -n "$CROSSCC" || CROSSCC="false"
8423 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
8425 # Extract the first word of "$ac_prog", so it can be a program name with args.
8426 set dummy $ac_prog; ac_word=$2
8427 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 $as_echo_n "checking for $ac_word... " >&6; }
8429 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8430 $as_echo_n "(cached) " >&6
8431 else
8432 if test -n "$DLLTOOL"; then
8433 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8438 IFS=$as_save_IFS
8439 test -z "$as_dir" && as_dir=.
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_DLLTOOL="$ac_prog"
8443 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444 break 2
8446 done
8447 done
8448 IFS=$as_save_IFS
8452 DLLTOOL=$ac_cv_prog_DLLTOOL
8453 if test -n "$DLLTOOL"; then
8454 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8455 $as_echo "$DLLTOOL" >&6; }
8456 else
8457 { $as_echo "$as_me:$LINENO: result: no" >&5
8458 $as_echo "no" >&6; }
8462 test -n "$DLLTOOL" && break
8463 done
8464 test -n "$DLLTOOL" || DLLTOOL="false"
8466 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
8468 # Extract the first word of "$ac_prog", so it can be a program name with args.
8469 set dummy $ac_prog; ac_word=$2
8470 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8471 $as_echo_n "checking for $ac_word... " >&6; }
8472 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8473 $as_echo_n "(cached) " >&6
8474 else
8475 if test -n "$CROSSWINDRES"; then
8476 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8477 else
8478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8479 for as_dir in $PATH
8481 IFS=$as_save_IFS
8482 test -z "$as_dir" && as_dir=.
8483 for ac_exec_ext in '' $ac_executable_extensions; do
8484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8485 ac_cv_prog_CROSSWINDRES="$ac_prog"
8486 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8487 break 2
8489 done
8490 done
8491 IFS=$as_save_IFS
8495 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8496 if test -n "$CROSSWINDRES"; then
8497 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8498 $as_echo "$CROSSWINDRES" >&6; }
8499 else
8500 { $as_echo "$as_me:$LINENO: result: no" >&5
8501 $as_echo "no" >&6; }
8505 test -n "$CROSSWINDRES" && break
8506 done
8507 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8509 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
8511 # Extract the first word of "$ac_prog", so it can be a program name with args.
8512 set dummy $ac_prog; ac_word=$2
8513 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8514 $as_echo_n "checking for $ac_word... " >&6; }
8515 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8516 $as_echo_n "(cached) " >&6
8517 else
8518 if test -n "$MINGWAR"; then
8519 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8520 else
8521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8522 for as_dir in $PATH
8524 IFS=$as_save_IFS
8525 test -z "$as_dir" && as_dir=.
8526 for ac_exec_ext in '' $ac_executable_extensions; do
8527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8528 ac_cv_prog_MINGWAR="$ac_prog"
8529 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8530 break 2
8532 done
8533 done
8534 IFS=$as_save_IFS
8538 MINGWAR=$ac_cv_prog_MINGWAR
8539 if test -n "$MINGWAR"; then
8540 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8541 $as_echo "$MINGWAR" >&6; }
8542 else
8543 { $as_echo "$as_me:$LINENO: result: no" >&5
8544 $as_echo "no" >&6; }
8548 test -n "$MINGWAR" && break
8549 done
8550 test -n "$MINGWAR" || MINGWAR="false"
8552 if test "$CROSSCC" != "false"
8553 then
8554 CROSSTEST="\$(CROSSTEST)"
8560 if test "$ac_cv_header_pthread_h" = "yes"
8561 then
8562 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8563 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8564 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8565 $as_echo_n "(cached) " >&6
8566 else
8567 ac_check_lib_save_LIBS=$LIBS
8568 LIBS="-lpthread $LIBS"
8569 cat >conftest.$ac_ext <<_ACEOF
8570 /* confdefs.h. */
8571 _ACEOF
8572 cat confdefs.h >>conftest.$ac_ext
8573 cat >>conftest.$ac_ext <<_ACEOF
8574 /* end confdefs.h. */
8576 /* Override any GCC internal prototype to avoid an error.
8577 Use char because int might match the return type of a GCC
8578 builtin and then its argument prototype would still apply. */
8579 #ifdef __cplusplus
8580 extern "C"
8581 #endif
8582 char pthread_create ();
8584 main ()
8586 return pthread_create ();
8588 return 0;
8590 _ACEOF
8591 rm -f conftest.$ac_objext conftest$ac_exeext
8592 if { (ac_try="$ac_link"
8593 case "(($ac_try" in
8594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8595 *) ac_try_echo=$ac_try;;
8596 esac
8597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8598 $as_echo "$ac_try_echo") >&5
8599 (eval "$ac_link") 2>conftest.er1
8600 ac_status=$?
8601 grep -v '^ *+' conftest.er1 >conftest.err
8602 rm -f conftest.er1
8603 cat conftest.err >&5
8604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8605 (exit $ac_status); } && {
8606 test -z "$ac_c_werror_flag" ||
8607 test ! -s conftest.err
8608 } && test -s conftest$ac_exeext && {
8609 test "$cross_compiling" = yes ||
8610 $as_test_x conftest$ac_exeext
8611 }; then
8612 ac_cv_lib_pthread_pthread_create=yes
8613 else
8614 $as_echo "$as_me: failed program was:" >&5
8615 sed 's/^/| /' conftest.$ac_ext >&5
8617 ac_cv_lib_pthread_pthread_create=no
8620 rm -rf conftest.dSYM
8621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8622 conftest$ac_exeext conftest.$ac_ext
8623 LIBS=$ac_check_lib_save_LIBS
8625 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8626 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8627 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8628 LIBPTHREAD="-lpthread"
8633 if test "x$LIBPTHREAD" = "x"; then
8634 case "x$with_pthread" in
8635 xno) ;;
8636 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8637 Wine cannot support threads without libpthread.
8638 Use the --without-pthread option if you really want this." >&5
8639 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8640 Wine cannot support threads without libpthread.
8641 Use the --without-pthread option if you really want this." >&2;}
8642 { (exit 1); exit 1; }; } ;;
8643 esac
8648 { $as_echo "$as_me:$LINENO: checking for X" >&5
8649 $as_echo_n "checking for X... " >&6; }
8652 # Check whether --with-x was given.
8653 if test "${with_x+set}" = set; then
8654 withval=$with_x;
8657 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8658 if test "x$with_x" = xno; then
8659 # The user explicitly disabled X.
8660 have_x=disabled
8661 else
8662 case $x_includes,$x_libraries in #(
8663 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8664 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8665 { (exit 1); exit 1; }; };; #(
8666 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8667 $as_echo_n "(cached) " >&6
8668 else
8669 # One or both of the vars are not set, and there is no cached value.
8670 ac_x_includes=no ac_x_libraries=no
8671 rm -f -r conftest.dir
8672 if mkdir conftest.dir; then
8673 cd conftest.dir
8674 cat >Imakefile <<'_ACEOF'
8675 incroot:
8676 @echo incroot='${INCROOT}'
8677 usrlibdir:
8678 @echo usrlibdir='${USRLIBDIR}'
8679 libdir:
8680 @echo libdir='${LIBDIR}'
8681 _ACEOF
8682 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8683 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8684 for ac_var in incroot usrlibdir libdir; do
8685 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8686 done
8687 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8688 for ac_extension in a so sl dylib la dll; do
8689 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8690 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8691 ac_im_usrlibdir=$ac_im_libdir; break
8693 done
8694 # Screen out bogus values from the imake configuration. They are
8695 # bogus both because they are the default anyway, and because
8696 # using them would break gcc on systems where it needs fixed includes.
8697 case $ac_im_incroot in
8698 /usr/include) ac_x_includes= ;;
8699 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8700 esac
8701 case $ac_im_usrlibdir in
8702 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8703 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8704 esac
8706 cd ..
8707 rm -f -r conftest.dir
8710 # Standard set of common directories for X headers.
8711 # Check X11 before X11Rn because it is often a symlink to the current release.
8712 ac_x_header_dirs='
8713 /usr/X11/include
8714 /usr/X11R6/include
8715 /usr/X11R5/include
8716 /usr/X11R4/include
8718 /usr/include/X11
8719 /usr/include/X11R6
8720 /usr/include/X11R5
8721 /usr/include/X11R4
8723 /usr/local/X11/include
8724 /usr/local/X11R6/include
8725 /usr/local/X11R5/include
8726 /usr/local/X11R4/include
8728 /usr/local/include/X11
8729 /usr/local/include/X11R6
8730 /usr/local/include/X11R5
8731 /usr/local/include/X11R4
8733 /usr/X386/include
8734 /usr/x386/include
8735 /usr/XFree86/include/X11
8737 /usr/include
8738 /usr/local/include
8739 /usr/unsupported/include
8740 /usr/athena/include
8741 /usr/local/x11r5/include
8742 /usr/lpp/Xamples/include
8744 /usr/openwin/include
8745 /usr/openwin/share/include'
8747 if test "$ac_x_includes" = no; then
8748 # Guess where to find include files, by looking for Xlib.h.
8749 # First, try using that file with no special directory specified.
8750 cat >conftest.$ac_ext <<_ACEOF
8751 /* confdefs.h. */
8752 _ACEOF
8753 cat confdefs.h >>conftest.$ac_ext
8754 cat >>conftest.$ac_ext <<_ACEOF
8755 /* end confdefs.h. */
8756 #include <X11/Xlib.h>
8757 _ACEOF
8758 if { (ac_try="$ac_cpp conftest.$ac_ext"
8759 case "(($ac_try" in
8760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8761 *) ac_try_echo=$ac_try;;
8762 esac
8763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8764 $as_echo "$ac_try_echo") >&5
8765 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8766 ac_status=$?
8767 grep -v '^ *+' conftest.er1 >conftest.err
8768 rm -f conftest.er1
8769 cat conftest.err >&5
8770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 (exit $ac_status); } >/dev/null && {
8772 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8773 test ! -s conftest.err
8774 }; then
8775 # We can compile using X headers with no special include directory.
8776 ac_x_includes=
8777 else
8778 $as_echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8781 for ac_dir in $ac_x_header_dirs; do
8782 if test -r "$ac_dir/X11/Xlib.h"; then
8783 ac_x_includes=$ac_dir
8784 break
8786 done
8789 rm -f conftest.err conftest.$ac_ext
8790 fi # $ac_x_includes = no
8792 if test "$ac_x_libraries" = no; then
8793 # Check for the libraries.
8794 # See if we find them without any special options.
8795 # Don't add to $LIBS permanently.
8796 ac_save_LIBS=$LIBS
8797 LIBS="-lX11 $LIBS"
8798 cat >conftest.$ac_ext <<_ACEOF
8799 /* confdefs.h. */
8800 _ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h. */
8804 #include <X11/Xlib.h>
8806 main ()
8808 XrmInitialize ()
8810 return 0;
8812 _ACEOF
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8815 case "(($ac_try" in
8816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8817 *) ac_try_echo=$ac_try;;
8818 esac
8819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8820 $as_echo "$ac_try_echo") >&5
8821 (eval "$ac_link") 2>conftest.er1
8822 ac_status=$?
8823 grep -v '^ *+' conftest.er1 >conftest.err
8824 rm -f conftest.er1
8825 cat conftest.err >&5
8826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827 (exit $ac_status); } && {
8828 test -z "$ac_c_werror_flag" ||
8829 test ! -s conftest.err
8830 } && test -s conftest$ac_exeext && {
8831 test "$cross_compiling" = yes ||
8832 $as_test_x conftest$ac_exeext
8833 }; then
8834 LIBS=$ac_save_LIBS
8835 # We can link X programs with no special library path.
8836 ac_x_libraries=
8837 else
8838 $as_echo "$as_me: failed program was:" >&5
8839 sed 's/^/| /' conftest.$ac_ext >&5
8841 LIBS=$ac_save_LIBS
8842 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8844 # Don't even attempt the hair of trying to link an X program!
8845 for ac_extension in a so sl dylib la dll; do
8846 if test -r "$ac_dir/libX11.$ac_extension"; then
8847 ac_x_libraries=$ac_dir
8848 break 2
8850 done
8851 done
8854 rm -rf conftest.dSYM
8855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8856 conftest$ac_exeext conftest.$ac_ext
8857 fi # $ac_x_libraries = no
8859 case $ac_x_includes,$ac_x_libraries in #(
8860 no,* | *,no | *\'*)
8861 # Didn't find X, or a directory has "'" in its name.
8862 ac_cv_have_x="have_x=no";; #(
8864 # Record where we found X for the cache.
8865 ac_cv_have_x="have_x=yes\
8866 ac_x_includes='$ac_x_includes'\
8867 ac_x_libraries='$ac_x_libraries'"
8868 esac
8870 ;; #(
8871 *) have_x=yes;;
8872 esac
8873 eval "$ac_cv_have_x"
8874 fi # $with_x != no
8876 if test "$have_x" != yes; then
8877 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8878 $as_echo "$have_x" >&6; }
8879 no_x=yes
8880 else
8881 # If each of the values was on the command line, it overrides each guess.
8882 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8883 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8884 # Update the cache value to reflect the command line values.
8885 ac_cv_have_x="have_x=yes\
8886 ac_x_includes='$x_includes'\
8887 ac_x_libraries='$x_libraries'"
8888 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8889 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8892 if test "$no_x" = yes; then
8893 # Not all programs may use this symbol, but it does not hurt to define it.
8895 cat >>confdefs.h <<\_ACEOF
8896 #define X_DISPLAY_MISSING 1
8897 _ACEOF
8899 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8900 else
8901 if test -n "$x_includes"; then
8902 X_CFLAGS="$X_CFLAGS -I$x_includes"
8905 # It would also be nice to do this for all -L options, not just this one.
8906 if test -n "$x_libraries"; then
8907 X_LIBS="$X_LIBS -L$x_libraries"
8908 # For Solaris; some versions of Sun CC require a space after -R and
8909 # others require no space. Words are not sufficient . . . .
8910 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8911 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8912 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8913 ac_xsave_c_werror_flag=$ac_c_werror_flag
8914 ac_c_werror_flag=yes
8915 cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h. */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8923 main ()
8927 return 0;
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934 *) ac_try_echo=$ac_try;;
8935 esac
8936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8937 $as_echo "$ac_try_echo") >&5
8938 (eval "$ac_link") 2>conftest.er1
8939 ac_status=$?
8940 grep -v '^ *+' conftest.er1 >conftest.err
8941 rm -f conftest.er1
8942 cat conftest.err >&5
8943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); } && {
8945 test -z "$ac_c_werror_flag" ||
8946 test ! -s conftest.err
8947 } && test -s conftest$ac_exeext && {
8948 test "$cross_compiling" = yes ||
8949 $as_test_x conftest$ac_exeext
8950 }; then
8951 { $as_echo "$as_me:$LINENO: result: no" >&5
8952 $as_echo "no" >&6; }
8953 X_LIBS="$X_LIBS -R$x_libraries"
8954 else
8955 $as_echo "$as_me: failed program was:" >&5
8956 sed 's/^/| /' conftest.$ac_ext >&5
8958 LIBS="$ac_xsave_LIBS -R $x_libraries"
8959 cat >conftest.$ac_ext <<_ACEOF
8960 /* confdefs.h. */
8961 _ACEOF
8962 cat confdefs.h >>conftest.$ac_ext
8963 cat >>conftest.$ac_ext <<_ACEOF
8964 /* end confdefs.h. */
8967 main ()
8971 return 0;
8973 _ACEOF
8974 rm -f conftest.$ac_objext conftest$ac_exeext
8975 if { (ac_try="$ac_link"
8976 case "(($ac_try" in
8977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8978 *) ac_try_echo=$ac_try;;
8979 esac
8980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8981 $as_echo "$ac_try_echo") >&5
8982 (eval "$ac_link") 2>conftest.er1
8983 ac_status=$?
8984 grep -v '^ *+' conftest.er1 >conftest.err
8985 rm -f conftest.er1
8986 cat conftest.err >&5
8987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8988 (exit $ac_status); } && {
8989 test -z "$ac_c_werror_flag" ||
8990 test ! -s conftest.err
8991 } && test -s conftest$ac_exeext && {
8992 test "$cross_compiling" = yes ||
8993 $as_test_x conftest$ac_exeext
8994 }; then
8995 { $as_echo "$as_me:$LINENO: result: yes" >&5
8996 $as_echo "yes" >&6; }
8997 X_LIBS="$X_LIBS -R $x_libraries"
8998 else
8999 $as_echo "$as_me: failed program was:" >&5
9000 sed 's/^/| /' conftest.$ac_ext >&5
9002 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9003 $as_echo "neither works" >&6; }
9006 rm -rf conftest.dSYM
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008 conftest$ac_exeext conftest.$ac_ext
9011 rm -rf conftest.dSYM
9012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9013 conftest$ac_exeext conftest.$ac_ext
9014 ac_c_werror_flag=$ac_xsave_c_werror_flag
9015 LIBS=$ac_xsave_LIBS
9018 # Check for system-dependent libraries X programs must link with.
9019 # Do this before checking for the system-independent R6 libraries
9020 # (-lICE), since we may need -lsocket or whatever for X linking.
9022 if test "$ISC" = yes; then
9023 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9024 else
9025 # Martyn Johnson says this is needed for Ultrix, if the X
9026 # libraries were built with DECnet support. And Karl Berry says
9027 # the Alpha needs dnet_stub (dnet does not exist).
9028 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9029 cat >conftest.$ac_ext <<_ACEOF
9030 /* confdefs.h. */
9031 _ACEOF
9032 cat confdefs.h >>conftest.$ac_ext
9033 cat >>conftest.$ac_ext <<_ACEOF
9034 /* end confdefs.h. */
9036 /* Override any GCC internal prototype to avoid an error.
9037 Use char because int might match the return type of a GCC
9038 builtin and then its argument prototype would still apply. */
9039 #ifdef __cplusplus
9040 extern "C"
9041 #endif
9042 char XOpenDisplay ();
9044 main ()
9046 return XOpenDisplay ();
9048 return 0;
9050 _ACEOF
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9053 case "(($ac_try" in
9054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9055 *) ac_try_echo=$ac_try;;
9056 esac
9057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9058 $as_echo "$ac_try_echo") >&5
9059 (eval "$ac_link") 2>conftest.er1
9060 ac_status=$?
9061 grep -v '^ *+' conftest.er1 >conftest.err
9062 rm -f conftest.er1
9063 cat conftest.err >&5
9064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9065 (exit $ac_status); } && {
9066 test -z "$ac_c_werror_flag" ||
9067 test ! -s conftest.err
9068 } && test -s conftest$ac_exeext && {
9069 test "$cross_compiling" = yes ||
9070 $as_test_x conftest$ac_exeext
9071 }; then
9073 else
9074 $as_echo "$as_me: failed program was:" >&5
9075 sed 's/^/| /' conftest.$ac_ext >&5
9077 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9078 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9079 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9080 $as_echo_n "(cached) " >&6
9081 else
9082 ac_check_lib_save_LIBS=$LIBS
9083 LIBS="-ldnet $LIBS"
9084 cat >conftest.$ac_ext <<_ACEOF
9085 /* confdefs.h. */
9086 _ACEOF
9087 cat confdefs.h >>conftest.$ac_ext
9088 cat >>conftest.$ac_ext <<_ACEOF
9089 /* end confdefs.h. */
9091 /* Override any GCC internal prototype to avoid an error.
9092 Use char because int might match the return type of a GCC
9093 builtin and then its argument prototype would still apply. */
9094 #ifdef __cplusplus
9095 extern "C"
9096 #endif
9097 char dnet_ntoa ();
9099 main ()
9101 return dnet_ntoa ();
9103 return 0;
9105 _ACEOF
9106 rm -f conftest.$ac_objext conftest$ac_exeext
9107 if { (ac_try="$ac_link"
9108 case "(($ac_try" in
9109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9110 *) ac_try_echo=$ac_try;;
9111 esac
9112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9113 $as_echo "$ac_try_echo") >&5
9114 (eval "$ac_link") 2>conftest.er1
9115 ac_status=$?
9116 grep -v '^ *+' conftest.er1 >conftest.err
9117 rm -f conftest.er1
9118 cat conftest.err >&5
9119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); } && {
9121 test -z "$ac_c_werror_flag" ||
9122 test ! -s conftest.err
9123 } && test -s conftest$ac_exeext && {
9124 test "$cross_compiling" = yes ||
9125 $as_test_x conftest$ac_exeext
9126 }; then
9127 ac_cv_lib_dnet_dnet_ntoa=yes
9128 else
9129 $as_echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9132 ac_cv_lib_dnet_dnet_ntoa=no
9135 rm -rf conftest.dSYM
9136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9137 conftest$ac_exeext conftest.$ac_ext
9138 LIBS=$ac_check_lib_save_LIBS
9140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9141 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9142 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9143 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9146 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9147 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9148 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9149 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9150 $as_echo_n "(cached) " >&6
9151 else
9152 ac_check_lib_save_LIBS=$LIBS
9153 LIBS="-ldnet_stub $LIBS"
9154 cat >conftest.$ac_ext <<_ACEOF
9155 /* confdefs.h. */
9156 _ACEOF
9157 cat confdefs.h >>conftest.$ac_ext
9158 cat >>conftest.$ac_ext <<_ACEOF
9159 /* end confdefs.h. */
9161 /* Override any GCC internal prototype to avoid an error.
9162 Use char because int might match the return type of a GCC
9163 builtin and then its argument prototype would still apply. */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char dnet_ntoa ();
9169 main ()
9171 return dnet_ntoa ();
9173 return 0;
9175 _ACEOF
9176 rm -f conftest.$ac_objext conftest$ac_exeext
9177 if { (ac_try="$ac_link"
9178 case "(($ac_try" in
9179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9180 *) ac_try_echo=$ac_try;;
9181 esac
9182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9183 $as_echo "$ac_try_echo") >&5
9184 (eval "$ac_link") 2>conftest.er1
9185 ac_status=$?
9186 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -f conftest.er1
9188 cat conftest.err >&5
9189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190 (exit $ac_status); } && {
9191 test -z "$ac_c_werror_flag" ||
9192 test ! -s conftest.err
9193 } && test -s conftest$ac_exeext && {
9194 test "$cross_compiling" = yes ||
9195 $as_test_x conftest$ac_exeext
9196 }; then
9197 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9198 else
9199 $as_echo "$as_me: failed program was:" >&5
9200 sed 's/^/| /' conftest.$ac_ext >&5
9202 ac_cv_lib_dnet_stub_dnet_ntoa=no
9205 rm -rf conftest.dSYM
9206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9207 conftest$ac_exeext conftest.$ac_ext
9208 LIBS=$ac_check_lib_save_LIBS
9210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9211 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9212 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9213 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9219 rm -rf conftest.dSYM
9220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9221 conftest$ac_exeext conftest.$ac_ext
9222 LIBS="$ac_xsave_LIBS"
9224 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9225 # to get the SysV transport functions.
9226 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9227 # needs -lnsl.
9228 # The nsl library prevents programs from opening the X display
9229 # on Irix 5.2, according to T.E. Dickey.
9230 # The functions gethostbyname, getservbyname, and inet_addr are
9231 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9232 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9233 $as_echo_n "checking for gethostbyname... " >&6; }
9234 if test "${ac_cv_func_gethostbyname+set}" = set; then
9235 $as_echo_n "(cached) " >&6
9236 else
9237 cat >conftest.$ac_ext <<_ACEOF
9238 /* confdefs.h. */
9239 _ACEOF
9240 cat confdefs.h >>conftest.$ac_ext
9241 cat >>conftest.$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9243 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9244 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9245 #define gethostbyname innocuous_gethostbyname
9247 /* System header to define __stub macros and hopefully few prototypes,
9248 which can conflict with char gethostbyname (); below.
9249 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9250 <limits.h> exists even on freestanding compilers. */
9252 #ifdef __STDC__
9253 # include <limits.h>
9254 #else
9255 # include <assert.h>
9256 #endif
9258 #undef gethostbyname
9260 /* Override any GCC internal prototype to avoid an error.
9261 Use char because int might match the return type of a GCC
9262 builtin and then its argument prototype would still apply. */
9263 #ifdef __cplusplus
9264 extern "C"
9265 #endif
9266 char gethostbyname ();
9267 /* The GNU C library defines this for functions which it implements
9268 to always fail with ENOSYS. Some functions are actually named
9269 something starting with __ and the normal name is an alias. */
9270 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9271 choke me
9272 #endif
9275 main ()
9277 return gethostbyname ();
9279 return 0;
9281 _ACEOF
9282 rm -f conftest.$ac_objext conftest$ac_exeext
9283 if { (ac_try="$ac_link"
9284 case "(($ac_try" in
9285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9286 *) ac_try_echo=$ac_try;;
9287 esac
9288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9289 $as_echo "$ac_try_echo") >&5
9290 (eval "$ac_link") 2>conftest.er1
9291 ac_status=$?
9292 grep -v '^ *+' conftest.er1 >conftest.err
9293 rm -f conftest.er1
9294 cat conftest.err >&5
9295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && {
9297 test -z "$ac_c_werror_flag" ||
9298 test ! -s conftest.err
9299 } && test -s conftest$ac_exeext && {
9300 test "$cross_compiling" = yes ||
9301 $as_test_x conftest$ac_exeext
9302 }; then
9303 ac_cv_func_gethostbyname=yes
9304 else
9305 $as_echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9308 ac_cv_func_gethostbyname=no
9311 rm -rf conftest.dSYM
9312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9313 conftest$ac_exeext conftest.$ac_ext
9315 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9316 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9318 if test $ac_cv_func_gethostbyname = no; then
9319 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9320 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9321 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9322 $as_echo_n "(cached) " >&6
9323 else
9324 ac_check_lib_save_LIBS=$LIBS
9325 LIBS="-lnsl $LIBS"
9326 cat >conftest.$ac_ext <<_ACEOF
9327 /* confdefs.h. */
9328 _ACEOF
9329 cat confdefs.h >>conftest.$ac_ext
9330 cat >>conftest.$ac_ext <<_ACEOF
9331 /* end confdefs.h. */
9333 /* Override any GCC internal prototype to avoid an error.
9334 Use char because int might match the return type of a GCC
9335 builtin and then its argument prototype would still apply. */
9336 #ifdef __cplusplus
9337 extern "C"
9338 #endif
9339 char gethostbyname ();
9341 main ()
9343 return gethostbyname ();
9345 return 0;
9347 _ACEOF
9348 rm -f conftest.$ac_objext conftest$ac_exeext
9349 if { (ac_try="$ac_link"
9350 case "(($ac_try" in
9351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9352 *) ac_try_echo=$ac_try;;
9353 esac
9354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9355 $as_echo "$ac_try_echo") >&5
9356 (eval "$ac_link") 2>conftest.er1
9357 ac_status=$?
9358 grep -v '^ *+' conftest.er1 >conftest.err
9359 rm -f conftest.er1
9360 cat conftest.err >&5
9361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext && {
9366 test "$cross_compiling" = yes ||
9367 $as_test_x conftest$ac_exeext
9368 }; then
9369 ac_cv_lib_nsl_gethostbyname=yes
9370 else
9371 $as_echo "$as_me: failed program was:" >&5
9372 sed 's/^/| /' conftest.$ac_ext >&5
9374 ac_cv_lib_nsl_gethostbyname=no
9377 rm -rf conftest.dSYM
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379 conftest$ac_exeext conftest.$ac_ext
9380 LIBS=$ac_check_lib_save_LIBS
9382 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9383 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9384 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9385 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9388 if test $ac_cv_lib_nsl_gethostbyname = no; then
9389 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9390 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9391 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9392 $as_echo_n "(cached) " >&6
9393 else
9394 ac_check_lib_save_LIBS=$LIBS
9395 LIBS="-lbsd $LIBS"
9396 cat >conftest.$ac_ext <<_ACEOF
9397 /* confdefs.h. */
9398 _ACEOF
9399 cat confdefs.h >>conftest.$ac_ext
9400 cat >>conftest.$ac_ext <<_ACEOF
9401 /* end confdefs.h. */
9403 /* Override any GCC internal prototype to avoid an error.
9404 Use char because int might match the return type of a GCC
9405 builtin and then its argument prototype would still apply. */
9406 #ifdef __cplusplus
9407 extern "C"
9408 #endif
9409 char gethostbyname ();
9411 main ()
9413 return gethostbyname ();
9415 return 0;
9417 _ACEOF
9418 rm -f conftest.$ac_objext conftest$ac_exeext
9419 if { (ac_try="$ac_link"
9420 case "(($ac_try" in
9421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9422 *) ac_try_echo=$ac_try;;
9423 esac
9424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9425 $as_echo "$ac_try_echo") >&5
9426 (eval "$ac_link") 2>conftest.er1
9427 ac_status=$?
9428 grep -v '^ *+' conftest.er1 >conftest.err
9429 rm -f conftest.er1
9430 cat conftest.err >&5
9431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432 (exit $ac_status); } && {
9433 test -z "$ac_c_werror_flag" ||
9434 test ! -s conftest.err
9435 } && test -s conftest$ac_exeext && {
9436 test "$cross_compiling" = yes ||
9437 $as_test_x conftest$ac_exeext
9438 }; then
9439 ac_cv_lib_bsd_gethostbyname=yes
9440 else
9441 $as_echo "$as_me: failed program was:" >&5
9442 sed 's/^/| /' conftest.$ac_ext >&5
9444 ac_cv_lib_bsd_gethostbyname=no
9447 rm -rf conftest.dSYM
9448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9449 conftest$ac_exeext conftest.$ac_ext
9450 LIBS=$ac_check_lib_save_LIBS
9452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9453 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9454 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9455 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9461 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9462 # socket/setsockopt and other routines are undefined under SCO ODT
9463 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9464 # on later versions), says Simon Leinen: it contains gethostby*
9465 # variants that don't use the name server (or something). -lsocket
9466 # must be given before -lnsl if both are needed. We assume that
9467 # if connect needs -lnsl, so does gethostbyname.
9468 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9469 $as_echo_n "checking for connect... " >&6; }
9470 if test "${ac_cv_func_connect+set}" = set; then
9471 $as_echo_n "(cached) " >&6
9472 else
9473 cat >conftest.$ac_ext <<_ACEOF
9474 /* confdefs.h. */
9475 _ACEOF
9476 cat confdefs.h >>conftest.$ac_ext
9477 cat >>conftest.$ac_ext <<_ACEOF
9478 /* end confdefs.h. */
9479 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9481 #define connect innocuous_connect
9483 /* System header to define __stub macros and hopefully few prototypes,
9484 which can conflict with char connect (); below.
9485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9486 <limits.h> exists even on freestanding compilers. */
9488 #ifdef __STDC__
9489 # include <limits.h>
9490 #else
9491 # include <assert.h>
9492 #endif
9494 #undef connect
9496 /* Override any GCC internal prototype to avoid an error.
9497 Use char because int might match the return type of a GCC
9498 builtin and then its argument prototype would still apply. */
9499 #ifdef __cplusplus
9500 extern "C"
9501 #endif
9502 char connect ();
9503 /* The GNU C library defines this for functions which it implements
9504 to always fail with ENOSYS. Some functions are actually named
9505 something starting with __ and the normal name is an alias. */
9506 #if defined __stub_connect || defined __stub___connect
9507 choke me
9508 #endif
9511 main ()
9513 return connect ();
9515 return 0;
9517 _ACEOF
9518 rm -f conftest.$ac_objext conftest$ac_exeext
9519 if { (ac_try="$ac_link"
9520 case "(($ac_try" in
9521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9522 *) ac_try_echo=$ac_try;;
9523 esac
9524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9525 $as_echo "$ac_try_echo") >&5
9526 (eval "$ac_link") 2>conftest.er1
9527 ac_status=$?
9528 grep -v '^ *+' conftest.er1 >conftest.err
9529 rm -f conftest.er1
9530 cat conftest.err >&5
9531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9532 (exit $ac_status); } && {
9533 test -z "$ac_c_werror_flag" ||
9534 test ! -s conftest.err
9535 } && test -s conftest$ac_exeext && {
9536 test "$cross_compiling" = yes ||
9537 $as_test_x conftest$ac_exeext
9538 }; then
9539 ac_cv_func_connect=yes
9540 else
9541 $as_echo "$as_me: failed program was:" >&5
9542 sed 's/^/| /' conftest.$ac_ext >&5
9544 ac_cv_func_connect=no
9547 rm -rf conftest.dSYM
9548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9549 conftest$ac_exeext conftest.$ac_ext
9551 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9552 $as_echo "$ac_cv_func_connect" >&6; }
9554 if test $ac_cv_func_connect = no; then
9555 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9556 $as_echo_n "checking for connect in -lsocket... " >&6; }
9557 if test "${ac_cv_lib_socket_connect+set}" = set; then
9558 $as_echo_n "(cached) " >&6
9559 else
9560 ac_check_lib_save_LIBS=$LIBS
9561 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9562 cat >conftest.$ac_ext <<_ACEOF
9563 /* confdefs.h. */
9564 _ACEOF
9565 cat confdefs.h >>conftest.$ac_ext
9566 cat >>conftest.$ac_ext <<_ACEOF
9567 /* end confdefs.h. */
9569 /* Override any GCC internal prototype to avoid an error.
9570 Use char because int might match the return type of a GCC
9571 builtin and then its argument prototype would still apply. */
9572 #ifdef __cplusplus
9573 extern "C"
9574 #endif
9575 char connect ();
9577 main ()
9579 return connect ();
9581 return 0;
9583 _ACEOF
9584 rm -f conftest.$ac_objext conftest$ac_exeext
9585 if { (ac_try="$ac_link"
9586 case "(($ac_try" in
9587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9588 *) ac_try_echo=$ac_try;;
9589 esac
9590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9591 $as_echo "$ac_try_echo") >&5
9592 (eval "$ac_link") 2>conftest.er1
9593 ac_status=$?
9594 grep -v '^ *+' conftest.er1 >conftest.err
9595 rm -f conftest.er1
9596 cat conftest.err >&5
9597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9598 (exit $ac_status); } && {
9599 test -z "$ac_c_werror_flag" ||
9600 test ! -s conftest.err
9601 } && test -s conftest$ac_exeext && {
9602 test "$cross_compiling" = yes ||
9603 $as_test_x conftest$ac_exeext
9604 }; then
9605 ac_cv_lib_socket_connect=yes
9606 else
9607 $as_echo "$as_me: failed program was:" >&5
9608 sed 's/^/| /' conftest.$ac_ext >&5
9610 ac_cv_lib_socket_connect=no
9613 rm -rf conftest.dSYM
9614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9615 conftest$ac_exeext conftest.$ac_ext
9616 LIBS=$ac_check_lib_save_LIBS
9618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9619 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9620 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9621 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9626 # Guillermo Gomez says -lposix is necessary on A/UX.
9627 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9628 $as_echo_n "checking for remove... " >&6; }
9629 if test "${ac_cv_func_remove+set}" = set; then
9630 $as_echo_n "(cached) " >&6
9631 else
9632 cat >conftest.$ac_ext <<_ACEOF
9633 /* confdefs.h. */
9634 _ACEOF
9635 cat confdefs.h >>conftest.$ac_ext
9636 cat >>conftest.$ac_ext <<_ACEOF
9637 /* end confdefs.h. */
9638 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9639 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9640 #define remove innocuous_remove
9642 /* System header to define __stub macros and hopefully few prototypes,
9643 which can conflict with char remove (); below.
9644 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9645 <limits.h> exists even on freestanding compilers. */
9647 #ifdef __STDC__
9648 # include <limits.h>
9649 #else
9650 # include <assert.h>
9651 #endif
9653 #undef remove
9655 /* Override any GCC internal prototype to avoid an error.
9656 Use char because int might match the return type of a GCC
9657 builtin and then its argument prototype would still apply. */
9658 #ifdef __cplusplus
9659 extern "C"
9660 #endif
9661 char remove ();
9662 /* The GNU C library defines this for functions which it implements
9663 to always fail with ENOSYS. Some functions are actually named
9664 something starting with __ and the normal name is an alias. */
9665 #if defined __stub_remove || defined __stub___remove
9666 choke me
9667 #endif
9670 main ()
9672 return remove ();
9674 return 0;
9676 _ACEOF
9677 rm -f conftest.$ac_objext conftest$ac_exeext
9678 if { (ac_try="$ac_link"
9679 case "(($ac_try" in
9680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9681 *) ac_try_echo=$ac_try;;
9682 esac
9683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9684 $as_echo "$ac_try_echo") >&5
9685 (eval "$ac_link") 2>conftest.er1
9686 ac_status=$?
9687 grep -v '^ *+' conftest.er1 >conftest.err
9688 rm -f conftest.er1
9689 cat conftest.err >&5
9690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9691 (exit $ac_status); } && {
9692 test -z "$ac_c_werror_flag" ||
9693 test ! -s conftest.err
9694 } && test -s conftest$ac_exeext && {
9695 test "$cross_compiling" = yes ||
9696 $as_test_x conftest$ac_exeext
9697 }; then
9698 ac_cv_func_remove=yes
9699 else
9700 $as_echo "$as_me: failed program was:" >&5
9701 sed 's/^/| /' conftest.$ac_ext >&5
9703 ac_cv_func_remove=no
9706 rm -rf conftest.dSYM
9707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9708 conftest$ac_exeext conftest.$ac_ext
9710 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9711 $as_echo "$ac_cv_func_remove" >&6; }
9713 if test $ac_cv_func_remove = no; then
9714 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9715 $as_echo_n "checking for remove in -lposix... " >&6; }
9716 if test "${ac_cv_lib_posix_remove+set}" = set; then
9717 $as_echo_n "(cached) " >&6
9718 else
9719 ac_check_lib_save_LIBS=$LIBS
9720 LIBS="-lposix $LIBS"
9721 cat >conftest.$ac_ext <<_ACEOF
9722 /* confdefs.h. */
9723 _ACEOF
9724 cat confdefs.h >>conftest.$ac_ext
9725 cat >>conftest.$ac_ext <<_ACEOF
9726 /* end confdefs.h. */
9728 /* Override any GCC internal prototype to avoid an error.
9729 Use char because int might match the return type of a GCC
9730 builtin and then its argument prototype would still apply. */
9731 #ifdef __cplusplus
9732 extern "C"
9733 #endif
9734 char remove ();
9736 main ()
9738 return remove ();
9740 return 0;
9742 _ACEOF
9743 rm -f conftest.$ac_objext conftest$ac_exeext
9744 if { (ac_try="$ac_link"
9745 case "(($ac_try" in
9746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9747 *) ac_try_echo=$ac_try;;
9748 esac
9749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9750 $as_echo "$ac_try_echo") >&5
9751 (eval "$ac_link") 2>conftest.er1
9752 ac_status=$?
9753 grep -v '^ *+' conftest.er1 >conftest.err
9754 rm -f conftest.er1
9755 cat conftest.err >&5
9756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9757 (exit $ac_status); } && {
9758 test -z "$ac_c_werror_flag" ||
9759 test ! -s conftest.err
9760 } && test -s conftest$ac_exeext && {
9761 test "$cross_compiling" = yes ||
9762 $as_test_x conftest$ac_exeext
9763 }; then
9764 ac_cv_lib_posix_remove=yes
9765 else
9766 $as_echo "$as_me: failed program was:" >&5
9767 sed 's/^/| /' conftest.$ac_ext >&5
9769 ac_cv_lib_posix_remove=no
9772 rm -rf conftest.dSYM
9773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9774 conftest$ac_exeext conftest.$ac_ext
9775 LIBS=$ac_check_lib_save_LIBS
9777 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9778 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9779 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9780 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9785 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9786 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9787 $as_echo_n "checking for shmat... " >&6; }
9788 if test "${ac_cv_func_shmat+set}" = set; then
9789 $as_echo_n "(cached) " >&6
9790 else
9791 cat >conftest.$ac_ext <<_ACEOF
9792 /* confdefs.h. */
9793 _ACEOF
9794 cat confdefs.h >>conftest.$ac_ext
9795 cat >>conftest.$ac_ext <<_ACEOF
9796 /* end confdefs.h. */
9797 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9798 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9799 #define shmat innocuous_shmat
9801 /* System header to define __stub macros and hopefully few prototypes,
9802 which can conflict with char shmat (); below.
9803 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9804 <limits.h> exists even on freestanding compilers. */
9806 #ifdef __STDC__
9807 # include <limits.h>
9808 #else
9809 # include <assert.h>
9810 #endif
9812 #undef shmat
9814 /* Override any GCC internal prototype to avoid an error.
9815 Use char because int might match the return type of a GCC
9816 builtin and then its argument prototype would still apply. */
9817 #ifdef __cplusplus
9818 extern "C"
9819 #endif
9820 char shmat ();
9821 /* The GNU C library defines this for functions which it implements
9822 to always fail with ENOSYS. Some functions are actually named
9823 something starting with __ and the normal name is an alias. */
9824 #if defined __stub_shmat || defined __stub___shmat
9825 choke me
9826 #endif
9829 main ()
9831 return shmat ();
9833 return 0;
9835 _ACEOF
9836 rm -f conftest.$ac_objext conftest$ac_exeext
9837 if { (ac_try="$ac_link"
9838 case "(($ac_try" in
9839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9840 *) ac_try_echo=$ac_try;;
9841 esac
9842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9843 $as_echo "$ac_try_echo") >&5
9844 (eval "$ac_link") 2>conftest.er1
9845 ac_status=$?
9846 grep -v '^ *+' conftest.er1 >conftest.err
9847 rm -f conftest.er1
9848 cat conftest.err >&5
9849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9850 (exit $ac_status); } && {
9851 test -z "$ac_c_werror_flag" ||
9852 test ! -s conftest.err
9853 } && test -s conftest$ac_exeext && {
9854 test "$cross_compiling" = yes ||
9855 $as_test_x conftest$ac_exeext
9856 }; then
9857 ac_cv_func_shmat=yes
9858 else
9859 $as_echo "$as_me: failed program was:" >&5
9860 sed 's/^/| /' conftest.$ac_ext >&5
9862 ac_cv_func_shmat=no
9865 rm -rf conftest.dSYM
9866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9867 conftest$ac_exeext conftest.$ac_ext
9869 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9870 $as_echo "$ac_cv_func_shmat" >&6; }
9872 if test $ac_cv_func_shmat = no; then
9873 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9874 $as_echo_n "checking for shmat in -lipc... " >&6; }
9875 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9876 $as_echo_n "(cached) " >&6
9877 else
9878 ac_check_lib_save_LIBS=$LIBS
9879 LIBS="-lipc $LIBS"
9880 cat >conftest.$ac_ext <<_ACEOF
9881 /* confdefs.h. */
9882 _ACEOF
9883 cat confdefs.h >>conftest.$ac_ext
9884 cat >>conftest.$ac_ext <<_ACEOF
9885 /* end confdefs.h. */
9887 /* Override any GCC internal prototype to avoid an error.
9888 Use char because int might match the return type of a GCC
9889 builtin and then its argument prototype would still apply. */
9890 #ifdef __cplusplus
9891 extern "C"
9892 #endif
9893 char shmat ();
9895 main ()
9897 return shmat ();
9899 return 0;
9901 _ACEOF
9902 rm -f conftest.$ac_objext conftest$ac_exeext
9903 if { (ac_try="$ac_link"
9904 case "(($ac_try" in
9905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9906 *) ac_try_echo=$ac_try;;
9907 esac
9908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9909 $as_echo "$ac_try_echo") >&5
9910 (eval "$ac_link") 2>conftest.er1
9911 ac_status=$?
9912 grep -v '^ *+' conftest.er1 >conftest.err
9913 rm -f conftest.er1
9914 cat conftest.err >&5
9915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9916 (exit $ac_status); } && {
9917 test -z "$ac_c_werror_flag" ||
9918 test ! -s conftest.err
9919 } && test -s conftest$ac_exeext && {
9920 test "$cross_compiling" = yes ||
9921 $as_test_x conftest$ac_exeext
9922 }; then
9923 ac_cv_lib_ipc_shmat=yes
9924 else
9925 $as_echo "$as_me: failed program was:" >&5
9926 sed 's/^/| /' conftest.$ac_ext >&5
9928 ac_cv_lib_ipc_shmat=no
9931 rm -rf conftest.dSYM
9932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9933 conftest$ac_exeext conftest.$ac_ext
9934 LIBS=$ac_check_lib_save_LIBS
9936 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9937 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9938 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9939 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9945 # Check for libraries that X11R6 Xt/Xaw programs need.
9946 ac_save_LDFLAGS=$LDFLAGS
9947 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9948 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9949 # check for ICE first), but we must link in the order -lSM -lICE or
9950 # we get undefined symbols. So assume we have SM if we have ICE.
9951 # These have to be linked with before -lX11, unlike the other
9952 # libraries we check for below, so use a different variable.
9953 # John Interrante, Karl Berry
9954 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9955 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9956 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9957 $as_echo_n "(cached) " >&6
9958 else
9959 ac_check_lib_save_LIBS=$LIBS
9960 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9961 cat >conftest.$ac_ext <<_ACEOF
9962 /* confdefs.h. */
9963 _ACEOF
9964 cat confdefs.h >>conftest.$ac_ext
9965 cat >>conftest.$ac_ext <<_ACEOF
9966 /* end confdefs.h. */
9968 /* Override any GCC internal prototype to avoid an error.
9969 Use char because int might match the return type of a GCC
9970 builtin and then its argument prototype would still apply. */
9971 #ifdef __cplusplus
9972 extern "C"
9973 #endif
9974 char IceConnectionNumber ();
9976 main ()
9978 return IceConnectionNumber ();
9980 return 0;
9982 _ACEOF
9983 rm -f conftest.$ac_objext conftest$ac_exeext
9984 if { (ac_try="$ac_link"
9985 case "(($ac_try" in
9986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9987 *) ac_try_echo=$ac_try;;
9988 esac
9989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9990 $as_echo "$ac_try_echo") >&5
9991 (eval "$ac_link") 2>conftest.er1
9992 ac_status=$?
9993 grep -v '^ *+' conftest.er1 >conftest.err
9994 rm -f conftest.er1
9995 cat conftest.err >&5
9996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9997 (exit $ac_status); } && {
9998 test -z "$ac_c_werror_flag" ||
9999 test ! -s conftest.err
10000 } && test -s conftest$ac_exeext && {
10001 test "$cross_compiling" = yes ||
10002 $as_test_x conftest$ac_exeext
10003 }; then
10004 ac_cv_lib_ICE_IceConnectionNumber=yes
10005 else
10006 $as_echo "$as_me: failed program was:" >&5
10007 sed 's/^/| /' conftest.$ac_ext >&5
10009 ac_cv_lib_ICE_IceConnectionNumber=no
10012 rm -rf conftest.dSYM
10013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10014 conftest$ac_exeext conftest.$ac_ext
10015 LIBS=$ac_check_lib_save_LIBS
10017 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10018 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10019 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10020 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10023 LDFLAGS=$ac_save_LDFLAGS
10028 if test "$have_x" = "yes"
10029 then
10030 XLIB="-lXext -lX11"
10031 ac_save_CPPFLAGS="$CPPFLAGS"
10032 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10034 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10035 $as_echo_n "checking for -lX11... " >&6; }
10036 if test "${ac_cv_lib_soname_X11+set}" = set; then
10037 $as_echo_n "(cached) " >&6
10038 else
10039 ac_check_soname_save_LIBS=$LIBS
10040 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10041 cat >conftest.$ac_ext <<_ACEOF
10042 /* confdefs.h. */
10043 _ACEOF
10044 cat confdefs.h >>conftest.$ac_ext
10045 cat >>conftest.$ac_ext <<_ACEOF
10046 /* end confdefs.h. */
10048 /* Override any GCC internal prototype to avoid an error.
10049 Use char because int might match the return type of a GCC
10050 builtin and then its argument prototype would still apply. */
10051 #ifdef __cplusplus
10052 extern "C"
10053 #endif
10054 char XCreateWindow ();
10056 main ()
10058 return XCreateWindow ();
10060 return 0;
10062 _ACEOF
10063 rm -f conftest.$ac_objext conftest$ac_exeext
10064 if { (ac_try="$ac_link"
10065 case "(($ac_try" in
10066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10067 *) ac_try_echo=$ac_try;;
10068 esac
10069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10070 $as_echo "$ac_try_echo") >&5
10071 (eval "$ac_link") 2>conftest.er1
10072 ac_status=$?
10073 grep -v '^ *+' conftest.er1 >conftest.err
10074 rm -f conftest.er1
10075 cat conftest.err >&5
10076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10077 (exit $ac_status); } && {
10078 test -z "$ac_c_werror_flag" ||
10079 test ! -s conftest.err
10080 } && test -s conftest$ac_exeext && {
10081 test "$cross_compiling" = yes ||
10082 $as_test_x conftest$ac_exeext
10083 }; then
10084 case "$LIBEXT" in
10085 dll) ;;
10086 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'` ;;
10087 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10088 esac
10089 else
10090 $as_echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.$ac_ext >&5
10096 rm -rf conftest.dSYM
10097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10098 conftest$ac_exeext conftest.$ac_ext
10099 LIBS=$ac_check_soname_save_LIBS
10101 if test "x$ac_cv_lib_soname_X11" = "x"; then
10102 { $as_echo "$as_me:$LINENO: result: not found" >&5
10103 $as_echo "not found" >&6; }
10105 else
10106 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10107 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10109 cat >>confdefs.h <<_ACEOF
10110 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10111 _ACEOF
10116 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10117 $as_echo_n "checking for -lXext... " >&6; }
10118 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10119 $as_echo_n "(cached) " >&6
10120 else
10121 ac_check_soname_save_LIBS=$LIBS
10122 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10123 cat >conftest.$ac_ext <<_ACEOF
10124 /* confdefs.h. */
10125 _ACEOF
10126 cat confdefs.h >>conftest.$ac_ext
10127 cat >>conftest.$ac_ext <<_ACEOF
10128 /* end confdefs.h. */
10130 /* Override any GCC internal prototype to avoid an error.
10131 Use char because int might match the return type of a GCC
10132 builtin and then its argument prototype would still apply. */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char XextCreateExtension ();
10138 main ()
10140 return XextCreateExtension ();
10142 return 0;
10144 _ACEOF
10145 rm -f conftest.$ac_objext conftest$ac_exeext
10146 if { (ac_try="$ac_link"
10147 case "(($ac_try" in
10148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10149 *) ac_try_echo=$ac_try;;
10150 esac
10151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10152 $as_echo "$ac_try_echo") >&5
10153 (eval "$ac_link") 2>conftest.er1
10154 ac_status=$?
10155 grep -v '^ *+' conftest.er1 >conftest.err
10156 rm -f conftest.er1
10157 cat conftest.err >&5
10158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159 (exit $ac_status); } && {
10160 test -z "$ac_c_werror_flag" ||
10161 test ! -s conftest.err
10162 } && test -s conftest$ac_exeext && {
10163 test "$cross_compiling" = yes ||
10164 $as_test_x conftest$ac_exeext
10165 }; then
10166 case "$LIBEXT" in
10167 dll) ;;
10168 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'` ;;
10169 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10170 esac
10171 else
10172 $as_echo "$as_me: failed program was:" >&5
10173 sed 's/^/| /' conftest.$ac_ext >&5
10178 rm -rf conftest.dSYM
10179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10180 conftest$ac_exeext conftest.$ac_ext
10181 LIBS=$ac_check_soname_save_LIBS
10183 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10184 { $as_echo "$as_me:$LINENO: result: not found" >&5
10185 $as_echo "not found" >&6; }
10187 else
10188 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10189 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10191 cat >>confdefs.h <<_ACEOF
10192 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10193 _ACEOF
10211 for ac_header in X11/Xlib.h \
10212 X11/XKBlib.h \
10213 X11/Xutil.h \
10214 X11/Xcursor/Xcursor.h \
10215 X11/extensions/shape.h \
10216 X11/extensions/XInput.h \
10217 X11/extensions/XShm.h \
10218 X11/extensions/Xcomposite.h \
10219 X11/extensions/Xinerama.h \
10220 X11/extensions/Xrandr.h \
10221 X11/extensions/Xrender.h \
10222 X11/extensions/xf86vmode.h
10224 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10225 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10226 $as_echo_n "checking for $ac_header... " >&6; }
10227 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10228 $as_echo_n "(cached) " >&6
10229 else
10230 cat >conftest.$ac_ext <<_ACEOF
10231 /* confdefs.h. */
10232 _ACEOF
10233 cat confdefs.h >>conftest.$ac_ext
10234 cat >>conftest.$ac_ext <<_ACEOF
10235 /* end confdefs.h. */
10236 #ifdef HAVE_X11_XLIB_H
10237 # include <X11/Xlib.h>
10238 #endif
10239 #ifdef HAVE_X11_XUTIL_H
10240 # include <X11/Xutil.h>
10241 #endif
10243 #include <$ac_header>
10244 _ACEOF
10245 rm -f conftest.$ac_objext
10246 if { (ac_try="$ac_compile"
10247 case "(($ac_try" in
10248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10249 *) ac_try_echo=$ac_try;;
10250 esac
10251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10252 $as_echo "$ac_try_echo") >&5
10253 (eval "$ac_compile") 2>conftest.er1
10254 ac_status=$?
10255 grep -v '^ *+' conftest.er1 >conftest.err
10256 rm -f conftest.er1
10257 cat conftest.err >&5
10258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10259 (exit $ac_status); } && {
10260 test -z "$ac_c_werror_flag" ||
10261 test ! -s conftest.err
10262 } && test -s conftest.$ac_objext; then
10263 eval "$as_ac_Header=yes"
10264 else
10265 $as_echo "$as_me: failed program was:" >&5
10266 sed 's/^/| /' conftest.$ac_ext >&5
10268 eval "$as_ac_Header=no"
10271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10273 ac_res=`eval 'as_val=${'$as_ac_Header'}
10274 $as_echo "$as_val"'`
10275 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10276 $as_echo "$ac_res" >&6; }
10277 as_val=`eval 'as_val=${'$as_ac_Header'}
10278 $as_echo "$as_val"'`
10279 if test "x$as_val" = x""yes; then
10280 cat >>confdefs.h <<_ACEOF
10281 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10282 _ACEOF
10286 done
10289 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10290 then
10291 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10292 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10293 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10294 $as_echo_n "(cached) " >&6
10295 else
10296 ac_check_lib_save_LIBS=$LIBS
10297 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10298 cat >conftest.$ac_ext <<_ACEOF
10299 /* confdefs.h. */
10300 _ACEOF
10301 cat confdefs.h >>conftest.$ac_ext
10302 cat >>conftest.$ac_ext <<_ACEOF
10303 /* end confdefs.h. */
10305 /* Override any GCC internal prototype to avoid an error.
10306 Use char because int might match the return type of a GCC
10307 builtin and then its argument prototype would still apply. */
10308 #ifdef __cplusplus
10309 extern "C"
10310 #endif
10311 char XkbQueryExtension ();
10313 main ()
10315 return XkbQueryExtension ();
10317 return 0;
10319 _ACEOF
10320 rm -f conftest.$ac_objext conftest$ac_exeext
10321 if { (ac_try="$ac_link"
10322 case "(($ac_try" in
10323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10324 *) ac_try_echo=$ac_try;;
10325 esac
10326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10327 $as_echo "$ac_try_echo") >&5
10328 (eval "$ac_link") 2>conftest.er1
10329 ac_status=$?
10330 grep -v '^ *+' conftest.er1 >conftest.err
10331 rm -f conftest.er1
10332 cat conftest.err >&5
10333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); } && {
10335 test -z "$ac_c_werror_flag" ||
10336 test ! -s conftest.err
10337 } && test -s conftest$ac_exeext && {
10338 test "$cross_compiling" = yes ||
10339 $as_test_x conftest$ac_exeext
10340 }; then
10341 ac_cv_lib_X11_XkbQueryExtension=yes
10342 else
10343 $as_echo "$as_me: failed program was:" >&5
10344 sed 's/^/| /' conftest.$ac_ext >&5
10346 ac_cv_lib_X11_XkbQueryExtension=no
10349 rm -rf conftest.dSYM
10350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10351 conftest$ac_exeext conftest.$ac_ext
10352 LIBS=$ac_check_lib_save_LIBS
10354 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10355 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10356 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10358 cat >>confdefs.h <<\_ACEOF
10359 #define HAVE_XKB 1
10360 _ACEOF
10366 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10367 then
10368 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10369 $as_echo_n "checking for -lXcursor... " >&6; }
10370 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10371 $as_echo_n "(cached) " >&6
10372 else
10373 ac_check_soname_save_LIBS=$LIBS
10374 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10375 cat >conftest.$ac_ext <<_ACEOF
10376 /* confdefs.h. */
10377 _ACEOF
10378 cat confdefs.h >>conftest.$ac_ext
10379 cat >>conftest.$ac_ext <<_ACEOF
10380 /* end confdefs.h. */
10382 /* Override any GCC internal prototype to avoid an error.
10383 Use char because int might match the return type of a GCC
10384 builtin and then its argument prototype would still apply. */
10385 #ifdef __cplusplus
10386 extern "C"
10387 #endif
10388 char XcursorImageLoadCursor ();
10390 main ()
10392 return XcursorImageLoadCursor ();
10394 return 0;
10396 _ACEOF
10397 rm -f conftest.$ac_objext conftest$ac_exeext
10398 if { (ac_try="$ac_link"
10399 case "(($ac_try" in
10400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10401 *) ac_try_echo=$ac_try;;
10402 esac
10403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10404 $as_echo "$ac_try_echo") >&5
10405 (eval "$ac_link") 2>conftest.er1
10406 ac_status=$?
10407 grep -v '^ *+' conftest.er1 >conftest.err
10408 rm -f conftest.er1
10409 cat conftest.err >&5
10410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); } && {
10412 test -z "$ac_c_werror_flag" ||
10413 test ! -s conftest.err
10414 } && test -s conftest$ac_exeext && {
10415 test "$cross_compiling" = yes ||
10416 $as_test_x conftest$ac_exeext
10417 }; then
10418 case "$LIBEXT" in
10419 dll) ;;
10420 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'` ;;
10421 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10422 esac
10423 else
10424 $as_echo "$as_me: failed program was:" >&5
10425 sed 's/^/| /' conftest.$ac_ext >&5
10430 rm -rf conftest.dSYM
10431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10432 conftest$ac_exeext conftest.$ac_ext
10433 LIBS=$ac_check_soname_save_LIBS
10435 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10436 { $as_echo "$as_me:$LINENO: result: not found" >&5
10437 $as_echo "not found" >&6; }
10439 else
10440 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10441 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10443 cat >>confdefs.h <<_ACEOF
10444 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10445 _ACEOF
10451 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10452 case "x$with_xcursor" in
10453 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10454 xno) ;;
10455 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10456 This is an error since --with-xcursor was requested." >&5
10457 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10458 This is an error since --with-xcursor was requested." >&2;}
10459 { (exit 1); exit 1; }; } ;;
10460 esac
10464 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10465 then
10466 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10467 $as_echo_n "checking for -lXi... " >&6; }
10468 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10469 $as_echo_n "(cached) " >&6
10470 else
10471 ac_check_soname_save_LIBS=$LIBS
10472 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10473 cat >conftest.$ac_ext <<_ACEOF
10474 /* confdefs.h. */
10475 _ACEOF
10476 cat confdefs.h >>conftest.$ac_ext
10477 cat >>conftest.$ac_ext <<_ACEOF
10478 /* end confdefs.h. */
10480 /* Override any GCC internal prototype to avoid an error.
10481 Use char because int might match the return type of a GCC
10482 builtin and then its argument prototype would still apply. */
10483 #ifdef __cplusplus
10484 extern "C"
10485 #endif
10486 char XOpenDevice ();
10488 main ()
10490 return XOpenDevice ();
10492 return 0;
10494 _ACEOF
10495 rm -f conftest.$ac_objext conftest$ac_exeext
10496 if { (ac_try="$ac_link"
10497 case "(($ac_try" in
10498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10499 *) ac_try_echo=$ac_try;;
10500 esac
10501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10502 $as_echo "$ac_try_echo") >&5
10503 (eval "$ac_link") 2>conftest.er1
10504 ac_status=$?
10505 grep -v '^ *+' conftest.er1 >conftest.err
10506 rm -f conftest.er1
10507 cat conftest.err >&5
10508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10509 (exit $ac_status); } && {
10510 test -z "$ac_c_werror_flag" ||
10511 test ! -s conftest.err
10512 } && test -s conftest$ac_exeext && {
10513 test "$cross_compiling" = yes ||
10514 $as_test_x conftest$ac_exeext
10515 }; then
10516 case "$LIBEXT" in
10517 dll) ;;
10518 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'` ;;
10519 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10520 esac
10521 else
10522 $as_echo "$as_me: failed program was:" >&5
10523 sed 's/^/| /' conftest.$ac_ext >&5
10528 rm -rf conftest.dSYM
10529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10530 conftest$ac_exeext conftest.$ac_ext
10531 LIBS=$ac_check_soname_save_LIBS
10533 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10534 { $as_echo "$as_me:$LINENO: result: not found" >&5
10535 $as_echo "not found" >&6; }
10537 else
10538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10539 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10541 cat >>confdefs.h <<_ACEOF
10542 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10543 _ACEOF
10549 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10550 case "x$with_xinput" in
10551 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10552 xno) ;;
10553 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10554 This is an error since --with-xinput was requested." >&5
10555 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10556 This is an error since --with-xinput was requested." >&2;}
10557 { (exit 1); exit 1; }; } ;;
10558 esac
10562 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10563 then
10564 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10565 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10566 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10567 $as_echo_n "(cached) " >&6
10568 else
10569 ac_check_lib_save_LIBS=$LIBS
10570 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10571 cat >conftest.$ac_ext <<_ACEOF
10572 /* confdefs.h. */
10573 _ACEOF
10574 cat confdefs.h >>conftest.$ac_ext
10575 cat >>conftest.$ac_ext <<_ACEOF
10576 /* end confdefs.h. */
10578 /* Override any GCC internal prototype to avoid an error.
10579 Use char because int might match the return type of a GCC
10580 builtin and then its argument prototype would still apply. */
10581 #ifdef __cplusplus
10582 extern "C"
10583 #endif
10584 char XShmQueryExtension ();
10586 main ()
10588 return XShmQueryExtension ();
10590 return 0;
10592 _ACEOF
10593 rm -f conftest.$ac_objext conftest$ac_exeext
10594 if { (ac_try="$ac_link"
10595 case "(($ac_try" in
10596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10597 *) ac_try_echo=$ac_try;;
10598 esac
10599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10600 $as_echo "$ac_try_echo") >&5
10601 (eval "$ac_link") 2>conftest.er1
10602 ac_status=$?
10603 grep -v '^ *+' conftest.er1 >conftest.err
10604 rm -f conftest.er1
10605 cat conftest.err >&5
10606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607 (exit $ac_status); } && {
10608 test -z "$ac_c_werror_flag" ||
10609 test ! -s conftest.err
10610 } && test -s conftest$ac_exeext && {
10611 test "$cross_compiling" = yes ||
10612 $as_test_x conftest$ac_exeext
10613 }; then
10614 ac_cv_lib_Xext_XShmQueryExtension=yes
10615 else
10616 $as_echo "$as_me: failed program was:" >&5
10617 sed 's/^/| /' conftest.$ac_ext >&5
10619 ac_cv_lib_Xext_XShmQueryExtension=no
10622 rm -rf conftest.dSYM
10623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10624 conftest$ac_exeext conftest.$ac_ext
10625 LIBS=$ac_check_lib_save_LIBS
10627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10628 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10629 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10631 cat >>confdefs.h <<\_ACEOF
10632 #define HAVE_LIBXXSHM 1
10633 _ACEOF
10638 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10639 case "x$with_xshm" in
10640 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10641 xno) ;;
10642 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10643 This is an error since --with-xshm was requested." >&5
10644 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10645 This is an error since --with-xshm was requested." >&2;}
10646 { (exit 1); exit 1; }; } ;;
10647 esac
10651 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10652 then
10653 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10654 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10655 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10656 $as_echo_n "(cached) " >&6
10657 else
10658 ac_check_lib_save_LIBS=$LIBS
10659 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10660 cat >conftest.$ac_ext <<_ACEOF
10661 /* confdefs.h. */
10662 _ACEOF
10663 cat confdefs.h >>conftest.$ac_ext
10664 cat >>conftest.$ac_ext <<_ACEOF
10665 /* end confdefs.h. */
10667 /* Override any GCC internal prototype to avoid an error.
10668 Use char because int might match the return type of a GCC
10669 builtin and then its argument prototype would still apply. */
10670 #ifdef __cplusplus
10671 extern "C"
10672 #endif
10673 char XShapeQueryExtension ();
10675 main ()
10677 return XShapeQueryExtension ();
10679 return 0;
10681 _ACEOF
10682 rm -f conftest.$ac_objext conftest$ac_exeext
10683 if { (ac_try="$ac_link"
10684 case "(($ac_try" in
10685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10686 *) ac_try_echo=$ac_try;;
10687 esac
10688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10689 $as_echo "$ac_try_echo") >&5
10690 (eval "$ac_link") 2>conftest.er1
10691 ac_status=$?
10692 grep -v '^ *+' conftest.er1 >conftest.err
10693 rm -f conftest.er1
10694 cat conftest.err >&5
10695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10696 (exit $ac_status); } && {
10697 test -z "$ac_c_werror_flag" ||
10698 test ! -s conftest.err
10699 } && test -s conftest$ac_exeext && {
10700 test "$cross_compiling" = yes ||
10701 $as_test_x conftest$ac_exeext
10702 }; then
10703 ac_cv_lib_Xext_XShapeQueryExtension=yes
10704 else
10705 $as_echo "$as_me: failed program was:" >&5
10706 sed 's/^/| /' conftest.$ac_ext >&5
10708 ac_cv_lib_Xext_XShapeQueryExtension=no
10711 rm -rf conftest.dSYM
10712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10713 conftest$ac_exeext conftest.$ac_ext
10714 LIBS=$ac_check_lib_save_LIBS
10716 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10717 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10718 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10720 cat >>confdefs.h <<\_ACEOF
10721 #define HAVE_LIBXSHAPE 1
10722 _ACEOF
10727 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10728 case "x$with_xshape" in
10729 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10730 xno) ;;
10731 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10732 This is an error since --with-xshape was requested." >&5
10733 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10734 This is an error since --with-xshape was requested." >&2;}
10735 { (exit 1); exit 1; }; } ;;
10736 esac
10740 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10741 then
10742 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10743 $as_echo_n "checking for -lXxf86vm... " >&6; }
10744 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10745 $as_echo_n "(cached) " >&6
10746 else
10747 ac_check_soname_save_LIBS=$LIBS
10748 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10749 cat >conftest.$ac_ext <<_ACEOF
10750 /* confdefs.h. */
10751 _ACEOF
10752 cat confdefs.h >>conftest.$ac_ext
10753 cat >>conftest.$ac_ext <<_ACEOF
10754 /* end confdefs.h. */
10756 /* Override any GCC internal prototype to avoid an error.
10757 Use char because int might match the return type of a GCC
10758 builtin and then its argument prototype would still apply. */
10759 #ifdef __cplusplus
10760 extern "C"
10761 #endif
10762 char XF86VidModeQueryExtension ();
10764 main ()
10766 return XF86VidModeQueryExtension ();
10768 return 0;
10770 _ACEOF
10771 rm -f conftest.$ac_objext conftest$ac_exeext
10772 if { (ac_try="$ac_link"
10773 case "(($ac_try" in
10774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10775 *) ac_try_echo=$ac_try;;
10776 esac
10777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10778 $as_echo "$ac_try_echo") >&5
10779 (eval "$ac_link") 2>conftest.er1
10780 ac_status=$?
10781 grep -v '^ *+' conftest.er1 >conftest.err
10782 rm -f conftest.er1
10783 cat conftest.err >&5
10784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10785 (exit $ac_status); } && {
10786 test -z "$ac_c_werror_flag" ||
10787 test ! -s conftest.err
10788 } && test -s conftest$ac_exeext && {
10789 test "$cross_compiling" = yes ||
10790 $as_test_x conftest$ac_exeext
10791 }; then
10792 case "$LIBEXT" in
10793 dll) ;;
10794 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'` ;;
10795 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10796 esac
10797 else
10798 $as_echo "$as_me: failed program was:" >&5
10799 sed 's/^/| /' conftest.$ac_ext >&5
10804 rm -rf conftest.dSYM
10805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10806 conftest$ac_exeext conftest.$ac_ext
10807 LIBS=$ac_check_soname_save_LIBS
10809 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10810 { $as_echo "$as_me:$LINENO: result: not found" >&5
10811 $as_echo "not found" >&6; }
10813 else
10814 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10815 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10819 _ACEOF
10825 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10826 case "x$with_xxf86vm" in
10827 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10828 xno) ;;
10829 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10830 This is an error since --with-xxf86vm was requested." >&5
10831 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10832 This is an error since --with-xxf86vm was requested." >&2;}
10833 { (exit 1); exit 1; }; } ;;
10834 esac
10838 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"
10839 then
10840 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10841 $as_echo_n "checking for -lXrender... " >&6; }
10842 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10843 $as_echo_n "(cached) " >&6
10844 else
10845 ac_check_soname_save_LIBS=$LIBS
10846 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10847 cat >conftest.$ac_ext <<_ACEOF
10848 /* confdefs.h. */
10849 _ACEOF
10850 cat confdefs.h >>conftest.$ac_ext
10851 cat >>conftest.$ac_ext <<_ACEOF
10852 /* end confdefs.h. */
10854 /* Override any GCC internal prototype to avoid an error.
10855 Use char because int might match the return type of a GCC
10856 builtin and then its argument prototype would still apply. */
10857 #ifdef __cplusplus
10858 extern "C"
10859 #endif
10860 char XRenderQueryExtension ();
10862 main ()
10864 return XRenderQueryExtension ();
10866 return 0;
10868 _ACEOF
10869 rm -f conftest.$ac_objext conftest$ac_exeext
10870 if { (ac_try="$ac_link"
10871 case "(($ac_try" in
10872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10873 *) ac_try_echo=$ac_try;;
10874 esac
10875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10876 $as_echo "$ac_try_echo") >&5
10877 (eval "$ac_link") 2>conftest.er1
10878 ac_status=$?
10879 grep -v '^ *+' conftest.er1 >conftest.err
10880 rm -f conftest.er1
10881 cat conftest.err >&5
10882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10883 (exit $ac_status); } && {
10884 test -z "$ac_c_werror_flag" ||
10885 test ! -s conftest.err
10886 } && test -s conftest$ac_exeext && {
10887 test "$cross_compiling" = yes ||
10888 $as_test_x conftest$ac_exeext
10889 }; then
10890 case "$LIBEXT" in
10891 dll) ;;
10892 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'` ;;
10893 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10894 esac
10895 else
10896 $as_echo "$as_me: failed program was:" >&5
10897 sed 's/^/| /' conftest.$ac_ext >&5
10902 rm -rf conftest.dSYM
10903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10904 conftest$ac_exeext conftest.$ac_ext
10905 LIBS=$ac_check_soname_save_LIBS
10907 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10908 { $as_echo "$as_me:$LINENO: result: not found" >&5
10909 $as_echo "not found" >&6; }
10911 else
10912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10913 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10915 cat >>confdefs.h <<_ACEOF
10916 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10917 _ACEOF
10919 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10920 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10921 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10922 $as_echo_n "(cached) " >&6
10923 else
10924 ac_check_lib_save_LIBS=$LIBS
10925 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10926 cat >conftest.$ac_ext <<_ACEOF
10927 /* confdefs.h. */
10928 _ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char XRenderSetPictureTransform ();
10941 main ()
10943 return XRenderSetPictureTransform ();
10945 return 0;
10947 _ACEOF
10948 rm -f conftest.$ac_objext conftest$ac_exeext
10949 if { (ac_try="$ac_link"
10950 case "(($ac_try" in
10951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952 *) ac_try_echo=$ac_try;;
10953 esac
10954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10955 $as_echo "$ac_try_echo") >&5
10956 (eval "$ac_link") 2>conftest.er1
10957 ac_status=$?
10958 grep -v '^ *+' conftest.er1 >conftest.err
10959 rm -f conftest.er1
10960 cat conftest.err >&5
10961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest$ac_exeext && {
10966 test "$cross_compiling" = yes ||
10967 $as_test_x conftest$ac_exeext
10968 }; then
10969 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10970 else
10971 $as_echo "$as_me: failed program was:" >&5
10972 sed 's/^/| /' conftest.$ac_ext >&5
10974 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10977 rm -rf conftest.dSYM
10978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10979 conftest$ac_exeext conftest.$ac_ext
10980 LIBS=$ac_check_lib_save_LIBS
10982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10983 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10984 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10986 cat >>confdefs.h <<\_ACEOF
10987 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10988 _ACEOF
10996 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10997 case "x$with_xrender" in
10998 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10999 xno) ;;
11000 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11001 This is an error since --with-xrender was requested." >&5
11002 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11003 This is an error since --with-xrender was requested." >&2;}
11004 { (exit 1); exit 1; }; } ;;
11005 esac
11009 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11010 then
11011 cat >conftest.$ac_ext <<_ACEOF
11012 /* confdefs.h. */
11013 _ACEOF
11014 cat confdefs.h >>conftest.$ac_ext
11015 cat >>conftest.$ac_ext <<_ACEOF
11016 /* end confdefs.h. */
11017 #include <X11/Xlib.h>
11018 #include <X11/extensions/Xrandr.h>
11020 main ()
11022 static typeof(XRRSetScreenConfigAndRate) * func;
11024 return 0;
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031 *) ac_try_echo=$ac_try;;
11032 esac
11033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11034 $as_echo "$ac_try_echo") >&5
11035 (eval "$ac_compile") 2>conftest.er1
11036 ac_status=$?
11037 grep -v '^ *+' conftest.er1 >conftest.err
11038 rm -f conftest.er1
11039 cat conftest.err >&5
11040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041 (exit $ac_status); } && {
11042 test -z "$ac_c_werror_flag" ||
11043 test ! -s conftest.err
11044 } && test -s conftest.$ac_objext; then
11045 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11046 $as_echo_n "checking for -lXrandr... " >&6; }
11047 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11048 $as_echo_n "(cached) " >&6
11049 else
11050 ac_check_soname_save_LIBS=$LIBS
11051 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11052 cat >conftest.$ac_ext <<_ACEOF
11053 /* confdefs.h. */
11054 _ACEOF
11055 cat confdefs.h >>conftest.$ac_ext
11056 cat >>conftest.$ac_ext <<_ACEOF
11057 /* end confdefs.h. */
11059 /* Override any GCC internal prototype to avoid an error.
11060 Use char because int might match the return type of a GCC
11061 builtin and then its argument prototype would still apply. */
11062 #ifdef __cplusplus
11063 extern "C"
11064 #endif
11065 char XRRQueryExtension ();
11067 main ()
11069 return XRRQueryExtension ();
11071 return 0;
11073 _ACEOF
11074 rm -f conftest.$ac_objext conftest$ac_exeext
11075 if { (ac_try="$ac_link"
11076 case "(($ac_try" in
11077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11078 *) ac_try_echo=$ac_try;;
11079 esac
11080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11081 $as_echo "$ac_try_echo") >&5
11082 (eval "$ac_link") 2>conftest.er1
11083 ac_status=$?
11084 grep -v '^ *+' conftest.er1 >conftest.err
11085 rm -f conftest.er1
11086 cat conftest.err >&5
11087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088 (exit $ac_status); } && {
11089 test -z "$ac_c_werror_flag" ||
11090 test ! -s conftest.err
11091 } && test -s conftest$ac_exeext && {
11092 test "$cross_compiling" = yes ||
11093 $as_test_x conftest$ac_exeext
11094 }; then
11095 case "$LIBEXT" in
11096 dll) ;;
11097 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'` ;;
11098 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11099 esac
11100 else
11101 $as_echo "$as_me: failed program was:" >&5
11102 sed 's/^/| /' conftest.$ac_ext >&5
11107 rm -rf conftest.dSYM
11108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11109 conftest$ac_exeext conftest.$ac_ext
11110 LIBS=$ac_check_soname_save_LIBS
11112 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11113 { $as_echo "$as_me:$LINENO: result: not found" >&5
11114 $as_echo "not found" >&6; }
11116 else
11117 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11118 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11120 cat >>confdefs.h <<_ACEOF
11121 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11122 _ACEOF
11127 else
11128 $as_echo "$as_me: failed program was:" >&5
11129 sed 's/^/| /' conftest.$ac_ext >&5
11134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11136 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11137 case "x$with_xrandr" in
11138 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11139 xno) ;;
11140 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11141 This is an error since --with-xrandr was requested." >&5
11142 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11143 This is an error since --with-xrandr was requested." >&2;}
11144 { (exit 1); exit 1; }; } ;;
11145 esac
11149 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11150 then
11151 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h. */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11157 #include <X11/Xlib.h>
11158 #include <X11/extensions/Xinerama.h>
11160 main ()
11162 static typeof(XineramaQueryScreens) * func;
11164 return 0;
11166 _ACEOF
11167 rm -f conftest.$ac_objext
11168 if { (ac_try="$ac_compile"
11169 case "(($ac_try" in
11170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11171 *) ac_try_echo=$ac_try;;
11172 esac
11173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11174 $as_echo "$ac_try_echo") >&5
11175 (eval "$ac_compile") 2>conftest.er1
11176 ac_status=$?
11177 grep -v '^ *+' conftest.er1 >conftest.err
11178 rm -f conftest.er1
11179 cat conftest.err >&5
11180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11181 (exit $ac_status); } && {
11182 test -z "$ac_c_werror_flag" ||
11183 test ! -s conftest.err
11184 } && test -s conftest.$ac_objext; then
11185 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11186 $as_echo_n "checking for -lXinerama... " >&6; }
11187 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11188 $as_echo_n "(cached) " >&6
11189 else
11190 ac_check_soname_save_LIBS=$LIBS
11191 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11192 cat >conftest.$ac_ext <<_ACEOF
11193 /* confdefs.h. */
11194 _ACEOF
11195 cat confdefs.h >>conftest.$ac_ext
11196 cat >>conftest.$ac_ext <<_ACEOF
11197 /* end confdefs.h. */
11199 /* Override any GCC internal prototype to avoid an error.
11200 Use char because int might match the return type of a GCC
11201 builtin and then its argument prototype would still apply. */
11202 #ifdef __cplusplus
11203 extern "C"
11204 #endif
11205 char XineramaQueryScreens ();
11207 main ()
11209 return XineramaQueryScreens ();
11211 return 0;
11213 _ACEOF
11214 rm -f conftest.$ac_objext conftest$ac_exeext
11215 if { (ac_try="$ac_link"
11216 case "(($ac_try" in
11217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11218 *) ac_try_echo=$ac_try;;
11219 esac
11220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11221 $as_echo "$ac_try_echo") >&5
11222 (eval "$ac_link") 2>conftest.er1
11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext && {
11232 test "$cross_compiling" = yes ||
11233 $as_test_x conftest$ac_exeext
11234 }; then
11235 case "$LIBEXT" in
11236 dll) ;;
11237 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'` ;;
11238 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11239 esac
11240 else
11241 $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11247 rm -rf conftest.dSYM
11248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11249 conftest$ac_exeext conftest.$ac_ext
11250 LIBS=$ac_check_soname_save_LIBS
11252 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11253 { $as_echo "$as_me:$LINENO: result: not found" >&5
11254 $as_echo "not found" >&6; }
11256 else
11257 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11258 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11260 cat >>confdefs.h <<_ACEOF
11261 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11262 _ACEOF
11267 else
11268 $as_echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11276 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11277 case "x$with_xinerama" in
11278 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11279 xno) ;;
11280 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11281 This is an error since --with-xinerama was requested." >&5
11282 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11283 This is an error since --with-xinerama was requested." >&2;}
11284 { (exit 1); exit 1; }; } ;;
11285 esac
11289 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11290 then
11291 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11292 $as_echo_n "checking for -lXcomposite... " >&6; }
11293 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11294 $as_echo_n "(cached) " >&6
11295 else
11296 ac_check_soname_save_LIBS=$LIBS
11297 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11298 cat >conftest.$ac_ext <<_ACEOF
11299 /* confdefs.h. */
11300 _ACEOF
11301 cat confdefs.h >>conftest.$ac_ext
11302 cat >>conftest.$ac_ext <<_ACEOF
11303 /* end confdefs.h. */
11305 /* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
11308 #ifdef __cplusplus
11309 extern "C"
11310 #endif
11311 char XCompositeRedirectWindow ();
11313 main ()
11315 return XCompositeRedirectWindow ();
11317 return 0;
11319 _ACEOF
11320 rm -f conftest.$ac_objext conftest$ac_exeext
11321 if { (ac_try="$ac_link"
11322 case "(($ac_try" in
11323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11324 *) ac_try_echo=$ac_try;;
11325 esac
11326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11327 $as_echo "$ac_try_echo") >&5
11328 (eval "$ac_link") 2>conftest.er1
11329 ac_status=$?
11330 grep -v '^ *+' conftest.er1 >conftest.err
11331 rm -f conftest.er1
11332 cat conftest.err >&5
11333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334 (exit $ac_status); } && {
11335 test -z "$ac_c_werror_flag" ||
11336 test ! -s conftest.err
11337 } && test -s conftest$ac_exeext && {
11338 test "$cross_compiling" = yes ||
11339 $as_test_x conftest$ac_exeext
11340 }; then
11341 case "$LIBEXT" in
11342 dll) ;;
11343 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'` ;;
11344 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11345 esac
11346 else
11347 $as_echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11353 rm -rf conftest.dSYM
11354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11355 conftest$ac_exeext conftest.$ac_ext
11356 LIBS=$ac_check_soname_save_LIBS
11358 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11359 { $as_echo "$as_me:$LINENO: result: not found" >&5
11360 $as_echo "not found" >&6; }
11362 else
11363 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11364 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11366 cat >>confdefs.h <<_ACEOF
11367 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11368 _ACEOF
11374 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11375 case "x$with_xcomposite" in
11376 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11377 xno) ;;
11378 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11379 This is an error since --with-xcomposite was requested." >&5
11380 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11381 This is an error since --with-xcomposite was requested." >&2;}
11382 { (exit 1); exit 1; }; } ;;
11383 esac
11387 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11388 $as_echo_n "checking for XICCallback.callback... " >&6; }
11389 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11390 $as_echo_n "(cached) " >&6
11391 else
11392 cat >conftest.$ac_ext <<_ACEOF
11393 /* confdefs.h. */
11394 _ACEOF
11395 cat confdefs.h >>conftest.$ac_ext
11396 cat >>conftest.$ac_ext <<_ACEOF
11397 /* end confdefs.h. */
11398 #ifdef HAVE_X11_XLIB_H
11399 #include <X11/Xlib.h>
11400 #endif
11403 main ()
11405 static XICCallback ac_aggr;
11406 if (ac_aggr.callback)
11407 return 0;
11409 return 0;
11411 _ACEOF
11412 rm -f conftest.$ac_objext
11413 if { (ac_try="$ac_compile"
11414 case "(($ac_try" in
11415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11416 *) ac_try_echo=$ac_try;;
11417 esac
11418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11419 $as_echo "$ac_try_echo") >&5
11420 (eval "$ac_compile") 2>conftest.er1
11421 ac_status=$?
11422 grep -v '^ *+' conftest.er1 >conftest.err
11423 rm -f conftest.er1
11424 cat conftest.err >&5
11425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11426 (exit $ac_status); } && {
11427 test -z "$ac_c_werror_flag" ||
11428 test ! -s conftest.err
11429 } && test -s conftest.$ac_objext; then
11430 ac_cv_member_XICCallback_callback=yes
11431 else
11432 $as_echo "$as_me: failed program was:" >&5
11433 sed 's/^/| /' conftest.$ac_ext >&5
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. */
11441 #ifdef HAVE_X11_XLIB_H
11442 #include <X11/Xlib.h>
11443 #endif
11446 main ()
11448 static XICCallback ac_aggr;
11449 if (sizeof ac_aggr.callback)
11450 return 0;
11452 return 0;
11454 _ACEOF
11455 rm -f conftest.$ac_objext
11456 if { (ac_try="$ac_compile"
11457 case "(($ac_try" in
11458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11459 *) ac_try_echo=$ac_try;;
11460 esac
11461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11462 $as_echo "$ac_try_echo") >&5
11463 (eval "$ac_compile") 2>conftest.er1
11464 ac_status=$?
11465 grep -v '^ *+' conftest.er1 >conftest.err
11466 rm -f conftest.er1
11467 cat conftest.err >&5
11468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469 (exit $ac_status); } && {
11470 test -z "$ac_c_werror_flag" ||
11471 test ! -s conftest.err
11472 } && test -s conftest.$ac_objext; then
11473 ac_cv_member_XICCallback_callback=yes
11474 else
11475 $as_echo "$as_me: failed program was:" >&5
11476 sed 's/^/| /' conftest.$ac_ext >&5
11478 ac_cv_member_XICCallback_callback=no
11481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11486 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11487 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11488 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11490 cat >>confdefs.h <<_ACEOF
11491 #define HAVE_XICCALLBACK_CALLBACK 1
11492 _ACEOF
11499 opengl_msg=""
11500 if test "x$with_opengl" != "xno"
11501 then
11506 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11508 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11509 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11510 $as_echo_n "checking for $ac_header... " >&6; }
11511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11512 $as_echo_n "(cached) " >&6
11513 else
11514 cat >conftest.$ac_ext <<_ACEOF
11515 /* confdefs.h. */
11516 _ACEOF
11517 cat confdefs.h >>conftest.$ac_ext
11518 cat >>conftest.$ac_ext <<_ACEOF
11519 /* end confdefs.h. */
11520 #ifdef HAVE_GL_GLX_H
11521 # include <GL/glx.h>
11522 #endif
11524 #include <$ac_header>
11525 _ACEOF
11526 rm -f conftest.$ac_objext
11527 if { (ac_try="$ac_compile"
11528 case "(($ac_try" in
11529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11530 *) ac_try_echo=$ac_try;;
11531 esac
11532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11533 $as_echo "$ac_try_echo") >&5
11534 (eval "$ac_compile") 2>conftest.er1
11535 ac_status=$?
11536 grep -v '^ *+' conftest.er1 >conftest.err
11537 rm -f conftest.er1
11538 cat conftest.err >&5
11539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11540 (exit $ac_status); } && {
11541 test -z "$ac_c_werror_flag" ||
11542 test ! -s conftest.err
11543 } && test -s conftest.$ac_objext; then
11544 eval "$as_ac_Header=yes"
11545 else
11546 $as_echo "$as_me: failed program was:" >&5
11547 sed 's/^/| /' conftest.$ac_ext >&5
11549 eval "$as_ac_Header=no"
11552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11554 ac_res=`eval 'as_val=${'$as_ac_Header'}
11555 $as_echo "$as_val"'`
11556 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11557 $as_echo "$ac_res" >&6; }
11558 as_val=`eval 'as_val=${'$as_ac_Header'}
11559 $as_echo "$as_val"'`
11560 if test "x$as_val" = x""yes; then
11561 cat >>confdefs.h <<_ACEOF
11562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11563 _ACEOF
11567 done
11569 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11570 then
11571 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11572 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11573 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11574 $as_echo_n "(cached) " >&6
11575 else
11576 cat >conftest.$ac_ext <<_ACEOF
11577 /* confdefs.h. */
11578 _ACEOF
11579 cat confdefs.h >>conftest.$ac_ext
11580 cat >>conftest.$ac_ext <<_ACEOF
11581 /* end confdefs.h. */
11582 #include <GL/gl.h>
11584 main ()
11586 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11588 return 0;
11590 _ACEOF
11591 rm -f conftest.$ac_objext
11592 if { (ac_try="$ac_compile"
11593 case "(($ac_try" in
11594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11595 *) ac_try_echo=$ac_try;;
11596 esac
11597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11598 $as_echo "$ac_try_echo") >&5
11599 (eval "$ac_compile") 2>conftest.er1
11600 ac_status=$?
11601 grep -v '^ *+' conftest.er1 >conftest.err
11602 rm -f conftest.er1
11603 cat conftest.err >&5
11604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } && {
11606 test -z "$ac_c_werror_flag" ||
11607 test ! -s conftest.err
11608 } && test -s conftest.$ac_objext; then
11609 wine_cv_opengl_header_version_OK="yes"
11610 else
11611 $as_echo "$as_me: failed program was:" >&5
11612 sed 's/^/| /' conftest.$ac_ext >&5
11614 wine_cv_opengl_header_version_OK="no"
11617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11619 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11620 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11622 if test "$wine_cv_opengl_header_version_OK" = "yes"
11623 then
11624 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11625 $as_echo_n "checking for -lGL... " >&6; }
11626 if test "${ac_cv_lib_soname_GL+set}" = set; then
11627 $as_echo_n "(cached) " >&6
11628 else
11629 ac_check_soname_save_LIBS=$LIBS
11630 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11631 cat >conftest.$ac_ext <<_ACEOF
11632 /* confdefs.h. */
11633 _ACEOF
11634 cat confdefs.h >>conftest.$ac_ext
11635 cat >>conftest.$ac_ext <<_ACEOF
11636 /* end confdefs.h. */
11638 /* Override any GCC internal prototype to avoid an error.
11639 Use char because int might match the return type of a GCC
11640 builtin and then its argument prototype would still apply. */
11641 #ifdef __cplusplus
11642 extern "C"
11643 #endif
11644 char glXCreateContext ();
11646 main ()
11648 return glXCreateContext ();
11650 return 0;
11652 _ACEOF
11653 rm -f conftest.$ac_objext conftest$ac_exeext
11654 if { (ac_try="$ac_link"
11655 case "(($ac_try" in
11656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11657 *) ac_try_echo=$ac_try;;
11658 esac
11659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11660 $as_echo "$ac_try_echo") >&5
11661 (eval "$ac_link") 2>conftest.er1
11662 ac_status=$?
11663 grep -v '^ *+' conftest.er1 >conftest.err
11664 rm -f conftest.er1
11665 cat conftest.err >&5
11666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667 (exit $ac_status); } && {
11668 test -z "$ac_c_werror_flag" ||
11669 test ! -s conftest.err
11670 } && test -s conftest$ac_exeext && {
11671 test "$cross_compiling" = yes ||
11672 $as_test_x conftest$ac_exeext
11673 }; then
11674 case "$LIBEXT" in
11675 dll) ;;
11676 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'` ;;
11677 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11678 esac
11679 else
11680 $as_echo "$as_me: failed program was:" >&5
11681 sed 's/^/| /' conftest.$ac_ext >&5
11686 rm -rf conftest.dSYM
11687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11688 conftest$ac_exeext conftest.$ac_ext
11689 LIBS=$ac_check_soname_save_LIBS
11691 if test "x$ac_cv_lib_soname_GL" = "x"; then
11692 { $as_echo "$as_me:$LINENO: result: not found" >&5
11693 $as_echo "not found" >&6; }
11694 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11695 $as_echo_n "checking for -lGL... " >&6; }
11696 if test "${ac_cv_lib_soname_GL+set}" = set; then
11697 $as_echo_n "(cached) " >&6
11698 else
11699 ac_check_soname_save_LIBS=$LIBS
11700 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"
11701 cat >conftest.$ac_ext <<_ACEOF
11702 /* confdefs.h. */
11703 _ACEOF
11704 cat confdefs.h >>conftest.$ac_ext
11705 cat >>conftest.$ac_ext <<_ACEOF
11706 /* end confdefs.h. */
11708 /* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11711 #ifdef __cplusplus
11712 extern "C"
11713 #endif
11714 char glXCreateContext ();
11716 main ()
11718 return glXCreateContext ();
11720 return 0;
11722 _ACEOF
11723 rm -f conftest.$ac_objext conftest$ac_exeext
11724 if { (ac_try="$ac_link"
11725 case "(($ac_try" in
11726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11727 *) ac_try_echo=$ac_try;;
11728 esac
11729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11730 $as_echo "$ac_try_echo") >&5
11731 (eval "$ac_link") 2>conftest.er1
11732 ac_status=$?
11733 grep -v '^ *+' conftest.er1 >conftest.err
11734 rm -f conftest.er1
11735 cat conftest.err >&5
11736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); } && {
11738 test -z "$ac_c_werror_flag" ||
11739 test ! -s conftest.err
11740 } && test -s conftest$ac_exeext && {
11741 test "$cross_compiling" = yes ||
11742 $as_test_x conftest$ac_exeext
11743 }; then
11744 case "$LIBEXT" in
11745 dll) ;;
11746 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'` ;;
11747 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11748 esac
11749 else
11750 $as_echo "$as_me: failed program was:" >&5
11751 sed 's/^/| /' conftest.$ac_ext >&5
11756 rm -rf conftest.dSYM
11757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11758 conftest$ac_exeext conftest.$ac_ext
11759 LIBS=$ac_check_soname_save_LIBS
11761 if test "x$ac_cv_lib_soname_GL" = "x"; then
11762 { $as_echo "$as_me:$LINENO: result: not found" >&5
11763 $as_echo "not found" >&6; }
11764 if test -f /usr/X11R6/lib/libGL.a
11765 then
11766 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11767 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11768 else
11769 opengl_msg="No OpenGL library found on this system."
11771 else
11772 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11773 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11775 cat >>confdefs.h <<_ACEOF
11776 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11777 _ACEOF
11779 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"
11781 cat >>confdefs.h <<\_ACEOF
11782 #define HAVE_OPENGL 1
11783 _ACEOF
11787 else
11788 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11789 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11791 cat >>confdefs.h <<_ACEOF
11792 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11793 _ACEOF
11795 OPENGL_LIBS="-lGL"
11797 cat >>confdefs.h <<\_ACEOF
11798 #define HAVE_OPENGL 1
11799 _ACEOF
11803 if test "$ac_cv_header_GL_glu_h" = "yes"
11804 then
11805 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11806 $as_echo_n "checking for -lGLU... " >&6; }
11807 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11808 $as_echo_n "(cached) " >&6
11809 else
11810 ac_check_soname_save_LIBS=$LIBS
11811 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11812 cat >conftest.$ac_ext <<_ACEOF
11813 /* confdefs.h. */
11814 _ACEOF
11815 cat confdefs.h >>conftest.$ac_ext
11816 cat >>conftest.$ac_ext <<_ACEOF
11817 /* end confdefs.h. */
11819 /* Override any GCC internal prototype to avoid an error.
11820 Use char because int might match the return type of a GCC
11821 builtin and then its argument prototype would still apply. */
11822 #ifdef __cplusplus
11823 extern "C"
11824 #endif
11825 char gluLookAt ();
11827 main ()
11829 return gluLookAt ();
11831 return 0;
11833 _ACEOF
11834 rm -f conftest.$ac_objext conftest$ac_exeext
11835 if { (ac_try="$ac_link"
11836 case "(($ac_try" in
11837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11838 *) ac_try_echo=$ac_try;;
11839 esac
11840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11841 $as_echo "$ac_try_echo") >&5
11842 (eval "$ac_link") 2>conftest.er1
11843 ac_status=$?
11844 grep -v '^ *+' conftest.er1 >conftest.err
11845 rm -f conftest.er1
11846 cat conftest.err >&5
11847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11848 (exit $ac_status); } && {
11849 test -z "$ac_c_werror_flag" ||
11850 test ! -s conftest.err
11851 } && test -s conftest$ac_exeext && {
11852 test "$cross_compiling" = yes ||
11853 $as_test_x conftest$ac_exeext
11854 }; then
11855 case "$LIBEXT" in
11856 dll) ;;
11857 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'` ;;
11858 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11859 esac
11860 else
11861 $as_echo "$as_me: failed program was:" >&5
11862 sed 's/^/| /' conftest.$ac_ext >&5
11867 rm -rf conftest.dSYM
11868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11869 conftest$ac_exeext conftest.$ac_ext
11870 LIBS=$ac_check_soname_save_LIBS
11872 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11873 { $as_echo "$as_me:$LINENO: result: not found" >&5
11874 $as_echo "not found" >&6; }
11876 else
11877 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11878 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11880 cat >>confdefs.h <<_ACEOF
11881 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11882 _ACEOF
11888 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11889 case "x$with_glu" in
11890 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11891 xno) ;;
11892 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11893 This is an error since --with-glu was requested." >&5
11894 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11895 This is an error since --with-glu was requested." >&2;}
11896 { (exit 1); exit 1; }; } ;;
11897 esac
11900 else
11901 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11903 else
11904 opengl_msg="OpenGL development headers not found."
11906 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11907 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11908 else
11909 enable_opengl32=${enable_opengl32:-no}
11910 enable_glu32=${enable_glu32:-no}
11912 if test -n "$opengl_msg"; then
11913 case "x$with_opengl" in
11914 x) wine_warnings="$wine_warnings|$opengl_msg
11915 OpenGL and Direct3D won't be supported." ;;
11916 xno) ;;
11917 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11918 OpenGL and Direct3D won't be supported.
11919 This is an error since --with-opengl was requested." >&5
11920 $as_echo "$as_me: error: $opengl_msg
11921 OpenGL and Direct3D won't be supported.
11922 This is an error since --with-opengl was requested." >&2;}
11923 { (exit 1); exit 1; }; } ;;
11924 esac
11928 NASLIBS=""
11931 for ac_header in audio/audiolib.h
11933 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11936 $as_echo_n "checking for $ac_header... " >&6; }
11937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11938 $as_echo_n "(cached) " >&6
11940 ac_res=`eval 'as_val=${'$as_ac_Header'}
11941 $as_echo "$as_val"'`
11942 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11943 $as_echo "$ac_res" >&6; }
11944 else
11945 # Is the header compilable?
11946 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11947 $as_echo_n "checking $ac_header usability... " >&6; }
11948 cat >conftest.$ac_ext <<_ACEOF
11949 /* confdefs.h. */
11950 _ACEOF
11951 cat confdefs.h >>conftest.$ac_ext
11952 cat >>conftest.$ac_ext <<_ACEOF
11953 /* end confdefs.h. */
11954 $ac_includes_default
11955 #include <$ac_header>
11956 _ACEOF
11957 rm -f conftest.$ac_objext
11958 if { (ac_try="$ac_compile"
11959 case "(($ac_try" in
11960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11961 *) ac_try_echo=$ac_try;;
11962 esac
11963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11964 $as_echo "$ac_try_echo") >&5
11965 (eval "$ac_compile") 2>conftest.er1
11966 ac_status=$?
11967 grep -v '^ *+' conftest.er1 >conftest.err
11968 rm -f conftest.er1
11969 cat conftest.err >&5
11970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971 (exit $ac_status); } && {
11972 test -z "$ac_c_werror_flag" ||
11973 test ! -s conftest.err
11974 } && test -s conftest.$ac_objext; then
11975 ac_header_compiler=yes
11976 else
11977 $as_echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.$ac_ext >&5
11980 ac_header_compiler=no
11983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11984 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11985 $as_echo "$ac_header_compiler" >&6; }
11987 # Is the header present?
11988 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11989 $as_echo_n "checking $ac_header presence... " >&6; }
11990 cat >conftest.$ac_ext <<_ACEOF
11991 /* confdefs.h. */
11992 _ACEOF
11993 cat confdefs.h >>conftest.$ac_ext
11994 cat >>conftest.$ac_ext <<_ACEOF
11995 /* end confdefs.h. */
11996 #include <$ac_header>
11997 _ACEOF
11998 if { (ac_try="$ac_cpp conftest.$ac_ext"
11999 case "(($ac_try" in
12000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12001 *) ac_try_echo=$ac_try;;
12002 esac
12003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12004 $as_echo "$ac_try_echo") >&5
12005 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12006 ac_status=$?
12007 grep -v '^ *+' conftest.er1 >conftest.err
12008 rm -f conftest.er1
12009 cat conftest.err >&5
12010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011 (exit $ac_status); } >/dev/null && {
12012 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12013 test ! -s conftest.err
12014 }; then
12015 ac_header_preproc=yes
12016 else
12017 $as_echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.$ac_ext >&5
12020 ac_header_preproc=no
12023 rm -f conftest.err conftest.$ac_ext
12024 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12025 $as_echo "$ac_header_preproc" >&6; }
12027 # So? What about this header?
12028 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12029 yes:no: )
12030 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12031 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12032 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12033 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12034 ac_header_preproc=yes
12036 no:yes:* )
12037 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12038 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12039 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12040 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12041 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12042 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12043 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12044 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12046 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12049 ( cat <<\_ASBOX
12050 ## ------------------------------------ ##
12051 ## Report this to wine-devel@winehq.org ##
12052 ## ------------------------------------ ##
12053 _ASBOX
12054 ) | sed "s/^/$as_me: WARNING: /" >&2
12056 esac
12057 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12058 $as_echo_n "checking for $ac_header... " >&6; }
12059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12060 $as_echo_n "(cached) " >&6
12061 else
12062 eval "$as_ac_Header=\$ac_header_preproc"
12064 ac_res=`eval 'as_val=${'$as_ac_Header'}
12065 $as_echo "$as_val"'`
12066 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12067 $as_echo "$ac_res" >&6; }
12070 as_val=`eval 'as_val=${'$as_ac_Header'}
12071 $as_echo "$as_val"'`
12072 if test "x$as_val" = x""yes; then
12073 cat >>confdefs.h <<_ACEOF
12074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12075 _ACEOF
12077 for ac_header in audio/soundlib.h
12079 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12080 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12081 $as_echo_n "checking for $ac_header... " >&6; }
12082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12083 $as_echo_n "(cached) " >&6
12084 else
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 #include <audio/audiolib.h>
12093 #include <$ac_header>
12094 _ACEOF
12095 rm -f conftest.$ac_objext
12096 if { (ac_try="$ac_compile"
12097 case "(($ac_try" in
12098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099 *) ac_try_echo=$ac_try;;
12100 esac
12101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12102 $as_echo "$ac_try_echo") >&5
12103 (eval "$ac_compile") 2>conftest.er1
12104 ac_status=$?
12105 grep -v '^ *+' conftest.er1 >conftest.err
12106 rm -f conftest.er1
12107 cat conftest.err >&5
12108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12109 (exit $ac_status); } && {
12110 test -z "$ac_c_werror_flag" ||
12111 test ! -s conftest.err
12112 } && test -s conftest.$ac_objext; then
12113 eval "$as_ac_Header=yes"
12114 else
12115 $as_echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.$ac_ext >&5
12118 eval "$as_ac_Header=no"
12121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12123 ac_res=`eval 'as_val=${'$as_ac_Header'}
12124 $as_echo "$as_val"'`
12125 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12126 $as_echo "$ac_res" >&6; }
12127 as_val=`eval 'as_val=${'$as_ac_Header'}
12128 $as_echo "$as_val"'`
12129 if test "x$as_val" = x""yes; then
12130 cat >>confdefs.h <<_ACEOF
12131 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12132 _ACEOF
12136 done
12138 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12139 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12140 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12141 $as_echo_n "(cached) " >&6
12142 else
12143 ac_check_lib_save_LIBS=$LIBS
12144 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12145 cat >conftest.$ac_ext <<_ACEOF
12146 /* confdefs.h. */
12147 _ACEOF
12148 cat confdefs.h >>conftest.$ac_ext
12149 cat >>conftest.$ac_ext <<_ACEOF
12150 /* end confdefs.h. */
12152 /* Override any GCC internal prototype to avoid an error.
12153 Use char because int might match the return type of a GCC
12154 builtin and then its argument prototype would still apply. */
12155 #ifdef __cplusplus
12156 extern "C"
12157 #endif
12158 char AuCreateFlow ();
12160 main ()
12162 return AuCreateFlow ();
12164 return 0;
12166 _ACEOF
12167 rm -f conftest.$ac_objext conftest$ac_exeext
12168 if { (ac_try="$ac_link"
12169 case "(($ac_try" in
12170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12171 *) ac_try_echo=$ac_try;;
12172 esac
12173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12174 $as_echo "$ac_try_echo") >&5
12175 (eval "$ac_link") 2>conftest.er1
12176 ac_status=$?
12177 grep -v '^ *+' conftest.er1 >conftest.err
12178 rm -f conftest.er1
12179 cat conftest.err >&5
12180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } && {
12182 test -z "$ac_c_werror_flag" ||
12183 test ! -s conftest.err
12184 } && test -s conftest$ac_exeext && {
12185 test "$cross_compiling" = yes ||
12186 $as_test_x conftest$ac_exeext
12187 }; then
12188 ac_cv_lib_audio_AuCreateFlow=yes
12189 else
12190 $as_echo "$as_me: failed program was:" >&5
12191 sed 's/^/| /' conftest.$ac_ext >&5
12193 ac_cv_lib_audio_AuCreateFlow=no
12196 rm -rf conftest.dSYM
12197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12198 conftest$ac_exeext conftest.$ac_ext
12199 LIBS=$ac_check_lib_save_LIBS
12201 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12202 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12203 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12205 cat >>confdefs.h <<\_ACEOF
12206 #define HAVE_NAS 1
12207 _ACEOF
12209 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12210 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12211 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12212 $as_echo_n "(cached) " >&6
12213 else
12214 ac_check_lib_save_LIBS=$LIBS
12215 LIBS="-lXau $X_LIBS $LIBS"
12216 cat >conftest.$ac_ext <<_ACEOF
12217 /* confdefs.h. */
12218 _ACEOF
12219 cat confdefs.h >>conftest.$ac_ext
12220 cat >>conftest.$ac_ext <<_ACEOF
12221 /* end confdefs.h. */
12223 /* Override any GCC internal prototype to avoid an error.
12224 Use char because int might match the return type of a GCC
12225 builtin and then its argument prototype would still apply. */
12226 #ifdef __cplusplus
12227 extern "C"
12228 #endif
12229 char XauGetBestAuthByAddr ();
12231 main ()
12233 return XauGetBestAuthByAddr ();
12235 return 0;
12237 _ACEOF
12238 rm -f conftest.$ac_objext conftest$ac_exeext
12239 if { (ac_try="$ac_link"
12240 case "(($ac_try" in
12241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12242 *) ac_try_echo=$ac_try;;
12243 esac
12244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12245 $as_echo "$ac_try_echo") >&5
12246 (eval "$ac_link") 2>conftest.er1
12247 ac_status=$?
12248 grep -v '^ *+' conftest.er1 >conftest.err
12249 rm -f conftest.er1
12250 cat conftest.err >&5
12251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12252 (exit $ac_status); } && {
12253 test -z "$ac_c_werror_flag" ||
12254 test ! -s conftest.err
12255 } && test -s conftest$ac_exeext && {
12256 test "$cross_compiling" = yes ||
12257 $as_test_x conftest$ac_exeext
12258 }; then
12259 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12260 else
12261 $as_echo "$as_me: failed program was:" >&5
12262 sed 's/^/| /' conftest.$ac_ext >&5
12264 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12267 rm -rf conftest.dSYM
12268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12269 conftest$ac_exeext conftest.$ac_ext
12270 LIBS=$ac_check_lib_save_LIBS
12272 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12273 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12274 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12275 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12276 else
12277 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12285 done
12288 CPPFLAGS="$ac_save_CPPFLAGS"
12289 else
12290 XLIB=""
12291 X_CFLAGS=""
12292 X_LIBS=""
12293 enable_winex11_drv=${enable_winex11_drv:-no}
12294 enable_opengl32=${enable_opengl32:-no}
12295 enable_glu32=${enable_glu32:-no}
12297 if test "x$XLIB" = "x"; then
12298 case "x$with_x" in
12299 xno) ;;
12300 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12301 without X support, which probably isn't what you want. You will need to install
12302 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12303 Use the --without-x option if you really want this." >&5
12304 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12305 without X support, which probably isn't what you want. You will need to install
12306 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12307 Use the --without-x option if you really want this." >&2;}
12308 { (exit 1); exit 1; }; } ;;
12309 esac
12314 XML2LIBS=""
12316 XML2INCL=""
12318 XSLTINCL=""
12320 if test "x$with_xml" != "xno"
12321 then
12322 ac_save_CPPFLAGS="$CPPFLAGS"
12323 if test "$PKG_CONFIG" != "false"
12324 then
12325 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12326 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12327 else
12328 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12329 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12331 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12333 for ac_header in libxml/parser.h
12335 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12338 $as_echo_n "checking for $ac_header... " >&6; }
12339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12340 $as_echo_n "(cached) " >&6
12342 ac_res=`eval 'as_val=${'$as_ac_Header'}
12343 $as_echo "$as_val"'`
12344 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12345 $as_echo "$ac_res" >&6; }
12346 else
12347 # Is the header compilable?
12348 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12349 $as_echo_n "checking $ac_header usability... " >&6; }
12350 cat >conftest.$ac_ext <<_ACEOF
12351 /* confdefs.h. */
12352 _ACEOF
12353 cat confdefs.h >>conftest.$ac_ext
12354 cat >>conftest.$ac_ext <<_ACEOF
12355 /* end confdefs.h. */
12356 $ac_includes_default
12357 #include <$ac_header>
12358 _ACEOF
12359 rm -f conftest.$ac_objext
12360 if { (ac_try="$ac_compile"
12361 case "(($ac_try" in
12362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12363 *) ac_try_echo=$ac_try;;
12364 esac
12365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12366 $as_echo "$ac_try_echo") >&5
12367 (eval "$ac_compile") 2>conftest.er1
12368 ac_status=$?
12369 grep -v '^ *+' conftest.er1 >conftest.err
12370 rm -f conftest.er1
12371 cat conftest.err >&5
12372 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); } && {
12374 test -z "$ac_c_werror_flag" ||
12375 test ! -s conftest.err
12376 } && test -s conftest.$ac_objext; then
12377 ac_header_compiler=yes
12378 else
12379 $as_echo "$as_me: failed program was:" >&5
12380 sed 's/^/| /' conftest.$ac_ext >&5
12382 ac_header_compiler=no
12385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12386 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12387 $as_echo "$ac_header_compiler" >&6; }
12389 # Is the header present?
12390 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12391 $as_echo_n "checking $ac_header presence... " >&6; }
12392 cat >conftest.$ac_ext <<_ACEOF
12393 /* confdefs.h. */
12394 _ACEOF
12395 cat confdefs.h >>conftest.$ac_ext
12396 cat >>conftest.$ac_ext <<_ACEOF
12397 /* end confdefs.h. */
12398 #include <$ac_header>
12399 _ACEOF
12400 if { (ac_try="$ac_cpp conftest.$ac_ext"
12401 case "(($ac_try" in
12402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12403 *) ac_try_echo=$ac_try;;
12404 esac
12405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12406 $as_echo "$ac_try_echo") >&5
12407 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12408 ac_status=$?
12409 grep -v '^ *+' conftest.er1 >conftest.err
12410 rm -f conftest.er1
12411 cat conftest.err >&5
12412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); } >/dev/null && {
12414 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12415 test ! -s conftest.err
12416 }; then
12417 ac_header_preproc=yes
12418 else
12419 $as_echo "$as_me: failed program was:" >&5
12420 sed 's/^/| /' conftest.$ac_ext >&5
12422 ac_header_preproc=no
12425 rm -f conftest.err conftest.$ac_ext
12426 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12427 $as_echo "$ac_header_preproc" >&6; }
12429 # So? What about this header?
12430 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12431 yes:no: )
12432 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12433 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12434 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12435 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12436 ac_header_preproc=yes
12438 no:yes:* )
12439 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12440 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12441 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12442 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12443 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12444 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12445 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12446 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12447 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12448 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12451 ( cat <<\_ASBOX
12452 ## ------------------------------------ ##
12453 ## Report this to wine-devel@winehq.org ##
12454 ## ------------------------------------ ##
12455 _ASBOX
12456 ) | sed "s/^/$as_me: WARNING: /" >&2
12458 esac
12459 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12460 $as_echo_n "checking for $ac_header... " >&6; }
12461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12462 $as_echo_n "(cached) " >&6
12463 else
12464 eval "$as_ac_Header=\$ac_header_preproc"
12466 ac_res=`eval 'as_val=${'$as_ac_Header'}
12467 $as_echo "$as_val"'`
12468 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12469 $as_echo "$ac_res" >&6; }
12472 as_val=`eval 'as_val=${'$as_ac_Header'}
12473 $as_echo "$as_val"'`
12474 if test "x$as_val" = x""yes; then
12475 cat >>confdefs.h <<_ACEOF
12476 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12477 _ACEOF
12478 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12479 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12480 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12481 $as_echo_n "(cached) " >&6
12482 else
12483 ac_check_lib_save_LIBS=$LIBS
12484 LIBS="-lxml2 $ac_xml_libs $LIBS"
12485 cat >conftest.$ac_ext <<_ACEOF
12486 /* confdefs.h. */
12487 _ACEOF
12488 cat confdefs.h >>conftest.$ac_ext
12489 cat >>conftest.$ac_ext <<_ACEOF
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12495 #ifdef __cplusplus
12496 extern "C"
12497 #endif
12498 char xmlParseMemory ();
12500 main ()
12502 return xmlParseMemory ();
12504 return 0;
12506 _ACEOF
12507 rm -f conftest.$ac_objext conftest$ac_exeext
12508 if { (ac_try="$ac_link"
12509 case "(($ac_try" in
12510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12511 *) ac_try_echo=$ac_try;;
12512 esac
12513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12514 $as_echo "$ac_try_echo") >&5
12515 (eval "$ac_link") 2>conftest.er1
12516 ac_status=$?
12517 grep -v '^ *+' conftest.er1 >conftest.err
12518 rm -f conftest.er1
12519 cat conftest.err >&5
12520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521 (exit $ac_status); } && {
12522 test -z "$ac_c_werror_flag" ||
12523 test ! -s conftest.err
12524 } && test -s conftest$ac_exeext && {
12525 test "$cross_compiling" = yes ||
12526 $as_test_x conftest$ac_exeext
12527 }; then
12528 ac_cv_lib_xml2_xmlParseMemory=yes
12529 else
12530 $as_echo "$as_me: failed program was:" >&5
12531 sed 's/^/| /' conftest.$ac_ext >&5
12533 ac_cv_lib_xml2_xmlParseMemory=no
12536 rm -rf conftest.dSYM
12537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12538 conftest$ac_exeext conftest.$ac_ext
12539 LIBS=$ac_check_lib_save_LIBS
12541 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12542 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12543 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12545 cat >>confdefs.h <<\_ACEOF
12546 #define HAVE_LIBXML2 1
12547 _ACEOF
12549 XML2LIBS="$ac_xml_libs"
12550 XML2INCL="$ac_xml_cflags"
12553 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12554 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12555 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12556 $as_echo_n "(cached) " >&6
12557 else
12558 ac_check_lib_save_LIBS=$LIBS
12559 LIBS="-lxml2 $ac_xml_libs $LIBS"
12560 cat >conftest.$ac_ext <<_ACEOF
12561 /* confdefs.h. */
12562 _ACEOF
12563 cat confdefs.h >>conftest.$ac_ext
12564 cat >>conftest.$ac_ext <<_ACEOF
12565 /* end confdefs.h. */
12567 /* Override any GCC internal prototype to avoid an error.
12568 Use char because int might match the return type of a GCC
12569 builtin and then its argument prototype would still apply. */
12570 #ifdef __cplusplus
12571 extern "C"
12572 #endif
12573 char xmlReadMemory ();
12575 main ()
12577 return xmlReadMemory ();
12579 return 0;
12581 _ACEOF
12582 rm -f conftest.$ac_objext conftest$ac_exeext
12583 if { (ac_try="$ac_link"
12584 case "(($ac_try" in
12585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12586 *) ac_try_echo=$ac_try;;
12587 esac
12588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12589 $as_echo "$ac_try_echo") >&5
12590 (eval "$ac_link") 2>conftest.er1
12591 ac_status=$?
12592 grep -v '^ *+' conftest.er1 >conftest.err
12593 rm -f conftest.er1
12594 cat conftest.err >&5
12595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); } && {
12597 test -z "$ac_c_werror_flag" ||
12598 test ! -s conftest.err
12599 } && test -s conftest$ac_exeext && {
12600 test "$cross_compiling" = yes ||
12601 $as_test_x conftest$ac_exeext
12602 }; then
12603 ac_cv_lib_xml2_xmlReadMemory=yes
12604 else
12605 $as_echo "$as_me: failed program was:" >&5
12606 sed 's/^/| /' conftest.$ac_ext >&5
12608 ac_cv_lib_xml2_xmlReadMemory=no
12611 rm -rf conftest.dSYM
12612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12613 conftest$ac_exeext conftest.$ac_ext
12614 LIBS=$ac_check_lib_save_LIBS
12616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12617 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12618 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12620 cat >>confdefs.h <<\_ACEOF
12621 #define HAVE_XMLREADMEMORY 1
12622 _ACEOF
12626 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12627 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12628 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12629 $as_echo_n "(cached) " >&6
12630 else
12631 ac_check_lib_save_LIBS=$LIBS
12632 LIBS="-lxml2 $ac_xml_libs $LIBS"
12633 cat >conftest.$ac_ext <<_ACEOF
12634 /* confdefs.h. */
12635 _ACEOF
12636 cat confdefs.h >>conftest.$ac_ext
12637 cat >>conftest.$ac_ext <<_ACEOF
12638 /* end confdefs.h. */
12640 /* Override any GCC internal prototype to avoid an error.
12641 Use char because int might match the return type of a GCC
12642 builtin and then its argument prototype would still apply. */
12643 #ifdef __cplusplus
12644 extern "C"
12645 #endif
12646 char xmlNewDocPI ();
12648 main ()
12650 return xmlNewDocPI ();
12652 return 0;
12654 _ACEOF
12655 rm -f conftest.$ac_objext conftest$ac_exeext
12656 if { (ac_try="$ac_link"
12657 case "(($ac_try" in
12658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12659 *) ac_try_echo=$ac_try;;
12660 esac
12661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12662 $as_echo "$ac_try_echo") >&5
12663 (eval "$ac_link") 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } && {
12670 test -z "$ac_c_werror_flag" ||
12671 test ! -s conftest.err
12672 } && test -s conftest$ac_exeext && {
12673 test "$cross_compiling" = yes ||
12674 $as_test_x conftest$ac_exeext
12675 }; then
12676 ac_cv_lib_xml2_xmlNewDocPI=yes
12677 else
12678 $as_echo "$as_me: failed program was:" >&5
12679 sed 's/^/| /' conftest.$ac_ext >&5
12681 ac_cv_lib_xml2_xmlNewDocPI=no
12684 rm -rf conftest.dSYM
12685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12686 conftest$ac_exeext conftest.$ac_ext
12687 LIBS=$ac_check_lib_save_LIBS
12689 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12690 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12691 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12693 cat >>confdefs.h <<\_ACEOF
12694 #define HAVE_XMLNEWDOCPI 1
12695 _ACEOF
12702 done
12704 CPPFLAGS="$ac_save_CPPFLAGS"
12706 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12707 case "x$with_xml" in
12708 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12709 xno) ;;
12710 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12711 This is an error since --with-xml was requested." >&5
12712 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12713 This is an error since --with-xml was requested." >&2;}
12714 { (exit 1); exit 1; }; } ;;
12715 esac
12719 if test "x$with_xslt" != "xno"
12720 then
12721 if test "$PKG_CONFIG" != "false"
12722 then
12723 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12724 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12725 else
12726 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12727 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12729 ac_save_CPPFLAGS="$CPPFLAGS"
12730 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12733 for ac_header in libxslt/pattern.h libxslt/transform.h
12735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12736 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12737 $as_echo_n "checking for $ac_header... " >&6; }
12738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12739 $as_echo_n "(cached) " >&6
12740 else
12741 cat >conftest.$ac_ext <<_ACEOF
12742 /* confdefs.h. */
12743 _ACEOF
12744 cat confdefs.h >>conftest.$ac_ext
12745 cat >>conftest.$ac_ext <<_ACEOF
12746 /* end confdefs.h. */
12747 #ifdef HAVE_LIBXSLT_PATTERN_H
12748 # include <libxslt/pattern.h>
12749 #endif
12751 #include <$ac_header>
12752 _ACEOF
12753 rm -f conftest.$ac_objext
12754 if { (ac_try="$ac_compile"
12755 case "(($ac_try" in
12756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12757 *) ac_try_echo=$ac_try;;
12758 esac
12759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12760 $as_echo "$ac_try_echo") >&5
12761 (eval "$ac_compile") 2>conftest.er1
12762 ac_status=$?
12763 grep -v '^ *+' conftest.er1 >conftest.err
12764 rm -f conftest.er1
12765 cat conftest.err >&5
12766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12767 (exit $ac_status); } && {
12768 test -z "$ac_c_werror_flag" ||
12769 test ! -s conftest.err
12770 } && test -s conftest.$ac_objext; then
12771 eval "$as_ac_Header=yes"
12772 else
12773 $as_echo "$as_me: failed program was:" >&5
12774 sed 's/^/| /' conftest.$ac_ext >&5
12776 eval "$as_ac_Header=no"
12779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12781 ac_res=`eval 'as_val=${'$as_ac_Header'}
12782 $as_echo "$as_val"'`
12783 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12784 $as_echo "$ac_res" >&6; }
12785 as_val=`eval 'as_val=${'$as_ac_Header'}
12786 $as_echo "$as_val"'`
12787 if test "x$as_val" = x""yes; then
12788 cat >>confdefs.h <<_ACEOF
12789 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12790 _ACEOF
12794 done
12796 CPPFLAGS="$ac_save_CPPFLAGS"
12797 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12798 then
12799 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12800 $as_echo_n "checking for -lxslt... " >&6; }
12801 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12802 $as_echo_n "(cached) " >&6
12803 else
12804 ac_check_soname_save_LIBS=$LIBS
12805 LIBS="-lxslt $ac_xslt_libs $LIBS"
12806 cat >conftest.$ac_ext <<_ACEOF
12807 /* confdefs.h. */
12808 _ACEOF
12809 cat confdefs.h >>conftest.$ac_ext
12810 cat >>conftest.$ac_ext <<_ACEOF
12811 /* end confdefs.h. */
12813 /* Override any GCC internal prototype to avoid an error.
12814 Use char because int might match the return type of a GCC
12815 builtin and then its argument prototype would still apply. */
12816 #ifdef __cplusplus
12817 extern "C"
12818 #endif
12819 char xsltCompilePattern ();
12821 main ()
12823 return xsltCompilePattern ();
12825 return 0;
12827 _ACEOF
12828 rm -f conftest.$ac_objext conftest$ac_exeext
12829 if { (ac_try="$ac_link"
12830 case "(($ac_try" in
12831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12832 *) ac_try_echo=$ac_try;;
12833 esac
12834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12835 $as_echo "$ac_try_echo") >&5
12836 (eval "$ac_link") 2>conftest.er1
12837 ac_status=$?
12838 grep -v '^ *+' conftest.er1 >conftest.err
12839 rm -f conftest.er1
12840 cat conftest.err >&5
12841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842 (exit $ac_status); } && {
12843 test -z "$ac_c_werror_flag" ||
12844 test ! -s conftest.err
12845 } && test -s conftest$ac_exeext && {
12846 test "$cross_compiling" = yes ||
12847 $as_test_x conftest$ac_exeext
12848 }; then
12849 case "$LIBEXT" in
12850 dll) ;;
12851 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'` ;;
12852 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12853 esac
12854 else
12855 $as_echo "$as_me: failed program was:" >&5
12856 sed 's/^/| /' conftest.$ac_ext >&5
12861 rm -rf conftest.dSYM
12862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12863 conftest$ac_exeext conftest.$ac_ext
12864 LIBS=$ac_check_soname_save_LIBS
12866 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12867 { $as_echo "$as_me:$LINENO: result: not found" >&5
12868 $as_echo "not found" >&6; }
12870 else
12871 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12872 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12874 cat >>confdefs.h <<_ACEOF
12875 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12876 _ACEOF
12878 XSLTINCL="$ac_xslt_cflags"
12883 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12884 case "x$with_xslt" in
12885 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12886 xno) ;;
12887 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12888 This is an error since --with-xslt was requested." >&5
12889 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12890 This is an error since --with-xslt was requested." >&2;}
12891 { (exit 1); exit 1; }; } ;;
12892 esac
12896 HALINCL=""
12898 if test "x$with_hal" != "xno"
12899 then
12900 ac_save_CPPFLAGS="$CPPFLAGS"
12901 if test "$PKG_CONFIG" != "false"
12902 then
12903 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12904 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12905 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12909 for ac_header in dbus/dbus.h hal/libhal.h
12911 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12914 $as_echo_n "checking for $ac_header... " >&6; }
12915 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12916 $as_echo_n "(cached) " >&6
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 else
12923 # Is the header compilable?
12924 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12925 $as_echo_n "checking $ac_header usability... " >&6; }
12926 cat >conftest.$ac_ext <<_ACEOF
12927 /* confdefs.h. */
12928 _ACEOF
12929 cat confdefs.h >>conftest.$ac_ext
12930 cat >>conftest.$ac_ext <<_ACEOF
12931 /* end confdefs.h. */
12932 $ac_includes_default
12933 #include <$ac_header>
12934 _ACEOF
12935 rm -f conftest.$ac_objext
12936 if { (ac_try="$ac_compile"
12937 case "(($ac_try" in
12938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12939 *) ac_try_echo=$ac_try;;
12940 esac
12941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12942 $as_echo "$ac_try_echo") >&5
12943 (eval "$ac_compile") 2>conftest.er1
12944 ac_status=$?
12945 grep -v '^ *+' conftest.er1 >conftest.err
12946 rm -f conftest.er1
12947 cat conftest.err >&5
12948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949 (exit $ac_status); } && {
12950 test -z "$ac_c_werror_flag" ||
12951 test ! -s conftest.err
12952 } && test -s conftest.$ac_objext; then
12953 ac_header_compiler=yes
12954 else
12955 $as_echo "$as_me: failed program was:" >&5
12956 sed 's/^/| /' conftest.$ac_ext >&5
12958 ac_header_compiler=no
12961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12962 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12963 $as_echo "$ac_header_compiler" >&6; }
12965 # Is the header present?
12966 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12967 $as_echo_n "checking $ac_header presence... " >&6; }
12968 cat >conftest.$ac_ext <<_ACEOF
12969 /* confdefs.h. */
12970 _ACEOF
12971 cat confdefs.h >>conftest.$ac_ext
12972 cat >>conftest.$ac_ext <<_ACEOF
12973 /* end confdefs.h. */
12974 #include <$ac_header>
12975 _ACEOF
12976 if { (ac_try="$ac_cpp conftest.$ac_ext"
12977 case "(($ac_try" in
12978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12979 *) ac_try_echo=$ac_try;;
12980 esac
12981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12982 $as_echo "$ac_try_echo") >&5
12983 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12984 ac_status=$?
12985 grep -v '^ *+' conftest.er1 >conftest.err
12986 rm -f conftest.er1
12987 cat conftest.err >&5
12988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989 (exit $ac_status); } >/dev/null && {
12990 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12991 test ! -s conftest.err
12992 }; then
12993 ac_header_preproc=yes
12994 else
12995 $as_echo "$as_me: failed program was:" >&5
12996 sed 's/^/| /' conftest.$ac_ext >&5
12998 ac_header_preproc=no
13001 rm -f conftest.err conftest.$ac_ext
13002 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13003 $as_echo "$ac_header_preproc" >&6; }
13005 # So? What about this header?
13006 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13007 yes:no: )
13008 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13009 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13010 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13011 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13012 ac_header_preproc=yes
13014 no:yes:* )
13015 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13016 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13018 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13020 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13021 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13022 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13024 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13027 ( cat <<\_ASBOX
13028 ## ------------------------------------ ##
13029 ## Report this to wine-devel@winehq.org ##
13030 ## ------------------------------------ ##
13031 _ASBOX
13032 ) | sed "s/^/$as_me: WARNING: /" >&2
13034 esac
13035 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13036 $as_echo_n "checking for $ac_header... " >&6; }
13037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13038 $as_echo_n "(cached) " >&6
13039 else
13040 eval "$as_ac_Header=\$ac_header_preproc"
13042 ac_res=`eval 'as_val=${'$as_ac_Header'}
13043 $as_echo "$as_val"'`
13044 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13045 $as_echo "$ac_res" >&6; }
13048 as_val=`eval 'as_val=${'$as_ac_Header'}
13049 $as_echo "$as_val"'`
13050 if test "x$as_val" = x""yes; then
13051 cat >>confdefs.h <<_ACEOF
13052 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13053 _ACEOF
13057 done
13059 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13060 then
13061 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13062 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13063 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13064 $as_echo_n "(cached) " >&6
13065 else
13066 ac_check_lib_save_LIBS=$LIBS
13067 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13068 cat >conftest.$ac_ext <<_ACEOF
13069 /* confdefs.h. */
13070 _ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13075 /* Override any GCC internal prototype to avoid an error.
13076 Use char because int might match the return type of a GCC
13077 builtin and then its argument prototype would still apply. */
13078 #ifdef __cplusplus
13079 extern "C"
13080 #endif
13081 char dbus_connection_close ();
13083 main ()
13085 return dbus_connection_close ();
13087 return 0;
13089 _ACEOF
13090 rm -f conftest.$ac_objext conftest$ac_exeext
13091 if { (ac_try="$ac_link"
13092 case "(($ac_try" in
13093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13094 *) ac_try_echo=$ac_try;;
13095 esac
13096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13097 $as_echo "$ac_try_echo") >&5
13098 (eval "$ac_link") 2>conftest.er1
13099 ac_status=$?
13100 grep -v '^ *+' conftest.er1 >conftest.err
13101 rm -f conftest.er1
13102 cat conftest.err >&5
13103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13104 (exit $ac_status); } && {
13105 test -z "$ac_c_werror_flag" ||
13106 test ! -s conftest.err
13107 } && test -s conftest$ac_exeext && {
13108 test "$cross_compiling" = yes ||
13109 $as_test_x conftest$ac_exeext
13110 }; then
13111 ac_cv_lib_dbus_1_dbus_connection_close=yes
13112 else
13113 $as_echo "$as_me: failed program was:" >&5
13114 sed 's/^/| /' conftest.$ac_ext >&5
13116 ac_cv_lib_dbus_1_dbus_connection_close=no
13119 rm -rf conftest.dSYM
13120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13121 conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_lib_save_LIBS
13124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13125 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13126 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13127 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13128 $as_echo_n "checking for -lhal... " >&6; }
13129 if test "${ac_cv_lib_soname_hal+set}" = set; then
13130 $as_echo_n "(cached) " >&6
13131 else
13132 ac_check_soname_save_LIBS=$LIBS
13133 LIBS="-lhal $ac_hal_libs $LIBS"
13134 cat >conftest.$ac_ext <<_ACEOF
13135 /* confdefs.h. */
13136 _ACEOF
13137 cat confdefs.h >>conftest.$ac_ext
13138 cat >>conftest.$ac_ext <<_ACEOF
13139 /* end confdefs.h. */
13141 /* Override any GCC internal prototype to avoid an error.
13142 Use char because int might match the return type of a GCC
13143 builtin and then its argument prototype would still apply. */
13144 #ifdef __cplusplus
13145 extern "C"
13146 #endif
13147 char libhal_ctx_new ();
13149 main ()
13151 return libhal_ctx_new ();
13153 return 0;
13155 _ACEOF
13156 rm -f conftest.$ac_objext conftest$ac_exeext
13157 if { (ac_try="$ac_link"
13158 case "(($ac_try" in
13159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13160 *) ac_try_echo=$ac_try;;
13161 esac
13162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13163 $as_echo "$ac_try_echo") >&5
13164 (eval "$ac_link") 2>conftest.er1
13165 ac_status=$?
13166 grep -v '^ *+' conftest.er1 >conftest.err
13167 rm -f conftest.er1
13168 cat conftest.err >&5
13169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13170 (exit $ac_status); } && {
13171 test -z "$ac_c_werror_flag" ||
13172 test ! -s conftest.err
13173 } && test -s conftest$ac_exeext && {
13174 test "$cross_compiling" = yes ||
13175 $as_test_x conftest$ac_exeext
13176 }; then
13177 case "$LIBEXT" in
13178 dll) ;;
13179 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'` ;;
13180 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13181 esac
13182 else
13183 $as_echo "$as_me: failed program was:" >&5
13184 sed 's/^/| /' conftest.$ac_ext >&5
13189 rm -rf conftest.dSYM
13190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13191 conftest$ac_exeext conftest.$ac_ext
13192 LIBS=$ac_check_soname_save_LIBS
13194 if test "x$ac_cv_lib_soname_hal" = "x"; then
13195 { $as_echo "$as_me:$LINENO: result: not found" >&5
13196 $as_echo "not found" >&6; }
13198 else
13199 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13200 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13202 cat >>confdefs.h <<_ACEOF
13203 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13204 _ACEOF
13206 HALINCL="$ac_hal_cflags"
13212 CPPFLAGS="$ac_save_CPPFLAGS"
13214 if test "x$ac_cv_lib_soname_hal" = "x"; then
13215 case "x$with_hal" in
13216 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13217 xno) ;;
13218 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13219 This is an error since --with-hal was requested." >&5
13220 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13221 This is an error since --with-hal was requested." >&2;}
13222 { (exit 1); exit 1; }; } ;;
13223 esac
13227 if test "x$with_gnutls" != "xno"
13228 then
13229 ac_save_CPPFLAGS="$CPPFLAGS"
13230 if test "$PKG_CONFIG" != "false"
13231 then
13232 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13233 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13234 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13236 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13237 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13238 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13239 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13240 $as_echo_n "(cached) " >&6
13242 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13243 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13244 else
13245 # Is the header compilable?
13246 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13247 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13248 cat >conftest.$ac_ext <<_ACEOF
13249 /* confdefs.h. */
13250 _ACEOF
13251 cat confdefs.h >>conftest.$ac_ext
13252 cat >>conftest.$ac_ext <<_ACEOF
13253 /* end confdefs.h. */
13254 $ac_includes_default
13255 #include <gnutls/gnutls.h>
13256 _ACEOF
13257 rm -f conftest.$ac_objext
13258 if { (ac_try="$ac_compile"
13259 case "(($ac_try" in
13260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13261 *) ac_try_echo=$ac_try;;
13262 esac
13263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13264 $as_echo "$ac_try_echo") >&5
13265 (eval "$ac_compile") 2>conftest.er1
13266 ac_status=$?
13267 grep -v '^ *+' conftest.er1 >conftest.err
13268 rm -f conftest.er1
13269 cat conftest.err >&5
13270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13271 (exit $ac_status); } && {
13272 test -z "$ac_c_werror_flag" ||
13273 test ! -s conftest.err
13274 } && test -s conftest.$ac_objext; then
13275 ac_header_compiler=yes
13276 else
13277 $as_echo "$as_me: failed program was:" >&5
13278 sed 's/^/| /' conftest.$ac_ext >&5
13280 ac_header_compiler=no
13283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13284 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13285 $as_echo "$ac_header_compiler" >&6; }
13287 # Is the header present?
13288 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13289 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13290 cat >conftest.$ac_ext <<_ACEOF
13291 /* confdefs.h. */
13292 _ACEOF
13293 cat confdefs.h >>conftest.$ac_ext
13294 cat >>conftest.$ac_ext <<_ACEOF
13295 /* end confdefs.h. */
13296 #include <gnutls/gnutls.h>
13297 _ACEOF
13298 if { (ac_try="$ac_cpp conftest.$ac_ext"
13299 case "(($ac_try" in
13300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13301 *) ac_try_echo=$ac_try;;
13302 esac
13303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13304 $as_echo "$ac_try_echo") >&5
13305 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13306 ac_status=$?
13307 grep -v '^ *+' conftest.er1 >conftest.err
13308 rm -f conftest.er1
13309 cat conftest.err >&5
13310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); } >/dev/null && {
13312 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13313 test ! -s conftest.err
13314 }; then
13315 ac_header_preproc=yes
13316 else
13317 $as_echo "$as_me: failed program was:" >&5
13318 sed 's/^/| /' conftest.$ac_ext >&5
13320 ac_header_preproc=no
13323 rm -f conftest.err conftest.$ac_ext
13324 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13325 $as_echo "$ac_header_preproc" >&6; }
13327 # So? What about this header?
13328 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13329 yes:no: )
13330 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13331 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13332 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13333 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13334 ac_header_preproc=yes
13336 no:yes:* )
13337 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13338 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13339 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13341 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13342 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13343 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13345 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13347 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13349 ( cat <<\_ASBOX
13350 ## ------------------------------------ ##
13351 ## Report this to wine-devel@winehq.org ##
13352 ## ------------------------------------ ##
13353 _ASBOX
13354 ) | sed "s/^/$as_me: WARNING: /" >&2
13356 esac
13357 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13358 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13359 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13360 $as_echo_n "(cached) " >&6
13361 else
13362 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13364 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13365 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13368 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13369 cat >conftest.$ac_ext <<_ACEOF
13370 /* confdefs.h. */
13371 _ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 #include <gnutls/gnutls.h>
13377 main ()
13379 typeof(gnutls_mac_get_key_size) *pfunc;
13381 return 0;
13383 _ACEOF
13384 rm -f conftest.$ac_objext
13385 if { (ac_try="$ac_compile"
13386 case "(($ac_try" in
13387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13388 *) ac_try_echo=$ac_try;;
13389 esac
13390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13391 $as_echo "$ac_try_echo") >&5
13392 (eval "$ac_compile") 2>conftest.er1
13393 ac_status=$?
13394 grep -v '^ *+' conftest.er1 >conftest.err
13395 rm -f conftest.er1
13396 cat conftest.err >&5
13397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); } && {
13399 test -z "$ac_c_werror_flag" ||
13400 test ! -s conftest.err
13401 } && test -s conftest.$ac_objext; then
13402 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13403 $as_echo_n "checking for -lgnutls... " >&6; }
13404 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13405 $as_echo_n "(cached) " >&6
13406 else
13407 ac_check_soname_save_LIBS=$LIBS
13408 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13409 cat >conftest.$ac_ext <<_ACEOF
13410 /* confdefs.h. */
13411 _ACEOF
13412 cat confdefs.h >>conftest.$ac_ext
13413 cat >>conftest.$ac_ext <<_ACEOF
13414 /* end confdefs.h. */
13416 /* Override any GCC internal prototype to avoid an error.
13417 Use char because int might match the return type of a GCC
13418 builtin and then its argument prototype would still apply. */
13419 #ifdef __cplusplus
13420 extern "C"
13421 #endif
13422 char gnutls_global_init ();
13424 main ()
13426 return gnutls_global_init ();
13428 return 0;
13430 _ACEOF
13431 rm -f conftest.$ac_objext conftest$ac_exeext
13432 if { (ac_try="$ac_link"
13433 case "(($ac_try" in
13434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13435 *) ac_try_echo=$ac_try;;
13436 esac
13437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13438 $as_echo "$ac_try_echo") >&5
13439 (eval "$ac_link") 2>conftest.er1
13440 ac_status=$?
13441 grep -v '^ *+' conftest.er1 >conftest.err
13442 rm -f conftest.er1
13443 cat conftest.err >&5
13444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13445 (exit $ac_status); } && {
13446 test -z "$ac_c_werror_flag" ||
13447 test ! -s conftest.err
13448 } && test -s conftest$ac_exeext && {
13449 test "$cross_compiling" = yes ||
13450 $as_test_x conftest$ac_exeext
13451 }; then
13452 case "$LIBEXT" in
13453 dll) ;;
13454 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'` ;;
13455 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13456 esac
13457 else
13458 $as_echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13464 rm -rf conftest.dSYM
13465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13466 conftest$ac_exeext conftest.$ac_ext
13467 LIBS=$ac_check_soname_save_LIBS
13469 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13470 { $as_echo "$as_me:$LINENO: result: not found" >&5
13471 $as_echo "not found" >&6; }
13473 else
13474 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13475 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13477 cat >>confdefs.h <<_ACEOF
13478 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13479 _ACEOF
13481 GNUTLSINCL="$ac_gnutls_cflags"
13485 else
13486 $as_echo "$as_me: failed program was:" >&5
13487 sed 's/^/| /' conftest.$ac_ext >&5
13492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13496 CPPFLAGS="$ac_save_CPPFLAGS"
13498 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13499 case "x$with_gnutls" in
13500 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13501 xno) ;;
13502 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13503 This is an error since --with-gnutls was requested." >&5
13504 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13505 This is an error since --with-gnutls was requested." >&2;}
13506 { (exit 1); exit 1; }; } ;;
13507 esac
13511 CURSESLIBS=""
13512 if test "$ac_cv_header_ncurses_h" = "yes"
13513 then
13514 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13515 $as_echo_n "checking for -lncurses... " >&6; }
13516 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13517 $as_echo_n "(cached) " >&6
13518 else
13519 ac_check_soname_save_LIBS=$LIBS
13520 LIBS="-lncurses $LIBS"
13521 cat >conftest.$ac_ext <<_ACEOF
13522 /* confdefs.h. */
13523 _ACEOF
13524 cat confdefs.h >>conftest.$ac_ext
13525 cat >>conftest.$ac_ext <<_ACEOF
13526 /* end confdefs.h. */
13528 /* Override any GCC internal prototype to avoid an error.
13529 Use char because int might match the return type of a GCC
13530 builtin and then its argument prototype would still apply. */
13531 #ifdef __cplusplus
13532 extern "C"
13533 #endif
13534 char waddch ();
13536 main ()
13538 return waddch ();
13540 return 0;
13542 _ACEOF
13543 rm -f conftest.$ac_objext conftest$ac_exeext
13544 if { (ac_try="$ac_link"
13545 case "(($ac_try" in
13546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13547 *) ac_try_echo=$ac_try;;
13548 esac
13549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13550 $as_echo "$ac_try_echo") >&5
13551 (eval "$ac_link") 2>conftest.er1
13552 ac_status=$?
13553 grep -v '^ *+' conftest.er1 >conftest.err
13554 rm -f conftest.er1
13555 cat conftest.err >&5
13556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13557 (exit $ac_status); } && {
13558 test -z "$ac_c_werror_flag" ||
13559 test ! -s conftest.err
13560 } && test -s conftest$ac_exeext && {
13561 test "$cross_compiling" = yes ||
13562 $as_test_x conftest$ac_exeext
13563 }; then
13564 case "$LIBEXT" in
13565 dll) ;;
13566 dylib) ac_cv_lib_soname_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'` ;;
13567 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13568 esac
13569 else
13570 $as_echo "$as_me: failed program was:" >&5
13571 sed 's/^/| /' conftest.$ac_ext >&5
13576 rm -rf conftest.dSYM
13577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13578 conftest$ac_exeext conftest.$ac_ext
13579 LIBS=$ac_check_soname_save_LIBS
13581 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13582 { $as_echo "$as_me:$LINENO: result: not found" >&5
13583 $as_echo "not found" >&6; }
13585 else
13586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13587 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13589 cat >>confdefs.h <<_ACEOF
13590 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13591 _ACEOF
13593 CURSESLIBS="-lncurses"
13596 elif test "$ac_cv_header_curses_h" = "yes"
13597 then
13598 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13599 $as_echo_n "checking for -lcurses... " >&6; }
13600 if test "${ac_cv_lib_soname_curses+set}" = set; then
13601 $as_echo_n "(cached) " >&6
13602 else
13603 ac_check_soname_save_LIBS=$LIBS
13604 LIBS="-lcurses $LIBS"
13605 cat >conftest.$ac_ext <<_ACEOF
13606 /* confdefs.h. */
13607 _ACEOF
13608 cat confdefs.h >>conftest.$ac_ext
13609 cat >>conftest.$ac_ext <<_ACEOF
13610 /* end confdefs.h. */
13612 /* Override any GCC internal prototype to avoid an error.
13613 Use char because int might match the return type of a GCC
13614 builtin and then its argument prototype would still apply. */
13615 #ifdef __cplusplus
13616 extern "C"
13617 #endif
13618 char waddch ();
13620 main ()
13622 return waddch ();
13624 return 0;
13626 _ACEOF
13627 rm -f conftest.$ac_objext conftest$ac_exeext
13628 if { (ac_try="$ac_link"
13629 case "(($ac_try" in
13630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13631 *) ac_try_echo=$ac_try;;
13632 esac
13633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13634 $as_echo "$ac_try_echo") >&5
13635 (eval "$ac_link") 2>conftest.er1
13636 ac_status=$?
13637 grep -v '^ *+' conftest.er1 >conftest.err
13638 rm -f conftest.er1
13639 cat conftest.err >&5
13640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13641 (exit $ac_status); } && {
13642 test -z "$ac_c_werror_flag" ||
13643 test ! -s conftest.err
13644 } && test -s conftest$ac_exeext && {
13645 test "$cross_compiling" = yes ||
13646 $as_test_x conftest$ac_exeext
13647 }; then
13648 case "$LIBEXT" in
13649 dll) ;;
13650 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'` ;;
13651 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13652 esac
13653 else
13654 $as_echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13660 rm -rf conftest.dSYM
13661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13662 conftest$ac_exeext conftest.$ac_ext
13663 LIBS=$ac_check_soname_save_LIBS
13665 if test "x$ac_cv_lib_soname_curses" = "x"; then
13666 { $as_echo "$as_me:$LINENO: result: not found" >&5
13667 $as_echo "not found" >&6; }
13669 else
13670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13671 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13673 cat >>confdefs.h <<_ACEOF
13674 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13675 _ACEOF
13677 CURSESLIBS="-lcurses"
13681 ac_save_LIBS="$LIBS"
13682 LIBS="$LIBS $CURSESLIBS"
13684 for ac_func in mousemask
13686 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13687 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13688 $as_echo_n "checking for $ac_func... " >&6; }
13689 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13690 $as_echo_n "(cached) " >&6
13691 else
13692 cat >conftest.$ac_ext <<_ACEOF
13693 /* confdefs.h. */
13694 _ACEOF
13695 cat confdefs.h >>conftest.$ac_ext
13696 cat >>conftest.$ac_ext <<_ACEOF
13697 /* end confdefs.h. */
13698 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13700 #define $ac_func innocuous_$ac_func
13702 /* System header to define __stub macros and hopefully few prototypes,
13703 which can conflict with char $ac_func (); below.
13704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13705 <limits.h> exists even on freestanding compilers. */
13707 #ifdef __STDC__
13708 # include <limits.h>
13709 #else
13710 # include <assert.h>
13711 #endif
13713 #undef $ac_func
13715 /* Override any GCC internal prototype to avoid an error.
13716 Use char because int might match the return type of a GCC
13717 builtin and then its argument prototype would still apply. */
13718 #ifdef __cplusplus
13719 extern "C"
13720 #endif
13721 char $ac_func ();
13722 /* The GNU C library defines this for functions which it implements
13723 to always fail with ENOSYS. Some functions are actually named
13724 something starting with __ and the normal name is an alias. */
13725 #if defined __stub_$ac_func || defined __stub___$ac_func
13726 choke me
13727 #endif
13730 main ()
13732 return $ac_func ();
13734 return 0;
13736 _ACEOF
13737 rm -f conftest.$ac_objext conftest$ac_exeext
13738 if { (ac_try="$ac_link"
13739 case "(($ac_try" in
13740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13741 *) ac_try_echo=$ac_try;;
13742 esac
13743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13744 $as_echo "$ac_try_echo") >&5
13745 (eval "$ac_link") 2>conftest.er1
13746 ac_status=$?
13747 grep -v '^ *+' conftest.er1 >conftest.err
13748 rm -f conftest.er1
13749 cat conftest.err >&5
13750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); } && {
13752 test -z "$ac_c_werror_flag" ||
13753 test ! -s conftest.err
13754 } && test -s conftest$ac_exeext && {
13755 test "$cross_compiling" = yes ||
13756 $as_test_x conftest$ac_exeext
13757 }; then
13758 eval "$as_ac_var=yes"
13759 else
13760 $as_echo "$as_me: failed program was:" >&5
13761 sed 's/^/| /' conftest.$ac_ext >&5
13763 eval "$as_ac_var=no"
13766 rm -rf conftest.dSYM
13767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13768 conftest$ac_exeext conftest.$ac_ext
13770 ac_res=`eval 'as_val=${'$as_ac_var'}
13771 $as_echo "$as_val"'`
13772 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13773 $as_echo "$ac_res" >&6; }
13774 as_val=`eval 'as_val=${'$as_ac_var'}
13775 $as_echo "$as_val"'`
13776 if test "x$as_val" = x""yes; then
13777 cat >>confdefs.h <<_ACEOF
13778 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13779 _ACEOF
13782 done
13784 LIBS="$ac_save_LIBS"
13785 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13786 case "x$with_curses" in
13787 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13788 xno) ;;
13789 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13790 This is an error since --with-curses was requested." >&5
13791 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13792 This is an error since --with-curses was requested." >&2;}
13793 { (exit 1); exit 1; }; } ;;
13794 esac
13798 if test "x$with_sane" != "xno"
13799 then
13800 ac_save_CPPFLAGS="$CPPFLAGS"
13801 # Extract the first word of "sane-config", so it can be a program name with args.
13802 set dummy sane-config; ac_word=$2
13803 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13804 $as_echo_n "checking for $ac_word... " >&6; }
13805 if test "${ac_cv_prog_sane_devel+set}" = set; then
13806 $as_echo_n "(cached) " >&6
13807 else
13808 if test -n "$sane_devel"; then
13809 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13810 else
13811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13812 for as_dir in $PATH
13814 IFS=$as_save_IFS
13815 test -z "$as_dir" && as_dir=.
13816 for ac_exec_ext in '' $ac_executable_extensions; do
13817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13818 ac_cv_prog_sane_devel="sane-config"
13819 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13820 break 2
13822 done
13823 done
13824 IFS=$as_save_IFS
13826 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13829 sane_devel=$ac_cv_prog_sane_devel
13830 if test -n "$sane_devel"; then
13831 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13832 $as_echo "$sane_devel" >&6; }
13833 else
13834 { $as_echo "$as_me:$LINENO: result: no" >&5
13835 $as_echo "no" >&6; }
13839 if test "$sane_devel" != "no"
13840 then
13841 ac_sane_incl="`$sane_devel --cflags`"
13842 ac_sane_libs="`$sane_devel --ldflags`"
13843 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13845 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13846 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13847 $as_echo_n "checking for sane/sane.h... " >&6; }
13848 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13849 $as_echo_n "(cached) " >&6
13851 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13852 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13853 else
13854 # Is the header compilable?
13855 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13856 $as_echo_n "checking sane/sane.h usability... " >&6; }
13857 cat >conftest.$ac_ext <<_ACEOF
13858 /* confdefs.h. */
13859 _ACEOF
13860 cat confdefs.h >>conftest.$ac_ext
13861 cat >>conftest.$ac_ext <<_ACEOF
13862 /* end confdefs.h. */
13863 $ac_includes_default
13864 #include <sane/sane.h>
13865 _ACEOF
13866 rm -f conftest.$ac_objext
13867 if { (ac_try="$ac_compile"
13868 case "(($ac_try" in
13869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13870 *) ac_try_echo=$ac_try;;
13871 esac
13872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13873 $as_echo "$ac_try_echo") >&5
13874 (eval "$ac_compile") 2>conftest.er1
13875 ac_status=$?
13876 grep -v '^ *+' conftest.er1 >conftest.err
13877 rm -f conftest.er1
13878 cat conftest.err >&5
13879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } && {
13881 test -z "$ac_c_werror_flag" ||
13882 test ! -s conftest.err
13883 } && test -s conftest.$ac_objext; then
13884 ac_header_compiler=yes
13885 else
13886 $as_echo "$as_me: failed program was:" >&5
13887 sed 's/^/| /' conftest.$ac_ext >&5
13889 ac_header_compiler=no
13892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13893 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13894 $as_echo "$ac_header_compiler" >&6; }
13896 # Is the header present?
13897 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13898 $as_echo_n "checking sane/sane.h presence... " >&6; }
13899 cat >conftest.$ac_ext <<_ACEOF
13900 /* confdefs.h. */
13901 _ACEOF
13902 cat confdefs.h >>conftest.$ac_ext
13903 cat >>conftest.$ac_ext <<_ACEOF
13904 /* end confdefs.h. */
13905 #include <sane/sane.h>
13906 _ACEOF
13907 if { (ac_try="$ac_cpp conftest.$ac_ext"
13908 case "(($ac_try" in
13909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13910 *) ac_try_echo=$ac_try;;
13911 esac
13912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13913 $as_echo "$ac_try_echo") >&5
13914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13915 ac_status=$?
13916 grep -v '^ *+' conftest.er1 >conftest.err
13917 rm -f conftest.er1
13918 cat conftest.err >&5
13919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13920 (exit $ac_status); } >/dev/null && {
13921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13922 test ! -s conftest.err
13923 }; then
13924 ac_header_preproc=yes
13925 else
13926 $as_echo "$as_me: failed program was:" >&5
13927 sed 's/^/| /' conftest.$ac_ext >&5
13929 ac_header_preproc=no
13932 rm -f conftest.err conftest.$ac_ext
13933 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13934 $as_echo "$ac_header_preproc" >&6; }
13936 # So? What about this header?
13937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13938 yes:no: )
13939 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13940 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13941 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13942 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13943 ac_header_preproc=yes
13945 no:yes:* )
13946 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13947 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13948 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13950 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13951 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13952 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13954 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13956 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13958 ( cat <<\_ASBOX
13959 ## ------------------------------------ ##
13960 ## Report this to wine-devel@winehq.org ##
13961 ## ------------------------------------ ##
13962 _ASBOX
13963 ) | sed "s/^/$as_me: WARNING: /" >&2
13965 esac
13966 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13967 $as_echo_n "checking for sane/sane.h... " >&6; }
13968 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13969 $as_echo_n "(cached) " >&6
13970 else
13971 ac_cv_header_sane_sane_h=$ac_header_preproc
13973 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13974 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13977 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13978 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13979 $as_echo_n "checking for -lsane... " >&6; }
13980 if test "${ac_cv_lib_soname_sane+set}" = set; then
13981 $as_echo_n "(cached) " >&6
13982 else
13983 ac_check_soname_save_LIBS=$LIBS
13984 LIBS="-lsane $ac_sane_libs $LIBS"
13985 cat >conftest.$ac_ext <<_ACEOF
13986 /* confdefs.h. */
13987 _ACEOF
13988 cat confdefs.h >>conftest.$ac_ext
13989 cat >>conftest.$ac_ext <<_ACEOF
13990 /* end confdefs.h. */
13992 /* Override any GCC internal prototype to avoid an error.
13993 Use char because int might match the return type of a GCC
13994 builtin and then its argument prototype would still apply. */
13995 #ifdef __cplusplus
13996 extern "C"
13997 #endif
13998 char sane_init ();
14000 main ()
14002 return sane_init ();
14004 return 0;
14006 _ACEOF
14007 rm -f conftest.$ac_objext conftest$ac_exeext
14008 if { (ac_try="$ac_link"
14009 case "(($ac_try" in
14010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14011 *) ac_try_echo=$ac_try;;
14012 esac
14013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14014 $as_echo "$ac_try_echo") >&5
14015 (eval "$ac_link") 2>conftest.er1
14016 ac_status=$?
14017 grep -v '^ *+' conftest.er1 >conftest.err
14018 rm -f conftest.er1
14019 cat conftest.err >&5
14020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14021 (exit $ac_status); } && {
14022 test -z "$ac_c_werror_flag" ||
14023 test ! -s conftest.err
14024 } && test -s conftest$ac_exeext && {
14025 test "$cross_compiling" = yes ||
14026 $as_test_x conftest$ac_exeext
14027 }; then
14028 case "$LIBEXT" in
14029 dll) ;;
14030 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'` ;;
14031 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14032 esac
14033 else
14034 $as_echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.$ac_ext >&5
14040 rm -rf conftest.dSYM
14041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14042 conftest$ac_exeext conftest.$ac_ext
14043 LIBS=$ac_check_soname_save_LIBS
14045 if test "x$ac_cv_lib_soname_sane" = "x"; then
14046 { $as_echo "$as_me:$LINENO: result: not found" >&5
14047 $as_echo "not found" >&6; }
14049 else
14050 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14051 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14053 cat >>confdefs.h <<_ACEOF
14054 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14055 _ACEOF
14057 SANEINCL="$ac_sane_incl"
14064 CPPFLAGS="$ac_save_CPPFLAGS"
14066 if test "x$ac_cv_lib_soname_sane" = "x"; then
14067 case "x$with_sane" in
14068 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14069 xno) ;;
14070 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14071 This is an error since --with-sane was requested." >&5
14072 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14073 This is an error since --with-sane was requested." >&2;}
14074 { (exit 1); exit 1; }; } ;;
14075 esac
14079 if test "x$with_gphoto" != "xno"
14080 then
14081 ac_save_CPPFLAGS="$CPPFLAGS"
14082 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14083 set dummy gphoto2-config; ac_word=$2
14084 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14085 $as_echo_n "checking for $ac_word... " >&6; }
14086 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14087 $as_echo_n "(cached) " >&6
14088 else
14089 if test -n "$gphoto2_devel"; then
14090 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14091 else
14092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14093 for as_dir in $PATH
14095 IFS=$as_save_IFS
14096 test -z "$as_dir" && as_dir=.
14097 for ac_exec_ext in '' $ac_executable_extensions; do
14098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14099 ac_cv_prog_gphoto2_devel="gphoto2-config"
14100 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14101 break 2
14103 done
14104 done
14105 IFS=$as_save_IFS
14107 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14110 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14111 if test -n "$gphoto2_devel"; then
14112 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14113 $as_echo "$gphoto2_devel" >&6; }
14114 else
14115 { $as_echo "$as_me:$LINENO: result: no" >&5
14116 $as_echo "no" >&6; }
14120 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14121 set dummy gphoto2-port-config; ac_word=$2
14122 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14123 $as_echo_n "checking for $ac_word... " >&6; }
14124 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14125 $as_echo_n "(cached) " >&6
14126 else
14127 if test -n "$gphoto2port_devel"; then
14128 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14129 else
14130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14131 for as_dir in $PATH
14133 IFS=$as_save_IFS
14134 test -z "$as_dir" && as_dir=.
14135 for ac_exec_ext in '' $ac_executable_extensions; do
14136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14137 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14138 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14139 break 2
14141 done
14142 done
14143 IFS=$as_save_IFS
14145 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14148 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14149 if test -n "$gphoto2port_devel"; then
14150 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14151 $as_echo "$gphoto2port_devel" >&6; }
14152 else
14153 { $as_echo "$as_me:$LINENO: result: no" >&5
14154 $as_echo "no" >&6; }
14158 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14159 then
14160 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14161 ac_gphoto2_libs=""
14162 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14164 case "$i" in
14165 -L/usr/lib|-L/usr/lib64) ;;
14166 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14167 esac
14168 done
14169 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14171 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14172 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14173 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14174 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14175 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14176 $as_echo_n "(cached) " >&6
14178 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14179 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14180 else
14181 # Is the header compilable?
14182 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14183 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14184 cat >conftest.$ac_ext <<_ACEOF
14185 /* confdefs.h. */
14186 _ACEOF
14187 cat confdefs.h >>conftest.$ac_ext
14188 cat >>conftest.$ac_ext <<_ACEOF
14189 /* end confdefs.h. */
14190 $ac_includes_default
14191 #include <gphoto2-camera.h>
14192 _ACEOF
14193 rm -f conftest.$ac_objext
14194 if { (ac_try="$ac_compile"
14195 case "(($ac_try" in
14196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14198 esac
14199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14200 $as_echo "$ac_try_echo") >&5
14201 (eval "$ac_compile") 2>conftest.er1
14202 ac_status=$?
14203 grep -v '^ *+' conftest.er1 >conftest.err
14204 rm -f conftest.er1
14205 cat conftest.err >&5
14206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207 (exit $ac_status); } && {
14208 test -z "$ac_c_werror_flag" ||
14209 test ! -s conftest.err
14210 } && test -s conftest.$ac_objext; then
14211 ac_header_compiler=yes
14212 else
14213 $as_echo "$as_me: failed program was:" >&5
14214 sed 's/^/| /' conftest.$ac_ext >&5
14216 ac_header_compiler=no
14219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14220 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14221 $as_echo "$ac_header_compiler" >&6; }
14223 # Is the header present?
14224 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14225 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14226 cat >conftest.$ac_ext <<_ACEOF
14227 /* confdefs.h. */
14228 _ACEOF
14229 cat confdefs.h >>conftest.$ac_ext
14230 cat >>conftest.$ac_ext <<_ACEOF
14231 /* end confdefs.h. */
14232 #include <gphoto2-camera.h>
14233 _ACEOF
14234 if { (ac_try="$ac_cpp conftest.$ac_ext"
14235 case "(($ac_try" in
14236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14237 *) ac_try_echo=$ac_try;;
14238 esac
14239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14240 $as_echo "$ac_try_echo") >&5
14241 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14242 ac_status=$?
14243 grep -v '^ *+' conftest.er1 >conftest.err
14244 rm -f conftest.er1
14245 cat conftest.err >&5
14246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14247 (exit $ac_status); } >/dev/null && {
14248 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14249 test ! -s conftest.err
14250 }; then
14251 ac_header_preproc=yes
14252 else
14253 $as_echo "$as_me: failed program was:" >&5
14254 sed 's/^/| /' conftest.$ac_ext >&5
14256 ac_header_preproc=no
14259 rm -f conftest.err conftest.$ac_ext
14260 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14261 $as_echo "$ac_header_preproc" >&6; }
14263 # So? What about this header?
14264 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14265 yes:no: )
14266 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14267 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14268 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14269 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14270 ac_header_preproc=yes
14272 no:yes:* )
14273 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14274 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14275 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14277 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14278 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14279 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14281 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14283 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14285 ( cat <<\_ASBOX
14286 ## ------------------------------------ ##
14287 ## Report this to wine-devel@winehq.org ##
14288 ## ------------------------------------ ##
14289 _ASBOX
14290 ) | sed "s/^/$as_me: WARNING: /" >&2
14292 esac
14293 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14294 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14295 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14296 $as_echo_n "(cached) " >&6
14297 else
14298 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14300 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14301 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14304 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14305 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14306 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14307 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14308 $as_echo_n "(cached) " >&6
14309 else
14310 ac_check_lib_save_LIBS=$LIBS
14311 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14312 cat >conftest.$ac_ext <<_ACEOF
14313 /* confdefs.h. */
14314 _ACEOF
14315 cat confdefs.h >>conftest.$ac_ext
14316 cat >>conftest.$ac_ext <<_ACEOF
14317 /* end confdefs.h. */
14319 /* Override any GCC internal prototype to avoid an error.
14320 Use char because int might match the return type of a GCC
14321 builtin and then its argument prototype would still apply. */
14322 #ifdef __cplusplus
14323 extern "C"
14324 #endif
14325 char gp_camera_new ();
14327 main ()
14329 return gp_camera_new ();
14331 return 0;
14333 _ACEOF
14334 rm -f conftest.$ac_objext conftest$ac_exeext
14335 if { (ac_try="$ac_link"
14336 case "(($ac_try" in
14337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14338 *) ac_try_echo=$ac_try;;
14339 esac
14340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14341 $as_echo "$ac_try_echo") >&5
14342 (eval "$ac_link") 2>conftest.er1
14343 ac_status=$?
14344 grep -v '^ *+' conftest.er1 >conftest.err
14345 rm -f conftest.er1
14346 cat conftest.err >&5
14347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348 (exit $ac_status); } && {
14349 test -z "$ac_c_werror_flag" ||
14350 test ! -s conftest.err
14351 } && test -s conftest$ac_exeext && {
14352 test "$cross_compiling" = yes ||
14353 $as_test_x conftest$ac_exeext
14354 }; then
14355 ac_cv_lib_gphoto2_gp_camera_new=yes
14356 else
14357 $as_echo "$as_me: failed program was:" >&5
14358 sed 's/^/| /' conftest.$ac_ext >&5
14360 ac_cv_lib_gphoto2_gp_camera_new=no
14363 rm -rf conftest.dSYM
14364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14365 conftest$ac_exeext conftest.$ac_ext
14366 LIBS=$ac_check_lib_save_LIBS
14368 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14369 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14370 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14372 cat >>confdefs.h <<\_ACEOF
14373 #define HAVE_GPHOTO2 1
14374 _ACEOF
14376 GPHOTO2LIBS="$ac_gphoto2_libs"
14378 GPHOTO2INCL="$ac_gphoto2_incl"
14385 CPPFLAGS="$ac_save_CPPFLAGS"
14387 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14388 case "x$with_gphoto" in
14389 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14390 xno) ;;
14391 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14392 This is an error since --with-gphoto was requested." >&5
14393 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14394 This is an error since --with-gphoto was requested." >&2;}
14395 { (exit 1); exit 1; }; } ;;
14396 esac
14401 RESOLVLIBS=""
14403 if test "$ac_cv_header_resolv_h" = "yes"
14404 then
14405 ac_save_LIBS="$LIBS"
14406 LIBS="$LIBS -lresolv"
14407 cat >conftest.$ac_ext <<_ACEOF
14408 /* confdefs.h. */
14409 _ACEOF
14410 cat confdefs.h >>conftest.$ac_ext
14411 cat >>conftest.$ac_ext <<_ACEOF
14412 /* end confdefs.h. */
14413 #ifdef HAVE_NETINET_IN_H
14414 #include <netinet/in.h>
14415 #endif
14416 #include <resolv.h>
14418 main ()
14420 res_init();
14422 return 0;
14424 _ACEOF
14425 rm -f conftest.$ac_objext conftest$ac_exeext
14426 if { (ac_try="$ac_link"
14427 case "(($ac_try" in
14428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14429 *) ac_try_echo=$ac_try;;
14430 esac
14431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14432 $as_echo "$ac_try_echo") >&5
14433 (eval "$ac_link") 2>conftest.er1
14434 ac_status=$?
14435 grep -v '^ *+' conftest.er1 >conftest.err
14436 rm -f conftest.er1
14437 cat conftest.err >&5
14438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14439 (exit $ac_status); } && {
14440 test -z "$ac_c_werror_flag" ||
14441 test ! -s conftest.err
14442 } && test -s conftest$ac_exeext && {
14443 test "$cross_compiling" = yes ||
14444 $as_test_x conftest$ac_exeext
14445 }; then
14447 cat >>confdefs.h <<\_ACEOF
14448 #define HAVE_RESOLV 1
14449 _ACEOF
14451 RESOLVLIBS="-lresolv"
14452 else
14453 $as_echo "$as_me: failed program was:" >&5
14454 sed 's/^/| /' conftest.$ac_ext >&5
14459 rm -rf conftest.dSYM
14460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14461 conftest$ac_exeext conftest.$ac_ext
14462 LIBS="$ac_save_LIBS"
14465 LCMSLIBS=""
14467 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14468 then
14469 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14470 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14471 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14472 $as_echo_n "(cached) " >&6
14473 else
14474 ac_check_lib_save_LIBS=$LIBS
14475 LIBS="-llcms $LIBS"
14476 cat >conftest.$ac_ext <<_ACEOF
14477 /* confdefs.h. */
14478 _ACEOF
14479 cat confdefs.h >>conftest.$ac_ext
14480 cat >>conftest.$ac_ext <<_ACEOF
14481 /* end confdefs.h. */
14483 /* Override any GCC internal prototype to avoid an error.
14484 Use char because int might match the return type of a GCC
14485 builtin and then its argument prototype would still apply. */
14486 #ifdef __cplusplus
14487 extern "C"
14488 #endif
14489 char cmsOpenProfileFromFile ();
14491 main ()
14493 return cmsOpenProfileFromFile ();
14495 return 0;
14497 _ACEOF
14498 rm -f conftest.$ac_objext conftest$ac_exeext
14499 if { (ac_try="$ac_link"
14500 case "(($ac_try" in
14501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14502 *) ac_try_echo=$ac_try;;
14503 esac
14504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14505 $as_echo "$ac_try_echo") >&5
14506 (eval "$ac_link") 2>conftest.er1
14507 ac_status=$?
14508 grep -v '^ *+' conftest.er1 >conftest.err
14509 rm -f conftest.er1
14510 cat conftest.err >&5
14511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); } && {
14513 test -z "$ac_c_werror_flag" ||
14514 test ! -s conftest.err
14515 } && test -s conftest$ac_exeext && {
14516 test "$cross_compiling" = yes ||
14517 $as_test_x conftest$ac_exeext
14518 }; then
14519 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14520 else
14521 $as_echo "$as_me: failed program was:" >&5
14522 sed 's/^/| /' conftest.$ac_ext >&5
14524 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14527 rm -rf conftest.dSYM
14528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14529 conftest$ac_exeext conftest.$ac_ext
14530 LIBS=$ac_check_lib_save_LIBS
14532 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14533 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14534 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14536 cat >>confdefs.h <<\_ACEOF
14537 #define HAVE_LCMS 1
14538 _ACEOF
14540 LCMSLIBS="-llcms"
14544 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14545 case "x$with_cms" in
14546 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14547 xno) ;;
14548 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14549 This is an error since --with-cms was requested." >&5
14550 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14551 This is an error since --with-cms was requested." >&2;}
14552 { (exit 1); exit 1; }; } ;;
14553 esac
14557 if test "x$with_freetype" != "xno"
14558 then
14559 for ac_prog in freetype-config freetype2-config
14561 # Extract the first word of "$ac_prog", so it can be a program name with args.
14562 set dummy $ac_prog; ac_word=$2
14563 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14564 $as_echo_n "checking for $ac_word... " >&6; }
14565 if test "${ac_cv_prog_ft_devel+set}" = set; then
14566 $as_echo_n "(cached) " >&6
14567 else
14568 if test -n "$ft_devel"; then
14569 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14570 else
14571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14572 for as_dir in $PATH
14574 IFS=$as_save_IFS
14575 test -z "$as_dir" && as_dir=.
14576 for ac_exec_ext in '' $ac_executable_extensions; do
14577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14578 ac_cv_prog_ft_devel="$ac_prog"
14579 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14580 break 2
14582 done
14583 done
14584 IFS=$as_save_IFS
14588 ft_devel=$ac_cv_prog_ft_devel
14589 if test -n "$ft_devel"; then
14590 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14591 $as_echo "$ft_devel" >&6; }
14592 else
14593 { $as_echo "$as_me:$LINENO: result: no" >&5
14594 $as_echo "no" >&6; }
14598 test -n "$ft_devel" && break
14599 done
14600 test -n "$ft_devel" || ft_devel="no"
14602 if test "$ft_devel" != "no"
14603 then
14604 ac_freetype_incl=`$ft_devel --cflags`
14605 ac_freetype_libs=`$ft_devel --libs`
14607 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14608 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14609 $as_echo_n "checking for -lfreetype... " >&6; }
14610 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14611 $as_echo_n "(cached) " >&6
14612 else
14613 ac_check_soname_save_LIBS=$LIBS
14614 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14615 cat >conftest.$ac_ext <<_ACEOF
14616 /* confdefs.h. */
14617 _ACEOF
14618 cat confdefs.h >>conftest.$ac_ext
14619 cat >>conftest.$ac_ext <<_ACEOF
14620 /* end confdefs.h. */
14622 /* Override any GCC internal prototype to avoid an error.
14623 Use char because int might match the return type of a GCC
14624 builtin and then its argument prototype would still apply. */
14625 #ifdef __cplusplus
14626 extern "C"
14627 #endif
14628 char FT_Init_FreeType ();
14630 main ()
14632 return FT_Init_FreeType ();
14634 return 0;
14636 _ACEOF
14637 rm -f conftest.$ac_objext conftest$ac_exeext
14638 if { (ac_try="$ac_link"
14639 case "(($ac_try" in
14640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14641 *) ac_try_echo=$ac_try;;
14642 esac
14643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14644 $as_echo "$ac_try_echo") >&5
14645 (eval "$ac_link") 2>conftest.er1
14646 ac_status=$?
14647 grep -v '^ *+' conftest.er1 >conftest.err
14648 rm -f conftest.er1
14649 cat conftest.err >&5
14650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651 (exit $ac_status); } && {
14652 test -z "$ac_c_werror_flag" ||
14653 test ! -s conftest.err
14654 } && test -s conftest$ac_exeext && {
14655 test "$cross_compiling" = yes ||
14656 $as_test_x conftest$ac_exeext
14657 }; then
14658 case "$LIBEXT" in
14659 dll) ;;
14660 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'` ;;
14661 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14662 esac
14663 else
14664 $as_echo "$as_me: failed program was:" >&5
14665 sed 's/^/| /' conftest.$ac_ext >&5
14670 rm -rf conftest.dSYM
14671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14672 conftest$ac_exeext conftest.$ac_ext
14673 LIBS=$ac_check_soname_save_LIBS
14675 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14676 { $as_echo "$as_me:$LINENO: result: not found" >&5
14677 $as_echo "not found" >&6; }
14678 ft_lib=no
14679 else
14680 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14681 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14683 cat >>confdefs.h <<_ACEOF
14684 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14685 _ACEOF
14687 ft_lib=yes
14690 if test "$ft_lib" = "yes"
14691 then
14692 ac_save_CPPFLAGS="$CPPFLAGS"
14693 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14707 for ac_header in ft2build.h \
14708 freetype/freetype.h \
14709 freetype/ftglyph.h \
14710 freetype/fttypes.h \
14711 freetype/tttables.h \
14712 freetype/ftnames.h \
14713 freetype/ftsnames.h \
14714 freetype/ttnameid.h \
14715 freetype/ftoutln.h \
14716 freetype/ftwinfnt.h \
14717 freetype/ftmodapi.h \
14718 freetype/ftlcdfil.h \
14719 freetype/internal/sfnt.h
14721 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14722 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14723 $as_echo_n "checking for $ac_header... " >&6; }
14724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14725 $as_echo_n "(cached) " >&6
14726 else
14727 cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h. */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h. */
14733 #ifdef HAVE_FT2BUILD_H
14734 # include <ft2build.h>
14735 #endif
14737 #include <$ac_header>
14738 _ACEOF
14739 rm -f conftest.$ac_objext
14740 if { (ac_try="$ac_compile"
14741 case "(($ac_try" in
14742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14743 *) ac_try_echo=$ac_try;;
14744 esac
14745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14746 $as_echo "$ac_try_echo") >&5
14747 (eval "$ac_compile") 2>conftest.er1
14748 ac_status=$?
14749 grep -v '^ *+' conftest.er1 >conftest.err
14750 rm -f conftest.er1
14751 cat conftest.err >&5
14752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753 (exit $ac_status); } && {
14754 test -z "$ac_c_werror_flag" ||
14755 test ! -s conftest.err
14756 } && test -s conftest.$ac_objext; then
14757 eval "$as_ac_Header=yes"
14758 else
14759 $as_echo "$as_me: failed program was:" >&5
14760 sed 's/^/| /' conftest.$ac_ext >&5
14762 eval "$as_ac_Header=no"
14765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14767 ac_res=`eval 'as_val=${'$as_ac_Header'}
14768 $as_echo "$as_val"'`
14769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14770 $as_echo "$ac_res" >&6; }
14771 as_val=`eval 'as_val=${'$as_ac_Header'}
14772 $as_echo "$as_val"'`
14773 if test "x$as_val" = x""yes; then
14774 cat >>confdefs.h <<_ACEOF
14775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14776 _ACEOF
14780 done
14782 cat >conftest.$ac_ext <<_ACEOF
14783 /* confdefs.h. */
14784 _ACEOF
14785 cat confdefs.h >>conftest.$ac_ext
14786 cat >>conftest.$ac_ext <<_ACEOF
14787 /* end confdefs.h. */
14788 #include <ft2build.h>
14789 #include <freetype/fttrigon.h>
14790 _ACEOF
14791 if { (ac_try="$ac_cpp conftest.$ac_ext"
14792 case "(($ac_try" in
14793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14794 *) ac_try_echo=$ac_try;;
14795 esac
14796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14797 $as_echo "$ac_try_echo") >&5
14798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14799 ac_status=$?
14800 grep -v '^ *+' conftest.er1 >conftest.err
14801 rm -f conftest.er1
14802 cat conftest.err >&5
14803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14804 (exit $ac_status); } >/dev/null && {
14805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14806 test ! -s conftest.err
14807 }; then
14809 cat >>confdefs.h <<\_ACEOF
14810 #define HAVE_FREETYPE_FTTRIGON_H 1
14811 _ACEOF
14813 wine_cv_fttrigon=yes
14814 else
14815 $as_echo "$as_me: failed program was:" >&5
14816 sed 's/^/| /' conftest.$ac_ext >&5
14818 wine_cv_fttrigon=no
14821 rm -f conftest.err conftest.$ac_ext
14822 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14823 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14824 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14825 $as_echo_n "(cached) " >&6
14826 else
14827 ac_cv_type_FT_TrueTypeEngineType=no
14828 cat >conftest.$ac_ext <<_ACEOF
14829 /* confdefs.h. */
14830 _ACEOF
14831 cat confdefs.h >>conftest.$ac_ext
14832 cat >>conftest.$ac_ext <<_ACEOF
14833 /* end confdefs.h. */
14834 #include <freetype/ftmodapi.h>
14837 main ()
14839 if (sizeof (FT_TrueTypeEngineType))
14840 return 0;
14842 return 0;
14844 _ACEOF
14845 rm -f conftest.$ac_objext
14846 if { (ac_try="$ac_compile"
14847 case "(($ac_try" in
14848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14849 *) ac_try_echo=$ac_try;;
14850 esac
14851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14852 $as_echo "$ac_try_echo") >&5
14853 (eval "$ac_compile") 2>conftest.er1
14854 ac_status=$?
14855 grep -v '^ *+' conftest.er1 >conftest.err
14856 rm -f conftest.er1
14857 cat conftest.err >&5
14858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14859 (exit $ac_status); } && {
14860 test -z "$ac_c_werror_flag" ||
14861 test ! -s conftest.err
14862 } && test -s conftest.$ac_objext; then
14863 cat >conftest.$ac_ext <<_ACEOF
14864 /* confdefs.h. */
14865 _ACEOF
14866 cat confdefs.h >>conftest.$ac_ext
14867 cat >>conftest.$ac_ext <<_ACEOF
14868 /* end confdefs.h. */
14869 #include <freetype/ftmodapi.h>
14872 main ()
14874 if (sizeof ((FT_TrueTypeEngineType)))
14875 return 0;
14877 return 0;
14879 _ACEOF
14880 rm -f conftest.$ac_objext
14881 if { (ac_try="$ac_compile"
14882 case "(($ac_try" in
14883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14884 *) ac_try_echo=$ac_try;;
14885 esac
14886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14887 $as_echo "$ac_try_echo") >&5
14888 (eval "$ac_compile") 2>conftest.er1
14889 ac_status=$?
14890 grep -v '^ *+' conftest.er1 >conftest.err
14891 rm -f conftest.er1
14892 cat conftest.err >&5
14893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14894 (exit $ac_status); } && {
14895 test -z "$ac_c_werror_flag" ||
14896 test ! -s conftest.err
14897 } && test -s conftest.$ac_objext; then
14899 else
14900 $as_echo "$as_me: failed program was:" >&5
14901 sed 's/^/| /' conftest.$ac_ext >&5
14903 ac_cv_type_FT_TrueTypeEngineType=yes
14906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14907 else
14908 $as_echo "$as_me: failed program was:" >&5
14909 sed 's/^/| /' conftest.$ac_ext >&5
14914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14916 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14917 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14918 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14920 cat >>confdefs.h <<_ACEOF
14921 #define HAVE_FT_TRUETYPEENGINETYPE 1
14922 _ACEOF
14927 ac_save_CFLAGS="$CFLAGS"
14928 CFLAGS="$CFLAGS $ac_freetype_libs"
14930 for ac_func in FT_Load_Sfnt_Table
14932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14933 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14934 $as_echo_n "checking for $ac_func... " >&6; }
14935 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14936 $as_echo_n "(cached) " >&6
14937 else
14938 cat >conftest.$ac_ext <<_ACEOF
14939 /* confdefs.h. */
14940 _ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14944 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14945 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14946 #define $ac_func innocuous_$ac_func
14948 /* System header to define __stub macros and hopefully few prototypes,
14949 which can conflict with char $ac_func (); below.
14950 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14951 <limits.h> exists even on freestanding compilers. */
14953 #ifdef __STDC__
14954 # include <limits.h>
14955 #else
14956 # include <assert.h>
14957 #endif
14959 #undef $ac_func
14961 /* Override any GCC internal prototype to avoid an error.
14962 Use char because int might match the return type of a GCC
14963 builtin and then its argument prototype would still apply. */
14964 #ifdef __cplusplus
14965 extern "C"
14966 #endif
14967 char $ac_func ();
14968 /* The GNU C library defines this for functions which it implements
14969 to always fail with ENOSYS. Some functions are actually named
14970 something starting with __ and the normal name is an alias. */
14971 #if defined __stub_$ac_func || defined __stub___$ac_func
14972 choke me
14973 #endif
14976 main ()
14978 return $ac_func ();
14980 return 0;
14982 _ACEOF
14983 rm -f conftest.$ac_objext conftest$ac_exeext
14984 if { (ac_try="$ac_link"
14985 case "(($ac_try" in
14986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14987 *) ac_try_echo=$ac_try;;
14988 esac
14989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14990 $as_echo "$ac_try_echo") >&5
14991 (eval "$ac_link") 2>conftest.er1
14992 ac_status=$?
14993 grep -v '^ *+' conftest.er1 >conftest.err
14994 rm -f conftest.er1
14995 cat conftest.err >&5
14996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); } && {
14998 test -z "$ac_c_werror_flag" ||
14999 test ! -s conftest.err
15000 } && test -s conftest$ac_exeext && {
15001 test "$cross_compiling" = yes ||
15002 $as_test_x conftest$ac_exeext
15003 }; then
15004 eval "$as_ac_var=yes"
15005 else
15006 $as_echo "$as_me: failed program was:" >&5
15007 sed 's/^/| /' conftest.$ac_ext >&5
15009 eval "$as_ac_var=no"
15012 rm -rf conftest.dSYM
15013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15014 conftest$ac_exeext conftest.$ac_ext
15016 ac_res=`eval 'as_val=${'$as_ac_var'}
15017 $as_echo "$as_val"'`
15018 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15019 $as_echo "$ac_res" >&6; }
15020 as_val=`eval 'as_val=${'$as_ac_var'}
15021 $as_echo "$as_val"'`
15022 if test "x$as_val" = x""yes; then
15023 cat >>confdefs.h <<_ACEOF
15024 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15025 _ACEOF
15028 done
15030 CFLAGS="$ac_save_CFLAGS"
15031 CPPFLAGS="$ac_save_CPPFLAGS"
15032 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15033 then
15035 cat >>confdefs.h <<\_ACEOF
15036 #define HAVE_FREETYPE 1
15037 _ACEOF
15039 FREETYPELIBS="$ac_freetype_libs"
15041 FREETYPEINCL="$ac_freetype_incl"
15046 if test "x$FREETYPELIBS" = "x"; then
15047 case "x$with_freetype" in
15048 xno) ;;
15049 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15050 Use the --without-freetype option if you really want this." >&5
15051 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15052 Use the --without-freetype option if you really want this." >&2;}
15053 { (exit 1); exit 1; }; } ;;
15054 esac
15057 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15059 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15060 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15061 if test "${ac_cv_c_ppdev+set}" = set; then
15062 $as_echo_n "(cached) " >&6
15063 else
15064 cat >conftest.$ac_ext <<_ACEOF
15065 /* confdefs.h. */
15066 _ACEOF
15067 cat confdefs.h >>conftest.$ac_ext
15068 cat >>conftest.$ac_ext <<_ACEOF
15069 /* end confdefs.h. */
15070 #include <linux/ppdev.h>
15072 main ()
15074 ioctl (1,PPCLAIM,0)
15076 return 0;
15078 _ACEOF
15079 rm -f conftest.$ac_objext
15080 if { (ac_try="$ac_compile"
15081 case "(($ac_try" in
15082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15083 *) ac_try_echo=$ac_try;;
15084 esac
15085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15086 $as_echo "$ac_try_echo") >&5
15087 (eval "$ac_compile") 2>conftest.er1
15088 ac_status=$?
15089 grep -v '^ *+' conftest.er1 >conftest.err
15090 rm -f conftest.er1
15091 cat conftest.err >&5
15092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); } && {
15094 test -z "$ac_c_werror_flag" ||
15095 test ! -s conftest.err
15096 } && test -s conftest.$ac_objext; then
15097 ac_cv_c_ppdev="yes"
15098 else
15099 $as_echo "$as_me: failed program was:" >&5
15100 sed 's/^/| /' conftest.$ac_ext >&5
15102 ac_cv_c_ppdev="no"
15105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15108 $as_echo "$ac_cv_c_ppdev" >&6; }
15109 if test "$ac_cv_c_ppdev" = "yes"
15110 then
15112 cat >>confdefs.h <<\_ACEOF
15113 #define HAVE_PPDEV 1
15114 _ACEOF
15118 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15119 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15120 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15121 $as_echo_n "(cached) " >&6
15122 else
15123 ac_cv_type_pthread_rwlock_t=no
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h. */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h. */
15130 #define _GNU_SOURCE
15131 #include <pthread.h>
15134 main ()
15136 if (sizeof (pthread_rwlock_t))
15137 return 0;
15139 return 0;
15141 _ACEOF
15142 rm -f conftest.$ac_objext
15143 if { (ac_try="$ac_compile"
15144 case "(($ac_try" in
15145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15146 *) ac_try_echo=$ac_try;;
15147 esac
15148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15149 $as_echo "$ac_try_echo") >&5
15150 (eval "$ac_compile") 2>conftest.er1
15151 ac_status=$?
15152 grep -v '^ *+' conftest.er1 >conftest.err
15153 rm -f conftest.er1
15154 cat conftest.err >&5
15155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156 (exit $ac_status); } && {
15157 test -z "$ac_c_werror_flag" ||
15158 test ! -s conftest.err
15159 } && test -s conftest.$ac_objext; then
15160 cat >conftest.$ac_ext <<_ACEOF
15161 /* confdefs.h. */
15162 _ACEOF
15163 cat confdefs.h >>conftest.$ac_ext
15164 cat >>conftest.$ac_ext <<_ACEOF
15165 /* end confdefs.h. */
15166 #define _GNU_SOURCE
15167 #include <pthread.h>
15170 main ()
15172 if (sizeof ((pthread_rwlock_t)))
15173 return 0;
15175 return 0;
15177 _ACEOF
15178 rm -f conftest.$ac_objext
15179 if { (ac_try="$ac_compile"
15180 case "(($ac_try" in
15181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15182 *) ac_try_echo=$ac_try;;
15183 esac
15184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15185 $as_echo "$ac_try_echo") >&5
15186 (eval "$ac_compile") 2>conftest.er1
15187 ac_status=$?
15188 grep -v '^ *+' conftest.er1 >conftest.err
15189 rm -f conftest.er1
15190 cat conftest.err >&5
15191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); } && {
15193 test -z "$ac_c_werror_flag" ||
15194 test ! -s conftest.err
15195 } && test -s conftest.$ac_objext; then
15197 else
15198 $as_echo "$as_me: failed program was:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15201 ac_cv_type_pthread_rwlock_t=yes
15204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15205 else
15206 $as_echo "$as_me: failed program was:" >&5
15207 sed 's/^/| /' conftest.$ac_ext >&5
15212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15214 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15215 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15216 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15218 cat >>confdefs.h <<_ACEOF
15219 #define HAVE_PTHREAD_RWLOCK_T 1
15220 _ACEOF
15224 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15225 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15226 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15227 $as_echo_n "(cached) " >&6
15228 else
15229 ac_cv_type_pthread_rwlockattr_t=no
15230 cat >conftest.$ac_ext <<_ACEOF
15231 /* confdefs.h. */
15232 _ACEOF
15233 cat confdefs.h >>conftest.$ac_ext
15234 cat >>conftest.$ac_ext <<_ACEOF
15235 /* end confdefs.h. */
15236 #define _GNU_SOURCE
15237 #include <pthread.h>
15240 main ()
15242 if (sizeof (pthread_rwlockattr_t))
15243 return 0;
15245 return 0;
15247 _ACEOF
15248 rm -f conftest.$ac_objext
15249 if { (ac_try="$ac_compile"
15250 case "(($ac_try" in
15251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15252 *) ac_try_echo=$ac_try;;
15253 esac
15254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15255 $as_echo "$ac_try_echo") >&5
15256 (eval "$ac_compile") 2>conftest.er1
15257 ac_status=$?
15258 grep -v '^ *+' conftest.er1 >conftest.err
15259 rm -f conftest.er1
15260 cat conftest.err >&5
15261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); } && {
15263 test -z "$ac_c_werror_flag" ||
15264 test ! -s conftest.err
15265 } && test -s conftest.$ac_objext; then
15266 cat >conftest.$ac_ext <<_ACEOF
15267 /* confdefs.h. */
15268 _ACEOF
15269 cat confdefs.h >>conftest.$ac_ext
15270 cat >>conftest.$ac_ext <<_ACEOF
15271 /* end confdefs.h. */
15272 #define _GNU_SOURCE
15273 #include <pthread.h>
15276 main ()
15278 if (sizeof ((pthread_rwlockattr_t)))
15279 return 0;
15281 return 0;
15283 _ACEOF
15284 rm -f conftest.$ac_objext
15285 if { (ac_try="$ac_compile"
15286 case "(($ac_try" in
15287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15288 *) ac_try_echo=$ac_try;;
15289 esac
15290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15291 $as_echo "$ac_try_echo") >&5
15292 (eval "$ac_compile") 2>conftest.er1
15293 ac_status=$?
15294 grep -v '^ *+' conftest.er1 >conftest.err
15295 rm -f conftest.er1
15296 cat conftest.err >&5
15297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15298 (exit $ac_status); } && {
15299 test -z "$ac_c_werror_flag" ||
15300 test ! -s conftest.err
15301 } && test -s conftest.$ac_objext; then
15303 else
15304 $as_echo "$as_me: failed program was:" >&5
15305 sed 's/^/| /' conftest.$ac_ext >&5
15307 ac_cv_type_pthread_rwlockattr_t=yes
15310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15311 else
15312 $as_echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15320 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15321 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15322 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15324 cat >>confdefs.h <<_ACEOF
15325 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15326 _ACEOF
15332 ac_wine_check_funcs_save_LIBS="$LIBS"
15333 LIBS="$LIBS $LIBPTHREAD"
15338 for ac_func in \
15339 pthread_attr_get_np \
15340 pthread_getattr_np \
15341 pthread_get_stackaddr_np \
15342 pthread_get_stacksize_np
15344 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15345 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15346 $as_echo_n "checking for $ac_func... " >&6; }
15347 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15348 $as_echo_n "(cached) " >&6
15349 else
15350 cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h. */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h. */
15356 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15358 #define $ac_func innocuous_$ac_func
15360 /* System header to define __stub macros and hopefully few prototypes,
15361 which can conflict with char $ac_func (); below.
15362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15363 <limits.h> exists even on freestanding compilers. */
15365 #ifdef __STDC__
15366 # include <limits.h>
15367 #else
15368 # include <assert.h>
15369 #endif
15371 #undef $ac_func
15373 /* Override any GCC internal prototype to avoid an error.
15374 Use char because int might match the return type of a GCC
15375 builtin and then its argument prototype would still apply. */
15376 #ifdef __cplusplus
15377 extern "C"
15378 #endif
15379 char $ac_func ();
15380 /* The GNU C library defines this for functions which it implements
15381 to always fail with ENOSYS. Some functions are actually named
15382 something starting with __ and the normal name is an alias. */
15383 #if defined __stub_$ac_func || defined __stub___$ac_func
15384 choke me
15385 #endif
15388 main ()
15390 return $ac_func ();
15392 return 0;
15394 _ACEOF
15395 rm -f conftest.$ac_objext conftest$ac_exeext
15396 if { (ac_try="$ac_link"
15397 case "(($ac_try" in
15398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399 *) ac_try_echo=$ac_try;;
15400 esac
15401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15402 $as_echo "$ac_try_echo") >&5
15403 (eval "$ac_link") 2>conftest.er1
15404 ac_status=$?
15405 grep -v '^ *+' conftest.er1 >conftest.err
15406 rm -f conftest.er1
15407 cat conftest.err >&5
15408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15409 (exit $ac_status); } && {
15410 test -z "$ac_c_werror_flag" ||
15411 test ! -s conftest.err
15412 } && test -s conftest$ac_exeext && {
15413 test "$cross_compiling" = yes ||
15414 $as_test_x conftest$ac_exeext
15415 }; then
15416 eval "$as_ac_var=yes"
15417 else
15418 $as_echo "$as_me: failed program was:" >&5
15419 sed 's/^/| /' conftest.$ac_ext >&5
15421 eval "$as_ac_var=no"
15424 rm -rf conftest.dSYM
15425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15426 conftest$ac_exeext conftest.$ac_ext
15428 ac_res=`eval 'as_val=${'$as_ac_var'}
15429 $as_echo "$as_val"'`
15430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15431 $as_echo "$ac_res" >&6; }
15432 as_val=`eval 'as_val=${'$as_ac_var'}
15433 $as_echo "$as_val"'`
15434 if test "x$as_val" = x""yes; then
15435 cat >>confdefs.h <<_ACEOF
15436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437 _ACEOF
15440 done
15442 LIBS="$ac_wine_check_funcs_save_LIBS"
15444 if test "x$with_esd" != xno
15445 then
15446 save_CFLAGS="$CFLAGS"
15447 # Extract the first word of "esd-config", so it can be a program name with args.
15448 set dummy esd-config; ac_word=$2
15449 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15450 $as_echo_n "checking for $ac_word... " >&6; }
15451 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15452 $as_echo_n "(cached) " >&6
15453 else
15454 case $ESDCONFIG in
15455 [\\/]* | ?:[\\/]*)
15456 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15460 for as_dir in $PATH
15462 IFS=$as_save_IFS
15463 test -z "$as_dir" && as_dir=.
15464 for ac_exec_ext in '' $ac_executable_extensions; do
15465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15466 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15467 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15468 break 2
15470 done
15471 done
15472 IFS=$as_save_IFS
15474 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15476 esac
15478 ESDCONFIG=$ac_cv_path_ESDCONFIG
15479 if test -n "$ESDCONFIG"; then
15480 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15481 $as_echo "$ESDCONFIG" >&6; }
15482 else
15483 { $as_echo "$as_me:$LINENO: result: no" >&5
15484 $as_echo "no" >&6; }
15488 if test "x$ESDCONFIG" != "xno"
15489 then
15490 ac_esd_incl=""
15491 for i in `$ESDCONFIG --cflags`
15493 case "$i" in
15494 -I*) ac_esd_incl="$ac_esd_incl $i";;
15495 esac
15496 done
15497 ac_esd_libs=`$ESDCONFIG --libs`
15498 CFLAGS="$CFLAGS $ac_esd_incl"
15500 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15501 if test "${ac_cv_header_esd_h+set}" = set; then
15502 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15503 $as_echo_n "checking for esd.h... " >&6; }
15504 if test "${ac_cv_header_esd_h+set}" = set; then
15505 $as_echo_n "(cached) " >&6
15507 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15508 $as_echo "$ac_cv_header_esd_h" >&6; }
15509 else
15510 # Is the header compilable?
15511 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15512 $as_echo_n "checking esd.h usability... " >&6; }
15513 cat >conftest.$ac_ext <<_ACEOF
15514 /* confdefs.h. */
15515 _ACEOF
15516 cat confdefs.h >>conftest.$ac_ext
15517 cat >>conftest.$ac_ext <<_ACEOF
15518 /* end confdefs.h. */
15519 $ac_includes_default
15520 #include <esd.h>
15521 _ACEOF
15522 rm -f conftest.$ac_objext
15523 if { (ac_try="$ac_compile"
15524 case "(($ac_try" in
15525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15526 *) ac_try_echo=$ac_try;;
15527 esac
15528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15529 $as_echo "$ac_try_echo") >&5
15530 (eval "$ac_compile") 2>conftest.er1
15531 ac_status=$?
15532 grep -v '^ *+' conftest.er1 >conftest.err
15533 rm -f conftest.er1
15534 cat conftest.err >&5
15535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15536 (exit $ac_status); } && {
15537 test -z "$ac_c_werror_flag" ||
15538 test ! -s conftest.err
15539 } && test -s conftest.$ac_objext; then
15540 ac_header_compiler=yes
15541 else
15542 $as_echo "$as_me: failed program was:" >&5
15543 sed 's/^/| /' conftest.$ac_ext >&5
15545 ac_header_compiler=no
15548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15549 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15550 $as_echo "$ac_header_compiler" >&6; }
15552 # Is the header present?
15553 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15554 $as_echo_n "checking esd.h presence... " >&6; }
15555 cat >conftest.$ac_ext <<_ACEOF
15556 /* confdefs.h. */
15557 _ACEOF
15558 cat confdefs.h >>conftest.$ac_ext
15559 cat >>conftest.$ac_ext <<_ACEOF
15560 /* end confdefs.h. */
15561 #include <esd.h>
15562 _ACEOF
15563 if { (ac_try="$ac_cpp conftest.$ac_ext"
15564 case "(($ac_try" in
15565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15566 *) ac_try_echo=$ac_try;;
15567 esac
15568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15569 $as_echo "$ac_try_echo") >&5
15570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15571 ac_status=$?
15572 grep -v '^ *+' conftest.er1 >conftest.err
15573 rm -f conftest.er1
15574 cat conftest.err >&5
15575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15576 (exit $ac_status); } >/dev/null && {
15577 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15578 test ! -s conftest.err
15579 }; then
15580 ac_header_preproc=yes
15581 else
15582 $as_echo "$as_me: failed program was:" >&5
15583 sed 's/^/| /' conftest.$ac_ext >&5
15585 ac_header_preproc=no
15588 rm -f conftest.err conftest.$ac_ext
15589 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15590 $as_echo "$ac_header_preproc" >&6; }
15592 # So? What about this header?
15593 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15594 yes:no: )
15595 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15596 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15597 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15598 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15599 ac_header_preproc=yes
15601 no:yes:* )
15602 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15603 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15604 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15605 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15606 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15607 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15608 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15609 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15610 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15611 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15612 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15613 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15614 ( cat <<\_ASBOX
15615 ## ------------------------------------ ##
15616 ## Report this to wine-devel@winehq.org ##
15617 ## ------------------------------------ ##
15618 _ASBOX
15619 ) | sed "s/^/$as_me: WARNING: /" >&2
15621 esac
15622 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15623 $as_echo_n "checking for esd.h... " >&6; }
15624 if test "${ac_cv_header_esd_h+set}" = set; then
15625 $as_echo_n "(cached) " >&6
15626 else
15627 ac_cv_header_esd_h=$ac_header_preproc
15629 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15630 $as_echo "$ac_cv_header_esd_h" >&6; }
15633 if test "x$ac_cv_header_esd_h" = x""yes; then
15634 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15635 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15636 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15637 $as_echo_n "(cached) " >&6
15638 else
15639 ac_check_lib_save_LIBS=$LIBS
15640 LIBS="-lesd $ac_esd_libs $LIBS"
15641 cat >conftest.$ac_ext <<_ACEOF
15642 /* confdefs.h. */
15643 _ACEOF
15644 cat confdefs.h >>conftest.$ac_ext
15645 cat >>conftest.$ac_ext <<_ACEOF
15646 /* end confdefs.h. */
15648 /* Override any GCC internal prototype to avoid an error.
15649 Use char because int might match the return type of a GCC
15650 builtin and then its argument prototype would still apply. */
15651 #ifdef __cplusplus
15652 extern "C"
15653 #endif
15654 char esd_open_sound ();
15656 main ()
15658 return esd_open_sound ();
15660 return 0;
15662 _ACEOF
15663 rm -f conftest.$ac_objext conftest$ac_exeext
15664 if { (ac_try="$ac_link"
15665 case "(($ac_try" in
15666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15667 *) ac_try_echo=$ac_try;;
15668 esac
15669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15670 $as_echo "$ac_try_echo") >&5
15671 (eval "$ac_link") 2>conftest.er1
15672 ac_status=$?
15673 grep -v '^ *+' conftest.er1 >conftest.err
15674 rm -f conftest.er1
15675 cat conftest.err >&5
15676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15677 (exit $ac_status); } && {
15678 test -z "$ac_c_werror_flag" ||
15679 test ! -s conftest.err
15680 } && test -s conftest$ac_exeext && {
15681 test "$cross_compiling" = yes ||
15682 $as_test_x conftest$ac_exeext
15683 }; then
15684 ac_cv_lib_esd_esd_open_sound=yes
15685 else
15686 $as_echo "$as_me: failed program was:" >&5
15687 sed 's/^/| /' conftest.$ac_ext >&5
15689 ac_cv_lib_esd_esd_open_sound=no
15692 rm -rf conftest.dSYM
15693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15694 conftest$ac_exeext conftest.$ac_ext
15695 LIBS=$ac_check_lib_save_LIBS
15697 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15698 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15699 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15700 ESDINCL="$ac_esd_incl"
15702 ESDLIBS="$ac_esd_libs"
15705 cat >>confdefs.h <<\_ACEOF
15706 #define HAVE_ESD 1
15707 _ACEOF
15714 CFLAGS="$save_CFLAGS"
15717 ALSALIBS=""
15719 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15720 then
15721 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15722 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15723 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15724 $as_echo_n "(cached) " >&6
15725 else
15726 ac_check_lib_save_LIBS=$LIBS
15727 LIBS="-lasound $LIBS"
15728 cat >conftest.$ac_ext <<_ACEOF
15729 /* confdefs.h. */
15730 _ACEOF
15731 cat confdefs.h >>conftest.$ac_ext
15732 cat >>conftest.$ac_ext <<_ACEOF
15733 /* end confdefs.h. */
15735 /* Override any GCC internal prototype to avoid an error.
15736 Use char because int might match the return type of a GCC
15737 builtin and then its argument prototype would still apply. */
15738 #ifdef __cplusplus
15739 extern "C"
15740 #endif
15741 char snd_pcm_hw_params_get_access ();
15743 main ()
15745 return snd_pcm_hw_params_get_access ();
15747 return 0;
15749 _ACEOF
15750 rm -f conftest.$ac_objext conftest$ac_exeext
15751 if { (ac_try="$ac_link"
15752 case "(($ac_try" in
15753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15754 *) ac_try_echo=$ac_try;;
15755 esac
15756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15757 $as_echo "$ac_try_echo") >&5
15758 (eval "$ac_link") 2>conftest.er1
15759 ac_status=$?
15760 grep -v '^ *+' conftest.er1 >conftest.err
15761 rm -f conftest.er1
15762 cat conftest.err >&5
15763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764 (exit $ac_status); } && {
15765 test -z "$ac_c_werror_flag" ||
15766 test ! -s conftest.err
15767 } && test -s conftest$ac_exeext && {
15768 test "$cross_compiling" = yes ||
15769 $as_test_x conftest$ac_exeext
15770 }; then
15771 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15772 else
15773 $as_echo "$as_me: failed program was:" >&5
15774 sed 's/^/| /' conftest.$ac_ext >&5
15776 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15779 rm -rf conftest.dSYM
15780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15781 conftest$ac_exeext conftest.$ac_ext
15782 LIBS=$ac_check_lib_save_LIBS
15784 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15785 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15786 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15787 cat >conftest.$ac_ext <<_ACEOF
15788 /* confdefs.h. */
15789 _ACEOF
15790 cat confdefs.h >>conftest.$ac_ext
15791 cat >>conftest.$ac_ext <<_ACEOF
15792 /* end confdefs.h. */
15793 #ifdef HAVE_ALSA_ASOUNDLIB_H
15794 #include <alsa/asoundlib.h>
15795 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15796 #include <sys/asoundlib.h>
15797 #endif
15799 main ()
15801 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15803 return 0;
15805 _ACEOF
15806 rm -f conftest.$ac_objext
15807 if { (ac_try="$ac_compile"
15808 case "(($ac_try" in
15809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15810 *) ac_try_echo=$ac_try;;
15811 esac
15812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15813 $as_echo "$ac_try_echo") >&5
15814 (eval "$ac_compile") 2>conftest.er1
15815 ac_status=$?
15816 grep -v '^ *+' conftest.er1 >conftest.err
15817 rm -f conftest.er1
15818 cat conftest.err >&5
15819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15820 (exit $ac_status); } && {
15821 test -z "$ac_c_werror_flag" ||
15822 test ! -s conftest.err
15823 } && test -s conftest.$ac_objext; then
15825 cat >>confdefs.h <<\_ACEOF
15826 #define HAVE_ALSA 1
15827 _ACEOF
15829 ALSALIBS="-lasound"
15830 else
15831 $as_echo "$as_me: failed program was:" >&5
15832 sed 's/^/| /' conftest.$ac_ext >&5
15837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15842 AUDIOIOLIBS=""
15844 if test "$ac_cv_header_libaudioio_h" = "yes"
15845 then
15846 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15847 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15848 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15849 $as_echo_n "(cached) " >&6
15850 else
15851 ac_check_lib_save_LIBS=$LIBS
15852 LIBS="-laudioio $LIBS"
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h. */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15860 /* Override any GCC internal prototype to avoid an error.
15861 Use char because int might match the return type of a GCC
15862 builtin and then its argument prototype would still apply. */
15863 #ifdef __cplusplus
15864 extern "C"
15865 #endif
15866 char AudioIOGetVersion ();
15868 main ()
15870 return AudioIOGetVersion ();
15872 return 0;
15874 _ACEOF
15875 rm -f conftest.$ac_objext conftest$ac_exeext
15876 if { (ac_try="$ac_link"
15877 case "(($ac_try" in
15878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15879 *) ac_try_echo=$ac_try;;
15880 esac
15881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15882 $as_echo "$ac_try_echo") >&5
15883 (eval "$ac_link") 2>conftest.er1
15884 ac_status=$?
15885 grep -v '^ *+' conftest.er1 >conftest.err
15886 rm -f conftest.er1
15887 cat conftest.err >&5
15888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889 (exit $ac_status); } && {
15890 test -z "$ac_c_werror_flag" ||
15891 test ! -s conftest.err
15892 } && test -s conftest$ac_exeext && {
15893 test "$cross_compiling" = yes ||
15894 $as_test_x conftest$ac_exeext
15895 }; then
15896 ac_cv_lib_audioio_AudioIOGetVersion=yes
15897 else
15898 $as_echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15901 ac_cv_lib_audioio_AudioIOGetVersion=no
15904 rm -rf conftest.dSYM
15905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15906 conftest$ac_exeext conftest.$ac_ext
15907 LIBS=$ac_check_lib_save_LIBS
15909 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15910 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15911 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15912 AUDIOIOLIBS="-laudioio"
15914 cat >>confdefs.h <<\_ACEOF
15915 #define HAVE_LIBAUDIOIO 1
15916 _ACEOF
15923 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15924 then
15925 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15926 $as_echo_n "checking for -lcapi20... " >&6; }
15927 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15928 $as_echo_n "(cached) " >&6
15929 else
15930 ac_check_soname_save_LIBS=$LIBS
15931 LIBS="-lcapi20 $LIBS"
15932 cat >conftest.$ac_ext <<_ACEOF
15933 /* confdefs.h. */
15934 _ACEOF
15935 cat confdefs.h >>conftest.$ac_ext
15936 cat >>conftest.$ac_ext <<_ACEOF
15937 /* end confdefs.h. */
15939 /* Override any GCC internal prototype to avoid an error.
15940 Use char because int might match the return type of a GCC
15941 builtin and then its argument prototype would still apply. */
15942 #ifdef __cplusplus
15943 extern "C"
15944 #endif
15945 char capi20_register ();
15947 main ()
15949 return capi20_register ();
15951 return 0;
15953 _ACEOF
15954 rm -f conftest.$ac_objext conftest$ac_exeext
15955 if { (ac_try="$ac_link"
15956 case "(($ac_try" in
15957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15958 *) ac_try_echo=$ac_try;;
15959 esac
15960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15961 $as_echo "$ac_try_echo") >&5
15962 (eval "$ac_link") 2>conftest.er1
15963 ac_status=$?
15964 grep -v '^ *+' conftest.er1 >conftest.err
15965 rm -f conftest.er1
15966 cat conftest.err >&5
15967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15968 (exit $ac_status); } && {
15969 test -z "$ac_c_werror_flag" ||
15970 test ! -s conftest.err
15971 } && test -s conftest$ac_exeext && {
15972 test "$cross_compiling" = yes ||
15973 $as_test_x conftest$ac_exeext
15974 }; then
15975 case "$LIBEXT" in
15976 dll) ;;
15977 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'` ;;
15978 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15979 esac
15980 else
15981 $as_echo "$as_me: failed program was:" >&5
15982 sed 's/^/| /' conftest.$ac_ext >&5
15987 rm -rf conftest.dSYM
15988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15989 conftest$ac_exeext conftest.$ac_ext
15990 LIBS=$ac_check_soname_save_LIBS
15992 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15993 { $as_echo "$as_me:$LINENO: result: not found" >&5
15994 $as_echo "not found" >&6; }
15996 else
15997 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15998 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16000 cat >>confdefs.h <<_ACEOF
16001 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16002 _ACEOF
16008 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16009 case "x$with_capi" in
16010 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16011 xno) ;;
16012 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16013 This is an error since --with-capi was requested." >&5
16014 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16015 This is an error since --with-capi was requested." >&2;}
16016 { (exit 1); exit 1; }; } ;;
16017 esac
16021 CUPSINCL=""
16023 if test "x$with_cups" != "xno"
16024 then
16025 ac_save_CPPFLAGS="$CPPFLAGS"
16026 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16027 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16028 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16030 for ac_header in cups/cups.h
16032 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16035 $as_echo_n "checking for $ac_header... " >&6; }
16036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16037 $as_echo_n "(cached) " >&6
16039 ac_res=`eval 'as_val=${'$as_ac_Header'}
16040 $as_echo "$as_val"'`
16041 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16042 $as_echo "$ac_res" >&6; }
16043 else
16044 # Is the header compilable?
16045 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16046 $as_echo_n "checking $ac_header usability... " >&6; }
16047 cat >conftest.$ac_ext <<_ACEOF
16048 /* confdefs.h. */
16049 _ACEOF
16050 cat confdefs.h >>conftest.$ac_ext
16051 cat >>conftest.$ac_ext <<_ACEOF
16052 /* end confdefs.h. */
16053 $ac_includes_default
16054 #include <$ac_header>
16055 _ACEOF
16056 rm -f conftest.$ac_objext
16057 if { (ac_try="$ac_compile"
16058 case "(($ac_try" in
16059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16060 *) ac_try_echo=$ac_try;;
16061 esac
16062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16063 $as_echo "$ac_try_echo") >&5
16064 (eval "$ac_compile") 2>conftest.er1
16065 ac_status=$?
16066 grep -v '^ *+' conftest.er1 >conftest.err
16067 rm -f conftest.er1
16068 cat conftest.err >&5
16069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16070 (exit $ac_status); } && {
16071 test -z "$ac_c_werror_flag" ||
16072 test ! -s conftest.err
16073 } && test -s conftest.$ac_objext; then
16074 ac_header_compiler=yes
16075 else
16076 $as_echo "$as_me: failed program was:" >&5
16077 sed 's/^/| /' conftest.$ac_ext >&5
16079 ac_header_compiler=no
16082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16083 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16084 $as_echo "$ac_header_compiler" >&6; }
16086 # Is the header present?
16087 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16088 $as_echo_n "checking $ac_header presence... " >&6; }
16089 cat >conftest.$ac_ext <<_ACEOF
16090 /* confdefs.h. */
16091 _ACEOF
16092 cat confdefs.h >>conftest.$ac_ext
16093 cat >>conftest.$ac_ext <<_ACEOF
16094 /* end confdefs.h. */
16095 #include <$ac_header>
16096 _ACEOF
16097 if { (ac_try="$ac_cpp conftest.$ac_ext"
16098 case "(($ac_try" in
16099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16100 *) ac_try_echo=$ac_try;;
16101 esac
16102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16103 $as_echo "$ac_try_echo") >&5
16104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16105 ac_status=$?
16106 grep -v '^ *+' conftest.er1 >conftest.err
16107 rm -f conftest.er1
16108 cat conftest.err >&5
16109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); } >/dev/null && {
16111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16112 test ! -s conftest.err
16113 }; then
16114 ac_header_preproc=yes
16115 else
16116 $as_echo "$as_me: failed program was:" >&5
16117 sed 's/^/| /' conftest.$ac_ext >&5
16119 ac_header_preproc=no
16122 rm -f conftest.err conftest.$ac_ext
16123 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16124 $as_echo "$ac_header_preproc" >&6; }
16126 # So? What about this header?
16127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16128 yes:no: )
16129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16130 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16132 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16133 ac_header_preproc=yes
16135 no:yes:* )
16136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16137 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16139 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16141 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16143 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16148 ( cat <<\_ASBOX
16149 ## ------------------------------------ ##
16150 ## Report this to wine-devel@winehq.org ##
16151 ## ------------------------------------ ##
16152 _ASBOX
16153 ) | sed "s/^/$as_me: WARNING: /" >&2
16155 esac
16156 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16157 $as_echo_n "checking for $ac_header... " >&6; }
16158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16159 $as_echo_n "(cached) " >&6
16160 else
16161 eval "$as_ac_Header=\$ac_header_preproc"
16163 ac_res=`eval 'as_val=${'$as_ac_Header'}
16164 $as_echo "$as_val"'`
16165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16166 $as_echo "$ac_res" >&6; }
16169 as_val=`eval 'as_val=${'$as_ac_Header'}
16170 $as_echo "$as_val"'`
16171 if test "x$as_val" = x""yes; then
16172 cat >>confdefs.h <<_ACEOF
16173 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16174 _ACEOF
16175 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16176 $as_echo_n "checking for -lcups... " >&6; }
16177 if test "${ac_cv_lib_soname_cups+set}" = set; then
16178 $as_echo_n "(cached) " >&6
16179 else
16180 ac_check_soname_save_LIBS=$LIBS
16181 LIBS="-lcups $ac_cups_libs $LIBS"
16182 cat >conftest.$ac_ext <<_ACEOF
16183 /* confdefs.h. */
16184 _ACEOF
16185 cat confdefs.h >>conftest.$ac_ext
16186 cat >>conftest.$ac_ext <<_ACEOF
16187 /* end confdefs.h. */
16189 /* Override any GCC internal prototype to avoid an error.
16190 Use char because int might match the return type of a GCC
16191 builtin and then its argument prototype would still apply. */
16192 #ifdef __cplusplus
16193 extern "C"
16194 #endif
16195 char cupsGetDefault ();
16197 main ()
16199 return cupsGetDefault ();
16201 return 0;
16203 _ACEOF
16204 rm -f conftest.$ac_objext conftest$ac_exeext
16205 if { (ac_try="$ac_link"
16206 case "(($ac_try" in
16207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16208 *) ac_try_echo=$ac_try;;
16209 esac
16210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16211 $as_echo "$ac_try_echo") >&5
16212 (eval "$ac_link") 2>conftest.er1
16213 ac_status=$?
16214 grep -v '^ *+' conftest.er1 >conftest.err
16215 rm -f conftest.er1
16216 cat conftest.err >&5
16217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16218 (exit $ac_status); } && {
16219 test -z "$ac_c_werror_flag" ||
16220 test ! -s conftest.err
16221 } && test -s conftest$ac_exeext && {
16222 test "$cross_compiling" = yes ||
16223 $as_test_x conftest$ac_exeext
16224 }; then
16225 case "$LIBEXT" in
16226 dll) ;;
16227 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'` ;;
16228 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16229 esac
16230 else
16231 $as_echo "$as_me: failed program was:" >&5
16232 sed 's/^/| /' conftest.$ac_ext >&5
16237 rm -rf conftest.dSYM
16238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16239 conftest$ac_exeext conftest.$ac_ext
16240 LIBS=$ac_check_soname_save_LIBS
16242 if test "x$ac_cv_lib_soname_cups" = "x"; then
16243 { $as_echo "$as_me:$LINENO: result: not found" >&5
16244 $as_echo "not found" >&6; }
16246 else
16247 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16248 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16250 cat >>confdefs.h <<_ACEOF
16251 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16252 _ACEOF
16254 CUPSINCL="$ac_cups_cflags"
16259 done
16261 CPPFLAGS="$ac_save_CPPFLAGS"
16263 if test "x$ac_cv_lib_soname_cups" = "x"; then
16264 case "x$with_cups" in
16265 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16266 xno) ;;
16267 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16268 This is an error since --with-cups was requested." >&5
16269 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16270 This is an error since --with-cups was requested." >&2;}
16271 { (exit 1); exit 1; }; } ;;
16272 esac
16276 if test "$ac_cv_header_jack_jack_h" = "yes"
16277 then
16278 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16279 $as_echo_n "checking for -ljack... " >&6; }
16280 if test "${ac_cv_lib_soname_jack+set}" = set; then
16281 $as_echo_n "(cached) " >&6
16282 else
16283 ac_check_soname_save_LIBS=$LIBS
16284 LIBS="-ljack $LIBS"
16285 cat >conftest.$ac_ext <<_ACEOF
16286 /* confdefs.h. */
16287 _ACEOF
16288 cat confdefs.h >>conftest.$ac_ext
16289 cat >>conftest.$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16292 /* Override any GCC internal prototype to avoid an error.
16293 Use char because int might match the return type of a GCC
16294 builtin and then its argument prototype would still apply. */
16295 #ifdef __cplusplus
16296 extern "C"
16297 #endif
16298 char jack_client_new ();
16300 main ()
16302 return jack_client_new ();
16304 return 0;
16306 _ACEOF
16307 rm -f conftest.$ac_objext conftest$ac_exeext
16308 if { (ac_try="$ac_link"
16309 case "(($ac_try" in
16310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16311 *) ac_try_echo=$ac_try;;
16312 esac
16313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16314 $as_echo "$ac_try_echo") >&5
16315 (eval "$ac_link") 2>conftest.er1
16316 ac_status=$?
16317 grep -v '^ *+' conftest.er1 >conftest.err
16318 rm -f conftest.er1
16319 cat conftest.err >&5
16320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321 (exit $ac_status); } && {
16322 test -z "$ac_c_werror_flag" ||
16323 test ! -s conftest.err
16324 } && test -s conftest$ac_exeext && {
16325 test "$cross_compiling" = yes ||
16326 $as_test_x conftest$ac_exeext
16327 }; then
16328 case "$LIBEXT" in
16329 dll) ;;
16330 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'` ;;
16331 *) 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'` ;;
16332 esac
16333 else
16334 $as_echo "$as_me: failed program was:" >&5
16335 sed 's/^/| /' conftest.$ac_ext >&5
16340 rm -rf conftest.dSYM
16341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16342 conftest$ac_exeext conftest.$ac_ext
16343 LIBS=$ac_check_soname_save_LIBS
16345 if test "x$ac_cv_lib_soname_jack" = "x"; then
16346 { $as_echo "$as_me:$LINENO: result: not found" >&5
16347 $as_echo "not found" >&6; }
16349 else
16350 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16351 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16353 cat >>confdefs.h <<_ACEOF
16354 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16355 _ACEOF
16362 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16363 then
16364 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16365 $as_echo_n "checking for -lfontconfig... " >&6; }
16366 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16367 $as_echo_n "(cached) " >&6
16368 else
16369 ac_check_soname_save_LIBS=$LIBS
16370 LIBS="-lfontconfig $LIBS"
16371 cat >conftest.$ac_ext <<_ACEOF
16372 /* confdefs.h. */
16373 _ACEOF
16374 cat confdefs.h >>conftest.$ac_ext
16375 cat >>conftest.$ac_ext <<_ACEOF
16376 /* end confdefs.h. */
16378 /* Override any GCC internal prototype to avoid an error.
16379 Use char because int might match the return type of a GCC
16380 builtin and then its argument prototype would still apply. */
16381 #ifdef __cplusplus
16382 extern "C"
16383 #endif
16384 char FcInit ();
16386 main ()
16388 return FcInit ();
16390 return 0;
16392 _ACEOF
16393 rm -f conftest.$ac_objext conftest$ac_exeext
16394 if { (ac_try="$ac_link"
16395 case "(($ac_try" in
16396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16397 *) ac_try_echo=$ac_try;;
16398 esac
16399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16400 $as_echo "$ac_try_echo") >&5
16401 (eval "$ac_link") 2>conftest.er1
16402 ac_status=$?
16403 grep -v '^ *+' conftest.er1 >conftest.err
16404 rm -f conftest.er1
16405 cat conftest.err >&5
16406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); } && {
16408 test -z "$ac_c_werror_flag" ||
16409 test ! -s conftest.err
16410 } && test -s conftest$ac_exeext && {
16411 test "$cross_compiling" = yes ||
16412 $as_test_x conftest$ac_exeext
16413 }; then
16414 case "$LIBEXT" in
16415 dll) ;;
16416 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'` ;;
16417 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16418 esac
16419 else
16420 $as_echo "$as_me: failed program was:" >&5
16421 sed 's/^/| /' conftest.$ac_ext >&5
16426 rm -rf conftest.dSYM
16427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16428 conftest$ac_exeext conftest.$ac_ext
16429 LIBS=$ac_check_soname_save_LIBS
16431 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16432 { $as_echo "$as_me:$LINENO: result: not found" >&5
16433 $as_echo "not found" >&6; }
16435 else
16436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16437 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16439 cat >>confdefs.h <<_ACEOF
16440 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16441 _ACEOF
16446 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16447 then
16448 ac_save_CPPFLAGS="$CPPFLAGS"
16449 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16450 $as_unset ac_cv_header_fontconfig_fontconfig_h
16452 for ac_header in fontconfig/fontconfig.h
16454 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16456 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16457 $as_echo_n "checking for $ac_header... " >&6; }
16458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16459 $as_echo_n "(cached) " >&6
16461 ac_res=`eval 'as_val=${'$as_ac_Header'}
16462 $as_echo "$as_val"'`
16463 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16464 $as_echo "$ac_res" >&6; }
16465 else
16466 # Is the header compilable?
16467 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16468 $as_echo_n "checking $ac_header usability... " >&6; }
16469 cat >conftest.$ac_ext <<_ACEOF
16470 /* confdefs.h. */
16471 _ACEOF
16472 cat confdefs.h >>conftest.$ac_ext
16473 cat >>conftest.$ac_ext <<_ACEOF
16474 /* end confdefs.h. */
16475 $ac_includes_default
16476 #include <$ac_header>
16477 _ACEOF
16478 rm -f conftest.$ac_objext
16479 if { (ac_try="$ac_compile"
16480 case "(($ac_try" in
16481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16482 *) ac_try_echo=$ac_try;;
16483 esac
16484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16485 $as_echo "$ac_try_echo") >&5
16486 (eval "$ac_compile") 2>conftest.er1
16487 ac_status=$?
16488 grep -v '^ *+' conftest.er1 >conftest.err
16489 rm -f conftest.er1
16490 cat conftest.err >&5
16491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && {
16493 test -z "$ac_c_werror_flag" ||
16494 test ! -s conftest.err
16495 } && test -s conftest.$ac_objext; then
16496 ac_header_compiler=yes
16497 else
16498 $as_echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16501 ac_header_compiler=no
16504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16505 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16506 $as_echo "$ac_header_compiler" >&6; }
16508 # Is the header present?
16509 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16510 $as_echo_n "checking $ac_header presence... " >&6; }
16511 cat >conftest.$ac_ext <<_ACEOF
16512 /* confdefs.h. */
16513 _ACEOF
16514 cat confdefs.h >>conftest.$ac_ext
16515 cat >>conftest.$ac_ext <<_ACEOF
16516 /* end confdefs.h. */
16517 #include <$ac_header>
16518 _ACEOF
16519 if { (ac_try="$ac_cpp conftest.$ac_ext"
16520 case "(($ac_try" in
16521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522 *) ac_try_echo=$ac_try;;
16523 esac
16524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16525 $as_echo "$ac_try_echo") >&5
16526 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16527 ac_status=$?
16528 grep -v '^ *+' conftest.er1 >conftest.err
16529 rm -f conftest.er1
16530 cat conftest.err >&5
16531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16532 (exit $ac_status); } >/dev/null && {
16533 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16534 test ! -s conftest.err
16535 }; then
16536 ac_header_preproc=yes
16537 else
16538 $as_echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16541 ac_header_preproc=no
16544 rm -f conftest.err conftest.$ac_ext
16545 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16546 $as_echo "$ac_header_preproc" >&6; }
16548 # So? What about this header?
16549 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16550 yes:no: )
16551 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16552 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16554 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16555 ac_header_preproc=yes
16557 no:yes:* )
16558 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16559 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16560 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16561 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16562 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16563 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16564 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16565 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16566 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16567 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16570 ( cat <<\_ASBOX
16571 ## ------------------------------------ ##
16572 ## Report this to wine-devel@winehq.org ##
16573 ## ------------------------------------ ##
16574 _ASBOX
16575 ) | sed "s/^/$as_me: WARNING: /" >&2
16577 esac
16578 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16579 $as_echo_n "checking for $ac_header... " >&6; }
16580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16581 $as_echo_n "(cached) " >&6
16582 else
16583 eval "$as_ac_Header=\$ac_header_preproc"
16585 ac_res=`eval 'as_val=${'$as_ac_Header'}
16586 $as_echo "$as_val"'`
16587 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16588 $as_echo "$ac_res" >&6; }
16591 as_val=`eval 'as_val=${'$as_ac_Header'}
16592 $as_echo "$as_val"'`
16593 if test "x$as_val" = x""yes; then
16594 cat >>confdefs.h <<_ACEOF
16595 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16596 _ACEOF
16600 done
16602 CPPFLAGS="$ac_save_CPPFLAGS"
16603 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16604 then
16605 FONTCONFIGINCL="$X_CFLAGS"
16607 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16608 $as_echo_n "checking for -lfontconfig... " >&6; }
16609 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16610 $as_echo_n "(cached) " >&6
16611 else
16612 ac_check_soname_save_LIBS=$LIBS
16613 LIBS="-lfontconfig $X_LIBS $LIBS"
16614 cat >conftest.$ac_ext <<_ACEOF
16615 /* confdefs.h. */
16616 _ACEOF
16617 cat confdefs.h >>conftest.$ac_ext
16618 cat >>conftest.$ac_ext <<_ACEOF
16619 /* end confdefs.h. */
16621 /* Override any GCC internal prototype to avoid an error.
16622 Use char because int might match the return type of a GCC
16623 builtin and then its argument prototype would still apply. */
16624 #ifdef __cplusplus
16625 extern "C"
16626 #endif
16627 char FcInit ();
16629 main ()
16631 return FcInit ();
16633 return 0;
16635 _ACEOF
16636 rm -f conftest.$ac_objext conftest$ac_exeext
16637 if { (ac_try="$ac_link"
16638 case "(($ac_try" in
16639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16640 *) ac_try_echo=$ac_try;;
16641 esac
16642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16643 $as_echo "$ac_try_echo") >&5
16644 (eval "$ac_link") 2>conftest.er1
16645 ac_status=$?
16646 grep -v '^ *+' conftest.er1 >conftest.err
16647 rm -f conftest.er1
16648 cat conftest.err >&5
16649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16650 (exit $ac_status); } && {
16651 test -z "$ac_c_werror_flag" ||
16652 test ! -s conftest.err
16653 } && test -s conftest$ac_exeext && {
16654 test "$cross_compiling" = yes ||
16655 $as_test_x conftest$ac_exeext
16656 }; then
16657 case "$LIBEXT" in
16658 dll) ;;
16659 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'` ;;
16660 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16661 esac
16662 else
16663 $as_echo "$as_me: failed program was:" >&5
16664 sed 's/^/| /' conftest.$ac_ext >&5
16669 rm -rf conftest.dSYM
16670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16671 conftest$ac_exeext conftest.$ac_ext
16672 LIBS=$ac_check_soname_save_LIBS
16674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16675 { $as_echo "$as_me:$LINENO: result: not found" >&5
16676 $as_echo "not found" >&6; }
16678 else
16679 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16682 cat >>confdefs.h <<_ACEOF
16683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16684 _ACEOF
16691 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16692 case "x$with_fontconfig" in
16693 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16694 xno) ;;
16695 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16696 This is an error since --with-fontconfig was requested." >&5
16697 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16698 This is an error since --with-fontconfig was requested." >&2;}
16699 { (exit 1); exit 1; }; } ;;
16700 esac
16704 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16705 then
16706 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16707 $as_echo_n "checking for -lssl... " >&6; }
16708 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16709 $as_echo_n "(cached) " >&6
16710 else
16711 ac_check_soname_save_LIBS=$LIBS
16712 LIBS="-lssl $LIBS"
16713 cat >conftest.$ac_ext <<_ACEOF
16714 /* confdefs.h. */
16715 _ACEOF
16716 cat confdefs.h >>conftest.$ac_ext
16717 cat >>conftest.$ac_ext <<_ACEOF
16718 /* end confdefs.h. */
16720 /* Override any GCC internal prototype to avoid an error.
16721 Use char because int might match the return type of a GCC
16722 builtin and then its argument prototype would still apply. */
16723 #ifdef __cplusplus
16724 extern "C"
16725 #endif
16726 char SSL_library_init ();
16728 main ()
16730 return SSL_library_init ();
16732 return 0;
16734 _ACEOF
16735 rm -f conftest.$ac_objext conftest$ac_exeext
16736 if { (ac_try="$ac_link"
16737 case "(($ac_try" in
16738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16739 *) ac_try_echo=$ac_try;;
16740 esac
16741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16742 $as_echo "$ac_try_echo") >&5
16743 (eval "$ac_link") 2>conftest.er1
16744 ac_status=$?
16745 grep -v '^ *+' conftest.er1 >conftest.err
16746 rm -f conftest.er1
16747 cat conftest.err >&5
16748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16749 (exit $ac_status); } && {
16750 test -z "$ac_c_werror_flag" ||
16751 test ! -s conftest.err
16752 } && test -s conftest$ac_exeext && {
16753 test "$cross_compiling" = yes ||
16754 $as_test_x conftest$ac_exeext
16755 }; then
16756 case "$LIBEXT" in
16757 dll) ;;
16758 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'` ;;
16759 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16760 esac
16761 else
16762 $as_echo "$as_me: failed program was:" >&5
16763 sed 's/^/| /' conftest.$ac_ext >&5
16768 rm -rf conftest.dSYM
16769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16770 conftest$ac_exeext conftest.$ac_ext
16771 LIBS=$ac_check_soname_save_LIBS
16773 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16774 { $as_echo "$as_me:$LINENO: result: not found" >&5
16775 $as_echo "not found" >&6; }
16777 else
16778 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16779 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16781 cat >>confdefs.h <<_ACEOF
16782 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16783 _ACEOF
16788 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16789 $as_echo_n "checking for -lcrypto... " >&6; }
16790 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16791 $as_echo_n "(cached) " >&6
16792 else
16793 ac_check_soname_save_LIBS=$LIBS
16794 LIBS="-lcrypto $LIBS"
16795 cat >conftest.$ac_ext <<_ACEOF
16796 /* confdefs.h. */
16797 _ACEOF
16798 cat confdefs.h >>conftest.$ac_ext
16799 cat >>conftest.$ac_ext <<_ACEOF
16800 /* end confdefs.h. */
16802 /* Override any GCC internal prototype to avoid an error.
16803 Use char because int might match the return type of a GCC
16804 builtin and then its argument prototype would still apply. */
16805 #ifdef __cplusplus
16806 extern "C"
16807 #endif
16808 char BIO_new_socket ();
16810 main ()
16812 return BIO_new_socket ();
16814 return 0;
16816 _ACEOF
16817 rm -f conftest.$ac_objext conftest$ac_exeext
16818 if { (ac_try="$ac_link"
16819 case "(($ac_try" in
16820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16821 *) ac_try_echo=$ac_try;;
16822 esac
16823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16824 $as_echo "$ac_try_echo") >&5
16825 (eval "$ac_link") 2>conftest.er1
16826 ac_status=$?
16827 grep -v '^ *+' conftest.er1 >conftest.err
16828 rm -f conftest.er1
16829 cat conftest.err >&5
16830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } && {
16832 test -z "$ac_c_werror_flag" ||
16833 test ! -s conftest.err
16834 } && test -s conftest$ac_exeext && {
16835 test "$cross_compiling" = yes ||
16836 $as_test_x conftest$ac_exeext
16837 }; then
16838 case "$LIBEXT" in
16839 dll) ;;
16840 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'` ;;
16841 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16842 esac
16843 else
16844 $as_echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16850 rm -rf conftest.dSYM
16851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16852 conftest$ac_exeext conftest.$ac_ext
16853 LIBS=$ac_check_soname_save_LIBS
16855 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16856 { $as_echo "$as_me:$LINENO: result: not found" >&5
16857 $as_echo "not found" >&6; }
16859 else
16860 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16861 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16863 cat >>confdefs.h <<_ACEOF
16864 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16865 _ACEOF
16871 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16872 case "x$with_openssl" in
16873 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16874 xno) ;;
16875 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16876 This is an error since --with-openssl was requested." >&5
16877 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16878 This is an error since --with-openssl was requested." >&2;}
16879 { (exit 1); exit 1; }; } ;;
16880 esac
16884 if test "$ac_cv_header_jpeglib_h" = "yes"
16885 then
16886 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16887 $as_echo_n "checking for -ljpeg... " >&6; }
16888 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16889 $as_echo_n "(cached) " >&6
16890 else
16891 ac_check_soname_save_LIBS=$LIBS
16892 LIBS="-ljpeg $LIBS"
16893 cat >conftest.$ac_ext <<_ACEOF
16894 /* confdefs.h. */
16895 _ACEOF
16896 cat confdefs.h >>conftest.$ac_ext
16897 cat >>conftest.$ac_ext <<_ACEOF
16898 /* end confdefs.h. */
16900 /* Override any GCC internal prototype to avoid an error.
16901 Use char because int might match the return type of a GCC
16902 builtin and then its argument prototype would still apply. */
16903 #ifdef __cplusplus
16904 extern "C"
16905 #endif
16906 char jpeg_start_decompress ();
16908 main ()
16910 return jpeg_start_decompress ();
16912 return 0;
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919 *) ac_try_echo=$ac_try;;
16920 esac
16921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16922 $as_echo "$ac_try_echo") >&5
16923 (eval "$ac_link") 2>conftest.er1
16924 ac_status=$?
16925 grep -v '^ *+' conftest.er1 >conftest.err
16926 rm -f conftest.er1
16927 cat conftest.err >&5
16928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext && {
16933 test "$cross_compiling" = yes ||
16934 $as_test_x conftest$ac_exeext
16935 }; then
16936 case "$LIBEXT" in
16937 dll) ;;
16938 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'` ;;
16939 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16940 esac
16941 else
16942 $as_echo "$as_me: failed program was:" >&5
16943 sed 's/^/| /' conftest.$ac_ext >&5
16948 rm -rf conftest.dSYM
16949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16950 conftest$ac_exeext conftest.$ac_ext
16951 LIBS=$ac_check_soname_save_LIBS
16953 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16954 { $as_echo "$as_me:$LINENO: result: not found" >&5
16955 $as_echo "not found" >&6; }
16957 else
16958 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16959 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16961 cat >>confdefs.h <<_ACEOF
16962 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16963 _ACEOF
16969 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16970 case "x$with_jpeg" in
16971 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16972 xno) ;;
16973 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16974 This is an error since --with-jpeg was requested." >&5
16975 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16976 This is an error since --with-jpeg was requested." >&2;}
16977 { (exit 1); exit 1; }; } ;;
16978 esac
16982 if test "$ac_cv_header_png_h" = "yes"
16983 then
16984 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16985 $as_echo_n "checking for -lpng... " >&6; }
16986 if test "${ac_cv_lib_soname_png+set}" = set; then
16987 $as_echo_n "(cached) " >&6
16988 else
16989 ac_check_soname_save_LIBS=$LIBS
16990 LIBS="-lpng -lm -lz $LIBS"
16991 cat >conftest.$ac_ext <<_ACEOF
16992 /* confdefs.h. */
16993 _ACEOF
16994 cat confdefs.h >>conftest.$ac_ext
16995 cat >>conftest.$ac_ext <<_ACEOF
16996 /* end confdefs.h. */
16998 /* Override any GCC internal prototype to avoid an error.
16999 Use char because int might match the return type of a GCC
17000 builtin and then its argument prototype would still apply. */
17001 #ifdef __cplusplus
17002 extern "C"
17003 #endif
17004 char png_create_read_struct ();
17006 main ()
17008 return png_create_read_struct ();
17010 return 0;
17012 _ACEOF
17013 rm -f conftest.$ac_objext conftest$ac_exeext
17014 if { (ac_try="$ac_link"
17015 case "(($ac_try" in
17016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17017 *) ac_try_echo=$ac_try;;
17018 esac
17019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17020 $as_echo "$ac_try_echo") >&5
17021 (eval "$ac_link") 2>conftest.er1
17022 ac_status=$?
17023 grep -v '^ *+' conftest.er1 >conftest.err
17024 rm -f conftest.er1
17025 cat conftest.err >&5
17026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027 (exit $ac_status); } && {
17028 test -z "$ac_c_werror_flag" ||
17029 test ! -s conftest.err
17030 } && test -s conftest$ac_exeext && {
17031 test "$cross_compiling" = yes ||
17032 $as_test_x conftest$ac_exeext
17033 }; then
17034 case "$LIBEXT" in
17035 dll) ;;
17036 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'` ;;
17037 *) 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'` ;;
17038 esac
17039 else
17040 $as_echo "$as_me: failed program was:" >&5
17041 sed 's/^/| /' conftest.$ac_ext >&5
17046 rm -rf conftest.dSYM
17047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17048 conftest$ac_exeext conftest.$ac_ext
17049 LIBS=$ac_check_soname_save_LIBS
17051 if test "x$ac_cv_lib_soname_png" = "x"; then
17052 { $as_echo "$as_me:$LINENO: result: not found" >&5
17053 $as_echo "not found" >&6; }
17055 else
17056 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17057 $as_echo "$ac_cv_lib_soname_png" >&6; }
17059 cat >>confdefs.h <<_ACEOF
17060 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17061 _ACEOF
17067 if test "x$ac_cv_lib_soname_png" = "x"; then
17068 case "x$with_png" in
17069 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17070 xno) ;;
17071 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17072 This is an error since --with-png was requested." >&5
17073 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17074 This is an error since --with-png was requested." >&2;}
17075 { (exit 1); exit 1; }; } ;;
17076 esac
17080 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17081 $as_echo_n "checking for -lodbc... " >&6; }
17082 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17083 $as_echo_n "(cached) " >&6
17084 else
17085 ac_check_soname_save_LIBS=$LIBS
17086 LIBS="-lodbc $LIBS"
17087 cat >conftest.$ac_ext <<_ACEOF
17088 /* confdefs.h. */
17089 _ACEOF
17090 cat confdefs.h >>conftest.$ac_ext
17091 cat >>conftest.$ac_ext <<_ACEOF
17092 /* end confdefs.h. */
17094 /* Override any GCC internal prototype to avoid an error.
17095 Use char because int might match the return type of a GCC
17096 builtin and then its argument prototype would still apply. */
17097 #ifdef __cplusplus
17098 extern "C"
17099 #endif
17100 char SQLConnect ();
17102 main ()
17104 return SQLConnect ();
17106 return 0;
17108 _ACEOF
17109 rm -f conftest.$ac_objext conftest$ac_exeext
17110 if { (ac_try="$ac_link"
17111 case "(($ac_try" in
17112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17113 *) ac_try_echo=$ac_try;;
17114 esac
17115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17116 $as_echo "$ac_try_echo") >&5
17117 (eval "$ac_link") 2>conftest.er1
17118 ac_status=$?
17119 grep -v '^ *+' conftest.er1 >conftest.err
17120 rm -f conftest.er1
17121 cat conftest.err >&5
17122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); } && {
17124 test -z "$ac_c_werror_flag" ||
17125 test ! -s conftest.err
17126 } && test -s conftest$ac_exeext && {
17127 test "$cross_compiling" = yes ||
17128 $as_test_x conftest$ac_exeext
17129 }; then
17130 case "$LIBEXT" in
17131 dll) ;;
17132 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'` ;;
17133 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17134 esac
17135 else
17136 $as_echo "$as_me: failed program was:" >&5
17137 sed 's/^/| /' conftest.$ac_ext >&5
17142 rm -rf conftest.dSYM
17143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17144 conftest$ac_exeext conftest.$ac_ext
17145 LIBS=$ac_check_soname_save_LIBS
17147 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17148 { $as_echo "$as_me:$LINENO: result: not found" >&5
17149 $as_echo "not found" >&6; }
17150 cat >>confdefs.h <<_ACEOF
17151 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17152 _ACEOF
17154 else
17155 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17156 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17158 cat >>confdefs.h <<_ACEOF
17159 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17160 _ACEOF
17166 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17167 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17168 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17169 "$ac_cv_header_soundcard_h" != "yes" -a \
17170 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17171 then
17172 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17176 EXTRACFLAGS=""
17178 if test "x${GCC}" = "xyes"
17179 then
17180 EXTRACFLAGS="-Wall -pipe"
17182 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17183 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17184 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17185 $as_echo_n "(cached) " >&6
17186 else
17187 if test "$cross_compiling" = yes; then
17188 ac_cv_c_gcc_strength_bug="yes"
17189 else
17190 cat >conftest.$ac_ext <<_ACEOF
17191 /* confdefs.h. */
17192 _ACEOF
17193 cat confdefs.h >>conftest.$ac_ext
17194 cat >>conftest.$ac_ext <<_ACEOF
17195 /* end confdefs.h. */
17196 int L[4] = {0,1,2,3};
17198 main ()
17200 static int Array[3];
17201 unsigned int B = 3;
17202 int i;
17203 for(i=0; i<B; i++) Array[i] = i - 3;
17204 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17205 L[i] = 4;
17206 exit( Array[1] != -2 || L[2] != 3)
17208 return 0;
17210 _ACEOF
17211 rm -f conftest$ac_exeext
17212 if { (ac_try="$ac_link"
17213 case "(($ac_try" in
17214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17215 *) ac_try_echo=$ac_try;;
17216 esac
17217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17218 $as_echo "$ac_try_echo") >&5
17219 (eval "$ac_link") 2>&5
17220 ac_status=$?
17221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17223 { (case "(($ac_try" in
17224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17225 *) ac_try_echo=$ac_try;;
17226 esac
17227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17228 $as_echo "$ac_try_echo") >&5
17229 (eval "$ac_try") 2>&5
17230 ac_status=$?
17231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232 (exit $ac_status); }; }; then
17233 ac_cv_c_gcc_strength_bug="no"
17234 else
17235 $as_echo "$as_me: program exited with status $ac_status" >&5
17236 $as_echo "$as_me: failed program was:" >&5
17237 sed 's/^/| /' conftest.$ac_ext >&5
17239 ( exit $ac_status )
17240 ac_cv_c_gcc_strength_bug="yes"
17242 rm -rf conftest.dSYM
17243 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17248 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17249 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17250 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17251 then
17252 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17255 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17256 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17257 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17258 $as_echo_n "(cached) " >&6
17259 else
17260 ac_wine_try_cflags_saved=$CFLAGS
17261 CFLAGS="$CFLAGS -fno-builtin"
17262 cat >conftest.$ac_ext <<_ACEOF
17263 /* confdefs.h. */
17264 _ACEOF
17265 cat confdefs.h >>conftest.$ac_ext
17266 cat >>conftest.$ac_ext <<_ACEOF
17267 /* end confdefs.h. */
17270 main ()
17274 return 0;
17276 _ACEOF
17277 rm -f conftest.$ac_objext conftest$ac_exeext
17278 if { (ac_try="$ac_link"
17279 case "(($ac_try" in
17280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17281 *) ac_try_echo=$ac_try;;
17282 esac
17283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17284 $as_echo "$ac_try_echo") >&5
17285 (eval "$ac_link") 2>conftest.er1
17286 ac_status=$?
17287 grep -v '^ *+' conftest.er1 >conftest.err
17288 rm -f conftest.er1
17289 cat conftest.err >&5
17290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17291 (exit $ac_status); } && {
17292 test -z "$ac_c_werror_flag" ||
17293 test ! -s conftest.err
17294 } && test -s conftest$ac_exeext && {
17295 test "$cross_compiling" = yes ||
17296 $as_test_x conftest$ac_exeext
17297 }; then
17298 ac_cv_cflags__fno_builtin=yes
17299 else
17300 $as_echo "$as_me: failed program was:" >&5
17301 sed 's/^/| /' conftest.$ac_ext >&5
17303 ac_cv_cflags__fno_builtin=no
17306 rm -rf conftest.dSYM
17307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17308 conftest$ac_exeext conftest.$ac_ext
17309 CFLAGS=$ac_wine_try_cflags_saved
17311 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17312 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17313 if test $ac_cv_cflags__fno_builtin = yes; then
17314 BUILTINFLAG="-fno-builtin"
17318 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17319 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17320 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17321 $as_echo_n "(cached) " >&6
17322 else
17323 ac_wine_try_cflags_saved=$CFLAGS
17324 CFLAGS="$CFLAGS -fno-strict-aliasing"
17325 cat >conftest.$ac_ext <<_ACEOF
17326 /* confdefs.h. */
17327 _ACEOF
17328 cat confdefs.h >>conftest.$ac_ext
17329 cat >>conftest.$ac_ext <<_ACEOF
17330 /* end confdefs.h. */
17333 main ()
17337 return 0;
17339 _ACEOF
17340 rm -f conftest.$ac_objext conftest$ac_exeext
17341 if { (ac_try="$ac_link"
17342 case "(($ac_try" in
17343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17344 *) ac_try_echo=$ac_try;;
17345 esac
17346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17347 $as_echo "$ac_try_echo") >&5
17348 (eval "$ac_link") 2>conftest.er1
17349 ac_status=$?
17350 grep -v '^ *+' conftest.er1 >conftest.err
17351 rm -f conftest.er1
17352 cat conftest.err >&5
17353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354 (exit $ac_status); } && {
17355 test -z "$ac_c_werror_flag" ||
17356 test ! -s conftest.err
17357 } && test -s conftest$ac_exeext && {
17358 test "$cross_compiling" = yes ||
17359 $as_test_x conftest$ac_exeext
17360 }; then
17361 ac_cv_cflags__fno_strict_aliasing=yes
17362 else
17363 $as_echo "$as_me: failed program was:" >&5
17364 sed 's/^/| /' conftest.$ac_ext >&5
17366 ac_cv_cflags__fno_strict_aliasing=no
17369 rm -rf conftest.dSYM
17370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17371 conftest$ac_exeext conftest.$ac_ext
17372 CFLAGS=$ac_wine_try_cflags_saved
17374 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17375 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17376 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17377 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17380 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17381 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17382 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17383 $as_echo_n "(cached) " >&6
17384 else
17385 ac_wine_try_cflags_saved=$CFLAGS
17386 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17387 cat >conftest.$ac_ext <<_ACEOF
17388 /* confdefs.h. */
17389 _ACEOF
17390 cat confdefs.h >>conftest.$ac_ext
17391 cat >>conftest.$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17395 main ()
17399 return 0;
17401 _ACEOF
17402 rm -f conftest.$ac_objext conftest$ac_exeext
17403 if { (ac_try="$ac_link"
17404 case "(($ac_try" in
17405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17406 *) ac_try_echo=$ac_try;;
17407 esac
17408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17409 $as_echo "$ac_try_echo") >&5
17410 (eval "$ac_link") 2>conftest.er1
17411 ac_status=$?
17412 grep -v '^ *+' conftest.er1 >conftest.err
17413 rm -f conftest.er1
17414 cat conftest.err >&5
17415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416 (exit $ac_status); } && {
17417 test -z "$ac_c_werror_flag" ||
17418 test ! -s conftest.err
17419 } && test -s conftest$ac_exeext && {
17420 test "$cross_compiling" = yes ||
17421 $as_test_x conftest$ac_exeext
17422 }; then
17423 ac_cv_cflags__Wdeclaration_after_statement=yes
17424 else
17425 $as_echo "$as_me: failed program was:" >&5
17426 sed 's/^/| /' conftest.$ac_ext >&5
17428 ac_cv_cflags__Wdeclaration_after_statement=no
17431 rm -rf conftest.dSYM
17432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17433 conftest$ac_exeext conftest.$ac_ext
17434 CFLAGS=$ac_wine_try_cflags_saved
17436 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17437 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17438 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17439 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17442 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17443 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17444 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17445 $as_echo_n "(cached) " >&6
17446 else
17447 ac_wine_try_cflags_saved=$CFLAGS
17448 CFLAGS="$CFLAGS -Wwrite-strings"
17449 cat >conftest.$ac_ext <<_ACEOF
17450 /* confdefs.h. */
17451 _ACEOF
17452 cat confdefs.h >>conftest.$ac_ext
17453 cat >>conftest.$ac_ext <<_ACEOF
17454 /* end confdefs.h. */
17457 main ()
17461 return 0;
17463 _ACEOF
17464 rm -f conftest.$ac_objext conftest$ac_exeext
17465 if { (ac_try="$ac_link"
17466 case "(($ac_try" in
17467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17468 *) ac_try_echo=$ac_try;;
17469 esac
17470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17471 $as_echo "$ac_try_echo") >&5
17472 (eval "$ac_link") 2>conftest.er1
17473 ac_status=$?
17474 grep -v '^ *+' conftest.er1 >conftest.err
17475 rm -f conftest.er1
17476 cat conftest.err >&5
17477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17478 (exit $ac_status); } && {
17479 test -z "$ac_c_werror_flag" ||
17480 test ! -s conftest.err
17481 } && test -s conftest$ac_exeext && {
17482 test "$cross_compiling" = yes ||
17483 $as_test_x conftest$ac_exeext
17484 }; then
17485 ac_cv_cflags__Wwrite_strings=yes
17486 else
17487 $as_echo "$as_me: failed program was:" >&5
17488 sed 's/^/| /' conftest.$ac_ext >&5
17490 ac_cv_cflags__Wwrite_strings=no
17493 rm -rf conftest.dSYM
17494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17495 conftest$ac_exeext conftest.$ac_ext
17496 CFLAGS=$ac_wine_try_cflags_saved
17498 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17499 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17500 if test $ac_cv_cflags__Wwrite_strings = yes; then
17501 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17504 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17505 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17506 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17507 $as_echo_n "(cached) " >&6
17508 else
17509 ac_wine_try_cflags_saved=$CFLAGS
17510 CFLAGS="$CFLAGS -Wtype-limits"
17511 cat >conftest.$ac_ext <<_ACEOF
17512 /* confdefs.h. */
17513 _ACEOF
17514 cat confdefs.h >>conftest.$ac_ext
17515 cat >>conftest.$ac_ext <<_ACEOF
17516 /* end confdefs.h. */
17519 main ()
17523 return 0;
17525 _ACEOF
17526 rm -f conftest.$ac_objext conftest$ac_exeext
17527 if { (ac_try="$ac_link"
17528 case "(($ac_try" in
17529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17530 *) ac_try_echo=$ac_try;;
17531 esac
17532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17533 $as_echo "$ac_try_echo") >&5
17534 (eval "$ac_link") 2>conftest.er1
17535 ac_status=$?
17536 grep -v '^ *+' conftest.er1 >conftest.err
17537 rm -f conftest.er1
17538 cat conftest.err >&5
17539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17540 (exit $ac_status); } && {
17541 test -z "$ac_c_werror_flag" ||
17542 test ! -s conftest.err
17543 } && test -s conftest$ac_exeext && {
17544 test "$cross_compiling" = yes ||
17545 $as_test_x conftest$ac_exeext
17546 }; then
17547 ac_cv_cflags__Wtype_limits=yes
17548 else
17549 $as_echo "$as_me: failed program was:" >&5
17550 sed 's/^/| /' conftest.$ac_ext >&5
17552 ac_cv_cflags__Wtype_limits=no
17555 rm -rf conftest.dSYM
17556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17557 conftest$ac_exeext conftest.$ac_ext
17558 CFLAGS=$ac_wine_try_cflags_saved
17560 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17561 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17562 if test $ac_cv_cflags__Wtype_limits = yes; then
17563 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17567 saved_CFLAGS="$CFLAGS"
17568 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17569 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17570 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17571 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17572 $as_echo_n "(cached) " >&6
17573 else
17574 cat >conftest.$ac_ext <<_ACEOF
17575 /* confdefs.h. */
17576 _ACEOF
17577 cat confdefs.h >>conftest.$ac_ext
17578 cat >>conftest.$ac_ext <<_ACEOF
17579 /* end confdefs.h. */
17580 #include <string.h>
17582 main ()
17586 return 0;
17588 _ACEOF
17589 rm -f conftest.$ac_objext
17590 if { (ac_try="$ac_compile"
17591 case "(($ac_try" in
17592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17593 *) ac_try_echo=$ac_try;;
17594 esac
17595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17596 $as_echo "$ac_try_echo") >&5
17597 (eval "$ac_compile") 2>conftest.er1
17598 ac_status=$?
17599 grep -v '^ *+' conftest.er1 >conftest.err
17600 rm -f conftest.er1
17601 cat conftest.err >&5
17602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603 (exit $ac_status); } && {
17604 test -z "$ac_c_werror_flag" ||
17605 test ! -s conftest.err
17606 } && test -s conftest.$ac_objext; then
17607 ac_cv_c_string_h_warnings=no
17608 else
17609 $as_echo "$as_me: failed program was:" >&5
17610 sed 's/^/| /' conftest.$ac_ext >&5
17612 ac_cv_c_string_h_warnings=yes
17615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17617 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17618 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17619 CFLAGS="$saved_CFLAGS"
17620 if test "$ac_cv_c_string_h_warnings" = "no"
17621 then
17622 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17627 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17628 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17629 if test "${ac_cv_asm_func_def+set}" = set; then
17630 $as_echo_n "(cached) " >&6
17631 else
17632 cat >conftest.$ac_ext <<_ACEOF
17633 /* confdefs.h. */
17634 _ACEOF
17635 cat confdefs.h >>conftest.$ac_ext
17636 cat >>conftest.$ac_ext <<_ACEOF
17637 /* end confdefs.h. */
17640 main ()
17642 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17644 return 0;
17646 _ACEOF
17647 rm -f conftest.$ac_objext conftest$ac_exeext
17648 if { (ac_try="$ac_link"
17649 case "(($ac_try" in
17650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17651 *) ac_try_echo=$ac_try;;
17652 esac
17653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17654 $as_echo "$ac_try_echo") >&5
17655 (eval "$ac_link") 2>conftest.er1
17656 ac_status=$?
17657 grep -v '^ *+' conftest.er1 >conftest.err
17658 rm -f conftest.er1
17659 cat conftest.err >&5
17660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17661 (exit $ac_status); } && {
17662 test -z "$ac_c_werror_flag" ||
17663 test ! -s conftest.err
17664 } && test -s conftest$ac_exeext && {
17665 test "$cross_compiling" = yes ||
17666 $as_test_x conftest$ac_exeext
17667 }; then
17668 ac_cv_asm_func_def=".def"
17669 else
17670 $as_echo "$as_me: failed program was:" >&5
17671 sed 's/^/| /' conftest.$ac_ext >&5
17673 cat >conftest.$ac_ext <<_ACEOF
17674 /* confdefs.h. */
17675 _ACEOF
17676 cat confdefs.h >>conftest.$ac_ext
17677 cat >>conftest.$ac_ext <<_ACEOF
17678 /* end confdefs.h. */
17681 main ()
17683 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17685 return 0;
17687 _ACEOF
17688 rm -f conftest.$ac_objext conftest$ac_exeext
17689 if { (ac_try="$ac_link"
17690 case "(($ac_try" in
17691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17692 *) ac_try_echo=$ac_try;;
17693 esac
17694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17695 $as_echo "$ac_try_echo") >&5
17696 (eval "$ac_link") 2>conftest.er1
17697 ac_status=$?
17698 grep -v '^ *+' conftest.er1 >conftest.err
17699 rm -f conftest.er1
17700 cat conftest.err >&5
17701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17702 (exit $ac_status); } && {
17703 test -z "$ac_c_werror_flag" ||
17704 test ! -s conftest.err
17705 } && test -s conftest$ac_exeext && {
17706 test "$cross_compiling" = yes ||
17707 $as_test_x conftest$ac_exeext
17708 }; then
17709 ac_cv_asm_func_def=".type @function"
17710 else
17711 $as_echo "$as_me: failed program was:" >&5
17712 sed 's/^/| /' conftest.$ac_ext >&5
17714 cat >conftest.$ac_ext <<_ACEOF
17715 /* confdefs.h. */
17716 _ACEOF
17717 cat confdefs.h >>conftest.$ac_ext
17718 cat >>conftest.$ac_ext <<_ACEOF
17719 /* end confdefs.h. */
17722 main ()
17724 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17726 return 0;
17728 _ACEOF
17729 rm -f conftest.$ac_objext conftest$ac_exeext
17730 if { (ac_try="$ac_link"
17731 case "(($ac_try" in
17732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17733 *) ac_try_echo=$ac_try;;
17734 esac
17735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17736 $as_echo "$ac_try_echo") >&5
17737 (eval "$ac_link") 2>conftest.er1
17738 ac_status=$?
17739 grep -v '^ *+' conftest.er1 >conftest.err
17740 rm -f conftest.er1
17741 cat conftest.err >&5
17742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17743 (exit $ac_status); } && {
17744 test -z "$ac_c_werror_flag" ||
17745 test ! -s conftest.err
17746 } && test -s conftest$ac_exeext && {
17747 test "$cross_compiling" = yes ||
17748 $as_test_x conftest$ac_exeext
17749 }; then
17750 ac_cv_asm_func_def=".type 2"
17751 else
17752 $as_echo "$as_me: failed program was:" >&5
17753 sed 's/^/| /' conftest.$ac_ext >&5
17755 ac_cv_asm_func_def="unknown"
17758 rm -rf conftest.dSYM
17759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17760 conftest$ac_exeext conftest.$ac_ext
17763 rm -rf conftest.dSYM
17764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17765 conftest$ac_exeext conftest.$ac_ext
17768 rm -rf conftest.dSYM
17769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17770 conftest$ac_exeext conftest.$ac_ext
17772 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17773 $as_echo "$ac_cv_asm_func_def" >&6; }
17777 case "$ac_cv_asm_func_def" in
17778 ".def")
17779 cat >>confdefs.h <<\_ACEOF
17780 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17781 _ACEOF
17783 ".type @function")
17784 cat >>confdefs.h <<\_ACEOF
17785 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17786 _ACEOF
17788 ".type 2")
17789 cat >>confdefs.h <<\_ACEOF
17790 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17791 _ACEOF
17794 cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_FUNC(name) ""
17796 _ACEOF
17798 esac
17801 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17802 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17803 if test "${ac_cv_c_extern_prefix+set}" = set; then
17804 $as_echo_n "(cached) " >&6
17805 else
17806 cat >conftest.$ac_ext <<_ACEOF
17807 /* confdefs.h. */
17808 _ACEOF
17809 cat confdefs.h >>conftest.$ac_ext
17810 cat >>conftest.$ac_ext <<_ACEOF
17811 /* end confdefs.h. */
17812 extern int ac_test;
17814 main ()
17816 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17818 return 0;
17820 _ACEOF
17821 rm -f conftest.$ac_objext conftest$ac_exeext
17822 if { (ac_try="$ac_link"
17823 case "(($ac_try" in
17824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17825 *) ac_try_echo=$ac_try;;
17826 esac
17827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17828 $as_echo "$ac_try_echo") >&5
17829 (eval "$ac_link") 2>conftest.er1
17830 ac_status=$?
17831 grep -v '^ *+' conftest.er1 >conftest.err
17832 rm -f conftest.er1
17833 cat conftest.err >&5
17834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17835 (exit $ac_status); } && {
17836 test -z "$ac_c_werror_flag" ||
17837 test ! -s conftest.err
17838 } && test -s conftest$ac_exeext && {
17839 test "$cross_compiling" = yes ||
17840 $as_test_x conftest$ac_exeext
17841 }; then
17842 ac_cv_c_extern_prefix="yes"
17843 else
17844 $as_echo "$as_me: failed program was:" >&5
17845 sed 's/^/| /' conftest.$ac_ext >&5
17847 ac_cv_c_extern_prefix="no"
17850 rm -rf conftest.dSYM
17851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17852 conftest$ac_exeext conftest.$ac_ext
17854 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17855 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17859 if test "$ac_cv_c_extern_prefix" = "yes"
17860 then
17861 cat >>confdefs.h <<\_ACEOF
17862 #define __ASM_NAME(name) "_" name
17863 _ACEOF
17865 else
17866 cat >>confdefs.h <<\_ACEOF
17867 #define __ASM_NAME(name) name
17868 _ACEOF
17873 LDPATH=""
17875 case $build_os in
17876 cygwin*|mingw32*)
17877 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17879 darwin*|macosx*)
17881 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17882 then
17883 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17887 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17889 esac
17891 case $host_os in
17892 mingw32*)
17893 CRTLIBS="-lmsvcrt"
17895 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17898 esac
17900 MAIN_BINARY="wine-pthread"
17901 case $host_cpu in
17902 *i[3456789]86*)
17903 case $host_os in
17904 linux* | k*bsd*-gnu)
17905 MAIN_BINARY="wine-glibc"
17907 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17909 freebsd*)
17910 MAIN_BINARY="wine-freebsd"
17912 EXTRA_BINARIES="wine-pthread"
17914 esac
17916 esac
17992 for ac_func in \
17993 _pclose \
17994 _popen \
17995 _snprintf \
17996 _spawnvp \
17997 _strdup \
17998 _stricmp \
17999 _strnicmp \
18000 _strtoi64 \
18001 _strtoui64 \
18002 _vsnprintf \
18003 asctime_r \
18004 chsize \
18005 clone \
18006 dlopen \
18007 epoll_create \
18008 ffs \
18009 finite \
18010 fork \
18011 fpclass \
18012 fstatfs \
18013 fstatvfs \
18014 ftruncate \
18015 futimes \
18016 futimesat \
18017 getdirentries \
18018 getopt_long \
18019 getpagesize \
18020 getpwuid \
18021 gettid \
18022 gettimeofday \
18023 getuid \
18024 inet_ntop \
18025 inet_pton \
18026 kqueue \
18027 lstat \
18028 memmove \
18029 mmap \
18030 pclose \
18031 poll \
18032 popen \
18033 prctl \
18034 pread \
18035 pwrite \
18036 readdir \
18037 readlink \
18038 rfork \
18039 sched_yield \
18040 select \
18041 setproctitle \
18042 setrlimit \
18043 settimeofday \
18044 sigaltstack \
18045 sigprocmask \
18046 snprintf \
18047 socketpair \
18048 spawnvp \
18049 statfs \
18050 statvfs \
18051 strcasecmp \
18052 strdup \
18053 strerror \
18054 strncasecmp \
18055 strtold \
18056 strtoll \
18057 strtoull \
18058 symlink \
18059 tcgetattr \
18060 thr_kill2 \
18061 timegm \
18062 usleep \
18063 vsnprintf \
18064 wait4 \
18065 waitpid \
18068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18069 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18070 $as_echo_n "checking for $ac_func... " >&6; }
18071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18072 $as_echo_n "(cached) " >&6
18073 else
18074 cat >conftest.$ac_ext <<_ACEOF
18075 /* confdefs.h. */
18076 _ACEOF
18077 cat confdefs.h >>conftest.$ac_ext
18078 cat >>conftest.$ac_ext <<_ACEOF
18079 /* end confdefs.h. */
18080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18081 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18082 #define $ac_func innocuous_$ac_func
18084 /* System header to define __stub macros and hopefully few prototypes,
18085 which can conflict with char $ac_func (); below.
18086 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18087 <limits.h> exists even on freestanding compilers. */
18089 #ifdef __STDC__
18090 # include <limits.h>
18091 #else
18092 # include <assert.h>
18093 #endif
18095 #undef $ac_func
18097 /* Override any GCC internal prototype to avoid an error.
18098 Use char because int might match the return type of a GCC
18099 builtin and then its argument prototype would still apply. */
18100 #ifdef __cplusplus
18101 extern "C"
18102 #endif
18103 char $ac_func ();
18104 /* The GNU C library defines this for functions which it implements
18105 to always fail with ENOSYS. Some functions are actually named
18106 something starting with __ and the normal name is an alias. */
18107 #if defined __stub_$ac_func || defined __stub___$ac_func
18108 choke me
18109 #endif
18112 main ()
18114 return $ac_func ();
18116 return 0;
18118 _ACEOF
18119 rm -f conftest.$ac_objext conftest$ac_exeext
18120 if { (ac_try="$ac_link"
18121 case "(($ac_try" in
18122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18124 esac
18125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18126 $as_echo "$ac_try_echo") >&5
18127 (eval "$ac_link") 2>conftest.er1
18128 ac_status=$?
18129 grep -v '^ *+' conftest.er1 >conftest.err
18130 rm -f conftest.er1
18131 cat conftest.err >&5
18132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133 (exit $ac_status); } && {
18134 test -z "$ac_c_werror_flag" ||
18135 test ! -s conftest.err
18136 } && test -s conftest$ac_exeext && {
18137 test "$cross_compiling" = yes ||
18138 $as_test_x conftest$ac_exeext
18139 }; then
18140 eval "$as_ac_var=yes"
18141 else
18142 $as_echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18145 eval "$as_ac_var=no"
18148 rm -rf conftest.dSYM
18149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18150 conftest$ac_exeext conftest.$ac_ext
18152 ac_res=`eval 'as_val=${'$as_ac_var'}
18153 $as_echo "$as_val"'`
18154 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18155 $as_echo "$ac_res" >&6; }
18156 as_val=`eval 'as_val=${'$as_ac_var'}
18157 $as_echo "$as_val"'`
18158 if test "x$as_val" = x""yes; then
18159 cat >>confdefs.h <<_ACEOF
18160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18161 _ACEOF
18164 done
18167 if test "$ac_cv_func_dlopen" = no
18168 then
18169 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18170 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18171 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18172 $as_echo_n "(cached) " >&6
18173 else
18174 ac_check_lib_save_LIBS=$LIBS
18175 LIBS="-ldl $LIBS"
18176 cat >conftest.$ac_ext <<_ACEOF
18177 /* confdefs.h. */
18178 _ACEOF
18179 cat confdefs.h >>conftest.$ac_ext
18180 cat >>conftest.$ac_ext <<_ACEOF
18181 /* end confdefs.h. */
18183 /* Override any GCC internal prototype to avoid an error.
18184 Use char because int might match the return type of a GCC
18185 builtin and then its argument prototype would still apply. */
18186 #ifdef __cplusplus
18187 extern "C"
18188 #endif
18189 char dlopen ();
18191 main ()
18193 return dlopen ();
18195 return 0;
18197 _ACEOF
18198 rm -f conftest.$ac_objext conftest$ac_exeext
18199 if { (ac_try="$ac_link"
18200 case "(($ac_try" in
18201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18202 *) ac_try_echo=$ac_try;;
18203 esac
18204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18205 $as_echo "$ac_try_echo") >&5
18206 (eval "$ac_link") 2>conftest.er1
18207 ac_status=$?
18208 grep -v '^ *+' conftest.er1 >conftest.err
18209 rm -f conftest.er1
18210 cat conftest.err >&5
18211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18212 (exit $ac_status); } && {
18213 test -z "$ac_c_werror_flag" ||
18214 test ! -s conftest.err
18215 } && test -s conftest$ac_exeext && {
18216 test "$cross_compiling" = yes ||
18217 $as_test_x conftest$ac_exeext
18218 }; then
18219 ac_cv_lib_dl_dlopen=yes
18220 else
18221 $as_echo "$as_me: failed program was:" >&5
18222 sed 's/^/| /' conftest.$ac_ext >&5
18224 ac_cv_lib_dl_dlopen=no
18227 rm -rf conftest.dSYM
18228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18229 conftest$ac_exeext conftest.$ac_ext
18230 LIBS=$ac_check_lib_save_LIBS
18232 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18233 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18234 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18235 cat >>confdefs.h <<\_ACEOF
18236 #define HAVE_DLOPEN 1
18237 _ACEOF
18238 LIBDL="-ldl"
18243 ac_wine_check_funcs_save_LIBS="$LIBS"
18244 LIBS="$LIBS $LIBDL"
18246 for ac_func in dladdr
18248 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18249 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18250 $as_echo_n "checking for $ac_func... " >&6; }
18251 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18252 $as_echo_n "(cached) " >&6
18253 else
18254 cat >conftest.$ac_ext <<_ACEOF
18255 /* confdefs.h. */
18256 _ACEOF
18257 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF
18259 /* end confdefs.h. */
18260 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18261 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18262 #define $ac_func innocuous_$ac_func
18264 /* System header to define __stub macros and hopefully few prototypes,
18265 which can conflict with char $ac_func (); below.
18266 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18267 <limits.h> exists even on freestanding compilers. */
18269 #ifdef __STDC__
18270 # include <limits.h>
18271 #else
18272 # include <assert.h>
18273 #endif
18275 #undef $ac_func
18277 /* Override any GCC internal prototype to avoid an error.
18278 Use char because int might match the return type of a GCC
18279 builtin and then its argument prototype would still apply. */
18280 #ifdef __cplusplus
18281 extern "C"
18282 #endif
18283 char $ac_func ();
18284 /* The GNU C library defines this for functions which it implements
18285 to always fail with ENOSYS. Some functions are actually named
18286 something starting with __ and the normal name is an alias. */
18287 #if defined __stub_$ac_func || defined __stub___$ac_func
18288 choke me
18289 #endif
18292 main ()
18294 return $ac_func ();
18296 return 0;
18298 _ACEOF
18299 rm -f conftest.$ac_objext conftest$ac_exeext
18300 if { (ac_try="$ac_link"
18301 case "(($ac_try" in
18302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18303 *) ac_try_echo=$ac_try;;
18304 esac
18305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18306 $as_echo "$ac_try_echo") >&5
18307 (eval "$ac_link") 2>conftest.er1
18308 ac_status=$?
18309 grep -v '^ *+' conftest.er1 >conftest.err
18310 rm -f conftest.er1
18311 cat conftest.err >&5
18312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); } && {
18314 test -z "$ac_c_werror_flag" ||
18315 test ! -s conftest.err
18316 } && test -s conftest$ac_exeext && {
18317 test "$cross_compiling" = yes ||
18318 $as_test_x conftest$ac_exeext
18319 }; then
18320 eval "$as_ac_var=yes"
18321 else
18322 $as_echo "$as_me: failed program was:" >&5
18323 sed 's/^/| /' conftest.$ac_ext >&5
18325 eval "$as_ac_var=no"
18328 rm -rf conftest.dSYM
18329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18330 conftest$ac_exeext conftest.$ac_ext
18332 ac_res=`eval 'as_val=${'$as_ac_var'}
18333 $as_echo "$as_val"'`
18334 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18335 $as_echo "$ac_res" >&6; }
18336 as_val=`eval 'as_val=${'$as_ac_var'}
18337 $as_echo "$as_val"'`
18338 if test "x$as_val" = x""yes; then
18339 cat >>confdefs.h <<_ACEOF
18340 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18341 _ACEOF
18344 done
18346 LIBS="$ac_wine_check_funcs_save_LIBS"
18348 if test "$ac_cv_func_poll" = no
18349 then
18350 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18351 $as_echo_n "checking for poll in -lpoll... " >&6; }
18352 if test "${ac_cv_lib_poll_poll+set}" = set; then
18353 $as_echo_n "(cached) " >&6
18354 else
18355 ac_check_lib_save_LIBS=$LIBS
18356 LIBS="-lpoll $LIBS"
18357 cat >conftest.$ac_ext <<_ACEOF
18358 /* confdefs.h. */
18359 _ACEOF
18360 cat confdefs.h >>conftest.$ac_ext
18361 cat >>conftest.$ac_ext <<_ACEOF
18362 /* end confdefs.h. */
18364 /* Override any GCC internal prototype to avoid an error.
18365 Use char because int might match the return type of a GCC
18366 builtin and then its argument prototype would still apply. */
18367 #ifdef __cplusplus
18368 extern "C"
18369 #endif
18370 char poll ();
18372 main ()
18374 return poll ();
18376 return 0;
18378 _ACEOF
18379 rm -f conftest.$ac_objext conftest$ac_exeext
18380 if { (ac_try="$ac_link"
18381 case "(($ac_try" in
18382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18383 *) ac_try_echo=$ac_try;;
18384 esac
18385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18386 $as_echo "$ac_try_echo") >&5
18387 (eval "$ac_link") 2>conftest.er1
18388 ac_status=$?
18389 grep -v '^ *+' conftest.er1 >conftest.err
18390 rm -f conftest.er1
18391 cat conftest.err >&5
18392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18393 (exit $ac_status); } && {
18394 test -z "$ac_c_werror_flag" ||
18395 test ! -s conftest.err
18396 } && test -s conftest$ac_exeext && {
18397 test "$cross_compiling" = yes ||
18398 $as_test_x conftest$ac_exeext
18399 }; then
18400 ac_cv_lib_poll_poll=yes
18401 else
18402 $as_echo "$as_me: failed program was:" >&5
18403 sed 's/^/| /' conftest.$ac_ext >&5
18405 ac_cv_lib_poll_poll=no
18408 rm -rf conftest.dSYM
18409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18410 conftest$ac_exeext conftest.$ac_ext
18411 LIBS=$ac_check_lib_save_LIBS
18413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18414 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18415 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18416 cat >>confdefs.h <<\_ACEOF
18417 #define HAVE_POLL 1
18418 _ACEOF
18419 LIBPOLL="-lpoll"
18425 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18426 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18427 if test "${ac_cv_search_gethostbyname+set}" = set; then
18428 $as_echo_n "(cached) " >&6
18429 else
18430 ac_func_search_save_LIBS=$LIBS
18431 cat >conftest.$ac_ext <<_ACEOF
18432 /* confdefs.h. */
18433 _ACEOF
18434 cat confdefs.h >>conftest.$ac_ext
18435 cat >>conftest.$ac_ext <<_ACEOF
18436 /* end confdefs.h. */
18438 /* Override any GCC internal prototype to avoid an error.
18439 Use char because int might match the return type of a GCC
18440 builtin and then its argument prototype would still apply. */
18441 #ifdef __cplusplus
18442 extern "C"
18443 #endif
18444 char gethostbyname ();
18446 main ()
18448 return gethostbyname ();
18450 return 0;
18452 _ACEOF
18453 for ac_lib in '' nsl; do
18454 if test -z "$ac_lib"; then
18455 ac_res="none required"
18456 else
18457 ac_res=-l$ac_lib
18458 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18460 rm -f conftest.$ac_objext conftest$ac_exeext
18461 if { (ac_try="$ac_link"
18462 case "(($ac_try" in
18463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18464 *) ac_try_echo=$ac_try;;
18465 esac
18466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18467 $as_echo "$ac_try_echo") >&5
18468 (eval "$ac_link") 2>conftest.er1
18469 ac_status=$?
18470 grep -v '^ *+' conftest.er1 >conftest.err
18471 rm -f conftest.er1
18472 cat conftest.err >&5
18473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); } && {
18475 test -z "$ac_c_werror_flag" ||
18476 test ! -s conftest.err
18477 } && test -s conftest$ac_exeext && {
18478 test "$cross_compiling" = yes ||
18479 $as_test_x conftest$ac_exeext
18480 }; then
18481 ac_cv_search_gethostbyname=$ac_res
18482 else
18483 $as_echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.$ac_ext >&5
18489 rm -rf conftest.dSYM
18490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18491 conftest$ac_exeext
18492 if test "${ac_cv_search_gethostbyname+set}" = set; then
18493 break
18495 done
18496 if test "${ac_cv_search_gethostbyname+set}" = set; then
18498 else
18499 ac_cv_search_gethostbyname=no
18501 rm conftest.$ac_ext
18502 LIBS=$ac_func_search_save_LIBS
18504 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18505 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18506 ac_res=$ac_cv_search_gethostbyname
18507 if test "$ac_res" != no; then
18508 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18513 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18514 $as_echo_n "checking for library containing connect... " >&6; }
18515 if test "${ac_cv_search_connect+set}" = set; then
18516 $as_echo_n "(cached) " >&6
18517 else
18518 ac_func_search_save_LIBS=$LIBS
18519 cat >conftest.$ac_ext <<_ACEOF
18520 /* confdefs.h. */
18521 _ACEOF
18522 cat confdefs.h >>conftest.$ac_ext
18523 cat >>conftest.$ac_ext <<_ACEOF
18524 /* end confdefs.h. */
18526 /* Override any GCC internal prototype to avoid an error.
18527 Use char because int might match the return type of a GCC
18528 builtin and then its argument prototype would still apply. */
18529 #ifdef __cplusplus
18530 extern "C"
18531 #endif
18532 char connect ();
18534 main ()
18536 return connect ();
18538 return 0;
18540 _ACEOF
18541 for ac_lib in '' socket; do
18542 if test -z "$ac_lib"; then
18543 ac_res="none required"
18544 else
18545 ac_res=-l$ac_lib
18546 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18548 rm -f conftest.$ac_objext conftest$ac_exeext
18549 if { (ac_try="$ac_link"
18550 case "(($ac_try" in
18551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18552 *) ac_try_echo=$ac_try;;
18553 esac
18554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18555 $as_echo "$ac_try_echo") >&5
18556 (eval "$ac_link") 2>conftest.er1
18557 ac_status=$?
18558 grep -v '^ *+' conftest.er1 >conftest.err
18559 rm -f conftest.er1
18560 cat conftest.err >&5
18561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562 (exit $ac_status); } && {
18563 test -z "$ac_c_werror_flag" ||
18564 test ! -s conftest.err
18565 } && test -s conftest$ac_exeext && {
18566 test "$cross_compiling" = yes ||
18567 $as_test_x conftest$ac_exeext
18568 }; then
18569 ac_cv_search_connect=$ac_res
18570 else
18571 $as_echo "$as_me: failed program was:" >&5
18572 sed 's/^/| /' conftest.$ac_ext >&5
18577 rm -rf conftest.dSYM
18578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18579 conftest$ac_exeext
18580 if test "${ac_cv_search_connect+set}" = set; then
18581 break
18583 done
18584 if test "${ac_cv_search_connect+set}" = set; then
18586 else
18587 ac_cv_search_connect=no
18589 rm conftest.$ac_ext
18590 LIBS=$ac_func_search_save_LIBS
18592 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18593 $as_echo "$ac_cv_search_connect" >&6; }
18594 ac_res=$ac_cv_search_connect
18595 if test "$ac_res" != no; then
18596 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18601 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18602 $as_echo_n "checking for library containing inet_aton... " >&6; }
18603 if test "${ac_cv_search_inet_aton+set}" = set; then
18604 $as_echo_n "(cached) " >&6
18605 else
18606 ac_func_search_save_LIBS=$LIBS
18607 cat >conftest.$ac_ext <<_ACEOF
18608 /* confdefs.h. */
18609 _ACEOF
18610 cat confdefs.h >>conftest.$ac_ext
18611 cat >>conftest.$ac_ext <<_ACEOF
18612 /* end confdefs.h. */
18614 /* Override any GCC internal prototype to avoid an error.
18615 Use char because int might match the return type of a GCC
18616 builtin and then its argument prototype would still apply. */
18617 #ifdef __cplusplus
18618 extern "C"
18619 #endif
18620 char inet_aton ();
18622 main ()
18624 return inet_aton ();
18626 return 0;
18628 _ACEOF
18629 for ac_lib in '' resolv; do
18630 if test -z "$ac_lib"; then
18631 ac_res="none required"
18632 else
18633 ac_res=-l$ac_lib
18634 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18636 rm -f conftest.$ac_objext conftest$ac_exeext
18637 if { (ac_try="$ac_link"
18638 case "(($ac_try" in
18639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18640 *) ac_try_echo=$ac_try;;
18641 esac
18642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18643 $as_echo "$ac_try_echo") >&5
18644 (eval "$ac_link") 2>conftest.er1
18645 ac_status=$?
18646 grep -v '^ *+' conftest.er1 >conftest.err
18647 rm -f conftest.er1
18648 cat conftest.err >&5
18649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650 (exit $ac_status); } && {
18651 test -z "$ac_c_werror_flag" ||
18652 test ! -s conftest.err
18653 } && test -s conftest$ac_exeext && {
18654 test "$cross_compiling" = yes ||
18655 $as_test_x conftest$ac_exeext
18656 }; then
18657 ac_cv_search_inet_aton=$ac_res
18658 else
18659 $as_echo "$as_me: failed program was:" >&5
18660 sed 's/^/| /' conftest.$ac_ext >&5
18665 rm -rf conftest.dSYM
18666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18667 conftest$ac_exeext
18668 if test "${ac_cv_search_inet_aton+set}" = set; then
18669 break
18671 done
18672 if test "${ac_cv_search_inet_aton+set}" = set; then
18674 else
18675 ac_cv_search_inet_aton=no
18677 rm conftest.$ac_ext
18678 LIBS=$ac_func_search_save_LIBS
18680 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18681 $as_echo "$ac_cv_search_inet_aton" >&6; }
18682 ac_res=$ac_cv_search_inet_aton
18683 if test "$ac_res" != no; then
18684 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18697 for ac_func in \
18698 getaddrinfo \
18699 getnameinfo \
18700 getnetbyname \
18701 getprotobyname \
18702 getprotobynumber \
18703 getservbyport \
18704 inet_network \
18705 sendmsg \
18708 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18709 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18710 $as_echo_n "checking for $ac_func... " >&6; }
18711 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18712 $as_echo_n "(cached) " >&6
18713 else
18714 cat >conftest.$ac_ext <<_ACEOF
18715 /* confdefs.h. */
18716 _ACEOF
18717 cat confdefs.h >>conftest.$ac_ext
18718 cat >>conftest.$ac_ext <<_ACEOF
18719 /* end confdefs.h. */
18720 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18721 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18722 #define $ac_func innocuous_$ac_func
18724 /* System header to define __stub macros and hopefully few prototypes,
18725 which can conflict with char $ac_func (); below.
18726 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18727 <limits.h> exists even on freestanding compilers. */
18729 #ifdef __STDC__
18730 # include <limits.h>
18731 #else
18732 # include <assert.h>
18733 #endif
18735 #undef $ac_func
18737 /* Override any GCC internal prototype to avoid an error.
18738 Use char because int might match the return type of a GCC
18739 builtin and then its argument prototype would still apply. */
18740 #ifdef __cplusplus
18741 extern "C"
18742 #endif
18743 char $ac_func ();
18744 /* The GNU C library defines this for functions which it implements
18745 to always fail with ENOSYS. Some functions are actually named
18746 something starting with __ and the normal name is an alias. */
18747 #if defined __stub_$ac_func || defined __stub___$ac_func
18748 choke me
18749 #endif
18752 main ()
18754 return $ac_func ();
18756 return 0;
18758 _ACEOF
18759 rm -f conftest.$ac_objext conftest$ac_exeext
18760 if { (ac_try="$ac_link"
18761 case "(($ac_try" in
18762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18763 *) ac_try_echo=$ac_try;;
18764 esac
18765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18766 $as_echo "$ac_try_echo") >&5
18767 (eval "$ac_link") 2>conftest.er1
18768 ac_status=$?
18769 grep -v '^ *+' conftest.er1 >conftest.err
18770 rm -f conftest.er1
18771 cat conftest.err >&5
18772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773 (exit $ac_status); } && {
18774 test -z "$ac_c_werror_flag" ||
18775 test ! -s conftest.err
18776 } && test -s conftest$ac_exeext && {
18777 test "$cross_compiling" = yes ||
18778 $as_test_x conftest$ac_exeext
18779 }; then
18780 eval "$as_ac_var=yes"
18781 else
18782 $as_echo "$as_me: failed program was:" >&5
18783 sed 's/^/| /' conftest.$ac_ext >&5
18785 eval "$as_ac_var=no"
18788 rm -rf conftest.dSYM
18789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18790 conftest$ac_exeext conftest.$ac_ext
18792 ac_res=`eval 'as_val=${'$as_ac_var'}
18793 $as_echo "$as_val"'`
18794 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18795 $as_echo "$ac_res" >&6; }
18796 as_val=`eval 'as_val=${'$as_ac_var'}
18797 $as_echo "$as_val"'`
18798 if test "x$as_val" = x""yes; then
18799 cat >>confdefs.h <<_ACEOF
18800 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18801 _ACEOF
18804 done
18807 LDAPLIBS=""
18809 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18810 then
18811 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18812 $as_echo_n "checking for LDAPSortKey... " >&6; }
18813 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18814 $as_echo_n "(cached) " >&6
18815 else
18816 ac_cv_type_LDAPSortKey=no
18817 cat >conftest.$ac_ext <<_ACEOF
18818 /* confdefs.h. */
18819 _ACEOF
18820 cat confdefs.h >>conftest.$ac_ext
18821 cat >>conftest.$ac_ext <<_ACEOF
18822 /* end confdefs.h. */
18823 #include <ldap.h>
18826 main ()
18828 if (sizeof (LDAPSortKey))
18829 return 0;
18831 return 0;
18833 _ACEOF
18834 rm -f conftest.$ac_objext
18835 if { (ac_try="$ac_compile"
18836 case "(($ac_try" in
18837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18838 *) ac_try_echo=$ac_try;;
18839 esac
18840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18841 $as_echo "$ac_try_echo") >&5
18842 (eval "$ac_compile") 2>conftest.er1
18843 ac_status=$?
18844 grep -v '^ *+' conftest.er1 >conftest.err
18845 rm -f conftest.er1
18846 cat conftest.err >&5
18847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18848 (exit $ac_status); } && {
18849 test -z "$ac_c_werror_flag" ||
18850 test ! -s conftest.err
18851 } && test -s conftest.$ac_objext; then
18852 cat >conftest.$ac_ext <<_ACEOF
18853 /* confdefs.h. */
18854 _ACEOF
18855 cat confdefs.h >>conftest.$ac_ext
18856 cat >>conftest.$ac_ext <<_ACEOF
18857 /* end confdefs.h. */
18858 #include <ldap.h>
18861 main ()
18863 if (sizeof ((LDAPSortKey)))
18864 return 0;
18866 return 0;
18868 _ACEOF
18869 rm -f conftest.$ac_objext
18870 if { (ac_try="$ac_compile"
18871 case "(($ac_try" in
18872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18873 *) ac_try_echo=$ac_try;;
18874 esac
18875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18876 $as_echo "$ac_try_echo") >&5
18877 (eval "$ac_compile") 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } && {
18884 test -z "$ac_c_werror_flag" ||
18885 test ! -s conftest.err
18886 } && test -s conftest.$ac_objext; then
18888 else
18889 $as_echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18892 ac_cv_type_LDAPSortKey=yes
18895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18896 else
18897 $as_echo "$as_me: failed program was:" >&5
18898 sed 's/^/| /' conftest.$ac_ext >&5
18903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18905 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18906 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18907 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18908 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18909 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18910 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18911 $as_echo_n "(cached) " >&6
18912 else
18913 ac_check_lib_save_LIBS=$LIBS
18914 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18915 cat >conftest.$ac_ext <<_ACEOF
18916 /* confdefs.h. */
18917 _ACEOF
18918 cat confdefs.h >>conftest.$ac_ext
18919 cat >>conftest.$ac_ext <<_ACEOF
18920 /* end confdefs.h. */
18922 /* Override any GCC internal prototype to avoid an error.
18923 Use char because int might match the return type of a GCC
18924 builtin and then its argument prototype would still apply. */
18925 #ifdef __cplusplus
18926 extern "C"
18927 #endif
18928 char ldap_initialize ();
18930 main ()
18932 return ldap_initialize ();
18934 return 0;
18936 _ACEOF
18937 rm -f conftest.$ac_objext conftest$ac_exeext
18938 if { (ac_try="$ac_link"
18939 case "(($ac_try" in
18940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18941 *) ac_try_echo=$ac_try;;
18942 esac
18943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18944 $as_echo "$ac_try_echo") >&5
18945 (eval "$ac_link") 2>conftest.er1
18946 ac_status=$?
18947 grep -v '^ *+' conftest.er1 >conftest.err
18948 rm -f conftest.er1
18949 cat conftest.err >&5
18950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); } && {
18952 test -z "$ac_c_werror_flag" ||
18953 test ! -s conftest.err
18954 } && test -s conftest$ac_exeext && {
18955 test "$cross_compiling" = yes ||
18956 $as_test_x conftest$ac_exeext
18957 }; then
18958 ac_cv_lib_ldap_r_ldap_initialize=yes
18959 else
18960 $as_echo "$as_me: failed program was:" >&5
18961 sed 's/^/| /' conftest.$ac_ext >&5
18963 ac_cv_lib_ldap_r_ldap_initialize=no
18966 rm -rf conftest.dSYM
18967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18968 conftest$ac_exeext conftest.$ac_ext
18969 LIBS=$ac_check_lib_save_LIBS
18971 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18972 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18973 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18974 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18975 $as_echo_n "checking for ber_init in -llber... " >&6; }
18976 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18977 $as_echo_n "(cached) " >&6
18978 else
18979 ac_check_lib_save_LIBS=$LIBS
18980 LIBS="-llber $LIBPTHREAD $LIBS"
18981 cat >conftest.$ac_ext <<_ACEOF
18982 /* confdefs.h. */
18983 _ACEOF
18984 cat confdefs.h >>conftest.$ac_ext
18985 cat >>conftest.$ac_ext <<_ACEOF
18986 /* end confdefs.h. */
18988 /* Override any GCC internal prototype to avoid an error.
18989 Use char because int might match the return type of a GCC
18990 builtin and then its argument prototype would still apply. */
18991 #ifdef __cplusplus
18992 extern "C"
18993 #endif
18994 char ber_init ();
18996 main ()
18998 return ber_init ();
19000 return 0;
19002 _ACEOF
19003 rm -f conftest.$ac_objext conftest$ac_exeext
19004 if { (ac_try="$ac_link"
19005 case "(($ac_try" in
19006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19007 *) ac_try_echo=$ac_try;;
19008 esac
19009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19010 $as_echo "$ac_try_echo") >&5
19011 (eval "$ac_link") 2>conftest.er1
19012 ac_status=$?
19013 grep -v '^ *+' conftest.er1 >conftest.err
19014 rm -f conftest.er1
19015 cat conftest.err >&5
19016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19017 (exit $ac_status); } && {
19018 test -z "$ac_c_werror_flag" ||
19019 test ! -s conftest.err
19020 } && test -s conftest$ac_exeext && {
19021 test "$cross_compiling" = yes ||
19022 $as_test_x conftest$ac_exeext
19023 }; then
19024 ac_cv_lib_lber_ber_init=yes
19025 else
19026 $as_echo "$as_me: failed program was:" >&5
19027 sed 's/^/| /' conftest.$ac_ext >&5
19029 ac_cv_lib_lber_ber_init=no
19032 rm -rf conftest.dSYM
19033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19034 conftest$ac_exeext conftest.$ac_ext
19035 LIBS=$ac_check_lib_save_LIBS
19037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19038 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19039 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19041 cat >>confdefs.h <<\_ACEOF
19042 #define HAVE_LDAP 1
19043 _ACEOF
19045 LDAPLIBS="-lldap_r -llber"
19052 ac_wine_check_funcs_save_LIBS="$LIBS"
19053 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19062 for ac_func in \
19063 ldap_count_references \
19064 ldap_first_reference \
19065 ldap_next_reference \
19066 ldap_parse_reference \
19067 ldap_parse_sort_control \
19068 ldap_parse_sortresponse_control \
19069 ldap_parse_vlv_control \
19070 ldap_parse_vlvresponse_control
19072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19073 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19074 $as_echo_n "checking for $ac_func... " >&6; }
19075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19076 $as_echo_n "(cached) " >&6
19077 else
19078 cat >conftest.$ac_ext <<_ACEOF
19079 /* confdefs.h. */
19080 _ACEOF
19081 cat confdefs.h >>conftest.$ac_ext
19082 cat >>conftest.$ac_ext <<_ACEOF
19083 /* end confdefs.h. */
19084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19085 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19086 #define $ac_func innocuous_$ac_func
19088 /* System header to define __stub macros and hopefully few prototypes,
19089 which can conflict with char $ac_func (); below.
19090 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19091 <limits.h> exists even on freestanding compilers. */
19093 #ifdef __STDC__
19094 # include <limits.h>
19095 #else
19096 # include <assert.h>
19097 #endif
19099 #undef $ac_func
19101 /* Override any GCC internal prototype to avoid an error.
19102 Use char because int might match the return type of a GCC
19103 builtin and then its argument prototype would still apply. */
19104 #ifdef __cplusplus
19105 extern "C"
19106 #endif
19107 char $ac_func ();
19108 /* The GNU C library defines this for functions which it implements
19109 to always fail with ENOSYS. Some functions are actually named
19110 something starting with __ and the normal name is an alias. */
19111 #if defined __stub_$ac_func || defined __stub___$ac_func
19112 choke me
19113 #endif
19116 main ()
19118 return $ac_func ();
19120 return 0;
19122 _ACEOF
19123 rm -f conftest.$ac_objext conftest$ac_exeext
19124 if { (ac_try="$ac_link"
19125 case "(($ac_try" in
19126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19127 *) ac_try_echo=$ac_try;;
19128 esac
19129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19130 $as_echo "$ac_try_echo") >&5
19131 (eval "$ac_link") 2>conftest.er1
19132 ac_status=$?
19133 grep -v '^ *+' conftest.er1 >conftest.err
19134 rm -f conftest.er1
19135 cat conftest.err >&5
19136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); } && {
19138 test -z "$ac_c_werror_flag" ||
19139 test ! -s conftest.err
19140 } && test -s conftest$ac_exeext && {
19141 test "$cross_compiling" = yes ||
19142 $as_test_x conftest$ac_exeext
19143 }; then
19144 eval "$as_ac_var=yes"
19145 else
19146 $as_echo "$as_me: failed program was:" >&5
19147 sed 's/^/| /' conftest.$ac_ext >&5
19149 eval "$as_ac_var=no"
19152 rm -rf conftest.dSYM
19153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19154 conftest$ac_exeext conftest.$ac_ext
19156 ac_res=`eval 'as_val=${'$as_ac_var'}
19157 $as_echo "$as_val"'`
19158 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19159 $as_echo "$ac_res" >&6; }
19160 as_val=`eval 'as_val=${'$as_ac_var'}
19161 $as_echo "$as_val"'`
19162 if test "x$as_val" = x""yes; then
19163 cat >>confdefs.h <<_ACEOF
19164 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19165 _ACEOF
19168 done
19170 LIBS="$ac_wine_check_funcs_save_LIBS"
19172 if test "x$LDAPLIBS" = "x"; then
19173 case "x$with_ldap" in
19174 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19175 xno) ;;
19176 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19177 This is an error since --with-ldap was requested." >&5
19178 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19179 This is an error since --with-ldap was requested." >&2;}
19180 { (exit 1); exit 1; }; } ;;
19181 esac
19185 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19186 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19187 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19188 $as_echo_n "(cached) " >&6
19189 else
19190 cat >conftest.$ac_ext <<_ACEOF
19191 /* confdefs.h. */
19192 _ACEOF
19193 cat confdefs.h >>conftest.$ac_ext
19194 cat >>conftest.$ac_ext <<_ACEOF
19195 /* end confdefs.h. */
19196 #include <sys/stat.h>
19198 main ()
19200 mkdir("foo");
19202 return 0;
19204 _ACEOF
19205 rm -f conftest.$ac_objext
19206 if { (ac_try="$ac_compile"
19207 case "(($ac_try" in
19208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19209 *) ac_try_echo=$ac_try;;
19210 esac
19211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19212 $as_echo "$ac_try_echo") >&5
19213 (eval "$ac_compile") 2>conftest.er1
19214 ac_status=$?
19215 grep -v '^ *+' conftest.er1 >conftest.err
19216 rm -f conftest.er1
19217 cat conftest.err >&5
19218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19219 (exit $ac_status); } && {
19220 test -z "$ac_c_werror_flag" ||
19221 test ! -s conftest.err
19222 } && test -s conftest.$ac_objext; then
19223 wine_cv_one_arg_mkdir=yes
19224 else
19225 $as_echo "$as_me: failed program was:" >&5
19226 sed 's/^/| /' conftest.$ac_ext >&5
19228 wine_cv_one_arg_mkdir=no
19231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19233 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19234 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19235 if test "$wine_cv_one_arg_mkdir" = "yes"
19236 then
19238 cat >>confdefs.h <<\_ACEOF
19239 #define HAVE_ONE_ARG_MKDIR 1
19240 _ACEOF
19245 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19246 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19247 if test "${ac_cv_c_const+set}" = set; then
19248 $as_echo_n "(cached) " >&6
19249 else
19250 cat >conftest.$ac_ext <<_ACEOF
19251 /* confdefs.h. */
19252 _ACEOF
19253 cat confdefs.h >>conftest.$ac_ext
19254 cat >>conftest.$ac_ext <<_ACEOF
19255 /* end confdefs.h. */
19258 main ()
19260 /* FIXME: Include the comments suggested by Paul. */
19261 #ifndef __cplusplus
19262 /* Ultrix mips cc rejects this. */
19263 typedef int charset[2];
19264 const charset cs;
19265 /* SunOS 4.1.1 cc rejects this. */
19266 char const *const *pcpcc;
19267 char **ppc;
19268 /* NEC SVR4.0.2 mips cc rejects this. */
19269 struct point {int x, y;};
19270 static struct point const zero = {0,0};
19271 /* AIX XL C 1.02.0.0 rejects this.
19272 It does not let you subtract one const X* pointer from another in
19273 an arm of an if-expression whose if-part is not a constant
19274 expression */
19275 const char *g = "string";
19276 pcpcc = &g + (g ? g-g : 0);
19277 /* HPUX 7.0 cc rejects these. */
19278 ++pcpcc;
19279 ppc = (char**) pcpcc;
19280 pcpcc = (char const *const *) ppc;
19281 { /* SCO 3.2v4 cc rejects this. */
19282 char *t;
19283 char const *s = 0 ? (char *) 0 : (char const *) 0;
19285 *t++ = 0;
19286 if (s) return 0;
19288 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19289 int x[] = {25, 17};
19290 const int *foo = &x[0];
19291 ++foo;
19293 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19294 typedef const int *iptr;
19295 iptr p = 0;
19296 ++p;
19298 { /* AIX XL C 1.02.0.0 rejects this saying
19299 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19300 struct s { int j; const int *ap[3]; };
19301 struct s *b; b->j = 5;
19303 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19304 const int foo = 10;
19305 if (!foo) return 0;
19307 return !cs[0] && !zero.x;
19308 #endif
19311 return 0;
19313 _ACEOF
19314 rm -f conftest.$ac_objext
19315 if { (ac_try="$ac_compile"
19316 case "(($ac_try" in
19317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19318 *) ac_try_echo=$ac_try;;
19319 esac
19320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19321 $as_echo "$ac_try_echo") >&5
19322 (eval "$ac_compile") 2>conftest.er1
19323 ac_status=$?
19324 grep -v '^ *+' conftest.er1 >conftest.err
19325 rm -f conftest.er1
19326 cat conftest.err >&5
19327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } && {
19329 test -z "$ac_c_werror_flag" ||
19330 test ! -s conftest.err
19331 } && test -s conftest.$ac_objext; then
19332 ac_cv_c_const=yes
19333 else
19334 $as_echo "$as_me: failed program was:" >&5
19335 sed 's/^/| /' conftest.$ac_ext >&5
19337 ac_cv_c_const=no
19340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19342 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19343 $as_echo "$ac_cv_c_const" >&6; }
19344 if test $ac_cv_c_const = no; then
19346 cat >>confdefs.h <<\_ACEOF
19347 #define const /**/
19348 _ACEOF
19352 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19353 $as_echo_n "checking for inline... " >&6; }
19354 if test "${ac_cv_c_inline+set}" = set; then
19355 $as_echo_n "(cached) " >&6
19356 else
19357 ac_cv_c_inline=no
19358 for ac_kw in inline __inline__ __inline; do
19359 cat >conftest.$ac_ext <<_ACEOF
19360 /* confdefs.h. */
19361 _ACEOF
19362 cat confdefs.h >>conftest.$ac_ext
19363 cat >>conftest.$ac_ext <<_ACEOF
19364 /* end confdefs.h. */
19365 #ifndef __cplusplus
19366 typedef int foo_t;
19367 static $ac_kw foo_t static_foo () {return 0; }
19368 $ac_kw foo_t foo () {return 0; }
19369 #endif
19371 _ACEOF
19372 rm -f conftest.$ac_objext
19373 if { (ac_try="$ac_compile"
19374 case "(($ac_try" in
19375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19376 *) ac_try_echo=$ac_try;;
19377 esac
19378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19379 $as_echo "$ac_try_echo") >&5
19380 (eval "$ac_compile") 2>conftest.er1
19381 ac_status=$?
19382 grep -v '^ *+' conftest.er1 >conftest.err
19383 rm -f conftest.er1
19384 cat conftest.err >&5
19385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19386 (exit $ac_status); } && {
19387 test -z "$ac_c_werror_flag" ||
19388 test ! -s conftest.err
19389 } && test -s conftest.$ac_objext; then
19390 ac_cv_c_inline=$ac_kw
19391 else
19392 $as_echo "$as_me: failed program was:" >&5
19393 sed 's/^/| /' conftest.$ac_ext >&5
19398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19399 test "$ac_cv_c_inline" != no && break
19400 done
19403 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19404 $as_echo "$ac_cv_c_inline" >&6; }
19407 case $ac_cv_c_inline in
19408 inline | yes) ;;
19410 case $ac_cv_c_inline in
19411 no) ac_val=;;
19412 *) ac_val=$ac_cv_c_inline;;
19413 esac
19414 cat >>confdefs.h <<_ACEOF
19415 #ifndef __cplusplus
19416 #define inline $ac_val
19417 #endif
19418 _ACEOF
19420 esac
19422 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19423 $as_echo_n "checking for mode_t... " >&6; }
19424 if test "${ac_cv_type_mode_t+set}" = set; then
19425 $as_echo_n "(cached) " >&6
19426 else
19427 ac_cv_type_mode_t=no
19428 cat >conftest.$ac_ext <<_ACEOF
19429 /* confdefs.h. */
19430 _ACEOF
19431 cat confdefs.h >>conftest.$ac_ext
19432 cat >>conftest.$ac_ext <<_ACEOF
19433 /* end confdefs.h. */
19434 $ac_includes_default
19436 main ()
19438 if (sizeof (mode_t))
19439 return 0;
19441 return 0;
19443 _ACEOF
19444 rm -f conftest.$ac_objext
19445 if { (ac_try="$ac_compile"
19446 case "(($ac_try" in
19447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19448 *) ac_try_echo=$ac_try;;
19449 esac
19450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19451 $as_echo "$ac_try_echo") >&5
19452 (eval "$ac_compile") 2>conftest.er1
19453 ac_status=$?
19454 grep -v '^ *+' conftest.er1 >conftest.err
19455 rm -f conftest.er1
19456 cat conftest.err >&5
19457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458 (exit $ac_status); } && {
19459 test -z "$ac_c_werror_flag" ||
19460 test ! -s conftest.err
19461 } && test -s conftest.$ac_objext; then
19462 cat >conftest.$ac_ext <<_ACEOF
19463 /* confdefs.h. */
19464 _ACEOF
19465 cat confdefs.h >>conftest.$ac_ext
19466 cat >>conftest.$ac_ext <<_ACEOF
19467 /* end confdefs.h. */
19468 $ac_includes_default
19470 main ()
19472 if (sizeof ((mode_t)))
19473 return 0;
19475 return 0;
19477 _ACEOF
19478 rm -f conftest.$ac_objext
19479 if { (ac_try="$ac_compile"
19480 case "(($ac_try" in
19481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19482 *) ac_try_echo=$ac_try;;
19483 esac
19484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19485 $as_echo "$ac_try_echo") >&5
19486 (eval "$ac_compile") 2>conftest.er1
19487 ac_status=$?
19488 grep -v '^ *+' conftest.er1 >conftest.err
19489 rm -f conftest.er1
19490 cat conftest.err >&5
19491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492 (exit $ac_status); } && {
19493 test -z "$ac_c_werror_flag" ||
19494 test ! -s conftest.err
19495 } && test -s conftest.$ac_objext; then
19497 else
19498 $as_echo "$as_me: failed program was:" >&5
19499 sed 's/^/| /' conftest.$ac_ext >&5
19501 ac_cv_type_mode_t=yes
19504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19505 else
19506 $as_echo "$as_me: failed program was:" >&5
19507 sed 's/^/| /' conftest.$ac_ext >&5
19512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19514 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19515 $as_echo "$ac_cv_type_mode_t" >&6; }
19516 if test "x$ac_cv_type_mode_t" = x""yes; then
19518 cat >>confdefs.h <<_ACEOF
19519 #define HAVE_MODE_T 1
19520 _ACEOF
19524 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19525 $as_echo_n "checking for off_t... " >&6; }
19526 if test "${ac_cv_type_off_t+set}" = set; then
19527 $as_echo_n "(cached) " >&6
19528 else
19529 ac_cv_type_off_t=no
19530 cat >conftest.$ac_ext <<_ACEOF
19531 /* confdefs.h. */
19532 _ACEOF
19533 cat confdefs.h >>conftest.$ac_ext
19534 cat >>conftest.$ac_ext <<_ACEOF
19535 /* end confdefs.h. */
19536 $ac_includes_default
19538 main ()
19540 if (sizeof (off_t))
19541 return 0;
19543 return 0;
19545 _ACEOF
19546 rm -f conftest.$ac_objext
19547 if { (ac_try="$ac_compile"
19548 case "(($ac_try" in
19549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19550 *) ac_try_echo=$ac_try;;
19551 esac
19552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19553 $as_echo "$ac_try_echo") >&5
19554 (eval "$ac_compile") 2>conftest.er1
19555 ac_status=$?
19556 grep -v '^ *+' conftest.er1 >conftest.err
19557 rm -f conftest.er1
19558 cat conftest.err >&5
19559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19560 (exit $ac_status); } && {
19561 test -z "$ac_c_werror_flag" ||
19562 test ! -s conftest.err
19563 } && test -s conftest.$ac_objext; then
19564 cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h. */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19570 $ac_includes_default
19572 main ()
19574 if (sizeof ((off_t)))
19575 return 0;
19577 return 0;
19579 _ACEOF
19580 rm -f conftest.$ac_objext
19581 if { (ac_try="$ac_compile"
19582 case "(($ac_try" in
19583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19584 *) ac_try_echo=$ac_try;;
19585 esac
19586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19587 $as_echo "$ac_try_echo") >&5
19588 (eval "$ac_compile") 2>conftest.er1
19589 ac_status=$?
19590 grep -v '^ *+' conftest.er1 >conftest.err
19591 rm -f conftest.er1
19592 cat conftest.err >&5
19593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594 (exit $ac_status); } && {
19595 test -z "$ac_c_werror_flag" ||
19596 test ! -s conftest.err
19597 } && test -s conftest.$ac_objext; then
19599 else
19600 $as_echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 ac_cv_type_off_t=yes
19606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19607 else
19608 $as_echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.$ac_ext >&5
19614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19616 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19617 $as_echo "$ac_cv_type_off_t" >&6; }
19618 if test "x$ac_cv_type_off_t" = x""yes; then
19620 cat >>confdefs.h <<_ACEOF
19621 #define HAVE_OFF_T 1
19622 _ACEOF
19626 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19627 $as_echo_n "checking for pid_t... " >&6; }
19628 if test "${ac_cv_type_pid_t+set}" = set; then
19629 $as_echo_n "(cached) " >&6
19630 else
19631 ac_cv_type_pid_t=no
19632 cat >conftest.$ac_ext <<_ACEOF
19633 /* confdefs.h. */
19634 _ACEOF
19635 cat confdefs.h >>conftest.$ac_ext
19636 cat >>conftest.$ac_ext <<_ACEOF
19637 /* end confdefs.h. */
19638 $ac_includes_default
19640 main ()
19642 if (sizeof (pid_t))
19643 return 0;
19645 return 0;
19647 _ACEOF
19648 rm -f conftest.$ac_objext
19649 if { (ac_try="$ac_compile"
19650 case "(($ac_try" in
19651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19652 *) ac_try_echo=$ac_try;;
19653 esac
19654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19655 $as_echo "$ac_try_echo") >&5
19656 (eval "$ac_compile") 2>conftest.er1
19657 ac_status=$?
19658 grep -v '^ *+' conftest.er1 >conftest.err
19659 rm -f conftest.er1
19660 cat conftest.err >&5
19661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662 (exit $ac_status); } && {
19663 test -z "$ac_c_werror_flag" ||
19664 test ! -s conftest.err
19665 } && test -s conftest.$ac_objext; then
19666 cat >conftest.$ac_ext <<_ACEOF
19667 /* confdefs.h. */
19668 _ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h. */
19672 $ac_includes_default
19674 main ()
19676 if (sizeof ((pid_t)))
19677 return 0;
19679 return 0;
19681 _ACEOF
19682 rm -f conftest.$ac_objext
19683 if { (ac_try="$ac_compile"
19684 case "(($ac_try" in
19685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19686 *) ac_try_echo=$ac_try;;
19687 esac
19688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19689 $as_echo "$ac_try_echo") >&5
19690 (eval "$ac_compile") 2>conftest.er1
19691 ac_status=$?
19692 grep -v '^ *+' conftest.er1 >conftest.err
19693 rm -f conftest.er1
19694 cat conftest.err >&5
19695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696 (exit $ac_status); } && {
19697 test -z "$ac_c_werror_flag" ||
19698 test ! -s conftest.err
19699 } && test -s conftest.$ac_objext; then
19701 else
19702 $as_echo "$as_me: failed program was:" >&5
19703 sed 's/^/| /' conftest.$ac_ext >&5
19705 ac_cv_type_pid_t=yes
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19709 else
19710 $as_echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19718 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19719 $as_echo "$ac_cv_type_pid_t" >&6; }
19720 if test "x$ac_cv_type_pid_t" = x""yes; then
19722 cat >>confdefs.h <<_ACEOF
19723 #define HAVE_PID_T 1
19724 _ACEOF
19728 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19729 $as_echo_n "checking for size_t... " >&6; }
19730 if test "${ac_cv_type_size_t+set}" = set; then
19731 $as_echo_n "(cached) " >&6
19732 else
19733 ac_cv_type_size_t=no
19734 cat >conftest.$ac_ext <<_ACEOF
19735 /* confdefs.h. */
19736 _ACEOF
19737 cat confdefs.h >>conftest.$ac_ext
19738 cat >>conftest.$ac_ext <<_ACEOF
19739 /* end confdefs.h. */
19740 $ac_includes_default
19742 main ()
19744 if (sizeof (size_t))
19745 return 0;
19747 return 0;
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754 *) ac_try_echo=$ac_try;;
19755 esac
19756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19757 $as_echo "$ac_try_echo") >&5
19758 (eval "$ac_compile") 2>conftest.er1
19759 ac_status=$?
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
19763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } && {
19765 test -z "$ac_c_werror_flag" ||
19766 test ! -s conftest.err
19767 } && test -s conftest.$ac_objext; then
19768 cat >conftest.$ac_ext <<_ACEOF
19769 /* confdefs.h. */
19770 _ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h. */
19774 $ac_includes_default
19776 main ()
19778 if (sizeof ((size_t)))
19779 return 0;
19781 return 0;
19783 _ACEOF
19784 rm -f conftest.$ac_objext
19785 if { (ac_try="$ac_compile"
19786 case "(($ac_try" in
19787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19788 *) ac_try_echo=$ac_try;;
19789 esac
19790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19791 $as_echo "$ac_try_echo") >&5
19792 (eval "$ac_compile") 2>conftest.er1
19793 ac_status=$?
19794 grep -v '^ *+' conftest.er1 >conftest.err
19795 rm -f conftest.er1
19796 cat conftest.err >&5
19797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19798 (exit $ac_status); } && {
19799 test -z "$ac_c_werror_flag" ||
19800 test ! -s conftest.err
19801 } && test -s conftest.$ac_objext; then
19803 else
19804 $as_echo "$as_me: failed program was:" >&5
19805 sed 's/^/| /' conftest.$ac_ext >&5
19807 ac_cv_type_size_t=yes
19810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19811 else
19812 $as_echo "$as_me: failed program was:" >&5
19813 sed 's/^/| /' conftest.$ac_ext >&5
19818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19821 $as_echo "$ac_cv_type_size_t" >&6; }
19822 if test "x$ac_cv_type_size_t" = x""yes; then
19824 cat >>confdefs.h <<_ACEOF
19825 #define HAVE_SIZE_T 1
19826 _ACEOF
19830 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19831 $as_echo_n "checking for ssize_t... " >&6; }
19832 if test "${ac_cv_type_ssize_t+set}" = set; then
19833 $as_echo_n "(cached) " >&6
19834 else
19835 ac_cv_type_ssize_t=no
19836 cat >conftest.$ac_ext <<_ACEOF
19837 /* confdefs.h. */
19838 _ACEOF
19839 cat confdefs.h >>conftest.$ac_ext
19840 cat >>conftest.$ac_ext <<_ACEOF
19841 /* end confdefs.h. */
19842 $ac_includes_default
19844 main ()
19846 if (sizeof (ssize_t))
19847 return 0;
19849 return 0;
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856 *) ac_try_echo=$ac_try;;
19857 esac
19858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19859 $as_echo "$ac_try_echo") >&5
19860 (eval "$ac_compile") 2>conftest.er1
19861 ac_status=$?
19862 grep -v '^ *+' conftest.er1 >conftest.err
19863 rm -f conftest.er1
19864 cat conftest.err >&5
19865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); } && {
19867 test -z "$ac_c_werror_flag" ||
19868 test ! -s conftest.err
19869 } && test -s conftest.$ac_objext; then
19870 cat >conftest.$ac_ext <<_ACEOF
19871 /* confdefs.h. */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h. */
19876 $ac_includes_default
19878 main ()
19880 if (sizeof ((ssize_t)))
19881 return 0;
19883 return 0;
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890 *) ac_try_echo=$ac_try;;
19891 esac
19892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19893 $as_echo "$ac_try_echo") >&5
19894 (eval "$ac_compile") 2>conftest.er1
19895 ac_status=$?
19896 grep -v '^ *+' conftest.er1 >conftest.err
19897 rm -f conftest.er1
19898 cat conftest.err >&5
19899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } && {
19901 test -z "$ac_c_werror_flag" ||
19902 test ! -s conftest.err
19903 } && test -s conftest.$ac_objext; then
19905 else
19906 $as_echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19909 ac_cv_type_ssize_t=yes
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 else
19914 $as_echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19923 $as_echo "$ac_cv_type_ssize_t" >&6; }
19924 if test "x$ac_cv_type_ssize_t" = x""yes; then
19926 cat >>confdefs.h <<_ACEOF
19927 #define HAVE_SSIZE_T 1
19928 _ACEOF
19932 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19933 $as_echo_n "checking for long long... " >&6; }
19934 if test "${ac_cv_type_long_long+set}" = set; then
19935 $as_echo_n "(cached) " >&6
19936 else
19937 ac_cv_type_long_long=no
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h. */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h. */
19944 $ac_includes_default
19946 main ()
19948 if (sizeof (long long))
19949 return 0;
19951 return 0;
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958 *) ac_try_echo=$ac_try;;
19959 esac
19960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19961 $as_echo "$ac_try_echo") >&5
19962 (eval "$ac_compile") 2>conftest.er1
19963 ac_status=$?
19964 grep -v '^ *+' conftest.er1 >conftest.err
19965 rm -f conftest.er1
19966 cat conftest.err >&5
19967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968 (exit $ac_status); } && {
19969 test -z "$ac_c_werror_flag" ||
19970 test ! -s conftest.err
19971 } && test -s conftest.$ac_objext; then
19972 cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h. */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h. */
19978 $ac_includes_default
19980 main ()
19982 if (sizeof ((long long)))
19983 return 0;
19985 return 0;
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992 *) ac_try_echo=$ac_try;;
19993 esac
19994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19995 $as_echo "$ac_try_echo") >&5
19996 (eval "$ac_compile") 2>conftest.er1
19997 ac_status=$?
19998 grep -v '^ *+' conftest.er1 >conftest.err
19999 rm -f conftest.er1
20000 cat conftest.err >&5
20001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } && {
20003 test -z "$ac_c_werror_flag" ||
20004 test ! -s conftest.err
20005 } && test -s conftest.$ac_objext; then
20007 else
20008 $as_echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20011 ac_cv_type_long_long=yes
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 else
20016 $as_echo "$as_me: failed program was:" >&5
20017 sed 's/^/| /' conftest.$ac_ext >&5
20022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20025 $as_echo "$ac_cv_type_long_long" >&6; }
20026 if test "x$ac_cv_type_long_long" = x""yes; then
20028 cat >>confdefs.h <<_ACEOF
20029 #define HAVE_LONG_LONG 1
20030 _ACEOF
20034 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20035 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20036 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20037 $as_echo_n "(cached) " >&6
20038 else
20039 ac_cv_type_fsblkcnt_t=no
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h. */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h. */
20046 $ac_includes_default
20048 main ()
20050 if (sizeof (fsblkcnt_t))
20051 return 0;
20053 return 0;
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20063 $as_echo "$ac_try_echo") >&5
20064 (eval "$ac_compile") 2>conftest.er1
20065 ac_status=$?
20066 grep -v '^ *+' conftest.er1 >conftest.err
20067 rm -f conftest.er1
20068 cat conftest.err >&5
20069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070 (exit $ac_status); } && {
20071 test -z "$ac_c_werror_flag" ||
20072 test ! -s conftest.err
20073 } && test -s conftest.$ac_objext; then
20074 cat >conftest.$ac_ext <<_ACEOF
20075 /* confdefs.h. */
20076 _ACEOF
20077 cat confdefs.h >>conftest.$ac_ext
20078 cat >>conftest.$ac_ext <<_ACEOF
20079 /* end confdefs.h. */
20080 $ac_includes_default
20082 main ()
20084 if (sizeof ((fsblkcnt_t)))
20085 return 0;
20087 return 0;
20089 _ACEOF
20090 rm -f conftest.$ac_objext
20091 if { (ac_try="$ac_compile"
20092 case "(($ac_try" in
20093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20094 *) ac_try_echo=$ac_try;;
20095 esac
20096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20097 $as_echo "$ac_try_echo") >&5
20098 (eval "$ac_compile") 2>conftest.er1
20099 ac_status=$?
20100 grep -v '^ *+' conftest.er1 >conftest.err
20101 rm -f conftest.er1
20102 cat conftest.err >&5
20103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104 (exit $ac_status); } && {
20105 test -z "$ac_c_werror_flag" ||
20106 test ! -s conftest.err
20107 } && test -s conftest.$ac_objext; then
20109 else
20110 $as_echo "$as_me: failed program was:" >&5
20111 sed 's/^/| /' conftest.$ac_ext >&5
20113 ac_cv_type_fsblkcnt_t=yes
20116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20117 else
20118 $as_echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20126 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20127 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20128 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20130 cat >>confdefs.h <<_ACEOF
20131 #define HAVE_FSBLKCNT_T 1
20132 _ACEOF
20136 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20137 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20138 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20139 $as_echo_n "(cached) " >&6
20140 else
20141 ac_cv_type_fsfilcnt_t=no
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h. */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h. */
20148 $ac_includes_default
20150 main ()
20152 if (sizeof (fsfilcnt_t))
20153 return 0;
20155 return 0;
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162 *) ac_try_echo=$ac_try;;
20163 esac
20164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20165 $as_echo "$ac_try_echo") >&5
20166 (eval "$ac_compile") 2>conftest.er1
20167 ac_status=$?
20168 grep -v '^ *+' conftest.er1 >conftest.err
20169 rm -f conftest.er1
20170 cat conftest.err >&5
20171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172 (exit $ac_status); } && {
20173 test -z "$ac_c_werror_flag" ||
20174 test ! -s conftest.err
20175 } && test -s conftest.$ac_objext; then
20176 cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h. */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h. */
20182 $ac_includes_default
20184 main ()
20186 if (sizeof ((fsfilcnt_t)))
20187 return 0;
20189 return 0;
20191 _ACEOF
20192 rm -f conftest.$ac_objext
20193 if { (ac_try="$ac_compile"
20194 case "(($ac_try" in
20195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20196 *) ac_try_echo=$ac_try;;
20197 esac
20198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20199 $as_echo "$ac_try_echo") >&5
20200 (eval "$ac_compile") 2>conftest.er1
20201 ac_status=$?
20202 grep -v '^ *+' conftest.er1 >conftest.err
20203 rm -f conftest.er1
20204 cat conftest.err >&5
20205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20206 (exit $ac_status); } && {
20207 test -z "$ac_c_werror_flag" ||
20208 test ! -s conftest.err
20209 } && test -s conftest.$ac_objext; then
20211 else
20212 $as_echo "$as_me: failed program was:" >&5
20213 sed 's/^/| /' conftest.$ac_ext >&5
20215 ac_cv_type_fsfilcnt_t=yes
20218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20219 else
20220 $as_echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.$ac_ext >&5
20226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20228 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20229 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20230 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20232 cat >>confdefs.h <<_ACEOF
20233 #define HAVE_FSFILCNT_T 1
20234 _ACEOF
20239 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20240 $as_echo_n "checking for sigset_t... " >&6; }
20241 if test "${ac_cv_type_sigset_t+set}" = set; then
20242 $as_echo_n "(cached) " >&6
20243 else
20244 ac_cv_type_sigset_t=no
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h. */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h. */
20251 #include <sys/types.h>
20252 #include <signal.h>
20255 main ()
20257 if (sizeof (sigset_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 #include <sys/types.h>
20288 #include <signal.h>
20291 main ()
20293 if (sizeof ((sigset_t)))
20294 return 0;
20296 return 0;
20298 _ACEOF
20299 rm -f conftest.$ac_objext
20300 if { (ac_try="$ac_compile"
20301 case "(($ac_try" in
20302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20303 *) ac_try_echo=$ac_try;;
20304 esac
20305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20306 $as_echo "$ac_try_echo") >&5
20307 (eval "$ac_compile") 2>conftest.er1
20308 ac_status=$?
20309 grep -v '^ *+' conftest.er1 >conftest.err
20310 rm -f conftest.er1
20311 cat conftest.err >&5
20312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20313 (exit $ac_status); } && {
20314 test -z "$ac_c_werror_flag" ||
20315 test ! -s conftest.err
20316 } && test -s conftest.$ac_objext; then
20318 else
20319 $as_echo "$as_me: failed program was:" >&5
20320 sed 's/^/| /' conftest.$ac_ext >&5
20322 ac_cv_type_sigset_t=yes
20325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20326 else
20327 $as_echo "$as_me: failed program was:" >&5
20328 sed 's/^/| /' conftest.$ac_ext >&5
20333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20335 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20336 $as_echo "$ac_cv_type_sigset_t" >&6; }
20337 if test "x$ac_cv_type_sigset_t" = x""yes; then
20339 cat >>confdefs.h <<_ACEOF
20340 #define HAVE_SIGSET_T 1
20341 _ACEOF
20346 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20347 $as_echo_n "checking for request_sense... " >&6; }
20348 if test "${ac_cv_type_request_sense+set}" = set; then
20349 $as_echo_n "(cached) " >&6
20350 else
20351 ac_cv_type_request_sense=no
20352 cat >conftest.$ac_ext <<_ACEOF
20353 /* confdefs.h. */
20354 _ACEOF
20355 cat confdefs.h >>conftest.$ac_ext
20356 cat >>conftest.$ac_ext <<_ACEOF
20357 /* end confdefs.h. */
20358 #include <linux/cdrom.h>
20361 main ()
20363 if (sizeof (request_sense))
20364 return 0;
20366 return 0;
20368 _ACEOF
20369 rm -f conftest.$ac_objext
20370 if { (ac_try="$ac_compile"
20371 case "(($ac_try" in
20372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373 *) ac_try_echo=$ac_try;;
20374 esac
20375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20376 $as_echo "$ac_try_echo") >&5
20377 (eval "$ac_compile") 2>conftest.er1
20378 ac_status=$?
20379 grep -v '^ *+' conftest.er1 >conftest.err
20380 rm -f conftest.er1
20381 cat conftest.err >&5
20382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20383 (exit $ac_status); } && {
20384 test -z "$ac_c_werror_flag" ||
20385 test ! -s conftest.err
20386 } && test -s conftest.$ac_objext; then
20387 cat >conftest.$ac_ext <<_ACEOF
20388 /* confdefs.h. */
20389 _ACEOF
20390 cat confdefs.h >>conftest.$ac_ext
20391 cat >>conftest.$ac_ext <<_ACEOF
20392 /* end confdefs.h. */
20393 #include <linux/cdrom.h>
20396 main ()
20398 if (sizeof ((request_sense)))
20399 return 0;
20401 return 0;
20403 _ACEOF
20404 rm -f conftest.$ac_objext
20405 if { (ac_try="$ac_compile"
20406 case "(($ac_try" in
20407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408 *) ac_try_echo=$ac_try;;
20409 esac
20410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20411 $as_echo "$ac_try_echo") >&5
20412 (eval "$ac_compile") 2>conftest.er1
20413 ac_status=$?
20414 grep -v '^ *+' conftest.er1 >conftest.err
20415 rm -f conftest.er1
20416 cat conftest.err >&5
20417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); } && {
20419 test -z "$ac_c_werror_flag" ||
20420 test ! -s conftest.err
20421 } && test -s conftest.$ac_objext; then
20423 else
20424 $as_echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5
20427 ac_cv_type_request_sense=yes
20430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20431 else
20432 $as_echo "$as_me: failed program was:" >&5
20433 sed 's/^/| /' conftest.$ac_ext >&5
20438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20440 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20441 $as_echo "$ac_cv_type_request_sense" >&6; }
20442 if test "x$ac_cv_type_request_sense" = x""yes; then
20444 cat >>confdefs.h <<_ACEOF
20445 #define HAVE_REQUEST_SENSE 1
20446 _ACEOF
20452 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20453 $as_echo_n "checking for struct xinpgen... " >&6; }
20454 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20455 $as_echo_n "(cached) " >&6
20456 else
20457 ac_cv_type_struct_xinpgen=no
20458 cat >conftest.$ac_ext <<_ACEOF
20459 /* confdefs.h. */
20460 _ACEOF
20461 cat confdefs.h >>conftest.$ac_ext
20462 cat >>conftest.$ac_ext <<_ACEOF
20463 /* end confdefs.h. */
20464 #include <sys/types.h>
20465 #ifdef HAVE_SYS_SOCKET_H
20466 #include <sys/socket.h>
20467 #endif
20468 #ifdef HAVE_SYS_SOCKETVAR_H
20469 #include <sys/socketvar.h>
20470 #endif
20471 #ifdef HAVE_NET_ROUTE_H
20472 #include <net/route.h>
20473 #endif
20474 #ifdef HAVE_NETINET_IN_H
20475 #include <netinet/in.h>
20476 #endif
20477 #ifdef HAVE_NETINET_IN_SYSTM_H
20478 #include <netinet/in_systm.h>
20479 #endif
20480 #ifdef HAVE_NETINET_IP_H
20481 #include <netinet/ip.h>
20482 #endif
20483 #ifdef HAVE_NETINET_IN_PCB_H
20484 #include <netinet/in_pcb.h>
20485 #endif
20488 main ()
20490 if (sizeof (struct xinpgen))
20491 return 0;
20493 return 0;
20495 _ACEOF
20496 rm -f conftest.$ac_objext
20497 if { (ac_try="$ac_compile"
20498 case "(($ac_try" in
20499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20500 *) ac_try_echo=$ac_try;;
20501 esac
20502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20503 $as_echo "$ac_try_echo") >&5
20504 (eval "$ac_compile") 2>conftest.er1
20505 ac_status=$?
20506 grep -v '^ *+' conftest.er1 >conftest.err
20507 rm -f conftest.er1
20508 cat conftest.err >&5
20509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); } && {
20511 test -z "$ac_c_werror_flag" ||
20512 test ! -s conftest.err
20513 } && test -s conftest.$ac_objext; then
20514 cat >conftest.$ac_ext <<_ACEOF
20515 /* confdefs.h. */
20516 _ACEOF
20517 cat confdefs.h >>conftest.$ac_ext
20518 cat >>conftest.$ac_ext <<_ACEOF
20519 /* end confdefs.h. */
20520 #include <sys/types.h>
20521 #ifdef HAVE_SYS_SOCKET_H
20522 #include <sys/socket.h>
20523 #endif
20524 #ifdef HAVE_SYS_SOCKETVAR_H
20525 #include <sys/socketvar.h>
20526 #endif
20527 #ifdef HAVE_NET_ROUTE_H
20528 #include <net/route.h>
20529 #endif
20530 #ifdef HAVE_NETINET_IN_H
20531 #include <netinet/in.h>
20532 #endif
20533 #ifdef HAVE_NETINET_IN_SYSTM_H
20534 #include <netinet/in_systm.h>
20535 #endif
20536 #ifdef HAVE_NETINET_IP_H
20537 #include <netinet/ip.h>
20538 #endif
20539 #ifdef HAVE_NETINET_IN_PCB_H
20540 #include <netinet/in_pcb.h>
20541 #endif
20544 main ()
20546 if (sizeof ((struct xinpgen)))
20547 return 0;
20549 return 0;
20551 _ACEOF
20552 rm -f conftest.$ac_objext
20553 if { (ac_try="$ac_compile"
20554 case "(($ac_try" in
20555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20556 *) ac_try_echo=$ac_try;;
20557 esac
20558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20559 $as_echo "$ac_try_echo") >&5
20560 (eval "$ac_compile") 2>conftest.er1
20561 ac_status=$?
20562 grep -v '^ *+' conftest.er1 >conftest.err
20563 rm -f conftest.er1
20564 cat conftest.err >&5
20565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20566 (exit $ac_status); } && {
20567 test -z "$ac_c_werror_flag" ||
20568 test ! -s conftest.err
20569 } && test -s conftest.$ac_objext; then
20571 else
20572 $as_echo "$as_me: failed program was:" >&5
20573 sed 's/^/| /' conftest.$ac_ext >&5
20575 ac_cv_type_struct_xinpgen=yes
20578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20579 else
20580 $as_echo "$as_me: failed program was:" >&5
20581 sed 's/^/| /' conftest.$ac_ext >&5
20586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20589 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20590 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20592 cat >>confdefs.h <<_ACEOF
20593 #define HAVE_STRUCT_XINPGEN 1
20594 _ACEOF
20600 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20601 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20602 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20603 $as_echo_n "(cached) " >&6
20604 else
20605 cat >conftest.$ac_ext <<_ACEOF
20606 /* confdefs.h. */
20607 _ACEOF
20608 cat confdefs.h >>conftest.$ac_ext
20609 cat >>conftest.$ac_ext <<_ACEOF
20610 /* end confdefs.h. */
20611 #ifdef HAVE_LINUX_INPUT_H
20612 #include <linux/input.h>
20613 #endif
20616 main ()
20618 static struct ff_effect ac_aggr;
20619 if (ac_aggr.direction)
20620 return 0;
20622 return 0;
20624 _ACEOF
20625 rm -f conftest.$ac_objext
20626 if { (ac_try="$ac_compile"
20627 case "(($ac_try" in
20628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20629 *) ac_try_echo=$ac_try;;
20630 esac
20631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20632 $as_echo "$ac_try_echo") >&5
20633 (eval "$ac_compile") 2>conftest.er1
20634 ac_status=$?
20635 grep -v '^ *+' conftest.er1 >conftest.err
20636 rm -f conftest.er1
20637 cat conftest.err >&5
20638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20639 (exit $ac_status); } && {
20640 test -z "$ac_c_werror_flag" ||
20641 test ! -s conftest.err
20642 } && test -s conftest.$ac_objext; then
20643 ac_cv_member_struct_ff_effect_direction=yes
20644 else
20645 $as_echo "$as_me: failed program was:" >&5
20646 sed 's/^/| /' conftest.$ac_ext >&5
20648 cat >conftest.$ac_ext <<_ACEOF
20649 /* confdefs.h. */
20650 _ACEOF
20651 cat confdefs.h >>conftest.$ac_ext
20652 cat >>conftest.$ac_ext <<_ACEOF
20653 /* end confdefs.h. */
20654 #ifdef HAVE_LINUX_INPUT_H
20655 #include <linux/input.h>
20656 #endif
20659 main ()
20661 static struct ff_effect ac_aggr;
20662 if (sizeof ac_aggr.direction)
20663 return 0;
20665 return 0;
20667 _ACEOF
20668 rm -f conftest.$ac_objext
20669 if { (ac_try="$ac_compile"
20670 case "(($ac_try" in
20671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20672 *) ac_try_echo=$ac_try;;
20673 esac
20674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20675 $as_echo "$ac_try_echo") >&5
20676 (eval "$ac_compile") 2>conftest.er1
20677 ac_status=$?
20678 grep -v '^ *+' conftest.er1 >conftest.err
20679 rm -f conftest.er1
20680 cat conftest.err >&5
20681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20682 (exit $ac_status); } && {
20683 test -z "$ac_c_werror_flag" ||
20684 test ! -s conftest.err
20685 } && test -s conftest.$ac_objext; then
20686 ac_cv_member_struct_ff_effect_direction=yes
20687 else
20688 $as_echo "$as_me: failed program was:" >&5
20689 sed 's/^/| /' conftest.$ac_ext >&5
20691 ac_cv_member_struct_ff_effect_direction=no
20694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20699 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20700 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20701 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20703 cat >>confdefs.h <<_ACEOF
20704 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20705 _ACEOF
20711 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20712 $as_echo_n "checking for sigaddset... " >&6; }
20713 if test "${wine_cv_have_sigaddset+set}" = set; then
20714 $as_echo_n "(cached) " >&6
20715 else
20716 cat >conftest.$ac_ext <<_ACEOF
20717 /* confdefs.h. */
20718 _ACEOF
20719 cat confdefs.h >>conftest.$ac_ext
20720 cat >>conftest.$ac_ext <<_ACEOF
20721 /* end confdefs.h. */
20722 #include <signal.h>
20724 main ()
20726 sigset_t set; sigaddset(&set,SIGTERM);
20728 return 0;
20730 _ACEOF
20731 rm -f conftest.$ac_objext conftest$ac_exeext
20732 if { (ac_try="$ac_link"
20733 case "(($ac_try" in
20734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20735 *) ac_try_echo=$ac_try;;
20736 esac
20737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20738 $as_echo "$ac_try_echo") >&5
20739 (eval "$ac_link") 2>conftest.er1
20740 ac_status=$?
20741 grep -v '^ *+' conftest.er1 >conftest.err
20742 rm -f conftest.er1
20743 cat conftest.err >&5
20744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20745 (exit $ac_status); } && {
20746 test -z "$ac_c_werror_flag" ||
20747 test ! -s conftest.err
20748 } && test -s conftest$ac_exeext && {
20749 test "$cross_compiling" = yes ||
20750 $as_test_x conftest$ac_exeext
20751 }; then
20752 wine_cv_have_sigaddset=yes
20753 else
20754 $as_echo "$as_me: failed program was:" >&5
20755 sed 's/^/| /' conftest.$ac_ext >&5
20757 wine_cv_have_sigaddset=no
20760 rm -rf conftest.dSYM
20761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20762 conftest$ac_exeext conftest.$ac_ext
20764 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20765 $as_echo "$wine_cv_have_sigaddset" >&6; }
20766 if test "$wine_cv_have_sigaddset" = "yes"
20767 then
20769 cat >>confdefs.h <<\_ACEOF
20770 #define HAVE_SIGADDSET 1
20771 _ACEOF
20776 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20777 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20778 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20779 $as_echo_n "(cached) " >&6
20780 else
20781 cat >conftest.$ac_ext <<_ACEOF
20782 /* confdefs.h. */
20783 _ACEOF
20784 cat confdefs.h >>conftest.$ac_ext
20785 cat >>conftest.$ac_ext <<_ACEOF
20786 /* end confdefs.h. */
20787 #include <netdb.h>
20789 main ()
20792 char *name=0;
20793 struct hostent he;
20794 struct hostent *result;
20795 char *buf=0;
20796 int bufsize=0;
20797 int res,errnr;
20798 char *addr=0;
20799 int addrlen=0;
20800 int addrtype=0;
20801 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20802 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20805 return 0;
20807 _ACEOF
20808 rm -f conftest.$ac_objext conftest$ac_exeext
20809 if { (ac_try="$ac_link"
20810 case "(($ac_try" in
20811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20812 *) ac_try_echo=$ac_try;;
20813 esac
20814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20815 $as_echo "$ac_try_echo") >&5
20816 (eval "$ac_link") 2>conftest.er1
20817 ac_status=$?
20818 grep -v '^ *+' conftest.er1 >conftest.err
20819 rm -f conftest.er1
20820 cat conftest.err >&5
20821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20822 (exit $ac_status); } && {
20823 test -z "$ac_c_werror_flag" ||
20824 test ! -s conftest.err
20825 } && test -s conftest$ac_exeext && {
20826 test "$cross_compiling" = yes ||
20827 $as_test_x conftest$ac_exeext
20828 }; then
20829 wine_cv_linux_gethostbyname_r_6=yes
20830 else
20831 $as_echo "$as_me: failed program was:" >&5
20832 sed 's/^/| /' conftest.$ac_ext >&5
20834 wine_cv_linux_gethostbyname_r_6=no
20838 rm -rf conftest.dSYM
20839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20840 conftest$ac_exeext conftest.$ac_ext
20843 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20844 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20845 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20846 then
20848 cat >>confdefs.h <<\_ACEOF
20849 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20850 _ACEOF
20854 if test "$ac_cv_header_linux_joystick_h" = "yes"
20855 then
20856 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20857 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20858 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20859 $as_echo_n "(cached) " >&6
20860 else
20861 cat >conftest.$ac_ext <<_ACEOF
20862 /* confdefs.h. */
20863 _ACEOF
20864 cat confdefs.h >>conftest.$ac_ext
20865 cat >>conftest.$ac_ext <<_ACEOF
20866 /* end confdefs.h. */
20868 #include <sys/ioctl.h>
20869 #include <sys/types.h>
20870 #include <linux/joystick.h>
20872 struct js_event blub;
20873 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20874 #error "no 2.2 header"
20875 #endif
20878 main ()
20880 /*empty*/
20882 return 0;
20884 _ACEOF
20885 rm -f conftest.$ac_objext
20886 if { (ac_try="$ac_compile"
20887 case "(($ac_try" in
20888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20889 *) ac_try_echo=$ac_try;;
20890 esac
20891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20892 $as_echo "$ac_try_echo") >&5
20893 (eval "$ac_compile") 2>conftest.er1
20894 ac_status=$?
20895 grep -v '^ *+' conftest.er1 >conftest.err
20896 rm -f conftest.er1
20897 cat conftest.err >&5
20898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20899 (exit $ac_status); } && {
20900 test -z "$ac_c_werror_flag" ||
20901 test ! -s conftest.err
20902 } && test -s conftest.$ac_objext; then
20903 wine_cv_linux_joystick_22_api=yes
20904 else
20905 $as_echo "$as_me: failed program was:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20908 wine_cv_linux_joystick_22_api=no
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20914 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20915 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20916 if test "$wine_cv_linux_joystick_22_api" = "yes"
20917 then
20919 cat >>confdefs.h <<\_ACEOF
20920 #define HAVE_LINUX_22_JOYSTICK_API 1
20921 _ACEOF
20927 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20928 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20929 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20930 $as_echo_n "(cached) " >&6
20931 else
20932 cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h. */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_PARAM_H
20940 # include <sys/param.h>
20941 #endif
20942 #ifdef HAVE_SYS_MOUNT_H
20943 # include <sys/mount.h>
20944 #endif
20945 #ifdef HAVE_SYS_VFS_H
20946 # include <sys/vfs.h>
20947 #endif
20948 #ifdef HAVE_SYS_STATFS_H
20949 # include <sys/statfs.h>
20950 #endif
20953 main ()
20955 static struct statfs ac_aggr;
20956 if (ac_aggr.f_bfree)
20957 return 0;
20959 return 0;
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20967 esac
20968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20969 $as_echo "$ac_try_echo") >&5
20970 (eval "$ac_compile") 2>conftest.er1
20971 ac_status=$?
20972 grep -v '^ *+' conftest.er1 >conftest.err
20973 rm -f conftest.er1
20974 cat conftest.err >&5
20975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20976 (exit $ac_status); } && {
20977 test -z "$ac_c_werror_flag" ||
20978 test ! -s conftest.err
20979 } && test -s conftest.$ac_objext; then
20980 ac_cv_member_struct_statfs_f_bfree=yes
20981 else
20982 $as_echo "$as_me: failed program was:" >&5
20983 sed 's/^/| /' conftest.$ac_ext >&5
20985 cat >conftest.$ac_ext <<_ACEOF
20986 /* confdefs.h. */
20987 _ACEOF
20988 cat confdefs.h >>conftest.$ac_ext
20989 cat >>conftest.$ac_ext <<_ACEOF
20990 /* end confdefs.h. */
20991 #include <sys/types.h>
20992 #ifdef HAVE_SYS_PARAM_H
20993 # include <sys/param.h>
20994 #endif
20995 #ifdef HAVE_SYS_MOUNT_H
20996 # include <sys/mount.h>
20997 #endif
20998 #ifdef HAVE_SYS_VFS_H
20999 # include <sys/vfs.h>
21000 #endif
21001 #ifdef HAVE_SYS_STATFS_H
21002 # include <sys/statfs.h>
21003 #endif
21006 main ()
21008 static struct statfs ac_aggr;
21009 if (sizeof ac_aggr.f_bfree)
21010 return 0;
21012 return 0;
21014 _ACEOF
21015 rm -f conftest.$ac_objext
21016 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
21033 ac_cv_member_struct_statfs_f_bfree=yes
21034 else
21035 $as_echo "$as_me: failed program was:" >&5
21036 sed 's/^/| /' conftest.$ac_ext >&5
21038 ac_cv_member_struct_statfs_f_bfree=no
21041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21046 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21047 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21048 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21050 cat >>confdefs.h <<_ACEOF
21051 #define HAVE_STRUCT_STATFS_F_BFREE 1
21052 _ACEOF
21056 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21057 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21058 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21059 $as_echo_n "(cached) " >&6
21060 else
21061 cat >conftest.$ac_ext <<_ACEOF
21062 /* confdefs.h. */
21063 _ACEOF
21064 cat confdefs.h >>conftest.$ac_ext
21065 cat >>conftest.$ac_ext <<_ACEOF
21066 /* end confdefs.h. */
21067 #include <sys/types.h>
21068 #ifdef HAVE_SYS_PARAM_H
21069 # include <sys/param.h>
21070 #endif
21071 #ifdef HAVE_SYS_MOUNT_H
21072 # include <sys/mount.h>
21073 #endif
21074 #ifdef HAVE_SYS_VFS_H
21075 # include <sys/vfs.h>
21076 #endif
21077 #ifdef HAVE_SYS_STATFS_H
21078 # include <sys/statfs.h>
21079 #endif
21082 main ()
21084 static struct statfs ac_aggr;
21085 if (ac_aggr.f_bavail)
21086 return 0;
21088 return 0;
21090 _ACEOF
21091 rm -f conftest.$ac_objext
21092 if { (ac_try="$ac_compile"
21093 case "(($ac_try" in
21094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21095 *) ac_try_echo=$ac_try;;
21096 esac
21097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21098 $as_echo "$ac_try_echo") >&5
21099 (eval "$ac_compile") 2>conftest.er1
21100 ac_status=$?
21101 grep -v '^ *+' conftest.er1 >conftest.err
21102 rm -f conftest.er1
21103 cat conftest.err >&5
21104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105 (exit $ac_status); } && {
21106 test -z "$ac_c_werror_flag" ||
21107 test ! -s conftest.err
21108 } && test -s conftest.$ac_objext; then
21109 ac_cv_member_struct_statfs_f_bavail=yes
21110 else
21111 $as_echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5
21114 cat >conftest.$ac_ext <<_ACEOF
21115 /* confdefs.h. */
21116 _ACEOF
21117 cat confdefs.h >>conftest.$ac_ext
21118 cat >>conftest.$ac_ext <<_ACEOF
21119 /* end confdefs.h. */
21120 #include <sys/types.h>
21121 #ifdef HAVE_SYS_PARAM_H
21122 # include <sys/param.h>
21123 #endif
21124 #ifdef HAVE_SYS_MOUNT_H
21125 # include <sys/mount.h>
21126 #endif
21127 #ifdef HAVE_SYS_VFS_H
21128 # include <sys/vfs.h>
21129 #endif
21130 #ifdef HAVE_SYS_STATFS_H
21131 # include <sys/statfs.h>
21132 #endif
21135 main ()
21137 static struct statfs ac_aggr;
21138 if (sizeof ac_aggr.f_bavail)
21139 return 0;
21141 return 0;
21143 _ACEOF
21144 rm -f conftest.$ac_objext
21145 if { (ac_try="$ac_compile"
21146 case "(($ac_try" in
21147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21148 *) ac_try_echo=$ac_try;;
21149 esac
21150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21151 $as_echo "$ac_try_echo") >&5
21152 (eval "$ac_compile") 2>conftest.er1
21153 ac_status=$?
21154 grep -v '^ *+' conftest.er1 >conftest.err
21155 rm -f conftest.er1
21156 cat conftest.err >&5
21157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158 (exit $ac_status); } && {
21159 test -z "$ac_c_werror_flag" ||
21160 test ! -s conftest.err
21161 } && test -s conftest.$ac_objext; then
21162 ac_cv_member_struct_statfs_f_bavail=yes
21163 else
21164 $as_echo "$as_me: failed program was:" >&5
21165 sed 's/^/| /' conftest.$ac_ext >&5
21167 ac_cv_member_struct_statfs_f_bavail=no
21170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21175 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21176 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21177 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21179 cat >>confdefs.h <<_ACEOF
21180 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21181 _ACEOF
21185 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21186 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21187 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21188 $as_echo_n "(cached) " >&6
21189 else
21190 cat >conftest.$ac_ext <<_ACEOF
21191 /* confdefs.h. */
21192 _ACEOF
21193 cat confdefs.h >>conftest.$ac_ext
21194 cat >>conftest.$ac_ext <<_ACEOF
21195 /* end confdefs.h. */
21196 #include <sys/types.h>
21197 #ifdef HAVE_SYS_PARAM_H
21198 # include <sys/param.h>
21199 #endif
21200 #ifdef HAVE_SYS_MOUNT_H
21201 # include <sys/mount.h>
21202 #endif
21203 #ifdef HAVE_SYS_VFS_H
21204 # include <sys/vfs.h>
21205 #endif
21206 #ifdef HAVE_SYS_STATFS_H
21207 # include <sys/statfs.h>
21208 #endif
21211 main ()
21213 static struct statfs ac_aggr;
21214 if (ac_aggr.f_frsize)
21215 return 0;
21217 return 0;
21219 _ACEOF
21220 rm -f conftest.$ac_objext
21221 if { (ac_try="$ac_compile"
21222 case "(($ac_try" in
21223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21224 *) ac_try_echo=$ac_try;;
21225 esac
21226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21227 $as_echo "$ac_try_echo") >&5
21228 (eval "$ac_compile") 2>conftest.er1
21229 ac_status=$?
21230 grep -v '^ *+' conftest.er1 >conftest.err
21231 rm -f conftest.er1
21232 cat conftest.err >&5
21233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } && {
21235 test -z "$ac_c_werror_flag" ||
21236 test ! -s conftest.err
21237 } && test -s conftest.$ac_objext; then
21238 ac_cv_member_struct_statfs_f_frsize=yes
21239 else
21240 $as_echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21243 cat >conftest.$ac_ext <<_ACEOF
21244 /* confdefs.h. */
21245 _ACEOF
21246 cat confdefs.h >>conftest.$ac_ext
21247 cat >>conftest.$ac_ext <<_ACEOF
21248 /* end confdefs.h. */
21249 #include <sys/types.h>
21250 #ifdef HAVE_SYS_PARAM_H
21251 # include <sys/param.h>
21252 #endif
21253 #ifdef HAVE_SYS_MOUNT_H
21254 # include <sys/mount.h>
21255 #endif
21256 #ifdef HAVE_SYS_VFS_H
21257 # include <sys/vfs.h>
21258 #endif
21259 #ifdef HAVE_SYS_STATFS_H
21260 # include <sys/statfs.h>
21261 #endif
21264 main ()
21266 static struct statfs ac_aggr;
21267 if (sizeof ac_aggr.f_frsize)
21268 return 0;
21270 return 0;
21272 _ACEOF
21273 rm -f conftest.$ac_objext
21274 if { (ac_try="$ac_compile"
21275 case "(($ac_try" in
21276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21277 *) ac_try_echo=$ac_try;;
21278 esac
21279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21280 $as_echo "$ac_try_echo") >&5
21281 (eval "$ac_compile") 2>conftest.er1
21282 ac_status=$?
21283 grep -v '^ *+' conftest.er1 >conftest.err
21284 rm -f conftest.er1
21285 cat conftest.err >&5
21286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21287 (exit $ac_status); } && {
21288 test -z "$ac_c_werror_flag" ||
21289 test ! -s conftest.err
21290 } && test -s conftest.$ac_objext; then
21291 ac_cv_member_struct_statfs_f_frsize=yes
21292 else
21293 $as_echo "$as_me: failed program was:" >&5
21294 sed 's/^/| /' conftest.$ac_ext >&5
21296 ac_cv_member_struct_statfs_f_frsize=no
21299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21304 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21305 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21306 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21308 cat >>confdefs.h <<_ACEOF
21309 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21310 _ACEOF
21314 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21315 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21316 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21317 $as_echo_n "(cached) " >&6
21318 else
21319 cat >conftest.$ac_ext <<_ACEOF
21320 /* confdefs.h. */
21321 _ACEOF
21322 cat confdefs.h >>conftest.$ac_ext
21323 cat >>conftest.$ac_ext <<_ACEOF
21324 /* end confdefs.h. */
21325 #include <sys/types.h>
21326 #ifdef HAVE_SYS_PARAM_H
21327 # include <sys/param.h>
21328 #endif
21329 #ifdef HAVE_SYS_MOUNT_H
21330 # include <sys/mount.h>
21331 #endif
21332 #ifdef HAVE_SYS_VFS_H
21333 # include <sys/vfs.h>
21334 #endif
21335 #ifdef HAVE_SYS_STATFS_H
21336 # include <sys/statfs.h>
21337 #endif
21340 main ()
21342 static struct statfs ac_aggr;
21343 if (ac_aggr.f_ffree)
21344 return 0;
21346 return 0;
21348 _ACEOF
21349 rm -f conftest.$ac_objext
21350 if { (ac_try="$ac_compile"
21351 case "(($ac_try" in
21352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21353 *) ac_try_echo=$ac_try;;
21354 esac
21355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21356 $as_echo "$ac_try_echo") >&5
21357 (eval "$ac_compile") 2>conftest.er1
21358 ac_status=$?
21359 grep -v '^ *+' conftest.er1 >conftest.err
21360 rm -f conftest.er1
21361 cat conftest.err >&5
21362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 (exit $ac_status); } && {
21364 test -z "$ac_c_werror_flag" ||
21365 test ! -s conftest.err
21366 } && test -s conftest.$ac_objext; then
21367 ac_cv_member_struct_statfs_f_ffree=yes
21368 else
21369 $as_echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21372 cat >conftest.$ac_ext <<_ACEOF
21373 /* confdefs.h. */
21374 _ACEOF
21375 cat confdefs.h >>conftest.$ac_ext
21376 cat >>conftest.$ac_ext <<_ACEOF
21377 /* end confdefs.h. */
21378 #include <sys/types.h>
21379 #ifdef HAVE_SYS_PARAM_H
21380 # include <sys/param.h>
21381 #endif
21382 #ifdef HAVE_SYS_MOUNT_H
21383 # include <sys/mount.h>
21384 #endif
21385 #ifdef HAVE_SYS_VFS_H
21386 # include <sys/vfs.h>
21387 #endif
21388 #ifdef HAVE_SYS_STATFS_H
21389 # include <sys/statfs.h>
21390 #endif
21393 main ()
21395 static struct statfs ac_aggr;
21396 if (sizeof ac_aggr.f_ffree)
21397 return 0;
21399 return 0;
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21407 esac
21408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21409 $as_echo "$ac_try_echo") >&5
21410 (eval "$ac_compile") 2>conftest.er1
21411 ac_status=$?
21412 grep -v '^ *+' conftest.er1 >conftest.err
21413 rm -f conftest.er1
21414 cat conftest.err >&5
21415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); } && {
21417 test -z "$ac_c_werror_flag" ||
21418 test ! -s conftest.err
21419 } && test -s conftest.$ac_objext; then
21420 ac_cv_member_struct_statfs_f_ffree=yes
21421 else
21422 $as_echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21425 ac_cv_member_struct_statfs_f_ffree=no
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21434 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21435 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STATFS_F_FFREE 1
21439 _ACEOF
21443 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21444 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21445 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21446 $as_echo_n "(cached) " >&6
21447 else
21448 cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h. */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21454 #include <sys/types.h>
21455 #ifdef HAVE_SYS_PARAM_H
21456 # include <sys/param.h>
21457 #endif
21458 #ifdef HAVE_SYS_MOUNT_H
21459 # include <sys/mount.h>
21460 #endif
21461 #ifdef HAVE_SYS_VFS_H
21462 # include <sys/vfs.h>
21463 #endif
21464 #ifdef HAVE_SYS_STATFS_H
21465 # include <sys/statfs.h>
21466 #endif
21469 main ()
21471 static struct statfs ac_aggr;
21472 if (ac_aggr.f_favail)
21473 return 0;
21475 return 0;
21477 _ACEOF
21478 rm -f conftest.$ac_objext
21479 if { (ac_try="$ac_compile"
21480 case "(($ac_try" in
21481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21482 *) ac_try_echo=$ac_try;;
21483 esac
21484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21485 $as_echo "$ac_try_echo") >&5
21486 (eval "$ac_compile") 2>conftest.er1
21487 ac_status=$?
21488 grep -v '^ *+' conftest.er1 >conftest.err
21489 rm -f conftest.er1
21490 cat conftest.err >&5
21491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492 (exit $ac_status); } && {
21493 test -z "$ac_c_werror_flag" ||
21494 test ! -s conftest.err
21495 } && test -s conftest.$ac_objext; then
21496 ac_cv_member_struct_statfs_f_favail=yes
21497 else
21498 $as_echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21501 cat >conftest.$ac_ext <<_ACEOF
21502 /* confdefs.h. */
21503 _ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h. */
21507 #include <sys/types.h>
21508 #ifdef HAVE_SYS_PARAM_H
21509 # include <sys/param.h>
21510 #endif
21511 #ifdef HAVE_SYS_MOUNT_H
21512 # include <sys/mount.h>
21513 #endif
21514 #ifdef HAVE_SYS_VFS_H
21515 # include <sys/vfs.h>
21516 #endif
21517 #ifdef HAVE_SYS_STATFS_H
21518 # include <sys/statfs.h>
21519 #endif
21522 main ()
21524 static struct statfs ac_aggr;
21525 if (sizeof ac_aggr.f_favail)
21526 return 0;
21528 return 0;
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21536 esac
21537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21538 $as_echo "$ac_try_echo") >&5
21539 (eval "$ac_compile") 2>conftest.er1
21540 ac_status=$?
21541 grep -v '^ *+' conftest.er1 >conftest.err
21542 rm -f conftest.er1
21543 cat conftest.err >&5
21544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545 (exit $ac_status); } && {
21546 test -z "$ac_c_werror_flag" ||
21547 test ! -s conftest.err
21548 } && test -s conftest.$ac_objext; then
21549 ac_cv_member_struct_statfs_f_favail=yes
21550 else
21551 $as_echo "$as_me: failed program was:" >&5
21552 sed 's/^/| /' conftest.$ac_ext >&5
21554 ac_cv_member_struct_statfs_f_favail=no
21557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21562 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21563 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21564 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21566 cat >>confdefs.h <<_ACEOF
21567 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21568 _ACEOF
21572 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21573 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21574 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21575 $as_echo_n "(cached) " >&6
21576 else
21577 cat >conftest.$ac_ext <<_ACEOF
21578 /* confdefs.h. */
21579 _ACEOF
21580 cat confdefs.h >>conftest.$ac_ext
21581 cat >>conftest.$ac_ext <<_ACEOF
21582 /* end confdefs.h. */
21583 #include <sys/types.h>
21584 #ifdef HAVE_SYS_PARAM_H
21585 # include <sys/param.h>
21586 #endif
21587 #ifdef HAVE_SYS_MOUNT_H
21588 # include <sys/mount.h>
21589 #endif
21590 #ifdef HAVE_SYS_VFS_H
21591 # include <sys/vfs.h>
21592 #endif
21593 #ifdef HAVE_SYS_STATFS_H
21594 # include <sys/statfs.h>
21595 #endif
21598 main ()
21600 static struct statfs ac_aggr;
21601 if (ac_aggr.f_namelen)
21602 return 0;
21604 return 0;
21606 _ACEOF
21607 rm -f conftest.$ac_objext
21608 if { (ac_try="$ac_compile"
21609 case "(($ac_try" in
21610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21611 *) ac_try_echo=$ac_try;;
21612 esac
21613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21614 $as_echo "$ac_try_echo") >&5
21615 (eval "$ac_compile") 2>conftest.er1
21616 ac_status=$?
21617 grep -v '^ *+' conftest.er1 >conftest.err
21618 rm -f conftest.er1
21619 cat conftest.err >&5
21620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); } && {
21622 test -z "$ac_c_werror_flag" ||
21623 test ! -s conftest.err
21624 } && test -s conftest.$ac_objext; then
21625 ac_cv_member_struct_statfs_f_namelen=yes
21626 else
21627 $as_echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21630 cat >conftest.$ac_ext <<_ACEOF
21631 /* confdefs.h. */
21632 _ACEOF
21633 cat confdefs.h >>conftest.$ac_ext
21634 cat >>conftest.$ac_ext <<_ACEOF
21635 /* end confdefs.h. */
21636 #include <sys/types.h>
21637 #ifdef HAVE_SYS_PARAM_H
21638 # include <sys/param.h>
21639 #endif
21640 #ifdef HAVE_SYS_MOUNT_H
21641 # include <sys/mount.h>
21642 #endif
21643 #ifdef HAVE_SYS_VFS_H
21644 # include <sys/vfs.h>
21645 #endif
21646 #ifdef HAVE_SYS_STATFS_H
21647 # include <sys/statfs.h>
21648 #endif
21651 main ()
21653 static struct statfs ac_aggr;
21654 if (sizeof ac_aggr.f_namelen)
21655 return 0;
21657 return 0;
21659 _ACEOF
21660 rm -f conftest.$ac_objext
21661 if { (ac_try="$ac_compile"
21662 case "(($ac_try" in
21663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21664 *) ac_try_echo=$ac_try;;
21665 esac
21666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21667 $as_echo "$ac_try_echo") >&5
21668 (eval "$ac_compile") 2>conftest.er1
21669 ac_status=$?
21670 grep -v '^ *+' conftest.er1 >conftest.err
21671 rm -f conftest.er1
21672 cat conftest.err >&5
21673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && {
21675 test -z "$ac_c_werror_flag" ||
21676 test ! -s conftest.err
21677 } && test -s conftest.$ac_objext; then
21678 ac_cv_member_struct_statfs_f_namelen=yes
21679 else
21680 $as_echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.$ac_ext >&5
21683 ac_cv_member_struct_statfs_f_namelen=no
21686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21691 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21692 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21693 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21695 cat >>confdefs.h <<_ACEOF
21696 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21697 _ACEOF
21703 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21704 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21705 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21706 $as_echo_n "(cached) " >&6
21707 else
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 #ifdef HAVE_SYS_STATVFS_H
21715 #include <sys/statvfs.h>
21716 #endif
21719 main ()
21721 static struct statvfs ac_aggr;
21722 if (ac_aggr.f_blocks)
21723 return 0;
21725 return 0;
21727 _ACEOF
21728 rm -f conftest.$ac_objext
21729 if { (ac_try="$ac_compile"
21730 case "(($ac_try" in
21731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21732 *) ac_try_echo=$ac_try;;
21733 esac
21734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21735 $as_echo "$ac_try_echo") >&5
21736 (eval "$ac_compile") 2>conftest.er1
21737 ac_status=$?
21738 grep -v '^ *+' conftest.er1 >conftest.err
21739 rm -f conftest.er1
21740 cat conftest.err >&5
21741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21742 (exit $ac_status); } && {
21743 test -z "$ac_c_werror_flag" ||
21744 test ! -s conftest.err
21745 } && test -s conftest.$ac_objext; then
21746 ac_cv_member_struct_statvfs_f_blocks=yes
21747 else
21748 $as_echo "$as_me: failed program was:" >&5
21749 sed 's/^/| /' conftest.$ac_ext >&5
21751 cat >conftest.$ac_ext <<_ACEOF
21752 /* confdefs.h. */
21753 _ACEOF
21754 cat confdefs.h >>conftest.$ac_ext
21755 cat >>conftest.$ac_ext <<_ACEOF
21756 /* end confdefs.h. */
21757 #ifdef HAVE_SYS_STATVFS_H
21758 #include <sys/statvfs.h>
21759 #endif
21762 main ()
21764 static struct statvfs ac_aggr;
21765 if (sizeof ac_aggr.f_blocks)
21766 return 0;
21768 return 0;
21770 _ACEOF
21771 rm -f conftest.$ac_objext
21772 if { (ac_try="$ac_compile"
21773 case "(($ac_try" in
21774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21775 *) ac_try_echo=$ac_try;;
21776 esac
21777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21778 $as_echo "$ac_try_echo") >&5
21779 (eval "$ac_compile") 2>conftest.er1
21780 ac_status=$?
21781 grep -v '^ *+' conftest.er1 >conftest.err
21782 rm -f conftest.er1
21783 cat conftest.err >&5
21784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21785 (exit $ac_status); } && {
21786 test -z "$ac_c_werror_flag" ||
21787 test ! -s conftest.err
21788 } && test -s conftest.$ac_objext; then
21789 ac_cv_member_struct_statvfs_f_blocks=yes
21790 else
21791 $as_echo "$as_me: failed program was:" >&5
21792 sed 's/^/| /' conftest.$ac_ext >&5
21794 ac_cv_member_struct_statvfs_f_blocks=no
21797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21802 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21803 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21804 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21806 cat >>confdefs.h <<_ACEOF
21807 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21808 _ACEOF
21814 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21815 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21816 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21817 $as_echo_n "(cached) " >&6
21818 else
21819 cat >conftest.$ac_ext <<_ACEOF
21820 /* confdefs.h. */
21821 _ACEOF
21822 cat confdefs.h >>conftest.$ac_ext
21823 cat >>conftest.$ac_ext <<_ACEOF
21824 /* end confdefs.h. */
21825 #include <sys/types.h>
21826 #ifdef HAVE_SYS_SOCKET_H
21827 # include <sys/socket.h>
21828 #endif
21829 #ifdef HAVE_SYS_UN_H
21830 # include <sys/un.h>
21831 #endif
21834 main ()
21836 static struct msghdr ac_aggr;
21837 if (ac_aggr.msg_accrights)
21838 return 0;
21840 return 0;
21842 _ACEOF
21843 rm -f conftest.$ac_objext
21844 if { (ac_try="$ac_compile"
21845 case "(($ac_try" in
21846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21847 *) ac_try_echo=$ac_try;;
21848 esac
21849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21850 $as_echo "$ac_try_echo") >&5
21851 (eval "$ac_compile") 2>conftest.er1
21852 ac_status=$?
21853 grep -v '^ *+' conftest.er1 >conftest.err
21854 rm -f conftest.er1
21855 cat conftest.err >&5
21856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857 (exit $ac_status); } && {
21858 test -z "$ac_c_werror_flag" ||
21859 test ! -s conftest.err
21860 } && test -s conftest.$ac_objext; then
21861 ac_cv_member_struct_msghdr_msg_accrights=yes
21862 else
21863 $as_echo "$as_me: failed program was:" >&5
21864 sed 's/^/| /' conftest.$ac_ext >&5
21866 cat >conftest.$ac_ext <<_ACEOF
21867 /* confdefs.h. */
21868 _ACEOF
21869 cat confdefs.h >>conftest.$ac_ext
21870 cat >>conftest.$ac_ext <<_ACEOF
21871 /* end confdefs.h. */
21872 #include <sys/types.h>
21873 #ifdef HAVE_SYS_SOCKET_H
21874 # include <sys/socket.h>
21875 #endif
21876 #ifdef HAVE_SYS_UN_H
21877 # include <sys/un.h>
21878 #endif
21881 main ()
21883 static struct msghdr ac_aggr;
21884 if (sizeof ac_aggr.msg_accrights)
21885 return 0;
21887 return 0;
21889 _ACEOF
21890 rm -f conftest.$ac_objext
21891 if { (ac_try="$ac_compile"
21892 case "(($ac_try" in
21893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21894 *) ac_try_echo=$ac_try;;
21895 esac
21896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21897 $as_echo "$ac_try_echo") >&5
21898 (eval "$ac_compile") 2>conftest.er1
21899 ac_status=$?
21900 grep -v '^ *+' conftest.er1 >conftest.err
21901 rm -f conftest.er1
21902 cat conftest.err >&5
21903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); } && {
21905 test -z "$ac_c_werror_flag" ||
21906 test ! -s conftest.err
21907 } && test -s conftest.$ac_objext; then
21908 ac_cv_member_struct_msghdr_msg_accrights=yes
21909 else
21910 $as_echo "$as_me: failed program was:" >&5
21911 sed 's/^/| /' conftest.$ac_ext >&5
21913 ac_cv_member_struct_msghdr_msg_accrights=no
21916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21921 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21922 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21923 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21925 cat >>confdefs.h <<_ACEOF
21926 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21927 _ACEOF
21931 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21932 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21933 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21934 $as_echo_n "(cached) " >&6
21935 else
21936 cat >conftest.$ac_ext <<_ACEOF
21937 /* confdefs.h. */
21938 _ACEOF
21939 cat confdefs.h >>conftest.$ac_ext
21940 cat >>conftest.$ac_ext <<_ACEOF
21941 /* end confdefs.h. */
21942 #include <sys/types.h>
21943 #ifdef HAVE_SYS_SOCKET_H
21944 # include <sys/socket.h>
21945 #endif
21946 #ifdef HAVE_SYS_UN_H
21947 # include <sys/un.h>
21948 #endif
21951 main ()
21953 static struct sockaddr ac_aggr;
21954 if (ac_aggr.sa_len)
21955 return 0;
21957 return 0;
21959 _ACEOF
21960 rm -f conftest.$ac_objext
21961 if { (ac_try="$ac_compile"
21962 case "(($ac_try" in
21963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21964 *) ac_try_echo=$ac_try;;
21965 esac
21966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21967 $as_echo "$ac_try_echo") >&5
21968 (eval "$ac_compile") 2>conftest.er1
21969 ac_status=$?
21970 grep -v '^ *+' conftest.er1 >conftest.err
21971 rm -f conftest.er1
21972 cat conftest.err >&5
21973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21974 (exit $ac_status); } && {
21975 test -z "$ac_c_werror_flag" ||
21976 test ! -s conftest.err
21977 } && test -s conftest.$ac_objext; then
21978 ac_cv_member_struct_sockaddr_sa_len=yes
21979 else
21980 $as_echo "$as_me: failed program was:" >&5
21981 sed 's/^/| /' conftest.$ac_ext >&5
21983 cat >conftest.$ac_ext <<_ACEOF
21984 /* confdefs.h. */
21985 _ACEOF
21986 cat confdefs.h >>conftest.$ac_ext
21987 cat >>conftest.$ac_ext <<_ACEOF
21988 /* end confdefs.h. */
21989 #include <sys/types.h>
21990 #ifdef HAVE_SYS_SOCKET_H
21991 # include <sys/socket.h>
21992 #endif
21993 #ifdef HAVE_SYS_UN_H
21994 # include <sys/un.h>
21995 #endif
21998 main ()
22000 static struct sockaddr ac_aggr;
22001 if (sizeof ac_aggr.sa_len)
22002 return 0;
22004 return 0;
22006 _ACEOF
22007 rm -f conftest.$ac_objext
22008 if { (ac_try="$ac_compile"
22009 case "(($ac_try" in
22010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22011 *) ac_try_echo=$ac_try;;
22012 esac
22013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22014 $as_echo "$ac_try_echo") >&5
22015 (eval "$ac_compile") 2>conftest.er1
22016 ac_status=$?
22017 grep -v '^ *+' conftest.er1 >conftest.err
22018 rm -f conftest.er1
22019 cat conftest.err >&5
22020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22021 (exit $ac_status); } && {
22022 test -z "$ac_c_werror_flag" ||
22023 test ! -s conftest.err
22024 } && test -s conftest.$ac_objext; then
22025 ac_cv_member_struct_sockaddr_sa_len=yes
22026 else
22027 $as_echo "$as_me: failed program was:" >&5
22028 sed 's/^/| /' conftest.$ac_ext >&5
22030 ac_cv_member_struct_sockaddr_sa_len=no
22033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22038 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22039 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22040 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22042 cat >>confdefs.h <<_ACEOF
22043 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22044 _ACEOF
22048 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22049 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22050 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22051 $as_echo_n "(cached) " >&6
22052 else
22053 cat >conftest.$ac_ext <<_ACEOF
22054 /* confdefs.h. */
22055 _ACEOF
22056 cat confdefs.h >>conftest.$ac_ext
22057 cat >>conftest.$ac_ext <<_ACEOF
22058 /* end confdefs.h. */
22059 #include <sys/types.h>
22060 #ifdef HAVE_SYS_SOCKET_H
22061 # include <sys/socket.h>
22062 #endif
22063 #ifdef HAVE_SYS_UN_H
22064 # include <sys/un.h>
22065 #endif
22068 main ()
22070 static struct sockaddr_un ac_aggr;
22071 if (ac_aggr.sun_len)
22072 return 0;
22074 return 0;
22076 _ACEOF
22077 rm -f conftest.$ac_objext
22078 if { (ac_try="$ac_compile"
22079 case "(($ac_try" in
22080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22081 *) ac_try_echo=$ac_try;;
22082 esac
22083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22084 $as_echo "$ac_try_echo") >&5
22085 (eval "$ac_compile") 2>conftest.er1
22086 ac_status=$?
22087 grep -v '^ *+' conftest.er1 >conftest.err
22088 rm -f conftest.er1
22089 cat conftest.err >&5
22090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22091 (exit $ac_status); } && {
22092 test -z "$ac_c_werror_flag" ||
22093 test ! -s conftest.err
22094 } && test -s conftest.$ac_objext; then
22095 ac_cv_member_struct_sockaddr_un_sun_len=yes
22096 else
22097 $as_echo "$as_me: failed program was:" >&5
22098 sed 's/^/| /' conftest.$ac_ext >&5
22100 cat >conftest.$ac_ext <<_ACEOF
22101 /* confdefs.h. */
22102 _ACEOF
22103 cat confdefs.h >>conftest.$ac_ext
22104 cat >>conftest.$ac_ext <<_ACEOF
22105 /* end confdefs.h. */
22106 #include <sys/types.h>
22107 #ifdef HAVE_SYS_SOCKET_H
22108 # include <sys/socket.h>
22109 #endif
22110 #ifdef HAVE_SYS_UN_H
22111 # include <sys/un.h>
22112 #endif
22115 main ()
22117 static struct sockaddr_un ac_aggr;
22118 if (sizeof ac_aggr.sun_len)
22119 return 0;
22121 return 0;
22123 _ACEOF
22124 rm -f conftest.$ac_objext
22125 if { (ac_try="$ac_compile"
22126 case "(($ac_try" in
22127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22128 *) ac_try_echo=$ac_try;;
22129 esac
22130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22131 $as_echo "$ac_try_echo") >&5
22132 (eval "$ac_compile") 2>conftest.er1
22133 ac_status=$?
22134 grep -v '^ *+' conftest.er1 >conftest.err
22135 rm -f conftest.er1
22136 cat conftest.err >&5
22137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22138 (exit $ac_status); } && {
22139 test -z "$ac_c_werror_flag" ||
22140 test ! -s conftest.err
22141 } && test -s conftest.$ac_objext; then
22142 ac_cv_member_struct_sockaddr_un_sun_len=yes
22143 else
22144 $as_echo "$as_me: failed program was:" >&5
22145 sed 's/^/| /' conftest.$ac_ext >&5
22147 ac_cv_member_struct_sockaddr_un_sun_len=no
22150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22155 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22156 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22157 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22159 cat >>confdefs.h <<_ACEOF
22160 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22161 _ACEOF
22167 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22168 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22169 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22170 $as_echo_n "(cached) " >&6
22171 else
22172 cat >conftest.$ac_ext <<_ACEOF
22173 /* confdefs.h. */
22174 _ACEOF
22175 cat confdefs.h >>conftest.$ac_ext
22176 cat >>conftest.$ac_ext <<_ACEOF
22177 /* end confdefs.h. */
22178 #include <sys/types.h>
22179 #ifdef HAVE_SCSI_SG_H
22180 #include <scsi/sg.h>
22181 #endif
22184 main ()
22186 static scsireq_t ac_aggr;
22187 if (ac_aggr.cmd)
22188 return 0;
22190 return 0;
22192 _ACEOF
22193 rm -f conftest.$ac_objext
22194 if { (ac_try="$ac_compile"
22195 case "(($ac_try" in
22196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22197 *) ac_try_echo=$ac_try;;
22198 esac
22199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22200 $as_echo "$ac_try_echo") >&5
22201 (eval "$ac_compile") 2>conftest.er1
22202 ac_status=$?
22203 grep -v '^ *+' conftest.er1 >conftest.err
22204 rm -f conftest.er1
22205 cat conftest.err >&5
22206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22207 (exit $ac_status); } && {
22208 test -z "$ac_c_werror_flag" ||
22209 test ! -s conftest.err
22210 } && test -s conftest.$ac_objext; then
22211 ac_cv_member_scsireq_t_cmd=yes
22212 else
22213 $as_echo "$as_me: failed program was:" >&5
22214 sed 's/^/| /' conftest.$ac_ext >&5
22216 cat >conftest.$ac_ext <<_ACEOF
22217 /* confdefs.h. */
22218 _ACEOF
22219 cat confdefs.h >>conftest.$ac_ext
22220 cat >>conftest.$ac_ext <<_ACEOF
22221 /* end confdefs.h. */
22222 #include <sys/types.h>
22223 #ifdef HAVE_SCSI_SG_H
22224 #include <scsi/sg.h>
22225 #endif
22228 main ()
22230 static scsireq_t ac_aggr;
22231 if (sizeof ac_aggr.cmd)
22232 return 0;
22234 return 0;
22236 _ACEOF
22237 rm -f conftest.$ac_objext
22238 if { (ac_try="$ac_compile"
22239 case "(($ac_try" in
22240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22241 *) ac_try_echo=$ac_try;;
22242 esac
22243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22244 $as_echo "$ac_try_echo") >&5
22245 (eval "$ac_compile") 2>conftest.er1
22246 ac_status=$?
22247 grep -v '^ *+' conftest.er1 >conftest.err
22248 rm -f conftest.er1
22249 cat conftest.err >&5
22250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22251 (exit $ac_status); } && {
22252 test -z "$ac_c_werror_flag" ||
22253 test ! -s conftest.err
22254 } && test -s conftest.$ac_objext; then
22255 ac_cv_member_scsireq_t_cmd=yes
22256 else
22257 $as_echo "$as_me: failed program was:" >&5
22258 sed 's/^/| /' conftest.$ac_ext >&5
22260 ac_cv_member_scsireq_t_cmd=no
22263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22268 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22269 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22270 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22272 cat >>confdefs.h <<_ACEOF
22273 #define HAVE_SCSIREQ_T_CMD 1
22274 _ACEOF
22278 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22279 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22280 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22281 $as_echo_n "(cached) " >&6
22282 else
22283 cat >conftest.$ac_ext <<_ACEOF
22284 /* confdefs.h. */
22285 _ACEOF
22286 cat confdefs.h >>conftest.$ac_ext
22287 cat >>conftest.$ac_ext <<_ACEOF
22288 /* end confdefs.h. */
22289 #include <sys/types.h>
22290 #ifdef HAVE_SCSI_SG_H
22291 #include <scsi/sg.h>
22292 #endif
22295 main ()
22297 static sg_io_hdr_t ac_aggr;
22298 if (ac_aggr.interface_id)
22299 return 0;
22301 return 0;
22303 _ACEOF
22304 rm -f conftest.$ac_objext
22305 if { (ac_try="$ac_compile"
22306 case "(($ac_try" in
22307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22308 *) ac_try_echo=$ac_try;;
22309 esac
22310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22311 $as_echo "$ac_try_echo") >&5
22312 (eval "$ac_compile") 2>conftest.er1
22313 ac_status=$?
22314 grep -v '^ *+' conftest.er1 >conftest.err
22315 rm -f conftest.er1
22316 cat conftest.err >&5
22317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318 (exit $ac_status); } && {
22319 test -z "$ac_c_werror_flag" ||
22320 test ! -s conftest.err
22321 } && test -s conftest.$ac_objext; then
22322 ac_cv_member_sg_io_hdr_t_interface_id=yes
22323 else
22324 $as_echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.$ac_ext >&5
22327 cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h. */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22333 #include <sys/types.h>
22334 #ifdef HAVE_SCSI_SG_H
22335 #include <scsi/sg.h>
22336 #endif
22339 main ()
22341 static sg_io_hdr_t ac_aggr;
22342 if (sizeof ac_aggr.interface_id)
22343 return 0;
22345 return 0;
22347 _ACEOF
22348 rm -f conftest.$ac_objext
22349 if { (ac_try="$ac_compile"
22350 case "(($ac_try" in
22351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22352 *) ac_try_echo=$ac_try;;
22353 esac
22354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22355 $as_echo "$ac_try_echo") >&5
22356 (eval "$ac_compile") 2>conftest.er1
22357 ac_status=$?
22358 grep -v '^ *+' conftest.er1 >conftest.err
22359 rm -f conftest.er1
22360 cat conftest.err >&5
22361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362 (exit $ac_status); } && {
22363 test -z "$ac_c_werror_flag" ||
22364 test ! -s conftest.err
22365 } && test -s conftest.$ac_objext; then
22366 ac_cv_member_sg_io_hdr_t_interface_id=yes
22367 else
22368 $as_echo "$as_me: failed program was:" >&5
22369 sed 's/^/| /' conftest.$ac_ext >&5
22371 ac_cv_member_sg_io_hdr_t_interface_id=no
22374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22379 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22380 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22381 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22383 cat >>confdefs.h <<_ACEOF
22384 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22385 _ACEOF
22391 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22392 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22393 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22394 $as_echo_n "(cached) " >&6
22395 else
22396 cat >conftest.$ac_ext <<_ACEOF
22397 /* confdefs.h. */
22398 _ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22402 #include <signal.h>
22405 main ()
22407 static siginfo_t ac_aggr;
22408 if (ac_aggr.si_fd)
22409 return 0;
22411 return 0;
22413 _ACEOF
22414 rm -f conftest.$ac_objext
22415 if { (ac_try="$ac_compile"
22416 case "(($ac_try" in
22417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418 *) ac_try_echo=$ac_try;;
22419 esac
22420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22421 $as_echo "$ac_try_echo") >&5
22422 (eval "$ac_compile") 2>conftest.er1
22423 ac_status=$?
22424 grep -v '^ *+' conftest.er1 >conftest.err
22425 rm -f conftest.er1
22426 cat conftest.err >&5
22427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22428 (exit $ac_status); } && {
22429 test -z "$ac_c_werror_flag" ||
22430 test ! -s conftest.err
22431 } && test -s conftest.$ac_objext; then
22432 ac_cv_member_siginfo_t_si_fd=yes
22433 else
22434 $as_echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.$ac_ext >&5
22437 cat >conftest.$ac_ext <<_ACEOF
22438 /* confdefs.h. */
22439 _ACEOF
22440 cat confdefs.h >>conftest.$ac_ext
22441 cat >>conftest.$ac_ext <<_ACEOF
22442 /* end confdefs.h. */
22443 #include <signal.h>
22446 main ()
22448 static siginfo_t ac_aggr;
22449 if (sizeof ac_aggr.si_fd)
22450 return 0;
22452 return 0;
22454 _ACEOF
22455 rm -f conftest.$ac_objext
22456 if { (ac_try="$ac_compile"
22457 case "(($ac_try" in
22458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22459 *) ac_try_echo=$ac_try;;
22460 esac
22461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22462 $as_echo "$ac_try_echo") >&5
22463 (eval "$ac_compile") 2>conftest.er1
22464 ac_status=$?
22465 grep -v '^ *+' conftest.er1 >conftest.err
22466 rm -f conftest.er1
22467 cat conftest.err >&5
22468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22469 (exit $ac_status); } && {
22470 test -z "$ac_c_werror_flag" ||
22471 test ! -s conftest.err
22472 } && test -s conftest.$ac_objext; then
22473 ac_cv_member_siginfo_t_si_fd=yes
22474 else
22475 $as_echo "$as_me: failed program was:" >&5
22476 sed 's/^/| /' conftest.$ac_ext >&5
22478 ac_cv_member_siginfo_t_si_fd=no
22481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22486 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22487 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22488 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22490 cat >>confdefs.h <<_ACEOF
22491 #define HAVE_SIGINFO_T_SI_FD 1
22492 _ACEOF
22498 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22499 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22500 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22501 $as_echo_n "(cached) " >&6
22502 else
22503 cat >conftest.$ac_ext <<_ACEOF
22504 /* confdefs.h. */
22505 _ACEOF
22506 cat confdefs.h >>conftest.$ac_ext
22507 cat >>conftest.$ac_ext <<_ACEOF
22508 /* end confdefs.h. */
22509 #include <sys/types.h>
22510 #ifdef HAVE_SYS_MTIO_H
22511 #include <sys/mtio.h>
22512 #endif
22515 main ()
22517 static struct mtget ac_aggr;
22518 if (ac_aggr.mt_blksiz)
22519 return 0;
22521 return 0;
22523 _ACEOF
22524 rm -f conftest.$ac_objext
22525 if { (ac_try="$ac_compile"
22526 case "(($ac_try" in
22527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22528 *) ac_try_echo=$ac_try;;
22529 esac
22530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22531 $as_echo "$ac_try_echo") >&5
22532 (eval "$ac_compile") 2>conftest.er1
22533 ac_status=$?
22534 grep -v '^ *+' conftest.er1 >conftest.err
22535 rm -f conftest.er1
22536 cat conftest.err >&5
22537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22538 (exit $ac_status); } && {
22539 test -z "$ac_c_werror_flag" ||
22540 test ! -s conftest.err
22541 } && test -s conftest.$ac_objext; then
22542 ac_cv_member_struct_mtget_mt_blksiz=yes
22543 else
22544 $as_echo "$as_me: failed program was:" >&5
22545 sed 's/^/| /' conftest.$ac_ext >&5
22547 cat >conftest.$ac_ext <<_ACEOF
22548 /* confdefs.h. */
22549 _ACEOF
22550 cat confdefs.h >>conftest.$ac_ext
22551 cat >>conftest.$ac_ext <<_ACEOF
22552 /* end confdefs.h. */
22553 #include <sys/types.h>
22554 #ifdef HAVE_SYS_MTIO_H
22555 #include <sys/mtio.h>
22556 #endif
22559 main ()
22561 static struct mtget ac_aggr;
22562 if (sizeof ac_aggr.mt_blksiz)
22563 return 0;
22565 return 0;
22567 _ACEOF
22568 rm -f conftest.$ac_objext
22569 if { (ac_try="$ac_compile"
22570 case "(($ac_try" in
22571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22572 *) ac_try_echo=$ac_try;;
22573 esac
22574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22575 $as_echo "$ac_try_echo") >&5
22576 (eval "$ac_compile") 2>conftest.er1
22577 ac_status=$?
22578 grep -v '^ *+' conftest.er1 >conftest.err
22579 rm -f conftest.er1
22580 cat conftest.err >&5
22581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22582 (exit $ac_status); } && {
22583 test -z "$ac_c_werror_flag" ||
22584 test ! -s conftest.err
22585 } && test -s conftest.$ac_objext; then
22586 ac_cv_member_struct_mtget_mt_blksiz=yes
22587 else
22588 $as_echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22591 ac_cv_member_struct_mtget_mt_blksiz=no
22594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22599 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22600 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22601 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22603 cat >>confdefs.h <<_ACEOF
22604 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22605 _ACEOF
22609 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22610 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22611 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22612 $as_echo_n "(cached) " >&6
22613 else
22614 cat >conftest.$ac_ext <<_ACEOF
22615 /* confdefs.h. */
22616 _ACEOF
22617 cat confdefs.h >>conftest.$ac_ext
22618 cat >>conftest.$ac_ext <<_ACEOF
22619 /* end confdefs.h. */
22620 #include <sys/types.h>
22621 #ifdef HAVE_SYS_MTIO_H
22622 #include <sys/mtio.h>
22623 #endif
22626 main ()
22628 static struct mtget ac_aggr;
22629 if (ac_aggr.mt_gstat)
22630 return 0;
22632 return 0;
22634 _ACEOF
22635 rm -f conftest.$ac_objext
22636 if { (ac_try="$ac_compile"
22637 case "(($ac_try" in
22638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22639 *) ac_try_echo=$ac_try;;
22640 esac
22641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22642 $as_echo "$ac_try_echo") >&5
22643 (eval "$ac_compile") 2>conftest.er1
22644 ac_status=$?
22645 grep -v '^ *+' conftest.er1 >conftest.err
22646 rm -f conftest.er1
22647 cat conftest.err >&5
22648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); } && {
22650 test -z "$ac_c_werror_flag" ||
22651 test ! -s conftest.err
22652 } && test -s conftest.$ac_objext; then
22653 ac_cv_member_struct_mtget_mt_gstat=yes
22654 else
22655 $as_echo "$as_me: failed program was:" >&5
22656 sed 's/^/| /' conftest.$ac_ext >&5
22658 cat >conftest.$ac_ext <<_ACEOF
22659 /* confdefs.h. */
22660 _ACEOF
22661 cat confdefs.h >>conftest.$ac_ext
22662 cat >>conftest.$ac_ext <<_ACEOF
22663 /* end confdefs.h. */
22664 #include <sys/types.h>
22665 #ifdef HAVE_SYS_MTIO_H
22666 #include <sys/mtio.h>
22667 #endif
22670 main ()
22672 static struct mtget ac_aggr;
22673 if (sizeof ac_aggr.mt_gstat)
22674 return 0;
22676 return 0;
22678 _ACEOF
22679 rm -f conftest.$ac_objext
22680 if { (ac_try="$ac_compile"
22681 case "(($ac_try" in
22682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22683 *) ac_try_echo=$ac_try;;
22684 esac
22685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22686 $as_echo "$ac_try_echo") >&5
22687 (eval "$ac_compile") 2>conftest.er1
22688 ac_status=$?
22689 grep -v '^ *+' conftest.er1 >conftest.err
22690 rm -f conftest.er1
22691 cat conftest.err >&5
22692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693 (exit $ac_status); } && {
22694 test -z "$ac_c_werror_flag" ||
22695 test ! -s conftest.err
22696 } && test -s conftest.$ac_objext; then
22697 ac_cv_member_struct_mtget_mt_gstat=yes
22698 else
22699 $as_echo "$as_me: failed program was:" >&5
22700 sed 's/^/| /' conftest.$ac_ext >&5
22702 ac_cv_member_struct_mtget_mt_gstat=no
22705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22710 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22711 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22712 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22714 cat >>confdefs.h <<_ACEOF
22715 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22716 _ACEOF
22720 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22721 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22722 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22723 $as_echo_n "(cached) " >&6
22724 else
22725 cat >conftest.$ac_ext <<_ACEOF
22726 /* confdefs.h. */
22727 _ACEOF
22728 cat confdefs.h >>conftest.$ac_ext
22729 cat >>conftest.$ac_ext <<_ACEOF
22730 /* end confdefs.h. */
22731 #include <sys/types.h>
22732 #ifdef HAVE_SYS_MTIO_H
22733 #include <sys/mtio.h>
22734 #endif
22737 main ()
22739 static struct mtget ac_aggr;
22740 if (ac_aggr.mt_blkno)
22741 return 0;
22743 return 0;
22745 _ACEOF
22746 rm -f conftest.$ac_objext
22747 if { (ac_try="$ac_compile"
22748 case "(($ac_try" in
22749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22750 *) ac_try_echo=$ac_try;;
22751 esac
22752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22753 $as_echo "$ac_try_echo") >&5
22754 (eval "$ac_compile") 2>conftest.er1
22755 ac_status=$?
22756 grep -v '^ *+' conftest.er1 >conftest.err
22757 rm -f conftest.er1
22758 cat conftest.err >&5
22759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760 (exit $ac_status); } && {
22761 test -z "$ac_c_werror_flag" ||
22762 test ! -s conftest.err
22763 } && test -s conftest.$ac_objext; then
22764 ac_cv_member_struct_mtget_mt_blkno=yes
22765 else
22766 $as_echo "$as_me: failed program was:" >&5
22767 sed 's/^/| /' conftest.$ac_ext >&5
22769 cat >conftest.$ac_ext <<_ACEOF
22770 /* confdefs.h. */
22771 _ACEOF
22772 cat confdefs.h >>conftest.$ac_ext
22773 cat >>conftest.$ac_ext <<_ACEOF
22774 /* end confdefs.h. */
22775 #include <sys/types.h>
22776 #ifdef HAVE_SYS_MTIO_H
22777 #include <sys/mtio.h>
22778 #endif
22781 main ()
22783 static struct mtget ac_aggr;
22784 if (sizeof ac_aggr.mt_blkno)
22785 return 0;
22787 return 0;
22789 _ACEOF
22790 rm -f conftest.$ac_objext
22791 if { (ac_try="$ac_compile"
22792 case "(($ac_try" in
22793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22794 *) ac_try_echo=$ac_try;;
22795 esac
22796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22797 $as_echo "$ac_try_echo") >&5
22798 (eval "$ac_compile") 2>conftest.er1
22799 ac_status=$?
22800 grep -v '^ *+' conftest.er1 >conftest.err
22801 rm -f conftest.er1
22802 cat conftest.err >&5
22803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22804 (exit $ac_status); } && {
22805 test -z "$ac_c_werror_flag" ||
22806 test ! -s conftest.err
22807 } && test -s conftest.$ac_objext; then
22808 ac_cv_member_struct_mtget_mt_blkno=yes
22809 else
22810 $as_echo "$as_me: failed program was:" >&5
22811 sed 's/^/| /' conftest.$ac_ext >&5
22813 ac_cv_member_struct_mtget_mt_blkno=no
22816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22821 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22822 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22823 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22825 cat >>confdefs.h <<_ACEOF
22826 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22827 _ACEOF
22833 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22834 $as_echo_n "checking for struct option.name... " >&6; }
22835 if test "${ac_cv_member_struct_option_name+set}" = set; then
22836 $as_echo_n "(cached) " >&6
22837 else
22838 cat >conftest.$ac_ext <<_ACEOF
22839 /* confdefs.h. */
22840 _ACEOF
22841 cat confdefs.h >>conftest.$ac_ext
22842 cat >>conftest.$ac_ext <<_ACEOF
22843 /* end confdefs.h. */
22844 #ifdef HAVE_GETOPT_H
22845 #include <getopt.h>
22846 #endif
22849 main ()
22851 static struct option ac_aggr;
22852 if (ac_aggr.name)
22853 return 0;
22855 return 0;
22857 _ACEOF
22858 rm -f conftest.$ac_objext
22859 if { (ac_try="$ac_compile"
22860 case "(($ac_try" in
22861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22862 *) ac_try_echo=$ac_try;;
22863 esac
22864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22865 $as_echo "$ac_try_echo") >&5
22866 (eval "$ac_compile") 2>conftest.er1
22867 ac_status=$?
22868 grep -v '^ *+' conftest.er1 >conftest.err
22869 rm -f conftest.er1
22870 cat conftest.err >&5
22871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22872 (exit $ac_status); } && {
22873 test -z "$ac_c_werror_flag" ||
22874 test ! -s conftest.err
22875 } && test -s conftest.$ac_objext; then
22876 ac_cv_member_struct_option_name=yes
22877 else
22878 $as_echo "$as_me: failed program was:" >&5
22879 sed 's/^/| /' conftest.$ac_ext >&5
22881 cat >conftest.$ac_ext <<_ACEOF
22882 /* confdefs.h. */
22883 _ACEOF
22884 cat confdefs.h >>conftest.$ac_ext
22885 cat >>conftest.$ac_ext <<_ACEOF
22886 /* end confdefs.h. */
22887 #ifdef HAVE_GETOPT_H
22888 #include <getopt.h>
22889 #endif
22892 main ()
22894 static struct option ac_aggr;
22895 if (sizeof ac_aggr.name)
22896 return 0;
22898 return 0;
22900 _ACEOF
22901 rm -f conftest.$ac_objext
22902 if { (ac_try="$ac_compile"
22903 case "(($ac_try" in
22904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22905 *) ac_try_echo=$ac_try;;
22906 esac
22907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22908 $as_echo "$ac_try_echo") >&5
22909 (eval "$ac_compile") 2>conftest.er1
22910 ac_status=$?
22911 grep -v '^ *+' conftest.er1 >conftest.err
22912 rm -f conftest.er1
22913 cat conftest.err >&5
22914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22915 (exit $ac_status); } && {
22916 test -z "$ac_c_werror_flag" ||
22917 test ! -s conftest.err
22918 } && test -s conftest.$ac_objext; then
22919 ac_cv_member_struct_option_name=yes
22920 else
22921 $as_echo "$as_me: failed program was:" >&5
22922 sed 's/^/| /' conftest.$ac_ext >&5
22924 ac_cv_member_struct_option_name=no
22927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22932 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22933 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22934 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22936 cat >>confdefs.h <<_ACEOF
22937 #define HAVE_STRUCT_OPTION_NAME 1
22938 _ACEOF
22944 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22945 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22946 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22947 $as_echo_n "(cached) " >&6
22948 else
22949 cat >conftest.$ac_ext <<_ACEOF
22950 /* confdefs.h. */
22951 _ACEOF
22952 cat confdefs.h >>conftest.$ac_ext
22953 cat >>conftest.$ac_ext <<_ACEOF
22954 /* end confdefs.h. */
22955 $ac_includes_default
22957 main ()
22959 static struct stat ac_aggr;
22960 if (ac_aggr.st_blocks)
22961 return 0;
22963 return 0;
22965 _ACEOF
22966 rm -f conftest.$ac_objext
22967 if { (ac_try="$ac_compile"
22968 case "(($ac_try" in
22969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22970 *) ac_try_echo=$ac_try;;
22971 esac
22972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22973 $as_echo "$ac_try_echo") >&5
22974 (eval "$ac_compile") 2>conftest.er1
22975 ac_status=$?
22976 grep -v '^ *+' conftest.er1 >conftest.err
22977 rm -f conftest.er1
22978 cat conftest.err >&5
22979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980 (exit $ac_status); } && {
22981 test -z "$ac_c_werror_flag" ||
22982 test ! -s conftest.err
22983 } && test -s conftest.$ac_objext; then
22984 ac_cv_member_struct_stat_st_blocks=yes
22985 else
22986 $as_echo "$as_me: failed program was:" >&5
22987 sed 's/^/| /' conftest.$ac_ext >&5
22989 cat >conftest.$ac_ext <<_ACEOF
22990 /* confdefs.h. */
22991 _ACEOF
22992 cat confdefs.h >>conftest.$ac_ext
22993 cat >>conftest.$ac_ext <<_ACEOF
22994 /* end confdefs.h. */
22995 $ac_includes_default
22997 main ()
22999 static struct stat ac_aggr;
23000 if (sizeof ac_aggr.st_blocks)
23001 return 0;
23003 return 0;
23005 _ACEOF
23006 rm -f conftest.$ac_objext
23007 if { (ac_try="$ac_compile"
23008 case "(($ac_try" in
23009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23010 *) ac_try_echo=$ac_try;;
23011 esac
23012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23013 $as_echo "$ac_try_echo") >&5
23014 (eval "$ac_compile") 2>conftest.er1
23015 ac_status=$?
23016 grep -v '^ *+' conftest.er1 >conftest.err
23017 rm -f conftest.er1
23018 cat conftest.err >&5
23019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23020 (exit $ac_status); } && {
23021 test -z "$ac_c_werror_flag" ||
23022 test ! -s conftest.err
23023 } && test -s conftest.$ac_objext; then
23024 ac_cv_member_struct_stat_st_blocks=yes
23025 else
23026 $as_echo "$as_me: failed program was:" >&5
23027 sed 's/^/| /' conftest.$ac_ext >&5
23029 ac_cv_member_struct_stat_st_blocks=no
23032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23037 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23038 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23039 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23041 cat >>confdefs.h <<_ACEOF
23042 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23043 _ACEOF
23047 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23048 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23049 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23050 $as_echo_n "(cached) " >&6
23051 else
23052 cat >conftest.$ac_ext <<_ACEOF
23053 /* confdefs.h. */
23054 _ACEOF
23055 cat confdefs.h >>conftest.$ac_ext
23056 cat >>conftest.$ac_ext <<_ACEOF
23057 /* end confdefs.h. */
23058 $ac_includes_default
23060 main ()
23062 static struct stat ac_aggr;
23063 if (ac_aggr.st_mtim)
23064 return 0;
23066 return 0;
23068 _ACEOF
23069 rm -f conftest.$ac_objext
23070 if { (ac_try="$ac_compile"
23071 case "(($ac_try" in
23072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23073 *) ac_try_echo=$ac_try;;
23074 esac
23075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23076 $as_echo "$ac_try_echo") >&5
23077 (eval "$ac_compile") 2>conftest.er1
23078 ac_status=$?
23079 grep -v '^ *+' conftest.er1 >conftest.err
23080 rm -f conftest.er1
23081 cat conftest.err >&5
23082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23083 (exit $ac_status); } && {
23084 test -z "$ac_c_werror_flag" ||
23085 test ! -s conftest.err
23086 } && test -s conftest.$ac_objext; then
23087 ac_cv_member_struct_stat_st_mtim=yes
23088 else
23089 $as_echo "$as_me: failed program was:" >&5
23090 sed 's/^/| /' conftest.$ac_ext >&5
23092 cat >conftest.$ac_ext <<_ACEOF
23093 /* confdefs.h. */
23094 _ACEOF
23095 cat confdefs.h >>conftest.$ac_ext
23096 cat >>conftest.$ac_ext <<_ACEOF
23097 /* end confdefs.h. */
23098 $ac_includes_default
23100 main ()
23102 static struct stat ac_aggr;
23103 if (sizeof ac_aggr.st_mtim)
23104 return 0;
23106 return 0;
23108 _ACEOF
23109 rm -f conftest.$ac_objext
23110 if { (ac_try="$ac_compile"
23111 case "(($ac_try" in
23112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23113 *) ac_try_echo=$ac_try;;
23114 esac
23115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23116 $as_echo "$ac_try_echo") >&5
23117 (eval "$ac_compile") 2>conftest.er1
23118 ac_status=$?
23119 grep -v '^ *+' conftest.er1 >conftest.err
23120 rm -f conftest.er1
23121 cat conftest.err >&5
23122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23123 (exit $ac_status); } && {
23124 test -z "$ac_c_werror_flag" ||
23125 test ! -s conftest.err
23126 } && test -s conftest.$ac_objext; then
23127 ac_cv_member_struct_stat_st_mtim=yes
23128 else
23129 $as_echo "$as_me: failed program was:" >&5
23130 sed 's/^/| /' conftest.$ac_ext >&5
23132 ac_cv_member_struct_stat_st_mtim=no
23135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23140 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23141 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23142 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23144 cat >>confdefs.h <<_ACEOF
23145 #define HAVE_STRUCT_STAT_ST_MTIM 1
23146 _ACEOF
23150 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23151 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23152 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23153 $as_echo_n "(cached) " >&6
23154 else
23155 cat >conftest.$ac_ext <<_ACEOF
23156 /* confdefs.h. */
23157 _ACEOF
23158 cat confdefs.h >>conftest.$ac_ext
23159 cat >>conftest.$ac_ext <<_ACEOF
23160 /* end confdefs.h. */
23161 $ac_includes_default
23163 main ()
23165 static struct stat ac_aggr;
23166 if (ac_aggr.st_ctim)
23167 return 0;
23169 return 0;
23171 _ACEOF
23172 rm -f conftest.$ac_objext
23173 if { (ac_try="$ac_compile"
23174 case "(($ac_try" in
23175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23176 *) ac_try_echo=$ac_try;;
23177 esac
23178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23179 $as_echo "$ac_try_echo") >&5
23180 (eval "$ac_compile") 2>conftest.er1
23181 ac_status=$?
23182 grep -v '^ *+' conftest.er1 >conftest.err
23183 rm -f conftest.er1
23184 cat conftest.err >&5
23185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186 (exit $ac_status); } && {
23187 test -z "$ac_c_werror_flag" ||
23188 test ! -s conftest.err
23189 } && test -s conftest.$ac_objext; then
23190 ac_cv_member_struct_stat_st_ctim=yes
23191 else
23192 $as_echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23195 cat >conftest.$ac_ext <<_ACEOF
23196 /* confdefs.h. */
23197 _ACEOF
23198 cat confdefs.h >>conftest.$ac_ext
23199 cat >>conftest.$ac_ext <<_ACEOF
23200 /* end confdefs.h. */
23201 $ac_includes_default
23203 main ()
23205 static struct stat ac_aggr;
23206 if (sizeof ac_aggr.st_ctim)
23207 return 0;
23209 return 0;
23211 _ACEOF
23212 rm -f conftest.$ac_objext
23213 if { (ac_try="$ac_compile"
23214 case "(($ac_try" in
23215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23216 *) ac_try_echo=$ac_try;;
23217 esac
23218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23219 $as_echo "$ac_try_echo") >&5
23220 (eval "$ac_compile") 2>conftest.er1
23221 ac_status=$?
23222 grep -v '^ *+' conftest.er1 >conftest.err
23223 rm -f conftest.er1
23224 cat conftest.err >&5
23225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226 (exit $ac_status); } && {
23227 test -z "$ac_c_werror_flag" ||
23228 test ! -s conftest.err
23229 } && test -s conftest.$ac_objext; then
23230 ac_cv_member_struct_stat_st_ctim=yes
23231 else
23232 $as_echo "$as_me: failed program was:" >&5
23233 sed 's/^/| /' conftest.$ac_ext >&5
23235 ac_cv_member_struct_stat_st_ctim=no
23238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23243 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23244 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23245 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23247 cat >>confdefs.h <<_ACEOF
23248 #define HAVE_STRUCT_STAT_ST_CTIM 1
23249 _ACEOF
23253 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23254 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23255 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23256 $as_echo_n "(cached) " >&6
23257 else
23258 cat >conftest.$ac_ext <<_ACEOF
23259 /* confdefs.h. */
23260 _ACEOF
23261 cat confdefs.h >>conftest.$ac_ext
23262 cat >>conftest.$ac_ext <<_ACEOF
23263 /* end confdefs.h. */
23264 $ac_includes_default
23266 main ()
23268 static struct stat ac_aggr;
23269 if (ac_aggr.st_atim)
23270 return 0;
23272 return 0;
23274 _ACEOF
23275 rm -f conftest.$ac_objext
23276 if { (ac_try="$ac_compile"
23277 case "(($ac_try" in
23278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23279 *) ac_try_echo=$ac_try;;
23280 esac
23281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23282 $as_echo "$ac_try_echo") >&5
23283 (eval "$ac_compile") 2>conftest.er1
23284 ac_status=$?
23285 grep -v '^ *+' conftest.er1 >conftest.err
23286 rm -f conftest.er1
23287 cat conftest.err >&5
23288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289 (exit $ac_status); } && {
23290 test -z "$ac_c_werror_flag" ||
23291 test ! -s conftest.err
23292 } && test -s conftest.$ac_objext; then
23293 ac_cv_member_struct_stat_st_atim=yes
23294 else
23295 $as_echo "$as_me: failed program was:" >&5
23296 sed 's/^/| /' conftest.$ac_ext >&5
23298 cat >conftest.$ac_ext <<_ACEOF
23299 /* confdefs.h. */
23300 _ACEOF
23301 cat confdefs.h >>conftest.$ac_ext
23302 cat >>conftest.$ac_ext <<_ACEOF
23303 /* end confdefs.h. */
23304 $ac_includes_default
23306 main ()
23308 static struct stat ac_aggr;
23309 if (sizeof ac_aggr.st_atim)
23310 return 0;
23312 return 0;
23314 _ACEOF
23315 rm -f conftest.$ac_objext
23316 if { (ac_try="$ac_compile"
23317 case "(($ac_try" in
23318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23319 *) ac_try_echo=$ac_try;;
23320 esac
23321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23322 $as_echo "$ac_try_echo") >&5
23323 (eval "$ac_compile") 2>conftest.er1
23324 ac_status=$?
23325 grep -v '^ *+' conftest.er1 >conftest.err
23326 rm -f conftest.er1
23327 cat conftest.err >&5
23328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329 (exit $ac_status); } && {
23330 test -z "$ac_c_werror_flag" ||
23331 test ! -s conftest.err
23332 } && test -s conftest.$ac_objext; then
23333 ac_cv_member_struct_stat_st_atim=yes
23334 else
23335 $as_echo "$as_me: failed program was:" >&5
23336 sed 's/^/| /' conftest.$ac_ext >&5
23338 ac_cv_member_struct_stat_st_atim=no
23341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23346 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23347 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23348 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23350 cat >>confdefs.h <<_ACEOF
23351 #define HAVE_STRUCT_STAT_ST_ATIM 1
23352 _ACEOF
23358 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23359 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23360 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23361 $as_echo_n "(cached) " >&6
23362 else
23363 cat >conftest.$ac_ext <<_ACEOF
23364 /* confdefs.h. */
23365 _ACEOF
23366 cat confdefs.h >>conftest.$ac_ext
23367 cat >>conftest.$ac_ext <<_ACEOF
23368 /* end confdefs.h. */
23369 #ifdef HAVE_SYS_TYPES_H
23370 #include <sys/types.h>
23371 #endif
23372 #ifdef HAVE_NETINET_IN_H
23373 #include <netinet/in.h>
23374 #endif
23377 main ()
23379 static struct sockaddr_in6 ac_aggr;
23380 if (ac_aggr.sin6_scope_id)
23381 return 0;
23383 return 0;
23385 _ACEOF
23386 rm -f conftest.$ac_objext
23387 if { (ac_try="$ac_compile"
23388 case "(($ac_try" in
23389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23390 *) ac_try_echo=$ac_try;;
23391 esac
23392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23393 $as_echo "$ac_try_echo") >&5
23394 (eval "$ac_compile") 2>conftest.er1
23395 ac_status=$?
23396 grep -v '^ *+' conftest.er1 >conftest.err
23397 rm -f conftest.er1
23398 cat conftest.err >&5
23399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400 (exit $ac_status); } && {
23401 test -z "$ac_c_werror_flag" ||
23402 test ! -s conftest.err
23403 } && test -s conftest.$ac_objext; then
23404 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23405 else
23406 $as_echo "$as_me: failed program was:" >&5
23407 sed 's/^/| /' conftest.$ac_ext >&5
23409 cat >conftest.$ac_ext <<_ACEOF
23410 /* confdefs.h. */
23411 _ACEOF
23412 cat confdefs.h >>conftest.$ac_ext
23413 cat >>conftest.$ac_ext <<_ACEOF
23414 /* end confdefs.h. */
23415 #ifdef HAVE_SYS_TYPES_H
23416 #include <sys/types.h>
23417 #endif
23418 #ifdef HAVE_NETINET_IN_H
23419 #include <netinet/in.h>
23420 #endif
23423 main ()
23425 static struct sockaddr_in6 ac_aggr;
23426 if (sizeof ac_aggr.sin6_scope_id)
23427 return 0;
23429 return 0;
23431 _ACEOF
23432 rm -f conftest.$ac_objext
23433 if { (ac_try="$ac_compile"
23434 case "(($ac_try" in
23435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23436 *) ac_try_echo=$ac_try;;
23437 esac
23438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23439 $as_echo "$ac_try_echo") >&5
23440 (eval "$ac_compile") 2>conftest.er1
23441 ac_status=$?
23442 grep -v '^ *+' conftest.er1 >conftest.err
23443 rm -f conftest.er1
23444 cat conftest.err >&5
23445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23446 (exit $ac_status); } && {
23447 test -z "$ac_c_werror_flag" ||
23448 test ! -s conftest.err
23449 } && test -s conftest.$ac_objext; then
23450 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23451 else
23452 $as_echo "$as_me: failed program was:" >&5
23453 sed 's/^/| /' conftest.$ac_ext >&5
23455 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23463 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23464 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23465 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23467 cat >>confdefs.h <<_ACEOF
23468 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23469 _ACEOF
23475 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23476 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23477 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23478 $as_echo_n "(cached) " >&6
23479 else
23480 cat >conftest.$ac_ext <<_ACEOF
23481 /* confdefs.h. */
23482 _ACEOF
23483 cat confdefs.h >>conftest.$ac_ext
23484 cat >>conftest.$ac_ext <<_ACEOF
23485 /* end confdefs.h. */
23486 #ifdef HAVE_SYS_TYPES_H
23487 #include <sys/types.h>
23488 #endif
23489 #ifdef HAVE_NETINET_IN_H
23490 # include <netinet/in.h>
23491 #endif
23492 #ifdef HAVE_ARPA_NAMESER_H
23493 # include <arpa/nameser.h>
23494 #endif
23497 main ()
23499 static ns_msg ac_aggr;
23500 if (ac_aggr._msg_ptr)
23501 return 0;
23503 return 0;
23505 _ACEOF
23506 rm -f conftest.$ac_objext
23507 if { (ac_try="$ac_compile"
23508 case "(($ac_try" in
23509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23510 *) ac_try_echo=$ac_try;;
23511 esac
23512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23513 $as_echo "$ac_try_echo") >&5
23514 (eval "$ac_compile") 2>conftest.er1
23515 ac_status=$?
23516 grep -v '^ *+' conftest.er1 >conftest.err
23517 rm -f conftest.er1
23518 cat conftest.err >&5
23519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520 (exit $ac_status); } && {
23521 test -z "$ac_c_werror_flag" ||
23522 test ! -s conftest.err
23523 } && test -s conftest.$ac_objext; then
23524 ac_cv_member_ns_msg__msg_ptr=yes
23525 else
23526 $as_echo "$as_me: failed program was:" >&5
23527 sed 's/^/| /' conftest.$ac_ext >&5
23529 cat >conftest.$ac_ext <<_ACEOF
23530 /* confdefs.h. */
23531 _ACEOF
23532 cat confdefs.h >>conftest.$ac_ext
23533 cat >>conftest.$ac_ext <<_ACEOF
23534 /* end confdefs.h. */
23535 #ifdef HAVE_SYS_TYPES_H
23536 #include <sys/types.h>
23537 #endif
23538 #ifdef HAVE_NETINET_IN_H
23539 # include <netinet/in.h>
23540 #endif
23541 #ifdef HAVE_ARPA_NAMESER_H
23542 # include <arpa/nameser.h>
23543 #endif
23546 main ()
23548 static ns_msg ac_aggr;
23549 if (sizeof ac_aggr._msg_ptr)
23550 return 0;
23552 return 0;
23554 _ACEOF
23555 rm -f conftest.$ac_objext
23556 if { (ac_try="$ac_compile"
23557 case "(($ac_try" in
23558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23559 *) ac_try_echo=$ac_try;;
23560 esac
23561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23562 $as_echo "$ac_try_echo") >&5
23563 (eval "$ac_compile") 2>conftest.er1
23564 ac_status=$?
23565 grep -v '^ *+' conftest.er1 >conftest.err
23566 rm -f conftest.er1
23567 cat conftest.err >&5
23568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23569 (exit $ac_status); } && {
23570 test -z "$ac_c_werror_flag" ||
23571 test ! -s conftest.err
23572 } && test -s conftest.$ac_objext; then
23573 ac_cv_member_ns_msg__msg_ptr=yes
23574 else
23575 $as_echo "$as_me: failed program was:" >&5
23576 sed 's/^/| /' conftest.$ac_ext >&5
23578 ac_cv_member_ns_msg__msg_ptr=no
23581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23586 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23587 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23588 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23590 cat >>confdefs.h <<_ACEOF
23591 #define HAVE_NS_MSG__MSG_PTR 1
23592 _ACEOF
23598 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23599 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23600 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23601 $as_echo_n "(cached) " >&6
23602 else
23603 cat >conftest.$ac_ext <<_ACEOF
23604 /* confdefs.h. */
23605 _ACEOF
23606 cat confdefs.h >>conftest.$ac_ext
23607 cat >>conftest.$ac_ext <<_ACEOF
23608 /* end confdefs.h. */
23609 #ifdef HAVE_SYS_TYPES_H
23610 #include <sys/types.h>
23611 #endif
23612 #ifdef HAVE_ALIAS_H
23613 #include <alias.h>
23614 #endif
23615 #ifdef HAVE_SYS_SOCKET_H
23616 #include <sys/socket.h>
23617 #endif
23618 #ifdef HAVE_SYS_SOCKETVAR_H
23619 #include <sys/socketvar.h>
23620 #endif
23621 #ifdef HAVE_SYS_TIMEOUT_H
23622 #include <sys/timeout.h>
23623 #endif
23624 #ifdef HAVE_NETINET_IN_H
23625 #include <netinet/in.h>
23626 #endif
23627 #ifdef HAVE_NETINET_IN_SYSTM_H
23628 #include <netinet/in_systm.h>
23629 #endif
23630 #ifdef HAVE_NETINET_IP_H
23631 #include <netinet/ip.h>
23632 #endif
23633 #ifdef HAVE_NETINET_IP_VAR_H
23634 #include <netinet/ip_var.h>
23635 #endif
23636 #ifdef HAVE_NETINET_IP_ICMP_H
23637 #include <netinet/ip_icmp.h>
23638 #endif
23639 #ifdef HAVE_NETINET_ICMP_VAR
23640 #include <netinet/icmp_var.h>
23641 #endif
23644 main ()
23646 static struct icmpstat ac_aggr;
23647 if (ac_aggr.icps_outhist)
23648 return 0;
23650 return 0;
23652 _ACEOF
23653 rm -f conftest.$ac_objext
23654 if { (ac_try="$ac_compile"
23655 case "(($ac_try" in
23656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23657 *) ac_try_echo=$ac_try;;
23658 esac
23659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23660 $as_echo "$ac_try_echo") >&5
23661 (eval "$ac_compile") 2>conftest.er1
23662 ac_status=$?
23663 grep -v '^ *+' conftest.er1 >conftest.err
23664 rm -f conftest.er1
23665 cat conftest.err >&5
23666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23667 (exit $ac_status); } && {
23668 test -z "$ac_c_werror_flag" ||
23669 test ! -s conftest.err
23670 } && test -s conftest.$ac_objext; then
23671 ac_cv_member_struct_icmpstat_icps_outhist=yes
23672 else
23673 $as_echo "$as_me: failed program was:" >&5
23674 sed 's/^/| /' conftest.$ac_ext >&5
23676 cat >conftest.$ac_ext <<_ACEOF
23677 /* confdefs.h. */
23678 _ACEOF
23679 cat confdefs.h >>conftest.$ac_ext
23680 cat >>conftest.$ac_ext <<_ACEOF
23681 /* end confdefs.h. */
23682 #ifdef HAVE_SYS_TYPES_H
23683 #include <sys/types.h>
23684 #endif
23685 #ifdef HAVE_ALIAS_H
23686 #include <alias.h>
23687 #endif
23688 #ifdef HAVE_SYS_SOCKET_H
23689 #include <sys/socket.h>
23690 #endif
23691 #ifdef HAVE_SYS_SOCKETVAR_H
23692 #include <sys/socketvar.h>
23693 #endif
23694 #ifdef HAVE_SYS_TIMEOUT_H
23695 #include <sys/timeout.h>
23696 #endif
23697 #ifdef HAVE_NETINET_IN_H
23698 #include <netinet/in.h>
23699 #endif
23700 #ifdef HAVE_NETINET_IN_SYSTM_H
23701 #include <netinet/in_systm.h>
23702 #endif
23703 #ifdef HAVE_NETINET_IP_H
23704 #include <netinet/ip.h>
23705 #endif
23706 #ifdef HAVE_NETINET_IP_VAR_H
23707 #include <netinet/ip_var.h>
23708 #endif
23709 #ifdef HAVE_NETINET_IP_ICMP_H
23710 #include <netinet/ip_icmp.h>
23711 #endif
23712 #ifdef HAVE_NETINET_ICMP_VAR
23713 #include <netinet/icmp_var.h>
23714 #endif
23717 main ()
23719 static struct icmpstat ac_aggr;
23720 if (sizeof ac_aggr.icps_outhist)
23721 return 0;
23723 return 0;
23725 _ACEOF
23726 rm -f conftest.$ac_objext
23727 if { (ac_try="$ac_compile"
23728 case "(($ac_try" in
23729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23730 *) ac_try_echo=$ac_try;;
23731 esac
23732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23733 $as_echo "$ac_try_echo") >&5
23734 (eval "$ac_compile") 2>conftest.er1
23735 ac_status=$?
23736 grep -v '^ *+' conftest.er1 >conftest.err
23737 rm -f conftest.er1
23738 cat conftest.err >&5
23739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23740 (exit $ac_status); } && {
23741 test -z "$ac_c_werror_flag" ||
23742 test ! -s conftest.err
23743 } && test -s conftest.$ac_objext; then
23744 ac_cv_member_struct_icmpstat_icps_outhist=yes
23745 else
23746 $as_echo "$as_me: failed program was:" >&5
23747 sed 's/^/| /' conftest.$ac_ext >&5
23749 ac_cv_member_struct_icmpstat_icps_outhist=no
23752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23757 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23758 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23759 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23761 cat >>confdefs.h <<_ACEOF
23762 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23763 _ACEOF
23769 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23770 $as_echo_n "checking for timezone variable... " >&6; }
23771 if test "${ac_cv_have_timezone+set}" = set; then
23772 $as_echo_n "(cached) " >&6
23773 else
23774 cat >conftest.$ac_ext <<_ACEOF
23775 /* confdefs.h. */
23776 _ACEOF
23777 cat confdefs.h >>conftest.$ac_ext
23778 cat >>conftest.$ac_ext <<_ACEOF
23779 /* end confdefs.h. */
23780 #include <time.h>
23782 main ()
23784 timezone = 1
23786 return 0;
23788 _ACEOF
23789 rm -f conftest.$ac_objext conftest$ac_exeext
23790 if { (ac_try="$ac_link"
23791 case "(($ac_try" in
23792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23793 *) ac_try_echo=$ac_try;;
23794 esac
23795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23796 $as_echo "$ac_try_echo") >&5
23797 (eval "$ac_link") 2>conftest.er1
23798 ac_status=$?
23799 grep -v '^ *+' conftest.er1 >conftest.err
23800 rm -f conftest.er1
23801 cat conftest.err >&5
23802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23803 (exit $ac_status); } && {
23804 test -z "$ac_c_werror_flag" ||
23805 test ! -s conftest.err
23806 } && test -s conftest$ac_exeext && {
23807 test "$cross_compiling" = yes ||
23808 $as_test_x conftest$ac_exeext
23809 }; then
23810 ac_cv_have_timezone="yes"
23811 else
23812 $as_echo "$as_me: failed program was:" >&5
23813 sed 's/^/| /' conftest.$ac_ext >&5
23815 ac_cv_have_timezone="no"
23818 rm -rf conftest.dSYM
23819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23820 conftest$ac_exeext conftest.$ac_ext
23822 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23823 $as_echo "$ac_cv_have_timezone" >&6; }
23824 if test "$ac_cv_have_timezone" = "yes"
23825 then
23827 cat >>confdefs.h <<\_ACEOF
23828 #define HAVE_TIMEZONE 1
23829 _ACEOF
23832 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23833 $as_echo_n "checking for daylight variable... " >&6; }
23834 if test "${ac_cv_have_daylight+set}" = set; then
23835 $as_echo_n "(cached) " >&6
23836 else
23837 cat >conftest.$ac_ext <<_ACEOF
23838 /* confdefs.h. */
23839 _ACEOF
23840 cat confdefs.h >>conftest.$ac_ext
23841 cat >>conftest.$ac_ext <<_ACEOF
23842 /* end confdefs.h. */
23843 #include <time.h>
23845 main ()
23847 daylight = 1
23849 return 0;
23851 _ACEOF
23852 rm -f conftest.$ac_objext conftest$ac_exeext
23853 if { (ac_try="$ac_link"
23854 case "(($ac_try" in
23855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23856 *) ac_try_echo=$ac_try;;
23857 esac
23858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23859 $as_echo "$ac_try_echo") >&5
23860 (eval "$ac_link") 2>conftest.er1
23861 ac_status=$?
23862 grep -v '^ *+' conftest.er1 >conftest.err
23863 rm -f conftest.er1
23864 cat conftest.err >&5
23865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23866 (exit $ac_status); } && {
23867 test -z "$ac_c_werror_flag" ||
23868 test ! -s conftest.err
23869 } && test -s conftest$ac_exeext && {
23870 test "$cross_compiling" = yes ||
23871 $as_test_x conftest$ac_exeext
23872 }; then
23873 ac_cv_have_daylight="yes"
23874 else
23875 $as_echo "$as_me: failed program was:" >&5
23876 sed 's/^/| /' conftest.$ac_ext >&5
23878 ac_cv_have_daylight="no"
23881 rm -rf conftest.dSYM
23882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23883 conftest$ac_exeext conftest.$ac_ext
23885 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23886 $as_echo "$ac_cv_have_daylight" >&6; }
23887 if test "$ac_cv_have_daylight" = "yes"
23888 then
23890 cat >>confdefs.h <<\_ACEOF
23891 #define HAVE_DAYLIGHT 1
23892 _ACEOF
23896 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23897 $as_echo_n "checking for isinf... " >&6; }
23898 if test "${ac_cv_have_isinf+set}" = set; then
23899 $as_echo_n "(cached) " >&6
23900 else
23901 cat >conftest.$ac_ext <<_ACEOF
23902 /* confdefs.h. */
23903 _ACEOF
23904 cat confdefs.h >>conftest.$ac_ext
23905 cat >>conftest.$ac_ext <<_ACEOF
23906 /* end confdefs.h. */
23907 #include <math.h>
23909 main ()
23911 float f = 0.0; int i=isinf(f)
23913 return 0;
23915 _ACEOF
23916 rm -f conftest.$ac_objext conftest$ac_exeext
23917 if { (ac_try="$ac_link"
23918 case "(($ac_try" in
23919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23920 *) ac_try_echo=$ac_try;;
23921 esac
23922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23923 $as_echo "$ac_try_echo") >&5
23924 (eval "$ac_link") 2>conftest.er1
23925 ac_status=$?
23926 grep -v '^ *+' conftest.er1 >conftest.err
23927 rm -f conftest.er1
23928 cat conftest.err >&5
23929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23930 (exit $ac_status); } && {
23931 test -z "$ac_c_werror_flag" ||
23932 test ! -s conftest.err
23933 } && test -s conftest$ac_exeext && {
23934 test "$cross_compiling" = yes ||
23935 $as_test_x conftest$ac_exeext
23936 }; then
23937 ac_cv_have_isinf="yes"
23938 else
23939 $as_echo "$as_me: failed program was:" >&5
23940 sed 's/^/| /' conftest.$ac_ext >&5
23942 ac_cv_have_isinf="no"
23945 rm -rf conftest.dSYM
23946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23947 conftest$ac_exeext conftest.$ac_ext
23949 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23950 $as_echo "$ac_cv_have_isinf" >&6; }
23951 if test "$ac_cv_have_isinf" = "yes"
23952 then
23954 cat >>confdefs.h <<\_ACEOF
23955 #define HAVE_ISINF 1
23956 _ACEOF
23960 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23961 $as_echo_n "checking for isnan... " >&6; }
23962 if test "${ac_cv_have_isnan+set}" = set; then
23963 $as_echo_n "(cached) " >&6
23964 else
23965 cat >conftest.$ac_ext <<_ACEOF
23966 /* confdefs.h. */
23967 _ACEOF
23968 cat confdefs.h >>conftest.$ac_ext
23969 cat >>conftest.$ac_ext <<_ACEOF
23970 /* end confdefs.h. */
23971 #include <math.h>
23973 main ()
23975 float f = 0.0; int i=isnan(f)
23977 return 0;
23979 _ACEOF
23980 rm -f conftest.$ac_objext conftest$ac_exeext
23981 if { (ac_try="$ac_link"
23982 case "(($ac_try" in
23983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23984 *) ac_try_echo=$ac_try;;
23985 esac
23986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23987 $as_echo "$ac_try_echo") >&5
23988 (eval "$ac_link") 2>conftest.er1
23989 ac_status=$?
23990 grep -v '^ *+' conftest.er1 >conftest.err
23991 rm -f conftest.er1
23992 cat conftest.err >&5
23993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23994 (exit $ac_status); } && {
23995 test -z "$ac_c_werror_flag" ||
23996 test ! -s conftest.err
23997 } && test -s conftest$ac_exeext && {
23998 test "$cross_compiling" = yes ||
23999 $as_test_x conftest$ac_exeext
24000 }; then
24001 ac_cv_have_isnan="yes"
24002 else
24003 $as_echo "$as_me: failed program was:" >&5
24004 sed 's/^/| /' conftest.$ac_ext >&5
24006 ac_cv_have_isnan="no"
24009 rm -rf conftest.dSYM
24010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24011 conftest$ac_exeext conftest.$ac_ext
24013 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24014 $as_echo "$ac_cv_have_isnan" >&6; }
24015 if test "$ac_cv_have_isnan" = "yes"
24016 then
24018 cat >>confdefs.h <<\_ACEOF
24019 #define HAVE_ISNAN 1
24020 _ACEOF
24025 case $host_cpu in
24026 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24027 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24028 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24029 $as_echo_n "(cached) " >&6
24030 else
24031 cat >conftest.$ac_ext <<_ACEOF
24032 /* confdefs.h. */
24033 _ACEOF
24034 cat confdefs.h >>conftest.$ac_ext
24035 cat >>conftest.$ac_ext <<_ACEOF
24036 /* end confdefs.h. */
24037 #ifndef __i386__
24039 #endif
24040 _ACEOF
24041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24042 $EGREP "yes" >/dev/null 2>&1; then
24043 ac_cv_cpp_def___i386__=yes
24044 else
24045 ac_cv_cpp_def___i386__=no
24047 rm -f conftest*
24050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24051 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24052 if test $ac_cv_cpp_def___i386__ = yes; then
24053 CFLAGS="$CFLAGS -D__i386__"
24054 LINTFLAGS="$LINTFLAGS -D__i386__"
24057 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24058 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24059 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24060 $as_echo_n "(cached) " >&6
24061 else
24062 cat >conftest.$ac_ext <<_ACEOF
24063 /* confdefs.h. */
24064 _ACEOF
24065 cat confdefs.h >>conftest.$ac_ext
24066 cat >>conftest.$ac_ext <<_ACEOF
24067 /* end confdefs.h. */
24068 #ifndef __x86_64__
24070 #endif
24071 _ACEOF
24072 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24073 $EGREP "yes" >/dev/null 2>&1; then
24074 ac_cv_cpp_def___x86_64__=yes
24075 else
24076 ac_cv_cpp_def___x86_64__=no
24078 rm -f conftest*
24081 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24082 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24083 if test $ac_cv_cpp_def___x86_64__ = yes; then
24084 CFLAGS="$CFLAGS -D__x86_64__"
24085 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24088 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24089 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24090 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24091 $as_echo_n "(cached) " >&6
24092 else
24093 cat >conftest.$ac_ext <<_ACEOF
24094 /* confdefs.h. */
24095 _ACEOF
24096 cat confdefs.h >>conftest.$ac_ext
24097 cat >>conftest.$ac_ext <<_ACEOF
24098 /* end confdefs.h. */
24099 #ifndef __ALPHA__
24101 #endif
24102 _ACEOF
24103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24104 $EGREP "yes" >/dev/null 2>&1; then
24105 ac_cv_cpp_def___ALPHA__=yes
24106 else
24107 ac_cv_cpp_def___ALPHA__=no
24109 rm -f conftest*
24112 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24113 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24114 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24115 CFLAGS="$CFLAGS -D__ALPHA__"
24116 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24119 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24120 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24121 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24122 $as_echo_n "(cached) " >&6
24123 else
24124 cat >conftest.$ac_ext <<_ACEOF
24125 /* confdefs.h. */
24126 _ACEOF
24127 cat confdefs.h >>conftest.$ac_ext
24128 cat >>conftest.$ac_ext <<_ACEOF
24129 /* end confdefs.h. */
24130 #ifndef __sparc__
24132 #endif
24133 _ACEOF
24134 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24135 $EGREP "yes" >/dev/null 2>&1; then
24136 ac_cv_cpp_def___sparc__=yes
24137 else
24138 ac_cv_cpp_def___sparc__=no
24140 rm -f conftest*
24143 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24144 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24145 if test $ac_cv_cpp_def___sparc__ = yes; then
24146 CFLAGS="$CFLAGS -D__sparc__"
24147 LINTFLAGS="$LINTFLAGS -D__sparc__"
24150 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24151 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24152 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24153 $as_echo_n "(cached) " >&6
24154 else
24155 cat >conftest.$ac_ext <<_ACEOF
24156 /* confdefs.h. */
24157 _ACEOF
24158 cat confdefs.h >>conftest.$ac_ext
24159 cat >>conftest.$ac_ext <<_ACEOF
24160 /* end confdefs.h. */
24161 #ifndef __powerpc__
24163 #endif
24164 _ACEOF
24165 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24166 $EGREP "yes" >/dev/null 2>&1; then
24167 ac_cv_cpp_def___powerpc__=yes
24168 else
24169 ac_cv_cpp_def___powerpc__=no
24171 rm -f conftest*
24174 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24175 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24176 if test $ac_cv_cpp_def___powerpc__ = yes; then
24177 CFLAGS="$CFLAGS -D__powerpc__"
24178 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24181 esac
24183 case $host_vendor in
24184 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24185 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24186 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24187 $as_echo_n "(cached) " >&6
24188 else
24189 cat >conftest.$ac_ext <<_ACEOF
24190 /* confdefs.h. */
24191 _ACEOF
24192 cat confdefs.h >>conftest.$ac_ext
24193 cat >>conftest.$ac_ext <<_ACEOF
24194 /* end confdefs.h. */
24195 #ifndef __sun__
24197 #endif
24198 _ACEOF
24199 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24200 $EGREP "yes" >/dev/null 2>&1; then
24201 ac_cv_cpp_def___sun__=yes
24202 else
24203 ac_cv_cpp_def___sun__=no
24205 rm -f conftest*
24208 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24209 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24210 if test $ac_cv_cpp_def___sun__ = yes; then
24211 CFLAGS="$CFLAGS -D__sun__"
24212 LINTFLAGS="$LINTFLAGS -D__sun__"
24215 esac
24218 DEPENDENCIES="### Dependencies:
24220 .INIT: Makefile
24221 .BEGIN: Makefile
24222 Makefile: dummy
24223 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24225 \$(OBJS): \$(IDL_GEN_HEADERS)
24226 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24227 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24228 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24229 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24232 ALL_MAKERULES=""
24234 ALL_MAKEFILES=""
24236 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24239 ALL_TOP_DIRS=""
24241 ALL_DLL_DIRS=""
24243 ALL_IMPLIB_DIRS=""
24245 ALL_TEST_DIRS=""
24247 ALL_PROGRAM_DIRS=""
24249 ALL_PROGRAM_INSTALL_DIRS=""
24251 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24257 ac_config_commands="$ac_config_commands include/stamp-h"
24260 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24262 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24264 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24266 ac_config_commands="$ac_config_commands dlls/user32/resources"
24268 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24270 ac_config_commands="$ac_config_commands include/wine"
24273 ALL_MAKERULES="$ALL_MAKERULES \\
24274 Make.rules"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 Make.rules: Make.rules.in"
24277 MAKE_RULES=Make.rules
24278 ac_config_files="$ac_config_files Make.rules"
24280 ALL_MAKERULES="$ALL_MAKERULES \\
24281 dlls/Makedll.rules"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24284 MAKE_DLL_RULES=dlls/Makedll.rules
24285 ac_config_files="$ac_config_files dlls/Makedll.rules"
24287 ALL_MAKERULES="$ALL_MAKERULES \\
24288 dlls/Makeimplib.rules"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24291 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24292 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24294 ALL_MAKERULES="$ALL_MAKERULES \\
24295 dlls/Maketest.rules"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24298 MAKE_TEST_RULES=dlls/Maketest.rules
24299 ac_config_files="$ac_config_files dlls/Maketest.rules"
24301 ALL_MAKERULES="$ALL_MAKERULES \\
24302 programs/Makeprog.rules"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24305 MAKE_PROG_RULES=programs/Makeprog.rules
24306 ac_config_files="$ac_config_files programs/Makeprog.rules"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 Makefile: Makefile.in Make.rules"
24313 ac_config_files="$ac_config_files Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/Makefile"
24317 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24318 dlls"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/Makefile: dlls/Makefile.in Make.rules"
24321 ac_config_files="$ac_config_files dlls/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/acledit/Makefile"
24325 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 acledit"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/aclui/Makefile"
24333 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 aclui"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/activeds/Makefile"
24341 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 activeds"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/actxprxy/Makefile"
24349 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 actxprxy"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/adsiid/Makefile"
24357 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24358 adsiid"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24361 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/advapi32/Makefile"
24365 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 advapi32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/advapi32/tests/Makefile"
24373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374 advapi32/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/advpack/Makefile"
24381 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 advpack"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/advpack/tests/Makefile"
24389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24390 advpack/tests"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24393 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/amstream/Makefile"
24397 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 amstream"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/appwiz.cpl/Makefile"
24405 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 appwiz.cpl"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/atl/Makefile"
24413 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 atl"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/atl/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/authz/Makefile"
24421 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 authz"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/authz/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/avicap32/Makefile"
24429 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 avicap32"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/avifil32/Makefile"
24437 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 avifil32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/browseui/Makefile"
24445 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 browseui"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/browseui/tests/Makefile"
24453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24454 browseui/tests"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24457 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/cabinet/Makefile"
24461 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 cabinet"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/cabinet/tests/Makefile"
24469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24470 cabinet/tests"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/capi2032/Makefile"
24477 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 capi2032"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/cards/Makefile"
24485 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 cards"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/cards/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/cfgmgr32/Makefile"
24493 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 cfgmgr32"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/clusapi/Makefile"
24501 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 clusapi"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/comcat/Makefile"
24509 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 comcat"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/comcat/tests/Makefile"
24517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518 comcat/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/comctl32/Makefile"
24525 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 comctl32"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/comctl32/tests/Makefile"
24533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534 comctl32/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/comdlg32/Makefile"
24541 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 comdlg32"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/comdlg32/tests/Makefile"
24549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24550 comdlg32/tests"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24553 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/compstui/Makefile"
24557 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 compstui"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/credui/Makefile"
24565 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 credui"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/credui/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/credui/tests/Makefile"
24573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574 credui/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/crtdll/Makefile"
24581 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 crtdll"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/crypt32/Makefile"
24589 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 crypt32"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/crypt32/tests/Makefile"
24597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24598 crypt32/tests"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24601 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/cryptdlg/Makefile"
24605 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 cryptdlg"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/cryptdll/Makefile"
24613 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 cryptdll"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/cryptnet/Makefile"
24621 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 cryptnet"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/cryptnet/tests/Makefile"
24629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24630 cryptnet/tests"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24633 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/cryptui/Makefile"
24637 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 cryptui"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/cryptui/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 cryptui/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/ctapi32/Makefile"
24653 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 ctapi32"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/ctl3d32/Makefile"
24661 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 ctl3d32"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/d3d10/Makefile"
24669 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 d3d10"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/d3d10/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 d3d10/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/d3d10core/Makefile"
24685 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 d3d10core"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/d3d10core/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 d3d10core/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/d3d8/Makefile"
24701 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 d3d8"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/d3d8/tests/Makefile"
24709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710 d3d8/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/d3d9/Makefile"
24717 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 d3d9"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/d3d9/tests/Makefile"
24725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 d3d9/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/d3dim/Makefile"
24733 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 d3dim"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/d3drm/Makefile"
24741 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 d3drm"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/d3drm/tests/Makefile"
24749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 d3drm/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/d3dx8/Makefile"
24757 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 d3dx8"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/d3dx8/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 d3dx8/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/d3dx9_24/Makefile"
24773 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 d3dx9_24"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/d3dx9_25/Makefile"
24781 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 d3dx9_25"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/d3dx9_26/Makefile"
24789 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 d3dx9_26"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/d3dx9_27/Makefile"
24797 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 d3dx9_27"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/d3dx9_28/Makefile"
24805 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 d3dx9_28"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/d3dx9_29/Makefile"
24813 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 d3dx9_29"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/d3dx9_30/Makefile"
24821 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 d3dx9_30"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/d3dx9_31/Makefile"
24829 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 d3dx9_31"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/d3dx9_32/Makefile"
24837 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 d3dx9_32"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/d3dx9_33/Makefile"
24845 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 d3dx9_33"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/d3dx9_34/Makefile"
24853 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 d3dx9_34"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/d3dx9_35/Makefile"
24861 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 d3dx9_35"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/d3dx9_36/Makefile"
24869 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 d3dx9_36"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/d3dx9_36/tests/Makefile"
24877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24878 d3dx9_36/tests"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24881 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/d3dx9_37/Makefile"
24885 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 d3dx9_37"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/d3dx9_38/Makefile"
24893 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 d3dx9_38"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/d3dx9_39/Makefile"
24901 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 d3dx9_39"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/d3dx9_40/Makefile"
24909 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 d3dx9_40"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/d3dxof/Makefile"
24917 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 d3dxof"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/d3dxof/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 d3dxof/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/dbghelp/Makefile"
24933 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 dbghelp"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/dciman32/Makefile"
24941 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 dciman32"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/ddraw/Makefile"
24949 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 ddraw"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/ddraw/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958 ddraw/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/ddrawex/Makefile"
24965 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 ddrawex"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/ddrawex/tests/Makefile"
24973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974 ddrawex/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/devenum/Makefile"
24981 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 devenum"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/dinput/Makefile"
24989 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 dinput"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/dinput/tests/Makefile"
24997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24998 dinput/tests"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/dinput8/Makefile"
25005 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 dinput8"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/dmband/Makefile"
25013 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 dmband"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/dmcompos/Makefile"
25021 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 dmcompos"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/dmime/Makefile"
25029 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 dmime"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/dmloader/Makefile"
25037 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 dmloader"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/dmscript/Makefile"
25045 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 dmscript"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/dmstyle/Makefile"
25053 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 dmstyle"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/dmsynth/Makefile"
25061 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 dmsynth"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/dmusic/Makefile"
25069 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 dmusic"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/dmusic32/Makefile"
25077 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 dmusic32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/dnsapi/Makefile"
25085 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 dnsapi"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/dnsapi/tests/Makefile"
25093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 dnsapi/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/dplay/Makefile"
25101 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 dplay"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/dplayx/Makefile"
25109 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 dplayx"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/dplayx/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118 dplayx/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/dpnaddr/Makefile"
25125 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 dpnaddr"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/dpnet/Makefile"
25133 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 dpnet"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/dpnhpast/Makefile"
25141 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 dpnhpast"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dpnlobby/Makefile"
25149 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 dpnlobby"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dpwsockx/Makefile"
25157 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dpwsockx"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/dsound/Makefile"
25165 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 dsound"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/dsound/tests/Makefile"
25173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25174 dsound/tests"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25177 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/dssenh/Makefile"
25181 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 dssenh"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/dswave/Makefile"
25189 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 dswave"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/dwmapi/Makefile"
25197 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 dwmapi"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dxdiagn/Makefile"
25205 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 dxdiagn"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/dxerr8/Makefile"
25213 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25214 dxerr8"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25217 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/dxerr9/Makefile"
25221 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25222 dxerr9"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25225 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/dxgi/Makefile"
25229 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 dxgi"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/dxgi/tests/Makefile"
25237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25238 dxgi/tests"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25241 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/dxguid/Makefile"
25245 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25246 dxguid"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25249 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/faultrep/Makefile"
25253 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 faultrep"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/fusion/Makefile"
25261 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 fusion"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/fusion/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 fusion/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/gdi32/Makefile"
25277 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 gdi32"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/gdi32/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286 gdi32/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/gdiplus/Makefile"
25293 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 gdiplus"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/gdiplus/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302 gdiplus/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/glu32/Makefile"
25309 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 glu32"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/gphoto2.ds/Makefile"
25317 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 gphoto2.ds"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/gpkcsp/Makefile"
25325 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 gpkcsp"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/hal/Makefile"
25333 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 hal"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/hal/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/hhctrl.ocx/Makefile"
25341 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 hhctrl.ocx"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/hid/Makefile"
25349 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 hid"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/hid/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/hlink/Makefile"
25357 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 hlink"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/hlink/tests/Makefile"
25365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366 hlink/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/hnetcfg/Makefile"
25373 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 hnetcfg"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/httpapi/Makefile"
25381 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 httpapi"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/iccvid/Makefile"
25389 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 iccvid"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/icmp/Makefile"
25397 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 icmp"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/ifsmgr.vxd/Makefile"
25405 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 ifsmgr.vxd"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/imaadp32.acm/Makefile"
25413 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 imaadp32.acm"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/imagehlp/Makefile"
25421 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 imagehlp"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/imm32/Makefile"
25429 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 imm32"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/imm32/tests/Makefile"
25437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438 imm32/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/inetcomm/Makefile"
25445 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 inetcomm"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/inetcomm/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 inetcomm/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/inetmib1/Makefile"
25461 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 inetmib1"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/inetmib1/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 inetmib1/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/infosoft/Makefile"
25477 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 infosoft"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/infosoft/tests/Makefile"
25485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 infosoft/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/initpki/Makefile"
25493 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 initpki"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/inkobj/Makefile"
25501 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 inkobj"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/inseng/Makefile"
25509 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 inseng"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/iphlpapi/Makefile"
25517 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 iphlpapi"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/iphlpapi/tests/Makefile"
25525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526 iphlpapi/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/itircl/Makefile"
25533 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 itircl"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/itss/Makefile"
25541 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 itss"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/itss/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/itss/tests/Makefile"
25549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25550 itss/tests"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25553 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/jscript/Makefile"
25557 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 jscript"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/jscript/tests/Makefile"
25565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25566 jscript/tests"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25569 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/kernel32/Makefile"
25573 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 kernel32"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/kernel32/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582 kernel32/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/loadperf/Makefile"
25589 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 loadperf"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/localspl/Makefile"
25597 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 localspl"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/localspl/tests/Makefile"
25605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25606 localspl/tests"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25609 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/localui/Makefile"
25613 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 localui"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/localui/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/localui/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622 localui/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/lz32/Makefile"
25629 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 lz32"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/lz32/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638 lz32/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/mapi32/Makefile"
25645 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 mapi32"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/mapi32/tests/Makefile"
25653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25654 mapi32/tests"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25657 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/mciavi32/Makefile"
25661 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 mciavi32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/mcicda/Makefile"
25669 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 mcicda"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/mciseq/Makefile"
25677 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 mciseq"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/mciwave/Makefile"
25685 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 mciwave"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/midimap/Makefile"
25693 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 midimap"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/mlang/Makefile"
25701 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 mlang"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/mlang/tests/Makefile"
25709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25710 mlang/tests"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25713 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/mmdevldr.vxd/Makefile"
25717 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 mmdevldr.vxd"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/monodebg.vxd/Makefile"
25725 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 monodebg.vxd"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/mountmgr.sys/Makefile"
25733 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 mountmgr.sys"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/mpr/Makefile"
25741 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 mpr"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/mprapi/Makefile"
25749 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 mprapi"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/msacm32.drv/Makefile"
25757 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 msacm32.drv"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/msacm32/Makefile"
25765 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 msacm32"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/msacm32/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774 msacm32/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/msadp32.acm/Makefile"
25781 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 msadp32.acm"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/mscat32/Makefile"
25789 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 mscat32"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/mscms/Makefile"
25797 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 mscms"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/mscms/tests/Makefile"
25805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25806 mscms/tests"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25809 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/mscoree/Makefile"
25813 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 mscoree"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/msctf/Makefile"
25821 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 msctf"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/msdmo/Makefile"
25829 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 msdmo"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/msftedit/Makefile"
25837 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 msftedit"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/msg711.acm/Makefile"
25845 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 msg711.acm"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/mshtml.tlb/Makefile"
25853 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 mshtml.tlb"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/mshtml/Makefile"
25861 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 mshtml"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/mshtml/tests/Makefile"
25869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25870 mshtml/tests"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25873 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/msi/Makefile"
25877 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 msi"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/msi/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/msi/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886 msi/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msimg32/Makefile"
25893 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 msimg32"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/msimtf/Makefile"
25901 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 msimtf"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/msisip/Makefile"
25909 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 msisip"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/msisys.ocx/Makefile"
25917 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 msisys.ocx"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/msnet32/Makefile"
25925 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 msnet32"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/msrle32/Makefile"
25933 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 msrle32"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/mssign32/Makefile"
25941 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 mssign32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/mssip32/Makefile"
25949 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 mssip32"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/mstask/Makefile"
25957 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 mstask"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/mstask/tests/Makefile"
25965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25966 mstask/tests"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25969 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/msvcirt/Makefile"
25973 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 msvcirt"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/msvcr71/Makefile"
25981 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 msvcr71"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/msvcrt/Makefile"
25989 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 msvcrt"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/msvcrt/tests/Makefile"
25997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25998 msvcrt/tests"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26001 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/msvcrt20/Makefile"
26005 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 msvcrt20"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/msvcrt40/Makefile"
26013 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 msvcrt40"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/msvcrtd/Makefile"
26021 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 msvcrtd"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msvcrtd/tests/Makefile"
26029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26030 msvcrtd/tests"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26033 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msvfw32/Makefile"
26037 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 msvfw32"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msvfw32/tests/Makefile"
26045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26046 msvfw32/tests"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26049 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msvidc32/Makefile"
26053 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msvidc32"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/mswsock/Makefile"
26061 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 mswsock"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/msxml3/Makefile"
26069 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 msxml3"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msxml3/tests/Makefile"
26077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26078 msxml3/tests"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26081 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/nddeapi/Makefile"
26085 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 nddeapi"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/netapi32/Makefile"
26093 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 netapi32"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/netapi32/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102 netapi32/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/newdev/Makefile"
26109 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 newdev"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/ntdll/Makefile"
26117 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 ntdll"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/ntdll/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126 ntdll/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/ntdsapi/Makefile"
26133 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 ntdsapi"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/ntdsapi/tests/Makefile"
26141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26142 ntdsapi/tests"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26145 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/ntoskrnl.exe/Makefile"
26149 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150 ntoskrnl.exe"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/ntprint/Makefile"
26157 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 ntprint"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/ntprint/tests/Makefile"
26165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26166 ntprint/tests"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26169 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/objsel/Makefile"
26173 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 objsel"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/odbc32/Makefile"
26181 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 odbc32"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/odbccp32/Makefile"
26189 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 odbccp32"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/odbccp32/tests/Makefile"
26197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26198 odbccp32/tests"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26201 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/ole32/Makefile"
26205 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 ole32"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/ole32/tests/Makefile"
26213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26214 ole32/tests"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26217 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/oleacc/Makefile"
26221 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 oleacc"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/oleacc/tests/Makefile"
26229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26230 oleacc/tests"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26233 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/oleaut32/Makefile"
26237 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 oleaut32"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/oleaut32/tests/Makefile"
26245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26246 oleaut32/tests"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26249 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/olecli32/Makefile"
26253 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 olecli32"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/oledlg/Makefile"
26261 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 oledlg"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/olepro32/Makefile"
26269 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 olepro32"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/olesvr32/Makefile"
26277 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 olesvr32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/olethk32/Makefile"
26285 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 olethk32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/opengl32/Makefile"
26293 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 opengl32"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/opengl32/tests/Makefile"
26301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26302 opengl32/tests"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26305 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/pdh/Makefile"
26309 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 pdh"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/pdh/tests/Makefile"
26317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26318 pdh/tests"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26321 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/pidgen/Makefile"
26325 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 pidgen"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/powrprof/Makefile"
26333 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 powrprof"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/printui/Makefile"
26341 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 printui"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/printui/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/propsys/Makefile"
26349 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 propsys"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/psapi/Makefile"
26357 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 psapi"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/psapi/tests/Makefile"
26365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26366 psapi/tests"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26369 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/pstorec/Makefile"
26373 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 pstorec"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/qcap/Makefile"
26381 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 qcap"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/qedit/Makefile"
26389 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 qedit"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/qedit/tests/Makefile"
26397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26398 qedit/tests"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26401 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/qmgr/Makefile"
26405 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 qmgr"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/qmgr/tests/Makefile"
26413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26414 qmgr/tests"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26417 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/qmgrprxy/Makefile"
26421 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 qmgrprxy"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/quartz/Makefile"
26429 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 quartz"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/quartz/tests/Makefile"
26437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26438 quartz/tests"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26441 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/query/Makefile"
26445 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 query"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/query/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/rasapi32/Makefile"
26453 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 rasapi32"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/rasapi32/tests/Makefile"
26461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26462 rasapi32/tests"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26465 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/rasdlg/Makefile"
26469 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 rasdlg"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/resutils/Makefile"
26477 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 resutils"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/riched20/Makefile"
26485 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 riched20"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/riched20/tests/Makefile"
26493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26494 riched20/tests"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26497 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/riched32/Makefile"
26501 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 riched32"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/riched32/tests/Makefile"
26509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26510 riched32/tests"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26513 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/rpcrt4/Makefile"
26517 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 rpcrt4"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/rpcrt4/tests/Makefile"
26525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26526 rpcrt4/tests"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26529 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/rsabase/Makefile"
26533 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 rsabase"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/rsaenh/Makefile"
26541 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 rsaenh"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/rsaenh/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550 rsaenh/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/sane.ds/Makefile"
26557 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 sane.ds"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/sccbase/Makefile"
26565 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 sccbase"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/schannel/Makefile"
26573 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 schannel"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/schannel/tests/Makefile"
26581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26582 schannel/tests"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26585 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/secur32/Makefile"
26589 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590 secur32"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/secur32/tests/Makefile"
26597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26598 secur32/tests"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26601 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/security/Makefile"
26605 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 security"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/security/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/sensapi/Makefile"
26613 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 sensapi"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/serialui/Makefile"
26621 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 serialui"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/serialui/tests/Makefile"
26629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26630 serialui/tests"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26633 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/setupapi/Makefile"
26637 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638 setupapi"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/setupapi/tests/Makefile"
26645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26646 setupapi/tests"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26649 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/sfc/Makefile"
26653 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 sfc"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/sfc_os/Makefile"
26661 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 sfc_os"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/shdoclc/Makefile"
26669 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 shdoclc"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/shdocvw/Makefile"
26677 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 shdocvw"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/shdocvw/tests/Makefile"
26685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26686 shdocvw/tests"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26689 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/shell32/Makefile"
26693 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694 shell32"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/shell32/tests/Makefile"
26701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26702 shell32/tests"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26705 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/shfolder/Makefile"
26709 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 shfolder"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/shlwapi/Makefile"
26717 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 shlwapi"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/shlwapi/tests/Makefile"
26725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26726 shlwapi/tests"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26729 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/slbcsp/Makefile"
26733 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 slbcsp"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/slc/Makefile"
26741 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 slc"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/slc/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/snmpapi/Makefile"
26749 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 snmpapi"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/snmpapi/tests/Makefile"
26757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26758 snmpapi/tests"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26761 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/softpub/Makefile"
26765 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 softpub"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/spoolss/Makefile"
26773 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 spoolss"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/spoolss/tests/Makefile"
26781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26782 spoolss/tests"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26785 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/stdole2.tlb/Makefile"
26789 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 stdole2.tlb"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/stdole32.tlb/Makefile"
26797 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 stdole32.tlb"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/sti/Makefile"
26805 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806 sti"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/sti/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/strmiids/Makefile"
26813 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26814 strmiids"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26817 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/svrapi/Makefile"
26821 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 svrapi"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/sxs/Makefile"
26829 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830 sxs"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/tapi32/Makefile"
26837 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 tapi32"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/traffic/Makefile"
26845 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 traffic"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/twain_32/Makefile"
26853 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 twain_32"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/twain_32/tests/Makefile"
26861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26862 twain_32/tests"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26865 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/unicows/Makefile"
26869 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 unicows"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/updspapi/Makefile"
26877 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 updspapi"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/url/Makefile"
26885 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 url"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/url/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/urlmon/Makefile"
26893 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 urlmon"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/urlmon/tests/Makefile"
26901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26902 urlmon/tests"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26905 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/user32/Makefile"
26909 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 user32"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/user32/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/user32/tests/Makefile"
26917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26918 user32/tests"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26921 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/userenv/Makefile"
26925 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 userenv"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/userenv/tests/Makefile"
26933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26934 userenv/tests"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26937 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/usp10/Makefile"
26941 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942 usp10"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/usp10/tests/Makefile"
26949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26950 usp10/tests"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26953 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/uuid/Makefile"
26957 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26958 uuid"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26961 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/uxtheme/Makefile"
26965 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 uxtheme"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/uxtheme/tests/Makefile"
26973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26974 uxtheme/tests"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26977 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/vdhcp.vxd/Makefile"
26981 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 vdhcp.vxd"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/vdmdbg/Makefile"
26989 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 vdmdbg"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/version/Makefile"
26997 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 version"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/version/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/version/tests/Makefile"
27005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27006 version/tests"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27009 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/vmm.vxd/Makefile"
27013 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27014 vmm.vxd"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27017 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/vnbt.vxd/Makefile"
27021 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 vnbt.vxd"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/vnetbios.vxd/Makefile"
27029 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 vnetbios.vxd"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/vtdapi.vxd/Makefile"
27037 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 vtdapi.vxd"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/vwin32.vxd/Makefile"
27045 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 vwin32.vxd"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/w32skrnl/Makefile"
27053 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 w32skrnl"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/winealsa.drv/Makefile"
27061 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 winealsa.drv"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/wineaudioio.drv/Makefile"
27069 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 wineaudioio.drv"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/winecoreaudio.drv/Makefile"
27077 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 winecoreaudio.drv"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/winecrt0/Makefile"
27085 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27086 winecrt0"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27089 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/wined3d/Makefile"
27093 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27094 wined3d"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27097 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/winedos/Makefile"
27101 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 winedos"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/wineesd.drv/Makefile"
27109 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 wineesd.drv"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/winejack.drv/Makefile"
27117 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 winejack.drv"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/winejoystick.drv/Makefile"
27125 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 winejoystick.drv"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/winemp3.acm/Makefile"
27133 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 winemp3.acm"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/winenas.drv/Makefile"
27141 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 winenas.drv"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/wineoss.drv/Makefile"
27149 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 wineoss.drv"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/wineps.drv/Makefile"
27157 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 wineps.drv"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/winequartz.drv/Makefile"
27165 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 winequartz.drv"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/winex11.drv/Makefile"
27173 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 winex11.drv"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/wing32/Makefile"
27181 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 wing32"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/winhttp/Makefile"
27189 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 winhttp"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/winhttp/tests/Makefile"
27197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27198 winhttp/tests"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27201 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/wininet/Makefile"
27205 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27206 wininet"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27209 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/wininet/tests/Makefile"
27213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27214 wininet/tests"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27217 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/winmm/Makefile"
27221 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 winmm"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/winmm/tests/Makefile"
27229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27230 winmm/tests"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27233 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/winnls32/Makefile"
27237 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 winnls32"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/winscard/Makefile"
27245 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 winscard"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/winspool.drv/Makefile"
27253 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 winspool.drv"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/winspool.drv/tests/Makefile"
27261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27262 winspool.drv/tests"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27265 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/wintab32/Makefile"
27269 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 wintab32"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/wintrust/Makefile"
27277 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 wintrust"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/wintrust/tests/Makefile"
27285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27286 wintrust/tests"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27289 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/wldap32/Makefile"
27293 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 wldap32"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/wldap32/tests/Makefile"
27301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27302 wldap32/tests"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27305 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/wmi/Makefile"
27309 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 wmi"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/wnaspi32/Makefile"
27317 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 wnaspi32"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/wow32/Makefile"
27325 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 wow32"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/ws2_32/Makefile"
27333 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 ws2_32"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/ws2_32/tests/Makefile"
27341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27342 ws2_32/tests"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27345 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/wsock32/Makefile"
27349 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 wsock32"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wtsapi32/Makefile"
27357 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 wtsapi32"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/wuapi/Makefile"
27365 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 wuapi"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/xinput1_1/Makefile"
27373 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 xinput1_1"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/xinput1_2/Makefile"
27381 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 xinput1_2"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/xinput1_3/Makefile"
27389 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 xinput1_3"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/xinput1_3/tests/Makefile"
27397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27398 xinput1_3/tests"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27401 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/xinput9_1_0/Makefile"
27405 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 xinput9_1_0"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 documentation/Makefile"
27413 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27414 documentation"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 documentation/Makefile: documentation/Makefile.in Make.rules"
27417 ac_config_files="$ac_config_files documentation/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 fonts/Makefile"
27421 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27422 fonts"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 fonts/Makefile: fonts/Makefile.in Make.rules"
27425 ac_config_files="$ac_config_files fonts/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 include/Makefile"
27429 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27430 include"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 include/Makefile: include/Makefile.in Make.rules"
27433 ac_config_files="$ac_config_files include/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 libs/Makefile"
27437 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27438 libs"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 libs/Makefile: libs/Makefile.in Make.rules"
27441 ac_config_files="$ac_config_files libs/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 libs/port/Makefile"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27448 ac_config_files="$ac_config_files libs/port/Makefile"
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451 libs/wine/Makefile"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27455 ac_config_files="$ac_config_files libs/wine/Makefile"
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458 libs/wpp/Makefile"
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27462 ac_config_files="$ac_config_files libs/wpp/Makefile"
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465 loader/Makefile"
27466 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27467 loader"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 loader/Makefile: loader/Makefile.in Make.rules"
27470 ac_config_files="$ac_config_files loader/Makefile"
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473 programs/Makefile"
27474 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27475 programs"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 programs/Makefile: programs/Makefile.in Make.rules"
27478 ac_config_files="$ac_config_files programs/Makefile"
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481 programs/cacls/Makefile"
27482 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27483 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27484 cacls"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27487 ac_config_files="$ac_config_files programs/cacls/Makefile"
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490 programs/clock/Makefile"
27491 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27492 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27493 clock"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27496 ac_config_files="$ac_config_files programs/clock/Makefile"
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499 programs/cmd/Makefile"
27500 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27501 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27502 cmd"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27505 ac_config_files="$ac_config_files programs/cmd/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 programs/cmdlgtst/Makefile"
27509 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27510 cmdlgtst"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27513 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 programs/control/Makefile"
27517 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27518 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27519 control"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27522 ac_config_files="$ac_config_files programs/control/Makefile"
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525 programs/eject/Makefile"
27526 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27527 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27528 eject"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27531 ac_config_files="$ac_config_files programs/eject/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 programs/expand/Makefile"
27535 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27536 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27537 expand"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27540 ac_config_files="$ac_config_files programs/expand/Makefile"
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543 programs/explorer/Makefile"
27544 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27545 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27546 explorer"
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27549 ac_config_files="$ac_config_files programs/explorer/Makefile"
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552 programs/hh/Makefile"
27553 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27554 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27558 ac_config_files="$ac_config_files programs/hh/Makefile"
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561 programs/icinfo/Makefile"
27562 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27563 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27564 icinfo"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27567 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570 programs/iexplore/Makefile"
27571 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27572 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27573 iexplore"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27576 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579 programs/lodctr/Makefile"
27580 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27581 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27582 lodctr"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27585 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 programs/msiexec/Makefile"
27589 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27590 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27591 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27592 msiexec"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27595 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 programs/net/Makefile"
27599 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27600 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27601 net"
27602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27603 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27604 ac_config_files="$ac_config_files programs/net/Makefile"
27606 ALL_MAKEFILES="$ALL_MAKEFILES \\
27607 programs/notepad/Makefile"
27608 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27609 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27610 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27611 notepad"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27614 ac_config_files="$ac_config_files programs/notepad/Makefile"
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617 programs/oleview/Makefile"
27618 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27619 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27620 oleview"
27621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27622 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27623 ac_config_files="$ac_config_files programs/oleview/Makefile"
27625 ALL_MAKEFILES="$ALL_MAKEFILES \\
27626 programs/progman/Makefile"
27627 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27628 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27629 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27630 progman"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27633 ac_config_files="$ac_config_files programs/progman/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 programs/reg/Makefile"
27637 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27638 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27639 reg"
27640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27641 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27642 ac_config_files="$ac_config_files programs/reg/Makefile"
27644 ALL_MAKEFILES="$ALL_MAKEFILES \\
27645 programs/regedit/Makefile"
27646 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27647 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27648 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27649 regedit"
27650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27651 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27652 ac_config_files="$ac_config_files programs/regedit/Makefile"
27654 ALL_MAKEFILES="$ALL_MAKEFILES \\
27655 programs/regsvr32/Makefile"
27656 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27657 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27658 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27659 regsvr32"
27660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27661 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27662 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27664 ALL_MAKEFILES="$ALL_MAKEFILES \\
27665 programs/rpcss/Makefile"
27666 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27667 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27668 rpcss"
27669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27670 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27671 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27673 ALL_MAKEFILES="$ALL_MAKEFILES \\
27674 programs/rundll32/Makefile"
27675 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27676 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27677 rundll32"
27678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27679 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27680 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27682 ALL_MAKEFILES="$ALL_MAKEFILES \\
27683 programs/secedit/Makefile"
27684 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27685 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27686 secedit"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27689 ac_config_files="$ac_config_files programs/secedit/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 programs/services/Makefile"
27693 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27694 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27695 services"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27698 ac_config_files="$ac_config_files programs/services/Makefile"
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701 programs/spoolsv/Makefile"
27702 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27703 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27704 spoolsv"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27707 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 programs/start/Makefile"
27711 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27712 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27713 start"
27714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27715 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27716 ac_config_files="$ac_config_files programs/start/Makefile"
27718 ALL_MAKEFILES="$ALL_MAKEFILES \\
27719 programs/svchost/Makefile"
27720 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27721 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27722 svchost"
27723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27724 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27725 ac_config_files="$ac_config_files programs/svchost/Makefile"
27727 ALL_MAKEFILES="$ALL_MAKEFILES \\
27728 programs/taskmgr/Makefile"
27729 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27730 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27731 taskmgr"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27734 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737 programs/uninstaller/Makefile"
27738 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27739 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27740 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27741 uninstaller"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27744 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747 programs/unlodctr/Makefile"
27748 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27749 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27750 unlodctr"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27753 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756 programs/view/Makefile"
27757 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27758 view"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27761 ac_config_files="$ac_config_files programs/view/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 programs/wineboot/Makefile"
27765 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27766 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27767 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27768 wineboot"
27769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27770 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27771 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27773 ALL_MAKEFILES="$ALL_MAKEFILES \\
27774 programs/winebrowser/Makefile"
27775 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27776 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27777 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27778 winebrowser"
27779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27780 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27781 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27783 ALL_MAKEFILES="$ALL_MAKEFILES \\
27784 programs/winecfg/Makefile"
27785 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27786 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27787 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27788 winecfg"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/wineconsole/Makefile"
27795 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27797 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27798 wineconsole"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27801 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 programs/winedbg/Makefile"
27805 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27806 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27807 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27808 winedbg"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27811 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814 programs/winedevice/Makefile"
27815 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27816 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27817 winedevice"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27820 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823 programs/winefile/Makefile"
27824 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27825 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27826 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27827 winefile"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27830 ac_config_files="$ac_config_files programs/winefile/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 programs/winemenubuilder/Makefile"
27834 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27835 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27836 winemenubuilder"
27837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27838 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27839 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27841 ALL_MAKEFILES="$ALL_MAKEFILES \\
27842 programs/winemine/Makefile"
27843 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27844 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27845 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27846 winemine"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27849 ac_config_files="$ac_config_files programs/winemine/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 programs/winepath/Makefile"
27853 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27854 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27855 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27856 winepath"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/winepath/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/winetest/Makefile"
27863 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 winetest"
27865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27866 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27867 ac_config_files="$ac_config_files programs/winetest/Makefile"
27869 ALL_MAKEFILES="$ALL_MAKEFILES \\
27870 programs/winevdm/Makefile"
27871 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27872 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27873 winevdm"
27874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27875 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27876 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27878 ALL_MAKEFILES="$ALL_MAKEFILES \\
27879 programs/winhlp32/Makefile"
27880 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27881 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27882 winhlp32"
27883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27884 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27885 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27887 ALL_MAKEFILES="$ALL_MAKEFILES \\
27888 programs/winver/Makefile"
27889 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27890 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27891 winver"
27892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27893 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27894 ac_config_files="$ac_config_files programs/winver/Makefile"
27896 ALL_MAKEFILES="$ALL_MAKEFILES \\
27897 programs/wordpad/Makefile"
27898 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27899 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27900 wordpad"
27901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27902 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27903 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27905 ALL_MAKEFILES="$ALL_MAKEFILES \\
27906 programs/write/Makefile"
27907 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27908 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27909 write"
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/write/Makefile"
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915 programs/xcopy/Makefile"
27916 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918 xcopy"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 server/Makefile"
27925 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27926 server"
27927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27928 server/Makefile: server/Makefile.in Make.rules"
27929 ac_config_files="$ac_config_files server/Makefile"
27931 ALL_MAKEFILES="$ALL_MAKEFILES \\
27932 tools/Makefile"
27933 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27934 tools"
27935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27936 tools/Makefile: tools/Makefile.in Make.rules"
27937 ac_config_files="$ac_config_files tools/Makefile"
27939 ALL_MAKEFILES="$ALL_MAKEFILES \\
27940 tools/widl/Makefile"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27944 ac_config_files="$ac_config_files tools/widl/Makefile"
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947 tools/winebuild/Makefile"
27949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27950 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27951 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27953 ALL_MAKEFILES="$ALL_MAKEFILES \\
27954 tools/winedump/Makefile"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27958 ac_config_files="$ac_config_files tools/winedump/Makefile"
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961 tools/winegcc/Makefile"
27963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27964 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27965 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27967 ALL_MAKEFILES="$ALL_MAKEFILES \\
27968 tools/wmc/Makefile"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27972 ac_config_files="$ac_config_files tools/wmc/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 tools/wrc/Makefile"
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27979 ac_config_files="$ac_config_files tools/wrc/Makefile"
27983 ALL_WINETEST_DEPENDS="# Test binaries"
27985 for dir in $ALL_TEST_DIRS
27987 if test "$dir" != "\\"
27988 then
27989 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27990 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27991 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27992 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27994 done
27996 cat >confcache <<\_ACEOF
27997 # This file is a shell script that caches the results of configure
27998 # tests run on this system so they can be shared between configure
27999 # scripts and configure runs, see configure's option --config-cache.
28000 # It is not useful on other systems. If it contains results you don't
28001 # want to keep, you may remove or edit it.
28003 # config.status only pays attention to the cache file if you give it
28004 # the --recheck option to rerun configure.
28006 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28007 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28008 # following values.
28010 _ACEOF
28012 # The following way of writing the cache mishandles newlines in values,
28013 # but we know of no workaround that is simple, portable, and efficient.
28014 # So, we kill variables containing newlines.
28015 # Ultrix sh set writes to stderr and can't be redirected directly,
28016 # and sets the high bit in the cache file unless we assign to the vars.
28018 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28019 eval ac_val=\$$ac_var
28020 case $ac_val in #(
28021 *${as_nl}*)
28022 case $ac_var in #(
28023 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28024 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28025 esac
28026 case $ac_var in #(
28027 _ | IFS | as_nl) ;; #(
28028 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28029 *) $as_unset $ac_var ;;
28030 esac ;;
28031 esac
28032 done
28034 (set) 2>&1 |
28035 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28036 *${as_nl}ac_space=\ *)
28037 # `set' does not quote correctly, so add quotes (double-quote
28038 # substitution turns \\\\ into \\, and sed turns \\ into \).
28039 sed -n \
28040 "s/'/'\\\\''/g;
28041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28042 ;; #(
28044 # `set' quotes correctly as required by POSIX, so do not add quotes.
28045 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28047 esac |
28048 sort
28050 sed '
28051 /^ac_cv_env_/b end
28052 t clear
28053 :clear
28054 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28055 t end
28056 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28057 :end' >>confcache
28058 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28059 if test -w "$cache_file"; then
28060 test "x$cache_file" != "x/dev/null" &&
28061 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28062 $as_echo "$as_me: updating cache $cache_file" >&6;}
28063 cat confcache >$cache_file
28064 else
28065 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28066 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28069 rm -f confcache
28071 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28072 # Let make expand exec_prefix.
28073 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28075 DEFS=-DHAVE_CONFIG_H
28077 ac_libobjs=
28078 ac_ltlibobjs=
28079 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28080 # 1. Remove the extension, and $U if already installed.
28081 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28082 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28083 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28084 # will be set to the directory where LIBOBJS objects are built.
28085 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28086 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28087 done
28088 LIBOBJS=$ac_libobjs
28090 LTLIBOBJS=$ac_ltlibobjs
28094 : ${CONFIG_STATUS=./config.status}
28095 ac_write_fail=0
28096 ac_clean_files_save=$ac_clean_files
28097 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28098 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28099 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28100 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28101 #! $SHELL
28102 # Generated by $as_me.
28103 # Run this file to recreate the current configuration.
28104 # Compiler output produced by configure, useful for debugging
28105 # configure, is in config.log if it exists.
28107 debug=false
28108 ac_cs_recheck=false
28109 ac_cs_silent=false
28110 SHELL=\${CONFIG_SHELL-$SHELL}
28111 _ACEOF
28113 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28114 ## --------------------- ##
28115 ## M4sh Initialization. ##
28116 ## --------------------- ##
28118 # Be more Bourne compatible
28119 DUALCASE=1; export DUALCASE # for MKS sh
28120 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28121 emulate sh
28122 NULLCMD=:
28123 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28124 # is contrary to our usage. Disable this feature.
28125 alias -g '${1+"$@"}'='"$@"'
28126 setopt NO_GLOB_SUBST
28127 else
28128 case `(set -o) 2>/dev/null` in
28129 *posix*) set -o posix ;;
28130 esac
28137 # PATH needs CR
28138 # Avoid depending upon Character Ranges.
28139 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28140 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28141 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28142 as_cr_digits='0123456789'
28143 as_cr_alnum=$as_cr_Letters$as_cr_digits
28145 as_nl='
28147 export as_nl
28148 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28149 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28150 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28151 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28152 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28153 as_echo='printf %s\n'
28154 as_echo_n='printf %s'
28155 else
28156 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28157 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28158 as_echo_n='/usr/ucb/echo -n'
28159 else
28160 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28161 as_echo_n_body='eval
28162 arg=$1;
28163 case $arg in
28164 *"$as_nl"*)
28165 expr "X$arg" : "X\\(.*\\)$as_nl";
28166 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28167 esac;
28168 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28170 export as_echo_n_body
28171 as_echo_n='sh -c $as_echo_n_body as_echo'
28173 export as_echo_body
28174 as_echo='sh -c $as_echo_body as_echo'
28177 # The user is always right.
28178 if test "${PATH_SEPARATOR+set}" != set; then
28179 PATH_SEPARATOR=:
28180 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28181 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28182 PATH_SEPARATOR=';'
28186 # Support unset when possible.
28187 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28188 as_unset=unset
28189 else
28190 as_unset=false
28194 # IFS
28195 # We need space, tab and new line, in precisely that order. Quoting is
28196 # there to prevent editors from complaining about space-tab.
28197 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28198 # splitting by setting IFS to empty value.)
28199 IFS=" "" $as_nl"
28201 # Find who we are. Look in the path if we contain no directory separator.
28202 case $0 in
28203 *[\\/]* ) as_myself=$0 ;;
28204 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28205 for as_dir in $PATH
28207 IFS=$as_save_IFS
28208 test -z "$as_dir" && as_dir=.
28209 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28210 done
28211 IFS=$as_save_IFS
28214 esac
28215 # We did not find ourselves, most probably we were run as `sh COMMAND'
28216 # in which case we are not to be found in the path.
28217 if test "x$as_myself" = x; then
28218 as_myself=$0
28220 if test ! -f "$as_myself"; then
28221 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28222 { (exit 1); exit 1; }
28225 # Work around bugs in pre-3.0 UWIN ksh.
28226 for as_var in ENV MAIL MAILPATH
28227 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28228 done
28229 PS1='$ '
28230 PS2='> '
28231 PS4='+ '
28233 # NLS nuisances.
28234 LC_ALL=C
28235 export LC_ALL
28236 LANGUAGE=C
28237 export LANGUAGE
28239 # Required to use basename.
28240 if expr a : '\(a\)' >/dev/null 2>&1 &&
28241 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28242 as_expr=expr
28243 else
28244 as_expr=false
28247 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28248 as_basename=basename
28249 else
28250 as_basename=false
28254 # Name of the executable.
28255 as_me=`$as_basename -- "$0" ||
28256 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28257 X"$0" : 'X\(//\)$' \| \
28258 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28259 $as_echo X/"$0" |
28260 sed '/^.*\/\([^/][^/]*\)\/*$/{
28261 s//\1/
28264 /^X\/\(\/\/\)$/{
28265 s//\1/
28268 /^X\/\(\/\).*/{
28269 s//\1/
28272 s/.*/./; q'`
28274 # CDPATH.
28275 $as_unset CDPATH
28279 as_lineno_1=$LINENO
28280 as_lineno_2=$LINENO
28281 test "x$as_lineno_1" != "x$as_lineno_2" &&
28282 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28284 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28285 # uniformly replaced by the line number. The first 'sed' inserts a
28286 # line-number line after each line using $LINENO; the second 'sed'
28287 # does the real work. The second script uses 'N' to pair each
28288 # line-number line with the line containing $LINENO, and appends
28289 # trailing '-' during substitution so that $LINENO is not a special
28290 # case at line end.
28291 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28292 # scripts with optimization help from Paolo Bonzini. Blame Lee
28293 # E. McMahon (1931-1989) for sed's syntax. :-)
28294 sed -n '
28296 /[$]LINENO/=
28297 ' <$as_myself |
28298 sed '
28299 s/[$]LINENO.*/&-/
28300 t lineno
28302 :lineno
28304 :loop
28305 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28306 t loop
28307 s/-\n.*//
28308 ' >$as_me.lineno &&
28309 chmod +x "$as_me.lineno" ||
28310 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28311 { (exit 1); exit 1; }; }
28313 # Don't try to exec as it changes $[0], causing all sort of problems
28314 # (the dirname of $[0] is not the place where we might find the
28315 # original and so on. Autoconf is especially sensitive to this).
28316 . "./$as_me.lineno"
28317 # Exit status is that of the last command.
28318 exit
28322 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28323 as_dirname=dirname
28324 else
28325 as_dirname=false
28328 ECHO_C= ECHO_N= ECHO_T=
28329 case `echo -n x` in
28330 -n*)
28331 case `echo 'x\c'` in
28332 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28333 *) ECHO_C='\c';;
28334 esac;;
28336 ECHO_N='-n';;
28337 esac
28338 if expr a : '\(a\)' >/dev/null 2>&1 &&
28339 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28340 as_expr=expr
28341 else
28342 as_expr=false
28345 rm -f conf$$ conf$$.exe conf$$.file
28346 if test -d conf$$.dir; then
28347 rm -f conf$$.dir/conf$$.file
28348 else
28349 rm -f conf$$.dir
28350 mkdir conf$$.dir 2>/dev/null
28352 if (echo >conf$$.file) 2>/dev/null; then
28353 if ln -s conf$$.file conf$$ 2>/dev/null; then
28354 as_ln_s='ln -s'
28355 # ... but there are two gotchas:
28356 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28357 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28358 # In both cases, we have to default to `cp -p'.
28359 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28360 as_ln_s='cp -p'
28361 elif ln conf$$.file conf$$ 2>/dev/null; then
28362 as_ln_s=ln
28363 else
28364 as_ln_s='cp -p'
28366 else
28367 as_ln_s='cp -p'
28369 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28370 rmdir conf$$.dir 2>/dev/null
28372 if mkdir -p . 2>/dev/null; then
28373 as_mkdir_p=:
28374 else
28375 test -d ./-p && rmdir ./-p
28376 as_mkdir_p=false
28379 if test -x / >/dev/null 2>&1; then
28380 as_test_x='test -x'
28381 else
28382 if ls -dL / >/dev/null 2>&1; then
28383 as_ls_L_option=L
28384 else
28385 as_ls_L_option=
28387 as_test_x='
28388 eval sh -c '\''
28389 if test -d "$1"; then
28390 test -d "$1/.";
28391 else
28392 case $1 in
28393 -*)set "./$1";;
28394 esac;
28395 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28396 ???[sx]*):;;*)false;;esac;fi
28397 '\'' sh
28400 as_executable_p=$as_test_x
28402 # Sed expression to map a string onto a valid CPP name.
28403 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28405 # Sed expression to map a string onto a valid variable name.
28406 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28409 exec 6>&1
28411 # Save the log message, to keep $[0] and so on meaningful, and to
28412 # report actual input values of CONFIG_FILES etc. instead of their
28413 # values after options handling.
28414 ac_log="
28415 This file was extended by Wine $as_me 1.1.14, which was
28416 generated by GNU Autoconf 2.63. Invocation command line was
28418 CONFIG_FILES = $CONFIG_FILES
28419 CONFIG_HEADERS = $CONFIG_HEADERS
28420 CONFIG_LINKS = $CONFIG_LINKS
28421 CONFIG_COMMANDS = $CONFIG_COMMANDS
28422 $ $0 $@
28424 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28427 _ACEOF
28429 case $ac_config_files in *"
28430 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28431 esac
28433 case $ac_config_headers in *"
28434 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28435 esac
28438 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28439 # Files that config.status was made for.
28440 config_files="$ac_config_files"
28441 config_headers="$ac_config_headers"
28442 config_commands="$ac_config_commands"
28444 _ACEOF
28446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28447 ac_cs_usage="\
28448 \`$as_me' instantiates files from templates according to the
28449 current configuration.
28451 Usage: $0 [OPTION]... [FILE]...
28453 -h, --help print this help, then exit
28454 -V, --version print version number and configuration settings, then exit
28455 -q, --quiet, --silent
28456 do not print progress messages
28457 -d, --debug don't remove temporary files
28458 --recheck update $as_me by reconfiguring in the same conditions
28459 --file=FILE[:TEMPLATE]
28460 instantiate the configuration file FILE
28461 --header=FILE[:TEMPLATE]
28462 instantiate the configuration header FILE
28464 Configuration files:
28465 $config_files
28467 Configuration headers:
28468 $config_headers
28470 Configuration commands:
28471 $config_commands
28473 Report bugs to <bug-autoconf@gnu.org>."
28475 _ACEOF
28476 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28477 ac_cs_version="\\
28478 Wine config.status 1.1.14
28479 configured by $0, generated by GNU Autoconf 2.63,
28480 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28482 Copyright (C) 2008 Free Software Foundation, Inc.
28483 This config.status script is free software; the Free Software Foundation
28484 gives unlimited permission to copy, distribute and modify it."
28486 ac_pwd='$ac_pwd'
28487 srcdir='$srcdir'
28488 INSTALL='$INSTALL'
28489 test -n "\$AWK" || AWK=awk
28490 _ACEOF
28492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28493 # The default lists apply if the user does not specify any file.
28494 ac_need_defaults=:
28495 while test $# != 0
28497 case $1 in
28498 --*=*)
28499 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28500 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28501 ac_shift=:
28504 ac_option=$1
28505 ac_optarg=$2
28506 ac_shift=shift
28508 esac
28510 case $ac_option in
28511 # Handling of the options.
28512 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28513 ac_cs_recheck=: ;;
28514 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28515 $as_echo "$ac_cs_version"; exit ;;
28516 --debug | --debu | --deb | --de | --d | -d )
28517 debug=: ;;
28518 --file | --fil | --fi | --f )
28519 $ac_shift
28520 case $ac_optarg in
28521 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28522 esac
28523 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28524 ac_need_defaults=false;;
28525 --header | --heade | --head | --hea )
28526 $ac_shift
28527 case $ac_optarg in
28528 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28529 esac
28530 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28531 ac_need_defaults=false;;
28532 --he | --h)
28533 # Conflict between --help and --header
28534 { $as_echo "$as_me: error: ambiguous option: $1
28535 Try \`$0 --help' for more information." >&2
28536 { (exit 1); exit 1; }; };;
28537 --help | --hel | -h )
28538 $as_echo "$ac_cs_usage"; exit ;;
28539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28540 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28541 ac_cs_silent=: ;;
28543 # This is an error.
28544 -*) { $as_echo "$as_me: error: unrecognized option: $1
28545 Try \`$0 --help' for more information." >&2
28546 { (exit 1); exit 1; }; } ;;
28548 *) ac_config_targets="$ac_config_targets $1"
28549 ac_need_defaults=false ;;
28551 esac
28552 shift
28553 done
28555 ac_configure_extra_args=
28557 if $ac_cs_silent; then
28558 exec 6>/dev/null
28559 ac_configure_extra_args="$ac_configure_extra_args --silent"
28562 _ACEOF
28563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28564 if \$ac_cs_recheck; then
28565 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28566 shift
28567 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28568 CONFIG_SHELL='$SHELL'
28569 export CONFIG_SHELL
28570 exec "\$@"
28573 _ACEOF
28574 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28575 exec 5>>config.log
28577 echo
28578 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28579 ## Running $as_me. ##
28580 _ASBOX
28581 $as_echo "$ac_log"
28582 } >&5
28584 _ACEOF
28585 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28586 _ACEOF
28588 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28590 # Handling of arguments.
28591 for ac_config_target in $ac_config_targets
28593 case $ac_config_target in
28594 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28595 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28596 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28597 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28598 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28599 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28600 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28601 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28602 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28603 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28604 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28605 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28606 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28607 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28608 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28609 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28610 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28611 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28612 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28613 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28614 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28615 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28616 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28617 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28618 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28619 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28620 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28621 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28622 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28623 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28624 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28625 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28626 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28627 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28628 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28629 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28630 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28631 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28632 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28633 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28634 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28635 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28636 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28637 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28638 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28639 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28640 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28641 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28642 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28643 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28644 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28645 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28646 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28647 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28648 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28649 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28650 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28651 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28652 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28653 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28654 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28655 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28656 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28657 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28658 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28659 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28660 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28661 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28662 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28663 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28664 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28665 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28666 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28667 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28668 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28669 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28670 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28671 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28672 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28673 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28674 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28675 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28676 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28677 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28678 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28679 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28680 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28681 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28682 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28683 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28684 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28685 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28686 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28687 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28688 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28689 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28690 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28691 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28692 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28693 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28694 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28695 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28696 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28697 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28698 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28699 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28700 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28701 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28702 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28703 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28704 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28705 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28706 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28707 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28708 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28709 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28710 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28711 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28712 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28713 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28714 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28715 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28716 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28717 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28718 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28719 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28720 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28721 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28722 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28723 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28724 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28725 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28726 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28727 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28728 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28729 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28730 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28731 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28732 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28733 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28734 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28735 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28736 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28737 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28738 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28739 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28740 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28741 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28742 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28743 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28744 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28745 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28746 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28747 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28748 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28749 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28750 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28751 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28752 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28753 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28754 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28755 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28756 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28757 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28758 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28759 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28760 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28761 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28762 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28763 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28764 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28765 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28766 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28767 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28768 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28769 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28770 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28771 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28772 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28773 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28774 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28775 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28776 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28777 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28778 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28779 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28780 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28781 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28782 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28783 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28784 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28785 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28786 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28787 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28788 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28789 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28790 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28791 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28792 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28793 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28794 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28795 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28796 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28797 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28798 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28799 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28800 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28801 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28802 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28803 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28804 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28805 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28806 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28807 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28808 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28809 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28810 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28811 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28812 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28813 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28814 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28815 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28816 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28817 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28818 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28819 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28820 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28821 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28822 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28823 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28824 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28825 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28826 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28827 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28828 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28829 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28830 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28831 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28832 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28833 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28834 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28835 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28836 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28837 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28838 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28839 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28840 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28841 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28842 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28843 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28844 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28845 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28846 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28847 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28848 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28849 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28850 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28851 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28852 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28853 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28854 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28855 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28856 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28857 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28858 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28859 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28860 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28861 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28862 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28863 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28864 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28865 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28866 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28867 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28868 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28869 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28870 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28871 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28872 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28873 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28874 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28875 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28876 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28877 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28878 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28879 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28880 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28881 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28882 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28883 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28884 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28885 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28886 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28887 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28888 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28889 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28890 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28891 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28892 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28893 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28894 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28895 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28896 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28897 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28898 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28899 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28900 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28901 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28902 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28903 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28904 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28905 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28906 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28907 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28908 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28909 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28910 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28911 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28912 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28913 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28914 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28915 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28916 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28917 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28918 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28919 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28920 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28921 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28922 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28923 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28924 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28925 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28926 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28927 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28928 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28929 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28930 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28931 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28932 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28933 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28934 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28935 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28936 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28937 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28938 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28939 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28940 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28941 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28942 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28943 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28944 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28945 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28946 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28947 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28948 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28949 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28950 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28951 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28952 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28953 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28954 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28955 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28956 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28957 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28958 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28959 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28960 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28961 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28962 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28963 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28964 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28965 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28966 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28967 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28968 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28969 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28970 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28971 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28972 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28973 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28974 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28975 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28976 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28977 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28978 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28979 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28980 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28981 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28982 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28983 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28984 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28985 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28986 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28987 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28988 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28989 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28990 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28991 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28992 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28993 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28994 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28995 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28996 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28997 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28998 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28999 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29000 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29001 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29002 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29003 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29004 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29005 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29006 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29007 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29008 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29009 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29010 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29011 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29012 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29013 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29014 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29015 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29016 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29017 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29018 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29019 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29020 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29021 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29022 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29023 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29024 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29025 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29026 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29027 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29028 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29029 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29030 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29031 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29032 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29033 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29034 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29035 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29036 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29037 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29038 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29039 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29040 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29041 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29042 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29043 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29044 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29045 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29046 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29047 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29048 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29049 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29050 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29051 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29052 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29053 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29054 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29055 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29056 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29057 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29058 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29059 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29061 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29062 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29063 { (exit 1); exit 1; }; };;
29064 esac
29065 done
29068 # If the user did not use the arguments to specify the items to instantiate,
29069 # then the envvar interface is used. Set only those that are not.
29070 # We use the long form for the default assignment because of an extremely
29071 # bizarre bug on SunOS 4.1.3.
29072 if $ac_need_defaults; then
29073 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29074 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29075 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29078 # Have a temporary directory for convenience. Make it in the build tree
29079 # simply because there is no reason against having it here, and in addition,
29080 # creating and moving files from /tmp can sometimes cause problems.
29081 # Hook for its removal unless debugging.
29082 # Note that there is a small window in which the directory will not be cleaned:
29083 # after its creation but before its name has been assigned to `$tmp'.
29084 $debug ||
29086 tmp=
29087 trap 'exit_status=$?
29088 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29090 trap '{ (exit 1); exit 1; }' 1 2 13 15
29092 # Create a (secure) tmp directory for tmp files.
29095 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29096 test -n "$tmp" && test -d "$tmp"
29097 } ||
29099 tmp=./conf$$-$RANDOM
29100 (umask 077 && mkdir "$tmp")
29101 } ||
29103 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29104 { (exit 1); exit 1; }
29107 # Set up the scripts for CONFIG_FILES section.
29108 # No need to generate them if there are no CONFIG_FILES.
29109 # This happens for instance with `./config.status config.h'.
29110 if test -n "$CONFIG_FILES"; then
29112 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29113 ac_cs_awk_getline=:
29114 ac_cs_awk_pipe_init=
29115 ac_cs_awk_read_file='
29116 while ((getline aline < (F[key])) > 0)
29117 print(aline)
29118 close(F[key])'
29119 ac_cs_awk_pipe_fini=
29120 else
29121 ac_cs_awk_getline=false
29122 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29123 ac_cs_awk_read_file='
29124 print "|#_!!_#|"
29125 print "cat " F[key] " &&"
29126 '$ac_cs_awk_pipe_init
29127 # The final `:' finishes the AND list.
29128 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29130 ac_cr=' '
29131 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29132 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29133 ac_cs_awk_cr='\\r'
29134 else
29135 ac_cs_awk_cr=$ac_cr
29138 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29139 _ACEOF
29141 # Create commands to substitute file output variables.
29143 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29144 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29145 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29146 echo "_ACAWK" &&
29147 echo "_ACEOF"
29148 } >conf$$files.sh &&
29149 . ./conf$$files.sh ||
29150 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29151 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29152 { (exit 1); exit 1; }; }
29153 rm -f conf$$files.sh
29156 echo "cat >conf$$subs.awk <<_ACEOF" &&
29157 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29158 echo "_ACEOF"
29159 } >conf$$subs.sh ||
29160 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29161 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29162 { (exit 1); exit 1; }; }
29163 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29164 ac_delim='%!_!# '
29165 for ac_last_try in false false false false false :; do
29166 . ./conf$$subs.sh ||
29167 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29168 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29169 { (exit 1); exit 1; }; }
29171 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29172 if test $ac_delim_n = $ac_delim_num; then
29173 break
29174 elif $ac_last_try; then
29175 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29176 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29177 { (exit 1); exit 1; }; }
29178 else
29179 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29181 done
29182 rm -f conf$$subs.sh
29184 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29185 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29186 _ACEOF
29187 sed -n '
29189 s/^/S["/; s/!.*/"]=/
29192 s/^[^!]*!//
29193 :repl
29194 t repl
29195 s/'"$ac_delim"'$//
29196 t delim
29199 s/\(.\{148\}\).*/\1/
29200 t more1
29201 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29204 b repl
29205 :more1
29206 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29209 s/.\{148\}//
29210 t nl
29211 :delim
29213 s/\(.\{148\}\).*/\1/
29214 t more2
29215 s/["\\]/\\&/g; s/^/"/; s/$/"/
29218 :more2
29219 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29222 s/.\{148\}//
29223 t delim
29224 ' <conf$$subs.awk | sed '
29225 /^[^""]/{
29227 s/\n//
29229 ' >>$CONFIG_STATUS || ac_write_fail=1
29230 rm -f conf$$subs.awk
29231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29232 _ACAWK
29233 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29234 for (key in S) S_is_set[key] = 1
29235 FS = "\a"
29236 \$ac_cs_awk_pipe_init
29239 line = $ 0
29240 nfields = split(line, field, "@")
29241 substed = 0
29242 len = length(field[1])
29243 for (i = 2; i < nfields; i++) {
29244 key = field[i]
29245 keylen = length(key)
29246 if (S_is_set[key]) {
29247 value = S[key]
29248 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29249 len += length(value) + length(field[++i])
29250 substed = 1
29251 } else
29252 len += 1 + keylen
29254 if (nfields == 3 && !substed) {
29255 key = field[2]
29256 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29257 \$ac_cs_awk_read_file
29258 next
29261 print line
29263 \$ac_cs_awk_pipe_fini
29264 _ACAWK
29265 _ACEOF
29266 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29267 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29268 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29269 else
29271 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29272 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29273 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29274 { (exit 1); exit 1; }; }
29275 _ACEOF
29277 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29278 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29279 # trailing colons and then remove the whole line if VPATH becomes empty
29280 # (actually we leave an empty line to preserve line numbers).
29281 if test "x$srcdir" = x.; then
29282 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29283 s/:*\$(srcdir):*/:/
29284 s/:*\${srcdir}:*/:/
29285 s/:*@srcdir@:*/:/
29286 s/^\([^=]*=[ ]*\):*/\1/
29287 s/:*$//
29288 s/^[^=]*=[ ]*$//
29292 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29293 fi # test -n "$CONFIG_FILES"
29295 # Set up the scripts for CONFIG_HEADERS section.
29296 # No need to generate them if there are no CONFIG_HEADERS.
29297 # This happens for instance with `./config.status Makefile'.
29298 if test -n "$CONFIG_HEADERS"; then
29299 cat >"$tmp/defines.awk" <<\_ACAWK ||
29300 BEGIN {
29301 _ACEOF
29303 # Transform confdefs.h into an awk script `defines.awk', embedded as
29304 # here-document in config.status, that substitutes the proper values into
29305 # config.h.in to produce config.h.
29307 # Create a delimiter string that does not exist in confdefs.h, to ease
29308 # handling of long lines.
29309 ac_delim='%!_!# '
29310 for ac_last_try in false false :; do
29311 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29312 if test -z "$ac_t"; then
29313 break
29314 elif $ac_last_try; then
29315 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29316 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29317 { (exit 1); exit 1; }; }
29318 else
29319 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29321 done
29323 # For the awk script, D is an array of macro values keyed by name,
29324 # likewise P contains macro parameters if any. Preserve backslash
29325 # newline sequences.
29327 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29328 sed -n '
29329 s/.\{148\}/&'"$ac_delim"'/g
29330 t rset
29331 :rset
29332 s/^[ ]*#[ ]*define[ ][ ]*/ /
29333 t def
29335 :def
29336 s/\\$//
29337 t bsnl
29338 s/["\\]/\\&/g
29339 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29340 D["\1"]=" \3"/p
29341 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29343 :bsnl
29344 s/["\\]/\\&/g
29345 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29346 D["\1"]=" \3\\\\\\n"\\/p
29347 t cont
29348 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29349 t cont
29351 :cont
29353 s/.\{148\}/&'"$ac_delim"'/g
29354 t clear
29355 :clear
29356 s/\\$//
29357 t bsnlc
29358 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29360 :bsnlc
29361 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29362 b cont
29363 ' <confdefs.h | sed '
29364 s/'"$ac_delim"'/"\\\
29365 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29367 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29368 for (key in D) D_is_set[key] = 1
29369 FS = "\a"
29371 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29372 line = \$ 0
29373 split(line, arg, " ")
29374 if (arg[1] == "#") {
29375 defundef = arg[2]
29376 mac1 = arg[3]
29377 } else {
29378 defundef = substr(arg[1], 2)
29379 mac1 = arg[2]
29381 split(mac1, mac2, "(") #)
29382 macro = mac2[1]
29383 prefix = substr(line, 1, index(line, defundef) - 1)
29384 if (D_is_set[macro]) {
29385 # Preserve the white space surrounding the "#".
29386 print prefix "define", macro P[macro] D[macro]
29387 next
29388 } else {
29389 # Replace #undef with comments. This is necessary, for example,
29390 # in the case of _POSIX_SOURCE, which is predefined and required
29391 # on some systems where configure will not decide to define it.
29392 if (defundef == "undef") {
29393 print "/*", prefix defundef, macro, "*/"
29394 next
29398 { print }
29399 _ACAWK
29400 _ACEOF
29401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29402 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29403 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29404 { (exit 1); exit 1; }; }
29405 fi # test -n "$CONFIG_HEADERS"
29408 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29409 shift
29410 for ac_tag
29412 case $ac_tag in
29413 :[FHLC]) ac_mode=$ac_tag; continue;;
29414 esac
29415 case $ac_mode$ac_tag in
29416 :[FHL]*:*);;
29417 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29418 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29419 { (exit 1); exit 1; }; };;
29420 :[FH]-) ac_tag=-:-;;
29421 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29422 esac
29423 ac_save_IFS=$IFS
29424 IFS=:
29425 set x $ac_tag
29426 IFS=$ac_save_IFS
29427 shift
29428 ac_file=$1
29429 shift
29431 case $ac_mode in
29432 :L) ac_source=$1;;
29433 :[FH])
29434 ac_file_inputs=
29435 for ac_f
29437 case $ac_f in
29438 -) ac_f="$tmp/stdin";;
29439 *) # Look for the file first in the build tree, then in the source tree
29440 # (if the path is not absolute). The absolute path cannot be DOS-style,
29441 # because $ac_f cannot contain `:'.
29442 test -f "$ac_f" ||
29443 case $ac_f in
29444 [\\/$]*) false;;
29445 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29446 esac ||
29447 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29448 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29449 { (exit 1); exit 1; }; };;
29450 esac
29451 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29452 ac_file_inputs="$ac_file_inputs '$ac_f'"
29453 done
29455 # Let's still pretend it is `configure' which instantiates (i.e., don't
29456 # use $as_me), people would be surprised to read:
29457 # /* config.h. Generated by config.status. */
29458 configure_input='Generated from '`
29459 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29460 `' by configure.'
29461 if test x"$ac_file" != x-; then
29462 configure_input="$ac_file. $configure_input"
29463 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29464 $as_echo "$as_me: creating $ac_file" >&6;}
29466 # Neutralize special characters interpreted by sed in replacement strings.
29467 case $configure_input in #(
29468 *\&* | *\|* | *\\* )
29469 ac_sed_conf_input=`$as_echo "$configure_input" |
29470 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29471 *) ac_sed_conf_input=$configure_input;;
29472 esac
29474 case $ac_tag in
29475 *:-:* | *:-) cat >"$tmp/stdin" \
29476 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29477 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29478 { (exit 1); exit 1; }; } ;;
29479 esac
29481 esac
29483 ac_dir=`$as_dirname -- "$ac_file" ||
29484 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29485 X"$ac_file" : 'X\(//\)[^/]' \| \
29486 X"$ac_file" : 'X\(//\)$' \| \
29487 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29488 $as_echo X"$ac_file" |
29489 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29490 s//\1/
29493 /^X\(\/\/\)[^/].*/{
29494 s//\1/
29497 /^X\(\/\/\)$/{
29498 s//\1/
29501 /^X\(\/\).*/{
29502 s//\1/
29505 s/.*/./; q'`
29506 { as_dir="$ac_dir"
29507 case $as_dir in #(
29508 -*) as_dir=./$as_dir;;
29509 esac
29510 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29511 as_dirs=
29512 while :; do
29513 case $as_dir in #(
29514 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29515 *) as_qdir=$as_dir;;
29516 esac
29517 as_dirs="'$as_qdir' $as_dirs"
29518 as_dir=`$as_dirname -- "$as_dir" ||
29519 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29520 X"$as_dir" : 'X\(//\)[^/]' \| \
29521 X"$as_dir" : 'X\(//\)$' \| \
29522 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29523 $as_echo X"$as_dir" |
29524 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29525 s//\1/
29528 /^X\(\/\/\)[^/].*/{
29529 s//\1/
29532 /^X\(\/\/\)$/{
29533 s//\1/
29536 /^X\(\/\).*/{
29537 s//\1/
29540 s/.*/./; q'`
29541 test -d "$as_dir" && break
29542 done
29543 test -z "$as_dirs" || eval "mkdir $as_dirs"
29544 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29545 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29546 { (exit 1); exit 1; }; }; }
29547 ac_builddir=.
29549 case "$ac_dir" in
29550 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29552 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29553 # A ".." for each directory in $ac_dir_suffix.
29554 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29555 case $ac_top_builddir_sub in
29556 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29557 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29558 esac ;;
29559 esac
29560 ac_abs_top_builddir=$ac_pwd
29561 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29562 # for backward compatibility:
29563 ac_top_builddir=$ac_top_build_prefix
29565 case $srcdir in
29566 .) # We are building in place.
29567 ac_srcdir=.
29568 ac_top_srcdir=$ac_top_builddir_sub
29569 ac_abs_top_srcdir=$ac_pwd ;;
29570 [\\/]* | ?:[\\/]* ) # Absolute name.
29571 ac_srcdir=$srcdir$ac_dir_suffix;
29572 ac_top_srcdir=$srcdir
29573 ac_abs_top_srcdir=$srcdir ;;
29574 *) # Relative name.
29575 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29576 ac_top_srcdir=$ac_top_build_prefix$srcdir
29577 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29578 esac
29579 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29582 case $ac_mode in
29585 # CONFIG_FILE
29588 case $INSTALL in
29589 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29590 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29591 esac
29592 _ACEOF
29594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29595 # If the template does not know about datarootdir, expand it.
29596 # FIXME: This hack should be removed a few years after 2.60.
29597 ac_datarootdir_hack=; ac_datarootdir_seen=
29599 ac_sed_dataroot='
29600 /datarootdir/ {
29604 /@datadir@/p
29605 /@docdir@/p
29606 /@infodir@/p
29607 /@localedir@/p
29608 /@mandir@/p
29610 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29611 *datarootdir*) ac_datarootdir_seen=yes;;
29612 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29613 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29614 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29615 _ACEOF
29616 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29617 ac_datarootdir_hack='
29618 s&@datadir@&$datadir&g
29619 s&@docdir@&$docdir&g
29620 s&@infodir@&$infodir&g
29621 s&@localedir@&$localedir&g
29622 s&@mandir@&$mandir&g
29623 s&\\\${datarootdir}&$datarootdir&g' ;;
29624 esac
29625 _ACEOF
29627 # Neutralize VPATH when `$srcdir' = `.'.
29628 # Shell code in configure.ac might set extrasub.
29629 # FIXME: do we really want to maintain this feature?
29630 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29631 ac_sed_extra="$ac_vpsub
29632 $extrasub
29633 _ACEOF
29634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29636 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29637 s|@configure_input@|$ac_sed_conf_input|;t t
29638 s&@top_builddir@&$ac_top_builddir_sub&;t t
29639 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29640 s&@srcdir@&$ac_srcdir&;t t
29641 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29642 s&@top_srcdir@&$ac_top_srcdir&;t t
29643 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29644 s&@builddir@&$ac_builddir&;t t
29645 s&@abs_builddir@&$ac_abs_builddir&;t t
29646 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29647 s&@INSTALL@&$ac_INSTALL&;t t
29648 $ac_datarootdir_hack
29650 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29651 if $ac_cs_awk_getline; then
29652 $AWK -f "$tmp/subs.awk"
29653 else
29654 $AWK -f "$tmp/subs.awk" | $SHELL
29655 fi >$tmp/out \
29656 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29657 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29658 { (exit 1); exit 1; }; }
29660 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29661 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29662 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29663 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29664 which seems to be undefined. Please make sure it is defined." >&5
29665 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29666 which seems to be undefined. Please make sure it is defined." >&2;}
29668 rm -f "$tmp/stdin"
29669 case $ac_file in
29670 -) cat "$tmp/out" && rm -f "$tmp/out";;
29671 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29672 esac \
29673 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29674 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29675 { (exit 1); exit 1; }; }
29679 # CONFIG_HEADER
29681 if test x"$ac_file" != x-; then
29683 $as_echo "/* $configure_input */" \
29684 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29685 } >"$tmp/config.h" \
29686 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29687 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29688 { (exit 1); exit 1; }; }
29689 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29690 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29691 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29692 else
29693 rm -f "$ac_file"
29694 mv "$tmp/config.h" "$ac_file" \
29695 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29696 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29697 { (exit 1); exit 1; }; }
29699 else
29700 $as_echo "/* $configure_input */" \
29701 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29702 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29703 $as_echo "$as_me: error: could not create -" >&2;}
29704 { (exit 1); exit 1; }; }
29708 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29709 $as_echo "$as_me: executing $ac_file commands" >&6;}
29711 esac
29714 case $ac_file$ac_mode in
29715 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29716 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29717 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29718 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29719 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29720 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29721 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29722 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29723 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29724 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29725 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29726 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29727 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29729 esac
29730 done # for ac_tag
29733 { (exit 0); exit 0; }
29734 _ACEOF
29735 chmod +x $CONFIG_STATUS
29736 ac_clean_files=$ac_clean_files_save
29738 test $ac_write_fail = 0 ||
29739 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29740 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29741 { (exit 1); exit 1; }; }
29744 # configure is writing to config.log, and then calls config.status.
29745 # config.status does its own redirection, appending to config.log.
29746 # Unfortunately, on DOS this fails, as config.log is still kept open
29747 # by configure, so config.status won't be able to write to it; its
29748 # output is simply discarded. So we exec the FD to /dev/null,
29749 # effectively closing config.log, so it can be properly (re)opened and
29750 # appended to by config.status. When coming back to configure, we
29751 # need to make the FD available again.
29752 if test "$no_create" != yes; then
29753 ac_cs_success=:
29754 ac_config_status_args=
29755 test "$silent" = yes &&
29756 ac_config_status_args="$ac_config_status_args --quiet"
29757 exec 5>/dev/null
29758 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29759 exec 5>>config.log
29760 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29761 # would make configure fail if this is the last instruction.
29762 $ac_cs_success || { (exit 1); exit 1; }
29764 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29765 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29766 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29770 if test "$no_create" = "yes"
29771 then
29772 exit 0
29775 ac_save_IFS="$IFS"
29776 if test "x$wine_notices != "x; then
29777 echo >&6
29778 IFS="|"
29779 for msg in $wine_notices; do
29780 IFS="$ac_save_IFS"
29781 if test -n "$msg"; then
29782 { $as_echo "$as_me:$LINENO: $msg" >&5
29783 $as_echo "$as_me: $msg" >&6;}
29785 done
29787 IFS="|"
29788 for msg in $wine_warnings; do
29789 IFS="$ac_save_IFS"
29790 if test -n "$msg"; then
29791 echo >&2
29792 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29793 $as_echo "$as_me: WARNING: $msg" >&2;}
29795 done
29796 IFS="$ac_save_IFS"
29798 echo "
29799 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29800 " >&6