user32: Refine the size calculations for menu items with HBMMENU_POPUP magic bitmaps...
[wine/multimedia.git] / configure
blob2b9b4e49dd3318976edd78d62c7ee86b6ac21a71
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.15.
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.15'
600 PACKAGE_STRING='Wine 1.1.15'
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_PROGRAM_BIN_WRAPPERS
643 ALL_WINETEST_DEPENDS
644 ALL_PROGRAM_BIN_INSTALL_DIRS
645 ALL_PROGRAM_INSTALL_DIRS
646 ALL_PROGRAM_DIRS
647 ALL_TEST_DIRS
648 ALL_IMPLIB_DIRS
649 ALL_DLL_DIRS
650 ALL_TOP_DIRS
651 ALL_MAKEFILE_DEPENDS
652 ALL_MAKEFILES
653 ALL_MAKERULES
654 DEPENDENCIES
655 LDAPLIBS
656 LIBPOLL
657 LIBDL
658 EXTRA_BINARIES
659 MAIN_BINARY
660 SOCKETLIBS
661 CRTLIBS
662 LDPATH
663 BUILTINFLAG
664 EXTRACFLAGS
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 FREETYPEINCL
673 FREETYPELIBS
674 ft_devel
675 LCMSLIBS
676 RESOLVLIBS
677 GPHOTO2INCL
678 GPHOTO2LIBS
679 gphoto2port_devel
680 gphoto2_devel
681 SANEINCL
682 sane_devel
683 GNUTLSINCL
684 HALINCL
685 XSLTINCL
686 XML2INCL
687 XML2LIBS
688 NASLIBS
689 X_EXTRA_LIBS
690 X_LIBS
691 X_PRE_LIBS
692 X_CFLAGS
693 XMKMF
694 LIBPTHREAD
695 CROSSTEST
696 CROSSWINDRES
697 CROSSCC
698 CARBONLIB
699 COREAUDIO
700 DISKARBITRATIONLIB
701 LDEXECFLAGS
702 IOKITLIB
703 COREFOUNDATIONLIB
704 SECURITYLIB
705 MINGWAR
706 DLLWRAP
707 DLLTOOL
709 LDRPATH_LOCAL
710 LDRPATH_INSTALL
711 IMPLIBEXT
712 LIBEXT
713 LDDLLFLAGS
714 LDSHARED
715 DLLFLAGS
716 DLLEXT
718 OPENGL_LIBS
719 XLIB
720 PRELINK
721 ICOTOOL
722 RSVG
723 PKG_CONFIG
724 FONTFORGE
725 LINTFLAGS
726 LINT
727 INSTALL_DATA
728 INSTALL_SCRIPT
729 INSTALL_PROGRAM
730 LDCONFIG
731 EGREP
732 GREP
734 LN_S
735 WINDRES
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 ac_ct_NM
743 ac_ct_LD
745 ac_ct_AS
747 BISON
748 FLEX
749 TOOLSDIR
750 WIN16_INSTALL
751 WIN16_FILES
752 TARGETFLAGS
753 CPPBIN
754 ac_ct_CXX
755 CXXFLAGS
757 OBJEXT
758 EXEEXT
759 ac_ct_CC
760 CPPFLAGS
761 LDFLAGS
762 CFLAGS
764 SET_MAKE
765 host_os
766 host_vendor
767 host_cpu
768 host
769 build_os
770 build_vendor
771 build_cpu
772 build
773 MAINTAINER_MODE
774 target_alias
775 host_alias
776 build_alias
777 LIBS
778 ECHO_T
779 ECHO_N
780 ECHO_C
781 DEFS
782 mandir
783 localedir
784 libdir
785 psdir
786 pdfdir
787 dvidir
788 htmldir
789 infodir
790 docdir
791 oldincludedir
792 includedir
793 localstatedir
794 sharedstatedir
795 sysconfdir
796 datadir
797 datarootdir
798 libexecdir
799 sbindir
800 bindir
801 program_transform_name
802 prefix
803 exec_prefix
804 PACKAGE_BUGREPORT
805 PACKAGE_STRING
806 PACKAGE_VERSION
807 PACKAGE_TARNAME
808 PACKAGE_NAME
809 PATH_SEPARATOR
810 SHELL'
811 ac_subst_files='MAKE_RULES
812 MAKE_DLL_RULES
813 MAKE_IMPLIB_RULES
814 MAKE_TEST_RULES
815 MAKE_PROG_RULES'
816 ac_user_opts='
817 enable_option_checking
818 enable_win16
819 enable_win64
820 enable_tests
821 enable_maintainer_mode
822 with_alsa
823 with_audioio
824 with_capi
825 with_cms
826 with_coreaudio
827 with_cups
828 with_curses
829 with_esd
830 with_fontconfig
831 with_freetype
832 with_gphoto
833 with_glu
834 with_gnutls
835 with_hal
836 with_jack
837 with_jpeg
838 with_ldap
839 with_nas
840 with_opengl
841 with_openssl
842 with_oss
843 with_png
844 with_pthread
845 with_sane
846 with_xcomposite
847 with_xcursor
848 with_xinerama
849 with_xinput
850 with_xml
851 with_xrandr
852 with_xrender
853 with_xshape
854 with_xshm
855 with_xslt
856 with_xxf86vm
857 with_wine_tools
858 with_x
860 ac_precious_vars='build_alias
861 host_alias
862 target_alias
864 CFLAGS
865 LDFLAGS
866 LIBS
867 CPPFLAGS
869 CXXFLAGS
872 XMKMF'
875 # Initialize some variables set by options.
876 ac_init_help=
877 ac_init_version=false
878 ac_unrecognized_opts=
879 ac_unrecognized_sep=
880 # The variables have the same names as the options, with
881 # dashes changed to underlines.
882 cache_file=/dev/null
883 exec_prefix=NONE
884 no_create=
885 no_recursion=
886 prefix=NONE
887 program_prefix=NONE
888 program_suffix=NONE
889 program_transform_name=s,x,x,
890 silent=
891 site=
892 srcdir=
893 verbose=
894 x_includes=NONE
895 x_libraries=NONE
897 # Installation directory options.
898 # These are left unexpanded so users can "make install exec_prefix=/foo"
899 # and all the variables that are supposed to be based on exec_prefix
900 # by default will actually change.
901 # Use braces instead of parens because sh, perl, etc. also accept them.
902 # (The list follows the same order as the GNU Coding Standards.)
903 bindir='${exec_prefix}/bin'
904 sbindir='${exec_prefix}/sbin'
905 libexecdir='${exec_prefix}/libexec'
906 datarootdir='${prefix}/share'
907 datadir='${datarootdir}'
908 sysconfdir='${prefix}/etc'
909 sharedstatedir='${prefix}/com'
910 localstatedir='${prefix}/var'
911 includedir='${prefix}/include'
912 oldincludedir='/usr/include'
913 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
914 infodir='${datarootdir}/info'
915 htmldir='${docdir}'
916 dvidir='${docdir}'
917 pdfdir='${docdir}'
918 psdir='${docdir}'
919 libdir='${exec_prefix}/lib'
920 localedir='${datarootdir}/locale'
921 mandir='${datarootdir}/man'
923 ac_prev=
924 ac_dashdash=
925 for ac_option
927 # If the previous option needs an argument, assign it.
928 if test -n "$ac_prev"; then
929 eval $ac_prev=\$ac_option
930 ac_prev=
931 continue
934 case $ac_option in
935 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
936 *) ac_optarg=yes ;;
937 esac
939 # Accept the important Cygnus configure options, so we can diagnose typos.
941 case $ac_dashdash$ac_option in
943 ac_dashdash=yes ;;
945 -bindir | --bindir | --bindi | --bind | --bin | --bi)
946 ac_prev=bindir ;;
947 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
948 bindir=$ac_optarg ;;
950 -build | --build | --buil | --bui | --bu)
951 ac_prev=build_alias ;;
952 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
953 build_alias=$ac_optarg ;;
955 -cache-file | --cache-file | --cache-fil | --cache-fi \
956 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
957 ac_prev=cache_file ;;
958 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
959 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
960 cache_file=$ac_optarg ;;
962 --config-cache | -C)
963 cache_file=config.cache ;;
965 -datadir | --datadir | --datadi | --datad)
966 ac_prev=datadir ;;
967 -datadir=* | --datadir=* | --datadi=* | --datad=*)
968 datadir=$ac_optarg ;;
970 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
971 | --dataroo | --dataro | --datar)
972 ac_prev=datarootdir ;;
973 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
974 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
975 datarootdir=$ac_optarg ;;
977 -disable-* | --disable-*)
978 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
979 # Reject names that are not valid shell variable names.
980 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
981 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
982 { (exit 1); exit 1; }; }
983 ac_useropt_orig=$ac_useropt
984 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
985 case $ac_user_opts in
987 "enable_$ac_useropt"
988 "*) ;;
989 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
990 ac_unrecognized_sep=', ';;
991 esac
992 eval enable_$ac_useropt=no ;;
994 -docdir | --docdir | --docdi | --doc | --do)
995 ac_prev=docdir ;;
996 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
997 docdir=$ac_optarg ;;
999 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1000 ac_prev=dvidir ;;
1001 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1002 dvidir=$ac_optarg ;;
1004 -enable-* | --enable-*)
1005 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1006 # Reject names that are not valid shell variable names.
1007 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1008 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1009 { (exit 1); exit 1; }; }
1010 ac_useropt_orig=$ac_useropt
1011 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1012 case $ac_user_opts in
1014 "enable_$ac_useropt"
1015 "*) ;;
1016 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1017 ac_unrecognized_sep=', ';;
1018 esac
1019 eval enable_$ac_useropt=\$ac_optarg ;;
1021 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1022 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1023 | --exec | --exe | --ex)
1024 ac_prev=exec_prefix ;;
1025 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1026 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1027 | --exec=* | --exe=* | --ex=*)
1028 exec_prefix=$ac_optarg ;;
1030 -gas | --gas | --ga | --g)
1031 # Obsolete; use --with-gas.
1032 with_gas=yes ;;
1034 -help | --help | --hel | --he | -h)
1035 ac_init_help=long ;;
1036 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1037 ac_init_help=recursive ;;
1038 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1039 ac_init_help=short ;;
1041 -host | --host | --hos | --ho)
1042 ac_prev=host_alias ;;
1043 -host=* | --host=* | --hos=* | --ho=*)
1044 host_alias=$ac_optarg ;;
1046 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1047 ac_prev=htmldir ;;
1048 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1049 | --ht=*)
1050 htmldir=$ac_optarg ;;
1052 -includedir | --includedir | --includedi | --included | --include \
1053 | --includ | --inclu | --incl | --inc)
1054 ac_prev=includedir ;;
1055 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1056 | --includ=* | --inclu=* | --incl=* | --inc=*)
1057 includedir=$ac_optarg ;;
1059 -infodir | --infodir | --infodi | --infod | --info | --inf)
1060 ac_prev=infodir ;;
1061 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1062 infodir=$ac_optarg ;;
1064 -libdir | --libdir | --libdi | --libd)
1065 ac_prev=libdir ;;
1066 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1067 libdir=$ac_optarg ;;
1069 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1070 | --libexe | --libex | --libe)
1071 ac_prev=libexecdir ;;
1072 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1073 | --libexe=* | --libex=* | --libe=*)
1074 libexecdir=$ac_optarg ;;
1076 -localedir | --localedir | --localedi | --localed | --locale)
1077 ac_prev=localedir ;;
1078 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1079 localedir=$ac_optarg ;;
1081 -localstatedir | --localstatedir | --localstatedi | --localstated \
1082 | --localstate | --localstat | --localsta | --localst | --locals)
1083 ac_prev=localstatedir ;;
1084 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1085 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1086 localstatedir=$ac_optarg ;;
1088 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1089 ac_prev=mandir ;;
1090 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1091 mandir=$ac_optarg ;;
1093 -nfp | --nfp | --nf)
1094 # Obsolete; use --without-fp.
1095 with_fp=no ;;
1097 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1098 | --no-cr | --no-c | -n)
1099 no_create=yes ;;
1101 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1102 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1103 no_recursion=yes ;;
1105 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1106 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1107 | --oldin | --oldi | --old | --ol | --o)
1108 ac_prev=oldincludedir ;;
1109 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1110 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1111 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1112 oldincludedir=$ac_optarg ;;
1114 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1115 ac_prev=prefix ;;
1116 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1117 prefix=$ac_optarg ;;
1119 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1120 | --program-pre | --program-pr | --program-p)
1121 ac_prev=program_prefix ;;
1122 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1123 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1124 program_prefix=$ac_optarg ;;
1126 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1127 | --program-suf | --program-su | --program-s)
1128 ac_prev=program_suffix ;;
1129 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1130 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1131 program_suffix=$ac_optarg ;;
1133 -program-transform-name | --program-transform-name \
1134 | --program-transform-nam | --program-transform-na \
1135 | --program-transform-n | --program-transform- \
1136 | --program-transform | --program-transfor \
1137 | --program-transfo | --program-transf \
1138 | --program-trans | --program-tran \
1139 | --progr-tra | --program-tr | --program-t)
1140 ac_prev=program_transform_name ;;
1141 -program-transform-name=* | --program-transform-name=* \
1142 | --program-transform-nam=* | --program-transform-na=* \
1143 | --program-transform-n=* | --program-transform-=* \
1144 | --program-transform=* | --program-transfor=* \
1145 | --program-transfo=* | --program-transf=* \
1146 | --program-trans=* | --program-tran=* \
1147 | --progr-tra=* | --program-tr=* | --program-t=*)
1148 program_transform_name=$ac_optarg ;;
1150 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1151 ac_prev=pdfdir ;;
1152 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1153 pdfdir=$ac_optarg ;;
1155 -psdir | --psdir | --psdi | --psd | --ps)
1156 ac_prev=psdir ;;
1157 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1158 psdir=$ac_optarg ;;
1160 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1161 | -silent | --silent | --silen | --sile | --sil)
1162 silent=yes ;;
1164 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1165 ac_prev=sbindir ;;
1166 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1167 | --sbi=* | --sb=*)
1168 sbindir=$ac_optarg ;;
1170 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1171 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1172 | --sharedst | --shareds | --shared | --share | --shar \
1173 | --sha | --sh)
1174 ac_prev=sharedstatedir ;;
1175 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1176 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1177 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1178 | --sha=* | --sh=*)
1179 sharedstatedir=$ac_optarg ;;
1181 -site | --site | --sit)
1182 ac_prev=site ;;
1183 -site=* | --site=* | --sit=*)
1184 site=$ac_optarg ;;
1186 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1187 ac_prev=srcdir ;;
1188 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1189 srcdir=$ac_optarg ;;
1191 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1192 | --syscon | --sysco | --sysc | --sys | --sy)
1193 ac_prev=sysconfdir ;;
1194 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1195 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1196 sysconfdir=$ac_optarg ;;
1198 -target | --target | --targe | --targ | --tar | --ta | --t)
1199 ac_prev=target_alias ;;
1200 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1201 target_alias=$ac_optarg ;;
1203 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1204 verbose=yes ;;
1206 -version | --version | --versio | --versi | --vers | -V)
1207 ac_init_version=: ;;
1209 -with-* | --with-*)
1210 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1214 { (exit 1); exit 1; }; }
1215 ac_useropt_orig=$ac_useropt
1216 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1217 case $ac_user_opts in
1219 "with_$ac_useropt"
1220 "*) ;;
1221 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1222 ac_unrecognized_sep=', ';;
1223 esac
1224 eval with_$ac_useropt=\$ac_optarg ;;
1226 -without-* | --without-*)
1227 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1228 # Reject names that are not valid shell variable names.
1229 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1230 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1231 { (exit 1); exit 1; }; }
1232 ac_useropt_orig=$ac_useropt
1233 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1234 case $ac_user_opts in
1236 "with_$ac_useropt"
1237 "*) ;;
1238 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1239 ac_unrecognized_sep=', ';;
1240 esac
1241 eval with_$ac_useropt=no ;;
1243 --x)
1244 # Obsolete; use --with-x.
1245 with_x=yes ;;
1247 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1248 | --x-incl | --x-inc | --x-in | --x-i)
1249 ac_prev=x_includes ;;
1250 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1251 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1252 x_includes=$ac_optarg ;;
1254 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1255 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1256 ac_prev=x_libraries ;;
1257 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1258 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1259 x_libraries=$ac_optarg ;;
1261 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1262 Try \`$0 --help' for more information." >&2
1263 { (exit 1); exit 1; }; }
1266 *=*)
1267 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1268 # Reject names that are not valid shell variable names.
1269 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1270 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1271 { (exit 1); exit 1; }; }
1272 eval $ac_envvar=\$ac_optarg
1273 export $ac_envvar ;;
1276 # FIXME: should be removed in autoconf 3.0.
1277 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1278 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1279 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1280 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1283 esac
1284 done
1286 if test -n "$ac_prev"; then
1287 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1288 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1289 { (exit 1); exit 1; }; }
1292 if test -n "$ac_unrecognized_opts"; then
1293 case $enable_option_checking in
1294 no) ;;
1295 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1296 { (exit 1); exit 1; }; } ;;
1297 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1298 esac
1301 # Check all directory arguments for consistency.
1302 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1303 datadir sysconfdir sharedstatedir localstatedir includedir \
1304 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1305 libdir localedir mandir
1307 eval ac_val=\$$ac_var
1308 # Remove trailing slashes.
1309 case $ac_val in
1310 */ )
1311 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1312 eval $ac_var=\$ac_val;;
1313 esac
1314 # Be sure to have absolute directory names.
1315 case $ac_val in
1316 [\\/$]* | ?:[\\/]* ) continue;;
1317 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1318 esac
1319 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1320 { (exit 1); exit 1; }; }
1321 done
1323 # There might be people who depend on the old broken behavior: `$host'
1324 # used to hold the argument of --host etc.
1325 # FIXME: To remove some day.
1326 build=$build_alias
1327 host=$host_alias
1328 target=$target_alias
1330 # FIXME: To remove some day.
1331 if test "x$host_alias" != x; then
1332 if test "x$build_alias" = x; then
1333 cross_compiling=maybe
1334 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1335 If a cross compiler is detected then cross compile mode will be used." >&2
1336 elif test "x$build_alias" != "x$host_alias"; then
1337 cross_compiling=yes
1341 ac_tool_prefix=
1342 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1344 test "$silent" = yes && exec 6>/dev/null
1347 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1348 ac_ls_di=`ls -di .` &&
1349 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1350 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1351 { (exit 1); exit 1; }; }
1352 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1353 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1354 { (exit 1); exit 1; }; }
1357 # Find the source files, if location was not specified.
1358 if test -z "$srcdir"; then
1359 ac_srcdir_defaulted=yes
1360 # Try the directory containing this script, then the parent directory.
1361 ac_confdir=`$as_dirname -- "$as_myself" ||
1362 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1363 X"$as_myself" : 'X\(//\)[^/]' \| \
1364 X"$as_myself" : 'X\(//\)$' \| \
1365 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1366 $as_echo X"$as_myself" |
1367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1368 s//\1/
1371 /^X\(\/\/\)[^/].*/{
1372 s//\1/
1375 /^X\(\/\/\)$/{
1376 s//\1/
1379 /^X\(\/\).*/{
1380 s//\1/
1383 s/.*/./; q'`
1384 srcdir=$ac_confdir
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 srcdir=..
1388 else
1389 ac_srcdir_defaulted=no
1391 if test ! -r "$srcdir/$ac_unique_file"; then
1392 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1393 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1394 { (exit 1); exit 1; }; }
1396 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1397 ac_abs_confdir=`(
1398 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1399 { (exit 1); exit 1; }; }
1400 pwd)`
1401 # When building in place, set srcdir=.
1402 if test "$ac_abs_confdir" = "$ac_pwd"; then
1403 srcdir=.
1405 # Remove unnecessary trailing slashes from srcdir.
1406 # Double slashes in file names in object file debugging info
1407 # mess up M-x gdb in Emacs.
1408 case $srcdir in
1409 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1410 esac
1411 for ac_var in $ac_precious_vars; do
1412 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_env_${ac_var}_value=\$${ac_var}
1414 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1415 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1416 done
1419 # Report the --help message.
1421 if test "$ac_init_help" = "long"; then
1422 # Omit some internal or obsolete options to make the list less imposing.
1423 # This message is too long to be a string in the A/UX 3.1 sh.
1424 cat <<_ACEOF
1425 \`configure' configures Wine 1.1.15 to adapt to many kinds of systems.
1427 Usage: $0 [OPTION]... [VAR=VALUE]...
1429 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1430 VAR=VALUE. See below for descriptions of some of the useful variables.
1432 Defaults for the options are specified in brackets.
1434 Configuration:
1435 -h, --help display this help and exit
1436 --help=short display options specific to this package
1437 --help=recursive display the short help of all the included packages
1438 -V, --version display version information and exit
1439 -q, --quiet, --silent do not print \`checking...' messages
1440 --cache-file=FILE cache test results in FILE [disabled]
1441 -C, --config-cache alias for \`--cache-file=config.cache'
1442 -n, --no-create do not create output files
1443 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1445 Installation directories:
1446 --prefix=PREFIX install architecture-independent files in PREFIX
1447 [$ac_default_prefix]
1448 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1449 [PREFIX]
1451 By default, \`make install' will install all the files in
1452 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1453 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1454 for instance \`--prefix=\$HOME'.
1456 For better control, use the options below.
1458 Fine tuning of the installation directories:
1459 --bindir=DIR user executables [EPREFIX/bin]
1460 --sbindir=DIR system admin executables [EPREFIX/sbin]
1461 --libexecdir=DIR program executables [EPREFIX/libexec]
1462 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1463 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1464 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1465 --libdir=DIR object code libraries [EPREFIX/lib]
1466 --includedir=DIR C header files [PREFIX/include]
1467 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1468 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1469 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1470 --infodir=DIR info documentation [DATAROOTDIR/info]
1471 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1472 --mandir=DIR man documentation [DATAROOTDIR/man]
1473 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1474 --htmldir=DIR html documentation [DOCDIR]
1475 --dvidir=DIR dvi documentation [DOCDIR]
1476 --pdfdir=DIR pdf documentation [DOCDIR]
1477 --psdir=DIR ps documentation [DOCDIR]
1478 _ACEOF
1480 cat <<\_ACEOF
1482 X features:
1483 --x-includes=DIR X include files are in DIR
1484 --x-libraries=DIR X library files are in DIR
1486 System types:
1487 --build=BUILD configure for building on BUILD [guessed]
1488 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1489 _ACEOF
1492 if test -n "$ac_init_help"; then
1493 case $ac_init_help in
1494 short | recursive ) echo "Configuration of Wine 1.1.15:";;
1495 esac
1496 cat <<\_ACEOF
1498 Optional Features:
1499 --disable-option-checking ignore unrecognized --enable/--with options
1500 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1501 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1502 --disable-win16 do not include Win16 support
1503 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1504 binaries)
1505 --disable-tests do not build the regression tests
1506 --enable-maintainer-mode
1507 enable maintainer-specific build rules
1509 Optional Packages:
1510 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1511 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1512 --without-alsa do not use the Alsa sound support
1513 --without-audioio do not use the AudioIO sound support
1514 --without-capi do not use CAPI (ISDN support)
1515 --without-cms do not use CMS (color management support)
1516 --without-coreaudio do not use the CoreAudio sound support
1517 --without-cups do not use CUPS
1518 --without-curses do not use (n)curses
1519 --without-esd do not use the EsounD sound support
1520 --without-fontconfig do not use fontconfig
1521 --without-freetype do not use the FreeType library
1522 --without-gphoto do not use gphoto (Digital Camera support)
1523 --without-glu do not use the GLU library
1524 --without-gnutls do not use GnuTLS (schannel support)
1525 --without-hal do not use HAL (dynamic device support)
1526 --without-jack do not use the Jack sound support
1527 --without-jpeg do not use JPEG
1528 --without-ldap do not use LDAP
1529 --without-nas do not use the NAS sound support
1530 --without-opengl do not use OpenGL
1531 --without-openssl do not use OpenSSL
1532 --without-oss do not use the OSS sound support
1533 --without-png do not use PNG
1534 --without-pthread do not use the pthread library
1535 --without-sane do not use SANE (scanner support)
1536 --without-xcomposite do not use the Xcomposite extension
1537 --without-xcursor do not use the Xcursor extension
1538 --without-xinerama do not use Xinerama (multi-monitor support)
1539 --without-xinput do not use the Xinput extension
1540 --without-xml do not use XML
1541 --without-xrandr do not use Xrandr (resolution changes)
1542 --without-xrender do not use the Xrender extension
1543 --without-xshape do not use the Xshape extension
1544 --without-xshm do not use XShm (shared memory extension)
1545 --without-xslt do not use XSLT
1546 --without-xxf86vm do not use XFree video mode extension
1547 --with-wine-tools=DIR use Wine tools from directory DIR
1548 --with-x use the X Window System
1550 Some influential environment variables:
1551 CC C compiler command
1552 CFLAGS C compiler flags
1553 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1554 nonstandard directory <lib dir>
1555 LIBS libraries to pass to the linker, e.g. -l<library>
1556 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1557 you have headers in a nonstandard directory <include dir>
1558 CXX C++ compiler command
1559 CXXFLAGS C++ compiler flags
1560 CPP C preprocessor
1561 XMKMF Path to xmkmf, Makefile generator for X Window System
1563 Use these variables to override the choices made by `configure' or to help
1564 it to find libraries and programs with nonstandard names/locations.
1566 Report bugs to <wine-devel@winehq.org>.
1567 _ACEOF
1568 ac_status=$?
1571 if test "$ac_init_help" = "recursive"; then
1572 # If there are subdirs, report their specific --help.
1573 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1574 test -d "$ac_dir" ||
1575 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1576 continue
1577 ac_builddir=.
1579 case "$ac_dir" in
1580 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1583 # A ".." for each directory in $ac_dir_suffix.
1584 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1585 case $ac_top_builddir_sub in
1586 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1587 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1588 esac ;;
1589 esac
1590 ac_abs_top_builddir=$ac_pwd
1591 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1592 # for backward compatibility:
1593 ac_top_builddir=$ac_top_build_prefix
1595 case $srcdir in
1596 .) # We are building in place.
1597 ac_srcdir=.
1598 ac_top_srcdir=$ac_top_builddir_sub
1599 ac_abs_top_srcdir=$ac_pwd ;;
1600 [\\/]* | ?:[\\/]* ) # Absolute name.
1601 ac_srcdir=$srcdir$ac_dir_suffix;
1602 ac_top_srcdir=$srcdir
1603 ac_abs_top_srcdir=$srcdir ;;
1604 *) # Relative name.
1605 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1606 ac_top_srcdir=$ac_top_build_prefix$srcdir
1607 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1608 esac
1609 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1611 cd "$ac_dir" || { ac_status=$?; continue; }
1612 # Check for guested configure.
1613 if test -f "$ac_srcdir/configure.gnu"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1616 elif test -f "$ac_srcdir/configure"; then
1617 echo &&
1618 $SHELL "$ac_srcdir/configure" --help=recursive
1619 else
1620 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1621 fi || ac_status=$?
1622 cd "$ac_pwd" || { ac_status=$?; break; }
1623 done
1626 test -n "$ac_init_help" && exit $ac_status
1627 if $ac_init_version; then
1628 cat <<\_ACEOF
1629 Wine configure 1.1.15
1630 generated by GNU Autoconf 2.63
1632 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1633 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1634 This configure script is free software; the Free Software Foundation
1635 gives unlimited permission to copy, distribute and modify it.
1636 _ACEOF
1637 exit
1639 cat >config.log <<_ACEOF
1640 This file contains any messages produced by compilers while
1641 running configure, to aid debugging if configure makes a mistake.
1643 It was created by Wine $as_me 1.1.15, which was
1644 generated by GNU Autoconf 2.63. Invocation command line was
1646 $ $0 $@
1648 _ACEOF
1649 exec 5>>config.log
1651 cat <<_ASUNAME
1652 ## --------- ##
1653 ## Platform. ##
1654 ## --------- ##
1656 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1657 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1658 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1659 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1660 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1662 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1663 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1665 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1666 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1667 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1668 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1669 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1670 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1671 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1673 _ASUNAME
1675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1676 for as_dir in $PATH
1678 IFS=$as_save_IFS
1679 test -z "$as_dir" && as_dir=.
1680 $as_echo "PATH: $as_dir"
1681 done
1682 IFS=$as_save_IFS
1684 } >&5
1686 cat >&5 <<_ACEOF
1689 ## ----------- ##
1690 ## Core tests. ##
1691 ## ----------- ##
1693 _ACEOF
1696 # Keep a trace of the command line.
1697 # Strip out --no-create and --no-recursion so they do not pile up.
1698 # Strip out --silent because we don't want to record it for future runs.
1699 # Also quote any args containing shell meta-characters.
1700 # Make two passes to allow for proper duplicate-argument suppression.
1701 ac_configure_args=
1702 ac_configure_args0=
1703 ac_configure_args1=
1704 ac_must_keep_next=false
1705 for ac_pass in 1 2
1707 for ac_arg
1709 case $ac_arg in
1710 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1711 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1712 | -silent | --silent | --silen | --sile | --sil)
1713 continue ;;
1714 *\'*)
1715 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1716 esac
1717 case $ac_pass in
1718 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1720 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1721 if test $ac_must_keep_next = true; then
1722 ac_must_keep_next=false # Got value, back to normal.
1723 else
1724 case $ac_arg in
1725 *=* | --config-cache | -C | -disable-* | --disable-* \
1726 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1727 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1728 | -with-* | --with-* | -without-* | --without-* | --x)
1729 case "$ac_configure_args0 " in
1730 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1731 esac
1733 -* ) ac_must_keep_next=true ;;
1734 esac
1736 ac_configure_args="$ac_configure_args '$ac_arg'"
1738 esac
1739 done
1740 done
1741 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1742 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1744 # When interrupted or exit'd, cleanup temporary files, and complete
1745 # config.log. We remove comments because anyway the quotes in there
1746 # would cause problems or look ugly.
1747 # WARNING: Use '\'' to represent an apostrophe within the trap.
1748 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1749 trap 'exit_status=$?
1750 # Save into config.log some information that might help in debugging.
1752 echo
1754 cat <<\_ASBOX
1755 ## ---------------- ##
1756 ## Cache variables. ##
1757 ## ---------------- ##
1758 _ASBOX
1759 echo
1760 # The following way of writing the cache mishandles newlines in values,
1762 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1763 eval ac_val=\$$ac_var
1764 case $ac_val in #(
1765 *${as_nl}*)
1766 case $ac_var in #(
1767 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1768 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1769 esac
1770 case $ac_var in #(
1771 _ | IFS | as_nl) ;; #(
1772 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1773 *) $as_unset $ac_var ;;
1774 esac ;;
1775 esac
1776 done
1777 (set) 2>&1 |
1778 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1779 *${as_nl}ac_space=\ *)
1780 sed -n \
1781 "s/'\''/'\''\\\\'\'''\''/g;
1782 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1783 ;; #(
1785 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1787 esac |
1788 sort
1790 echo
1792 cat <<\_ASBOX
1793 ## ----------------- ##
1794 ## Output variables. ##
1795 ## ----------------- ##
1796 _ASBOX
1797 echo
1798 for ac_var in $ac_subst_vars
1800 eval ac_val=\$$ac_var
1801 case $ac_val in
1802 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1803 esac
1804 $as_echo "$ac_var='\''$ac_val'\''"
1805 done | sort
1806 echo
1808 if test -n "$ac_subst_files"; then
1809 cat <<\_ASBOX
1810 ## ------------------- ##
1811 ## File substitutions. ##
1812 ## ------------------- ##
1813 _ASBOX
1814 echo
1815 for ac_var in $ac_subst_files
1817 eval ac_val=\$$ac_var
1818 case $ac_val in
1819 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1820 esac
1821 $as_echo "$ac_var='\''$ac_val'\''"
1822 done | sort
1823 echo
1826 if test -s confdefs.h; then
1827 cat <<\_ASBOX
1828 ## ----------- ##
1829 ## confdefs.h. ##
1830 ## ----------- ##
1831 _ASBOX
1832 echo
1833 cat confdefs.h
1834 echo
1836 test "$ac_signal" != 0 &&
1837 $as_echo "$as_me: caught signal $ac_signal"
1838 $as_echo "$as_me: exit $exit_status"
1839 } >&5
1840 rm -f core *.core core.conftest.* &&
1841 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1842 exit $exit_status
1844 for ac_signal in 1 2 13 15; do
1845 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1846 done
1847 ac_signal=0
1849 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1850 rm -f -r conftest* confdefs.h
1852 # Predefined preprocessor variables.
1854 cat >>confdefs.h <<_ACEOF
1855 #define PACKAGE_NAME "$PACKAGE_NAME"
1856 _ACEOF
1859 cat >>confdefs.h <<_ACEOF
1860 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1861 _ACEOF
1864 cat >>confdefs.h <<_ACEOF
1865 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1866 _ACEOF
1869 cat >>confdefs.h <<_ACEOF
1870 #define PACKAGE_STRING "$PACKAGE_STRING"
1871 _ACEOF
1874 cat >>confdefs.h <<_ACEOF
1875 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1876 _ACEOF
1879 # Let the site file select an alternate cache file if it wants to.
1880 # Prefer an explicitly selected file to automatically selected ones.
1881 ac_site_file1=NONE
1882 ac_site_file2=NONE
1883 if test -n "$CONFIG_SITE"; then
1884 ac_site_file1=$CONFIG_SITE
1885 elif test "x$prefix" != xNONE; then
1886 ac_site_file1=$prefix/share/config.site
1887 ac_site_file2=$prefix/etc/config.site
1888 else
1889 ac_site_file1=$ac_default_prefix/share/config.site
1890 ac_site_file2=$ac_default_prefix/etc/config.site
1892 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1894 test "x$ac_site_file" = xNONE && continue
1895 if test -r "$ac_site_file"; then
1896 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1897 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1898 sed 's/^/| /' "$ac_site_file" >&5
1899 . "$ac_site_file"
1901 done
1903 if test -r "$cache_file"; then
1904 # Some versions of bash will fail to source /dev/null (special
1905 # files actually), so we avoid doing that.
1906 if test -f "$cache_file"; then
1907 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1908 $as_echo "$as_me: loading cache $cache_file" >&6;}
1909 case $cache_file in
1910 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1911 *) . "./$cache_file";;
1912 esac
1914 else
1915 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1916 $as_echo "$as_me: creating cache $cache_file" >&6;}
1917 >$cache_file
1920 # Check that the precious variables saved in the cache have kept the same
1921 # value.
1922 ac_cache_corrupted=false
1923 for ac_var in $ac_precious_vars; do
1924 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1925 eval ac_new_set=\$ac_env_${ac_var}_set
1926 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1927 eval ac_new_val=\$ac_env_${ac_var}_value
1928 case $ac_old_set,$ac_new_set in
1929 set,)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,set)
1934 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1935 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1936 ac_cache_corrupted=: ;;
1937 ,);;
1939 if test "x$ac_old_val" != "x$ac_new_val"; then
1940 # differences in whitespace do not lead to failure.
1941 ac_old_val_w=`echo x $ac_old_val`
1942 ac_new_val_w=`echo x $ac_new_val`
1943 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1944 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1945 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1946 ac_cache_corrupted=:
1947 else
1948 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1949 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1950 eval $ac_var=\$ac_old_val
1952 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1953 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1954 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1955 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1956 fi;;
1957 esac
1958 # Pass precious variables to config.status.
1959 if test "$ac_new_set" = set; then
1960 case $ac_new_val in
1961 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1962 *) ac_arg=$ac_var=$ac_new_val ;;
1963 esac
1964 case " $ac_configure_args " in
1965 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1966 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1967 esac
1969 done
1970 if $ac_cache_corrupted; then
1971 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1972 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1973 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1974 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1975 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1976 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1977 { (exit 1); exit 1; }; }
2004 ac_ext=c
2005 ac_cpp='$CPP $CPPFLAGS'
2006 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2007 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2008 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2012 ac_config_headers="$ac_config_headers include/config.h"
2014 ac_aux_dir=
2015 for ac_dir in tools "$srcdir"/tools; do
2016 if test -f "$ac_dir/install-sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install-sh -c"
2019 break
2020 elif test -f "$ac_dir/install.sh"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/install.sh -c"
2023 break
2024 elif test -f "$ac_dir/shtool"; then
2025 ac_aux_dir=$ac_dir
2026 ac_install_sh="$ac_aux_dir/shtool install -c"
2027 break
2029 done
2030 if test -z "$ac_aux_dir"; then
2031 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2032 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2033 { (exit 1); exit 1; }; }
2036 # These three variables are undocumented and unsupported,
2037 # and are intended to be withdrawn in a future Autoconf release.
2038 # They can cause serious problems if a builder's source tree is in a directory
2039 # whose full name contains unusual characters.
2040 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2041 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2042 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2047 # Check whether --enable-win16 was given.
2048 if test "${enable_win16+set}" = set; then
2049 enableval=$enable_win16;
2052 # Check whether --enable-win64 was given.
2053 if test "${enable_win64+set}" = set; then
2054 enableval=$enable_win64;
2057 # Check whether --enable-tests was given.
2058 if test "${enable_tests+set}" = set; then
2059 enableval=$enable_tests;
2062 # Check whether --enable-maintainer-mode was given.
2063 if test "${enable_maintainer_mode+set}" = set; then
2064 enableval=$enable_maintainer_mode;
2065 else
2066 MAINTAINER_MODE=\#
2072 # Check whether --with-alsa was given.
2073 if test "${with_alsa+set}" = set; then
2074 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2078 # Check whether --with-audioio was given.
2079 if test "${with_audioio+set}" = set; then
2080 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2084 # Check whether --with-capi was given.
2085 if test "${with_capi+set}" = set; then
2086 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2090 # Check whether --with-cms was given.
2091 if test "${with_cms+set}" = set; then
2092 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2096 # Check whether --with-coreaudio was given.
2097 if test "${with_coreaudio+set}" = set; then
2098 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2102 # Check whether --with-cups was given.
2103 if test "${with_cups+set}" = set; then
2104 withval=$with_cups;
2108 # Check whether --with-curses was given.
2109 if test "${with_curses+set}" = set; then
2110 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2114 # Check whether --with-esd was given.
2115 if test "${with_esd+set}" = set; then
2116 withval=$with_esd;
2120 # Check whether --with-fontconfig was given.
2121 if test "${with_fontconfig+set}" = set; then
2122 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2126 # Check whether --with-freetype was given.
2127 if test "${with_freetype+set}" = set; then
2128 withval=$with_freetype;
2132 # Check whether --with-gphoto was given.
2133 if test "${with_gphoto+set}" = set; then
2134 withval=$with_gphoto;
2138 # Check whether --with-glu was given.
2139 if test "${with_glu+set}" = set; then
2140 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2144 # Check whether --with-gnutls was given.
2145 if test "${with_gnutls+set}" = set; then
2146 withval=$with_gnutls;
2150 # Check whether --with-hal was given.
2151 if test "${with_hal+set}" = set; then
2152 withval=$with_hal;
2156 # Check whether --with-jack was given.
2157 if test "${with_jack+set}" = set; then
2158 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2162 # Check whether --with-jpeg was given.
2163 if test "${with_jpeg+set}" = set; then
2164 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2168 # Check whether --with-ldap was given.
2169 if test "${with_ldap+set}" = set; then
2170 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2174 # Check whether --with-nas was given.
2175 if test "${with_nas+set}" = set; then
2176 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2180 # Check whether --with-opengl was given.
2181 if test "${with_opengl+set}" = set; then
2182 withval=$with_opengl;
2186 # Check whether --with-openssl was given.
2187 if test "${with_openssl+set}" = set; then
2188 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2192 # Check whether --with-oss was given.
2193 if test "${with_oss+set}" = set; then
2194 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
2198 # Check whether --with-png was given.
2199 if test "${with_png+set}" = set; then
2200 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2204 # Check whether --with-pthread was given.
2205 if test "${with_pthread+set}" = set; then
2206 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2210 # Check whether --with-sane was given.
2211 if test "${with_sane+set}" = set; then
2212 withval=$with_sane;
2216 # Check whether --with-xcomposite was given.
2217 if test "${with_xcomposite+set}" = set; then
2218 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2222 # Check whether --with-xcursor was given.
2223 if test "${with_xcursor+set}" = set; then
2224 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2228 # Check whether --with-xinerama was given.
2229 if test "${with_xinerama+set}" = set; then
2230 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2234 # Check whether --with-xinput was given.
2235 if test "${with_xinput+set}" = set; then
2236 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2240 # Check whether --with-xml was given.
2241 if test "${with_xml+set}" = set; then
2242 withval=$with_xml;
2246 # Check whether --with-xrandr was given.
2247 if test "${with_xrandr+set}" = set; then
2248 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2252 # Check whether --with-xrender was given.
2253 if test "${with_xrender+set}" = set; then
2254 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2258 # Check whether --with-xshape was given.
2259 if test "${with_xshape+set}" = set; then
2260 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2264 # Check whether --with-xshm was given.
2265 if test "${with_xshm+set}" = set; then
2266 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2270 # Check whether --with-xslt was given.
2271 if test "${with_xslt+set}" = set; then
2272 withval=$with_xslt;
2276 # Check whether --with-xxf86vm was given.
2277 if test "${with_xxf86vm+set}" = set; then
2278 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2283 # Check whether --with-wine-tools was given.
2284 if test "${with_wine_tools+set}" = set; then
2285 withval=$with_wine_tools;
2289 # Make sure we can run config.sub.
2290 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2291 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2292 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2293 { (exit 1); exit 1; }; }
2295 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2296 $as_echo_n "checking build system type... " >&6; }
2297 if test "${ac_cv_build+set}" = set; then
2298 $as_echo_n "(cached) " >&6
2299 else
2300 ac_build_alias=$build_alias
2301 test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303 test "x$ac_build_alias" = x &&
2304 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2305 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2306 { (exit 1); exit 1; }; }
2307 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2308 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2309 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2310 { (exit 1); exit 1; }; }
2313 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2314 $as_echo "$ac_cv_build" >&6; }
2315 case $ac_cv_build in
2316 *-*-*) ;;
2317 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2318 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2319 { (exit 1); exit 1; }; };;
2320 esac
2321 build=$ac_cv_build
2322 ac_save_IFS=$IFS; IFS='-'
2323 set x $ac_cv_build
2324 shift
2325 build_cpu=$1
2326 build_vendor=$2
2327 shift; shift
2328 # Remember, the first character of IFS is used to create $*,
2329 # except with old shells:
2330 build_os=$*
2331 IFS=$ac_save_IFS
2332 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2335 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2336 $as_echo_n "checking host system type... " >&6; }
2337 if test "${ac_cv_host+set}" = set; then
2338 $as_echo_n "(cached) " >&6
2339 else
2340 if test "x$host_alias" = x; then
2341 ac_cv_host=$ac_cv_build
2342 else
2343 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2344 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2345 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2346 { (exit 1); exit 1; }; }
2350 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2351 $as_echo "$ac_cv_host" >&6; }
2352 case $ac_cv_host in
2353 *-*-*) ;;
2354 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2355 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2356 { (exit 1); exit 1; }; };;
2357 esac
2358 host=$ac_cv_host
2359 ac_save_IFS=$IFS; IFS='-'
2360 set x $ac_cv_host
2361 shift
2362 host_cpu=$1
2363 host_vendor=$2
2364 shift; shift
2365 # Remember, the first character of IFS is used to create $*,
2366 # except with old shells:
2367 host_os=$*
2368 IFS=$ac_save_IFS
2369 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2373 case "$srcdir" in
2374 .) ;;
2375 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2376 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2377 You need to run 'make distclean' in the source tree first." >&5
2378 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2379 You need to run 'make distclean' in the source tree first." >&2;}
2380 { (exit 1); exit 1; }; }
2381 fi ;;
2382 esac
2385 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2386 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2387 set x ${MAKE-make}
2388 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2389 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2390 $as_echo_n "(cached) " >&6
2391 else
2392 cat >conftest.make <<\_ACEOF
2393 SHELL = /bin/sh
2394 all:
2395 @echo '@@@%%%=$(MAKE)=@@@%%%'
2396 _ACEOF
2397 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2398 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2399 *@@@%%%=?*=@@@%%%*)
2400 eval ac_cv_prog_make_${ac_make}_set=yes;;
2402 eval ac_cv_prog_make_${ac_make}_set=no;;
2403 esac
2404 rm -f conftest.make
2406 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2407 { $as_echo "$as_me:$LINENO: result: yes" >&5
2408 $as_echo "yes" >&6; }
2409 SET_MAKE=
2410 else
2411 { $as_echo "$as_me:$LINENO: result: no" >&5
2412 $as_echo "no" >&6; }
2413 SET_MAKE="MAKE=${MAKE-make}"
2416 ac_ext=c
2417 ac_cpp='$CPP $CPPFLAGS'
2418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2421 if test -n "$ac_tool_prefix"; then
2422 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2423 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2425 $as_echo_n "checking for $ac_word... " >&6; }
2426 if test "${ac_cv_prog_CC+set}" = set; then
2427 $as_echo_n "(cached) " >&6
2428 else
2429 if test -n "$CC"; then
2430 ac_cv_prog_CC="$CC" # Let the user override the test.
2431 else
2432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2433 for as_dir in $PATH
2435 IFS=$as_save_IFS
2436 test -z "$as_dir" && as_dir=.
2437 for ac_exec_ext in '' $ac_executable_extensions; do
2438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2439 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2440 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2441 break 2
2443 done
2444 done
2445 IFS=$as_save_IFS
2449 CC=$ac_cv_prog_CC
2450 if test -n "$CC"; then
2451 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2452 $as_echo "$CC" >&6; }
2453 else
2454 { $as_echo "$as_me:$LINENO: result: no" >&5
2455 $as_echo "no" >&6; }
2460 if test -z "$ac_cv_prog_CC"; then
2461 ac_ct_CC=$CC
2462 # Extract the first word of "gcc", so it can be a program name with args.
2463 set dummy gcc; ac_word=$2
2464 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2465 $as_echo_n "checking for $ac_word... " >&6; }
2466 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2467 $as_echo_n "(cached) " >&6
2468 else
2469 if test -n "$ac_ct_CC"; then
2470 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2471 else
2472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2473 for as_dir in $PATH
2475 IFS=$as_save_IFS
2476 test -z "$as_dir" && as_dir=.
2477 for ac_exec_ext in '' $ac_executable_extensions; do
2478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2479 ac_cv_prog_ac_ct_CC="gcc"
2480 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2481 break 2
2483 done
2484 done
2485 IFS=$as_save_IFS
2489 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2490 if test -n "$ac_ct_CC"; then
2491 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2492 $as_echo "$ac_ct_CC" >&6; }
2493 else
2494 { $as_echo "$as_me:$LINENO: result: no" >&5
2495 $as_echo "no" >&6; }
2498 if test "x$ac_ct_CC" = x; then
2499 CC=""
2500 else
2501 case $cross_compiling:$ac_tool_warned in
2502 yes:)
2503 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2505 ac_tool_warned=yes ;;
2506 esac
2507 CC=$ac_ct_CC
2509 else
2510 CC="$ac_cv_prog_CC"
2513 if test -z "$CC"; then
2514 if test -n "$ac_tool_prefix"; then
2515 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2516 set dummy ${ac_tool_prefix}cc; ac_word=$2
2517 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2518 $as_echo_n "checking for $ac_word... " >&6; }
2519 if test "${ac_cv_prog_CC+set}" = set; then
2520 $as_echo_n "(cached) " >&6
2521 else
2522 if test -n "$CC"; then
2523 ac_cv_prog_CC="$CC" # Let the user override the test.
2524 else
2525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2526 for as_dir in $PATH
2528 IFS=$as_save_IFS
2529 test -z "$as_dir" && as_dir=.
2530 for ac_exec_ext in '' $ac_executable_extensions; do
2531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2532 ac_cv_prog_CC="${ac_tool_prefix}cc"
2533 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2534 break 2
2536 done
2537 done
2538 IFS=$as_save_IFS
2542 CC=$ac_cv_prog_CC
2543 if test -n "$CC"; then
2544 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2545 $as_echo "$CC" >&6; }
2546 else
2547 { $as_echo "$as_me:$LINENO: result: no" >&5
2548 $as_echo "no" >&6; }
2554 if test -z "$CC"; then
2555 # Extract the first word of "cc", so it can be a program name with args.
2556 set dummy cc; ac_word=$2
2557 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2558 $as_echo_n "checking for $ac_word... " >&6; }
2559 if test "${ac_cv_prog_CC+set}" = set; then
2560 $as_echo_n "(cached) " >&6
2561 else
2562 if test -n "$CC"; then
2563 ac_cv_prog_CC="$CC" # Let the user override the test.
2564 else
2565 ac_prog_rejected=no
2566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567 for as_dir in $PATH
2569 IFS=$as_save_IFS
2570 test -z "$as_dir" && as_dir=.
2571 for ac_exec_ext in '' $ac_executable_extensions; do
2572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2574 ac_prog_rejected=yes
2575 continue
2577 ac_cv_prog_CC="cc"
2578 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2581 done
2582 done
2583 IFS=$as_save_IFS
2585 if test $ac_prog_rejected = yes; then
2586 # We found a bogon in the path, so make sure we never use it.
2587 set dummy $ac_cv_prog_CC
2588 shift
2589 if test $# != 0; then
2590 # We chose a different compiler from the bogus one.
2591 # However, it has the same basename, so the bogon will be chosen
2592 # first if we set CC to just the basename; use the full file name.
2593 shift
2594 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2599 CC=$ac_cv_prog_CC
2600 if test -n "$CC"; then
2601 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2602 $as_echo "$CC" >&6; }
2603 else
2604 { $as_echo "$as_me:$LINENO: result: no" >&5
2605 $as_echo "no" >&6; }
2610 if test -z "$CC"; then
2611 if test -n "$ac_tool_prefix"; then
2612 for ac_prog in cl.exe
2614 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2615 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2617 $as_echo_n "checking for $ac_word... " >&6; }
2618 if test "${ac_cv_prog_CC+set}" = set; then
2619 $as_echo_n "(cached) " >&6
2620 else
2621 if test -n "$CC"; then
2622 ac_cv_prog_CC="$CC" # Let the user override the test.
2623 else
2624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625 for as_dir in $PATH
2627 IFS=$as_save_IFS
2628 test -z "$as_dir" && as_dir=.
2629 for ac_exec_ext in '' $ac_executable_extensions; do
2630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2631 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2633 break 2
2635 done
2636 done
2637 IFS=$as_save_IFS
2641 CC=$ac_cv_prog_CC
2642 if test -n "$CC"; then
2643 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2644 $as_echo "$CC" >&6; }
2645 else
2646 { $as_echo "$as_me:$LINENO: result: no" >&5
2647 $as_echo "no" >&6; }
2651 test -n "$CC" && break
2652 done
2654 if test -z "$CC"; then
2655 ac_ct_CC=$CC
2656 for ac_prog in cl.exe
2658 # Extract the first word of "$ac_prog", so it can be a program name with args.
2659 set dummy $ac_prog; ac_word=$2
2660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2661 $as_echo_n "checking for $ac_word... " >&6; }
2662 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2663 $as_echo_n "(cached) " >&6
2664 else
2665 if test -n "$ac_ct_CC"; then
2666 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2667 else
2668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2669 for as_dir in $PATH
2671 IFS=$as_save_IFS
2672 test -z "$as_dir" && as_dir=.
2673 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2675 ac_cv_prog_ac_ct_CC="$ac_prog"
2676 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2677 break 2
2679 done
2680 done
2681 IFS=$as_save_IFS
2685 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2686 if test -n "$ac_ct_CC"; then
2687 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2688 $as_echo "$ac_ct_CC" >&6; }
2689 else
2690 { $as_echo "$as_me:$LINENO: result: no" >&5
2691 $as_echo "no" >&6; }
2695 test -n "$ac_ct_CC" && break
2696 done
2698 if test "x$ac_ct_CC" = x; then
2699 CC=""
2700 else
2701 case $cross_compiling:$ac_tool_warned in
2702 yes:)
2703 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2704 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2705 ac_tool_warned=yes ;;
2706 esac
2707 CC=$ac_ct_CC
2714 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2716 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2717 See \`config.log' for more details." >&5
2718 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2719 See \`config.log' for more details." >&2;}
2720 { (exit 1); exit 1; }; }; }
2722 # Provide some information about the compiler.
2723 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2724 set X $ac_compile
2725 ac_compiler=$2
2726 { (ac_try="$ac_compiler --version >&5"
2727 case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2730 esac
2731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2732 $as_echo "$ac_try_echo") >&5
2733 (eval "$ac_compiler --version >&5") 2>&5
2734 ac_status=$?
2735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736 (exit $ac_status); }
2737 { (ac_try="$ac_compiler -v >&5"
2738 case "(($ac_try" in
2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2740 *) ac_try_echo=$ac_try;;
2741 esac
2742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2743 $as_echo "$ac_try_echo") >&5
2744 (eval "$ac_compiler -v >&5") 2>&5
2745 ac_status=$?
2746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); }
2748 { (ac_try="$ac_compiler -V >&5"
2749 case "(($ac_try" in
2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751 *) ac_try_echo=$ac_try;;
2752 esac
2753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2754 $as_echo "$ac_try_echo") >&5
2755 (eval "$ac_compiler -V >&5") 2>&5
2756 ac_status=$?
2757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758 (exit $ac_status); }
2760 cat >conftest.$ac_ext <<_ACEOF
2761 /* confdefs.h. */
2762 _ACEOF
2763 cat confdefs.h >>conftest.$ac_ext
2764 cat >>conftest.$ac_ext <<_ACEOF
2765 /* end confdefs.h. */
2768 main ()
2772 return 0;
2774 _ACEOF
2775 ac_clean_files_save=$ac_clean_files
2776 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2777 # Try to create an executable without -o first, disregard a.out.
2778 # It will help us diagnose broken compilers, and finding out an intuition
2779 # of exeext.
2780 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2781 $as_echo_n "checking for C compiler default output file name... " >&6; }
2782 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2784 # The possible output files:
2785 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2787 ac_rmfiles=
2788 for ac_file in $ac_files
2790 case $ac_file in
2791 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2792 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2793 esac
2794 done
2795 rm -f $ac_rmfiles
2797 if { (ac_try="$ac_link_default"
2798 case "(($ac_try" in
2799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2800 *) ac_try_echo=$ac_try;;
2801 esac
2802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2803 $as_echo "$ac_try_echo") >&5
2804 (eval "$ac_link_default") 2>&5
2805 ac_status=$?
2806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807 (exit $ac_status); }; then
2808 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2809 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2810 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2811 # so that the user can short-circuit this test for compilers unknown to
2812 # Autoconf.
2813 for ac_file in $ac_files ''
2815 test -f "$ac_file" || continue
2816 case $ac_file in
2817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2819 [ab].out )
2820 # We found the default executable, but exeext='' is most
2821 # certainly right.
2822 break;;
2823 *.* )
2824 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2825 then :; else
2826 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2828 # We set ac_cv_exeext here because the later test for it is not
2829 # safe: cross compilers may not add the suffix if given an `-o'
2830 # argument, so we may need to know it at that point already.
2831 # Even if this section looks crufty: it has the advantage of
2832 # actually working.
2833 break;;
2835 break;;
2836 esac
2837 done
2838 test "$ac_cv_exeext" = no && ac_cv_exeext=
2840 else
2841 ac_file=''
2844 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2845 $as_echo "$ac_file" >&6; }
2846 if test -z "$ac_file"; then
2847 $as_echo "$as_me: failed program was:" >&5
2848 sed 's/^/| /' conftest.$ac_ext >&5
2850 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2851 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2852 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2853 See \`config.log' for more details." >&5
2854 $as_echo "$as_me: error: C compiler cannot create executables
2855 See \`config.log' for more details." >&2;}
2856 { (exit 77); exit 77; }; }; }
2859 ac_exeext=$ac_cv_exeext
2861 # Check that the compiler produces executables we can run. If not, either
2862 # the compiler is broken, or we cross compile.
2863 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2864 $as_echo_n "checking whether the C compiler works... " >&6; }
2865 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2866 # If not cross compiling, check that we can run a simple program.
2867 if test "$cross_compiling" != yes; then
2868 if { ac_try='./$ac_file'
2869 { (case "(($ac_try" in
2870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2871 *) ac_try_echo=$ac_try;;
2872 esac
2873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2874 $as_echo "$ac_try_echo") >&5
2875 (eval "$ac_try") 2>&5
2876 ac_status=$?
2877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878 (exit $ac_status); }; }; then
2879 cross_compiling=no
2880 else
2881 if test "$cross_compiling" = maybe; then
2882 cross_compiling=yes
2883 else
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2887 If you meant to cross compile, use \`--host'.
2888 See \`config.log' for more details." >&5
2889 $as_echo "$as_me: error: cannot run C compiled programs.
2890 If you meant to cross compile, use \`--host'.
2891 See \`config.log' for more details." >&2;}
2892 { (exit 1); exit 1; }; }; }
2896 { $as_echo "$as_me:$LINENO: result: yes" >&5
2897 $as_echo "yes" >&6; }
2899 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2900 ac_clean_files=$ac_clean_files_save
2901 # Check that the compiler produces executables we can run. If not, either
2902 # the compiler is broken, or we cross compile.
2903 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2904 $as_echo_n "checking whether we are cross compiling... " >&6; }
2905 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2906 $as_echo "$cross_compiling" >&6; }
2908 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2909 $as_echo_n "checking for suffix of executables... " >&6; }
2910 if { (ac_try="$ac_link"
2911 case "(($ac_try" in
2912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2913 *) ac_try_echo=$ac_try;;
2914 esac
2915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2916 $as_echo "$ac_try_echo") >&5
2917 (eval "$ac_link") 2>&5
2918 ac_status=$?
2919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2920 (exit $ac_status); }; then
2921 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2922 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2923 # work properly (i.e., refer to `conftest.exe'), while it won't with
2924 # `rm'.
2925 for ac_file in conftest.exe conftest conftest.*; do
2926 test -f "$ac_file" || continue
2927 case $ac_file in
2928 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2929 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2930 break;;
2931 * ) break;;
2932 esac
2933 done
2934 else
2935 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2936 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2937 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2938 See \`config.log' for more details." >&5
2939 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2940 See \`config.log' for more details." >&2;}
2941 { (exit 1); exit 1; }; }; }
2944 rm -f conftest$ac_cv_exeext
2945 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2946 $as_echo "$ac_cv_exeext" >&6; }
2948 rm -f conftest.$ac_ext
2949 EXEEXT=$ac_cv_exeext
2950 ac_exeext=$EXEEXT
2951 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2952 $as_echo_n "checking for suffix of object files... " >&6; }
2953 if test "${ac_cv_objext+set}" = set; then
2954 $as_echo_n "(cached) " >&6
2955 else
2956 cat >conftest.$ac_ext <<_ACEOF
2957 /* confdefs.h. */
2958 _ACEOF
2959 cat confdefs.h >>conftest.$ac_ext
2960 cat >>conftest.$ac_ext <<_ACEOF
2961 /* end confdefs.h. */
2964 main ()
2968 return 0;
2970 _ACEOF
2971 rm -f conftest.o conftest.obj
2972 if { (ac_try="$ac_compile"
2973 case "(($ac_try" in
2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2975 *) ac_try_echo=$ac_try;;
2976 esac
2977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2978 $as_echo "$ac_try_echo") >&5
2979 (eval "$ac_compile") 2>&5
2980 ac_status=$?
2981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2982 (exit $ac_status); }; then
2983 for ac_file in conftest.o conftest.obj conftest.*; do
2984 test -f "$ac_file" || continue;
2985 case $ac_file in
2986 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2987 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2988 break;;
2989 esac
2990 done
2991 else
2992 $as_echo "$as_me: failed program was:" >&5
2993 sed 's/^/| /' conftest.$ac_ext >&5
2995 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2997 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2998 See \`config.log' for more details." >&5
2999 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3000 See \`config.log' for more details." >&2;}
3001 { (exit 1); exit 1; }; }; }
3004 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3006 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3007 $as_echo "$ac_cv_objext" >&6; }
3008 OBJEXT=$ac_cv_objext
3009 ac_objext=$OBJEXT
3010 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3011 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3012 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3013 $as_echo_n "(cached) " >&6
3014 else
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3025 #ifndef __GNUC__
3026 choke me
3027 #endif
3030 return 0;
3032 _ACEOF
3033 rm -f conftest.$ac_objext
3034 if { (ac_try="$ac_compile"
3035 case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038 esac
3039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3040 $as_echo "$ac_try_echo") >&5
3041 (eval "$ac_compile") 2>conftest.er1
3042 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1
3045 cat conftest.err >&5
3046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } && {
3048 test -z "$ac_c_werror_flag" ||
3049 test ! -s conftest.err
3050 } && test -s conftest.$ac_objext; then
3051 ac_compiler_gnu=yes
3052 else
3053 $as_echo "$as_me: failed program was:" >&5
3054 sed 's/^/| /' conftest.$ac_ext >&5
3056 ac_compiler_gnu=no
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3063 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3064 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3065 if test $ac_compiler_gnu = yes; then
3066 GCC=yes
3067 else
3068 GCC=
3070 ac_test_CFLAGS=${CFLAGS+set}
3071 ac_save_CFLAGS=$CFLAGS
3072 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3073 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3074 if test "${ac_cv_prog_cc_g+set}" = set; then
3075 $as_echo_n "(cached) " >&6
3076 else
3077 ac_save_c_werror_flag=$ac_c_werror_flag
3078 ac_c_werror_flag=yes
3079 ac_cv_prog_cc_g=no
3080 CFLAGS="-g"
3081 cat >conftest.$ac_ext <<_ACEOF
3082 /* confdefs.h. */
3083 _ACEOF
3084 cat confdefs.h >>conftest.$ac_ext
3085 cat >>conftest.$ac_ext <<_ACEOF
3086 /* end confdefs.h. */
3089 main ()
3093 return 0;
3095 _ACEOF
3096 rm -f conftest.$ac_objext
3097 if { (ac_try="$ac_compile"
3098 case "(($ac_try" in
3099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3100 *) ac_try_echo=$ac_try;;
3101 esac
3102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3103 $as_echo "$ac_try_echo") >&5
3104 (eval "$ac_compile") 2>conftest.er1
3105 ac_status=$?
3106 grep -v '^ *+' conftest.er1 >conftest.err
3107 rm -f conftest.er1
3108 cat conftest.err >&5
3109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3110 (exit $ac_status); } && {
3111 test -z "$ac_c_werror_flag" ||
3112 test ! -s conftest.err
3113 } && test -s conftest.$ac_objext; then
3114 ac_cv_prog_cc_g=yes
3115 else
3116 $as_echo "$as_me: failed program was:" >&5
3117 sed 's/^/| /' conftest.$ac_ext >&5
3119 CFLAGS=""
3120 cat >conftest.$ac_ext <<_ACEOF
3121 /* confdefs.h. */
3122 _ACEOF
3123 cat confdefs.h >>conftest.$ac_ext
3124 cat >>conftest.$ac_ext <<_ACEOF
3125 /* end confdefs.h. */
3128 main ()
3132 return 0;
3134 _ACEOF
3135 rm -f conftest.$ac_objext
3136 if { (ac_try="$ac_compile"
3137 case "(($ac_try" in
3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3140 esac
3141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3142 $as_echo "$ac_try_echo") >&5
3143 (eval "$ac_compile") 2>conftest.er1
3144 ac_status=$?
3145 grep -v '^ *+' conftest.er1 >conftest.err
3146 rm -f conftest.er1
3147 cat conftest.err >&5
3148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149 (exit $ac_status); } && {
3150 test -z "$ac_c_werror_flag" ||
3151 test ! -s conftest.err
3152 } && test -s conftest.$ac_objext; then
3154 else
3155 $as_echo "$as_me: failed program was:" >&5
3156 sed 's/^/| /' conftest.$ac_ext >&5
3158 ac_c_werror_flag=$ac_save_c_werror_flag
3159 CFLAGS="-g"
3160 cat >conftest.$ac_ext <<_ACEOF
3161 /* confdefs.h. */
3162 _ACEOF
3163 cat confdefs.h >>conftest.$ac_ext
3164 cat >>conftest.$ac_ext <<_ACEOF
3165 /* end confdefs.h. */
3168 main ()
3172 return 0;
3174 _ACEOF
3175 rm -f conftest.$ac_objext
3176 if { (ac_try="$ac_compile"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3182 $as_echo "$ac_try_echo") >&5
3183 (eval "$ac_compile") 2>conftest.er1
3184 ac_status=$?
3185 grep -v '^ *+' conftest.er1 >conftest.err
3186 rm -f conftest.er1
3187 cat conftest.err >&5
3188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189 (exit $ac_status); } && {
3190 test -z "$ac_c_werror_flag" ||
3191 test ! -s conftest.err
3192 } && test -s conftest.$ac_objext; then
3193 ac_cv_prog_cc_g=yes
3194 else
3195 $as_echo "$as_me: failed program was:" >&5
3196 sed 's/^/| /' conftest.$ac_ext >&5
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3208 ac_c_werror_flag=$ac_save_c_werror_flag
3210 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3211 $as_echo "$ac_cv_prog_cc_g" >&6; }
3212 if test "$ac_test_CFLAGS" = set; then
3213 CFLAGS=$ac_save_CFLAGS
3214 elif test $ac_cv_prog_cc_g = yes; then
3215 if test "$GCC" = yes; then
3216 CFLAGS="-g -O2"
3217 else
3218 CFLAGS="-g"
3220 else
3221 if test "$GCC" = yes; then
3222 CFLAGS="-O2"
3223 else
3224 CFLAGS=
3227 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3228 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3229 if test "${ac_cv_prog_cc_c89+set}" = set; then
3230 $as_echo_n "(cached) " >&6
3231 else
3232 ac_cv_prog_cc_c89=no
3233 ac_save_CC=$CC
3234 cat >conftest.$ac_ext <<_ACEOF
3235 /* confdefs.h. */
3236 _ACEOF
3237 cat confdefs.h >>conftest.$ac_ext
3238 cat >>conftest.$ac_ext <<_ACEOF
3239 /* end confdefs.h. */
3240 #include <stdarg.h>
3241 #include <stdio.h>
3242 #include <sys/types.h>
3243 #include <sys/stat.h>
3244 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245 struct buf { int x; };
3246 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247 static char *e (p, i)
3248 char **p;
3249 int i;
3251 return p[i];
3253 static char *f (char * (*g) (char **, int), char **p, ...)
3255 char *s;
3256 va_list v;
3257 va_start (v,p);
3258 s = g (p, va_arg (v,int));
3259 va_end (v);
3260 return s;
3263 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3264 function prototypes and stuff, but not '\xHH' hex character constants.
3265 These don't provoke an error unfortunately, instead are silently treated
3266 as 'x'. The following induces an error, until -std is added to get
3267 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3268 array size at least. It's necessary to write '\x00'==0 to get something
3269 that's true only with -std. */
3270 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3272 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3273 inside strings and character constants. */
3274 #define FOO(x) 'x'
3275 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3277 int test (int i, double x);
3278 struct s1 {int (*f) (int a);};
3279 struct s2 {int (*f) (double a);};
3280 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3281 int argc;
3282 char **argv;
3284 main ()
3286 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3288 return 0;
3290 _ACEOF
3291 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3292 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3294 CC="$ac_save_CC $ac_arg"
3295 rm -f conftest.$ac_objext
3296 if { (ac_try="$ac_compile"
3297 case "(($ac_try" in
3298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3299 *) ac_try_echo=$ac_try;;
3300 esac
3301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3302 $as_echo "$ac_try_echo") >&5
3303 (eval "$ac_compile") 2>conftest.er1
3304 ac_status=$?
3305 grep -v '^ *+' conftest.er1 >conftest.err
3306 rm -f conftest.er1
3307 cat conftest.err >&5
3308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3309 (exit $ac_status); } && {
3310 test -z "$ac_c_werror_flag" ||
3311 test ! -s conftest.err
3312 } && test -s conftest.$ac_objext; then
3313 ac_cv_prog_cc_c89=$ac_arg
3314 else
3315 $as_echo "$as_me: failed program was:" >&5
3316 sed 's/^/| /' conftest.$ac_ext >&5
3321 rm -f core conftest.err conftest.$ac_objext
3322 test "x$ac_cv_prog_cc_c89" != "xno" && break
3323 done
3324 rm -f conftest.$ac_ext
3325 CC=$ac_save_CC
3328 # AC_CACHE_VAL
3329 case "x$ac_cv_prog_cc_c89" in
3331 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3332 $as_echo "none needed" >&6; } ;;
3333 xno)
3334 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3335 $as_echo "unsupported" >&6; } ;;
3337 CC="$CC $ac_cv_prog_cc_c89"
3338 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3339 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3340 esac
3343 ac_ext=c
3344 ac_cpp='$CPP $CPPFLAGS'
3345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3349 ac_ext=cpp
3350 ac_cpp='$CXXCPP $CPPFLAGS'
3351 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3352 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3353 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3354 if test -z "$CXX"; then
3355 if test -n "$CCC"; then
3356 CXX=$CCC
3357 else
3358 if test -n "$ac_tool_prefix"; then
3359 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3361 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3362 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3364 $as_echo_n "checking for $ac_word... " >&6; }
3365 if test "${ac_cv_prog_CXX+set}" = set; then
3366 $as_echo_n "(cached) " >&6
3367 else
3368 if test -n "$CXX"; then
3369 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3370 else
3371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3372 for as_dir in $PATH
3374 IFS=$as_save_IFS
3375 test -z "$as_dir" && as_dir=.
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3378 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3379 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3380 break 2
3382 done
3383 done
3384 IFS=$as_save_IFS
3388 CXX=$ac_cv_prog_CXX
3389 if test -n "$CXX"; then
3390 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3391 $as_echo "$CXX" >&6; }
3392 else
3393 { $as_echo "$as_me:$LINENO: result: no" >&5
3394 $as_echo "no" >&6; }
3398 test -n "$CXX" && break
3399 done
3401 if test -z "$CXX"; then
3402 ac_ct_CXX=$CXX
3403 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3405 # Extract the first word of "$ac_prog", so it can be a program name with args.
3406 set dummy $ac_prog; ac_word=$2
3407 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3408 $as_echo_n "checking for $ac_word... " >&6; }
3409 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3410 $as_echo_n "(cached) " >&6
3411 else
3412 if test -n "$ac_ct_CXX"; then
3413 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3414 else
3415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3416 for as_dir in $PATH
3418 IFS=$as_save_IFS
3419 test -z "$as_dir" && as_dir=.
3420 for ac_exec_ext in '' $ac_executable_extensions; do
3421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3422 ac_cv_prog_ac_ct_CXX="$ac_prog"
3423 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3424 break 2
3426 done
3427 done
3428 IFS=$as_save_IFS
3432 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3433 if test -n "$ac_ct_CXX"; then
3434 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3435 $as_echo "$ac_ct_CXX" >&6; }
3436 else
3437 { $as_echo "$as_me:$LINENO: result: no" >&5
3438 $as_echo "no" >&6; }
3442 test -n "$ac_ct_CXX" && break
3443 done
3445 if test "x$ac_ct_CXX" = x; then
3446 CXX="g++"
3447 else
3448 case $cross_compiling:$ac_tool_warned in
3449 yes:)
3450 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3452 ac_tool_warned=yes ;;
3453 esac
3454 CXX=$ac_ct_CXX
3460 # Provide some information about the compiler.
3461 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3462 set X $ac_compile
3463 ac_compiler=$2
3464 { (ac_try="$ac_compiler --version >&5"
3465 case "(($ac_try" in
3466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3467 *) ac_try_echo=$ac_try;;
3468 esac
3469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3470 $as_echo "$ac_try_echo") >&5
3471 (eval "$ac_compiler --version >&5") 2>&5
3472 ac_status=$?
3473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3474 (exit $ac_status); }
3475 { (ac_try="$ac_compiler -v >&5"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3481 $as_echo "$ac_try_echo") >&5
3482 (eval "$ac_compiler -v >&5") 2>&5
3483 ac_status=$?
3484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); }
3486 { (ac_try="$ac_compiler -V >&5"
3487 case "(($ac_try" in
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3490 esac
3491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3492 $as_echo "$ac_try_echo") >&5
3493 (eval "$ac_compiler -V >&5") 2>&5
3494 ac_status=$?
3495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); }
3498 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3499 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3500 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3501 $as_echo_n "(cached) " >&6
3502 else
3503 cat >conftest.$ac_ext <<_ACEOF
3504 /* confdefs.h. */
3505 _ACEOF
3506 cat confdefs.h >>conftest.$ac_ext
3507 cat >>conftest.$ac_ext <<_ACEOF
3508 /* end confdefs.h. */
3511 main ()
3513 #ifndef __GNUC__
3514 choke me
3515 #endif
3518 return 0;
3520 _ACEOF
3521 rm -f conftest.$ac_objext
3522 if { (ac_try="$ac_compile"
3523 case "(($ac_try" in
3524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3525 *) ac_try_echo=$ac_try;;
3526 esac
3527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3528 $as_echo "$ac_try_echo") >&5
3529 (eval "$ac_compile") 2>conftest.er1
3530 ac_status=$?
3531 grep -v '^ *+' conftest.er1 >conftest.err
3532 rm -f conftest.er1
3533 cat conftest.err >&5
3534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535 (exit $ac_status); } && {
3536 test -z "$ac_cxx_werror_flag" ||
3537 test ! -s conftest.err
3538 } && test -s conftest.$ac_objext; then
3539 ac_compiler_gnu=yes
3540 else
3541 $as_echo "$as_me: failed program was:" >&5
3542 sed 's/^/| /' conftest.$ac_ext >&5
3544 ac_compiler_gnu=no
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3551 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3552 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3553 if test $ac_compiler_gnu = yes; then
3554 GXX=yes
3555 else
3556 GXX=
3558 ac_test_CXXFLAGS=${CXXFLAGS+set}
3559 ac_save_CXXFLAGS=$CXXFLAGS
3560 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3561 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3562 if test "${ac_cv_prog_cxx_g+set}" = set; then
3563 $as_echo_n "(cached) " >&6
3564 else
3565 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3566 ac_cxx_werror_flag=yes
3567 ac_cv_prog_cxx_g=no
3568 CXXFLAGS="-g"
3569 cat >conftest.$ac_ext <<_ACEOF
3570 /* confdefs.h. */
3571 _ACEOF
3572 cat confdefs.h >>conftest.$ac_ext
3573 cat >>conftest.$ac_ext <<_ACEOF
3574 /* end confdefs.h. */
3577 main ()
3581 return 0;
3583 _ACEOF
3584 rm -f conftest.$ac_objext
3585 if { (ac_try="$ac_compile"
3586 case "(($ac_try" in
3587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3588 *) ac_try_echo=$ac_try;;
3589 esac
3590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3591 $as_echo "$ac_try_echo") >&5
3592 (eval "$ac_compile") 2>conftest.er1
3593 ac_status=$?
3594 grep -v '^ *+' conftest.er1 >conftest.err
3595 rm -f conftest.er1
3596 cat conftest.err >&5
3597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598 (exit $ac_status); } && {
3599 test -z "$ac_cxx_werror_flag" ||
3600 test ! -s conftest.err
3601 } && test -s conftest.$ac_objext; then
3602 ac_cv_prog_cxx_g=yes
3603 else
3604 $as_echo "$as_me: failed program was:" >&5
3605 sed 's/^/| /' conftest.$ac_ext >&5
3607 CXXFLAGS=""
3608 cat >conftest.$ac_ext <<_ACEOF
3609 /* confdefs.h. */
3610 _ACEOF
3611 cat confdefs.h >>conftest.$ac_ext
3612 cat >>conftest.$ac_ext <<_ACEOF
3613 /* end confdefs.h. */
3616 main ()
3620 return 0;
3622 _ACEOF
3623 rm -f conftest.$ac_objext
3624 if { (ac_try="$ac_compile"
3625 case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628 esac
3629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3630 $as_echo "$ac_try_echo") >&5
3631 (eval "$ac_compile") 2>conftest.er1
3632 ac_status=$?
3633 grep -v '^ *+' conftest.er1 >conftest.err
3634 rm -f conftest.er1
3635 cat conftest.err >&5
3636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); } && {
3638 test -z "$ac_cxx_werror_flag" ||
3639 test ! -s conftest.err
3640 } && test -s conftest.$ac_objext; then
3642 else
3643 $as_echo "$as_me: failed program was:" >&5
3644 sed 's/^/| /' conftest.$ac_ext >&5
3646 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3647 CXXFLAGS="-g"
3648 cat >conftest.$ac_ext <<_ACEOF
3649 /* confdefs.h. */
3650 _ACEOF
3651 cat confdefs.h >>conftest.$ac_ext
3652 cat >>conftest.$ac_ext <<_ACEOF
3653 /* end confdefs.h. */
3656 main ()
3660 return 0;
3662 _ACEOF
3663 rm -f conftest.$ac_objext
3664 if { (ac_try="$ac_compile"
3665 case "(($ac_try" in
3666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3667 *) ac_try_echo=$ac_try;;
3668 esac
3669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3670 $as_echo "$ac_try_echo") >&5
3671 (eval "$ac_compile") 2>conftest.er1
3672 ac_status=$?
3673 grep -v '^ *+' conftest.er1 >conftest.err
3674 rm -f conftest.er1
3675 cat conftest.err >&5
3676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677 (exit $ac_status); } && {
3678 test -z "$ac_cxx_werror_flag" ||
3679 test ! -s conftest.err
3680 } && test -s conftest.$ac_objext; then
3681 ac_cv_prog_cxx_g=yes
3682 else
3683 $as_echo "$as_me: failed program was:" >&5
3684 sed 's/^/| /' conftest.$ac_ext >&5
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3696 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3698 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3699 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3700 if test "$ac_test_CXXFLAGS" = set; then
3701 CXXFLAGS=$ac_save_CXXFLAGS
3702 elif test $ac_cv_prog_cxx_g = yes; then
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-g -O2"
3705 else
3706 CXXFLAGS="-g"
3708 else
3709 if test "$GXX" = yes; then
3710 CXXFLAGS="-O2"
3711 else
3712 CXXFLAGS=
3715 ac_ext=c
3716 ac_cpp='$CPP $CPPFLAGS'
3717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 if test -n "$ac_tool_prefix"; then
3722 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3723 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3724 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3725 $as_echo_n "checking for $ac_word... " >&6; }
3726 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3727 $as_echo_n "(cached) " >&6
3728 else
3729 if test -n "$CPPBIN"; then
3730 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3731 else
3732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3733 for as_dir in $PATH
3735 IFS=$as_save_IFS
3736 test -z "$as_dir" && as_dir=.
3737 for ac_exec_ext in '' $ac_executable_extensions; do
3738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3739 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3740 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3741 break 2
3743 done
3744 done
3745 IFS=$as_save_IFS
3749 CPPBIN=$ac_cv_prog_CPPBIN
3750 if test -n "$CPPBIN"; then
3751 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3752 $as_echo "$CPPBIN" >&6; }
3753 else
3754 { $as_echo "$as_me:$LINENO: result: no" >&5
3755 $as_echo "no" >&6; }
3760 if test -z "$ac_cv_prog_CPPBIN"; then
3761 ac_ct_CPPBIN=$CPPBIN
3762 # Extract the first word of "cpp", so it can be a program name with args.
3763 set dummy cpp; ac_word=$2
3764 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3765 $as_echo_n "checking for $ac_word... " >&6; }
3766 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3767 $as_echo_n "(cached) " >&6
3768 else
3769 if test -n "$ac_ct_CPPBIN"; then
3770 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3771 else
3772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH
3775 IFS=$as_save_IFS
3776 test -z "$as_dir" && as_dir=.
3777 for ac_exec_ext in '' $ac_executable_extensions; do
3778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3779 ac_cv_prog_ac_ct_CPPBIN="cpp"
3780 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3781 break 2
3783 done
3784 done
3785 IFS=$as_save_IFS
3789 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3790 if test -n "$ac_ct_CPPBIN"; then
3791 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3792 $as_echo "$ac_ct_CPPBIN" >&6; }
3793 else
3794 { $as_echo "$as_me:$LINENO: result: no" >&5
3795 $as_echo "no" >&6; }
3798 if test "x$ac_ct_CPPBIN" = x; then
3799 CPPBIN="cpp"
3800 else
3801 case $cross_compiling:$ac_tool_warned in
3802 yes:)
3803 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3804 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3805 ac_tool_warned=yes ;;
3806 esac
3807 CPPBIN=$ac_ct_CPPBIN
3809 else
3810 CPPBIN="$ac_cv_prog_CPPBIN"
3814 case $host in
3815 x86_64*)
3816 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3817 then
3818 CC="$CC -m32"
3819 CXX="$CXX -m32"
3820 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3821 $as_echo_n "checking whether $CC works... " >&6; }
3823 cat >conftest.$ac_ext <<_ACEOF
3824 /* confdefs.h. */
3825 _ACEOF
3826 cat confdefs.h >>conftest.$ac_ext
3827 cat >>conftest.$ac_ext <<_ACEOF
3828 /* end confdefs.h. */
3831 main ()
3835 return 0;
3837 _ACEOF
3838 rm -f conftest.$ac_objext conftest$ac_exeext
3839 if { (ac_try="$ac_link"
3840 case "(($ac_try" in
3841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3842 *) ac_try_echo=$ac_try;;
3843 esac
3844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3845 $as_echo "$ac_try_echo") >&5
3846 (eval "$ac_link") 2>conftest.er1
3847 ac_status=$?
3848 grep -v '^ *+' conftest.er1 >conftest.err
3849 rm -f conftest.er1
3850 cat conftest.err >&5
3851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3852 (exit $ac_status); } && {
3853 test -z "$ac_c_werror_flag" ||
3854 test ! -s conftest.err
3855 } && test -s conftest$ac_exeext && {
3856 test "$cross_compiling" = yes ||
3857 $as_test_x conftest$ac_exeext
3858 }; then
3859 { $as_echo "$as_me:$LINENO: result: yes" >&5
3860 $as_echo "yes" >&6; }
3861 else
3862 $as_echo "$as_me: failed program was:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3865 { $as_echo "$as_me:$LINENO: result: no" >&5
3866 $as_echo "no" >&6; }
3867 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3868 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3869 { (exit 1); exit 1; }; }
3872 rm -rf conftest.dSYM
3873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3874 conftest$ac_exeext conftest.$ac_ext
3875 LD="${LD:-ld} -m elf_i386"
3876 AS="${AS:-as} --32"
3877 host_cpu="i386"
3878 notice_platform="32-bit "
3879 TARGETFLAGS="-m32"
3881 else
3882 TARGETFLAGS="-m64"
3886 esac
3888 case $host_cpu in
3889 *i[3456789]86*) enable_win16=${enable_win16:-yes} ;;
3890 *) enable_win16=${enable_win16:-no} ;;
3891 esac
3893 WIN16_FILES="\$(WIN16_FILES)"
3895 WIN16_INSTALL="\$(WIN16_INSTALL)"
3897 if test "x$enable_win16" != "xyes"
3898 then
3899 WIN16_FILES=""
3900 WIN16_INSTALL=""
3901 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3902 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3903 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3904 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3905 enable_vmm_vxd=${enable_vmm_vxd:-no}
3906 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3907 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3908 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3909 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3910 enable_w32skrnl=${enable_w32skrnl:-no}
3911 enable_winedos=${enable_winedos:-no}
3912 enable_winevdm=${enable_winevdm:-no}
3915 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3916 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3917 if test "${wine_cv_toolsdir+set}" = set; then
3918 $as_echo_n "(cached) " >&6
3919 else
3920 if test -z "$with_wine_tools"; then
3921 if test "$cross_compiling" = "yes"; then
3922 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3923 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3924 { (exit 1); exit 1; }; }
3925 else
3926 wine_cv_toolsdir="\$(TOPOBJDIR)"
3928 elif test -d "$with_wine_tools/tools/winebuild"; then
3929 case $with_wine_tools in
3930 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3931 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3932 esac
3933 else
3934 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3935 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3936 { (exit 1); exit 1; }; }
3939 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3940 $as_echo "$wine_cv_toolsdir" >&6; }
3941 TOOLSDIR=$wine_cv_toolsdir
3943 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3944 then
3945 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3949 for ac_prog in flex
3951 # Extract the first word of "$ac_prog", so it can be a program name with args.
3952 set dummy $ac_prog; ac_word=$2
3953 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3954 $as_echo_n "checking for $ac_word... " >&6; }
3955 if test "${ac_cv_prog_FLEX+set}" = set; then
3956 $as_echo_n "(cached) " >&6
3957 else
3958 if test -n "$FLEX"; then
3959 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3960 else
3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962 for as_dir in $PATH
3964 IFS=$as_save_IFS
3965 test -z "$as_dir" && as_dir=.
3966 for ac_exec_ext in '' $ac_executable_extensions; do
3967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3968 ac_cv_prog_FLEX="$ac_prog"
3969 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3970 break 2
3972 done
3973 done
3974 IFS=$as_save_IFS
3978 FLEX=$ac_cv_prog_FLEX
3979 if test -n "$FLEX"; then
3980 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3981 $as_echo "$FLEX" >&6; }
3982 else
3983 { $as_echo "$as_me:$LINENO: result: no" >&5
3984 $as_echo "no" >&6; }
3988 test -n "$FLEX" && break
3989 done
3990 test -n "$FLEX" || FLEX="none"
3992 if test "$FLEX" = "none"
3993 then
3994 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3995 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3996 { (exit 1); exit 1; }; }
3999 for ac_prog in bison
4001 # Extract the first word of "$ac_prog", so it can be a program name with args.
4002 set dummy $ac_prog; ac_word=$2
4003 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4004 $as_echo_n "checking for $ac_word... " >&6; }
4005 if test "${ac_cv_prog_BISON+set}" = set; then
4006 $as_echo_n "(cached) " >&6
4007 else
4008 if test -n "$BISON"; then
4009 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4014 IFS=$as_save_IFS
4015 test -z "$as_dir" && as_dir=.
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018 ac_cv_prog_BISON="$ac_prog"
4019 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4020 break 2
4022 done
4023 done
4024 IFS=$as_save_IFS
4028 BISON=$ac_cv_prog_BISON
4029 if test -n "$BISON"; then
4030 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4031 $as_echo "$BISON" >&6; }
4032 else
4033 { $as_echo "$as_me:$LINENO: result: no" >&5
4034 $as_echo "no" >&6; }
4038 test -n "$BISON" && break
4039 done
4040 test -n "$BISON" || BISON="none"
4042 if test "$BISON" = "none"
4043 then
4044 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4045 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4046 { (exit 1); exit 1; }; }
4049 if test -n "$ac_tool_prefix"; then
4050 for ac_prog in gas as
4052 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4053 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4055 $as_echo_n "checking for $ac_word... " >&6; }
4056 if test "${ac_cv_prog_AS+set}" = set; then
4057 $as_echo_n "(cached) " >&6
4058 else
4059 if test -n "$AS"; then
4060 ac_cv_prog_AS="$AS" # Let the user override the test.
4061 else
4062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4063 for as_dir in $PATH
4065 IFS=$as_save_IFS
4066 test -z "$as_dir" && as_dir=.
4067 for ac_exec_ext in '' $ac_executable_extensions; do
4068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4069 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4070 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4071 break 2
4073 done
4074 done
4075 IFS=$as_save_IFS
4079 AS=$ac_cv_prog_AS
4080 if test -n "$AS"; then
4081 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4082 $as_echo "$AS" >&6; }
4083 else
4084 { $as_echo "$as_me:$LINENO: result: no" >&5
4085 $as_echo "no" >&6; }
4089 test -n "$AS" && break
4090 done
4092 if test -z "$AS"; then
4093 ac_ct_AS=$AS
4094 for ac_prog in gas as
4096 # Extract the first word of "$ac_prog", so it can be a program name with args.
4097 set dummy $ac_prog; ac_word=$2
4098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4099 $as_echo_n "checking for $ac_word... " >&6; }
4100 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4101 $as_echo_n "(cached) " >&6
4102 else
4103 if test -n "$ac_ct_AS"; then
4104 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4105 else
4106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4107 for as_dir in $PATH
4109 IFS=$as_save_IFS
4110 test -z "$as_dir" && as_dir=.
4111 for ac_exec_ext in '' $ac_executable_extensions; do
4112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4113 ac_cv_prog_ac_ct_AS="$ac_prog"
4114 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4115 break 2
4117 done
4118 done
4119 IFS=$as_save_IFS
4123 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4124 if test -n "$ac_ct_AS"; then
4125 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4126 $as_echo "$ac_ct_AS" >&6; }
4127 else
4128 { $as_echo "$as_me:$LINENO: result: no" >&5
4129 $as_echo "no" >&6; }
4133 test -n "$ac_ct_AS" && break
4134 done
4136 if test "x$ac_ct_AS" = x; then
4137 AS="as"
4138 else
4139 case $cross_compiling:$ac_tool_warned in
4140 yes:)
4141 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4143 ac_tool_warned=yes ;;
4144 esac
4145 AS=$ac_ct_AS
4149 if test -n "$ac_tool_prefix"; then
4150 for ac_prog in ld gld
4152 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4153 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4154 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4155 $as_echo_n "checking for $ac_word... " >&6; }
4156 if test "${ac_cv_prog_LD+set}" = set; then
4157 $as_echo_n "(cached) " >&6
4158 else
4159 if test -n "$LD"; then
4160 ac_cv_prog_LD="$LD" # Let the user override the test.
4161 else
4162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163 for as_dir in $PATH
4165 IFS=$as_save_IFS
4166 test -z "$as_dir" && as_dir=.
4167 for ac_exec_ext in '' $ac_executable_extensions; do
4168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4170 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4171 break 2
4173 done
4174 done
4175 IFS=$as_save_IFS
4179 LD=$ac_cv_prog_LD
4180 if test -n "$LD"; then
4181 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4182 $as_echo "$LD" >&6; }
4183 else
4184 { $as_echo "$as_me:$LINENO: result: no" >&5
4185 $as_echo "no" >&6; }
4189 test -n "$LD" && break
4190 done
4192 if test -z "$LD"; then
4193 ac_ct_LD=$LD
4194 for ac_prog in ld gld
4196 # Extract the first word of "$ac_prog", so it can be a program name with args.
4197 set dummy $ac_prog; ac_word=$2
4198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4201 $as_echo_n "(cached) " >&6
4202 else
4203 if test -n "$ac_ct_LD"; then
4204 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4205 else
4206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4207 for as_dir in $PATH
4209 IFS=$as_save_IFS
4210 test -z "$as_dir" && as_dir=.
4211 for ac_exec_ext in '' $ac_executable_extensions; do
4212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4213 ac_cv_prog_ac_ct_LD="$ac_prog"
4214 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4215 break 2
4217 done
4218 done
4219 IFS=$as_save_IFS
4223 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4224 if test -n "$ac_ct_LD"; then
4225 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4226 $as_echo "$ac_ct_LD" >&6; }
4227 else
4228 { $as_echo "$as_me:$LINENO: result: no" >&5
4229 $as_echo "no" >&6; }
4233 test -n "$ac_ct_LD" && break
4234 done
4236 if test "x$ac_ct_LD" = x; then
4237 LD="ld"
4238 else
4239 case $cross_compiling:$ac_tool_warned in
4240 yes:)
4241 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4243 ac_tool_warned=yes ;;
4244 esac
4245 LD=$ac_ct_LD
4249 if test -n "$ac_tool_prefix"; then
4250 for ac_prog in nm gnm
4252 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4253 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4255 $as_echo_n "checking for $ac_word... " >&6; }
4256 if test "${ac_cv_prog_NM+set}" = set; then
4257 $as_echo_n "(cached) " >&6
4258 else
4259 if test -n "$NM"; then
4260 ac_cv_prog_NM="$NM" # Let the user override the test.
4261 else
4262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263 for as_dir in $PATH
4265 IFS=$as_save_IFS
4266 test -z "$as_dir" && as_dir=.
4267 for ac_exec_ext in '' $ac_executable_extensions; do
4268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4269 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4270 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4271 break 2
4273 done
4274 done
4275 IFS=$as_save_IFS
4279 NM=$ac_cv_prog_NM
4280 if test -n "$NM"; then
4281 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4282 $as_echo "$NM" >&6; }
4283 else
4284 { $as_echo "$as_me:$LINENO: result: no" >&5
4285 $as_echo "no" >&6; }
4289 test -n "$NM" && break
4290 done
4292 if test -z "$NM"; then
4293 ac_ct_NM=$NM
4294 for ac_prog in nm gnm
4296 # Extract the first word of "$ac_prog", so it can be a program name with args.
4297 set dummy $ac_prog; ac_word=$2
4298 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 $as_echo_n "checking for $ac_word... " >&6; }
4300 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4301 $as_echo_n "(cached) " >&6
4302 else
4303 if test -n "$ac_ct_NM"; then
4304 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4305 else
4306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307 for as_dir in $PATH
4309 IFS=$as_save_IFS
4310 test -z "$as_dir" && as_dir=.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
4312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4313 ac_cv_prog_ac_ct_NM="$ac_prog"
4314 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4315 break 2
4317 done
4318 done
4319 IFS=$as_save_IFS
4323 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4324 if test -n "$ac_ct_NM"; then
4325 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4326 $as_echo "$ac_ct_NM" >&6; }
4327 else
4328 { $as_echo "$as_me:$LINENO: result: no" >&5
4329 $as_echo "no" >&6; }
4333 test -n "$ac_ct_NM" && break
4334 done
4336 if test "x$ac_ct_NM" = x; then
4337 NM="nm"
4338 else
4339 case $cross_compiling:$ac_tool_warned in
4340 yes:)
4341 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4343 ac_tool_warned=yes ;;
4344 esac
4345 NM=$ac_ct_NM
4349 if test -n "$ac_tool_prefix"; then
4350 for ac_prog in ar gar
4352 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4355 $as_echo_n "checking for $ac_word... " >&6; }
4356 if test "${ac_cv_prog_AR+set}" = set; then
4357 $as_echo_n "(cached) " >&6
4358 else
4359 if test -n "$AR"; then
4360 ac_cv_prog_AR="$AR" # Let the user override the test.
4361 else
4362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4363 for as_dir in $PATH
4365 IFS=$as_save_IFS
4366 test -z "$as_dir" && as_dir=.
4367 for ac_exec_ext in '' $ac_executable_extensions; do
4368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4369 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4371 break 2
4373 done
4374 done
4375 IFS=$as_save_IFS
4379 AR=$ac_cv_prog_AR
4380 if test -n "$AR"; then
4381 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4382 $as_echo "$AR" >&6; }
4383 else
4384 { $as_echo "$as_me:$LINENO: result: no" >&5
4385 $as_echo "no" >&6; }
4389 test -n "$AR" && break
4390 done
4392 if test -z "$AR"; then
4393 ac_ct_AR=$AR
4394 for ac_prog in ar gar
4396 # Extract the first word of "$ac_prog", so it can be a program name with args.
4397 set dummy $ac_prog; ac_word=$2
4398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4399 $as_echo_n "checking for $ac_word... " >&6; }
4400 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4401 $as_echo_n "(cached) " >&6
4402 else
4403 if test -n "$ac_ct_AR"; then
4404 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4409 IFS=$as_save_IFS
4410 test -z "$as_dir" && as_dir=.
4411 for ac_exec_ext in '' $ac_executable_extensions; do
4412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413 ac_cv_prog_ac_ct_AR="$ac_prog"
4414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4415 break 2
4417 done
4418 done
4419 IFS=$as_save_IFS
4423 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4424 if test -n "$ac_ct_AR"; then
4425 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4426 $as_echo "$ac_ct_AR" >&6; }
4427 else
4428 { $as_echo "$as_me:$LINENO: result: no" >&5
4429 $as_echo "no" >&6; }
4433 test -n "$ac_ct_AR" && break
4434 done
4436 if test "x$ac_ct_AR" = x; then
4437 AR="ar"
4438 else
4439 case $cross_compiling:$ac_tool_warned in
4440 yes:)
4441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4443 ac_tool_warned=yes ;;
4444 esac
4445 AR=$ac_ct_AR
4449 ARFLAGS=rc
4451 if test -n "$ac_tool_prefix"; then
4452 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4453 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4454 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4455 $as_echo_n "checking for $ac_word... " >&6; }
4456 if test "${ac_cv_prog_RANLIB+set}" = set; then
4457 $as_echo_n "(cached) " >&6
4458 else
4459 if test -n "$RANLIB"; then
4460 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4461 else
4462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 for as_dir in $PATH
4465 IFS=$as_save_IFS
4466 test -z "$as_dir" && as_dir=.
4467 for ac_exec_ext in '' $ac_executable_extensions; do
4468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4469 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4470 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4471 break 2
4473 done
4474 done
4475 IFS=$as_save_IFS
4479 RANLIB=$ac_cv_prog_RANLIB
4480 if test -n "$RANLIB"; then
4481 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4482 $as_echo "$RANLIB" >&6; }
4483 else
4484 { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4490 if test -z "$ac_cv_prog_RANLIB"; then
4491 ac_ct_RANLIB=$RANLIB
4492 # Extract the first word of "ranlib", so it can be a program name with args.
4493 set dummy ranlib; ac_word=$2
4494 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4495 $as_echo_n "checking for $ac_word... " >&6; }
4496 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4497 $as_echo_n "(cached) " >&6
4498 else
4499 if test -n "$ac_ct_RANLIB"; then
4500 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4501 else
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_exec_ext in '' $ac_executable_extensions; do
4508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4509 ac_cv_prog_ac_ct_RANLIB="ranlib"
4510 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4511 break 2
4513 done
4514 done
4515 IFS=$as_save_IFS
4519 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4520 if test -n "$ac_ct_RANLIB"; then
4521 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4522 $as_echo "$ac_ct_RANLIB" >&6; }
4523 else
4524 { $as_echo "$as_me:$LINENO: result: no" >&5
4525 $as_echo "no" >&6; }
4528 if test "x$ac_ct_RANLIB" = x; then
4529 RANLIB=":"
4530 else
4531 case $cross_compiling:$ac_tool_warned in
4532 yes:)
4533 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4535 ac_tool_warned=yes ;;
4536 esac
4537 RANLIB=$ac_ct_RANLIB
4539 else
4540 RANLIB="$ac_cv_prog_RANLIB"
4543 if test -n "$ac_tool_prefix"; then
4544 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4545 set dummy ${ac_tool_prefix}strip; ac_word=$2
4546 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4547 $as_echo_n "checking for $ac_word... " >&6; }
4548 if test "${ac_cv_prog_STRIP+set}" = set; then
4549 $as_echo_n "(cached) " >&6
4550 else
4551 if test -n "$STRIP"; then
4552 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4553 else
4554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4555 for as_dir in $PATH
4557 IFS=$as_save_IFS
4558 test -z "$as_dir" && as_dir=.
4559 for ac_exec_ext in '' $ac_executable_extensions; do
4560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4561 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4562 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4563 break 2
4565 done
4566 done
4567 IFS=$as_save_IFS
4571 STRIP=$ac_cv_prog_STRIP
4572 if test -n "$STRIP"; then
4573 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4574 $as_echo "$STRIP" >&6; }
4575 else
4576 { $as_echo "$as_me:$LINENO: result: no" >&5
4577 $as_echo "no" >&6; }
4582 if test -z "$ac_cv_prog_STRIP"; then
4583 ac_ct_STRIP=$STRIP
4584 # Extract the first word of "strip", so it can be a program name with args.
4585 set dummy strip; ac_word=$2
4586 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4587 $as_echo_n "checking for $ac_word... " >&6; }
4588 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4589 $as_echo_n "(cached) " >&6
4590 else
4591 if test -n "$ac_ct_STRIP"; then
4592 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4593 else
4594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4595 for as_dir in $PATH
4597 IFS=$as_save_IFS
4598 test -z "$as_dir" && as_dir=.
4599 for ac_exec_ext in '' $ac_executable_extensions; do
4600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4601 ac_cv_prog_ac_ct_STRIP="strip"
4602 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4603 break 2
4605 done
4606 done
4607 IFS=$as_save_IFS
4611 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4612 if test -n "$ac_ct_STRIP"; then
4613 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4614 $as_echo "$ac_ct_STRIP" >&6; }
4615 else
4616 { $as_echo "$as_me:$LINENO: result: no" >&5
4617 $as_echo "no" >&6; }
4620 if test "x$ac_ct_STRIP" = x; then
4621 STRIP="strip"
4622 else
4623 case $cross_compiling:$ac_tool_warned in
4624 yes:)
4625 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4627 ac_tool_warned=yes ;;
4628 esac
4629 STRIP=$ac_ct_STRIP
4631 else
4632 STRIP="$ac_cv_prog_STRIP"
4635 if test -n "$ac_tool_prefix"; then
4636 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4637 set dummy ${ac_tool_prefix}windres; ac_word=$2
4638 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4639 $as_echo_n "checking for $ac_word... " >&6; }
4640 if test "${ac_cv_prog_WINDRES+set}" = set; then
4641 $as_echo_n "(cached) " >&6
4642 else
4643 if test -n "$WINDRES"; then
4644 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4645 else
4646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4647 for as_dir in $PATH
4649 IFS=$as_save_IFS
4650 test -z "$as_dir" && as_dir=.
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4653 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4654 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4655 break 2
4657 done
4658 done
4659 IFS=$as_save_IFS
4663 WINDRES=$ac_cv_prog_WINDRES
4664 if test -n "$WINDRES"; then
4665 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4666 $as_echo "$WINDRES" >&6; }
4667 else
4668 { $as_echo "$as_me:$LINENO: result: no" >&5
4669 $as_echo "no" >&6; }
4674 if test -z "$ac_cv_prog_WINDRES"; then
4675 ac_ct_WINDRES=$WINDRES
4676 # Extract the first word of "windres", so it can be a program name with args.
4677 set dummy windres; ac_word=$2
4678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4681 $as_echo_n "(cached) " >&6
4682 else
4683 if test -n "$ac_ct_WINDRES"; then
4684 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4685 else
4686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4687 for as_dir in $PATH
4689 IFS=$as_save_IFS
4690 test -z "$as_dir" && as_dir=.
4691 for ac_exec_ext in '' $ac_executable_extensions; do
4692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4693 ac_cv_prog_ac_ct_WINDRES="windres"
4694 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4695 break 2
4697 done
4698 done
4699 IFS=$as_save_IFS
4703 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4704 if test -n "$ac_ct_WINDRES"; then
4705 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4706 $as_echo "$ac_ct_WINDRES" >&6; }
4707 else
4708 { $as_echo "$as_me:$LINENO: result: no" >&5
4709 $as_echo "no" >&6; }
4712 if test "x$ac_ct_WINDRES" = x; then
4713 WINDRES="false"
4714 else
4715 case $cross_compiling:$ac_tool_warned in
4716 yes:)
4717 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned=yes ;;
4720 esac
4721 WINDRES=$ac_ct_WINDRES
4723 else
4724 WINDRES="$ac_cv_prog_WINDRES"
4727 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4728 $as_echo_n "checking whether ln -s works... " >&6; }
4729 LN_S=$as_ln_s
4730 if test "$LN_S" = "ln -s"; then
4731 { $as_echo "$as_me:$LINENO: result: yes" >&5
4732 $as_echo "yes" >&6; }
4733 else
4734 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4735 $as_echo "no, using $LN_S" >&6; }
4738 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4739 $as_echo_n "checking whether ln works... " >&6; }
4740 rm -f conf$$ conf$$.file
4741 echo >conf$$.file
4742 if ln conf$$.file conf$$ 2>/dev/null; then
4743 LN=ln
4745 { $as_echo "$as_me:$LINENO: result: yes" >&5
4746 $as_echo "yes" >&6; }
4747 else
4748 LN="cp -p"
4750 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4751 $as_echo "no, using $LN" >&6; }
4753 rm -f conf$$ conf$$.file
4754 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4755 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4756 if test "${ac_cv_path_GREP+set}" = set; then
4757 $as_echo_n "(cached) " >&6
4758 else
4759 if test -z "$GREP"; then
4760 ac_path_GREP_found=false
4761 # Loop through the user's path and test for each of PROGNAME-LIST
4762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4763 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4765 IFS=$as_save_IFS
4766 test -z "$as_dir" && as_dir=.
4767 for ac_prog in grep ggrep; do
4768 for ac_exec_ext in '' $ac_executable_extensions; do
4769 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4770 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4771 # Check for GNU ac_path_GREP and select it if it is found.
4772 # Check for GNU $ac_path_GREP
4773 case `"$ac_path_GREP" --version 2>&1` in
4774 *GNU*)
4775 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4777 ac_count=0
4778 $as_echo_n 0123456789 >"conftest.in"
4779 while :
4781 cat "conftest.in" "conftest.in" >"conftest.tmp"
4782 mv "conftest.tmp" "conftest.in"
4783 cp "conftest.in" "conftest.nl"
4784 $as_echo 'GREP' >> "conftest.nl"
4785 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4786 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4787 ac_count=`expr $ac_count + 1`
4788 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4789 # Best one so far, save it but keep looking for a better one
4790 ac_cv_path_GREP="$ac_path_GREP"
4791 ac_path_GREP_max=$ac_count
4793 # 10*(2^10) chars as input seems more than enough
4794 test $ac_count -gt 10 && break
4795 done
4796 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4797 esac
4799 $ac_path_GREP_found && break 3
4800 done
4801 done
4802 done
4803 IFS=$as_save_IFS
4804 if test -z "$ac_cv_path_GREP"; then
4805 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4806 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4807 { (exit 1); exit 1; }; }
4809 else
4810 ac_cv_path_GREP=$GREP
4814 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4815 $as_echo "$ac_cv_path_GREP" >&6; }
4816 GREP="$ac_cv_path_GREP"
4819 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4820 $as_echo_n "checking for egrep... " >&6; }
4821 if test "${ac_cv_path_EGREP+set}" = set; then
4822 $as_echo_n "(cached) " >&6
4823 else
4824 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4825 then ac_cv_path_EGREP="$GREP -E"
4826 else
4827 if test -z "$EGREP"; then
4828 ac_path_EGREP_found=false
4829 # Loop through the user's path and test for each of PROGNAME-LIST
4830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4831 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4833 IFS=$as_save_IFS
4834 test -z "$as_dir" && as_dir=.
4835 for ac_prog in egrep; do
4836 for ac_exec_ext in '' $ac_executable_extensions; do
4837 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4838 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4839 # Check for GNU ac_path_EGREP and select it if it is found.
4840 # Check for GNU $ac_path_EGREP
4841 case `"$ac_path_EGREP" --version 2>&1` in
4842 *GNU*)
4843 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4845 ac_count=0
4846 $as_echo_n 0123456789 >"conftest.in"
4847 while :
4849 cat "conftest.in" "conftest.in" >"conftest.tmp"
4850 mv "conftest.tmp" "conftest.in"
4851 cp "conftest.in" "conftest.nl"
4852 $as_echo 'EGREP' >> "conftest.nl"
4853 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4854 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4855 ac_count=`expr $ac_count + 1`
4856 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4857 # Best one so far, save it but keep looking for a better one
4858 ac_cv_path_EGREP="$ac_path_EGREP"
4859 ac_path_EGREP_max=$ac_count
4861 # 10*(2^10) chars as input seems more than enough
4862 test $ac_count -gt 10 && break
4863 done
4864 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4865 esac
4867 $ac_path_EGREP_found && break 3
4868 done
4869 done
4870 done
4871 IFS=$as_save_IFS
4872 if test -z "$ac_cv_path_EGREP"; then
4873 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4874 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4875 { (exit 1); exit 1; }; }
4877 else
4878 ac_cv_path_EGREP=$EGREP
4883 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4884 $as_echo "$ac_cv_path_EGREP" >&6; }
4885 EGREP="$ac_cv_path_EGREP"
4888 # Extract the first word of "ldconfig", so it can be a program name with args.
4889 set dummy ldconfig; ac_word=$2
4890 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4891 $as_echo_n "checking for $ac_word... " >&6; }
4892 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4893 $as_echo_n "(cached) " >&6
4894 else
4895 case $LDCONFIG in
4896 [\\/]* | ?:[\\/]*)
4897 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in /sbin /usr/sbin $PATH
4903 IFS=$as_save_IFS
4904 test -z "$as_dir" && as_dir=.
4905 for ac_exec_ext in '' $ac_executable_extensions; do
4906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4907 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4908 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4909 break 2
4911 done
4912 done
4913 IFS=$as_save_IFS
4915 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4917 esac
4919 LDCONFIG=$ac_cv_path_LDCONFIG
4920 if test -n "$LDCONFIG"; then
4921 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4922 $as_echo "$LDCONFIG" >&6; }
4923 else
4924 { $as_echo "$as_me:$LINENO: result: no" >&5
4925 $as_echo "no" >&6; }
4929 # Find a good install program. We prefer a C program (faster),
4930 # so one script is as good as another. But avoid the broken or
4931 # incompatible versions:
4932 # SysV /etc/install, /usr/sbin/install
4933 # SunOS /usr/etc/install
4934 # IRIX /sbin/install
4935 # AIX /bin/install
4936 # AmigaOS /C/install, which installs bootblocks on floppy discs
4937 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4938 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4939 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4940 # OS/2's system install, which has a completely different semantic
4941 # ./install, which can be erroneously created by make from ./install.sh.
4942 # Reject install programs that cannot install multiple files.
4943 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4944 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4945 if test -z "$INSTALL"; then
4946 if test "${ac_cv_path_install+set}" = set; then
4947 $as_echo_n "(cached) " >&6
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 # Account for people who put trailing slashes in PATH elements.
4955 case $as_dir/ in
4956 ./ | .// | /cC/* | \
4957 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4958 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4959 /usr/ucb/* ) ;;
4961 # OSF1 and SCO ODT 3.0 have their own names for install.
4962 # Don't use installbsd from OSF since it installs stuff as root
4963 # by default.
4964 for ac_prog in ginstall scoinst install; do
4965 for ac_exec_ext in '' $ac_executable_extensions; do
4966 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4967 if test $ac_prog = install &&
4968 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4969 # AIX install. It has an incompatible calling convention.
4971 elif test $ac_prog = install &&
4972 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4973 # program-specific install script used by HP pwplus--don't use.
4975 else
4976 rm -rf conftest.one conftest.two conftest.dir
4977 echo one > conftest.one
4978 echo two > conftest.two
4979 mkdir conftest.dir
4980 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4981 test -s conftest.one && test -s conftest.two &&
4982 test -s conftest.dir/conftest.one &&
4983 test -s conftest.dir/conftest.two
4984 then
4985 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4986 break 3
4990 done
4991 done
4993 esac
4995 done
4996 IFS=$as_save_IFS
4998 rm -rf conftest.one conftest.two conftest.dir
5001 if test "${ac_cv_path_install+set}" = set; then
5002 INSTALL=$ac_cv_path_install
5003 else
5004 # As a last resort, use the slow shell script. Don't cache a
5005 # value for INSTALL within a source directory, because that will
5006 # break other packages using the cache if that directory is
5007 # removed, or if the value is a relative name.
5008 INSTALL=$ac_install_sh
5011 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5012 $as_echo "$INSTALL" >&6; }
5014 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5015 # It thinks the first close brace ends the variable substitution.
5016 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5018 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5020 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5022 case "$INSTALL" in
5023 [\\/$]* | ?:[\\/]* ) ;;
5024 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5025 esac
5027 for ac_prog in lclint lint
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_LINT+set}" = set; then
5034 $as_echo_n "(cached) " >&6
5035 else
5036 if test -n "$LINT"; then
5037 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_LINT="$ac_prog"
5047 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5050 done
5051 done
5052 IFS=$as_save_IFS
5056 LINT=$ac_cv_prog_LINT
5057 if test -n "$LINT"; then
5058 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5059 $as_echo "$LINT" >&6; }
5060 else
5061 { $as_echo "$as_me:$LINENO: result: no" >&5
5062 $as_echo "no" >&6; }
5066 test -n "$LINT" && break
5067 done
5069 if test "$LINT" = "lint"
5070 then
5071 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5076 for ac_prog in fontforge
5078 # Extract the first word of "$ac_prog", so it can be a program name with args.
5079 set dummy $ac_prog; ac_word=$2
5080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5083 $as_echo_n "(cached) " >&6
5084 else
5085 if test -n "$FONTFORGE"; then
5086 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5087 else
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in $PATH
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095 ac_cv_prog_FONTFORGE="$ac_prog"
5096 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5099 done
5100 done
5101 IFS=$as_save_IFS
5105 FONTFORGE=$ac_cv_prog_FONTFORGE
5106 if test -n "$FONTFORGE"; then
5107 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5108 $as_echo "$FONTFORGE" >&6; }
5109 else
5110 { $as_echo "$as_me:$LINENO: result: no" >&5
5111 $as_echo "no" >&6; }
5115 test -n "$FONTFORGE" && break
5116 done
5117 test -n "$FONTFORGE" || FONTFORGE="false"
5119 for ac_prog in pkg-config
5121 # Extract the first word of "$ac_prog", so it can be a program name with args.
5122 set dummy $ac_prog; ac_word=$2
5123 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5126 $as_echo_n "(cached) " >&6
5127 else
5128 if test -n "$PKG_CONFIG"; then
5129 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5130 else
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 for as_dir in $PATH
5134 IFS=$as_save_IFS
5135 test -z "$as_dir" && as_dir=.
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138 ac_cv_prog_PKG_CONFIG="$ac_prog"
5139 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5140 break 2
5142 done
5143 done
5144 IFS=$as_save_IFS
5148 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5149 if test -n "$PKG_CONFIG"; then
5150 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5151 $as_echo "$PKG_CONFIG" >&6; }
5152 else
5153 { $as_echo "$as_me:$LINENO: result: no" >&5
5154 $as_echo "no" >&6; }
5158 test -n "$PKG_CONFIG" && break
5159 done
5160 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5162 for ac_prog in rsvg
5164 # Extract the first word of "$ac_prog", so it can be a program name with args.
5165 set dummy $ac_prog; ac_word=$2
5166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5167 $as_echo_n "checking for $ac_word... " >&6; }
5168 if test "${ac_cv_prog_RSVG+set}" = set; then
5169 $as_echo_n "(cached) " >&6
5170 else
5171 if test -n "$RSVG"; then
5172 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5173 else
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_exec_ext in '' $ac_executable_extensions; do
5180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5181 ac_cv_prog_RSVG="$ac_prog"
5182 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5183 break 2
5185 done
5186 done
5187 IFS=$as_save_IFS
5191 RSVG=$ac_cv_prog_RSVG
5192 if test -n "$RSVG"; then
5193 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5194 $as_echo "$RSVG" >&6; }
5195 else
5196 { $as_echo "$as_me:$LINENO: result: no" >&5
5197 $as_echo "no" >&6; }
5201 test -n "$RSVG" && break
5202 done
5203 test -n "$RSVG" || RSVG="false"
5205 for ac_prog in icotool
5207 # Extract the first word of "$ac_prog", so it can be a program name with args.
5208 set dummy $ac_prog; ac_word=$2
5209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5210 $as_echo_n "checking for $ac_word... " >&6; }
5211 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5212 $as_echo_n "(cached) " >&6
5213 else
5214 if test -n "$ICOTOOL"; then
5215 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5216 else
5217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5218 for as_dir in $PATH
5220 IFS=$as_save_IFS
5221 test -z "$as_dir" && as_dir=.
5222 for ac_exec_ext in '' $ac_executable_extensions; do
5223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5224 ac_cv_prog_ICOTOOL="$ac_prog"
5225 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5226 break 2
5228 done
5229 done
5230 IFS=$as_save_IFS
5234 ICOTOOL=$ac_cv_prog_ICOTOOL
5235 if test -n "$ICOTOOL"; then
5236 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5237 $as_echo "$ICOTOOL" >&6; }
5238 else
5239 { $as_echo "$as_me:$LINENO: result: no" >&5
5240 $as_echo "no" >&6; }
5244 test -n "$ICOTOOL" && break
5245 done
5246 test -n "$ICOTOOL" || ICOTOOL="false"
5249 if test "${enable_maintainer_mode+set}" = set
5250 then
5251 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5252 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5253 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5256 case $host_cpu in
5257 *i[3456789]86*)
5258 # Extract the first word of "prelink", so it can be a program name with args.
5259 set dummy prelink; ac_word=$2
5260 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5261 $as_echo_n "checking for $ac_word... " >&6; }
5262 if test "${ac_cv_path_PRELINK+set}" = set; then
5263 $as_echo_n "(cached) " >&6
5264 else
5265 case $PRELINK in
5266 [\\/]* | ?:[\\/]*)
5267 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5271 for as_dir in /sbin /usr/sbin $PATH
5273 IFS=$as_save_IFS
5274 test -z "$as_dir" && as_dir=.
5275 for ac_exec_ext in '' $ac_executable_extensions; do
5276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5277 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5278 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5279 break 2
5281 done
5282 done
5283 IFS=$as_save_IFS
5285 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5287 esac
5289 PRELINK=$ac_cv_path_PRELINK
5290 if test -n "$PRELINK"; then
5291 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5292 $as_echo "$PRELINK" >&6; }
5293 else
5294 { $as_echo "$as_me:$LINENO: result: no" >&5
5295 $as_echo "no" >&6; }
5300 esac
5304 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5305 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5306 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5307 $as_echo_n "(cached) " >&6
5308 else
5309 ac_check_lib_save_LIBS=$LIBS
5310 LIBS="-li386 $LIBS"
5311 cat >conftest.$ac_ext <<_ACEOF
5312 /* confdefs.h. */
5313 _ACEOF
5314 cat confdefs.h >>conftest.$ac_ext
5315 cat >>conftest.$ac_ext <<_ACEOF
5316 /* end confdefs.h. */
5318 /* Override any GCC internal prototype to avoid an error.
5319 Use char because int might match the return type of a GCC
5320 builtin and then its argument prototype would still apply. */
5321 #ifdef __cplusplus
5322 extern "C"
5323 #endif
5324 char i386_set_ldt ();
5326 main ()
5328 return i386_set_ldt ();
5330 return 0;
5332 _ACEOF
5333 rm -f conftest.$ac_objext conftest$ac_exeext
5334 if { (ac_try="$ac_link"
5335 case "(($ac_try" in
5336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5337 *) ac_try_echo=$ac_try;;
5338 esac
5339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5340 $as_echo "$ac_try_echo") >&5
5341 (eval "$ac_link") 2>conftest.er1
5342 ac_status=$?
5343 grep -v '^ *+' conftest.er1 >conftest.err
5344 rm -f conftest.er1
5345 cat conftest.err >&5
5346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347 (exit $ac_status); } && {
5348 test -z "$ac_c_werror_flag" ||
5349 test ! -s conftest.err
5350 } && test -s conftest$ac_exeext && {
5351 test "$cross_compiling" = yes ||
5352 $as_test_x conftest$ac_exeext
5353 }; then
5354 ac_cv_lib_i386_i386_set_ldt=yes
5355 else
5356 $as_echo "$as_me: failed program was:" >&5
5357 sed 's/^/| /' conftest.$ac_ext >&5
5359 ac_cv_lib_i386_i386_set_ldt=no
5362 rm -rf conftest.dSYM
5363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5364 conftest$ac_exeext conftest.$ac_ext
5365 LIBS=$ac_check_lib_save_LIBS
5367 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5368 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5369 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5370 cat >>confdefs.h <<_ACEOF
5371 #define HAVE_LIBI386 1
5372 _ACEOF
5374 LIBS="-li386 $LIBS"
5379 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5380 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5381 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5382 $as_echo_n "(cached) " >&6
5383 else
5384 ac_check_lib_save_LIBS=$LIBS
5385 LIBS="-lossaudio $LIBS"
5386 cat >conftest.$ac_ext <<_ACEOF
5387 /* confdefs.h. */
5388 _ACEOF
5389 cat confdefs.h >>conftest.$ac_ext
5390 cat >>conftest.$ac_ext <<_ACEOF
5391 /* end confdefs.h. */
5393 /* Override any GCC internal prototype to avoid an error.
5394 Use char because int might match the return type of a GCC
5395 builtin and then its argument prototype would still apply. */
5396 #ifdef __cplusplus
5397 extern "C"
5398 #endif
5399 char _oss_ioctl ();
5401 main ()
5403 return _oss_ioctl ();
5405 return 0;
5407 _ACEOF
5408 rm -f conftest.$ac_objext conftest$ac_exeext
5409 if { (ac_try="$ac_link"
5410 case "(($ac_try" in
5411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5412 *) ac_try_echo=$ac_try;;
5413 esac
5414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5415 $as_echo "$ac_try_echo") >&5
5416 (eval "$ac_link") 2>conftest.er1
5417 ac_status=$?
5418 grep -v '^ *+' conftest.er1 >conftest.err
5419 rm -f conftest.er1
5420 cat conftest.err >&5
5421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5422 (exit $ac_status); } && {
5423 test -z "$ac_c_werror_flag" ||
5424 test ! -s conftest.err
5425 } && test -s conftest$ac_exeext && {
5426 test "$cross_compiling" = yes ||
5427 $as_test_x conftest$ac_exeext
5428 }; then
5429 ac_cv_lib_ossaudio__oss_ioctl=yes
5430 else
5431 $as_echo "$as_me: failed program was:" >&5
5432 sed 's/^/| /' conftest.$ac_ext >&5
5434 ac_cv_lib_ossaudio__oss_ioctl=no
5437 rm -rf conftest.dSYM
5438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5439 conftest$ac_exeext conftest.$ac_ext
5440 LIBS=$ac_check_lib_save_LIBS
5442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5443 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5444 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5445 cat >>confdefs.h <<_ACEOF
5446 #define HAVE_LIBOSSAUDIO 1
5447 _ACEOF
5449 LIBS="-lossaudio $LIBS"
5454 XLIB=""
5456 OPENGL_LIBS=""
5460 ac_ext=c
5461 ac_cpp='$CPP $CPPFLAGS'
5462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5465 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5466 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5467 # On Suns, sometimes $CPP names a directory.
5468 if test -n "$CPP" && test -d "$CPP"; then
5469 CPP=
5471 if test -z "$CPP"; then
5472 if test "${ac_cv_prog_CPP+set}" = set; then
5473 $as_echo_n "(cached) " >&6
5474 else
5475 # Double quotes because CPP needs to be expanded
5476 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5478 ac_preproc_ok=false
5479 for ac_c_preproc_warn_flag in '' yes
5481 # Use a header file that comes with gcc, so configuring glibc
5482 # with a fresh cross-compiler works.
5483 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5484 # <limits.h> exists even on freestanding compilers.
5485 # On the NeXT, cc -E runs the code through the compiler's parser,
5486 # not just through cpp. "Syntax error" is here to catch this case.
5487 cat >conftest.$ac_ext <<_ACEOF
5488 /* confdefs.h. */
5489 _ACEOF
5490 cat confdefs.h >>conftest.$ac_ext
5491 cat >>conftest.$ac_ext <<_ACEOF
5492 /* end confdefs.h. */
5493 #ifdef __STDC__
5494 # include <limits.h>
5495 #else
5496 # include <assert.h>
5497 #endif
5498 Syntax error
5499 _ACEOF
5500 if { (ac_try="$ac_cpp conftest.$ac_ext"
5501 case "(($ac_try" in
5502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503 *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5508 ac_status=$?
5509 grep -v '^ *+' conftest.er1 >conftest.err
5510 rm -f conftest.er1
5511 cat conftest.err >&5
5512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5513 (exit $ac_status); } >/dev/null && {
5514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5515 test ! -s conftest.err
5516 }; then
5518 else
5519 $as_echo "$as_me: failed program was:" >&5
5520 sed 's/^/| /' conftest.$ac_ext >&5
5522 # Broken: fails on valid input.
5523 continue
5526 rm -f conftest.err conftest.$ac_ext
5528 # OK, works on sane cases. Now check whether nonexistent headers
5529 # can be detected and how.
5530 cat >conftest.$ac_ext <<_ACEOF
5531 /* confdefs.h. */
5532 _ACEOF
5533 cat confdefs.h >>conftest.$ac_ext
5534 cat >>conftest.$ac_ext <<_ACEOF
5535 /* end confdefs.h. */
5536 #include <ac_nonexistent.h>
5537 _ACEOF
5538 if { (ac_try="$ac_cpp conftest.$ac_ext"
5539 case "(($ac_try" in
5540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5541 *) ac_try_echo=$ac_try;;
5542 esac
5543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5544 $as_echo "$ac_try_echo") >&5
5545 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5546 ac_status=$?
5547 grep -v '^ *+' conftest.er1 >conftest.err
5548 rm -f conftest.er1
5549 cat conftest.err >&5
5550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } >/dev/null && {
5552 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5553 test ! -s conftest.err
5554 }; then
5555 # Broken: success on invalid input.
5556 continue
5557 else
5558 $as_echo "$as_me: failed program was:" >&5
5559 sed 's/^/| /' conftest.$ac_ext >&5
5561 # Passes both tests.
5562 ac_preproc_ok=:
5563 break
5566 rm -f conftest.err conftest.$ac_ext
5568 done
5569 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5570 rm -f conftest.err conftest.$ac_ext
5571 if $ac_preproc_ok; then
5572 break
5575 done
5576 ac_cv_prog_CPP=$CPP
5579 CPP=$ac_cv_prog_CPP
5580 else
5581 ac_cv_prog_CPP=$CPP
5583 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5584 $as_echo "$CPP" >&6; }
5585 ac_preproc_ok=false
5586 for ac_c_preproc_warn_flag in '' yes
5588 # Use a header file that comes with gcc, so configuring glibc
5589 # with a fresh cross-compiler works.
5590 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5591 # <limits.h> exists even on freestanding compilers.
5592 # On the NeXT, cc -E runs the code through the compiler's parser,
5593 # not just through cpp. "Syntax error" is here to catch this case.
5594 cat >conftest.$ac_ext <<_ACEOF
5595 /* confdefs.h. */
5596 _ACEOF
5597 cat confdefs.h >>conftest.$ac_ext
5598 cat >>conftest.$ac_ext <<_ACEOF
5599 /* end confdefs.h. */
5600 #ifdef __STDC__
5601 # include <limits.h>
5602 #else
5603 # include <assert.h>
5604 #endif
5605 Syntax error
5606 _ACEOF
5607 if { (ac_try="$ac_cpp conftest.$ac_ext"
5608 case "(($ac_try" in
5609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5610 *) ac_try_echo=$ac_try;;
5611 esac
5612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5613 $as_echo "$ac_try_echo") >&5
5614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5615 ac_status=$?
5616 grep -v '^ *+' conftest.er1 >conftest.err
5617 rm -f conftest.er1
5618 cat conftest.err >&5
5619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620 (exit $ac_status); } >/dev/null && {
5621 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5622 test ! -s conftest.err
5623 }; then
5625 else
5626 $as_echo "$as_me: failed program was:" >&5
5627 sed 's/^/| /' conftest.$ac_ext >&5
5629 # Broken: fails on valid input.
5630 continue
5633 rm -f conftest.err conftest.$ac_ext
5635 # OK, works on sane cases. Now check whether nonexistent headers
5636 # can be detected and how.
5637 cat >conftest.$ac_ext <<_ACEOF
5638 /* confdefs.h. */
5639 _ACEOF
5640 cat confdefs.h >>conftest.$ac_ext
5641 cat >>conftest.$ac_ext <<_ACEOF
5642 /* end confdefs.h. */
5643 #include <ac_nonexistent.h>
5644 _ACEOF
5645 if { (ac_try="$ac_cpp conftest.$ac_ext"
5646 case "(($ac_try" in
5647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5648 *) ac_try_echo=$ac_try;;
5649 esac
5650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5651 $as_echo "$ac_try_echo") >&5
5652 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5653 ac_status=$?
5654 grep -v '^ *+' conftest.er1 >conftest.err
5655 rm -f conftest.er1
5656 cat conftest.err >&5
5657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658 (exit $ac_status); } >/dev/null && {
5659 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5660 test ! -s conftest.err
5661 }; then
5662 # Broken: success on invalid input.
5663 continue
5664 else
5665 $as_echo "$as_me: failed program was:" >&5
5666 sed 's/^/| /' conftest.$ac_ext >&5
5668 # Passes both tests.
5669 ac_preproc_ok=:
5670 break
5673 rm -f conftest.err conftest.$ac_ext
5675 done
5676 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5677 rm -f conftest.err conftest.$ac_ext
5678 if $ac_preproc_ok; then
5680 else
5681 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5683 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5684 See \`config.log' for more details." >&5
5685 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5686 See \`config.log' for more details." >&2;}
5687 { (exit 1); exit 1; }; }; }
5690 ac_ext=c
5691 ac_cpp='$CPP $CPPFLAGS'
5692 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5693 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5694 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5697 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5698 $as_echo_n "checking for ANSI C header files... " >&6; }
5699 if test "${ac_cv_header_stdc+set}" = set; then
5700 $as_echo_n "(cached) " >&6
5701 else
5702 cat >conftest.$ac_ext <<_ACEOF
5703 /* confdefs.h. */
5704 _ACEOF
5705 cat confdefs.h >>conftest.$ac_ext
5706 cat >>conftest.$ac_ext <<_ACEOF
5707 /* end confdefs.h. */
5708 #include <stdlib.h>
5709 #include <stdarg.h>
5710 #include <string.h>
5711 #include <float.h>
5714 main ()
5718 return 0;
5720 _ACEOF
5721 rm -f conftest.$ac_objext
5722 if { (ac_try="$ac_compile"
5723 case "(($ac_try" in
5724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5725 *) ac_try_echo=$ac_try;;
5726 esac
5727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5728 $as_echo "$ac_try_echo") >&5
5729 (eval "$ac_compile") 2>conftest.er1
5730 ac_status=$?
5731 grep -v '^ *+' conftest.er1 >conftest.err
5732 rm -f conftest.er1
5733 cat conftest.err >&5
5734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5735 (exit $ac_status); } && {
5736 test -z "$ac_c_werror_flag" ||
5737 test ! -s conftest.err
5738 } && test -s conftest.$ac_objext; then
5739 ac_cv_header_stdc=yes
5740 else
5741 $as_echo "$as_me: failed program was:" >&5
5742 sed 's/^/| /' conftest.$ac_ext >&5
5744 ac_cv_header_stdc=no
5747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5749 if test $ac_cv_header_stdc = yes; then
5750 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5751 cat >conftest.$ac_ext <<_ACEOF
5752 /* confdefs.h. */
5753 _ACEOF
5754 cat confdefs.h >>conftest.$ac_ext
5755 cat >>conftest.$ac_ext <<_ACEOF
5756 /* end confdefs.h. */
5757 #include <string.h>
5759 _ACEOF
5760 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5761 $EGREP "memchr" >/dev/null 2>&1; then
5763 else
5764 ac_cv_header_stdc=no
5766 rm -f conftest*
5770 if test $ac_cv_header_stdc = yes; then
5771 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5772 cat >conftest.$ac_ext <<_ACEOF
5773 /* confdefs.h. */
5774 _ACEOF
5775 cat confdefs.h >>conftest.$ac_ext
5776 cat >>conftest.$ac_ext <<_ACEOF
5777 /* end confdefs.h. */
5778 #include <stdlib.h>
5780 _ACEOF
5781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5782 $EGREP "free" >/dev/null 2>&1; then
5784 else
5785 ac_cv_header_stdc=no
5787 rm -f conftest*
5791 if test $ac_cv_header_stdc = yes; then
5792 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5793 if test "$cross_compiling" = yes; then
5795 else
5796 cat >conftest.$ac_ext <<_ACEOF
5797 /* confdefs.h. */
5798 _ACEOF
5799 cat confdefs.h >>conftest.$ac_ext
5800 cat >>conftest.$ac_ext <<_ACEOF
5801 /* end confdefs.h. */
5802 #include <ctype.h>
5803 #include <stdlib.h>
5804 #if ((' ' & 0x0FF) == 0x020)
5805 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5806 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5807 #else
5808 # define ISLOWER(c) \
5809 (('a' <= (c) && (c) <= 'i') \
5810 || ('j' <= (c) && (c) <= 'r') \
5811 || ('s' <= (c) && (c) <= 'z'))
5812 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5813 #endif
5815 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5817 main ()
5819 int i;
5820 for (i = 0; i < 256; i++)
5821 if (XOR (islower (i), ISLOWER (i))
5822 || toupper (i) != TOUPPER (i))
5823 return 2;
5824 return 0;
5826 _ACEOF
5827 rm -f conftest$ac_exeext
5828 if { (ac_try="$ac_link"
5829 case "(($ac_try" in
5830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5831 *) ac_try_echo=$ac_try;;
5832 esac
5833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5834 $as_echo "$ac_try_echo") >&5
5835 (eval "$ac_link") 2>&5
5836 ac_status=$?
5837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5838 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5839 { (case "(($ac_try" in
5840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5841 *) ac_try_echo=$ac_try;;
5842 esac
5843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5844 $as_echo "$ac_try_echo") >&5
5845 (eval "$ac_try") 2>&5
5846 ac_status=$?
5847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848 (exit $ac_status); }; }; then
5850 else
5851 $as_echo "$as_me: program exited with status $ac_status" >&5
5852 $as_echo "$as_me: failed program was:" >&5
5853 sed 's/^/| /' conftest.$ac_ext >&5
5855 ( exit $ac_status )
5856 ac_cv_header_stdc=no
5858 rm -rf conftest.dSYM
5859 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5865 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5866 $as_echo "$ac_cv_header_stdc" >&6; }
5867 if test $ac_cv_header_stdc = yes; then
5869 cat >>confdefs.h <<\_ACEOF
5870 #define STDC_HEADERS 1
5871 _ACEOF
5875 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5885 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5886 inttypes.h stdint.h unistd.h
5888 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5889 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5890 $as_echo_n "checking for $ac_header... " >&6; }
5891 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5892 $as_echo_n "(cached) " >&6
5893 else
5894 cat >conftest.$ac_ext <<_ACEOF
5895 /* confdefs.h. */
5896 _ACEOF
5897 cat confdefs.h >>conftest.$ac_ext
5898 cat >>conftest.$ac_ext <<_ACEOF
5899 /* end confdefs.h. */
5900 $ac_includes_default
5902 #include <$ac_header>
5903 _ACEOF
5904 rm -f conftest.$ac_objext
5905 if { (ac_try="$ac_compile"
5906 case "(($ac_try" in
5907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5908 *) ac_try_echo=$ac_try;;
5909 esac
5910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5911 $as_echo "$ac_try_echo") >&5
5912 (eval "$ac_compile") 2>conftest.er1
5913 ac_status=$?
5914 grep -v '^ *+' conftest.er1 >conftest.err
5915 rm -f conftest.er1
5916 cat conftest.err >&5
5917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5918 (exit $ac_status); } && {
5919 test -z "$ac_c_werror_flag" ||
5920 test ! -s conftest.err
5921 } && test -s conftest.$ac_objext; then
5922 eval "$as_ac_Header=yes"
5923 else
5924 $as_echo "$as_me: failed program was:" >&5
5925 sed 's/^/| /' conftest.$ac_ext >&5
5927 eval "$as_ac_Header=no"
5930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5932 ac_res=`eval 'as_val=${'$as_ac_Header'}
5933 $as_echo "$as_val"'`
5934 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5935 $as_echo "$ac_res" >&6; }
5936 as_val=`eval 'as_val=${'$as_ac_Header'}
5937 $as_echo "$as_val"'`
5938 if test "x$as_val" = x""yes; then
5939 cat >>confdefs.h <<_ACEOF
5940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5941 _ACEOF
5945 done
6064 for ac_header in \
6065 AudioUnit/AudioUnit.h \
6066 Carbon/Carbon.h \
6067 CoreAudio/CoreAudio.h \
6068 DiskArbitration/DiskArbitration.h \
6069 IOKit/IOKitLib.h \
6070 alias.h \
6071 alsa/asoundlib.h \
6072 arpa/inet.h \
6073 arpa/nameser.h \
6074 asm/types.h \
6075 capi20.h \
6076 curses.h \
6077 direct.h \
6078 dirent.h \
6079 dlfcn.h \
6080 elf.h \
6081 float.h \
6082 fontconfig/fontconfig.h \
6083 getopt.h \
6084 grp.h \
6085 ieeefp.h \
6086 io.h \
6087 jack/jack.h \
6088 jpeglib.h \
6089 lber.h \
6090 lcms.h \
6091 lcms/lcms.h \
6092 ldap.h \
6093 libaudioio.h \
6094 link.h \
6095 linux/cdrom.h \
6096 linux/compiler.h \
6097 linux/hdreg.h \
6098 linux/input.h \
6099 linux/ioctl.h \
6100 linux/joystick.h \
6101 linux/major.h \
6102 linux/param.h \
6103 linux/serial.h \
6104 linux/types.h \
6105 linux/ucdrom.h \
6106 mach/mach.h \
6107 mach/machine.h \
6108 machine/cpu.h \
6109 machine/limits.h \
6110 machine/soundcard.h \
6111 mntent.h \
6112 ncurses.h \
6113 netdb.h \
6114 netinet/in.h \
6115 netinet/in_systm.h \
6116 netinet/tcp.h \
6117 netinet/tcp_fsm.h \
6118 openssl/err.h \
6119 openssl/ssl.h \
6120 png.h \
6121 poll.h \
6122 process.h \
6123 pthread.h \
6124 pwd.h \
6125 regex.h \
6126 sched.h \
6127 scsi/scsi.h \
6128 scsi/scsi_ioctl.h \
6129 scsi/sg.h \
6130 soundcard.h \
6131 stdint.h \
6132 strings.h \
6133 sys/asoundlib.h \
6134 sys/cdio.h \
6135 sys/elf32.h \
6136 sys/epoll.h \
6137 sys/errno.h \
6138 sys/event.h \
6139 sys/exec_elf.h \
6140 sys/filio.h \
6141 sys/ioctl.h \
6142 sys/ipc.h \
6143 sys/limits.h \
6144 sys/link.h \
6145 sys/lwp.h \
6146 sys/mman.h \
6147 sys/modem.h \
6148 sys/msg.h \
6149 sys/mtio.h \
6150 sys/param.h \
6151 sys/poll.h \
6152 sys/prctl.h \
6153 sys/protosw.h \
6154 sys/ptrace.h \
6155 sys/reg.h \
6156 sys/resource.h \
6157 sys/scsiio.h \
6158 sys/shm.h \
6159 sys/signal.h \
6160 sys/socket.h \
6161 sys/socketvar.h \
6162 sys/sockio.h \
6163 sys/soundcard.h \
6164 sys/statvfs.h \
6165 sys/strtio.h \
6166 sys/syscall.h \
6167 sys/time.h \
6168 sys/timeout.h \
6169 sys/times.h \
6170 sys/uio.h \
6171 sys/un.h \
6172 sys/utsname.h \
6173 sys/vm86.h \
6174 sys/wait.h \
6175 syscall.h \
6176 termios.h \
6177 unistd.h \
6178 utime.h \
6179 valgrind/memcheck.h \
6180 valgrind/valgrind.h
6183 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6185 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6186 $as_echo_n "checking for $ac_header... " >&6; }
6187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6188 $as_echo_n "(cached) " >&6
6190 ac_res=`eval 'as_val=${'$as_ac_Header'}
6191 $as_echo "$as_val"'`
6192 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6193 $as_echo "$ac_res" >&6; }
6194 else
6195 # Is the header compilable?
6196 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6197 $as_echo_n "checking $ac_header usability... " >&6; }
6198 cat >conftest.$ac_ext <<_ACEOF
6199 /* confdefs.h. */
6200 _ACEOF
6201 cat confdefs.h >>conftest.$ac_ext
6202 cat >>conftest.$ac_ext <<_ACEOF
6203 /* end confdefs.h. */
6204 $ac_includes_default
6205 #include <$ac_header>
6206 _ACEOF
6207 rm -f conftest.$ac_objext
6208 if { (ac_try="$ac_compile"
6209 case "(($ac_try" in
6210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6211 *) ac_try_echo=$ac_try;;
6212 esac
6213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6214 $as_echo "$ac_try_echo") >&5
6215 (eval "$ac_compile") 2>conftest.er1
6216 ac_status=$?
6217 grep -v '^ *+' conftest.er1 >conftest.err
6218 rm -f conftest.er1
6219 cat conftest.err >&5
6220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6221 (exit $ac_status); } && {
6222 test -z "$ac_c_werror_flag" ||
6223 test ! -s conftest.err
6224 } && test -s conftest.$ac_objext; then
6225 ac_header_compiler=yes
6226 else
6227 $as_echo "$as_me: failed program was:" >&5
6228 sed 's/^/| /' conftest.$ac_ext >&5
6230 ac_header_compiler=no
6233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6234 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6235 $as_echo "$ac_header_compiler" >&6; }
6237 # Is the header present?
6238 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6239 $as_echo_n "checking $ac_header presence... " >&6; }
6240 cat >conftest.$ac_ext <<_ACEOF
6241 /* confdefs.h. */
6242 _ACEOF
6243 cat confdefs.h >>conftest.$ac_ext
6244 cat >>conftest.$ac_ext <<_ACEOF
6245 /* end confdefs.h. */
6246 #include <$ac_header>
6247 _ACEOF
6248 if { (ac_try="$ac_cpp conftest.$ac_ext"
6249 case "(($ac_try" in
6250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6251 *) ac_try_echo=$ac_try;;
6252 esac
6253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6254 $as_echo "$ac_try_echo") >&5
6255 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6256 ac_status=$?
6257 grep -v '^ *+' conftest.er1 >conftest.err
6258 rm -f conftest.er1
6259 cat conftest.err >&5
6260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261 (exit $ac_status); } >/dev/null && {
6262 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6263 test ! -s conftest.err
6264 }; then
6265 ac_header_preproc=yes
6266 else
6267 $as_echo "$as_me: failed program was:" >&5
6268 sed 's/^/| /' conftest.$ac_ext >&5
6270 ac_header_preproc=no
6273 rm -f conftest.err conftest.$ac_ext
6274 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6275 $as_echo "$ac_header_preproc" >&6; }
6277 # So? What about this header?
6278 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6279 yes:no: )
6280 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6281 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6282 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6283 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6284 ac_header_preproc=yes
6286 no:yes:* )
6287 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6288 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6289 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6290 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6292 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6294 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6299 ( cat <<\_ASBOX
6300 ## ------------------------------------ ##
6301 ## Report this to wine-devel@winehq.org ##
6302 ## ------------------------------------ ##
6303 _ASBOX
6304 ) | sed "s/^/$as_me: WARNING: /" >&2
6306 esac
6307 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6308 $as_echo_n "checking for $ac_header... " >&6; }
6309 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6310 $as_echo_n "(cached) " >&6
6311 else
6312 eval "$as_ac_Header=\$ac_header_preproc"
6314 ac_res=`eval 'as_val=${'$as_ac_Header'}
6315 $as_echo "$as_val"'`
6316 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6317 $as_echo "$ac_res" >&6; }
6320 as_val=`eval 'as_val=${'$as_ac_Header'}
6321 $as_echo "$as_val"'`
6322 if test "x$as_val" = x""yes; then
6323 cat >>confdefs.h <<_ACEOF
6324 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6325 _ACEOF
6329 done
6331 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6332 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6333 if test "${ac_cv_header_stat_broken+set}" = set; then
6334 $as_echo_n "(cached) " >&6
6335 else
6336 cat >conftest.$ac_ext <<_ACEOF
6337 /* confdefs.h. */
6338 _ACEOF
6339 cat confdefs.h >>conftest.$ac_ext
6340 cat >>conftest.$ac_ext <<_ACEOF
6341 /* end confdefs.h. */
6342 #include <sys/types.h>
6343 #include <sys/stat.h>
6345 #if defined S_ISBLK && defined S_IFDIR
6346 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6347 #endif
6349 #if defined S_ISBLK && defined S_IFCHR
6350 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6351 #endif
6353 #if defined S_ISLNK && defined S_IFREG
6354 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6355 #endif
6357 #if defined S_ISSOCK && defined S_IFREG
6358 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6359 #endif
6361 _ACEOF
6362 rm -f conftest.$ac_objext
6363 if { (ac_try="$ac_compile"
6364 case "(($ac_try" in
6365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6366 *) ac_try_echo=$ac_try;;
6367 esac
6368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6369 $as_echo "$ac_try_echo") >&5
6370 (eval "$ac_compile") 2>conftest.er1
6371 ac_status=$?
6372 grep -v '^ *+' conftest.er1 >conftest.err
6373 rm -f conftest.er1
6374 cat conftest.err >&5
6375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6376 (exit $ac_status); } && {
6377 test -z "$ac_c_werror_flag" ||
6378 test ! -s conftest.err
6379 } && test -s conftest.$ac_objext; then
6380 ac_cv_header_stat_broken=no
6381 else
6382 $as_echo "$as_me: failed program was:" >&5
6383 sed 's/^/| /' conftest.$ac_ext >&5
6385 ac_cv_header_stat_broken=yes
6388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6390 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6391 $as_echo "$ac_cv_header_stat_broken" >&6; }
6392 if test $ac_cv_header_stat_broken = yes; then
6394 cat >>confdefs.h <<\_ACEOF
6395 #define STAT_MACROS_BROKEN 1
6396 _ACEOF
6407 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6409 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6410 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6411 $as_echo_n "checking for $ac_header... " >&6; }
6412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6413 $as_echo_n "(cached) " >&6
6414 else
6415 cat >conftest.$ac_ext <<_ACEOF
6416 /* confdefs.h. */
6417 _ACEOF
6418 cat confdefs.h >>conftest.$ac_ext
6419 cat >>conftest.$ac_ext <<_ACEOF
6420 /* end confdefs.h. */
6421 #include <sys/types.h>
6422 #ifdef HAVE_SYS_PARAM_H
6423 # include <sys/param.h>
6424 #endif
6426 #include <$ac_header>
6427 _ACEOF
6428 rm -f conftest.$ac_objext
6429 if { (ac_try="$ac_compile"
6430 case "(($ac_try" in
6431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6432 *) ac_try_echo=$ac_try;;
6433 esac
6434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6435 $as_echo "$ac_try_echo") >&5
6436 (eval "$ac_compile") 2>conftest.er1
6437 ac_status=$?
6438 grep -v '^ *+' conftest.er1 >conftest.err
6439 rm -f conftest.er1
6440 cat conftest.err >&5
6441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6442 (exit $ac_status); } && {
6443 test -z "$ac_c_werror_flag" ||
6444 test ! -s conftest.err
6445 } && test -s conftest.$ac_objext; then
6446 eval "$as_ac_Header=yes"
6447 else
6448 $as_echo "$as_me: failed program was:" >&5
6449 sed 's/^/| /' conftest.$ac_ext >&5
6451 eval "$as_ac_Header=no"
6454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6456 ac_res=`eval 'as_val=${'$as_ac_Header'}
6457 $as_echo "$as_val"'`
6458 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6459 $as_echo "$ac_res" >&6; }
6460 as_val=`eval 'as_val=${'$as_ac_Header'}
6461 $as_echo "$as_val"'`
6462 if test "x$as_val" = x""yes; then
6463 cat >>confdefs.h <<_ACEOF
6464 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6465 _ACEOF
6469 done
6485 for ac_header in \
6486 netinet/ip.h \
6487 net/if.h \
6488 net/if_arp.h \
6489 net/if_dl.h \
6490 net/if_types.h \
6491 net/route.h \
6492 netinet/if_ether.h \
6493 netinet/if_inarp.h \
6494 netinet/in_pcb.h \
6495 netinet/ip_icmp.h \
6496 netinet/ip_var.h \
6497 netinet/udp.h \
6498 netipx/ipx.h \
6501 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6502 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6503 $as_echo_n "checking for $ac_header... " >&6; }
6504 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6505 $as_echo_n "(cached) " >&6
6506 else
6507 cat >conftest.$ac_ext <<_ACEOF
6508 /* confdefs.h. */
6509 _ACEOF
6510 cat confdefs.h >>conftest.$ac_ext
6511 cat >>conftest.$ac_ext <<_ACEOF
6512 /* end confdefs.h. */
6513 #include <sys/types.h>
6514 #ifdef HAVE_SYS_SOCKET_H
6515 # include <sys/socket.h>
6516 #endif
6517 #ifdef HAVE_SYS_SOCKETVAR_H
6518 # include <sys/socketvar.h>
6519 #endif
6520 #ifdef HAVE_NET_ROUTE_H
6521 # include <net/route.h>
6522 #endif
6523 #ifdef HAVE_NETINET_IN_H
6524 # include <netinet/in.h>
6525 #endif
6526 #ifdef HAVE_NETINET_IN_SYSTM_H
6527 # include <netinet/in_systm.h>
6528 #endif
6529 #ifdef HAVE_NET_IF_H
6530 # include <net/if.h>
6531 #endif
6532 #ifdef HAVE_NETINET_IP_H
6533 # include <netinet/ip.h>
6534 #endif
6536 #include <$ac_header>
6537 _ACEOF
6538 rm -f conftest.$ac_objext
6539 if { (ac_try="$ac_compile"
6540 case "(($ac_try" in
6541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6542 *) ac_try_echo=$ac_try;;
6543 esac
6544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6545 $as_echo "$ac_try_echo") >&5
6546 (eval "$ac_compile") 2>conftest.er1
6547 ac_status=$?
6548 grep -v '^ *+' conftest.er1 >conftest.err
6549 rm -f conftest.er1
6550 cat conftest.err >&5
6551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552 (exit $ac_status); } && {
6553 test -z "$ac_c_werror_flag" ||
6554 test ! -s conftest.err
6555 } && test -s conftest.$ac_objext; then
6556 eval "$as_ac_Header=yes"
6557 else
6558 $as_echo "$as_me: failed program was:" >&5
6559 sed 's/^/| /' conftest.$ac_ext >&5
6561 eval "$as_ac_Header=no"
6564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6566 ac_res=`eval 'as_val=${'$as_ac_Header'}
6567 $as_echo "$as_val"'`
6568 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6569 $as_echo "$ac_res" >&6; }
6570 as_val=`eval 'as_val=${'$as_ac_Header'}
6571 $as_echo "$as_val"'`
6572 if test "x$as_val" = x""yes; then
6573 cat >>confdefs.h <<_ACEOF
6574 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6575 _ACEOF
6579 done
6586 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6588 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6589 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6590 $as_echo_n "checking for $ac_header... " >&6; }
6591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6592 $as_echo_n "(cached) " >&6
6593 else
6594 cat >conftest.$ac_ext <<_ACEOF
6595 /* confdefs.h. */
6596 _ACEOF
6597 cat confdefs.h >>conftest.$ac_ext
6598 cat >>conftest.$ac_ext <<_ACEOF
6599 /* end confdefs.h. */
6600 #include <sys/types.h>
6601 #ifdef HAVE_ALIAS_H
6602 # include <alias.h>
6603 #endif
6604 #ifdef HAVE_SYS_SOCKET_H
6605 # include <sys/socket.h>
6606 #endif
6607 #ifdef HAVE_SYS_SOCKETVAR_H
6608 # include <sys/socketvar.h>
6609 #endif
6610 #ifdef HAVE_SYS_TIMEOUT_H
6611 # include <sys/timeout.h>
6612 #endif
6613 #ifdef HAVE_NETINET_IN_H
6614 # include <netinet/in.h>
6615 #endif
6616 #ifdef HAVE_NETINET_IN_SYSTM_H
6617 # include <netinet/in_systm.h>
6618 #endif
6619 #ifdef HAVE_NETINET_IP_H
6620 # include <netinet/ip.h>
6621 #endif
6622 #ifdef HAVE_NETINET_IP_VAR_H
6623 # include <netinet/ip_var.h>
6624 #endif
6625 #ifdef HAVE_NETINET_IP_ICMP_H
6626 # include <netinet/ip_icmp.h>
6627 #endif
6628 #ifdef HAVE_NETINET_UDP_H
6629 # include <netinet/udp.h>
6630 #endif
6631 #ifdef HAVE_NETINET_TCP_H
6632 # include <netinet/tcp.h>
6633 #endif
6634 #ifdef HAVE_NETINET_TCP_TIMER_H
6635 #include <netinet/tcp_timer.h>
6636 #endif
6638 #include <$ac_header>
6639 _ACEOF
6640 rm -f conftest.$ac_objext
6641 if { (ac_try="$ac_compile"
6642 case "(($ac_try" in
6643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6644 *) ac_try_echo=$ac_try;;
6645 esac
6646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6647 $as_echo "$ac_try_echo") >&5
6648 (eval "$ac_compile") 2>conftest.er1
6649 ac_status=$?
6650 grep -v '^ *+' conftest.er1 >conftest.err
6651 rm -f conftest.er1
6652 cat conftest.err >&5
6653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } && {
6655 test -z "$ac_c_werror_flag" ||
6656 test ! -s conftest.err
6657 } && test -s conftest.$ac_objext; then
6658 eval "$as_ac_Header=yes"
6659 else
6660 $as_echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.$ac_ext >&5
6663 eval "$as_ac_Header=no"
6666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668 ac_res=`eval 'as_val=${'$as_ac_Header'}
6669 $as_echo "$as_val"'`
6670 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6671 $as_echo "$ac_res" >&6; }
6672 as_val=`eval 'as_val=${'$as_ac_Header'}
6673 $as_echo "$as_val"'`
6674 if test "x$as_val" = x""yes; then
6675 cat >>confdefs.h <<_ACEOF
6676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6677 _ACEOF
6681 done
6685 for ac_header in linux/ipx.h
6687 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6688 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6689 $as_echo_n "checking for $ac_header... " >&6; }
6690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6691 $as_echo_n "(cached) " >&6
6692 else
6693 cat >conftest.$ac_ext <<_ACEOF
6694 /* confdefs.h. */
6695 _ACEOF
6696 cat confdefs.h >>conftest.$ac_ext
6697 cat >>conftest.$ac_ext <<_ACEOF
6698 /* end confdefs.h. */
6699 #include <sys/types.h>
6700 #ifdef HAVE_ASM_TYPES_H
6701 # include <asm/types.h>
6702 #endif
6703 #ifdef HAVE_SYS_SOCKET_H
6704 # include <sys/socket.h>
6705 #endif
6706 #ifdef HAVE_LINUX_TYPES_H
6707 # include <linux/types.h>
6708 #endif
6710 #include <$ac_header>
6711 _ACEOF
6712 rm -f conftest.$ac_objext
6713 if { (ac_try="$ac_compile"
6714 case "(($ac_try" in
6715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6716 *) ac_try_echo=$ac_try;;
6717 esac
6718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6719 $as_echo "$ac_try_echo") >&5
6720 (eval "$ac_compile") 2>conftest.er1
6721 ac_status=$?
6722 grep -v '^ *+' conftest.er1 >conftest.err
6723 rm -f conftest.er1
6724 cat conftest.err >&5
6725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726 (exit $ac_status); } && {
6727 test -z "$ac_c_werror_flag" ||
6728 test ! -s conftest.err
6729 } && test -s conftest.$ac_objext; then
6730 eval "$as_ac_Header=yes"
6731 else
6732 $as_echo "$as_me: failed program was:" >&5
6733 sed 's/^/| /' conftest.$ac_ext >&5
6735 eval "$as_ac_Header=no"
6738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6740 ac_res=`eval 'as_val=${'$as_ac_Header'}
6741 $as_echo "$as_val"'`
6742 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6743 $as_echo "$ac_res" >&6; }
6744 as_val=`eval 'as_val=${'$as_ac_Header'}
6745 $as_echo "$as_val"'`
6746 if test "x$as_val" = x""yes; then
6747 cat >>confdefs.h <<_ACEOF
6748 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6749 _ACEOF
6753 done
6757 for ac_header in resolv.h
6759 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6760 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6761 $as_echo_n "checking for $ac_header... " >&6; }
6762 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6763 $as_echo_n "(cached) " >&6
6764 else
6765 cat >conftest.$ac_ext <<_ACEOF
6766 /* confdefs.h. */
6767 _ACEOF
6768 cat confdefs.h >>conftest.$ac_ext
6769 cat >>conftest.$ac_ext <<_ACEOF
6770 /* end confdefs.h. */
6771 #include <sys/types.h>
6772 #ifdef HAVE_SYS_SOCKET_H
6773 # include <sys/socket.h>
6774 #endif
6775 #ifdef HAVE_NETINET_IN_H
6776 # include <netinet/in.h>
6777 #endif
6778 #ifdef HAVE_ARPA_NAMESER_H
6779 # include <arpa/nameser.h>
6780 #endif
6782 #include <$ac_header>
6783 _ACEOF
6784 rm -f conftest.$ac_objext
6785 if { (ac_try="$ac_compile"
6786 case "(($ac_try" in
6787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6788 *) ac_try_echo=$ac_try;;
6789 esac
6790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6791 $as_echo "$ac_try_echo") >&5
6792 (eval "$ac_compile") 2>conftest.er1
6793 ac_status=$?
6794 grep -v '^ *+' conftest.er1 >conftest.err
6795 rm -f conftest.er1
6796 cat conftest.err >&5
6797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6798 (exit $ac_status); } && {
6799 test -z "$ac_c_werror_flag" ||
6800 test ! -s conftest.err
6801 } && test -s conftest.$ac_objext; then
6802 eval "$as_ac_Header=yes"
6803 else
6804 $as_echo "$as_me: failed program was:" >&5
6805 sed 's/^/| /' conftest.$ac_ext >&5
6807 eval "$as_ac_Header=no"
6810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6812 ac_res=`eval 'as_val=${'$as_ac_Header'}
6813 $as_echo "$as_val"'`
6814 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6815 $as_echo "$ac_res" >&6; }
6816 as_val=`eval 'as_val=${'$as_ac_Header'}
6817 $as_echo "$as_val"'`
6818 if test "x$as_val" = x""yes; then
6819 cat >>confdefs.h <<_ACEOF
6820 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6821 _ACEOF
6825 done
6829 for ac_header in ucontext.h
6831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6832 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6833 $as_echo_n "checking for $ac_header... " >&6; }
6834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6835 $as_echo_n "(cached) " >&6
6836 else
6837 cat >conftest.$ac_ext <<_ACEOF
6838 /* confdefs.h. */
6839 _ACEOF
6840 cat confdefs.h >>conftest.$ac_ext
6841 cat >>conftest.$ac_ext <<_ACEOF
6842 /* end confdefs.h. */
6843 #include <signal.h>
6845 #include <$ac_header>
6846 _ACEOF
6847 rm -f conftest.$ac_objext
6848 if { (ac_try="$ac_compile"
6849 case "(($ac_try" in
6850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6851 *) ac_try_echo=$ac_try;;
6852 esac
6853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6854 $as_echo "$ac_try_echo") >&5
6855 (eval "$ac_compile") 2>conftest.er1
6856 ac_status=$?
6857 grep -v '^ *+' conftest.er1 >conftest.err
6858 rm -f conftest.er1
6859 cat conftest.err >&5
6860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6861 (exit $ac_status); } && {
6862 test -z "$ac_c_werror_flag" ||
6863 test ! -s conftest.err
6864 } && test -s conftest.$ac_objext; then
6865 eval "$as_ac_Header=yes"
6866 else
6867 $as_echo "$as_me: failed program was:" >&5
6868 sed 's/^/| /' conftest.$ac_ext >&5
6870 eval "$as_ac_Header=no"
6873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6875 ac_res=`eval 'as_val=${'$as_ac_Header'}
6876 $as_echo "$as_val"'`
6877 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6878 $as_echo "$ac_res" >&6; }
6879 as_val=`eval 'as_val=${'$as_ac_Header'}
6880 $as_echo "$as_val"'`
6881 if test "x$as_val" = x""yes; then
6882 cat >>confdefs.h <<_ACEOF
6883 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6884 _ACEOF
6888 done
6892 for ac_header in sys/thr.h
6894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6895 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6896 $as_echo_n "checking for $ac_header... " >&6; }
6897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6898 $as_echo_n "(cached) " >&6
6899 else
6900 cat >conftest.$ac_ext <<_ACEOF
6901 /* confdefs.h. */
6902 _ACEOF
6903 cat confdefs.h >>conftest.$ac_ext
6904 cat >>conftest.$ac_ext <<_ACEOF
6905 /* end confdefs.h. */
6906 #include <sys/types.h>
6907 #ifdef HAVE_UCONTEXT_H
6908 #include <ucontext.h>
6909 #endif
6911 #include <$ac_header>
6912 _ACEOF
6913 rm -f conftest.$ac_objext
6914 if { (ac_try="$ac_compile"
6915 case "(($ac_try" in
6916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6917 *) ac_try_echo=$ac_try;;
6918 esac
6919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6920 $as_echo "$ac_try_echo") >&5
6921 (eval "$ac_compile") 2>conftest.er1
6922 ac_status=$?
6923 grep -v '^ *+' conftest.er1 >conftest.err
6924 rm -f conftest.er1
6925 cat conftest.err >&5
6926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927 (exit $ac_status); } && {
6928 test -z "$ac_c_werror_flag" ||
6929 test ! -s conftest.err
6930 } && test -s conftest.$ac_objext; then
6931 eval "$as_ac_Header=yes"
6932 else
6933 $as_echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.$ac_ext >&5
6936 eval "$as_ac_Header=no"
6939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6941 ac_res=`eval 'as_val=${'$as_ac_Header'}
6942 $as_echo "$as_val"'`
6943 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6944 $as_echo "$ac_res" >&6; }
6945 as_val=`eval 'as_val=${'$as_ac_Header'}
6946 $as_echo "$as_val"'`
6947 if test "x$as_val" = x""yes; then
6948 cat >>confdefs.h <<_ACEOF
6949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6950 _ACEOF
6954 done
6958 for ac_header in pthread_np.h
6960 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6961 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6962 $as_echo_n "checking for $ac_header... " >&6; }
6963 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6964 $as_echo_n "(cached) " >&6
6965 else
6966 cat >conftest.$ac_ext <<_ACEOF
6967 /* confdefs.h. */
6968 _ACEOF
6969 cat confdefs.h >>conftest.$ac_ext
6970 cat >>conftest.$ac_ext <<_ACEOF
6971 /* end confdefs.h. */
6972 #ifdef HAVE_PTHREAD_H
6973 #include <pthread.h>
6974 #endif
6976 #include <$ac_header>
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982 *) ac_try_echo=$ac_try;;
6983 esac
6984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6985 $as_echo "$ac_try_echo") >&5
6986 (eval "$ac_compile") 2>conftest.er1
6987 ac_status=$?
6988 grep -v '^ *+' conftest.er1 >conftest.err
6989 rm -f conftest.er1
6990 cat conftest.err >&5
6991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992 (exit $ac_status); } && {
6993 test -z "$ac_c_werror_flag" ||
6994 test ! -s conftest.err
6995 } && test -s conftest.$ac_objext; then
6996 eval "$as_ac_Header=yes"
6997 else
6998 $as_echo "$as_me: failed program was:" >&5
6999 sed 's/^/| /' conftest.$ac_ext >&5
7001 eval "$as_ac_Header=no"
7004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7006 ac_res=`eval 'as_val=${'$as_ac_Header'}
7007 $as_echo "$as_val"'`
7008 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7009 $as_echo "$ac_res" >&6; }
7010 as_val=`eval 'as_val=${'$as_ac_Header'}
7011 $as_echo "$as_val"'`
7012 if test "x$as_val" = x""yes; then
7013 cat >>confdefs.h <<_ACEOF
7014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7015 _ACEOF
7019 done
7023 for ac_header in linux/videodev.h
7025 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7026 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7027 $as_echo_n "checking for $ac_header... " >&6; }
7028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7029 $as_echo_n "(cached) " >&6
7030 else
7031 cat >conftest.$ac_ext <<_ACEOF
7032 /* confdefs.h. */
7033 _ACEOF
7034 cat confdefs.h >>conftest.$ac_ext
7035 cat >>conftest.$ac_ext <<_ACEOF
7036 /* end confdefs.h. */
7037 #ifdef HAVE_SYS_TIME_H
7038 #include <sys/time.h>
7039 #endif
7040 #include <sys/types.h>
7041 #ifdef HAVE_ASM_TYPES_H
7042 #include <asm/types.h>
7043 #endif
7045 #include <$ac_header>
7046 _ACEOF
7047 rm -f conftest.$ac_objext
7048 if { (ac_try="$ac_compile"
7049 case "(($ac_try" in
7050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7051 *) ac_try_echo=$ac_try;;
7052 esac
7053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7054 $as_echo "$ac_try_echo") >&5
7055 (eval "$ac_compile") 2>conftest.er1
7056 ac_status=$?
7057 grep -v '^ *+' conftest.er1 >conftest.err
7058 rm -f conftest.er1
7059 cat conftest.err >&5
7060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7061 (exit $ac_status); } && {
7062 test -z "$ac_c_werror_flag" ||
7063 test ! -s conftest.err
7064 } && test -s conftest.$ac_objext; then
7065 eval "$as_ac_Header=yes"
7066 else
7067 $as_echo "$as_me: failed program was:" >&5
7068 sed 's/^/| /' conftest.$ac_ext >&5
7070 eval "$as_ac_Header=no"
7073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7075 ac_res=`eval 'as_val=${'$as_ac_Header'}
7076 $as_echo "$as_val"'`
7077 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7078 $as_echo "$ac_res" >&6; }
7079 as_val=`eval 'as_val=${'$as_ac_Header'}
7080 $as_echo "$as_val"'`
7081 if test "x$as_val" = x""yes; then
7082 cat >>confdefs.h <<_ACEOF
7083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7084 _ACEOF
7088 done
7092 for ac_header in linux/capi.h
7094 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7095 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7096 $as_echo_n "checking for $ac_header... " >&6; }
7097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7098 $as_echo_n "(cached) " >&6
7099 else
7100 cat >conftest.$ac_ext <<_ACEOF
7101 /* confdefs.h. */
7102 _ACEOF
7103 cat confdefs.h >>conftest.$ac_ext
7104 cat >>conftest.$ac_ext <<_ACEOF
7105 /* end confdefs.h. */
7106 #define __user
7108 #include <$ac_header>
7109 _ACEOF
7110 rm -f conftest.$ac_objext
7111 if { (ac_try="$ac_compile"
7112 case "(($ac_try" in
7113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7114 *) ac_try_echo=$ac_try;;
7115 esac
7116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7117 $as_echo "$ac_try_echo") >&5
7118 (eval "$ac_compile") 2>conftest.er1
7119 ac_status=$?
7120 grep -v '^ *+' conftest.er1 >conftest.err
7121 rm -f conftest.er1
7122 cat conftest.err >&5
7123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124 (exit $ac_status); } && {
7125 test -z "$ac_c_werror_flag" ||
7126 test ! -s conftest.err
7127 } && test -s conftest.$ac_objext; then
7128 eval "$as_ac_Header=yes"
7129 else
7130 $as_echo "$as_me: failed program was:" >&5
7131 sed 's/^/| /' conftest.$ac_ext >&5
7133 eval "$as_ac_Header=no"
7136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7138 ac_res=`eval 'as_val=${'$as_ac_Header'}
7139 $as_echo "$as_val"'`
7140 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7141 $as_echo "$ac_res" >&6; }
7142 as_val=`eval 'as_val=${'$as_ac_Header'}
7143 $as_echo "$as_val"'`
7144 if test "x$as_val" = x""yes; then
7145 cat >>confdefs.h <<_ACEOF
7146 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7147 _ACEOF
7151 done
7155 DLLEXT=""
7157 DLLFLAGS="-D_REENTRANT"
7159 LDSHARED=""
7161 LDDLLFLAGS=""
7163 LIBEXT="so"
7165 IMPLIBEXT="def"
7167 LDRPATH_INSTALL=""
7169 LDRPATH_LOCAL=""
7171 # Extract the first word of "ldd", so it can be a program name with args.
7172 set dummy ldd; ac_word=$2
7173 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7174 $as_echo_n "checking for $ac_word... " >&6; }
7175 if test "${ac_cv_path_LDD+set}" = set; then
7176 $as_echo_n "(cached) " >&6
7177 else
7178 case $LDD in
7179 [\\/]* | ?:[\\/]*)
7180 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7184 as_dummy="/sbin:/usr/sbin:$PATH"
7185 for as_dir in $as_dummy
7187 IFS=$as_save_IFS
7188 test -z "$as_dir" && as_dir=.
7189 for ac_exec_ext in '' $ac_executable_extensions; do
7190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7191 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7192 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7193 break 2
7195 done
7196 done
7197 IFS=$as_save_IFS
7199 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7201 esac
7203 LDD=$ac_cv_path_LDD
7204 if test -n "$LDD"; then
7205 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7206 $as_echo "$LDD" >&6; }
7207 else
7208 { $as_echo "$as_me:$LINENO: result: no" >&5
7209 $as_echo "no" >&6; }
7214 case $host_os in
7215 cygwin*|mingw32*)
7216 if test -n "$ac_tool_prefix"; then
7217 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7218 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7220 $as_echo_n "checking for $ac_word... " >&6; }
7221 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7222 $as_echo_n "(cached) " >&6
7223 else
7224 if test -n "$DLLTOOL"; then
7225 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7226 else
7227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7228 for as_dir in $PATH
7230 IFS=$as_save_IFS
7231 test -z "$as_dir" && as_dir=.
7232 for ac_exec_ext in '' $ac_executable_extensions; do
7233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7234 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7235 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7236 break 2
7238 done
7239 done
7240 IFS=$as_save_IFS
7244 DLLTOOL=$ac_cv_prog_DLLTOOL
7245 if test -n "$DLLTOOL"; then
7246 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7247 $as_echo "$DLLTOOL" >&6; }
7248 else
7249 { $as_echo "$as_me:$LINENO: result: no" >&5
7250 $as_echo "no" >&6; }
7255 if test -z "$ac_cv_prog_DLLTOOL"; then
7256 ac_ct_DLLTOOL=$DLLTOOL
7257 # Extract the first word of "dlltool", so it can be a program name with args.
7258 set dummy dlltool; ac_word=$2
7259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7260 $as_echo_n "checking for $ac_word... " >&6; }
7261 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7262 $as_echo_n "(cached) " >&6
7263 else
7264 if test -n "$ac_ct_DLLTOOL"; then
7265 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7266 else
7267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268 for as_dir in $PATH
7270 IFS=$as_save_IFS
7271 test -z "$as_dir" && as_dir=.
7272 for ac_exec_ext in '' $ac_executable_extensions; do
7273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7274 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7275 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7276 break 2
7278 done
7279 done
7280 IFS=$as_save_IFS
7284 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7285 if test -n "$ac_ct_DLLTOOL"; then
7286 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7287 $as_echo "$ac_ct_DLLTOOL" >&6; }
7288 else
7289 { $as_echo "$as_me:$LINENO: result: no" >&5
7290 $as_echo "no" >&6; }
7293 if test "x$ac_ct_DLLTOOL" = x; then
7294 DLLTOOL="false"
7295 else
7296 case $cross_compiling:$ac_tool_warned in
7297 yes:)
7298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7300 ac_tool_warned=yes ;;
7301 esac
7302 DLLTOOL=$ac_ct_DLLTOOL
7304 else
7305 DLLTOOL="$ac_cv_prog_DLLTOOL"
7308 if test -n "$ac_tool_prefix"; then
7309 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7310 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7312 $as_echo_n "checking for $ac_word... " >&6; }
7313 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7314 $as_echo_n "(cached) " >&6
7315 else
7316 if test -n "$DLLWRAP"; then
7317 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7318 else
7319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 for as_dir in $PATH
7322 IFS=$as_save_IFS
7323 test -z "$as_dir" && as_dir=.
7324 for ac_exec_ext in '' $ac_executable_extensions; do
7325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7326 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7327 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7328 break 2
7330 done
7331 done
7332 IFS=$as_save_IFS
7336 DLLWRAP=$ac_cv_prog_DLLWRAP
7337 if test -n "$DLLWRAP"; then
7338 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7339 $as_echo "$DLLWRAP" >&6; }
7340 else
7341 { $as_echo "$as_me:$LINENO: result: no" >&5
7342 $as_echo "no" >&6; }
7347 if test -z "$ac_cv_prog_DLLWRAP"; then
7348 ac_ct_DLLWRAP=$DLLWRAP
7349 # Extract the first word of "dllwrap", so it can be a program name with args.
7350 set dummy dllwrap; ac_word=$2
7351 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7352 $as_echo_n "checking for $ac_word... " >&6; }
7353 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7354 $as_echo_n "(cached) " >&6
7355 else
7356 if test -n "$ac_ct_DLLWRAP"; then
7357 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7358 else
7359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 for as_dir in $PATH
7362 IFS=$as_save_IFS
7363 test -z "$as_dir" && as_dir=.
7364 for ac_exec_ext in '' $ac_executable_extensions; do
7365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7366 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7367 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7368 break 2
7370 done
7371 done
7372 IFS=$as_save_IFS
7376 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7377 if test -n "$ac_ct_DLLWRAP"; then
7378 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7379 $as_echo "$ac_ct_DLLWRAP" >&6; }
7380 else
7381 { $as_echo "$as_me:$LINENO: result: no" >&5
7382 $as_echo "no" >&6; }
7385 if test "x$ac_ct_DLLWRAP" = x; then
7386 DLLWRAP="false"
7387 else
7388 case $cross_compiling:$ac_tool_warned in
7389 yes:)
7390 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7392 ac_tool_warned=yes ;;
7393 esac
7394 DLLWRAP=$ac_ct_DLLWRAP
7396 else
7397 DLLWRAP="$ac_cv_prog_DLLWRAP"
7400 if test -n "$ac_tool_prefix"; then
7401 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7402 set dummy ${ac_tool_prefix}ar; ac_word=$2
7403 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7404 $as_echo_n "checking for $ac_word... " >&6; }
7405 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7406 $as_echo_n "(cached) " >&6
7407 else
7408 if test -n "$MINGWAR"; then
7409 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7410 else
7411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412 for as_dir in $PATH
7414 IFS=$as_save_IFS
7415 test -z "$as_dir" && as_dir=.
7416 for ac_exec_ext in '' $ac_executable_extensions; do
7417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7418 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7419 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7420 break 2
7422 done
7423 done
7424 IFS=$as_save_IFS
7428 MINGWAR=$ac_cv_prog_MINGWAR
7429 if test -n "$MINGWAR"; then
7430 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7431 $as_echo "$MINGWAR" >&6; }
7432 else
7433 { $as_echo "$as_me:$LINENO: result: no" >&5
7434 $as_echo "no" >&6; }
7439 if test -z "$ac_cv_prog_MINGWAR"; then
7440 ac_ct_MINGWAR=$MINGWAR
7441 # Extract the first word of "ar", so it can be a program name with args.
7442 set dummy ar; ac_word=$2
7443 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7444 $as_echo_n "checking for $ac_word... " >&6; }
7445 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7446 $as_echo_n "(cached) " >&6
7447 else
7448 if test -n "$ac_ct_MINGWAR"; then
7449 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7450 else
7451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 for as_dir in $PATH
7454 IFS=$as_save_IFS
7455 test -z "$as_dir" && as_dir=.
7456 for ac_exec_ext in '' $ac_executable_extensions; do
7457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458 ac_cv_prog_ac_ct_MINGWAR="ar"
7459 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7460 break 2
7462 done
7463 done
7464 IFS=$as_save_IFS
7468 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7469 if test -n "$ac_ct_MINGWAR"; then
7470 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7471 $as_echo "$ac_ct_MINGWAR" >&6; }
7472 else
7473 { $as_echo "$as_me:$LINENO: result: no" >&5
7474 $as_echo "no" >&6; }
7477 if test "x$ac_ct_MINGWAR" = x; then
7478 MINGWAR="false"
7479 else
7480 case $cross_compiling:$ac_tool_warned in
7481 yes:)
7482 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7484 ac_tool_warned=yes ;;
7485 esac
7486 MINGWAR=$ac_ct_MINGWAR
7488 else
7489 MINGWAR="$ac_cv_prog_MINGWAR"
7492 if test "$DLLWRAP" = "false"; then
7493 LIBEXT="a"
7494 else
7495 LIBEXT="dll"
7497 IMPLIBEXT="a"
7498 WIN16_FILES=""
7499 WIN16_INSTALL=""
7500 enable_iphlpapi=${enable_iphlpapi:-no}
7501 enable_kernel32=${enable_kernel32:-no}
7502 enable_msvcrt=${enable_msvcrt:-no}
7503 enable_ntdll=${enable_ntdll:-no}
7504 enable_ws2_32=${enable_ws2_32:-no}
7505 enable_loader=${enable_loader:-no}
7506 enable_server=${enable_server:-no}
7507 with_x=${with_x:-no}
7508 with_pthread=${with_pthread:-no}
7510 darwin*|macosx*)
7511 DLLEXT=".so"
7512 LIBEXT="dylib"
7513 DLLFLAGS="$DLLFLAGS -fPIC"
7514 LDDLLFLAGS="-bundle -multiply_defined suppress"
7515 LIBWINE_LDFLAGS="-multiply_defined suppress"
7516 LDSHARED="\$(CC) -dynamiclib"
7517 STRIP="$STRIP -x"
7518 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7519 SECURITYLIB="-framework Security -framework CoreFoundation"
7521 COREFOUNDATIONLIB="-framework CoreFoundation"
7523 IOKITLIB="-framework IOKit -framework CoreFoundation"
7525 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7527 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7528 then
7529 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7532 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7533 then
7534 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7537 case $host_cpu in
7538 *powerpc*)
7539 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7540 esac
7541 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7542 then
7543 CARBONLIB="-framework Carbon"
7545 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7549 DLLFLAGS="$DLLFLAGS -fPIC"
7550 DLLEXT=".so"
7551 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7552 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7553 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7554 $as_echo_n "(cached) " >&6
7555 else
7556 ac_wine_try_cflags_saved=$CFLAGS
7557 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7558 cat >conftest.$ac_ext <<_ACEOF
7559 void myfunc() {}
7560 _ACEOF
7561 rm -f conftest.$ac_objext conftest$ac_exeext
7562 if { (ac_try="$ac_link"
7563 case "(($ac_try" in
7564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7565 *) ac_try_echo=$ac_try;;
7566 esac
7567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7568 $as_echo "$ac_try_echo") >&5
7569 (eval "$ac_link") 2>conftest.er1
7570 ac_status=$?
7571 grep -v '^ *+' conftest.er1 >conftest.err
7572 rm -f conftest.er1
7573 cat conftest.err >&5
7574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest$ac_exeext && {
7579 test "$cross_compiling" = yes ||
7580 $as_test_x conftest$ac_exeext
7581 }; then
7582 ac_cv_c_dll_gnuelf="yes"
7583 else
7584 $as_echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.$ac_ext >&5
7587 ac_cv_c_dll_gnuelf="no"
7590 rm -rf conftest.dSYM
7591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7592 conftest$ac_exeext conftest.$ac_ext
7593 CFLAGS=$ac_wine_try_cflags_saved
7595 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7596 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7597 if test "$ac_cv_c_dll_gnuelf" = "yes"
7598 then
7599 LDSHARED="\$(CC) -shared"
7600 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7601 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7602 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7603 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7604 $as_echo_n "(cached) " >&6
7605 else
7606 ac_wine_try_cflags_saved=$CFLAGS
7607 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7608 cat >conftest.$ac_ext <<_ACEOF
7609 /* confdefs.h. */
7610 _ACEOF
7611 cat confdefs.h >>conftest.$ac_ext
7612 cat >>conftest.$ac_ext <<_ACEOF
7613 /* end confdefs.h. */
7616 main ()
7620 return 0;
7622 _ACEOF
7623 rm -f conftest.$ac_objext conftest$ac_exeext
7624 if { (ac_try="$ac_link"
7625 case "(($ac_try" in
7626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7627 *) ac_try_echo=$ac_try;;
7628 esac
7629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7630 $as_echo "$ac_try_echo") >&5
7631 (eval "$ac_link") 2>conftest.er1
7632 ac_status=$?
7633 grep -v '^ *+' conftest.er1 >conftest.err
7634 rm -f conftest.er1
7635 cat conftest.err >&5
7636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637 (exit $ac_status); } && {
7638 test -z "$ac_c_werror_flag" ||
7639 test ! -s conftest.err
7640 } && test -s conftest$ac_exeext && {
7641 test "$cross_compiling" = yes ||
7642 $as_test_x conftest$ac_exeext
7643 }; then
7644 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7645 else
7646 $as_echo "$as_me: failed program was:" >&5
7647 sed 's/^/| /' conftest.$ac_ext >&5
7649 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7652 rm -rf conftest.dSYM
7653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7654 conftest$ac_exeext conftest.$ac_ext
7655 CFLAGS=$ac_wine_try_cflags_saved
7657 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7658 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7659 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7660 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7661 else
7662 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7663 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7664 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7665 $as_echo_n "(cached) " >&6
7666 else
7667 ac_wine_try_cflags_saved=$CFLAGS
7668 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7669 cat >conftest.$ac_ext <<_ACEOF
7670 /* confdefs.h. */
7671 _ACEOF
7672 cat confdefs.h >>conftest.$ac_ext
7673 cat >>conftest.$ac_ext <<_ACEOF
7674 /* end confdefs.h. */
7677 main ()
7681 return 0;
7683 _ACEOF
7684 rm -f conftest.$ac_objext conftest$ac_exeext
7685 if { (ac_try="$ac_link"
7686 case "(($ac_try" in
7687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7688 *) ac_try_echo=$ac_try;;
7689 esac
7690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7691 $as_echo "$ac_try_echo") >&5
7692 (eval "$ac_link") 2>conftest.er1
7693 ac_status=$?
7694 grep -v '^ *+' conftest.er1 >conftest.err
7695 rm -f conftest.er1
7696 cat conftest.err >&5
7697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698 (exit $ac_status); } && {
7699 test -z "$ac_c_werror_flag" ||
7700 test ! -s conftest.err
7701 } && test -s conftest$ac_exeext && {
7702 test "$cross_compiling" = yes ||
7703 $as_test_x conftest$ac_exeext
7704 }; then
7705 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7706 else
7707 $as_echo "$as_me: failed program was:" >&5
7708 sed 's/^/| /' conftest.$ac_ext >&5
7710 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7713 rm -rf conftest.dSYM
7714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7715 conftest$ac_exeext conftest.$ac_ext
7716 CFLAGS=$ac_wine_try_cflags_saved
7718 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7719 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7720 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7721 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7727 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7728 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7729 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7730 $as_echo_n "(cached) " >&6
7731 else
7732 ac_wine_try_cflags_saved=$CFLAGS
7733 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7734 cat >conftest.$ac_ext <<_ACEOF
7735 /* confdefs.h. */
7736 _ACEOF
7737 cat confdefs.h >>conftest.$ac_ext
7738 cat >>conftest.$ac_ext <<_ACEOF
7739 /* end confdefs.h. */
7742 main ()
7746 return 0;
7748 _ACEOF
7749 rm -f conftest.$ac_objext conftest$ac_exeext
7750 if { (ac_try="$ac_link"
7751 case "(($ac_try" in
7752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7753 *) ac_try_echo=$ac_try;;
7754 esac
7755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7756 $as_echo "$ac_try_echo") >&5
7757 (eval "$ac_link") 2>conftest.er1
7758 ac_status=$?
7759 grep -v '^ *+' conftest.er1 >conftest.err
7760 rm -f conftest.er1
7761 cat conftest.err >&5
7762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763 (exit $ac_status); } && {
7764 test -z "$ac_c_werror_flag" ||
7765 test ! -s conftest.err
7766 } && test -s conftest$ac_exeext && {
7767 test "$cross_compiling" = yes ||
7768 $as_test_x conftest$ac_exeext
7769 }; then
7770 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7771 else
7772 $as_echo "$as_me: failed program was:" >&5
7773 sed 's/^/| /' conftest.$ac_ext >&5
7775 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7778 rm -rf conftest.dSYM
7779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7780 conftest$ac_exeext conftest.$ac_ext
7781 CFLAGS=$ac_wine_try_cflags_saved
7783 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7784 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7785 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7786 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7790 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7791 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7792 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7793 $as_echo_n "(cached) " >&6
7794 else
7795 ac_wine_try_cflags_saved=$CFLAGS
7796 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7797 cat >conftest.$ac_ext <<_ACEOF
7798 /* confdefs.h. */
7799 _ACEOF
7800 cat confdefs.h >>conftest.$ac_ext
7801 cat >>conftest.$ac_ext <<_ACEOF
7802 /* end confdefs.h. */
7805 main ()
7809 return 0;
7811 _ACEOF
7812 rm -f conftest.$ac_objext conftest$ac_exeext
7813 if { (ac_try="$ac_link"
7814 case "(($ac_try" in
7815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7816 *) ac_try_echo=$ac_try;;
7817 esac
7818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7819 $as_echo "$ac_try_echo") >&5
7820 (eval "$ac_link") 2>conftest.er1
7821 ac_status=$?
7822 grep -v '^ *+' conftest.er1 >conftest.err
7823 rm -f conftest.er1
7824 cat conftest.err >&5
7825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 (exit $ac_status); } && {
7827 test -z "$ac_c_werror_flag" ||
7828 test ! -s conftest.err
7829 } && test -s conftest$ac_exeext && {
7830 test "$cross_compiling" = yes ||
7831 $as_test_x conftest$ac_exeext
7832 }; then
7833 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7834 else
7835 $as_echo "$as_me: failed program was:" >&5
7836 sed 's/^/| /' conftest.$ac_ext >&5
7838 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7841 rm -rf conftest.dSYM
7842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7843 conftest$ac_exeext conftest.$ac_ext
7844 CFLAGS=$ac_wine_try_cflags_saved
7846 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7847 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7848 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7849 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7853 echo '{ global: *; };' >conftest.map
7854 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7855 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7856 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7857 $as_echo_n "(cached) " >&6
7858 else
7859 ac_wine_try_cflags_saved=$CFLAGS
7860 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7861 cat >conftest.$ac_ext <<_ACEOF
7862 /* confdefs.h. */
7863 _ACEOF
7864 cat confdefs.h >>conftest.$ac_ext
7865 cat >>conftest.$ac_ext <<_ACEOF
7866 /* end confdefs.h. */
7869 main ()
7873 return 0;
7875 _ACEOF
7876 rm -f conftest.$ac_objext conftest$ac_exeext
7877 if { (ac_try="$ac_link"
7878 case "(($ac_try" in
7879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7880 *) ac_try_echo=$ac_try;;
7881 esac
7882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7883 $as_echo "$ac_try_echo") >&5
7884 (eval "$ac_link") 2>conftest.er1
7885 ac_status=$?
7886 grep -v '^ *+' conftest.er1 >conftest.err
7887 rm -f conftest.er1
7888 cat conftest.err >&5
7889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7890 (exit $ac_status); } && {
7891 test -z "$ac_c_werror_flag" ||
7892 test ! -s conftest.err
7893 } && test -s conftest$ac_exeext && {
7894 test "$cross_compiling" = yes ||
7895 $as_test_x conftest$ac_exeext
7896 }; then
7897 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7898 else
7899 $as_echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7905 rm -rf conftest.dSYM
7906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7907 conftest$ac_exeext conftest.$ac_ext
7908 CFLAGS=$ac_wine_try_cflags_saved
7910 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7911 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7912 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7913 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7916 rm -f conftest.map
7918 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7919 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7920 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7921 $as_echo_n "(cached) " >&6
7922 else
7923 ac_wine_try_cflags_saved=$CFLAGS
7924 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7925 cat >conftest.$ac_ext <<_ACEOF
7926 /* confdefs.h. */
7927 _ACEOF
7928 cat confdefs.h >>conftest.$ac_ext
7929 cat >>conftest.$ac_ext <<_ACEOF
7930 /* end confdefs.h. */
7933 main ()
7937 return 0;
7939 _ACEOF
7940 rm -f conftest.$ac_objext conftest$ac_exeext
7941 if { (ac_try="$ac_link"
7942 case "(($ac_try" in
7943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944 *) ac_try_echo=$ac_try;;
7945 esac
7946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7947 $as_echo "$ac_try_echo") >&5
7948 (eval "$ac_link") 2>conftest.er1
7949 ac_status=$?
7950 grep -v '^ *+' conftest.er1 >conftest.err
7951 rm -f conftest.er1
7952 cat conftest.err >&5
7953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7954 (exit $ac_status); } && {
7955 test -z "$ac_c_werror_flag" ||
7956 test ! -s conftest.err
7957 } && test -s conftest$ac_exeext && {
7958 test "$cross_compiling" = yes ||
7959 $as_test_x conftest$ac_exeext
7960 }; then
7961 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7962 else
7963 $as_echo "$as_me: failed program was:" >&5
7964 sed 's/^/| /' conftest.$ac_ext >&5
7966 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7969 rm -rf conftest.dSYM
7970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7971 conftest$ac_exeext conftest.$ac_ext
7972 CFLAGS=$ac_wine_try_cflags_saved
7974 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7975 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7976 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7977 LDEXECFLAGS="-Wl,--export-dynamic"
7982 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7983 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7984 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7985 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7986 $as_echo_n "(cached) " >&6
7987 else
7988 ac_wine_try_cflags_saved=$CFLAGS
7989 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7990 cat >conftest.$ac_ext <<_ACEOF
7991 /* confdefs.h. */
7992 _ACEOF
7993 cat confdefs.h >>conftest.$ac_ext
7994 cat >>conftest.$ac_ext <<_ACEOF
7995 /* end confdefs.h. */
7998 main ()
8002 return 0;
8004 _ACEOF
8005 rm -f conftest.$ac_objext conftest$ac_exeext
8006 if { (ac_try="$ac_link"
8007 case "(($ac_try" in
8008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8009 *) ac_try_echo=$ac_try;;
8010 esac
8011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8012 $as_echo "$ac_try_echo") >&5
8013 (eval "$ac_link") 2>conftest.er1
8014 ac_status=$?
8015 grep -v '^ *+' conftest.er1 >conftest.err
8016 rm -f conftest.er1
8017 cat conftest.err >&5
8018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8019 (exit $ac_status); } && {
8020 test -z "$ac_c_werror_flag" ||
8021 test ! -s conftest.err
8022 } && test -s conftest$ac_exeext && {
8023 test "$cross_compiling" = yes ||
8024 $as_test_x conftest$ac_exeext
8025 }; then
8026 eval "$as_ac_var=yes"
8027 else
8028 $as_echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8031 eval "$as_ac_var=no"
8034 rm -rf conftest.dSYM
8035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8036 conftest$ac_exeext conftest.$ac_ext
8037 CFLAGS=$ac_wine_try_cflags_saved
8039 ac_res=`eval 'as_val=${'$as_ac_var'}
8040 $as_echo "$as_val"'`
8041 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8042 $as_echo "$ac_res" >&6; }
8043 if test `eval 'as_val=${'$as_ac_var'}
8044 $as_echo "$as_val"'` = yes; then
8045 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8046 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8047 else
8048 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8049 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8050 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8051 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8052 $as_echo_n "(cached) " >&6
8053 else
8054 ac_wine_try_cflags_saved=$CFLAGS
8055 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8056 cat >conftest.$ac_ext <<_ACEOF
8057 /* confdefs.h. */
8058 _ACEOF
8059 cat confdefs.h >>conftest.$ac_ext
8060 cat >>conftest.$ac_ext <<_ACEOF
8061 /* end confdefs.h. */
8064 main ()
8068 return 0;
8070 _ACEOF
8071 rm -f conftest.$ac_objext conftest$ac_exeext
8072 if { (ac_try="$ac_link"
8073 case "(($ac_try" in
8074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8075 *) ac_try_echo=$ac_try;;
8076 esac
8077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8078 $as_echo "$ac_try_echo") >&5
8079 (eval "$ac_link") 2>conftest.er1
8080 ac_status=$?
8081 grep -v '^ *+' conftest.er1 >conftest.err
8082 rm -f conftest.er1
8083 cat conftest.err >&5
8084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 (exit $ac_status); } && {
8086 test -z "$ac_c_werror_flag" ||
8087 test ! -s conftest.err
8088 } && test -s conftest$ac_exeext && {
8089 test "$cross_compiling" = yes ||
8090 $as_test_x conftest$ac_exeext
8091 }; then
8092 eval "$as_ac_var=yes"
8093 else
8094 $as_echo "$as_me: failed program was:" >&5
8095 sed 's/^/| /' conftest.$ac_ext >&5
8097 eval "$as_ac_var=no"
8100 rm -rf conftest.dSYM
8101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8102 conftest$ac_exeext conftest.$ac_ext
8103 CFLAGS=$ac_wine_try_cflags_saved
8105 ac_res=`eval 'as_val=${'$as_ac_var'}
8106 $as_echo "$as_val"'`
8107 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8108 $as_echo "$ac_res" >&6; }
8109 if test `eval 'as_val=${'$as_ac_var'}
8110 $as_echo "$as_val"'` = yes; then
8111 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8112 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8118 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8119 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8120 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8121 $as_echo_n "(cached) " >&6
8122 else
8123 ac_wine_try_cflags_saved=$CFLAGS
8124 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8125 cat >conftest.$ac_ext <<_ACEOF
8126 /* confdefs.h. */
8127 _ACEOF
8128 cat confdefs.h >>conftest.$ac_ext
8129 cat >>conftest.$ac_ext <<_ACEOF
8130 /* end confdefs.h. */
8133 main ()
8137 return 0;
8139 _ACEOF
8140 rm -f conftest.$ac_objext conftest$ac_exeext
8141 if { (ac_try="$ac_link"
8142 case "(($ac_try" in
8143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8144 *) ac_try_echo=$ac_try;;
8145 esac
8146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8147 $as_echo "$ac_try_echo") >&5
8148 (eval "$ac_link") 2>conftest.er1
8149 ac_status=$?
8150 grep -v '^ *+' conftest.er1 >conftest.err
8151 rm -f conftest.er1
8152 cat conftest.err >&5
8153 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8154 (exit $ac_status); } && {
8155 test -z "$ac_c_werror_flag" ||
8156 test ! -s conftest.err
8157 } && test -s conftest$ac_exeext && {
8158 test "$cross_compiling" = yes ||
8159 $as_test_x conftest$ac_exeext
8160 }; then
8161 ac_cv_cflags__Wl___enable_new_dtags=yes
8162 else
8163 $as_echo "$as_me: failed program was:" >&5
8164 sed 's/^/| /' conftest.$ac_ext >&5
8166 ac_cv_cflags__Wl___enable_new_dtags=no
8169 rm -rf conftest.dSYM
8170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8171 conftest$ac_exeext conftest.$ac_ext
8172 CFLAGS=$ac_wine_try_cflags_saved
8174 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8175 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8176 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8177 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8181 case $host_cpu in
8182 *i[3456789]86* | x86_64)
8183 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8184 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8185 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8186 $as_echo_n "(cached) " >&6
8187 else
8188 ac_wine_try_cflags_saved=$CFLAGS
8189 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8190 cat >conftest.$ac_ext <<_ACEOF
8191 /* confdefs.h. */
8192 _ACEOF
8193 cat confdefs.h >>conftest.$ac_ext
8194 cat >>conftest.$ac_ext <<_ACEOF
8195 /* end confdefs.h. */
8198 main ()
8202 return 0;
8204 _ACEOF
8205 rm -f conftest.$ac_objext conftest$ac_exeext
8206 if { (ac_try="$ac_link"
8207 case "(($ac_try" in
8208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8209 *) ac_try_echo=$ac_try;;
8210 esac
8211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8212 $as_echo "$ac_try_echo") >&5
8213 (eval "$ac_link") 2>conftest.er1
8214 ac_status=$?
8215 grep -v '^ *+' conftest.er1 >conftest.err
8216 rm -f conftest.er1
8217 cat conftest.err >&5
8218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219 (exit $ac_status); } && {
8220 test -z "$ac_c_werror_flag" ||
8221 test ! -s conftest.err
8222 } && test -s conftest$ac_exeext && {
8223 test "$cross_compiling" = yes ||
8224 $as_test_x conftest$ac_exeext
8225 }; then
8226 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8227 else
8228 $as_echo "$as_me: failed program was:" >&5
8229 sed 's/^/| /' conftest.$ac_ext >&5
8231 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8234 rm -rf conftest.dSYM
8235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8236 conftest$ac_exeext conftest.$ac_ext
8237 CFLAGS=$ac_wine_try_cflags_saved
8239 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8240 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8241 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8242 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8246 esac
8248 else
8249 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8250 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8251 if test "${ac_cv_c_dll_unixware+set}" = set; then
8252 $as_echo_n "(cached) " >&6
8253 else
8254 ac_wine_try_cflags_saved=$CFLAGS
8255 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8256 cat >conftest.$ac_ext <<_ACEOF
8257 void myfunc() {}
8258 _ACEOF
8259 rm -f conftest.$ac_objext conftest$ac_exeext
8260 if { (ac_try="$ac_link"
8261 case "(($ac_try" in
8262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8263 *) ac_try_echo=$ac_try;;
8264 esac
8265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8266 $as_echo "$ac_try_echo") >&5
8267 (eval "$ac_link") 2>conftest.er1
8268 ac_status=$?
8269 grep -v '^ *+' conftest.er1 >conftest.err
8270 rm -f conftest.er1
8271 cat conftest.err >&5
8272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8273 (exit $ac_status); } && {
8274 test -z "$ac_c_werror_flag" ||
8275 test ! -s conftest.err
8276 } && test -s conftest$ac_exeext && {
8277 test "$cross_compiling" = yes ||
8278 $as_test_x conftest$ac_exeext
8279 }; then
8280 ac_cv_c_dll_unixware="yes"
8281 else
8282 $as_echo "$as_me: failed program was:" >&5
8283 sed 's/^/| /' conftest.$ac_ext >&5
8285 ac_cv_c_dll_unixware="no"
8288 rm -rf conftest.dSYM
8289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8290 conftest$ac_exeext conftest.$ac_ext
8291 CFLAGS=$ac_wine_try_cflags_saved
8293 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8294 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8295 if test "$ac_cv_c_dll_unixware" = "yes"
8296 then
8297 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8298 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8300 else
8301 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8302 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8303 if test "${ac_cv_c_dll_hpux+set}" = set; then
8304 $as_echo_n "(cached) " >&6
8305 else
8306 ac_wine_try_cflags_saved=$CFLAGS
8307 CFLAGS="$CFLAGS -shared"
8308 cat >conftest.$ac_ext <<_ACEOF
8309 void myfunc() {}
8310 _ACEOF
8311 rm -f conftest.$ac_objext conftest$ac_exeext
8312 if { (ac_try="$ac_link"
8313 case "(($ac_try" in
8314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8315 *) ac_try_echo=$ac_try;;
8316 esac
8317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8318 $as_echo "$ac_try_echo") >&5
8319 (eval "$ac_link") 2>conftest.er1
8320 ac_status=$?
8321 grep -v '^ *+' conftest.er1 >conftest.err
8322 rm -f conftest.er1
8323 cat conftest.err >&5
8324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 (exit $ac_status); } && {
8326 test -z "$ac_c_werror_flag" ||
8327 test ! -s conftest.err
8328 } && test -s conftest$ac_exeext && {
8329 test "$cross_compiling" = yes ||
8330 $as_test_x conftest$ac_exeext
8331 }; then
8332 ac_cv_c_dll_hpux="yes"
8333 else
8334 $as_echo "$as_me: failed program was:" >&5
8335 sed 's/^/| /' conftest.$ac_ext >&5
8337 ac_cv_c_dll_hpux="no"
8340 rm -rf conftest.dSYM
8341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8342 conftest$ac_exeext conftest.$ac_ext
8343 CFLAGS=$ac_wine_try_cflags_saved
8345 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8346 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8347 if test "$ac_cv_c_dll_hpux" = "yes"
8348 then
8349 LIBEXT="sl"
8350 DLLEXT=".sl"
8351 LDDLLFLAGS="-shared -fPIC"
8352 LDSHARED="\$(CC) -shared"
8357 esac
8359 enable_winequartz_drv=${enable_winequartz_drv:-no}
8361 if test "$LIBEXT" = "a"; then
8362 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8363 It is currently not possible to build Wine without shared library
8364 (.so) support to allow transparent switch between .so and .dll files.
8365 If you are using Linux, you will need a newer binutils.
8366 " >&5
8367 $as_echo "$as_me: error: could not find a way to build shared libraries.
8368 It is currently not possible to build Wine without shared library
8369 (.so) support to allow transparent switch between .so and .dll files.
8370 If you are using Linux, you will need a newer binutils.
8371 " >&2;}
8372 { (exit 1); exit 1; }; }
8375 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8376 then
8377 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
8379 # Extract the first word of "$ac_prog", so it can be a program name with args.
8380 set dummy $ac_prog; ac_word=$2
8381 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8382 $as_echo_n "checking for $ac_word... " >&6; }
8383 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8384 $as_echo_n "(cached) " >&6
8385 else
8386 if test -n "$CROSSCC"; then
8387 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8388 else
8389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8390 for as_dir in $PATH
8392 IFS=$as_save_IFS
8393 test -z "$as_dir" && as_dir=.
8394 for ac_exec_ext in '' $ac_executable_extensions; do
8395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8396 ac_cv_prog_CROSSCC="$ac_prog"
8397 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8398 break 2
8400 done
8401 done
8402 IFS=$as_save_IFS
8406 CROSSCC=$ac_cv_prog_CROSSCC
8407 if test -n "$CROSSCC"; then
8408 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8409 $as_echo "$CROSSCC" >&6; }
8410 else
8411 { $as_echo "$as_me:$LINENO: result: no" >&5
8412 $as_echo "no" >&6; }
8416 test -n "$CROSSCC" && break
8417 done
8418 test -n "$CROSSCC" || CROSSCC="false"
8420 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
8422 # Extract the first word of "$ac_prog", so it can be a program name with args.
8423 set dummy $ac_prog; ac_word=$2
8424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8425 $as_echo_n "checking for $ac_word... " >&6; }
8426 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8427 $as_echo_n "(cached) " >&6
8428 else
8429 if test -n "$DLLTOOL"; then
8430 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8431 else
8432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8433 for as_dir in $PATH
8435 IFS=$as_save_IFS
8436 test -z "$as_dir" && as_dir=.
8437 for ac_exec_ext in '' $ac_executable_extensions; do
8438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8439 ac_cv_prog_DLLTOOL="$ac_prog"
8440 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8441 break 2
8443 done
8444 done
8445 IFS=$as_save_IFS
8449 DLLTOOL=$ac_cv_prog_DLLTOOL
8450 if test -n "$DLLTOOL"; then
8451 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8452 $as_echo "$DLLTOOL" >&6; }
8453 else
8454 { $as_echo "$as_me:$LINENO: result: no" >&5
8455 $as_echo "no" >&6; }
8459 test -n "$DLLTOOL" && break
8460 done
8461 test -n "$DLLTOOL" || DLLTOOL="false"
8463 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
8465 # Extract the first word of "$ac_prog", so it can be a program name with args.
8466 set dummy $ac_prog; ac_word=$2
8467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8468 $as_echo_n "checking for $ac_word... " >&6; }
8469 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8470 $as_echo_n "(cached) " >&6
8471 else
8472 if test -n "$CROSSWINDRES"; then
8473 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8474 else
8475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8476 for as_dir in $PATH
8478 IFS=$as_save_IFS
8479 test -z "$as_dir" && as_dir=.
8480 for ac_exec_ext in '' $ac_executable_extensions; do
8481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8482 ac_cv_prog_CROSSWINDRES="$ac_prog"
8483 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8484 break 2
8486 done
8487 done
8488 IFS=$as_save_IFS
8492 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8493 if test -n "$CROSSWINDRES"; then
8494 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8495 $as_echo "$CROSSWINDRES" >&6; }
8496 else
8497 { $as_echo "$as_me:$LINENO: result: no" >&5
8498 $as_echo "no" >&6; }
8502 test -n "$CROSSWINDRES" && break
8503 done
8504 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8506 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
8508 # Extract the first word of "$ac_prog", so it can be a program name with args.
8509 set dummy $ac_prog; ac_word=$2
8510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8511 $as_echo_n "checking for $ac_word... " >&6; }
8512 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8513 $as_echo_n "(cached) " >&6
8514 else
8515 if test -n "$MINGWAR"; then
8516 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8517 else
8518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8519 for as_dir in $PATH
8521 IFS=$as_save_IFS
8522 test -z "$as_dir" && as_dir=.
8523 for ac_exec_ext in '' $ac_executable_extensions; do
8524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8525 ac_cv_prog_MINGWAR="$ac_prog"
8526 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8527 break 2
8529 done
8530 done
8531 IFS=$as_save_IFS
8535 MINGWAR=$ac_cv_prog_MINGWAR
8536 if test -n "$MINGWAR"; then
8537 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8538 $as_echo "$MINGWAR" >&6; }
8539 else
8540 { $as_echo "$as_me:$LINENO: result: no" >&5
8541 $as_echo "no" >&6; }
8545 test -n "$MINGWAR" && break
8546 done
8547 test -n "$MINGWAR" || MINGWAR="false"
8549 if test "$CROSSCC" != "false"
8550 then
8551 CROSSTEST="\$(CROSSTEST)"
8557 if test "$ac_cv_header_pthread_h" = "yes"
8558 then
8559 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8560 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8561 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8562 $as_echo_n "(cached) " >&6
8563 else
8564 ac_check_lib_save_LIBS=$LIBS
8565 LIBS="-lpthread $LIBS"
8566 cat >conftest.$ac_ext <<_ACEOF
8567 /* confdefs.h. */
8568 _ACEOF
8569 cat confdefs.h >>conftest.$ac_ext
8570 cat >>conftest.$ac_ext <<_ACEOF
8571 /* end confdefs.h. */
8573 /* Override any GCC internal prototype to avoid an error.
8574 Use char because int might match the return type of a GCC
8575 builtin and then its argument prototype would still apply. */
8576 #ifdef __cplusplus
8577 extern "C"
8578 #endif
8579 char pthread_create ();
8581 main ()
8583 return pthread_create ();
8585 return 0;
8587 _ACEOF
8588 rm -f conftest.$ac_objext conftest$ac_exeext
8589 if { (ac_try="$ac_link"
8590 case "(($ac_try" in
8591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8592 *) ac_try_echo=$ac_try;;
8593 esac
8594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8595 $as_echo "$ac_try_echo") >&5
8596 (eval "$ac_link") 2>conftest.er1
8597 ac_status=$?
8598 grep -v '^ *+' conftest.er1 >conftest.err
8599 rm -f conftest.er1
8600 cat conftest.err >&5
8601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8602 (exit $ac_status); } && {
8603 test -z "$ac_c_werror_flag" ||
8604 test ! -s conftest.err
8605 } && test -s conftest$ac_exeext && {
8606 test "$cross_compiling" = yes ||
8607 $as_test_x conftest$ac_exeext
8608 }; then
8609 ac_cv_lib_pthread_pthread_create=yes
8610 else
8611 $as_echo "$as_me: failed program was:" >&5
8612 sed 's/^/| /' conftest.$ac_ext >&5
8614 ac_cv_lib_pthread_pthread_create=no
8617 rm -rf conftest.dSYM
8618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8619 conftest$ac_exeext conftest.$ac_ext
8620 LIBS=$ac_check_lib_save_LIBS
8622 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8623 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8624 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8625 LIBPTHREAD="-lpthread"
8630 if test "x$LIBPTHREAD" = "x"; then
8631 case "x$with_pthread" in
8632 xno) ;;
8633 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8634 Wine cannot support threads without libpthread.
8635 Use the --without-pthread option if you really want this." >&5
8636 $as_echo "$as_me: 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." >&2;}
8639 { (exit 1); exit 1; }; } ;;
8640 esac
8645 { $as_echo "$as_me:$LINENO: checking for X" >&5
8646 $as_echo_n "checking for X... " >&6; }
8649 # Check whether --with-x was given.
8650 if test "${with_x+set}" = set; then
8651 withval=$with_x;
8654 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8655 if test "x$with_x" = xno; then
8656 # The user explicitly disabled X.
8657 have_x=disabled
8658 else
8659 case $x_includes,$x_libraries in #(
8660 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8661 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8662 { (exit 1); exit 1; }; };; #(
8663 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8664 $as_echo_n "(cached) " >&6
8665 else
8666 # One or both of the vars are not set, and there is no cached value.
8667 ac_x_includes=no ac_x_libraries=no
8668 rm -f -r conftest.dir
8669 if mkdir conftest.dir; then
8670 cd conftest.dir
8671 cat >Imakefile <<'_ACEOF'
8672 incroot:
8673 @echo incroot='${INCROOT}'
8674 usrlibdir:
8675 @echo usrlibdir='${USRLIBDIR}'
8676 libdir:
8677 @echo libdir='${LIBDIR}'
8678 _ACEOF
8679 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8680 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8681 for ac_var in incroot usrlibdir libdir; do
8682 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8683 done
8684 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8685 for ac_extension in a so sl dylib la dll; do
8686 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8687 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8688 ac_im_usrlibdir=$ac_im_libdir; break
8690 done
8691 # Screen out bogus values from the imake configuration. They are
8692 # bogus both because they are the default anyway, and because
8693 # using them would break gcc on systems where it needs fixed includes.
8694 case $ac_im_incroot in
8695 /usr/include) ac_x_includes= ;;
8696 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8697 esac
8698 case $ac_im_usrlibdir in
8699 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8700 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8701 esac
8703 cd ..
8704 rm -f -r conftest.dir
8707 # Standard set of common directories for X headers.
8708 # Check X11 before X11Rn because it is often a symlink to the current release.
8709 ac_x_header_dirs='
8710 /usr/X11/include
8711 /usr/X11R6/include
8712 /usr/X11R5/include
8713 /usr/X11R4/include
8715 /usr/include/X11
8716 /usr/include/X11R6
8717 /usr/include/X11R5
8718 /usr/include/X11R4
8720 /usr/local/X11/include
8721 /usr/local/X11R6/include
8722 /usr/local/X11R5/include
8723 /usr/local/X11R4/include
8725 /usr/local/include/X11
8726 /usr/local/include/X11R6
8727 /usr/local/include/X11R5
8728 /usr/local/include/X11R4
8730 /usr/X386/include
8731 /usr/x386/include
8732 /usr/XFree86/include/X11
8734 /usr/include
8735 /usr/local/include
8736 /usr/unsupported/include
8737 /usr/athena/include
8738 /usr/local/x11r5/include
8739 /usr/lpp/Xamples/include
8741 /usr/openwin/include
8742 /usr/openwin/share/include'
8744 if test "$ac_x_includes" = no; then
8745 # Guess where to find include files, by looking for Xlib.h.
8746 # First, try using that file with no special directory specified.
8747 cat >conftest.$ac_ext <<_ACEOF
8748 /* confdefs.h. */
8749 _ACEOF
8750 cat confdefs.h >>conftest.$ac_ext
8751 cat >>conftest.$ac_ext <<_ACEOF
8752 /* end confdefs.h. */
8753 #include <X11/Xlib.h>
8754 _ACEOF
8755 if { (ac_try="$ac_cpp conftest.$ac_ext"
8756 case "(($ac_try" in
8757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8758 *) ac_try_echo=$ac_try;;
8759 esac
8760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8761 $as_echo "$ac_try_echo") >&5
8762 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8763 ac_status=$?
8764 grep -v '^ *+' conftest.er1 >conftest.err
8765 rm -f conftest.er1
8766 cat conftest.err >&5
8767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 (exit $ac_status); } >/dev/null && {
8769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8770 test ! -s conftest.err
8771 }; then
8772 # We can compile using X headers with no special include directory.
8773 ac_x_includes=
8774 else
8775 $as_echo "$as_me: failed program was:" >&5
8776 sed 's/^/| /' conftest.$ac_ext >&5
8778 for ac_dir in $ac_x_header_dirs; do
8779 if test -r "$ac_dir/X11/Xlib.h"; then
8780 ac_x_includes=$ac_dir
8781 break
8783 done
8786 rm -f conftest.err conftest.$ac_ext
8787 fi # $ac_x_includes = no
8789 if test "$ac_x_libraries" = no; then
8790 # Check for the libraries.
8791 # See if we find them without any special options.
8792 # Don't add to $LIBS permanently.
8793 ac_save_LIBS=$LIBS
8794 LIBS="-lX11 $LIBS"
8795 cat >conftest.$ac_ext <<_ACEOF
8796 /* confdefs.h. */
8797 _ACEOF
8798 cat confdefs.h >>conftest.$ac_ext
8799 cat >>conftest.$ac_ext <<_ACEOF
8800 /* end confdefs.h. */
8801 #include <X11/Xlib.h>
8803 main ()
8805 XrmInitialize ()
8807 return 0;
8809 _ACEOF
8810 rm -f conftest.$ac_objext conftest$ac_exeext
8811 if { (ac_try="$ac_link"
8812 case "(($ac_try" in
8813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8814 *) ac_try_echo=$ac_try;;
8815 esac
8816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8817 $as_echo "$ac_try_echo") >&5
8818 (eval "$ac_link") 2>conftest.er1
8819 ac_status=$?
8820 grep -v '^ *+' conftest.er1 >conftest.err
8821 rm -f conftest.er1
8822 cat conftest.err >&5
8823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824 (exit $ac_status); } && {
8825 test -z "$ac_c_werror_flag" ||
8826 test ! -s conftest.err
8827 } && test -s conftest$ac_exeext && {
8828 test "$cross_compiling" = yes ||
8829 $as_test_x conftest$ac_exeext
8830 }; then
8831 LIBS=$ac_save_LIBS
8832 # We can link X programs with no special library path.
8833 ac_x_libraries=
8834 else
8835 $as_echo "$as_me: failed program was:" >&5
8836 sed 's/^/| /' conftest.$ac_ext >&5
8838 LIBS=$ac_save_LIBS
8839 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8841 # Don't even attempt the hair of trying to link an X program!
8842 for ac_extension in a so sl dylib la dll; do
8843 if test -r "$ac_dir/libX11.$ac_extension"; then
8844 ac_x_libraries=$ac_dir
8845 break 2
8847 done
8848 done
8851 rm -rf conftest.dSYM
8852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8853 conftest$ac_exeext conftest.$ac_ext
8854 fi # $ac_x_libraries = no
8856 case $ac_x_includes,$ac_x_libraries in #(
8857 no,* | *,no | *\'*)
8858 # Didn't find X, or a directory has "'" in its name.
8859 ac_cv_have_x="have_x=no";; #(
8861 # Record where we found X for the cache.
8862 ac_cv_have_x="have_x=yes\
8863 ac_x_includes='$ac_x_includes'\
8864 ac_x_libraries='$ac_x_libraries'"
8865 esac
8867 ;; #(
8868 *) have_x=yes;;
8869 esac
8870 eval "$ac_cv_have_x"
8871 fi # $with_x != no
8873 if test "$have_x" != yes; then
8874 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8875 $as_echo "$have_x" >&6; }
8876 no_x=yes
8877 else
8878 # If each of the values was on the command line, it overrides each guess.
8879 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8880 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8881 # Update the cache value to reflect the command line values.
8882 ac_cv_have_x="have_x=yes\
8883 ac_x_includes='$x_includes'\
8884 ac_x_libraries='$x_libraries'"
8885 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8886 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8889 if test "$no_x" = yes; then
8890 # Not all programs may use this symbol, but it does not hurt to define it.
8892 cat >>confdefs.h <<\_ACEOF
8893 #define X_DISPLAY_MISSING 1
8894 _ACEOF
8896 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8897 else
8898 if test -n "$x_includes"; then
8899 X_CFLAGS="$X_CFLAGS -I$x_includes"
8902 # It would also be nice to do this for all -L options, not just this one.
8903 if test -n "$x_libraries"; then
8904 X_LIBS="$X_LIBS -L$x_libraries"
8905 # For Solaris; some versions of Sun CC require a space after -R and
8906 # others require no space. Words are not sufficient . . . .
8907 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8908 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8909 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8910 ac_xsave_c_werror_flag=$ac_c_werror_flag
8911 ac_c_werror_flag=yes
8912 cat >conftest.$ac_ext <<_ACEOF
8913 /* confdefs.h. */
8914 _ACEOF
8915 cat confdefs.h >>conftest.$ac_ext
8916 cat >>conftest.$ac_ext <<_ACEOF
8917 /* end confdefs.h. */
8920 main ()
8924 return 0;
8926 _ACEOF
8927 rm -f conftest.$ac_objext conftest$ac_exeext
8928 if { (ac_try="$ac_link"
8929 case "(($ac_try" in
8930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8931 *) ac_try_echo=$ac_try;;
8932 esac
8933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8934 $as_echo "$ac_try_echo") >&5
8935 (eval "$ac_link") 2>conftest.er1
8936 ac_status=$?
8937 grep -v '^ *+' conftest.er1 >conftest.err
8938 rm -f conftest.er1
8939 cat conftest.err >&5
8940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); } && {
8942 test -z "$ac_c_werror_flag" ||
8943 test ! -s conftest.err
8944 } && test -s conftest$ac_exeext && {
8945 test "$cross_compiling" = yes ||
8946 $as_test_x conftest$ac_exeext
8947 }; then
8948 { $as_echo "$as_me:$LINENO: result: no" >&5
8949 $as_echo "no" >&6; }
8950 X_LIBS="$X_LIBS -R$x_libraries"
8951 else
8952 $as_echo "$as_me: failed program was:" >&5
8953 sed 's/^/| /' conftest.$ac_ext >&5
8955 LIBS="$ac_xsave_LIBS -R $x_libraries"
8956 cat >conftest.$ac_ext <<_ACEOF
8957 /* confdefs.h. */
8958 _ACEOF
8959 cat confdefs.h >>conftest.$ac_ext
8960 cat >>conftest.$ac_ext <<_ACEOF
8961 /* end confdefs.h. */
8964 main ()
8968 return 0;
8970 _ACEOF
8971 rm -f conftest.$ac_objext conftest$ac_exeext
8972 if { (ac_try="$ac_link"
8973 case "(($ac_try" in
8974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8975 *) ac_try_echo=$ac_try;;
8976 esac
8977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8978 $as_echo "$ac_try_echo") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext && {
8989 test "$cross_compiling" = yes ||
8990 $as_test_x conftest$ac_exeext
8991 }; then
8992 { $as_echo "$as_me:$LINENO: result: yes" >&5
8993 $as_echo "yes" >&6; }
8994 X_LIBS="$X_LIBS -R $x_libraries"
8995 else
8996 $as_echo "$as_me: failed program was:" >&5
8997 sed 's/^/| /' conftest.$ac_ext >&5
8999 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9000 $as_echo "neither works" >&6; }
9003 rm -rf conftest.dSYM
9004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005 conftest$ac_exeext conftest.$ac_ext
9008 rm -rf conftest.dSYM
9009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9010 conftest$ac_exeext conftest.$ac_ext
9011 ac_c_werror_flag=$ac_xsave_c_werror_flag
9012 LIBS=$ac_xsave_LIBS
9015 # Check for system-dependent libraries X programs must link with.
9016 # Do this before checking for the system-independent R6 libraries
9017 # (-lICE), since we may need -lsocket or whatever for X linking.
9019 if test "$ISC" = yes; then
9020 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9021 else
9022 # Martyn Johnson says this is needed for Ultrix, if the X
9023 # libraries were built with DECnet support. And Karl Berry says
9024 # the Alpha needs dnet_stub (dnet does not exist).
9025 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9026 cat >conftest.$ac_ext <<_ACEOF
9027 /* confdefs.h. */
9028 _ACEOF
9029 cat confdefs.h >>conftest.$ac_ext
9030 cat >>conftest.$ac_ext <<_ACEOF
9031 /* end confdefs.h. */
9033 /* Override any GCC internal prototype to avoid an error.
9034 Use char because int might match the return type of a GCC
9035 builtin and then its argument prototype would still apply. */
9036 #ifdef __cplusplus
9037 extern "C"
9038 #endif
9039 char XOpenDisplay ();
9041 main ()
9043 return XOpenDisplay ();
9045 return 0;
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052 *) ac_try_echo=$ac_try;;
9053 esac
9054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9055 $as_echo "$ac_try_echo") >&5
9056 (eval "$ac_link") 2>conftest.er1
9057 ac_status=$?
9058 grep -v '^ *+' conftest.er1 >conftest.err
9059 rm -f conftest.er1
9060 cat conftest.err >&5
9061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); } && {
9063 test -z "$ac_c_werror_flag" ||
9064 test ! -s conftest.err
9065 } && test -s conftest$ac_exeext && {
9066 test "$cross_compiling" = yes ||
9067 $as_test_x conftest$ac_exeext
9068 }; then
9070 else
9071 $as_echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9074 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9075 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9076 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9077 $as_echo_n "(cached) " >&6
9078 else
9079 ac_check_lib_save_LIBS=$LIBS
9080 LIBS="-ldnet $LIBS"
9081 cat >conftest.$ac_ext <<_ACEOF
9082 /* confdefs.h. */
9083 _ACEOF
9084 cat confdefs.h >>conftest.$ac_ext
9085 cat >>conftest.$ac_ext <<_ACEOF
9086 /* end confdefs.h. */
9088 /* Override any GCC internal prototype to avoid an error.
9089 Use char because int might match the return type of a GCC
9090 builtin and then its argument prototype would still apply. */
9091 #ifdef __cplusplus
9092 extern "C"
9093 #endif
9094 char dnet_ntoa ();
9096 main ()
9098 return dnet_ntoa ();
9100 return 0;
9102 _ACEOF
9103 rm -f conftest.$ac_objext conftest$ac_exeext
9104 if { (ac_try="$ac_link"
9105 case "(($ac_try" in
9106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9107 *) ac_try_echo=$ac_try;;
9108 esac
9109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9110 $as_echo "$ac_try_echo") >&5
9111 (eval "$ac_link") 2>conftest.er1
9112 ac_status=$?
9113 grep -v '^ *+' conftest.er1 >conftest.err
9114 rm -f conftest.er1
9115 cat conftest.err >&5
9116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9117 (exit $ac_status); } && {
9118 test -z "$ac_c_werror_flag" ||
9119 test ! -s conftest.err
9120 } && test -s conftest$ac_exeext && {
9121 test "$cross_compiling" = yes ||
9122 $as_test_x conftest$ac_exeext
9123 }; then
9124 ac_cv_lib_dnet_dnet_ntoa=yes
9125 else
9126 $as_echo "$as_me: failed program was:" >&5
9127 sed 's/^/| /' conftest.$ac_ext >&5
9129 ac_cv_lib_dnet_dnet_ntoa=no
9132 rm -rf conftest.dSYM
9133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9134 conftest$ac_exeext conftest.$ac_ext
9135 LIBS=$ac_check_lib_save_LIBS
9137 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9138 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9139 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9140 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9143 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9144 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9145 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9146 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9147 $as_echo_n "(cached) " >&6
9148 else
9149 ac_check_lib_save_LIBS=$LIBS
9150 LIBS="-ldnet_stub $LIBS"
9151 cat >conftest.$ac_ext <<_ACEOF
9152 /* confdefs.h. */
9153 _ACEOF
9154 cat confdefs.h >>conftest.$ac_ext
9155 cat >>conftest.$ac_ext <<_ACEOF
9156 /* end confdefs.h. */
9158 /* Override any GCC internal prototype to avoid an error.
9159 Use char because int might match the return type of a GCC
9160 builtin and then its argument prototype would still apply. */
9161 #ifdef __cplusplus
9162 extern "C"
9163 #endif
9164 char dnet_ntoa ();
9166 main ()
9168 return dnet_ntoa ();
9170 return 0;
9172 _ACEOF
9173 rm -f conftest.$ac_objext conftest$ac_exeext
9174 if { (ac_try="$ac_link"
9175 case "(($ac_try" in
9176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9177 *) ac_try_echo=$ac_try;;
9178 esac
9179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9180 $as_echo "$ac_try_echo") >&5
9181 (eval "$ac_link") 2>conftest.er1
9182 ac_status=$?
9183 grep -v '^ *+' conftest.er1 >conftest.err
9184 rm -f conftest.er1
9185 cat conftest.err >&5
9186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } && {
9188 test -z "$ac_c_werror_flag" ||
9189 test ! -s conftest.err
9190 } && test -s conftest$ac_exeext && {
9191 test "$cross_compiling" = yes ||
9192 $as_test_x conftest$ac_exeext
9193 }; then
9194 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9195 else
9196 $as_echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.$ac_ext >&5
9199 ac_cv_lib_dnet_stub_dnet_ntoa=no
9202 rm -rf conftest.dSYM
9203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9204 conftest$ac_exeext conftest.$ac_ext
9205 LIBS=$ac_check_lib_save_LIBS
9207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9208 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9209 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9210 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9216 rm -rf conftest.dSYM
9217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9218 conftest$ac_exeext conftest.$ac_ext
9219 LIBS="$ac_xsave_LIBS"
9221 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9222 # to get the SysV transport functions.
9223 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9224 # needs -lnsl.
9225 # The nsl library prevents programs from opening the X display
9226 # on Irix 5.2, according to T.E. Dickey.
9227 # The functions gethostbyname, getservbyname, and inet_addr are
9228 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9229 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9230 $as_echo_n "checking for gethostbyname... " >&6; }
9231 if test "${ac_cv_func_gethostbyname+set}" = set; then
9232 $as_echo_n "(cached) " >&6
9233 else
9234 cat >conftest.$ac_ext <<_ACEOF
9235 /* confdefs.h. */
9236 _ACEOF
9237 cat confdefs.h >>conftest.$ac_ext
9238 cat >>conftest.$ac_ext <<_ACEOF
9239 /* end confdefs.h. */
9240 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9241 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9242 #define gethostbyname innocuous_gethostbyname
9244 /* System header to define __stub macros and hopefully few prototypes,
9245 which can conflict with char gethostbyname (); below.
9246 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9247 <limits.h> exists even on freestanding compilers. */
9249 #ifdef __STDC__
9250 # include <limits.h>
9251 #else
9252 # include <assert.h>
9253 #endif
9255 #undef gethostbyname
9257 /* Override any GCC internal prototype to avoid an error.
9258 Use char because int might match the return type of a GCC
9259 builtin and then its argument prototype would still apply. */
9260 #ifdef __cplusplus
9261 extern "C"
9262 #endif
9263 char gethostbyname ();
9264 /* The GNU C library defines this for functions which it implements
9265 to always fail with ENOSYS. Some functions are actually named
9266 something starting with __ and the normal name is an alias. */
9267 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9268 choke me
9269 #endif
9272 main ()
9274 return gethostbyname ();
9276 return 0;
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283 *) ac_try_echo=$ac_try;;
9284 esac
9285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9286 $as_echo "$ac_try_echo") >&5
9287 (eval "$ac_link") 2>conftest.er1
9288 ac_status=$?
9289 grep -v '^ *+' conftest.er1 >conftest.err
9290 rm -f conftest.er1
9291 cat conftest.err >&5
9292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 (exit $ac_status); } && {
9294 test -z "$ac_c_werror_flag" ||
9295 test ! -s conftest.err
9296 } && test -s conftest$ac_exeext && {
9297 test "$cross_compiling" = yes ||
9298 $as_test_x conftest$ac_exeext
9299 }; then
9300 ac_cv_func_gethostbyname=yes
9301 else
9302 $as_echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_func_gethostbyname=no
9308 rm -rf conftest.dSYM
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9312 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9313 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9315 if test $ac_cv_func_gethostbyname = no; then
9316 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9317 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9318 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9319 $as_echo_n "(cached) " >&6
9320 else
9321 ac_check_lib_save_LIBS=$LIBS
9322 LIBS="-lnsl $LIBS"
9323 cat >conftest.$ac_ext <<_ACEOF
9324 /* confdefs.h. */
9325 _ACEOF
9326 cat confdefs.h >>conftest.$ac_ext
9327 cat >>conftest.$ac_ext <<_ACEOF
9328 /* end confdefs.h. */
9330 /* Override any GCC internal prototype to avoid an error.
9331 Use char because int might match the return type of a GCC
9332 builtin and then its argument prototype would still apply. */
9333 #ifdef __cplusplus
9334 extern "C"
9335 #endif
9336 char gethostbyname ();
9338 main ()
9340 return gethostbyname ();
9342 return 0;
9344 _ACEOF
9345 rm -f conftest.$ac_objext conftest$ac_exeext
9346 if { (ac_try="$ac_link"
9347 case "(($ac_try" in
9348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9349 *) ac_try_echo=$ac_try;;
9350 esac
9351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9352 $as_echo "$ac_try_echo") >&5
9353 (eval "$ac_link") 2>conftest.er1
9354 ac_status=$?
9355 grep -v '^ *+' conftest.er1 >conftest.err
9356 rm -f conftest.er1
9357 cat conftest.err >&5
9358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9359 (exit $ac_status); } && {
9360 test -z "$ac_c_werror_flag" ||
9361 test ! -s conftest.err
9362 } && test -s conftest$ac_exeext && {
9363 test "$cross_compiling" = yes ||
9364 $as_test_x conftest$ac_exeext
9365 }; then
9366 ac_cv_lib_nsl_gethostbyname=yes
9367 else
9368 $as_echo "$as_me: failed program was:" >&5
9369 sed 's/^/| /' conftest.$ac_ext >&5
9371 ac_cv_lib_nsl_gethostbyname=no
9374 rm -rf conftest.dSYM
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 LIBS=$ac_check_lib_save_LIBS
9379 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9380 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9381 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9382 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9385 if test $ac_cv_lib_nsl_gethostbyname = no; then
9386 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9387 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9388 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9389 $as_echo_n "(cached) " >&6
9390 else
9391 ac_check_lib_save_LIBS=$LIBS
9392 LIBS="-lbsd $LIBS"
9393 cat >conftest.$ac_ext <<_ACEOF
9394 /* confdefs.h. */
9395 _ACEOF
9396 cat confdefs.h >>conftest.$ac_ext
9397 cat >>conftest.$ac_ext <<_ACEOF
9398 /* end confdefs.h. */
9400 /* Override any GCC internal prototype to avoid an error.
9401 Use char because int might match the return type of a GCC
9402 builtin and then its argument prototype would still apply. */
9403 #ifdef __cplusplus
9404 extern "C"
9405 #endif
9406 char gethostbyname ();
9408 main ()
9410 return gethostbyname ();
9412 return 0;
9414 _ACEOF
9415 rm -f conftest.$ac_objext conftest$ac_exeext
9416 if { (ac_try="$ac_link"
9417 case "(($ac_try" in
9418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9419 *) ac_try_echo=$ac_try;;
9420 esac
9421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9422 $as_echo "$ac_try_echo") >&5
9423 (eval "$ac_link") 2>conftest.er1
9424 ac_status=$?
9425 grep -v '^ *+' conftest.er1 >conftest.err
9426 rm -f conftest.er1
9427 cat conftest.err >&5
9428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); } && {
9430 test -z "$ac_c_werror_flag" ||
9431 test ! -s conftest.err
9432 } && test -s conftest$ac_exeext && {
9433 test "$cross_compiling" = yes ||
9434 $as_test_x conftest$ac_exeext
9435 }; then
9436 ac_cv_lib_bsd_gethostbyname=yes
9437 else
9438 $as_echo "$as_me: failed program was:" >&5
9439 sed 's/^/| /' conftest.$ac_ext >&5
9441 ac_cv_lib_bsd_gethostbyname=no
9444 rm -rf conftest.dSYM
9445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9446 conftest$ac_exeext conftest.$ac_ext
9447 LIBS=$ac_check_lib_save_LIBS
9449 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9450 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9451 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9452 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9458 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9459 # socket/setsockopt and other routines are undefined under SCO ODT
9460 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9461 # on later versions), says Simon Leinen: it contains gethostby*
9462 # variants that don't use the name server (or something). -lsocket
9463 # must be given before -lnsl if both are needed. We assume that
9464 # if connect needs -lnsl, so does gethostbyname.
9465 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9466 $as_echo_n "checking for connect... " >&6; }
9467 if test "${ac_cv_func_connect+set}" = set; then
9468 $as_echo_n "(cached) " >&6
9469 else
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h. */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9476 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9477 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9478 #define connect innocuous_connect
9480 /* System header to define __stub macros and hopefully few prototypes,
9481 which can conflict with char connect (); below.
9482 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9483 <limits.h> exists even on freestanding compilers. */
9485 #ifdef __STDC__
9486 # include <limits.h>
9487 #else
9488 # include <assert.h>
9489 #endif
9491 #undef connect
9493 /* Override any GCC internal prototype to avoid an error.
9494 Use char because int might match the return type of a GCC
9495 builtin and then its argument prototype would still apply. */
9496 #ifdef __cplusplus
9497 extern "C"
9498 #endif
9499 char connect ();
9500 /* The GNU C library defines this for functions which it implements
9501 to always fail with ENOSYS. Some functions are actually named
9502 something starting with __ and the normal name is an alias. */
9503 #if defined __stub_connect || defined __stub___connect
9504 choke me
9505 #endif
9508 main ()
9510 return connect ();
9512 return 0;
9514 _ACEOF
9515 rm -f conftest.$ac_objext conftest$ac_exeext
9516 if { (ac_try="$ac_link"
9517 case "(($ac_try" in
9518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9519 *) ac_try_echo=$ac_try;;
9520 esac
9521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9522 $as_echo "$ac_try_echo") >&5
9523 (eval "$ac_link") 2>conftest.er1
9524 ac_status=$?
9525 grep -v '^ *+' conftest.er1 >conftest.err
9526 rm -f conftest.er1
9527 cat conftest.err >&5
9528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529 (exit $ac_status); } && {
9530 test -z "$ac_c_werror_flag" ||
9531 test ! -s conftest.err
9532 } && test -s conftest$ac_exeext && {
9533 test "$cross_compiling" = yes ||
9534 $as_test_x conftest$ac_exeext
9535 }; then
9536 ac_cv_func_connect=yes
9537 else
9538 $as_echo "$as_me: failed program was:" >&5
9539 sed 's/^/| /' conftest.$ac_ext >&5
9541 ac_cv_func_connect=no
9544 rm -rf conftest.dSYM
9545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9546 conftest$ac_exeext conftest.$ac_ext
9548 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9549 $as_echo "$ac_cv_func_connect" >&6; }
9551 if test $ac_cv_func_connect = no; then
9552 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9553 $as_echo_n "checking for connect in -lsocket... " >&6; }
9554 if test "${ac_cv_lib_socket_connect+set}" = set; then
9555 $as_echo_n "(cached) " >&6
9556 else
9557 ac_check_lib_save_LIBS=$LIBS
9558 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9559 cat >conftest.$ac_ext <<_ACEOF
9560 /* confdefs.h. */
9561 _ACEOF
9562 cat confdefs.h >>conftest.$ac_ext
9563 cat >>conftest.$ac_ext <<_ACEOF
9564 /* end confdefs.h. */
9566 /* Override any GCC internal prototype to avoid an error.
9567 Use char because int might match the return type of a GCC
9568 builtin and then its argument prototype would still apply. */
9569 #ifdef __cplusplus
9570 extern "C"
9571 #endif
9572 char connect ();
9574 main ()
9576 return connect ();
9578 return 0;
9580 _ACEOF
9581 rm -f conftest.$ac_objext conftest$ac_exeext
9582 if { (ac_try="$ac_link"
9583 case "(($ac_try" in
9584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9585 *) ac_try_echo=$ac_try;;
9586 esac
9587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9588 $as_echo "$ac_try_echo") >&5
9589 (eval "$ac_link") 2>conftest.er1
9590 ac_status=$?
9591 grep -v '^ *+' conftest.er1 >conftest.err
9592 rm -f conftest.er1
9593 cat conftest.err >&5
9594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9595 (exit $ac_status); } && {
9596 test -z "$ac_c_werror_flag" ||
9597 test ! -s conftest.err
9598 } && test -s conftest$ac_exeext && {
9599 test "$cross_compiling" = yes ||
9600 $as_test_x conftest$ac_exeext
9601 }; then
9602 ac_cv_lib_socket_connect=yes
9603 else
9604 $as_echo "$as_me: failed program was:" >&5
9605 sed 's/^/| /' conftest.$ac_ext >&5
9607 ac_cv_lib_socket_connect=no
9610 rm -rf conftest.dSYM
9611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9612 conftest$ac_exeext conftest.$ac_ext
9613 LIBS=$ac_check_lib_save_LIBS
9615 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9616 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9617 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9618 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9623 # Guillermo Gomez says -lposix is necessary on A/UX.
9624 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9625 $as_echo_n "checking for remove... " >&6; }
9626 if test "${ac_cv_func_remove+set}" = set; then
9627 $as_echo_n "(cached) " >&6
9628 else
9629 cat >conftest.$ac_ext <<_ACEOF
9630 /* confdefs.h. */
9631 _ACEOF
9632 cat confdefs.h >>conftest.$ac_ext
9633 cat >>conftest.$ac_ext <<_ACEOF
9634 /* end confdefs.h. */
9635 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9636 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9637 #define remove innocuous_remove
9639 /* System header to define __stub macros and hopefully few prototypes,
9640 which can conflict with char remove (); below.
9641 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9642 <limits.h> exists even on freestanding compilers. */
9644 #ifdef __STDC__
9645 # include <limits.h>
9646 #else
9647 # include <assert.h>
9648 #endif
9650 #undef remove
9652 /* Override any GCC internal prototype to avoid an error.
9653 Use char because int might match the return type of a GCC
9654 builtin and then its argument prototype would still apply. */
9655 #ifdef __cplusplus
9656 extern "C"
9657 #endif
9658 char remove ();
9659 /* The GNU C library defines this for functions which it implements
9660 to always fail with ENOSYS. Some functions are actually named
9661 something starting with __ and the normal name is an alias. */
9662 #if defined __stub_remove || defined __stub___remove
9663 choke me
9664 #endif
9667 main ()
9669 return remove ();
9671 return 0;
9673 _ACEOF
9674 rm -f conftest.$ac_objext conftest$ac_exeext
9675 if { (ac_try="$ac_link"
9676 case "(($ac_try" in
9677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9678 *) ac_try_echo=$ac_try;;
9679 esac
9680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9681 $as_echo "$ac_try_echo") >&5
9682 (eval "$ac_link") 2>conftest.er1
9683 ac_status=$?
9684 grep -v '^ *+' conftest.er1 >conftest.err
9685 rm -f conftest.er1
9686 cat conftest.err >&5
9687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688 (exit $ac_status); } && {
9689 test -z "$ac_c_werror_flag" ||
9690 test ! -s conftest.err
9691 } && test -s conftest$ac_exeext && {
9692 test "$cross_compiling" = yes ||
9693 $as_test_x conftest$ac_exeext
9694 }; then
9695 ac_cv_func_remove=yes
9696 else
9697 $as_echo "$as_me: failed program was:" >&5
9698 sed 's/^/| /' conftest.$ac_ext >&5
9700 ac_cv_func_remove=no
9703 rm -rf conftest.dSYM
9704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9705 conftest$ac_exeext conftest.$ac_ext
9707 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9708 $as_echo "$ac_cv_func_remove" >&6; }
9710 if test $ac_cv_func_remove = no; then
9711 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9712 $as_echo_n "checking for remove in -lposix... " >&6; }
9713 if test "${ac_cv_lib_posix_remove+set}" = set; then
9714 $as_echo_n "(cached) " >&6
9715 else
9716 ac_check_lib_save_LIBS=$LIBS
9717 LIBS="-lposix $LIBS"
9718 cat >conftest.$ac_ext <<_ACEOF
9719 /* confdefs.h. */
9720 _ACEOF
9721 cat confdefs.h >>conftest.$ac_ext
9722 cat >>conftest.$ac_ext <<_ACEOF
9723 /* end confdefs.h. */
9725 /* Override any GCC internal prototype to avoid an error.
9726 Use char because int might match the return type of a GCC
9727 builtin and then its argument prototype would still apply. */
9728 #ifdef __cplusplus
9729 extern "C"
9730 #endif
9731 char remove ();
9733 main ()
9735 return remove ();
9737 return 0;
9739 _ACEOF
9740 rm -f conftest.$ac_objext conftest$ac_exeext
9741 if { (ac_try="$ac_link"
9742 case "(($ac_try" in
9743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9744 *) ac_try_echo=$ac_try;;
9745 esac
9746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9747 $as_echo "$ac_try_echo") >&5
9748 (eval "$ac_link") 2>conftest.er1
9749 ac_status=$?
9750 grep -v '^ *+' conftest.er1 >conftest.err
9751 rm -f conftest.er1
9752 cat conftest.err >&5
9753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9754 (exit $ac_status); } && {
9755 test -z "$ac_c_werror_flag" ||
9756 test ! -s conftest.err
9757 } && test -s conftest$ac_exeext && {
9758 test "$cross_compiling" = yes ||
9759 $as_test_x conftest$ac_exeext
9760 }; then
9761 ac_cv_lib_posix_remove=yes
9762 else
9763 $as_echo "$as_me: failed program was:" >&5
9764 sed 's/^/| /' conftest.$ac_ext >&5
9766 ac_cv_lib_posix_remove=no
9769 rm -rf conftest.dSYM
9770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9771 conftest$ac_exeext conftest.$ac_ext
9772 LIBS=$ac_check_lib_save_LIBS
9774 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9775 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9776 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9777 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9782 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9783 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9784 $as_echo_n "checking for shmat... " >&6; }
9785 if test "${ac_cv_func_shmat+set}" = set; then
9786 $as_echo_n "(cached) " >&6
9787 else
9788 cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h. */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h. */
9794 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9795 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9796 #define shmat innocuous_shmat
9798 /* System header to define __stub macros and hopefully few prototypes,
9799 which can conflict with char shmat (); below.
9800 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9801 <limits.h> exists even on freestanding compilers. */
9803 #ifdef __STDC__
9804 # include <limits.h>
9805 #else
9806 # include <assert.h>
9807 #endif
9809 #undef shmat
9811 /* Override any GCC internal prototype to avoid an error.
9812 Use char because int might match the return type of a GCC
9813 builtin and then its argument prototype would still apply. */
9814 #ifdef __cplusplus
9815 extern "C"
9816 #endif
9817 char shmat ();
9818 /* The GNU C library defines this for functions which it implements
9819 to always fail with ENOSYS. Some functions are actually named
9820 something starting with __ and the normal name is an alias. */
9821 #if defined __stub_shmat || defined __stub___shmat
9822 choke me
9823 #endif
9826 main ()
9828 return shmat ();
9830 return 0;
9832 _ACEOF
9833 rm -f conftest.$ac_objext conftest$ac_exeext
9834 if { (ac_try="$ac_link"
9835 case "(($ac_try" in
9836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9837 *) ac_try_echo=$ac_try;;
9838 esac
9839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9840 $as_echo "$ac_try_echo") >&5
9841 (eval "$ac_link") 2>conftest.er1
9842 ac_status=$?
9843 grep -v '^ *+' conftest.er1 >conftest.err
9844 rm -f conftest.er1
9845 cat conftest.err >&5
9846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9847 (exit $ac_status); } && {
9848 test -z "$ac_c_werror_flag" ||
9849 test ! -s conftest.err
9850 } && test -s conftest$ac_exeext && {
9851 test "$cross_compiling" = yes ||
9852 $as_test_x conftest$ac_exeext
9853 }; then
9854 ac_cv_func_shmat=yes
9855 else
9856 $as_echo "$as_me: failed program was:" >&5
9857 sed 's/^/| /' conftest.$ac_ext >&5
9859 ac_cv_func_shmat=no
9862 rm -rf conftest.dSYM
9863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9864 conftest$ac_exeext conftest.$ac_ext
9866 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9867 $as_echo "$ac_cv_func_shmat" >&6; }
9869 if test $ac_cv_func_shmat = no; then
9870 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9871 $as_echo_n "checking for shmat in -lipc... " >&6; }
9872 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9873 $as_echo_n "(cached) " >&6
9874 else
9875 ac_check_lib_save_LIBS=$LIBS
9876 LIBS="-lipc $LIBS"
9877 cat >conftest.$ac_ext <<_ACEOF
9878 /* confdefs.h. */
9879 _ACEOF
9880 cat confdefs.h >>conftest.$ac_ext
9881 cat >>conftest.$ac_ext <<_ACEOF
9882 /* end confdefs.h. */
9884 /* Override any GCC internal prototype to avoid an error.
9885 Use char because int might match the return type of a GCC
9886 builtin and then its argument prototype would still apply. */
9887 #ifdef __cplusplus
9888 extern "C"
9889 #endif
9890 char shmat ();
9892 main ()
9894 return shmat ();
9896 return 0;
9898 _ACEOF
9899 rm -f conftest.$ac_objext conftest$ac_exeext
9900 if { (ac_try="$ac_link"
9901 case "(($ac_try" in
9902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9903 *) ac_try_echo=$ac_try;;
9904 esac
9905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9906 $as_echo "$ac_try_echo") >&5
9907 (eval "$ac_link") 2>conftest.er1
9908 ac_status=$?
9909 grep -v '^ *+' conftest.er1 >conftest.err
9910 rm -f conftest.er1
9911 cat conftest.err >&5
9912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9913 (exit $ac_status); } && {
9914 test -z "$ac_c_werror_flag" ||
9915 test ! -s conftest.err
9916 } && test -s conftest$ac_exeext && {
9917 test "$cross_compiling" = yes ||
9918 $as_test_x conftest$ac_exeext
9919 }; then
9920 ac_cv_lib_ipc_shmat=yes
9921 else
9922 $as_echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.$ac_ext >&5
9925 ac_cv_lib_ipc_shmat=no
9928 rm -rf conftest.dSYM
9929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9930 conftest$ac_exeext conftest.$ac_ext
9931 LIBS=$ac_check_lib_save_LIBS
9933 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9934 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9935 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9936 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9942 # Check for libraries that X11R6 Xt/Xaw programs need.
9943 ac_save_LDFLAGS=$LDFLAGS
9944 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9945 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9946 # check for ICE first), but we must link in the order -lSM -lICE or
9947 # we get undefined symbols. So assume we have SM if we have ICE.
9948 # These have to be linked with before -lX11, unlike the other
9949 # libraries we check for below, so use a different variable.
9950 # John Interrante, Karl Berry
9951 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9952 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9953 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9954 $as_echo_n "(cached) " >&6
9955 else
9956 ac_check_lib_save_LIBS=$LIBS
9957 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9958 cat >conftest.$ac_ext <<_ACEOF
9959 /* confdefs.h. */
9960 _ACEOF
9961 cat confdefs.h >>conftest.$ac_ext
9962 cat >>conftest.$ac_ext <<_ACEOF
9963 /* end confdefs.h. */
9965 /* Override any GCC internal prototype to avoid an error.
9966 Use char because int might match the return type of a GCC
9967 builtin and then its argument prototype would still apply. */
9968 #ifdef __cplusplus
9969 extern "C"
9970 #endif
9971 char IceConnectionNumber ();
9973 main ()
9975 return IceConnectionNumber ();
9977 return 0;
9979 _ACEOF
9980 rm -f conftest.$ac_objext conftest$ac_exeext
9981 if { (ac_try="$ac_link"
9982 case "(($ac_try" in
9983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9984 *) ac_try_echo=$ac_try;;
9985 esac
9986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9987 $as_echo "$ac_try_echo") >&5
9988 (eval "$ac_link") 2>conftest.er1
9989 ac_status=$?
9990 grep -v '^ *+' conftest.er1 >conftest.err
9991 rm -f conftest.er1
9992 cat conftest.err >&5
9993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994 (exit $ac_status); } && {
9995 test -z "$ac_c_werror_flag" ||
9996 test ! -s conftest.err
9997 } && test -s conftest$ac_exeext && {
9998 test "$cross_compiling" = yes ||
9999 $as_test_x conftest$ac_exeext
10000 }; then
10001 ac_cv_lib_ICE_IceConnectionNumber=yes
10002 else
10003 $as_echo "$as_me: failed program was:" >&5
10004 sed 's/^/| /' conftest.$ac_ext >&5
10006 ac_cv_lib_ICE_IceConnectionNumber=no
10009 rm -rf conftest.dSYM
10010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10011 conftest$ac_exeext conftest.$ac_ext
10012 LIBS=$ac_check_lib_save_LIBS
10014 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10015 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10016 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10017 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10020 LDFLAGS=$ac_save_LDFLAGS
10025 if test "$have_x" = "yes"
10026 then
10027 XLIB="-lXext -lX11"
10028 ac_save_CPPFLAGS="$CPPFLAGS"
10029 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10031 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10032 $as_echo_n "checking for -lX11... " >&6; }
10033 if test "${ac_cv_lib_soname_X11+set}" = set; then
10034 $as_echo_n "(cached) " >&6
10035 else
10036 ac_check_soname_save_LIBS=$LIBS
10037 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10038 cat >conftest.$ac_ext <<_ACEOF
10039 /* confdefs.h. */
10040 _ACEOF
10041 cat confdefs.h >>conftest.$ac_ext
10042 cat >>conftest.$ac_ext <<_ACEOF
10043 /* end confdefs.h. */
10045 /* Override any GCC internal prototype to avoid an error.
10046 Use char because int might match the return type of a GCC
10047 builtin and then its argument prototype would still apply. */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char XCreateWindow ();
10053 main ()
10055 return XCreateWindow ();
10057 return 0;
10059 _ACEOF
10060 rm -f conftest.$ac_objext conftest$ac_exeext
10061 if { (ac_try="$ac_link"
10062 case "(($ac_try" in
10063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064 *) ac_try_echo=$ac_try;;
10065 esac
10066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10067 $as_echo "$ac_try_echo") >&5
10068 (eval "$ac_link") 2>conftest.er1
10069 ac_status=$?
10070 grep -v '^ *+' conftest.er1 >conftest.err
10071 rm -f conftest.er1
10072 cat conftest.err >&5
10073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); } && {
10075 test -z "$ac_c_werror_flag" ||
10076 test ! -s conftest.err
10077 } && test -s conftest$ac_exeext && {
10078 test "$cross_compiling" = yes ||
10079 $as_test_x conftest$ac_exeext
10080 }; then
10081 case "$LIBEXT" in
10082 dll) ;;
10083 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'` ;;
10084 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10085 esac
10086 else
10087 $as_echo "$as_me: failed program was:" >&5
10088 sed 's/^/| /' conftest.$ac_ext >&5
10093 rm -rf conftest.dSYM
10094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10095 conftest$ac_exeext conftest.$ac_ext
10096 LIBS=$ac_check_soname_save_LIBS
10098 if test "x$ac_cv_lib_soname_X11" = "x"; then
10099 { $as_echo "$as_me:$LINENO: result: not found" >&5
10100 $as_echo "not found" >&6; }
10102 else
10103 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10104 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10106 cat >>confdefs.h <<_ACEOF
10107 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10108 _ACEOF
10113 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10114 $as_echo_n "checking for -lXext... " >&6; }
10115 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10116 $as_echo_n "(cached) " >&6
10117 else
10118 ac_check_soname_save_LIBS=$LIBS
10119 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10120 cat >conftest.$ac_ext <<_ACEOF
10121 /* confdefs.h. */
10122 _ACEOF
10123 cat confdefs.h >>conftest.$ac_ext
10124 cat >>conftest.$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10127 /* Override any GCC internal prototype to avoid an error.
10128 Use char because int might match the return type of a GCC
10129 builtin and then its argument prototype would still apply. */
10130 #ifdef __cplusplus
10131 extern "C"
10132 #endif
10133 char XextCreateExtension ();
10135 main ()
10137 return XextCreateExtension ();
10139 return 0;
10141 _ACEOF
10142 rm -f conftest.$ac_objext conftest$ac_exeext
10143 if { (ac_try="$ac_link"
10144 case "(($ac_try" in
10145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10146 *) ac_try_echo=$ac_try;;
10147 esac
10148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10149 $as_echo "$ac_try_echo") >&5
10150 (eval "$ac_link") 2>conftest.er1
10151 ac_status=$?
10152 grep -v '^ *+' conftest.er1 >conftest.err
10153 rm -f conftest.er1
10154 cat conftest.err >&5
10155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10156 (exit $ac_status); } && {
10157 test -z "$ac_c_werror_flag" ||
10158 test ! -s conftest.err
10159 } && test -s conftest$ac_exeext && {
10160 test "$cross_compiling" = yes ||
10161 $as_test_x conftest$ac_exeext
10162 }; then
10163 case "$LIBEXT" in
10164 dll) ;;
10165 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'` ;;
10166 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10167 esac
10168 else
10169 $as_echo "$as_me: failed program was:" >&5
10170 sed 's/^/| /' conftest.$ac_ext >&5
10175 rm -rf conftest.dSYM
10176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10177 conftest$ac_exeext conftest.$ac_ext
10178 LIBS=$ac_check_soname_save_LIBS
10180 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10181 { $as_echo "$as_me:$LINENO: result: not found" >&5
10182 $as_echo "not found" >&6; }
10184 else
10185 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10186 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10188 cat >>confdefs.h <<_ACEOF
10189 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10190 _ACEOF
10208 for ac_header in X11/Xlib.h \
10209 X11/XKBlib.h \
10210 X11/Xutil.h \
10211 X11/Xcursor/Xcursor.h \
10212 X11/extensions/shape.h \
10213 X11/extensions/XInput.h \
10214 X11/extensions/XShm.h \
10215 X11/extensions/Xcomposite.h \
10216 X11/extensions/Xinerama.h \
10217 X11/extensions/Xrandr.h \
10218 X11/extensions/Xrender.h \
10219 X11/extensions/xf86vmode.h
10221 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10222 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10223 $as_echo_n "checking for $ac_header... " >&6; }
10224 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10225 $as_echo_n "(cached) " >&6
10226 else
10227 cat >conftest.$ac_ext <<_ACEOF
10228 /* confdefs.h. */
10229 _ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h. */
10233 #ifdef HAVE_X11_XLIB_H
10234 # include <X11/Xlib.h>
10235 #endif
10236 #ifdef HAVE_X11_XUTIL_H
10237 # include <X11/Xutil.h>
10238 #endif
10240 #include <$ac_header>
10241 _ACEOF
10242 rm -f conftest.$ac_objext
10243 if { (ac_try="$ac_compile"
10244 case "(($ac_try" in
10245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10246 *) ac_try_echo=$ac_try;;
10247 esac
10248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10249 $as_echo "$ac_try_echo") >&5
10250 (eval "$ac_compile") 2>conftest.er1
10251 ac_status=$?
10252 grep -v '^ *+' conftest.er1 >conftest.err
10253 rm -f conftest.er1
10254 cat conftest.err >&5
10255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256 (exit $ac_status); } && {
10257 test -z "$ac_c_werror_flag" ||
10258 test ! -s conftest.err
10259 } && test -s conftest.$ac_objext; then
10260 eval "$as_ac_Header=yes"
10261 else
10262 $as_echo "$as_me: failed program was:" >&5
10263 sed 's/^/| /' conftest.$ac_ext >&5
10265 eval "$as_ac_Header=no"
10268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10270 ac_res=`eval 'as_val=${'$as_ac_Header'}
10271 $as_echo "$as_val"'`
10272 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10273 $as_echo "$ac_res" >&6; }
10274 as_val=`eval 'as_val=${'$as_ac_Header'}
10275 $as_echo "$as_val"'`
10276 if test "x$as_val" = x""yes; then
10277 cat >>confdefs.h <<_ACEOF
10278 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10279 _ACEOF
10283 done
10286 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10287 then
10288 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10289 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10290 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10291 $as_echo_n "(cached) " >&6
10292 else
10293 ac_check_lib_save_LIBS=$LIBS
10294 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10295 cat >conftest.$ac_ext <<_ACEOF
10296 /* confdefs.h. */
10297 _ACEOF
10298 cat confdefs.h >>conftest.$ac_ext
10299 cat >>conftest.$ac_ext <<_ACEOF
10300 /* end confdefs.h. */
10302 /* Override any GCC internal prototype to avoid an error.
10303 Use char because int might match the return type of a GCC
10304 builtin and then its argument prototype would still apply. */
10305 #ifdef __cplusplus
10306 extern "C"
10307 #endif
10308 char XkbQueryExtension ();
10310 main ()
10312 return XkbQueryExtension ();
10314 return 0;
10316 _ACEOF
10317 rm -f conftest.$ac_objext conftest$ac_exeext
10318 if { (ac_try="$ac_link"
10319 case "(($ac_try" in
10320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10321 *) ac_try_echo=$ac_try;;
10322 esac
10323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10324 $as_echo "$ac_try_echo") >&5
10325 (eval "$ac_link") 2>conftest.er1
10326 ac_status=$?
10327 grep -v '^ *+' conftest.er1 >conftest.err
10328 rm -f conftest.er1
10329 cat conftest.err >&5
10330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331 (exit $ac_status); } && {
10332 test -z "$ac_c_werror_flag" ||
10333 test ! -s conftest.err
10334 } && test -s conftest$ac_exeext && {
10335 test "$cross_compiling" = yes ||
10336 $as_test_x conftest$ac_exeext
10337 }; then
10338 ac_cv_lib_X11_XkbQueryExtension=yes
10339 else
10340 $as_echo "$as_me: failed program was:" >&5
10341 sed 's/^/| /' conftest.$ac_ext >&5
10343 ac_cv_lib_X11_XkbQueryExtension=no
10346 rm -rf conftest.dSYM
10347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10348 conftest$ac_exeext conftest.$ac_ext
10349 LIBS=$ac_check_lib_save_LIBS
10351 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10352 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10353 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10355 cat >>confdefs.h <<\_ACEOF
10356 #define HAVE_XKB 1
10357 _ACEOF
10363 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10364 then
10365 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10366 $as_echo_n "checking for -lXcursor... " >&6; }
10367 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10368 $as_echo_n "(cached) " >&6
10369 else
10370 ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h. */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XcursorImageLoadCursor ();
10387 main ()
10389 return XcursorImageLoadCursor ();
10391 return 0;
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10399 esac
10400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10401 $as_echo "$ac_try_echo") >&5
10402 (eval "$ac_link") 2>conftest.er1
10403 ac_status=$?
10404 grep -v '^ *+' conftest.er1 >conftest.err
10405 rm -f conftest.er1
10406 cat conftest.err >&5
10407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408 (exit $ac_status); } && {
10409 test -z "$ac_c_werror_flag" ||
10410 test ! -s conftest.err
10411 } && test -s conftest$ac_exeext && {
10412 test "$cross_compiling" = yes ||
10413 $as_test_x conftest$ac_exeext
10414 }; then
10415 case "$LIBEXT" in
10416 dll) ;;
10417 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'` ;;
10418 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10419 esac
10420 else
10421 $as_echo "$as_me: failed program was:" >&5
10422 sed 's/^/| /' conftest.$ac_ext >&5
10427 rm -rf conftest.dSYM
10428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_soname_save_LIBS
10432 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10433 { $as_echo "$as_me:$LINENO: result: not found" >&5
10434 $as_echo "not found" >&6; }
10436 else
10437 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10438 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10442 _ACEOF
10448 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10449 case "x$with_xcursor" in
10450 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10451 xno) ;;
10452 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10453 This is an error since --with-xcursor was requested." >&5
10454 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10455 This is an error since --with-xcursor was requested." >&2;}
10456 { (exit 1); exit 1; }; } ;;
10457 esac
10461 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10462 then
10463 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10464 $as_echo_n "checking for -lXi... " >&6; }
10465 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10466 $as_echo_n "(cached) " >&6
10467 else
10468 ac_check_soname_save_LIBS=$LIBS
10469 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10470 cat >conftest.$ac_ext <<_ACEOF
10471 /* confdefs.h. */
10472 _ACEOF
10473 cat confdefs.h >>conftest.$ac_ext
10474 cat >>conftest.$ac_ext <<_ACEOF
10475 /* end confdefs.h. */
10477 /* Override any GCC internal prototype to avoid an error.
10478 Use char because int might match the return type of a GCC
10479 builtin and then its argument prototype would still apply. */
10480 #ifdef __cplusplus
10481 extern "C"
10482 #endif
10483 char XOpenDevice ();
10485 main ()
10487 return XOpenDevice ();
10489 return 0;
10491 _ACEOF
10492 rm -f conftest.$ac_objext conftest$ac_exeext
10493 if { (ac_try="$ac_link"
10494 case "(($ac_try" in
10495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10496 *) ac_try_echo=$ac_try;;
10497 esac
10498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10499 $as_echo "$ac_try_echo") >&5
10500 (eval "$ac_link") 2>conftest.er1
10501 ac_status=$?
10502 grep -v '^ *+' conftest.er1 >conftest.err
10503 rm -f conftest.er1
10504 cat conftest.err >&5
10505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); } && {
10507 test -z "$ac_c_werror_flag" ||
10508 test ! -s conftest.err
10509 } && test -s conftest$ac_exeext && {
10510 test "$cross_compiling" = yes ||
10511 $as_test_x conftest$ac_exeext
10512 }; then
10513 case "$LIBEXT" in
10514 dll) ;;
10515 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'` ;;
10516 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10517 esac
10518 else
10519 $as_echo "$as_me: failed program was:" >&5
10520 sed 's/^/| /' conftest.$ac_ext >&5
10525 rm -rf conftest.dSYM
10526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10527 conftest$ac_exeext conftest.$ac_ext
10528 LIBS=$ac_check_soname_save_LIBS
10530 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10531 { $as_echo "$as_me:$LINENO: result: not found" >&5
10532 $as_echo "not found" >&6; }
10534 else
10535 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10536 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10538 cat >>confdefs.h <<_ACEOF
10539 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10540 _ACEOF
10546 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10547 case "x$with_xinput" in
10548 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10549 xno) ;;
10550 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10551 This is an error since --with-xinput was requested." >&5
10552 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10553 This is an error since --with-xinput was requested." >&2;}
10554 { (exit 1); exit 1; }; } ;;
10555 esac
10559 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10560 then
10561 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10562 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10563 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10564 $as_echo_n "(cached) " >&6
10565 else
10566 ac_check_lib_save_LIBS=$LIBS
10567 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h. */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XShmQueryExtension ();
10583 main ()
10585 return XShmQueryExtension ();
10587 return 0;
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594 *) ac_try_echo=$ac_try;;
10595 esac
10596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10597 $as_echo "$ac_try_echo") >&5
10598 (eval "$ac_link") 2>conftest.er1
10599 ac_status=$?
10600 grep -v '^ *+' conftest.er1 >conftest.err
10601 rm -f conftest.er1
10602 cat conftest.err >&5
10603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); } && {
10605 test -z "$ac_c_werror_flag" ||
10606 test ! -s conftest.err
10607 } && test -s conftest$ac_exeext && {
10608 test "$cross_compiling" = yes ||
10609 $as_test_x conftest$ac_exeext
10610 }; then
10611 ac_cv_lib_Xext_XShmQueryExtension=yes
10612 else
10613 $as_echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.$ac_ext >&5
10616 ac_cv_lib_Xext_XShmQueryExtension=no
10619 rm -rf conftest.dSYM
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621 conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_lib_save_LIBS
10624 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10625 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10626 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10628 cat >>confdefs.h <<\_ACEOF
10629 #define HAVE_LIBXXSHM 1
10630 _ACEOF
10635 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10636 case "x$with_xshm" in
10637 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10638 xno) ;;
10639 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10640 This is an error since --with-xshm was requested." >&5
10641 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10642 This is an error since --with-xshm was requested." >&2;}
10643 { (exit 1); exit 1; }; } ;;
10644 esac
10648 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10649 then
10650 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10651 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10652 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10653 $as_echo_n "(cached) " >&6
10654 else
10655 ac_check_lib_save_LIBS=$LIBS
10656 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10657 cat >conftest.$ac_ext <<_ACEOF
10658 /* confdefs.h. */
10659 _ACEOF
10660 cat confdefs.h >>conftest.$ac_ext
10661 cat >>conftest.$ac_ext <<_ACEOF
10662 /* end confdefs.h. */
10664 /* Override any GCC internal prototype to avoid an error.
10665 Use char because int might match the return type of a GCC
10666 builtin and then its argument prototype would still apply. */
10667 #ifdef __cplusplus
10668 extern "C"
10669 #endif
10670 char XShapeQueryExtension ();
10672 main ()
10674 return XShapeQueryExtension ();
10676 return 0;
10678 _ACEOF
10679 rm -f conftest.$ac_objext conftest$ac_exeext
10680 if { (ac_try="$ac_link"
10681 case "(($ac_try" in
10682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10684 esac
10685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10686 $as_echo "$ac_try_echo") >&5
10687 (eval "$ac_link") 2>conftest.er1
10688 ac_status=$?
10689 grep -v '^ *+' conftest.er1 >conftest.err
10690 rm -f conftest.er1
10691 cat conftest.err >&5
10692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693 (exit $ac_status); } && {
10694 test -z "$ac_c_werror_flag" ||
10695 test ! -s conftest.err
10696 } && test -s conftest$ac_exeext && {
10697 test "$cross_compiling" = yes ||
10698 $as_test_x conftest$ac_exeext
10699 }; then
10700 ac_cv_lib_Xext_XShapeQueryExtension=yes
10701 else
10702 $as_echo "$as_me: failed program was:" >&5
10703 sed 's/^/| /' conftest.$ac_ext >&5
10705 ac_cv_lib_Xext_XShapeQueryExtension=no
10708 rm -rf conftest.dSYM
10709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10710 conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10713 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10714 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10715 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10717 cat >>confdefs.h <<\_ACEOF
10718 #define HAVE_LIBXSHAPE 1
10719 _ACEOF
10724 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10725 case "x$with_xshape" in
10726 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10727 xno) ;;
10728 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10729 This is an error since --with-xshape was requested." >&5
10730 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10731 This is an error since --with-xshape was requested." >&2;}
10732 { (exit 1); exit 1; }; } ;;
10733 esac
10737 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10738 then
10739 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10740 $as_echo_n "checking for -lXxf86vm... " >&6; }
10741 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10742 $as_echo_n "(cached) " >&6
10743 else
10744 ac_check_soname_save_LIBS=$LIBS
10745 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10746 cat >conftest.$ac_ext <<_ACEOF
10747 /* confdefs.h. */
10748 _ACEOF
10749 cat confdefs.h >>conftest.$ac_ext
10750 cat >>conftest.$ac_ext <<_ACEOF
10751 /* end confdefs.h. */
10753 /* Override any GCC internal prototype to avoid an error.
10754 Use char because int might match the return type of a GCC
10755 builtin and then its argument prototype would still apply. */
10756 #ifdef __cplusplus
10757 extern "C"
10758 #endif
10759 char XF86VidModeQueryExtension ();
10761 main ()
10763 return XF86VidModeQueryExtension ();
10765 return 0;
10767 _ACEOF
10768 rm -f conftest.$ac_objext conftest$ac_exeext
10769 if { (ac_try="$ac_link"
10770 case "(($ac_try" in
10771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10772 *) ac_try_echo=$ac_try;;
10773 esac
10774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10775 $as_echo "$ac_try_echo") >&5
10776 (eval "$ac_link") 2>conftest.er1
10777 ac_status=$?
10778 grep -v '^ *+' conftest.er1 >conftest.err
10779 rm -f conftest.er1
10780 cat conftest.err >&5
10781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782 (exit $ac_status); } && {
10783 test -z "$ac_c_werror_flag" ||
10784 test ! -s conftest.err
10785 } && test -s conftest$ac_exeext && {
10786 test "$cross_compiling" = yes ||
10787 $as_test_x conftest$ac_exeext
10788 }; then
10789 case "$LIBEXT" in
10790 dll) ;;
10791 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'` ;;
10792 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10793 esac
10794 else
10795 $as_echo "$as_me: failed program was:" >&5
10796 sed 's/^/| /' conftest.$ac_ext >&5
10801 rm -rf conftest.dSYM
10802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10803 conftest$ac_exeext conftest.$ac_ext
10804 LIBS=$ac_check_soname_save_LIBS
10806 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10807 { $as_echo "$as_me:$LINENO: result: not found" >&5
10808 $as_echo "not found" >&6; }
10810 else
10811 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10812 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10814 cat >>confdefs.h <<_ACEOF
10815 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10816 _ACEOF
10822 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10823 case "x$with_xxf86vm" in
10824 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10825 xno) ;;
10826 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10827 This is an error since --with-xxf86vm was requested." >&5
10828 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10829 This is an error since --with-xxf86vm was requested." >&2;}
10830 { (exit 1); exit 1; }; } ;;
10831 esac
10835 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"
10836 then
10837 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10838 $as_echo_n "checking for -lXrender... " >&6; }
10839 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10840 $as_echo_n "(cached) " >&6
10841 else
10842 ac_check_soname_save_LIBS=$LIBS
10843 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10844 cat >conftest.$ac_ext <<_ACEOF
10845 /* confdefs.h. */
10846 _ACEOF
10847 cat confdefs.h >>conftest.$ac_ext
10848 cat >>conftest.$ac_ext <<_ACEOF
10849 /* end confdefs.h. */
10851 /* Override any GCC internal prototype to avoid an error.
10852 Use char because int might match the return type of a GCC
10853 builtin and then its argument prototype would still apply. */
10854 #ifdef __cplusplus
10855 extern "C"
10856 #endif
10857 char XRenderQueryExtension ();
10859 main ()
10861 return XRenderQueryExtension ();
10863 return 0;
10865 _ACEOF
10866 rm -f conftest.$ac_objext conftest$ac_exeext
10867 if { (ac_try="$ac_link"
10868 case "(($ac_try" in
10869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10870 *) ac_try_echo=$ac_try;;
10871 esac
10872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10873 $as_echo "$ac_try_echo") >&5
10874 (eval "$ac_link") 2>conftest.er1
10875 ac_status=$?
10876 grep -v '^ *+' conftest.er1 >conftest.err
10877 rm -f conftest.er1
10878 cat conftest.err >&5
10879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10880 (exit $ac_status); } && {
10881 test -z "$ac_c_werror_flag" ||
10882 test ! -s conftest.err
10883 } && test -s conftest$ac_exeext && {
10884 test "$cross_compiling" = yes ||
10885 $as_test_x conftest$ac_exeext
10886 }; then
10887 case "$LIBEXT" in
10888 dll) ;;
10889 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'` ;;
10890 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10891 esac
10892 else
10893 $as_echo "$as_me: failed program was:" >&5
10894 sed 's/^/| /' conftest.$ac_ext >&5
10899 rm -rf conftest.dSYM
10900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10901 conftest$ac_exeext conftest.$ac_ext
10902 LIBS=$ac_check_soname_save_LIBS
10904 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10905 { $as_echo "$as_me:$LINENO: result: not found" >&5
10906 $as_echo "not found" >&6; }
10908 else
10909 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10910 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10912 cat >>confdefs.h <<_ACEOF
10913 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10914 _ACEOF
10916 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10917 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10918 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10919 $as_echo_n "(cached) " >&6
10920 else
10921 ac_check_lib_save_LIBS=$LIBS
10922 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10923 cat >conftest.$ac_ext <<_ACEOF
10924 /* confdefs.h. */
10925 _ACEOF
10926 cat confdefs.h >>conftest.$ac_ext
10927 cat >>conftest.$ac_ext <<_ACEOF
10928 /* end confdefs.h. */
10930 /* Override any GCC internal prototype to avoid an error.
10931 Use char because int might match the return type of a GCC
10932 builtin and then its argument prototype would still apply. */
10933 #ifdef __cplusplus
10934 extern "C"
10935 #endif
10936 char XRenderSetPictureTransform ();
10938 main ()
10940 return XRenderSetPictureTransform ();
10942 return 0;
10944 _ACEOF
10945 rm -f conftest.$ac_objext conftest$ac_exeext
10946 if { (ac_try="$ac_link"
10947 case "(($ac_try" in
10948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10949 *) ac_try_echo=$ac_try;;
10950 esac
10951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10952 $as_echo "$ac_try_echo") >&5
10953 (eval "$ac_link") 2>conftest.er1
10954 ac_status=$?
10955 grep -v '^ *+' conftest.er1 >conftest.err
10956 rm -f conftest.er1
10957 cat conftest.err >&5
10958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10959 (exit $ac_status); } && {
10960 test -z "$ac_c_werror_flag" ||
10961 test ! -s conftest.err
10962 } && test -s conftest$ac_exeext && {
10963 test "$cross_compiling" = yes ||
10964 $as_test_x conftest$ac_exeext
10965 }; then
10966 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10967 else
10968 $as_echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10974 rm -rf conftest.dSYM
10975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10976 conftest$ac_exeext conftest.$ac_ext
10977 LIBS=$ac_check_lib_save_LIBS
10979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10980 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10981 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10983 cat >>confdefs.h <<\_ACEOF
10984 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10985 _ACEOF
10993 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10994 case "x$with_xrender" in
10995 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10996 xno) ;;
10997 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10998 This is an error since --with-xrender was requested." >&5
10999 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11000 This is an error since --with-xrender was requested." >&2;}
11001 { (exit 1); exit 1; }; } ;;
11002 esac
11006 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11007 then
11008 cat >conftest.$ac_ext <<_ACEOF
11009 /* confdefs.h. */
11010 _ACEOF
11011 cat confdefs.h >>conftest.$ac_ext
11012 cat >>conftest.$ac_ext <<_ACEOF
11013 /* end confdefs.h. */
11014 #include <X11/Xlib.h>
11015 #include <X11/extensions/Xrandr.h>
11017 main ()
11019 static typeof(XRRSetScreenConfigAndRate) * func;
11021 return 0;
11023 _ACEOF
11024 rm -f conftest.$ac_objext
11025 if { (ac_try="$ac_compile"
11026 case "(($ac_try" in
11027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11028 *) ac_try_echo=$ac_try;;
11029 esac
11030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11031 $as_echo "$ac_try_echo") >&5
11032 (eval "$ac_compile") 2>conftest.er1
11033 ac_status=$?
11034 grep -v '^ *+' conftest.er1 >conftest.err
11035 rm -f conftest.er1
11036 cat conftest.err >&5
11037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038 (exit $ac_status); } && {
11039 test -z "$ac_c_werror_flag" ||
11040 test ! -s conftest.err
11041 } && test -s conftest.$ac_objext; then
11042 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11043 $as_echo_n "checking for -lXrandr... " >&6; }
11044 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11045 $as_echo_n "(cached) " >&6
11046 else
11047 ac_check_soname_save_LIBS=$LIBS
11048 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11049 cat >conftest.$ac_ext <<_ACEOF
11050 /* confdefs.h. */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11056 /* Override any GCC internal prototype to avoid an error.
11057 Use char because int might match the return type of a GCC
11058 builtin and then its argument prototype would still apply. */
11059 #ifdef __cplusplus
11060 extern "C"
11061 #endif
11062 char XRRQueryExtension ();
11064 main ()
11066 return XRRQueryExtension ();
11068 return 0;
11070 _ACEOF
11071 rm -f conftest.$ac_objext conftest$ac_exeext
11072 if { (ac_try="$ac_link"
11073 case "(($ac_try" in
11074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11075 *) ac_try_echo=$ac_try;;
11076 esac
11077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11078 $as_echo "$ac_try_echo") >&5
11079 (eval "$ac_link") 2>conftest.er1
11080 ac_status=$?
11081 grep -v '^ *+' conftest.er1 >conftest.err
11082 rm -f conftest.er1
11083 cat conftest.err >&5
11084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest$ac_exeext && {
11089 test "$cross_compiling" = yes ||
11090 $as_test_x conftest$ac_exeext
11091 }; then
11092 case "$LIBEXT" in
11093 dll) ;;
11094 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'` ;;
11095 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11096 esac
11097 else
11098 $as_echo "$as_me: failed program was:" >&5
11099 sed 's/^/| /' conftest.$ac_ext >&5
11104 rm -rf conftest.dSYM
11105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11106 conftest$ac_exeext conftest.$ac_ext
11107 LIBS=$ac_check_soname_save_LIBS
11109 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11110 { $as_echo "$as_me:$LINENO: result: not found" >&5
11111 $as_echo "not found" >&6; }
11113 else
11114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11115 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11117 cat >>confdefs.h <<_ACEOF
11118 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11119 _ACEOF
11124 else
11125 $as_echo "$as_me: failed program was:" >&5
11126 sed 's/^/| /' conftest.$ac_ext >&5
11131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11133 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11134 case "x$with_xrandr" in
11135 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11136 xno) ;;
11137 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11138 This is an error since --with-xrandr was requested." >&5
11139 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11140 This is an error since --with-xrandr was requested." >&2;}
11141 { (exit 1); exit 1; }; } ;;
11142 esac
11146 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11147 then
11148 cat >conftest.$ac_ext <<_ACEOF
11149 /* confdefs.h. */
11150 _ACEOF
11151 cat confdefs.h >>conftest.$ac_ext
11152 cat >>conftest.$ac_ext <<_ACEOF
11153 /* end confdefs.h. */
11154 #include <X11/Xlib.h>
11155 #include <X11/extensions/Xinerama.h>
11157 main ()
11159 static typeof(XineramaQueryScreens) * func;
11161 return 0;
11163 _ACEOF
11164 rm -f conftest.$ac_objext
11165 if { (ac_try="$ac_compile"
11166 case "(($ac_try" in
11167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11168 *) ac_try_echo=$ac_try;;
11169 esac
11170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11171 $as_echo "$ac_try_echo") >&5
11172 (eval "$ac_compile") 2>conftest.er1
11173 ac_status=$?
11174 grep -v '^ *+' conftest.er1 >conftest.err
11175 rm -f conftest.er1
11176 cat conftest.err >&5
11177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest.$ac_objext; then
11182 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11183 $as_echo_n "checking for -lXinerama... " >&6; }
11184 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11185 $as_echo_n "(cached) " >&6
11186 else
11187 ac_check_soname_save_LIBS=$LIBS
11188 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11189 cat >conftest.$ac_ext <<_ACEOF
11190 /* confdefs.h. */
11191 _ACEOF
11192 cat confdefs.h >>conftest.$ac_ext
11193 cat >>conftest.$ac_ext <<_ACEOF
11194 /* end confdefs.h. */
11196 /* Override any GCC internal prototype to avoid an error.
11197 Use char because int might match the return type of a GCC
11198 builtin and then its argument prototype would still apply. */
11199 #ifdef __cplusplus
11200 extern "C"
11201 #endif
11202 char XineramaQueryScreens ();
11204 main ()
11206 return XineramaQueryScreens ();
11208 return 0;
11210 _ACEOF
11211 rm -f conftest.$ac_objext conftest$ac_exeext
11212 if { (ac_try="$ac_link"
11213 case "(($ac_try" in
11214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11215 *) ac_try_echo=$ac_try;;
11216 esac
11217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11218 $as_echo "$ac_try_echo") >&5
11219 (eval "$ac_link") 2>conftest.er1
11220 ac_status=$?
11221 grep -v '^ *+' conftest.er1 >conftest.err
11222 rm -f conftest.er1
11223 cat conftest.err >&5
11224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225 (exit $ac_status); } && {
11226 test -z "$ac_c_werror_flag" ||
11227 test ! -s conftest.err
11228 } && test -s conftest$ac_exeext && {
11229 test "$cross_compiling" = yes ||
11230 $as_test_x conftest$ac_exeext
11231 }; then
11232 case "$LIBEXT" in
11233 dll) ;;
11234 dylib) ac_cv_lib_soname_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'` ;;
11235 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11236 esac
11237 else
11238 $as_echo "$as_me: failed program was:" >&5
11239 sed 's/^/| /' conftest.$ac_ext >&5
11244 rm -rf conftest.dSYM
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11250 { $as_echo "$as_me:$LINENO: result: not found" >&5
11251 $as_echo "not found" >&6; }
11253 else
11254 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11255 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11259 _ACEOF
11264 else
11265 $as_echo "$as_me: failed program was:" >&5
11266 sed 's/^/| /' conftest.$ac_ext >&5
11271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11273 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11274 case "x$with_xinerama" in
11275 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11276 xno) ;;
11277 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11278 This is an error since --with-xinerama was requested." >&5
11279 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11280 This is an error since --with-xinerama was requested." >&2;}
11281 { (exit 1); exit 1; }; } ;;
11282 esac
11286 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11287 then
11288 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11289 $as_echo_n "checking for -lXcomposite... " >&6; }
11290 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11291 $as_echo_n "(cached) " >&6
11292 else
11293 ac_check_soname_save_LIBS=$LIBS
11294 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11295 cat >conftest.$ac_ext <<_ACEOF
11296 /* confdefs.h. */
11297 _ACEOF
11298 cat confdefs.h >>conftest.$ac_ext
11299 cat >>conftest.$ac_ext <<_ACEOF
11300 /* end confdefs.h. */
11302 /* Override any GCC internal prototype to avoid an error.
11303 Use char because int might match the return type of a GCC
11304 builtin and then its argument prototype would still apply. */
11305 #ifdef __cplusplus
11306 extern "C"
11307 #endif
11308 char XCompositeRedirectWindow ();
11310 main ()
11312 return XCompositeRedirectWindow ();
11314 return 0;
11316 _ACEOF
11317 rm -f conftest.$ac_objext conftest$ac_exeext
11318 if { (ac_try="$ac_link"
11319 case "(($ac_try" in
11320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11321 *) ac_try_echo=$ac_try;;
11322 esac
11323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11324 $as_echo "$ac_try_echo") >&5
11325 (eval "$ac_link") 2>conftest.er1
11326 ac_status=$?
11327 grep -v '^ *+' conftest.er1 >conftest.err
11328 rm -f conftest.er1
11329 cat conftest.err >&5
11330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); } && {
11332 test -z "$ac_c_werror_flag" ||
11333 test ! -s conftest.err
11334 } && test -s conftest$ac_exeext && {
11335 test "$cross_compiling" = yes ||
11336 $as_test_x conftest$ac_exeext
11337 }; then
11338 case "$LIBEXT" in
11339 dll) ;;
11340 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'` ;;
11341 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11342 esac
11343 else
11344 $as_echo "$as_me: failed program was:" >&5
11345 sed 's/^/| /' conftest.$ac_ext >&5
11350 rm -rf conftest.dSYM
11351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11352 conftest$ac_exeext conftest.$ac_ext
11353 LIBS=$ac_check_soname_save_LIBS
11355 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11356 { $as_echo "$as_me:$LINENO: result: not found" >&5
11357 $as_echo "not found" >&6; }
11359 else
11360 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11361 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11363 cat >>confdefs.h <<_ACEOF
11364 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11365 _ACEOF
11371 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11372 case "x$with_xcomposite" in
11373 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11374 xno) ;;
11375 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11376 This is an error since --with-xcomposite was requested." >&5
11377 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11378 This is an error since --with-xcomposite was requested." >&2;}
11379 { (exit 1); exit 1; }; } ;;
11380 esac
11384 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11385 $as_echo_n "checking for XICCallback.callback... " >&6; }
11386 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11387 $as_echo_n "(cached) " >&6
11388 else
11389 cat >conftest.$ac_ext <<_ACEOF
11390 /* confdefs.h. */
11391 _ACEOF
11392 cat confdefs.h >>conftest.$ac_ext
11393 cat >>conftest.$ac_ext <<_ACEOF
11394 /* end confdefs.h. */
11395 #ifdef HAVE_X11_XLIB_H
11396 #include <X11/Xlib.h>
11397 #endif
11400 main ()
11402 static XICCallback ac_aggr;
11403 if (ac_aggr.callback)
11404 return 0;
11406 return 0;
11408 _ACEOF
11409 rm -f conftest.$ac_objext
11410 if { (ac_try="$ac_compile"
11411 case "(($ac_try" in
11412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11413 *) ac_try_echo=$ac_try;;
11414 esac
11415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11416 $as_echo "$ac_try_echo") >&5
11417 (eval "$ac_compile") 2>conftest.er1
11418 ac_status=$?
11419 grep -v '^ *+' conftest.er1 >conftest.err
11420 rm -f conftest.er1
11421 cat conftest.err >&5
11422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11423 (exit $ac_status); } && {
11424 test -z "$ac_c_werror_flag" ||
11425 test ! -s conftest.err
11426 } && test -s conftest.$ac_objext; then
11427 ac_cv_member_XICCallback_callback=yes
11428 else
11429 $as_echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.$ac_ext >&5
11432 cat >conftest.$ac_ext <<_ACEOF
11433 /* confdefs.h. */
11434 _ACEOF
11435 cat confdefs.h >>conftest.$ac_ext
11436 cat >>conftest.$ac_ext <<_ACEOF
11437 /* end confdefs.h. */
11438 #ifdef HAVE_X11_XLIB_H
11439 #include <X11/Xlib.h>
11440 #endif
11443 main ()
11445 static XICCallback ac_aggr;
11446 if (sizeof ac_aggr.callback)
11447 return 0;
11449 return 0;
11451 _ACEOF
11452 rm -f conftest.$ac_objext
11453 if { (ac_try="$ac_compile"
11454 case "(($ac_try" in
11455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11456 *) ac_try_echo=$ac_try;;
11457 esac
11458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11459 $as_echo "$ac_try_echo") >&5
11460 (eval "$ac_compile") 2>conftest.er1
11461 ac_status=$?
11462 grep -v '^ *+' conftest.er1 >conftest.err
11463 rm -f conftest.er1
11464 cat conftest.err >&5
11465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466 (exit $ac_status); } && {
11467 test -z "$ac_c_werror_flag" ||
11468 test ! -s conftest.err
11469 } && test -s conftest.$ac_objext; then
11470 ac_cv_member_XICCallback_callback=yes
11471 else
11472 $as_echo "$as_me: failed program was:" >&5
11473 sed 's/^/| /' conftest.$ac_ext >&5
11475 ac_cv_member_XICCallback_callback=no
11478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11483 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11484 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11485 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11487 cat >>confdefs.h <<_ACEOF
11488 #define HAVE_XICCALLBACK_CALLBACK 1
11489 _ACEOF
11496 opengl_msg=""
11497 if test "x$with_opengl" != "xno"
11498 then
11503 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11505 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11506 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11507 $as_echo_n "checking for $ac_header... " >&6; }
11508 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11509 $as_echo_n "(cached) " >&6
11510 else
11511 cat >conftest.$ac_ext <<_ACEOF
11512 /* confdefs.h. */
11513 _ACEOF
11514 cat confdefs.h >>conftest.$ac_ext
11515 cat >>conftest.$ac_ext <<_ACEOF
11516 /* end confdefs.h. */
11517 #ifdef HAVE_GL_GLX_H
11518 # include <GL/glx.h>
11519 #endif
11521 #include <$ac_header>
11522 _ACEOF
11523 rm -f conftest.$ac_objext
11524 if { (ac_try="$ac_compile"
11525 case "(($ac_try" in
11526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11527 *) ac_try_echo=$ac_try;;
11528 esac
11529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11530 $as_echo "$ac_try_echo") >&5
11531 (eval "$ac_compile") 2>conftest.er1
11532 ac_status=$?
11533 grep -v '^ *+' conftest.er1 >conftest.err
11534 rm -f conftest.er1
11535 cat conftest.err >&5
11536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11537 (exit $ac_status); } && {
11538 test -z "$ac_c_werror_flag" ||
11539 test ! -s conftest.err
11540 } && test -s conftest.$ac_objext; then
11541 eval "$as_ac_Header=yes"
11542 else
11543 $as_echo "$as_me: failed program was:" >&5
11544 sed 's/^/| /' conftest.$ac_ext >&5
11546 eval "$as_ac_Header=no"
11549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11551 ac_res=`eval 'as_val=${'$as_ac_Header'}
11552 $as_echo "$as_val"'`
11553 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11554 $as_echo "$ac_res" >&6; }
11555 as_val=`eval 'as_val=${'$as_ac_Header'}
11556 $as_echo "$as_val"'`
11557 if test "x$as_val" = x""yes; then
11558 cat >>confdefs.h <<_ACEOF
11559 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11560 _ACEOF
11564 done
11566 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11567 then
11568 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11569 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11570 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11571 $as_echo_n "(cached) " >&6
11572 else
11573 cat >conftest.$ac_ext <<_ACEOF
11574 /* confdefs.h. */
11575 _ACEOF
11576 cat confdefs.h >>conftest.$ac_ext
11577 cat >>conftest.$ac_ext <<_ACEOF
11578 /* end confdefs.h. */
11579 #include <GL/gl.h>
11581 main ()
11583 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11585 return 0;
11587 _ACEOF
11588 rm -f conftest.$ac_objext
11589 if { (ac_try="$ac_compile"
11590 case "(($ac_try" in
11591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11592 *) ac_try_echo=$ac_try;;
11593 esac
11594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11595 $as_echo "$ac_try_echo") >&5
11596 (eval "$ac_compile") 2>conftest.er1
11597 ac_status=$?
11598 grep -v '^ *+' conftest.er1 >conftest.err
11599 rm -f conftest.er1
11600 cat conftest.err >&5
11601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602 (exit $ac_status); } && {
11603 test -z "$ac_c_werror_flag" ||
11604 test ! -s conftest.err
11605 } && test -s conftest.$ac_objext; then
11606 wine_cv_opengl_header_version_OK="yes"
11607 else
11608 $as_echo "$as_me: failed program was:" >&5
11609 sed 's/^/| /' conftest.$ac_ext >&5
11611 wine_cv_opengl_header_version_OK="no"
11614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11616 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11617 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11619 if test "$wine_cv_opengl_header_version_OK" = "yes"
11620 then
11621 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11622 $as_echo_n "checking for -lGL... " >&6; }
11623 if test "${ac_cv_lib_soname_GL+set}" = set; then
11624 $as_echo_n "(cached) " >&6
11625 else
11626 ac_check_soname_save_LIBS=$LIBS
11627 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11628 cat >conftest.$ac_ext <<_ACEOF
11629 /* confdefs.h. */
11630 _ACEOF
11631 cat confdefs.h >>conftest.$ac_ext
11632 cat >>conftest.$ac_ext <<_ACEOF
11633 /* end confdefs.h. */
11635 /* Override any GCC internal prototype to avoid an error.
11636 Use char because int might match the return type of a GCC
11637 builtin and then its argument prototype would still apply. */
11638 #ifdef __cplusplus
11639 extern "C"
11640 #endif
11641 char glXCreateContext ();
11643 main ()
11645 return glXCreateContext ();
11647 return 0;
11649 _ACEOF
11650 rm -f conftest.$ac_objext conftest$ac_exeext
11651 if { (ac_try="$ac_link"
11652 case "(($ac_try" in
11653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11654 *) ac_try_echo=$ac_try;;
11655 esac
11656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11657 $as_echo "$ac_try_echo") >&5
11658 (eval "$ac_link") 2>conftest.er1
11659 ac_status=$?
11660 grep -v '^ *+' conftest.er1 >conftest.err
11661 rm -f conftest.er1
11662 cat conftest.err >&5
11663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11664 (exit $ac_status); } && {
11665 test -z "$ac_c_werror_flag" ||
11666 test ! -s conftest.err
11667 } && test -s conftest$ac_exeext && {
11668 test "$cross_compiling" = yes ||
11669 $as_test_x conftest$ac_exeext
11670 }; then
11671 case "$LIBEXT" in
11672 dll) ;;
11673 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'` ;;
11674 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11675 esac
11676 else
11677 $as_echo "$as_me: failed program was:" >&5
11678 sed 's/^/| /' conftest.$ac_ext >&5
11683 rm -rf conftest.dSYM
11684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11685 conftest$ac_exeext conftest.$ac_ext
11686 LIBS=$ac_check_soname_save_LIBS
11688 if test "x$ac_cv_lib_soname_GL" = "x"; then
11689 { $as_echo "$as_me:$LINENO: result: not found" >&5
11690 $as_echo "not found" >&6; }
11691 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11692 $as_echo_n "checking for -lGL... " >&6; }
11693 if test "${ac_cv_lib_soname_GL+set}" = set; then
11694 $as_echo_n "(cached) " >&6
11695 else
11696 ac_check_soname_save_LIBS=$LIBS
11697 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"
11698 cat >conftest.$ac_ext <<_ACEOF
11699 /* confdefs.h. */
11700 _ACEOF
11701 cat confdefs.h >>conftest.$ac_ext
11702 cat >>conftest.$ac_ext <<_ACEOF
11703 /* end confdefs.h. */
11705 /* Override any GCC internal prototype to avoid an error.
11706 Use char because int might match the return type of a GCC
11707 builtin and then its argument prototype would still apply. */
11708 #ifdef __cplusplus
11709 extern "C"
11710 #endif
11711 char glXCreateContext ();
11713 main ()
11715 return glXCreateContext ();
11717 return 0;
11719 _ACEOF
11720 rm -f conftest.$ac_objext conftest$ac_exeext
11721 if { (ac_try="$ac_link"
11722 case "(($ac_try" in
11723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11724 *) ac_try_echo=$ac_try;;
11725 esac
11726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11727 $as_echo "$ac_try_echo") >&5
11728 (eval "$ac_link") 2>conftest.er1
11729 ac_status=$?
11730 grep -v '^ *+' conftest.er1 >conftest.err
11731 rm -f conftest.er1
11732 cat conftest.err >&5
11733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734 (exit $ac_status); } && {
11735 test -z "$ac_c_werror_flag" ||
11736 test ! -s conftest.err
11737 } && test -s conftest$ac_exeext && {
11738 test "$cross_compiling" = yes ||
11739 $as_test_x conftest$ac_exeext
11740 }; then
11741 case "$LIBEXT" in
11742 dll) ;;
11743 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'` ;;
11744 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11745 esac
11746 else
11747 $as_echo "$as_me: failed program was:" >&5
11748 sed 's/^/| /' conftest.$ac_ext >&5
11753 rm -rf conftest.dSYM
11754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11755 conftest$ac_exeext conftest.$ac_ext
11756 LIBS=$ac_check_soname_save_LIBS
11758 if test "x$ac_cv_lib_soname_GL" = "x"; then
11759 { $as_echo "$as_me:$LINENO: result: not found" >&5
11760 $as_echo "not found" >&6; }
11761 if test -f /usr/X11R6/lib/libGL.a
11762 then
11763 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11764 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11765 else
11766 opengl_msg="No OpenGL library found on this system."
11768 else
11769 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11770 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11772 cat >>confdefs.h <<_ACEOF
11773 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11774 _ACEOF
11776 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"
11778 cat >>confdefs.h <<\_ACEOF
11779 #define HAVE_OPENGL 1
11780 _ACEOF
11784 else
11785 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11786 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11788 cat >>confdefs.h <<_ACEOF
11789 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11790 _ACEOF
11792 OPENGL_LIBS="-lGL"
11794 cat >>confdefs.h <<\_ACEOF
11795 #define HAVE_OPENGL 1
11796 _ACEOF
11800 if test "$ac_cv_header_GL_glu_h" = "yes"
11801 then
11802 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11803 $as_echo_n "checking for -lGLU... " >&6; }
11804 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11805 $as_echo_n "(cached) " >&6
11806 else
11807 ac_check_soname_save_LIBS=$LIBS
11808 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11809 cat >conftest.$ac_ext <<_ACEOF
11810 /* confdefs.h. */
11811 _ACEOF
11812 cat confdefs.h >>conftest.$ac_ext
11813 cat >>conftest.$ac_ext <<_ACEOF
11814 /* end confdefs.h. */
11816 /* Override any GCC internal prototype to avoid an error.
11817 Use char because int might match the return type of a GCC
11818 builtin and then its argument prototype would still apply. */
11819 #ifdef __cplusplus
11820 extern "C"
11821 #endif
11822 char gluLookAt ();
11824 main ()
11826 return gluLookAt ();
11828 return 0;
11830 _ACEOF
11831 rm -f conftest.$ac_objext conftest$ac_exeext
11832 if { (ac_try="$ac_link"
11833 case "(($ac_try" in
11834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835 *) ac_try_echo=$ac_try;;
11836 esac
11837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11838 $as_echo "$ac_try_echo") >&5
11839 (eval "$ac_link") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest$ac_exeext && {
11849 test "$cross_compiling" = yes ||
11850 $as_test_x conftest$ac_exeext
11851 }; then
11852 case "$LIBEXT" in
11853 dll) ;;
11854 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'` ;;
11855 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11856 esac
11857 else
11858 $as_echo "$as_me: failed program was:" >&5
11859 sed 's/^/| /' conftest.$ac_ext >&5
11864 rm -rf conftest.dSYM
11865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11866 conftest$ac_exeext conftest.$ac_ext
11867 LIBS=$ac_check_soname_save_LIBS
11869 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11870 { $as_echo "$as_me:$LINENO: result: not found" >&5
11871 $as_echo "not found" >&6; }
11873 else
11874 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11875 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11877 cat >>confdefs.h <<_ACEOF
11878 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11879 _ACEOF
11885 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11886 case "x$with_glu" in
11887 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11888 xno) ;;
11889 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11890 This is an error since --with-glu was requested." >&5
11891 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11892 This is an error since --with-glu was requested." >&2;}
11893 { (exit 1); exit 1; }; } ;;
11894 esac
11897 else
11898 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11900 else
11901 opengl_msg="OpenGL development headers not found."
11903 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11904 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11905 else
11906 enable_opengl32=${enable_opengl32:-no}
11907 enable_glu32=${enable_glu32:-no}
11909 if test -n "$opengl_msg"; then
11910 case "x$with_opengl" in
11911 x) wine_warnings="$wine_warnings|$opengl_msg
11912 OpenGL and Direct3D won't be supported." ;;
11913 xno) ;;
11914 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11915 OpenGL and Direct3D won't be supported.
11916 This is an error since --with-opengl was requested." >&5
11917 $as_echo "$as_me: error: $opengl_msg
11918 OpenGL and Direct3D won't be supported.
11919 This is an error since --with-opengl was requested." >&2;}
11920 { (exit 1); exit 1; }; } ;;
11921 esac
11925 NASLIBS=""
11928 for ac_header in audio/audiolib.h
11930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11933 $as_echo_n "checking for $ac_header... " >&6; }
11934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11935 $as_echo_n "(cached) " >&6
11937 ac_res=`eval 'as_val=${'$as_ac_Header'}
11938 $as_echo "$as_val"'`
11939 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11940 $as_echo "$ac_res" >&6; }
11941 else
11942 # Is the header compilable?
11943 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11944 $as_echo_n "checking $ac_header usability... " >&6; }
11945 cat >conftest.$ac_ext <<_ACEOF
11946 /* confdefs.h. */
11947 _ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h. */
11951 $ac_includes_default
11952 #include <$ac_header>
11953 _ACEOF
11954 rm -f conftest.$ac_objext
11955 if { (ac_try="$ac_compile"
11956 case "(($ac_try" in
11957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11958 *) ac_try_echo=$ac_try;;
11959 esac
11960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11961 $as_echo "$ac_try_echo") >&5
11962 (eval "$ac_compile") 2>conftest.er1
11963 ac_status=$?
11964 grep -v '^ *+' conftest.er1 >conftest.err
11965 rm -f conftest.er1
11966 cat conftest.err >&5
11967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); } && {
11969 test -z "$ac_c_werror_flag" ||
11970 test ! -s conftest.err
11971 } && test -s conftest.$ac_objext; then
11972 ac_header_compiler=yes
11973 else
11974 $as_echo "$as_me: failed program was:" >&5
11975 sed 's/^/| /' conftest.$ac_ext >&5
11977 ac_header_compiler=no
11980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11981 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11982 $as_echo "$ac_header_compiler" >&6; }
11984 # Is the header present?
11985 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11986 $as_echo_n "checking $ac_header presence... " >&6; }
11987 cat >conftest.$ac_ext <<_ACEOF
11988 /* confdefs.h. */
11989 _ACEOF
11990 cat confdefs.h >>conftest.$ac_ext
11991 cat >>conftest.$ac_ext <<_ACEOF
11992 /* end confdefs.h. */
11993 #include <$ac_header>
11994 _ACEOF
11995 if { (ac_try="$ac_cpp conftest.$ac_ext"
11996 case "(($ac_try" in
11997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;;
11999 esac
12000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12001 $as_echo "$ac_try_echo") >&5
12002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12003 ac_status=$?
12004 grep -v '^ *+' conftest.er1 >conftest.err
12005 rm -f conftest.er1
12006 cat conftest.err >&5
12007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008 (exit $ac_status); } >/dev/null && {
12009 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12010 test ! -s conftest.err
12011 }; then
12012 ac_header_preproc=yes
12013 else
12014 $as_echo "$as_me: failed program was:" >&5
12015 sed 's/^/| /' conftest.$ac_ext >&5
12017 ac_header_preproc=no
12020 rm -f conftest.err conftest.$ac_ext
12021 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12022 $as_echo "$ac_header_preproc" >&6; }
12024 # So? What about this header?
12025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12026 yes:no: )
12027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12028 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12029 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12030 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12031 ac_header_preproc=yes
12033 no:yes:* )
12034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12035 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12037 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12039 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12041 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12042 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12043 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12044 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12045 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12046 ( cat <<\_ASBOX
12047 ## ------------------------------------ ##
12048 ## Report this to wine-devel@winehq.org ##
12049 ## ------------------------------------ ##
12050 _ASBOX
12051 ) | sed "s/^/$as_me: WARNING: /" >&2
12053 esac
12054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12055 $as_echo_n "checking for $ac_header... " >&6; }
12056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12057 $as_echo_n "(cached) " >&6
12058 else
12059 eval "$as_ac_Header=\$ac_header_preproc"
12061 ac_res=`eval 'as_val=${'$as_ac_Header'}
12062 $as_echo "$as_val"'`
12063 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12064 $as_echo "$ac_res" >&6; }
12067 as_val=`eval 'as_val=${'$as_ac_Header'}
12068 $as_echo "$as_val"'`
12069 if test "x$as_val" = x""yes; then
12070 cat >>confdefs.h <<_ACEOF
12071 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12072 _ACEOF
12074 for ac_header in audio/soundlib.h
12076 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12077 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12078 $as_echo_n "checking for $ac_header... " >&6; }
12079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12080 $as_echo_n "(cached) " >&6
12081 else
12082 cat >conftest.$ac_ext <<_ACEOF
12083 /* confdefs.h. */
12084 _ACEOF
12085 cat confdefs.h >>conftest.$ac_ext
12086 cat >>conftest.$ac_ext <<_ACEOF
12087 /* end confdefs.h. */
12088 #include <audio/audiolib.h>
12090 #include <$ac_header>
12091 _ACEOF
12092 rm -f conftest.$ac_objext
12093 if { (ac_try="$ac_compile"
12094 case "(($ac_try" in
12095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096 *) ac_try_echo=$ac_try;;
12097 esac
12098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12099 $as_echo "$ac_try_echo") >&5
12100 (eval "$ac_compile") 2>conftest.er1
12101 ac_status=$?
12102 grep -v '^ *+' conftest.er1 >conftest.err
12103 rm -f conftest.er1
12104 cat conftest.err >&5
12105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106 (exit $ac_status); } && {
12107 test -z "$ac_c_werror_flag" ||
12108 test ! -s conftest.err
12109 } && test -s conftest.$ac_objext; then
12110 eval "$as_ac_Header=yes"
12111 else
12112 $as_echo "$as_me: failed program was:" >&5
12113 sed 's/^/| /' conftest.$ac_ext >&5
12115 eval "$as_ac_Header=no"
12118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12120 ac_res=`eval 'as_val=${'$as_ac_Header'}
12121 $as_echo "$as_val"'`
12122 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12123 $as_echo "$ac_res" >&6; }
12124 as_val=`eval 'as_val=${'$as_ac_Header'}
12125 $as_echo "$as_val"'`
12126 if test "x$as_val" = x""yes; then
12127 cat >>confdefs.h <<_ACEOF
12128 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12129 _ACEOF
12133 done
12135 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12136 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12137 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12138 $as_echo_n "(cached) " >&6
12139 else
12140 ac_check_lib_save_LIBS=$LIBS
12141 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12142 cat >conftest.$ac_ext <<_ACEOF
12143 /* confdefs.h. */
12144 _ACEOF
12145 cat confdefs.h >>conftest.$ac_ext
12146 cat >>conftest.$ac_ext <<_ACEOF
12147 /* end confdefs.h. */
12149 /* Override any GCC internal prototype to avoid an error.
12150 Use char because int might match the return type of a GCC
12151 builtin and then its argument prototype would still apply. */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char AuCreateFlow ();
12157 main ()
12159 return AuCreateFlow ();
12161 return 0;
12163 _ACEOF
12164 rm -f conftest.$ac_objext conftest$ac_exeext
12165 if { (ac_try="$ac_link"
12166 case "(($ac_try" in
12167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12168 *) ac_try_echo=$ac_try;;
12169 esac
12170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12171 $as_echo "$ac_try_echo") >&5
12172 (eval "$ac_link") 2>conftest.er1
12173 ac_status=$?
12174 grep -v '^ *+' conftest.er1 >conftest.err
12175 rm -f conftest.er1
12176 cat conftest.err >&5
12177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178 (exit $ac_status); } && {
12179 test -z "$ac_c_werror_flag" ||
12180 test ! -s conftest.err
12181 } && test -s conftest$ac_exeext && {
12182 test "$cross_compiling" = yes ||
12183 $as_test_x conftest$ac_exeext
12184 }; then
12185 ac_cv_lib_audio_AuCreateFlow=yes
12186 else
12187 $as_echo "$as_me: failed program was:" >&5
12188 sed 's/^/| /' conftest.$ac_ext >&5
12190 ac_cv_lib_audio_AuCreateFlow=no
12193 rm -rf conftest.dSYM
12194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12195 conftest$ac_exeext conftest.$ac_ext
12196 LIBS=$ac_check_lib_save_LIBS
12198 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12199 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12200 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12202 cat >>confdefs.h <<\_ACEOF
12203 #define HAVE_NAS 1
12204 _ACEOF
12206 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12207 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12208 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12209 $as_echo_n "(cached) " >&6
12210 else
12211 ac_check_lib_save_LIBS=$LIBS
12212 LIBS="-lXau $X_LIBS $LIBS"
12213 cat >conftest.$ac_ext <<_ACEOF
12214 /* confdefs.h. */
12215 _ACEOF
12216 cat confdefs.h >>conftest.$ac_ext
12217 cat >>conftest.$ac_ext <<_ACEOF
12218 /* end confdefs.h. */
12220 /* Override any GCC internal prototype to avoid an error.
12221 Use char because int might match the return type of a GCC
12222 builtin and then its argument prototype would still apply. */
12223 #ifdef __cplusplus
12224 extern "C"
12225 #endif
12226 char XauGetBestAuthByAddr ();
12228 main ()
12230 return XauGetBestAuthByAddr ();
12232 return 0;
12234 _ACEOF
12235 rm -f conftest.$ac_objext conftest$ac_exeext
12236 if { (ac_try="$ac_link"
12237 case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240 esac
12241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12242 $as_echo "$ac_try_echo") >&5
12243 (eval "$ac_link") 2>conftest.er1
12244 ac_status=$?
12245 grep -v '^ *+' conftest.er1 >conftest.err
12246 rm -f conftest.er1
12247 cat conftest.err >&5
12248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); } && {
12250 test -z "$ac_c_werror_flag" ||
12251 test ! -s conftest.err
12252 } && test -s conftest$ac_exeext && {
12253 test "$cross_compiling" = yes ||
12254 $as_test_x conftest$ac_exeext
12255 }; then
12256 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12257 else
12258 $as_echo "$as_me: failed program was:" >&5
12259 sed 's/^/| /' conftest.$ac_ext >&5
12261 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12264 rm -rf conftest.dSYM
12265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12266 conftest$ac_exeext conftest.$ac_ext
12267 LIBS=$ac_check_lib_save_LIBS
12269 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12270 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12271 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12272 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12273 else
12274 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12282 done
12285 CPPFLAGS="$ac_save_CPPFLAGS"
12286 else
12287 XLIB=""
12288 X_CFLAGS=""
12289 X_LIBS=""
12290 enable_winex11_drv=${enable_winex11_drv:-no}
12291 enable_opengl32=${enable_opengl32:-no}
12292 enable_glu32=${enable_glu32:-no}
12294 if test "x$XLIB" = "x"; then
12295 case "x$with_x" in
12296 xno) ;;
12297 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12298 without X support, which probably isn't what you want. You will need to install
12299 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12300 Use the --without-x option if you really want this." >&5
12301 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12302 without X support, which probably isn't what you want. You will need to install
12303 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12304 Use the --without-x option if you really want this." >&2;}
12305 { (exit 1); exit 1; }; } ;;
12306 esac
12311 XML2LIBS=""
12313 XML2INCL=""
12315 XSLTINCL=""
12317 if test "x$with_xml" != "xno"
12318 then
12319 ac_save_CPPFLAGS="$CPPFLAGS"
12320 if test "$PKG_CONFIG" != "false"
12321 then
12322 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12323 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12324 else
12325 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12326 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12328 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12330 for ac_header in libxml/parser.h
12332 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12333 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12335 $as_echo_n "checking for $ac_header... " >&6; }
12336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12337 $as_echo_n "(cached) " >&6
12339 ac_res=`eval 'as_val=${'$as_ac_Header'}
12340 $as_echo "$as_val"'`
12341 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12342 $as_echo "$ac_res" >&6; }
12343 else
12344 # Is the header compilable?
12345 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12346 $as_echo_n "checking $ac_header usability... " >&6; }
12347 cat >conftest.$ac_ext <<_ACEOF
12348 /* confdefs.h. */
12349 _ACEOF
12350 cat confdefs.h >>conftest.$ac_ext
12351 cat >>conftest.$ac_ext <<_ACEOF
12352 /* end confdefs.h. */
12353 $ac_includes_default
12354 #include <$ac_header>
12355 _ACEOF
12356 rm -f conftest.$ac_objext
12357 if { (ac_try="$ac_compile"
12358 case "(($ac_try" in
12359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12360 *) ac_try_echo=$ac_try;;
12361 esac
12362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12363 $as_echo "$ac_try_echo") >&5
12364 (eval "$ac_compile") 2>conftest.er1
12365 ac_status=$?
12366 grep -v '^ *+' conftest.er1 >conftest.err
12367 rm -f conftest.er1
12368 cat conftest.err >&5
12369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12370 (exit $ac_status); } && {
12371 test -z "$ac_c_werror_flag" ||
12372 test ! -s conftest.err
12373 } && test -s conftest.$ac_objext; then
12374 ac_header_compiler=yes
12375 else
12376 $as_echo "$as_me: failed program was:" >&5
12377 sed 's/^/| /' conftest.$ac_ext >&5
12379 ac_header_compiler=no
12382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12383 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12384 $as_echo "$ac_header_compiler" >&6; }
12386 # Is the header present?
12387 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12388 $as_echo_n "checking $ac_header presence... " >&6; }
12389 cat >conftest.$ac_ext <<_ACEOF
12390 /* confdefs.h. */
12391 _ACEOF
12392 cat confdefs.h >>conftest.$ac_ext
12393 cat >>conftest.$ac_ext <<_ACEOF
12394 /* end confdefs.h. */
12395 #include <$ac_header>
12396 _ACEOF
12397 if { (ac_try="$ac_cpp conftest.$ac_ext"
12398 case "(($ac_try" in
12399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12400 *) ac_try_echo=$ac_try;;
12401 esac
12402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12403 $as_echo "$ac_try_echo") >&5
12404 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12405 ac_status=$?
12406 grep -v '^ *+' conftest.er1 >conftest.err
12407 rm -f conftest.er1
12408 cat conftest.err >&5
12409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410 (exit $ac_status); } >/dev/null && {
12411 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12412 test ! -s conftest.err
12413 }; then
12414 ac_header_preproc=yes
12415 else
12416 $as_echo "$as_me: failed program was:" >&5
12417 sed 's/^/| /' conftest.$ac_ext >&5
12419 ac_header_preproc=no
12422 rm -f conftest.err conftest.$ac_ext
12423 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12424 $as_echo "$ac_header_preproc" >&6; }
12426 # So? What about this header?
12427 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12428 yes:no: )
12429 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12430 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12431 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12432 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12433 ac_header_preproc=yes
12435 no:yes:* )
12436 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12437 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12438 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12439 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12440 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12441 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12442 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12443 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12444 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12445 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12446 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12447 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12448 ( cat <<\_ASBOX
12449 ## ------------------------------------ ##
12450 ## Report this to wine-devel@winehq.org ##
12451 ## ------------------------------------ ##
12452 _ASBOX
12453 ) | sed "s/^/$as_me: WARNING: /" >&2
12455 esac
12456 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12457 $as_echo_n "checking for $ac_header... " >&6; }
12458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12459 $as_echo_n "(cached) " >&6
12460 else
12461 eval "$as_ac_Header=\$ac_header_preproc"
12463 ac_res=`eval 'as_val=${'$as_ac_Header'}
12464 $as_echo "$as_val"'`
12465 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12466 $as_echo "$ac_res" >&6; }
12469 as_val=`eval 'as_val=${'$as_ac_Header'}
12470 $as_echo "$as_val"'`
12471 if test "x$as_val" = x""yes; then
12472 cat >>confdefs.h <<_ACEOF
12473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12474 _ACEOF
12475 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12476 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12477 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12478 $as_echo_n "(cached) " >&6
12479 else
12480 ac_check_lib_save_LIBS=$LIBS
12481 LIBS="-lxml2 $ac_xml_libs $LIBS"
12482 cat >conftest.$ac_ext <<_ACEOF
12483 /* confdefs.h. */
12484 _ACEOF
12485 cat confdefs.h >>conftest.$ac_ext
12486 cat >>conftest.$ac_ext <<_ACEOF
12487 /* end confdefs.h. */
12489 /* Override any GCC internal prototype to avoid an error.
12490 Use char because int might match the return type of a GCC
12491 builtin and then its argument prototype would still apply. */
12492 #ifdef __cplusplus
12493 extern "C"
12494 #endif
12495 char xmlParseMemory ();
12497 main ()
12499 return xmlParseMemory ();
12501 return 0;
12503 _ACEOF
12504 rm -f conftest.$ac_objext conftest$ac_exeext
12505 if { (ac_try="$ac_link"
12506 case "(($ac_try" in
12507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12508 *) ac_try_echo=$ac_try;;
12509 esac
12510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12511 $as_echo "$ac_try_echo") >&5
12512 (eval "$ac_link") 2>conftest.er1
12513 ac_status=$?
12514 grep -v '^ *+' conftest.er1 >conftest.err
12515 rm -f conftest.er1
12516 cat conftest.err >&5
12517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); } && {
12519 test -z "$ac_c_werror_flag" ||
12520 test ! -s conftest.err
12521 } && test -s conftest$ac_exeext && {
12522 test "$cross_compiling" = yes ||
12523 $as_test_x conftest$ac_exeext
12524 }; then
12525 ac_cv_lib_xml2_xmlParseMemory=yes
12526 else
12527 $as_echo "$as_me: failed program was:" >&5
12528 sed 's/^/| /' conftest.$ac_ext >&5
12530 ac_cv_lib_xml2_xmlParseMemory=no
12533 rm -rf conftest.dSYM
12534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12535 conftest$ac_exeext conftest.$ac_ext
12536 LIBS=$ac_check_lib_save_LIBS
12538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12539 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12540 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12542 cat >>confdefs.h <<\_ACEOF
12543 #define HAVE_LIBXML2 1
12544 _ACEOF
12546 XML2LIBS="$ac_xml_libs"
12547 XML2INCL="$ac_xml_cflags"
12550 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12551 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12552 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12553 $as_echo_n "(cached) " >&6
12554 else
12555 ac_check_lib_save_LIBS=$LIBS
12556 LIBS="-lxml2 $ac_xml_libs $LIBS"
12557 cat >conftest.$ac_ext <<_ACEOF
12558 /* confdefs.h. */
12559 _ACEOF
12560 cat confdefs.h >>conftest.$ac_ext
12561 cat >>conftest.$ac_ext <<_ACEOF
12562 /* end confdefs.h. */
12564 /* Override any GCC internal prototype to avoid an error.
12565 Use char because int might match the return type of a GCC
12566 builtin and then its argument prototype would still apply. */
12567 #ifdef __cplusplus
12568 extern "C"
12569 #endif
12570 char xmlReadMemory ();
12572 main ()
12574 return xmlReadMemory ();
12576 return 0;
12578 _ACEOF
12579 rm -f conftest.$ac_objext conftest$ac_exeext
12580 if { (ac_try="$ac_link"
12581 case "(($ac_try" in
12582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12583 *) ac_try_echo=$ac_try;;
12584 esac
12585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12586 $as_echo "$ac_try_echo") >&5
12587 (eval "$ac_link") 2>conftest.er1
12588 ac_status=$?
12589 grep -v '^ *+' conftest.er1 >conftest.err
12590 rm -f conftest.er1
12591 cat conftest.err >&5
12592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); } && {
12594 test -z "$ac_c_werror_flag" ||
12595 test ! -s conftest.err
12596 } && test -s conftest$ac_exeext && {
12597 test "$cross_compiling" = yes ||
12598 $as_test_x conftest$ac_exeext
12599 }; then
12600 ac_cv_lib_xml2_xmlReadMemory=yes
12601 else
12602 $as_echo "$as_me: failed program was:" >&5
12603 sed 's/^/| /' conftest.$ac_ext >&5
12605 ac_cv_lib_xml2_xmlReadMemory=no
12608 rm -rf conftest.dSYM
12609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12610 conftest$ac_exeext conftest.$ac_ext
12611 LIBS=$ac_check_lib_save_LIBS
12613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12614 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12615 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12617 cat >>confdefs.h <<\_ACEOF
12618 #define HAVE_XMLREADMEMORY 1
12619 _ACEOF
12623 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12624 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12625 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12626 $as_echo_n "(cached) " >&6
12627 else
12628 ac_check_lib_save_LIBS=$LIBS
12629 LIBS="-lxml2 $ac_xml_libs $LIBS"
12630 cat >conftest.$ac_ext <<_ACEOF
12631 /* confdefs.h. */
12632 _ACEOF
12633 cat confdefs.h >>conftest.$ac_ext
12634 cat >>conftest.$ac_ext <<_ACEOF
12635 /* end confdefs.h. */
12637 /* Override any GCC internal prototype to avoid an error.
12638 Use char because int might match the return type of a GCC
12639 builtin and then its argument prototype would still apply. */
12640 #ifdef __cplusplus
12641 extern "C"
12642 #endif
12643 char xmlNewDocPI ();
12645 main ()
12647 return xmlNewDocPI ();
12649 return 0;
12651 _ACEOF
12652 rm -f conftest.$ac_objext conftest$ac_exeext
12653 if { (ac_try="$ac_link"
12654 case "(($ac_try" in
12655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12656 *) ac_try_echo=$ac_try;;
12657 esac
12658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12659 $as_echo "$ac_try_echo") >&5
12660 (eval "$ac_link") 2>conftest.er1
12661 ac_status=$?
12662 grep -v '^ *+' conftest.er1 >conftest.err
12663 rm -f conftest.er1
12664 cat conftest.err >&5
12665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666 (exit $ac_status); } && {
12667 test -z "$ac_c_werror_flag" ||
12668 test ! -s conftest.err
12669 } && test -s conftest$ac_exeext && {
12670 test "$cross_compiling" = yes ||
12671 $as_test_x conftest$ac_exeext
12672 }; then
12673 ac_cv_lib_xml2_xmlNewDocPI=yes
12674 else
12675 $as_echo "$as_me: failed program was:" >&5
12676 sed 's/^/| /' conftest.$ac_ext >&5
12678 ac_cv_lib_xml2_xmlNewDocPI=no
12681 rm -rf conftest.dSYM
12682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12683 conftest$ac_exeext conftest.$ac_ext
12684 LIBS=$ac_check_lib_save_LIBS
12686 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12687 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12688 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12690 cat >>confdefs.h <<\_ACEOF
12691 #define HAVE_XMLNEWDOCPI 1
12692 _ACEOF
12699 done
12701 CPPFLAGS="$ac_save_CPPFLAGS"
12703 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12704 case "x$with_xml" in
12705 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12706 xno) ;;
12707 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12708 This is an error since --with-xml was requested." >&5
12709 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12710 This is an error since --with-xml was requested." >&2;}
12711 { (exit 1); exit 1; }; } ;;
12712 esac
12716 if test "x$with_xslt" != "xno"
12717 then
12718 if test "$PKG_CONFIG" != "false"
12719 then
12720 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12721 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12722 else
12723 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12724 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12726 ac_save_CPPFLAGS="$CPPFLAGS"
12727 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12730 for ac_header in libxslt/pattern.h libxslt/transform.h
12732 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12733 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12734 $as_echo_n "checking for $ac_header... " >&6; }
12735 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12736 $as_echo_n "(cached) " >&6
12737 else
12738 cat >conftest.$ac_ext <<_ACEOF
12739 /* confdefs.h. */
12740 _ACEOF
12741 cat confdefs.h >>conftest.$ac_ext
12742 cat >>conftest.$ac_ext <<_ACEOF
12743 /* end confdefs.h. */
12744 #ifdef HAVE_LIBXSLT_PATTERN_H
12745 # include <libxslt/pattern.h>
12746 #endif
12748 #include <$ac_header>
12749 _ACEOF
12750 rm -f conftest.$ac_objext
12751 if { (ac_try="$ac_compile"
12752 case "(($ac_try" in
12753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754 *) ac_try_echo=$ac_try;;
12755 esac
12756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12757 $as_echo "$ac_try_echo") >&5
12758 (eval "$ac_compile") 2>conftest.er1
12759 ac_status=$?
12760 grep -v '^ *+' conftest.er1 >conftest.err
12761 rm -f conftest.er1
12762 cat conftest.err >&5
12763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764 (exit $ac_status); } && {
12765 test -z "$ac_c_werror_flag" ||
12766 test ! -s conftest.err
12767 } && test -s conftest.$ac_objext; then
12768 eval "$as_ac_Header=yes"
12769 else
12770 $as_echo "$as_me: failed program was:" >&5
12771 sed 's/^/| /' conftest.$ac_ext >&5
12773 eval "$as_ac_Header=no"
12776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12778 ac_res=`eval 'as_val=${'$as_ac_Header'}
12779 $as_echo "$as_val"'`
12780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12781 $as_echo "$ac_res" >&6; }
12782 as_val=`eval 'as_val=${'$as_ac_Header'}
12783 $as_echo "$as_val"'`
12784 if test "x$as_val" = x""yes; then
12785 cat >>confdefs.h <<_ACEOF
12786 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12787 _ACEOF
12791 done
12793 CPPFLAGS="$ac_save_CPPFLAGS"
12794 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12795 then
12796 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12797 $as_echo_n "checking for -lxslt... " >&6; }
12798 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12799 $as_echo_n "(cached) " >&6
12800 else
12801 ac_check_soname_save_LIBS=$LIBS
12802 LIBS="-lxslt $ac_xslt_libs $LIBS"
12803 cat >conftest.$ac_ext <<_ACEOF
12804 /* confdefs.h. */
12805 _ACEOF
12806 cat confdefs.h >>conftest.$ac_ext
12807 cat >>conftest.$ac_ext <<_ACEOF
12808 /* end confdefs.h. */
12810 /* Override any GCC internal prototype to avoid an error.
12811 Use char because int might match the return type of a GCC
12812 builtin and then its argument prototype would still apply. */
12813 #ifdef __cplusplus
12814 extern "C"
12815 #endif
12816 char xsltCompilePattern ();
12818 main ()
12820 return xsltCompilePattern ();
12822 return 0;
12824 _ACEOF
12825 rm -f conftest.$ac_objext conftest$ac_exeext
12826 if { (ac_try="$ac_link"
12827 case "(($ac_try" in
12828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12829 *) ac_try_echo=$ac_try;;
12830 esac
12831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12832 $as_echo "$ac_try_echo") >&5
12833 (eval "$ac_link") 2>conftest.er1
12834 ac_status=$?
12835 grep -v '^ *+' conftest.er1 >conftest.err
12836 rm -f conftest.er1
12837 cat conftest.err >&5
12838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); } && {
12840 test -z "$ac_c_werror_flag" ||
12841 test ! -s conftest.err
12842 } && test -s conftest$ac_exeext && {
12843 test "$cross_compiling" = yes ||
12844 $as_test_x conftest$ac_exeext
12845 }; then
12846 case "$LIBEXT" in
12847 dll) ;;
12848 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'` ;;
12849 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12850 esac
12851 else
12852 $as_echo "$as_me: failed program was:" >&5
12853 sed 's/^/| /' conftest.$ac_ext >&5
12858 rm -rf conftest.dSYM
12859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12860 conftest$ac_exeext conftest.$ac_ext
12861 LIBS=$ac_check_soname_save_LIBS
12863 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12864 { $as_echo "$as_me:$LINENO: result: not found" >&5
12865 $as_echo "not found" >&6; }
12867 else
12868 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12869 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12871 cat >>confdefs.h <<_ACEOF
12872 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12873 _ACEOF
12875 XSLTINCL="$ac_xslt_cflags"
12880 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12881 case "x$with_xslt" in
12882 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12883 xno) ;;
12884 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12885 This is an error since --with-xslt was requested." >&5
12886 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12887 This is an error since --with-xslt was requested." >&2;}
12888 { (exit 1); exit 1; }; } ;;
12889 esac
12893 HALINCL=""
12895 if test "x$with_hal" != "xno"
12896 then
12897 ac_save_CPPFLAGS="$CPPFLAGS"
12898 if test "$PKG_CONFIG" != "false"
12899 then
12900 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12901 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12902 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12906 for ac_header in dbus/dbus.h hal/libhal.h
12908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12910 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12911 $as_echo_n "checking for $ac_header... " >&6; }
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913 $as_echo_n "(cached) " >&6
12915 ac_res=`eval 'as_val=${'$as_ac_Header'}
12916 $as_echo "$as_val"'`
12917 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12918 $as_echo "$ac_res" >&6; }
12919 else
12920 # Is the header compilable?
12921 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12922 $as_echo_n "checking $ac_header usability... " >&6; }
12923 cat >conftest.$ac_ext <<_ACEOF
12924 /* confdefs.h. */
12925 _ACEOF
12926 cat confdefs.h >>conftest.$ac_ext
12927 cat >>conftest.$ac_ext <<_ACEOF
12928 /* end confdefs.h. */
12929 $ac_includes_default
12930 #include <$ac_header>
12931 _ACEOF
12932 rm -f conftest.$ac_objext
12933 if { (ac_try="$ac_compile"
12934 case "(($ac_try" in
12935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12936 *) ac_try_echo=$ac_try;;
12937 esac
12938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12939 $as_echo "$ac_try_echo") >&5
12940 (eval "$ac_compile") 2>conftest.er1
12941 ac_status=$?
12942 grep -v '^ *+' conftest.er1 >conftest.err
12943 rm -f conftest.er1
12944 cat conftest.err >&5
12945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12946 (exit $ac_status); } && {
12947 test -z "$ac_c_werror_flag" ||
12948 test ! -s conftest.err
12949 } && test -s conftest.$ac_objext; then
12950 ac_header_compiler=yes
12951 else
12952 $as_echo "$as_me: failed program was:" >&5
12953 sed 's/^/| /' conftest.$ac_ext >&5
12955 ac_header_compiler=no
12958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12959 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12960 $as_echo "$ac_header_compiler" >&6; }
12962 # Is the header present?
12963 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12964 $as_echo_n "checking $ac_header presence... " >&6; }
12965 cat >conftest.$ac_ext <<_ACEOF
12966 /* confdefs.h. */
12967 _ACEOF
12968 cat confdefs.h >>conftest.$ac_ext
12969 cat >>conftest.$ac_ext <<_ACEOF
12970 /* end confdefs.h. */
12971 #include <$ac_header>
12972 _ACEOF
12973 if { (ac_try="$ac_cpp conftest.$ac_ext"
12974 case "(($ac_try" in
12975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976 *) ac_try_echo=$ac_try;;
12977 esac
12978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12979 $as_echo "$ac_try_echo") >&5
12980 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12981 ac_status=$?
12982 grep -v '^ *+' conftest.er1 >conftest.err
12983 rm -f conftest.er1
12984 cat conftest.err >&5
12985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12986 (exit $ac_status); } >/dev/null && {
12987 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12988 test ! -s conftest.err
12989 }; then
12990 ac_header_preproc=yes
12991 else
12992 $as_echo "$as_me: failed program was:" >&5
12993 sed 's/^/| /' conftest.$ac_ext >&5
12995 ac_header_preproc=no
12998 rm -f conftest.err conftest.$ac_ext
12999 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13000 $as_echo "$ac_header_preproc" >&6; }
13002 # So? What about this header?
13003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13004 yes:no: )
13005 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13006 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13007 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13008 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13009 ac_header_preproc=yes
13011 no:yes:* )
13012 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13013 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13014 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13015 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13016 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13017 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13018 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13019 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13020 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13021 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13022 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13023 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13024 ( cat <<\_ASBOX
13025 ## ------------------------------------ ##
13026 ## Report this to wine-devel@winehq.org ##
13027 ## ------------------------------------ ##
13028 _ASBOX
13029 ) | sed "s/^/$as_me: WARNING: /" >&2
13031 esac
13032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13033 $as_echo_n "checking for $ac_header... " >&6; }
13034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13035 $as_echo_n "(cached) " >&6
13036 else
13037 eval "$as_ac_Header=\$ac_header_preproc"
13039 ac_res=`eval 'as_val=${'$as_ac_Header'}
13040 $as_echo "$as_val"'`
13041 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13042 $as_echo "$ac_res" >&6; }
13045 as_val=`eval 'as_val=${'$as_ac_Header'}
13046 $as_echo "$as_val"'`
13047 if test "x$as_val" = x""yes; then
13048 cat >>confdefs.h <<_ACEOF
13049 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13050 _ACEOF
13054 done
13056 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13057 then
13058 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13059 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13060 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13061 $as_echo_n "(cached) " >&6
13062 else
13063 ac_check_lib_save_LIBS=$LIBS
13064 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13065 cat >conftest.$ac_ext <<_ACEOF
13066 /* confdefs.h. */
13067 _ACEOF
13068 cat confdefs.h >>conftest.$ac_ext
13069 cat >>conftest.$ac_ext <<_ACEOF
13070 /* end confdefs.h. */
13072 /* Override any GCC internal prototype to avoid an error.
13073 Use char because int might match the return type of a GCC
13074 builtin and then its argument prototype would still apply. */
13075 #ifdef __cplusplus
13076 extern "C"
13077 #endif
13078 char dbus_connection_close ();
13080 main ()
13082 return dbus_connection_close ();
13084 return 0;
13086 _ACEOF
13087 rm -f conftest.$ac_objext conftest$ac_exeext
13088 if { (ac_try="$ac_link"
13089 case "(($ac_try" in
13090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091 *) ac_try_echo=$ac_try;;
13092 esac
13093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13094 $as_echo "$ac_try_echo") >&5
13095 (eval "$ac_link") 2>conftest.er1
13096 ac_status=$?
13097 grep -v '^ *+' conftest.er1 >conftest.err
13098 rm -f conftest.er1
13099 cat conftest.err >&5
13100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101 (exit $ac_status); } && {
13102 test -z "$ac_c_werror_flag" ||
13103 test ! -s conftest.err
13104 } && test -s conftest$ac_exeext && {
13105 test "$cross_compiling" = yes ||
13106 $as_test_x conftest$ac_exeext
13107 }; then
13108 ac_cv_lib_dbus_1_dbus_connection_close=yes
13109 else
13110 $as_echo "$as_me: failed program was:" >&5
13111 sed 's/^/| /' conftest.$ac_ext >&5
13113 ac_cv_lib_dbus_1_dbus_connection_close=no
13116 rm -rf conftest.dSYM
13117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13118 conftest$ac_exeext conftest.$ac_ext
13119 LIBS=$ac_check_lib_save_LIBS
13121 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13122 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13123 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13124 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13125 $as_echo_n "checking for -lhal... " >&6; }
13126 if test "${ac_cv_lib_soname_hal+set}" = set; then
13127 $as_echo_n "(cached) " >&6
13128 else
13129 ac_check_soname_save_LIBS=$LIBS
13130 LIBS="-lhal $ac_hal_libs $LIBS"
13131 cat >conftest.$ac_ext <<_ACEOF
13132 /* confdefs.h. */
13133 _ACEOF
13134 cat confdefs.h >>conftest.$ac_ext
13135 cat >>conftest.$ac_ext <<_ACEOF
13136 /* end confdefs.h. */
13138 /* Override any GCC internal prototype to avoid an error.
13139 Use char because int might match the return type of a GCC
13140 builtin and then its argument prototype would still apply. */
13141 #ifdef __cplusplus
13142 extern "C"
13143 #endif
13144 char libhal_ctx_new ();
13146 main ()
13148 return libhal_ctx_new ();
13150 return 0;
13152 _ACEOF
13153 rm -f conftest.$ac_objext conftest$ac_exeext
13154 if { (ac_try="$ac_link"
13155 case "(($ac_try" in
13156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13157 *) ac_try_echo=$ac_try;;
13158 esac
13159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13160 $as_echo "$ac_try_echo") >&5
13161 (eval "$ac_link") 2>conftest.er1
13162 ac_status=$?
13163 grep -v '^ *+' conftest.er1 >conftest.err
13164 rm -f conftest.er1
13165 cat conftest.err >&5
13166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } && {
13168 test -z "$ac_c_werror_flag" ||
13169 test ! -s conftest.err
13170 } && test -s conftest$ac_exeext && {
13171 test "$cross_compiling" = yes ||
13172 $as_test_x conftest$ac_exeext
13173 }; then
13174 case "$LIBEXT" in
13175 dll) ;;
13176 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'` ;;
13177 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13178 esac
13179 else
13180 $as_echo "$as_me: failed program was:" >&5
13181 sed 's/^/| /' conftest.$ac_ext >&5
13186 rm -rf conftest.dSYM
13187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13188 conftest$ac_exeext conftest.$ac_ext
13189 LIBS=$ac_check_soname_save_LIBS
13191 if test "x$ac_cv_lib_soname_hal" = "x"; then
13192 { $as_echo "$as_me:$LINENO: result: not found" >&5
13193 $as_echo "not found" >&6; }
13195 else
13196 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13197 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13199 cat >>confdefs.h <<_ACEOF
13200 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13201 _ACEOF
13203 HALINCL="$ac_hal_cflags"
13209 CPPFLAGS="$ac_save_CPPFLAGS"
13211 if test "x$ac_cv_lib_soname_hal" = "x"; then
13212 case "x$with_hal" in
13213 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13214 xno) ;;
13215 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13216 This is an error since --with-hal was requested." >&5
13217 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13218 This is an error since --with-hal was requested." >&2;}
13219 { (exit 1); exit 1; }; } ;;
13220 esac
13224 if test "x$with_gnutls" != "xno"
13225 then
13226 ac_save_CPPFLAGS="$CPPFLAGS"
13227 if test "$PKG_CONFIG" != "false"
13228 then
13229 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13230 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13231 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13233 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13234 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13235 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13236 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13237 $as_echo_n "(cached) " >&6
13239 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13240 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13241 else
13242 # Is the header compilable?
13243 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13244 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13245 cat >conftest.$ac_ext <<_ACEOF
13246 /* confdefs.h. */
13247 _ACEOF
13248 cat confdefs.h >>conftest.$ac_ext
13249 cat >>conftest.$ac_ext <<_ACEOF
13250 /* end confdefs.h. */
13251 $ac_includes_default
13252 #include <gnutls/gnutls.h>
13253 _ACEOF
13254 rm -f conftest.$ac_objext
13255 if { (ac_try="$ac_compile"
13256 case "(($ac_try" in
13257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13258 *) ac_try_echo=$ac_try;;
13259 esac
13260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13261 $as_echo "$ac_try_echo") >&5
13262 (eval "$ac_compile") 2>conftest.er1
13263 ac_status=$?
13264 grep -v '^ *+' conftest.er1 >conftest.err
13265 rm -f conftest.er1
13266 cat conftest.err >&5
13267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13268 (exit $ac_status); } && {
13269 test -z "$ac_c_werror_flag" ||
13270 test ! -s conftest.err
13271 } && test -s conftest.$ac_objext; then
13272 ac_header_compiler=yes
13273 else
13274 $as_echo "$as_me: failed program was:" >&5
13275 sed 's/^/| /' conftest.$ac_ext >&5
13277 ac_header_compiler=no
13280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13281 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13282 $as_echo "$ac_header_compiler" >&6; }
13284 # Is the header present?
13285 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13286 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13287 cat >conftest.$ac_ext <<_ACEOF
13288 /* confdefs.h. */
13289 _ACEOF
13290 cat confdefs.h >>conftest.$ac_ext
13291 cat >>conftest.$ac_ext <<_ACEOF
13292 /* end confdefs.h. */
13293 #include <gnutls/gnutls.h>
13294 _ACEOF
13295 if { (ac_try="$ac_cpp conftest.$ac_ext"
13296 case "(($ac_try" in
13297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13298 *) ac_try_echo=$ac_try;;
13299 esac
13300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13301 $as_echo "$ac_try_echo") >&5
13302 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13303 ac_status=$?
13304 grep -v '^ *+' conftest.er1 >conftest.err
13305 rm -f conftest.er1
13306 cat conftest.err >&5
13307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308 (exit $ac_status); } >/dev/null && {
13309 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13310 test ! -s conftest.err
13311 }; then
13312 ac_header_preproc=yes
13313 else
13314 $as_echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.$ac_ext >&5
13317 ac_header_preproc=no
13320 rm -f conftest.err conftest.$ac_ext
13321 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13322 $as_echo "$ac_header_preproc" >&6; }
13324 # So? What about this header?
13325 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13326 yes:no: )
13327 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13328 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13329 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13330 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13331 ac_header_preproc=yes
13333 no:yes:* )
13334 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13335 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13336 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13337 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13338 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13339 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13340 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13341 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13342 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13343 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13344 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13345 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13346 ( cat <<\_ASBOX
13347 ## ------------------------------------ ##
13348 ## Report this to wine-devel@winehq.org ##
13349 ## ------------------------------------ ##
13350 _ASBOX
13351 ) | sed "s/^/$as_me: WARNING: /" >&2
13353 esac
13354 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13355 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13356 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13357 $as_echo_n "(cached) " >&6
13358 else
13359 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13361 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13362 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13365 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13366 cat >conftest.$ac_ext <<_ACEOF
13367 /* confdefs.h. */
13368 _ACEOF
13369 cat confdefs.h >>conftest.$ac_ext
13370 cat >>conftest.$ac_ext <<_ACEOF
13371 /* end confdefs.h. */
13372 #include <gnutls/gnutls.h>
13374 main ()
13376 typeof(gnutls_mac_get_key_size) *pfunc;
13378 return 0;
13380 _ACEOF
13381 rm -f conftest.$ac_objext
13382 if { (ac_try="$ac_compile"
13383 case "(($ac_try" in
13384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13385 *) ac_try_echo=$ac_try;;
13386 esac
13387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13388 $as_echo "$ac_try_echo") >&5
13389 (eval "$ac_compile") 2>conftest.er1
13390 ac_status=$?
13391 grep -v '^ *+' conftest.er1 >conftest.err
13392 rm -f conftest.er1
13393 cat conftest.err >&5
13394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } && {
13396 test -z "$ac_c_werror_flag" ||
13397 test ! -s conftest.err
13398 } && test -s conftest.$ac_objext; then
13399 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13400 $as_echo_n "checking for -lgnutls... " >&6; }
13401 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13402 $as_echo_n "(cached) " >&6
13403 else
13404 ac_check_soname_save_LIBS=$LIBS
13405 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13406 cat >conftest.$ac_ext <<_ACEOF
13407 /* confdefs.h. */
13408 _ACEOF
13409 cat confdefs.h >>conftest.$ac_ext
13410 cat >>conftest.$ac_ext <<_ACEOF
13411 /* end confdefs.h. */
13413 /* Override any GCC internal prototype to avoid an error.
13414 Use char because int might match the return type of a GCC
13415 builtin and then its argument prototype would still apply. */
13416 #ifdef __cplusplus
13417 extern "C"
13418 #endif
13419 char gnutls_global_init ();
13421 main ()
13423 return gnutls_global_init ();
13425 return 0;
13427 _ACEOF
13428 rm -f conftest.$ac_objext conftest$ac_exeext
13429 if { (ac_try="$ac_link"
13430 case "(($ac_try" in
13431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13432 *) ac_try_echo=$ac_try;;
13433 esac
13434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13435 $as_echo "$ac_try_echo") >&5
13436 (eval "$ac_link") 2>conftest.er1
13437 ac_status=$?
13438 grep -v '^ *+' conftest.er1 >conftest.err
13439 rm -f conftest.er1
13440 cat conftest.err >&5
13441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442 (exit $ac_status); } && {
13443 test -z "$ac_c_werror_flag" ||
13444 test ! -s conftest.err
13445 } && test -s conftest$ac_exeext && {
13446 test "$cross_compiling" = yes ||
13447 $as_test_x conftest$ac_exeext
13448 }; then
13449 case "$LIBEXT" in
13450 dll) ;;
13451 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'` ;;
13452 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13453 esac
13454 else
13455 $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13461 rm -rf conftest.dSYM
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463 conftest$ac_exeext conftest.$ac_ext
13464 LIBS=$ac_check_soname_save_LIBS
13466 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13467 { $as_echo "$as_me:$LINENO: result: not found" >&5
13468 $as_echo "not found" >&6; }
13470 else
13471 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13472 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13474 cat >>confdefs.h <<_ACEOF
13475 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13476 _ACEOF
13478 GNUTLSINCL="$ac_gnutls_cflags"
13482 else
13483 $as_echo "$as_me: failed program was:" >&5
13484 sed 's/^/| /' conftest.$ac_ext >&5
13489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13493 CPPFLAGS="$ac_save_CPPFLAGS"
13495 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13496 case "x$with_gnutls" in
13497 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13498 xno) ;;
13499 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13500 This is an error since --with-gnutls was requested." >&5
13501 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13502 This is an error since --with-gnutls was requested." >&2;}
13503 { (exit 1); exit 1; }; } ;;
13504 esac
13508 CURSESLIBS=""
13509 if test "$ac_cv_header_ncurses_h" = "yes"
13510 then
13511 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13512 $as_echo_n "checking for -lncurses... " >&6; }
13513 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13514 $as_echo_n "(cached) " >&6
13515 else
13516 ac_check_soname_save_LIBS=$LIBS
13517 LIBS="-lncurses $LIBS"
13518 cat >conftest.$ac_ext <<_ACEOF
13519 /* confdefs.h. */
13520 _ACEOF
13521 cat confdefs.h >>conftest.$ac_ext
13522 cat >>conftest.$ac_ext <<_ACEOF
13523 /* end confdefs.h. */
13525 /* Override any GCC internal prototype to avoid an error.
13526 Use char because int might match the return type of a GCC
13527 builtin and then its argument prototype would still apply. */
13528 #ifdef __cplusplus
13529 extern "C"
13530 #endif
13531 char waddch ();
13533 main ()
13535 return waddch ();
13537 return 0;
13539 _ACEOF
13540 rm -f conftest.$ac_objext conftest$ac_exeext
13541 if { (ac_try="$ac_link"
13542 case "(($ac_try" in
13543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13544 *) ac_try_echo=$ac_try;;
13545 esac
13546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13547 $as_echo "$ac_try_echo") >&5
13548 (eval "$ac_link") 2>conftest.er1
13549 ac_status=$?
13550 grep -v '^ *+' conftest.er1 >conftest.err
13551 rm -f conftest.er1
13552 cat conftest.err >&5
13553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); } && {
13555 test -z "$ac_c_werror_flag" ||
13556 test ! -s conftest.err
13557 } && test -s conftest$ac_exeext && {
13558 test "$cross_compiling" = yes ||
13559 $as_test_x conftest$ac_exeext
13560 }; then
13561 case "$LIBEXT" in
13562 dll) ;;
13563 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'` ;;
13564 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13565 esac
13566 else
13567 $as_echo "$as_me: failed program was:" >&5
13568 sed 's/^/| /' conftest.$ac_ext >&5
13573 rm -rf conftest.dSYM
13574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13575 conftest$ac_exeext conftest.$ac_ext
13576 LIBS=$ac_check_soname_save_LIBS
13578 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13579 { $as_echo "$as_me:$LINENO: result: not found" >&5
13580 $as_echo "not found" >&6; }
13582 else
13583 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13584 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13586 cat >>confdefs.h <<_ACEOF
13587 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13588 _ACEOF
13590 CURSESLIBS="-lncurses"
13593 elif test "$ac_cv_header_curses_h" = "yes"
13594 then
13595 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13596 $as_echo_n "checking for -lcurses... " >&6; }
13597 if test "${ac_cv_lib_soname_curses+set}" = set; then
13598 $as_echo_n "(cached) " >&6
13599 else
13600 ac_check_soname_save_LIBS=$LIBS
13601 LIBS="-lcurses $LIBS"
13602 cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h. */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13609 /* Override any GCC internal prototype to avoid an error.
13610 Use char because int might match the return type of a GCC
13611 builtin and then its argument prototype would still apply. */
13612 #ifdef __cplusplus
13613 extern "C"
13614 #endif
13615 char waddch ();
13617 main ()
13619 return waddch ();
13621 return 0;
13623 _ACEOF
13624 rm -f conftest.$ac_objext conftest$ac_exeext
13625 if { (ac_try="$ac_link"
13626 case "(($ac_try" in
13627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13628 *) ac_try_echo=$ac_try;;
13629 esac
13630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13631 $as_echo "$ac_try_echo") >&5
13632 (eval "$ac_link") 2>conftest.er1
13633 ac_status=$?
13634 grep -v '^ *+' conftest.er1 >conftest.err
13635 rm -f conftest.er1
13636 cat conftest.err >&5
13637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638 (exit $ac_status); } && {
13639 test -z "$ac_c_werror_flag" ||
13640 test ! -s conftest.err
13641 } && test -s conftest$ac_exeext && {
13642 test "$cross_compiling" = yes ||
13643 $as_test_x conftest$ac_exeext
13644 }; then
13645 case "$LIBEXT" in
13646 dll) ;;
13647 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'` ;;
13648 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13649 esac
13650 else
13651 $as_echo "$as_me: failed program was:" >&5
13652 sed 's/^/| /' conftest.$ac_ext >&5
13657 rm -rf conftest.dSYM
13658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13659 conftest$ac_exeext conftest.$ac_ext
13660 LIBS=$ac_check_soname_save_LIBS
13662 if test "x$ac_cv_lib_soname_curses" = "x"; then
13663 { $as_echo "$as_me:$LINENO: result: not found" >&5
13664 $as_echo "not found" >&6; }
13666 else
13667 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13668 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13670 cat >>confdefs.h <<_ACEOF
13671 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13672 _ACEOF
13674 CURSESLIBS="-lcurses"
13678 ac_save_LIBS="$LIBS"
13679 LIBS="$LIBS $CURSESLIBS"
13681 for ac_func in mousemask
13683 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13684 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13685 $as_echo_n "checking for $ac_func... " >&6; }
13686 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13687 $as_echo_n "(cached) " >&6
13688 else
13689 cat >conftest.$ac_ext <<_ACEOF
13690 /* confdefs.h. */
13691 _ACEOF
13692 cat confdefs.h >>conftest.$ac_ext
13693 cat >>conftest.$ac_ext <<_ACEOF
13694 /* end confdefs.h. */
13695 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13696 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13697 #define $ac_func innocuous_$ac_func
13699 /* System header to define __stub macros and hopefully few prototypes,
13700 which can conflict with char $ac_func (); below.
13701 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13702 <limits.h> exists even on freestanding compilers. */
13704 #ifdef __STDC__
13705 # include <limits.h>
13706 #else
13707 # include <assert.h>
13708 #endif
13710 #undef $ac_func
13712 /* Override any GCC internal prototype to avoid an error.
13713 Use char because int might match the return type of a GCC
13714 builtin and then its argument prototype would still apply. */
13715 #ifdef __cplusplus
13716 extern "C"
13717 #endif
13718 char $ac_func ();
13719 /* The GNU C library defines this for functions which it implements
13720 to always fail with ENOSYS. Some functions are actually named
13721 something starting with __ and the normal name is an alias. */
13722 #if defined __stub_$ac_func || defined __stub___$ac_func
13723 choke me
13724 #endif
13727 main ()
13729 return $ac_func ();
13731 return 0;
13733 _ACEOF
13734 rm -f conftest.$ac_objext conftest$ac_exeext
13735 if { (ac_try="$ac_link"
13736 case "(($ac_try" in
13737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13738 *) ac_try_echo=$ac_try;;
13739 esac
13740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13741 $as_echo "$ac_try_echo") >&5
13742 (eval "$ac_link") 2>conftest.er1
13743 ac_status=$?
13744 grep -v '^ *+' conftest.er1 >conftest.err
13745 rm -f conftest.er1
13746 cat conftest.err >&5
13747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13748 (exit $ac_status); } && {
13749 test -z "$ac_c_werror_flag" ||
13750 test ! -s conftest.err
13751 } && test -s conftest$ac_exeext && {
13752 test "$cross_compiling" = yes ||
13753 $as_test_x conftest$ac_exeext
13754 }; then
13755 eval "$as_ac_var=yes"
13756 else
13757 $as_echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13760 eval "$as_ac_var=no"
13763 rm -rf conftest.dSYM
13764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13765 conftest$ac_exeext conftest.$ac_ext
13767 ac_res=`eval 'as_val=${'$as_ac_var'}
13768 $as_echo "$as_val"'`
13769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13770 $as_echo "$ac_res" >&6; }
13771 as_val=`eval 'as_val=${'$as_ac_var'}
13772 $as_echo "$as_val"'`
13773 if test "x$as_val" = x""yes; then
13774 cat >>confdefs.h <<_ACEOF
13775 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13776 _ACEOF
13779 done
13781 LIBS="$ac_save_LIBS"
13782 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13783 case "x$with_curses" in
13784 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13785 xno) ;;
13786 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13787 This is an error since --with-curses was requested." >&5
13788 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13789 This is an error since --with-curses was requested." >&2;}
13790 { (exit 1); exit 1; }; } ;;
13791 esac
13795 if test "x$with_sane" != "xno"
13796 then
13797 ac_save_CPPFLAGS="$CPPFLAGS"
13798 # Extract the first word of "sane-config", so it can be a program name with args.
13799 set dummy sane-config; ac_word=$2
13800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13801 $as_echo_n "checking for $ac_word... " >&6; }
13802 if test "${ac_cv_prog_sane_devel+set}" = set; then
13803 $as_echo_n "(cached) " >&6
13804 else
13805 if test -n "$sane_devel"; then
13806 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13807 else
13808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13809 for as_dir in $PATH
13811 IFS=$as_save_IFS
13812 test -z "$as_dir" && as_dir=.
13813 for ac_exec_ext in '' $ac_executable_extensions; do
13814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13815 ac_cv_prog_sane_devel="sane-config"
13816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13817 break 2
13819 done
13820 done
13821 IFS=$as_save_IFS
13823 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13826 sane_devel=$ac_cv_prog_sane_devel
13827 if test -n "$sane_devel"; then
13828 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13829 $as_echo "$sane_devel" >&6; }
13830 else
13831 { $as_echo "$as_me:$LINENO: result: no" >&5
13832 $as_echo "no" >&6; }
13836 if test "$sane_devel" != "no"
13837 then
13838 ac_sane_incl="`$sane_devel --cflags`"
13839 ac_sane_libs="`$sane_devel --ldflags`"
13840 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13842 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13843 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13844 $as_echo_n "checking for sane/sane.h... " >&6; }
13845 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13846 $as_echo_n "(cached) " >&6
13848 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13849 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13850 else
13851 # Is the header compilable?
13852 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13853 $as_echo_n "checking sane/sane.h usability... " >&6; }
13854 cat >conftest.$ac_ext <<_ACEOF
13855 /* confdefs.h. */
13856 _ACEOF
13857 cat confdefs.h >>conftest.$ac_ext
13858 cat >>conftest.$ac_ext <<_ACEOF
13859 /* end confdefs.h. */
13860 $ac_includes_default
13861 #include <sane/sane.h>
13862 _ACEOF
13863 rm -f conftest.$ac_objext
13864 if { (ac_try="$ac_compile"
13865 case "(($ac_try" in
13866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13867 *) ac_try_echo=$ac_try;;
13868 esac
13869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13870 $as_echo "$ac_try_echo") >&5
13871 (eval "$ac_compile") 2>conftest.er1
13872 ac_status=$?
13873 grep -v '^ *+' conftest.er1 >conftest.err
13874 rm -f conftest.er1
13875 cat conftest.err >&5
13876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877 (exit $ac_status); } && {
13878 test -z "$ac_c_werror_flag" ||
13879 test ! -s conftest.err
13880 } && test -s conftest.$ac_objext; then
13881 ac_header_compiler=yes
13882 else
13883 $as_echo "$as_me: failed program was:" >&5
13884 sed 's/^/| /' conftest.$ac_ext >&5
13886 ac_header_compiler=no
13889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13890 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13891 $as_echo "$ac_header_compiler" >&6; }
13893 # Is the header present?
13894 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13895 $as_echo_n "checking sane/sane.h presence... " >&6; }
13896 cat >conftest.$ac_ext <<_ACEOF
13897 /* confdefs.h. */
13898 _ACEOF
13899 cat confdefs.h >>conftest.$ac_ext
13900 cat >>conftest.$ac_ext <<_ACEOF
13901 /* end confdefs.h. */
13902 #include <sane/sane.h>
13903 _ACEOF
13904 if { (ac_try="$ac_cpp conftest.$ac_ext"
13905 case "(($ac_try" in
13906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13907 *) ac_try_echo=$ac_try;;
13908 esac
13909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13910 $as_echo "$ac_try_echo") >&5
13911 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13912 ac_status=$?
13913 grep -v '^ *+' conftest.er1 >conftest.err
13914 rm -f conftest.er1
13915 cat conftest.err >&5
13916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); } >/dev/null && {
13918 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13919 test ! -s conftest.err
13920 }; then
13921 ac_header_preproc=yes
13922 else
13923 $as_echo "$as_me: failed program was:" >&5
13924 sed 's/^/| /' conftest.$ac_ext >&5
13926 ac_header_preproc=no
13929 rm -f conftest.err conftest.$ac_ext
13930 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13931 $as_echo "$ac_header_preproc" >&6; }
13933 # So? What about this header?
13934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13935 yes:no: )
13936 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13937 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13938 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13939 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13940 ac_header_preproc=yes
13942 no:yes:* )
13943 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13944 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13945 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13946 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13947 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13948 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13949 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13950 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13951 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13952 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13953 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13954 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13955 ( cat <<\_ASBOX
13956 ## ------------------------------------ ##
13957 ## Report this to wine-devel@winehq.org ##
13958 ## ------------------------------------ ##
13959 _ASBOX
13960 ) | sed "s/^/$as_me: WARNING: /" >&2
13962 esac
13963 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13964 $as_echo_n "checking for sane/sane.h... " >&6; }
13965 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13966 $as_echo_n "(cached) " >&6
13967 else
13968 ac_cv_header_sane_sane_h=$ac_header_preproc
13970 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13971 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13974 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13975 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13976 $as_echo_n "checking for -lsane... " >&6; }
13977 if test "${ac_cv_lib_soname_sane+set}" = set; then
13978 $as_echo_n "(cached) " >&6
13979 else
13980 ac_check_soname_save_LIBS=$LIBS
13981 LIBS="-lsane $ac_sane_libs $LIBS"
13982 cat >conftest.$ac_ext <<_ACEOF
13983 /* confdefs.h. */
13984 _ACEOF
13985 cat confdefs.h >>conftest.$ac_ext
13986 cat >>conftest.$ac_ext <<_ACEOF
13987 /* end confdefs.h. */
13989 /* Override any GCC internal prototype to avoid an error.
13990 Use char because int might match the return type of a GCC
13991 builtin and then its argument prototype would still apply. */
13992 #ifdef __cplusplus
13993 extern "C"
13994 #endif
13995 char sane_init ();
13997 main ()
13999 return sane_init ();
14001 return 0;
14003 _ACEOF
14004 rm -f conftest.$ac_objext conftest$ac_exeext
14005 if { (ac_try="$ac_link"
14006 case "(($ac_try" in
14007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14008 *) ac_try_echo=$ac_try;;
14009 esac
14010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14011 $as_echo "$ac_try_echo") >&5
14012 (eval "$ac_link") 2>conftest.er1
14013 ac_status=$?
14014 grep -v '^ *+' conftest.er1 >conftest.err
14015 rm -f conftest.er1
14016 cat conftest.err >&5
14017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14018 (exit $ac_status); } && {
14019 test -z "$ac_c_werror_flag" ||
14020 test ! -s conftest.err
14021 } && test -s conftest$ac_exeext && {
14022 test "$cross_compiling" = yes ||
14023 $as_test_x conftest$ac_exeext
14024 }; then
14025 case "$LIBEXT" in
14026 dll) ;;
14027 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'` ;;
14028 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14029 esac
14030 else
14031 $as_echo "$as_me: failed program was:" >&5
14032 sed 's/^/| /' conftest.$ac_ext >&5
14037 rm -rf conftest.dSYM
14038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14039 conftest$ac_exeext conftest.$ac_ext
14040 LIBS=$ac_check_soname_save_LIBS
14042 if test "x$ac_cv_lib_soname_sane" = "x"; then
14043 { $as_echo "$as_me:$LINENO: result: not found" >&5
14044 $as_echo "not found" >&6; }
14046 else
14047 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14048 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14050 cat >>confdefs.h <<_ACEOF
14051 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14052 _ACEOF
14054 SANEINCL="$ac_sane_incl"
14061 CPPFLAGS="$ac_save_CPPFLAGS"
14063 if test "x$ac_cv_lib_soname_sane" = "x"; then
14064 case "x$with_sane" in
14065 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14066 xno) ;;
14067 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14068 This is an error since --with-sane was requested." >&5
14069 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14070 This is an error since --with-sane was requested." >&2;}
14071 { (exit 1); exit 1; }; } ;;
14072 esac
14076 if test "x$with_gphoto" != "xno"
14077 then
14078 ac_save_CPPFLAGS="$CPPFLAGS"
14079 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14080 set dummy gphoto2-config; ac_word=$2
14081 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14082 $as_echo_n "checking for $ac_word... " >&6; }
14083 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14084 $as_echo_n "(cached) " >&6
14085 else
14086 if test -n "$gphoto2_devel"; then
14087 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14088 else
14089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14090 for as_dir in $PATH
14092 IFS=$as_save_IFS
14093 test -z "$as_dir" && as_dir=.
14094 for ac_exec_ext in '' $ac_executable_extensions; do
14095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14096 ac_cv_prog_gphoto2_devel="gphoto2-config"
14097 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14098 break 2
14100 done
14101 done
14102 IFS=$as_save_IFS
14104 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14107 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14108 if test -n "$gphoto2_devel"; then
14109 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14110 $as_echo "$gphoto2_devel" >&6; }
14111 else
14112 { $as_echo "$as_me:$LINENO: result: no" >&5
14113 $as_echo "no" >&6; }
14117 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14118 set dummy gphoto2-port-config; ac_word=$2
14119 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14120 $as_echo_n "checking for $ac_word... " >&6; }
14121 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14122 $as_echo_n "(cached) " >&6
14123 else
14124 if test -n "$gphoto2port_devel"; then
14125 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14126 else
14127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14128 for as_dir in $PATH
14130 IFS=$as_save_IFS
14131 test -z "$as_dir" && as_dir=.
14132 for ac_exec_ext in '' $ac_executable_extensions; do
14133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14134 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14135 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14136 break 2
14138 done
14139 done
14140 IFS=$as_save_IFS
14142 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14145 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14146 if test -n "$gphoto2port_devel"; then
14147 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14148 $as_echo "$gphoto2port_devel" >&6; }
14149 else
14150 { $as_echo "$as_me:$LINENO: result: no" >&5
14151 $as_echo "no" >&6; }
14155 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14156 then
14157 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14158 ac_gphoto2_libs=""
14159 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14161 case "$i" in
14162 -L/usr/lib|-L/usr/lib64) ;;
14163 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14164 esac
14165 done
14166 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14168 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14169 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14170 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14171 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14172 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14173 $as_echo_n "(cached) " >&6
14175 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14176 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14177 else
14178 # Is the header compilable?
14179 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14180 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14181 cat >conftest.$ac_ext <<_ACEOF
14182 /* confdefs.h. */
14183 _ACEOF
14184 cat confdefs.h >>conftest.$ac_ext
14185 cat >>conftest.$ac_ext <<_ACEOF
14186 /* end confdefs.h. */
14187 $ac_includes_default
14188 #include <gphoto2-camera.h>
14189 _ACEOF
14190 rm -f conftest.$ac_objext
14191 if { (ac_try="$ac_compile"
14192 case "(($ac_try" in
14193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14194 *) ac_try_echo=$ac_try;;
14195 esac
14196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14197 $as_echo "$ac_try_echo") >&5
14198 (eval "$ac_compile") 2>conftest.er1
14199 ac_status=$?
14200 grep -v '^ *+' conftest.er1 >conftest.err
14201 rm -f conftest.er1
14202 cat conftest.err >&5
14203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14204 (exit $ac_status); } && {
14205 test -z "$ac_c_werror_flag" ||
14206 test ! -s conftest.err
14207 } && test -s conftest.$ac_objext; then
14208 ac_header_compiler=yes
14209 else
14210 $as_echo "$as_me: failed program was:" >&5
14211 sed 's/^/| /' conftest.$ac_ext >&5
14213 ac_header_compiler=no
14216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14217 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14218 $as_echo "$ac_header_compiler" >&6; }
14220 # Is the header present?
14221 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14222 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14223 cat >conftest.$ac_ext <<_ACEOF
14224 /* confdefs.h. */
14225 _ACEOF
14226 cat confdefs.h >>conftest.$ac_ext
14227 cat >>conftest.$ac_ext <<_ACEOF
14228 /* end confdefs.h. */
14229 #include <gphoto2-camera.h>
14230 _ACEOF
14231 if { (ac_try="$ac_cpp conftest.$ac_ext"
14232 case "(($ac_try" in
14233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14234 *) ac_try_echo=$ac_try;;
14235 esac
14236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14237 $as_echo "$ac_try_echo") >&5
14238 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14239 ac_status=$?
14240 grep -v '^ *+' conftest.er1 >conftest.err
14241 rm -f conftest.er1
14242 cat conftest.err >&5
14243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14244 (exit $ac_status); } >/dev/null && {
14245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14246 test ! -s conftest.err
14247 }; then
14248 ac_header_preproc=yes
14249 else
14250 $as_echo "$as_me: failed program was:" >&5
14251 sed 's/^/| /' conftest.$ac_ext >&5
14253 ac_header_preproc=no
14256 rm -f conftest.err conftest.$ac_ext
14257 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14258 $as_echo "$ac_header_preproc" >&6; }
14260 # So? What about this header?
14261 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14262 yes:no: )
14263 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14264 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14265 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14266 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14267 ac_header_preproc=yes
14269 no:yes:* )
14270 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14271 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14272 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14273 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14274 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14275 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14276 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14277 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14278 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14279 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14280 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14281 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14282 ( cat <<\_ASBOX
14283 ## ------------------------------------ ##
14284 ## Report this to wine-devel@winehq.org ##
14285 ## ------------------------------------ ##
14286 _ASBOX
14287 ) | sed "s/^/$as_me: WARNING: /" >&2
14289 esac
14290 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14291 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14292 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14293 $as_echo_n "(cached) " >&6
14294 else
14295 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14297 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14298 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14301 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14302 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14303 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14304 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14305 $as_echo_n "(cached) " >&6
14306 else
14307 ac_check_lib_save_LIBS=$LIBS
14308 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14309 cat >conftest.$ac_ext <<_ACEOF
14310 /* confdefs.h. */
14311 _ACEOF
14312 cat confdefs.h >>conftest.$ac_ext
14313 cat >>conftest.$ac_ext <<_ACEOF
14314 /* end confdefs.h. */
14316 /* Override any GCC internal prototype to avoid an error.
14317 Use char because int might match the return type of a GCC
14318 builtin and then its argument prototype would still apply. */
14319 #ifdef __cplusplus
14320 extern "C"
14321 #endif
14322 char gp_camera_new ();
14324 main ()
14326 return gp_camera_new ();
14328 return 0;
14330 _ACEOF
14331 rm -f conftest.$ac_objext conftest$ac_exeext
14332 if { (ac_try="$ac_link"
14333 case "(($ac_try" in
14334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14335 *) ac_try_echo=$ac_try;;
14336 esac
14337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14338 $as_echo "$ac_try_echo") >&5
14339 (eval "$ac_link") 2>conftest.er1
14340 ac_status=$?
14341 grep -v '^ *+' conftest.er1 >conftest.err
14342 rm -f conftest.er1
14343 cat conftest.err >&5
14344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14345 (exit $ac_status); } && {
14346 test -z "$ac_c_werror_flag" ||
14347 test ! -s conftest.err
14348 } && test -s conftest$ac_exeext && {
14349 test "$cross_compiling" = yes ||
14350 $as_test_x conftest$ac_exeext
14351 }; then
14352 ac_cv_lib_gphoto2_gp_camera_new=yes
14353 else
14354 $as_echo "$as_me: failed program was:" >&5
14355 sed 's/^/| /' conftest.$ac_ext >&5
14357 ac_cv_lib_gphoto2_gp_camera_new=no
14360 rm -rf conftest.dSYM
14361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14362 conftest$ac_exeext conftest.$ac_ext
14363 LIBS=$ac_check_lib_save_LIBS
14365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14366 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14367 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14369 cat >>confdefs.h <<\_ACEOF
14370 #define HAVE_GPHOTO2 1
14371 _ACEOF
14373 GPHOTO2LIBS="$ac_gphoto2_libs"
14375 GPHOTO2INCL="$ac_gphoto2_incl"
14382 CPPFLAGS="$ac_save_CPPFLAGS"
14384 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14385 case "x$with_gphoto" in
14386 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14387 xno) ;;
14388 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14389 This is an error since --with-gphoto was requested." >&5
14390 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14391 This is an error since --with-gphoto was requested." >&2;}
14392 { (exit 1); exit 1; }; } ;;
14393 esac
14398 RESOLVLIBS=""
14400 if test "$ac_cv_header_resolv_h" = "yes"
14401 then
14402 ac_save_LIBS="$LIBS"
14403 LIBS="$LIBS -lresolv"
14404 cat >conftest.$ac_ext <<_ACEOF
14405 /* confdefs.h. */
14406 _ACEOF
14407 cat confdefs.h >>conftest.$ac_ext
14408 cat >>conftest.$ac_ext <<_ACEOF
14409 /* end confdefs.h. */
14410 #ifdef HAVE_NETINET_IN_H
14411 #include <netinet/in.h>
14412 #endif
14413 #include <resolv.h>
14415 main ()
14417 res_init();
14419 return 0;
14421 _ACEOF
14422 rm -f conftest.$ac_objext conftest$ac_exeext
14423 if { (ac_try="$ac_link"
14424 case "(($ac_try" in
14425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14426 *) ac_try_echo=$ac_try;;
14427 esac
14428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14429 $as_echo "$ac_try_echo") >&5
14430 (eval "$ac_link") 2>conftest.er1
14431 ac_status=$?
14432 grep -v '^ *+' conftest.er1 >conftest.err
14433 rm -f conftest.er1
14434 cat conftest.err >&5
14435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436 (exit $ac_status); } && {
14437 test -z "$ac_c_werror_flag" ||
14438 test ! -s conftest.err
14439 } && test -s conftest$ac_exeext && {
14440 test "$cross_compiling" = yes ||
14441 $as_test_x conftest$ac_exeext
14442 }; then
14444 cat >>confdefs.h <<\_ACEOF
14445 #define HAVE_RESOLV 1
14446 _ACEOF
14448 RESOLVLIBS="-lresolv"
14449 else
14450 $as_echo "$as_me: failed program was:" >&5
14451 sed 's/^/| /' conftest.$ac_ext >&5
14456 rm -rf conftest.dSYM
14457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14458 conftest$ac_exeext conftest.$ac_ext
14459 LIBS="$ac_save_LIBS"
14462 LCMSLIBS=""
14464 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14465 then
14466 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14467 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14468 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14469 $as_echo_n "(cached) " >&6
14470 else
14471 ac_check_lib_save_LIBS=$LIBS
14472 LIBS="-llcms $LIBS"
14473 cat >conftest.$ac_ext <<_ACEOF
14474 /* confdefs.h. */
14475 _ACEOF
14476 cat confdefs.h >>conftest.$ac_ext
14477 cat >>conftest.$ac_ext <<_ACEOF
14478 /* end confdefs.h. */
14480 /* Override any GCC internal prototype to avoid an error.
14481 Use char because int might match the return type of a GCC
14482 builtin and then its argument prototype would still apply. */
14483 #ifdef __cplusplus
14484 extern "C"
14485 #endif
14486 char cmsOpenProfileFromFile ();
14488 main ()
14490 return cmsOpenProfileFromFile ();
14492 return 0;
14494 _ACEOF
14495 rm -f conftest.$ac_objext conftest$ac_exeext
14496 if { (ac_try="$ac_link"
14497 case "(($ac_try" in
14498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14499 *) ac_try_echo=$ac_try;;
14500 esac
14501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14502 $as_echo "$ac_try_echo") >&5
14503 (eval "$ac_link") 2>conftest.er1
14504 ac_status=$?
14505 grep -v '^ *+' conftest.er1 >conftest.err
14506 rm -f conftest.er1
14507 cat conftest.err >&5
14508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); } && {
14510 test -z "$ac_c_werror_flag" ||
14511 test ! -s conftest.err
14512 } && test -s conftest$ac_exeext && {
14513 test "$cross_compiling" = yes ||
14514 $as_test_x conftest$ac_exeext
14515 }; then
14516 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14517 else
14518 $as_echo "$as_me: failed program was:" >&5
14519 sed 's/^/| /' conftest.$ac_ext >&5
14521 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14524 rm -rf conftest.dSYM
14525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14526 conftest$ac_exeext conftest.$ac_ext
14527 LIBS=$ac_check_lib_save_LIBS
14529 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14530 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14531 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14533 cat >>confdefs.h <<\_ACEOF
14534 #define HAVE_LCMS 1
14535 _ACEOF
14537 LCMSLIBS="-llcms"
14541 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14542 case "x$with_cms" in
14543 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14544 xno) ;;
14545 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14546 This is an error since --with-cms was requested." >&5
14547 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14548 This is an error since --with-cms was requested." >&2;}
14549 { (exit 1); exit 1; }; } ;;
14550 esac
14554 if test "x$with_freetype" != "xno"
14555 then
14556 for ac_prog in freetype-config freetype2-config
14558 # Extract the first word of "$ac_prog", so it can be a program name with args.
14559 set dummy $ac_prog; ac_word=$2
14560 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14561 $as_echo_n "checking for $ac_word... " >&6; }
14562 if test "${ac_cv_prog_ft_devel+set}" = set; then
14563 $as_echo_n "(cached) " >&6
14564 else
14565 if test -n "$ft_devel"; then
14566 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14567 else
14568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14569 for as_dir in $PATH
14571 IFS=$as_save_IFS
14572 test -z "$as_dir" && as_dir=.
14573 for ac_exec_ext in '' $ac_executable_extensions; do
14574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14575 ac_cv_prog_ft_devel="$ac_prog"
14576 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14577 break 2
14579 done
14580 done
14581 IFS=$as_save_IFS
14585 ft_devel=$ac_cv_prog_ft_devel
14586 if test -n "$ft_devel"; then
14587 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14588 $as_echo "$ft_devel" >&6; }
14589 else
14590 { $as_echo "$as_me:$LINENO: result: no" >&5
14591 $as_echo "no" >&6; }
14595 test -n "$ft_devel" && break
14596 done
14597 test -n "$ft_devel" || ft_devel="no"
14599 if test "$ft_devel" != "no"
14600 then
14601 ac_freetype_incl=`$ft_devel --cflags`
14602 ac_freetype_libs=`$ft_devel --libs`
14604 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14605 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14606 $as_echo_n "checking for -lfreetype... " >&6; }
14607 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14608 $as_echo_n "(cached) " >&6
14609 else
14610 ac_check_soname_save_LIBS=$LIBS
14611 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14612 cat >conftest.$ac_ext <<_ACEOF
14613 /* confdefs.h. */
14614 _ACEOF
14615 cat confdefs.h >>conftest.$ac_ext
14616 cat >>conftest.$ac_ext <<_ACEOF
14617 /* end confdefs.h. */
14619 /* Override any GCC internal prototype to avoid an error.
14620 Use char because int might match the return type of a GCC
14621 builtin and then its argument prototype would still apply. */
14622 #ifdef __cplusplus
14623 extern "C"
14624 #endif
14625 char FT_Init_FreeType ();
14627 main ()
14629 return FT_Init_FreeType ();
14631 return 0;
14633 _ACEOF
14634 rm -f conftest.$ac_objext conftest$ac_exeext
14635 if { (ac_try="$ac_link"
14636 case "(($ac_try" in
14637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14638 *) ac_try_echo=$ac_try;;
14639 esac
14640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14641 $as_echo "$ac_try_echo") >&5
14642 (eval "$ac_link") 2>conftest.er1
14643 ac_status=$?
14644 grep -v '^ *+' conftest.er1 >conftest.err
14645 rm -f conftest.er1
14646 cat conftest.err >&5
14647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14648 (exit $ac_status); } && {
14649 test -z "$ac_c_werror_flag" ||
14650 test ! -s conftest.err
14651 } && test -s conftest$ac_exeext && {
14652 test "$cross_compiling" = yes ||
14653 $as_test_x conftest$ac_exeext
14654 }; then
14655 case "$LIBEXT" in
14656 dll) ;;
14657 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'` ;;
14658 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14659 esac
14660 else
14661 $as_echo "$as_me: failed program was:" >&5
14662 sed 's/^/| /' conftest.$ac_ext >&5
14667 rm -rf conftest.dSYM
14668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14669 conftest$ac_exeext conftest.$ac_ext
14670 LIBS=$ac_check_soname_save_LIBS
14672 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14673 { $as_echo "$as_me:$LINENO: result: not found" >&5
14674 $as_echo "not found" >&6; }
14675 ft_lib=no
14676 else
14677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14678 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14680 cat >>confdefs.h <<_ACEOF
14681 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14682 _ACEOF
14684 ft_lib=yes
14687 if test "$ft_lib" = "yes"
14688 then
14689 ac_save_CPPFLAGS="$CPPFLAGS"
14690 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14704 for ac_header in ft2build.h \
14705 freetype/freetype.h \
14706 freetype/ftglyph.h \
14707 freetype/fttypes.h \
14708 freetype/tttables.h \
14709 freetype/ftnames.h \
14710 freetype/ftsnames.h \
14711 freetype/ttnameid.h \
14712 freetype/ftoutln.h \
14713 freetype/ftwinfnt.h \
14714 freetype/ftmodapi.h \
14715 freetype/ftlcdfil.h \
14716 freetype/internal/sfnt.h
14718 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14719 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14720 $as_echo_n "checking for $ac_header... " >&6; }
14721 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14722 $as_echo_n "(cached) " >&6
14723 else
14724 cat >conftest.$ac_ext <<_ACEOF
14725 /* confdefs.h. */
14726 _ACEOF
14727 cat confdefs.h >>conftest.$ac_ext
14728 cat >>conftest.$ac_ext <<_ACEOF
14729 /* end confdefs.h. */
14730 #ifdef HAVE_FT2BUILD_H
14731 # include <ft2build.h>
14732 #endif
14734 #include <$ac_header>
14735 _ACEOF
14736 rm -f conftest.$ac_objext
14737 if { (ac_try="$ac_compile"
14738 case "(($ac_try" in
14739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14740 *) ac_try_echo=$ac_try;;
14741 esac
14742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14743 $as_echo "$ac_try_echo") >&5
14744 (eval "$ac_compile") 2>conftest.er1
14745 ac_status=$?
14746 grep -v '^ *+' conftest.er1 >conftest.err
14747 rm -f conftest.er1
14748 cat conftest.err >&5
14749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14750 (exit $ac_status); } && {
14751 test -z "$ac_c_werror_flag" ||
14752 test ! -s conftest.err
14753 } && test -s conftest.$ac_objext; then
14754 eval "$as_ac_Header=yes"
14755 else
14756 $as_echo "$as_me: failed program was:" >&5
14757 sed 's/^/| /' conftest.$ac_ext >&5
14759 eval "$as_ac_Header=no"
14762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14764 ac_res=`eval 'as_val=${'$as_ac_Header'}
14765 $as_echo "$as_val"'`
14766 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14767 $as_echo "$ac_res" >&6; }
14768 as_val=`eval 'as_val=${'$as_ac_Header'}
14769 $as_echo "$as_val"'`
14770 if test "x$as_val" = x""yes; then
14771 cat >>confdefs.h <<_ACEOF
14772 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14773 _ACEOF
14777 done
14779 cat >conftest.$ac_ext <<_ACEOF
14780 /* confdefs.h. */
14781 _ACEOF
14782 cat confdefs.h >>conftest.$ac_ext
14783 cat >>conftest.$ac_ext <<_ACEOF
14784 /* end confdefs.h. */
14785 #include <ft2build.h>
14786 #include <freetype/fttrigon.h>
14787 _ACEOF
14788 if { (ac_try="$ac_cpp conftest.$ac_ext"
14789 case "(($ac_try" in
14790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14791 *) ac_try_echo=$ac_try;;
14792 esac
14793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14794 $as_echo "$ac_try_echo") >&5
14795 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } >/dev/null && {
14802 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 }; then
14806 cat >>confdefs.h <<\_ACEOF
14807 #define HAVE_FREETYPE_FTTRIGON_H 1
14808 _ACEOF
14810 wine_cv_fttrigon=yes
14811 else
14812 $as_echo "$as_me: failed program was:" >&5
14813 sed 's/^/| /' conftest.$ac_ext >&5
14815 wine_cv_fttrigon=no
14818 rm -f conftest.err conftest.$ac_ext
14819 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14820 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14821 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14822 $as_echo_n "(cached) " >&6
14823 else
14824 ac_cv_type_FT_TrueTypeEngineType=no
14825 cat >conftest.$ac_ext <<_ACEOF
14826 /* confdefs.h. */
14827 _ACEOF
14828 cat confdefs.h >>conftest.$ac_ext
14829 cat >>conftest.$ac_ext <<_ACEOF
14830 /* end confdefs.h. */
14831 #include <freetype/ftmodapi.h>
14834 main ()
14836 if (sizeof (FT_TrueTypeEngineType))
14837 return 0;
14839 return 0;
14841 _ACEOF
14842 rm -f conftest.$ac_objext
14843 if { (ac_try="$ac_compile"
14844 case "(($ac_try" in
14845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14846 *) ac_try_echo=$ac_try;;
14847 esac
14848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14849 $as_echo "$ac_try_echo") >&5
14850 (eval "$ac_compile") 2>conftest.er1
14851 ac_status=$?
14852 grep -v '^ *+' conftest.er1 >conftest.err
14853 rm -f conftest.er1
14854 cat conftest.err >&5
14855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14856 (exit $ac_status); } && {
14857 test -z "$ac_c_werror_flag" ||
14858 test ! -s conftest.err
14859 } && test -s conftest.$ac_objext; then
14860 cat >conftest.$ac_ext <<_ACEOF
14861 /* confdefs.h. */
14862 _ACEOF
14863 cat confdefs.h >>conftest.$ac_ext
14864 cat >>conftest.$ac_ext <<_ACEOF
14865 /* end confdefs.h. */
14866 #include <freetype/ftmodapi.h>
14869 main ()
14871 if (sizeof ((FT_TrueTypeEngineType)))
14872 return 0;
14874 return 0;
14876 _ACEOF
14877 rm -f conftest.$ac_objext
14878 if { (ac_try="$ac_compile"
14879 case "(($ac_try" in
14880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14881 *) ac_try_echo=$ac_try;;
14882 esac
14883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14884 $as_echo "$ac_try_echo") >&5
14885 (eval "$ac_compile") 2>conftest.er1
14886 ac_status=$?
14887 grep -v '^ *+' conftest.er1 >conftest.err
14888 rm -f conftest.er1
14889 cat conftest.err >&5
14890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891 (exit $ac_status); } && {
14892 test -z "$ac_c_werror_flag" ||
14893 test ! -s conftest.err
14894 } && test -s conftest.$ac_objext; then
14896 else
14897 $as_echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14900 ac_cv_type_FT_TrueTypeEngineType=yes
14903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14904 else
14905 $as_echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14913 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14914 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14915 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14917 cat >>confdefs.h <<_ACEOF
14918 #define HAVE_FT_TRUETYPEENGINETYPE 1
14919 _ACEOF
14924 ac_save_CFLAGS="$CFLAGS"
14925 CFLAGS="$CFLAGS $ac_freetype_libs"
14927 for ac_func in FT_Load_Sfnt_Table
14929 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14930 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14931 $as_echo_n "checking for $ac_func... " >&6; }
14932 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14933 $as_echo_n "(cached) " >&6
14934 else
14935 cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h. */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h. */
14941 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14943 #define $ac_func innocuous_$ac_func
14945 /* System header to define __stub macros and hopefully few prototypes,
14946 which can conflict with char $ac_func (); below.
14947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14948 <limits.h> exists even on freestanding compilers. */
14950 #ifdef __STDC__
14951 # include <limits.h>
14952 #else
14953 # include <assert.h>
14954 #endif
14956 #undef $ac_func
14958 /* Override any GCC internal prototype to avoid an error.
14959 Use char because int might match the return type of a GCC
14960 builtin and then its argument prototype would still apply. */
14961 #ifdef __cplusplus
14962 extern "C"
14963 #endif
14964 char $ac_func ();
14965 /* The GNU C library defines this for functions which it implements
14966 to always fail with ENOSYS. Some functions are actually named
14967 something starting with __ and the normal name is an alias. */
14968 #if defined __stub_$ac_func || defined __stub___$ac_func
14969 choke me
14970 #endif
14973 main ()
14975 return $ac_func ();
14977 return 0;
14979 _ACEOF
14980 rm -f conftest.$ac_objext conftest$ac_exeext
14981 if { (ac_try="$ac_link"
14982 case "(($ac_try" in
14983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14984 *) ac_try_echo=$ac_try;;
14985 esac
14986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14987 $as_echo "$ac_try_echo") >&5
14988 (eval "$ac_link") 2>conftest.er1
14989 ac_status=$?
14990 grep -v '^ *+' conftest.er1 >conftest.err
14991 rm -f conftest.er1
14992 cat conftest.err >&5
14993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14994 (exit $ac_status); } && {
14995 test -z "$ac_c_werror_flag" ||
14996 test ! -s conftest.err
14997 } && test -s conftest$ac_exeext && {
14998 test "$cross_compiling" = yes ||
14999 $as_test_x conftest$ac_exeext
15000 }; then
15001 eval "$as_ac_var=yes"
15002 else
15003 $as_echo "$as_me: failed program was:" >&5
15004 sed 's/^/| /' conftest.$ac_ext >&5
15006 eval "$as_ac_var=no"
15009 rm -rf conftest.dSYM
15010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15011 conftest$ac_exeext conftest.$ac_ext
15013 ac_res=`eval 'as_val=${'$as_ac_var'}
15014 $as_echo "$as_val"'`
15015 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15016 $as_echo "$ac_res" >&6; }
15017 as_val=`eval 'as_val=${'$as_ac_var'}
15018 $as_echo "$as_val"'`
15019 if test "x$as_val" = x""yes; then
15020 cat >>confdefs.h <<_ACEOF
15021 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15022 _ACEOF
15025 done
15027 CFLAGS="$ac_save_CFLAGS"
15028 CPPFLAGS="$ac_save_CPPFLAGS"
15029 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15030 then
15032 cat >>confdefs.h <<\_ACEOF
15033 #define HAVE_FREETYPE 1
15034 _ACEOF
15036 FREETYPELIBS="$ac_freetype_libs"
15038 FREETYPEINCL="$ac_freetype_incl"
15043 if test "x$FREETYPELIBS" = "x"; then
15044 case "x$with_freetype" in
15045 xno) ;;
15046 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15047 Use the --without-freetype option if you really want this." >&5
15048 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15049 Use the --without-freetype option if you really want this." >&2;}
15050 { (exit 1); exit 1; }; } ;;
15051 esac
15054 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15056 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15057 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15058 if test "${ac_cv_c_ppdev+set}" = set; then
15059 $as_echo_n "(cached) " >&6
15060 else
15061 cat >conftest.$ac_ext <<_ACEOF
15062 /* confdefs.h. */
15063 _ACEOF
15064 cat confdefs.h >>conftest.$ac_ext
15065 cat >>conftest.$ac_ext <<_ACEOF
15066 /* end confdefs.h. */
15067 #include <linux/ppdev.h>
15069 main ()
15071 ioctl (1,PPCLAIM,0)
15073 return 0;
15075 _ACEOF
15076 rm -f conftest.$ac_objext
15077 if { (ac_try="$ac_compile"
15078 case "(($ac_try" in
15079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15080 *) ac_try_echo=$ac_try;;
15081 esac
15082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15083 $as_echo "$ac_try_echo") >&5
15084 (eval "$ac_compile") 2>conftest.er1
15085 ac_status=$?
15086 grep -v '^ *+' conftest.er1 >conftest.err
15087 rm -f conftest.er1
15088 cat conftest.err >&5
15089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090 (exit $ac_status); } && {
15091 test -z "$ac_c_werror_flag" ||
15092 test ! -s conftest.err
15093 } && test -s conftest.$ac_objext; then
15094 ac_cv_c_ppdev="yes"
15095 else
15096 $as_echo "$as_me: failed program was:" >&5
15097 sed 's/^/| /' conftest.$ac_ext >&5
15099 ac_cv_c_ppdev="no"
15102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15104 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15105 $as_echo "$ac_cv_c_ppdev" >&6; }
15106 if test "$ac_cv_c_ppdev" = "yes"
15107 then
15109 cat >>confdefs.h <<\_ACEOF
15110 #define HAVE_PPDEV 1
15111 _ACEOF
15115 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15116 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15117 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15118 $as_echo_n "(cached) " >&6
15119 else
15120 ac_cv_type_pthread_rwlock_t=no
15121 cat >conftest.$ac_ext <<_ACEOF
15122 /* confdefs.h. */
15123 _ACEOF
15124 cat confdefs.h >>conftest.$ac_ext
15125 cat >>conftest.$ac_ext <<_ACEOF
15126 /* end confdefs.h. */
15127 #define _GNU_SOURCE
15128 #include <pthread.h>
15131 main ()
15133 if (sizeof (pthread_rwlock_t))
15134 return 0;
15136 return 0;
15138 _ACEOF
15139 rm -f conftest.$ac_objext
15140 if { (ac_try="$ac_compile"
15141 case "(($ac_try" in
15142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15143 *) ac_try_echo=$ac_try;;
15144 esac
15145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15146 $as_echo "$ac_try_echo") >&5
15147 (eval "$ac_compile") 2>conftest.er1
15148 ac_status=$?
15149 grep -v '^ *+' conftest.er1 >conftest.err
15150 rm -f conftest.er1
15151 cat conftest.err >&5
15152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153 (exit $ac_status); } && {
15154 test -z "$ac_c_werror_flag" ||
15155 test ! -s conftest.err
15156 } && test -s conftest.$ac_objext; then
15157 cat >conftest.$ac_ext <<_ACEOF
15158 /* confdefs.h. */
15159 _ACEOF
15160 cat confdefs.h >>conftest.$ac_ext
15161 cat >>conftest.$ac_ext <<_ACEOF
15162 /* end confdefs.h. */
15163 #define _GNU_SOURCE
15164 #include <pthread.h>
15167 main ()
15169 if (sizeof ((pthread_rwlock_t)))
15170 return 0;
15172 return 0;
15174 _ACEOF
15175 rm -f conftest.$ac_objext
15176 if { (ac_try="$ac_compile"
15177 case "(($ac_try" in
15178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15179 *) ac_try_echo=$ac_try;;
15180 esac
15181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15182 $as_echo "$ac_try_echo") >&5
15183 (eval "$ac_compile") 2>conftest.er1
15184 ac_status=$?
15185 grep -v '^ *+' conftest.er1 >conftest.err
15186 rm -f conftest.er1
15187 cat conftest.err >&5
15188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15189 (exit $ac_status); } && {
15190 test -z "$ac_c_werror_flag" ||
15191 test ! -s conftest.err
15192 } && test -s conftest.$ac_objext; then
15194 else
15195 $as_echo "$as_me: failed program was:" >&5
15196 sed 's/^/| /' conftest.$ac_ext >&5
15198 ac_cv_type_pthread_rwlock_t=yes
15201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15202 else
15203 $as_echo "$as_me: failed program was:" >&5
15204 sed 's/^/| /' conftest.$ac_ext >&5
15209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15211 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15212 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15213 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15215 cat >>confdefs.h <<_ACEOF
15216 #define HAVE_PTHREAD_RWLOCK_T 1
15217 _ACEOF
15221 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15222 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15223 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15224 $as_echo_n "(cached) " >&6
15225 else
15226 ac_cv_type_pthread_rwlockattr_t=no
15227 cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h. */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h. */
15233 #define _GNU_SOURCE
15234 #include <pthread.h>
15237 main ()
15239 if (sizeof (pthread_rwlockattr_t))
15240 return 0;
15242 return 0;
15244 _ACEOF
15245 rm -f conftest.$ac_objext
15246 if { (ac_try="$ac_compile"
15247 case "(($ac_try" in
15248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15249 *) ac_try_echo=$ac_try;;
15250 esac
15251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15252 $as_echo "$ac_try_echo") >&5
15253 (eval "$ac_compile") 2>conftest.er1
15254 ac_status=$?
15255 grep -v '^ *+' conftest.er1 >conftest.err
15256 rm -f conftest.er1
15257 cat conftest.err >&5
15258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15259 (exit $ac_status); } && {
15260 test -z "$ac_c_werror_flag" ||
15261 test ! -s conftest.err
15262 } && test -s conftest.$ac_objext; then
15263 cat >conftest.$ac_ext <<_ACEOF
15264 /* confdefs.h. */
15265 _ACEOF
15266 cat confdefs.h >>conftest.$ac_ext
15267 cat >>conftest.$ac_ext <<_ACEOF
15268 /* end confdefs.h. */
15269 #define _GNU_SOURCE
15270 #include <pthread.h>
15273 main ()
15275 if (sizeof ((pthread_rwlockattr_t)))
15276 return 0;
15278 return 0;
15280 _ACEOF
15281 rm -f conftest.$ac_objext
15282 if { (ac_try="$ac_compile"
15283 case "(($ac_try" in
15284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15285 *) ac_try_echo=$ac_try;;
15286 esac
15287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15288 $as_echo "$ac_try_echo") >&5
15289 (eval "$ac_compile") 2>conftest.er1
15290 ac_status=$?
15291 grep -v '^ *+' conftest.er1 >conftest.err
15292 rm -f conftest.er1
15293 cat conftest.err >&5
15294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15295 (exit $ac_status); } && {
15296 test -z "$ac_c_werror_flag" ||
15297 test ! -s conftest.err
15298 } && test -s conftest.$ac_objext; then
15300 else
15301 $as_echo "$as_me: failed program was:" >&5
15302 sed 's/^/| /' conftest.$ac_ext >&5
15304 ac_cv_type_pthread_rwlockattr_t=yes
15307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15308 else
15309 $as_echo "$as_me: failed program was:" >&5
15310 sed 's/^/| /' conftest.$ac_ext >&5
15315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15317 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15318 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15319 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15321 cat >>confdefs.h <<_ACEOF
15322 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15323 _ACEOF
15329 ac_wine_check_funcs_save_LIBS="$LIBS"
15330 LIBS="$LIBS $LIBPTHREAD"
15335 for ac_func in \
15336 pthread_attr_get_np \
15337 pthread_getattr_np \
15338 pthread_get_stackaddr_np \
15339 pthread_get_stacksize_np
15341 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15342 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15343 $as_echo_n "checking for $ac_func... " >&6; }
15344 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15345 $as_echo_n "(cached) " >&6
15346 else
15347 cat >conftest.$ac_ext <<_ACEOF
15348 /* confdefs.h. */
15349 _ACEOF
15350 cat confdefs.h >>conftest.$ac_ext
15351 cat >>conftest.$ac_ext <<_ACEOF
15352 /* end confdefs.h. */
15353 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15354 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15355 #define $ac_func innocuous_$ac_func
15357 /* System header to define __stub macros and hopefully few prototypes,
15358 which can conflict with char $ac_func (); below.
15359 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15360 <limits.h> exists even on freestanding compilers. */
15362 #ifdef __STDC__
15363 # include <limits.h>
15364 #else
15365 # include <assert.h>
15366 #endif
15368 #undef $ac_func
15370 /* Override any GCC internal prototype to avoid an error.
15371 Use char because int might match the return type of a GCC
15372 builtin and then its argument prototype would still apply. */
15373 #ifdef __cplusplus
15374 extern "C"
15375 #endif
15376 char $ac_func ();
15377 /* The GNU C library defines this for functions which it implements
15378 to always fail with ENOSYS. Some functions are actually named
15379 something starting with __ and the normal name is an alias. */
15380 #if defined __stub_$ac_func || defined __stub___$ac_func
15381 choke me
15382 #endif
15385 main ()
15387 return $ac_func ();
15389 return 0;
15391 _ACEOF
15392 rm -f conftest.$ac_objext conftest$ac_exeext
15393 if { (ac_try="$ac_link"
15394 case "(($ac_try" in
15395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15396 *) ac_try_echo=$ac_try;;
15397 esac
15398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15399 $as_echo "$ac_try_echo") >&5
15400 (eval "$ac_link") 2>conftest.er1
15401 ac_status=$?
15402 grep -v '^ *+' conftest.er1 >conftest.err
15403 rm -f conftest.er1
15404 cat conftest.err >&5
15405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15406 (exit $ac_status); } && {
15407 test -z "$ac_c_werror_flag" ||
15408 test ! -s conftest.err
15409 } && test -s conftest$ac_exeext && {
15410 test "$cross_compiling" = yes ||
15411 $as_test_x conftest$ac_exeext
15412 }; then
15413 eval "$as_ac_var=yes"
15414 else
15415 $as_echo "$as_me: failed program was:" >&5
15416 sed 's/^/| /' conftest.$ac_ext >&5
15418 eval "$as_ac_var=no"
15421 rm -rf conftest.dSYM
15422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15423 conftest$ac_exeext conftest.$ac_ext
15425 ac_res=`eval 'as_val=${'$as_ac_var'}
15426 $as_echo "$as_val"'`
15427 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15428 $as_echo "$ac_res" >&6; }
15429 as_val=`eval 'as_val=${'$as_ac_var'}
15430 $as_echo "$as_val"'`
15431 if test "x$as_val" = x""yes; then
15432 cat >>confdefs.h <<_ACEOF
15433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15434 _ACEOF
15437 done
15439 LIBS="$ac_wine_check_funcs_save_LIBS"
15441 if test "x$with_esd" != xno
15442 then
15443 save_CFLAGS="$CFLAGS"
15444 # Extract the first word of "esd-config", so it can be a program name with args.
15445 set dummy esd-config; ac_word=$2
15446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15447 $as_echo_n "checking for $ac_word... " >&6; }
15448 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15449 $as_echo_n "(cached) " >&6
15450 else
15451 case $ESDCONFIG in
15452 [\\/]* | ?:[\\/]*)
15453 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15457 for as_dir in $PATH
15459 IFS=$as_save_IFS
15460 test -z "$as_dir" && as_dir=.
15461 for ac_exec_ext in '' $ac_executable_extensions; do
15462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15463 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15465 break 2
15467 done
15468 done
15469 IFS=$as_save_IFS
15471 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15473 esac
15475 ESDCONFIG=$ac_cv_path_ESDCONFIG
15476 if test -n "$ESDCONFIG"; then
15477 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15478 $as_echo "$ESDCONFIG" >&6; }
15479 else
15480 { $as_echo "$as_me:$LINENO: result: no" >&5
15481 $as_echo "no" >&6; }
15485 if test "x$ESDCONFIG" != "xno"
15486 then
15487 ac_esd_incl=""
15488 for i in `$ESDCONFIG --cflags`
15490 case "$i" in
15491 -I*) ac_esd_incl="$ac_esd_incl $i";;
15492 esac
15493 done
15494 ac_esd_libs=`$ESDCONFIG --libs`
15495 CFLAGS="$CFLAGS $ac_esd_incl"
15497 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15498 if test "${ac_cv_header_esd_h+set}" = set; then
15499 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15500 $as_echo_n "checking for esd.h... " >&6; }
15501 if test "${ac_cv_header_esd_h+set}" = set; then
15502 $as_echo_n "(cached) " >&6
15504 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15505 $as_echo "$ac_cv_header_esd_h" >&6; }
15506 else
15507 # Is the header compilable?
15508 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15509 $as_echo_n "checking esd.h usability... " >&6; }
15510 cat >conftest.$ac_ext <<_ACEOF
15511 /* confdefs.h. */
15512 _ACEOF
15513 cat confdefs.h >>conftest.$ac_ext
15514 cat >>conftest.$ac_ext <<_ACEOF
15515 /* end confdefs.h. */
15516 $ac_includes_default
15517 #include <esd.h>
15518 _ACEOF
15519 rm -f conftest.$ac_objext
15520 if { (ac_try="$ac_compile"
15521 case "(($ac_try" in
15522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15523 *) ac_try_echo=$ac_try;;
15524 esac
15525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15526 $as_echo "$ac_try_echo") >&5
15527 (eval "$ac_compile") 2>conftest.er1
15528 ac_status=$?
15529 grep -v '^ *+' conftest.er1 >conftest.err
15530 rm -f conftest.er1
15531 cat conftest.err >&5
15532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15533 (exit $ac_status); } && {
15534 test -z "$ac_c_werror_flag" ||
15535 test ! -s conftest.err
15536 } && test -s conftest.$ac_objext; then
15537 ac_header_compiler=yes
15538 else
15539 $as_echo "$as_me: failed program was:" >&5
15540 sed 's/^/| /' conftest.$ac_ext >&5
15542 ac_header_compiler=no
15545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15546 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15547 $as_echo "$ac_header_compiler" >&6; }
15549 # Is the header present?
15550 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15551 $as_echo_n "checking esd.h presence... " >&6; }
15552 cat >conftest.$ac_ext <<_ACEOF
15553 /* confdefs.h. */
15554 _ACEOF
15555 cat confdefs.h >>conftest.$ac_ext
15556 cat >>conftest.$ac_ext <<_ACEOF
15557 /* end confdefs.h. */
15558 #include <esd.h>
15559 _ACEOF
15560 if { (ac_try="$ac_cpp conftest.$ac_ext"
15561 case "(($ac_try" in
15562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15563 *) ac_try_echo=$ac_try;;
15564 esac
15565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15566 $as_echo "$ac_try_echo") >&5
15567 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15568 ac_status=$?
15569 grep -v '^ *+' conftest.er1 >conftest.err
15570 rm -f conftest.er1
15571 cat conftest.err >&5
15572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573 (exit $ac_status); } >/dev/null && {
15574 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15575 test ! -s conftest.err
15576 }; then
15577 ac_header_preproc=yes
15578 else
15579 $as_echo "$as_me: failed program was:" >&5
15580 sed 's/^/| /' conftest.$ac_ext >&5
15582 ac_header_preproc=no
15585 rm -f conftest.err conftest.$ac_ext
15586 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15587 $as_echo "$ac_header_preproc" >&6; }
15589 # So? What about this header?
15590 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15591 yes:no: )
15592 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15593 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15594 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15595 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15596 ac_header_preproc=yes
15598 no:yes:* )
15599 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15600 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15601 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15602 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15603 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15604 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15605 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15606 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15607 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15608 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15609 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15610 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15611 ( cat <<\_ASBOX
15612 ## ------------------------------------ ##
15613 ## Report this to wine-devel@winehq.org ##
15614 ## ------------------------------------ ##
15615 _ASBOX
15616 ) | sed "s/^/$as_me: WARNING: /" >&2
15618 esac
15619 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15620 $as_echo_n "checking for esd.h... " >&6; }
15621 if test "${ac_cv_header_esd_h+set}" = set; then
15622 $as_echo_n "(cached) " >&6
15623 else
15624 ac_cv_header_esd_h=$ac_header_preproc
15626 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15627 $as_echo "$ac_cv_header_esd_h" >&6; }
15630 if test "x$ac_cv_header_esd_h" = x""yes; then
15631 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15632 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15633 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15634 $as_echo_n "(cached) " >&6
15635 else
15636 ac_check_lib_save_LIBS=$LIBS
15637 LIBS="-lesd $ac_esd_libs $LIBS"
15638 cat >conftest.$ac_ext <<_ACEOF
15639 /* confdefs.h. */
15640 _ACEOF
15641 cat confdefs.h >>conftest.$ac_ext
15642 cat >>conftest.$ac_ext <<_ACEOF
15643 /* end confdefs.h. */
15645 /* Override any GCC internal prototype to avoid an error.
15646 Use char because int might match the return type of a GCC
15647 builtin and then its argument prototype would still apply. */
15648 #ifdef __cplusplus
15649 extern "C"
15650 #endif
15651 char esd_open_sound ();
15653 main ()
15655 return esd_open_sound ();
15657 return 0;
15659 _ACEOF
15660 rm -f conftest.$ac_objext conftest$ac_exeext
15661 if { (ac_try="$ac_link"
15662 case "(($ac_try" in
15663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15664 *) ac_try_echo=$ac_try;;
15665 esac
15666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15667 $as_echo "$ac_try_echo") >&5
15668 (eval "$ac_link") 2>conftest.er1
15669 ac_status=$?
15670 grep -v '^ *+' conftest.er1 >conftest.err
15671 rm -f conftest.er1
15672 cat conftest.err >&5
15673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); } && {
15675 test -z "$ac_c_werror_flag" ||
15676 test ! -s conftest.err
15677 } && test -s conftest$ac_exeext && {
15678 test "$cross_compiling" = yes ||
15679 $as_test_x conftest$ac_exeext
15680 }; then
15681 ac_cv_lib_esd_esd_open_sound=yes
15682 else
15683 $as_echo "$as_me: failed program was:" >&5
15684 sed 's/^/| /' conftest.$ac_ext >&5
15686 ac_cv_lib_esd_esd_open_sound=no
15689 rm -rf conftest.dSYM
15690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15691 conftest$ac_exeext conftest.$ac_ext
15692 LIBS=$ac_check_lib_save_LIBS
15694 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15695 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15696 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15697 ESDINCL="$ac_esd_incl"
15699 ESDLIBS="$ac_esd_libs"
15702 cat >>confdefs.h <<\_ACEOF
15703 #define HAVE_ESD 1
15704 _ACEOF
15711 CFLAGS="$save_CFLAGS"
15714 ALSALIBS=""
15716 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15717 then
15718 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15719 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15720 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15721 $as_echo_n "(cached) " >&6
15722 else
15723 ac_check_lib_save_LIBS=$LIBS
15724 LIBS="-lasound $LIBS"
15725 cat >conftest.$ac_ext <<_ACEOF
15726 /* confdefs.h. */
15727 _ACEOF
15728 cat confdefs.h >>conftest.$ac_ext
15729 cat >>conftest.$ac_ext <<_ACEOF
15730 /* end confdefs.h. */
15732 /* Override any GCC internal prototype to avoid an error.
15733 Use char because int might match the return type of a GCC
15734 builtin and then its argument prototype would still apply. */
15735 #ifdef __cplusplus
15736 extern "C"
15737 #endif
15738 char snd_pcm_hw_params_get_access ();
15740 main ()
15742 return snd_pcm_hw_params_get_access ();
15744 return 0;
15746 _ACEOF
15747 rm -f conftest.$ac_objext conftest$ac_exeext
15748 if { (ac_try="$ac_link"
15749 case "(($ac_try" in
15750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15751 *) ac_try_echo=$ac_try;;
15752 esac
15753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15754 $as_echo "$ac_try_echo") >&5
15755 (eval "$ac_link") 2>conftest.er1
15756 ac_status=$?
15757 grep -v '^ *+' conftest.er1 >conftest.err
15758 rm -f conftest.er1
15759 cat conftest.err >&5
15760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); } && {
15762 test -z "$ac_c_werror_flag" ||
15763 test ! -s conftest.err
15764 } && test -s conftest$ac_exeext && {
15765 test "$cross_compiling" = yes ||
15766 $as_test_x conftest$ac_exeext
15767 }; then
15768 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15769 else
15770 $as_echo "$as_me: failed program was:" >&5
15771 sed 's/^/| /' conftest.$ac_ext >&5
15773 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15776 rm -rf conftest.dSYM
15777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15778 conftest$ac_exeext conftest.$ac_ext
15779 LIBS=$ac_check_lib_save_LIBS
15781 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15782 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15783 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15784 cat >conftest.$ac_ext <<_ACEOF
15785 /* confdefs.h. */
15786 _ACEOF
15787 cat confdefs.h >>conftest.$ac_ext
15788 cat >>conftest.$ac_ext <<_ACEOF
15789 /* end confdefs.h. */
15790 #ifdef HAVE_ALSA_ASOUNDLIB_H
15791 #include <alsa/asoundlib.h>
15792 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15793 #include <sys/asoundlib.h>
15794 #endif
15796 main ()
15798 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext
15804 if { (ac_try="$ac_compile"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15810 $as_echo "$ac_try_echo") >&5
15811 (eval "$ac_compile") 2>conftest.er1
15812 ac_status=$?
15813 grep -v '^ *+' conftest.er1 >conftest.err
15814 rm -f conftest.er1
15815 cat conftest.err >&5
15816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } && {
15818 test -z "$ac_c_werror_flag" ||
15819 test ! -s conftest.err
15820 } && test -s conftest.$ac_objext; then
15822 cat >>confdefs.h <<\_ACEOF
15823 #define HAVE_ALSA 1
15824 _ACEOF
15826 ALSALIBS="-lasound"
15827 else
15828 $as_echo "$as_me: failed program was:" >&5
15829 sed 's/^/| /' conftest.$ac_ext >&5
15834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15839 AUDIOIOLIBS=""
15841 if test "$ac_cv_header_libaudioio_h" = "yes"
15842 then
15843 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15844 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15845 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15846 $as_echo_n "(cached) " >&6
15847 else
15848 ac_check_lib_save_LIBS=$LIBS
15849 LIBS="-laudioio $LIBS"
15850 cat >conftest.$ac_ext <<_ACEOF
15851 /* confdefs.h. */
15852 _ACEOF
15853 cat confdefs.h >>conftest.$ac_ext
15854 cat >>conftest.$ac_ext <<_ACEOF
15855 /* end confdefs.h. */
15857 /* Override any GCC internal prototype to avoid an error.
15858 Use char because int might match the return type of a GCC
15859 builtin and then its argument prototype would still apply. */
15860 #ifdef __cplusplus
15861 extern "C"
15862 #endif
15863 char AudioIOGetVersion ();
15865 main ()
15867 return AudioIOGetVersion ();
15869 return 0;
15871 _ACEOF
15872 rm -f conftest.$ac_objext conftest$ac_exeext
15873 if { (ac_try="$ac_link"
15874 case "(($ac_try" in
15875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15876 *) ac_try_echo=$ac_try;;
15877 esac
15878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15879 $as_echo "$ac_try_echo") >&5
15880 (eval "$ac_link") 2>conftest.er1
15881 ac_status=$?
15882 grep -v '^ *+' conftest.er1 >conftest.err
15883 rm -f conftest.er1
15884 cat conftest.err >&5
15885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); } && {
15887 test -z "$ac_c_werror_flag" ||
15888 test ! -s conftest.err
15889 } && test -s conftest$ac_exeext && {
15890 test "$cross_compiling" = yes ||
15891 $as_test_x conftest$ac_exeext
15892 }; then
15893 ac_cv_lib_audioio_AudioIOGetVersion=yes
15894 else
15895 $as_echo "$as_me: failed program was:" >&5
15896 sed 's/^/| /' conftest.$ac_ext >&5
15898 ac_cv_lib_audioio_AudioIOGetVersion=no
15901 rm -rf conftest.dSYM
15902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15903 conftest$ac_exeext conftest.$ac_ext
15904 LIBS=$ac_check_lib_save_LIBS
15906 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15907 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15908 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15909 AUDIOIOLIBS="-laudioio"
15911 cat >>confdefs.h <<\_ACEOF
15912 #define HAVE_LIBAUDIOIO 1
15913 _ACEOF
15920 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15921 then
15922 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15923 $as_echo_n "checking for -lcapi20... " >&6; }
15924 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15925 $as_echo_n "(cached) " >&6
15926 else
15927 ac_check_soname_save_LIBS=$LIBS
15928 LIBS="-lcapi20 $LIBS"
15929 cat >conftest.$ac_ext <<_ACEOF
15930 /* confdefs.h. */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h. */
15936 /* Override any GCC internal prototype to avoid an error.
15937 Use char because int might match the return type of a GCC
15938 builtin and then its argument prototype would still apply. */
15939 #ifdef __cplusplus
15940 extern "C"
15941 #endif
15942 char capi20_register ();
15944 main ()
15946 return capi20_register ();
15948 return 0;
15950 _ACEOF
15951 rm -f conftest.$ac_objext conftest$ac_exeext
15952 if { (ac_try="$ac_link"
15953 case "(($ac_try" in
15954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15955 *) ac_try_echo=$ac_try;;
15956 esac
15957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15958 $as_echo "$ac_try_echo") >&5
15959 (eval "$ac_link") 2>conftest.er1
15960 ac_status=$?
15961 grep -v '^ *+' conftest.er1 >conftest.err
15962 rm -f conftest.er1
15963 cat conftest.err >&5
15964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15965 (exit $ac_status); } && {
15966 test -z "$ac_c_werror_flag" ||
15967 test ! -s conftest.err
15968 } && test -s conftest$ac_exeext && {
15969 test "$cross_compiling" = yes ||
15970 $as_test_x conftest$ac_exeext
15971 }; then
15972 case "$LIBEXT" in
15973 dll) ;;
15974 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'` ;;
15975 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15976 esac
15977 else
15978 $as_echo "$as_me: failed program was:" >&5
15979 sed 's/^/| /' conftest.$ac_ext >&5
15984 rm -rf conftest.dSYM
15985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15986 conftest$ac_exeext conftest.$ac_ext
15987 LIBS=$ac_check_soname_save_LIBS
15989 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15990 { $as_echo "$as_me:$LINENO: result: not found" >&5
15991 $as_echo "not found" >&6; }
15993 else
15994 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15995 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15997 cat >>confdefs.h <<_ACEOF
15998 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15999 _ACEOF
16005 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16006 case "x$with_capi" in
16007 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16008 xno) ;;
16009 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16010 This is an error since --with-capi was requested." >&5
16011 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16012 This is an error since --with-capi was requested." >&2;}
16013 { (exit 1); exit 1; }; } ;;
16014 esac
16018 CUPSINCL=""
16020 if test "x$with_cups" != "xno"
16021 then
16022 ac_save_CPPFLAGS="$CPPFLAGS"
16023 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16024 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16025 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16027 for ac_header in cups/cups.h
16029 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16031 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16032 $as_echo_n "checking for $ac_header... " >&6; }
16033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16034 $as_echo_n "(cached) " >&6
16036 ac_res=`eval 'as_val=${'$as_ac_Header'}
16037 $as_echo "$as_val"'`
16038 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16039 $as_echo "$ac_res" >&6; }
16040 else
16041 # Is the header compilable?
16042 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16043 $as_echo_n "checking $ac_header usability... " >&6; }
16044 cat >conftest.$ac_ext <<_ACEOF
16045 /* confdefs.h. */
16046 _ACEOF
16047 cat confdefs.h >>conftest.$ac_ext
16048 cat >>conftest.$ac_ext <<_ACEOF
16049 /* end confdefs.h. */
16050 $ac_includes_default
16051 #include <$ac_header>
16052 _ACEOF
16053 rm -f conftest.$ac_objext
16054 if { (ac_try="$ac_compile"
16055 case "(($ac_try" in
16056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16057 *) ac_try_echo=$ac_try;;
16058 esac
16059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16060 $as_echo "$ac_try_echo") >&5
16061 (eval "$ac_compile") 2>conftest.er1
16062 ac_status=$?
16063 grep -v '^ *+' conftest.er1 >conftest.err
16064 rm -f conftest.er1
16065 cat conftest.err >&5
16066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); } && {
16068 test -z "$ac_c_werror_flag" ||
16069 test ! -s conftest.err
16070 } && test -s conftest.$ac_objext; then
16071 ac_header_compiler=yes
16072 else
16073 $as_echo "$as_me: failed program was:" >&5
16074 sed 's/^/| /' conftest.$ac_ext >&5
16076 ac_header_compiler=no
16079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16080 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16081 $as_echo "$ac_header_compiler" >&6; }
16083 # Is the header present?
16084 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16085 $as_echo_n "checking $ac_header presence... " >&6; }
16086 cat >conftest.$ac_ext <<_ACEOF
16087 /* confdefs.h. */
16088 _ACEOF
16089 cat confdefs.h >>conftest.$ac_ext
16090 cat >>conftest.$ac_ext <<_ACEOF
16091 /* end confdefs.h. */
16092 #include <$ac_header>
16093 _ACEOF
16094 if { (ac_try="$ac_cpp conftest.$ac_ext"
16095 case "(($ac_try" in
16096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16097 *) ac_try_echo=$ac_try;;
16098 esac
16099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16100 $as_echo "$ac_try_echo") >&5
16101 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16102 ac_status=$?
16103 grep -v '^ *+' conftest.er1 >conftest.err
16104 rm -f conftest.er1
16105 cat conftest.err >&5
16106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16107 (exit $ac_status); } >/dev/null && {
16108 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16109 test ! -s conftest.err
16110 }; then
16111 ac_header_preproc=yes
16112 else
16113 $as_echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.$ac_ext >&5
16116 ac_header_preproc=no
16119 rm -f conftest.err conftest.$ac_ext
16120 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16121 $as_echo "$ac_header_preproc" >&6; }
16123 # So? What about this header?
16124 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16125 yes:no: )
16126 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16127 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16128 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16129 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16130 ac_header_preproc=yes
16132 no:yes:* )
16133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16134 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16135 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16136 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16138 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16140 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16141 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16142 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16143 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16144 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16145 ( cat <<\_ASBOX
16146 ## ------------------------------------ ##
16147 ## Report this to wine-devel@winehq.org ##
16148 ## ------------------------------------ ##
16149 _ASBOX
16150 ) | sed "s/^/$as_me: WARNING: /" >&2
16152 esac
16153 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16154 $as_echo_n "checking for $ac_header... " >&6; }
16155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16156 $as_echo_n "(cached) " >&6
16157 else
16158 eval "$as_ac_Header=\$ac_header_preproc"
16160 ac_res=`eval 'as_val=${'$as_ac_Header'}
16161 $as_echo "$as_val"'`
16162 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16163 $as_echo "$ac_res" >&6; }
16166 as_val=`eval 'as_val=${'$as_ac_Header'}
16167 $as_echo "$as_val"'`
16168 if test "x$as_val" = x""yes; then
16169 cat >>confdefs.h <<_ACEOF
16170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16171 _ACEOF
16172 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16173 $as_echo_n "checking for -lcups... " >&6; }
16174 if test "${ac_cv_lib_soname_cups+set}" = set; then
16175 $as_echo_n "(cached) " >&6
16176 else
16177 ac_check_soname_save_LIBS=$LIBS
16178 LIBS="-lcups $ac_cups_libs $LIBS"
16179 cat >conftest.$ac_ext <<_ACEOF
16180 /* confdefs.h. */
16181 _ACEOF
16182 cat confdefs.h >>conftest.$ac_ext
16183 cat >>conftest.$ac_ext <<_ACEOF
16184 /* end confdefs.h. */
16186 /* Override any GCC internal prototype to avoid an error.
16187 Use char because int might match the return type of a GCC
16188 builtin and then its argument prototype would still apply. */
16189 #ifdef __cplusplus
16190 extern "C"
16191 #endif
16192 char cupsGetDefault ();
16194 main ()
16196 return cupsGetDefault ();
16198 return 0;
16200 _ACEOF
16201 rm -f conftest.$ac_objext conftest$ac_exeext
16202 if { (ac_try="$ac_link"
16203 case "(($ac_try" in
16204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16205 *) ac_try_echo=$ac_try;;
16206 esac
16207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16208 $as_echo "$ac_try_echo") >&5
16209 (eval "$ac_link") 2>conftest.er1
16210 ac_status=$?
16211 grep -v '^ *+' conftest.er1 >conftest.err
16212 rm -f conftest.er1
16213 cat conftest.err >&5
16214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16215 (exit $ac_status); } && {
16216 test -z "$ac_c_werror_flag" ||
16217 test ! -s conftest.err
16218 } && test -s conftest$ac_exeext && {
16219 test "$cross_compiling" = yes ||
16220 $as_test_x conftest$ac_exeext
16221 }; then
16222 case "$LIBEXT" in
16223 dll) ;;
16224 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'` ;;
16225 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16226 esac
16227 else
16228 $as_echo "$as_me: failed program was:" >&5
16229 sed 's/^/| /' conftest.$ac_ext >&5
16234 rm -rf conftest.dSYM
16235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16236 conftest$ac_exeext conftest.$ac_ext
16237 LIBS=$ac_check_soname_save_LIBS
16239 if test "x$ac_cv_lib_soname_cups" = "x"; then
16240 { $as_echo "$as_me:$LINENO: result: not found" >&5
16241 $as_echo "not found" >&6; }
16243 else
16244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16245 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16247 cat >>confdefs.h <<_ACEOF
16248 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16249 _ACEOF
16251 CUPSINCL="$ac_cups_cflags"
16256 done
16258 CPPFLAGS="$ac_save_CPPFLAGS"
16260 if test "x$ac_cv_lib_soname_cups" = "x"; then
16261 case "x$with_cups" in
16262 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16263 xno) ;;
16264 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16265 This is an error since --with-cups was requested." >&5
16266 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16267 This is an error since --with-cups was requested." >&2;}
16268 { (exit 1); exit 1; }; } ;;
16269 esac
16273 if test "$ac_cv_header_jack_jack_h" = "yes"
16274 then
16275 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16276 $as_echo_n "checking for -ljack... " >&6; }
16277 if test "${ac_cv_lib_soname_jack+set}" = set; then
16278 $as_echo_n "(cached) " >&6
16279 else
16280 ac_check_soname_save_LIBS=$LIBS
16281 LIBS="-ljack $LIBS"
16282 cat >conftest.$ac_ext <<_ACEOF
16283 /* confdefs.h. */
16284 _ACEOF
16285 cat confdefs.h >>conftest.$ac_ext
16286 cat >>conftest.$ac_ext <<_ACEOF
16287 /* end confdefs.h. */
16289 /* Override any GCC internal prototype to avoid an error.
16290 Use char because int might match the return type of a GCC
16291 builtin and then its argument prototype would still apply. */
16292 #ifdef __cplusplus
16293 extern "C"
16294 #endif
16295 char jack_client_new ();
16297 main ()
16299 return jack_client_new ();
16301 return 0;
16303 _ACEOF
16304 rm -f conftest.$ac_objext conftest$ac_exeext
16305 if { (ac_try="$ac_link"
16306 case "(($ac_try" in
16307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16308 *) ac_try_echo=$ac_try;;
16309 esac
16310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16311 $as_echo "$ac_try_echo") >&5
16312 (eval "$ac_link") 2>conftest.er1
16313 ac_status=$?
16314 grep -v '^ *+' conftest.er1 >conftest.err
16315 rm -f conftest.er1
16316 cat conftest.err >&5
16317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16318 (exit $ac_status); } && {
16319 test -z "$ac_c_werror_flag" ||
16320 test ! -s conftest.err
16321 } && test -s conftest$ac_exeext && {
16322 test "$cross_compiling" = yes ||
16323 $as_test_x conftest$ac_exeext
16324 }; then
16325 case "$LIBEXT" in
16326 dll) ;;
16327 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'` ;;
16328 *) 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'` ;;
16329 esac
16330 else
16331 $as_echo "$as_me: failed program was:" >&5
16332 sed 's/^/| /' conftest.$ac_ext >&5
16337 rm -rf conftest.dSYM
16338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16339 conftest$ac_exeext conftest.$ac_ext
16340 LIBS=$ac_check_soname_save_LIBS
16342 if test "x$ac_cv_lib_soname_jack" = "x"; then
16343 { $as_echo "$as_me:$LINENO: result: not found" >&5
16344 $as_echo "not found" >&6; }
16346 else
16347 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16348 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16350 cat >>confdefs.h <<_ACEOF
16351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16352 _ACEOF
16359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16360 then
16361 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16362 $as_echo_n "checking for -lfontconfig... " >&6; }
16363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16364 $as_echo_n "(cached) " >&6
16365 else
16366 ac_check_soname_save_LIBS=$LIBS
16367 LIBS="-lfontconfig $LIBS"
16368 cat >conftest.$ac_ext <<_ACEOF
16369 /* confdefs.h. */
16370 _ACEOF
16371 cat confdefs.h >>conftest.$ac_ext
16372 cat >>conftest.$ac_ext <<_ACEOF
16373 /* end confdefs.h. */
16375 /* Override any GCC internal prototype to avoid an error.
16376 Use char because int might match the return type of a GCC
16377 builtin and then its argument prototype would still apply. */
16378 #ifdef __cplusplus
16379 extern "C"
16380 #endif
16381 char FcInit ();
16383 main ()
16385 return FcInit ();
16387 return 0;
16389 _ACEOF
16390 rm -f conftest.$ac_objext conftest$ac_exeext
16391 if { (ac_try="$ac_link"
16392 case "(($ac_try" in
16393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16394 *) ac_try_echo=$ac_try;;
16395 esac
16396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16397 $as_echo "$ac_try_echo") >&5
16398 (eval "$ac_link") 2>conftest.er1
16399 ac_status=$?
16400 grep -v '^ *+' conftest.er1 >conftest.err
16401 rm -f conftest.er1
16402 cat conftest.err >&5
16403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16404 (exit $ac_status); } && {
16405 test -z "$ac_c_werror_flag" ||
16406 test ! -s conftest.err
16407 } && test -s conftest$ac_exeext && {
16408 test "$cross_compiling" = yes ||
16409 $as_test_x conftest$ac_exeext
16410 }; then
16411 case "$LIBEXT" in
16412 dll) ;;
16413 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'` ;;
16414 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16415 esac
16416 else
16417 $as_echo "$as_me: failed program was:" >&5
16418 sed 's/^/| /' conftest.$ac_ext >&5
16423 rm -rf conftest.dSYM
16424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16425 conftest$ac_exeext conftest.$ac_ext
16426 LIBS=$ac_check_soname_save_LIBS
16428 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16429 { $as_echo "$as_me:$LINENO: result: not found" >&5
16430 $as_echo "not found" >&6; }
16432 else
16433 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16434 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16436 cat >>confdefs.h <<_ACEOF
16437 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16438 _ACEOF
16443 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16444 then
16445 ac_save_CPPFLAGS="$CPPFLAGS"
16446 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16447 $as_unset ac_cv_header_fontconfig_fontconfig_h
16449 for ac_header in fontconfig/fontconfig.h
16451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16453 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16454 $as_echo_n "checking for $ac_header... " >&6; }
16455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16456 $as_echo_n "(cached) " >&6
16458 ac_res=`eval 'as_val=${'$as_ac_Header'}
16459 $as_echo "$as_val"'`
16460 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16461 $as_echo "$ac_res" >&6; }
16462 else
16463 # Is the header compilable?
16464 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16465 $as_echo_n "checking $ac_header usability... " >&6; }
16466 cat >conftest.$ac_ext <<_ACEOF
16467 /* confdefs.h. */
16468 _ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h. */
16472 $ac_includes_default
16473 #include <$ac_header>
16474 _ACEOF
16475 rm -f conftest.$ac_objext
16476 if { (ac_try="$ac_compile"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16482 $as_echo "$ac_try_echo") >&5
16483 (eval "$ac_compile") 2>conftest.er1
16484 ac_status=$?
16485 grep -v '^ *+' conftest.er1 >conftest.err
16486 rm -f conftest.er1
16487 cat conftest.err >&5
16488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489 (exit $ac_status); } && {
16490 test -z "$ac_c_werror_flag" ||
16491 test ! -s conftest.err
16492 } && test -s conftest.$ac_objext; then
16493 ac_header_compiler=yes
16494 else
16495 $as_echo "$as_me: failed program was:" >&5
16496 sed 's/^/| /' conftest.$ac_ext >&5
16498 ac_header_compiler=no
16501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16502 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16503 $as_echo "$ac_header_compiler" >&6; }
16505 # Is the header present?
16506 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16507 $as_echo_n "checking $ac_header presence... " >&6; }
16508 cat >conftest.$ac_ext <<_ACEOF
16509 /* confdefs.h. */
16510 _ACEOF
16511 cat confdefs.h >>conftest.$ac_ext
16512 cat >>conftest.$ac_ext <<_ACEOF
16513 /* end confdefs.h. */
16514 #include <$ac_header>
16515 _ACEOF
16516 if { (ac_try="$ac_cpp conftest.$ac_ext"
16517 case "(($ac_try" in
16518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16519 *) ac_try_echo=$ac_try;;
16520 esac
16521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16522 $as_echo "$ac_try_echo") >&5
16523 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16524 ac_status=$?
16525 grep -v '^ *+' conftest.er1 >conftest.err
16526 rm -f conftest.er1
16527 cat conftest.err >&5
16528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } >/dev/null && {
16530 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16531 test ! -s conftest.err
16532 }; then
16533 ac_header_preproc=yes
16534 else
16535 $as_echo "$as_me: failed program was:" >&5
16536 sed 's/^/| /' conftest.$ac_ext >&5
16538 ac_header_preproc=no
16541 rm -f conftest.err conftest.$ac_ext
16542 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16543 $as_echo "$ac_header_preproc" >&6; }
16545 # So? What about this header?
16546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16547 yes:no: )
16548 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16549 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16550 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16551 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16552 ac_header_preproc=yes
16554 no:yes:* )
16555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16556 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16557 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16558 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16560 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16562 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16563 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16564 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16565 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16566 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16567 ( cat <<\_ASBOX
16568 ## ------------------------------------ ##
16569 ## Report this to wine-devel@winehq.org ##
16570 ## ------------------------------------ ##
16571 _ASBOX
16572 ) | sed "s/^/$as_me: WARNING: /" >&2
16574 esac
16575 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16576 $as_echo_n "checking for $ac_header... " >&6; }
16577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16578 $as_echo_n "(cached) " >&6
16579 else
16580 eval "$as_ac_Header=\$ac_header_preproc"
16582 ac_res=`eval 'as_val=${'$as_ac_Header'}
16583 $as_echo "$as_val"'`
16584 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16585 $as_echo "$ac_res" >&6; }
16588 as_val=`eval 'as_val=${'$as_ac_Header'}
16589 $as_echo "$as_val"'`
16590 if test "x$as_val" = x""yes; then
16591 cat >>confdefs.h <<_ACEOF
16592 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16593 _ACEOF
16597 done
16599 CPPFLAGS="$ac_save_CPPFLAGS"
16600 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16601 then
16602 FONTCONFIGINCL="$X_CFLAGS"
16604 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16605 $as_echo_n "checking for -lfontconfig... " >&6; }
16606 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16607 $as_echo_n "(cached) " >&6
16608 else
16609 ac_check_soname_save_LIBS=$LIBS
16610 LIBS="-lfontconfig $X_LIBS $LIBS"
16611 cat >conftest.$ac_ext <<_ACEOF
16612 /* confdefs.h. */
16613 _ACEOF
16614 cat confdefs.h >>conftest.$ac_ext
16615 cat >>conftest.$ac_ext <<_ACEOF
16616 /* end confdefs.h. */
16618 /* Override any GCC internal prototype to avoid an error.
16619 Use char because int might match the return type of a GCC
16620 builtin and then its argument prototype would still apply. */
16621 #ifdef __cplusplus
16622 extern "C"
16623 #endif
16624 char FcInit ();
16626 main ()
16628 return FcInit ();
16630 return 0;
16632 _ACEOF
16633 rm -f conftest.$ac_objext conftest$ac_exeext
16634 if { (ac_try="$ac_link"
16635 case "(($ac_try" in
16636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16637 *) ac_try_echo=$ac_try;;
16638 esac
16639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16640 $as_echo "$ac_try_echo") >&5
16641 (eval "$ac_link") 2>conftest.er1
16642 ac_status=$?
16643 grep -v '^ *+' conftest.er1 >conftest.err
16644 rm -f conftest.er1
16645 cat conftest.err >&5
16646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16647 (exit $ac_status); } && {
16648 test -z "$ac_c_werror_flag" ||
16649 test ! -s conftest.err
16650 } && test -s conftest$ac_exeext && {
16651 test "$cross_compiling" = yes ||
16652 $as_test_x conftest$ac_exeext
16653 }; then
16654 case "$LIBEXT" in
16655 dll) ;;
16656 dylib) ac_cv_lib_soname_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'` ;;
16657 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16658 esac
16659 else
16660 $as_echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16666 rm -rf conftest.dSYM
16667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16668 conftest$ac_exeext conftest.$ac_ext
16669 LIBS=$ac_check_soname_save_LIBS
16671 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16672 { $as_echo "$as_me:$LINENO: result: not found" >&5
16673 $as_echo "not found" >&6; }
16675 else
16676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16677 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16679 cat >>confdefs.h <<_ACEOF
16680 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16681 _ACEOF
16688 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16689 case "x$with_fontconfig" in
16690 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16691 xno) ;;
16692 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16693 This is an error since --with-fontconfig was requested." >&5
16694 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16695 This is an error since --with-fontconfig was requested." >&2;}
16696 { (exit 1); exit 1; }; } ;;
16697 esac
16701 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16702 then
16703 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16704 $as_echo_n "checking for -lssl... " >&6; }
16705 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16706 $as_echo_n "(cached) " >&6
16707 else
16708 ac_check_soname_save_LIBS=$LIBS
16709 LIBS="-lssl $LIBS"
16710 cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h. */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16717 /* Override any GCC internal prototype to avoid an error.
16718 Use char because int might match the return type of a GCC
16719 builtin and then its argument prototype would still apply. */
16720 #ifdef __cplusplus
16721 extern "C"
16722 #endif
16723 char SSL_library_init ();
16725 main ()
16727 return SSL_library_init ();
16729 return 0;
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736 *) ac_try_echo=$ac_try;;
16737 esac
16738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16739 $as_echo "$ac_try_echo") >&5
16740 (eval "$ac_link") 2>conftest.er1
16741 ac_status=$?
16742 grep -v '^ *+' conftest.er1 >conftest.err
16743 rm -f conftest.er1
16744 cat conftest.err >&5
16745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16746 (exit $ac_status); } && {
16747 test -z "$ac_c_werror_flag" ||
16748 test ! -s conftest.err
16749 } && test -s conftest$ac_exeext && {
16750 test "$cross_compiling" = yes ||
16751 $as_test_x conftest$ac_exeext
16752 }; then
16753 case "$LIBEXT" in
16754 dll) ;;
16755 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'` ;;
16756 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16757 esac
16758 else
16759 $as_echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.$ac_ext >&5
16765 rm -rf conftest.dSYM
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767 conftest$ac_exeext conftest.$ac_ext
16768 LIBS=$ac_check_soname_save_LIBS
16770 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16771 { $as_echo "$as_me:$LINENO: result: not found" >&5
16772 $as_echo "not found" >&6; }
16774 else
16775 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16776 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16778 cat >>confdefs.h <<_ACEOF
16779 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16780 _ACEOF
16785 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16786 $as_echo_n "checking for -lcrypto... " >&6; }
16787 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16788 $as_echo_n "(cached) " >&6
16789 else
16790 ac_check_soname_save_LIBS=$LIBS
16791 LIBS="-lcrypto $LIBS"
16792 cat >conftest.$ac_ext <<_ACEOF
16793 /* confdefs.h. */
16794 _ACEOF
16795 cat confdefs.h >>conftest.$ac_ext
16796 cat >>conftest.$ac_ext <<_ACEOF
16797 /* end confdefs.h. */
16799 /* Override any GCC internal prototype to avoid an error.
16800 Use char because int might match the return type of a GCC
16801 builtin and then its argument prototype would still apply. */
16802 #ifdef __cplusplus
16803 extern "C"
16804 #endif
16805 char BIO_new_socket ();
16807 main ()
16809 return BIO_new_socket ();
16811 return 0;
16813 _ACEOF
16814 rm -f conftest.$ac_objext conftest$ac_exeext
16815 if { (ac_try="$ac_link"
16816 case "(($ac_try" in
16817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16818 *) ac_try_echo=$ac_try;;
16819 esac
16820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16821 $as_echo "$ac_try_echo") >&5
16822 (eval "$ac_link") 2>conftest.er1
16823 ac_status=$?
16824 grep -v '^ *+' conftest.er1 >conftest.err
16825 rm -f conftest.er1
16826 cat conftest.err >&5
16827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16828 (exit $ac_status); } && {
16829 test -z "$ac_c_werror_flag" ||
16830 test ! -s conftest.err
16831 } && test -s conftest$ac_exeext && {
16832 test "$cross_compiling" = yes ||
16833 $as_test_x conftest$ac_exeext
16834 }; then
16835 case "$LIBEXT" in
16836 dll) ;;
16837 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'` ;;
16838 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16839 esac
16840 else
16841 $as_echo "$as_me: failed program was:" >&5
16842 sed 's/^/| /' conftest.$ac_ext >&5
16847 rm -rf conftest.dSYM
16848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16849 conftest$ac_exeext conftest.$ac_ext
16850 LIBS=$ac_check_soname_save_LIBS
16852 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16853 { $as_echo "$as_me:$LINENO: result: not found" >&5
16854 $as_echo "not found" >&6; }
16856 else
16857 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16858 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16860 cat >>confdefs.h <<_ACEOF
16861 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16862 _ACEOF
16868 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16869 case "x$with_openssl" in
16870 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16871 xno) ;;
16872 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16873 This is an error since --with-openssl was requested." >&5
16874 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16875 This is an error since --with-openssl was requested." >&2;}
16876 { (exit 1); exit 1; }; } ;;
16877 esac
16881 if test "$ac_cv_header_jpeglib_h" = "yes"
16882 then
16883 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16884 $as_echo_n "checking for -ljpeg... " >&6; }
16885 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16886 $as_echo_n "(cached) " >&6
16887 else
16888 ac_check_soname_save_LIBS=$LIBS
16889 LIBS="-ljpeg $LIBS"
16890 cat >conftest.$ac_ext <<_ACEOF
16891 /* confdefs.h. */
16892 _ACEOF
16893 cat confdefs.h >>conftest.$ac_ext
16894 cat >>conftest.$ac_ext <<_ACEOF
16895 /* end confdefs.h. */
16897 /* Override any GCC internal prototype to avoid an error.
16898 Use char because int might match the return type of a GCC
16899 builtin and then its argument prototype would still apply. */
16900 #ifdef __cplusplus
16901 extern "C"
16902 #endif
16903 char jpeg_start_decompress ();
16905 main ()
16907 return jpeg_start_decompress ();
16909 return 0;
16911 _ACEOF
16912 rm -f conftest.$ac_objext conftest$ac_exeext
16913 if { (ac_try="$ac_link"
16914 case "(($ac_try" in
16915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16916 *) ac_try_echo=$ac_try;;
16917 esac
16918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16919 $as_echo "$ac_try_echo") >&5
16920 (eval "$ac_link") 2>conftest.er1
16921 ac_status=$?
16922 grep -v '^ *+' conftest.er1 >conftest.err
16923 rm -f conftest.er1
16924 cat conftest.err >&5
16925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926 (exit $ac_status); } && {
16927 test -z "$ac_c_werror_flag" ||
16928 test ! -s conftest.err
16929 } && test -s conftest$ac_exeext && {
16930 test "$cross_compiling" = yes ||
16931 $as_test_x conftest$ac_exeext
16932 }; then
16933 case "$LIBEXT" in
16934 dll) ;;
16935 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'` ;;
16936 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16937 esac
16938 else
16939 $as_echo "$as_me: failed program was:" >&5
16940 sed 's/^/| /' conftest.$ac_ext >&5
16945 rm -rf conftest.dSYM
16946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16947 conftest$ac_exeext conftest.$ac_ext
16948 LIBS=$ac_check_soname_save_LIBS
16950 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16951 { $as_echo "$as_me:$LINENO: result: not found" >&5
16952 $as_echo "not found" >&6; }
16954 else
16955 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16956 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16958 cat >>confdefs.h <<_ACEOF
16959 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16960 _ACEOF
16966 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16967 case "x$with_jpeg" in
16968 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16969 xno) ;;
16970 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16971 This is an error since --with-jpeg was requested." >&5
16972 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16973 This is an error since --with-jpeg was requested." >&2;}
16974 { (exit 1); exit 1; }; } ;;
16975 esac
16979 if test "$ac_cv_header_png_h" = "yes"
16980 then
16981 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16982 $as_echo_n "checking for -lpng... " >&6; }
16983 if test "${ac_cv_lib_soname_png+set}" = set; then
16984 $as_echo_n "(cached) " >&6
16985 else
16986 ac_check_soname_save_LIBS=$LIBS
16987 LIBS="-lpng -lm -lz $LIBS"
16988 cat >conftest.$ac_ext <<_ACEOF
16989 /* confdefs.h. */
16990 _ACEOF
16991 cat confdefs.h >>conftest.$ac_ext
16992 cat >>conftest.$ac_ext <<_ACEOF
16993 /* end confdefs.h. */
16995 /* Override any GCC internal prototype to avoid an error.
16996 Use char because int might match the return type of a GCC
16997 builtin and then its argument prototype would still apply. */
16998 #ifdef __cplusplus
16999 extern "C"
17000 #endif
17001 char png_create_read_struct ();
17003 main ()
17005 return png_create_read_struct ();
17007 return 0;
17009 _ACEOF
17010 rm -f conftest.$ac_objext conftest$ac_exeext
17011 if { (ac_try="$ac_link"
17012 case "(($ac_try" in
17013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17014 *) ac_try_echo=$ac_try;;
17015 esac
17016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17017 $as_echo "$ac_try_echo") >&5
17018 (eval "$ac_link") 2>conftest.er1
17019 ac_status=$?
17020 grep -v '^ *+' conftest.er1 >conftest.err
17021 rm -f conftest.er1
17022 cat conftest.err >&5
17023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); } && {
17025 test -z "$ac_c_werror_flag" ||
17026 test ! -s conftest.err
17027 } && test -s conftest$ac_exeext && {
17028 test "$cross_compiling" = yes ||
17029 $as_test_x conftest$ac_exeext
17030 }; then
17031 case "$LIBEXT" in
17032 dll) ;;
17033 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'` ;;
17034 *) 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'` ;;
17035 esac
17036 else
17037 $as_echo "$as_me: failed program was:" >&5
17038 sed 's/^/| /' conftest.$ac_ext >&5
17043 rm -rf conftest.dSYM
17044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17045 conftest$ac_exeext conftest.$ac_ext
17046 LIBS=$ac_check_soname_save_LIBS
17048 if test "x$ac_cv_lib_soname_png" = "x"; then
17049 { $as_echo "$as_me:$LINENO: result: not found" >&5
17050 $as_echo "not found" >&6; }
17052 else
17053 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17054 $as_echo "$ac_cv_lib_soname_png" >&6; }
17056 cat >>confdefs.h <<_ACEOF
17057 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17058 _ACEOF
17064 if test "x$ac_cv_lib_soname_png" = "x"; then
17065 case "x$with_png" in
17066 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17067 xno) ;;
17068 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17069 This is an error since --with-png was requested." >&5
17070 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17071 This is an error since --with-png was requested." >&2;}
17072 { (exit 1); exit 1; }; } ;;
17073 esac
17077 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17078 $as_echo_n "checking for -lodbc... " >&6; }
17079 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17080 $as_echo_n "(cached) " >&6
17081 else
17082 ac_check_soname_save_LIBS=$LIBS
17083 LIBS="-lodbc $LIBS"
17084 cat >conftest.$ac_ext <<_ACEOF
17085 /* confdefs.h. */
17086 _ACEOF
17087 cat confdefs.h >>conftest.$ac_ext
17088 cat >>conftest.$ac_ext <<_ACEOF
17089 /* end confdefs.h. */
17091 /* Override any GCC internal prototype to avoid an error.
17092 Use char because int might match the return type of a GCC
17093 builtin and then its argument prototype would still apply. */
17094 #ifdef __cplusplus
17095 extern "C"
17096 #endif
17097 char SQLConnect ();
17099 main ()
17101 return SQLConnect ();
17103 return 0;
17105 _ACEOF
17106 rm -f conftest.$ac_objext conftest$ac_exeext
17107 if { (ac_try="$ac_link"
17108 case "(($ac_try" in
17109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17110 *) ac_try_echo=$ac_try;;
17111 esac
17112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17113 $as_echo "$ac_try_echo") >&5
17114 (eval "$ac_link") 2>conftest.er1
17115 ac_status=$?
17116 grep -v '^ *+' conftest.er1 >conftest.err
17117 rm -f conftest.er1
17118 cat conftest.err >&5
17119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17120 (exit $ac_status); } && {
17121 test -z "$ac_c_werror_flag" ||
17122 test ! -s conftest.err
17123 } && test -s conftest$ac_exeext && {
17124 test "$cross_compiling" = yes ||
17125 $as_test_x conftest$ac_exeext
17126 }; then
17127 case "$LIBEXT" in
17128 dll) ;;
17129 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'` ;;
17130 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17131 esac
17132 else
17133 $as_echo "$as_me: failed program was:" >&5
17134 sed 's/^/| /' conftest.$ac_ext >&5
17139 rm -rf conftest.dSYM
17140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17141 conftest$ac_exeext conftest.$ac_ext
17142 LIBS=$ac_check_soname_save_LIBS
17144 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17145 { $as_echo "$as_me:$LINENO: result: not found" >&5
17146 $as_echo "not found" >&6; }
17147 cat >>confdefs.h <<_ACEOF
17148 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17149 _ACEOF
17151 else
17152 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17153 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17155 cat >>confdefs.h <<_ACEOF
17156 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17157 _ACEOF
17163 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17164 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17165 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17166 "$ac_cv_header_soundcard_h" != "yes" -a \
17167 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17168 then
17169 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17173 EXTRACFLAGS=""
17175 if test "x${GCC}" = "xyes"
17176 then
17177 EXTRACFLAGS="-Wall -pipe"
17179 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17180 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17181 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17182 $as_echo_n "(cached) " >&6
17183 else
17184 if test "$cross_compiling" = yes; then
17185 ac_cv_c_gcc_strength_bug="yes"
17186 else
17187 cat >conftest.$ac_ext <<_ACEOF
17188 /* confdefs.h. */
17189 _ACEOF
17190 cat confdefs.h >>conftest.$ac_ext
17191 cat >>conftest.$ac_ext <<_ACEOF
17192 /* end confdefs.h. */
17193 int L[4] = {0,1,2,3};
17195 main ()
17197 static int Array[3];
17198 unsigned int B = 3;
17199 int i;
17200 for(i=0; i<B; i++) Array[i] = i - 3;
17201 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17202 L[i] = 4;
17203 return (Array[1] != -2 || L[2] != 3)
17205 return 0;
17207 _ACEOF
17208 rm -f conftest$ac_exeext
17209 if { (ac_try="$ac_link"
17210 case "(($ac_try" in
17211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17212 *) ac_try_echo=$ac_try;;
17213 esac
17214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17215 $as_echo "$ac_try_echo") >&5
17216 (eval "$ac_link") 2>&5
17217 ac_status=$?
17218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17220 { (case "(($ac_try" in
17221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222 *) ac_try_echo=$ac_try;;
17223 esac
17224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17225 $as_echo "$ac_try_echo") >&5
17226 (eval "$ac_try") 2>&5
17227 ac_status=$?
17228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); }; }; then
17230 ac_cv_c_gcc_strength_bug="no"
17231 else
17232 $as_echo "$as_me: program exited with status $ac_status" >&5
17233 $as_echo "$as_me: failed program was:" >&5
17234 sed 's/^/| /' conftest.$ac_ext >&5
17236 ( exit $ac_status )
17237 ac_cv_c_gcc_strength_bug="yes"
17239 rm -rf conftest.dSYM
17240 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17245 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17246 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17247 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17248 then
17249 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17252 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17253 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17254 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17255 $as_echo_n "(cached) " >&6
17256 else
17257 ac_wine_try_cflags_saved=$CFLAGS
17258 CFLAGS="$CFLAGS -fno-builtin"
17259 cat >conftest.$ac_ext <<_ACEOF
17260 /* confdefs.h. */
17261 _ACEOF
17262 cat confdefs.h >>conftest.$ac_ext
17263 cat >>conftest.$ac_ext <<_ACEOF
17264 /* end confdefs.h. */
17267 main ()
17271 return 0;
17273 _ACEOF
17274 rm -f conftest.$ac_objext conftest$ac_exeext
17275 if { (ac_try="$ac_link"
17276 case "(($ac_try" in
17277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17278 *) ac_try_echo=$ac_try;;
17279 esac
17280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17281 $as_echo "$ac_try_echo") >&5
17282 (eval "$ac_link") 2>conftest.er1
17283 ac_status=$?
17284 grep -v '^ *+' conftest.er1 >conftest.err
17285 rm -f conftest.er1
17286 cat conftest.err >&5
17287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17288 (exit $ac_status); } && {
17289 test -z "$ac_c_werror_flag" ||
17290 test ! -s conftest.err
17291 } && test -s conftest$ac_exeext && {
17292 test "$cross_compiling" = yes ||
17293 $as_test_x conftest$ac_exeext
17294 }; then
17295 ac_cv_cflags__fno_builtin=yes
17296 else
17297 $as_echo "$as_me: failed program was:" >&5
17298 sed 's/^/| /' conftest.$ac_ext >&5
17300 ac_cv_cflags__fno_builtin=no
17303 rm -rf conftest.dSYM
17304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17305 conftest$ac_exeext conftest.$ac_ext
17306 CFLAGS=$ac_wine_try_cflags_saved
17308 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17309 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17310 if test $ac_cv_cflags__fno_builtin = yes; then
17311 BUILTINFLAG="-fno-builtin"
17315 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17316 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17317 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17318 $as_echo_n "(cached) " >&6
17319 else
17320 ac_wine_try_cflags_saved=$CFLAGS
17321 CFLAGS="$CFLAGS -fno-strict-aliasing"
17322 cat >conftest.$ac_ext <<_ACEOF
17323 /* confdefs.h. */
17324 _ACEOF
17325 cat confdefs.h >>conftest.$ac_ext
17326 cat >>conftest.$ac_ext <<_ACEOF
17327 /* end confdefs.h. */
17330 main ()
17334 return 0;
17336 _ACEOF
17337 rm -f conftest.$ac_objext conftest$ac_exeext
17338 if { (ac_try="$ac_link"
17339 case "(($ac_try" in
17340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341 *) ac_try_echo=$ac_try;;
17342 esac
17343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17344 $as_echo "$ac_try_echo") >&5
17345 (eval "$ac_link") 2>conftest.er1
17346 ac_status=$?
17347 grep -v '^ *+' conftest.er1 >conftest.err
17348 rm -f conftest.er1
17349 cat conftest.err >&5
17350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351 (exit $ac_status); } && {
17352 test -z "$ac_c_werror_flag" ||
17353 test ! -s conftest.err
17354 } && test -s conftest$ac_exeext && {
17355 test "$cross_compiling" = yes ||
17356 $as_test_x conftest$ac_exeext
17357 }; then
17358 ac_cv_cflags__fno_strict_aliasing=yes
17359 else
17360 $as_echo "$as_me: failed program was:" >&5
17361 sed 's/^/| /' conftest.$ac_ext >&5
17363 ac_cv_cflags__fno_strict_aliasing=no
17366 rm -rf conftest.dSYM
17367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17368 conftest$ac_exeext conftest.$ac_ext
17369 CFLAGS=$ac_wine_try_cflags_saved
17371 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17372 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17373 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17374 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17377 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17378 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17379 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17380 $as_echo_n "(cached) " >&6
17381 else
17382 ac_wine_try_cflags_saved=$CFLAGS
17383 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17384 cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h. */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h. */
17392 main ()
17396 return 0;
17398 _ACEOF
17399 rm -f conftest.$ac_objext conftest$ac_exeext
17400 if { (ac_try="$ac_link"
17401 case "(($ac_try" in
17402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403 *) ac_try_echo=$ac_try;;
17404 esac
17405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17406 $as_echo "$ac_try_echo") >&5
17407 (eval "$ac_link") 2>conftest.er1
17408 ac_status=$?
17409 grep -v '^ *+' conftest.er1 >conftest.err
17410 rm -f conftest.er1
17411 cat conftest.err >&5
17412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413 (exit $ac_status); } && {
17414 test -z "$ac_c_werror_flag" ||
17415 test ! -s conftest.err
17416 } && test -s conftest$ac_exeext && {
17417 test "$cross_compiling" = yes ||
17418 $as_test_x conftest$ac_exeext
17419 }; then
17420 ac_cv_cflags__Wdeclaration_after_statement=yes
17421 else
17422 $as_echo "$as_me: failed program was:" >&5
17423 sed 's/^/| /' conftest.$ac_ext >&5
17425 ac_cv_cflags__Wdeclaration_after_statement=no
17428 rm -rf conftest.dSYM
17429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17430 conftest$ac_exeext conftest.$ac_ext
17431 CFLAGS=$ac_wine_try_cflags_saved
17433 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17434 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17435 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17436 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17439 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17440 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17441 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17442 $as_echo_n "(cached) " >&6
17443 else
17444 ac_wine_try_cflags_saved=$CFLAGS
17445 CFLAGS="$CFLAGS -Wwrite-strings"
17446 cat >conftest.$ac_ext <<_ACEOF
17447 /* confdefs.h. */
17448 _ACEOF
17449 cat confdefs.h >>conftest.$ac_ext
17450 cat >>conftest.$ac_ext <<_ACEOF
17451 /* end confdefs.h. */
17454 main ()
17458 return 0;
17460 _ACEOF
17461 rm -f conftest.$ac_objext conftest$ac_exeext
17462 if { (ac_try="$ac_link"
17463 case "(($ac_try" in
17464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465 *) ac_try_echo=$ac_try;;
17466 esac
17467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17468 $as_echo "$ac_try_echo") >&5
17469 (eval "$ac_link") 2>conftest.er1
17470 ac_status=$?
17471 grep -v '^ *+' conftest.er1 >conftest.err
17472 rm -f conftest.er1
17473 cat conftest.err >&5
17474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475 (exit $ac_status); } && {
17476 test -z "$ac_c_werror_flag" ||
17477 test ! -s conftest.err
17478 } && test -s conftest$ac_exeext && {
17479 test "$cross_compiling" = yes ||
17480 $as_test_x conftest$ac_exeext
17481 }; then
17482 ac_cv_cflags__Wwrite_strings=yes
17483 else
17484 $as_echo "$as_me: failed program was:" >&5
17485 sed 's/^/| /' conftest.$ac_ext >&5
17487 ac_cv_cflags__Wwrite_strings=no
17490 rm -rf conftest.dSYM
17491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17492 conftest$ac_exeext conftest.$ac_ext
17493 CFLAGS=$ac_wine_try_cflags_saved
17495 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17496 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17497 if test $ac_cv_cflags__Wwrite_strings = yes; then
17498 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17501 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17502 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17503 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17504 $as_echo_n "(cached) " >&6
17505 else
17506 ac_wine_try_cflags_saved=$CFLAGS
17507 CFLAGS="$CFLAGS -Wtype-limits"
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h. */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h. */
17516 main ()
17520 return 0;
17522 _ACEOF
17523 rm -f conftest.$ac_objext conftest$ac_exeext
17524 if { (ac_try="$ac_link"
17525 case "(($ac_try" in
17526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17527 *) ac_try_echo=$ac_try;;
17528 esac
17529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17530 $as_echo "$ac_try_echo") >&5
17531 (eval "$ac_link") 2>conftest.er1
17532 ac_status=$?
17533 grep -v '^ *+' conftest.er1 >conftest.err
17534 rm -f conftest.er1
17535 cat conftest.err >&5
17536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537 (exit $ac_status); } && {
17538 test -z "$ac_c_werror_flag" ||
17539 test ! -s conftest.err
17540 } && test -s conftest$ac_exeext && {
17541 test "$cross_compiling" = yes ||
17542 $as_test_x conftest$ac_exeext
17543 }; then
17544 ac_cv_cflags__Wtype_limits=yes
17545 else
17546 $as_echo "$as_me: failed program was:" >&5
17547 sed 's/^/| /' conftest.$ac_ext >&5
17549 ac_cv_cflags__Wtype_limits=no
17552 rm -rf conftest.dSYM
17553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17554 conftest$ac_exeext conftest.$ac_ext
17555 CFLAGS=$ac_wine_try_cflags_saved
17557 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17558 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17559 if test $ac_cv_cflags__Wtype_limits = yes; then
17560 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17564 saved_CFLAGS="$CFLAGS"
17565 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17566 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17567 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17568 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17569 $as_echo_n "(cached) " >&6
17570 else
17571 cat >conftest.$ac_ext <<_ACEOF
17572 /* confdefs.h. */
17573 _ACEOF
17574 cat confdefs.h >>conftest.$ac_ext
17575 cat >>conftest.$ac_ext <<_ACEOF
17576 /* end confdefs.h. */
17577 #include <string.h>
17579 main ()
17583 return 0;
17585 _ACEOF
17586 rm -f conftest.$ac_objext
17587 if { (ac_try="$ac_compile"
17588 case "(($ac_try" in
17589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17590 *) ac_try_echo=$ac_try;;
17591 esac
17592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17593 $as_echo "$ac_try_echo") >&5
17594 (eval "$ac_compile") 2>conftest.er1
17595 ac_status=$?
17596 grep -v '^ *+' conftest.er1 >conftest.err
17597 rm -f conftest.er1
17598 cat conftest.err >&5
17599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17600 (exit $ac_status); } && {
17601 test -z "$ac_c_werror_flag" ||
17602 test ! -s conftest.err
17603 } && test -s conftest.$ac_objext; then
17604 ac_cv_c_string_h_warnings=no
17605 else
17606 $as_echo "$as_me: failed program was:" >&5
17607 sed 's/^/| /' conftest.$ac_ext >&5
17609 ac_cv_c_string_h_warnings=yes
17612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17614 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17615 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17616 CFLAGS="$saved_CFLAGS"
17617 if test "$ac_cv_c_string_h_warnings" = "no"
17618 then
17619 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17624 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17625 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17626 if test "${ac_cv_asm_func_def+set}" = set; then
17627 $as_echo_n "(cached) " >&6
17628 else
17629 cat >conftest.$ac_ext <<_ACEOF
17630 /* confdefs.h. */
17631 _ACEOF
17632 cat confdefs.h >>conftest.$ac_ext
17633 cat >>conftest.$ac_ext <<_ACEOF
17634 /* end confdefs.h. */
17637 main ()
17639 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17641 return 0;
17643 _ACEOF
17644 rm -f conftest.$ac_objext conftest$ac_exeext
17645 if { (ac_try="$ac_link"
17646 case "(($ac_try" in
17647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17648 *) ac_try_echo=$ac_try;;
17649 esac
17650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17651 $as_echo "$ac_try_echo") >&5
17652 (eval "$ac_link") 2>conftest.er1
17653 ac_status=$?
17654 grep -v '^ *+' conftest.er1 >conftest.err
17655 rm -f conftest.er1
17656 cat conftest.err >&5
17657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); } && {
17659 test -z "$ac_c_werror_flag" ||
17660 test ! -s conftest.err
17661 } && test -s conftest$ac_exeext && {
17662 test "$cross_compiling" = yes ||
17663 $as_test_x conftest$ac_exeext
17664 }; then
17665 ac_cv_asm_func_def=".def"
17666 else
17667 $as_echo "$as_me: failed program was:" >&5
17668 sed 's/^/| /' conftest.$ac_ext >&5
17670 cat >conftest.$ac_ext <<_ACEOF
17671 /* confdefs.h. */
17672 _ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17678 main ()
17680 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17682 return 0;
17684 _ACEOF
17685 rm -f conftest.$ac_objext conftest$ac_exeext
17686 if { (ac_try="$ac_link"
17687 case "(($ac_try" in
17688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17689 *) ac_try_echo=$ac_try;;
17690 esac
17691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17692 $as_echo "$ac_try_echo") >&5
17693 (eval "$ac_link") 2>conftest.er1
17694 ac_status=$?
17695 grep -v '^ *+' conftest.er1 >conftest.err
17696 rm -f conftest.er1
17697 cat conftest.err >&5
17698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699 (exit $ac_status); } && {
17700 test -z "$ac_c_werror_flag" ||
17701 test ! -s conftest.err
17702 } && test -s conftest$ac_exeext && {
17703 test "$cross_compiling" = yes ||
17704 $as_test_x conftest$ac_exeext
17705 }; then
17706 ac_cv_asm_func_def=".type @function"
17707 else
17708 $as_echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17711 cat >conftest.$ac_ext <<_ACEOF
17712 /* confdefs.h. */
17713 _ACEOF
17714 cat confdefs.h >>conftest.$ac_ext
17715 cat >>conftest.$ac_ext <<_ACEOF
17716 /* end confdefs.h. */
17719 main ()
17721 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17723 return 0;
17725 _ACEOF
17726 rm -f conftest.$ac_objext conftest$ac_exeext
17727 if { (ac_try="$ac_link"
17728 case "(($ac_try" in
17729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17730 *) ac_try_echo=$ac_try;;
17731 esac
17732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17733 $as_echo "$ac_try_echo") >&5
17734 (eval "$ac_link") 2>conftest.er1
17735 ac_status=$?
17736 grep -v '^ *+' conftest.er1 >conftest.err
17737 rm -f conftest.er1
17738 cat conftest.err >&5
17739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17740 (exit $ac_status); } && {
17741 test -z "$ac_c_werror_flag" ||
17742 test ! -s conftest.err
17743 } && test -s conftest$ac_exeext && {
17744 test "$cross_compiling" = yes ||
17745 $as_test_x conftest$ac_exeext
17746 }; then
17747 ac_cv_asm_func_def=".type 2"
17748 else
17749 $as_echo "$as_me: failed program was:" >&5
17750 sed 's/^/| /' conftest.$ac_ext >&5
17752 ac_cv_asm_func_def="unknown"
17755 rm -rf conftest.dSYM
17756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17757 conftest$ac_exeext conftest.$ac_ext
17760 rm -rf conftest.dSYM
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17762 conftest$ac_exeext conftest.$ac_ext
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767 conftest$ac_exeext conftest.$ac_ext
17769 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17770 $as_echo "$ac_cv_asm_func_def" >&6; }
17774 case "$ac_cv_asm_func_def" in
17775 ".def")
17776 cat >>confdefs.h <<\_ACEOF
17777 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17778 _ACEOF
17780 ".type @function")
17781 cat >>confdefs.h <<\_ACEOF
17782 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17783 _ACEOF
17785 ".type 2")
17786 cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17788 _ACEOF
17791 cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ""
17793 _ACEOF
17795 esac
17798 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17799 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17800 if test "${ac_cv_c_extern_prefix+set}" = set; then
17801 $as_echo_n "(cached) " >&6
17802 else
17803 cat >conftest.$ac_ext <<_ACEOF
17804 /* confdefs.h. */
17805 _ACEOF
17806 cat confdefs.h >>conftest.$ac_ext
17807 cat >>conftest.$ac_ext <<_ACEOF
17808 /* end confdefs.h. */
17809 extern int ac_test;
17811 main ()
17813 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17815 return 0;
17817 _ACEOF
17818 rm -f conftest.$ac_objext conftest$ac_exeext
17819 if { (ac_try="$ac_link"
17820 case "(($ac_try" in
17821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17822 *) ac_try_echo=$ac_try;;
17823 esac
17824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17825 $as_echo "$ac_try_echo") >&5
17826 (eval "$ac_link") 2>conftest.er1
17827 ac_status=$?
17828 grep -v '^ *+' conftest.er1 >conftest.err
17829 rm -f conftest.er1
17830 cat conftest.err >&5
17831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832 (exit $ac_status); } && {
17833 test -z "$ac_c_werror_flag" ||
17834 test ! -s conftest.err
17835 } && test -s conftest$ac_exeext && {
17836 test "$cross_compiling" = yes ||
17837 $as_test_x conftest$ac_exeext
17838 }; then
17839 ac_cv_c_extern_prefix="yes"
17840 else
17841 $as_echo "$as_me: failed program was:" >&5
17842 sed 's/^/| /' conftest.$ac_ext >&5
17844 ac_cv_c_extern_prefix="no"
17847 rm -rf conftest.dSYM
17848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17849 conftest$ac_exeext conftest.$ac_ext
17851 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17852 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17856 if test "$ac_cv_c_extern_prefix" = "yes"
17857 then
17858 cat >>confdefs.h <<\_ACEOF
17859 #define __ASM_NAME(name) "_" name
17860 _ACEOF
17862 else
17863 cat >>confdefs.h <<\_ACEOF
17864 #define __ASM_NAME(name) name
17865 _ACEOF
17870 LDPATH=""
17872 case $build_os in
17873 cygwin*|mingw32*)
17874 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17876 darwin*|macosx*)
17878 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17879 then
17880 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17884 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17886 esac
17888 case $host_os in
17889 mingw32*)
17890 CRTLIBS="-lmsvcrt"
17892 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17895 esac
17897 MAIN_BINARY="wine-pthread"
17898 case $host_cpu in
17899 *i[3456789]86*)
17900 case $host_os in
17901 linux* | k*bsd*-gnu)
17902 MAIN_BINARY="wine-glibc"
17904 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17906 freebsd*)
17907 MAIN_BINARY="wine-freebsd"
17909 EXTRA_BINARIES="wine-pthread"
17911 esac
17913 esac
17916 ac_save_CFLAGS="$CFLAGS"
17917 CFLAGS="$CFLAGS $BUILTINFLAG"
17991 for ac_func in \
17992 _pclose \
17993 _popen \
17994 _snprintf \
17995 _spawnvp \
17996 _strdup \
17997 _stricmp \
17998 _strnicmp \
17999 _strtoi64 \
18000 _strtoui64 \
18001 _vsnprintf \
18002 asctime_r \
18003 chsize \
18004 clone \
18005 dlopen \
18006 epoll_create \
18007 ffs \
18008 finite \
18009 fork \
18010 fpclass \
18011 fstatfs \
18012 fstatvfs \
18013 ftruncate \
18014 futimes \
18015 futimesat \
18016 getdirentries \
18017 getopt_long \
18018 getpagesize \
18019 getpwuid \
18020 gettid \
18021 gettimeofday \
18022 getuid \
18023 inet_ntop \
18024 inet_pton \
18025 kqueue \
18026 lstat \
18027 memmove \
18028 mmap \
18029 pclose \
18030 poll \
18031 popen \
18032 prctl \
18033 pread \
18034 pwrite \
18035 readdir \
18036 readlink \
18037 rfork \
18038 sched_yield \
18039 select \
18040 setproctitle \
18041 setrlimit \
18042 settimeofday \
18043 sigaltstack \
18044 sigprocmask \
18045 snprintf \
18046 socketpair \
18047 spawnvp \
18048 statfs \
18049 statvfs \
18050 strcasecmp \
18051 strdup \
18052 strerror \
18053 strncasecmp \
18054 strtold \
18055 strtoll \
18056 strtoull \
18057 symlink \
18058 tcgetattr \
18059 thr_kill2 \
18060 timegm \
18061 usleep \
18062 vsnprintf \
18063 wait4 \
18064 waitpid \
18067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18068 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18069 $as_echo_n "checking for $ac_func... " >&6; }
18070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18071 $as_echo_n "(cached) " >&6
18072 else
18073 cat >conftest.$ac_ext <<_ACEOF
18074 /* confdefs.h. */
18075 _ACEOF
18076 cat confdefs.h >>conftest.$ac_ext
18077 cat >>conftest.$ac_ext <<_ACEOF
18078 /* end confdefs.h. */
18079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18081 #define $ac_func innocuous_$ac_func
18083 /* System header to define __stub macros and hopefully few prototypes,
18084 which can conflict with char $ac_func (); below.
18085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18086 <limits.h> exists even on freestanding compilers. */
18088 #ifdef __STDC__
18089 # include <limits.h>
18090 #else
18091 # include <assert.h>
18092 #endif
18094 #undef $ac_func
18096 /* Override any GCC internal prototype to avoid an error.
18097 Use char because int might match the return type of a GCC
18098 builtin and then its argument prototype would still apply. */
18099 #ifdef __cplusplus
18100 extern "C"
18101 #endif
18102 char $ac_func ();
18103 /* The GNU C library defines this for functions which it implements
18104 to always fail with ENOSYS. Some functions are actually named
18105 something starting with __ and the normal name is an alias. */
18106 #if defined __stub_$ac_func || defined __stub___$ac_func
18107 choke me
18108 #endif
18111 main ()
18113 return $ac_func ();
18115 return 0;
18117 _ACEOF
18118 rm -f conftest.$ac_objext conftest$ac_exeext
18119 if { (ac_try="$ac_link"
18120 case "(($ac_try" in
18121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18123 esac
18124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18125 $as_echo "$ac_try_echo") >&5
18126 (eval "$ac_link") 2>conftest.er1
18127 ac_status=$?
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
18131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && {
18133 test -z "$ac_c_werror_flag" ||
18134 test ! -s conftest.err
18135 } && test -s conftest$ac_exeext && {
18136 test "$cross_compiling" = yes ||
18137 $as_test_x conftest$ac_exeext
18138 }; then
18139 eval "$as_ac_var=yes"
18140 else
18141 $as_echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.$ac_ext >&5
18144 eval "$as_ac_var=no"
18147 rm -rf conftest.dSYM
18148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18149 conftest$ac_exeext conftest.$ac_ext
18151 ac_res=`eval 'as_val=${'$as_ac_var'}
18152 $as_echo "$as_val"'`
18153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18154 $as_echo "$ac_res" >&6; }
18155 as_val=`eval 'as_val=${'$as_ac_var'}
18156 $as_echo "$as_val"'`
18157 if test "x$as_val" = x""yes; then
18158 cat >>confdefs.h <<_ACEOF
18159 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18160 _ACEOF
18163 done
18165 CFLAGS="$ac_save_CFLAGS"
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/msctf/tests/Makefile"
25829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25830 msctf/tests"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25833 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/msdmo/Makefile"
25837 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 msdmo"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/msftedit/Makefile"
25845 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 msftedit"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/msg711.acm/Makefile"
25853 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 msg711.acm"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/mshtml.tlb/Makefile"
25861 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 mshtml.tlb"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/mshtml/Makefile"
25869 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 mshtml"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/mshtml/tests/Makefile"
25877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25878 mshtml/tests"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25881 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/msi/Makefile"
25885 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 msi"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/msi/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msi/tests/Makefile"
25893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25894 msi/tests"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25897 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/msimg32/Makefile"
25901 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 msimg32"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/msimtf/Makefile"
25909 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 msimtf"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/msisip/Makefile"
25917 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 msisip"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/msisys.ocx/Makefile"
25925 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 msisys.ocx"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/msnet32/Makefile"
25933 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 msnet32"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/msrle32/Makefile"
25941 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 msrle32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/mssign32/Makefile"
25949 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 mssign32"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/mssip32/Makefile"
25957 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 mssip32"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/mstask/Makefile"
25965 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 mstask"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/mstask/tests/Makefile"
25973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25974 mstask/tests"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25977 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/msvcirt/Makefile"
25981 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 msvcirt"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/msvcr71/Makefile"
25989 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 msvcr71"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/msvcrt/Makefile"
25997 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 msvcrt"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/msvcrt/tests/Makefile"
26005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26006 msvcrt/tests"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26009 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/msvcrt20/Makefile"
26013 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 msvcrt20"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/msvcrt40/Makefile"
26021 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 msvcrt40"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msvcrtd/Makefile"
26029 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 msvcrtd"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msvcrtd/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038 msvcrtd/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msvfw32/Makefile"
26045 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 msvfw32"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msvfw32/tests/Makefile"
26053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26054 msvfw32/tests"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26057 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/msvidc32/Makefile"
26061 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 msvidc32"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/mswsock/Makefile"
26069 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 mswsock"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msxml3/Makefile"
26077 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 msxml3"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/msxml3/tests/Makefile"
26085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26086 msxml3/tests"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26089 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/nddeapi/Makefile"
26093 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 nddeapi"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/netapi32/Makefile"
26101 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 netapi32"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/netapi32/tests/Makefile"
26109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26110 netapi32/tests"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26113 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/newdev/Makefile"
26117 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 newdev"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/ntdll/Makefile"
26125 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 ntdll"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/ntdll/tests/Makefile"
26133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26134 ntdll/tests"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26137 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/ntdsapi/Makefile"
26141 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 ntdsapi"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/ntdsapi/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 ntdsapi/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/ntoskrnl.exe/Makefile"
26157 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 ntoskrnl.exe"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/ntprint/Makefile"
26165 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 ntprint"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/ntprint/tests/Makefile"
26173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26174 ntprint/tests"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26177 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/objsel/Makefile"
26181 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 objsel"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/odbc32/Makefile"
26189 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 odbc32"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/odbccp32/Makefile"
26197 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 odbccp32"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/odbccp32/tests/Makefile"
26205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26206 odbccp32/tests"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26209 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/ole32/Makefile"
26213 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 ole32"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/ole32/tests/Makefile"
26221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26222 ole32/tests"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26225 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/oleacc/Makefile"
26229 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 oleacc"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/oleacc/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238 oleacc/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/oleaut32/Makefile"
26245 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 oleaut32"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/oleaut32/tests/Makefile"
26253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26254 oleaut32/tests"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26257 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/olecli32/Makefile"
26261 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 olecli32"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/oledlg/Makefile"
26269 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 oledlg"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/olepro32/Makefile"
26277 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 olepro32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/olesvr32/Makefile"
26285 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 olesvr32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/olethk32/Makefile"
26293 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 olethk32"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/opengl32/Makefile"
26301 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 opengl32"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/opengl32/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310 opengl32/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/pdh/Makefile"
26317 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 pdh"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/pdh/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 pdh/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/pidgen/Makefile"
26333 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 pidgen"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/powrprof/Makefile"
26341 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 powrprof"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/printui/Makefile"
26349 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 printui"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/printui/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/propsys/Makefile"
26357 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 propsys"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/psapi/Makefile"
26365 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 psapi"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/psapi/tests/Makefile"
26373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26374 psapi/tests"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26377 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/pstorec/Makefile"
26381 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 pstorec"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/qcap/Makefile"
26389 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 qcap"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/qedit/Makefile"
26397 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 qedit"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/qedit/tests/Makefile"
26405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26406 qedit/tests"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26409 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/qmgr/Makefile"
26413 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 qmgr"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/qmgr/tests/Makefile"
26421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26422 qmgr/tests"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26425 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/qmgrprxy/Makefile"
26429 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 qmgrprxy"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/quartz/Makefile"
26437 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 quartz"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/quartz/tests/Makefile"
26445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26446 quartz/tests"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26449 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/query/Makefile"
26453 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 query"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/query/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/rasapi32/Makefile"
26461 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 rasapi32"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/rasapi32/tests/Makefile"
26469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26470 rasapi32/tests"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26473 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/rasdlg/Makefile"
26477 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 rasdlg"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/resutils/Makefile"
26485 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 resutils"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/riched20/Makefile"
26493 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 riched20"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/riched20/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502 riched20/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/riched32/Makefile"
26509 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 riched32"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/riched32/tests/Makefile"
26517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26518 riched32/tests"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26521 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/rpcrt4/Makefile"
26525 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 rpcrt4"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/rpcrt4/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534 rpcrt4/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/rsabase/Makefile"
26541 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 rsabase"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/rsaenh/Makefile"
26549 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550 rsaenh"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/rsaenh/tests/Makefile"
26557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26558 rsaenh/tests"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26561 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/sane.ds/Makefile"
26565 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 sane.ds"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/sccbase/Makefile"
26573 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 sccbase"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/schannel/Makefile"
26581 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 schannel"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/schannel/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590 schannel/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/secur32/Makefile"
26597 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 secur32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/secur32/tests/Makefile"
26605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26606 secur32/tests"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26609 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/security/Makefile"
26613 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 security"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/security/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/sensapi/Makefile"
26621 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 sensapi"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/serialui/Makefile"
26629 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 serialui"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/serialui/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638 serialui/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/setupapi/Makefile"
26645 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 setupapi"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/setupapi/tests/Makefile"
26653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26654 setupapi/tests"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26657 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/sfc/Makefile"
26661 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 sfc"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/sfc_os/Makefile"
26669 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 sfc_os"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/shdoclc/Makefile"
26677 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678 shdoclc"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/shdocvw/Makefile"
26685 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 shdocvw"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/shdocvw/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694 shdocvw/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/shell32/Makefile"
26701 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 shell32"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/shell32/tests/Makefile"
26709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26710 shell32/tests"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26713 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/shfolder/Makefile"
26717 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 shfolder"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/shlwapi/Makefile"
26725 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 shlwapi"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/shlwapi/tests/Makefile"
26733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26734 shlwapi/tests"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26737 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/slbcsp/Makefile"
26741 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 slbcsp"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/slc/Makefile"
26749 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 slc"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/slc/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/snmpapi/Makefile"
26757 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 snmpapi"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/snmpapi/tests/Makefile"
26765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26766 snmpapi/tests"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26769 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/softpub/Makefile"
26773 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774 softpub"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/spoolss/Makefile"
26781 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 spoolss"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/spoolss/tests/Makefile"
26789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26790 spoolss/tests"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26793 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/stdole2.tlb/Makefile"
26797 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 stdole2.tlb"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/stdole32.tlb/Makefile"
26805 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806 stdole32.tlb"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/sti/Makefile"
26813 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 sti"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/sti/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/strmiids/Makefile"
26821 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26822 strmiids"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26825 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/svrapi/Makefile"
26829 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830 svrapi"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/sxs/Makefile"
26837 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 sxs"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/tapi32/Makefile"
26845 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 tapi32"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/traffic/Makefile"
26853 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 traffic"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/twain_32/Makefile"
26861 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 twain_32"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/twain_32/tests/Makefile"
26869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26870 twain_32/tests"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26873 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/unicows/Makefile"
26877 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 unicows"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/updspapi/Makefile"
26885 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 updspapi"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/url/Makefile"
26893 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 url"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/url/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/urlmon/Makefile"
26901 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 urlmon"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/urlmon/tests/Makefile"
26909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26910 urlmon/tests"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26913 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/user32/Makefile"
26917 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 user32"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/user32/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/user32/tests/Makefile"
26925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26926 user32/tests"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26929 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/userenv/Makefile"
26933 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 userenv"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/userenv/tests/Makefile"
26941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26942 userenv/tests"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26945 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/usp10/Makefile"
26949 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 usp10"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/usp10/tests/Makefile"
26957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26958 usp10/tests"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26961 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/uuid/Makefile"
26965 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26966 uuid"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26969 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/uxtheme/Makefile"
26973 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974 uxtheme"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/uxtheme/tests/Makefile"
26981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26982 uxtheme/tests"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26985 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/vdhcp.vxd/Makefile"
26989 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990 vdhcp.vxd"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/vdmdbg/Makefile"
26997 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 vdmdbg"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/version/Makefile"
27005 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006 version"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/version/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/version/tests/Makefile"
27013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27014 version/tests"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27017 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/vmm.vxd/Makefile"
27021 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 vmm.vxd"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/vnbt.vxd/Makefile"
27029 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 vnbt.vxd"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/vnetbios.vxd/Makefile"
27037 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 vnetbios.vxd"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/vtdapi.vxd/Makefile"
27045 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 vtdapi.vxd"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/vwin32.vxd/Makefile"
27053 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 vwin32.vxd"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/w32skrnl/Makefile"
27061 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 w32skrnl"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/winealsa.drv/Makefile"
27069 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 winealsa.drv"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/wineaudioio.drv/Makefile"
27077 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 wineaudioio.drv"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/winecoreaudio.drv/Makefile"
27085 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 winecoreaudio.drv"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/winecrt0/Makefile"
27093 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27094 winecrt0"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27097 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/wined3d/Makefile"
27101 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 wined3d"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/winedos/Makefile"
27109 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 winedos"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/wineesd.drv/Makefile"
27117 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 wineesd.drv"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/winejack.drv/Makefile"
27125 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 winejack.drv"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/winejoystick.drv/Makefile"
27133 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 winejoystick.drv"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/winemp3.acm/Makefile"
27141 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 winemp3.acm"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/winenas.drv/Makefile"
27149 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 winenas.drv"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/wineoss.drv/Makefile"
27157 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 wineoss.drv"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/wineps.drv/Makefile"
27165 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 wineps.drv"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/winequartz.drv/Makefile"
27173 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 winequartz.drv"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/winex11.drv/Makefile"
27181 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 winex11.drv"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/wing32/Makefile"
27189 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 wing32"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/winhttp/Makefile"
27197 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 winhttp"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/winhttp/tests/Makefile"
27205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27206 winhttp/tests"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27209 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/wininet/Makefile"
27213 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 wininet"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/wininet/tests/Makefile"
27221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27222 wininet/tests"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27225 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/winmm/Makefile"
27229 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 winmm"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/winmm/tests/Makefile"
27237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27238 winmm/tests"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27241 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/winnls32/Makefile"
27245 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 winnls32"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/winscard/Makefile"
27253 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 winscard"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/winspool.drv/Makefile"
27261 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 winspool.drv"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/winspool.drv/tests/Makefile"
27269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27270 winspool.drv/tests"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27273 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/wintab32/Makefile"
27277 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 wintab32"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/wintrust/Makefile"
27285 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286 wintrust"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/wintrust/tests/Makefile"
27293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27294 wintrust/tests"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27297 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/wldap32/Makefile"
27301 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302 wldap32"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/wldap32/tests/Makefile"
27309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27310 wldap32/tests"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27313 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/wmi/Makefile"
27317 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 wmi"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/wnaspi32/Makefile"
27325 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 wnaspi32"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/wow32/Makefile"
27333 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 wow32"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/ws2_32/Makefile"
27341 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 ws2_32"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/ws2_32/tests/Makefile"
27349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27350 ws2_32/tests"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27353 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wsock32/Makefile"
27357 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358 wsock32"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/wtsapi32/Makefile"
27365 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 wtsapi32"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/wuapi/Makefile"
27373 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 wuapi"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/xinput1_1/Makefile"
27381 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 xinput1_1"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/xinput1_2/Makefile"
27389 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 xinput1_2"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/xinput1_3/Makefile"
27397 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 xinput1_3"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/xinput1_3/tests/Makefile"
27405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27406 xinput1_3/tests"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27409 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/xinput9_1_0/Makefile"
27413 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 xinput9_1_0"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 documentation/Makefile"
27421 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27422 documentation"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 documentation/Makefile: documentation/Makefile.in Make.rules"
27425 ac_config_files="$ac_config_files documentation/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 fonts/Makefile"
27429 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27430 fonts"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 fonts/Makefile: fonts/Makefile.in Make.rules"
27433 ac_config_files="$ac_config_files fonts/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 include/Makefile"
27437 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27438 include"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 include/Makefile: include/Makefile.in Make.rules"
27441 ac_config_files="$ac_config_files include/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 libs/Makefile"
27445 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27446 libs"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 libs/Makefile: libs/Makefile.in Make.rules"
27449 ac_config_files="$ac_config_files libs/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 libs/port/Makefile"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27456 ac_config_files="$ac_config_files libs/port/Makefile"
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459 libs/wine/Makefile"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27463 ac_config_files="$ac_config_files libs/wine/Makefile"
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466 libs/wpp/Makefile"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27470 ac_config_files="$ac_config_files libs/wpp/Makefile"
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473 loader/Makefile"
27474 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27475 loader"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 loader/Makefile: loader/Makefile.in Make.rules"
27478 ac_config_files="$ac_config_files loader/Makefile"
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481 programs/Makefile"
27482 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27483 programs"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 programs/Makefile: programs/Makefile.in Make.rules"
27486 ac_config_files="$ac_config_files programs/Makefile"
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489 programs/cacls/Makefile"
27490 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27491 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27492 cacls"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27495 ac_config_files="$ac_config_files programs/cacls/Makefile"
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498 programs/clock/Makefile"
27499 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27500 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27501 clock"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27504 ac_config_files="$ac_config_files programs/clock/Makefile"
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507 programs/cmd/Makefile"
27508 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27509 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27510 cmd"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27513 ac_config_files="$ac_config_files programs/cmd/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 programs/cmdlgtst/Makefile"
27517 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27518 cmdlgtst"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27521 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 programs/control/Makefile"
27525 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27526 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27527 control"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27530 ac_config_files="$ac_config_files programs/control/Makefile"
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533 programs/eject/Makefile"
27534 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27535 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27536 eject"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27539 ac_config_files="$ac_config_files programs/eject/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 programs/expand/Makefile"
27543 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27544 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27545 expand"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27548 ac_config_files="$ac_config_files programs/expand/Makefile"
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551 programs/explorer/Makefile"
27552 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27553 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27554 explorer"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27557 ac_config_files="$ac_config_files programs/explorer/Makefile"
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560 programs/hh/Makefile"
27561 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27562 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27566 ac_config_files="$ac_config_files programs/hh/Makefile"
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569 programs/icinfo/Makefile"
27570 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27571 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27572 icinfo"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27575 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578 programs/iexplore/Makefile"
27579 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27580 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27581 iexplore"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27584 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587 programs/lodctr/Makefile"
27588 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27589 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27590 lodctr"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27593 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 programs/msiexec/Makefile"
27597 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27598 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27599 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27600 msiexec"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 programs/net/Makefile"
27607 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609 net"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/net/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 programs/notepad/Makefile"
27616 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27619 notepad"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27622 ac_config_files="$ac_config_files programs/notepad/Makefile"
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625 programs/oleview/Makefile"
27626 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27627 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27628 oleview"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27631 ac_config_files="$ac_config_files programs/oleview/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 programs/progman/Makefile"
27635 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27636 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27637 progman"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27640 ac_config_files="$ac_config_files programs/progman/Makefile"
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643 programs/reg/Makefile"
27644 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27645 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27646 reg"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27649 ac_config_files="$ac_config_files programs/reg/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 programs/regedit/Makefile"
27653 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27656 regedit"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27659 ac_config_files="$ac_config_files programs/regedit/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 programs/regsvr32/Makefile"
27663 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27664 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27665 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27666 regsvr32"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27669 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672 programs/rpcss/Makefile"
27673 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27674 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27675 rpcss"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27678 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681 programs/rundll32/Makefile"
27682 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27683 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27684 rundll32"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27687 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690 programs/secedit/Makefile"
27691 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27692 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27693 secedit"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27696 ac_config_files="$ac_config_files programs/secedit/Makefile"
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699 programs/services/Makefile"
27700 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27701 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27702 services"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27705 ac_config_files="$ac_config_files programs/services/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 programs/spoolsv/Makefile"
27709 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27710 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27711 spoolsv"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27714 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717 programs/start/Makefile"
27718 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27719 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27720 start"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27723 ac_config_files="$ac_config_files programs/start/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 programs/svchost/Makefile"
27727 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27728 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27729 svchost"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27732 ac_config_files="$ac_config_files programs/svchost/Makefile"
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735 programs/taskmgr/Makefile"
27736 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27737 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27738 taskmgr"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27741 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744 programs/uninstaller/Makefile"
27745 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27746 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27747 uninstaller"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27750 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753 programs/unlodctr/Makefile"
27754 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27755 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27756 unlodctr"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27759 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762 programs/view/Makefile"
27763 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27764 view"
27765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27766 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27767 ac_config_files="$ac_config_files programs/view/Makefile"
27769 ALL_MAKEFILES="$ALL_MAKEFILES \\
27770 programs/wineboot/Makefile"
27771 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27772 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27773 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27774 wineboot"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27777 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 programs/winebrowser/Makefile"
27781 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27782 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27783 winebrowser"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27786 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789 programs/winecfg/Makefile"
27790 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27791 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27792 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27793 winecfg"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/wineconsole/Makefile"
27800 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27803 wineconsole"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27806 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809 programs/winedbg/Makefile"
27810 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27811 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27812 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27813 winedbg"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27816 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819 programs/winedevice/Makefile"
27820 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27821 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27822 winedevice"
27823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27824 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27825 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27827 ALL_MAKEFILES="$ALL_MAKEFILES \\
27828 programs/winefile/Makefile"
27829 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27830 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27831 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27832 winefile"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27835 ac_config_files="$ac_config_files programs/winefile/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 programs/winemenubuilder/Makefile"
27839 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27840 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27841 winemenubuilder"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27844 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847 programs/winemine/Makefile"
27848 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27849 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27850 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27851 winemine"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/winemine/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 programs/winepath/Makefile"
27858 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27861 winepath"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/winepath/Makefile"
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867 programs/winetest/Makefile"
27868 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869 winetest"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/winetest/Makefile"
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875 programs/winevdm/Makefile"
27876 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27878 winevdm"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884 programs/winhlp32/Makefile"
27885 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887 winhlp32"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893 programs/winver/Makefile"
27894 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896 winver"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/winver/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 programs/wordpad/Makefile"
27903 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905 wordpad"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911 programs/write/Makefile"
27912 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 write"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/write/Makefile"
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920 programs/xcopy/Makefile"
27921 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923 xcopy"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 server/Makefile"
27930 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27931 server"
27932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27933 server/Makefile: server/Makefile.in Make.rules"
27934 ac_config_files="$ac_config_files server/Makefile"
27936 ALL_MAKEFILES="$ALL_MAKEFILES \\
27937 tools/Makefile"
27938 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27939 tools"
27940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27941 tools/Makefile: tools/Makefile.in Make.rules"
27942 ac_config_files="$ac_config_files tools/Makefile"
27944 ALL_MAKEFILES="$ALL_MAKEFILES \\
27945 tools/widl/Makefile"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27949 ac_config_files="$ac_config_files tools/widl/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 tools/winebuild/Makefile"
27954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27955 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27956 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27958 ALL_MAKEFILES="$ALL_MAKEFILES \\
27959 tools/winedump/Makefile"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27963 ac_config_files="$ac_config_files tools/winedump/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 tools/winegcc/Makefile"
27968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27969 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27970 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27972 ALL_MAKEFILES="$ALL_MAKEFILES \\
27973 tools/wmc/Makefile"
27975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27976 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27977 ac_config_files="$ac_config_files tools/wmc/Makefile"
27979 ALL_MAKEFILES="$ALL_MAKEFILES \\
27980 tools/wrc/Makefile"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27984 ac_config_files="$ac_config_files tools/wrc/Makefile"
27988 ALL_WINETEST_DEPENDS="# Test binaries"
27990 for dir in $ALL_TEST_DIRS
27992 if test "$dir" != "\\"
27993 then
27994 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27995 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27996 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27997 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27999 done
28001 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28003 ALL_PROGRAM_BIN_WRAPPERS=""
28005 for dir in $ALL_PROGRAM_BIN_INSTALL_DIRS
28007 if test "$dir" != "\\"
28008 then
28009 ALL_PROGRAM_BIN_WRAPPERS="$ALL_PROGRAM_BIN_WRAPPERS \\
28010 $dir/$dir"
28012 done
28014 cat >confcache <<\_ACEOF
28015 # This file is a shell script that caches the results of configure
28016 # tests run on this system so they can be shared between configure
28017 # scripts and configure runs, see configure's option --config-cache.
28018 # It is not useful on other systems. If it contains results you don't
28019 # want to keep, you may remove or edit it.
28021 # config.status only pays attention to the cache file if you give it
28022 # the --recheck option to rerun configure.
28024 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28025 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28026 # following values.
28028 _ACEOF
28030 # The following way of writing the cache mishandles newlines in values,
28031 # but we know of no workaround that is simple, portable, and efficient.
28032 # So, we kill variables containing newlines.
28033 # Ultrix sh set writes to stderr and can't be redirected directly,
28034 # and sets the high bit in the cache file unless we assign to the vars.
28036 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28037 eval ac_val=\$$ac_var
28038 case $ac_val in #(
28039 *${as_nl}*)
28040 case $ac_var in #(
28041 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28042 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28043 esac
28044 case $ac_var in #(
28045 _ | IFS | as_nl) ;; #(
28046 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28047 *) $as_unset $ac_var ;;
28048 esac ;;
28049 esac
28050 done
28052 (set) 2>&1 |
28053 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28054 *${as_nl}ac_space=\ *)
28055 # `set' does not quote correctly, so add quotes (double-quote
28056 # substitution turns \\\\ into \\, and sed turns \\ into \).
28057 sed -n \
28058 "s/'/'\\\\''/g;
28059 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28060 ;; #(
28062 # `set' quotes correctly as required by POSIX, so do not add quotes.
28063 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28065 esac |
28066 sort
28068 sed '
28069 /^ac_cv_env_/b end
28070 t clear
28071 :clear
28072 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28073 t end
28074 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28075 :end' >>confcache
28076 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28077 if test -w "$cache_file"; then
28078 test "x$cache_file" != "x/dev/null" &&
28079 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28080 $as_echo "$as_me: updating cache $cache_file" >&6;}
28081 cat confcache >$cache_file
28082 else
28083 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28084 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28087 rm -f confcache
28089 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28090 # Let make expand exec_prefix.
28091 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28093 DEFS=-DHAVE_CONFIG_H
28095 ac_libobjs=
28096 ac_ltlibobjs=
28097 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28098 # 1. Remove the extension, and $U if already installed.
28099 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28100 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28101 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28102 # will be set to the directory where LIBOBJS objects are built.
28103 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28104 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28105 done
28106 LIBOBJS=$ac_libobjs
28108 LTLIBOBJS=$ac_ltlibobjs
28112 : ${CONFIG_STATUS=./config.status}
28113 ac_write_fail=0
28114 ac_clean_files_save=$ac_clean_files
28115 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28116 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28117 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28118 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28119 #! $SHELL
28120 # Generated by $as_me.
28121 # Run this file to recreate the current configuration.
28122 # Compiler output produced by configure, useful for debugging
28123 # configure, is in config.log if it exists.
28125 debug=false
28126 ac_cs_recheck=false
28127 ac_cs_silent=false
28128 SHELL=\${CONFIG_SHELL-$SHELL}
28129 _ACEOF
28131 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28132 ## --------------------- ##
28133 ## M4sh Initialization. ##
28134 ## --------------------- ##
28136 # Be more Bourne compatible
28137 DUALCASE=1; export DUALCASE # for MKS sh
28138 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28139 emulate sh
28140 NULLCMD=:
28141 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28142 # is contrary to our usage. Disable this feature.
28143 alias -g '${1+"$@"}'='"$@"'
28144 setopt NO_GLOB_SUBST
28145 else
28146 case `(set -o) 2>/dev/null` in
28147 *posix*) set -o posix ;;
28148 esac
28155 # PATH needs CR
28156 # Avoid depending upon Character Ranges.
28157 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28158 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28159 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28160 as_cr_digits='0123456789'
28161 as_cr_alnum=$as_cr_Letters$as_cr_digits
28163 as_nl='
28165 export as_nl
28166 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28167 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28168 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28169 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28170 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28171 as_echo='printf %s\n'
28172 as_echo_n='printf %s'
28173 else
28174 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28175 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28176 as_echo_n='/usr/ucb/echo -n'
28177 else
28178 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28179 as_echo_n_body='eval
28180 arg=$1;
28181 case $arg in
28182 *"$as_nl"*)
28183 expr "X$arg" : "X\\(.*\\)$as_nl";
28184 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28185 esac;
28186 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28188 export as_echo_n_body
28189 as_echo_n='sh -c $as_echo_n_body as_echo'
28191 export as_echo_body
28192 as_echo='sh -c $as_echo_body as_echo'
28195 # The user is always right.
28196 if test "${PATH_SEPARATOR+set}" != set; then
28197 PATH_SEPARATOR=:
28198 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28199 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28200 PATH_SEPARATOR=';'
28204 # Support unset when possible.
28205 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28206 as_unset=unset
28207 else
28208 as_unset=false
28212 # IFS
28213 # We need space, tab and new line, in precisely that order. Quoting is
28214 # there to prevent editors from complaining about space-tab.
28215 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28216 # splitting by setting IFS to empty value.)
28217 IFS=" "" $as_nl"
28219 # Find who we are. Look in the path if we contain no directory separator.
28220 case $0 in
28221 *[\\/]* ) as_myself=$0 ;;
28222 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28223 for as_dir in $PATH
28225 IFS=$as_save_IFS
28226 test -z "$as_dir" && as_dir=.
28227 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28228 done
28229 IFS=$as_save_IFS
28232 esac
28233 # We did not find ourselves, most probably we were run as `sh COMMAND'
28234 # in which case we are not to be found in the path.
28235 if test "x$as_myself" = x; then
28236 as_myself=$0
28238 if test ! -f "$as_myself"; then
28239 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28240 { (exit 1); exit 1; }
28243 # Work around bugs in pre-3.0 UWIN ksh.
28244 for as_var in ENV MAIL MAILPATH
28245 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28246 done
28247 PS1='$ '
28248 PS2='> '
28249 PS4='+ '
28251 # NLS nuisances.
28252 LC_ALL=C
28253 export LC_ALL
28254 LANGUAGE=C
28255 export LANGUAGE
28257 # Required to use basename.
28258 if expr a : '\(a\)' >/dev/null 2>&1 &&
28259 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28260 as_expr=expr
28261 else
28262 as_expr=false
28265 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28266 as_basename=basename
28267 else
28268 as_basename=false
28272 # Name of the executable.
28273 as_me=`$as_basename -- "$0" ||
28274 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28275 X"$0" : 'X\(//\)$' \| \
28276 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28277 $as_echo X/"$0" |
28278 sed '/^.*\/\([^/][^/]*\)\/*$/{
28279 s//\1/
28282 /^X\/\(\/\/\)$/{
28283 s//\1/
28286 /^X\/\(\/\).*/{
28287 s//\1/
28290 s/.*/./; q'`
28292 # CDPATH.
28293 $as_unset CDPATH
28297 as_lineno_1=$LINENO
28298 as_lineno_2=$LINENO
28299 test "x$as_lineno_1" != "x$as_lineno_2" &&
28300 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28302 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28303 # uniformly replaced by the line number. The first 'sed' inserts a
28304 # line-number line after each line using $LINENO; the second 'sed'
28305 # does the real work. The second script uses 'N' to pair each
28306 # line-number line with the line containing $LINENO, and appends
28307 # trailing '-' during substitution so that $LINENO is not a special
28308 # case at line end.
28309 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28310 # scripts with optimization help from Paolo Bonzini. Blame Lee
28311 # E. McMahon (1931-1989) for sed's syntax. :-)
28312 sed -n '
28314 /[$]LINENO/=
28315 ' <$as_myself |
28316 sed '
28317 s/[$]LINENO.*/&-/
28318 t lineno
28320 :lineno
28322 :loop
28323 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28324 t loop
28325 s/-\n.*//
28326 ' >$as_me.lineno &&
28327 chmod +x "$as_me.lineno" ||
28328 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28329 { (exit 1); exit 1; }; }
28331 # Don't try to exec as it changes $[0], causing all sort of problems
28332 # (the dirname of $[0] is not the place where we might find the
28333 # original and so on. Autoconf is especially sensitive to this).
28334 . "./$as_me.lineno"
28335 # Exit status is that of the last command.
28336 exit
28340 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28341 as_dirname=dirname
28342 else
28343 as_dirname=false
28346 ECHO_C= ECHO_N= ECHO_T=
28347 case `echo -n x` in
28348 -n*)
28349 case `echo 'x\c'` in
28350 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28351 *) ECHO_C='\c';;
28352 esac;;
28354 ECHO_N='-n';;
28355 esac
28356 if expr a : '\(a\)' >/dev/null 2>&1 &&
28357 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28358 as_expr=expr
28359 else
28360 as_expr=false
28363 rm -f conf$$ conf$$.exe conf$$.file
28364 if test -d conf$$.dir; then
28365 rm -f conf$$.dir/conf$$.file
28366 else
28367 rm -f conf$$.dir
28368 mkdir conf$$.dir 2>/dev/null
28370 if (echo >conf$$.file) 2>/dev/null; then
28371 if ln -s conf$$.file conf$$ 2>/dev/null; then
28372 as_ln_s='ln -s'
28373 # ... but there are two gotchas:
28374 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28375 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28376 # In both cases, we have to default to `cp -p'.
28377 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28378 as_ln_s='cp -p'
28379 elif ln conf$$.file conf$$ 2>/dev/null; then
28380 as_ln_s=ln
28381 else
28382 as_ln_s='cp -p'
28384 else
28385 as_ln_s='cp -p'
28387 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28388 rmdir conf$$.dir 2>/dev/null
28390 if mkdir -p . 2>/dev/null; then
28391 as_mkdir_p=:
28392 else
28393 test -d ./-p && rmdir ./-p
28394 as_mkdir_p=false
28397 if test -x / >/dev/null 2>&1; then
28398 as_test_x='test -x'
28399 else
28400 if ls -dL / >/dev/null 2>&1; then
28401 as_ls_L_option=L
28402 else
28403 as_ls_L_option=
28405 as_test_x='
28406 eval sh -c '\''
28407 if test -d "$1"; then
28408 test -d "$1/.";
28409 else
28410 case $1 in
28411 -*)set "./$1";;
28412 esac;
28413 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28414 ???[sx]*):;;*)false;;esac;fi
28415 '\'' sh
28418 as_executable_p=$as_test_x
28420 # Sed expression to map a string onto a valid CPP name.
28421 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28423 # Sed expression to map a string onto a valid variable name.
28424 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28427 exec 6>&1
28429 # Save the log message, to keep $[0] and so on meaningful, and to
28430 # report actual input values of CONFIG_FILES etc. instead of their
28431 # values after options handling.
28432 ac_log="
28433 This file was extended by Wine $as_me 1.1.15, which was
28434 generated by GNU Autoconf 2.63. Invocation command line was
28436 CONFIG_FILES = $CONFIG_FILES
28437 CONFIG_HEADERS = $CONFIG_HEADERS
28438 CONFIG_LINKS = $CONFIG_LINKS
28439 CONFIG_COMMANDS = $CONFIG_COMMANDS
28440 $ $0 $@
28442 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28445 _ACEOF
28447 case $ac_config_files in *"
28448 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28449 esac
28451 case $ac_config_headers in *"
28452 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28453 esac
28456 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28457 # Files that config.status was made for.
28458 config_files="$ac_config_files"
28459 config_headers="$ac_config_headers"
28460 config_commands="$ac_config_commands"
28462 _ACEOF
28464 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28465 ac_cs_usage="\
28466 \`$as_me' instantiates files from templates according to the
28467 current configuration.
28469 Usage: $0 [OPTION]... [FILE]...
28471 -h, --help print this help, then exit
28472 -V, --version print version number and configuration settings, then exit
28473 -q, --quiet, --silent
28474 do not print progress messages
28475 -d, --debug don't remove temporary files
28476 --recheck update $as_me by reconfiguring in the same conditions
28477 --file=FILE[:TEMPLATE]
28478 instantiate the configuration file FILE
28479 --header=FILE[:TEMPLATE]
28480 instantiate the configuration header FILE
28482 Configuration files:
28483 $config_files
28485 Configuration headers:
28486 $config_headers
28488 Configuration commands:
28489 $config_commands
28491 Report bugs to <bug-autoconf@gnu.org>."
28493 _ACEOF
28494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28495 ac_cs_version="\\
28496 Wine config.status 1.1.15
28497 configured by $0, generated by GNU Autoconf 2.63,
28498 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28500 Copyright (C) 2008 Free Software Foundation, Inc.
28501 This config.status script is free software; the Free Software Foundation
28502 gives unlimited permission to copy, distribute and modify it."
28504 ac_pwd='$ac_pwd'
28505 srcdir='$srcdir'
28506 INSTALL='$INSTALL'
28507 test -n "\$AWK" || AWK=awk
28508 _ACEOF
28510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28511 # The default lists apply if the user does not specify any file.
28512 ac_need_defaults=:
28513 while test $# != 0
28515 case $1 in
28516 --*=*)
28517 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28518 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28519 ac_shift=:
28522 ac_option=$1
28523 ac_optarg=$2
28524 ac_shift=shift
28526 esac
28528 case $ac_option in
28529 # Handling of the options.
28530 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28531 ac_cs_recheck=: ;;
28532 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28533 $as_echo "$ac_cs_version"; exit ;;
28534 --debug | --debu | --deb | --de | --d | -d )
28535 debug=: ;;
28536 --file | --fil | --fi | --f )
28537 $ac_shift
28538 case $ac_optarg in
28539 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28540 esac
28541 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28542 ac_need_defaults=false;;
28543 --header | --heade | --head | --hea )
28544 $ac_shift
28545 case $ac_optarg in
28546 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28547 esac
28548 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28549 ac_need_defaults=false;;
28550 --he | --h)
28551 # Conflict between --help and --header
28552 { $as_echo "$as_me: error: ambiguous option: $1
28553 Try \`$0 --help' for more information." >&2
28554 { (exit 1); exit 1; }; };;
28555 --help | --hel | -h )
28556 $as_echo "$ac_cs_usage"; exit ;;
28557 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28558 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28559 ac_cs_silent=: ;;
28561 # This is an error.
28562 -*) { $as_echo "$as_me: error: unrecognized option: $1
28563 Try \`$0 --help' for more information." >&2
28564 { (exit 1); exit 1; }; } ;;
28566 *) ac_config_targets="$ac_config_targets $1"
28567 ac_need_defaults=false ;;
28569 esac
28570 shift
28571 done
28573 ac_configure_extra_args=
28575 if $ac_cs_silent; then
28576 exec 6>/dev/null
28577 ac_configure_extra_args="$ac_configure_extra_args --silent"
28580 _ACEOF
28581 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28582 if \$ac_cs_recheck; then
28583 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28584 shift
28585 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28586 CONFIG_SHELL='$SHELL'
28587 export CONFIG_SHELL
28588 exec "\$@"
28591 _ACEOF
28592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28593 exec 5>>config.log
28595 echo
28596 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28597 ## Running $as_me. ##
28598 _ASBOX
28599 $as_echo "$ac_log"
28600 } >&5
28602 _ACEOF
28603 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28604 _ACEOF
28606 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28608 # Handling of arguments.
28609 for ac_config_target in $ac_config_targets
28611 case $ac_config_target in
28612 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28613 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28614 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28615 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28616 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28617 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28618 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28619 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28620 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28621 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28622 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28623 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28624 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28625 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28626 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28627 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28628 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28629 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28630 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28631 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28632 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28633 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28634 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28635 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28636 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28637 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28638 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28639 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28640 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28641 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28642 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28643 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28644 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28645 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28646 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28647 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28648 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28649 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28650 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28651 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28652 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28653 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28654 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28655 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28656 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28657 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28658 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28659 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28660 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28661 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28662 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28663 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28664 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28665 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28666 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28667 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28668 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28669 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28670 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28671 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28672 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28673 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28674 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28675 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28676 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28677 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28678 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28679 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28680 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28681 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28682 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28683 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28684 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28685 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28686 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28687 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28688 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28689 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28690 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28691 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28692 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28693 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28694 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28695 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28696 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28697 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28698 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28699 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28700 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28701 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28702 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28703 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28704 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28705 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28706 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28707 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28708 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28709 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28710 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28711 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28712 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28713 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28714 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28715 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28716 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28717 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28718 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28719 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28720 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28721 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28722 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28723 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28724 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28725 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28726 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28727 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28728 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28729 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28730 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28731 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28732 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28733 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28734 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28735 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28736 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28737 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28738 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28739 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28740 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28741 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28742 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28743 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28744 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28745 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28746 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28747 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28748 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28749 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28750 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28751 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28752 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28753 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28754 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28755 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28756 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28757 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28758 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28759 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28760 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28761 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28762 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28763 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28764 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28765 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28766 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28767 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28768 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28769 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28770 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28771 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28772 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28773 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28774 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28775 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28776 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28777 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28778 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28779 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28780 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28781 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28782 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28783 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28784 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28785 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28786 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28787 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28788 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28789 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28790 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28791 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28792 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28793 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28794 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28795 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28796 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28797 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28798 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28799 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28800 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28801 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28802 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28803 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28804 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28805 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28806 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28807 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28808 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28809 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28810 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28811 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28812 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28813 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28814 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28815 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28816 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28817 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28818 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28819 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28820 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28821 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28822 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28823 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28824 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28825 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28826 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28827 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28828 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28829 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28830 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28831 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28832 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28833 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28834 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28835 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28836 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28837 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28838 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28839 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28840 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28841 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28842 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28843 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28844 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28845 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28846 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28847 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28848 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28849 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28850 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28851 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28852 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28853 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28854 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28855 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28856 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28857 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28858 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28859 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28860 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28861 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28862 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28863 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28864 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28865 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28866 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28867 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28868 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28869 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28870 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28871 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28872 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28873 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28874 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28875 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28876 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28877 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28878 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28879 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28880 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28881 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28882 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28883 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28884 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28885 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28886 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28887 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28888 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28889 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28890 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28891 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28892 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28893 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28894 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28895 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28896 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28897 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28898 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28899 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28900 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28901 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28902 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28903 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28904 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28905 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28906 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28907 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28908 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28909 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28910 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28911 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28912 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28913 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28914 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28915 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28916 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28917 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28918 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28919 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28920 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28921 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28922 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28923 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28924 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28925 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28926 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28927 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28928 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28929 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28930 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28931 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28932 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28933 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28934 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28935 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28936 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28937 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28938 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28939 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28940 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28941 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28942 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28943 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28944 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28945 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28946 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28947 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28948 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28949 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28950 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28951 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28952 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28953 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28954 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28955 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28956 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28957 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28958 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28959 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28960 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28961 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28962 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28963 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28964 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28965 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28966 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28967 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28968 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28969 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28970 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28971 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28972 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28973 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28974 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28975 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28976 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28977 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28978 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28979 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28980 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28981 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28982 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28983 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28984 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28985 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28986 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28987 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28988 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28989 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28990 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28991 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28992 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28993 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28994 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28995 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28996 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28997 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28998 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28999 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29000 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29001 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29002 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29003 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29004 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29005 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29006 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29007 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29008 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29009 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29010 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29011 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29012 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29013 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29014 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29015 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29016 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29017 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29018 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29019 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29020 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29021 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29022 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29023 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29024 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29025 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29026 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29027 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29028 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29029 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29030 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29031 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29032 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29033 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29034 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29035 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29036 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29037 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29038 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29039 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29040 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29041 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29042 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29043 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29044 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29045 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29046 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29047 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29048 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29049 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29050 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29051 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29052 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29053 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29054 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29055 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29056 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29057 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29058 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29059 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29060 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29061 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29062 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29063 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29064 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29065 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29066 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29067 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29068 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29069 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29070 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29071 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29072 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29073 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29074 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29075 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29076 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29077 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29078 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29080 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29081 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29082 { (exit 1); exit 1; }; };;
29083 esac
29084 done
29087 # If the user did not use the arguments to specify the items to instantiate,
29088 # then the envvar interface is used. Set only those that are not.
29089 # We use the long form for the default assignment because of an extremely
29090 # bizarre bug on SunOS 4.1.3.
29091 if $ac_need_defaults; then
29092 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29093 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29094 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29097 # Have a temporary directory for convenience. Make it in the build tree
29098 # simply because there is no reason against having it here, and in addition,
29099 # creating and moving files from /tmp can sometimes cause problems.
29100 # Hook for its removal unless debugging.
29101 # Note that there is a small window in which the directory will not be cleaned:
29102 # after its creation but before its name has been assigned to `$tmp'.
29103 $debug ||
29105 tmp=
29106 trap 'exit_status=$?
29107 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29109 trap '{ (exit 1); exit 1; }' 1 2 13 15
29111 # Create a (secure) tmp directory for tmp files.
29114 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29115 test -n "$tmp" && test -d "$tmp"
29116 } ||
29118 tmp=./conf$$-$RANDOM
29119 (umask 077 && mkdir "$tmp")
29120 } ||
29122 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29123 { (exit 1); exit 1; }
29126 # Set up the scripts for CONFIG_FILES section.
29127 # No need to generate them if there are no CONFIG_FILES.
29128 # This happens for instance with `./config.status config.h'.
29129 if test -n "$CONFIG_FILES"; then
29131 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29132 ac_cs_awk_getline=:
29133 ac_cs_awk_pipe_init=
29134 ac_cs_awk_read_file='
29135 while ((getline aline < (F[key])) > 0)
29136 print(aline)
29137 close(F[key])'
29138 ac_cs_awk_pipe_fini=
29139 else
29140 ac_cs_awk_getline=false
29141 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29142 ac_cs_awk_read_file='
29143 print "|#_!!_#|"
29144 print "cat " F[key] " &&"
29145 '$ac_cs_awk_pipe_init
29146 # The final `:' finishes the AND list.
29147 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29149 ac_cr=' '
29150 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29151 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29152 ac_cs_awk_cr='\\r'
29153 else
29154 ac_cs_awk_cr=$ac_cr
29157 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29158 _ACEOF
29160 # Create commands to substitute file output variables.
29162 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29163 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29164 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29165 echo "_ACAWK" &&
29166 echo "_ACEOF"
29167 } >conf$$files.sh &&
29168 . ./conf$$files.sh ||
29169 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29170 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29171 { (exit 1); exit 1; }; }
29172 rm -f conf$$files.sh
29175 echo "cat >conf$$subs.awk <<_ACEOF" &&
29176 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29177 echo "_ACEOF"
29178 } >conf$$subs.sh ||
29179 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29180 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29181 { (exit 1); exit 1; }; }
29182 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29183 ac_delim='%!_!# '
29184 for ac_last_try in false false false false false :; do
29185 . ./conf$$subs.sh ||
29186 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29187 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29188 { (exit 1); exit 1; }; }
29190 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29191 if test $ac_delim_n = $ac_delim_num; then
29192 break
29193 elif $ac_last_try; then
29194 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29195 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29196 { (exit 1); exit 1; }; }
29197 else
29198 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29200 done
29201 rm -f conf$$subs.sh
29203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29204 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29205 _ACEOF
29206 sed -n '
29208 s/^/S["/; s/!.*/"]=/
29211 s/^[^!]*!//
29212 :repl
29213 t repl
29214 s/'"$ac_delim"'$//
29215 t delim
29218 s/\(.\{148\}\).*/\1/
29219 t more1
29220 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29223 b repl
29224 :more1
29225 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29228 s/.\{148\}//
29229 t nl
29230 :delim
29232 s/\(.\{148\}\).*/\1/
29233 t more2
29234 s/["\\]/\\&/g; s/^/"/; s/$/"/
29237 :more2
29238 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29241 s/.\{148\}//
29242 t delim
29243 ' <conf$$subs.awk | sed '
29244 /^[^""]/{
29246 s/\n//
29248 ' >>$CONFIG_STATUS || ac_write_fail=1
29249 rm -f conf$$subs.awk
29250 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29251 _ACAWK
29252 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29253 for (key in S) S_is_set[key] = 1
29254 FS = "\a"
29255 \$ac_cs_awk_pipe_init
29258 line = $ 0
29259 nfields = split(line, field, "@")
29260 substed = 0
29261 len = length(field[1])
29262 for (i = 2; i < nfields; i++) {
29263 key = field[i]
29264 keylen = length(key)
29265 if (S_is_set[key]) {
29266 value = S[key]
29267 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29268 len += length(value) + length(field[++i])
29269 substed = 1
29270 } else
29271 len += 1 + keylen
29273 if (nfields == 3 && !substed) {
29274 key = field[2]
29275 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29276 \$ac_cs_awk_read_file
29277 next
29280 print line
29282 \$ac_cs_awk_pipe_fini
29283 _ACAWK
29284 _ACEOF
29285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29286 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29287 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29288 else
29290 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29291 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29292 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29293 { (exit 1); exit 1; }; }
29294 _ACEOF
29296 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29297 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29298 # trailing colons and then remove the whole line if VPATH becomes empty
29299 # (actually we leave an empty line to preserve line numbers).
29300 if test "x$srcdir" = x.; then
29301 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29302 s/:*\$(srcdir):*/:/
29303 s/:*\${srcdir}:*/:/
29304 s/:*@srcdir@:*/:/
29305 s/^\([^=]*=[ ]*\):*/\1/
29306 s/:*$//
29307 s/^[^=]*=[ ]*$//
29311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29312 fi # test -n "$CONFIG_FILES"
29314 # Set up the scripts for CONFIG_HEADERS section.
29315 # No need to generate them if there are no CONFIG_HEADERS.
29316 # This happens for instance with `./config.status Makefile'.
29317 if test -n "$CONFIG_HEADERS"; then
29318 cat >"$tmp/defines.awk" <<\_ACAWK ||
29319 BEGIN {
29320 _ACEOF
29322 # Transform confdefs.h into an awk script `defines.awk', embedded as
29323 # here-document in config.status, that substitutes the proper values into
29324 # config.h.in to produce config.h.
29326 # Create a delimiter string that does not exist in confdefs.h, to ease
29327 # handling of long lines.
29328 ac_delim='%!_!# '
29329 for ac_last_try in false false :; do
29330 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29331 if test -z "$ac_t"; then
29332 break
29333 elif $ac_last_try; then
29334 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29335 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29336 { (exit 1); exit 1; }; }
29337 else
29338 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29340 done
29342 # For the awk script, D is an array of macro values keyed by name,
29343 # likewise P contains macro parameters if any. Preserve backslash
29344 # newline sequences.
29346 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29347 sed -n '
29348 s/.\{148\}/&'"$ac_delim"'/g
29349 t rset
29350 :rset
29351 s/^[ ]*#[ ]*define[ ][ ]*/ /
29352 t def
29354 :def
29355 s/\\$//
29356 t bsnl
29357 s/["\\]/\\&/g
29358 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29359 D["\1"]=" \3"/p
29360 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29362 :bsnl
29363 s/["\\]/\\&/g
29364 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29365 D["\1"]=" \3\\\\\\n"\\/p
29366 t cont
29367 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29368 t cont
29370 :cont
29372 s/.\{148\}/&'"$ac_delim"'/g
29373 t clear
29374 :clear
29375 s/\\$//
29376 t bsnlc
29377 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29379 :bsnlc
29380 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29381 b cont
29382 ' <confdefs.h | sed '
29383 s/'"$ac_delim"'/"\\\
29384 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29387 for (key in D) D_is_set[key] = 1
29388 FS = "\a"
29390 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29391 line = \$ 0
29392 split(line, arg, " ")
29393 if (arg[1] == "#") {
29394 defundef = arg[2]
29395 mac1 = arg[3]
29396 } else {
29397 defundef = substr(arg[1], 2)
29398 mac1 = arg[2]
29400 split(mac1, mac2, "(") #)
29401 macro = mac2[1]
29402 prefix = substr(line, 1, index(line, defundef) - 1)
29403 if (D_is_set[macro]) {
29404 # Preserve the white space surrounding the "#".
29405 print prefix "define", macro P[macro] D[macro]
29406 next
29407 } else {
29408 # Replace #undef with comments. This is necessary, for example,
29409 # in the case of _POSIX_SOURCE, which is predefined and required
29410 # on some systems where configure will not decide to define it.
29411 if (defundef == "undef") {
29412 print "/*", prefix defundef, macro, "*/"
29413 next
29417 { print }
29418 _ACAWK
29419 _ACEOF
29420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29421 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29422 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29423 { (exit 1); exit 1; }; }
29424 fi # test -n "$CONFIG_HEADERS"
29427 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29428 shift
29429 for ac_tag
29431 case $ac_tag in
29432 :[FHLC]) ac_mode=$ac_tag; continue;;
29433 esac
29434 case $ac_mode$ac_tag in
29435 :[FHL]*:*);;
29436 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29437 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29438 { (exit 1); exit 1; }; };;
29439 :[FH]-) ac_tag=-:-;;
29440 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29441 esac
29442 ac_save_IFS=$IFS
29443 IFS=:
29444 set x $ac_tag
29445 IFS=$ac_save_IFS
29446 shift
29447 ac_file=$1
29448 shift
29450 case $ac_mode in
29451 :L) ac_source=$1;;
29452 :[FH])
29453 ac_file_inputs=
29454 for ac_f
29456 case $ac_f in
29457 -) ac_f="$tmp/stdin";;
29458 *) # Look for the file first in the build tree, then in the source tree
29459 # (if the path is not absolute). The absolute path cannot be DOS-style,
29460 # because $ac_f cannot contain `:'.
29461 test -f "$ac_f" ||
29462 case $ac_f in
29463 [\\/$]*) false;;
29464 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29465 esac ||
29466 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29467 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29468 { (exit 1); exit 1; }; };;
29469 esac
29470 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29471 ac_file_inputs="$ac_file_inputs '$ac_f'"
29472 done
29474 # Let's still pretend it is `configure' which instantiates (i.e., don't
29475 # use $as_me), people would be surprised to read:
29476 # /* config.h. Generated by config.status. */
29477 configure_input='Generated from '`
29478 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29479 `' by configure.'
29480 if test x"$ac_file" != x-; then
29481 configure_input="$ac_file. $configure_input"
29482 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29483 $as_echo "$as_me: creating $ac_file" >&6;}
29485 # Neutralize special characters interpreted by sed in replacement strings.
29486 case $configure_input in #(
29487 *\&* | *\|* | *\\* )
29488 ac_sed_conf_input=`$as_echo "$configure_input" |
29489 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29490 *) ac_sed_conf_input=$configure_input;;
29491 esac
29493 case $ac_tag in
29494 *:-:* | *:-) cat >"$tmp/stdin" \
29495 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29496 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29497 { (exit 1); exit 1; }; } ;;
29498 esac
29500 esac
29502 ac_dir=`$as_dirname -- "$ac_file" ||
29503 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29504 X"$ac_file" : 'X\(//\)[^/]' \| \
29505 X"$ac_file" : 'X\(//\)$' \| \
29506 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29507 $as_echo X"$ac_file" |
29508 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29509 s//\1/
29512 /^X\(\/\/\)[^/].*/{
29513 s//\1/
29516 /^X\(\/\/\)$/{
29517 s//\1/
29520 /^X\(\/\).*/{
29521 s//\1/
29524 s/.*/./; q'`
29525 { as_dir="$ac_dir"
29526 case $as_dir in #(
29527 -*) as_dir=./$as_dir;;
29528 esac
29529 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29530 as_dirs=
29531 while :; do
29532 case $as_dir in #(
29533 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29534 *) as_qdir=$as_dir;;
29535 esac
29536 as_dirs="'$as_qdir' $as_dirs"
29537 as_dir=`$as_dirname -- "$as_dir" ||
29538 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29539 X"$as_dir" : 'X\(//\)[^/]' \| \
29540 X"$as_dir" : 'X\(//\)$' \| \
29541 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29542 $as_echo X"$as_dir" |
29543 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29544 s//\1/
29547 /^X\(\/\/\)[^/].*/{
29548 s//\1/
29551 /^X\(\/\/\)$/{
29552 s//\1/
29555 /^X\(\/\).*/{
29556 s//\1/
29559 s/.*/./; q'`
29560 test -d "$as_dir" && break
29561 done
29562 test -z "$as_dirs" || eval "mkdir $as_dirs"
29563 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29564 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29565 { (exit 1); exit 1; }; }; }
29566 ac_builddir=.
29568 case "$ac_dir" in
29569 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29571 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29572 # A ".." for each directory in $ac_dir_suffix.
29573 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29574 case $ac_top_builddir_sub in
29575 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29576 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29577 esac ;;
29578 esac
29579 ac_abs_top_builddir=$ac_pwd
29580 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29581 # for backward compatibility:
29582 ac_top_builddir=$ac_top_build_prefix
29584 case $srcdir in
29585 .) # We are building in place.
29586 ac_srcdir=.
29587 ac_top_srcdir=$ac_top_builddir_sub
29588 ac_abs_top_srcdir=$ac_pwd ;;
29589 [\\/]* | ?:[\\/]* ) # Absolute name.
29590 ac_srcdir=$srcdir$ac_dir_suffix;
29591 ac_top_srcdir=$srcdir
29592 ac_abs_top_srcdir=$srcdir ;;
29593 *) # Relative name.
29594 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29595 ac_top_srcdir=$ac_top_build_prefix$srcdir
29596 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29597 esac
29598 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29601 case $ac_mode in
29604 # CONFIG_FILE
29607 case $INSTALL in
29608 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29609 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29610 esac
29611 _ACEOF
29613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29614 # If the template does not know about datarootdir, expand it.
29615 # FIXME: This hack should be removed a few years after 2.60.
29616 ac_datarootdir_hack=; ac_datarootdir_seen=
29618 ac_sed_dataroot='
29619 /datarootdir/ {
29623 /@datadir@/p
29624 /@docdir@/p
29625 /@infodir@/p
29626 /@localedir@/p
29627 /@mandir@/p
29629 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29630 *datarootdir*) ac_datarootdir_seen=yes;;
29631 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29632 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29633 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29634 _ACEOF
29635 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29636 ac_datarootdir_hack='
29637 s&@datadir@&$datadir&g
29638 s&@docdir@&$docdir&g
29639 s&@infodir@&$infodir&g
29640 s&@localedir@&$localedir&g
29641 s&@mandir@&$mandir&g
29642 s&\\\${datarootdir}&$datarootdir&g' ;;
29643 esac
29644 _ACEOF
29646 # Neutralize VPATH when `$srcdir' = `.'.
29647 # Shell code in configure.ac might set extrasub.
29648 # FIXME: do we really want to maintain this feature?
29649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29650 ac_sed_extra="$ac_vpsub
29651 $extrasub
29652 _ACEOF
29653 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29655 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29656 s|@configure_input@|$ac_sed_conf_input|;t t
29657 s&@top_builddir@&$ac_top_builddir_sub&;t t
29658 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29659 s&@srcdir@&$ac_srcdir&;t t
29660 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29661 s&@top_srcdir@&$ac_top_srcdir&;t t
29662 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29663 s&@builddir@&$ac_builddir&;t t
29664 s&@abs_builddir@&$ac_abs_builddir&;t t
29665 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29666 s&@INSTALL@&$ac_INSTALL&;t t
29667 $ac_datarootdir_hack
29669 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29670 if $ac_cs_awk_getline; then
29671 $AWK -f "$tmp/subs.awk"
29672 else
29673 $AWK -f "$tmp/subs.awk" | $SHELL
29674 fi >$tmp/out \
29675 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29676 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29677 { (exit 1); exit 1; }; }
29679 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29680 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29681 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29682 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29683 which seems to be undefined. Please make sure it is defined." >&5
29684 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29685 which seems to be undefined. Please make sure it is defined." >&2;}
29687 rm -f "$tmp/stdin"
29688 case $ac_file in
29689 -) cat "$tmp/out" && rm -f "$tmp/out";;
29690 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29691 esac \
29692 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29693 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29694 { (exit 1); exit 1; }; }
29698 # CONFIG_HEADER
29700 if test x"$ac_file" != x-; then
29702 $as_echo "/* $configure_input */" \
29703 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29704 } >"$tmp/config.h" \
29705 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29706 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29707 { (exit 1); exit 1; }; }
29708 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29709 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29710 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29711 else
29712 rm -f "$ac_file"
29713 mv "$tmp/config.h" "$ac_file" \
29714 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29715 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29716 { (exit 1); exit 1; }; }
29718 else
29719 $as_echo "/* $configure_input */" \
29720 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29721 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29722 $as_echo "$as_me: error: could not create -" >&2;}
29723 { (exit 1); exit 1; }; }
29727 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29728 $as_echo "$as_me: executing $ac_file commands" >&6;}
29730 esac
29733 case $ac_file$ac_mode in
29734 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29735 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29736 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29737 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29738 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29739 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29740 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29741 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29742 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29743 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29744 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29745 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29746 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29748 esac
29749 done # for ac_tag
29752 { (exit 0); exit 0; }
29753 _ACEOF
29754 chmod +x $CONFIG_STATUS
29755 ac_clean_files=$ac_clean_files_save
29757 test $ac_write_fail = 0 ||
29758 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29759 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29760 { (exit 1); exit 1; }; }
29763 # configure is writing to config.log, and then calls config.status.
29764 # config.status does its own redirection, appending to config.log.
29765 # Unfortunately, on DOS this fails, as config.log is still kept open
29766 # by configure, so config.status won't be able to write to it; its
29767 # output is simply discarded. So we exec the FD to /dev/null,
29768 # effectively closing config.log, so it can be properly (re)opened and
29769 # appended to by config.status. When coming back to configure, we
29770 # need to make the FD available again.
29771 if test "$no_create" != yes; then
29772 ac_cs_success=:
29773 ac_config_status_args=
29774 test "$silent" = yes &&
29775 ac_config_status_args="$ac_config_status_args --quiet"
29776 exec 5>/dev/null
29777 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29778 exec 5>>config.log
29779 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29780 # would make configure fail if this is the last instruction.
29781 $ac_cs_success || { (exit 1); exit 1; }
29783 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29784 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29785 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29789 if test "$no_create" = "yes"
29790 then
29791 exit 0
29794 ac_save_IFS="$IFS"
29795 if test "x$wine_notices != "x; then
29796 echo >&6
29797 IFS="|"
29798 for msg in $wine_notices; do
29799 IFS="$ac_save_IFS"
29800 if test -n "$msg"; then
29801 { $as_echo "$as_me:$LINENO: $msg" >&5
29802 $as_echo "$as_me: $msg" >&6;}
29804 done
29806 IFS="|"
29807 for msg in $wine_warnings; do
29808 IFS="$ac_save_IFS"
29809 if test -n "$msg"; then
29810 echo >&2
29811 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29812 $as_echo "$as_me: WARNING: $msg" >&2;}
29814 done
29815 IFS="$ac_save_IFS"
29817 echo "
29818 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29819 " >&6