gdiplus: Add stub for GdipBitmapSetPixel.
[wine/hacks.git] / configure
blobfa8add29a2188adf87a655bec7cb81a1c8559439
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.20.
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.20'
600 PACKAGE_STRING='Wine 1.1.20'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.20 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.20:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.20
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.20, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*|*-cygwin*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_w32skrnl=${enable_w32skrnl:-no}
3905 enable_winedos=${enable_winedos:-no}
3906 enable_winevdm=${enable_winevdm:-no}
3909 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3910 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3911 if test "${wine_cv_toolsdir+set}" = set; then
3912 $as_echo_n "(cached) " >&6
3913 else
3914 if test -z "$with_wine_tools"; then
3915 if test "$cross_compiling" = "yes"; then
3916 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3917 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3918 { (exit 1); exit 1; }; }
3919 else
3920 wine_cv_toolsdir="\$(TOPOBJDIR)"
3922 elif test -d "$with_wine_tools/tools/winebuild"; then
3923 case $with_wine_tools in
3924 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3925 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3926 esac
3927 else
3928 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3929 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3930 { (exit 1); exit 1; }; }
3933 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3934 $as_echo "$wine_cv_toolsdir" >&6; }
3935 TOOLSDIR=$wine_cv_toolsdir
3937 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3938 then
3939 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3943 for ac_prog in flex
3945 # Extract the first word of "$ac_prog", so it can be a program name with args.
3946 set dummy $ac_prog; ac_word=$2
3947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if test "${ac_cv_prog_FLEX+set}" = set; then
3950 $as_echo_n "(cached) " >&6
3951 else
3952 if test -n "$FLEX"; then
3953 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3954 else
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_exec_ext in '' $ac_executable_extensions; do
3961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3962 ac_cv_prog_FLEX="$ac_prog"
3963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 break 2
3966 done
3967 done
3968 IFS=$as_save_IFS
3972 FLEX=$ac_cv_prog_FLEX
3973 if test -n "$FLEX"; then
3974 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3975 $as_echo "$FLEX" >&6; }
3976 else
3977 { $as_echo "$as_me:$LINENO: result: no" >&5
3978 $as_echo "no" >&6; }
3982 test -n "$FLEX" && break
3983 done
3984 test -n "$FLEX" || FLEX="none"
3986 if test "$FLEX" = "none"
3987 then
3988 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3989 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3990 { (exit 1); exit 1; }; }
3993 for ac_prog in bison
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996 set dummy $ac_prog; ac_word=$2
3997 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3998 $as_echo_n "checking for $ac_word... " >&6; }
3999 if test "${ac_cv_prog_BISON+set}" = set; then
4000 $as_echo_n "(cached) " >&6
4001 else
4002 if test -n "$BISON"; then
4003 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4004 else
4005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 for as_dir in $PATH
4008 IFS=$as_save_IFS
4009 test -z "$as_dir" && as_dir=.
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4012 ac_cv_prog_BISON="$ac_prog"
4013 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 break 2
4016 done
4017 done
4018 IFS=$as_save_IFS
4022 BISON=$ac_cv_prog_BISON
4023 if test -n "$BISON"; then
4024 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4025 $as_echo "$BISON" >&6; }
4026 else
4027 { $as_echo "$as_me:$LINENO: result: no" >&5
4028 $as_echo "no" >&6; }
4032 test -n "$BISON" && break
4033 done
4034 test -n "$BISON" || BISON="none"
4036 if test "$BISON" = "none"
4037 then
4038 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4039 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4040 { (exit 1); exit 1; }; }
4043 if test -n "$ac_tool_prefix"; then
4044 for ac_prog in gas as
4046 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4047 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4048 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4049 $as_echo_n "checking for $ac_word... " >&6; }
4050 if test "${ac_cv_prog_AS+set}" = set; then
4051 $as_echo_n "(cached) " >&6
4052 else
4053 if test -n "$AS"; then
4054 ac_cv_prog_AS="$AS" # Let the user override the test.
4055 else
4056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057 for as_dir in $PATH
4059 IFS=$as_save_IFS
4060 test -z "$as_dir" && as_dir=.
4061 for ac_exec_ext in '' $ac_executable_extensions; do
4062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4063 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4064 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4065 break 2
4067 done
4068 done
4069 IFS=$as_save_IFS
4073 AS=$ac_cv_prog_AS
4074 if test -n "$AS"; then
4075 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4076 $as_echo "$AS" >&6; }
4077 else
4078 { $as_echo "$as_me:$LINENO: result: no" >&5
4079 $as_echo "no" >&6; }
4083 test -n "$AS" && break
4084 done
4086 if test -z "$AS"; then
4087 ac_ct_AS=$AS
4088 for ac_prog in gas as
4090 # Extract the first word of "$ac_prog", so it can be a program name with args.
4091 set dummy $ac_prog; ac_word=$2
4092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4093 $as_echo_n "checking for $ac_word... " >&6; }
4094 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4095 $as_echo_n "(cached) " >&6
4096 else
4097 if test -n "$ac_ct_AS"; then
4098 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4099 else
4100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4101 for as_dir in $PATH
4103 IFS=$as_save_IFS
4104 test -z "$as_dir" && as_dir=.
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4107 ac_cv_prog_ac_ct_AS="$ac_prog"
4108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4109 break 2
4111 done
4112 done
4113 IFS=$as_save_IFS
4117 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4118 if test -n "$ac_ct_AS"; then
4119 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4120 $as_echo "$ac_ct_AS" >&6; }
4121 else
4122 { $as_echo "$as_me:$LINENO: result: no" >&5
4123 $as_echo "no" >&6; }
4127 test -n "$ac_ct_AS" && break
4128 done
4130 if test "x$ac_ct_AS" = x; then
4131 AS="as"
4132 else
4133 case $cross_compiling:$ac_tool_warned in
4134 yes:)
4135 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4137 ac_tool_warned=yes ;;
4138 esac
4139 AS=$ac_ct_AS
4143 if test -n "$ac_tool_prefix"; then
4144 for ac_prog in ld gld
4146 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4147 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4148 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_LD+set}" = set; then
4151 $as_echo_n "(cached) " >&6
4152 else
4153 if test -n "$LD"; then
4154 ac_cv_prog_LD="$LD" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4164 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 break 2
4167 done
4168 done
4169 IFS=$as_save_IFS
4173 LD=$ac_cv_prog_LD
4174 if test -n "$LD"; then
4175 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4176 $as_echo "$LD" >&6; }
4177 else
4178 { $as_echo "$as_me:$LINENO: result: no" >&5
4179 $as_echo "no" >&6; }
4183 test -n "$LD" && break
4184 done
4186 if test -z "$LD"; then
4187 ac_ct_LD=$LD
4188 for ac_prog in ld gld
4190 # Extract the first word of "$ac_prog", so it can be a program name with args.
4191 set dummy $ac_prog; ac_word=$2
4192 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4193 $as_echo_n "checking for $ac_word... " >&6; }
4194 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4195 $as_echo_n "(cached) " >&6
4196 else
4197 if test -n "$ac_ct_LD"; then
4198 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4199 else
4200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4201 for as_dir in $PATH
4203 IFS=$as_save_IFS
4204 test -z "$as_dir" && as_dir=.
4205 for ac_exec_ext in '' $ac_executable_extensions; do
4206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4207 ac_cv_prog_ac_ct_LD="$ac_prog"
4208 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4209 break 2
4211 done
4212 done
4213 IFS=$as_save_IFS
4217 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4218 if test -n "$ac_ct_LD"; then
4219 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4220 $as_echo "$ac_ct_LD" >&6; }
4221 else
4222 { $as_echo "$as_me:$LINENO: result: no" >&5
4223 $as_echo "no" >&6; }
4227 test -n "$ac_ct_LD" && break
4228 done
4230 if test "x$ac_ct_LD" = x; then
4231 LD="ld"
4232 else
4233 case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239 LD=$ac_ct_LD
4243 if test -n "$ac_tool_prefix"; then
4244 for ac_prog in nm gnm
4246 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4247 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4248 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4249 $as_echo_n "checking for $ac_word... " >&6; }
4250 if test "${ac_cv_prog_NM+set}" = set; then
4251 $as_echo_n "(cached) " >&6
4252 else
4253 if test -n "$NM"; then
4254 ac_cv_prog_NM="$NM" # Let the user override the test.
4255 else
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4264 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4267 done
4268 done
4269 IFS=$as_save_IFS
4273 NM=$ac_cv_prog_NM
4274 if test -n "$NM"; then
4275 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4276 $as_echo "$NM" >&6; }
4277 else
4278 { $as_echo "$as_me:$LINENO: result: no" >&5
4279 $as_echo "no" >&6; }
4283 test -n "$NM" && break
4284 done
4286 if test -z "$NM"; then
4287 ac_ct_NM=$NM
4288 for ac_prog in nm gnm
4290 # Extract the first word of "$ac_prog", so it can be a program name with args.
4291 set dummy $ac_prog; ac_word=$2
4292 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -n "$ac_ct_NM"; then
4298 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4299 else
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_ac_ct_NM="$ac_prog"
4308 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4311 done
4312 done
4313 IFS=$as_save_IFS
4317 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4318 if test -n "$ac_ct_NM"; then
4319 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4320 $as_echo "$ac_ct_NM" >&6; }
4321 else
4322 { $as_echo "$as_me:$LINENO: result: no" >&5
4323 $as_echo "no" >&6; }
4327 test -n "$ac_ct_NM" && break
4328 done
4330 if test "x$ac_ct_NM" = x; then
4331 NM="nm"
4332 else
4333 case $cross_compiling:$ac_tool_warned in
4334 yes:)
4335 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337 ac_tool_warned=yes ;;
4338 esac
4339 NM=$ac_ct_NM
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in ar gar
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_AR+set}" = set; then
4351 $as_echo_n "(cached) " >&6
4352 else
4353 if test -n "$AR"; then
4354 ac_cv_prog_AR="$AR" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4365 break 2
4367 done
4368 done
4369 IFS=$as_save_IFS
4373 AR=$ac_cv_prog_AR
4374 if test -n "$AR"; then
4375 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4376 $as_echo "$AR" >&6; }
4377 else
4378 { $as_echo "$as_me:$LINENO: result: no" >&5
4379 $as_echo "no" >&6; }
4383 test -n "$AR" && break
4384 done
4386 if test -z "$AR"; then
4387 ac_ct_AR=$AR
4388 for ac_prog in ar gar
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4395 $as_echo_n "(cached) " >&6
4396 else
4397 if test -n "$ac_ct_AR"; then
4398 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_ac_ct_AR="$ac_prog"
4408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4411 done
4412 done
4413 IFS=$as_save_IFS
4417 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4418 if test -n "$ac_ct_AR"; then
4419 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4420 $as_echo "$ac_ct_AR" >&6; }
4421 else
4422 { $as_echo "$as_me:$LINENO: result: no" >&5
4423 $as_echo "no" >&6; }
4427 test -n "$ac_ct_AR" && break
4428 done
4430 if test "x$ac_ct_AR" = x; then
4431 AR="ar"
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439 AR=$ac_ct_AR
4443 ARFLAGS=rc
4445 if test -n "$ac_tool_prefix"; then
4446 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4447 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4449 $as_echo_n "checking for $ac_word... " >&6; }
4450 if test "${ac_cv_prog_RANLIB+set}" = set; then
4451 $as_echo_n "(cached) " >&6
4452 else
4453 if test -n "$RANLIB"; then
4454 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4455 else
4456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_exec_ext in '' $ac_executable_extensions; do
4462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4463 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 break 2
4467 done
4468 done
4469 IFS=$as_save_IFS
4473 RANLIB=$ac_cv_prog_RANLIB
4474 if test -n "$RANLIB"; then
4475 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4476 $as_echo "$RANLIB" >&6; }
4477 else
4478 { $as_echo "$as_me:$LINENO: result: no" >&5
4479 $as_echo "no" >&6; }
4484 if test -z "$ac_cv_prog_RANLIB"; then
4485 ac_ct_RANLIB=$RANLIB
4486 # Extract the first word of "ranlib", so it can be a program name with args.
4487 set dummy ranlib; ac_word=$2
4488 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4489 $as_echo_n "checking for $ac_word... " >&6; }
4490 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4491 $as_echo_n "(cached) " >&6
4492 else
4493 if test -n "$ac_ct_RANLIB"; then
4494 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4495 else
4496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4497 for as_dir in $PATH
4499 IFS=$as_save_IFS
4500 test -z "$as_dir" && as_dir=.
4501 for ac_exec_ext in '' $ac_executable_extensions; do
4502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4503 ac_cv_prog_ac_ct_RANLIB="ranlib"
4504 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4505 break 2
4507 done
4508 done
4509 IFS=$as_save_IFS
4513 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4514 if test -n "$ac_ct_RANLIB"; then
4515 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4516 $as_echo "$ac_ct_RANLIB" >&6; }
4517 else
4518 { $as_echo "$as_me:$LINENO: result: no" >&5
4519 $as_echo "no" >&6; }
4522 if test "x$ac_ct_RANLIB" = x; then
4523 RANLIB=":"
4524 else
4525 case $cross_compiling:$ac_tool_warned in
4526 yes:)
4527 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4528 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4529 ac_tool_warned=yes ;;
4530 esac
4531 RANLIB=$ac_ct_RANLIB
4533 else
4534 RANLIB="$ac_cv_prog_RANLIB"
4537 if test -n "$ac_tool_prefix"; then
4538 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4539 set dummy ${ac_tool_prefix}strip; ac_word=$2
4540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if test "${ac_cv_prog_STRIP+set}" = set; then
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$STRIP"; then
4546 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 STRIP=$ac_cv_prog_STRIP
4566 if test -n "$STRIP"; then
4567 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4568 $as_echo "$STRIP" >&6; }
4569 else
4570 { $as_echo "$as_me:$LINENO: result: no" >&5
4571 $as_echo "no" >&6; }
4576 if test -z "$ac_cv_prog_STRIP"; then
4577 ac_ct_STRIP=$STRIP
4578 # Extract the first word of "strip", so it can be a program name with args.
4579 set dummy strip; ac_word=$2
4580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -n "$ac_ct_STRIP"; then
4586 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_ac_ct_STRIP="strip"
4596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4606 if test -n "$ac_ct_STRIP"; then
4607 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4608 $as_echo "$ac_ct_STRIP" >&6; }
4609 else
4610 { $as_echo "$as_me:$LINENO: result: no" >&5
4611 $as_echo "no" >&6; }
4614 if test "x$ac_ct_STRIP" = x; then
4615 STRIP="strip"
4616 else
4617 case $cross_compiling:$ac_tool_warned in
4618 yes:)
4619 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4621 ac_tool_warned=yes ;;
4622 esac
4623 STRIP=$ac_ct_STRIP
4625 else
4626 STRIP="$ac_cv_prog_STRIP"
4629 if test -n "$ac_tool_prefix"; then
4630 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4631 set dummy ${ac_tool_prefix}windres; ac_word=$2
4632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4633 $as_echo_n "checking for $ac_word... " >&6; }
4634 if test "${ac_cv_prog_WINDRES+set}" = set; then
4635 $as_echo_n "(cached) " >&6
4636 else
4637 if test -n "$WINDRES"; then
4638 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4639 else
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_exec_ext in '' $ac_executable_extensions; do
4646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4647 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4649 break 2
4651 done
4652 done
4653 IFS=$as_save_IFS
4657 WINDRES=$ac_cv_prog_WINDRES
4658 if test -n "$WINDRES"; then
4659 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4660 $as_echo "$WINDRES" >&6; }
4661 else
4662 { $as_echo "$as_me:$LINENO: result: no" >&5
4663 $as_echo "no" >&6; }
4668 if test -z "$ac_cv_prog_WINDRES"; then
4669 ac_ct_WINDRES=$WINDRES
4670 # Extract the first word of "windres", so it can be a program name with args.
4671 set dummy windres; ac_word=$2
4672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 $as_echo_n "checking for $ac_word... " >&6; }
4674 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4675 $as_echo_n "(cached) " >&6
4676 else
4677 if test -n "$ac_ct_WINDRES"; then
4678 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4679 else
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 for as_dir in $PATH
4683 IFS=$as_save_IFS
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_ac_ct_WINDRES="windres"
4688 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4691 done
4692 done
4693 IFS=$as_save_IFS
4697 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4698 if test -n "$ac_ct_WINDRES"; then
4699 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4700 $as_echo "$ac_ct_WINDRES" >&6; }
4701 else
4702 { $as_echo "$as_me:$LINENO: result: no" >&5
4703 $as_echo "no" >&6; }
4706 if test "x$ac_ct_WINDRES" = x; then
4707 WINDRES="false"
4708 else
4709 case $cross_compiling:$ac_tool_warned in
4710 yes:)
4711 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4713 ac_tool_warned=yes ;;
4714 esac
4715 WINDRES=$ac_ct_WINDRES
4717 else
4718 WINDRES="$ac_cv_prog_WINDRES"
4721 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4722 $as_echo_n "checking whether ln -s works... " >&6; }
4723 LN_S=$as_ln_s
4724 if test "$LN_S" = "ln -s"; then
4725 { $as_echo "$as_me:$LINENO: result: yes" >&5
4726 $as_echo "yes" >&6; }
4727 else
4728 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4729 $as_echo "no, using $LN_S" >&6; }
4732 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4733 $as_echo_n "checking whether ln works... " >&6; }
4734 rm -f conf$$ conf$$.file
4735 echo >conf$$.file
4736 if ln conf$$.file conf$$ 2>/dev/null; then
4737 LN=ln
4739 { $as_echo "$as_me:$LINENO: result: yes" >&5
4740 $as_echo "yes" >&6; }
4741 else
4742 LN="cp -p"
4744 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4745 $as_echo "no, using $LN" >&6; }
4747 rm -f conf$$ conf$$.file
4748 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4749 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4750 if test "${ac_cv_path_GREP+set}" = set; then
4751 $as_echo_n "(cached) " >&6
4752 else
4753 if test -z "$GREP"; then
4754 ac_path_GREP_found=false
4755 # Loop through the user's path and test for each of PROGNAME-LIST
4756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4757 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4759 IFS=$as_save_IFS
4760 test -z "$as_dir" && as_dir=.
4761 for ac_prog in grep ggrep; do
4762 for ac_exec_ext in '' $ac_executable_extensions; do
4763 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4764 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4765 # Check for GNU ac_path_GREP and select it if it is found.
4766 # Check for GNU $ac_path_GREP
4767 case `"$ac_path_GREP" --version 2>&1` in
4768 *GNU*)
4769 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4771 ac_count=0
4772 $as_echo_n 0123456789 >"conftest.in"
4773 while :
4775 cat "conftest.in" "conftest.in" >"conftest.tmp"
4776 mv "conftest.tmp" "conftest.in"
4777 cp "conftest.in" "conftest.nl"
4778 $as_echo 'GREP' >> "conftest.nl"
4779 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4780 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4781 ac_count=`expr $ac_count + 1`
4782 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4783 # Best one so far, save it but keep looking for a better one
4784 ac_cv_path_GREP="$ac_path_GREP"
4785 ac_path_GREP_max=$ac_count
4787 # 10*(2^10) chars as input seems more than enough
4788 test $ac_count -gt 10 && break
4789 done
4790 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4791 esac
4793 $ac_path_GREP_found && break 3
4794 done
4795 done
4796 done
4797 IFS=$as_save_IFS
4798 if test -z "$ac_cv_path_GREP"; then
4799 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4800 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4801 { (exit 1); exit 1; }; }
4803 else
4804 ac_cv_path_GREP=$GREP
4808 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4809 $as_echo "$ac_cv_path_GREP" >&6; }
4810 GREP="$ac_cv_path_GREP"
4813 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4814 $as_echo_n "checking for egrep... " >&6; }
4815 if test "${ac_cv_path_EGREP+set}" = set; then
4816 $as_echo_n "(cached) " >&6
4817 else
4818 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4819 then ac_cv_path_EGREP="$GREP -E"
4820 else
4821 if test -z "$EGREP"; then
4822 ac_path_EGREP_found=false
4823 # Loop through the user's path and test for each of PROGNAME-LIST
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_prog in egrep; do
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4832 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4833 # Check for GNU ac_path_EGREP and select it if it is found.
4834 # Check for GNU $ac_path_EGREP
4835 case `"$ac_path_EGREP" --version 2>&1` in
4836 *GNU*)
4837 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4839 ac_count=0
4840 $as_echo_n 0123456789 >"conftest.in"
4841 while :
4843 cat "conftest.in" "conftest.in" >"conftest.tmp"
4844 mv "conftest.tmp" "conftest.in"
4845 cp "conftest.in" "conftest.nl"
4846 $as_echo 'EGREP' >> "conftest.nl"
4847 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4848 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4849 ac_count=`expr $ac_count + 1`
4850 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4851 # Best one so far, save it but keep looking for a better one
4852 ac_cv_path_EGREP="$ac_path_EGREP"
4853 ac_path_EGREP_max=$ac_count
4855 # 10*(2^10) chars as input seems more than enough
4856 test $ac_count -gt 10 && break
4857 done
4858 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4859 esac
4861 $ac_path_EGREP_found && break 3
4862 done
4863 done
4864 done
4865 IFS=$as_save_IFS
4866 if test -z "$ac_cv_path_EGREP"; then
4867 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4868 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4869 { (exit 1); exit 1; }; }
4871 else
4872 ac_cv_path_EGREP=$EGREP
4877 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4878 $as_echo "$ac_cv_path_EGREP" >&6; }
4879 EGREP="$ac_cv_path_EGREP"
4882 # Extract the first word of "ldconfig", so it can be a program name with args.
4883 set dummy ldconfig; ac_word=$2
4884 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4885 $as_echo_n "checking for $ac_word... " >&6; }
4886 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4887 $as_echo_n "(cached) " >&6
4888 else
4889 case $LDCONFIG in
4890 [\\/]* | ?:[\\/]*)
4891 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4895 for as_dir in /sbin /usr/sbin $PATH
4897 IFS=$as_save_IFS
4898 test -z "$as_dir" && as_dir=.
4899 for ac_exec_ext in '' $ac_executable_extensions; do
4900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4901 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4902 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4903 break 2
4905 done
4906 done
4907 IFS=$as_save_IFS
4909 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4911 esac
4913 LDCONFIG=$ac_cv_path_LDCONFIG
4914 if test -n "$LDCONFIG"; then
4915 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4916 $as_echo "$LDCONFIG" >&6; }
4917 else
4918 { $as_echo "$as_me:$LINENO: result: no" >&5
4919 $as_echo "no" >&6; }
4923 # Find a good install program. We prefer a C program (faster),
4924 # so one script is as good as another. But avoid the broken or
4925 # incompatible versions:
4926 # SysV /etc/install, /usr/sbin/install
4927 # SunOS /usr/etc/install
4928 # IRIX /sbin/install
4929 # AIX /bin/install
4930 # AmigaOS /C/install, which installs bootblocks on floppy discs
4931 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4932 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4933 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4934 # OS/2's system install, which has a completely different semantic
4935 # ./install, which can be erroneously created by make from ./install.sh.
4936 # Reject install programs that cannot install multiple files.
4937 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4938 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4939 if test -z "$INSTALL"; then
4940 if test "${ac_cv_path_install+set}" = set; then
4941 $as_echo_n "(cached) " >&6
4942 else
4943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4944 for as_dir in $PATH
4946 IFS=$as_save_IFS
4947 test -z "$as_dir" && as_dir=.
4948 # Account for people who put trailing slashes in PATH elements.
4949 case $as_dir/ in
4950 ./ | .// | /cC/* | \
4951 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4952 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4953 /usr/ucb/* ) ;;
4955 # OSF1 and SCO ODT 3.0 have their own names for install.
4956 # Don't use installbsd from OSF since it installs stuff as root
4957 # by default.
4958 for ac_prog in ginstall scoinst install; do
4959 for ac_exec_ext in '' $ac_executable_extensions; do
4960 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4961 if test $ac_prog = install &&
4962 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4963 # AIX install. It has an incompatible calling convention.
4965 elif test $ac_prog = install &&
4966 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4967 # program-specific install script used by HP pwplus--don't use.
4969 else
4970 rm -rf conftest.one conftest.two conftest.dir
4971 echo one > conftest.one
4972 echo two > conftest.two
4973 mkdir conftest.dir
4974 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4975 test -s conftest.one && test -s conftest.two &&
4976 test -s conftest.dir/conftest.one &&
4977 test -s conftest.dir/conftest.two
4978 then
4979 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4980 break 3
4984 done
4985 done
4987 esac
4989 done
4990 IFS=$as_save_IFS
4992 rm -rf conftest.one conftest.two conftest.dir
4995 if test "${ac_cv_path_install+set}" = set; then
4996 INSTALL=$ac_cv_path_install
4997 else
4998 # As a last resort, use the slow shell script. Don't cache a
4999 # value for INSTALL within a source directory, because that will
5000 # break other packages using the cache if that directory is
5001 # removed, or if the value is a relative name.
5002 INSTALL=$ac_install_sh
5005 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5006 $as_echo "$INSTALL" >&6; }
5008 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5009 # It thinks the first close brace ends the variable substitution.
5010 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5012 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5014 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5016 case "$INSTALL" in
5017 [\\/$]* | ?:[\\/]* ) ;;
5018 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5019 esac
5021 for ac_prog in lclint lint
5023 # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_LINT+set}" = set; then
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$LINT"; then
5031 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_LINT="$ac_prog"
5041 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 LINT=$ac_cv_prog_LINT
5051 if test -n "$LINT"; then
5052 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5053 $as_echo "$LINT" >&6; }
5054 else
5055 { $as_echo "$as_me:$LINENO: result: no" >&5
5056 $as_echo "no" >&6; }
5060 test -n "$LINT" && break
5061 done
5063 if test "$LINT" = "lint"
5064 then
5065 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5070 for ac_prog in fontforge
5072 # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5077 $as_echo_n "(cached) " >&6
5078 else
5079 if test -n "$FONTFORGE"; then
5080 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_FONTFORGE="$ac_prog"
5090 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 FONTFORGE=$ac_cv_prog_FONTFORGE
5100 if test -n "$FONTFORGE"; then
5101 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5102 $as_echo "$FONTFORGE" >&6; }
5103 else
5104 { $as_echo "$as_me:$LINENO: result: no" >&5
5105 $as_echo "no" >&6; }
5109 test -n "$FONTFORGE" && break
5110 done
5111 test -n "$FONTFORGE" || FONTFORGE="false"
5113 for ac_prog in pkg-config
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy $ac_prog; ac_word=$2
5117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$PKG_CONFIG"; then
5123 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_PKG_CONFIG="$ac_prog"
5133 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5143 if test -n "$PKG_CONFIG"; then
5144 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5145 $as_echo "$PKG_CONFIG" >&6; }
5146 else
5147 { $as_echo "$as_me:$LINENO: result: no" >&5
5148 $as_echo "no" >&6; }
5152 test -n "$PKG_CONFIG" && break
5153 done
5154 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5156 for ac_prog in rsvg
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy $ac_prog; ac_word=$2
5160 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if test "${ac_cv_prog_RSVG+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 if test -n "$RSVG"; then
5166 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5167 else
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in $PATH
5171 IFS=$as_save_IFS
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5175 ac_cv_prog_RSVG="$ac_prog"
5176 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 break 2
5179 done
5180 done
5181 IFS=$as_save_IFS
5185 RSVG=$ac_cv_prog_RSVG
5186 if test -n "$RSVG"; then
5187 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5188 $as_echo "$RSVG" >&6; }
5189 else
5190 { $as_echo "$as_me:$LINENO: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$RSVG" && break
5196 done
5197 test -n "$RSVG" || RSVG="false"
5199 for ac_prog in icotool
5201 # Extract the first word of "$ac_prog", so it can be a program name with args.
5202 set dummy $ac_prog; ac_word=$2
5203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5204 $as_echo_n "checking for $ac_word... " >&6; }
5205 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5206 $as_echo_n "(cached) " >&6
5207 else
5208 if test -n "$ICOTOOL"; then
5209 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5210 else
5211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212 for as_dir in $PATH
5214 IFS=$as_save_IFS
5215 test -z "$as_dir" && as_dir=.
5216 for ac_exec_ext in '' $ac_executable_extensions; do
5217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5218 ac_cv_prog_ICOTOOL="$ac_prog"
5219 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5220 break 2
5222 done
5223 done
5224 IFS=$as_save_IFS
5228 ICOTOOL=$ac_cv_prog_ICOTOOL
5229 if test -n "$ICOTOOL"; then
5230 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5231 $as_echo "$ICOTOOL" >&6; }
5232 else
5233 { $as_echo "$as_me:$LINENO: result: no" >&5
5234 $as_echo "no" >&6; }
5238 test -n "$ICOTOOL" && break
5239 done
5240 test -n "$ICOTOOL" || ICOTOOL="false"
5243 if test "${enable_maintainer_mode+set}" = set
5244 then
5245 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5246 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5247 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5250 case $host_cpu in
5251 *i[3456789]86*)
5252 # Extract the first word of "prelink", so it can be a program name with args.
5253 set dummy prelink; ac_word=$2
5254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5255 $as_echo_n "checking for $ac_word... " >&6; }
5256 if test "${ac_cv_path_PRELINK+set}" = set; then
5257 $as_echo_n "(cached) " >&6
5258 else
5259 case $PRELINK in
5260 [\\/]* | ?:[\\/]*)
5261 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5265 for as_dir in /sbin /usr/sbin $PATH
5267 IFS=$as_save_IFS
5268 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do
5270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5271 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5272 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5273 break 2
5275 done
5276 done
5277 IFS=$as_save_IFS
5279 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5281 esac
5283 PRELINK=$ac_cv_path_PRELINK
5284 if test -n "$PRELINK"; then
5285 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5286 $as_echo "$PRELINK" >&6; }
5287 else
5288 { $as_echo "$as_me:$LINENO: result: no" >&5
5289 $as_echo "no" >&6; }
5294 esac
5298 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5299 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5300 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5301 $as_echo_n "(cached) " >&6
5302 else
5303 ac_check_lib_save_LIBS=$LIBS
5304 LIBS="-li386 $LIBS"
5305 cat >conftest.$ac_ext <<_ACEOF
5306 /* confdefs.h. */
5307 _ACEOF
5308 cat confdefs.h >>conftest.$ac_ext
5309 cat >>conftest.$ac_ext <<_ACEOF
5310 /* end confdefs.h. */
5312 /* Override any GCC internal prototype to avoid an error.
5313 Use char because int might match the return type of a GCC
5314 builtin and then its argument prototype would still apply. */
5315 #ifdef __cplusplus
5316 extern "C"
5317 #endif
5318 char i386_set_ldt ();
5320 main ()
5322 return i386_set_ldt ();
5324 return 0;
5326 _ACEOF
5327 rm -f conftest.$ac_objext conftest$ac_exeext
5328 if { (ac_try="$ac_link"
5329 case "(($ac_try" in
5330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5331 *) ac_try_echo=$ac_try;;
5332 esac
5333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5334 $as_echo "$ac_try_echo") >&5
5335 (eval "$ac_link") 2>conftest.er1
5336 ac_status=$?
5337 grep -v '^ *+' conftest.er1 >conftest.err
5338 rm -f conftest.er1
5339 cat conftest.err >&5
5340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); } && {
5342 test -z "$ac_c_werror_flag" ||
5343 test ! -s conftest.err
5344 } && test -s conftest$ac_exeext && {
5345 test "$cross_compiling" = yes ||
5346 $as_test_x conftest$ac_exeext
5347 }; then
5348 ac_cv_lib_i386_i386_set_ldt=yes
5349 else
5350 $as_echo "$as_me: failed program was:" >&5
5351 sed 's/^/| /' conftest.$ac_ext >&5
5353 ac_cv_lib_i386_i386_set_ldt=no
5356 rm -rf conftest.dSYM
5357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5358 conftest$ac_exeext conftest.$ac_ext
5359 LIBS=$ac_check_lib_save_LIBS
5361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5362 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5363 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5364 cat >>confdefs.h <<_ACEOF
5365 #define HAVE_LIBI386 1
5366 _ACEOF
5368 LIBS="-li386 $LIBS"
5373 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5374 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5375 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5376 $as_echo_n "(cached) " >&6
5377 else
5378 ac_check_lib_save_LIBS=$LIBS
5379 LIBS="-lossaudio $LIBS"
5380 cat >conftest.$ac_ext <<_ACEOF
5381 /* confdefs.h. */
5382 _ACEOF
5383 cat confdefs.h >>conftest.$ac_ext
5384 cat >>conftest.$ac_ext <<_ACEOF
5385 /* end confdefs.h. */
5387 /* Override any GCC internal prototype to avoid an error.
5388 Use char because int might match the return type of a GCC
5389 builtin and then its argument prototype would still apply. */
5390 #ifdef __cplusplus
5391 extern "C"
5392 #endif
5393 char _oss_ioctl ();
5395 main ()
5397 return _oss_ioctl ();
5399 return 0;
5401 _ACEOF
5402 rm -f conftest.$ac_objext conftest$ac_exeext
5403 if { (ac_try="$ac_link"
5404 case "(($ac_try" in
5405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5406 *) ac_try_echo=$ac_try;;
5407 esac
5408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5409 $as_echo "$ac_try_echo") >&5
5410 (eval "$ac_link") 2>conftest.er1
5411 ac_status=$?
5412 grep -v '^ *+' conftest.er1 >conftest.err
5413 rm -f conftest.er1
5414 cat conftest.err >&5
5415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416 (exit $ac_status); } && {
5417 test -z "$ac_c_werror_flag" ||
5418 test ! -s conftest.err
5419 } && test -s conftest$ac_exeext && {
5420 test "$cross_compiling" = yes ||
5421 $as_test_x conftest$ac_exeext
5422 }; then
5423 ac_cv_lib_ossaudio__oss_ioctl=yes
5424 else
5425 $as_echo "$as_me: failed program was:" >&5
5426 sed 's/^/| /' conftest.$ac_ext >&5
5428 ac_cv_lib_ossaudio__oss_ioctl=no
5431 rm -rf conftest.dSYM
5432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5433 conftest$ac_exeext conftest.$ac_ext
5434 LIBS=$ac_check_lib_save_LIBS
5436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5437 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5438 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5439 cat >>confdefs.h <<_ACEOF
5440 #define HAVE_LIBOSSAUDIO 1
5441 _ACEOF
5443 LIBS="-lossaudio $LIBS"
5448 XLIB=""
5450 OPENGL_LIBS=""
5454 ac_ext=c
5455 ac_cpp='$CPP $CPPFLAGS'
5456 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5457 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5458 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5459 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5460 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5461 # On Suns, sometimes $CPP names a directory.
5462 if test -n "$CPP" && test -d "$CPP"; then
5463 CPP=
5465 if test -z "$CPP"; then
5466 if test "${ac_cv_prog_CPP+set}" = set; then
5467 $as_echo_n "(cached) " >&6
5468 else
5469 # Double quotes because CPP needs to be expanded
5470 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5472 ac_preproc_ok=false
5473 for ac_c_preproc_warn_flag in '' yes
5475 # Use a header file that comes with gcc, so configuring glibc
5476 # with a fresh cross-compiler works.
5477 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5478 # <limits.h> exists even on freestanding compilers.
5479 # On the NeXT, cc -E runs the code through the compiler's parser,
5480 # not just through cpp. "Syntax error" is here to catch this case.
5481 cat >conftest.$ac_ext <<_ACEOF
5482 /* confdefs.h. */
5483 _ACEOF
5484 cat confdefs.h >>conftest.$ac_ext
5485 cat >>conftest.$ac_ext <<_ACEOF
5486 /* end confdefs.h. */
5487 #ifdef __STDC__
5488 # include <limits.h>
5489 #else
5490 # include <assert.h>
5491 #endif
5492 Syntax error
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5500 $as_echo "$ac_try_echo") >&5
5501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5502 ac_status=$?
5503 grep -v '^ *+' conftest.er1 >conftest.err
5504 rm -f conftest.er1
5505 cat conftest.err >&5
5506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5507 (exit $ac_status); } >/dev/null && {
5508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5509 test ! -s conftest.err
5510 }; then
5512 else
5513 $as_echo "$as_me: failed program was:" >&5
5514 sed 's/^/| /' conftest.$ac_ext >&5
5516 # Broken: fails on valid input.
5517 continue
5520 rm -f conftest.err conftest.$ac_ext
5522 # OK, works on sane cases. Now check whether nonexistent headers
5523 # can be detected and how.
5524 cat >conftest.$ac_ext <<_ACEOF
5525 /* confdefs.h. */
5526 _ACEOF
5527 cat confdefs.h >>conftest.$ac_ext
5528 cat >>conftest.$ac_ext <<_ACEOF
5529 /* end confdefs.h. */
5530 #include <ac_nonexistent.h>
5531 _ACEOF
5532 if { (ac_try="$ac_cpp conftest.$ac_ext"
5533 case "(($ac_try" in
5534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5535 *) ac_try_echo=$ac_try;;
5536 esac
5537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5538 $as_echo "$ac_try_echo") >&5
5539 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5540 ac_status=$?
5541 grep -v '^ *+' conftest.er1 >conftest.err
5542 rm -f conftest.er1
5543 cat conftest.err >&5
5544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5545 (exit $ac_status); } >/dev/null && {
5546 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5547 test ! -s conftest.err
5548 }; then
5549 # Broken: success on invalid input.
5550 continue
5551 else
5552 $as_echo "$as_me: failed program was:" >&5
5553 sed 's/^/| /' conftest.$ac_ext >&5
5555 # Passes both tests.
5556 ac_preproc_ok=:
5557 break
5560 rm -f conftest.err conftest.$ac_ext
5562 done
5563 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5564 rm -f conftest.err conftest.$ac_ext
5565 if $ac_preproc_ok; then
5566 break
5569 done
5570 ac_cv_prog_CPP=$CPP
5573 CPP=$ac_cv_prog_CPP
5574 else
5575 ac_cv_prog_CPP=$CPP
5577 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5578 $as_echo "$CPP" >&6; }
5579 ac_preproc_ok=false
5580 for ac_c_preproc_warn_flag in '' yes
5582 # Use a header file that comes with gcc, so configuring glibc
5583 # with a fresh cross-compiler works.
5584 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5585 # <limits.h> exists even on freestanding compilers.
5586 # On the NeXT, cc -E runs the code through the compiler's parser,
5587 # not just through cpp. "Syntax error" is here to catch this case.
5588 cat >conftest.$ac_ext <<_ACEOF
5589 /* confdefs.h. */
5590 _ACEOF
5591 cat confdefs.h >>conftest.$ac_ext
5592 cat >>conftest.$ac_ext <<_ACEOF
5593 /* end confdefs.h. */
5594 #ifdef __STDC__
5595 # include <limits.h>
5596 #else
5597 # include <assert.h>
5598 #endif
5599 Syntax error
5600 _ACEOF
5601 if { (ac_try="$ac_cpp conftest.$ac_ext"
5602 case "(($ac_try" in
5603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5604 *) ac_try_echo=$ac_try;;
5605 esac
5606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5607 $as_echo "$ac_try_echo") >&5
5608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5609 ac_status=$?
5610 grep -v '^ *+' conftest.er1 >conftest.err
5611 rm -f conftest.er1
5612 cat conftest.err >&5
5613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } >/dev/null && {
5615 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5616 test ! -s conftest.err
5617 }; then
5619 else
5620 $as_echo "$as_me: failed program was:" >&5
5621 sed 's/^/| /' conftest.$ac_ext >&5
5623 # Broken: fails on valid input.
5624 continue
5627 rm -f conftest.err conftest.$ac_ext
5629 # OK, works on sane cases. Now check whether nonexistent headers
5630 # can be detected and how.
5631 cat >conftest.$ac_ext <<_ACEOF
5632 /* confdefs.h. */
5633 _ACEOF
5634 cat confdefs.h >>conftest.$ac_ext
5635 cat >>conftest.$ac_ext <<_ACEOF
5636 /* end confdefs.h. */
5637 #include <ac_nonexistent.h>
5638 _ACEOF
5639 if { (ac_try="$ac_cpp conftest.$ac_ext"
5640 case "(($ac_try" in
5641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5642 *) ac_try_echo=$ac_try;;
5643 esac
5644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5645 $as_echo "$ac_try_echo") >&5
5646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5647 ac_status=$?
5648 grep -v '^ *+' conftest.er1 >conftest.err
5649 rm -f conftest.er1
5650 cat conftest.err >&5
5651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652 (exit $ac_status); } >/dev/null && {
5653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5654 test ! -s conftest.err
5655 }; then
5656 # Broken: success on invalid input.
5657 continue
5658 else
5659 $as_echo "$as_me: failed program was:" >&5
5660 sed 's/^/| /' conftest.$ac_ext >&5
5662 # Passes both tests.
5663 ac_preproc_ok=:
5664 break
5667 rm -f conftest.err conftest.$ac_ext
5669 done
5670 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5671 rm -f conftest.err conftest.$ac_ext
5672 if $ac_preproc_ok; then
5674 else
5675 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5677 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5678 See \`config.log' for more details." >&5
5679 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5680 See \`config.log' for more details." >&2;}
5681 { (exit 1); exit 1; }; }; }
5684 ac_ext=c
5685 ac_cpp='$CPP $CPPFLAGS'
5686 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5687 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5688 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5691 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5692 $as_echo_n "checking for ANSI C header files... " >&6; }
5693 if test "${ac_cv_header_stdc+set}" = set; then
5694 $as_echo_n "(cached) " >&6
5695 else
5696 cat >conftest.$ac_ext <<_ACEOF
5697 /* confdefs.h. */
5698 _ACEOF
5699 cat confdefs.h >>conftest.$ac_ext
5700 cat >>conftest.$ac_ext <<_ACEOF
5701 /* end confdefs.h. */
5702 #include <stdlib.h>
5703 #include <stdarg.h>
5704 #include <string.h>
5705 #include <float.h>
5708 main ()
5712 return 0;
5714 _ACEOF
5715 rm -f conftest.$ac_objext
5716 if { (ac_try="$ac_compile"
5717 case "(($ac_try" in
5718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5719 *) ac_try_echo=$ac_try;;
5720 esac
5721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5722 $as_echo "$ac_try_echo") >&5
5723 (eval "$ac_compile") 2>conftest.er1
5724 ac_status=$?
5725 grep -v '^ *+' conftest.er1 >conftest.err
5726 rm -f conftest.er1
5727 cat conftest.err >&5
5728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729 (exit $ac_status); } && {
5730 test -z "$ac_c_werror_flag" ||
5731 test ! -s conftest.err
5732 } && test -s conftest.$ac_objext; then
5733 ac_cv_header_stdc=yes
5734 else
5735 $as_echo "$as_me: failed program was:" >&5
5736 sed 's/^/| /' conftest.$ac_ext >&5
5738 ac_cv_header_stdc=no
5741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5743 if test $ac_cv_header_stdc = yes; then
5744 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5745 cat >conftest.$ac_ext <<_ACEOF
5746 /* confdefs.h. */
5747 _ACEOF
5748 cat confdefs.h >>conftest.$ac_ext
5749 cat >>conftest.$ac_ext <<_ACEOF
5750 /* end confdefs.h. */
5751 #include <string.h>
5753 _ACEOF
5754 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5755 $EGREP "memchr" >/dev/null 2>&1; then
5757 else
5758 ac_cv_header_stdc=no
5760 rm -f conftest*
5764 if test $ac_cv_header_stdc = yes; then
5765 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5766 cat >conftest.$ac_ext <<_ACEOF
5767 /* confdefs.h. */
5768 _ACEOF
5769 cat confdefs.h >>conftest.$ac_ext
5770 cat >>conftest.$ac_ext <<_ACEOF
5771 /* end confdefs.h. */
5772 #include <stdlib.h>
5774 _ACEOF
5775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5776 $EGREP "free" >/dev/null 2>&1; then
5778 else
5779 ac_cv_header_stdc=no
5781 rm -f conftest*
5785 if test $ac_cv_header_stdc = yes; then
5786 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5787 if test "$cross_compiling" = yes; then
5789 else
5790 cat >conftest.$ac_ext <<_ACEOF
5791 /* confdefs.h. */
5792 _ACEOF
5793 cat confdefs.h >>conftest.$ac_ext
5794 cat >>conftest.$ac_ext <<_ACEOF
5795 /* end confdefs.h. */
5796 #include <ctype.h>
5797 #include <stdlib.h>
5798 #if ((' ' & 0x0FF) == 0x020)
5799 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5800 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5801 #else
5802 # define ISLOWER(c) \
5803 (('a' <= (c) && (c) <= 'i') \
5804 || ('j' <= (c) && (c) <= 'r') \
5805 || ('s' <= (c) && (c) <= 'z'))
5806 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5807 #endif
5809 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5811 main ()
5813 int i;
5814 for (i = 0; i < 256; i++)
5815 if (XOR (islower (i), ISLOWER (i))
5816 || toupper (i) != TOUPPER (i))
5817 return 2;
5818 return 0;
5820 _ACEOF
5821 rm -f conftest$ac_exeext
5822 if { (ac_try="$ac_link"
5823 case "(($ac_try" in
5824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5825 *) ac_try_echo=$ac_try;;
5826 esac
5827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5828 $as_echo "$ac_try_echo") >&5
5829 (eval "$ac_link") 2>&5
5830 ac_status=$?
5831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5833 { (case "(($ac_try" in
5834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5835 *) ac_try_echo=$ac_try;;
5836 esac
5837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5838 $as_echo "$ac_try_echo") >&5
5839 (eval "$ac_try") 2>&5
5840 ac_status=$?
5841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842 (exit $ac_status); }; }; then
5844 else
5845 $as_echo "$as_me: program exited with status $ac_status" >&5
5846 $as_echo "$as_me: failed program was:" >&5
5847 sed 's/^/| /' conftest.$ac_ext >&5
5849 ( exit $ac_status )
5850 ac_cv_header_stdc=no
5852 rm -rf conftest.dSYM
5853 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5859 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5860 $as_echo "$ac_cv_header_stdc" >&6; }
5861 if test $ac_cv_header_stdc = yes; then
5863 cat >>confdefs.h <<\_ACEOF
5864 #define STDC_HEADERS 1
5865 _ACEOF
5869 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5879 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5880 inttypes.h stdint.h unistd.h
5882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5884 $as_echo_n "checking for $ac_header... " >&6; }
5885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5886 $as_echo_n "(cached) " >&6
5887 else
5888 cat >conftest.$ac_ext <<_ACEOF
5889 /* confdefs.h. */
5890 _ACEOF
5891 cat confdefs.h >>conftest.$ac_ext
5892 cat >>conftest.$ac_ext <<_ACEOF
5893 /* end confdefs.h. */
5894 $ac_includes_default
5896 #include <$ac_header>
5897 _ACEOF
5898 rm -f conftest.$ac_objext
5899 if { (ac_try="$ac_compile"
5900 case "(($ac_try" in
5901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5902 *) ac_try_echo=$ac_try;;
5903 esac
5904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5905 $as_echo "$ac_try_echo") >&5
5906 (eval "$ac_compile") 2>conftest.er1
5907 ac_status=$?
5908 grep -v '^ *+' conftest.er1 >conftest.err
5909 rm -f conftest.er1
5910 cat conftest.err >&5
5911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } && {
5913 test -z "$ac_c_werror_flag" ||
5914 test ! -s conftest.err
5915 } && test -s conftest.$ac_objext; then
5916 eval "$as_ac_Header=yes"
5917 else
5918 $as_echo "$as_me: failed program was:" >&5
5919 sed 's/^/| /' conftest.$ac_ext >&5
5921 eval "$as_ac_Header=no"
5924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 ac_res=`eval 'as_val=${'$as_ac_Header'}
5927 $as_echo "$as_val"'`
5928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5929 $as_echo "$ac_res" >&6; }
5930 as_val=`eval 'as_val=${'$as_ac_Header'}
5931 $as_echo "$as_val"'`
5932 if test "x$as_val" = x""yes; then
5933 cat >>confdefs.h <<_ACEOF
5934 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5935 _ACEOF
5939 done
6063 for ac_header in \
6064 AudioUnit/AudioUnit.h \
6065 Carbon/Carbon.h \
6066 CoreAudio/CoreAudio.h \
6067 DiskArbitration/DiskArbitration.h \
6068 IOKit/IOKitLib.h \
6069 IOKit/hid/IOHIDLib.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 inet/mib2.h \
6087 io.h \
6088 jack/jack.h \
6089 jpeglib.h \
6090 kstat.h \
6091 lber.h \
6092 lcms.h \
6093 lcms/lcms.h \
6094 ldap.h \
6095 libaudioio.h \
6096 link.h \
6097 linux/cdrom.h \
6098 linux/compiler.h \
6099 linux/hdreg.h \
6100 linux/input.h \
6101 linux/ioctl.h \
6102 linux/joystick.h \
6103 linux/major.h \
6104 linux/param.h \
6105 linux/serial.h \
6106 linux/types.h \
6107 linux/ucdrom.h \
6108 mach-o/dyld_images.h \
6109 mach-o/nlist.h \
6110 mach/mach.h \
6111 mach/machine.h \
6112 machine/cpu.h \
6113 machine/limits.h \
6114 machine/soundcard.h \
6115 mntent.h \
6116 ncurses.h \
6117 netdb.h \
6118 netinet/in.h \
6119 netinet/in_systm.h \
6120 netinet/tcp.h \
6121 netinet/tcp_fsm.h \
6122 openssl/err.h \
6123 openssl/ssl.h \
6124 png.h \
6125 poll.h \
6126 process.h \
6127 pthread.h \
6128 pwd.h \
6129 regex.h \
6130 sched.h \
6131 scsi/scsi.h \
6132 scsi/scsi_ioctl.h \
6133 scsi/sg.h \
6134 soundcard.h \
6135 stdint.h \
6136 strings.h \
6137 stropts.h \
6138 sys/asoundlib.h \
6139 sys/cdio.h \
6140 sys/elf32.h \
6141 sys/epoll.h \
6142 sys/errno.h \
6143 sys/event.h \
6144 sys/exec_elf.h \
6145 sys/filio.h \
6146 sys/ioctl.h \
6147 sys/ipc.h \
6148 sys/limits.h \
6149 sys/link.h \
6150 sys/mman.h \
6151 sys/modem.h \
6152 sys/msg.h \
6153 sys/mtio.h \
6154 sys/param.h \
6155 sys/poll.h \
6156 sys/prctl.h \
6157 sys/protosw.h \
6158 sys/ptrace.h \
6159 sys/resource.h \
6160 sys/scsiio.h \
6161 sys/shm.h \
6162 sys/signal.h \
6163 sys/socket.h \
6164 sys/socketvar.h \
6165 sys/sockio.h \
6166 sys/soundcard.h \
6167 sys/statvfs.h \
6168 sys/strtio.h \
6169 sys/syscall.h \
6170 sys/tihdr.h \
6171 sys/time.h \
6172 sys/timeout.h \
6173 sys/times.h \
6174 sys/uio.h \
6175 sys/un.h \
6176 sys/utsname.h \
6177 sys/vm86.h \
6178 sys/wait.h \
6179 syscall.h \
6180 termios.h \
6181 unistd.h \
6182 utime.h \
6183 valgrind/memcheck.h \
6184 valgrind/valgrind.h
6187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6189 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6190 $as_echo_n "checking for $ac_header... " >&6; }
6191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6192 $as_echo_n "(cached) " >&6
6194 ac_res=`eval 'as_val=${'$as_ac_Header'}
6195 $as_echo "$as_val"'`
6196 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6197 $as_echo "$ac_res" >&6; }
6198 else
6199 # Is the header compilable?
6200 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6201 $as_echo_n "checking $ac_header usability... " >&6; }
6202 cat >conftest.$ac_ext <<_ACEOF
6203 /* confdefs.h. */
6204 _ACEOF
6205 cat confdefs.h >>conftest.$ac_ext
6206 cat >>conftest.$ac_ext <<_ACEOF
6207 /* end confdefs.h. */
6208 $ac_includes_default
6209 #include <$ac_header>
6210 _ACEOF
6211 rm -f conftest.$ac_objext
6212 if { (ac_try="$ac_compile"
6213 case "(($ac_try" in
6214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6215 *) ac_try_echo=$ac_try;;
6216 esac
6217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6218 $as_echo "$ac_try_echo") >&5
6219 (eval "$ac_compile") 2>conftest.er1
6220 ac_status=$?
6221 grep -v '^ *+' conftest.er1 >conftest.err
6222 rm -f conftest.er1
6223 cat conftest.err >&5
6224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6225 (exit $ac_status); } && {
6226 test -z "$ac_c_werror_flag" ||
6227 test ! -s conftest.err
6228 } && test -s conftest.$ac_objext; then
6229 ac_header_compiler=yes
6230 else
6231 $as_echo "$as_me: failed program was:" >&5
6232 sed 's/^/| /' conftest.$ac_ext >&5
6234 ac_header_compiler=no
6237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6238 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6239 $as_echo "$ac_header_compiler" >&6; }
6241 # Is the header present?
6242 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6243 $as_echo_n "checking $ac_header presence... " >&6; }
6244 cat >conftest.$ac_ext <<_ACEOF
6245 /* confdefs.h. */
6246 _ACEOF
6247 cat confdefs.h >>conftest.$ac_ext
6248 cat >>conftest.$ac_ext <<_ACEOF
6249 /* end confdefs.h. */
6250 #include <$ac_header>
6251 _ACEOF
6252 if { (ac_try="$ac_cpp conftest.$ac_ext"
6253 case "(($ac_try" in
6254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6255 *) ac_try_echo=$ac_try;;
6256 esac
6257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6258 $as_echo "$ac_try_echo") >&5
6259 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6260 ac_status=$?
6261 grep -v '^ *+' conftest.er1 >conftest.err
6262 rm -f conftest.er1
6263 cat conftest.err >&5
6264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6265 (exit $ac_status); } >/dev/null && {
6266 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6267 test ! -s conftest.err
6268 }; then
6269 ac_header_preproc=yes
6270 else
6271 $as_echo "$as_me: failed program was:" >&5
6272 sed 's/^/| /' conftest.$ac_ext >&5
6274 ac_header_preproc=no
6277 rm -f conftest.err conftest.$ac_ext
6278 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6279 $as_echo "$ac_header_preproc" >&6; }
6281 # So? What about this header?
6282 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6283 yes:no: )
6284 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6285 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6286 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6287 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6288 ac_header_preproc=yes
6290 no:yes:* )
6291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6292 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6294 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6300 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6302 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6303 ( cat <<\_ASBOX
6304 ## ------------------------------------ ##
6305 ## Report this to wine-devel@winehq.org ##
6306 ## ------------------------------------ ##
6307 _ASBOX
6308 ) | sed "s/^/$as_me: WARNING: /" >&2
6310 esac
6311 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6312 $as_echo_n "checking for $ac_header... " >&6; }
6313 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6314 $as_echo_n "(cached) " >&6
6315 else
6316 eval "$as_ac_Header=\$ac_header_preproc"
6318 ac_res=`eval 'as_val=${'$as_ac_Header'}
6319 $as_echo "$as_val"'`
6320 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6321 $as_echo "$ac_res" >&6; }
6324 as_val=`eval 'as_val=${'$as_ac_Header'}
6325 $as_echo "$as_val"'`
6326 if test "x$as_val" = x""yes; then
6327 cat >>confdefs.h <<_ACEOF
6328 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6329 _ACEOF
6333 done
6335 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6336 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6337 if test "${ac_cv_header_stat_broken+set}" = set; then
6338 $as_echo_n "(cached) " >&6
6339 else
6340 cat >conftest.$ac_ext <<_ACEOF
6341 /* confdefs.h. */
6342 _ACEOF
6343 cat confdefs.h >>conftest.$ac_ext
6344 cat >>conftest.$ac_ext <<_ACEOF
6345 /* end confdefs.h. */
6346 #include <sys/types.h>
6347 #include <sys/stat.h>
6349 #if defined S_ISBLK && defined S_IFDIR
6350 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6351 #endif
6353 #if defined S_ISBLK && defined S_IFCHR
6354 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6355 #endif
6357 #if defined S_ISLNK && defined S_IFREG
6358 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6359 #endif
6361 #if defined S_ISSOCK && defined S_IFREG
6362 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6363 #endif
6365 _ACEOF
6366 rm -f conftest.$ac_objext
6367 if { (ac_try="$ac_compile"
6368 case "(($ac_try" in
6369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6370 *) ac_try_echo=$ac_try;;
6371 esac
6372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6373 $as_echo "$ac_try_echo") >&5
6374 (eval "$ac_compile") 2>conftest.er1
6375 ac_status=$?
6376 grep -v '^ *+' conftest.er1 >conftest.err
6377 rm -f conftest.er1
6378 cat conftest.err >&5
6379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6380 (exit $ac_status); } && {
6381 test -z "$ac_c_werror_flag" ||
6382 test ! -s conftest.err
6383 } && test -s conftest.$ac_objext; then
6384 ac_cv_header_stat_broken=no
6385 else
6386 $as_echo "$as_me: failed program was:" >&5
6387 sed 's/^/| /' conftest.$ac_ext >&5
6389 ac_cv_header_stat_broken=yes
6392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6394 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6395 $as_echo "$ac_cv_header_stat_broken" >&6; }
6396 if test $ac_cv_header_stat_broken = yes; then
6398 cat >>confdefs.h <<\_ACEOF
6399 #define STAT_MACROS_BROKEN 1
6400 _ACEOF
6411 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6413 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6414 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6415 $as_echo_n "checking for $ac_header... " >&6; }
6416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6417 $as_echo_n "(cached) " >&6
6418 else
6419 cat >conftest.$ac_ext <<_ACEOF
6420 /* confdefs.h. */
6421 _ACEOF
6422 cat confdefs.h >>conftest.$ac_ext
6423 cat >>conftest.$ac_ext <<_ACEOF
6424 /* end confdefs.h. */
6425 #include <sys/types.h>
6426 #ifdef HAVE_SYS_PARAM_H
6427 # include <sys/param.h>
6428 #endif
6430 #include <$ac_header>
6431 _ACEOF
6432 rm -f conftest.$ac_objext
6433 if { (ac_try="$ac_compile"
6434 case "(($ac_try" in
6435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6436 *) ac_try_echo=$ac_try;;
6437 esac
6438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6439 $as_echo "$ac_try_echo") >&5
6440 (eval "$ac_compile") 2>conftest.er1
6441 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1
6444 cat conftest.err >&5
6445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } && {
6447 test -z "$ac_c_werror_flag" ||
6448 test ! -s conftest.err
6449 } && test -s conftest.$ac_objext; then
6450 eval "$as_ac_Header=yes"
6451 else
6452 $as_echo "$as_me: failed program was:" >&5
6453 sed 's/^/| /' conftest.$ac_ext >&5
6455 eval "$as_ac_Header=no"
6458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6460 ac_res=`eval 'as_val=${'$as_ac_Header'}
6461 $as_echo "$as_val"'`
6462 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6463 $as_echo "$ac_res" >&6; }
6464 as_val=`eval 'as_val=${'$as_ac_Header'}
6465 $as_echo "$as_val"'`
6466 if test "x$as_val" = x""yes; then
6467 cat >>confdefs.h <<_ACEOF
6468 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6469 _ACEOF
6473 done
6489 for ac_header in \
6490 netinet/ip.h \
6491 net/if.h \
6492 net/if_arp.h \
6493 net/if_dl.h \
6494 net/if_types.h \
6495 net/route.h \
6496 netinet/if_ether.h \
6497 netinet/if_inarp.h \
6498 netinet/in_pcb.h \
6499 netinet/ip_icmp.h \
6500 netinet/ip_var.h \
6501 netinet/udp.h \
6502 netipx/ipx.h \
6505 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6506 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6507 $as_echo_n "checking for $ac_header... " >&6; }
6508 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6509 $as_echo_n "(cached) " >&6
6510 else
6511 cat >conftest.$ac_ext <<_ACEOF
6512 /* confdefs.h. */
6513 _ACEOF
6514 cat confdefs.h >>conftest.$ac_ext
6515 cat >>conftest.$ac_ext <<_ACEOF
6516 /* end confdefs.h. */
6517 #include <sys/types.h>
6518 #ifdef HAVE_SYS_SOCKET_H
6519 # include <sys/socket.h>
6520 #endif
6521 #ifdef HAVE_SYS_SOCKETVAR_H
6522 # include <sys/socketvar.h>
6523 #endif
6524 #ifdef HAVE_NET_ROUTE_H
6525 # include <net/route.h>
6526 #endif
6527 #ifdef HAVE_NETINET_IN_H
6528 # include <netinet/in.h>
6529 #endif
6530 #ifdef HAVE_NETINET_IN_SYSTM_H
6531 # include <netinet/in_systm.h>
6532 #endif
6533 #ifdef HAVE_NET_IF_H
6534 # include <net/if.h>
6535 #endif
6536 #ifdef HAVE_NETINET_IP_H
6537 # include <netinet/ip.h>
6538 #endif
6540 #include <$ac_header>
6541 _ACEOF
6542 rm -f conftest.$ac_objext
6543 if { (ac_try="$ac_compile"
6544 case "(($ac_try" in
6545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6546 *) ac_try_echo=$ac_try;;
6547 esac
6548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6549 $as_echo "$ac_try_echo") >&5
6550 (eval "$ac_compile") 2>conftest.er1
6551 ac_status=$?
6552 grep -v '^ *+' conftest.er1 >conftest.err
6553 rm -f conftest.er1
6554 cat conftest.err >&5
6555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556 (exit $ac_status); } && {
6557 test -z "$ac_c_werror_flag" ||
6558 test ! -s conftest.err
6559 } && test -s conftest.$ac_objext; then
6560 eval "$as_ac_Header=yes"
6561 else
6562 $as_echo "$as_me: failed program was:" >&5
6563 sed 's/^/| /' conftest.$ac_ext >&5
6565 eval "$as_ac_Header=no"
6568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570 ac_res=`eval 'as_val=${'$as_ac_Header'}
6571 $as_echo "$as_val"'`
6572 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6573 $as_echo "$ac_res" >&6; }
6574 as_val=`eval 'as_val=${'$as_ac_Header'}
6575 $as_echo "$as_val"'`
6576 if test "x$as_val" = x""yes; then
6577 cat >>confdefs.h <<_ACEOF
6578 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6579 _ACEOF
6583 done
6590 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6594 $as_echo_n "checking for $ac_header... " >&6; }
6595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6596 $as_echo_n "(cached) " >&6
6597 else
6598 cat >conftest.$ac_ext <<_ACEOF
6599 /* confdefs.h. */
6600 _ACEOF
6601 cat confdefs.h >>conftest.$ac_ext
6602 cat >>conftest.$ac_ext <<_ACEOF
6603 /* end confdefs.h. */
6604 #include <sys/types.h>
6605 #ifdef HAVE_ALIAS_H
6606 # include <alias.h>
6607 #endif
6608 #ifdef HAVE_SYS_SOCKET_H
6609 # include <sys/socket.h>
6610 #endif
6611 #ifdef HAVE_SYS_SOCKETVAR_H
6612 # include <sys/socketvar.h>
6613 #endif
6614 #ifdef HAVE_SYS_TIMEOUT_H
6615 # include <sys/timeout.h>
6616 #endif
6617 #ifdef HAVE_NETINET_IN_H
6618 # include <netinet/in.h>
6619 #endif
6620 #ifdef HAVE_NETINET_IN_SYSTM_H
6621 # include <netinet/in_systm.h>
6622 #endif
6623 #ifdef HAVE_NETINET_IP_H
6624 # include <netinet/ip.h>
6625 #endif
6626 #ifdef HAVE_NETINET_IP_VAR_H
6627 # include <netinet/ip_var.h>
6628 #endif
6629 #ifdef HAVE_NETINET_IP_ICMP_H
6630 # include <netinet/ip_icmp.h>
6631 #endif
6632 #ifdef HAVE_NETINET_UDP_H
6633 # include <netinet/udp.h>
6634 #endif
6635 #ifdef HAVE_NETINET_TCP_H
6636 # include <netinet/tcp.h>
6637 #endif
6638 #ifdef HAVE_NETINET_TCP_TIMER_H
6639 #include <netinet/tcp_timer.h>
6640 #endif
6642 #include <$ac_header>
6643 _ACEOF
6644 rm -f conftest.$ac_objext
6645 if { (ac_try="$ac_compile"
6646 case "(($ac_try" in
6647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6648 *) ac_try_echo=$ac_try;;
6649 esac
6650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6651 $as_echo "$ac_try_echo") >&5
6652 (eval "$ac_compile") 2>conftest.er1
6653 ac_status=$?
6654 grep -v '^ *+' conftest.er1 >conftest.err
6655 rm -f conftest.er1
6656 cat conftest.err >&5
6657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); } && {
6659 test -z "$ac_c_werror_flag" ||
6660 test ! -s conftest.err
6661 } && test -s conftest.$ac_objext; then
6662 eval "$as_ac_Header=yes"
6663 else
6664 $as_echo "$as_me: failed program was:" >&5
6665 sed 's/^/| /' conftest.$ac_ext >&5
6667 eval "$as_ac_Header=no"
6670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6672 ac_res=`eval 'as_val=${'$as_ac_Header'}
6673 $as_echo "$as_val"'`
6674 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6675 $as_echo "$ac_res" >&6; }
6676 as_val=`eval 'as_val=${'$as_ac_Header'}
6677 $as_echo "$as_val"'`
6678 if test "x$as_val" = x""yes; then
6679 cat >>confdefs.h <<_ACEOF
6680 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6681 _ACEOF
6685 done
6689 for ac_header in linux/ipx.h
6691 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6692 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6693 $as_echo_n "checking for $ac_header... " >&6; }
6694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6695 $as_echo_n "(cached) " >&6
6696 else
6697 cat >conftest.$ac_ext <<_ACEOF
6698 /* confdefs.h. */
6699 _ACEOF
6700 cat confdefs.h >>conftest.$ac_ext
6701 cat >>conftest.$ac_ext <<_ACEOF
6702 /* end confdefs.h. */
6703 #include <sys/types.h>
6704 #ifdef HAVE_ASM_TYPES_H
6705 # include <asm/types.h>
6706 #endif
6707 #ifdef HAVE_SYS_SOCKET_H
6708 # include <sys/socket.h>
6709 #endif
6710 #ifdef HAVE_LINUX_TYPES_H
6711 # include <linux/types.h>
6712 #endif
6714 #include <$ac_header>
6715 _ACEOF
6716 rm -f conftest.$ac_objext
6717 if { (ac_try="$ac_compile"
6718 case "(($ac_try" in
6719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6720 *) ac_try_echo=$ac_try;;
6721 esac
6722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6723 $as_echo "$ac_try_echo") >&5
6724 (eval "$ac_compile") 2>conftest.er1
6725 ac_status=$?
6726 grep -v '^ *+' conftest.er1 >conftest.err
6727 rm -f conftest.er1
6728 cat conftest.err >&5
6729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6730 (exit $ac_status); } && {
6731 test -z "$ac_c_werror_flag" ||
6732 test ! -s conftest.err
6733 } && test -s conftest.$ac_objext; then
6734 eval "$as_ac_Header=yes"
6735 else
6736 $as_echo "$as_me: failed program was:" >&5
6737 sed 's/^/| /' conftest.$ac_ext >&5
6739 eval "$as_ac_Header=no"
6742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6744 ac_res=`eval 'as_val=${'$as_ac_Header'}
6745 $as_echo "$as_val"'`
6746 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6747 $as_echo "$ac_res" >&6; }
6748 as_val=`eval 'as_val=${'$as_ac_Header'}
6749 $as_echo "$as_val"'`
6750 if test "x$as_val" = x""yes; then
6751 cat >>confdefs.h <<_ACEOF
6752 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6753 _ACEOF
6757 done
6761 for ac_header in resolv.h
6763 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6764 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6765 $as_echo_n "checking for $ac_header... " >&6; }
6766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6767 $as_echo_n "(cached) " >&6
6768 else
6769 cat >conftest.$ac_ext <<_ACEOF
6770 /* confdefs.h. */
6771 _ACEOF
6772 cat confdefs.h >>conftest.$ac_ext
6773 cat >>conftest.$ac_ext <<_ACEOF
6774 /* end confdefs.h. */
6775 #include <sys/types.h>
6776 #ifdef HAVE_SYS_SOCKET_H
6777 # include <sys/socket.h>
6778 #endif
6779 #ifdef HAVE_NETINET_IN_H
6780 # include <netinet/in.h>
6781 #endif
6782 #ifdef HAVE_ARPA_NAMESER_H
6783 # include <arpa/nameser.h>
6784 #endif
6786 #include <$ac_header>
6787 _ACEOF
6788 rm -f conftest.$ac_objext
6789 if { (ac_try="$ac_compile"
6790 case "(($ac_try" in
6791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6792 *) ac_try_echo=$ac_try;;
6793 esac
6794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6795 $as_echo "$ac_try_echo") >&5
6796 (eval "$ac_compile") 2>conftest.er1
6797 ac_status=$?
6798 grep -v '^ *+' conftest.er1 >conftest.err
6799 rm -f conftest.er1
6800 cat conftest.err >&5
6801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6802 (exit $ac_status); } && {
6803 test -z "$ac_c_werror_flag" ||
6804 test ! -s conftest.err
6805 } && test -s conftest.$ac_objext; then
6806 eval "$as_ac_Header=yes"
6807 else
6808 $as_echo "$as_me: failed program was:" >&5
6809 sed 's/^/| /' conftest.$ac_ext >&5
6811 eval "$as_ac_Header=no"
6814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6816 ac_res=`eval 'as_val=${'$as_ac_Header'}
6817 $as_echo "$as_val"'`
6818 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6819 $as_echo "$ac_res" >&6; }
6820 as_val=`eval 'as_val=${'$as_ac_Header'}
6821 $as_echo "$as_val"'`
6822 if test "x$as_val" = x""yes; then
6823 cat >>confdefs.h <<_ACEOF
6824 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6825 _ACEOF
6829 done
6833 for ac_header in ucontext.h
6835 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6836 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6837 $as_echo_n "checking for $ac_header... " >&6; }
6838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6839 $as_echo_n "(cached) " >&6
6840 else
6841 cat >conftest.$ac_ext <<_ACEOF
6842 /* confdefs.h. */
6843 _ACEOF
6844 cat confdefs.h >>conftest.$ac_ext
6845 cat >>conftest.$ac_ext <<_ACEOF
6846 /* end confdefs.h. */
6847 #include <signal.h>
6849 #include <$ac_header>
6850 _ACEOF
6851 rm -f conftest.$ac_objext
6852 if { (ac_try="$ac_compile"
6853 case "(($ac_try" in
6854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6855 *) ac_try_echo=$ac_try;;
6856 esac
6857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6858 $as_echo "$ac_try_echo") >&5
6859 (eval "$ac_compile") 2>conftest.er1
6860 ac_status=$?
6861 grep -v '^ *+' conftest.er1 >conftest.err
6862 rm -f conftest.er1
6863 cat conftest.err >&5
6864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6865 (exit $ac_status); } && {
6866 test -z "$ac_c_werror_flag" ||
6867 test ! -s conftest.err
6868 } && test -s conftest.$ac_objext; then
6869 eval "$as_ac_Header=yes"
6870 else
6871 $as_echo "$as_me: failed program was:" >&5
6872 sed 's/^/| /' conftest.$ac_ext >&5
6874 eval "$as_ac_Header=no"
6877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6879 ac_res=`eval 'as_val=${'$as_ac_Header'}
6880 $as_echo "$as_val"'`
6881 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6882 $as_echo "$ac_res" >&6; }
6883 as_val=`eval 'as_val=${'$as_ac_Header'}
6884 $as_echo "$as_val"'`
6885 if test "x$as_val" = x""yes; then
6886 cat >>confdefs.h <<_ACEOF
6887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6888 _ACEOF
6892 done
6896 for ac_header in sys/thr.h
6898 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6899 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6900 $as_echo_n "checking for $ac_header... " >&6; }
6901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6902 $as_echo_n "(cached) " >&6
6903 else
6904 cat >conftest.$ac_ext <<_ACEOF
6905 /* confdefs.h. */
6906 _ACEOF
6907 cat confdefs.h >>conftest.$ac_ext
6908 cat >>conftest.$ac_ext <<_ACEOF
6909 /* end confdefs.h. */
6910 #include <sys/types.h>
6911 #ifdef HAVE_UCONTEXT_H
6912 #include <ucontext.h>
6913 #endif
6915 #include <$ac_header>
6916 _ACEOF
6917 rm -f conftest.$ac_objext
6918 if { (ac_try="$ac_compile"
6919 case "(($ac_try" in
6920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6921 *) ac_try_echo=$ac_try;;
6922 esac
6923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6924 $as_echo "$ac_try_echo") >&5
6925 (eval "$ac_compile") 2>conftest.er1
6926 ac_status=$?
6927 grep -v '^ *+' conftest.er1 >conftest.err
6928 rm -f conftest.er1
6929 cat conftest.err >&5
6930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6931 (exit $ac_status); } && {
6932 test -z "$ac_c_werror_flag" ||
6933 test ! -s conftest.err
6934 } && test -s conftest.$ac_objext; then
6935 eval "$as_ac_Header=yes"
6936 else
6937 $as_echo "$as_me: failed program was:" >&5
6938 sed 's/^/| /' conftest.$ac_ext >&5
6940 eval "$as_ac_Header=no"
6943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6945 ac_res=`eval 'as_val=${'$as_ac_Header'}
6946 $as_echo "$as_val"'`
6947 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6948 $as_echo "$ac_res" >&6; }
6949 as_val=`eval 'as_val=${'$as_ac_Header'}
6950 $as_echo "$as_val"'`
6951 if test "x$as_val" = x""yes; then
6952 cat >>confdefs.h <<_ACEOF
6953 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6954 _ACEOF
6958 done
6962 for ac_header in pthread_np.h
6964 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6965 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6966 $as_echo_n "checking for $ac_header... " >&6; }
6967 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6968 $as_echo_n "(cached) " >&6
6969 else
6970 cat >conftest.$ac_ext <<_ACEOF
6971 /* confdefs.h. */
6972 _ACEOF
6973 cat confdefs.h >>conftest.$ac_ext
6974 cat >>conftest.$ac_ext <<_ACEOF
6975 /* end confdefs.h. */
6976 #ifdef HAVE_PTHREAD_H
6977 #include <pthread.h>
6978 #endif
6980 #include <$ac_header>
6981 _ACEOF
6982 rm -f conftest.$ac_objext
6983 if { (ac_try="$ac_compile"
6984 case "(($ac_try" in
6985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6986 *) ac_try_echo=$ac_try;;
6987 esac
6988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6989 $as_echo "$ac_try_echo") >&5
6990 (eval "$ac_compile") 2>conftest.er1
6991 ac_status=$?
6992 grep -v '^ *+' conftest.er1 >conftest.err
6993 rm -f conftest.er1
6994 cat conftest.err >&5
6995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); } && {
6997 test -z "$ac_c_werror_flag" ||
6998 test ! -s conftest.err
6999 } && test -s conftest.$ac_objext; then
7000 eval "$as_ac_Header=yes"
7001 else
7002 $as_echo "$as_me: failed program was:" >&5
7003 sed 's/^/| /' conftest.$ac_ext >&5
7005 eval "$as_ac_Header=no"
7008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7010 ac_res=`eval 'as_val=${'$as_ac_Header'}
7011 $as_echo "$as_val"'`
7012 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7013 $as_echo "$ac_res" >&6; }
7014 as_val=`eval 'as_val=${'$as_ac_Header'}
7015 $as_echo "$as_val"'`
7016 if test "x$as_val" = x""yes; then
7017 cat >>confdefs.h <<_ACEOF
7018 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7019 _ACEOF
7023 done
7027 for ac_header in linux/videodev.h
7029 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7030 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7031 $as_echo_n "checking for $ac_header... " >&6; }
7032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7033 $as_echo_n "(cached) " >&6
7034 else
7035 cat >conftest.$ac_ext <<_ACEOF
7036 /* confdefs.h. */
7037 _ACEOF
7038 cat confdefs.h >>conftest.$ac_ext
7039 cat >>conftest.$ac_ext <<_ACEOF
7040 /* end confdefs.h. */
7041 #ifdef HAVE_SYS_TIME_H
7042 #include <sys/time.h>
7043 #endif
7044 #include <sys/types.h>
7045 #ifdef HAVE_ASM_TYPES_H
7046 #include <asm/types.h>
7047 #endif
7049 #include <$ac_header>
7050 _ACEOF
7051 rm -f conftest.$ac_objext
7052 if { (ac_try="$ac_compile"
7053 case "(($ac_try" in
7054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7055 *) ac_try_echo=$ac_try;;
7056 esac
7057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7058 $as_echo "$ac_try_echo") >&5
7059 (eval "$ac_compile") 2>conftest.er1
7060 ac_status=$?
7061 grep -v '^ *+' conftest.er1 >conftest.err
7062 rm -f conftest.er1
7063 cat conftest.err >&5
7064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7065 (exit $ac_status); } && {
7066 test -z "$ac_c_werror_flag" ||
7067 test ! -s conftest.err
7068 } && test -s conftest.$ac_objext; then
7069 eval "$as_ac_Header=yes"
7070 else
7071 $as_echo "$as_me: failed program was:" >&5
7072 sed 's/^/| /' conftest.$ac_ext >&5
7074 eval "$as_ac_Header=no"
7077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7079 ac_res=`eval 'as_val=${'$as_ac_Header'}
7080 $as_echo "$as_val"'`
7081 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7082 $as_echo "$ac_res" >&6; }
7083 as_val=`eval 'as_val=${'$as_ac_Header'}
7084 $as_echo "$as_val"'`
7085 if test "x$as_val" = x""yes; then
7086 cat >>confdefs.h <<_ACEOF
7087 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7088 _ACEOF
7092 done
7096 for ac_header in linux/capi.h
7098 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7099 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7100 $as_echo_n "checking for $ac_header... " >&6; }
7101 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7102 $as_echo_n "(cached) " >&6
7103 else
7104 cat >conftest.$ac_ext <<_ACEOF
7105 /* confdefs.h. */
7106 _ACEOF
7107 cat confdefs.h >>conftest.$ac_ext
7108 cat >>conftest.$ac_ext <<_ACEOF
7109 /* end confdefs.h. */
7110 #define __user
7112 #include <$ac_header>
7113 _ACEOF
7114 rm -f conftest.$ac_objext
7115 if { (ac_try="$ac_compile"
7116 case "(($ac_try" in
7117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7118 *) ac_try_echo=$ac_try;;
7119 esac
7120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7121 $as_echo "$ac_try_echo") >&5
7122 (eval "$ac_compile") 2>conftest.er1
7123 ac_status=$?
7124 grep -v '^ *+' conftest.er1 >conftest.err
7125 rm -f conftest.er1
7126 cat conftest.err >&5
7127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7128 (exit $ac_status); } && {
7129 test -z "$ac_c_werror_flag" ||
7130 test ! -s conftest.err
7131 } && test -s conftest.$ac_objext; then
7132 eval "$as_ac_Header=yes"
7133 else
7134 $as_echo "$as_me: failed program was:" >&5
7135 sed 's/^/| /' conftest.$ac_ext >&5
7137 eval "$as_ac_Header=no"
7140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7142 ac_res=`eval 'as_val=${'$as_ac_Header'}
7143 $as_echo "$as_val"'`
7144 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7145 $as_echo "$ac_res" >&6; }
7146 as_val=`eval 'as_val=${'$as_ac_Header'}
7147 $as_echo "$as_val"'`
7148 if test "x$as_val" = x""yes; then
7149 cat >>confdefs.h <<_ACEOF
7150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7151 _ACEOF
7155 done
7159 DLLEXT=""
7161 DLLFLAGS="-D_REENTRANT"
7163 LDSHARED=""
7165 LDDLLFLAGS=""
7167 LIBEXT="so"
7169 IMPLIBEXT="def"
7171 LDRPATH_INSTALL=""
7173 LDRPATH_LOCAL=""
7175 # Extract the first word of "ldd", so it can be a program name with args.
7176 set dummy ldd; ac_word=$2
7177 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7178 $as_echo_n "checking for $ac_word... " >&6; }
7179 if test "${ac_cv_path_LDD+set}" = set; then
7180 $as_echo_n "(cached) " >&6
7181 else
7182 case $LDD in
7183 [\\/]* | ?:[\\/]*)
7184 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7188 as_dummy="/sbin:/usr/sbin:$PATH"
7189 for as_dir in $as_dummy
7191 IFS=$as_save_IFS
7192 test -z "$as_dir" && as_dir=.
7193 for ac_exec_ext in '' $ac_executable_extensions; do
7194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7195 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7196 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7197 break 2
7199 done
7200 done
7201 IFS=$as_save_IFS
7203 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7205 esac
7207 LDD=$ac_cv_path_LDD
7208 if test -n "$LDD"; then
7209 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7210 $as_echo "$LDD" >&6; }
7211 else
7212 { $as_echo "$as_me:$LINENO: result: no" >&5
7213 $as_echo "no" >&6; }
7218 case $host_os in
7219 cygwin*|mingw32*)
7220 if test -n "$ac_tool_prefix"; then
7221 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7222 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7223 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7224 $as_echo_n "checking for $ac_word... " >&6; }
7225 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7226 $as_echo_n "(cached) " >&6
7227 else
7228 if test -n "$DLLTOOL"; then
7229 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7230 else
7231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7232 for as_dir in $PATH
7234 IFS=$as_save_IFS
7235 test -z "$as_dir" && as_dir=.
7236 for ac_exec_ext in '' $ac_executable_extensions; do
7237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7238 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7239 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7240 break 2
7242 done
7243 done
7244 IFS=$as_save_IFS
7248 DLLTOOL=$ac_cv_prog_DLLTOOL
7249 if test -n "$DLLTOOL"; then
7250 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7251 $as_echo "$DLLTOOL" >&6; }
7252 else
7253 { $as_echo "$as_me:$LINENO: result: no" >&5
7254 $as_echo "no" >&6; }
7259 if test -z "$ac_cv_prog_DLLTOOL"; then
7260 ac_ct_DLLTOOL=$DLLTOOL
7261 # Extract the first word of "dlltool", so it can be a program name with args.
7262 set dummy dlltool; ac_word=$2
7263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7264 $as_echo_n "checking for $ac_word... " >&6; }
7265 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7266 $as_echo_n "(cached) " >&6
7267 else
7268 if test -n "$ac_ct_DLLTOOL"; then
7269 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7270 else
7271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7272 for as_dir in $PATH
7274 IFS=$as_save_IFS
7275 test -z "$as_dir" && as_dir=.
7276 for ac_exec_ext in '' $ac_executable_extensions; do
7277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7278 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7279 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7280 break 2
7282 done
7283 done
7284 IFS=$as_save_IFS
7288 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7289 if test -n "$ac_ct_DLLTOOL"; then
7290 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7291 $as_echo "$ac_ct_DLLTOOL" >&6; }
7292 else
7293 { $as_echo "$as_me:$LINENO: result: no" >&5
7294 $as_echo "no" >&6; }
7297 if test "x$ac_ct_DLLTOOL" = x; then
7298 DLLTOOL="false"
7299 else
7300 case $cross_compiling:$ac_tool_warned in
7301 yes:)
7302 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7303 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7304 ac_tool_warned=yes ;;
7305 esac
7306 DLLTOOL=$ac_ct_DLLTOOL
7308 else
7309 DLLTOOL="$ac_cv_prog_DLLTOOL"
7312 if test -n "$ac_tool_prefix"; then
7313 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7314 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7315 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7316 $as_echo_n "checking for $ac_word... " >&6; }
7317 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7318 $as_echo_n "(cached) " >&6
7319 else
7320 if test -n "$DLLWRAP"; then
7321 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7322 else
7323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7324 for as_dir in $PATH
7326 IFS=$as_save_IFS
7327 test -z "$as_dir" && as_dir=.
7328 for ac_exec_ext in '' $ac_executable_extensions; do
7329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7330 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7331 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7332 break 2
7334 done
7335 done
7336 IFS=$as_save_IFS
7340 DLLWRAP=$ac_cv_prog_DLLWRAP
7341 if test -n "$DLLWRAP"; then
7342 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7343 $as_echo "$DLLWRAP" >&6; }
7344 else
7345 { $as_echo "$as_me:$LINENO: result: no" >&5
7346 $as_echo "no" >&6; }
7351 if test -z "$ac_cv_prog_DLLWRAP"; then
7352 ac_ct_DLLWRAP=$DLLWRAP
7353 # Extract the first word of "dllwrap", so it can be a program name with args.
7354 set dummy dllwrap; ac_word=$2
7355 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7356 $as_echo_n "checking for $ac_word... " >&6; }
7357 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7358 $as_echo_n "(cached) " >&6
7359 else
7360 if test -n "$ac_ct_DLLWRAP"; then
7361 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7362 else
7363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7364 for as_dir in $PATH
7366 IFS=$as_save_IFS
7367 test -z "$as_dir" && as_dir=.
7368 for ac_exec_ext in '' $ac_executable_extensions; do
7369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7370 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7371 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7372 break 2
7374 done
7375 done
7376 IFS=$as_save_IFS
7380 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7381 if test -n "$ac_ct_DLLWRAP"; then
7382 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7383 $as_echo "$ac_ct_DLLWRAP" >&6; }
7384 else
7385 { $as_echo "$as_me:$LINENO: result: no" >&5
7386 $as_echo "no" >&6; }
7389 if test "x$ac_ct_DLLWRAP" = x; then
7390 DLLWRAP="false"
7391 else
7392 case $cross_compiling:$ac_tool_warned in
7393 yes:)
7394 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7395 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7396 ac_tool_warned=yes ;;
7397 esac
7398 DLLWRAP=$ac_ct_DLLWRAP
7400 else
7401 DLLWRAP="$ac_cv_prog_DLLWRAP"
7404 if test -n "$ac_tool_prefix"; then
7405 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7406 set dummy ${ac_tool_prefix}ar; ac_word=$2
7407 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7408 $as_echo_n "checking for $ac_word... " >&6; }
7409 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7410 $as_echo_n "(cached) " >&6
7411 else
7412 if test -n "$MINGWAR"; then
7413 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7414 else
7415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7416 for as_dir in $PATH
7418 IFS=$as_save_IFS
7419 test -z "$as_dir" && as_dir=.
7420 for ac_exec_ext in '' $ac_executable_extensions; do
7421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7422 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7423 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7424 break 2
7426 done
7427 done
7428 IFS=$as_save_IFS
7432 MINGWAR=$ac_cv_prog_MINGWAR
7433 if test -n "$MINGWAR"; then
7434 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7435 $as_echo "$MINGWAR" >&6; }
7436 else
7437 { $as_echo "$as_me:$LINENO: result: no" >&5
7438 $as_echo "no" >&6; }
7443 if test -z "$ac_cv_prog_MINGWAR"; then
7444 ac_ct_MINGWAR=$MINGWAR
7445 # Extract the first word of "ar", so it can be a program name with args.
7446 set dummy ar; ac_word=$2
7447 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7448 $as_echo_n "checking for $ac_word... " >&6; }
7449 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7450 $as_echo_n "(cached) " >&6
7451 else
7452 if test -n "$ac_ct_MINGWAR"; then
7453 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7454 else
7455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7456 for as_dir in $PATH
7458 IFS=$as_save_IFS
7459 test -z "$as_dir" && as_dir=.
7460 for ac_exec_ext in '' $ac_executable_extensions; do
7461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7462 ac_cv_prog_ac_ct_MINGWAR="ar"
7463 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7464 break 2
7466 done
7467 done
7468 IFS=$as_save_IFS
7472 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7473 if test -n "$ac_ct_MINGWAR"; then
7474 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7475 $as_echo "$ac_ct_MINGWAR" >&6; }
7476 else
7477 { $as_echo "$as_me:$LINENO: result: no" >&5
7478 $as_echo "no" >&6; }
7481 if test "x$ac_ct_MINGWAR" = x; then
7482 MINGWAR="false"
7483 else
7484 case $cross_compiling:$ac_tool_warned in
7485 yes:)
7486 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7487 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7488 ac_tool_warned=yes ;;
7489 esac
7490 MINGWAR=$ac_ct_MINGWAR
7492 else
7493 MINGWAR="$ac_cv_prog_MINGWAR"
7496 if test "$DLLWRAP" = "false"; then
7497 LIBEXT="a"
7498 else
7499 LIBEXT="dll"
7501 IMPLIBEXT="a"
7502 enable_iphlpapi=${enable_iphlpapi:-no}
7503 enable_kernel32=${enable_kernel32:-no}
7504 enable_msvcrt=${enable_msvcrt:-no}
7505 enable_ntdll=${enable_ntdll:-no}
7506 enable_ws2_32=${enable_ws2_32:-no}
7507 enable_loader=${enable_loader:-no}
7508 enable_server=${enable_server:-no}
7509 with_x=${with_x:-no}
7510 with_pthread=${with_pthread:-no}
7512 darwin*|macosx*)
7513 DLLEXT=".so"
7514 LIBEXT="dylib"
7515 DLLFLAGS="$DLLFLAGS -fPIC"
7516 LDDLLFLAGS="-bundle -multiply_defined suppress"
7517 LIBWINE_LDFLAGS="-multiply_defined suppress"
7518 LDSHARED="\$(CC) -dynamiclib"
7519 STRIP="$STRIP -x"
7520 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7521 SECURITYLIB="-framework Security -framework CoreFoundation"
7523 COREFOUNDATIONLIB="-framework CoreFoundation"
7525 IOKITLIB="-framework IOKit -framework CoreFoundation"
7527 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7529 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7530 then
7531 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7534 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7535 then
7536 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7539 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7540 then
7541 ac_save_LIBS="$LIBS"
7542 LIBS="$LIBS $IOKITLIB"
7544 for ac_func in IOHIDManagerCreate
7546 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7547 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7548 $as_echo_n "checking for $ac_func... " >&6; }
7549 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7550 $as_echo_n "(cached) " >&6
7551 else
7552 cat >conftest.$ac_ext <<_ACEOF
7553 /* confdefs.h. */
7554 _ACEOF
7555 cat confdefs.h >>conftest.$ac_ext
7556 cat >>conftest.$ac_ext <<_ACEOF
7557 /* end confdefs.h. */
7558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7560 #define $ac_func innocuous_$ac_func
7562 /* System header to define __stub macros and hopefully few prototypes,
7563 which can conflict with char $ac_func (); below.
7564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7565 <limits.h> exists even on freestanding compilers. */
7567 #ifdef __STDC__
7568 # include <limits.h>
7569 #else
7570 # include <assert.h>
7571 #endif
7573 #undef $ac_func
7575 /* Override any GCC internal prototype to avoid an error.
7576 Use char because int might match the return type of a GCC
7577 builtin and then its argument prototype would still apply. */
7578 #ifdef __cplusplus
7579 extern "C"
7580 #endif
7581 char $ac_func ();
7582 /* The GNU C library defines this for functions which it implements
7583 to always fail with ENOSYS. Some functions are actually named
7584 something starting with __ and the normal name is an alias. */
7585 #if defined __stub_$ac_func || defined __stub___$ac_func
7586 choke me
7587 #endif
7590 main ()
7592 return $ac_func ();
7594 return 0;
7596 _ACEOF
7597 rm -f conftest.$ac_objext conftest$ac_exeext
7598 if { (ac_try="$ac_link"
7599 case "(($ac_try" in
7600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7601 *) ac_try_echo=$ac_try;;
7602 esac
7603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7604 $as_echo "$ac_try_echo") >&5
7605 (eval "$ac_link") 2>conftest.er1
7606 ac_status=$?
7607 grep -v '^ *+' conftest.er1 >conftest.err
7608 rm -f conftest.er1
7609 cat conftest.err >&5
7610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); } && {
7612 test -z "$ac_c_werror_flag" ||
7613 test ! -s conftest.err
7614 } && test -s conftest$ac_exeext && {
7615 test "$cross_compiling" = yes ||
7616 $as_test_x conftest$ac_exeext
7617 }; then
7618 eval "$as_ac_var=yes"
7619 else
7620 $as_echo "$as_me: failed program was:" >&5
7621 sed 's/^/| /' conftest.$ac_ext >&5
7623 eval "$as_ac_var=no"
7626 rm -rf conftest.dSYM
7627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7628 conftest$ac_exeext conftest.$ac_ext
7630 ac_res=`eval 'as_val=${'$as_ac_var'}
7631 $as_echo "$as_val"'`
7632 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7633 $as_echo "$ac_res" >&6; }
7634 as_val=`eval 'as_val=${'$as_ac_var'}
7635 $as_echo "$as_val"'`
7636 if test "x$as_val" = x""yes; then
7637 cat >>confdefs.h <<_ACEOF
7638 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7639 _ACEOF
7642 done
7644 LIBS="$ac_save_LIBS"
7646 case $host_cpu in
7647 *powerpc*)
7648 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7649 esac
7650 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7651 then
7652 CARBONLIB="-framework Carbon"
7654 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7658 DLLFLAGS="$DLLFLAGS -fPIC"
7659 DLLEXT=".so"
7660 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7661 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7662 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7663 $as_echo_n "(cached) " >&6
7664 else
7665 ac_wine_try_cflags_saved=$CFLAGS
7666 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7667 cat >conftest.$ac_ext <<_ACEOF
7668 void myfunc() {}
7669 _ACEOF
7670 rm -f conftest.$ac_objext conftest$ac_exeext
7671 if { (ac_try="$ac_link"
7672 case "(($ac_try" in
7673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7674 *) ac_try_echo=$ac_try;;
7675 esac
7676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7677 $as_echo "$ac_try_echo") >&5
7678 (eval "$ac_link") 2>conftest.er1
7679 ac_status=$?
7680 grep -v '^ *+' conftest.er1 >conftest.err
7681 rm -f conftest.er1
7682 cat conftest.err >&5
7683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7684 (exit $ac_status); } && {
7685 test -z "$ac_c_werror_flag" ||
7686 test ! -s conftest.err
7687 } && test -s conftest$ac_exeext && {
7688 test "$cross_compiling" = yes ||
7689 $as_test_x conftest$ac_exeext
7690 }; then
7691 ac_cv_c_dll_gnuelf="yes"
7692 else
7693 $as_echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.$ac_ext >&5
7696 ac_cv_c_dll_gnuelf="no"
7699 rm -rf conftest.dSYM
7700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7701 conftest$ac_exeext conftest.$ac_ext
7702 CFLAGS=$ac_wine_try_cflags_saved
7704 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7705 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7706 if test "$ac_cv_c_dll_gnuelf" = "yes"
7707 then
7708 LDSHARED="\$(CC) -shared"
7709 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7710 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7711 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7712 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7713 $as_echo_n "(cached) " >&6
7714 else
7715 ac_wine_try_cflags_saved=$CFLAGS
7716 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7717 cat >conftest.$ac_ext <<_ACEOF
7718 /* confdefs.h. */
7719 _ACEOF
7720 cat confdefs.h >>conftest.$ac_ext
7721 cat >>conftest.$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7725 main ()
7729 return 0;
7731 _ACEOF
7732 rm -f conftest.$ac_objext conftest$ac_exeext
7733 if { (ac_try="$ac_link"
7734 case "(($ac_try" in
7735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7736 *) ac_try_echo=$ac_try;;
7737 esac
7738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7739 $as_echo "$ac_try_echo") >&5
7740 (eval "$ac_link") 2>conftest.er1
7741 ac_status=$?
7742 grep -v '^ *+' conftest.er1 >conftest.err
7743 rm -f conftest.er1
7744 cat conftest.err >&5
7745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 (exit $ac_status); } && {
7747 test -z "$ac_c_werror_flag" ||
7748 test ! -s conftest.err
7749 } && test -s conftest$ac_exeext && {
7750 test "$cross_compiling" = yes ||
7751 $as_test_x conftest$ac_exeext
7752 }; then
7753 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7754 else
7755 $as_echo "$as_me: failed program was:" >&5
7756 sed 's/^/| /' conftest.$ac_ext >&5
7758 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7761 rm -rf conftest.dSYM
7762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7763 conftest$ac_exeext conftest.$ac_ext
7764 CFLAGS=$ac_wine_try_cflags_saved
7766 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7767 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7768 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7769 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7770 else
7771 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7772 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7773 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7774 $as_echo_n "(cached) " >&6
7775 else
7776 ac_wine_try_cflags_saved=$CFLAGS
7777 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7778 cat >conftest.$ac_ext <<_ACEOF
7779 /* confdefs.h. */
7780 _ACEOF
7781 cat confdefs.h >>conftest.$ac_ext
7782 cat >>conftest.$ac_ext <<_ACEOF
7783 /* end confdefs.h. */
7786 main ()
7790 return 0;
7792 _ACEOF
7793 rm -f conftest.$ac_objext conftest$ac_exeext
7794 if { (ac_try="$ac_link"
7795 case "(($ac_try" in
7796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7797 *) ac_try_echo=$ac_try;;
7798 esac
7799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7800 $as_echo "$ac_try_echo") >&5
7801 (eval "$ac_link") 2>conftest.er1
7802 ac_status=$?
7803 grep -v '^ *+' conftest.er1 >conftest.err
7804 rm -f conftest.er1
7805 cat conftest.err >&5
7806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7807 (exit $ac_status); } && {
7808 test -z "$ac_c_werror_flag" ||
7809 test ! -s conftest.err
7810 } && test -s conftest$ac_exeext && {
7811 test "$cross_compiling" = yes ||
7812 $as_test_x conftest$ac_exeext
7813 }; then
7814 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7815 else
7816 $as_echo "$as_me: failed program was:" >&5
7817 sed 's/^/| /' conftest.$ac_ext >&5
7819 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7822 rm -rf conftest.dSYM
7823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7824 conftest$ac_exeext conftest.$ac_ext
7825 CFLAGS=$ac_wine_try_cflags_saved
7827 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7828 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7829 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7830 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7836 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7837 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7838 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7839 $as_echo_n "(cached) " >&6
7840 else
7841 ac_wine_try_cflags_saved=$CFLAGS
7842 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7843 cat >conftest.$ac_ext <<_ACEOF
7844 /* confdefs.h. */
7845 _ACEOF
7846 cat confdefs.h >>conftest.$ac_ext
7847 cat >>conftest.$ac_ext <<_ACEOF
7848 /* end confdefs.h. */
7851 main ()
7855 return 0;
7857 _ACEOF
7858 rm -f conftest.$ac_objext conftest$ac_exeext
7859 if { (ac_try="$ac_link"
7860 case "(($ac_try" in
7861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7862 *) ac_try_echo=$ac_try;;
7863 esac
7864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7865 $as_echo "$ac_try_echo") >&5
7866 (eval "$ac_link") 2>conftest.er1
7867 ac_status=$?
7868 grep -v '^ *+' conftest.er1 >conftest.err
7869 rm -f conftest.er1
7870 cat conftest.err >&5
7871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7872 (exit $ac_status); } && {
7873 test -z "$ac_c_werror_flag" ||
7874 test ! -s conftest.err
7875 } && test -s conftest$ac_exeext && {
7876 test "$cross_compiling" = yes ||
7877 $as_test_x conftest$ac_exeext
7878 }; then
7879 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7880 else
7881 $as_echo "$as_me: failed program was:" >&5
7882 sed 's/^/| /' conftest.$ac_ext >&5
7884 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7887 rm -rf conftest.dSYM
7888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7889 conftest$ac_exeext conftest.$ac_ext
7890 CFLAGS=$ac_wine_try_cflags_saved
7892 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7893 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7894 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7895 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7899 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7900 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7901 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7902 $as_echo_n "(cached) " >&6
7903 else
7904 ac_wine_try_cflags_saved=$CFLAGS
7905 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7906 cat >conftest.$ac_ext <<_ACEOF
7907 /* confdefs.h. */
7908 _ACEOF
7909 cat confdefs.h >>conftest.$ac_ext
7910 cat >>conftest.$ac_ext <<_ACEOF
7911 /* end confdefs.h. */
7914 main ()
7918 return 0;
7920 _ACEOF
7921 rm -f conftest.$ac_objext conftest$ac_exeext
7922 if { (ac_try="$ac_link"
7923 case "(($ac_try" in
7924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7925 *) ac_try_echo=$ac_try;;
7926 esac
7927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7928 $as_echo "$ac_try_echo") >&5
7929 (eval "$ac_link") 2>conftest.er1
7930 ac_status=$?
7931 grep -v '^ *+' conftest.er1 >conftest.err
7932 rm -f conftest.er1
7933 cat conftest.err >&5
7934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935 (exit $ac_status); } && {
7936 test -z "$ac_c_werror_flag" ||
7937 test ! -s conftest.err
7938 } && test -s conftest$ac_exeext && {
7939 test "$cross_compiling" = yes ||
7940 $as_test_x conftest$ac_exeext
7941 }; then
7942 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7943 else
7944 $as_echo "$as_me: failed program was:" >&5
7945 sed 's/^/| /' conftest.$ac_ext >&5
7947 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7950 rm -rf conftest.dSYM
7951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7952 conftest$ac_exeext conftest.$ac_ext
7953 CFLAGS=$ac_wine_try_cflags_saved
7955 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7956 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7957 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7958 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7962 echo '{ global: *; };' >conftest.map
7963 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7964 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7965 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7966 $as_echo_n "(cached) " >&6
7967 else
7968 ac_wine_try_cflags_saved=$CFLAGS
7969 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7970 cat >conftest.$ac_ext <<_ACEOF
7971 /* confdefs.h. */
7972 _ACEOF
7973 cat confdefs.h >>conftest.$ac_ext
7974 cat >>conftest.$ac_ext <<_ACEOF
7975 /* end confdefs.h. */
7978 main ()
7982 return 0;
7984 _ACEOF
7985 rm -f conftest.$ac_objext conftest$ac_exeext
7986 if { (ac_try="$ac_link"
7987 case "(($ac_try" in
7988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7989 *) ac_try_echo=$ac_try;;
7990 esac
7991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7992 $as_echo "$ac_try_echo") >&5
7993 (eval "$ac_link") 2>conftest.er1
7994 ac_status=$?
7995 grep -v '^ *+' conftest.er1 >conftest.err
7996 rm -f conftest.er1
7997 cat conftest.err >&5
7998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7999 (exit $ac_status); } && {
8000 test -z "$ac_c_werror_flag" ||
8001 test ! -s conftest.err
8002 } && test -s conftest$ac_exeext && {
8003 test "$cross_compiling" = yes ||
8004 $as_test_x conftest$ac_exeext
8005 }; then
8006 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8007 else
8008 $as_echo "$as_me: failed program was:" >&5
8009 sed 's/^/| /' conftest.$ac_ext >&5
8011 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8014 rm -rf conftest.dSYM
8015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8016 conftest$ac_exeext conftest.$ac_ext
8017 CFLAGS=$ac_wine_try_cflags_saved
8019 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8020 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8021 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8022 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8025 rm -f conftest.map
8027 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8028 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8029 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8030 $as_echo_n "(cached) " >&6
8031 else
8032 ac_wine_try_cflags_saved=$CFLAGS
8033 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8034 cat >conftest.$ac_ext <<_ACEOF
8035 /* confdefs.h. */
8036 _ACEOF
8037 cat confdefs.h >>conftest.$ac_ext
8038 cat >>conftest.$ac_ext <<_ACEOF
8039 /* end confdefs.h. */
8042 main ()
8046 return 0;
8048 _ACEOF
8049 rm -f conftest.$ac_objext conftest$ac_exeext
8050 if { (ac_try="$ac_link"
8051 case "(($ac_try" in
8052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8053 *) ac_try_echo=$ac_try;;
8054 esac
8055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8056 $as_echo "$ac_try_echo") >&5
8057 (eval "$ac_link") 2>conftest.er1
8058 ac_status=$?
8059 grep -v '^ *+' conftest.er1 >conftest.err
8060 rm -f conftest.er1
8061 cat conftest.err >&5
8062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8063 (exit $ac_status); } && {
8064 test -z "$ac_c_werror_flag" ||
8065 test ! -s conftest.err
8066 } && test -s conftest$ac_exeext && {
8067 test "$cross_compiling" = yes ||
8068 $as_test_x conftest$ac_exeext
8069 }; then
8070 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8071 else
8072 $as_echo "$as_me: failed program was:" >&5
8073 sed 's/^/| /' conftest.$ac_ext >&5
8075 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8078 rm -rf conftest.dSYM
8079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8080 conftest$ac_exeext conftest.$ac_ext
8081 CFLAGS=$ac_wine_try_cflags_saved
8083 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8084 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8085 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8086 LDEXECFLAGS="-Wl,--export-dynamic"
8091 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8092 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8093 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8094 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8095 $as_echo_n "(cached) " >&6
8096 else
8097 ac_wine_try_cflags_saved=$CFLAGS
8098 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8099 cat >conftest.$ac_ext <<_ACEOF
8100 /* confdefs.h. */
8101 _ACEOF
8102 cat confdefs.h >>conftest.$ac_ext
8103 cat >>conftest.$ac_ext <<_ACEOF
8104 /* end confdefs.h. */
8107 main ()
8111 return 0;
8113 _ACEOF
8114 rm -f conftest.$ac_objext conftest$ac_exeext
8115 if { (ac_try="$ac_link"
8116 case "(($ac_try" in
8117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8118 *) ac_try_echo=$ac_try;;
8119 esac
8120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8121 $as_echo "$ac_try_echo") >&5
8122 (eval "$ac_link") 2>conftest.er1
8123 ac_status=$?
8124 grep -v '^ *+' conftest.er1 >conftest.err
8125 rm -f conftest.er1
8126 cat conftest.err >&5
8127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8128 (exit $ac_status); } && {
8129 test -z "$ac_c_werror_flag" ||
8130 test ! -s conftest.err
8131 } && test -s conftest$ac_exeext && {
8132 test "$cross_compiling" = yes ||
8133 $as_test_x conftest$ac_exeext
8134 }; then
8135 eval "$as_ac_var=yes"
8136 else
8137 $as_echo "$as_me: failed program was:" >&5
8138 sed 's/^/| /' conftest.$ac_ext >&5
8140 eval "$as_ac_var=no"
8143 rm -rf conftest.dSYM
8144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8145 conftest$ac_exeext conftest.$ac_ext
8146 CFLAGS=$ac_wine_try_cflags_saved
8148 ac_res=`eval 'as_val=${'$as_ac_var'}
8149 $as_echo "$as_val"'`
8150 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8151 $as_echo "$ac_res" >&6; }
8152 if test `eval 'as_val=${'$as_ac_var'}
8153 $as_echo "$as_val"'` = yes; then
8154 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8155 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8156 else
8157 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8158 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8159 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8160 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8161 $as_echo_n "(cached) " >&6
8162 else
8163 ac_wine_try_cflags_saved=$CFLAGS
8164 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8165 cat >conftest.$ac_ext <<_ACEOF
8166 /* confdefs.h. */
8167 _ACEOF
8168 cat confdefs.h >>conftest.$ac_ext
8169 cat >>conftest.$ac_ext <<_ACEOF
8170 /* end confdefs.h. */
8173 main ()
8177 return 0;
8179 _ACEOF
8180 rm -f conftest.$ac_objext conftest$ac_exeext
8181 if { (ac_try="$ac_link"
8182 case "(($ac_try" in
8183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8184 *) ac_try_echo=$ac_try;;
8185 esac
8186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8187 $as_echo "$ac_try_echo") >&5
8188 (eval "$ac_link") 2>conftest.er1
8189 ac_status=$?
8190 grep -v '^ *+' conftest.er1 >conftest.err
8191 rm -f conftest.er1
8192 cat conftest.err >&5
8193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8194 (exit $ac_status); } && {
8195 test -z "$ac_c_werror_flag" ||
8196 test ! -s conftest.err
8197 } && test -s conftest$ac_exeext && {
8198 test "$cross_compiling" = yes ||
8199 $as_test_x conftest$ac_exeext
8200 }; then
8201 eval "$as_ac_var=yes"
8202 else
8203 $as_echo "$as_me: failed program was:" >&5
8204 sed 's/^/| /' conftest.$ac_ext >&5
8206 eval "$as_ac_var=no"
8209 rm -rf conftest.dSYM
8210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8211 conftest$ac_exeext conftest.$ac_ext
8212 CFLAGS=$ac_wine_try_cflags_saved
8214 ac_res=`eval 'as_val=${'$as_ac_var'}
8215 $as_echo "$as_val"'`
8216 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8217 $as_echo "$ac_res" >&6; }
8218 if test `eval 'as_val=${'$as_ac_var'}
8219 $as_echo "$as_val"'` = yes; then
8220 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8221 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8227 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8228 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8229 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8230 $as_echo_n "(cached) " >&6
8231 else
8232 ac_wine_try_cflags_saved=$CFLAGS
8233 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8234 cat >conftest.$ac_ext <<_ACEOF
8235 /* confdefs.h. */
8236 _ACEOF
8237 cat confdefs.h >>conftest.$ac_ext
8238 cat >>conftest.$ac_ext <<_ACEOF
8239 /* end confdefs.h. */
8242 main ()
8246 return 0;
8248 _ACEOF
8249 rm -f conftest.$ac_objext conftest$ac_exeext
8250 if { (ac_try="$ac_link"
8251 case "(($ac_try" in
8252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8253 *) ac_try_echo=$ac_try;;
8254 esac
8255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8256 $as_echo "$ac_try_echo") >&5
8257 (eval "$ac_link") 2>conftest.er1
8258 ac_status=$?
8259 grep -v '^ *+' conftest.er1 >conftest.err
8260 rm -f conftest.er1
8261 cat conftest.err >&5
8262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8263 (exit $ac_status); } && {
8264 test -z "$ac_c_werror_flag" ||
8265 test ! -s conftest.err
8266 } && test -s conftest$ac_exeext && {
8267 test "$cross_compiling" = yes ||
8268 $as_test_x conftest$ac_exeext
8269 }; then
8270 ac_cv_cflags__Wl___enable_new_dtags=yes
8271 else
8272 $as_echo "$as_me: failed program was:" >&5
8273 sed 's/^/| /' conftest.$ac_ext >&5
8275 ac_cv_cflags__Wl___enable_new_dtags=no
8278 rm -rf conftest.dSYM
8279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8280 conftest$ac_exeext conftest.$ac_ext
8281 CFLAGS=$ac_wine_try_cflags_saved
8283 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8284 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8285 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8286 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8290 case $host_cpu in
8291 *i[3456789]86* | x86_64)
8292 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8293 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8294 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8295 $as_echo_n "(cached) " >&6
8296 else
8297 ac_wine_try_cflags_saved=$CFLAGS
8298 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8299 cat >conftest.$ac_ext <<_ACEOF
8300 /* confdefs.h. */
8301 _ACEOF
8302 cat confdefs.h >>conftest.$ac_ext
8303 cat >>conftest.$ac_ext <<_ACEOF
8304 /* end confdefs.h. */
8307 main ()
8311 return 0;
8313 _ACEOF
8314 rm -f conftest.$ac_objext conftest$ac_exeext
8315 if { (ac_try="$ac_link"
8316 case "(($ac_try" in
8317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8318 *) ac_try_echo=$ac_try;;
8319 esac
8320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8321 $as_echo "$ac_try_echo") >&5
8322 (eval "$ac_link") 2>conftest.er1
8323 ac_status=$?
8324 grep -v '^ *+' conftest.er1 >conftest.err
8325 rm -f conftest.er1
8326 cat conftest.err >&5
8327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8328 (exit $ac_status); } && {
8329 test -z "$ac_c_werror_flag" ||
8330 test ! -s conftest.err
8331 } && test -s conftest$ac_exeext && {
8332 test "$cross_compiling" = yes ||
8333 $as_test_x conftest$ac_exeext
8334 }; then
8335 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8336 else
8337 $as_echo "$as_me: failed program was:" >&5
8338 sed 's/^/| /' conftest.$ac_ext >&5
8340 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8343 rm -rf conftest.dSYM
8344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8345 conftest$ac_exeext conftest.$ac_ext
8346 CFLAGS=$ac_wine_try_cflags_saved
8348 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8349 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8350 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8351 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8355 esac
8357 else
8358 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8359 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8360 if test "${ac_cv_c_dll_unixware+set}" = set; then
8361 $as_echo_n "(cached) " >&6
8362 else
8363 ac_wine_try_cflags_saved=$CFLAGS
8364 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8365 cat >conftest.$ac_ext <<_ACEOF
8366 void myfunc() {}
8367 _ACEOF
8368 rm -f conftest.$ac_objext conftest$ac_exeext
8369 if { (ac_try="$ac_link"
8370 case "(($ac_try" in
8371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8372 *) ac_try_echo=$ac_try;;
8373 esac
8374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8375 $as_echo "$ac_try_echo") >&5
8376 (eval "$ac_link") 2>conftest.er1
8377 ac_status=$?
8378 grep -v '^ *+' conftest.er1 >conftest.err
8379 rm -f conftest.er1
8380 cat conftest.err >&5
8381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8382 (exit $ac_status); } && {
8383 test -z "$ac_c_werror_flag" ||
8384 test ! -s conftest.err
8385 } && test -s conftest$ac_exeext && {
8386 test "$cross_compiling" = yes ||
8387 $as_test_x conftest$ac_exeext
8388 }; then
8389 ac_cv_c_dll_unixware="yes"
8390 else
8391 $as_echo "$as_me: failed program was:" >&5
8392 sed 's/^/| /' conftest.$ac_ext >&5
8394 ac_cv_c_dll_unixware="no"
8397 rm -rf conftest.dSYM
8398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8399 conftest$ac_exeext conftest.$ac_ext
8400 CFLAGS=$ac_wine_try_cflags_saved
8402 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8403 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8404 if test "$ac_cv_c_dll_unixware" = "yes"
8405 then
8406 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8407 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8409 else
8410 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8411 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8412 if test "${ac_cv_c_dll_hpux+set}" = set; then
8413 $as_echo_n "(cached) " >&6
8414 else
8415 ac_wine_try_cflags_saved=$CFLAGS
8416 CFLAGS="$CFLAGS -shared"
8417 cat >conftest.$ac_ext <<_ACEOF
8418 void myfunc() {}
8419 _ACEOF
8420 rm -f conftest.$ac_objext conftest$ac_exeext
8421 if { (ac_try="$ac_link"
8422 case "(($ac_try" in
8423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8424 *) ac_try_echo=$ac_try;;
8425 esac
8426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8427 $as_echo "$ac_try_echo") >&5
8428 (eval "$ac_link") 2>conftest.er1
8429 ac_status=$?
8430 grep -v '^ *+' conftest.er1 >conftest.err
8431 rm -f conftest.er1
8432 cat conftest.err >&5
8433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434 (exit $ac_status); } && {
8435 test -z "$ac_c_werror_flag" ||
8436 test ! -s conftest.err
8437 } && test -s conftest$ac_exeext && {
8438 test "$cross_compiling" = yes ||
8439 $as_test_x conftest$ac_exeext
8440 }; then
8441 ac_cv_c_dll_hpux="yes"
8442 else
8443 $as_echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.$ac_ext >&5
8446 ac_cv_c_dll_hpux="no"
8449 rm -rf conftest.dSYM
8450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8451 conftest$ac_exeext conftest.$ac_ext
8452 CFLAGS=$ac_wine_try_cflags_saved
8454 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8455 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8456 if test "$ac_cv_c_dll_hpux" = "yes"
8457 then
8458 LIBEXT="sl"
8459 DLLEXT=".sl"
8460 LDDLLFLAGS="-shared -fPIC"
8461 LDSHARED="\$(CC) -shared"
8466 esac
8468 enable_winequartz_drv=${enable_winequartz_drv:-no}
8470 if test "$LIBEXT" = "a"; then
8471 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8472 It is currently not possible to build Wine without shared library
8473 (.so) support to allow transparent switch between .so and .dll files.
8474 If you are using Linux, you will need a newer binutils.
8475 " >&5
8476 $as_echo "$as_me: error: could not find a way to build shared libraries.
8477 It is currently not possible to build Wine without shared library
8478 (.so) support to allow transparent switch between .so and .dll files.
8479 If you are using Linux, you will need a newer binutils.
8480 " >&2;}
8481 { (exit 1); exit 1; }; }
8484 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8485 then
8486 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
8488 # Extract the first word of "$ac_prog", so it can be a program name with args.
8489 set dummy $ac_prog; ac_word=$2
8490 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8491 $as_echo_n "checking for $ac_word... " >&6; }
8492 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8493 $as_echo_n "(cached) " >&6
8494 else
8495 if test -n "$CROSSCC"; then
8496 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8497 else
8498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8499 for as_dir in $PATH
8501 IFS=$as_save_IFS
8502 test -z "$as_dir" && as_dir=.
8503 for ac_exec_ext in '' $ac_executable_extensions; do
8504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8505 ac_cv_prog_CROSSCC="$ac_prog"
8506 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8507 break 2
8509 done
8510 done
8511 IFS=$as_save_IFS
8515 CROSSCC=$ac_cv_prog_CROSSCC
8516 if test -n "$CROSSCC"; then
8517 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8518 $as_echo "$CROSSCC" >&6; }
8519 else
8520 { $as_echo "$as_me:$LINENO: result: no" >&5
8521 $as_echo "no" >&6; }
8525 test -n "$CROSSCC" && break
8526 done
8527 test -n "$CROSSCC" || CROSSCC="false"
8529 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
8531 # Extract the first word of "$ac_prog", so it can be a program name with args.
8532 set dummy $ac_prog; ac_word=$2
8533 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 $as_echo_n "checking for $ac_word... " >&6; }
8535 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8536 $as_echo_n "(cached) " >&6
8537 else
8538 if test -n "$DLLTOOL"; then
8539 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8540 else
8541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8542 for as_dir in $PATH
8544 IFS=$as_save_IFS
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_DLLTOOL="$ac_prog"
8549 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8550 break 2
8552 done
8553 done
8554 IFS=$as_save_IFS
8558 DLLTOOL=$ac_cv_prog_DLLTOOL
8559 if test -n "$DLLTOOL"; then
8560 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8561 $as_echo "$DLLTOOL" >&6; }
8562 else
8563 { $as_echo "$as_me:$LINENO: result: no" >&5
8564 $as_echo "no" >&6; }
8568 test -n "$DLLTOOL" && break
8569 done
8570 test -n "$DLLTOOL" || DLLTOOL="false"
8572 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
8574 # Extract the first word of "$ac_prog", so it can be a program name with args.
8575 set dummy $ac_prog; ac_word=$2
8576 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8577 $as_echo_n "checking for $ac_word... " >&6; }
8578 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8579 $as_echo_n "(cached) " >&6
8580 else
8581 if test -n "$CROSSWINDRES"; then
8582 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8583 else
8584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8585 for as_dir in $PATH
8587 IFS=$as_save_IFS
8588 test -z "$as_dir" && as_dir=.
8589 for ac_exec_ext in '' $ac_executable_extensions; do
8590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8591 ac_cv_prog_CROSSWINDRES="$ac_prog"
8592 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8593 break 2
8595 done
8596 done
8597 IFS=$as_save_IFS
8601 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8602 if test -n "$CROSSWINDRES"; then
8603 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8604 $as_echo "$CROSSWINDRES" >&6; }
8605 else
8606 { $as_echo "$as_me:$LINENO: result: no" >&5
8607 $as_echo "no" >&6; }
8611 test -n "$CROSSWINDRES" && break
8612 done
8613 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8615 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
8617 # Extract the first word of "$ac_prog", so it can be a program name with args.
8618 set dummy $ac_prog; ac_word=$2
8619 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8620 $as_echo_n "checking for $ac_word... " >&6; }
8621 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8622 $as_echo_n "(cached) " >&6
8623 else
8624 if test -n "$MINGWAR"; then
8625 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8626 else
8627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8628 for as_dir in $PATH
8630 IFS=$as_save_IFS
8631 test -z "$as_dir" && as_dir=.
8632 for ac_exec_ext in '' $ac_executable_extensions; do
8633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8634 ac_cv_prog_MINGWAR="$ac_prog"
8635 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8636 break 2
8638 done
8639 done
8640 IFS=$as_save_IFS
8644 MINGWAR=$ac_cv_prog_MINGWAR
8645 if test -n "$MINGWAR"; then
8646 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8647 $as_echo "$MINGWAR" >&6; }
8648 else
8649 { $as_echo "$as_me:$LINENO: result: no" >&5
8650 $as_echo "no" >&6; }
8654 test -n "$MINGWAR" && break
8655 done
8656 test -n "$MINGWAR" || MINGWAR="false"
8658 if test "$CROSSCC" != "false"
8659 then
8660 CROSSTEST="\$(CROSSTEST)"
8666 if test "$ac_cv_header_pthread_h" = "yes"
8667 then
8668 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8669 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8670 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8671 $as_echo_n "(cached) " >&6
8672 else
8673 ac_check_lib_save_LIBS=$LIBS
8674 LIBS="-lpthread $LIBS"
8675 cat >conftest.$ac_ext <<_ACEOF
8676 /* confdefs.h. */
8677 _ACEOF
8678 cat confdefs.h >>conftest.$ac_ext
8679 cat >>conftest.$ac_ext <<_ACEOF
8680 /* end confdefs.h. */
8682 /* Override any GCC internal prototype to avoid an error.
8683 Use char because int might match the return type of a GCC
8684 builtin and then its argument prototype would still apply. */
8685 #ifdef __cplusplus
8686 extern "C"
8687 #endif
8688 char pthread_create ();
8690 main ()
8692 return pthread_create ();
8694 return 0;
8696 _ACEOF
8697 rm -f conftest.$ac_objext conftest$ac_exeext
8698 if { (ac_try="$ac_link"
8699 case "(($ac_try" in
8700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8701 *) ac_try_echo=$ac_try;;
8702 esac
8703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8704 $as_echo "$ac_try_echo") >&5
8705 (eval "$ac_link") 2>conftest.er1
8706 ac_status=$?
8707 grep -v '^ *+' conftest.er1 >conftest.err
8708 rm -f conftest.er1
8709 cat conftest.err >&5
8710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8711 (exit $ac_status); } && {
8712 test -z "$ac_c_werror_flag" ||
8713 test ! -s conftest.err
8714 } && test -s conftest$ac_exeext && {
8715 test "$cross_compiling" = yes ||
8716 $as_test_x conftest$ac_exeext
8717 }; then
8718 ac_cv_lib_pthread_pthread_create=yes
8719 else
8720 $as_echo "$as_me: failed program was:" >&5
8721 sed 's/^/| /' conftest.$ac_ext >&5
8723 ac_cv_lib_pthread_pthread_create=no
8726 rm -rf conftest.dSYM
8727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8728 conftest$ac_exeext conftest.$ac_ext
8729 LIBS=$ac_check_lib_save_LIBS
8731 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8732 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8733 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8734 LIBPTHREAD="-lpthread"
8739 if test "x$LIBPTHREAD" = "x"; then
8740 case "x$with_pthread" in
8741 xno) ;;
8742 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8743 Wine cannot support threads without libpthread.
8744 Use the --without-pthread option if you really want this." >&5
8745 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8746 Wine cannot support threads without libpthread.
8747 Use the --without-pthread option if you really want this." >&2;}
8748 { (exit 1); exit 1; }; } ;;
8749 esac
8754 { $as_echo "$as_me:$LINENO: checking for X" >&5
8755 $as_echo_n "checking for X... " >&6; }
8758 # Check whether --with-x was given.
8759 if test "${with_x+set}" = set; then
8760 withval=$with_x;
8763 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8764 if test "x$with_x" = xno; then
8765 # The user explicitly disabled X.
8766 have_x=disabled
8767 else
8768 case $x_includes,$x_libraries in #(
8769 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8770 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8771 { (exit 1); exit 1; }; };; #(
8772 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8773 $as_echo_n "(cached) " >&6
8774 else
8775 # One or both of the vars are not set, and there is no cached value.
8776 ac_x_includes=no ac_x_libraries=no
8777 rm -f -r conftest.dir
8778 if mkdir conftest.dir; then
8779 cd conftest.dir
8780 cat >Imakefile <<'_ACEOF'
8781 incroot:
8782 @echo incroot='${INCROOT}'
8783 usrlibdir:
8784 @echo usrlibdir='${USRLIBDIR}'
8785 libdir:
8786 @echo libdir='${LIBDIR}'
8787 _ACEOF
8788 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8789 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8790 for ac_var in incroot usrlibdir libdir; do
8791 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8792 done
8793 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8794 for ac_extension in a so sl dylib la dll; do
8795 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8796 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8797 ac_im_usrlibdir=$ac_im_libdir; break
8799 done
8800 # Screen out bogus values from the imake configuration. They are
8801 # bogus both because they are the default anyway, and because
8802 # using them would break gcc on systems where it needs fixed includes.
8803 case $ac_im_incroot in
8804 /usr/include) ac_x_includes= ;;
8805 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8806 esac
8807 case $ac_im_usrlibdir in
8808 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8809 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8810 esac
8812 cd ..
8813 rm -f -r conftest.dir
8816 # Standard set of common directories for X headers.
8817 # Check X11 before X11Rn because it is often a symlink to the current release.
8818 ac_x_header_dirs='
8819 /usr/X11/include
8820 /usr/X11R6/include
8821 /usr/X11R5/include
8822 /usr/X11R4/include
8824 /usr/include/X11
8825 /usr/include/X11R6
8826 /usr/include/X11R5
8827 /usr/include/X11R4
8829 /usr/local/X11/include
8830 /usr/local/X11R6/include
8831 /usr/local/X11R5/include
8832 /usr/local/X11R4/include
8834 /usr/local/include/X11
8835 /usr/local/include/X11R6
8836 /usr/local/include/X11R5
8837 /usr/local/include/X11R4
8839 /usr/X386/include
8840 /usr/x386/include
8841 /usr/XFree86/include/X11
8843 /usr/include
8844 /usr/local/include
8845 /usr/unsupported/include
8846 /usr/athena/include
8847 /usr/local/x11r5/include
8848 /usr/lpp/Xamples/include
8850 /usr/openwin/include
8851 /usr/openwin/share/include'
8853 if test "$ac_x_includes" = no; then
8854 # Guess where to find include files, by looking for Xlib.h.
8855 # First, try using that file with no special directory specified.
8856 cat >conftest.$ac_ext <<_ACEOF
8857 /* confdefs.h. */
8858 _ACEOF
8859 cat confdefs.h >>conftest.$ac_ext
8860 cat >>conftest.$ac_ext <<_ACEOF
8861 /* end confdefs.h. */
8862 #include <X11/Xlib.h>
8863 _ACEOF
8864 if { (ac_try="$ac_cpp conftest.$ac_ext"
8865 case "(($ac_try" in
8866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8867 *) ac_try_echo=$ac_try;;
8868 esac
8869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8870 $as_echo "$ac_try_echo") >&5
8871 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8872 ac_status=$?
8873 grep -v '^ *+' conftest.er1 >conftest.err
8874 rm -f conftest.er1
8875 cat conftest.err >&5
8876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8877 (exit $ac_status); } >/dev/null && {
8878 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8879 test ! -s conftest.err
8880 }; then
8881 # We can compile using X headers with no special include directory.
8882 ac_x_includes=
8883 else
8884 $as_echo "$as_me: failed program was:" >&5
8885 sed 's/^/| /' conftest.$ac_ext >&5
8887 for ac_dir in $ac_x_header_dirs; do
8888 if test -r "$ac_dir/X11/Xlib.h"; then
8889 ac_x_includes=$ac_dir
8890 break
8892 done
8895 rm -f conftest.err conftest.$ac_ext
8896 fi # $ac_x_includes = no
8898 if test "$ac_x_libraries" = no; then
8899 # Check for the libraries.
8900 # See if we find them without any special options.
8901 # Don't add to $LIBS permanently.
8902 ac_save_LIBS=$LIBS
8903 LIBS="-lX11 $LIBS"
8904 cat >conftest.$ac_ext <<_ACEOF
8905 /* confdefs.h. */
8906 _ACEOF
8907 cat confdefs.h >>conftest.$ac_ext
8908 cat >>conftest.$ac_ext <<_ACEOF
8909 /* end confdefs.h. */
8910 #include <X11/Xlib.h>
8912 main ()
8914 XrmInitialize ()
8916 return 0;
8918 _ACEOF
8919 rm -f conftest.$ac_objext conftest$ac_exeext
8920 if { (ac_try="$ac_link"
8921 case "(($ac_try" in
8922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8923 *) ac_try_echo=$ac_try;;
8924 esac
8925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8926 $as_echo "$ac_try_echo") >&5
8927 (eval "$ac_link") 2>conftest.er1
8928 ac_status=$?
8929 grep -v '^ *+' conftest.er1 >conftest.err
8930 rm -f conftest.er1
8931 cat conftest.err >&5
8932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); } && {
8934 test -z "$ac_c_werror_flag" ||
8935 test ! -s conftest.err
8936 } && test -s conftest$ac_exeext && {
8937 test "$cross_compiling" = yes ||
8938 $as_test_x conftest$ac_exeext
8939 }; then
8940 LIBS=$ac_save_LIBS
8941 # We can link X programs with no special library path.
8942 ac_x_libraries=
8943 else
8944 $as_echo "$as_me: failed program was:" >&5
8945 sed 's/^/| /' conftest.$ac_ext >&5
8947 LIBS=$ac_save_LIBS
8948 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8950 # Don't even attempt the hair of trying to link an X program!
8951 for ac_extension in a so sl dylib la dll; do
8952 if test -r "$ac_dir/libX11.$ac_extension"; then
8953 ac_x_libraries=$ac_dir
8954 break 2
8956 done
8957 done
8960 rm -rf conftest.dSYM
8961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8962 conftest$ac_exeext conftest.$ac_ext
8963 fi # $ac_x_libraries = no
8965 case $ac_x_includes,$ac_x_libraries in #(
8966 no,* | *,no | *\'*)
8967 # Didn't find X, or a directory has "'" in its name.
8968 ac_cv_have_x="have_x=no";; #(
8970 # Record where we found X for the cache.
8971 ac_cv_have_x="have_x=yes\
8972 ac_x_includes='$ac_x_includes'\
8973 ac_x_libraries='$ac_x_libraries'"
8974 esac
8976 ;; #(
8977 *) have_x=yes;;
8978 esac
8979 eval "$ac_cv_have_x"
8980 fi # $with_x != no
8982 if test "$have_x" != yes; then
8983 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8984 $as_echo "$have_x" >&6; }
8985 no_x=yes
8986 else
8987 # If each of the values was on the command line, it overrides each guess.
8988 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8989 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8990 # Update the cache value to reflect the command line values.
8991 ac_cv_have_x="have_x=yes\
8992 ac_x_includes='$x_includes'\
8993 ac_x_libraries='$x_libraries'"
8994 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8995 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8998 if test "$no_x" = yes; then
8999 # Not all programs may use this symbol, but it does not hurt to define it.
9001 cat >>confdefs.h <<\_ACEOF
9002 #define X_DISPLAY_MISSING 1
9003 _ACEOF
9005 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9006 else
9007 if test -n "$x_includes"; then
9008 X_CFLAGS="$X_CFLAGS -I$x_includes"
9011 # It would also be nice to do this for all -L options, not just this one.
9012 if test -n "$x_libraries"; then
9013 X_LIBS="$X_LIBS -L$x_libraries"
9014 # For Solaris; some versions of Sun CC require a space after -R and
9015 # others require no space. Words are not sufficient . . . .
9016 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9017 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9018 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9019 ac_xsave_c_werror_flag=$ac_c_werror_flag
9020 ac_c_werror_flag=yes
9021 cat >conftest.$ac_ext <<_ACEOF
9022 /* confdefs.h. */
9023 _ACEOF
9024 cat confdefs.h >>conftest.$ac_ext
9025 cat >>conftest.$ac_ext <<_ACEOF
9026 /* end confdefs.h. */
9029 main ()
9033 return 0;
9035 _ACEOF
9036 rm -f conftest.$ac_objext conftest$ac_exeext
9037 if { (ac_try="$ac_link"
9038 case "(($ac_try" in
9039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9040 *) ac_try_echo=$ac_try;;
9041 esac
9042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9043 $as_echo "$ac_try_echo") >&5
9044 (eval "$ac_link") 2>conftest.er1
9045 ac_status=$?
9046 grep -v '^ *+' conftest.er1 >conftest.err
9047 rm -f conftest.er1
9048 cat conftest.err >&5
9049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9050 (exit $ac_status); } && {
9051 test -z "$ac_c_werror_flag" ||
9052 test ! -s conftest.err
9053 } && test -s conftest$ac_exeext && {
9054 test "$cross_compiling" = yes ||
9055 $as_test_x conftest$ac_exeext
9056 }; then
9057 { $as_echo "$as_me:$LINENO: result: no" >&5
9058 $as_echo "no" >&6; }
9059 X_LIBS="$X_LIBS -R$x_libraries"
9060 else
9061 $as_echo "$as_me: failed program was:" >&5
9062 sed 's/^/| /' conftest.$ac_ext >&5
9064 LIBS="$ac_xsave_LIBS -R $x_libraries"
9065 cat >conftest.$ac_ext <<_ACEOF
9066 /* confdefs.h. */
9067 _ACEOF
9068 cat confdefs.h >>conftest.$ac_ext
9069 cat >>conftest.$ac_ext <<_ACEOF
9070 /* end confdefs.h. */
9073 main ()
9077 return 0;
9079 _ACEOF
9080 rm -f conftest.$ac_objext conftest$ac_exeext
9081 if { (ac_try="$ac_link"
9082 case "(($ac_try" in
9083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9084 *) ac_try_echo=$ac_try;;
9085 esac
9086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9087 $as_echo "$ac_try_echo") >&5
9088 (eval "$ac_link") 2>conftest.er1
9089 ac_status=$?
9090 grep -v '^ *+' conftest.er1 >conftest.err
9091 rm -f conftest.er1
9092 cat conftest.err >&5
9093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9094 (exit $ac_status); } && {
9095 test -z "$ac_c_werror_flag" ||
9096 test ! -s conftest.err
9097 } && test -s conftest$ac_exeext && {
9098 test "$cross_compiling" = yes ||
9099 $as_test_x conftest$ac_exeext
9100 }; then
9101 { $as_echo "$as_me:$LINENO: result: yes" >&5
9102 $as_echo "yes" >&6; }
9103 X_LIBS="$X_LIBS -R $x_libraries"
9104 else
9105 $as_echo "$as_me: failed program was:" >&5
9106 sed 's/^/| /' conftest.$ac_ext >&5
9108 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9109 $as_echo "neither works" >&6; }
9112 rm -rf conftest.dSYM
9113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9114 conftest$ac_exeext conftest.$ac_ext
9117 rm -rf conftest.dSYM
9118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9119 conftest$ac_exeext conftest.$ac_ext
9120 ac_c_werror_flag=$ac_xsave_c_werror_flag
9121 LIBS=$ac_xsave_LIBS
9124 # Check for system-dependent libraries X programs must link with.
9125 # Do this before checking for the system-independent R6 libraries
9126 # (-lICE), since we may need -lsocket or whatever for X linking.
9128 if test "$ISC" = yes; then
9129 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9130 else
9131 # Martyn Johnson says this is needed for Ultrix, if the X
9132 # libraries were built with DECnet support. And Karl Berry says
9133 # the Alpha needs dnet_stub (dnet does not exist).
9134 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9135 cat >conftest.$ac_ext <<_ACEOF
9136 /* confdefs.h. */
9137 _ACEOF
9138 cat confdefs.h >>conftest.$ac_ext
9139 cat >>conftest.$ac_ext <<_ACEOF
9140 /* end confdefs.h. */
9142 /* Override any GCC internal prototype to avoid an error.
9143 Use char because int might match the return type of a GCC
9144 builtin and then its argument prototype would still apply. */
9145 #ifdef __cplusplus
9146 extern "C"
9147 #endif
9148 char XOpenDisplay ();
9150 main ()
9152 return XOpenDisplay ();
9154 return 0;
9156 _ACEOF
9157 rm -f conftest.$ac_objext conftest$ac_exeext
9158 if { (ac_try="$ac_link"
9159 case "(($ac_try" in
9160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9161 *) ac_try_echo=$ac_try;;
9162 esac
9163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9164 $as_echo "$ac_try_echo") >&5
9165 (eval "$ac_link") 2>conftest.er1
9166 ac_status=$?
9167 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -f conftest.er1
9169 cat conftest.err >&5
9170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9171 (exit $ac_status); } && {
9172 test -z "$ac_c_werror_flag" ||
9173 test ! -s conftest.err
9174 } && test -s conftest$ac_exeext && {
9175 test "$cross_compiling" = yes ||
9176 $as_test_x conftest$ac_exeext
9177 }; then
9179 else
9180 $as_echo "$as_me: failed program was:" >&5
9181 sed 's/^/| /' conftest.$ac_ext >&5
9183 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9184 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9185 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9186 $as_echo_n "(cached) " >&6
9187 else
9188 ac_check_lib_save_LIBS=$LIBS
9189 LIBS="-ldnet $LIBS"
9190 cat >conftest.$ac_ext <<_ACEOF
9191 /* confdefs.h. */
9192 _ACEOF
9193 cat confdefs.h >>conftest.$ac_ext
9194 cat >>conftest.$ac_ext <<_ACEOF
9195 /* end confdefs.h. */
9197 /* Override any GCC internal prototype to avoid an error.
9198 Use char because int might match the return type of a GCC
9199 builtin and then its argument prototype would still apply. */
9200 #ifdef __cplusplus
9201 extern "C"
9202 #endif
9203 char dnet_ntoa ();
9205 main ()
9207 return dnet_ntoa ();
9209 return 0;
9211 _ACEOF
9212 rm -f conftest.$ac_objext conftest$ac_exeext
9213 if { (ac_try="$ac_link"
9214 case "(($ac_try" in
9215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9216 *) ac_try_echo=$ac_try;;
9217 esac
9218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9219 $as_echo "$ac_try_echo") >&5
9220 (eval "$ac_link") 2>conftest.er1
9221 ac_status=$?
9222 grep -v '^ *+' conftest.er1 >conftest.err
9223 rm -f conftest.er1
9224 cat conftest.err >&5
9225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9226 (exit $ac_status); } && {
9227 test -z "$ac_c_werror_flag" ||
9228 test ! -s conftest.err
9229 } && test -s conftest$ac_exeext && {
9230 test "$cross_compiling" = yes ||
9231 $as_test_x conftest$ac_exeext
9232 }; then
9233 ac_cv_lib_dnet_dnet_ntoa=yes
9234 else
9235 $as_echo "$as_me: failed program was:" >&5
9236 sed 's/^/| /' conftest.$ac_ext >&5
9238 ac_cv_lib_dnet_dnet_ntoa=no
9241 rm -rf conftest.dSYM
9242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9243 conftest$ac_exeext conftest.$ac_ext
9244 LIBS=$ac_check_lib_save_LIBS
9246 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9247 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9248 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9249 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9252 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9253 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9254 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9255 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9256 $as_echo_n "(cached) " >&6
9257 else
9258 ac_check_lib_save_LIBS=$LIBS
9259 LIBS="-ldnet_stub $LIBS"
9260 cat >conftest.$ac_ext <<_ACEOF
9261 /* confdefs.h. */
9262 _ACEOF
9263 cat confdefs.h >>conftest.$ac_ext
9264 cat >>conftest.$ac_ext <<_ACEOF
9265 /* end confdefs.h. */
9267 /* Override any GCC internal prototype to avoid an error.
9268 Use char because int might match the return type of a GCC
9269 builtin and then its argument prototype would still apply. */
9270 #ifdef __cplusplus
9271 extern "C"
9272 #endif
9273 char dnet_ntoa ();
9275 main ()
9277 return dnet_ntoa ();
9279 return 0;
9281 _ACEOF
9282 rm -f conftest.$ac_objext conftest$ac_exeext
9283 if { (ac_try="$ac_link"
9284 case "(($ac_try" in
9285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9286 *) ac_try_echo=$ac_try;;
9287 esac
9288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9289 $as_echo "$ac_try_echo") >&5
9290 (eval "$ac_link") 2>conftest.er1
9291 ac_status=$?
9292 grep -v '^ *+' conftest.er1 >conftest.err
9293 rm -f conftest.er1
9294 cat conftest.err >&5
9295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && {
9297 test -z "$ac_c_werror_flag" ||
9298 test ! -s conftest.err
9299 } && test -s conftest$ac_exeext && {
9300 test "$cross_compiling" = yes ||
9301 $as_test_x conftest$ac_exeext
9302 }; then
9303 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9304 else
9305 $as_echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9308 ac_cv_lib_dnet_stub_dnet_ntoa=no
9311 rm -rf conftest.dSYM
9312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9313 conftest$ac_exeext conftest.$ac_ext
9314 LIBS=$ac_check_lib_save_LIBS
9316 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9317 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9318 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9319 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9325 rm -rf conftest.dSYM
9326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9327 conftest$ac_exeext conftest.$ac_ext
9328 LIBS="$ac_xsave_LIBS"
9330 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9331 # to get the SysV transport functions.
9332 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9333 # needs -lnsl.
9334 # The nsl library prevents programs from opening the X display
9335 # on Irix 5.2, according to T.E. Dickey.
9336 # The functions gethostbyname, getservbyname, and inet_addr are
9337 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9338 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9339 $as_echo_n "checking for gethostbyname... " >&6; }
9340 if test "${ac_cv_func_gethostbyname+set}" = set; then
9341 $as_echo_n "(cached) " >&6
9342 else
9343 cat >conftest.$ac_ext <<_ACEOF
9344 /* confdefs.h. */
9345 _ACEOF
9346 cat confdefs.h >>conftest.$ac_ext
9347 cat >>conftest.$ac_ext <<_ACEOF
9348 /* end confdefs.h. */
9349 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9350 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9351 #define gethostbyname innocuous_gethostbyname
9353 /* System header to define __stub macros and hopefully few prototypes,
9354 which can conflict with char gethostbyname (); below.
9355 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9356 <limits.h> exists even on freestanding compilers. */
9358 #ifdef __STDC__
9359 # include <limits.h>
9360 #else
9361 # include <assert.h>
9362 #endif
9364 #undef gethostbyname
9366 /* Override any GCC internal prototype to avoid an error.
9367 Use char because int might match the return type of a GCC
9368 builtin and then its argument prototype would still apply. */
9369 #ifdef __cplusplus
9370 extern "C"
9371 #endif
9372 char gethostbyname ();
9373 /* The GNU C library defines this for functions which it implements
9374 to always fail with ENOSYS. Some functions are actually named
9375 something starting with __ and the normal name is an alias. */
9376 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9377 choke me
9378 #endif
9381 main ()
9383 return gethostbyname ();
9385 return 0;
9387 _ACEOF
9388 rm -f conftest.$ac_objext conftest$ac_exeext
9389 if { (ac_try="$ac_link"
9390 case "(($ac_try" in
9391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9392 *) ac_try_echo=$ac_try;;
9393 esac
9394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9395 $as_echo "$ac_try_echo") >&5
9396 (eval "$ac_link") 2>conftest.er1
9397 ac_status=$?
9398 grep -v '^ *+' conftest.er1 >conftest.err
9399 rm -f conftest.er1
9400 cat conftest.err >&5
9401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9402 (exit $ac_status); } && {
9403 test -z "$ac_c_werror_flag" ||
9404 test ! -s conftest.err
9405 } && test -s conftest$ac_exeext && {
9406 test "$cross_compiling" = yes ||
9407 $as_test_x conftest$ac_exeext
9408 }; then
9409 ac_cv_func_gethostbyname=yes
9410 else
9411 $as_echo "$as_me: failed program was:" >&5
9412 sed 's/^/| /' conftest.$ac_ext >&5
9414 ac_cv_func_gethostbyname=no
9417 rm -rf conftest.dSYM
9418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9419 conftest$ac_exeext conftest.$ac_ext
9421 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9422 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9424 if test $ac_cv_func_gethostbyname = no; then
9425 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9426 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9427 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9428 $as_echo_n "(cached) " >&6
9429 else
9430 ac_check_lib_save_LIBS=$LIBS
9431 LIBS="-lnsl $LIBS"
9432 cat >conftest.$ac_ext <<_ACEOF
9433 /* confdefs.h. */
9434 _ACEOF
9435 cat confdefs.h >>conftest.$ac_ext
9436 cat >>conftest.$ac_ext <<_ACEOF
9437 /* end confdefs.h. */
9439 /* Override any GCC internal prototype to avoid an error.
9440 Use char because int might match the return type of a GCC
9441 builtin and then its argument prototype would still apply. */
9442 #ifdef __cplusplus
9443 extern "C"
9444 #endif
9445 char gethostbyname ();
9447 main ()
9449 return gethostbyname ();
9451 return 0;
9453 _ACEOF
9454 rm -f conftest.$ac_objext conftest$ac_exeext
9455 if { (ac_try="$ac_link"
9456 case "(($ac_try" in
9457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9458 *) ac_try_echo=$ac_try;;
9459 esac
9460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9461 $as_echo "$ac_try_echo") >&5
9462 (eval "$ac_link") 2>conftest.er1
9463 ac_status=$?
9464 grep -v '^ *+' conftest.er1 >conftest.err
9465 rm -f conftest.er1
9466 cat conftest.err >&5
9467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9468 (exit $ac_status); } && {
9469 test -z "$ac_c_werror_flag" ||
9470 test ! -s conftest.err
9471 } && test -s conftest$ac_exeext && {
9472 test "$cross_compiling" = yes ||
9473 $as_test_x conftest$ac_exeext
9474 }; then
9475 ac_cv_lib_nsl_gethostbyname=yes
9476 else
9477 $as_echo "$as_me: failed program was:" >&5
9478 sed 's/^/| /' conftest.$ac_ext >&5
9480 ac_cv_lib_nsl_gethostbyname=no
9483 rm -rf conftest.dSYM
9484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9485 conftest$ac_exeext conftest.$ac_ext
9486 LIBS=$ac_check_lib_save_LIBS
9488 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9489 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9490 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9491 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9494 if test $ac_cv_lib_nsl_gethostbyname = no; then
9495 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9496 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9497 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9498 $as_echo_n "(cached) " >&6
9499 else
9500 ac_check_lib_save_LIBS=$LIBS
9501 LIBS="-lbsd $LIBS"
9502 cat >conftest.$ac_ext <<_ACEOF
9503 /* confdefs.h. */
9504 _ACEOF
9505 cat confdefs.h >>conftest.$ac_ext
9506 cat >>conftest.$ac_ext <<_ACEOF
9507 /* end confdefs.h. */
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9512 #ifdef __cplusplus
9513 extern "C"
9514 #endif
9515 char gethostbyname ();
9517 main ()
9519 return gethostbyname ();
9521 return 0;
9523 _ACEOF
9524 rm -f conftest.$ac_objext conftest$ac_exeext
9525 if { (ac_try="$ac_link"
9526 case "(($ac_try" in
9527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9528 *) ac_try_echo=$ac_try;;
9529 esac
9530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9531 $as_echo "$ac_try_echo") >&5
9532 (eval "$ac_link") 2>conftest.er1
9533 ac_status=$?
9534 grep -v '^ *+' conftest.er1 >conftest.err
9535 rm -f conftest.er1
9536 cat conftest.err >&5
9537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } && {
9539 test -z "$ac_c_werror_flag" ||
9540 test ! -s conftest.err
9541 } && test -s conftest$ac_exeext && {
9542 test "$cross_compiling" = yes ||
9543 $as_test_x conftest$ac_exeext
9544 }; then
9545 ac_cv_lib_bsd_gethostbyname=yes
9546 else
9547 $as_echo "$as_me: failed program was:" >&5
9548 sed 's/^/| /' conftest.$ac_ext >&5
9550 ac_cv_lib_bsd_gethostbyname=no
9553 rm -rf conftest.dSYM
9554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9555 conftest$ac_exeext conftest.$ac_ext
9556 LIBS=$ac_check_lib_save_LIBS
9558 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9559 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9560 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9561 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9567 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9568 # socket/setsockopt and other routines are undefined under SCO ODT
9569 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9570 # on later versions), says Simon Leinen: it contains gethostby*
9571 # variants that don't use the name server (or something). -lsocket
9572 # must be given before -lnsl if both are needed. We assume that
9573 # if connect needs -lnsl, so does gethostbyname.
9574 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9575 $as_echo_n "checking for connect... " >&6; }
9576 if test "${ac_cv_func_connect+set}" = set; then
9577 $as_echo_n "(cached) " >&6
9578 else
9579 cat >conftest.$ac_ext <<_ACEOF
9580 /* confdefs.h. */
9581 _ACEOF
9582 cat confdefs.h >>conftest.$ac_ext
9583 cat >>conftest.$ac_ext <<_ACEOF
9584 /* end confdefs.h. */
9585 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9586 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9587 #define connect innocuous_connect
9589 /* System header to define __stub macros and hopefully few prototypes,
9590 which can conflict with char connect (); below.
9591 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9592 <limits.h> exists even on freestanding compilers. */
9594 #ifdef __STDC__
9595 # include <limits.h>
9596 #else
9597 # include <assert.h>
9598 #endif
9600 #undef connect
9602 /* Override any GCC internal prototype to avoid an error.
9603 Use char because int might match the return type of a GCC
9604 builtin and then its argument prototype would still apply. */
9605 #ifdef __cplusplus
9606 extern "C"
9607 #endif
9608 char connect ();
9609 /* The GNU C library defines this for functions which it implements
9610 to always fail with ENOSYS. Some functions are actually named
9611 something starting with __ and the normal name is an alias. */
9612 #if defined __stub_connect || defined __stub___connect
9613 choke me
9614 #endif
9617 main ()
9619 return connect ();
9621 return 0;
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628 *) ac_try_echo=$ac_try;;
9629 esac
9630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9631 $as_echo "$ac_try_echo") >&5
9632 (eval "$ac_link") 2>conftest.er1
9633 ac_status=$?
9634 grep -v '^ *+' conftest.er1 >conftest.err
9635 rm -f conftest.er1
9636 cat conftest.err >&5
9637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); } && {
9639 test -z "$ac_c_werror_flag" ||
9640 test ! -s conftest.err
9641 } && test -s conftest$ac_exeext && {
9642 test "$cross_compiling" = yes ||
9643 $as_test_x conftest$ac_exeext
9644 }; then
9645 ac_cv_func_connect=yes
9646 else
9647 $as_echo "$as_me: failed program was:" >&5
9648 sed 's/^/| /' conftest.$ac_ext >&5
9650 ac_cv_func_connect=no
9653 rm -rf conftest.dSYM
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655 conftest$ac_exeext conftest.$ac_ext
9657 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9658 $as_echo "$ac_cv_func_connect" >&6; }
9660 if test $ac_cv_func_connect = no; then
9661 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9662 $as_echo_n "checking for connect in -lsocket... " >&6; }
9663 if test "${ac_cv_lib_socket_connect+set}" = set; then
9664 $as_echo_n "(cached) " >&6
9665 else
9666 ac_check_lib_save_LIBS=$LIBS
9667 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9668 cat >conftest.$ac_ext <<_ACEOF
9669 /* confdefs.h. */
9670 _ACEOF
9671 cat confdefs.h >>conftest.$ac_ext
9672 cat >>conftest.$ac_ext <<_ACEOF
9673 /* end confdefs.h. */
9675 /* Override any GCC internal prototype to avoid an error.
9676 Use char because int might match the return type of a GCC
9677 builtin and then its argument prototype would still apply. */
9678 #ifdef __cplusplus
9679 extern "C"
9680 #endif
9681 char connect ();
9683 main ()
9685 return connect ();
9687 return 0;
9689 _ACEOF
9690 rm -f conftest.$ac_objext conftest$ac_exeext
9691 if { (ac_try="$ac_link"
9692 case "(($ac_try" in
9693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9694 *) ac_try_echo=$ac_try;;
9695 esac
9696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9697 $as_echo "$ac_try_echo") >&5
9698 (eval "$ac_link") 2>conftest.er1
9699 ac_status=$?
9700 grep -v '^ *+' conftest.er1 >conftest.err
9701 rm -f conftest.er1
9702 cat conftest.err >&5
9703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9704 (exit $ac_status); } && {
9705 test -z "$ac_c_werror_flag" ||
9706 test ! -s conftest.err
9707 } && test -s conftest$ac_exeext && {
9708 test "$cross_compiling" = yes ||
9709 $as_test_x conftest$ac_exeext
9710 }; then
9711 ac_cv_lib_socket_connect=yes
9712 else
9713 $as_echo "$as_me: failed program was:" >&5
9714 sed 's/^/| /' conftest.$ac_ext >&5
9716 ac_cv_lib_socket_connect=no
9719 rm -rf conftest.dSYM
9720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9721 conftest$ac_exeext conftest.$ac_ext
9722 LIBS=$ac_check_lib_save_LIBS
9724 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9725 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9726 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9727 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9732 # Guillermo Gomez says -lposix is necessary on A/UX.
9733 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9734 $as_echo_n "checking for remove... " >&6; }
9735 if test "${ac_cv_func_remove+set}" = set; then
9736 $as_echo_n "(cached) " >&6
9737 else
9738 cat >conftest.$ac_ext <<_ACEOF
9739 /* confdefs.h. */
9740 _ACEOF
9741 cat confdefs.h >>conftest.$ac_ext
9742 cat >>conftest.$ac_ext <<_ACEOF
9743 /* end confdefs.h. */
9744 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9745 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9746 #define remove innocuous_remove
9748 /* System header to define __stub macros and hopefully few prototypes,
9749 which can conflict with char remove (); below.
9750 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9751 <limits.h> exists even on freestanding compilers. */
9753 #ifdef __STDC__
9754 # include <limits.h>
9755 #else
9756 # include <assert.h>
9757 #endif
9759 #undef remove
9761 /* Override any GCC internal prototype to avoid an error.
9762 Use char because int might match the return type of a GCC
9763 builtin and then its argument prototype would still apply. */
9764 #ifdef __cplusplus
9765 extern "C"
9766 #endif
9767 char remove ();
9768 /* The GNU C library defines this for functions which it implements
9769 to always fail with ENOSYS. Some functions are actually named
9770 something starting with __ and the normal name is an alias. */
9771 #if defined __stub_remove || defined __stub___remove
9772 choke me
9773 #endif
9776 main ()
9778 return remove ();
9780 return 0;
9782 _ACEOF
9783 rm -f conftest.$ac_objext conftest$ac_exeext
9784 if { (ac_try="$ac_link"
9785 case "(($ac_try" in
9786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9787 *) ac_try_echo=$ac_try;;
9788 esac
9789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9790 $as_echo "$ac_try_echo") >&5
9791 (eval "$ac_link") 2>conftest.er1
9792 ac_status=$?
9793 grep -v '^ *+' conftest.er1 >conftest.err
9794 rm -f conftest.er1
9795 cat conftest.err >&5
9796 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797 (exit $ac_status); } && {
9798 test -z "$ac_c_werror_flag" ||
9799 test ! -s conftest.err
9800 } && test -s conftest$ac_exeext && {
9801 test "$cross_compiling" = yes ||
9802 $as_test_x conftest$ac_exeext
9803 }; then
9804 ac_cv_func_remove=yes
9805 else
9806 $as_echo "$as_me: failed program was:" >&5
9807 sed 's/^/| /' conftest.$ac_ext >&5
9809 ac_cv_func_remove=no
9812 rm -rf conftest.dSYM
9813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9814 conftest$ac_exeext conftest.$ac_ext
9816 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9817 $as_echo "$ac_cv_func_remove" >&6; }
9819 if test $ac_cv_func_remove = no; then
9820 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9821 $as_echo_n "checking for remove in -lposix... " >&6; }
9822 if test "${ac_cv_lib_posix_remove+set}" = set; then
9823 $as_echo_n "(cached) " >&6
9824 else
9825 ac_check_lib_save_LIBS=$LIBS
9826 LIBS="-lposix $LIBS"
9827 cat >conftest.$ac_ext <<_ACEOF
9828 /* confdefs.h. */
9829 _ACEOF
9830 cat confdefs.h >>conftest.$ac_ext
9831 cat >>conftest.$ac_ext <<_ACEOF
9832 /* end confdefs.h. */
9834 /* Override any GCC internal prototype to avoid an error.
9835 Use char because int might match the return type of a GCC
9836 builtin and then its argument prototype would still apply. */
9837 #ifdef __cplusplus
9838 extern "C"
9839 #endif
9840 char remove ();
9842 main ()
9844 return remove ();
9846 return 0;
9848 _ACEOF
9849 rm -f conftest.$ac_objext conftest$ac_exeext
9850 if { (ac_try="$ac_link"
9851 case "(($ac_try" in
9852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9853 *) ac_try_echo=$ac_try;;
9854 esac
9855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9856 $as_echo "$ac_try_echo") >&5
9857 (eval "$ac_link") 2>conftest.er1
9858 ac_status=$?
9859 grep -v '^ *+' conftest.er1 >conftest.err
9860 rm -f conftest.er1
9861 cat conftest.err >&5
9862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9863 (exit $ac_status); } && {
9864 test -z "$ac_c_werror_flag" ||
9865 test ! -s conftest.err
9866 } && test -s conftest$ac_exeext && {
9867 test "$cross_compiling" = yes ||
9868 $as_test_x conftest$ac_exeext
9869 }; then
9870 ac_cv_lib_posix_remove=yes
9871 else
9872 $as_echo "$as_me: failed program was:" >&5
9873 sed 's/^/| /' conftest.$ac_ext >&5
9875 ac_cv_lib_posix_remove=no
9878 rm -rf conftest.dSYM
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9884 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9885 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9886 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9891 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9892 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9893 $as_echo_n "checking for shmat... " >&6; }
9894 if test "${ac_cv_func_shmat+set}" = set; then
9895 $as_echo_n "(cached) " >&6
9896 else
9897 cat >conftest.$ac_ext <<_ACEOF
9898 /* confdefs.h. */
9899 _ACEOF
9900 cat confdefs.h >>conftest.$ac_ext
9901 cat >>conftest.$ac_ext <<_ACEOF
9902 /* end confdefs.h. */
9903 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9905 #define shmat innocuous_shmat
9907 /* System header to define __stub macros and hopefully few prototypes,
9908 which can conflict with char shmat (); below.
9909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9910 <limits.h> exists even on freestanding compilers. */
9912 #ifdef __STDC__
9913 # include <limits.h>
9914 #else
9915 # include <assert.h>
9916 #endif
9918 #undef shmat
9920 /* Override any GCC internal prototype to avoid an error.
9921 Use char because int might match the return type of a GCC
9922 builtin and then its argument prototype would still apply. */
9923 #ifdef __cplusplus
9924 extern "C"
9925 #endif
9926 char shmat ();
9927 /* The GNU C library defines this for functions which it implements
9928 to always fail with ENOSYS. Some functions are actually named
9929 something starting with __ and the normal name is an alias. */
9930 #if defined __stub_shmat || defined __stub___shmat
9931 choke me
9932 #endif
9935 main ()
9937 return shmat ();
9939 return 0;
9941 _ACEOF
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9944 case "(($ac_try" in
9945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9946 *) ac_try_echo=$ac_try;;
9947 esac
9948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9949 $as_echo "$ac_try_echo") >&5
9950 (eval "$ac_link") 2>conftest.er1
9951 ac_status=$?
9952 grep -v '^ *+' conftest.er1 >conftest.err
9953 rm -f conftest.er1
9954 cat conftest.err >&5
9955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9956 (exit $ac_status); } && {
9957 test -z "$ac_c_werror_flag" ||
9958 test ! -s conftest.err
9959 } && test -s conftest$ac_exeext && {
9960 test "$cross_compiling" = yes ||
9961 $as_test_x conftest$ac_exeext
9962 }; then
9963 ac_cv_func_shmat=yes
9964 else
9965 $as_echo "$as_me: failed program was:" >&5
9966 sed 's/^/| /' conftest.$ac_ext >&5
9968 ac_cv_func_shmat=no
9971 rm -rf conftest.dSYM
9972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9973 conftest$ac_exeext conftest.$ac_ext
9975 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9976 $as_echo "$ac_cv_func_shmat" >&6; }
9978 if test $ac_cv_func_shmat = no; then
9979 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9980 $as_echo_n "checking for shmat in -lipc... " >&6; }
9981 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9982 $as_echo_n "(cached) " >&6
9983 else
9984 ac_check_lib_save_LIBS=$LIBS
9985 LIBS="-lipc $LIBS"
9986 cat >conftest.$ac_ext <<_ACEOF
9987 /* confdefs.h. */
9988 _ACEOF
9989 cat confdefs.h >>conftest.$ac_ext
9990 cat >>conftest.$ac_ext <<_ACEOF
9991 /* end confdefs.h. */
9993 /* Override any GCC internal prototype to avoid an error.
9994 Use char because int might match the return type of a GCC
9995 builtin and then its argument prototype would still apply. */
9996 #ifdef __cplusplus
9997 extern "C"
9998 #endif
9999 char shmat ();
10001 main ()
10003 return shmat ();
10005 return 0;
10007 _ACEOF
10008 rm -f conftest.$ac_objext conftest$ac_exeext
10009 if { (ac_try="$ac_link"
10010 case "(($ac_try" in
10011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10012 *) ac_try_echo=$ac_try;;
10013 esac
10014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10015 $as_echo "$ac_try_echo") >&5
10016 (eval "$ac_link") 2>conftest.er1
10017 ac_status=$?
10018 grep -v '^ *+' conftest.er1 >conftest.err
10019 rm -f conftest.er1
10020 cat conftest.err >&5
10021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10022 (exit $ac_status); } && {
10023 test -z "$ac_c_werror_flag" ||
10024 test ! -s conftest.err
10025 } && test -s conftest$ac_exeext && {
10026 test "$cross_compiling" = yes ||
10027 $as_test_x conftest$ac_exeext
10028 }; then
10029 ac_cv_lib_ipc_shmat=yes
10030 else
10031 $as_echo "$as_me: failed program was:" >&5
10032 sed 's/^/| /' conftest.$ac_ext >&5
10034 ac_cv_lib_ipc_shmat=no
10037 rm -rf conftest.dSYM
10038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10039 conftest$ac_exeext conftest.$ac_ext
10040 LIBS=$ac_check_lib_save_LIBS
10042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10043 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10044 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10045 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10051 # Check for libraries that X11R6 Xt/Xaw programs need.
10052 ac_save_LDFLAGS=$LDFLAGS
10053 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10054 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10055 # check for ICE first), but we must link in the order -lSM -lICE or
10056 # we get undefined symbols. So assume we have SM if we have ICE.
10057 # These have to be linked with before -lX11, unlike the other
10058 # libraries we check for below, so use a different variable.
10059 # John Interrante, Karl Berry
10060 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10061 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10062 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10063 $as_echo_n "(cached) " >&6
10064 else
10065 ac_check_lib_save_LIBS=$LIBS
10066 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10067 cat >conftest.$ac_ext <<_ACEOF
10068 /* confdefs.h. */
10069 _ACEOF
10070 cat confdefs.h >>conftest.$ac_ext
10071 cat >>conftest.$ac_ext <<_ACEOF
10072 /* end confdefs.h. */
10074 /* Override any GCC internal prototype to avoid an error.
10075 Use char because int might match the return type of a GCC
10076 builtin and then its argument prototype would still apply. */
10077 #ifdef __cplusplus
10078 extern "C"
10079 #endif
10080 char IceConnectionNumber ();
10082 main ()
10084 return IceConnectionNumber ();
10086 return 0;
10088 _ACEOF
10089 rm -f conftest.$ac_objext conftest$ac_exeext
10090 if { (ac_try="$ac_link"
10091 case "(($ac_try" in
10092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10093 *) ac_try_echo=$ac_try;;
10094 esac
10095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10096 $as_echo "$ac_try_echo") >&5
10097 (eval "$ac_link") 2>conftest.er1
10098 ac_status=$?
10099 grep -v '^ *+' conftest.er1 >conftest.err
10100 rm -f conftest.er1
10101 cat conftest.err >&5
10102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103 (exit $ac_status); } && {
10104 test -z "$ac_c_werror_flag" ||
10105 test ! -s conftest.err
10106 } && test -s conftest$ac_exeext && {
10107 test "$cross_compiling" = yes ||
10108 $as_test_x conftest$ac_exeext
10109 }; then
10110 ac_cv_lib_ICE_IceConnectionNumber=yes
10111 else
10112 $as_echo "$as_me: failed program was:" >&5
10113 sed 's/^/| /' conftest.$ac_ext >&5
10115 ac_cv_lib_ICE_IceConnectionNumber=no
10118 rm -rf conftest.dSYM
10119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10120 conftest$ac_exeext conftest.$ac_ext
10121 LIBS=$ac_check_lib_save_LIBS
10123 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10124 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10125 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10126 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10129 LDFLAGS=$ac_save_LDFLAGS
10134 if test "$have_x" = "yes"
10135 then
10136 XLIB="-lXext -lX11"
10137 ac_save_CPPFLAGS="$CPPFLAGS"
10138 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10140 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10141 $as_echo_n "checking for -lX11... " >&6; }
10142 if test "${ac_cv_lib_soname_X11+set}" = set; then
10143 $as_echo_n "(cached) " >&6
10144 else
10145 ac_check_soname_save_LIBS=$LIBS
10146 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10147 cat >conftest.$ac_ext <<_ACEOF
10148 /* confdefs.h. */
10149 _ACEOF
10150 cat confdefs.h >>conftest.$ac_ext
10151 cat >>conftest.$ac_ext <<_ACEOF
10152 /* end confdefs.h. */
10154 /* Override any GCC internal prototype to avoid an error.
10155 Use char because int might match the return type of a GCC
10156 builtin and then its argument prototype would still apply. */
10157 #ifdef __cplusplus
10158 extern "C"
10159 #endif
10160 char XCreateWindow ();
10162 main ()
10164 return XCreateWindow ();
10166 return 0;
10168 _ACEOF
10169 rm -f conftest.$ac_objext conftest$ac_exeext
10170 if { (ac_try="$ac_link"
10171 case "(($ac_try" in
10172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10173 *) ac_try_echo=$ac_try;;
10174 esac
10175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10176 $as_echo "$ac_try_echo") >&5
10177 (eval "$ac_link") 2>conftest.er1
10178 ac_status=$?
10179 grep -v '^ *+' conftest.er1 >conftest.err
10180 rm -f conftest.er1
10181 cat conftest.err >&5
10182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10183 (exit $ac_status); } && {
10184 test -z "$ac_c_werror_flag" ||
10185 test ! -s conftest.err
10186 } && test -s conftest$ac_exeext && {
10187 test "$cross_compiling" = yes ||
10188 $as_test_x conftest$ac_exeext
10189 }; then
10190 case "$LIBEXT" in
10191 dll) ;;
10192 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'` ;;
10193 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10194 esac
10195 else
10196 $as_echo "$as_me: failed program was:" >&5
10197 sed 's/^/| /' conftest.$ac_ext >&5
10202 rm -rf conftest.dSYM
10203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10204 conftest$ac_exeext conftest.$ac_ext
10205 LIBS=$ac_check_soname_save_LIBS
10207 if test "x$ac_cv_lib_soname_X11" = "x"; then
10208 { $as_echo "$as_me:$LINENO: result: not found" >&5
10209 $as_echo "not found" >&6; }
10211 else
10212 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10213 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10215 cat >>confdefs.h <<_ACEOF
10216 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10217 _ACEOF
10222 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10223 $as_echo_n "checking for -lXext... " >&6; }
10224 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10225 $as_echo_n "(cached) " >&6
10226 else
10227 ac_check_soname_save_LIBS=$LIBS
10228 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10229 cat >conftest.$ac_ext <<_ACEOF
10230 /* confdefs.h. */
10231 _ACEOF
10232 cat confdefs.h >>conftest.$ac_ext
10233 cat >>conftest.$ac_ext <<_ACEOF
10234 /* end confdefs.h. */
10236 /* Override any GCC internal prototype to avoid an error.
10237 Use char because int might match the return type of a GCC
10238 builtin and then its argument prototype would still apply. */
10239 #ifdef __cplusplus
10240 extern "C"
10241 #endif
10242 char XextCreateExtension ();
10244 main ()
10246 return XextCreateExtension ();
10248 return 0;
10250 _ACEOF
10251 rm -f conftest.$ac_objext conftest$ac_exeext
10252 if { (ac_try="$ac_link"
10253 case "(($ac_try" in
10254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10255 *) ac_try_echo=$ac_try;;
10256 esac
10257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10258 $as_echo "$ac_try_echo") >&5
10259 (eval "$ac_link") 2>conftest.er1
10260 ac_status=$?
10261 grep -v '^ *+' conftest.er1 >conftest.err
10262 rm -f conftest.er1
10263 cat conftest.err >&5
10264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10265 (exit $ac_status); } && {
10266 test -z "$ac_c_werror_flag" ||
10267 test ! -s conftest.err
10268 } && test -s conftest$ac_exeext && {
10269 test "$cross_compiling" = yes ||
10270 $as_test_x conftest$ac_exeext
10271 }; then
10272 case "$LIBEXT" in
10273 dll) ;;
10274 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'` ;;
10275 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10276 esac
10277 else
10278 $as_echo "$as_me: failed program was:" >&5
10279 sed 's/^/| /' conftest.$ac_ext >&5
10284 rm -rf conftest.dSYM
10285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10286 conftest$ac_exeext conftest.$ac_ext
10287 LIBS=$ac_check_soname_save_LIBS
10289 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10290 { $as_echo "$as_me:$LINENO: result: not found" >&5
10291 $as_echo "not found" >&6; }
10293 else
10294 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10295 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10297 cat >>confdefs.h <<_ACEOF
10298 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10299 _ACEOF
10317 for ac_header in X11/Xlib.h \
10318 X11/XKBlib.h \
10319 X11/Xutil.h \
10320 X11/Xcursor/Xcursor.h \
10321 X11/extensions/shape.h \
10322 X11/extensions/XInput.h \
10323 X11/extensions/XShm.h \
10324 X11/extensions/Xcomposite.h \
10325 X11/extensions/Xinerama.h \
10326 X11/extensions/Xrandr.h \
10327 X11/extensions/Xrender.h \
10328 X11/extensions/xf86vmode.h
10330 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10331 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10332 $as_echo_n "checking for $ac_header... " >&6; }
10333 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10334 $as_echo_n "(cached) " >&6
10335 else
10336 cat >conftest.$ac_ext <<_ACEOF
10337 /* confdefs.h. */
10338 _ACEOF
10339 cat confdefs.h >>conftest.$ac_ext
10340 cat >>conftest.$ac_ext <<_ACEOF
10341 /* end confdefs.h. */
10342 #ifdef HAVE_X11_XLIB_H
10343 # include <X11/Xlib.h>
10344 #endif
10345 #ifdef HAVE_X11_XUTIL_H
10346 # include <X11/Xutil.h>
10347 #endif
10349 #include <$ac_header>
10350 _ACEOF
10351 rm -f conftest.$ac_objext
10352 if { (ac_try="$ac_compile"
10353 case "(($ac_try" in
10354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10355 *) ac_try_echo=$ac_try;;
10356 esac
10357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10358 $as_echo "$ac_try_echo") >&5
10359 (eval "$ac_compile") 2>conftest.er1
10360 ac_status=$?
10361 grep -v '^ *+' conftest.er1 >conftest.err
10362 rm -f conftest.er1
10363 cat conftest.err >&5
10364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); } && {
10366 test -z "$ac_c_werror_flag" ||
10367 test ! -s conftest.err
10368 } && test -s conftest.$ac_objext; then
10369 eval "$as_ac_Header=yes"
10370 else
10371 $as_echo "$as_me: failed program was:" >&5
10372 sed 's/^/| /' conftest.$ac_ext >&5
10374 eval "$as_ac_Header=no"
10377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10379 ac_res=`eval 'as_val=${'$as_ac_Header'}
10380 $as_echo "$as_val"'`
10381 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10382 $as_echo "$ac_res" >&6; }
10383 as_val=`eval 'as_val=${'$as_ac_Header'}
10384 $as_echo "$as_val"'`
10385 if test "x$as_val" = x""yes; then
10386 cat >>confdefs.h <<_ACEOF
10387 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10388 _ACEOF
10392 done
10395 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10396 then
10397 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10398 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10399 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10400 $as_echo_n "(cached) " >&6
10401 else
10402 ac_check_lib_save_LIBS=$LIBS
10403 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10404 cat >conftest.$ac_ext <<_ACEOF
10405 /* confdefs.h. */
10406 _ACEOF
10407 cat confdefs.h >>conftest.$ac_ext
10408 cat >>conftest.$ac_ext <<_ACEOF
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414 #ifdef __cplusplus
10415 extern "C"
10416 #endif
10417 char XkbQueryExtension ();
10419 main ()
10421 return XkbQueryExtension ();
10423 return 0;
10425 _ACEOF
10426 rm -f conftest.$ac_objext conftest$ac_exeext
10427 if { (ac_try="$ac_link"
10428 case "(($ac_try" in
10429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10430 *) ac_try_echo=$ac_try;;
10431 esac
10432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10433 $as_echo "$ac_try_echo") >&5
10434 (eval "$ac_link") 2>conftest.er1
10435 ac_status=$?
10436 grep -v '^ *+' conftest.er1 >conftest.err
10437 rm -f conftest.er1
10438 cat conftest.err >&5
10439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); } && {
10441 test -z "$ac_c_werror_flag" ||
10442 test ! -s conftest.err
10443 } && test -s conftest$ac_exeext && {
10444 test "$cross_compiling" = yes ||
10445 $as_test_x conftest$ac_exeext
10446 }; then
10447 ac_cv_lib_X11_XkbQueryExtension=yes
10448 else
10449 $as_echo "$as_me: failed program was:" >&5
10450 sed 's/^/| /' conftest.$ac_ext >&5
10452 ac_cv_lib_X11_XkbQueryExtension=no
10455 rm -rf conftest.dSYM
10456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10457 conftest$ac_exeext conftest.$ac_ext
10458 LIBS=$ac_check_lib_save_LIBS
10460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10461 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10462 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10464 cat >>confdefs.h <<\_ACEOF
10465 #define HAVE_XKB 1
10466 _ACEOF
10472 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10473 then
10474 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10475 $as_echo_n "checking for -lXcursor... " >&6; }
10476 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10477 $as_echo_n "(cached) " >&6
10478 else
10479 ac_check_soname_save_LIBS=$LIBS
10480 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10481 cat >conftest.$ac_ext <<_ACEOF
10482 /* confdefs.h. */
10483 _ACEOF
10484 cat confdefs.h >>conftest.$ac_ext
10485 cat >>conftest.$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10491 #ifdef __cplusplus
10492 extern "C"
10493 #endif
10494 char XcursorImageLoadCursor ();
10496 main ()
10498 return XcursorImageLoadCursor ();
10500 return 0;
10502 _ACEOF
10503 rm -f conftest.$ac_objext conftest$ac_exeext
10504 if { (ac_try="$ac_link"
10505 case "(($ac_try" in
10506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10508 esac
10509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10510 $as_echo "$ac_try_echo") >&5
10511 (eval "$ac_link") 2>conftest.er1
10512 ac_status=$?
10513 grep -v '^ *+' conftest.er1 >conftest.err
10514 rm -f conftest.er1
10515 cat conftest.err >&5
10516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10517 (exit $ac_status); } && {
10518 test -z "$ac_c_werror_flag" ||
10519 test ! -s conftest.err
10520 } && test -s conftest$ac_exeext && {
10521 test "$cross_compiling" = yes ||
10522 $as_test_x conftest$ac_exeext
10523 }; then
10524 case "$LIBEXT" in
10525 dll) ;;
10526 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'` ;;
10527 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10528 esac
10529 else
10530 $as_echo "$as_me: failed program was:" >&5
10531 sed 's/^/| /' conftest.$ac_ext >&5
10536 rm -rf conftest.dSYM
10537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10538 conftest$ac_exeext conftest.$ac_ext
10539 LIBS=$ac_check_soname_save_LIBS
10541 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10542 { $as_echo "$as_me:$LINENO: result: not found" >&5
10543 $as_echo "not found" >&6; }
10545 else
10546 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10547 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10549 cat >>confdefs.h <<_ACEOF
10550 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10551 _ACEOF
10557 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10558 case "x$with_xcursor" in
10559 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10560 xno) ;;
10561 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10562 This is an error since --with-xcursor was requested." >&5
10563 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10564 This is an error since --with-xcursor was requested." >&2;}
10565 { (exit 1); exit 1; }; } ;;
10566 esac
10570 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10571 then
10572 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10573 $as_echo_n "checking for -lXi... " >&6; }
10574 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10575 $as_echo_n "(cached) " >&6
10576 else
10577 ac_check_soname_save_LIBS=$LIBS
10578 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10579 cat >conftest.$ac_ext <<_ACEOF
10580 /* confdefs.h. */
10581 _ACEOF
10582 cat confdefs.h >>conftest.$ac_ext
10583 cat >>conftest.$ac_ext <<_ACEOF
10584 /* end confdefs.h. */
10586 /* Override any GCC internal prototype to avoid an error.
10587 Use char because int might match the return type of a GCC
10588 builtin and then its argument prototype would still apply. */
10589 #ifdef __cplusplus
10590 extern "C"
10591 #endif
10592 char XOpenDevice ();
10594 main ()
10596 return XOpenDevice ();
10598 return 0;
10600 _ACEOF
10601 rm -f conftest.$ac_objext conftest$ac_exeext
10602 if { (ac_try="$ac_link"
10603 case "(($ac_try" in
10604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10605 *) ac_try_echo=$ac_try;;
10606 esac
10607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10608 $as_echo "$ac_try_echo") >&5
10609 (eval "$ac_link") 2>conftest.er1
10610 ac_status=$?
10611 grep -v '^ *+' conftest.er1 >conftest.err
10612 rm -f conftest.er1
10613 cat conftest.err >&5
10614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10615 (exit $ac_status); } && {
10616 test -z "$ac_c_werror_flag" ||
10617 test ! -s conftest.err
10618 } && test -s conftest$ac_exeext && {
10619 test "$cross_compiling" = yes ||
10620 $as_test_x conftest$ac_exeext
10621 }; then
10622 case "$LIBEXT" in
10623 dll) ;;
10624 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'` ;;
10625 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10626 esac
10627 else
10628 $as_echo "$as_me: failed program was:" >&5
10629 sed 's/^/| /' conftest.$ac_ext >&5
10634 rm -rf conftest.dSYM
10635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10636 conftest$ac_exeext conftest.$ac_ext
10637 LIBS=$ac_check_soname_save_LIBS
10639 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10640 { $as_echo "$as_me:$LINENO: result: not found" >&5
10641 $as_echo "not found" >&6; }
10643 else
10644 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10645 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10647 cat >>confdefs.h <<_ACEOF
10648 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10649 _ACEOF
10655 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10656 case "x$with_xinput" in
10657 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10658 xno) ;;
10659 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10660 This is an error since --with-xinput was requested." >&5
10661 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10662 This is an error since --with-xinput was requested." >&2;}
10663 { (exit 1); exit 1; }; } ;;
10664 esac
10668 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10669 then
10670 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10671 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10672 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10673 $as_echo_n "(cached) " >&6
10674 else
10675 ac_check_lib_save_LIBS=$LIBS
10676 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10677 cat >conftest.$ac_ext <<_ACEOF
10678 /* confdefs.h. */
10679 _ACEOF
10680 cat confdefs.h >>conftest.$ac_ext
10681 cat >>conftest.$ac_ext <<_ACEOF
10682 /* end confdefs.h. */
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char XShmQueryExtension ();
10692 main ()
10694 return XShmQueryExtension ();
10696 return 0;
10698 _ACEOF
10699 rm -f conftest.$ac_objext conftest$ac_exeext
10700 if { (ac_try="$ac_link"
10701 case "(($ac_try" in
10702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10703 *) ac_try_echo=$ac_try;;
10704 esac
10705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10706 $as_echo "$ac_try_echo") >&5
10707 (eval "$ac_link") 2>conftest.er1
10708 ac_status=$?
10709 grep -v '^ *+' conftest.er1 >conftest.err
10710 rm -f conftest.er1
10711 cat conftest.err >&5
10712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10713 (exit $ac_status); } && {
10714 test -z "$ac_c_werror_flag" ||
10715 test ! -s conftest.err
10716 } && test -s conftest$ac_exeext && {
10717 test "$cross_compiling" = yes ||
10718 $as_test_x conftest$ac_exeext
10719 }; then
10720 ac_cv_lib_Xext_XShmQueryExtension=yes
10721 else
10722 $as_echo "$as_me: failed program was:" >&5
10723 sed 's/^/| /' conftest.$ac_ext >&5
10725 ac_cv_lib_Xext_XShmQueryExtension=no
10728 rm -rf conftest.dSYM
10729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10730 conftest$ac_exeext conftest.$ac_ext
10731 LIBS=$ac_check_lib_save_LIBS
10733 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10734 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10735 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10737 cat >>confdefs.h <<\_ACEOF
10738 #define HAVE_LIBXXSHM 1
10739 _ACEOF
10744 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10745 case "x$with_xshm" in
10746 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10747 xno) ;;
10748 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10749 This is an error since --with-xshm was requested." >&5
10750 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10751 This is an error since --with-xshm was requested." >&2;}
10752 { (exit 1); exit 1; }; } ;;
10753 esac
10757 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10758 then
10759 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10760 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10761 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10762 $as_echo_n "(cached) " >&6
10763 else
10764 ac_check_lib_save_LIBS=$LIBS
10765 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10766 cat >conftest.$ac_ext <<_ACEOF
10767 /* confdefs.h. */
10768 _ACEOF
10769 cat confdefs.h >>conftest.$ac_ext
10770 cat >>conftest.$ac_ext <<_ACEOF
10771 /* end confdefs.h. */
10773 /* Override any GCC internal prototype to avoid an error.
10774 Use char because int might match the return type of a GCC
10775 builtin and then its argument prototype would still apply. */
10776 #ifdef __cplusplus
10777 extern "C"
10778 #endif
10779 char XShapeQueryExtension ();
10781 main ()
10783 return XShapeQueryExtension ();
10785 return 0;
10787 _ACEOF
10788 rm -f conftest.$ac_objext conftest$ac_exeext
10789 if { (ac_try="$ac_link"
10790 case "(($ac_try" in
10791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10792 *) ac_try_echo=$ac_try;;
10793 esac
10794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10795 $as_echo "$ac_try_echo") >&5
10796 (eval "$ac_link") 2>conftest.er1
10797 ac_status=$?
10798 grep -v '^ *+' conftest.er1 >conftest.err
10799 rm -f conftest.er1
10800 cat conftest.err >&5
10801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10802 (exit $ac_status); } && {
10803 test -z "$ac_c_werror_flag" ||
10804 test ! -s conftest.err
10805 } && test -s conftest$ac_exeext && {
10806 test "$cross_compiling" = yes ||
10807 $as_test_x conftest$ac_exeext
10808 }; then
10809 ac_cv_lib_Xext_XShapeQueryExtension=yes
10810 else
10811 $as_echo "$as_me: failed program was:" >&5
10812 sed 's/^/| /' conftest.$ac_ext >&5
10814 ac_cv_lib_Xext_XShapeQueryExtension=no
10817 rm -rf conftest.dSYM
10818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10819 conftest$ac_exeext conftest.$ac_ext
10820 LIBS=$ac_check_lib_save_LIBS
10822 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10823 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10824 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10826 cat >>confdefs.h <<\_ACEOF
10827 #define HAVE_LIBXSHAPE 1
10828 _ACEOF
10833 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10834 case "x$with_xshape" in
10835 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10836 xno) ;;
10837 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10838 This is an error since --with-xshape was requested." >&5
10839 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10840 This is an error since --with-xshape was requested." >&2;}
10841 { (exit 1); exit 1; }; } ;;
10842 esac
10846 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10847 then
10848 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10849 $as_echo_n "checking for -lXxf86vm... " >&6; }
10850 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10851 $as_echo_n "(cached) " >&6
10852 else
10853 ac_check_soname_save_LIBS=$LIBS
10854 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10855 cat >conftest.$ac_ext <<_ACEOF
10856 /* confdefs.h. */
10857 _ACEOF
10858 cat confdefs.h >>conftest.$ac_ext
10859 cat >>conftest.$ac_ext <<_ACEOF
10860 /* end confdefs.h. */
10862 /* Override any GCC internal prototype to avoid an error.
10863 Use char because int might match the return type of a GCC
10864 builtin and then its argument prototype would still apply. */
10865 #ifdef __cplusplus
10866 extern "C"
10867 #endif
10868 char XF86VidModeQueryExtension ();
10870 main ()
10872 return XF86VidModeQueryExtension ();
10874 return 0;
10876 _ACEOF
10877 rm -f conftest.$ac_objext conftest$ac_exeext
10878 if { (ac_try="$ac_link"
10879 case "(($ac_try" in
10880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10881 *) ac_try_echo=$ac_try;;
10882 esac
10883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10884 $as_echo "$ac_try_echo") >&5
10885 (eval "$ac_link") 2>conftest.er1
10886 ac_status=$?
10887 grep -v '^ *+' conftest.er1 >conftest.err
10888 rm -f conftest.er1
10889 cat conftest.err >&5
10890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10891 (exit $ac_status); } && {
10892 test -z "$ac_c_werror_flag" ||
10893 test ! -s conftest.err
10894 } && test -s conftest$ac_exeext && {
10895 test "$cross_compiling" = yes ||
10896 $as_test_x conftest$ac_exeext
10897 }; then
10898 case "$LIBEXT" in
10899 dll) ;;
10900 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'` ;;
10901 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10902 esac
10903 else
10904 $as_echo "$as_me: failed program was:" >&5
10905 sed 's/^/| /' conftest.$ac_ext >&5
10910 rm -rf conftest.dSYM
10911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10912 conftest$ac_exeext conftest.$ac_ext
10913 LIBS=$ac_check_soname_save_LIBS
10915 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10916 { $as_echo "$as_me:$LINENO: result: not found" >&5
10917 $as_echo "not found" >&6; }
10919 else
10920 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10921 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10923 cat >>confdefs.h <<_ACEOF
10924 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10925 _ACEOF
10931 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10932 case "x$with_xxf86vm" in
10933 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10934 xno) ;;
10935 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10936 This is an error since --with-xxf86vm was requested." >&5
10937 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10938 This is an error since --with-xxf86vm was requested." >&2;}
10939 { (exit 1); exit 1; }; } ;;
10940 esac
10944 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"
10945 then
10946 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10947 $as_echo_n "checking for -lXrender... " >&6; }
10948 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10949 $as_echo_n "(cached) " >&6
10950 else
10951 ac_check_soname_save_LIBS=$LIBS
10952 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10953 cat >conftest.$ac_ext <<_ACEOF
10954 /* confdefs.h. */
10955 _ACEOF
10956 cat confdefs.h >>conftest.$ac_ext
10957 cat >>conftest.$ac_ext <<_ACEOF
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char XRenderQueryExtension ();
10968 main ()
10970 return XRenderQueryExtension ();
10972 return 0;
10974 _ACEOF
10975 rm -f conftest.$ac_objext conftest$ac_exeext
10976 if { (ac_try="$ac_link"
10977 case "(($ac_try" in
10978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10979 *) ac_try_echo=$ac_try;;
10980 esac
10981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10982 $as_echo "$ac_try_echo") >&5
10983 (eval "$ac_link") 2>conftest.er1
10984 ac_status=$?
10985 grep -v '^ *+' conftest.er1 >conftest.err
10986 rm -f conftest.er1
10987 cat conftest.err >&5
10988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10989 (exit $ac_status); } && {
10990 test -z "$ac_c_werror_flag" ||
10991 test ! -s conftest.err
10992 } && test -s conftest$ac_exeext && {
10993 test "$cross_compiling" = yes ||
10994 $as_test_x conftest$ac_exeext
10995 }; then
10996 case "$LIBEXT" in
10997 dll) ;;
10998 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'` ;;
10999 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11000 esac
11001 else
11002 $as_echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 rm -rf conftest.dSYM
11009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11010 conftest$ac_exeext conftest.$ac_ext
11011 LIBS=$ac_check_soname_save_LIBS
11013 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11014 { $as_echo "$as_me:$LINENO: result: not found" >&5
11015 $as_echo "not found" >&6; }
11017 else
11018 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11019 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11021 cat >>confdefs.h <<_ACEOF
11022 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11023 _ACEOF
11025 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11026 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11027 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11028 $as_echo_n "(cached) " >&6
11029 else
11030 ac_check_lib_save_LIBS=$LIBS
11031 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11032 cat >conftest.$ac_ext <<_ACEOF
11033 /* confdefs.h. */
11034 _ACEOF
11035 cat confdefs.h >>conftest.$ac_ext
11036 cat >>conftest.$ac_ext <<_ACEOF
11037 /* end confdefs.h. */
11039 /* Override any GCC internal prototype to avoid an error.
11040 Use char because int might match the return type of a GCC
11041 builtin and then its argument prototype would still apply. */
11042 #ifdef __cplusplus
11043 extern "C"
11044 #endif
11045 char XRenderSetPictureTransform ();
11047 main ()
11049 return XRenderSetPictureTransform ();
11051 return 0;
11053 _ACEOF
11054 rm -f conftest.$ac_objext conftest$ac_exeext
11055 if { (ac_try="$ac_link"
11056 case "(($ac_try" in
11057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11058 *) ac_try_echo=$ac_try;;
11059 esac
11060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11061 $as_echo "$ac_try_echo") >&5
11062 (eval "$ac_link") 2>conftest.er1
11063 ac_status=$?
11064 grep -v '^ *+' conftest.er1 >conftest.err
11065 rm -f conftest.er1
11066 cat conftest.err >&5
11067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068 (exit $ac_status); } && {
11069 test -z "$ac_c_werror_flag" ||
11070 test ! -s conftest.err
11071 } && test -s conftest$ac_exeext && {
11072 test "$cross_compiling" = yes ||
11073 $as_test_x conftest$ac_exeext
11074 }; then
11075 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11076 else
11077 $as_echo "$as_me: failed program was:" >&5
11078 sed 's/^/| /' conftest.$ac_ext >&5
11080 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11083 rm -rf conftest.dSYM
11084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11085 conftest$ac_exeext conftest.$ac_ext
11086 LIBS=$ac_check_lib_save_LIBS
11088 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11089 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11090 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11092 cat >>confdefs.h <<\_ACEOF
11093 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11094 _ACEOF
11102 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11103 case "x$with_xrender" in
11104 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11105 xno) ;;
11106 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11107 This is an error since --with-xrender was requested." >&5
11108 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11109 This is an error since --with-xrender was requested." >&2;}
11110 { (exit 1); exit 1; }; } ;;
11111 esac
11115 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11116 then
11117 cat >conftest.$ac_ext <<_ACEOF
11118 /* confdefs.h. */
11119 _ACEOF
11120 cat confdefs.h >>conftest.$ac_ext
11121 cat >>conftest.$ac_ext <<_ACEOF
11122 /* end confdefs.h. */
11123 #include <X11/Xlib.h>
11124 #include <X11/extensions/Xrandr.h>
11126 main ()
11128 static typeof(XRRSetScreenConfigAndRate) * func;
11130 return 0;
11132 _ACEOF
11133 rm -f conftest.$ac_objext
11134 if { (ac_try="$ac_compile"
11135 case "(($ac_try" in
11136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11137 *) ac_try_echo=$ac_try;;
11138 esac
11139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11140 $as_echo "$ac_try_echo") >&5
11141 (eval "$ac_compile") 2>conftest.er1
11142 ac_status=$?
11143 grep -v '^ *+' conftest.er1 >conftest.err
11144 rm -f conftest.er1
11145 cat conftest.err >&5
11146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11147 (exit $ac_status); } && {
11148 test -z "$ac_c_werror_flag" ||
11149 test ! -s conftest.err
11150 } && test -s conftest.$ac_objext; then
11151 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11152 $as_echo_n "checking for -lXrandr... " >&6; }
11153 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11154 $as_echo_n "(cached) " >&6
11155 else
11156 ac_check_soname_save_LIBS=$LIBS
11157 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11158 cat >conftest.$ac_ext <<_ACEOF
11159 /* confdefs.h. */
11160 _ACEOF
11161 cat confdefs.h >>conftest.$ac_ext
11162 cat >>conftest.$ac_ext <<_ACEOF
11163 /* end confdefs.h. */
11165 /* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11168 #ifdef __cplusplus
11169 extern "C"
11170 #endif
11171 char XRRQueryExtension ();
11173 main ()
11175 return XRRQueryExtension ();
11177 return 0;
11179 _ACEOF
11180 rm -f conftest.$ac_objext conftest$ac_exeext
11181 if { (ac_try="$ac_link"
11182 case "(($ac_try" in
11183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11184 *) ac_try_echo=$ac_try;;
11185 esac
11186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11187 $as_echo "$ac_try_echo") >&5
11188 (eval "$ac_link") 2>conftest.er1
11189 ac_status=$?
11190 grep -v '^ *+' conftest.er1 >conftest.err
11191 rm -f conftest.er1
11192 cat conftest.err >&5
11193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11194 (exit $ac_status); } && {
11195 test -z "$ac_c_werror_flag" ||
11196 test ! -s conftest.err
11197 } && test -s conftest$ac_exeext && {
11198 test "$cross_compiling" = yes ||
11199 $as_test_x conftest$ac_exeext
11200 }; then
11201 case "$LIBEXT" in
11202 dll) ;;
11203 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'` ;;
11204 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11205 esac
11206 else
11207 $as_echo "$as_me: failed program was:" >&5
11208 sed 's/^/| /' conftest.$ac_ext >&5
11213 rm -rf conftest.dSYM
11214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11215 conftest$ac_exeext conftest.$ac_ext
11216 LIBS=$ac_check_soname_save_LIBS
11218 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11219 { $as_echo "$as_me:$LINENO: result: not found" >&5
11220 $as_echo "not found" >&6; }
11222 else
11223 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11224 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11226 cat >>confdefs.h <<_ACEOF
11227 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11228 _ACEOF
11233 else
11234 $as_echo "$as_me: failed program was:" >&5
11235 sed 's/^/| /' conftest.$ac_ext >&5
11240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11242 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11243 case "x$with_xrandr" in
11244 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11245 xno) ;;
11246 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11247 This is an error since --with-xrandr was requested." >&5
11248 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11249 This is an error since --with-xrandr was requested." >&2;}
11250 { (exit 1); exit 1; }; } ;;
11251 esac
11255 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11256 then
11257 cat >conftest.$ac_ext <<_ACEOF
11258 /* confdefs.h. */
11259 _ACEOF
11260 cat confdefs.h >>conftest.$ac_ext
11261 cat >>conftest.$ac_ext <<_ACEOF
11262 /* end confdefs.h. */
11263 #include <X11/Xlib.h>
11264 #include <X11/extensions/Xinerama.h>
11266 main ()
11268 static typeof(XineramaQueryScreens) * func;
11270 return 0;
11272 _ACEOF
11273 rm -f conftest.$ac_objext
11274 if { (ac_try="$ac_compile"
11275 case "(($ac_try" in
11276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11277 *) ac_try_echo=$ac_try;;
11278 esac
11279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11280 $as_echo "$ac_try_echo") >&5
11281 (eval "$ac_compile") 2>conftest.er1
11282 ac_status=$?
11283 grep -v '^ *+' conftest.er1 >conftest.err
11284 rm -f conftest.er1
11285 cat conftest.err >&5
11286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11287 (exit $ac_status); } && {
11288 test -z "$ac_c_werror_flag" ||
11289 test ! -s conftest.err
11290 } && test -s conftest.$ac_objext; then
11291 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11292 $as_echo_n "checking for -lXinerama... " >&6; }
11293 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11294 $as_echo_n "(cached) " >&6
11295 else
11296 ac_check_soname_save_LIBS=$LIBS
11297 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11298 cat >conftest.$ac_ext <<_ACEOF
11299 /* confdefs.h. */
11300 _ACEOF
11301 cat confdefs.h >>conftest.$ac_ext
11302 cat >>conftest.$ac_ext <<_ACEOF
11303 /* end confdefs.h. */
11305 /* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
11308 #ifdef __cplusplus
11309 extern "C"
11310 #endif
11311 char XineramaQueryScreens ();
11313 main ()
11315 return XineramaQueryScreens ();
11317 return 0;
11319 _ACEOF
11320 rm -f conftest.$ac_objext conftest$ac_exeext
11321 if { (ac_try="$ac_link"
11322 case "(($ac_try" in
11323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11324 *) ac_try_echo=$ac_try;;
11325 esac
11326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11327 $as_echo "$ac_try_echo") >&5
11328 (eval "$ac_link") 2>conftest.er1
11329 ac_status=$?
11330 grep -v '^ *+' conftest.er1 >conftest.err
11331 rm -f conftest.er1
11332 cat conftest.err >&5
11333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334 (exit $ac_status); } && {
11335 test -z "$ac_c_werror_flag" ||
11336 test ! -s conftest.err
11337 } && test -s conftest$ac_exeext && {
11338 test "$cross_compiling" = yes ||
11339 $as_test_x conftest$ac_exeext
11340 }; then
11341 case "$LIBEXT" in
11342 dll) ;;
11343 dylib) ac_cv_lib_soname_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'` ;;
11344 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11345 esac
11346 else
11347 $as_echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11353 rm -rf conftest.dSYM
11354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11355 conftest$ac_exeext conftest.$ac_ext
11356 LIBS=$ac_check_soname_save_LIBS
11358 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11359 { $as_echo "$as_me:$LINENO: result: not found" >&5
11360 $as_echo "not found" >&6; }
11362 else
11363 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11364 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11366 cat >>confdefs.h <<_ACEOF
11367 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11368 _ACEOF
11373 else
11374 $as_echo "$as_me: failed program was:" >&5
11375 sed 's/^/| /' conftest.$ac_ext >&5
11380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11382 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11383 case "x$with_xinerama" in
11384 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11385 xno) ;;
11386 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11387 This is an error since --with-xinerama was requested." >&5
11388 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11389 This is an error since --with-xinerama was requested." >&2;}
11390 { (exit 1); exit 1; }; } ;;
11391 esac
11395 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11396 then
11397 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11398 $as_echo_n "checking for -lXcomposite... " >&6; }
11399 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11400 $as_echo_n "(cached) " >&6
11401 else
11402 ac_check_soname_save_LIBS=$LIBS
11403 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11404 cat >conftest.$ac_ext <<_ACEOF
11405 /* confdefs.h. */
11406 _ACEOF
11407 cat confdefs.h >>conftest.$ac_ext
11408 cat >>conftest.$ac_ext <<_ACEOF
11409 /* end confdefs.h. */
11411 /* Override any GCC internal prototype to avoid an error.
11412 Use char because int might match the return type of a GCC
11413 builtin and then its argument prototype would still apply. */
11414 #ifdef __cplusplus
11415 extern "C"
11416 #endif
11417 char XCompositeRedirectWindow ();
11419 main ()
11421 return XCompositeRedirectWindow ();
11423 return 0;
11425 _ACEOF
11426 rm -f conftest.$ac_objext conftest$ac_exeext
11427 if { (ac_try="$ac_link"
11428 case "(($ac_try" in
11429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11430 *) ac_try_echo=$ac_try;;
11431 esac
11432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11433 $as_echo "$ac_try_echo") >&5
11434 (eval "$ac_link") 2>conftest.er1
11435 ac_status=$?
11436 grep -v '^ *+' conftest.er1 >conftest.err
11437 rm -f conftest.er1
11438 cat conftest.err >&5
11439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11440 (exit $ac_status); } && {
11441 test -z "$ac_c_werror_flag" ||
11442 test ! -s conftest.err
11443 } && test -s conftest$ac_exeext && {
11444 test "$cross_compiling" = yes ||
11445 $as_test_x conftest$ac_exeext
11446 }; then
11447 case "$LIBEXT" in
11448 dll) ;;
11449 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'` ;;
11450 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11451 esac
11452 else
11453 $as_echo "$as_me: failed program was:" >&5
11454 sed 's/^/| /' conftest.$ac_ext >&5
11459 rm -rf conftest.dSYM
11460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11461 conftest$ac_exeext conftest.$ac_ext
11462 LIBS=$ac_check_soname_save_LIBS
11464 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11465 { $as_echo "$as_me:$LINENO: result: not found" >&5
11466 $as_echo "not found" >&6; }
11468 else
11469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11470 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11472 cat >>confdefs.h <<_ACEOF
11473 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11474 _ACEOF
11480 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11481 case "x$with_xcomposite" in
11482 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11483 xno) ;;
11484 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11485 This is an error since --with-xcomposite was requested." >&5
11486 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11487 This is an error since --with-xcomposite was requested." >&2;}
11488 { (exit 1); exit 1; }; } ;;
11489 esac
11493 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11494 $as_echo_n "checking for XICCallback.callback... " >&6; }
11495 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11496 $as_echo_n "(cached) " >&6
11497 else
11498 cat >conftest.$ac_ext <<_ACEOF
11499 /* confdefs.h. */
11500 _ACEOF
11501 cat confdefs.h >>conftest.$ac_ext
11502 cat >>conftest.$ac_ext <<_ACEOF
11503 /* end confdefs.h. */
11504 #ifdef HAVE_X11_XLIB_H
11505 #include <X11/Xlib.h>
11506 #endif
11509 main ()
11511 static XICCallback ac_aggr;
11512 if (ac_aggr.callback)
11513 return 0;
11515 return 0;
11517 _ACEOF
11518 rm -f conftest.$ac_objext
11519 if { (ac_try="$ac_compile"
11520 case "(($ac_try" in
11521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11522 *) ac_try_echo=$ac_try;;
11523 esac
11524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11525 $as_echo "$ac_try_echo") >&5
11526 (eval "$ac_compile") 2>conftest.er1
11527 ac_status=$?
11528 grep -v '^ *+' conftest.er1 >conftest.err
11529 rm -f conftest.er1
11530 cat conftest.err >&5
11531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11532 (exit $ac_status); } && {
11533 test -z "$ac_c_werror_flag" ||
11534 test ! -s conftest.err
11535 } && test -s conftest.$ac_objext; then
11536 ac_cv_member_XICCallback_callback=yes
11537 else
11538 $as_echo "$as_me: failed program was:" >&5
11539 sed 's/^/| /' conftest.$ac_ext >&5
11541 cat >conftest.$ac_ext <<_ACEOF
11542 /* confdefs.h. */
11543 _ACEOF
11544 cat confdefs.h >>conftest.$ac_ext
11545 cat >>conftest.$ac_ext <<_ACEOF
11546 /* end confdefs.h. */
11547 #ifdef HAVE_X11_XLIB_H
11548 #include <X11/Xlib.h>
11549 #endif
11552 main ()
11554 static XICCallback ac_aggr;
11555 if (sizeof ac_aggr.callback)
11556 return 0;
11558 return 0;
11560 _ACEOF
11561 rm -f conftest.$ac_objext
11562 if { (ac_try="$ac_compile"
11563 case "(($ac_try" in
11564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11565 *) ac_try_echo=$ac_try;;
11566 esac
11567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11568 $as_echo "$ac_try_echo") >&5
11569 (eval "$ac_compile") 2>conftest.er1
11570 ac_status=$?
11571 grep -v '^ *+' conftest.er1 >conftest.err
11572 rm -f conftest.er1
11573 cat conftest.err >&5
11574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575 (exit $ac_status); } && {
11576 test -z "$ac_c_werror_flag" ||
11577 test ! -s conftest.err
11578 } && test -s conftest.$ac_objext; then
11579 ac_cv_member_XICCallback_callback=yes
11580 else
11581 $as_echo "$as_me: failed program was:" >&5
11582 sed 's/^/| /' conftest.$ac_ext >&5
11584 ac_cv_member_XICCallback_callback=no
11587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11592 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11593 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11594 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11596 cat >>confdefs.h <<_ACEOF
11597 #define HAVE_XICCALLBACK_CALLBACK 1
11598 _ACEOF
11605 opengl_msg=""
11606 if test "x$with_opengl" != "xno"
11607 then
11612 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11614 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11615 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11616 $as_echo_n "checking for $ac_header... " >&6; }
11617 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11618 $as_echo_n "(cached) " >&6
11619 else
11620 cat >conftest.$ac_ext <<_ACEOF
11621 /* confdefs.h. */
11622 _ACEOF
11623 cat confdefs.h >>conftest.$ac_ext
11624 cat >>conftest.$ac_ext <<_ACEOF
11625 /* end confdefs.h. */
11626 #ifdef HAVE_GL_GLX_H
11627 # include <GL/glx.h>
11628 #endif
11630 #include <$ac_header>
11631 _ACEOF
11632 rm -f conftest.$ac_objext
11633 if { (ac_try="$ac_compile"
11634 case "(($ac_try" in
11635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11636 *) ac_try_echo=$ac_try;;
11637 esac
11638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11639 $as_echo "$ac_try_echo") >&5
11640 (eval "$ac_compile") 2>conftest.er1
11641 ac_status=$?
11642 grep -v '^ *+' conftest.er1 >conftest.err
11643 rm -f conftest.er1
11644 cat conftest.err >&5
11645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11646 (exit $ac_status); } && {
11647 test -z "$ac_c_werror_flag" ||
11648 test ! -s conftest.err
11649 } && test -s conftest.$ac_objext; then
11650 eval "$as_ac_Header=yes"
11651 else
11652 $as_echo "$as_me: failed program was:" >&5
11653 sed 's/^/| /' conftest.$ac_ext >&5
11655 eval "$as_ac_Header=no"
11658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11660 ac_res=`eval 'as_val=${'$as_ac_Header'}
11661 $as_echo "$as_val"'`
11662 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11663 $as_echo "$ac_res" >&6; }
11664 as_val=`eval 'as_val=${'$as_ac_Header'}
11665 $as_echo "$as_val"'`
11666 if test "x$as_val" = x""yes; then
11667 cat >>confdefs.h <<_ACEOF
11668 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11669 _ACEOF
11673 done
11675 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11676 then
11677 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11678 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11679 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11680 $as_echo_n "(cached) " >&6
11681 else
11682 cat >conftest.$ac_ext <<_ACEOF
11683 /* confdefs.h. */
11684 _ACEOF
11685 cat confdefs.h >>conftest.$ac_ext
11686 cat >>conftest.$ac_ext <<_ACEOF
11687 /* end confdefs.h. */
11688 #include <GL/gl.h>
11690 main ()
11692 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11694 return 0;
11696 _ACEOF
11697 rm -f conftest.$ac_objext
11698 if { (ac_try="$ac_compile"
11699 case "(($ac_try" in
11700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11701 *) ac_try_echo=$ac_try;;
11702 esac
11703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11704 $as_echo "$ac_try_echo") >&5
11705 (eval "$ac_compile") 2>conftest.er1
11706 ac_status=$?
11707 grep -v '^ *+' conftest.er1 >conftest.err
11708 rm -f conftest.er1
11709 cat conftest.err >&5
11710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); } && {
11712 test -z "$ac_c_werror_flag" ||
11713 test ! -s conftest.err
11714 } && test -s conftest.$ac_objext; then
11715 wine_cv_opengl_header_version_OK="yes"
11716 else
11717 $as_echo "$as_me: failed program was:" >&5
11718 sed 's/^/| /' conftest.$ac_ext >&5
11720 wine_cv_opengl_header_version_OK="no"
11723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11725 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11726 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11728 if test "$wine_cv_opengl_header_version_OK" = "yes"
11729 then
11730 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11731 $as_echo_n "checking for -lGL... " >&6; }
11732 if test "${ac_cv_lib_soname_GL+set}" = set; then
11733 $as_echo_n "(cached) " >&6
11734 else
11735 ac_check_soname_save_LIBS=$LIBS
11736 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11737 cat >conftest.$ac_ext <<_ACEOF
11738 /* confdefs.h. */
11739 _ACEOF
11740 cat confdefs.h >>conftest.$ac_ext
11741 cat >>conftest.$ac_ext <<_ACEOF
11742 /* end confdefs.h. */
11744 /* Override any GCC internal prototype to avoid an error.
11745 Use char because int might match the return type of a GCC
11746 builtin and then its argument prototype would still apply. */
11747 #ifdef __cplusplus
11748 extern "C"
11749 #endif
11750 char glXCreateContext ();
11752 main ()
11754 return glXCreateContext ();
11756 return 0;
11758 _ACEOF
11759 rm -f conftest.$ac_objext conftest$ac_exeext
11760 if { (ac_try="$ac_link"
11761 case "(($ac_try" in
11762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11763 *) ac_try_echo=$ac_try;;
11764 esac
11765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11766 $as_echo "$ac_try_echo") >&5
11767 (eval "$ac_link") 2>conftest.er1
11768 ac_status=$?
11769 grep -v '^ *+' conftest.er1 >conftest.err
11770 rm -f conftest.er1
11771 cat conftest.err >&5
11772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11773 (exit $ac_status); } && {
11774 test -z "$ac_c_werror_flag" ||
11775 test ! -s conftest.err
11776 } && test -s conftest$ac_exeext && {
11777 test "$cross_compiling" = yes ||
11778 $as_test_x conftest$ac_exeext
11779 }; then
11780 case "$LIBEXT" in
11781 dll) ;;
11782 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'` ;;
11783 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11784 esac
11785 else
11786 $as_echo "$as_me: failed program was:" >&5
11787 sed 's/^/| /' conftest.$ac_ext >&5
11792 rm -rf conftest.dSYM
11793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11794 conftest$ac_exeext conftest.$ac_ext
11795 LIBS=$ac_check_soname_save_LIBS
11797 if test "x$ac_cv_lib_soname_GL" = "x"; then
11798 { $as_echo "$as_me:$LINENO: result: not found" >&5
11799 $as_echo "not found" >&6; }
11800 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11801 $as_echo_n "checking for -lGL... " >&6; }
11802 if test "${ac_cv_lib_soname_GL+set}" = set; then
11803 $as_echo_n "(cached) " >&6
11804 else
11805 ac_check_soname_save_LIBS=$LIBS
11806 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"
11807 cat >conftest.$ac_ext <<_ACEOF
11808 /* confdefs.h. */
11809 _ACEOF
11810 cat confdefs.h >>conftest.$ac_ext
11811 cat >>conftest.$ac_ext <<_ACEOF
11812 /* end confdefs.h. */
11814 /* Override any GCC internal prototype to avoid an error.
11815 Use char because int might match the return type of a GCC
11816 builtin and then its argument prototype would still apply. */
11817 #ifdef __cplusplus
11818 extern "C"
11819 #endif
11820 char glXCreateContext ();
11822 main ()
11824 return glXCreateContext ();
11826 return 0;
11828 _ACEOF
11829 rm -f conftest.$ac_objext conftest$ac_exeext
11830 if { (ac_try="$ac_link"
11831 case "(($ac_try" in
11832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11834 esac
11835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11836 $as_echo "$ac_try_echo") >&5
11837 (eval "$ac_link") 2>conftest.er1
11838 ac_status=$?
11839 grep -v '^ *+' conftest.er1 >conftest.err
11840 rm -f conftest.er1
11841 cat conftest.err >&5
11842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11843 (exit $ac_status); } && {
11844 test -z "$ac_c_werror_flag" ||
11845 test ! -s conftest.err
11846 } && test -s conftest$ac_exeext && {
11847 test "$cross_compiling" = yes ||
11848 $as_test_x conftest$ac_exeext
11849 }; then
11850 case "$LIBEXT" in
11851 dll) ;;
11852 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'` ;;
11853 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11854 esac
11855 else
11856 $as_echo "$as_me: failed program was:" >&5
11857 sed 's/^/| /' conftest.$ac_ext >&5
11862 rm -rf conftest.dSYM
11863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11864 conftest$ac_exeext conftest.$ac_ext
11865 LIBS=$ac_check_soname_save_LIBS
11867 if test "x$ac_cv_lib_soname_GL" = "x"; then
11868 { $as_echo "$as_me:$LINENO: result: not found" >&5
11869 $as_echo "not found" >&6; }
11870 if test -f /usr/X11R6/lib/libGL.a
11871 then
11872 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11873 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11874 else
11875 opengl_msg="No OpenGL library found on this system."
11877 else
11878 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11879 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11881 cat >>confdefs.h <<_ACEOF
11882 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11883 _ACEOF
11885 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"
11887 cat >>confdefs.h <<\_ACEOF
11888 #define HAVE_OPENGL 1
11889 _ACEOF
11893 else
11894 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11895 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11897 cat >>confdefs.h <<_ACEOF
11898 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11899 _ACEOF
11901 OPENGL_LIBS="-lGL"
11903 cat >>confdefs.h <<\_ACEOF
11904 #define HAVE_OPENGL 1
11905 _ACEOF
11909 if test "$ac_cv_header_GL_glu_h" = "yes"
11910 then
11911 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11912 $as_echo_n "checking for -lGLU... " >&6; }
11913 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11914 $as_echo_n "(cached) " >&6
11915 else
11916 ac_check_soname_save_LIBS=$LIBS
11917 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11918 cat >conftest.$ac_ext <<_ACEOF
11919 /* confdefs.h. */
11920 _ACEOF
11921 cat confdefs.h >>conftest.$ac_ext
11922 cat >>conftest.$ac_ext <<_ACEOF
11923 /* end confdefs.h. */
11925 /* Override any GCC internal prototype to avoid an error.
11926 Use char because int might match the return type of a GCC
11927 builtin and then its argument prototype would still apply. */
11928 #ifdef __cplusplus
11929 extern "C"
11930 #endif
11931 char gluLookAt ();
11933 main ()
11935 return gluLookAt ();
11937 return 0;
11939 _ACEOF
11940 rm -f conftest.$ac_objext conftest$ac_exeext
11941 if { (ac_try="$ac_link"
11942 case "(($ac_try" in
11943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11944 *) ac_try_echo=$ac_try;;
11945 esac
11946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11947 $as_echo "$ac_try_echo") >&5
11948 (eval "$ac_link") 2>conftest.er1
11949 ac_status=$?
11950 grep -v '^ *+' conftest.er1 >conftest.err
11951 rm -f conftest.er1
11952 cat conftest.err >&5
11953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); } && {
11955 test -z "$ac_c_werror_flag" ||
11956 test ! -s conftest.err
11957 } && test -s conftest$ac_exeext && {
11958 test "$cross_compiling" = yes ||
11959 $as_test_x conftest$ac_exeext
11960 }; then
11961 case "$LIBEXT" in
11962 dll) ;;
11963 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'` ;;
11964 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11965 esac
11966 else
11967 $as_echo "$as_me: failed program was:" >&5
11968 sed 's/^/| /' conftest.$ac_ext >&5
11973 rm -rf conftest.dSYM
11974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11975 conftest$ac_exeext conftest.$ac_ext
11976 LIBS=$ac_check_soname_save_LIBS
11978 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11979 { $as_echo "$as_me:$LINENO: result: not found" >&5
11980 $as_echo "not found" >&6; }
11982 else
11983 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11984 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11986 cat >>confdefs.h <<_ACEOF
11987 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11988 _ACEOF
11994 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11995 case "x$with_glu" in
11996 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11997 xno) ;;
11998 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11999 This is an error since --with-glu was requested." >&5
12000 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12001 This is an error since --with-glu was requested." >&2;}
12002 { (exit 1); exit 1; }; } ;;
12003 esac
12006 else
12007 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12009 else
12010 opengl_msg="OpenGL development headers not found."
12012 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12013 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12014 else
12015 enable_opengl32=${enable_opengl32:-no}
12016 enable_glu32=${enable_glu32:-no}
12018 if test -n "$opengl_msg"; then
12019 case "x$with_opengl" in
12020 x) wine_warnings="$wine_warnings|$opengl_msg
12021 OpenGL and Direct3D won't be supported." ;;
12022 xno) ;;
12023 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12024 OpenGL and Direct3D won't be supported.
12025 This is an error since --with-opengl was requested." >&5
12026 $as_echo "$as_me: error: $opengl_msg
12027 OpenGL and Direct3D won't be supported.
12028 This is an error since --with-opengl was requested." >&2;}
12029 { (exit 1); exit 1; }; } ;;
12030 esac
12034 NASLIBS=""
12037 for ac_header in audio/audiolib.h
12039 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12041 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12042 $as_echo_n "checking for $ac_header... " >&6; }
12043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12044 $as_echo_n "(cached) " >&6
12046 ac_res=`eval 'as_val=${'$as_ac_Header'}
12047 $as_echo "$as_val"'`
12048 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12049 $as_echo "$ac_res" >&6; }
12050 else
12051 # Is the header compilable?
12052 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12053 $as_echo_n "checking $ac_header usability... " >&6; }
12054 cat >conftest.$ac_ext <<_ACEOF
12055 /* confdefs.h. */
12056 _ACEOF
12057 cat confdefs.h >>conftest.$ac_ext
12058 cat >>conftest.$ac_ext <<_ACEOF
12059 /* end confdefs.h. */
12060 $ac_includes_default
12061 #include <$ac_header>
12062 _ACEOF
12063 rm -f conftest.$ac_objext
12064 if { (ac_try="$ac_compile"
12065 case "(($ac_try" in
12066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12067 *) ac_try_echo=$ac_try;;
12068 esac
12069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12070 $as_echo "$ac_try_echo") >&5
12071 (eval "$ac_compile") 2>conftest.er1
12072 ac_status=$?
12073 grep -v '^ *+' conftest.er1 >conftest.err
12074 rm -f conftest.er1
12075 cat conftest.err >&5
12076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); } && {
12078 test -z "$ac_c_werror_flag" ||
12079 test ! -s conftest.err
12080 } && test -s conftest.$ac_objext; then
12081 ac_header_compiler=yes
12082 else
12083 $as_echo "$as_me: failed program was:" >&5
12084 sed 's/^/| /' conftest.$ac_ext >&5
12086 ac_header_compiler=no
12089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12090 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12091 $as_echo "$ac_header_compiler" >&6; }
12093 # Is the header present?
12094 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12095 $as_echo_n "checking $ac_header presence... " >&6; }
12096 cat >conftest.$ac_ext <<_ACEOF
12097 /* confdefs.h. */
12098 _ACEOF
12099 cat confdefs.h >>conftest.$ac_ext
12100 cat >>conftest.$ac_ext <<_ACEOF
12101 /* end confdefs.h. */
12102 #include <$ac_header>
12103 _ACEOF
12104 if { (ac_try="$ac_cpp conftest.$ac_ext"
12105 case "(($ac_try" in
12106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12107 *) ac_try_echo=$ac_try;;
12108 esac
12109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12110 $as_echo "$ac_try_echo") >&5
12111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } >/dev/null && {
12118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12119 test ! -s conftest.err
12120 }; then
12121 ac_header_preproc=yes
12122 else
12123 $as_echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.$ac_ext >&5
12126 ac_header_preproc=no
12129 rm -f conftest.err conftest.$ac_ext
12130 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12131 $as_echo "$ac_header_preproc" >&6; }
12133 # So? What about this header?
12134 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12135 yes:no: )
12136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12137 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12139 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12140 ac_header_preproc=yes
12142 no:yes:* )
12143 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12144 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12146 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12148 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12150 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12152 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12154 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12155 ( cat <<\_ASBOX
12156 ## ------------------------------------ ##
12157 ## Report this to wine-devel@winehq.org ##
12158 ## ------------------------------------ ##
12159 _ASBOX
12160 ) | sed "s/^/$as_me: WARNING: /" >&2
12162 esac
12163 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12164 $as_echo_n "checking for $ac_header... " >&6; }
12165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12166 $as_echo_n "(cached) " >&6
12167 else
12168 eval "$as_ac_Header=\$ac_header_preproc"
12170 ac_res=`eval 'as_val=${'$as_ac_Header'}
12171 $as_echo "$as_val"'`
12172 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12173 $as_echo "$ac_res" >&6; }
12176 as_val=`eval 'as_val=${'$as_ac_Header'}
12177 $as_echo "$as_val"'`
12178 if test "x$as_val" = x""yes; then
12179 cat >>confdefs.h <<_ACEOF
12180 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12181 _ACEOF
12183 for ac_header in audio/soundlib.h
12185 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12186 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12187 $as_echo_n "checking for $ac_header... " >&6; }
12188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12189 $as_echo_n "(cached) " >&6
12190 else
12191 cat >conftest.$ac_ext <<_ACEOF
12192 /* confdefs.h. */
12193 _ACEOF
12194 cat confdefs.h >>conftest.$ac_ext
12195 cat >>conftest.$ac_ext <<_ACEOF
12196 /* end confdefs.h. */
12197 #include <audio/audiolib.h>
12199 #include <$ac_header>
12200 _ACEOF
12201 rm -f conftest.$ac_objext
12202 if { (ac_try="$ac_compile"
12203 case "(($ac_try" in
12204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12205 *) ac_try_echo=$ac_try;;
12206 esac
12207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12208 $as_echo "$ac_try_echo") >&5
12209 (eval "$ac_compile") 2>conftest.er1
12210 ac_status=$?
12211 grep -v '^ *+' conftest.er1 >conftest.err
12212 rm -f conftest.er1
12213 cat conftest.err >&5
12214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12215 (exit $ac_status); } && {
12216 test -z "$ac_c_werror_flag" ||
12217 test ! -s conftest.err
12218 } && test -s conftest.$ac_objext; then
12219 eval "$as_ac_Header=yes"
12220 else
12221 $as_echo "$as_me: failed program was:" >&5
12222 sed 's/^/| /' conftest.$ac_ext >&5
12224 eval "$as_ac_Header=no"
12227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12229 ac_res=`eval 'as_val=${'$as_ac_Header'}
12230 $as_echo "$as_val"'`
12231 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12232 $as_echo "$ac_res" >&6; }
12233 as_val=`eval 'as_val=${'$as_ac_Header'}
12234 $as_echo "$as_val"'`
12235 if test "x$as_val" = x""yes; then
12236 cat >>confdefs.h <<_ACEOF
12237 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12238 _ACEOF
12242 done
12244 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12245 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12246 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12247 $as_echo_n "(cached) " >&6
12248 else
12249 ac_check_lib_save_LIBS=$LIBS
12250 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12251 cat >conftest.$ac_ext <<_ACEOF
12252 /* confdefs.h. */
12253 _ACEOF
12254 cat confdefs.h >>conftest.$ac_ext
12255 cat >>conftest.$ac_ext <<_ACEOF
12256 /* end confdefs.h. */
12258 /* Override any GCC internal prototype to avoid an error.
12259 Use char because int might match the return type of a GCC
12260 builtin and then its argument prototype would still apply. */
12261 #ifdef __cplusplus
12262 extern "C"
12263 #endif
12264 char AuCreateFlow ();
12266 main ()
12268 return AuCreateFlow ();
12270 return 0;
12272 _ACEOF
12273 rm -f conftest.$ac_objext conftest$ac_exeext
12274 if { (ac_try="$ac_link"
12275 case "(($ac_try" in
12276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12277 *) ac_try_echo=$ac_try;;
12278 esac
12279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12280 $as_echo "$ac_try_echo") >&5
12281 (eval "$ac_link") 2>conftest.er1
12282 ac_status=$?
12283 grep -v '^ *+' conftest.er1 >conftest.err
12284 rm -f conftest.er1
12285 cat conftest.err >&5
12286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); } && {
12288 test -z "$ac_c_werror_flag" ||
12289 test ! -s conftest.err
12290 } && test -s conftest$ac_exeext && {
12291 test "$cross_compiling" = yes ||
12292 $as_test_x conftest$ac_exeext
12293 }; then
12294 ac_cv_lib_audio_AuCreateFlow=yes
12295 else
12296 $as_echo "$as_me: failed program was:" >&5
12297 sed 's/^/| /' conftest.$ac_ext >&5
12299 ac_cv_lib_audio_AuCreateFlow=no
12302 rm -rf conftest.dSYM
12303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12304 conftest$ac_exeext conftest.$ac_ext
12305 LIBS=$ac_check_lib_save_LIBS
12307 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12308 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12309 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12311 cat >>confdefs.h <<\_ACEOF
12312 #define HAVE_NAS 1
12313 _ACEOF
12315 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12316 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12317 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12318 $as_echo_n "(cached) " >&6
12319 else
12320 ac_check_lib_save_LIBS=$LIBS
12321 LIBS="-lXau $X_LIBS $LIBS"
12322 cat >conftest.$ac_ext <<_ACEOF
12323 /* confdefs.h. */
12324 _ACEOF
12325 cat confdefs.h >>conftest.$ac_ext
12326 cat >>conftest.$ac_ext <<_ACEOF
12327 /* end confdefs.h. */
12329 /* Override any GCC internal prototype to avoid an error.
12330 Use char because int might match the return type of a GCC
12331 builtin and then its argument prototype would still apply. */
12332 #ifdef __cplusplus
12333 extern "C"
12334 #endif
12335 char XauGetBestAuthByAddr ();
12337 main ()
12339 return XauGetBestAuthByAddr ();
12341 return 0;
12343 _ACEOF
12344 rm -f conftest.$ac_objext conftest$ac_exeext
12345 if { (ac_try="$ac_link"
12346 case "(($ac_try" in
12347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12348 *) ac_try_echo=$ac_try;;
12349 esac
12350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12351 $as_echo "$ac_try_echo") >&5
12352 (eval "$ac_link") 2>conftest.er1
12353 ac_status=$?
12354 grep -v '^ *+' conftest.er1 >conftest.err
12355 rm -f conftest.er1
12356 cat conftest.err >&5
12357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12358 (exit $ac_status); } && {
12359 test -z "$ac_c_werror_flag" ||
12360 test ! -s conftest.err
12361 } && test -s conftest$ac_exeext && {
12362 test "$cross_compiling" = yes ||
12363 $as_test_x conftest$ac_exeext
12364 }; then
12365 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12366 else
12367 $as_echo "$as_me: failed program was:" >&5
12368 sed 's/^/| /' conftest.$ac_ext >&5
12370 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12373 rm -rf conftest.dSYM
12374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12375 conftest$ac_exeext conftest.$ac_ext
12376 LIBS=$ac_check_lib_save_LIBS
12378 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12379 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12380 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12381 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12382 else
12383 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12391 done
12394 CPPFLAGS="$ac_save_CPPFLAGS"
12395 else
12396 XLIB=""
12397 X_CFLAGS=""
12398 X_LIBS=""
12399 enable_winex11_drv=${enable_winex11_drv:-no}
12400 enable_opengl32=${enable_opengl32:-no}
12401 enable_glu32=${enable_glu32:-no}
12403 if test "x$XLIB" = "x"; then
12404 case "x$with_x" in
12405 xno) ;;
12406 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12407 without X support, which probably isn't what you want. You will need to install
12408 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12409 Use the --without-x option if you really want this." >&5
12410 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12411 without X support, which probably isn't what you want. You will need to install
12412 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12413 Use the --without-x option if you really want this." >&2;}
12414 { (exit 1); exit 1; }; } ;;
12415 esac
12420 XML2LIBS=""
12422 XML2INCL=""
12424 XSLTINCL=""
12426 if test "x$with_xml" != "xno"
12427 then
12428 ac_save_CPPFLAGS="$CPPFLAGS"
12429 if test "$PKG_CONFIG" != "false"
12430 then
12431 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12432 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12433 else
12434 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12435 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12437 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12439 for ac_header in libxml/parser.h
12441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12444 $as_echo_n "checking for $ac_header... " >&6; }
12445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12446 $as_echo_n "(cached) " >&6
12448 ac_res=`eval 'as_val=${'$as_ac_Header'}
12449 $as_echo "$as_val"'`
12450 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12451 $as_echo "$ac_res" >&6; }
12452 else
12453 # Is the header compilable?
12454 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12455 $as_echo_n "checking $ac_header usability... " >&6; }
12456 cat >conftest.$ac_ext <<_ACEOF
12457 /* confdefs.h. */
12458 _ACEOF
12459 cat confdefs.h >>conftest.$ac_ext
12460 cat >>conftest.$ac_ext <<_ACEOF
12461 /* end confdefs.h. */
12462 $ac_includes_default
12463 #include <$ac_header>
12464 _ACEOF
12465 rm -f conftest.$ac_objext
12466 if { (ac_try="$ac_compile"
12467 case "(($ac_try" in
12468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12469 *) ac_try_echo=$ac_try;;
12470 esac
12471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12472 $as_echo "$ac_try_echo") >&5
12473 (eval "$ac_compile") 2>conftest.er1
12474 ac_status=$?
12475 grep -v '^ *+' conftest.er1 >conftest.err
12476 rm -f conftest.er1
12477 cat conftest.err >&5
12478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12479 (exit $ac_status); } && {
12480 test -z "$ac_c_werror_flag" ||
12481 test ! -s conftest.err
12482 } && test -s conftest.$ac_objext; then
12483 ac_header_compiler=yes
12484 else
12485 $as_echo "$as_me: failed program was:" >&5
12486 sed 's/^/| /' conftest.$ac_ext >&5
12488 ac_header_compiler=no
12491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12492 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12493 $as_echo "$ac_header_compiler" >&6; }
12495 # Is the header present?
12496 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12497 $as_echo_n "checking $ac_header presence... " >&6; }
12498 cat >conftest.$ac_ext <<_ACEOF
12499 /* confdefs.h. */
12500 _ACEOF
12501 cat confdefs.h >>conftest.$ac_ext
12502 cat >>conftest.$ac_ext <<_ACEOF
12503 /* end confdefs.h. */
12504 #include <$ac_header>
12505 _ACEOF
12506 if { (ac_try="$ac_cpp conftest.$ac_ext"
12507 case "(($ac_try" in
12508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12509 *) ac_try_echo=$ac_try;;
12510 esac
12511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12512 $as_echo "$ac_try_echo") >&5
12513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12514 ac_status=$?
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
12518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } >/dev/null && {
12520 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12521 test ! -s conftest.err
12522 }; then
12523 ac_header_preproc=yes
12524 else
12525 $as_echo "$as_me: failed program was:" >&5
12526 sed 's/^/| /' conftest.$ac_ext >&5
12528 ac_header_preproc=no
12531 rm -f conftest.err conftest.$ac_ext
12532 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12533 $as_echo "$ac_header_preproc" >&6; }
12535 # So? What about this header?
12536 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12537 yes:no: )
12538 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12539 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12540 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12541 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12542 ac_header_preproc=yes
12544 no:yes:* )
12545 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12550 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12551 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12552 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12554 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12556 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12557 ( cat <<\_ASBOX
12558 ## ------------------------------------ ##
12559 ## Report this to wine-devel@winehq.org ##
12560 ## ------------------------------------ ##
12561 _ASBOX
12562 ) | sed "s/^/$as_me: WARNING: /" >&2
12564 esac
12565 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12566 $as_echo_n "checking for $ac_header... " >&6; }
12567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12568 $as_echo_n "(cached) " >&6
12569 else
12570 eval "$as_ac_Header=\$ac_header_preproc"
12572 ac_res=`eval 'as_val=${'$as_ac_Header'}
12573 $as_echo "$as_val"'`
12574 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12575 $as_echo "$ac_res" >&6; }
12578 as_val=`eval 'as_val=${'$as_ac_Header'}
12579 $as_echo "$as_val"'`
12580 if test "x$as_val" = x""yes; then
12581 cat >>confdefs.h <<_ACEOF
12582 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12583 _ACEOF
12584 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12585 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12586 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12587 $as_echo_n "(cached) " >&6
12588 else
12589 ac_check_lib_save_LIBS=$LIBS
12590 LIBS="-lxml2 $ac_xml_libs $LIBS"
12591 cat >conftest.$ac_ext <<_ACEOF
12592 /* confdefs.h. */
12593 _ACEOF
12594 cat confdefs.h >>conftest.$ac_ext
12595 cat >>conftest.$ac_ext <<_ACEOF
12596 /* end confdefs.h. */
12598 /* Override any GCC internal prototype to avoid an error.
12599 Use char because int might match the return type of a GCC
12600 builtin and then its argument prototype would still apply. */
12601 #ifdef __cplusplus
12602 extern "C"
12603 #endif
12604 char xmlParseMemory ();
12606 main ()
12608 return xmlParseMemory ();
12610 return 0;
12612 _ACEOF
12613 rm -f conftest.$ac_objext conftest$ac_exeext
12614 if { (ac_try="$ac_link"
12615 case "(($ac_try" in
12616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12617 *) ac_try_echo=$ac_try;;
12618 esac
12619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12620 $as_echo "$ac_try_echo") >&5
12621 (eval "$ac_link") 2>conftest.er1
12622 ac_status=$?
12623 grep -v '^ *+' conftest.er1 >conftest.err
12624 rm -f conftest.er1
12625 cat conftest.err >&5
12626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12627 (exit $ac_status); } && {
12628 test -z "$ac_c_werror_flag" ||
12629 test ! -s conftest.err
12630 } && test -s conftest$ac_exeext && {
12631 test "$cross_compiling" = yes ||
12632 $as_test_x conftest$ac_exeext
12633 }; then
12634 ac_cv_lib_xml2_xmlParseMemory=yes
12635 else
12636 $as_echo "$as_me: failed program was:" >&5
12637 sed 's/^/| /' conftest.$ac_ext >&5
12639 ac_cv_lib_xml2_xmlParseMemory=no
12642 rm -rf conftest.dSYM
12643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12644 conftest$ac_exeext conftest.$ac_ext
12645 LIBS=$ac_check_lib_save_LIBS
12647 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12648 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12649 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12651 cat >>confdefs.h <<\_ACEOF
12652 #define HAVE_LIBXML2 1
12653 _ACEOF
12655 XML2LIBS="$ac_xml_libs"
12656 XML2INCL="$ac_xml_cflags"
12659 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12660 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12661 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12662 $as_echo_n "(cached) " >&6
12663 else
12664 ac_check_lib_save_LIBS=$LIBS
12665 LIBS="-lxml2 $ac_xml_libs $LIBS"
12666 cat >conftest.$ac_ext <<_ACEOF
12667 /* confdefs.h. */
12668 _ACEOF
12669 cat confdefs.h >>conftest.$ac_ext
12670 cat >>conftest.$ac_ext <<_ACEOF
12671 /* end confdefs.h. */
12673 /* Override any GCC internal prototype to avoid an error.
12674 Use char because int might match the return type of a GCC
12675 builtin and then its argument prototype would still apply. */
12676 #ifdef __cplusplus
12677 extern "C"
12678 #endif
12679 char xmlReadMemory ();
12681 main ()
12683 return xmlReadMemory ();
12685 return 0;
12687 _ACEOF
12688 rm -f conftest.$ac_objext conftest$ac_exeext
12689 if { (ac_try="$ac_link"
12690 case "(($ac_try" in
12691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12692 *) ac_try_echo=$ac_try;;
12693 esac
12694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12695 $as_echo "$ac_try_echo") >&5
12696 (eval "$ac_link") 2>conftest.er1
12697 ac_status=$?
12698 grep -v '^ *+' conftest.er1 >conftest.err
12699 rm -f conftest.er1
12700 cat conftest.err >&5
12701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12702 (exit $ac_status); } && {
12703 test -z "$ac_c_werror_flag" ||
12704 test ! -s conftest.err
12705 } && test -s conftest$ac_exeext && {
12706 test "$cross_compiling" = yes ||
12707 $as_test_x conftest$ac_exeext
12708 }; then
12709 ac_cv_lib_xml2_xmlReadMemory=yes
12710 else
12711 $as_echo "$as_me: failed program was:" >&5
12712 sed 's/^/| /' conftest.$ac_ext >&5
12714 ac_cv_lib_xml2_xmlReadMemory=no
12717 rm -rf conftest.dSYM
12718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12719 conftest$ac_exeext conftest.$ac_ext
12720 LIBS=$ac_check_lib_save_LIBS
12722 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12723 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12724 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12726 cat >>confdefs.h <<\_ACEOF
12727 #define HAVE_XMLREADMEMORY 1
12728 _ACEOF
12732 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12733 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12734 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12735 $as_echo_n "(cached) " >&6
12736 else
12737 ac_check_lib_save_LIBS=$LIBS
12738 LIBS="-lxml2 $ac_xml_libs $LIBS"
12739 cat >conftest.$ac_ext <<_ACEOF
12740 /* confdefs.h. */
12741 _ACEOF
12742 cat confdefs.h >>conftest.$ac_ext
12743 cat >>conftest.$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12746 /* Override any GCC internal prototype to avoid an error.
12747 Use char because int might match the return type of a GCC
12748 builtin and then its argument prototype would still apply. */
12749 #ifdef __cplusplus
12750 extern "C"
12751 #endif
12752 char xmlNewDocPI ();
12754 main ()
12756 return xmlNewDocPI ();
12758 return 0;
12760 _ACEOF
12761 rm -f conftest.$ac_objext conftest$ac_exeext
12762 if { (ac_try="$ac_link"
12763 case "(($ac_try" in
12764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12765 *) ac_try_echo=$ac_try;;
12766 esac
12767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12768 $as_echo "$ac_try_echo") >&5
12769 (eval "$ac_link") 2>conftest.er1
12770 ac_status=$?
12771 grep -v '^ *+' conftest.er1 >conftest.err
12772 rm -f conftest.er1
12773 cat conftest.err >&5
12774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12775 (exit $ac_status); } && {
12776 test -z "$ac_c_werror_flag" ||
12777 test ! -s conftest.err
12778 } && test -s conftest$ac_exeext && {
12779 test "$cross_compiling" = yes ||
12780 $as_test_x conftest$ac_exeext
12781 }; then
12782 ac_cv_lib_xml2_xmlNewDocPI=yes
12783 else
12784 $as_echo "$as_me: failed program was:" >&5
12785 sed 's/^/| /' conftest.$ac_ext >&5
12787 ac_cv_lib_xml2_xmlNewDocPI=no
12790 rm -rf conftest.dSYM
12791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12792 conftest$ac_exeext conftest.$ac_ext
12793 LIBS=$ac_check_lib_save_LIBS
12795 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12796 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12797 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12799 cat >>confdefs.h <<\_ACEOF
12800 #define HAVE_XMLNEWDOCPI 1
12801 _ACEOF
12808 done
12810 CPPFLAGS="$ac_save_CPPFLAGS"
12812 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12813 case "x$with_xml" in
12814 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12815 xno) ;;
12816 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12817 This is an error since --with-xml was requested." >&5
12818 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12819 This is an error since --with-xml was requested." >&2;}
12820 { (exit 1); exit 1; }; } ;;
12821 esac
12825 if test "x$with_xslt" != "xno"
12826 then
12827 if test "$PKG_CONFIG" != "false"
12828 then
12829 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12830 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12831 else
12832 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12833 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12835 ac_save_CPPFLAGS="$CPPFLAGS"
12836 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12839 for ac_header in libxslt/pattern.h libxslt/transform.h
12841 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12842 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12843 $as_echo_n "checking for $ac_header... " >&6; }
12844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12845 $as_echo_n "(cached) " >&6
12846 else
12847 cat >conftest.$ac_ext <<_ACEOF
12848 /* confdefs.h. */
12849 _ACEOF
12850 cat confdefs.h >>conftest.$ac_ext
12851 cat >>conftest.$ac_ext <<_ACEOF
12852 /* end confdefs.h. */
12853 #ifdef HAVE_LIBXSLT_PATTERN_H
12854 # include <libxslt/pattern.h>
12855 #endif
12857 #include <$ac_header>
12858 _ACEOF
12859 rm -f conftest.$ac_objext
12860 if { (ac_try="$ac_compile"
12861 case "(($ac_try" in
12862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12863 *) ac_try_echo=$ac_try;;
12864 esac
12865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12866 $as_echo "$ac_try_echo") >&5
12867 (eval "$ac_compile") 2>conftest.er1
12868 ac_status=$?
12869 grep -v '^ *+' conftest.er1 >conftest.err
12870 rm -f conftest.er1
12871 cat conftest.err >&5
12872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873 (exit $ac_status); } && {
12874 test -z "$ac_c_werror_flag" ||
12875 test ! -s conftest.err
12876 } && test -s conftest.$ac_objext; then
12877 eval "$as_ac_Header=yes"
12878 else
12879 $as_echo "$as_me: failed program was:" >&5
12880 sed 's/^/| /' conftest.$ac_ext >&5
12882 eval "$as_ac_Header=no"
12885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12887 ac_res=`eval 'as_val=${'$as_ac_Header'}
12888 $as_echo "$as_val"'`
12889 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12890 $as_echo "$ac_res" >&6; }
12891 as_val=`eval 'as_val=${'$as_ac_Header'}
12892 $as_echo "$as_val"'`
12893 if test "x$as_val" = x""yes; then
12894 cat >>confdefs.h <<_ACEOF
12895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12896 _ACEOF
12900 done
12902 CPPFLAGS="$ac_save_CPPFLAGS"
12903 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12904 then
12905 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12906 $as_echo_n "checking for -lxslt... " >&6; }
12907 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12908 $as_echo_n "(cached) " >&6
12909 else
12910 ac_check_soname_save_LIBS=$LIBS
12911 LIBS="-lxslt $ac_xslt_libs $LIBS"
12912 cat >conftest.$ac_ext <<_ACEOF
12913 /* confdefs.h. */
12914 _ACEOF
12915 cat confdefs.h >>conftest.$ac_ext
12916 cat >>conftest.$ac_ext <<_ACEOF
12917 /* end confdefs.h. */
12919 /* Override any GCC internal prototype to avoid an error.
12920 Use char because int might match the return type of a GCC
12921 builtin and then its argument prototype would still apply. */
12922 #ifdef __cplusplus
12923 extern "C"
12924 #endif
12925 char xsltCompilePattern ();
12927 main ()
12929 return xsltCompilePattern ();
12931 return 0;
12933 _ACEOF
12934 rm -f conftest.$ac_objext conftest$ac_exeext
12935 if { (ac_try="$ac_link"
12936 case "(($ac_try" in
12937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12938 *) ac_try_echo=$ac_try;;
12939 esac
12940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12941 $as_echo "$ac_try_echo") >&5
12942 (eval "$ac_link") 2>conftest.er1
12943 ac_status=$?
12944 grep -v '^ *+' conftest.er1 >conftest.err
12945 rm -f conftest.er1
12946 cat conftest.err >&5
12947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); } && {
12949 test -z "$ac_c_werror_flag" ||
12950 test ! -s conftest.err
12951 } && test -s conftest$ac_exeext && {
12952 test "$cross_compiling" = yes ||
12953 $as_test_x conftest$ac_exeext
12954 }; then
12955 case "$LIBEXT" in
12956 dll) ;;
12957 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'` ;;
12958 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12959 esac
12960 else
12961 $as_echo "$as_me: failed program was:" >&5
12962 sed 's/^/| /' conftest.$ac_ext >&5
12967 rm -rf conftest.dSYM
12968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12969 conftest$ac_exeext conftest.$ac_ext
12970 LIBS=$ac_check_soname_save_LIBS
12972 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12973 { $as_echo "$as_me:$LINENO: result: not found" >&5
12974 $as_echo "not found" >&6; }
12976 else
12977 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12978 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12980 cat >>confdefs.h <<_ACEOF
12981 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12982 _ACEOF
12984 XSLTINCL="$ac_xslt_cflags"
12989 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12990 case "x$with_xslt" in
12991 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12992 xno) ;;
12993 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12994 This is an error since --with-xslt was requested." >&5
12995 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12996 This is an error since --with-xslt was requested." >&2;}
12997 { (exit 1); exit 1; }; } ;;
12998 esac
13002 HALINCL=""
13004 if test "x$with_hal" != "xno"
13005 then
13006 ac_save_CPPFLAGS="$CPPFLAGS"
13007 if test "$PKG_CONFIG" != "false"
13008 then
13009 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13010 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13011 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13015 for ac_header in dbus/dbus.h hal/libhal.h
13017 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13018 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13019 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13020 $as_echo_n "checking for $ac_header... " >&6; }
13021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13022 $as_echo_n "(cached) " >&6
13024 ac_res=`eval 'as_val=${'$as_ac_Header'}
13025 $as_echo "$as_val"'`
13026 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13027 $as_echo "$ac_res" >&6; }
13028 else
13029 # Is the header compilable?
13030 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13031 $as_echo_n "checking $ac_header usability... " >&6; }
13032 cat >conftest.$ac_ext <<_ACEOF
13033 /* confdefs.h. */
13034 _ACEOF
13035 cat confdefs.h >>conftest.$ac_ext
13036 cat >>conftest.$ac_ext <<_ACEOF
13037 /* end confdefs.h. */
13038 $ac_includes_default
13039 #include <$ac_header>
13040 _ACEOF
13041 rm -f conftest.$ac_objext
13042 if { (ac_try="$ac_compile"
13043 case "(($ac_try" in
13044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13045 *) ac_try_echo=$ac_try;;
13046 esac
13047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13048 $as_echo "$ac_try_echo") >&5
13049 (eval "$ac_compile") 2>conftest.er1
13050 ac_status=$?
13051 grep -v '^ *+' conftest.er1 >conftest.err
13052 rm -f conftest.er1
13053 cat conftest.err >&5
13054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13055 (exit $ac_status); } && {
13056 test -z "$ac_c_werror_flag" ||
13057 test ! -s conftest.err
13058 } && test -s conftest.$ac_objext; then
13059 ac_header_compiler=yes
13060 else
13061 $as_echo "$as_me: failed program was:" >&5
13062 sed 's/^/| /' conftest.$ac_ext >&5
13064 ac_header_compiler=no
13067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13068 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13069 $as_echo "$ac_header_compiler" >&6; }
13071 # Is the header present?
13072 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13073 $as_echo_n "checking $ac_header presence... " >&6; }
13074 cat >conftest.$ac_ext <<_ACEOF
13075 /* confdefs.h. */
13076 _ACEOF
13077 cat confdefs.h >>conftest.$ac_ext
13078 cat >>conftest.$ac_ext <<_ACEOF
13079 /* end confdefs.h. */
13080 #include <$ac_header>
13081 _ACEOF
13082 if { (ac_try="$ac_cpp conftest.$ac_ext"
13083 case "(($ac_try" in
13084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13085 *) ac_try_echo=$ac_try;;
13086 esac
13087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13088 $as_echo "$ac_try_echo") >&5
13089 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13090 ac_status=$?
13091 grep -v '^ *+' conftest.er1 >conftest.err
13092 rm -f conftest.er1
13093 cat conftest.err >&5
13094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13095 (exit $ac_status); } >/dev/null && {
13096 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13097 test ! -s conftest.err
13098 }; then
13099 ac_header_preproc=yes
13100 else
13101 $as_echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13104 ac_header_preproc=no
13107 rm -f conftest.err conftest.$ac_ext
13108 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13109 $as_echo "$ac_header_preproc" >&6; }
13111 # So? What about this header?
13112 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13113 yes:no: )
13114 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13115 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13116 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13117 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13118 ac_header_preproc=yes
13120 no:yes:* )
13121 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13122 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13123 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13124 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13125 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13126 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13128 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13132 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13133 ( cat <<\_ASBOX
13134 ## ------------------------------------ ##
13135 ## Report this to wine-devel@winehq.org ##
13136 ## ------------------------------------ ##
13137 _ASBOX
13138 ) | sed "s/^/$as_me: WARNING: /" >&2
13140 esac
13141 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13142 $as_echo_n "checking for $ac_header... " >&6; }
13143 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13144 $as_echo_n "(cached) " >&6
13145 else
13146 eval "$as_ac_Header=\$ac_header_preproc"
13148 ac_res=`eval 'as_val=${'$as_ac_Header'}
13149 $as_echo "$as_val"'`
13150 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13151 $as_echo "$ac_res" >&6; }
13154 as_val=`eval 'as_val=${'$as_ac_Header'}
13155 $as_echo "$as_val"'`
13156 if test "x$as_val" = x""yes; then
13157 cat >>confdefs.h <<_ACEOF
13158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13159 _ACEOF
13163 done
13165 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13166 then
13167 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13168 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13169 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13170 $as_echo_n "(cached) " >&6
13171 else
13172 ac_check_lib_save_LIBS=$LIBS
13173 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13174 cat >conftest.$ac_ext <<_ACEOF
13175 /* confdefs.h. */
13176 _ACEOF
13177 cat confdefs.h >>conftest.$ac_ext
13178 cat >>conftest.$ac_ext <<_ACEOF
13179 /* end confdefs.h. */
13181 /* Override any GCC internal prototype to avoid an error.
13182 Use char because int might match the return type of a GCC
13183 builtin and then its argument prototype would still apply. */
13184 #ifdef __cplusplus
13185 extern "C"
13186 #endif
13187 char dbus_connection_close ();
13189 main ()
13191 return dbus_connection_close ();
13193 return 0;
13195 _ACEOF
13196 rm -f conftest.$ac_objext conftest$ac_exeext
13197 if { (ac_try="$ac_link"
13198 case "(($ac_try" in
13199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13200 *) ac_try_echo=$ac_try;;
13201 esac
13202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13203 $as_echo "$ac_try_echo") >&5
13204 (eval "$ac_link") 2>conftest.er1
13205 ac_status=$?
13206 grep -v '^ *+' conftest.er1 >conftest.err
13207 rm -f conftest.er1
13208 cat conftest.err >&5
13209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13210 (exit $ac_status); } && {
13211 test -z "$ac_c_werror_flag" ||
13212 test ! -s conftest.err
13213 } && test -s conftest$ac_exeext && {
13214 test "$cross_compiling" = yes ||
13215 $as_test_x conftest$ac_exeext
13216 }; then
13217 ac_cv_lib_dbus_1_dbus_connection_close=yes
13218 else
13219 $as_echo "$as_me: failed program was:" >&5
13220 sed 's/^/| /' conftest.$ac_ext >&5
13222 ac_cv_lib_dbus_1_dbus_connection_close=no
13225 rm -rf conftest.dSYM
13226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13227 conftest$ac_exeext conftest.$ac_ext
13228 LIBS=$ac_check_lib_save_LIBS
13230 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13231 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13232 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13233 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13234 $as_echo_n "checking for -lhal... " >&6; }
13235 if test "${ac_cv_lib_soname_hal+set}" = set; then
13236 $as_echo_n "(cached) " >&6
13237 else
13238 ac_check_soname_save_LIBS=$LIBS
13239 LIBS="-lhal $ac_hal_libs $LIBS"
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13247 /* Override any GCC internal prototype to avoid an error.
13248 Use char because int might match the return type of a GCC
13249 builtin and then its argument prototype would still apply. */
13250 #ifdef __cplusplus
13251 extern "C"
13252 #endif
13253 char libhal_ctx_new ();
13255 main ()
13257 return libhal_ctx_new ();
13259 return 0;
13261 _ACEOF
13262 rm -f conftest.$ac_objext conftest$ac_exeext
13263 if { (ac_try="$ac_link"
13264 case "(($ac_try" in
13265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13266 *) ac_try_echo=$ac_try;;
13267 esac
13268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13269 $as_echo "$ac_try_echo") >&5
13270 (eval "$ac_link") 2>conftest.er1
13271 ac_status=$?
13272 grep -v '^ *+' conftest.er1 >conftest.err
13273 rm -f conftest.er1
13274 cat conftest.err >&5
13275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); } && {
13277 test -z "$ac_c_werror_flag" ||
13278 test ! -s conftest.err
13279 } && test -s conftest$ac_exeext && {
13280 test "$cross_compiling" = yes ||
13281 $as_test_x conftest$ac_exeext
13282 }; then
13283 case "$LIBEXT" in
13284 dll) ;;
13285 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'` ;;
13286 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13287 esac
13288 else
13289 $as_echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.$ac_ext >&5
13295 rm -rf conftest.dSYM
13296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13297 conftest$ac_exeext conftest.$ac_ext
13298 LIBS=$ac_check_soname_save_LIBS
13300 if test "x$ac_cv_lib_soname_hal" = "x"; then
13301 { $as_echo "$as_me:$LINENO: result: not found" >&5
13302 $as_echo "not found" >&6; }
13304 else
13305 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13306 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13308 cat >>confdefs.h <<_ACEOF
13309 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13310 _ACEOF
13312 HALINCL="$ac_hal_cflags"
13318 CPPFLAGS="$ac_save_CPPFLAGS"
13320 if test "x$ac_cv_lib_soname_hal" = "x"; then
13321 case "x$with_hal" in
13322 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13323 xno) ;;
13324 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13325 This is an error since --with-hal was requested." >&5
13326 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13327 This is an error since --with-hal was requested." >&2;}
13328 { (exit 1); exit 1; }; } ;;
13329 esac
13333 if test "x$with_gnutls" != "xno"
13334 then
13335 ac_save_CPPFLAGS="$CPPFLAGS"
13336 if test "$PKG_CONFIG" != "false"
13337 then
13338 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13339 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13340 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13342 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13343 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13344 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13345 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13346 $as_echo_n "(cached) " >&6
13348 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13349 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13350 else
13351 # Is the header compilable?
13352 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13353 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13354 cat >conftest.$ac_ext <<_ACEOF
13355 /* confdefs.h. */
13356 _ACEOF
13357 cat confdefs.h >>conftest.$ac_ext
13358 cat >>conftest.$ac_ext <<_ACEOF
13359 /* end confdefs.h. */
13360 $ac_includes_default
13361 #include <gnutls/gnutls.h>
13362 _ACEOF
13363 rm -f conftest.$ac_objext
13364 if { (ac_try="$ac_compile"
13365 case "(($ac_try" in
13366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13367 *) ac_try_echo=$ac_try;;
13368 esac
13369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13370 $as_echo "$ac_try_echo") >&5
13371 (eval "$ac_compile") 2>conftest.er1
13372 ac_status=$?
13373 grep -v '^ *+' conftest.er1 >conftest.err
13374 rm -f conftest.er1
13375 cat conftest.err >&5
13376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13377 (exit $ac_status); } && {
13378 test -z "$ac_c_werror_flag" ||
13379 test ! -s conftest.err
13380 } && test -s conftest.$ac_objext; then
13381 ac_header_compiler=yes
13382 else
13383 $as_echo "$as_me: failed program was:" >&5
13384 sed 's/^/| /' conftest.$ac_ext >&5
13386 ac_header_compiler=no
13389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13390 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13391 $as_echo "$ac_header_compiler" >&6; }
13393 # Is the header present?
13394 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13395 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13396 cat >conftest.$ac_ext <<_ACEOF
13397 /* confdefs.h. */
13398 _ACEOF
13399 cat confdefs.h >>conftest.$ac_ext
13400 cat >>conftest.$ac_ext <<_ACEOF
13401 /* end confdefs.h. */
13402 #include <gnutls/gnutls.h>
13403 _ACEOF
13404 if { (ac_try="$ac_cpp conftest.$ac_ext"
13405 case "(($ac_try" in
13406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13407 *) ac_try_echo=$ac_try;;
13408 esac
13409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13410 $as_echo "$ac_try_echo") >&5
13411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13412 ac_status=$?
13413 grep -v '^ *+' conftest.er1 >conftest.err
13414 rm -f conftest.er1
13415 cat conftest.err >&5
13416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } >/dev/null && {
13418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13419 test ! -s conftest.err
13420 }; then
13421 ac_header_preproc=yes
13422 else
13423 $as_echo "$as_me: failed program was:" >&5
13424 sed 's/^/| /' conftest.$ac_ext >&5
13426 ac_header_preproc=no
13429 rm -f conftest.err conftest.$ac_ext
13430 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13431 $as_echo "$ac_header_preproc" >&6; }
13433 # So? What about this header?
13434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13435 yes:no: )
13436 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13437 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13438 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13439 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13440 ac_header_preproc=yes
13442 no:yes:* )
13443 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13444 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13445 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13446 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13447 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13448 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13449 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13450 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13451 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13452 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13453 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13454 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13455 ( cat <<\_ASBOX
13456 ## ------------------------------------ ##
13457 ## Report this to wine-devel@winehq.org ##
13458 ## ------------------------------------ ##
13459 _ASBOX
13460 ) | sed "s/^/$as_me: WARNING: /" >&2
13462 esac
13463 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13464 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13465 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13466 $as_echo_n "(cached) " >&6
13467 else
13468 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13470 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13471 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13474 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13475 cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h. */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13481 #include <gnutls/gnutls.h>
13483 main ()
13485 typeof(gnutls_mac_get_key_size) *pfunc;
13487 return 0;
13489 _ACEOF
13490 rm -f conftest.$ac_objext
13491 if { (ac_try="$ac_compile"
13492 case "(($ac_try" in
13493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13494 *) ac_try_echo=$ac_try;;
13495 esac
13496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13497 $as_echo "$ac_try_echo") >&5
13498 (eval "$ac_compile") 2>conftest.er1
13499 ac_status=$?
13500 grep -v '^ *+' conftest.er1 >conftest.err
13501 rm -f conftest.er1
13502 cat conftest.err >&5
13503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13504 (exit $ac_status); } && {
13505 test -z "$ac_c_werror_flag" ||
13506 test ! -s conftest.err
13507 } && test -s conftest.$ac_objext; then
13508 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13509 $as_echo_n "checking for -lgnutls... " >&6; }
13510 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13511 $as_echo_n "(cached) " >&6
13512 else
13513 ac_check_soname_save_LIBS=$LIBS
13514 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13515 cat >conftest.$ac_ext <<_ACEOF
13516 /* confdefs.h. */
13517 _ACEOF
13518 cat confdefs.h >>conftest.$ac_ext
13519 cat >>conftest.$ac_ext <<_ACEOF
13520 /* end confdefs.h. */
13522 /* Override any GCC internal prototype to avoid an error.
13523 Use char because int might match the return type of a GCC
13524 builtin and then its argument prototype would still apply. */
13525 #ifdef __cplusplus
13526 extern "C"
13527 #endif
13528 char gnutls_global_init ();
13530 main ()
13532 return gnutls_global_init ();
13534 return 0;
13536 _ACEOF
13537 rm -f conftest.$ac_objext conftest$ac_exeext
13538 if { (ac_try="$ac_link"
13539 case "(($ac_try" in
13540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13541 *) ac_try_echo=$ac_try;;
13542 esac
13543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13544 $as_echo "$ac_try_echo") >&5
13545 (eval "$ac_link") 2>conftest.er1
13546 ac_status=$?
13547 grep -v '^ *+' conftest.er1 >conftest.err
13548 rm -f conftest.er1
13549 cat conftest.err >&5
13550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13551 (exit $ac_status); } && {
13552 test -z "$ac_c_werror_flag" ||
13553 test ! -s conftest.err
13554 } && test -s conftest$ac_exeext && {
13555 test "$cross_compiling" = yes ||
13556 $as_test_x conftest$ac_exeext
13557 }; then
13558 case "$LIBEXT" in
13559 dll) ;;
13560 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'` ;;
13561 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13562 esac
13563 else
13564 $as_echo "$as_me: failed program was:" >&5
13565 sed 's/^/| /' conftest.$ac_ext >&5
13570 rm -rf conftest.dSYM
13571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13572 conftest$ac_exeext conftest.$ac_ext
13573 LIBS=$ac_check_soname_save_LIBS
13575 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13576 { $as_echo "$as_me:$LINENO: result: not found" >&5
13577 $as_echo "not found" >&6; }
13579 else
13580 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13581 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13583 cat >>confdefs.h <<_ACEOF
13584 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13585 _ACEOF
13587 GNUTLSINCL="$ac_gnutls_cflags"
13591 else
13592 $as_echo "$as_me: failed program was:" >&5
13593 sed 's/^/| /' conftest.$ac_ext >&5
13598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13602 CPPFLAGS="$ac_save_CPPFLAGS"
13604 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13605 case "x$with_gnutls" in
13606 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13607 xno) ;;
13608 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13609 This is an error since --with-gnutls was requested." >&5
13610 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13611 This is an error since --with-gnutls was requested." >&2;}
13612 { (exit 1); exit 1; }; } ;;
13613 esac
13617 CURSESLIBS=""
13618 if test "$ac_cv_header_ncurses_h" = "yes"
13619 then
13620 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13621 $as_echo_n "checking for -lncurses... " >&6; }
13622 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13623 $as_echo_n "(cached) " >&6
13624 else
13625 ac_check_soname_save_LIBS=$LIBS
13626 LIBS="-lncurses $LIBS"
13627 cat >conftest.$ac_ext <<_ACEOF
13628 /* confdefs.h. */
13629 _ACEOF
13630 cat confdefs.h >>conftest.$ac_ext
13631 cat >>conftest.$ac_ext <<_ACEOF
13632 /* end confdefs.h. */
13634 /* Override any GCC internal prototype to avoid an error.
13635 Use char because int might match the return type of a GCC
13636 builtin and then its argument prototype would still apply. */
13637 #ifdef __cplusplus
13638 extern "C"
13639 #endif
13640 char waddch ();
13642 main ()
13644 return waddch ();
13646 return 0;
13648 _ACEOF
13649 rm -f conftest.$ac_objext conftest$ac_exeext
13650 if { (ac_try="$ac_link"
13651 case "(($ac_try" in
13652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13653 *) ac_try_echo=$ac_try;;
13654 esac
13655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13656 $as_echo "$ac_try_echo") >&5
13657 (eval "$ac_link") 2>conftest.er1
13658 ac_status=$?
13659 grep -v '^ *+' conftest.er1 >conftest.err
13660 rm -f conftest.er1
13661 cat conftest.err >&5
13662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13663 (exit $ac_status); } && {
13664 test -z "$ac_c_werror_flag" ||
13665 test ! -s conftest.err
13666 } && test -s conftest$ac_exeext && {
13667 test "$cross_compiling" = yes ||
13668 $as_test_x conftest$ac_exeext
13669 }; then
13670 case "$LIBEXT" in
13671 dll) ;;
13672 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'` ;;
13673 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13674 esac
13675 else
13676 $as_echo "$as_me: failed program was:" >&5
13677 sed 's/^/| /' conftest.$ac_ext >&5
13682 rm -rf conftest.dSYM
13683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13684 conftest$ac_exeext conftest.$ac_ext
13685 LIBS=$ac_check_soname_save_LIBS
13687 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13688 { $as_echo "$as_me:$LINENO: result: not found" >&5
13689 $as_echo "not found" >&6; }
13691 else
13692 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13693 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13695 cat >>confdefs.h <<_ACEOF
13696 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13697 _ACEOF
13699 CURSESLIBS="-lncurses"
13702 elif test "$ac_cv_header_curses_h" = "yes"
13703 then
13704 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13705 $as_echo_n "checking for -lcurses... " >&6; }
13706 if test "${ac_cv_lib_soname_curses+set}" = set; then
13707 $as_echo_n "(cached) " >&6
13708 else
13709 ac_check_soname_save_LIBS=$LIBS
13710 LIBS="-lcurses $LIBS"
13711 cat >conftest.$ac_ext <<_ACEOF
13712 /* confdefs.h. */
13713 _ACEOF
13714 cat confdefs.h >>conftest.$ac_ext
13715 cat >>conftest.$ac_ext <<_ACEOF
13716 /* end confdefs.h. */
13718 /* Override any GCC internal prototype to avoid an error.
13719 Use char because int might match the return type of a GCC
13720 builtin and then its argument prototype would still apply. */
13721 #ifdef __cplusplus
13722 extern "C"
13723 #endif
13724 char waddch ();
13726 main ()
13728 return waddch ();
13730 return 0;
13732 _ACEOF
13733 rm -f conftest.$ac_objext conftest$ac_exeext
13734 if { (ac_try="$ac_link"
13735 case "(($ac_try" in
13736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13737 *) ac_try_echo=$ac_try;;
13738 esac
13739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13740 $as_echo "$ac_try_echo") >&5
13741 (eval "$ac_link") 2>conftest.er1
13742 ac_status=$?
13743 grep -v '^ *+' conftest.er1 >conftest.err
13744 rm -f conftest.er1
13745 cat conftest.err >&5
13746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13747 (exit $ac_status); } && {
13748 test -z "$ac_c_werror_flag" ||
13749 test ! -s conftest.err
13750 } && test -s conftest$ac_exeext && {
13751 test "$cross_compiling" = yes ||
13752 $as_test_x conftest$ac_exeext
13753 }; then
13754 case "$LIBEXT" in
13755 dll) ;;
13756 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'` ;;
13757 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13758 esac
13759 else
13760 $as_echo "$as_me: failed program was:" >&5
13761 sed 's/^/| /' conftest.$ac_ext >&5
13766 rm -rf conftest.dSYM
13767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13768 conftest$ac_exeext conftest.$ac_ext
13769 LIBS=$ac_check_soname_save_LIBS
13771 if test "x$ac_cv_lib_soname_curses" = "x"; then
13772 { $as_echo "$as_me:$LINENO: result: not found" >&5
13773 $as_echo "not found" >&6; }
13775 else
13776 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13777 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13779 cat >>confdefs.h <<_ACEOF
13780 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13781 _ACEOF
13783 CURSESLIBS="-lcurses"
13787 ac_save_LIBS="$LIBS"
13788 LIBS="$LIBS $CURSESLIBS"
13790 for ac_func in mousemask
13792 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13793 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13794 $as_echo_n "checking for $ac_func... " >&6; }
13795 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13796 $as_echo_n "(cached) " >&6
13797 else
13798 cat >conftest.$ac_ext <<_ACEOF
13799 /* confdefs.h. */
13800 _ACEOF
13801 cat confdefs.h >>conftest.$ac_ext
13802 cat >>conftest.$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13804 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13806 #define $ac_func innocuous_$ac_func
13808 /* System header to define __stub macros and hopefully few prototypes,
13809 which can conflict with char $ac_func (); below.
13810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13811 <limits.h> exists even on freestanding compilers. */
13813 #ifdef __STDC__
13814 # include <limits.h>
13815 #else
13816 # include <assert.h>
13817 #endif
13819 #undef $ac_func
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char $ac_func ();
13828 /* The GNU C library defines this for functions which it implements
13829 to always fail with ENOSYS. Some functions are actually named
13830 something starting with __ and the normal name is an alias. */
13831 #if defined __stub_$ac_func || defined __stub___$ac_func
13832 choke me
13833 #endif
13836 main ()
13838 return $ac_func ();
13840 return 0;
13842 _ACEOF
13843 rm -f conftest.$ac_objext conftest$ac_exeext
13844 if { (ac_try="$ac_link"
13845 case "(($ac_try" in
13846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13847 *) ac_try_echo=$ac_try;;
13848 esac
13849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13850 $as_echo "$ac_try_echo") >&5
13851 (eval "$ac_link") 2>conftest.er1
13852 ac_status=$?
13853 grep -v '^ *+' conftest.er1 >conftest.err
13854 rm -f conftest.er1
13855 cat conftest.err >&5
13856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13857 (exit $ac_status); } && {
13858 test -z "$ac_c_werror_flag" ||
13859 test ! -s conftest.err
13860 } && test -s conftest$ac_exeext && {
13861 test "$cross_compiling" = yes ||
13862 $as_test_x conftest$ac_exeext
13863 }; then
13864 eval "$as_ac_var=yes"
13865 else
13866 $as_echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13869 eval "$as_ac_var=no"
13872 rm -rf conftest.dSYM
13873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13874 conftest$ac_exeext conftest.$ac_ext
13876 ac_res=`eval 'as_val=${'$as_ac_var'}
13877 $as_echo "$as_val"'`
13878 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13879 $as_echo "$ac_res" >&6; }
13880 as_val=`eval 'as_val=${'$as_ac_var'}
13881 $as_echo "$as_val"'`
13882 if test "x$as_val" = x""yes; then
13883 cat >>confdefs.h <<_ACEOF
13884 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13885 _ACEOF
13888 done
13890 LIBS="$ac_save_LIBS"
13891 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13892 case "x$with_curses" in
13893 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13894 xno) ;;
13895 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13896 This is an error since --with-curses was requested." >&5
13897 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13898 This is an error since --with-curses was requested." >&2;}
13899 { (exit 1); exit 1; }; } ;;
13900 esac
13904 if test "x$with_sane" != "xno"
13905 then
13906 ac_save_CPPFLAGS="$CPPFLAGS"
13907 # Extract the first word of "sane-config", so it can be a program name with args.
13908 set dummy sane-config; ac_word=$2
13909 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13910 $as_echo_n "checking for $ac_word... " >&6; }
13911 if test "${ac_cv_prog_sane_devel+set}" = set; then
13912 $as_echo_n "(cached) " >&6
13913 else
13914 if test -n "$sane_devel"; then
13915 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13916 else
13917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13918 for as_dir in $PATH
13920 IFS=$as_save_IFS
13921 test -z "$as_dir" && as_dir=.
13922 for ac_exec_ext in '' $ac_executable_extensions; do
13923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13924 ac_cv_prog_sane_devel="sane-config"
13925 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13926 break 2
13928 done
13929 done
13930 IFS=$as_save_IFS
13932 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13935 sane_devel=$ac_cv_prog_sane_devel
13936 if test -n "$sane_devel"; then
13937 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13938 $as_echo "$sane_devel" >&6; }
13939 else
13940 { $as_echo "$as_me:$LINENO: result: no" >&5
13941 $as_echo "no" >&6; }
13945 if test "$sane_devel" != "no"
13946 then
13947 ac_sane_incl="`$sane_devel --cflags`"
13948 ac_sane_libs="`$sane_devel --ldflags`"
13949 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13951 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13952 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13953 $as_echo_n "checking for sane/sane.h... " >&6; }
13954 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13955 $as_echo_n "(cached) " >&6
13957 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13958 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13959 else
13960 # Is the header compilable?
13961 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13962 $as_echo_n "checking sane/sane.h usability... " >&6; }
13963 cat >conftest.$ac_ext <<_ACEOF
13964 /* confdefs.h. */
13965 _ACEOF
13966 cat confdefs.h >>conftest.$ac_ext
13967 cat >>conftest.$ac_ext <<_ACEOF
13968 /* end confdefs.h. */
13969 $ac_includes_default
13970 #include <sane/sane.h>
13971 _ACEOF
13972 rm -f conftest.$ac_objext
13973 if { (ac_try="$ac_compile"
13974 case "(($ac_try" in
13975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13976 *) ac_try_echo=$ac_try;;
13977 esac
13978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13979 $as_echo "$ac_try_echo") >&5
13980 (eval "$ac_compile") 2>conftest.er1
13981 ac_status=$?
13982 grep -v '^ *+' conftest.er1 >conftest.err
13983 rm -f conftest.er1
13984 cat conftest.err >&5
13985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13986 (exit $ac_status); } && {
13987 test -z "$ac_c_werror_flag" ||
13988 test ! -s conftest.err
13989 } && test -s conftest.$ac_objext; then
13990 ac_header_compiler=yes
13991 else
13992 $as_echo "$as_me: failed program was:" >&5
13993 sed 's/^/| /' conftest.$ac_ext >&5
13995 ac_header_compiler=no
13998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13999 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14000 $as_echo "$ac_header_compiler" >&6; }
14002 # Is the header present?
14003 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14004 $as_echo_n "checking sane/sane.h presence... " >&6; }
14005 cat >conftest.$ac_ext <<_ACEOF
14006 /* confdefs.h. */
14007 _ACEOF
14008 cat confdefs.h >>conftest.$ac_ext
14009 cat >>conftest.$ac_ext <<_ACEOF
14010 /* end confdefs.h. */
14011 #include <sane/sane.h>
14012 _ACEOF
14013 if { (ac_try="$ac_cpp conftest.$ac_ext"
14014 case "(($ac_try" in
14015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14016 *) ac_try_echo=$ac_try;;
14017 esac
14018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14019 $as_echo "$ac_try_echo") >&5
14020 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14021 ac_status=$?
14022 grep -v '^ *+' conftest.er1 >conftest.err
14023 rm -f conftest.er1
14024 cat conftest.err >&5
14025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14026 (exit $ac_status); } >/dev/null && {
14027 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14028 test ! -s conftest.err
14029 }; then
14030 ac_header_preproc=yes
14031 else
14032 $as_echo "$as_me: failed program was:" >&5
14033 sed 's/^/| /' conftest.$ac_ext >&5
14035 ac_header_preproc=no
14038 rm -f conftest.err conftest.$ac_ext
14039 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14040 $as_echo "$ac_header_preproc" >&6; }
14042 # So? What about this header?
14043 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14044 yes:no: )
14045 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14046 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14047 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14048 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14049 ac_header_preproc=yes
14051 no:yes:* )
14052 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14053 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14054 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14055 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14056 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14057 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14058 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14059 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14060 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14061 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14062 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14063 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14064 ( cat <<\_ASBOX
14065 ## ------------------------------------ ##
14066 ## Report this to wine-devel@winehq.org ##
14067 ## ------------------------------------ ##
14068 _ASBOX
14069 ) | sed "s/^/$as_me: WARNING: /" >&2
14071 esac
14072 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14073 $as_echo_n "checking for sane/sane.h... " >&6; }
14074 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14075 $as_echo_n "(cached) " >&6
14076 else
14077 ac_cv_header_sane_sane_h=$ac_header_preproc
14079 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14080 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14083 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14084 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14085 $as_echo_n "checking for -lsane... " >&6; }
14086 if test "${ac_cv_lib_soname_sane+set}" = set; then
14087 $as_echo_n "(cached) " >&6
14088 else
14089 ac_check_soname_save_LIBS=$LIBS
14090 LIBS="-lsane $ac_sane_libs $LIBS"
14091 cat >conftest.$ac_ext <<_ACEOF
14092 /* confdefs.h. */
14093 _ACEOF
14094 cat confdefs.h >>conftest.$ac_ext
14095 cat >>conftest.$ac_ext <<_ACEOF
14096 /* end confdefs.h. */
14098 /* Override any GCC internal prototype to avoid an error.
14099 Use char because int might match the return type of a GCC
14100 builtin and then its argument prototype would still apply. */
14101 #ifdef __cplusplus
14102 extern "C"
14103 #endif
14104 char sane_init ();
14106 main ()
14108 return sane_init ();
14110 return 0;
14112 _ACEOF
14113 rm -f conftest.$ac_objext conftest$ac_exeext
14114 if { (ac_try="$ac_link"
14115 case "(($ac_try" in
14116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14117 *) ac_try_echo=$ac_try;;
14118 esac
14119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14120 $as_echo "$ac_try_echo") >&5
14121 (eval "$ac_link") 2>conftest.er1
14122 ac_status=$?
14123 grep -v '^ *+' conftest.er1 >conftest.err
14124 rm -f conftest.er1
14125 cat conftest.err >&5
14126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14127 (exit $ac_status); } && {
14128 test -z "$ac_c_werror_flag" ||
14129 test ! -s conftest.err
14130 } && test -s conftest$ac_exeext && {
14131 test "$cross_compiling" = yes ||
14132 $as_test_x conftest$ac_exeext
14133 }; then
14134 case "$LIBEXT" in
14135 dll) ;;
14136 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'` ;;
14137 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14138 esac
14139 else
14140 $as_echo "$as_me: failed program was:" >&5
14141 sed 's/^/| /' conftest.$ac_ext >&5
14146 rm -rf conftest.dSYM
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148 conftest$ac_exeext conftest.$ac_ext
14149 LIBS=$ac_check_soname_save_LIBS
14151 if test "x$ac_cv_lib_soname_sane" = "x"; then
14152 { $as_echo "$as_me:$LINENO: result: not found" >&5
14153 $as_echo "not found" >&6; }
14155 else
14156 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14157 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14159 cat >>confdefs.h <<_ACEOF
14160 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14161 _ACEOF
14163 SANEINCL="$ac_sane_incl"
14170 CPPFLAGS="$ac_save_CPPFLAGS"
14172 if test "x$ac_cv_lib_soname_sane" = "x"; then
14173 case "x$with_sane" in
14174 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14175 xno) ;;
14176 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14177 This is an error since --with-sane was requested." >&5
14178 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14179 This is an error since --with-sane was requested." >&2;}
14180 { (exit 1); exit 1; }; } ;;
14181 esac
14185 if test "x$with_gphoto" != "xno"
14186 then
14187 ac_save_CPPFLAGS="$CPPFLAGS"
14188 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14189 set dummy gphoto2-config; ac_word=$2
14190 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14191 $as_echo_n "checking for $ac_word... " >&6; }
14192 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14193 $as_echo_n "(cached) " >&6
14194 else
14195 if test -n "$gphoto2_devel"; then
14196 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14197 else
14198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14199 for as_dir in $PATH
14201 IFS=$as_save_IFS
14202 test -z "$as_dir" && as_dir=.
14203 for ac_exec_ext in '' $ac_executable_extensions; do
14204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14205 ac_cv_prog_gphoto2_devel="gphoto2-config"
14206 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14207 break 2
14209 done
14210 done
14211 IFS=$as_save_IFS
14213 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14216 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14217 if test -n "$gphoto2_devel"; then
14218 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14219 $as_echo "$gphoto2_devel" >&6; }
14220 else
14221 { $as_echo "$as_me:$LINENO: result: no" >&5
14222 $as_echo "no" >&6; }
14226 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14227 set dummy gphoto2-port-config; ac_word=$2
14228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14229 $as_echo_n "checking for $ac_word... " >&6; }
14230 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14231 $as_echo_n "(cached) " >&6
14232 else
14233 if test -n "$gphoto2port_devel"; then
14234 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14235 else
14236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14237 for as_dir in $PATH
14239 IFS=$as_save_IFS
14240 test -z "$as_dir" && as_dir=.
14241 for ac_exec_ext in '' $ac_executable_extensions; do
14242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14243 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14244 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14245 break 2
14247 done
14248 done
14249 IFS=$as_save_IFS
14251 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14254 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14255 if test -n "$gphoto2port_devel"; then
14256 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14257 $as_echo "$gphoto2port_devel" >&6; }
14258 else
14259 { $as_echo "$as_me:$LINENO: result: no" >&5
14260 $as_echo "no" >&6; }
14264 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14265 then
14266 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14267 ac_gphoto2_libs=""
14268 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14270 case "$i" in
14271 -L/usr/lib|-L/usr/lib64) ;;
14272 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14273 esac
14274 done
14275 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14277 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14278 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14279 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14280 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14281 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14282 $as_echo_n "(cached) " >&6
14284 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14285 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14286 else
14287 # Is the header compilable?
14288 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14289 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14290 cat >conftest.$ac_ext <<_ACEOF
14291 /* confdefs.h. */
14292 _ACEOF
14293 cat confdefs.h >>conftest.$ac_ext
14294 cat >>conftest.$ac_ext <<_ACEOF
14295 /* end confdefs.h. */
14296 $ac_includes_default
14297 #include <gphoto2-camera.h>
14298 _ACEOF
14299 rm -f conftest.$ac_objext
14300 if { (ac_try="$ac_compile"
14301 case "(($ac_try" in
14302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303 *) ac_try_echo=$ac_try;;
14304 esac
14305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14306 $as_echo "$ac_try_echo") >&5
14307 (eval "$ac_compile") 2>conftest.er1
14308 ac_status=$?
14309 grep -v '^ *+' conftest.er1 >conftest.err
14310 rm -f conftest.er1
14311 cat conftest.err >&5
14312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313 (exit $ac_status); } && {
14314 test -z "$ac_c_werror_flag" ||
14315 test ! -s conftest.err
14316 } && test -s conftest.$ac_objext; then
14317 ac_header_compiler=yes
14318 else
14319 $as_echo "$as_me: failed program was:" >&5
14320 sed 's/^/| /' conftest.$ac_ext >&5
14322 ac_header_compiler=no
14325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14326 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14327 $as_echo "$ac_header_compiler" >&6; }
14329 # Is the header present?
14330 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14331 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14332 cat >conftest.$ac_ext <<_ACEOF
14333 /* confdefs.h. */
14334 _ACEOF
14335 cat confdefs.h >>conftest.$ac_ext
14336 cat >>conftest.$ac_ext <<_ACEOF
14337 /* end confdefs.h. */
14338 #include <gphoto2-camera.h>
14339 _ACEOF
14340 if { (ac_try="$ac_cpp conftest.$ac_ext"
14341 case "(($ac_try" in
14342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14343 *) ac_try_echo=$ac_try;;
14344 esac
14345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14346 $as_echo "$ac_try_echo") >&5
14347 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14348 ac_status=$?
14349 grep -v '^ *+' conftest.er1 >conftest.err
14350 rm -f conftest.er1
14351 cat conftest.err >&5
14352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14353 (exit $ac_status); } >/dev/null && {
14354 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14355 test ! -s conftest.err
14356 }; then
14357 ac_header_preproc=yes
14358 else
14359 $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_header_preproc=no
14365 rm -f conftest.err conftest.$ac_ext
14366 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14367 $as_echo "$ac_header_preproc" >&6; }
14369 # So? What about this header?
14370 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14371 yes:no: )
14372 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14373 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14374 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14375 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14376 ac_header_preproc=yes
14378 no:yes:* )
14379 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14380 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14381 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14382 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14383 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14384 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14385 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14386 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14387 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14388 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14389 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14390 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14391 ( cat <<\_ASBOX
14392 ## ------------------------------------ ##
14393 ## Report this to wine-devel@winehq.org ##
14394 ## ------------------------------------ ##
14395 _ASBOX
14396 ) | sed "s/^/$as_me: WARNING: /" >&2
14398 esac
14399 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14400 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14401 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14402 $as_echo_n "(cached) " >&6
14403 else
14404 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14406 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14407 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14410 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14411 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14412 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14413 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14414 $as_echo_n "(cached) " >&6
14415 else
14416 ac_check_lib_save_LIBS=$LIBS
14417 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14418 cat >conftest.$ac_ext <<_ACEOF
14419 /* confdefs.h. */
14420 _ACEOF
14421 cat confdefs.h >>conftest.$ac_ext
14422 cat >>conftest.$ac_ext <<_ACEOF
14423 /* end confdefs.h. */
14425 /* Override any GCC internal prototype to avoid an error.
14426 Use char because int might match the return type of a GCC
14427 builtin and then its argument prototype would still apply. */
14428 #ifdef __cplusplus
14429 extern "C"
14430 #endif
14431 char gp_camera_new ();
14433 main ()
14435 return gp_camera_new ();
14437 return 0;
14439 _ACEOF
14440 rm -f conftest.$ac_objext conftest$ac_exeext
14441 if { (ac_try="$ac_link"
14442 case "(($ac_try" in
14443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14444 *) ac_try_echo=$ac_try;;
14445 esac
14446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14447 $as_echo "$ac_try_echo") >&5
14448 (eval "$ac_link") 2>conftest.er1
14449 ac_status=$?
14450 grep -v '^ *+' conftest.er1 >conftest.err
14451 rm -f conftest.er1
14452 cat conftest.err >&5
14453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); } && {
14455 test -z "$ac_c_werror_flag" ||
14456 test ! -s conftest.err
14457 } && test -s conftest$ac_exeext && {
14458 test "$cross_compiling" = yes ||
14459 $as_test_x conftest$ac_exeext
14460 }; then
14461 ac_cv_lib_gphoto2_gp_camera_new=yes
14462 else
14463 $as_echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14466 ac_cv_lib_gphoto2_gp_camera_new=no
14469 rm -rf conftest.dSYM
14470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14471 conftest$ac_exeext conftest.$ac_ext
14472 LIBS=$ac_check_lib_save_LIBS
14474 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14475 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14476 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14478 cat >>confdefs.h <<\_ACEOF
14479 #define HAVE_GPHOTO2 1
14480 _ACEOF
14482 GPHOTO2LIBS="$ac_gphoto2_libs"
14484 GPHOTO2INCL="$ac_gphoto2_incl"
14491 CPPFLAGS="$ac_save_CPPFLAGS"
14493 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14494 case "x$with_gphoto" in
14495 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14496 xno) ;;
14497 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14498 This is an error since --with-gphoto was requested." >&5
14499 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14500 This is an error since --with-gphoto was requested." >&2;}
14501 { (exit 1); exit 1; }; } ;;
14502 esac
14507 RESOLVLIBS=""
14509 if test "$ac_cv_header_resolv_h" = "yes"
14510 then
14511 ac_save_LIBS="$LIBS"
14512 LIBS="$LIBS -lresolv"
14513 cat >conftest.$ac_ext <<_ACEOF
14514 /* confdefs.h. */
14515 _ACEOF
14516 cat confdefs.h >>conftest.$ac_ext
14517 cat >>conftest.$ac_ext <<_ACEOF
14518 /* end confdefs.h. */
14519 #ifdef HAVE_NETINET_IN_H
14520 #include <netinet/in.h>
14521 #endif
14522 #include <resolv.h>
14524 main ()
14526 res_init();
14528 return 0;
14530 _ACEOF
14531 rm -f conftest.$ac_objext conftest$ac_exeext
14532 if { (ac_try="$ac_link"
14533 case "(($ac_try" in
14534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14535 *) ac_try_echo=$ac_try;;
14536 esac
14537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14538 $as_echo "$ac_try_echo") >&5
14539 (eval "$ac_link") 2>conftest.er1
14540 ac_status=$?
14541 grep -v '^ *+' conftest.er1 >conftest.err
14542 rm -f conftest.er1
14543 cat conftest.err >&5
14544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14545 (exit $ac_status); } && {
14546 test -z "$ac_c_werror_flag" ||
14547 test ! -s conftest.err
14548 } && test -s conftest$ac_exeext && {
14549 test "$cross_compiling" = yes ||
14550 $as_test_x conftest$ac_exeext
14551 }; then
14553 cat >>confdefs.h <<\_ACEOF
14554 #define HAVE_RESOLV 1
14555 _ACEOF
14557 RESOLVLIBS="-lresolv"
14558 else
14559 $as_echo "$as_me: failed program was:" >&5
14560 sed 's/^/| /' conftest.$ac_ext >&5
14565 rm -rf conftest.dSYM
14566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14567 conftest$ac_exeext conftest.$ac_ext
14568 LIBS="$ac_save_LIBS"
14571 LCMSLIBS=""
14573 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14574 then
14575 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14576 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14577 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14578 $as_echo_n "(cached) " >&6
14579 else
14580 ac_check_lib_save_LIBS=$LIBS
14581 LIBS="-llcms $LIBS"
14582 cat >conftest.$ac_ext <<_ACEOF
14583 /* confdefs.h. */
14584 _ACEOF
14585 cat confdefs.h >>conftest.$ac_ext
14586 cat >>conftest.$ac_ext <<_ACEOF
14587 /* end confdefs.h. */
14589 /* Override any GCC internal prototype to avoid an error.
14590 Use char because int might match the return type of a GCC
14591 builtin and then its argument prototype would still apply. */
14592 #ifdef __cplusplus
14593 extern "C"
14594 #endif
14595 char cmsOpenProfileFromFile ();
14597 main ()
14599 return cmsOpenProfileFromFile ();
14601 return 0;
14603 _ACEOF
14604 rm -f conftest.$ac_objext conftest$ac_exeext
14605 if { (ac_try="$ac_link"
14606 case "(($ac_try" in
14607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14608 *) ac_try_echo=$ac_try;;
14609 esac
14610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14611 $as_echo "$ac_try_echo") >&5
14612 (eval "$ac_link") 2>conftest.er1
14613 ac_status=$?
14614 grep -v '^ *+' conftest.er1 >conftest.err
14615 rm -f conftest.er1
14616 cat conftest.err >&5
14617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 (exit $ac_status); } && {
14619 test -z "$ac_c_werror_flag" ||
14620 test ! -s conftest.err
14621 } && test -s conftest$ac_exeext && {
14622 test "$cross_compiling" = yes ||
14623 $as_test_x conftest$ac_exeext
14624 }; then
14625 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14626 else
14627 $as_echo "$as_me: failed program was:" >&5
14628 sed 's/^/| /' conftest.$ac_ext >&5
14630 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14633 rm -rf conftest.dSYM
14634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14635 conftest$ac_exeext conftest.$ac_ext
14636 LIBS=$ac_check_lib_save_LIBS
14638 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14639 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14640 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14642 cat >>confdefs.h <<\_ACEOF
14643 #define HAVE_LCMS 1
14644 _ACEOF
14646 LCMSLIBS="-llcms"
14650 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14651 case "x$with_cms" in
14652 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14653 xno) ;;
14654 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14655 This is an error since --with-cms was requested." >&5
14656 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14657 This is an error since --with-cms was requested." >&2;}
14658 { (exit 1); exit 1; }; } ;;
14659 esac
14663 if test "x$with_freetype" != "xno"
14664 then
14665 for ac_prog in freetype-config freetype2-config
14667 # Extract the first word of "$ac_prog", so it can be a program name with args.
14668 set dummy $ac_prog; ac_word=$2
14669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14670 $as_echo_n "checking for $ac_word... " >&6; }
14671 if test "${ac_cv_prog_ft_devel+set}" = set; then
14672 $as_echo_n "(cached) " >&6
14673 else
14674 if test -n "$ft_devel"; then
14675 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14676 else
14677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14678 for as_dir in $PATH
14680 IFS=$as_save_IFS
14681 test -z "$as_dir" && as_dir=.
14682 for ac_exec_ext in '' $ac_executable_extensions; do
14683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14684 ac_cv_prog_ft_devel="$ac_prog"
14685 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14686 break 2
14688 done
14689 done
14690 IFS=$as_save_IFS
14694 ft_devel=$ac_cv_prog_ft_devel
14695 if test -n "$ft_devel"; then
14696 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14697 $as_echo "$ft_devel" >&6; }
14698 else
14699 { $as_echo "$as_me:$LINENO: result: no" >&5
14700 $as_echo "no" >&6; }
14704 test -n "$ft_devel" && break
14705 done
14706 test -n "$ft_devel" || ft_devel="no"
14708 if test "$ft_devel" != "no"
14709 then
14710 ac_freetype_incl=`$ft_devel --cflags`
14711 ac_freetype_libs=`$ft_devel --libs`
14713 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14714 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14715 $as_echo_n "checking for -lfreetype... " >&6; }
14716 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14717 $as_echo_n "(cached) " >&6
14718 else
14719 ac_check_soname_save_LIBS=$LIBS
14720 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14721 cat >conftest.$ac_ext <<_ACEOF
14722 /* confdefs.h. */
14723 _ACEOF
14724 cat confdefs.h >>conftest.$ac_ext
14725 cat >>conftest.$ac_ext <<_ACEOF
14726 /* end confdefs.h. */
14728 /* Override any GCC internal prototype to avoid an error.
14729 Use char because int might match the return type of a GCC
14730 builtin and then its argument prototype would still apply. */
14731 #ifdef __cplusplus
14732 extern "C"
14733 #endif
14734 char FT_Init_FreeType ();
14736 main ()
14738 return FT_Init_FreeType ();
14740 return 0;
14742 _ACEOF
14743 rm -f conftest.$ac_objext conftest$ac_exeext
14744 if { (ac_try="$ac_link"
14745 case "(($ac_try" in
14746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14747 *) ac_try_echo=$ac_try;;
14748 esac
14749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14750 $as_echo "$ac_try_echo") >&5
14751 (eval "$ac_link") 2>conftest.er1
14752 ac_status=$?
14753 grep -v '^ *+' conftest.er1 >conftest.err
14754 rm -f conftest.er1
14755 cat conftest.err >&5
14756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14757 (exit $ac_status); } && {
14758 test -z "$ac_c_werror_flag" ||
14759 test ! -s conftest.err
14760 } && test -s conftest$ac_exeext && {
14761 test "$cross_compiling" = yes ||
14762 $as_test_x conftest$ac_exeext
14763 }; then
14764 case "$LIBEXT" in
14765 dll) ;;
14766 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'` ;;
14767 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14768 esac
14769 else
14770 $as_echo "$as_me: failed program was:" >&5
14771 sed 's/^/| /' conftest.$ac_ext >&5
14776 rm -rf conftest.dSYM
14777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14778 conftest$ac_exeext conftest.$ac_ext
14779 LIBS=$ac_check_soname_save_LIBS
14781 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14782 { $as_echo "$as_me:$LINENO: result: not found" >&5
14783 $as_echo "not found" >&6; }
14784 ft_lib=no
14785 else
14786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14787 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14789 cat >>confdefs.h <<_ACEOF
14790 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14791 _ACEOF
14793 ft_lib=yes
14796 if test "$ft_lib" = "yes"
14797 then
14798 ac_save_CPPFLAGS="$CPPFLAGS"
14799 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14813 for ac_header in ft2build.h \
14814 freetype/freetype.h \
14815 freetype/ftglyph.h \
14816 freetype/fttypes.h \
14817 freetype/tttables.h \
14818 freetype/ftnames.h \
14819 freetype/ftsnames.h \
14820 freetype/ttnameid.h \
14821 freetype/ftoutln.h \
14822 freetype/ftwinfnt.h \
14823 freetype/ftmodapi.h \
14824 freetype/ftlcdfil.h \
14825 freetype/internal/sfnt.h
14827 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14828 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14829 $as_echo_n "checking for $ac_header... " >&6; }
14830 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14831 $as_echo_n "(cached) " >&6
14832 else
14833 cat >conftest.$ac_ext <<_ACEOF
14834 /* confdefs.h. */
14835 _ACEOF
14836 cat confdefs.h >>conftest.$ac_ext
14837 cat >>conftest.$ac_ext <<_ACEOF
14838 /* end confdefs.h. */
14839 #ifdef HAVE_FT2BUILD_H
14840 # include <ft2build.h>
14841 #endif
14843 #include <$ac_header>
14844 _ACEOF
14845 rm -f conftest.$ac_objext
14846 if { (ac_try="$ac_compile"
14847 case "(($ac_try" in
14848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14849 *) ac_try_echo=$ac_try;;
14850 esac
14851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14852 $as_echo "$ac_try_echo") >&5
14853 (eval "$ac_compile") 2>conftest.er1
14854 ac_status=$?
14855 grep -v '^ *+' conftest.er1 >conftest.err
14856 rm -f conftest.er1
14857 cat conftest.err >&5
14858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14859 (exit $ac_status); } && {
14860 test -z "$ac_c_werror_flag" ||
14861 test ! -s conftest.err
14862 } && test -s conftest.$ac_objext; then
14863 eval "$as_ac_Header=yes"
14864 else
14865 $as_echo "$as_me: failed program was:" >&5
14866 sed 's/^/| /' conftest.$ac_ext >&5
14868 eval "$as_ac_Header=no"
14871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14873 ac_res=`eval 'as_val=${'$as_ac_Header'}
14874 $as_echo "$as_val"'`
14875 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14876 $as_echo "$ac_res" >&6; }
14877 as_val=`eval 'as_val=${'$as_ac_Header'}
14878 $as_echo "$as_val"'`
14879 if test "x$as_val" = x""yes; then
14880 cat >>confdefs.h <<_ACEOF
14881 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14882 _ACEOF
14886 done
14888 cat >conftest.$ac_ext <<_ACEOF
14889 /* confdefs.h. */
14890 _ACEOF
14891 cat confdefs.h >>conftest.$ac_ext
14892 cat >>conftest.$ac_ext <<_ACEOF
14893 /* end confdefs.h. */
14894 #include <ft2build.h>
14895 #include <freetype/fttrigon.h>
14896 _ACEOF
14897 if { (ac_try="$ac_cpp conftest.$ac_ext"
14898 case "(($ac_try" in
14899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14900 *) ac_try_echo=$ac_try;;
14901 esac
14902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14903 $as_echo "$ac_try_echo") >&5
14904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14905 ac_status=$?
14906 grep -v '^ *+' conftest.er1 >conftest.err
14907 rm -f conftest.er1
14908 cat conftest.err >&5
14909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); } >/dev/null && {
14911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14912 test ! -s conftest.err
14913 }; then
14915 cat >>confdefs.h <<\_ACEOF
14916 #define HAVE_FREETYPE_FTTRIGON_H 1
14917 _ACEOF
14919 wine_cv_fttrigon=yes
14920 else
14921 $as_echo "$as_me: failed program was:" >&5
14922 sed 's/^/| /' conftest.$ac_ext >&5
14924 wine_cv_fttrigon=no
14927 rm -f conftest.err conftest.$ac_ext
14928 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14929 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14930 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14931 $as_echo_n "(cached) " >&6
14932 else
14933 ac_cv_type_FT_TrueTypeEngineType=no
14934 cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h. */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14940 #include <freetype/ftmodapi.h>
14943 main ()
14945 if (sizeof (FT_TrueTypeEngineType))
14946 return 0;
14948 return 0;
14950 _ACEOF
14951 rm -f conftest.$ac_objext
14952 if { (ac_try="$ac_compile"
14953 case "(($ac_try" in
14954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14955 *) ac_try_echo=$ac_try;;
14956 esac
14957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14958 $as_echo "$ac_try_echo") >&5
14959 (eval "$ac_compile") 2>conftest.er1
14960 ac_status=$?
14961 grep -v '^ *+' conftest.er1 >conftest.err
14962 rm -f conftest.er1
14963 cat conftest.err >&5
14964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); } && {
14966 test -z "$ac_c_werror_flag" ||
14967 test ! -s conftest.err
14968 } && test -s conftest.$ac_objext; then
14969 cat >conftest.$ac_ext <<_ACEOF
14970 /* confdefs.h. */
14971 _ACEOF
14972 cat confdefs.h >>conftest.$ac_ext
14973 cat >>conftest.$ac_ext <<_ACEOF
14974 /* end confdefs.h. */
14975 #include <freetype/ftmodapi.h>
14978 main ()
14980 if (sizeof ((FT_TrueTypeEngineType)))
14981 return 0;
14983 return 0;
14985 _ACEOF
14986 rm -f conftest.$ac_objext
14987 if { (ac_try="$ac_compile"
14988 case "(($ac_try" in
14989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14990 *) ac_try_echo=$ac_try;;
14991 esac
14992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14993 $as_echo "$ac_try_echo") >&5
14994 (eval "$ac_compile") 2>conftest.er1
14995 ac_status=$?
14996 grep -v '^ *+' conftest.er1 >conftest.err
14997 rm -f conftest.er1
14998 cat conftest.err >&5
14999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15000 (exit $ac_status); } && {
15001 test -z "$ac_c_werror_flag" ||
15002 test ! -s conftest.err
15003 } && test -s conftest.$ac_objext; then
15005 else
15006 $as_echo "$as_me: failed program was:" >&5
15007 sed 's/^/| /' conftest.$ac_ext >&5
15009 ac_cv_type_FT_TrueTypeEngineType=yes
15012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15013 else
15014 $as_echo "$as_me: failed program was:" >&5
15015 sed 's/^/| /' conftest.$ac_ext >&5
15020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15022 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15023 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15024 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15026 cat >>confdefs.h <<_ACEOF
15027 #define HAVE_FT_TRUETYPEENGINETYPE 1
15028 _ACEOF
15033 ac_save_CFLAGS="$CFLAGS"
15034 CFLAGS="$CFLAGS $ac_freetype_libs"
15036 for ac_func in FT_Load_Sfnt_Table
15038 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15039 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15040 $as_echo_n "checking for $ac_func... " >&6; }
15041 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15042 $as_echo_n "(cached) " >&6
15043 else
15044 cat >conftest.$ac_ext <<_ACEOF
15045 /* confdefs.h. */
15046 _ACEOF
15047 cat confdefs.h >>conftest.$ac_ext
15048 cat >>conftest.$ac_ext <<_ACEOF
15049 /* end confdefs.h. */
15050 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15051 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15052 #define $ac_func innocuous_$ac_func
15054 /* System header to define __stub macros and hopefully few prototypes,
15055 which can conflict with char $ac_func (); below.
15056 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15057 <limits.h> exists even on freestanding compilers. */
15059 #ifdef __STDC__
15060 # include <limits.h>
15061 #else
15062 # include <assert.h>
15063 #endif
15065 #undef $ac_func
15067 /* Override any GCC internal prototype to avoid an error.
15068 Use char because int might match the return type of a GCC
15069 builtin and then its argument prototype would still apply. */
15070 #ifdef __cplusplus
15071 extern "C"
15072 #endif
15073 char $ac_func ();
15074 /* The GNU C library defines this for functions which it implements
15075 to always fail with ENOSYS. Some functions are actually named
15076 something starting with __ and the normal name is an alias. */
15077 #if defined __stub_$ac_func || defined __stub___$ac_func
15078 choke me
15079 #endif
15082 main ()
15084 return $ac_func ();
15086 return 0;
15088 _ACEOF
15089 rm -f conftest.$ac_objext conftest$ac_exeext
15090 if { (ac_try="$ac_link"
15091 case "(($ac_try" in
15092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15093 *) ac_try_echo=$ac_try;;
15094 esac
15095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15096 $as_echo "$ac_try_echo") >&5
15097 (eval "$ac_link") 2>conftest.er1
15098 ac_status=$?
15099 grep -v '^ *+' conftest.er1 >conftest.err
15100 rm -f conftest.er1
15101 cat conftest.err >&5
15102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103 (exit $ac_status); } && {
15104 test -z "$ac_c_werror_flag" ||
15105 test ! -s conftest.err
15106 } && test -s conftest$ac_exeext && {
15107 test "$cross_compiling" = yes ||
15108 $as_test_x conftest$ac_exeext
15109 }; then
15110 eval "$as_ac_var=yes"
15111 else
15112 $as_echo "$as_me: failed program was:" >&5
15113 sed 's/^/| /' conftest.$ac_ext >&5
15115 eval "$as_ac_var=no"
15118 rm -rf conftest.dSYM
15119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15120 conftest$ac_exeext conftest.$ac_ext
15122 ac_res=`eval 'as_val=${'$as_ac_var'}
15123 $as_echo "$as_val"'`
15124 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15125 $as_echo "$ac_res" >&6; }
15126 as_val=`eval 'as_val=${'$as_ac_var'}
15127 $as_echo "$as_val"'`
15128 if test "x$as_val" = x""yes; then
15129 cat >>confdefs.h <<_ACEOF
15130 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15131 _ACEOF
15134 done
15136 CFLAGS="$ac_save_CFLAGS"
15137 CPPFLAGS="$ac_save_CPPFLAGS"
15138 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15139 then
15141 cat >>confdefs.h <<\_ACEOF
15142 #define HAVE_FREETYPE 1
15143 _ACEOF
15145 FREETYPELIBS="$ac_freetype_libs"
15147 FREETYPEINCL="$ac_freetype_incl"
15152 if test "x$FREETYPELIBS" = "x"; then
15153 case "x$with_freetype" in
15154 xno) ;;
15155 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15156 Use the --without-freetype option if you really want this." >&5
15157 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15158 Use the --without-freetype option if you really want this." >&2;}
15159 { (exit 1); exit 1; }; } ;;
15160 esac
15163 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15165 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15166 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15167 if test "${ac_cv_c_ppdev+set}" = set; then
15168 $as_echo_n "(cached) " >&6
15169 else
15170 cat >conftest.$ac_ext <<_ACEOF
15171 /* confdefs.h. */
15172 _ACEOF
15173 cat confdefs.h >>conftest.$ac_ext
15174 cat >>conftest.$ac_ext <<_ACEOF
15175 /* end confdefs.h. */
15176 #include <linux/ppdev.h>
15178 main ()
15180 ioctl (1,PPCLAIM,0)
15182 return 0;
15184 _ACEOF
15185 rm -f conftest.$ac_objext
15186 if { (ac_try="$ac_compile"
15187 case "(($ac_try" in
15188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15189 *) ac_try_echo=$ac_try;;
15190 esac
15191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15192 $as_echo "$ac_try_echo") >&5
15193 (eval "$ac_compile") 2>conftest.er1
15194 ac_status=$?
15195 grep -v '^ *+' conftest.er1 >conftest.err
15196 rm -f conftest.er1
15197 cat conftest.err >&5
15198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15199 (exit $ac_status); } && {
15200 test -z "$ac_c_werror_flag" ||
15201 test ! -s conftest.err
15202 } && test -s conftest.$ac_objext; then
15203 ac_cv_c_ppdev="yes"
15204 else
15205 $as_echo "$as_me: failed program was:" >&5
15206 sed 's/^/| /' conftest.$ac_ext >&5
15208 ac_cv_c_ppdev="no"
15211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15213 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15214 $as_echo "$ac_cv_c_ppdev" >&6; }
15215 if test "$ac_cv_c_ppdev" = "yes"
15216 then
15218 cat >>confdefs.h <<\_ACEOF
15219 #define HAVE_PPDEV 1
15220 _ACEOF
15224 ac_wine_check_funcs_save_LIBS="$LIBS"
15225 LIBS="$LIBS $LIBPTHREAD"
15230 for ac_func in \
15231 pthread_attr_get_np \
15232 pthread_getattr_np \
15233 pthread_get_stackaddr_np \
15234 pthread_get_stacksize_np
15236 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15237 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15238 $as_echo_n "checking for $ac_func... " >&6; }
15239 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15240 $as_echo_n "(cached) " >&6
15241 else
15242 cat >conftest.$ac_ext <<_ACEOF
15243 /* confdefs.h. */
15244 _ACEOF
15245 cat confdefs.h >>conftest.$ac_ext
15246 cat >>conftest.$ac_ext <<_ACEOF
15247 /* end confdefs.h. */
15248 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15250 #define $ac_func innocuous_$ac_func
15252 /* System header to define __stub macros and hopefully few prototypes,
15253 which can conflict with char $ac_func (); below.
15254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15255 <limits.h> exists even on freestanding compilers. */
15257 #ifdef __STDC__
15258 # include <limits.h>
15259 #else
15260 # include <assert.h>
15261 #endif
15263 #undef $ac_func
15265 /* Override any GCC internal prototype to avoid an error.
15266 Use char because int might match the return type of a GCC
15267 builtin and then its argument prototype would still apply. */
15268 #ifdef __cplusplus
15269 extern "C"
15270 #endif
15271 char $ac_func ();
15272 /* The GNU C library defines this for functions which it implements
15273 to always fail with ENOSYS. Some functions are actually named
15274 something starting with __ and the normal name is an alias. */
15275 #if defined __stub_$ac_func || defined __stub___$ac_func
15276 choke me
15277 #endif
15280 main ()
15282 return $ac_func ();
15284 return 0;
15286 _ACEOF
15287 rm -f conftest.$ac_objext conftest$ac_exeext
15288 if { (ac_try="$ac_link"
15289 case "(($ac_try" in
15290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15291 *) ac_try_echo=$ac_try;;
15292 esac
15293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15294 $as_echo "$ac_try_echo") >&5
15295 (eval "$ac_link") 2>conftest.er1
15296 ac_status=$?
15297 grep -v '^ *+' conftest.er1 >conftest.err
15298 rm -f conftest.er1
15299 cat conftest.err >&5
15300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15301 (exit $ac_status); } && {
15302 test -z "$ac_c_werror_flag" ||
15303 test ! -s conftest.err
15304 } && test -s conftest$ac_exeext && {
15305 test "$cross_compiling" = yes ||
15306 $as_test_x conftest$ac_exeext
15307 }; then
15308 eval "$as_ac_var=yes"
15309 else
15310 $as_echo "$as_me: failed program was:" >&5
15311 sed 's/^/| /' conftest.$ac_ext >&5
15313 eval "$as_ac_var=no"
15316 rm -rf conftest.dSYM
15317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15318 conftest$ac_exeext conftest.$ac_ext
15320 ac_res=`eval 'as_val=${'$as_ac_var'}
15321 $as_echo "$as_val"'`
15322 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15323 $as_echo "$ac_res" >&6; }
15324 as_val=`eval 'as_val=${'$as_ac_var'}
15325 $as_echo "$as_val"'`
15326 if test "x$as_val" = x""yes; then
15327 cat >>confdefs.h <<_ACEOF
15328 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15329 _ACEOF
15332 done
15334 LIBS="$ac_wine_check_funcs_save_LIBS"
15336 if test "x$with_esd" != xno
15337 then
15338 save_CFLAGS="$CFLAGS"
15339 # Extract the first word of "esd-config", so it can be a program name with args.
15340 set dummy esd-config; ac_word=$2
15341 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15342 $as_echo_n "checking for $ac_word... " >&6; }
15343 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15344 $as_echo_n "(cached) " >&6
15345 else
15346 case $ESDCONFIG in
15347 [\\/]* | ?:[\\/]*)
15348 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15352 for as_dir in $PATH
15354 IFS=$as_save_IFS
15355 test -z "$as_dir" && as_dir=.
15356 for ac_exec_ext in '' $ac_executable_extensions; do
15357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15358 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15359 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15360 break 2
15362 done
15363 done
15364 IFS=$as_save_IFS
15366 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15368 esac
15370 ESDCONFIG=$ac_cv_path_ESDCONFIG
15371 if test -n "$ESDCONFIG"; then
15372 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15373 $as_echo "$ESDCONFIG" >&6; }
15374 else
15375 { $as_echo "$as_me:$LINENO: result: no" >&5
15376 $as_echo "no" >&6; }
15380 if test "x$ESDCONFIG" != "xno"
15381 then
15382 ac_esd_incl=""
15383 for i in `$ESDCONFIG --cflags`
15385 case "$i" in
15386 -I*) ac_esd_incl="$ac_esd_incl $i";;
15387 esac
15388 done
15389 ac_esd_libs=`$ESDCONFIG --libs`
15390 CFLAGS="$CFLAGS $ac_esd_incl"
15392 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15393 if test "${ac_cv_header_esd_h+set}" = set; then
15394 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15395 $as_echo_n "checking for esd.h... " >&6; }
15396 if test "${ac_cv_header_esd_h+set}" = set; then
15397 $as_echo_n "(cached) " >&6
15399 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15400 $as_echo "$ac_cv_header_esd_h" >&6; }
15401 else
15402 # Is the header compilable?
15403 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15404 $as_echo_n "checking esd.h usability... " >&6; }
15405 cat >conftest.$ac_ext <<_ACEOF
15406 /* confdefs.h. */
15407 _ACEOF
15408 cat confdefs.h >>conftest.$ac_ext
15409 cat >>conftest.$ac_ext <<_ACEOF
15410 /* end confdefs.h. */
15411 $ac_includes_default
15412 #include <esd.h>
15413 _ACEOF
15414 rm -f conftest.$ac_objext
15415 if { (ac_try="$ac_compile"
15416 case "(($ac_try" in
15417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15418 *) ac_try_echo=$ac_try;;
15419 esac
15420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15421 $as_echo "$ac_try_echo") >&5
15422 (eval "$ac_compile") 2>conftest.er1
15423 ac_status=$?
15424 grep -v '^ *+' conftest.er1 >conftest.err
15425 rm -f conftest.er1
15426 cat conftest.err >&5
15427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15428 (exit $ac_status); } && {
15429 test -z "$ac_c_werror_flag" ||
15430 test ! -s conftest.err
15431 } && test -s conftest.$ac_objext; then
15432 ac_header_compiler=yes
15433 else
15434 $as_echo "$as_me: failed program was:" >&5
15435 sed 's/^/| /' conftest.$ac_ext >&5
15437 ac_header_compiler=no
15440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15441 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15442 $as_echo "$ac_header_compiler" >&6; }
15444 # Is the header present?
15445 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15446 $as_echo_n "checking esd.h presence... " >&6; }
15447 cat >conftest.$ac_ext <<_ACEOF
15448 /* confdefs.h. */
15449 _ACEOF
15450 cat confdefs.h >>conftest.$ac_ext
15451 cat >>conftest.$ac_ext <<_ACEOF
15452 /* end confdefs.h. */
15453 #include <esd.h>
15454 _ACEOF
15455 if { (ac_try="$ac_cpp conftest.$ac_ext"
15456 case "(($ac_try" in
15457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15458 *) ac_try_echo=$ac_try;;
15459 esac
15460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15461 $as_echo "$ac_try_echo") >&5
15462 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15463 ac_status=$?
15464 grep -v '^ *+' conftest.er1 >conftest.err
15465 rm -f conftest.er1
15466 cat conftest.err >&5
15467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); } >/dev/null && {
15469 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15470 test ! -s conftest.err
15471 }; then
15472 ac_header_preproc=yes
15473 else
15474 $as_echo "$as_me: failed program was:" >&5
15475 sed 's/^/| /' conftest.$ac_ext >&5
15477 ac_header_preproc=no
15480 rm -f conftest.err conftest.$ac_ext
15481 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15482 $as_echo "$ac_header_preproc" >&6; }
15484 # So? What about this header?
15485 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15486 yes:no: )
15487 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15488 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15489 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15490 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15491 ac_header_preproc=yes
15493 no:yes:* )
15494 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15495 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15496 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15497 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15498 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15499 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15500 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15501 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15502 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15503 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15504 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15505 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15506 ( cat <<\_ASBOX
15507 ## ------------------------------------ ##
15508 ## Report this to wine-devel@winehq.org ##
15509 ## ------------------------------------ ##
15510 _ASBOX
15511 ) | sed "s/^/$as_me: WARNING: /" >&2
15513 esac
15514 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15515 $as_echo_n "checking for esd.h... " >&6; }
15516 if test "${ac_cv_header_esd_h+set}" = set; then
15517 $as_echo_n "(cached) " >&6
15518 else
15519 ac_cv_header_esd_h=$ac_header_preproc
15521 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15522 $as_echo "$ac_cv_header_esd_h" >&6; }
15525 if test "x$ac_cv_header_esd_h" = x""yes; then
15526 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15527 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15528 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15529 $as_echo_n "(cached) " >&6
15530 else
15531 ac_check_lib_save_LIBS=$LIBS
15532 LIBS="-lesd $ac_esd_libs $LIBS"
15533 cat >conftest.$ac_ext <<_ACEOF
15534 /* confdefs.h. */
15535 _ACEOF
15536 cat confdefs.h >>conftest.$ac_ext
15537 cat >>conftest.$ac_ext <<_ACEOF
15538 /* end confdefs.h. */
15540 /* Override any GCC internal prototype to avoid an error.
15541 Use char because int might match the return type of a GCC
15542 builtin and then its argument prototype would still apply. */
15543 #ifdef __cplusplus
15544 extern "C"
15545 #endif
15546 char esd_open_sound ();
15548 main ()
15550 return esd_open_sound ();
15552 return 0;
15554 _ACEOF
15555 rm -f conftest.$ac_objext conftest$ac_exeext
15556 if { (ac_try="$ac_link"
15557 case "(($ac_try" in
15558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15559 *) ac_try_echo=$ac_try;;
15560 esac
15561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15562 $as_echo "$ac_try_echo") >&5
15563 (eval "$ac_link") 2>conftest.er1
15564 ac_status=$?
15565 grep -v '^ *+' conftest.er1 >conftest.err
15566 rm -f conftest.er1
15567 cat conftest.err >&5
15568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15569 (exit $ac_status); } && {
15570 test -z "$ac_c_werror_flag" ||
15571 test ! -s conftest.err
15572 } && test -s conftest$ac_exeext && {
15573 test "$cross_compiling" = yes ||
15574 $as_test_x conftest$ac_exeext
15575 }; then
15576 ac_cv_lib_esd_esd_open_sound=yes
15577 else
15578 $as_echo "$as_me: failed program was:" >&5
15579 sed 's/^/| /' conftest.$ac_ext >&5
15581 ac_cv_lib_esd_esd_open_sound=no
15584 rm -rf conftest.dSYM
15585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15586 conftest$ac_exeext conftest.$ac_ext
15587 LIBS=$ac_check_lib_save_LIBS
15589 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15590 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15591 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15592 ESDINCL="$ac_esd_incl"
15594 ESDLIBS="$ac_esd_libs"
15597 cat >>confdefs.h <<\_ACEOF
15598 #define HAVE_ESD 1
15599 _ACEOF
15606 CFLAGS="$save_CFLAGS"
15609 ALSALIBS=""
15611 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15612 then
15613 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15614 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15615 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15616 $as_echo_n "(cached) " >&6
15617 else
15618 ac_check_lib_save_LIBS=$LIBS
15619 LIBS="-lasound $LIBS"
15620 cat >conftest.$ac_ext <<_ACEOF
15621 /* confdefs.h. */
15622 _ACEOF
15623 cat confdefs.h >>conftest.$ac_ext
15624 cat >>conftest.$ac_ext <<_ACEOF
15625 /* end confdefs.h. */
15627 /* Override any GCC internal prototype to avoid an error.
15628 Use char because int might match the return type of a GCC
15629 builtin and then its argument prototype would still apply. */
15630 #ifdef __cplusplus
15631 extern "C"
15632 #endif
15633 char snd_pcm_hw_params_get_access ();
15635 main ()
15637 return snd_pcm_hw_params_get_access ();
15639 return 0;
15641 _ACEOF
15642 rm -f conftest.$ac_objext conftest$ac_exeext
15643 if { (ac_try="$ac_link"
15644 case "(($ac_try" in
15645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15646 *) ac_try_echo=$ac_try;;
15647 esac
15648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15649 $as_echo "$ac_try_echo") >&5
15650 (eval "$ac_link") 2>conftest.er1
15651 ac_status=$?
15652 grep -v '^ *+' conftest.er1 >conftest.err
15653 rm -f conftest.er1
15654 cat conftest.err >&5
15655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15656 (exit $ac_status); } && {
15657 test -z "$ac_c_werror_flag" ||
15658 test ! -s conftest.err
15659 } && test -s conftest$ac_exeext && {
15660 test "$cross_compiling" = yes ||
15661 $as_test_x conftest$ac_exeext
15662 }; then
15663 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15664 else
15665 $as_echo "$as_me: failed program was:" >&5
15666 sed 's/^/| /' conftest.$ac_ext >&5
15668 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15671 rm -rf conftest.dSYM
15672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15673 conftest$ac_exeext conftest.$ac_ext
15674 LIBS=$ac_check_lib_save_LIBS
15676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15677 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15678 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15679 cat >conftest.$ac_ext <<_ACEOF
15680 /* confdefs.h. */
15681 _ACEOF
15682 cat confdefs.h >>conftest.$ac_ext
15683 cat >>conftest.$ac_ext <<_ACEOF
15684 /* end confdefs.h. */
15685 #ifdef HAVE_ALSA_ASOUNDLIB_H
15686 #include <alsa/asoundlib.h>
15687 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15688 #include <sys/asoundlib.h>
15689 #endif
15691 main ()
15693 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15695 return 0;
15697 _ACEOF
15698 rm -f conftest.$ac_objext
15699 if { (ac_try="$ac_compile"
15700 case "(($ac_try" in
15701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15702 *) ac_try_echo=$ac_try;;
15703 esac
15704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15705 $as_echo "$ac_try_echo") >&5
15706 (eval "$ac_compile") 2>conftest.er1
15707 ac_status=$?
15708 grep -v '^ *+' conftest.er1 >conftest.err
15709 rm -f conftest.er1
15710 cat conftest.err >&5
15711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15712 (exit $ac_status); } && {
15713 test -z "$ac_c_werror_flag" ||
15714 test ! -s conftest.err
15715 } && test -s conftest.$ac_objext; then
15717 cat >>confdefs.h <<\_ACEOF
15718 #define HAVE_ALSA 1
15719 _ACEOF
15721 ALSALIBS="-lasound"
15722 else
15723 $as_echo "$as_me: failed program was:" >&5
15724 sed 's/^/| /' conftest.$ac_ext >&5
15729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15734 AUDIOIOLIBS=""
15736 if test "$ac_cv_header_libaudioio_h" = "yes"
15737 then
15738 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15739 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15740 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15741 $as_echo_n "(cached) " >&6
15742 else
15743 ac_check_lib_save_LIBS=$LIBS
15744 LIBS="-laudioio $LIBS"
15745 cat >conftest.$ac_ext <<_ACEOF
15746 /* confdefs.h. */
15747 _ACEOF
15748 cat confdefs.h >>conftest.$ac_ext
15749 cat >>conftest.$ac_ext <<_ACEOF
15750 /* end confdefs.h. */
15752 /* Override any GCC internal prototype to avoid an error.
15753 Use char because int might match the return type of a GCC
15754 builtin and then its argument prototype would still apply. */
15755 #ifdef __cplusplus
15756 extern "C"
15757 #endif
15758 char AudioIOGetVersion ();
15760 main ()
15762 return AudioIOGetVersion ();
15764 return 0;
15766 _ACEOF
15767 rm -f conftest.$ac_objext conftest$ac_exeext
15768 if { (ac_try="$ac_link"
15769 case "(($ac_try" in
15770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15771 *) ac_try_echo=$ac_try;;
15772 esac
15773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15774 $as_echo "$ac_try_echo") >&5
15775 (eval "$ac_link") 2>conftest.er1
15776 ac_status=$?
15777 grep -v '^ *+' conftest.er1 >conftest.err
15778 rm -f conftest.er1
15779 cat conftest.err >&5
15780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15781 (exit $ac_status); } && {
15782 test -z "$ac_c_werror_flag" ||
15783 test ! -s conftest.err
15784 } && test -s conftest$ac_exeext && {
15785 test "$cross_compiling" = yes ||
15786 $as_test_x conftest$ac_exeext
15787 }; then
15788 ac_cv_lib_audioio_AudioIOGetVersion=yes
15789 else
15790 $as_echo "$as_me: failed program was:" >&5
15791 sed 's/^/| /' conftest.$ac_ext >&5
15793 ac_cv_lib_audioio_AudioIOGetVersion=no
15796 rm -rf conftest.dSYM
15797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15798 conftest$ac_exeext conftest.$ac_ext
15799 LIBS=$ac_check_lib_save_LIBS
15801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15802 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15803 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15804 AUDIOIOLIBS="-laudioio"
15806 cat >>confdefs.h <<\_ACEOF
15807 #define HAVE_LIBAUDIOIO 1
15808 _ACEOF
15815 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15816 then
15817 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15818 $as_echo_n "checking for -lcapi20... " >&6; }
15819 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15820 $as_echo_n "(cached) " >&6
15821 else
15822 ac_check_soname_save_LIBS=$LIBS
15823 LIBS="-lcapi20 $LIBS"
15824 cat >conftest.$ac_ext <<_ACEOF
15825 /* confdefs.h. */
15826 _ACEOF
15827 cat confdefs.h >>conftest.$ac_ext
15828 cat >>conftest.$ac_ext <<_ACEOF
15829 /* end confdefs.h. */
15831 /* Override any GCC internal prototype to avoid an error.
15832 Use char because int might match the return type of a GCC
15833 builtin and then its argument prototype would still apply. */
15834 #ifdef __cplusplus
15835 extern "C"
15836 #endif
15837 char capi20_register ();
15839 main ()
15841 return capi20_register ();
15843 return 0;
15845 _ACEOF
15846 rm -f conftest.$ac_objext conftest$ac_exeext
15847 if { (ac_try="$ac_link"
15848 case "(($ac_try" in
15849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15850 *) ac_try_echo=$ac_try;;
15851 esac
15852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15853 $as_echo "$ac_try_echo") >&5
15854 (eval "$ac_link") 2>conftest.er1
15855 ac_status=$?
15856 grep -v '^ *+' conftest.er1 >conftest.err
15857 rm -f conftest.er1
15858 cat conftest.err >&5
15859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15860 (exit $ac_status); } && {
15861 test -z "$ac_c_werror_flag" ||
15862 test ! -s conftest.err
15863 } && test -s conftest$ac_exeext && {
15864 test "$cross_compiling" = yes ||
15865 $as_test_x conftest$ac_exeext
15866 }; then
15867 case "$LIBEXT" in
15868 dll) ;;
15869 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'` ;;
15870 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15871 esac
15872 else
15873 $as_echo "$as_me: failed program was:" >&5
15874 sed 's/^/| /' conftest.$ac_ext >&5
15879 rm -rf conftest.dSYM
15880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15881 conftest$ac_exeext conftest.$ac_ext
15882 LIBS=$ac_check_soname_save_LIBS
15884 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15885 { $as_echo "$as_me:$LINENO: result: not found" >&5
15886 $as_echo "not found" >&6; }
15888 else
15889 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15890 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15892 cat >>confdefs.h <<_ACEOF
15893 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15894 _ACEOF
15900 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15901 case "x$with_capi" in
15902 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15903 xno) ;;
15904 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15905 This is an error since --with-capi was requested." >&5
15906 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15907 This is an error since --with-capi was requested." >&2;}
15908 { (exit 1); exit 1; }; } ;;
15909 esac
15913 CUPSINCL=""
15915 if test "x$with_cups" != "xno"
15916 then
15917 ac_save_CPPFLAGS="$CPPFLAGS"
15918 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15919 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15920 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15922 for ac_header in cups/cups.h
15924 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15926 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15927 $as_echo_n "checking for $ac_header... " >&6; }
15928 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15929 $as_echo_n "(cached) " >&6
15931 ac_res=`eval 'as_val=${'$as_ac_Header'}
15932 $as_echo "$as_val"'`
15933 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15934 $as_echo "$ac_res" >&6; }
15935 else
15936 # Is the header compilable?
15937 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15938 $as_echo_n "checking $ac_header usability... " >&6; }
15939 cat >conftest.$ac_ext <<_ACEOF
15940 /* confdefs.h. */
15941 _ACEOF
15942 cat confdefs.h >>conftest.$ac_ext
15943 cat >>conftest.$ac_ext <<_ACEOF
15944 /* end confdefs.h. */
15945 $ac_includes_default
15946 #include <$ac_header>
15947 _ACEOF
15948 rm -f conftest.$ac_objext
15949 if { (ac_try="$ac_compile"
15950 case "(($ac_try" in
15951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15952 *) ac_try_echo=$ac_try;;
15953 esac
15954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15955 $as_echo "$ac_try_echo") >&5
15956 (eval "$ac_compile") 2>conftest.er1
15957 ac_status=$?
15958 grep -v '^ *+' conftest.er1 >conftest.err
15959 rm -f conftest.er1
15960 cat conftest.err >&5
15961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15962 (exit $ac_status); } && {
15963 test -z "$ac_c_werror_flag" ||
15964 test ! -s conftest.err
15965 } && test -s conftest.$ac_objext; then
15966 ac_header_compiler=yes
15967 else
15968 $as_echo "$as_me: failed program was:" >&5
15969 sed 's/^/| /' conftest.$ac_ext >&5
15971 ac_header_compiler=no
15974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15975 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15976 $as_echo "$ac_header_compiler" >&6; }
15978 # Is the header present?
15979 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15980 $as_echo_n "checking $ac_header presence... " >&6; }
15981 cat >conftest.$ac_ext <<_ACEOF
15982 /* confdefs.h. */
15983 _ACEOF
15984 cat confdefs.h >>conftest.$ac_ext
15985 cat >>conftest.$ac_ext <<_ACEOF
15986 /* end confdefs.h. */
15987 #include <$ac_header>
15988 _ACEOF
15989 if { (ac_try="$ac_cpp conftest.$ac_ext"
15990 case "(($ac_try" in
15991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15992 *) ac_try_echo=$ac_try;;
15993 esac
15994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15995 $as_echo "$ac_try_echo") >&5
15996 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15997 ac_status=$?
15998 grep -v '^ *+' conftest.er1 >conftest.err
15999 rm -f conftest.er1
16000 cat conftest.err >&5
16001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16002 (exit $ac_status); } >/dev/null && {
16003 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16004 test ! -s conftest.err
16005 }; then
16006 ac_header_preproc=yes
16007 else
16008 $as_echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.$ac_ext >&5
16011 ac_header_preproc=no
16014 rm -f conftest.err conftest.$ac_ext
16015 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16016 $as_echo "$ac_header_preproc" >&6; }
16018 # So? What about this header?
16019 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16020 yes:no: )
16021 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16022 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16024 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16025 ac_header_preproc=yes
16027 no:yes:* )
16028 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16029 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16030 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16031 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16032 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16033 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16035 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16037 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16039 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16040 ( cat <<\_ASBOX
16041 ## ------------------------------------ ##
16042 ## Report this to wine-devel@winehq.org ##
16043 ## ------------------------------------ ##
16044 _ASBOX
16045 ) | sed "s/^/$as_me: WARNING: /" >&2
16047 esac
16048 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16049 $as_echo_n "checking for $ac_header... " >&6; }
16050 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16051 $as_echo_n "(cached) " >&6
16052 else
16053 eval "$as_ac_Header=\$ac_header_preproc"
16055 ac_res=`eval 'as_val=${'$as_ac_Header'}
16056 $as_echo "$as_val"'`
16057 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16058 $as_echo "$ac_res" >&6; }
16061 as_val=`eval 'as_val=${'$as_ac_Header'}
16062 $as_echo "$as_val"'`
16063 if test "x$as_val" = x""yes; then
16064 cat >>confdefs.h <<_ACEOF
16065 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16066 _ACEOF
16067 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16068 $as_echo_n "checking for -lcups... " >&6; }
16069 if test "${ac_cv_lib_soname_cups+set}" = set; then
16070 $as_echo_n "(cached) " >&6
16071 else
16072 ac_check_soname_save_LIBS=$LIBS
16073 LIBS="-lcups $ac_cups_libs $LIBS"
16074 cat >conftest.$ac_ext <<_ACEOF
16075 /* confdefs.h. */
16076 _ACEOF
16077 cat confdefs.h >>conftest.$ac_ext
16078 cat >>conftest.$ac_ext <<_ACEOF
16079 /* end confdefs.h. */
16081 /* Override any GCC internal prototype to avoid an error.
16082 Use char because int might match the return type of a GCC
16083 builtin and then its argument prototype would still apply. */
16084 #ifdef __cplusplus
16085 extern "C"
16086 #endif
16087 char cupsGetDefault ();
16089 main ()
16091 return cupsGetDefault ();
16093 return 0;
16095 _ACEOF
16096 rm -f conftest.$ac_objext conftest$ac_exeext
16097 if { (ac_try="$ac_link"
16098 case "(($ac_try" in
16099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16100 *) ac_try_echo=$ac_try;;
16101 esac
16102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16103 $as_echo "$ac_try_echo") >&5
16104 (eval "$ac_link") 2>conftest.er1
16105 ac_status=$?
16106 grep -v '^ *+' conftest.er1 >conftest.err
16107 rm -f conftest.er1
16108 cat conftest.err >&5
16109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); } && {
16111 test -z "$ac_c_werror_flag" ||
16112 test ! -s conftest.err
16113 } && test -s conftest$ac_exeext && {
16114 test "$cross_compiling" = yes ||
16115 $as_test_x conftest$ac_exeext
16116 }; then
16117 case "$LIBEXT" in
16118 dll) ;;
16119 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'` ;;
16120 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16121 esac
16122 else
16123 $as_echo "$as_me: failed program was:" >&5
16124 sed 's/^/| /' conftest.$ac_ext >&5
16129 rm -rf conftest.dSYM
16130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16131 conftest$ac_exeext conftest.$ac_ext
16132 LIBS=$ac_check_soname_save_LIBS
16134 if test "x$ac_cv_lib_soname_cups" = "x"; then
16135 { $as_echo "$as_me:$LINENO: result: not found" >&5
16136 $as_echo "not found" >&6; }
16138 else
16139 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16140 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16142 cat >>confdefs.h <<_ACEOF
16143 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16144 _ACEOF
16146 CUPSINCL="$ac_cups_cflags"
16151 done
16153 CPPFLAGS="$ac_save_CPPFLAGS"
16155 if test "x$ac_cv_lib_soname_cups" = "x"; then
16156 case "x$with_cups" in
16157 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16158 xno) ;;
16159 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16160 This is an error since --with-cups was requested." >&5
16161 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16162 This is an error since --with-cups was requested." >&2;}
16163 { (exit 1); exit 1; }; } ;;
16164 esac
16168 if test "$ac_cv_header_jack_jack_h" = "yes"
16169 then
16170 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16171 $as_echo_n "checking for -ljack... " >&6; }
16172 if test "${ac_cv_lib_soname_jack+set}" = set; then
16173 $as_echo_n "(cached) " >&6
16174 else
16175 ac_check_soname_save_LIBS=$LIBS
16176 LIBS="-ljack $LIBS"
16177 cat >conftest.$ac_ext <<_ACEOF
16178 /* confdefs.h. */
16179 _ACEOF
16180 cat confdefs.h >>conftest.$ac_ext
16181 cat >>conftest.$ac_ext <<_ACEOF
16182 /* end confdefs.h. */
16184 /* Override any GCC internal prototype to avoid an error.
16185 Use char because int might match the return type of a GCC
16186 builtin and then its argument prototype would still apply. */
16187 #ifdef __cplusplus
16188 extern "C"
16189 #endif
16190 char jack_client_new ();
16192 main ()
16194 return jack_client_new ();
16196 return 0;
16198 _ACEOF
16199 rm -f conftest.$ac_objext conftest$ac_exeext
16200 if { (ac_try="$ac_link"
16201 case "(($ac_try" in
16202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16203 *) ac_try_echo=$ac_try;;
16204 esac
16205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16206 $as_echo "$ac_try_echo") >&5
16207 (eval "$ac_link") 2>conftest.er1
16208 ac_status=$?
16209 grep -v '^ *+' conftest.er1 >conftest.err
16210 rm -f conftest.er1
16211 cat conftest.err >&5
16212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16213 (exit $ac_status); } && {
16214 test -z "$ac_c_werror_flag" ||
16215 test ! -s conftest.err
16216 } && test -s conftest$ac_exeext && {
16217 test "$cross_compiling" = yes ||
16218 $as_test_x conftest$ac_exeext
16219 }; then
16220 case "$LIBEXT" in
16221 dll) ;;
16222 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'` ;;
16223 *) 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'` ;;
16224 esac
16225 else
16226 $as_echo "$as_me: failed program was:" >&5
16227 sed 's/^/| /' conftest.$ac_ext >&5
16232 rm -rf conftest.dSYM
16233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16234 conftest$ac_exeext conftest.$ac_ext
16235 LIBS=$ac_check_soname_save_LIBS
16237 if test "x$ac_cv_lib_soname_jack" = "x"; then
16238 { $as_echo "$as_me:$LINENO: result: not found" >&5
16239 $as_echo "not found" >&6; }
16241 else
16242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16243 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16245 cat >>confdefs.h <<_ACEOF
16246 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16247 _ACEOF
16254 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16255 then
16256 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16257 $as_echo_n "checking for -lfontconfig... " >&6; }
16258 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16259 $as_echo_n "(cached) " >&6
16260 else
16261 ac_check_soname_save_LIBS=$LIBS
16262 LIBS="-lfontconfig $LIBS"
16263 cat >conftest.$ac_ext <<_ACEOF
16264 /* confdefs.h. */
16265 _ACEOF
16266 cat confdefs.h >>conftest.$ac_ext
16267 cat >>conftest.$ac_ext <<_ACEOF
16268 /* end confdefs.h. */
16270 /* Override any GCC internal prototype to avoid an error.
16271 Use char because int might match the return type of a GCC
16272 builtin and then its argument prototype would still apply. */
16273 #ifdef __cplusplus
16274 extern "C"
16275 #endif
16276 char FcInit ();
16278 main ()
16280 return FcInit ();
16282 return 0;
16284 _ACEOF
16285 rm -f conftest.$ac_objext conftest$ac_exeext
16286 if { (ac_try="$ac_link"
16287 case "(($ac_try" in
16288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16289 *) ac_try_echo=$ac_try;;
16290 esac
16291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16292 $as_echo "$ac_try_echo") >&5
16293 (eval "$ac_link") 2>conftest.er1
16294 ac_status=$?
16295 grep -v '^ *+' conftest.er1 >conftest.err
16296 rm -f conftest.er1
16297 cat conftest.err >&5
16298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16299 (exit $ac_status); } && {
16300 test -z "$ac_c_werror_flag" ||
16301 test ! -s conftest.err
16302 } && test -s conftest$ac_exeext && {
16303 test "$cross_compiling" = yes ||
16304 $as_test_x conftest$ac_exeext
16305 }; then
16306 case "$LIBEXT" in
16307 dll) ;;
16308 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'` ;;
16309 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16310 esac
16311 else
16312 $as_echo "$as_me: failed program was:" >&5
16313 sed 's/^/| /' conftest.$ac_ext >&5
16318 rm -rf conftest.dSYM
16319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16320 conftest$ac_exeext conftest.$ac_ext
16321 LIBS=$ac_check_soname_save_LIBS
16323 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16324 { $as_echo "$as_me:$LINENO: result: not found" >&5
16325 $as_echo "not found" >&6; }
16327 else
16328 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16329 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16331 cat >>confdefs.h <<_ACEOF
16332 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16333 _ACEOF
16338 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16339 then
16340 ac_save_CPPFLAGS="$CPPFLAGS"
16341 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16342 $as_unset ac_cv_header_fontconfig_fontconfig_h
16344 for ac_header in fontconfig/fontconfig.h
16346 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16348 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16349 $as_echo_n "checking for $ac_header... " >&6; }
16350 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16351 $as_echo_n "(cached) " >&6
16353 ac_res=`eval 'as_val=${'$as_ac_Header'}
16354 $as_echo "$as_val"'`
16355 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16356 $as_echo "$ac_res" >&6; }
16357 else
16358 # Is the header compilable?
16359 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16360 $as_echo_n "checking $ac_header usability... " >&6; }
16361 cat >conftest.$ac_ext <<_ACEOF
16362 /* confdefs.h. */
16363 _ACEOF
16364 cat confdefs.h >>conftest.$ac_ext
16365 cat >>conftest.$ac_ext <<_ACEOF
16366 /* end confdefs.h. */
16367 $ac_includes_default
16368 #include <$ac_header>
16369 _ACEOF
16370 rm -f conftest.$ac_objext
16371 if { (ac_try="$ac_compile"
16372 case "(($ac_try" in
16373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16374 *) ac_try_echo=$ac_try;;
16375 esac
16376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16377 $as_echo "$ac_try_echo") >&5
16378 (eval "$ac_compile") 2>conftest.er1
16379 ac_status=$?
16380 grep -v '^ *+' conftest.er1 >conftest.err
16381 rm -f conftest.er1
16382 cat conftest.err >&5
16383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 (exit $ac_status); } && {
16385 test -z "$ac_c_werror_flag" ||
16386 test ! -s conftest.err
16387 } && test -s conftest.$ac_objext; then
16388 ac_header_compiler=yes
16389 else
16390 $as_echo "$as_me: failed program was:" >&5
16391 sed 's/^/| /' conftest.$ac_ext >&5
16393 ac_header_compiler=no
16396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16397 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16398 $as_echo "$ac_header_compiler" >&6; }
16400 # Is the header present?
16401 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16402 $as_echo_n "checking $ac_header presence... " >&6; }
16403 cat >conftest.$ac_ext <<_ACEOF
16404 /* confdefs.h. */
16405 _ACEOF
16406 cat confdefs.h >>conftest.$ac_ext
16407 cat >>conftest.$ac_ext <<_ACEOF
16408 /* end confdefs.h. */
16409 #include <$ac_header>
16410 _ACEOF
16411 if { (ac_try="$ac_cpp conftest.$ac_ext"
16412 case "(($ac_try" in
16413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16414 *) ac_try_echo=$ac_try;;
16415 esac
16416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16417 $as_echo "$ac_try_echo") >&5
16418 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16419 ac_status=$?
16420 grep -v '^ *+' conftest.er1 >conftest.err
16421 rm -f conftest.er1
16422 cat conftest.err >&5
16423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16424 (exit $ac_status); } >/dev/null && {
16425 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16426 test ! -s conftest.err
16427 }; then
16428 ac_header_preproc=yes
16429 else
16430 $as_echo "$as_me: failed program was:" >&5
16431 sed 's/^/| /' conftest.$ac_ext >&5
16433 ac_header_preproc=no
16436 rm -f conftest.err conftest.$ac_ext
16437 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16438 $as_echo "$ac_header_preproc" >&6; }
16440 # So? What about this header?
16441 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16442 yes:no: )
16443 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16444 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16445 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16446 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16447 ac_header_preproc=yes
16449 no:yes:* )
16450 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16451 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16452 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16453 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16455 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16456 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16457 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16458 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16459 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16460 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16461 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16462 ( cat <<\_ASBOX
16463 ## ------------------------------------ ##
16464 ## Report this to wine-devel@winehq.org ##
16465 ## ------------------------------------ ##
16466 _ASBOX
16467 ) | sed "s/^/$as_me: WARNING: /" >&2
16469 esac
16470 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16471 $as_echo_n "checking for $ac_header... " >&6; }
16472 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16473 $as_echo_n "(cached) " >&6
16474 else
16475 eval "$as_ac_Header=\$ac_header_preproc"
16477 ac_res=`eval 'as_val=${'$as_ac_Header'}
16478 $as_echo "$as_val"'`
16479 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16480 $as_echo "$ac_res" >&6; }
16483 as_val=`eval 'as_val=${'$as_ac_Header'}
16484 $as_echo "$as_val"'`
16485 if test "x$as_val" = x""yes; then
16486 cat >>confdefs.h <<_ACEOF
16487 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16488 _ACEOF
16492 done
16494 CPPFLAGS="$ac_save_CPPFLAGS"
16495 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16496 then
16497 FONTCONFIGINCL="$X_CFLAGS"
16499 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16500 $as_echo_n "checking for -lfontconfig... " >&6; }
16501 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16502 $as_echo_n "(cached) " >&6
16503 else
16504 ac_check_soname_save_LIBS=$LIBS
16505 LIBS="-lfontconfig $X_LIBS $LIBS"
16506 cat >conftest.$ac_ext <<_ACEOF
16507 /* confdefs.h. */
16508 _ACEOF
16509 cat confdefs.h >>conftest.$ac_ext
16510 cat >>conftest.$ac_ext <<_ACEOF
16511 /* end confdefs.h. */
16513 /* Override any GCC internal prototype to avoid an error.
16514 Use char because int might match the return type of a GCC
16515 builtin and then its argument prototype would still apply. */
16516 #ifdef __cplusplus
16517 extern "C"
16518 #endif
16519 char FcInit ();
16521 main ()
16523 return FcInit ();
16525 return 0;
16527 _ACEOF
16528 rm -f conftest.$ac_objext conftest$ac_exeext
16529 if { (ac_try="$ac_link"
16530 case "(($ac_try" in
16531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16532 *) ac_try_echo=$ac_try;;
16533 esac
16534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16535 $as_echo "$ac_try_echo") >&5
16536 (eval "$ac_link") 2>conftest.er1
16537 ac_status=$?
16538 grep -v '^ *+' conftest.er1 >conftest.err
16539 rm -f conftest.er1
16540 cat conftest.err >&5
16541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); } && {
16543 test -z "$ac_c_werror_flag" ||
16544 test ! -s conftest.err
16545 } && test -s conftest$ac_exeext && {
16546 test "$cross_compiling" = yes ||
16547 $as_test_x conftest$ac_exeext
16548 }; then
16549 case "$LIBEXT" in
16550 dll) ;;
16551 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'` ;;
16552 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16553 esac
16554 else
16555 $as_echo "$as_me: failed program was:" >&5
16556 sed 's/^/| /' conftest.$ac_ext >&5
16561 rm -rf conftest.dSYM
16562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16563 conftest$ac_exeext conftest.$ac_ext
16564 LIBS=$ac_check_soname_save_LIBS
16566 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16567 { $as_echo "$as_me:$LINENO: result: not found" >&5
16568 $as_echo "not found" >&6; }
16570 else
16571 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16572 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16574 cat >>confdefs.h <<_ACEOF
16575 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16576 _ACEOF
16583 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16584 case "x$with_fontconfig" in
16585 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16586 xno) ;;
16587 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16588 This is an error since --with-fontconfig was requested." >&5
16589 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16590 This is an error since --with-fontconfig was requested." >&2;}
16591 { (exit 1); exit 1; }; } ;;
16592 esac
16596 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16597 then
16598 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16599 $as_echo_n "checking for -lssl... " >&6; }
16600 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16601 $as_echo_n "(cached) " >&6
16602 else
16603 ac_check_soname_save_LIBS=$LIBS
16604 LIBS="-lssl $LIBS"
16605 cat >conftest.$ac_ext <<_ACEOF
16606 /* confdefs.h. */
16607 _ACEOF
16608 cat confdefs.h >>conftest.$ac_ext
16609 cat >>conftest.$ac_ext <<_ACEOF
16610 /* end confdefs.h. */
16612 /* Override any GCC internal prototype to avoid an error.
16613 Use char because int might match the return type of a GCC
16614 builtin and then its argument prototype would still apply. */
16615 #ifdef __cplusplus
16616 extern "C"
16617 #endif
16618 char SSL_library_init ();
16620 main ()
16622 return SSL_library_init ();
16624 return 0;
16626 _ACEOF
16627 rm -f conftest.$ac_objext conftest$ac_exeext
16628 if { (ac_try="$ac_link"
16629 case "(($ac_try" in
16630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16631 *) ac_try_echo=$ac_try;;
16632 esac
16633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16634 $as_echo "$ac_try_echo") >&5
16635 (eval "$ac_link") 2>conftest.er1
16636 ac_status=$?
16637 grep -v '^ *+' conftest.er1 >conftest.err
16638 rm -f conftest.er1
16639 cat conftest.err >&5
16640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16641 (exit $ac_status); } && {
16642 test -z "$ac_c_werror_flag" ||
16643 test ! -s conftest.err
16644 } && test -s conftest$ac_exeext && {
16645 test "$cross_compiling" = yes ||
16646 $as_test_x conftest$ac_exeext
16647 }; then
16648 case "$LIBEXT" in
16649 dll) ;;
16650 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'` ;;
16651 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16652 esac
16653 else
16654 $as_echo "$as_me: failed program was:" >&5
16655 sed 's/^/| /' conftest.$ac_ext >&5
16660 rm -rf conftest.dSYM
16661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16662 conftest$ac_exeext conftest.$ac_ext
16663 LIBS=$ac_check_soname_save_LIBS
16665 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16666 { $as_echo "$as_me:$LINENO: result: not found" >&5
16667 $as_echo "not found" >&6; }
16669 else
16670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16671 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16673 cat >>confdefs.h <<_ACEOF
16674 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16675 _ACEOF
16680 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16681 $as_echo_n "checking for -lcrypto... " >&6; }
16682 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16683 $as_echo_n "(cached) " >&6
16684 else
16685 ac_check_soname_save_LIBS=$LIBS
16686 LIBS="-lcrypto $LIBS"
16687 cat >conftest.$ac_ext <<_ACEOF
16688 /* confdefs.h. */
16689 _ACEOF
16690 cat confdefs.h >>conftest.$ac_ext
16691 cat >>conftest.$ac_ext <<_ACEOF
16692 /* end confdefs.h. */
16694 /* Override any GCC internal prototype to avoid an error.
16695 Use char because int might match the return type of a GCC
16696 builtin and then its argument prototype would still apply. */
16697 #ifdef __cplusplus
16698 extern "C"
16699 #endif
16700 char BIO_new_socket ();
16702 main ()
16704 return BIO_new_socket ();
16706 return 0;
16708 _ACEOF
16709 rm -f conftest.$ac_objext conftest$ac_exeext
16710 if { (ac_try="$ac_link"
16711 case "(($ac_try" in
16712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16713 *) ac_try_echo=$ac_try;;
16714 esac
16715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16716 $as_echo "$ac_try_echo") >&5
16717 (eval "$ac_link") 2>conftest.er1
16718 ac_status=$?
16719 grep -v '^ *+' conftest.er1 >conftest.err
16720 rm -f conftest.er1
16721 cat conftest.err >&5
16722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); } && {
16724 test -z "$ac_c_werror_flag" ||
16725 test ! -s conftest.err
16726 } && test -s conftest$ac_exeext && {
16727 test "$cross_compiling" = yes ||
16728 $as_test_x conftest$ac_exeext
16729 }; then
16730 case "$LIBEXT" in
16731 dll) ;;
16732 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'` ;;
16733 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16734 esac
16735 else
16736 $as_echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16742 rm -rf conftest.dSYM
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16745 LIBS=$ac_check_soname_save_LIBS
16747 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16748 { $as_echo "$as_me:$LINENO: result: not found" >&5
16749 $as_echo "not found" >&6; }
16751 else
16752 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16753 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16755 cat >>confdefs.h <<_ACEOF
16756 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16757 _ACEOF
16763 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16764 case "x$with_openssl" in
16765 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16766 xno) ;;
16767 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16768 This is an error since --with-openssl was requested." >&5
16769 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16770 This is an error since --with-openssl was requested." >&2;}
16771 { (exit 1); exit 1; }; } ;;
16772 esac
16776 if test "$ac_cv_header_jpeglib_h" = "yes"
16777 then
16778 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16779 $as_echo_n "checking for -ljpeg... " >&6; }
16780 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16781 $as_echo_n "(cached) " >&6
16782 else
16783 ac_check_soname_save_LIBS=$LIBS
16784 LIBS="-ljpeg $LIBS"
16785 cat >conftest.$ac_ext <<_ACEOF
16786 /* confdefs.h. */
16787 _ACEOF
16788 cat confdefs.h >>conftest.$ac_ext
16789 cat >>conftest.$ac_ext <<_ACEOF
16790 /* end confdefs.h. */
16792 /* Override any GCC internal prototype to avoid an error.
16793 Use char because int might match the return type of a GCC
16794 builtin and then its argument prototype would still apply. */
16795 #ifdef __cplusplus
16796 extern "C"
16797 #endif
16798 char jpeg_start_decompress ();
16800 main ()
16802 return jpeg_start_decompress ();
16804 return 0;
16806 _ACEOF
16807 rm -f conftest.$ac_objext conftest$ac_exeext
16808 if { (ac_try="$ac_link"
16809 case "(($ac_try" in
16810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16811 *) ac_try_echo=$ac_try;;
16812 esac
16813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16814 $as_echo "$ac_try_echo") >&5
16815 (eval "$ac_link") 2>conftest.er1
16816 ac_status=$?
16817 grep -v '^ *+' conftest.er1 >conftest.err
16818 rm -f conftest.er1
16819 cat conftest.err >&5
16820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); } && {
16822 test -z "$ac_c_werror_flag" ||
16823 test ! -s conftest.err
16824 } && test -s conftest$ac_exeext && {
16825 test "$cross_compiling" = yes ||
16826 $as_test_x conftest$ac_exeext
16827 }; then
16828 case "$LIBEXT" in
16829 dll) ;;
16830 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'` ;;
16831 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16832 esac
16833 else
16834 $as_echo "$as_me: failed program was:" >&5
16835 sed 's/^/| /' conftest.$ac_ext >&5
16840 rm -rf conftest.dSYM
16841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16842 conftest$ac_exeext conftest.$ac_ext
16843 LIBS=$ac_check_soname_save_LIBS
16845 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16846 { $as_echo "$as_me:$LINENO: result: not found" >&5
16847 $as_echo "not found" >&6; }
16849 else
16850 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16851 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16853 cat >>confdefs.h <<_ACEOF
16854 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16855 _ACEOF
16861 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16862 case "x$with_jpeg" in
16863 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16864 xno) ;;
16865 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16866 This is an error since --with-jpeg was requested." >&5
16867 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16868 This is an error since --with-jpeg was requested." >&2;}
16869 { (exit 1); exit 1; }; } ;;
16870 esac
16874 if test "$ac_cv_header_png_h" = "yes"
16875 then
16876 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16877 $as_echo_n "checking for -lpng... " >&6; }
16878 if test "${ac_cv_lib_soname_png+set}" = set; then
16879 $as_echo_n "(cached) " >&6
16880 else
16881 ac_check_soname_save_LIBS=$LIBS
16882 LIBS="-lpng -lm -lz $LIBS"
16883 cat >conftest.$ac_ext <<_ACEOF
16884 /* confdefs.h. */
16885 _ACEOF
16886 cat confdefs.h >>conftest.$ac_ext
16887 cat >>conftest.$ac_ext <<_ACEOF
16888 /* end confdefs.h. */
16890 /* Override any GCC internal prototype to avoid an error.
16891 Use char because int might match the return type of a GCC
16892 builtin and then its argument prototype would still apply. */
16893 #ifdef __cplusplus
16894 extern "C"
16895 #endif
16896 char png_create_read_struct ();
16898 main ()
16900 return png_create_read_struct ();
16902 return 0;
16904 _ACEOF
16905 rm -f conftest.$ac_objext conftest$ac_exeext
16906 if { (ac_try="$ac_link"
16907 case "(($ac_try" in
16908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16909 *) ac_try_echo=$ac_try;;
16910 esac
16911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16912 $as_echo "$ac_try_echo") >&5
16913 (eval "$ac_link") 2>conftest.er1
16914 ac_status=$?
16915 grep -v '^ *+' conftest.er1 >conftest.err
16916 rm -f conftest.er1
16917 cat conftest.err >&5
16918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16919 (exit $ac_status); } && {
16920 test -z "$ac_c_werror_flag" ||
16921 test ! -s conftest.err
16922 } && test -s conftest$ac_exeext && {
16923 test "$cross_compiling" = yes ||
16924 $as_test_x conftest$ac_exeext
16925 }; then
16926 case "$LIBEXT" in
16927 dll) ;;
16928 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'` ;;
16929 *) 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'` ;;
16930 esac
16931 else
16932 $as_echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16938 rm -rf conftest.dSYM
16939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16940 conftest$ac_exeext conftest.$ac_ext
16941 LIBS=$ac_check_soname_save_LIBS
16943 if test "x$ac_cv_lib_soname_png" = "x"; then
16944 { $as_echo "$as_me:$LINENO: result: not found" >&5
16945 $as_echo "not found" >&6; }
16947 else
16948 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16949 $as_echo "$ac_cv_lib_soname_png" >&6; }
16951 cat >>confdefs.h <<_ACEOF
16952 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16953 _ACEOF
16959 if test "x$ac_cv_lib_soname_png" = "x"; then
16960 case "x$with_png" in
16961 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16962 xno) ;;
16963 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16964 This is an error since --with-png was requested." >&5
16965 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16966 This is an error since --with-png was requested." >&2;}
16967 { (exit 1); exit 1; }; } ;;
16968 esac
16972 if test "$ac_cv_header_kstat_h" = "yes"
16973 then
16974 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16975 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16976 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16977 $as_echo_n "(cached) " >&6
16978 else
16979 ac_check_lib_save_LIBS=$LIBS
16980 LIBS="-lkstat $LIBS"
16981 cat >conftest.$ac_ext <<_ACEOF
16982 /* confdefs.h. */
16983 _ACEOF
16984 cat confdefs.h >>conftest.$ac_ext
16985 cat >>conftest.$ac_ext <<_ACEOF
16986 /* end confdefs.h. */
16988 /* Override any GCC internal prototype to avoid an error.
16989 Use char because int might match the return type of a GCC
16990 builtin and then its argument prototype would still apply. */
16991 #ifdef __cplusplus
16992 extern "C"
16993 #endif
16994 char kstat_open ();
16996 main ()
16998 return kstat_open ();
17000 return 0;
17002 _ACEOF
17003 rm -f conftest.$ac_objext conftest$ac_exeext
17004 if { (ac_try="$ac_link"
17005 case "(($ac_try" in
17006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17007 *) ac_try_echo=$ac_try;;
17008 esac
17009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17010 $as_echo "$ac_try_echo") >&5
17011 (eval "$ac_link") 2>conftest.er1
17012 ac_status=$?
17013 grep -v '^ *+' conftest.er1 >conftest.err
17014 rm -f conftest.er1
17015 cat conftest.err >&5
17016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17017 (exit $ac_status); } && {
17018 test -z "$ac_c_werror_flag" ||
17019 test ! -s conftest.err
17020 } && test -s conftest$ac_exeext && {
17021 test "$cross_compiling" = yes ||
17022 $as_test_x conftest$ac_exeext
17023 }; then
17024 ac_cv_lib_kstat_kstat_open=yes
17025 else
17026 $as_echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17029 ac_cv_lib_kstat_kstat_open=no
17032 rm -rf conftest.dSYM
17033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17034 conftest$ac_exeext conftest.$ac_ext
17035 LIBS=$ac_check_lib_save_LIBS
17037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17038 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17039 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17041 cat >>confdefs.h <<\_ACEOF
17042 #define HAVE_LIBKSTAT 1
17043 _ACEOF
17045 LIBKSTAT="-lkstat"
17051 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17052 $as_echo_n "checking for -lodbc... " >&6; }
17053 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17054 $as_echo_n "(cached) " >&6
17055 else
17056 ac_check_soname_save_LIBS=$LIBS
17057 LIBS="-lodbc $LIBS"
17058 cat >conftest.$ac_ext <<_ACEOF
17059 /* confdefs.h. */
17060 _ACEOF
17061 cat confdefs.h >>conftest.$ac_ext
17062 cat >>conftest.$ac_ext <<_ACEOF
17063 /* end confdefs.h. */
17065 /* Override any GCC internal prototype to avoid an error.
17066 Use char because int might match the return type of a GCC
17067 builtin and then its argument prototype would still apply. */
17068 #ifdef __cplusplus
17069 extern "C"
17070 #endif
17071 char SQLConnect ();
17073 main ()
17075 return SQLConnect ();
17077 return 0;
17079 _ACEOF
17080 rm -f conftest.$ac_objext conftest$ac_exeext
17081 if { (ac_try="$ac_link"
17082 case "(($ac_try" in
17083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17084 *) ac_try_echo=$ac_try;;
17085 esac
17086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17087 $as_echo "$ac_try_echo") >&5
17088 (eval "$ac_link") 2>conftest.er1
17089 ac_status=$?
17090 grep -v '^ *+' conftest.er1 >conftest.err
17091 rm -f conftest.er1
17092 cat conftest.err >&5
17093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } && {
17095 test -z "$ac_c_werror_flag" ||
17096 test ! -s conftest.err
17097 } && test -s conftest$ac_exeext && {
17098 test "$cross_compiling" = yes ||
17099 $as_test_x conftest$ac_exeext
17100 }; then
17101 case "$LIBEXT" in
17102 dll) ;;
17103 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'` ;;
17104 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17105 esac
17106 else
17107 $as_echo "$as_me: failed program was:" >&5
17108 sed 's/^/| /' conftest.$ac_ext >&5
17113 rm -rf conftest.dSYM
17114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17115 conftest$ac_exeext conftest.$ac_ext
17116 LIBS=$ac_check_soname_save_LIBS
17118 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17119 { $as_echo "$as_me:$LINENO: result: not found" >&5
17120 $as_echo "not found" >&6; }
17121 cat >>confdefs.h <<_ACEOF
17122 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17123 _ACEOF
17125 else
17126 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17127 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17129 cat >>confdefs.h <<_ACEOF
17130 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17131 _ACEOF
17137 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17138 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17139 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17140 "$ac_cv_header_soundcard_h" != "yes" -a \
17141 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17142 then
17143 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17147 EXTRACFLAGS=""
17149 if test "x${GCC}" = "xyes"
17150 then
17151 EXTRACFLAGS="-Wall -pipe"
17153 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17154 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17155 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17156 $as_echo_n "(cached) " >&6
17157 else
17158 if test "$cross_compiling" = yes; then
17159 ac_cv_c_gcc_strength_bug="yes"
17160 else
17161 cat >conftest.$ac_ext <<_ACEOF
17162 /* confdefs.h. */
17163 _ACEOF
17164 cat confdefs.h >>conftest.$ac_ext
17165 cat >>conftest.$ac_ext <<_ACEOF
17166 /* end confdefs.h. */
17167 int L[4] = {0,1,2,3};
17169 main ()
17171 static int Array[3];
17172 unsigned int B = 3;
17173 int i;
17174 for(i=0; i<B; i++) Array[i] = i - 3;
17175 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17176 L[i] = 4;
17177 return (Array[1] != -2 || L[2] != 3)
17179 return 0;
17181 _ACEOF
17182 rm -f conftest$ac_exeext
17183 if { (ac_try="$ac_link"
17184 case "(($ac_try" in
17185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17186 *) ac_try_echo=$ac_try;;
17187 esac
17188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17189 $as_echo "$ac_try_echo") >&5
17190 (eval "$ac_link") 2>&5
17191 ac_status=$?
17192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17193 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17194 { (case "(($ac_try" in
17195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17196 *) ac_try_echo=$ac_try;;
17197 esac
17198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17199 $as_echo "$ac_try_echo") >&5
17200 (eval "$ac_try") 2>&5
17201 ac_status=$?
17202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17203 (exit $ac_status); }; }; then
17204 ac_cv_c_gcc_strength_bug="no"
17205 else
17206 $as_echo "$as_me: program exited with status $ac_status" >&5
17207 $as_echo "$as_me: failed program was:" >&5
17208 sed 's/^/| /' conftest.$ac_ext >&5
17210 ( exit $ac_status )
17211 ac_cv_c_gcc_strength_bug="yes"
17213 rm -rf conftest.dSYM
17214 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17219 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17220 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17221 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17222 then
17223 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17226 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17227 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17228 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17229 $as_echo_n "(cached) " >&6
17230 else
17231 ac_wine_try_cflags_saved=$CFLAGS
17232 CFLAGS="$CFLAGS -fno-builtin"
17233 cat >conftest.$ac_ext <<_ACEOF
17234 /* confdefs.h. */
17235 _ACEOF
17236 cat confdefs.h >>conftest.$ac_ext
17237 cat >>conftest.$ac_ext <<_ACEOF
17238 /* end confdefs.h. */
17241 main ()
17245 return 0;
17247 _ACEOF
17248 rm -f conftest.$ac_objext conftest$ac_exeext
17249 if { (ac_try="$ac_link"
17250 case "(($ac_try" in
17251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17252 *) ac_try_echo=$ac_try;;
17253 esac
17254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17255 $as_echo "$ac_try_echo") >&5
17256 (eval "$ac_link") 2>conftest.er1
17257 ac_status=$?
17258 grep -v '^ *+' conftest.er1 >conftest.err
17259 rm -f conftest.er1
17260 cat conftest.err >&5
17261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17262 (exit $ac_status); } && {
17263 test -z "$ac_c_werror_flag" ||
17264 test ! -s conftest.err
17265 } && test -s conftest$ac_exeext && {
17266 test "$cross_compiling" = yes ||
17267 $as_test_x conftest$ac_exeext
17268 }; then
17269 ac_cv_cflags__fno_builtin=yes
17270 else
17271 $as_echo "$as_me: failed program was:" >&5
17272 sed 's/^/| /' conftest.$ac_ext >&5
17274 ac_cv_cflags__fno_builtin=no
17277 rm -rf conftest.dSYM
17278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17279 conftest$ac_exeext conftest.$ac_ext
17280 CFLAGS=$ac_wine_try_cflags_saved
17282 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17283 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17284 if test $ac_cv_cflags__fno_builtin = yes; then
17285 BUILTINFLAG="-fno-builtin"
17289 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17290 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17291 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17292 $as_echo_n "(cached) " >&6
17293 else
17294 ac_wine_try_cflags_saved=$CFLAGS
17295 CFLAGS="$CFLAGS -fno-strict-aliasing"
17296 cat >conftest.$ac_ext <<_ACEOF
17297 /* confdefs.h. */
17298 _ACEOF
17299 cat confdefs.h >>conftest.$ac_ext
17300 cat >>conftest.$ac_ext <<_ACEOF
17301 /* end confdefs.h. */
17304 main ()
17308 return 0;
17310 _ACEOF
17311 rm -f conftest.$ac_objext conftest$ac_exeext
17312 if { (ac_try="$ac_link"
17313 case "(($ac_try" in
17314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17315 *) ac_try_echo=$ac_try;;
17316 esac
17317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17318 $as_echo "$ac_try_echo") >&5
17319 (eval "$ac_link") 2>conftest.er1
17320 ac_status=$?
17321 grep -v '^ *+' conftest.er1 >conftest.err
17322 rm -f conftest.er1
17323 cat conftest.err >&5
17324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17325 (exit $ac_status); } && {
17326 test -z "$ac_c_werror_flag" ||
17327 test ! -s conftest.err
17328 } && test -s conftest$ac_exeext && {
17329 test "$cross_compiling" = yes ||
17330 $as_test_x conftest$ac_exeext
17331 }; then
17332 ac_cv_cflags__fno_strict_aliasing=yes
17333 else
17334 $as_echo "$as_me: failed program was:" >&5
17335 sed 's/^/| /' conftest.$ac_ext >&5
17337 ac_cv_cflags__fno_strict_aliasing=no
17340 rm -rf conftest.dSYM
17341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17342 conftest$ac_exeext conftest.$ac_ext
17343 CFLAGS=$ac_wine_try_cflags_saved
17345 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17346 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17347 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17348 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17351 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17352 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17353 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17354 $as_echo_n "(cached) " >&6
17355 else
17356 ac_wine_try_cflags_saved=$CFLAGS
17357 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17358 cat >conftest.$ac_ext <<_ACEOF
17359 /* confdefs.h. */
17360 _ACEOF
17361 cat confdefs.h >>conftest.$ac_ext
17362 cat >>conftest.$ac_ext <<_ACEOF
17363 /* end confdefs.h. */
17366 main ()
17370 return 0;
17372 _ACEOF
17373 rm -f conftest.$ac_objext conftest$ac_exeext
17374 if { (ac_try="$ac_link"
17375 case "(($ac_try" in
17376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17377 *) ac_try_echo=$ac_try;;
17378 esac
17379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17380 $as_echo "$ac_try_echo") >&5
17381 (eval "$ac_link") 2>conftest.er1
17382 ac_status=$?
17383 grep -v '^ *+' conftest.er1 >conftest.err
17384 rm -f conftest.er1
17385 cat conftest.err >&5
17386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17387 (exit $ac_status); } && {
17388 test -z "$ac_c_werror_flag" ||
17389 test ! -s conftest.err
17390 } && test -s conftest$ac_exeext && {
17391 test "$cross_compiling" = yes ||
17392 $as_test_x conftest$ac_exeext
17393 }; then
17394 ac_cv_cflags__Wdeclaration_after_statement=yes
17395 else
17396 $as_echo "$as_me: failed program was:" >&5
17397 sed 's/^/| /' conftest.$ac_ext >&5
17399 ac_cv_cflags__Wdeclaration_after_statement=no
17402 rm -rf conftest.dSYM
17403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17404 conftest$ac_exeext conftest.$ac_ext
17405 CFLAGS=$ac_wine_try_cflags_saved
17407 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17408 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17409 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17410 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17413 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17414 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17415 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17416 $as_echo_n "(cached) " >&6
17417 else
17418 ac_wine_try_cflags_saved=$CFLAGS
17419 CFLAGS="$CFLAGS -Wwrite-strings"
17420 cat >conftest.$ac_ext <<_ACEOF
17421 /* confdefs.h. */
17422 _ACEOF
17423 cat confdefs.h >>conftest.$ac_ext
17424 cat >>conftest.$ac_ext <<_ACEOF
17425 /* end confdefs.h. */
17428 main ()
17432 return 0;
17434 _ACEOF
17435 rm -f conftest.$ac_objext conftest$ac_exeext
17436 if { (ac_try="$ac_link"
17437 case "(($ac_try" in
17438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17439 *) ac_try_echo=$ac_try;;
17440 esac
17441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17442 $as_echo "$ac_try_echo") >&5
17443 (eval "$ac_link") 2>conftest.er1
17444 ac_status=$?
17445 grep -v '^ *+' conftest.er1 >conftest.err
17446 rm -f conftest.er1
17447 cat conftest.err >&5
17448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17449 (exit $ac_status); } && {
17450 test -z "$ac_c_werror_flag" ||
17451 test ! -s conftest.err
17452 } && test -s conftest$ac_exeext && {
17453 test "$cross_compiling" = yes ||
17454 $as_test_x conftest$ac_exeext
17455 }; then
17456 ac_cv_cflags__Wwrite_strings=yes
17457 else
17458 $as_echo "$as_me: failed program was:" >&5
17459 sed 's/^/| /' conftest.$ac_ext >&5
17461 ac_cv_cflags__Wwrite_strings=no
17464 rm -rf conftest.dSYM
17465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17466 conftest$ac_exeext conftest.$ac_ext
17467 CFLAGS=$ac_wine_try_cflags_saved
17469 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17470 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17471 if test $ac_cv_cflags__Wwrite_strings = yes; then
17472 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17475 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17476 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17477 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17478 $as_echo_n "(cached) " >&6
17479 else
17480 ac_wine_try_cflags_saved=$CFLAGS
17481 CFLAGS="$CFLAGS -Wtype-limits"
17482 cat >conftest.$ac_ext <<_ACEOF
17483 /* confdefs.h. */
17484 _ACEOF
17485 cat confdefs.h >>conftest.$ac_ext
17486 cat >>conftest.$ac_ext <<_ACEOF
17487 /* end confdefs.h. */
17490 main ()
17494 return 0;
17496 _ACEOF
17497 rm -f conftest.$ac_objext conftest$ac_exeext
17498 if { (ac_try="$ac_link"
17499 case "(($ac_try" in
17500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17501 *) ac_try_echo=$ac_try;;
17502 esac
17503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17504 $as_echo "$ac_try_echo") >&5
17505 (eval "$ac_link") 2>conftest.er1
17506 ac_status=$?
17507 grep -v '^ *+' conftest.er1 >conftest.err
17508 rm -f conftest.er1
17509 cat conftest.err >&5
17510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17511 (exit $ac_status); } && {
17512 test -z "$ac_c_werror_flag" ||
17513 test ! -s conftest.err
17514 } && test -s conftest$ac_exeext && {
17515 test "$cross_compiling" = yes ||
17516 $as_test_x conftest$ac_exeext
17517 }; then
17518 ac_cv_cflags__Wtype_limits=yes
17519 else
17520 $as_echo "$as_me: failed program was:" >&5
17521 sed 's/^/| /' conftest.$ac_ext >&5
17523 ac_cv_cflags__Wtype_limits=no
17526 rm -rf conftest.dSYM
17527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17528 conftest$ac_exeext conftest.$ac_ext
17529 CFLAGS=$ac_wine_try_cflags_saved
17531 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17532 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17533 if test $ac_cv_cflags__Wtype_limits = yes; then
17534 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17538 saved_CFLAGS="$CFLAGS"
17539 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17540 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17541 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17542 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17543 $as_echo_n "(cached) " >&6
17544 else
17545 cat >conftest.$ac_ext <<_ACEOF
17546 /* confdefs.h. */
17547 _ACEOF
17548 cat confdefs.h >>conftest.$ac_ext
17549 cat >>conftest.$ac_ext <<_ACEOF
17550 /* end confdefs.h. */
17551 #include <string.h>
17553 main ()
17557 return 0;
17559 _ACEOF
17560 rm -f conftest.$ac_objext
17561 if { (ac_try="$ac_compile"
17562 case "(($ac_try" in
17563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17564 *) ac_try_echo=$ac_try;;
17565 esac
17566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17567 $as_echo "$ac_try_echo") >&5
17568 (eval "$ac_compile") 2>conftest.er1
17569 ac_status=$?
17570 grep -v '^ *+' conftest.er1 >conftest.err
17571 rm -f conftest.er1
17572 cat conftest.err >&5
17573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17574 (exit $ac_status); } && {
17575 test -z "$ac_c_werror_flag" ||
17576 test ! -s conftest.err
17577 } && test -s conftest.$ac_objext; then
17578 ac_cv_c_string_h_warnings=no
17579 else
17580 $as_echo "$as_me: failed program was:" >&5
17581 sed 's/^/| /' conftest.$ac_ext >&5
17583 ac_cv_c_string_h_warnings=yes
17586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17588 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17589 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17590 CFLAGS="$saved_CFLAGS"
17591 if test "$ac_cv_c_string_h_warnings" = "no"
17592 then
17593 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17598 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17599 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17600 if test "${ac_cv_asm_func_def+set}" = set; then
17601 $as_echo_n "(cached) " >&6
17602 else
17603 cat >conftest.$ac_ext <<_ACEOF
17604 /* confdefs.h. */
17605 _ACEOF
17606 cat confdefs.h >>conftest.$ac_ext
17607 cat >>conftest.$ac_ext <<_ACEOF
17608 /* end confdefs.h. */
17611 main ()
17613 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17615 return 0;
17617 _ACEOF
17618 rm -f conftest.$ac_objext conftest$ac_exeext
17619 if { (ac_try="$ac_link"
17620 case "(($ac_try" in
17621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17622 *) ac_try_echo=$ac_try;;
17623 esac
17624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17625 $as_echo "$ac_try_echo") >&5
17626 (eval "$ac_link") 2>conftest.er1
17627 ac_status=$?
17628 grep -v '^ *+' conftest.er1 >conftest.err
17629 rm -f conftest.er1
17630 cat conftest.err >&5
17631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17632 (exit $ac_status); } && {
17633 test -z "$ac_c_werror_flag" ||
17634 test ! -s conftest.err
17635 } && test -s conftest$ac_exeext && {
17636 test "$cross_compiling" = yes ||
17637 $as_test_x conftest$ac_exeext
17638 }; then
17639 ac_cv_asm_func_def=".def"
17640 else
17641 $as_echo "$as_me: failed program was:" >&5
17642 sed 's/^/| /' conftest.$ac_ext >&5
17644 cat >conftest.$ac_ext <<_ACEOF
17645 /* confdefs.h. */
17646 _ACEOF
17647 cat confdefs.h >>conftest.$ac_ext
17648 cat >>conftest.$ac_ext <<_ACEOF
17649 /* end confdefs.h. */
17652 main ()
17654 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17656 return 0;
17658 _ACEOF
17659 rm -f conftest.$ac_objext conftest$ac_exeext
17660 if { (ac_try="$ac_link"
17661 case "(($ac_try" in
17662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17663 *) ac_try_echo=$ac_try;;
17664 esac
17665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17666 $as_echo "$ac_try_echo") >&5
17667 (eval "$ac_link") 2>conftest.er1
17668 ac_status=$?
17669 grep -v '^ *+' conftest.er1 >conftest.err
17670 rm -f conftest.er1
17671 cat conftest.err >&5
17672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17673 (exit $ac_status); } && {
17674 test -z "$ac_c_werror_flag" ||
17675 test ! -s conftest.err
17676 } && test -s conftest$ac_exeext && {
17677 test "$cross_compiling" = yes ||
17678 $as_test_x conftest$ac_exeext
17679 }; then
17680 ac_cv_asm_func_def=".type @function"
17681 else
17682 $as_echo "$as_me: failed program was:" >&5
17683 sed 's/^/| /' conftest.$ac_ext >&5
17685 cat >conftest.$ac_ext <<_ACEOF
17686 /* confdefs.h. */
17687 _ACEOF
17688 cat confdefs.h >>conftest.$ac_ext
17689 cat >>conftest.$ac_ext <<_ACEOF
17690 /* end confdefs.h. */
17693 main ()
17695 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17697 return 0;
17699 _ACEOF
17700 rm -f conftest.$ac_objext conftest$ac_exeext
17701 if { (ac_try="$ac_link"
17702 case "(($ac_try" in
17703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17704 *) ac_try_echo=$ac_try;;
17705 esac
17706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17707 $as_echo "$ac_try_echo") >&5
17708 (eval "$ac_link") 2>conftest.er1
17709 ac_status=$?
17710 grep -v '^ *+' conftest.er1 >conftest.err
17711 rm -f conftest.er1
17712 cat conftest.err >&5
17713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17714 (exit $ac_status); } && {
17715 test -z "$ac_c_werror_flag" ||
17716 test ! -s conftest.err
17717 } && test -s conftest$ac_exeext && {
17718 test "$cross_compiling" = yes ||
17719 $as_test_x conftest$ac_exeext
17720 }; then
17721 ac_cv_asm_func_def=".type 2"
17722 else
17723 $as_echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.$ac_ext >&5
17726 ac_cv_asm_func_def="unknown"
17729 rm -rf conftest.dSYM
17730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17731 conftest$ac_exeext conftest.$ac_ext
17734 rm -rf conftest.dSYM
17735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17736 conftest$ac_exeext conftest.$ac_ext
17739 rm -rf conftest.dSYM
17740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17741 conftest$ac_exeext conftest.$ac_ext
17743 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17744 $as_echo "$ac_cv_asm_func_def" >&6; }
17748 case "$ac_cv_asm_func_def" in
17749 ".def")
17750 cat >>confdefs.h <<\_ACEOF
17751 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17752 _ACEOF
17754 ".type @function")
17755 cat >>confdefs.h <<\_ACEOF
17756 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17757 _ACEOF
17759 ".type 2")
17760 cat >>confdefs.h <<\_ACEOF
17761 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17762 _ACEOF
17765 cat >>confdefs.h <<\_ACEOF
17766 #define __ASM_FUNC(name) ""
17767 _ACEOF
17769 esac
17772 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17773 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17774 if test "${ac_cv_c_extern_prefix+set}" = set; then
17775 $as_echo_n "(cached) " >&6
17776 else
17777 cat >conftest.$ac_ext <<_ACEOF
17778 /* confdefs.h. */
17779 _ACEOF
17780 cat confdefs.h >>conftest.$ac_ext
17781 cat >>conftest.$ac_ext <<_ACEOF
17782 /* end confdefs.h. */
17783 extern int ac_test;
17785 main ()
17787 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17789 return 0;
17791 _ACEOF
17792 rm -f conftest.$ac_objext conftest$ac_exeext
17793 if { (ac_try="$ac_link"
17794 case "(($ac_try" in
17795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17796 *) ac_try_echo=$ac_try;;
17797 esac
17798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17799 $as_echo "$ac_try_echo") >&5
17800 (eval "$ac_link") 2>conftest.er1
17801 ac_status=$?
17802 grep -v '^ *+' conftest.er1 >conftest.err
17803 rm -f conftest.er1
17804 cat conftest.err >&5
17805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17806 (exit $ac_status); } && {
17807 test -z "$ac_c_werror_flag" ||
17808 test ! -s conftest.err
17809 } && test -s conftest$ac_exeext && {
17810 test "$cross_compiling" = yes ||
17811 $as_test_x conftest$ac_exeext
17812 }; then
17813 ac_cv_c_extern_prefix="yes"
17814 else
17815 $as_echo "$as_me: failed program was:" >&5
17816 sed 's/^/| /' conftest.$ac_ext >&5
17818 ac_cv_c_extern_prefix="no"
17821 rm -rf conftest.dSYM
17822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17823 conftest$ac_exeext conftest.$ac_ext
17825 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17826 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17830 if test "$ac_cv_c_extern_prefix" = "yes"
17831 then
17832 cat >>confdefs.h <<\_ACEOF
17833 #define __ASM_NAME(name) "_" name
17834 _ACEOF
17836 else
17837 cat >>confdefs.h <<\_ACEOF
17838 #define __ASM_NAME(name) name
17839 _ACEOF
17844 LDPATH=""
17846 case $build_os in
17847 cygwin*|mingw32*)
17848 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17850 darwin*|macosx*)
17853 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17855 esac
17857 case $host_os in
17858 mingw32*)
17859 CRTLIBS="-lmsvcrt"
17861 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17864 esac
17866 case $host_cpu in
17867 *i[3456789]86*)
17868 case $host_os in
17869 linux* | k*bsd*-gnu)
17870 EXTRA_BINARIES="wine-preloader"
17872 esac
17874 esac
17877 ac_save_CFLAGS="$CFLAGS"
17878 CFLAGS="$CFLAGS $BUILTINFLAG"
17947 for ac_func in \
17948 _pclose \
17949 _popen \
17950 _snprintf \
17951 _spawnvp \
17952 _strdup \
17953 _stricmp \
17954 _strnicmp \
17955 _strtoi64 \
17956 _strtoui64 \
17957 _vsnprintf \
17958 asctime_r \
17959 chsize \
17960 dlopen \
17961 epoll_create \
17962 ffs \
17963 finite \
17964 fork \
17965 fpclass \
17966 fstatfs \
17967 fstatvfs \
17968 ftruncate \
17969 futimes \
17970 futimesat \
17971 getdirentries \
17972 getopt_long \
17973 getpagesize \
17974 getpwuid \
17975 gettid \
17976 gettimeofday \
17977 getuid \
17978 kqueue \
17979 lstat \
17980 memmove \
17981 mmap \
17982 pclose \
17983 poll \
17984 popen \
17985 prctl \
17986 pread \
17987 pwrite \
17988 readdir \
17989 readlink \
17990 sched_yield \
17991 select \
17992 setproctitle \
17993 setrlimit \
17994 settimeofday \
17995 sigaltstack \
17996 sigprocmask \
17997 snprintf \
17998 spawnvp \
17999 statfs \
18000 statvfs \
18001 strcasecmp \
18002 strdup \
18003 strerror \
18004 strncasecmp \
18005 strtold \
18006 strtoll \
18007 strtoull \
18008 symlink \
18009 tcgetattr \
18010 thr_kill2 \
18011 timegm \
18012 usleep \
18013 vsnprintf \
18014 wait4 \
18015 waitpid \
18018 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18019 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18020 $as_echo_n "checking for $ac_func... " >&6; }
18021 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18022 $as_echo_n "(cached) " >&6
18023 else
18024 cat >conftest.$ac_ext <<_ACEOF
18025 /* confdefs.h. */
18026 _ACEOF
18027 cat confdefs.h >>conftest.$ac_ext
18028 cat >>conftest.$ac_ext <<_ACEOF
18029 /* end confdefs.h. */
18030 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18031 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18032 #define $ac_func innocuous_$ac_func
18034 /* System header to define __stub macros and hopefully few prototypes,
18035 which can conflict with char $ac_func (); below.
18036 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18037 <limits.h> exists even on freestanding compilers. */
18039 #ifdef __STDC__
18040 # include <limits.h>
18041 #else
18042 # include <assert.h>
18043 #endif
18045 #undef $ac_func
18047 /* Override any GCC internal prototype to avoid an error.
18048 Use char because int might match the return type of a GCC
18049 builtin and then its argument prototype would still apply. */
18050 #ifdef __cplusplus
18051 extern "C"
18052 #endif
18053 char $ac_func ();
18054 /* The GNU C library defines this for functions which it implements
18055 to always fail with ENOSYS. Some functions are actually named
18056 something starting with __ and the normal name is an alias. */
18057 #if defined __stub_$ac_func || defined __stub___$ac_func
18058 choke me
18059 #endif
18062 main ()
18064 return $ac_func ();
18066 return 0;
18068 _ACEOF
18069 rm -f conftest.$ac_objext conftest$ac_exeext
18070 if { (ac_try="$ac_link"
18071 case "(($ac_try" in
18072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18073 *) ac_try_echo=$ac_try;;
18074 esac
18075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18076 $as_echo "$ac_try_echo") >&5
18077 (eval "$ac_link") 2>conftest.er1
18078 ac_status=$?
18079 grep -v '^ *+' conftest.er1 >conftest.err
18080 rm -f conftest.er1
18081 cat conftest.err >&5
18082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); } && {
18084 test -z "$ac_c_werror_flag" ||
18085 test ! -s conftest.err
18086 } && test -s conftest$ac_exeext && {
18087 test "$cross_compiling" = yes ||
18088 $as_test_x conftest$ac_exeext
18089 }; then
18090 eval "$as_ac_var=yes"
18091 else
18092 $as_echo "$as_me: failed program was:" >&5
18093 sed 's/^/| /' conftest.$ac_ext >&5
18095 eval "$as_ac_var=no"
18098 rm -rf conftest.dSYM
18099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18100 conftest$ac_exeext conftest.$ac_ext
18102 ac_res=`eval 'as_val=${'$as_ac_var'}
18103 $as_echo "$as_val"'`
18104 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18105 $as_echo "$ac_res" >&6; }
18106 as_val=`eval 'as_val=${'$as_ac_var'}
18107 $as_echo "$as_val"'`
18108 if test "x$as_val" = x""yes; then
18109 cat >>confdefs.h <<_ACEOF
18110 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18111 _ACEOF
18114 done
18116 CFLAGS="$ac_save_CFLAGS"
18118 if test "$ac_cv_func_dlopen" = no
18119 then
18120 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18121 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18122 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18123 $as_echo_n "(cached) " >&6
18124 else
18125 ac_check_lib_save_LIBS=$LIBS
18126 LIBS="-ldl $LIBS"
18127 cat >conftest.$ac_ext <<_ACEOF
18128 /* confdefs.h. */
18129 _ACEOF
18130 cat confdefs.h >>conftest.$ac_ext
18131 cat >>conftest.$ac_ext <<_ACEOF
18132 /* end confdefs.h. */
18134 /* Override any GCC internal prototype to avoid an error.
18135 Use char because int might match the return type of a GCC
18136 builtin and then its argument prototype would still apply. */
18137 #ifdef __cplusplus
18138 extern "C"
18139 #endif
18140 char dlopen ();
18142 main ()
18144 return dlopen ();
18146 return 0;
18148 _ACEOF
18149 rm -f conftest.$ac_objext conftest$ac_exeext
18150 if { (ac_try="$ac_link"
18151 case "(($ac_try" in
18152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18153 *) ac_try_echo=$ac_try;;
18154 esac
18155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18156 $as_echo "$ac_try_echo") >&5
18157 (eval "$ac_link") 2>conftest.er1
18158 ac_status=$?
18159 grep -v '^ *+' conftest.er1 >conftest.err
18160 rm -f conftest.er1
18161 cat conftest.err >&5
18162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest$ac_exeext && {
18167 test "$cross_compiling" = yes ||
18168 $as_test_x conftest$ac_exeext
18169 }; then
18170 ac_cv_lib_dl_dlopen=yes
18171 else
18172 $as_echo "$as_me: failed program was:" >&5
18173 sed 's/^/| /' conftest.$ac_ext >&5
18175 ac_cv_lib_dl_dlopen=no
18178 rm -rf conftest.dSYM
18179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18180 conftest$ac_exeext conftest.$ac_ext
18181 LIBS=$ac_check_lib_save_LIBS
18183 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18184 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18185 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18186 cat >>confdefs.h <<\_ACEOF
18187 #define HAVE_DLOPEN 1
18188 _ACEOF
18189 LIBDL="-ldl"
18194 ac_wine_check_funcs_save_LIBS="$LIBS"
18195 LIBS="$LIBS $LIBDL"
18197 for ac_func in dladdr
18199 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18200 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18201 $as_echo_n "checking for $ac_func... " >&6; }
18202 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18203 $as_echo_n "(cached) " >&6
18204 else
18205 cat >conftest.$ac_ext <<_ACEOF
18206 /* confdefs.h. */
18207 _ACEOF
18208 cat confdefs.h >>conftest.$ac_ext
18209 cat >>conftest.$ac_ext <<_ACEOF
18210 /* end confdefs.h. */
18211 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18213 #define $ac_func innocuous_$ac_func
18215 /* System header to define __stub macros and hopefully few prototypes,
18216 which can conflict with char $ac_func (); below.
18217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18218 <limits.h> exists even on freestanding compilers. */
18220 #ifdef __STDC__
18221 # include <limits.h>
18222 #else
18223 # include <assert.h>
18224 #endif
18226 #undef $ac_func
18228 /* Override any GCC internal prototype to avoid an error.
18229 Use char because int might match the return type of a GCC
18230 builtin and then its argument prototype would still apply. */
18231 #ifdef __cplusplus
18232 extern "C"
18233 #endif
18234 char $ac_func ();
18235 /* The GNU C library defines this for functions which it implements
18236 to always fail with ENOSYS. Some functions are actually named
18237 something starting with __ and the normal name is an alias. */
18238 #if defined __stub_$ac_func || defined __stub___$ac_func
18239 choke me
18240 #endif
18243 main ()
18245 return $ac_func ();
18247 return 0;
18249 _ACEOF
18250 rm -f conftest.$ac_objext conftest$ac_exeext
18251 if { (ac_try="$ac_link"
18252 case "(($ac_try" in
18253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18254 *) ac_try_echo=$ac_try;;
18255 esac
18256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18257 $as_echo "$ac_try_echo") >&5
18258 (eval "$ac_link") 2>conftest.er1
18259 ac_status=$?
18260 grep -v '^ *+' conftest.er1 >conftest.err
18261 rm -f conftest.er1
18262 cat conftest.err >&5
18263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18264 (exit $ac_status); } && {
18265 test -z "$ac_c_werror_flag" ||
18266 test ! -s conftest.err
18267 } && test -s conftest$ac_exeext && {
18268 test "$cross_compiling" = yes ||
18269 $as_test_x conftest$ac_exeext
18270 }; then
18271 eval "$as_ac_var=yes"
18272 else
18273 $as_echo "$as_me: failed program was:" >&5
18274 sed 's/^/| /' conftest.$ac_ext >&5
18276 eval "$as_ac_var=no"
18279 rm -rf conftest.dSYM
18280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18281 conftest$ac_exeext conftest.$ac_ext
18283 ac_res=`eval 'as_val=${'$as_ac_var'}
18284 $as_echo "$as_val"'`
18285 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18286 $as_echo "$ac_res" >&6; }
18287 as_val=`eval 'as_val=${'$as_ac_var'}
18288 $as_echo "$as_val"'`
18289 if test "x$as_val" = x""yes; then
18290 cat >>confdefs.h <<_ACEOF
18291 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18292 _ACEOF
18295 done
18297 LIBS="$ac_wine_check_funcs_save_LIBS"
18299 if test "$ac_cv_func_poll" = no
18300 then
18301 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18302 $as_echo_n "checking for poll in -lpoll... " >&6; }
18303 if test "${ac_cv_lib_poll_poll+set}" = set; then
18304 $as_echo_n "(cached) " >&6
18305 else
18306 ac_check_lib_save_LIBS=$LIBS
18307 LIBS="-lpoll $LIBS"
18308 cat >conftest.$ac_ext <<_ACEOF
18309 /* confdefs.h. */
18310 _ACEOF
18311 cat confdefs.h >>conftest.$ac_ext
18312 cat >>conftest.$ac_ext <<_ACEOF
18313 /* end confdefs.h. */
18315 /* Override any GCC internal prototype to avoid an error.
18316 Use char because int might match the return type of a GCC
18317 builtin and then its argument prototype would still apply. */
18318 #ifdef __cplusplus
18319 extern "C"
18320 #endif
18321 char poll ();
18323 main ()
18325 return poll ();
18327 return 0;
18329 _ACEOF
18330 rm -f conftest.$ac_objext conftest$ac_exeext
18331 if { (ac_try="$ac_link"
18332 case "(($ac_try" in
18333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18334 *) ac_try_echo=$ac_try;;
18335 esac
18336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18337 $as_echo "$ac_try_echo") >&5
18338 (eval "$ac_link") 2>conftest.er1
18339 ac_status=$?
18340 grep -v '^ *+' conftest.er1 >conftest.err
18341 rm -f conftest.er1
18342 cat conftest.err >&5
18343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344 (exit $ac_status); } && {
18345 test -z "$ac_c_werror_flag" ||
18346 test ! -s conftest.err
18347 } && test -s conftest$ac_exeext && {
18348 test "$cross_compiling" = yes ||
18349 $as_test_x conftest$ac_exeext
18350 }; then
18351 ac_cv_lib_poll_poll=yes
18352 else
18353 $as_echo "$as_me: failed program was:" >&5
18354 sed 's/^/| /' conftest.$ac_ext >&5
18356 ac_cv_lib_poll_poll=no
18359 rm -rf conftest.dSYM
18360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18361 conftest$ac_exeext conftest.$ac_ext
18362 LIBS=$ac_check_lib_save_LIBS
18364 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18365 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18366 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18367 cat >>confdefs.h <<\_ACEOF
18368 #define HAVE_POLL 1
18369 _ACEOF
18370 LIBPOLL="-lpoll"
18376 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18377 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18378 if test "${ac_cv_search_gethostbyname+set}" = set; then
18379 $as_echo_n "(cached) " >&6
18380 else
18381 ac_func_search_save_LIBS=$LIBS
18382 cat >conftest.$ac_ext <<_ACEOF
18383 /* confdefs.h. */
18384 _ACEOF
18385 cat confdefs.h >>conftest.$ac_ext
18386 cat >>conftest.$ac_ext <<_ACEOF
18387 /* end confdefs.h. */
18389 /* Override any GCC internal prototype to avoid an error.
18390 Use char because int might match the return type of a GCC
18391 builtin and then its argument prototype would still apply. */
18392 #ifdef __cplusplus
18393 extern "C"
18394 #endif
18395 char gethostbyname ();
18397 main ()
18399 return gethostbyname ();
18401 return 0;
18403 _ACEOF
18404 for ac_lib in '' nsl; do
18405 if test -z "$ac_lib"; then
18406 ac_res="none required"
18407 else
18408 ac_res=-l$ac_lib
18409 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18411 rm -f conftest.$ac_objext conftest$ac_exeext
18412 if { (ac_try="$ac_link"
18413 case "(($ac_try" in
18414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18415 *) ac_try_echo=$ac_try;;
18416 esac
18417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18418 $as_echo "$ac_try_echo") >&5
18419 (eval "$ac_link") 2>conftest.er1
18420 ac_status=$?
18421 grep -v '^ *+' conftest.er1 >conftest.err
18422 rm -f conftest.er1
18423 cat conftest.err >&5
18424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18425 (exit $ac_status); } && {
18426 test -z "$ac_c_werror_flag" ||
18427 test ! -s conftest.err
18428 } && test -s conftest$ac_exeext && {
18429 test "$cross_compiling" = yes ||
18430 $as_test_x conftest$ac_exeext
18431 }; then
18432 ac_cv_search_gethostbyname=$ac_res
18433 else
18434 $as_echo "$as_me: failed program was:" >&5
18435 sed 's/^/| /' conftest.$ac_ext >&5
18440 rm -rf conftest.dSYM
18441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18442 conftest$ac_exeext
18443 if test "${ac_cv_search_gethostbyname+set}" = set; then
18444 break
18446 done
18447 if test "${ac_cv_search_gethostbyname+set}" = set; then
18449 else
18450 ac_cv_search_gethostbyname=no
18452 rm conftest.$ac_ext
18453 LIBS=$ac_func_search_save_LIBS
18455 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18456 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18457 ac_res=$ac_cv_search_gethostbyname
18458 if test "$ac_res" != no; then
18459 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18464 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18465 $as_echo_n "checking for library containing connect... " >&6; }
18466 if test "${ac_cv_search_connect+set}" = set; then
18467 $as_echo_n "(cached) " >&6
18468 else
18469 ac_func_search_save_LIBS=$LIBS
18470 cat >conftest.$ac_ext <<_ACEOF
18471 /* confdefs.h. */
18472 _ACEOF
18473 cat confdefs.h >>conftest.$ac_ext
18474 cat >>conftest.$ac_ext <<_ACEOF
18475 /* end confdefs.h. */
18477 /* Override any GCC internal prototype to avoid an error.
18478 Use char because int might match the return type of a GCC
18479 builtin and then its argument prototype would still apply. */
18480 #ifdef __cplusplus
18481 extern "C"
18482 #endif
18483 char connect ();
18485 main ()
18487 return connect ();
18489 return 0;
18491 _ACEOF
18492 for ac_lib in '' socket; do
18493 if test -z "$ac_lib"; then
18494 ac_res="none required"
18495 else
18496 ac_res=-l$ac_lib
18497 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18499 rm -f conftest.$ac_objext conftest$ac_exeext
18500 if { (ac_try="$ac_link"
18501 case "(($ac_try" in
18502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18503 *) ac_try_echo=$ac_try;;
18504 esac
18505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18506 $as_echo "$ac_try_echo") >&5
18507 (eval "$ac_link") 2>conftest.er1
18508 ac_status=$?
18509 grep -v '^ *+' conftest.er1 >conftest.err
18510 rm -f conftest.er1
18511 cat conftest.err >&5
18512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } && {
18514 test -z "$ac_c_werror_flag" ||
18515 test ! -s conftest.err
18516 } && test -s conftest$ac_exeext && {
18517 test "$cross_compiling" = yes ||
18518 $as_test_x conftest$ac_exeext
18519 }; then
18520 ac_cv_search_connect=$ac_res
18521 else
18522 $as_echo "$as_me: failed program was:" >&5
18523 sed 's/^/| /' conftest.$ac_ext >&5
18528 rm -rf conftest.dSYM
18529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18530 conftest$ac_exeext
18531 if test "${ac_cv_search_connect+set}" = set; then
18532 break
18534 done
18535 if test "${ac_cv_search_connect+set}" = set; then
18537 else
18538 ac_cv_search_connect=no
18540 rm conftest.$ac_ext
18541 LIBS=$ac_func_search_save_LIBS
18543 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18544 $as_echo "$ac_cv_search_connect" >&6; }
18545 ac_res=$ac_cv_search_connect
18546 if test "$ac_res" != no; then
18547 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18552 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18553 $as_echo_n "checking for library containing inet_aton... " >&6; }
18554 if test "${ac_cv_search_inet_aton+set}" = set; then
18555 $as_echo_n "(cached) " >&6
18556 else
18557 ac_func_search_save_LIBS=$LIBS
18558 cat >conftest.$ac_ext <<_ACEOF
18559 /* confdefs.h. */
18560 _ACEOF
18561 cat confdefs.h >>conftest.$ac_ext
18562 cat >>conftest.$ac_ext <<_ACEOF
18563 /* end confdefs.h. */
18565 /* Override any GCC internal prototype to avoid an error.
18566 Use char because int might match the return type of a GCC
18567 builtin and then its argument prototype would still apply. */
18568 #ifdef __cplusplus
18569 extern "C"
18570 #endif
18571 char inet_aton ();
18573 main ()
18575 return inet_aton ();
18577 return 0;
18579 _ACEOF
18580 for ac_lib in '' resolv; do
18581 if test -z "$ac_lib"; then
18582 ac_res="none required"
18583 else
18584 ac_res=-l$ac_lib
18585 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18587 rm -f conftest.$ac_objext conftest$ac_exeext
18588 if { (ac_try="$ac_link"
18589 case "(($ac_try" in
18590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18591 *) ac_try_echo=$ac_try;;
18592 esac
18593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18594 $as_echo "$ac_try_echo") >&5
18595 (eval "$ac_link") 2>conftest.er1
18596 ac_status=$?
18597 grep -v '^ *+' conftest.er1 >conftest.err
18598 rm -f conftest.er1
18599 cat conftest.err >&5
18600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18601 (exit $ac_status); } && {
18602 test -z "$ac_c_werror_flag" ||
18603 test ! -s conftest.err
18604 } && test -s conftest$ac_exeext && {
18605 test "$cross_compiling" = yes ||
18606 $as_test_x conftest$ac_exeext
18607 }; then
18608 ac_cv_search_inet_aton=$ac_res
18609 else
18610 $as_echo "$as_me: failed program was:" >&5
18611 sed 's/^/| /' conftest.$ac_ext >&5
18616 rm -rf conftest.dSYM
18617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18618 conftest$ac_exeext
18619 if test "${ac_cv_search_inet_aton+set}" = set; then
18620 break
18622 done
18623 if test "${ac_cv_search_inet_aton+set}" = set; then
18625 else
18626 ac_cv_search_inet_aton=no
18628 rm conftest.$ac_ext
18629 LIBS=$ac_func_search_save_LIBS
18631 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18632 $as_echo "$ac_cv_search_inet_aton" >&6; }
18633 ac_res=$ac_cv_search_inet_aton
18634 if test "$ac_res" != no; then
18635 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18651 for ac_func in \
18652 getaddrinfo \
18653 getnameinfo \
18654 getnetbyname \
18655 getprotobyname \
18656 getprotobynumber \
18657 getservbyport \
18658 inet_network \
18659 inet_ntop \
18660 inet_pton \
18661 sendmsg \
18662 socketpair \
18665 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18666 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18667 $as_echo_n "checking for $ac_func... " >&6; }
18668 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18669 $as_echo_n "(cached) " >&6
18670 else
18671 cat >conftest.$ac_ext <<_ACEOF
18672 /* confdefs.h. */
18673 _ACEOF
18674 cat confdefs.h >>conftest.$ac_ext
18675 cat >>conftest.$ac_ext <<_ACEOF
18676 /* end confdefs.h. */
18677 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18678 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18679 #define $ac_func innocuous_$ac_func
18681 /* System header to define __stub macros and hopefully few prototypes,
18682 which can conflict with char $ac_func (); below.
18683 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18684 <limits.h> exists even on freestanding compilers. */
18686 #ifdef __STDC__
18687 # include <limits.h>
18688 #else
18689 # include <assert.h>
18690 #endif
18692 #undef $ac_func
18694 /* Override any GCC internal prototype to avoid an error.
18695 Use char because int might match the return type of a GCC
18696 builtin and then its argument prototype would still apply. */
18697 #ifdef __cplusplus
18698 extern "C"
18699 #endif
18700 char $ac_func ();
18701 /* The GNU C library defines this for functions which it implements
18702 to always fail with ENOSYS. Some functions are actually named
18703 something starting with __ and the normal name is an alias. */
18704 #if defined __stub_$ac_func || defined __stub___$ac_func
18705 choke me
18706 #endif
18709 main ()
18711 return $ac_func ();
18713 return 0;
18715 _ACEOF
18716 rm -f conftest.$ac_objext conftest$ac_exeext
18717 if { (ac_try="$ac_link"
18718 case "(($ac_try" in
18719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18720 *) ac_try_echo=$ac_try;;
18721 esac
18722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18723 $as_echo "$ac_try_echo") >&5
18724 (eval "$ac_link") 2>conftest.er1
18725 ac_status=$?
18726 grep -v '^ *+' conftest.er1 >conftest.err
18727 rm -f conftest.er1
18728 cat conftest.err >&5
18729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18730 (exit $ac_status); } && {
18731 test -z "$ac_c_werror_flag" ||
18732 test ! -s conftest.err
18733 } && test -s conftest$ac_exeext && {
18734 test "$cross_compiling" = yes ||
18735 $as_test_x conftest$ac_exeext
18736 }; then
18737 eval "$as_ac_var=yes"
18738 else
18739 $as_echo "$as_me: failed program was:" >&5
18740 sed 's/^/| /' conftest.$ac_ext >&5
18742 eval "$as_ac_var=no"
18745 rm -rf conftest.dSYM
18746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18747 conftest$ac_exeext conftest.$ac_ext
18749 ac_res=`eval 'as_val=${'$as_ac_var'}
18750 $as_echo "$as_val"'`
18751 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18752 $as_echo "$ac_res" >&6; }
18753 as_val=`eval 'as_val=${'$as_ac_var'}
18754 $as_echo "$as_val"'`
18755 if test "x$as_val" = x""yes; then
18756 cat >>confdefs.h <<_ACEOF
18757 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18758 _ACEOF
18761 done
18764 LDAPLIBS=""
18766 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18767 then
18768 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18769 $as_echo_n "checking for LDAPSortKey... " >&6; }
18770 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18771 $as_echo_n "(cached) " >&6
18772 else
18773 ac_cv_type_LDAPSortKey=no
18774 cat >conftest.$ac_ext <<_ACEOF
18775 /* confdefs.h. */
18776 _ACEOF
18777 cat confdefs.h >>conftest.$ac_ext
18778 cat >>conftest.$ac_ext <<_ACEOF
18779 /* end confdefs.h. */
18780 #include <ldap.h>
18783 main ()
18785 if (sizeof (LDAPSortKey))
18786 return 0;
18788 return 0;
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795 *) ac_try_echo=$ac_try;;
18796 esac
18797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18798 $as_echo "$ac_try_echo") >&5
18799 (eval "$ac_compile") 2>conftest.er1
18800 ac_status=$?
18801 grep -v '^ *+' conftest.er1 >conftest.err
18802 rm -f conftest.er1
18803 cat conftest.err >&5
18804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); } && {
18806 test -z "$ac_c_werror_flag" ||
18807 test ! -s conftest.err
18808 } && test -s conftest.$ac_objext; then
18809 cat >conftest.$ac_ext <<_ACEOF
18810 /* confdefs.h. */
18811 _ACEOF
18812 cat confdefs.h >>conftest.$ac_ext
18813 cat >>conftest.$ac_ext <<_ACEOF
18814 /* end confdefs.h. */
18815 #include <ldap.h>
18818 main ()
18820 if (sizeof ((LDAPSortKey)))
18821 return 0;
18823 return 0;
18825 _ACEOF
18826 rm -f conftest.$ac_objext
18827 if { (ac_try="$ac_compile"
18828 case "(($ac_try" in
18829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18830 *) ac_try_echo=$ac_try;;
18831 esac
18832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18833 $as_echo "$ac_try_echo") >&5
18834 (eval "$ac_compile") 2>conftest.er1
18835 ac_status=$?
18836 grep -v '^ *+' conftest.er1 >conftest.err
18837 rm -f conftest.er1
18838 cat conftest.err >&5
18839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); } && {
18841 test -z "$ac_c_werror_flag" ||
18842 test ! -s conftest.err
18843 } && test -s conftest.$ac_objext; then
18845 else
18846 $as_echo "$as_me: failed program was:" >&5
18847 sed 's/^/| /' conftest.$ac_ext >&5
18849 ac_cv_type_LDAPSortKey=yes
18852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18853 else
18854 $as_echo "$as_me: failed program was:" >&5
18855 sed 's/^/| /' conftest.$ac_ext >&5
18860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18862 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18863 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18864 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18865 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18866 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18867 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18868 $as_echo_n "(cached) " >&6
18869 else
18870 ac_check_lib_save_LIBS=$LIBS
18871 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18872 cat >conftest.$ac_ext <<_ACEOF
18873 /* confdefs.h. */
18874 _ACEOF
18875 cat confdefs.h >>conftest.$ac_ext
18876 cat >>conftest.$ac_ext <<_ACEOF
18877 /* end confdefs.h. */
18879 /* Override any GCC internal prototype to avoid an error.
18880 Use char because int might match the return type of a GCC
18881 builtin and then its argument prototype would still apply. */
18882 #ifdef __cplusplus
18883 extern "C"
18884 #endif
18885 char ldap_initialize ();
18887 main ()
18889 return ldap_initialize ();
18891 return 0;
18893 _ACEOF
18894 rm -f conftest.$ac_objext conftest$ac_exeext
18895 if { (ac_try="$ac_link"
18896 case "(($ac_try" in
18897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18898 *) ac_try_echo=$ac_try;;
18899 esac
18900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18901 $as_echo "$ac_try_echo") >&5
18902 (eval "$ac_link") 2>conftest.er1
18903 ac_status=$?
18904 grep -v '^ *+' conftest.er1 >conftest.err
18905 rm -f conftest.er1
18906 cat conftest.err >&5
18907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18908 (exit $ac_status); } && {
18909 test -z "$ac_c_werror_flag" ||
18910 test ! -s conftest.err
18911 } && test -s conftest$ac_exeext && {
18912 test "$cross_compiling" = yes ||
18913 $as_test_x conftest$ac_exeext
18914 }; then
18915 ac_cv_lib_ldap_r_ldap_initialize=yes
18916 else
18917 $as_echo "$as_me: failed program was:" >&5
18918 sed 's/^/| /' conftest.$ac_ext >&5
18920 ac_cv_lib_ldap_r_ldap_initialize=no
18923 rm -rf conftest.dSYM
18924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18925 conftest$ac_exeext conftest.$ac_ext
18926 LIBS=$ac_check_lib_save_LIBS
18928 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18929 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18930 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18931 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18932 $as_echo_n "checking for ber_init in -llber... " >&6; }
18933 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18934 $as_echo_n "(cached) " >&6
18935 else
18936 ac_check_lib_save_LIBS=$LIBS
18937 LIBS="-llber $LIBPTHREAD $LIBS"
18938 cat >conftest.$ac_ext <<_ACEOF
18939 /* confdefs.h. */
18940 _ACEOF
18941 cat confdefs.h >>conftest.$ac_ext
18942 cat >>conftest.$ac_ext <<_ACEOF
18943 /* end confdefs.h. */
18945 /* Override any GCC internal prototype to avoid an error.
18946 Use char because int might match the return type of a GCC
18947 builtin and then its argument prototype would still apply. */
18948 #ifdef __cplusplus
18949 extern "C"
18950 #endif
18951 char ber_init ();
18953 main ()
18955 return ber_init ();
18957 return 0;
18959 _ACEOF
18960 rm -f conftest.$ac_objext conftest$ac_exeext
18961 if { (ac_try="$ac_link"
18962 case "(($ac_try" in
18963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18964 *) ac_try_echo=$ac_try;;
18965 esac
18966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18967 $as_echo "$ac_try_echo") >&5
18968 (eval "$ac_link") 2>conftest.er1
18969 ac_status=$?
18970 grep -v '^ *+' conftest.er1 >conftest.err
18971 rm -f conftest.er1
18972 cat conftest.err >&5
18973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } && {
18975 test -z "$ac_c_werror_flag" ||
18976 test ! -s conftest.err
18977 } && test -s conftest$ac_exeext && {
18978 test "$cross_compiling" = yes ||
18979 $as_test_x conftest$ac_exeext
18980 }; then
18981 ac_cv_lib_lber_ber_init=yes
18982 else
18983 $as_echo "$as_me: failed program was:" >&5
18984 sed 's/^/| /' conftest.$ac_ext >&5
18986 ac_cv_lib_lber_ber_init=no
18989 rm -rf conftest.dSYM
18990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18991 conftest$ac_exeext conftest.$ac_ext
18992 LIBS=$ac_check_lib_save_LIBS
18994 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18995 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18996 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18998 cat >>confdefs.h <<\_ACEOF
18999 #define HAVE_LDAP 1
19000 _ACEOF
19002 LDAPLIBS="-lldap_r -llber"
19009 ac_wine_check_funcs_save_LIBS="$LIBS"
19010 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19019 for ac_func in \
19020 ldap_count_references \
19021 ldap_first_reference \
19022 ldap_next_reference \
19023 ldap_parse_reference \
19024 ldap_parse_sort_control \
19025 ldap_parse_sortresponse_control \
19026 ldap_parse_vlv_control \
19027 ldap_parse_vlvresponse_control
19029 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19030 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19031 $as_echo_n "checking for $ac_func... " >&6; }
19032 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19033 $as_echo_n "(cached) " >&6
19034 else
19035 cat >conftest.$ac_ext <<_ACEOF
19036 /* confdefs.h. */
19037 _ACEOF
19038 cat confdefs.h >>conftest.$ac_ext
19039 cat >>conftest.$ac_ext <<_ACEOF
19040 /* end confdefs.h. */
19041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19043 #define $ac_func innocuous_$ac_func
19045 /* System header to define __stub macros and hopefully few prototypes,
19046 which can conflict with char $ac_func (); below.
19047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19048 <limits.h> exists even on freestanding compilers. */
19050 #ifdef __STDC__
19051 # include <limits.h>
19052 #else
19053 # include <assert.h>
19054 #endif
19056 #undef $ac_func
19058 /* Override any GCC internal prototype to avoid an error.
19059 Use char because int might match the return type of a GCC
19060 builtin and then its argument prototype would still apply. */
19061 #ifdef __cplusplus
19062 extern "C"
19063 #endif
19064 char $ac_func ();
19065 /* The GNU C library defines this for functions which it implements
19066 to always fail with ENOSYS. Some functions are actually named
19067 something starting with __ and the normal name is an alias. */
19068 #if defined __stub_$ac_func || defined __stub___$ac_func
19069 choke me
19070 #endif
19073 main ()
19075 return $ac_func ();
19077 return 0;
19079 _ACEOF
19080 rm -f conftest.$ac_objext conftest$ac_exeext
19081 if { (ac_try="$ac_link"
19082 case "(($ac_try" in
19083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19084 *) ac_try_echo=$ac_try;;
19085 esac
19086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19087 $as_echo "$ac_try_echo") >&5
19088 (eval "$ac_link") 2>conftest.er1
19089 ac_status=$?
19090 grep -v '^ *+' conftest.er1 >conftest.err
19091 rm -f conftest.er1
19092 cat conftest.err >&5
19093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19094 (exit $ac_status); } && {
19095 test -z "$ac_c_werror_flag" ||
19096 test ! -s conftest.err
19097 } && test -s conftest$ac_exeext && {
19098 test "$cross_compiling" = yes ||
19099 $as_test_x conftest$ac_exeext
19100 }; then
19101 eval "$as_ac_var=yes"
19102 else
19103 $as_echo "$as_me: failed program was:" >&5
19104 sed 's/^/| /' conftest.$ac_ext >&5
19106 eval "$as_ac_var=no"
19109 rm -rf conftest.dSYM
19110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19111 conftest$ac_exeext conftest.$ac_ext
19113 ac_res=`eval 'as_val=${'$as_ac_var'}
19114 $as_echo "$as_val"'`
19115 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19116 $as_echo "$ac_res" >&6; }
19117 as_val=`eval 'as_val=${'$as_ac_var'}
19118 $as_echo "$as_val"'`
19119 if test "x$as_val" = x""yes; then
19120 cat >>confdefs.h <<_ACEOF
19121 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19122 _ACEOF
19125 done
19127 LIBS="$ac_wine_check_funcs_save_LIBS"
19129 if test "x$LDAPLIBS" = "x"; then
19130 case "x$with_ldap" in
19131 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19132 xno) ;;
19133 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19134 This is an error since --with-ldap was requested." >&5
19135 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19136 This is an error since --with-ldap was requested." >&2;}
19137 { (exit 1); exit 1; }; } ;;
19138 esac
19142 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19143 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19144 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19145 $as_echo_n "(cached) " >&6
19146 else
19147 cat >conftest.$ac_ext <<_ACEOF
19148 /* confdefs.h. */
19149 _ACEOF
19150 cat confdefs.h >>conftest.$ac_ext
19151 cat >>conftest.$ac_ext <<_ACEOF
19152 /* end confdefs.h. */
19153 #include <sys/stat.h>
19155 main ()
19157 mkdir("foo");
19159 return 0;
19161 _ACEOF
19162 rm -f conftest.$ac_objext
19163 if { (ac_try="$ac_compile"
19164 case "(($ac_try" in
19165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166 *) ac_try_echo=$ac_try;;
19167 esac
19168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19169 $as_echo "$ac_try_echo") >&5
19170 (eval "$ac_compile") 2>conftest.er1
19171 ac_status=$?
19172 grep -v '^ *+' conftest.er1 >conftest.err
19173 rm -f conftest.er1
19174 cat conftest.err >&5
19175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176 (exit $ac_status); } && {
19177 test -z "$ac_c_werror_flag" ||
19178 test ! -s conftest.err
19179 } && test -s conftest.$ac_objext; then
19180 wine_cv_one_arg_mkdir=yes
19181 else
19182 $as_echo "$as_me: failed program was:" >&5
19183 sed 's/^/| /' conftest.$ac_ext >&5
19185 wine_cv_one_arg_mkdir=no
19188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19190 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19191 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19192 if test "$wine_cv_one_arg_mkdir" = "yes"
19193 then
19195 cat >>confdefs.h <<\_ACEOF
19196 #define HAVE_ONE_ARG_MKDIR 1
19197 _ACEOF
19202 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19203 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19204 if test "${ac_cv_c_const+set}" = set; then
19205 $as_echo_n "(cached) " >&6
19206 else
19207 cat >conftest.$ac_ext <<_ACEOF
19208 /* confdefs.h. */
19209 _ACEOF
19210 cat confdefs.h >>conftest.$ac_ext
19211 cat >>conftest.$ac_ext <<_ACEOF
19212 /* end confdefs.h. */
19215 main ()
19217 /* FIXME: Include the comments suggested by Paul. */
19218 #ifndef __cplusplus
19219 /* Ultrix mips cc rejects this. */
19220 typedef int charset[2];
19221 const charset cs;
19222 /* SunOS 4.1.1 cc rejects this. */
19223 char const *const *pcpcc;
19224 char **ppc;
19225 /* NEC SVR4.0.2 mips cc rejects this. */
19226 struct point {int x, y;};
19227 static struct point const zero = {0,0};
19228 /* AIX XL C 1.02.0.0 rejects this.
19229 It does not let you subtract one const X* pointer from another in
19230 an arm of an if-expression whose if-part is not a constant
19231 expression */
19232 const char *g = "string";
19233 pcpcc = &g + (g ? g-g : 0);
19234 /* HPUX 7.0 cc rejects these. */
19235 ++pcpcc;
19236 ppc = (char**) pcpcc;
19237 pcpcc = (char const *const *) ppc;
19238 { /* SCO 3.2v4 cc rejects this. */
19239 char *t;
19240 char const *s = 0 ? (char *) 0 : (char const *) 0;
19242 *t++ = 0;
19243 if (s) return 0;
19245 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19246 int x[] = {25, 17};
19247 const int *foo = &x[0];
19248 ++foo;
19250 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19251 typedef const int *iptr;
19252 iptr p = 0;
19253 ++p;
19255 { /* AIX XL C 1.02.0.0 rejects this saying
19256 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19257 struct s { int j; const int *ap[3]; };
19258 struct s *b; b->j = 5;
19260 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19261 const int foo = 10;
19262 if (!foo) return 0;
19264 return !cs[0] && !zero.x;
19265 #endif
19268 return 0;
19270 _ACEOF
19271 rm -f conftest.$ac_objext
19272 if { (ac_try="$ac_compile"
19273 case "(($ac_try" in
19274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19275 *) ac_try_echo=$ac_try;;
19276 esac
19277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19278 $as_echo "$ac_try_echo") >&5
19279 (eval "$ac_compile") 2>conftest.er1
19280 ac_status=$?
19281 grep -v '^ *+' conftest.er1 >conftest.err
19282 rm -f conftest.er1
19283 cat conftest.err >&5
19284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19285 (exit $ac_status); } && {
19286 test -z "$ac_c_werror_flag" ||
19287 test ! -s conftest.err
19288 } && test -s conftest.$ac_objext; then
19289 ac_cv_c_const=yes
19290 else
19291 $as_echo "$as_me: failed program was:" >&5
19292 sed 's/^/| /' conftest.$ac_ext >&5
19294 ac_cv_c_const=no
19297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19299 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19300 $as_echo "$ac_cv_c_const" >&6; }
19301 if test $ac_cv_c_const = no; then
19303 cat >>confdefs.h <<\_ACEOF
19304 #define const /**/
19305 _ACEOF
19309 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19310 $as_echo_n "checking for inline... " >&6; }
19311 if test "${ac_cv_c_inline+set}" = set; then
19312 $as_echo_n "(cached) " >&6
19313 else
19314 ac_cv_c_inline=no
19315 for ac_kw in inline __inline__ __inline; do
19316 cat >conftest.$ac_ext <<_ACEOF
19317 /* confdefs.h. */
19318 _ACEOF
19319 cat confdefs.h >>conftest.$ac_ext
19320 cat >>conftest.$ac_ext <<_ACEOF
19321 /* end confdefs.h. */
19322 #ifndef __cplusplus
19323 typedef int foo_t;
19324 static $ac_kw foo_t static_foo () {return 0; }
19325 $ac_kw foo_t foo () {return 0; }
19326 #endif
19328 _ACEOF
19329 rm -f conftest.$ac_objext
19330 if { (ac_try="$ac_compile"
19331 case "(($ac_try" in
19332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19333 *) ac_try_echo=$ac_try;;
19334 esac
19335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19336 $as_echo "$ac_try_echo") >&5
19337 (eval "$ac_compile") 2>conftest.er1
19338 ac_status=$?
19339 grep -v '^ *+' conftest.er1 >conftest.err
19340 rm -f conftest.er1
19341 cat conftest.err >&5
19342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343 (exit $ac_status); } && {
19344 test -z "$ac_c_werror_flag" ||
19345 test ! -s conftest.err
19346 } && test -s conftest.$ac_objext; then
19347 ac_cv_c_inline=$ac_kw
19348 else
19349 $as_echo "$as_me: failed program was:" >&5
19350 sed 's/^/| /' conftest.$ac_ext >&5
19355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19356 test "$ac_cv_c_inline" != no && break
19357 done
19360 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19361 $as_echo "$ac_cv_c_inline" >&6; }
19364 case $ac_cv_c_inline in
19365 inline | yes) ;;
19367 case $ac_cv_c_inline in
19368 no) ac_val=;;
19369 *) ac_val=$ac_cv_c_inline;;
19370 esac
19371 cat >>confdefs.h <<_ACEOF
19372 #ifndef __cplusplus
19373 #define inline $ac_val
19374 #endif
19375 _ACEOF
19377 esac
19379 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19380 $as_echo_n "checking for mode_t... " >&6; }
19381 if test "${ac_cv_type_mode_t+set}" = set; then
19382 $as_echo_n "(cached) " >&6
19383 else
19384 ac_cv_type_mode_t=no
19385 cat >conftest.$ac_ext <<_ACEOF
19386 /* confdefs.h. */
19387 _ACEOF
19388 cat confdefs.h >>conftest.$ac_ext
19389 cat >>conftest.$ac_ext <<_ACEOF
19390 /* end confdefs.h. */
19391 $ac_includes_default
19393 main ()
19395 if (sizeof (mode_t))
19396 return 0;
19398 return 0;
19400 _ACEOF
19401 rm -f conftest.$ac_objext
19402 if { (ac_try="$ac_compile"
19403 case "(($ac_try" in
19404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19405 *) ac_try_echo=$ac_try;;
19406 esac
19407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19408 $as_echo "$ac_try_echo") >&5
19409 (eval "$ac_compile") 2>conftest.er1
19410 ac_status=$?
19411 grep -v '^ *+' conftest.er1 >conftest.err
19412 rm -f conftest.er1
19413 cat conftest.err >&5
19414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19415 (exit $ac_status); } && {
19416 test -z "$ac_c_werror_flag" ||
19417 test ! -s conftest.err
19418 } && test -s conftest.$ac_objext; then
19419 cat >conftest.$ac_ext <<_ACEOF
19420 /* confdefs.h. */
19421 _ACEOF
19422 cat confdefs.h >>conftest.$ac_ext
19423 cat >>conftest.$ac_ext <<_ACEOF
19424 /* end confdefs.h. */
19425 $ac_includes_default
19427 main ()
19429 if (sizeof ((mode_t)))
19430 return 0;
19432 return 0;
19434 _ACEOF
19435 rm -f conftest.$ac_objext
19436 if { (ac_try="$ac_compile"
19437 case "(($ac_try" in
19438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19439 *) ac_try_echo=$ac_try;;
19440 esac
19441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19442 $as_echo "$ac_try_echo") >&5
19443 (eval "$ac_compile") 2>conftest.er1
19444 ac_status=$?
19445 grep -v '^ *+' conftest.er1 >conftest.err
19446 rm -f conftest.er1
19447 cat conftest.err >&5
19448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19449 (exit $ac_status); } && {
19450 test -z "$ac_c_werror_flag" ||
19451 test ! -s conftest.err
19452 } && test -s conftest.$ac_objext; then
19454 else
19455 $as_echo "$as_me: failed program was:" >&5
19456 sed 's/^/| /' conftest.$ac_ext >&5
19458 ac_cv_type_mode_t=yes
19461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19462 else
19463 $as_echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19471 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19472 $as_echo "$ac_cv_type_mode_t" >&6; }
19473 if test "x$ac_cv_type_mode_t" = x""yes; then
19475 cat >>confdefs.h <<_ACEOF
19476 #define HAVE_MODE_T 1
19477 _ACEOF
19481 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19482 $as_echo_n "checking for off_t... " >&6; }
19483 if test "${ac_cv_type_off_t+set}" = set; then
19484 $as_echo_n "(cached) " >&6
19485 else
19486 ac_cv_type_off_t=no
19487 cat >conftest.$ac_ext <<_ACEOF
19488 /* confdefs.h. */
19489 _ACEOF
19490 cat confdefs.h >>conftest.$ac_ext
19491 cat >>conftest.$ac_ext <<_ACEOF
19492 /* end confdefs.h. */
19493 $ac_includes_default
19495 main ()
19497 if (sizeof (off_t))
19498 return 0;
19500 return 0;
19502 _ACEOF
19503 rm -f conftest.$ac_objext
19504 if { (ac_try="$ac_compile"
19505 case "(($ac_try" in
19506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19507 *) ac_try_echo=$ac_try;;
19508 esac
19509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19510 $as_echo "$ac_try_echo") >&5
19511 (eval "$ac_compile") 2>conftest.er1
19512 ac_status=$?
19513 grep -v '^ *+' conftest.er1 >conftest.err
19514 rm -f conftest.er1
19515 cat conftest.err >&5
19516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19517 (exit $ac_status); } && {
19518 test -z "$ac_c_werror_flag" ||
19519 test ! -s conftest.err
19520 } && test -s conftest.$ac_objext; then
19521 cat >conftest.$ac_ext <<_ACEOF
19522 /* confdefs.h. */
19523 _ACEOF
19524 cat confdefs.h >>conftest.$ac_ext
19525 cat >>conftest.$ac_ext <<_ACEOF
19526 /* end confdefs.h. */
19527 $ac_includes_default
19529 main ()
19531 if (sizeof ((off_t)))
19532 return 0;
19534 return 0;
19536 _ACEOF
19537 rm -f conftest.$ac_objext
19538 if { (ac_try="$ac_compile"
19539 case "(($ac_try" in
19540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19541 *) ac_try_echo=$ac_try;;
19542 esac
19543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19544 $as_echo "$ac_try_echo") >&5
19545 (eval "$ac_compile") 2>conftest.er1
19546 ac_status=$?
19547 grep -v '^ *+' conftest.er1 >conftest.err
19548 rm -f conftest.er1
19549 cat conftest.err >&5
19550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19551 (exit $ac_status); } && {
19552 test -z "$ac_c_werror_flag" ||
19553 test ! -s conftest.err
19554 } && test -s conftest.$ac_objext; then
19556 else
19557 $as_echo "$as_me: failed program was:" >&5
19558 sed 's/^/| /' conftest.$ac_ext >&5
19560 ac_cv_type_off_t=yes
19563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19564 else
19565 $as_echo "$as_me: failed program was:" >&5
19566 sed 's/^/| /' conftest.$ac_ext >&5
19571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19573 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19574 $as_echo "$ac_cv_type_off_t" >&6; }
19575 if test "x$ac_cv_type_off_t" = x""yes; then
19577 cat >>confdefs.h <<_ACEOF
19578 #define HAVE_OFF_T 1
19579 _ACEOF
19583 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19584 $as_echo_n "checking for pid_t... " >&6; }
19585 if test "${ac_cv_type_pid_t+set}" = set; then
19586 $as_echo_n "(cached) " >&6
19587 else
19588 ac_cv_type_pid_t=no
19589 cat >conftest.$ac_ext <<_ACEOF
19590 /* confdefs.h. */
19591 _ACEOF
19592 cat confdefs.h >>conftest.$ac_ext
19593 cat >>conftest.$ac_ext <<_ACEOF
19594 /* end confdefs.h. */
19595 $ac_includes_default
19597 main ()
19599 if (sizeof (pid_t))
19600 return 0;
19602 return 0;
19604 _ACEOF
19605 rm -f conftest.$ac_objext
19606 if { (ac_try="$ac_compile"
19607 case "(($ac_try" in
19608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19609 *) ac_try_echo=$ac_try;;
19610 esac
19611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19612 $as_echo "$ac_try_echo") >&5
19613 (eval "$ac_compile") 2>conftest.er1
19614 ac_status=$?
19615 grep -v '^ *+' conftest.er1 >conftest.err
19616 rm -f conftest.er1
19617 cat conftest.err >&5
19618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19619 (exit $ac_status); } && {
19620 test -z "$ac_c_werror_flag" ||
19621 test ! -s conftest.err
19622 } && test -s conftest.$ac_objext; then
19623 cat >conftest.$ac_ext <<_ACEOF
19624 /* confdefs.h. */
19625 _ACEOF
19626 cat confdefs.h >>conftest.$ac_ext
19627 cat >>conftest.$ac_ext <<_ACEOF
19628 /* end confdefs.h. */
19629 $ac_includes_default
19631 main ()
19633 if (sizeof ((pid_t)))
19634 return 0;
19636 return 0;
19638 _ACEOF
19639 rm -f conftest.$ac_objext
19640 if { (ac_try="$ac_compile"
19641 case "(($ac_try" in
19642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19643 *) ac_try_echo=$ac_try;;
19644 esac
19645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19646 $as_echo "$ac_try_echo") >&5
19647 (eval "$ac_compile") 2>conftest.er1
19648 ac_status=$?
19649 grep -v '^ *+' conftest.er1 >conftest.err
19650 rm -f conftest.er1
19651 cat conftest.err >&5
19652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19653 (exit $ac_status); } && {
19654 test -z "$ac_c_werror_flag" ||
19655 test ! -s conftest.err
19656 } && test -s conftest.$ac_objext; then
19658 else
19659 $as_echo "$as_me: failed program was:" >&5
19660 sed 's/^/| /' conftest.$ac_ext >&5
19662 ac_cv_type_pid_t=yes
19665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19666 else
19667 $as_echo "$as_me: failed program was:" >&5
19668 sed 's/^/| /' conftest.$ac_ext >&5
19673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19675 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19676 $as_echo "$ac_cv_type_pid_t" >&6; }
19677 if test "x$ac_cv_type_pid_t" = x""yes; then
19679 cat >>confdefs.h <<_ACEOF
19680 #define HAVE_PID_T 1
19681 _ACEOF
19685 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19686 $as_echo_n "checking for size_t... " >&6; }
19687 if test "${ac_cv_type_size_t+set}" = set; then
19688 $as_echo_n "(cached) " >&6
19689 else
19690 ac_cv_type_size_t=no
19691 cat >conftest.$ac_ext <<_ACEOF
19692 /* confdefs.h. */
19693 _ACEOF
19694 cat confdefs.h >>conftest.$ac_ext
19695 cat >>conftest.$ac_ext <<_ACEOF
19696 /* end confdefs.h. */
19697 $ac_includes_default
19699 main ()
19701 if (sizeof (size_t))
19702 return 0;
19704 return 0;
19706 _ACEOF
19707 rm -f conftest.$ac_objext
19708 if { (ac_try="$ac_compile"
19709 case "(($ac_try" in
19710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19711 *) ac_try_echo=$ac_try;;
19712 esac
19713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19714 $as_echo "$ac_try_echo") >&5
19715 (eval "$ac_compile") 2>conftest.er1
19716 ac_status=$?
19717 grep -v '^ *+' conftest.er1 >conftest.err
19718 rm -f conftest.er1
19719 cat conftest.err >&5
19720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); } && {
19722 test -z "$ac_c_werror_flag" ||
19723 test ! -s conftest.err
19724 } && test -s conftest.$ac_objext; then
19725 cat >conftest.$ac_ext <<_ACEOF
19726 /* confdefs.h. */
19727 _ACEOF
19728 cat confdefs.h >>conftest.$ac_ext
19729 cat >>conftest.$ac_ext <<_ACEOF
19730 /* end confdefs.h. */
19731 $ac_includes_default
19733 main ()
19735 if (sizeof ((size_t)))
19736 return 0;
19738 return 0;
19740 _ACEOF
19741 rm -f conftest.$ac_objext
19742 if { (ac_try="$ac_compile"
19743 case "(($ac_try" in
19744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19745 *) ac_try_echo=$ac_try;;
19746 esac
19747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19748 $as_echo "$ac_try_echo") >&5
19749 (eval "$ac_compile") 2>conftest.er1
19750 ac_status=$?
19751 grep -v '^ *+' conftest.er1 >conftest.err
19752 rm -f conftest.er1
19753 cat conftest.err >&5
19754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19755 (exit $ac_status); } && {
19756 test -z "$ac_c_werror_flag" ||
19757 test ! -s conftest.err
19758 } && test -s conftest.$ac_objext; then
19760 else
19761 $as_echo "$as_me: failed program was:" >&5
19762 sed 's/^/| /' conftest.$ac_ext >&5
19764 ac_cv_type_size_t=yes
19767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19768 else
19769 $as_echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19777 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19778 $as_echo "$ac_cv_type_size_t" >&6; }
19779 if test "x$ac_cv_type_size_t" = x""yes; then
19781 cat >>confdefs.h <<_ACEOF
19782 #define HAVE_SIZE_T 1
19783 _ACEOF
19787 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19788 $as_echo_n "checking for ssize_t... " >&6; }
19789 if test "${ac_cv_type_ssize_t+set}" = set; then
19790 $as_echo_n "(cached) " >&6
19791 else
19792 ac_cv_type_ssize_t=no
19793 cat >conftest.$ac_ext <<_ACEOF
19794 /* confdefs.h. */
19795 _ACEOF
19796 cat confdefs.h >>conftest.$ac_ext
19797 cat >>conftest.$ac_ext <<_ACEOF
19798 /* end confdefs.h. */
19799 $ac_includes_default
19801 main ()
19803 if (sizeof (ssize_t))
19804 return 0;
19806 return 0;
19808 _ACEOF
19809 rm -f conftest.$ac_objext
19810 if { (ac_try="$ac_compile"
19811 case "(($ac_try" in
19812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19813 *) ac_try_echo=$ac_try;;
19814 esac
19815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19816 $as_echo "$ac_try_echo") >&5
19817 (eval "$ac_compile") 2>conftest.er1
19818 ac_status=$?
19819 grep -v '^ *+' conftest.er1 >conftest.err
19820 rm -f conftest.er1
19821 cat conftest.err >&5
19822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19823 (exit $ac_status); } && {
19824 test -z "$ac_c_werror_flag" ||
19825 test ! -s conftest.err
19826 } && test -s conftest.$ac_objext; then
19827 cat >conftest.$ac_ext <<_ACEOF
19828 /* confdefs.h. */
19829 _ACEOF
19830 cat confdefs.h >>conftest.$ac_ext
19831 cat >>conftest.$ac_ext <<_ACEOF
19832 /* end confdefs.h. */
19833 $ac_includes_default
19835 main ()
19837 if (sizeof ((ssize_t)))
19838 return 0;
19840 return 0;
19842 _ACEOF
19843 rm -f conftest.$ac_objext
19844 if { (ac_try="$ac_compile"
19845 case "(($ac_try" in
19846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19847 *) ac_try_echo=$ac_try;;
19848 esac
19849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19850 $as_echo "$ac_try_echo") >&5
19851 (eval "$ac_compile") 2>conftest.er1
19852 ac_status=$?
19853 grep -v '^ *+' conftest.er1 >conftest.err
19854 rm -f conftest.er1
19855 cat conftest.err >&5
19856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19857 (exit $ac_status); } && {
19858 test -z "$ac_c_werror_flag" ||
19859 test ! -s conftest.err
19860 } && test -s conftest.$ac_objext; then
19862 else
19863 $as_echo "$as_me: failed program was:" >&5
19864 sed 's/^/| /' conftest.$ac_ext >&5
19866 ac_cv_type_ssize_t=yes
19869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19870 else
19871 $as_echo "$as_me: failed program was:" >&5
19872 sed 's/^/| /' conftest.$ac_ext >&5
19877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19879 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19880 $as_echo "$ac_cv_type_ssize_t" >&6; }
19881 if test "x$ac_cv_type_ssize_t" = x""yes; then
19883 cat >>confdefs.h <<_ACEOF
19884 #define HAVE_SSIZE_T 1
19885 _ACEOF
19889 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19890 $as_echo_n "checking for long long... " >&6; }
19891 if test "${ac_cv_type_long_long+set}" = set; then
19892 $as_echo_n "(cached) " >&6
19893 else
19894 ac_cv_type_long_long=no
19895 cat >conftest.$ac_ext <<_ACEOF
19896 /* confdefs.h. */
19897 _ACEOF
19898 cat confdefs.h >>conftest.$ac_ext
19899 cat >>conftest.$ac_ext <<_ACEOF
19900 /* end confdefs.h. */
19901 $ac_includes_default
19903 main ()
19905 if (sizeof (long long))
19906 return 0;
19908 return 0;
19910 _ACEOF
19911 rm -f conftest.$ac_objext
19912 if { (ac_try="$ac_compile"
19913 case "(($ac_try" in
19914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19915 *) ac_try_echo=$ac_try;;
19916 esac
19917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19918 $as_echo "$ac_try_echo") >&5
19919 (eval "$ac_compile") 2>conftest.er1
19920 ac_status=$?
19921 grep -v '^ *+' conftest.er1 >conftest.err
19922 rm -f conftest.er1
19923 cat conftest.err >&5
19924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19925 (exit $ac_status); } && {
19926 test -z "$ac_c_werror_flag" ||
19927 test ! -s conftest.err
19928 } && test -s conftest.$ac_objext; then
19929 cat >conftest.$ac_ext <<_ACEOF
19930 /* confdefs.h. */
19931 _ACEOF
19932 cat confdefs.h >>conftest.$ac_ext
19933 cat >>conftest.$ac_ext <<_ACEOF
19934 /* end confdefs.h. */
19935 $ac_includes_default
19937 main ()
19939 if (sizeof ((long long)))
19940 return 0;
19942 return 0;
19944 _ACEOF
19945 rm -f conftest.$ac_objext
19946 if { (ac_try="$ac_compile"
19947 case "(($ac_try" in
19948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19949 *) ac_try_echo=$ac_try;;
19950 esac
19951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19952 $as_echo "$ac_try_echo") >&5
19953 (eval "$ac_compile") 2>conftest.er1
19954 ac_status=$?
19955 grep -v '^ *+' conftest.er1 >conftest.err
19956 rm -f conftest.er1
19957 cat conftest.err >&5
19958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959 (exit $ac_status); } && {
19960 test -z "$ac_c_werror_flag" ||
19961 test ! -s conftest.err
19962 } && test -s conftest.$ac_objext; then
19964 else
19965 $as_echo "$as_me: failed program was:" >&5
19966 sed 's/^/| /' conftest.$ac_ext >&5
19968 ac_cv_type_long_long=yes
19971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19972 else
19973 $as_echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.$ac_ext >&5
19979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19981 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19982 $as_echo "$ac_cv_type_long_long" >&6; }
19983 if test "x$ac_cv_type_long_long" = x""yes; then
19985 cat >>confdefs.h <<_ACEOF
19986 #define HAVE_LONG_LONG 1
19987 _ACEOF
19991 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19992 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19993 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19994 $as_echo_n "(cached) " >&6
19995 else
19996 ac_cv_type_fsblkcnt_t=no
19997 cat >conftest.$ac_ext <<_ACEOF
19998 /* confdefs.h. */
19999 _ACEOF
20000 cat confdefs.h >>conftest.$ac_ext
20001 cat >>conftest.$ac_ext <<_ACEOF
20002 /* end confdefs.h. */
20003 $ac_includes_default
20005 main ()
20007 if (sizeof (fsblkcnt_t))
20008 return 0;
20010 return 0;
20012 _ACEOF
20013 rm -f conftest.$ac_objext
20014 if { (ac_try="$ac_compile"
20015 case "(($ac_try" in
20016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20017 *) ac_try_echo=$ac_try;;
20018 esac
20019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20020 $as_echo "$ac_try_echo") >&5
20021 (eval "$ac_compile") 2>conftest.er1
20022 ac_status=$?
20023 grep -v '^ *+' conftest.er1 >conftest.err
20024 rm -f conftest.er1
20025 cat conftest.err >&5
20026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20027 (exit $ac_status); } && {
20028 test -z "$ac_c_werror_flag" ||
20029 test ! -s conftest.err
20030 } && test -s conftest.$ac_objext; then
20031 cat >conftest.$ac_ext <<_ACEOF
20032 /* confdefs.h. */
20033 _ACEOF
20034 cat confdefs.h >>conftest.$ac_ext
20035 cat >>conftest.$ac_ext <<_ACEOF
20036 /* end confdefs.h. */
20037 $ac_includes_default
20039 main ()
20041 if (sizeof ((fsblkcnt_t)))
20042 return 0;
20044 return 0;
20046 _ACEOF
20047 rm -f conftest.$ac_objext
20048 if { (ac_try="$ac_compile"
20049 case "(($ac_try" in
20050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20051 *) ac_try_echo=$ac_try;;
20052 esac
20053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20054 $as_echo "$ac_try_echo") >&5
20055 (eval "$ac_compile") 2>conftest.er1
20056 ac_status=$?
20057 grep -v '^ *+' conftest.er1 >conftest.err
20058 rm -f conftest.er1
20059 cat conftest.err >&5
20060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20061 (exit $ac_status); } && {
20062 test -z "$ac_c_werror_flag" ||
20063 test ! -s conftest.err
20064 } && test -s conftest.$ac_objext; then
20066 else
20067 $as_echo "$as_me: failed program was:" >&5
20068 sed 's/^/| /' conftest.$ac_ext >&5
20070 ac_cv_type_fsblkcnt_t=yes
20073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20074 else
20075 $as_echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20083 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20084 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20085 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20087 cat >>confdefs.h <<_ACEOF
20088 #define HAVE_FSBLKCNT_T 1
20089 _ACEOF
20093 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20094 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20095 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20096 $as_echo_n "(cached) " >&6
20097 else
20098 ac_cv_type_fsfilcnt_t=no
20099 cat >conftest.$ac_ext <<_ACEOF
20100 /* confdefs.h. */
20101 _ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h. */
20105 $ac_includes_default
20107 main ()
20109 if (sizeof (fsfilcnt_t))
20110 return 0;
20112 return 0;
20114 _ACEOF
20115 rm -f conftest.$ac_objext
20116 if { (ac_try="$ac_compile"
20117 case "(($ac_try" in
20118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20119 *) ac_try_echo=$ac_try;;
20120 esac
20121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20122 $as_echo "$ac_try_echo") >&5
20123 (eval "$ac_compile") 2>conftest.er1
20124 ac_status=$?
20125 grep -v '^ *+' conftest.er1 >conftest.err
20126 rm -f conftest.er1
20127 cat conftest.err >&5
20128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20129 (exit $ac_status); } && {
20130 test -z "$ac_c_werror_flag" ||
20131 test ! -s conftest.err
20132 } && test -s conftest.$ac_objext; then
20133 cat >conftest.$ac_ext <<_ACEOF
20134 /* confdefs.h. */
20135 _ACEOF
20136 cat confdefs.h >>conftest.$ac_ext
20137 cat >>conftest.$ac_ext <<_ACEOF
20138 /* end confdefs.h. */
20139 $ac_includes_default
20141 main ()
20143 if (sizeof ((fsfilcnt_t)))
20144 return 0;
20146 return 0;
20148 _ACEOF
20149 rm -f conftest.$ac_objext
20150 if { (ac_try="$ac_compile"
20151 case "(($ac_try" in
20152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20153 *) ac_try_echo=$ac_try;;
20154 esac
20155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20156 $as_echo "$ac_try_echo") >&5
20157 (eval "$ac_compile") 2>conftest.er1
20158 ac_status=$?
20159 grep -v '^ *+' conftest.er1 >conftest.err
20160 rm -f conftest.er1
20161 cat conftest.err >&5
20162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20163 (exit $ac_status); } && {
20164 test -z "$ac_c_werror_flag" ||
20165 test ! -s conftest.err
20166 } && test -s conftest.$ac_objext; then
20168 else
20169 $as_echo "$as_me: failed program was:" >&5
20170 sed 's/^/| /' conftest.$ac_ext >&5
20172 ac_cv_type_fsfilcnt_t=yes
20175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20176 else
20177 $as_echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20185 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20186 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20187 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20189 cat >>confdefs.h <<_ACEOF
20190 #define HAVE_FSFILCNT_T 1
20191 _ACEOF
20196 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20197 $as_echo_n "checking for sigset_t... " >&6; }
20198 if test "${ac_cv_type_sigset_t+set}" = set; then
20199 $as_echo_n "(cached) " >&6
20200 else
20201 ac_cv_type_sigset_t=no
20202 cat >conftest.$ac_ext <<_ACEOF
20203 /* confdefs.h. */
20204 _ACEOF
20205 cat confdefs.h >>conftest.$ac_ext
20206 cat >>conftest.$ac_ext <<_ACEOF
20207 /* end confdefs.h. */
20208 #include <sys/types.h>
20209 #include <signal.h>
20212 main ()
20214 if (sizeof (sigset_t))
20215 return 0;
20217 return 0;
20219 _ACEOF
20220 rm -f conftest.$ac_objext
20221 if { (ac_try="$ac_compile"
20222 case "(($ac_try" in
20223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20224 *) ac_try_echo=$ac_try;;
20225 esac
20226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20227 $as_echo "$ac_try_echo") >&5
20228 (eval "$ac_compile") 2>conftest.er1
20229 ac_status=$?
20230 grep -v '^ *+' conftest.er1 >conftest.err
20231 rm -f conftest.er1
20232 cat conftest.err >&5
20233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } && {
20235 test -z "$ac_c_werror_flag" ||
20236 test ! -s conftest.err
20237 } && test -s conftest.$ac_objext; then
20238 cat >conftest.$ac_ext <<_ACEOF
20239 /* confdefs.h. */
20240 _ACEOF
20241 cat confdefs.h >>conftest.$ac_ext
20242 cat >>conftest.$ac_ext <<_ACEOF
20243 /* end confdefs.h. */
20244 #include <sys/types.h>
20245 #include <signal.h>
20248 main ()
20250 if (sizeof ((sigset_t)))
20251 return 0;
20253 return 0;
20255 _ACEOF
20256 rm -f conftest.$ac_objext
20257 if { (ac_try="$ac_compile"
20258 case "(($ac_try" in
20259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20260 *) ac_try_echo=$ac_try;;
20261 esac
20262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20263 $as_echo "$ac_try_echo") >&5
20264 (eval "$ac_compile") 2>conftest.er1
20265 ac_status=$?
20266 grep -v '^ *+' conftest.er1 >conftest.err
20267 rm -f conftest.er1
20268 cat conftest.err >&5
20269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20270 (exit $ac_status); } && {
20271 test -z "$ac_c_werror_flag" ||
20272 test ! -s conftest.err
20273 } && test -s conftest.$ac_objext; then
20275 else
20276 $as_echo "$as_me: failed program was:" >&5
20277 sed 's/^/| /' conftest.$ac_ext >&5
20279 ac_cv_type_sigset_t=yes
20282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20283 else
20284 $as_echo "$as_me: failed program was:" >&5
20285 sed 's/^/| /' conftest.$ac_ext >&5
20290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20292 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20293 $as_echo "$ac_cv_type_sigset_t" >&6; }
20294 if test "x$ac_cv_type_sigset_t" = x""yes; then
20296 cat >>confdefs.h <<_ACEOF
20297 #define HAVE_SIGSET_T 1
20298 _ACEOF
20303 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20304 $as_echo_n "checking for request_sense... " >&6; }
20305 if test "${ac_cv_type_request_sense+set}" = set; then
20306 $as_echo_n "(cached) " >&6
20307 else
20308 ac_cv_type_request_sense=no
20309 cat >conftest.$ac_ext <<_ACEOF
20310 /* confdefs.h. */
20311 _ACEOF
20312 cat confdefs.h >>conftest.$ac_ext
20313 cat >>conftest.$ac_ext <<_ACEOF
20314 /* end confdefs.h. */
20315 #include <linux/cdrom.h>
20318 main ()
20320 if (sizeof (request_sense))
20321 return 0;
20323 return 0;
20325 _ACEOF
20326 rm -f conftest.$ac_objext
20327 if { (ac_try="$ac_compile"
20328 case "(($ac_try" in
20329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20330 *) ac_try_echo=$ac_try;;
20331 esac
20332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20333 $as_echo "$ac_try_echo") >&5
20334 (eval "$ac_compile") 2>conftest.er1
20335 ac_status=$?
20336 grep -v '^ *+' conftest.er1 >conftest.err
20337 rm -f conftest.er1
20338 cat conftest.err >&5
20339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); } && {
20341 test -z "$ac_c_werror_flag" ||
20342 test ! -s conftest.err
20343 } && test -s conftest.$ac_objext; then
20344 cat >conftest.$ac_ext <<_ACEOF
20345 /* confdefs.h. */
20346 _ACEOF
20347 cat confdefs.h >>conftest.$ac_ext
20348 cat >>conftest.$ac_ext <<_ACEOF
20349 /* end confdefs.h. */
20350 #include <linux/cdrom.h>
20353 main ()
20355 if (sizeof ((request_sense)))
20356 return 0;
20358 return 0;
20360 _ACEOF
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20365 *) ac_try_echo=$ac_try;;
20366 esac
20367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20368 $as_echo "$ac_try_echo") >&5
20369 (eval "$ac_compile") 2>conftest.er1
20370 ac_status=$?
20371 grep -v '^ *+' conftest.er1 >conftest.err
20372 rm -f conftest.er1
20373 cat conftest.err >&5
20374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20375 (exit $ac_status); } && {
20376 test -z "$ac_c_werror_flag" ||
20377 test ! -s conftest.err
20378 } && test -s conftest.$ac_objext; then
20380 else
20381 $as_echo "$as_me: failed program was:" >&5
20382 sed 's/^/| /' conftest.$ac_ext >&5
20384 ac_cv_type_request_sense=yes
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 else
20389 $as_echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20397 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20398 $as_echo "$ac_cv_type_request_sense" >&6; }
20399 if test "x$ac_cv_type_request_sense" = x""yes; then
20401 cat >>confdefs.h <<_ACEOF
20402 #define HAVE_REQUEST_SENSE 1
20403 _ACEOF
20409 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20410 $as_echo_n "checking for struct xinpgen... " >&6; }
20411 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20412 $as_echo_n "(cached) " >&6
20413 else
20414 ac_cv_type_struct_xinpgen=no
20415 cat >conftest.$ac_ext <<_ACEOF
20416 /* confdefs.h. */
20417 _ACEOF
20418 cat confdefs.h >>conftest.$ac_ext
20419 cat >>conftest.$ac_ext <<_ACEOF
20420 /* end confdefs.h. */
20421 #include <sys/types.h>
20422 #ifdef HAVE_SYS_SOCKET_H
20423 #include <sys/socket.h>
20424 #endif
20425 #ifdef HAVE_SYS_SOCKETVAR_H
20426 #include <sys/socketvar.h>
20427 #endif
20428 #ifdef HAVE_NET_ROUTE_H
20429 #include <net/route.h>
20430 #endif
20431 #ifdef HAVE_NETINET_IN_H
20432 #include <netinet/in.h>
20433 #endif
20434 #ifdef HAVE_NETINET_IN_SYSTM_H
20435 #include <netinet/in_systm.h>
20436 #endif
20437 #ifdef HAVE_NETINET_IP_H
20438 #include <netinet/ip.h>
20439 #endif
20440 #ifdef HAVE_NETINET_IN_PCB_H
20441 #include <netinet/in_pcb.h>
20442 #endif
20445 main ()
20447 if (sizeof (struct xinpgen))
20448 return 0;
20450 return 0;
20452 _ACEOF
20453 rm -f conftest.$ac_objext
20454 if { (ac_try="$ac_compile"
20455 case "(($ac_try" in
20456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20457 *) ac_try_echo=$ac_try;;
20458 esac
20459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20460 $as_echo "$ac_try_echo") >&5
20461 (eval "$ac_compile") 2>conftest.er1
20462 ac_status=$?
20463 grep -v '^ *+' conftest.er1 >conftest.err
20464 rm -f conftest.er1
20465 cat conftest.err >&5
20466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); } && {
20468 test -z "$ac_c_werror_flag" ||
20469 test ! -s conftest.err
20470 } && test -s conftest.$ac_objext; then
20471 cat >conftest.$ac_ext <<_ACEOF
20472 /* confdefs.h. */
20473 _ACEOF
20474 cat confdefs.h >>conftest.$ac_ext
20475 cat >>conftest.$ac_ext <<_ACEOF
20476 /* end confdefs.h. */
20477 #include <sys/types.h>
20478 #ifdef HAVE_SYS_SOCKET_H
20479 #include <sys/socket.h>
20480 #endif
20481 #ifdef HAVE_SYS_SOCKETVAR_H
20482 #include <sys/socketvar.h>
20483 #endif
20484 #ifdef HAVE_NET_ROUTE_H
20485 #include <net/route.h>
20486 #endif
20487 #ifdef HAVE_NETINET_IN_H
20488 #include <netinet/in.h>
20489 #endif
20490 #ifdef HAVE_NETINET_IN_SYSTM_H
20491 #include <netinet/in_systm.h>
20492 #endif
20493 #ifdef HAVE_NETINET_IP_H
20494 #include <netinet/ip.h>
20495 #endif
20496 #ifdef HAVE_NETINET_IN_PCB_H
20497 #include <netinet/in_pcb.h>
20498 #endif
20501 main ()
20503 if (sizeof ((struct xinpgen)))
20504 return 0;
20506 return 0;
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (ac_try="$ac_compile"
20511 case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20516 $as_echo "$ac_try_echo") >&5
20517 (eval "$ac_compile") 2>conftest.er1
20518 ac_status=$?
20519 grep -v '^ *+' conftest.er1 >conftest.err
20520 rm -f conftest.er1
20521 cat conftest.err >&5
20522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20523 (exit $ac_status); } && {
20524 test -z "$ac_c_werror_flag" ||
20525 test ! -s conftest.err
20526 } && test -s conftest.$ac_objext; then
20528 else
20529 $as_echo "$as_me: failed program was:" >&5
20530 sed 's/^/| /' conftest.$ac_ext >&5
20532 ac_cv_type_struct_xinpgen=yes
20535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20536 else
20537 $as_echo "$as_me: failed program was:" >&5
20538 sed 's/^/| /' conftest.$ac_ext >&5
20543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20545 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20546 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20547 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20549 cat >>confdefs.h <<_ACEOF
20550 #define HAVE_STRUCT_XINPGEN 1
20551 _ACEOF
20557 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20558 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20559 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20560 $as_echo_n "(cached) " >&6
20561 else
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h. */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h. */
20568 #ifdef HAVE_LINUX_INPUT_H
20569 #include <linux/input.h>
20570 #endif
20573 main ()
20575 static struct ff_effect ac_aggr;
20576 if (ac_aggr.direction)
20577 return 0;
20579 return 0;
20581 _ACEOF
20582 rm -f conftest.$ac_objext
20583 if { (ac_try="$ac_compile"
20584 case "(($ac_try" in
20585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20586 *) ac_try_echo=$ac_try;;
20587 esac
20588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20589 $as_echo "$ac_try_echo") >&5
20590 (eval "$ac_compile") 2>conftest.er1
20591 ac_status=$?
20592 grep -v '^ *+' conftest.er1 >conftest.err
20593 rm -f conftest.er1
20594 cat conftest.err >&5
20595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20596 (exit $ac_status); } && {
20597 test -z "$ac_c_werror_flag" ||
20598 test ! -s conftest.err
20599 } && test -s conftest.$ac_objext; then
20600 ac_cv_member_struct_ff_effect_direction=yes
20601 else
20602 $as_echo "$as_me: failed program was:" >&5
20603 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_ff_effect_direction=no
20651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20656 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20657 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20658 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20660 cat >>confdefs.h <<_ACEOF
20661 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20662 _ACEOF
20668 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20669 $as_echo_n "checking for sigaddset... " >&6; }
20670 if test "${wine_cv_have_sigaddset+set}" = set; then
20671 $as_echo_n "(cached) " >&6
20672 else
20673 cat >conftest.$ac_ext <<_ACEOF
20674 /* confdefs.h. */
20675 _ACEOF
20676 cat confdefs.h >>conftest.$ac_ext
20677 cat >>conftest.$ac_ext <<_ACEOF
20678 /* end confdefs.h. */
20679 #include <signal.h>
20681 main ()
20683 sigset_t set; sigaddset(&set,SIGTERM);
20685 return 0;
20687 _ACEOF
20688 rm -f conftest.$ac_objext conftest$ac_exeext
20689 if { (ac_try="$ac_link"
20690 case "(($ac_try" in
20691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20692 *) ac_try_echo=$ac_try;;
20693 esac
20694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20695 $as_echo "$ac_try_echo") >&5
20696 (eval "$ac_link") 2>conftest.er1
20697 ac_status=$?
20698 grep -v '^ *+' conftest.er1 >conftest.err
20699 rm -f conftest.er1
20700 cat conftest.err >&5
20701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20702 (exit $ac_status); } && {
20703 test -z "$ac_c_werror_flag" ||
20704 test ! -s conftest.err
20705 } && test -s conftest$ac_exeext && {
20706 test "$cross_compiling" = yes ||
20707 $as_test_x conftest$ac_exeext
20708 }; then
20709 wine_cv_have_sigaddset=yes
20710 else
20711 $as_echo "$as_me: failed program was:" >&5
20712 sed 's/^/| /' conftest.$ac_ext >&5
20714 wine_cv_have_sigaddset=no
20717 rm -rf conftest.dSYM
20718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20719 conftest$ac_exeext conftest.$ac_ext
20721 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20722 $as_echo "$wine_cv_have_sigaddset" >&6; }
20723 if test "$wine_cv_have_sigaddset" = "yes"
20724 then
20726 cat >>confdefs.h <<\_ACEOF
20727 #define HAVE_SIGADDSET 1
20728 _ACEOF
20733 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20734 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20735 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20736 $as_echo_n "(cached) " >&6
20737 else
20738 cat >conftest.$ac_ext <<_ACEOF
20739 /* confdefs.h. */
20740 _ACEOF
20741 cat confdefs.h >>conftest.$ac_ext
20742 cat >>conftest.$ac_ext <<_ACEOF
20743 /* end confdefs.h. */
20744 #include <netdb.h>
20746 main ()
20749 char *name=0;
20750 struct hostent he;
20751 struct hostent *result;
20752 char *buf=0;
20753 int bufsize=0;
20754 int res,errnr;
20755 char *addr=0;
20756 int addrlen=0;
20757 int addrtype=0;
20758 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20759 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20762 return 0;
20764 _ACEOF
20765 rm -f conftest.$ac_objext conftest$ac_exeext
20766 if { (ac_try="$ac_link"
20767 case "(($ac_try" in
20768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20769 *) ac_try_echo=$ac_try;;
20770 esac
20771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20772 $as_echo "$ac_try_echo") >&5
20773 (eval "$ac_link") 2>conftest.er1
20774 ac_status=$?
20775 grep -v '^ *+' conftest.er1 >conftest.err
20776 rm -f conftest.er1
20777 cat conftest.err >&5
20778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20779 (exit $ac_status); } && {
20780 test -z "$ac_c_werror_flag" ||
20781 test ! -s conftest.err
20782 } && test -s conftest$ac_exeext && {
20783 test "$cross_compiling" = yes ||
20784 $as_test_x conftest$ac_exeext
20785 }; then
20786 wine_cv_linux_gethostbyname_r_6=yes
20787 else
20788 $as_echo "$as_me: failed program was:" >&5
20789 sed 's/^/| /' conftest.$ac_ext >&5
20791 wine_cv_linux_gethostbyname_r_6=no
20795 rm -rf conftest.dSYM
20796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20797 conftest$ac_exeext conftest.$ac_ext
20800 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20801 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20802 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20803 then
20805 cat >>confdefs.h <<\_ACEOF
20806 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20807 _ACEOF
20811 if test "$ac_cv_header_linux_joystick_h" = "yes"
20812 then
20813 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20814 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20815 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20816 $as_echo_n "(cached) " >&6
20817 else
20818 cat >conftest.$ac_ext <<_ACEOF
20819 /* confdefs.h. */
20820 _ACEOF
20821 cat confdefs.h >>conftest.$ac_ext
20822 cat >>conftest.$ac_ext <<_ACEOF
20823 /* end confdefs.h. */
20825 #include <sys/ioctl.h>
20826 #include <sys/types.h>
20827 #include <linux/joystick.h>
20829 struct js_event blub;
20830 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20831 #error "no 2.2 header"
20832 #endif
20835 main ()
20837 /*empty*/
20839 return 0;
20841 _ACEOF
20842 rm -f conftest.$ac_objext
20843 if { (ac_try="$ac_compile"
20844 case "(($ac_try" in
20845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20846 *) ac_try_echo=$ac_try;;
20847 esac
20848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20849 $as_echo "$ac_try_echo") >&5
20850 (eval "$ac_compile") 2>conftest.er1
20851 ac_status=$?
20852 grep -v '^ *+' conftest.er1 >conftest.err
20853 rm -f conftest.er1
20854 cat conftest.err >&5
20855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20856 (exit $ac_status); } && {
20857 test -z "$ac_c_werror_flag" ||
20858 test ! -s conftest.err
20859 } && test -s conftest.$ac_objext; then
20860 wine_cv_linux_joystick_22_api=yes
20861 else
20862 $as_echo "$as_me: failed program was:" >&5
20863 sed 's/^/| /' conftest.$ac_ext >&5
20865 wine_cv_linux_joystick_22_api=no
20868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20871 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20872 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20873 if test "$wine_cv_linux_joystick_22_api" = "yes"
20874 then
20876 cat >>confdefs.h <<\_ACEOF
20877 #define HAVE_LINUX_22_JOYSTICK_API 1
20878 _ACEOF
20884 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20885 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20886 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20887 $as_echo_n "(cached) " >&6
20888 else
20889 cat >conftest.$ac_ext <<_ACEOF
20890 /* confdefs.h. */
20891 _ACEOF
20892 cat confdefs.h >>conftest.$ac_ext
20893 cat >>conftest.$ac_ext <<_ACEOF
20894 /* end confdefs.h. */
20895 #include <sys/types.h>
20896 #ifdef HAVE_SYS_PARAM_H
20897 # include <sys/param.h>
20898 #endif
20899 #ifdef HAVE_SYS_MOUNT_H
20900 # include <sys/mount.h>
20901 #endif
20902 #ifdef HAVE_SYS_VFS_H
20903 # include <sys/vfs.h>
20904 #endif
20905 #ifdef HAVE_SYS_STATFS_H
20906 # include <sys/statfs.h>
20907 #endif
20910 main ()
20912 static struct statfs ac_aggr;
20913 if (ac_aggr.f_bfree)
20914 return 0;
20916 return 0;
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923 *) ac_try_echo=$ac_try;;
20924 esac
20925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20926 $as_echo "$ac_try_echo") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_struct_statfs_f_bfree=yes
20938 else
20939 $as_echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 cat >conftest.$ac_ext <<_ACEOF
20943 /* confdefs.h. */
20944 _ACEOF
20945 cat confdefs.h >>conftest.$ac_ext
20946 cat >>conftest.$ac_ext <<_ACEOF
20947 /* end confdefs.h. */
20948 #include <sys/types.h>
20949 #ifdef HAVE_SYS_PARAM_H
20950 # include <sys/param.h>
20951 #endif
20952 #ifdef HAVE_SYS_MOUNT_H
20953 # include <sys/mount.h>
20954 #endif
20955 #ifdef HAVE_SYS_VFS_H
20956 # include <sys/vfs.h>
20957 #endif
20958 #ifdef HAVE_SYS_STATFS_H
20959 # include <sys/statfs.h>
20960 #endif
20963 main ()
20965 static struct statfs ac_aggr;
20966 if (sizeof ac_aggr.f_bfree)
20967 return 0;
20969 return 0;
20971 _ACEOF
20972 rm -f conftest.$ac_objext
20973 if { (ac_try="$ac_compile"
20974 case "(($ac_try" in
20975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20976 *) ac_try_echo=$ac_try;;
20977 esac
20978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20979 $as_echo "$ac_try_echo") >&5
20980 (eval "$ac_compile") 2>conftest.er1
20981 ac_status=$?
20982 grep -v '^ *+' conftest.er1 >conftest.err
20983 rm -f conftest.er1
20984 cat conftest.err >&5
20985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); } && {
20987 test -z "$ac_c_werror_flag" ||
20988 test ! -s conftest.err
20989 } && test -s conftest.$ac_objext; then
20990 ac_cv_member_struct_statfs_f_bfree=yes
20991 else
20992 $as_echo "$as_me: failed program was:" >&5
20993 sed 's/^/| /' conftest.$ac_ext >&5
20995 ac_cv_member_struct_statfs_f_bfree=no
20998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21003 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21004 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21005 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21007 cat >>confdefs.h <<_ACEOF
21008 #define HAVE_STRUCT_STATFS_F_BFREE 1
21009 _ACEOF
21013 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21014 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21015 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21016 $as_echo_n "(cached) " >&6
21017 else
21018 cat >conftest.$ac_ext <<_ACEOF
21019 /* confdefs.h. */
21020 _ACEOF
21021 cat confdefs.h >>conftest.$ac_ext
21022 cat >>conftest.$ac_ext <<_ACEOF
21023 /* end confdefs.h. */
21024 #include <sys/types.h>
21025 #ifdef HAVE_SYS_PARAM_H
21026 # include <sys/param.h>
21027 #endif
21028 #ifdef HAVE_SYS_MOUNT_H
21029 # include <sys/mount.h>
21030 #endif
21031 #ifdef HAVE_SYS_VFS_H
21032 # include <sys/vfs.h>
21033 #endif
21034 #ifdef HAVE_SYS_STATFS_H
21035 # include <sys/statfs.h>
21036 #endif
21039 main ()
21041 static struct statfs ac_aggr;
21042 if (ac_aggr.f_bavail)
21043 return 0;
21045 return 0;
21047 _ACEOF
21048 rm -f conftest.$ac_objext
21049 if { (ac_try="$ac_compile"
21050 case "(($ac_try" in
21051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21052 *) ac_try_echo=$ac_try;;
21053 esac
21054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21055 $as_echo "$ac_try_echo") >&5
21056 (eval "$ac_compile") 2>conftest.er1
21057 ac_status=$?
21058 grep -v '^ *+' conftest.er1 >conftest.err
21059 rm -f conftest.er1
21060 cat conftest.err >&5
21061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } && {
21063 test -z "$ac_c_werror_flag" ||
21064 test ! -s conftest.err
21065 } && test -s conftest.$ac_objext; then
21066 ac_cv_member_struct_statfs_f_bavail=yes
21067 else
21068 $as_echo "$as_me: failed program was:" >&5
21069 sed 's/^/| /' conftest.$ac_ext >&5
21071 cat >conftest.$ac_ext <<_ACEOF
21072 /* confdefs.h. */
21073 _ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 #include <sys/types.h>
21078 #ifdef HAVE_SYS_PARAM_H
21079 # include <sys/param.h>
21080 #endif
21081 #ifdef HAVE_SYS_MOUNT_H
21082 # include <sys/mount.h>
21083 #endif
21084 #ifdef HAVE_SYS_VFS_H
21085 # include <sys/vfs.h>
21086 #endif
21087 #ifdef HAVE_SYS_STATFS_H
21088 # include <sys/statfs.h>
21089 #endif
21092 main ()
21094 static struct statfs ac_aggr;
21095 if (sizeof ac_aggr.f_bavail)
21096 return 0;
21098 return 0;
21100 _ACEOF
21101 rm -f conftest.$ac_objext
21102 if { (ac_try="$ac_compile"
21103 case "(($ac_try" in
21104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21105 *) ac_try_echo=$ac_try;;
21106 esac
21107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21108 $as_echo "$ac_try_echo") >&5
21109 (eval "$ac_compile") 2>conftest.er1
21110 ac_status=$?
21111 grep -v '^ *+' conftest.er1 >conftest.err
21112 rm -f conftest.er1
21113 cat conftest.err >&5
21114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21115 (exit $ac_status); } && {
21116 test -z "$ac_c_werror_flag" ||
21117 test ! -s conftest.err
21118 } && test -s conftest.$ac_objext; then
21119 ac_cv_member_struct_statfs_f_bavail=yes
21120 else
21121 $as_echo "$as_me: failed program was:" >&5
21122 sed 's/^/| /' conftest.$ac_ext >&5
21124 ac_cv_member_struct_statfs_f_bavail=no
21127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21132 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21133 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21134 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21136 cat >>confdefs.h <<_ACEOF
21137 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21138 _ACEOF
21142 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21143 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21144 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21145 $as_echo_n "(cached) " >&6
21146 else
21147 cat >conftest.$ac_ext <<_ACEOF
21148 /* confdefs.h. */
21149 _ACEOF
21150 cat confdefs.h >>conftest.$ac_ext
21151 cat >>conftest.$ac_ext <<_ACEOF
21152 /* end confdefs.h. */
21153 #include <sys/types.h>
21154 #ifdef HAVE_SYS_PARAM_H
21155 # include <sys/param.h>
21156 #endif
21157 #ifdef HAVE_SYS_MOUNT_H
21158 # include <sys/mount.h>
21159 #endif
21160 #ifdef HAVE_SYS_VFS_H
21161 # include <sys/vfs.h>
21162 #endif
21163 #ifdef HAVE_SYS_STATFS_H
21164 # include <sys/statfs.h>
21165 #endif
21168 main ()
21170 static struct statfs ac_aggr;
21171 if (ac_aggr.f_frsize)
21172 return 0;
21174 return 0;
21176 _ACEOF
21177 rm -f conftest.$ac_objext
21178 if { (ac_try="$ac_compile"
21179 case "(($ac_try" in
21180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21181 *) ac_try_echo=$ac_try;;
21182 esac
21183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21184 $as_echo "$ac_try_echo") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.$ac_objext; then
21195 ac_cv_member_struct_statfs_f_frsize=yes
21196 else
21197 $as_echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.$ac_ext >&5
21200 cat >conftest.$ac_ext <<_ACEOF
21201 /* confdefs.h. */
21202 _ACEOF
21203 cat confdefs.h >>conftest.$ac_ext
21204 cat >>conftest.$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 #include <sys/types.h>
21207 #ifdef HAVE_SYS_PARAM_H
21208 # include <sys/param.h>
21209 #endif
21210 #ifdef HAVE_SYS_MOUNT_H
21211 # include <sys/mount.h>
21212 #endif
21213 #ifdef HAVE_SYS_VFS_H
21214 # include <sys/vfs.h>
21215 #endif
21216 #ifdef HAVE_SYS_STATFS_H
21217 # include <sys/statfs.h>
21218 #endif
21221 main ()
21223 static struct statfs ac_aggr;
21224 if (sizeof ac_aggr.f_frsize)
21225 return 0;
21227 return 0;
21229 _ACEOF
21230 rm -f conftest.$ac_objext
21231 if { (ac_try="$ac_compile"
21232 case "(($ac_try" in
21233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21234 *) ac_try_echo=$ac_try;;
21235 esac
21236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21237 $as_echo "$ac_try_echo") >&5
21238 (eval "$ac_compile") 2>conftest.er1
21239 ac_status=$?
21240 grep -v '^ *+' conftest.er1 >conftest.err
21241 rm -f conftest.er1
21242 cat conftest.err >&5
21243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21244 (exit $ac_status); } && {
21245 test -z "$ac_c_werror_flag" ||
21246 test ! -s conftest.err
21247 } && test -s conftest.$ac_objext; then
21248 ac_cv_member_struct_statfs_f_frsize=yes
21249 else
21250 $as_echo "$as_me: failed program was:" >&5
21251 sed 's/^/| /' conftest.$ac_ext >&5
21253 ac_cv_member_struct_statfs_f_frsize=no
21256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21261 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21262 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21263 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21265 cat >>confdefs.h <<_ACEOF
21266 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21267 _ACEOF
21271 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21272 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21273 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21274 $as_echo_n "(cached) " >&6
21275 else
21276 cat >conftest.$ac_ext <<_ACEOF
21277 /* confdefs.h. */
21278 _ACEOF
21279 cat confdefs.h >>conftest.$ac_ext
21280 cat >>conftest.$ac_ext <<_ACEOF
21281 /* end confdefs.h. */
21282 #include <sys/types.h>
21283 #ifdef HAVE_SYS_PARAM_H
21284 # include <sys/param.h>
21285 #endif
21286 #ifdef HAVE_SYS_MOUNT_H
21287 # include <sys/mount.h>
21288 #endif
21289 #ifdef HAVE_SYS_VFS_H
21290 # include <sys/vfs.h>
21291 #endif
21292 #ifdef HAVE_SYS_STATFS_H
21293 # include <sys/statfs.h>
21294 #endif
21297 main ()
21299 static struct statfs ac_aggr;
21300 if (ac_aggr.f_ffree)
21301 return 0;
21303 return 0;
21305 _ACEOF
21306 rm -f conftest.$ac_objext
21307 if { (ac_try="$ac_compile"
21308 case "(($ac_try" in
21309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21310 *) ac_try_echo=$ac_try;;
21311 esac
21312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21313 $as_echo "$ac_try_echo") >&5
21314 (eval "$ac_compile") 2>conftest.er1
21315 ac_status=$?
21316 grep -v '^ *+' conftest.er1 >conftest.err
21317 rm -f conftest.er1
21318 cat conftest.err >&5
21319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); } && {
21321 test -z "$ac_c_werror_flag" ||
21322 test ! -s conftest.err
21323 } && test -s conftest.$ac_objext; then
21324 ac_cv_member_struct_statfs_f_ffree=yes
21325 else
21326 $as_echo "$as_me: failed program was:" >&5
21327 sed 's/^/| /' conftest.$ac_ext >&5
21329 cat >conftest.$ac_ext <<_ACEOF
21330 /* confdefs.h. */
21331 _ACEOF
21332 cat confdefs.h >>conftest.$ac_ext
21333 cat >>conftest.$ac_ext <<_ACEOF
21334 /* end confdefs.h. */
21335 #include <sys/types.h>
21336 #ifdef HAVE_SYS_PARAM_H
21337 # include <sys/param.h>
21338 #endif
21339 #ifdef HAVE_SYS_MOUNT_H
21340 # include <sys/mount.h>
21341 #endif
21342 #ifdef HAVE_SYS_VFS_H
21343 # include <sys/vfs.h>
21344 #endif
21345 #ifdef HAVE_SYS_STATFS_H
21346 # include <sys/statfs.h>
21347 #endif
21350 main ()
21352 static struct statfs ac_aggr;
21353 if (sizeof ac_aggr.f_ffree)
21354 return 0;
21356 return 0;
21358 _ACEOF
21359 rm -f conftest.$ac_objext
21360 if { (ac_try="$ac_compile"
21361 case "(($ac_try" in
21362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21363 *) ac_try_echo=$ac_try;;
21364 esac
21365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21366 $as_echo "$ac_try_echo") >&5
21367 (eval "$ac_compile") 2>conftest.er1
21368 ac_status=$?
21369 grep -v '^ *+' conftest.er1 >conftest.err
21370 rm -f conftest.er1
21371 cat conftest.err >&5
21372 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21373 (exit $ac_status); } && {
21374 test -z "$ac_c_werror_flag" ||
21375 test ! -s conftest.err
21376 } && test -s conftest.$ac_objext; then
21377 ac_cv_member_struct_statfs_f_ffree=yes
21378 else
21379 $as_echo "$as_me: failed program was:" >&5
21380 sed 's/^/| /' conftest.$ac_ext >&5
21382 ac_cv_member_struct_statfs_f_ffree=no
21385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21390 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21391 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21392 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21394 cat >>confdefs.h <<_ACEOF
21395 #define HAVE_STRUCT_STATFS_F_FFREE 1
21396 _ACEOF
21400 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21401 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21402 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21403 $as_echo_n "(cached) " >&6
21404 else
21405 cat >conftest.$ac_ext <<_ACEOF
21406 /* confdefs.h. */
21407 _ACEOF
21408 cat confdefs.h >>conftest.$ac_ext
21409 cat >>conftest.$ac_ext <<_ACEOF
21410 /* end confdefs.h. */
21411 #include <sys/types.h>
21412 #ifdef HAVE_SYS_PARAM_H
21413 # include <sys/param.h>
21414 #endif
21415 #ifdef HAVE_SYS_MOUNT_H
21416 # include <sys/mount.h>
21417 #endif
21418 #ifdef HAVE_SYS_VFS_H
21419 # include <sys/vfs.h>
21420 #endif
21421 #ifdef HAVE_SYS_STATFS_H
21422 # include <sys/statfs.h>
21423 #endif
21426 main ()
21428 static struct statfs ac_aggr;
21429 if (ac_aggr.f_favail)
21430 return 0;
21432 return 0;
21434 _ACEOF
21435 rm -f conftest.$ac_objext
21436 if { (ac_try="$ac_compile"
21437 case "(($ac_try" in
21438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21439 *) ac_try_echo=$ac_try;;
21440 esac
21441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21442 $as_echo "$ac_try_echo") >&5
21443 (eval "$ac_compile") 2>conftest.er1
21444 ac_status=$?
21445 grep -v '^ *+' conftest.er1 >conftest.err
21446 rm -f conftest.er1
21447 cat conftest.err >&5
21448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21449 (exit $ac_status); } && {
21450 test -z "$ac_c_werror_flag" ||
21451 test ! -s conftest.err
21452 } && test -s conftest.$ac_objext; then
21453 ac_cv_member_struct_statfs_f_favail=yes
21454 else
21455 $as_echo "$as_me: failed program was:" >&5
21456 sed 's/^/| /' conftest.$ac_ext >&5
21458 cat >conftest.$ac_ext <<_ACEOF
21459 /* confdefs.h. */
21460 _ACEOF
21461 cat confdefs.h >>conftest.$ac_ext
21462 cat >>conftest.$ac_ext <<_ACEOF
21463 /* end confdefs.h. */
21464 #include <sys/types.h>
21465 #ifdef HAVE_SYS_PARAM_H
21466 # include <sys/param.h>
21467 #endif
21468 #ifdef HAVE_SYS_MOUNT_H
21469 # include <sys/mount.h>
21470 #endif
21471 #ifdef HAVE_SYS_VFS_H
21472 # include <sys/vfs.h>
21473 #endif
21474 #ifdef HAVE_SYS_STATFS_H
21475 # include <sys/statfs.h>
21476 #endif
21479 main ()
21481 static struct statfs ac_aggr;
21482 if (sizeof ac_aggr.f_favail)
21483 return 0;
21485 return 0;
21487 _ACEOF
21488 rm -f conftest.$ac_objext
21489 if { (ac_try="$ac_compile"
21490 case "(($ac_try" in
21491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21492 *) ac_try_echo=$ac_try;;
21493 esac
21494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21495 $as_echo "$ac_try_echo") >&5
21496 (eval "$ac_compile") 2>conftest.er1
21497 ac_status=$?
21498 grep -v '^ *+' conftest.er1 >conftest.err
21499 rm -f conftest.er1
21500 cat conftest.err >&5
21501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21502 (exit $ac_status); } && {
21503 test -z "$ac_c_werror_flag" ||
21504 test ! -s conftest.err
21505 } && test -s conftest.$ac_objext; then
21506 ac_cv_member_struct_statfs_f_favail=yes
21507 else
21508 $as_echo "$as_me: failed program was:" >&5
21509 sed 's/^/| /' conftest.$ac_ext >&5
21511 ac_cv_member_struct_statfs_f_favail=no
21514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21519 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21520 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21521 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21523 cat >>confdefs.h <<_ACEOF
21524 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21525 _ACEOF
21529 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21530 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21531 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21532 $as_echo_n "(cached) " >&6
21533 else
21534 cat >conftest.$ac_ext <<_ACEOF
21535 /* confdefs.h. */
21536 _ACEOF
21537 cat confdefs.h >>conftest.$ac_ext
21538 cat >>conftest.$ac_ext <<_ACEOF
21539 /* end confdefs.h. */
21540 #include <sys/types.h>
21541 #ifdef HAVE_SYS_PARAM_H
21542 # include <sys/param.h>
21543 #endif
21544 #ifdef HAVE_SYS_MOUNT_H
21545 # include <sys/mount.h>
21546 #endif
21547 #ifdef HAVE_SYS_VFS_H
21548 # include <sys/vfs.h>
21549 #endif
21550 #ifdef HAVE_SYS_STATFS_H
21551 # include <sys/statfs.h>
21552 #endif
21555 main ()
21557 static struct statfs ac_aggr;
21558 if (ac_aggr.f_namelen)
21559 return 0;
21561 return 0;
21563 _ACEOF
21564 rm -f conftest.$ac_objext
21565 if { (ac_try="$ac_compile"
21566 case "(($ac_try" in
21567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21568 *) ac_try_echo=$ac_try;;
21569 esac
21570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21571 $as_echo "$ac_try_echo") >&5
21572 (eval "$ac_compile") 2>conftest.er1
21573 ac_status=$?
21574 grep -v '^ *+' conftest.er1 >conftest.err
21575 rm -f conftest.er1
21576 cat conftest.err >&5
21577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21578 (exit $ac_status); } && {
21579 test -z "$ac_c_werror_flag" ||
21580 test ! -s conftest.err
21581 } && test -s conftest.$ac_objext; then
21582 ac_cv_member_struct_statfs_f_namelen=yes
21583 else
21584 $as_echo "$as_me: failed program was:" >&5
21585 sed 's/^/| /' conftest.$ac_ext >&5
21587 cat >conftest.$ac_ext <<_ACEOF
21588 /* confdefs.h. */
21589 _ACEOF
21590 cat confdefs.h >>conftest.$ac_ext
21591 cat >>conftest.$ac_ext <<_ACEOF
21592 /* end confdefs.h. */
21593 #include <sys/types.h>
21594 #ifdef HAVE_SYS_PARAM_H
21595 # include <sys/param.h>
21596 #endif
21597 #ifdef HAVE_SYS_MOUNT_H
21598 # include <sys/mount.h>
21599 #endif
21600 #ifdef HAVE_SYS_VFS_H
21601 # include <sys/vfs.h>
21602 #endif
21603 #ifdef HAVE_SYS_STATFS_H
21604 # include <sys/statfs.h>
21605 #endif
21608 main ()
21610 static struct statfs ac_aggr;
21611 if (sizeof ac_aggr.f_namelen)
21612 return 0;
21614 return 0;
21616 _ACEOF
21617 rm -f conftest.$ac_objext
21618 if { (ac_try="$ac_compile"
21619 case "(($ac_try" in
21620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21621 *) ac_try_echo=$ac_try;;
21622 esac
21623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21624 $as_echo "$ac_try_echo") >&5
21625 (eval "$ac_compile") 2>conftest.er1
21626 ac_status=$?
21627 grep -v '^ *+' conftest.er1 >conftest.err
21628 rm -f conftest.er1
21629 cat conftest.err >&5
21630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21631 (exit $ac_status); } && {
21632 test -z "$ac_c_werror_flag" ||
21633 test ! -s conftest.err
21634 } && test -s conftest.$ac_objext; then
21635 ac_cv_member_struct_statfs_f_namelen=yes
21636 else
21637 $as_echo "$as_me: failed program was:" >&5
21638 sed 's/^/| /' conftest.$ac_ext >&5
21640 ac_cv_member_struct_statfs_f_namelen=no
21643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21649 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21650 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21652 cat >>confdefs.h <<_ACEOF
21653 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21654 _ACEOF
21660 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21661 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21662 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21663 $as_echo_n "(cached) " >&6
21664 else
21665 cat >conftest.$ac_ext <<_ACEOF
21666 /* confdefs.h. */
21667 _ACEOF
21668 cat confdefs.h >>conftest.$ac_ext
21669 cat >>conftest.$ac_ext <<_ACEOF
21670 /* end confdefs.h. */
21671 #ifdef HAVE_SYS_STATVFS_H
21672 #include <sys/statvfs.h>
21673 #endif
21676 main ()
21678 static struct statvfs ac_aggr;
21679 if (ac_aggr.f_blocks)
21680 return 0;
21682 return 0;
21684 _ACEOF
21685 rm -f conftest.$ac_objext
21686 if { (ac_try="$ac_compile"
21687 case "(($ac_try" in
21688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21689 *) ac_try_echo=$ac_try;;
21690 esac
21691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21692 $as_echo "$ac_try_echo") >&5
21693 (eval "$ac_compile") 2>conftest.er1
21694 ac_status=$?
21695 grep -v '^ *+' conftest.er1 >conftest.err
21696 rm -f conftest.er1
21697 cat conftest.err >&5
21698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } && {
21700 test -z "$ac_c_werror_flag" ||
21701 test ! -s conftest.err
21702 } && test -s conftest.$ac_objext; then
21703 ac_cv_member_struct_statvfs_f_blocks=yes
21704 else
21705 $as_echo "$as_me: failed program was:" >&5
21706 sed 's/^/| /' conftest.$ac_ext >&5
21708 cat >conftest.$ac_ext <<_ACEOF
21709 /* confdefs.h. */
21710 _ACEOF
21711 cat confdefs.h >>conftest.$ac_ext
21712 cat >>conftest.$ac_ext <<_ACEOF
21713 /* end confdefs.h. */
21714 #ifdef HAVE_SYS_STATVFS_H
21715 #include <sys/statvfs.h>
21716 #endif
21719 main ()
21721 static struct statvfs ac_aggr;
21722 if (sizeof 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 ac_cv_member_struct_statvfs_f_blocks=no
21754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21759 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21760 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21761 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21763 cat >>confdefs.h <<_ACEOF
21764 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21765 _ACEOF
21771 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21772 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21773 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21774 $as_echo_n "(cached) " >&6
21775 else
21776 cat >conftest.$ac_ext <<_ACEOF
21777 /* confdefs.h. */
21778 _ACEOF
21779 cat confdefs.h >>conftest.$ac_ext
21780 cat >>conftest.$ac_ext <<_ACEOF
21781 /* end confdefs.h. */
21782 #include <sys/types.h>
21783 #ifdef HAVE_SYS_SOCKET_H
21784 # include <sys/socket.h>
21785 #endif
21786 #ifdef HAVE_SYS_UN_H
21787 # include <sys/un.h>
21788 #endif
21791 main ()
21793 static struct msghdr ac_aggr;
21794 if (ac_aggr.msg_accrights)
21795 return 0;
21797 return 0;
21799 _ACEOF
21800 rm -f conftest.$ac_objext
21801 if { (ac_try="$ac_compile"
21802 case "(($ac_try" in
21803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21804 *) ac_try_echo=$ac_try;;
21805 esac
21806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21807 $as_echo "$ac_try_echo") >&5
21808 (eval "$ac_compile") 2>conftest.er1
21809 ac_status=$?
21810 grep -v '^ *+' conftest.er1 >conftest.err
21811 rm -f conftest.er1
21812 cat conftest.err >&5
21813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814 (exit $ac_status); } && {
21815 test -z "$ac_c_werror_flag" ||
21816 test ! -s conftest.err
21817 } && test -s conftest.$ac_objext; then
21818 ac_cv_member_struct_msghdr_msg_accrights=yes
21819 else
21820 $as_echo "$as_me: failed program was:" >&5
21821 sed 's/^/| /' conftest.$ac_ext >&5
21823 cat >conftest.$ac_ext <<_ACEOF
21824 /* confdefs.h. */
21825 _ACEOF
21826 cat confdefs.h >>conftest.$ac_ext
21827 cat >>conftest.$ac_ext <<_ACEOF
21828 /* end confdefs.h. */
21829 #include <sys/types.h>
21830 #ifdef HAVE_SYS_SOCKET_H
21831 # include <sys/socket.h>
21832 #endif
21833 #ifdef HAVE_SYS_UN_H
21834 # include <sys/un.h>
21835 #endif
21838 main ()
21840 static struct msghdr ac_aggr;
21841 if (sizeof ac_aggr.msg_accrights)
21842 return 0;
21844 return 0;
21846 _ACEOF
21847 rm -f conftest.$ac_objext
21848 if { (ac_try="$ac_compile"
21849 case "(($ac_try" in
21850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21851 *) ac_try_echo=$ac_try;;
21852 esac
21853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21854 $as_echo "$ac_try_echo") >&5
21855 (eval "$ac_compile") 2>conftest.er1
21856 ac_status=$?
21857 grep -v '^ *+' conftest.er1 >conftest.err
21858 rm -f conftest.er1
21859 cat conftest.err >&5
21860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21861 (exit $ac_status); } && {
21862 test -z "$ac_c_werror_flag" ||
21863 test ! -s conftest.err
21864 } && test -s conftest.$ac_objext; then
21865 ac_cv_member_struct_msghdr_msg_accrights=yes
21866 else
21867 $as_echo "$as_me: failed program was:" >&5
21868 sed 's/^/| /' conftest.$ac_ext >&5
21870 ac_cv_member_struct_msghdr_msg_accrights=no
21873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21878 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21879 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21880 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21882 cat >>confdefs.h <<_ACEOF
21883 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21884 _ACEOF
21888 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21889 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21890 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21891 $as_echo_n "(cached) " >&6
21892 else
21893 cat >conftest.$ac_ext <<_ACEOF
21894 /* confdefs.h. */
21895 _ACEOF
21896 cat confdefs.h >>conftest.$ac_ext
21897 cat >>conftest.$ac_ext <<_ACEOF
21898 /* end confdefs.h. */
21899 #include <sys/types.h>
21900 #ifdef HAVE_SYS_SOCKET_H
21901 # include <sys/socket.h>
21902 #endif
21903 #ifdef HAVE_SYS_UN_H
21904 # include <sys/un.h>
21905 #endif
21908 main ()
21910 static struct sockaddr ac_aggr;
21911 if (ac_aggr.sa_len)
21912 return 0;
21914 return 0;
21916 _ACEOF
21917 rm -f conftest.$ac_objext
21918 if { (ac_try="$ac_compile"
21919 case "(($ac_try" in
21920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21921 *) ac_try_echo=$ac_try;;
21922 esac
21923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21924 $as_echo "$ac_try_echo") >&5
21925 (eval "$ac_compile") 2>conftest.er1
21926 ac_status=$?
21927 grep -v '^ *+' conftest.er1 >conftest.err
21928 rm -f conftest.er1
21929 cat conftest.err >&5
21930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21931 (exit $ac_status); } && {
21932 test -z "$ac_c_werror_flag" ||
21933 test ! -s conftest.err
21934 } && test -s conftest.$ac_objext; then
21935 ac_cv_member_struct_sockaddr_sa_len=yes
21936 else
21937 $as_echo "$as_me: failed program was:" >&5
21938 sed 's/^/| /' conftest.$ac_ext >&5
21940 cat >conftest.$ac_ext <<_ACEOF
21941 /* confdefs.h. */
21942 _ACEOF
21943 cat confdefs.h >>conftest.$ac_ext
21944 cat >>conftest.$ac_ext <<_ACEOF
21945 /* end confdefs.h. */
21946 #include <sys/types.h>
21947 #ifdef HAVE_SYS_SOCKET_H
21948 # include <sys/socket.h>
21949 #endif
21950 #ifdef HAVE_SYS_UN_H
21951 # include <sys/un.h>
21952 #endif
21955 main ()
21957 static struct sockaddr ac_aggr;
21958 if (sizeof ac_aggr.sa_len)
21959 return 0;
21961 return 0;
21963 _ACEOF
21964 rm -f conftest.$ac_objext
21965 if { (ac_try="$ac_compile"
21966 case "(($ac_try" in
21967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21968 *) ac_try_echo=$ac_try;;
21969 esac
21970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21971 $as_echo "$ac_try_echo") >&5
21972 (eval "$ac_compile") 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } && {
21979 test -z "$ac_c_werror_flag" ||
21980 test ! -s conftest.err
21981 } && test -s conftest.$ac_objext; then
21982 ac_cv_member_struct_sockaddr_sa_len=yes
21983 else
21984 $as_echo "$as_me: failed program was:" >&5
21985 sed 's/^/| /' conftest.$ac_ext >&5
21987 ac_cv_member_struct_sockaddr_sa_len=no
21990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21995 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21996 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21997 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21999 cat >>confdefs.h <<_ACEOF
22000 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22001 _ACEOF
22005 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22006 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22007 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22008 $as_echo_n "(cached) " >&6
22009 else
22010 cat >conftest.$ac_ext <<_ACEOF
22011 /* confdefs.h. */
22012 _ACEOF
22013 cat confdefs.h >>conftest.$ac_ext
22014 cat >>conftest.$ac_ext <<_ACEOF
22015 /* end confdefs.h. */
22016 #include <sys/types.h>
22017 #ifdef HAVE_SYS_SOCKET_H
22018 # include <sys/socket.h>
22019 #endif
22020 #ifdef HAVE_SYS_UN_H
22021 # include <sys/un.h>
22022 #endif
22025 main ()
22027 static struct sockaddr_un ac_aggr;
22028 if (ac_aggr.sun_len)
22029 return 0;
22031 return 0;
22033 _ACEOF
22034 rm -f conftest.$ac_objext
22035 if { (ac_try="$ac_compile"
22036 case "(($ac_try" in
22037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22038 *) ac_try_echo=$ac_try;;
22039 esac
22040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22041 $as_echo "$ac_try_echo") >&5
22042 (eval "$ac_compile") 2>conftest.er1
22043 ac_status=$?
22044 grep -v '^ *+' conftest.er1 >conftest.err
22045 rm -f conftest.er1
22046 cat conftest.err >&5
22047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22048 (exit $ac_status); } && {
22049 test -z "$ac_c_werror_flag" ||
22050 test ! -s conftest.err
22051 } && test -s conftest.$ac_objext; then
22052 ac_cv_member_struct_sockaddr_un_sun_len=yes
22053 else
22054 $as_echo "$as_me: failed program was:" >&5
22055 sed 's/^/| /' conftest.$ac_ext >&5
22057 cat >conftest.$ac_ext <<_ACEOF
22058 /* confdefs.h. */
22059 _ACEOF
22060 cat confdefs.h >>conftest.$ac_ext
22061 cat >>conftest.$ac_ext <<_ACEOF
22062 /* end confdefs.h. */
22063 #include <sys/types.h>
22064 #ifdef HAVE_SYS_SOCKET_H
22065 # include <sys/socket.h>
22066 #endif
22067 #ifdef HAVE_SYS_UN_H
22068 # include <sys/un.h>
22069 #endif
22072 main ()
22074 static struct sockaddr_un ac_aggr;
22075 if (sizeof ac_aggr.sun_len)
22076 return 0;
22078 return 0;
22080 _ACEOF
22081 rm -f conftest.$ac_objext
22082 if { (ac_try="$ac_compile"
22083 case "(($ac_try" in
22084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22085 *) ac_try_echo=$ac_try;;
22086 esac
22087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22088 $as_echo "$ac_try_echo") >&5
22089 (eval "$ac_compile") 2>conftest.er1
22090 ac_status=$?
22091 grep -v '^ *+' conftest.er1 >conftest.err
22092 rm -f conftest.er1
22093 cat conftest.err >&5
22094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22095 (exit $ac_status); } && {
22096 test -z "$ac_c_werror_flag" ||
22097 test ! -s conftest.err
22098 } && test -s conftest.$ac_objext; then
22099 ac_cv_member_struct_sockaddr_un_sun_len=yes
22100 else
22101 $as_echo "$as_me: failed program was:" >&5
22102 sed 's/^/| /' conftest.$ac_ext >&5
22104 ac_cv_member_struct_sockaddr_un_sun_len=no
22107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22112 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22113 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22114 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22116 cat >>confdefs.h <<_ACEOF
22117 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22118 _ACEOF
22124 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22125 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22126 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22127 $as_echo_n "(cached) " >&6
22128 else
22129 cat >conftest.$ac_ext <<_ACEOF
22130 /* confdefs.h. */
22131 _ACEOF
22132 cat confdefs.h >>conftest.$ac_ext
22133 cat >>conftest.$ac_ext <<_ACEOF
22134 /* end confdefs.h. */
22135 #include <sys/types.h>
22136 #ifdef HAVE_SCSI_SG_H
22137 #include <scsi/sg.h>
22138 #endif
22141 main ()
22143 static scsireq_t ac_aggr;
22144 if (ac_aggr.cmd)
22145 return 0;
22147 return 0;
22149 _ACEOF
22150 rm -f conftest.$ac_objext
22151 if { (ac_try="$ac_compile"
22152 case "(($ac_try" in
22153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22154 *) ac_try_echo=$ac_try;;
22155 esac
22156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22157 $as_echo "$ac_try_echo") >&5
22158 (eval "$ac_compile") 2>conftest.er1
22159 ac_status=$?
22160 grep -v '^ *+' conftest.er1 >conftest.err
22161 rm -f conftest.er1
22162 cat conftest.err >&5
22163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22164 (exit $ac_status); } && {
22165 test -z "$ac_c_werror_flag" ||
22166 test ! -s conftest.err
22167 } && test -s conftest.$ac_objext; then
22168 ac_cv_member_scsireq_t_cmd=yes
22169 else
22170 $as_echo "$as_me: failed program was:" >&5
22171 sed 's/^/| /' conftest.$ac_ext >&5
22173 cat >conftest.$ac_ext <<_ACEOF
22174 /* confdefs.h. */
22175 _ACEOF
22176 cat confdefs.h >>conftest.$ac_ext
22177 cat >>conftest.$ac_ext <<_ACEOF
22178 /* end confdefs.h. */
22179 #include <sys/types.h>
22180 #ifdef HAVE_SCSI_SG_H
22181 #include <scsi/sg.h>
22182 #endif
22185 main ()
22187 static scsireq_t ac_aggr;
22188 if (sizeof ac_aggr.cmd)
22189 return 0;
22191 return 0;
22193 _ACEOF
22194 rm -f conftest.$ac_objext
22195 if { (ac_try="$ac_compile"
22196 case "(($ac_try" in
22197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198 *) ac_try_echo=$ac_try;;
22199 esac
22200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22201 $as_echo "$ac_try_echo") >&5
22202 (eval "$ac_compile") 2>conftest.er1
22203 ac_status=$?
22204 grep -v '^ *+' conftest.er1 >conftest.err
22205 rm -f conftest.er1
22206 cat conftest.err >&5
22207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); } && {
22209 test -z "$ac_c_werror_flag" ||
22210 test ! -s conftest.err
22211 } && test -s conftest.$ac_objext; then
22212 ac_cv_member_scsireq_t_cmd=yes
22213 else
22214 $as_echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22217 ac_cv_member_scsireq_t_cmd=no
22220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22225 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22226 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22227 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22229 cat >>confdefs.h <<_ACEOF
22230 #define HAVE_SCSIREQ_T_CMD 1
22231 _ACEOF
22235 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22236 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22237 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22238 $as_echo_n "(cached) " >&6
22239 else
22240 cat >conftest.$ac_ext <<_ACEOF
22241 /* confdefs.h. */
22242 _ACEOF
22243 cat confdefs.h >>conftest.$ac_ext
22244 cat >>conftest.$ac_ext <<_ACEOF
22245 /* end confdefs.h. */
22246 #include <sys/types.h>
22247 #ifdef HAVE_SCSI_SG_H
22248 #include <scsi/sg.h>
22249 #endif
22252 main ()
22254 static sg_io_hdr_t ac_aggr;
22255 if (ac_aggr.interface_id)
22256 return 0;
22258 return 0;
22260 _ACEOF
22261 rm -f conftest.$ac_objext
22262 if { (ac_try="$ac_compile"
22263 case "(($ac_try" in
22264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22265 *) ac_try_echo=$ac_try;;
22266 esac
22267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22268 $as_echo "$ac_try_echo") >&5
22269 (eval "$ac_compile") 2>conftest.er1
22270 ac_status=$?
22271 grep -v '^ *+' conftest.er1 >conftest.err
22272 rm -f conftest.er1
22273 cat conftest.err >&5
22274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22275 (exit $ac_status); } && {
22276 test -z "$ac_c_werror_flag" ||
22277 test ! -s conftest.err
22278 } && test -s conftest.$ac_objext; then
22279 ac_cv_member_sg_io_hdr_t_interface_id=yes
22280 else
22281 $as_echo "$as_me: failed program was:" >&5
22282 sed 's/^/| /' conftest.$ac_ext >&5
22284 cat >conftest.$ac_ext <<_ACEOF
22285 /* confdefs.h. */
22286 _ACEOF
22287 cat confdefs.h >>conftest.$ac_ext
22288 cat >>conftest.$ac_ext <<_ACEOF
22289 /* end confdefs.h. */
22290 #include <sys/types.h>
22291 #ifdef HAVE_SCSI_SG_H
22292 #include <scsi/sg.h>
22293 #endif
22296 main ()
22298 static sg_io_hdr_t ac_aggr;
22299 if (sizeof ac_aggr.interface_id)
22300 return 0;
22302 return 0;
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22310 esac
22311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22312 $as_echo "$ac_try_echo") >&5
22313 (eval "$ac_compile") 2>conftest.er1
22314 ac_status=$?
22315 grep -v '^ *+' conftest.er1 >conftest.err
22316 rm -f conftest.er1
22317 cat conftest.err >&5
22318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22319 (exit $ac_status); } && {
22320 test -z "$ac_c_werror_flag" ||
22321 test ! -s conftest.err
22322 } && test -s conftest.$ac_objext; then
22323 ac_cv_member_sg_io_hdr_t_interface_id=yes
22324 else
22325 $as_echo "$as_me: failed program was:" >&5
22326 sed 's/^/| /' conftest.$ac_ext >&5
22328 ac_cv_member_sg_io_hdr_t_interface_id=no
22331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22336 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22337 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22338 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22340 cat >>confdefs.h <<_ACEOF
22341 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22342 _ACEOF
22348 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22349 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22350 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22351 $as_echo_n "(cached) " >&6
22352 else
22353 cat >conftest.$ac_ext <<_ACEOF
22354 /* confdefs.h. */
22355 _ACEOF
22356 cat confdefs.h >>conftest.$ac_ext
22357 cat >>conftest.$ac_ext <<_ACEOF
22358 /* end confdefs.h. */
22359 #include <signal.h>
22362 main ()
22364 static siginfo_t ac_aggr;
22365 if (ac_aggr.si_fd)
22366 return 0;
22368 return 0;
22370 _ACEOF
22371 rm -f conftest.$ac_objext
22372 if { (ac_try="$ac_compile"
22373 case "(($ac_try" in
22374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22375 *) ac_try_echo=$ac_try;;
22376 esac
22377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22378 $as_echo "$ac_try_echo") >&5
22379 (eval "$ac_compile") 2>conftest.er1
22380 ac_status=$?
22381 grep -v '^ *+' conftest.er1 >conftest.err
22382 rm -f conftest.er1
22383 cat conftest.err >&5
22384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22385 (exit $ac_status); } && {
22386 test -z "$ac_c_werror_flag" ||
22387 test ! -s conftest.err
22388 } && test -s conftest.$ac_objext; then
22389 ac_cv_member_siginfo_t_si_fd=yes
22390 else
22391 $as_echo "$as_me: failed program was:" >&5
22392 sed 's/^/| /' conftest.$ac_ext >&5
22394 cat >conftest.$ac_ext <<_ACEOF
22395 /* confdefs.h. */
22396 _ACEOF
22397 cat confdefs.h >>conftest.$ac_ext
22398 cat >>conftest.$ac_ext <<_ACEOF
22399 /* end confdefs.h. */
22400 #include <signal.h>
22403 main ()
22405 static siginfo_t ac_aggr;
22406 if (sizeof ac_aggr.si_fd)
22407 return 0;
22409 return 0;
22411 _ACEOF
22412 rm -f conftest.$ac_objext
22413 if { (ac_try="$ac_compile"
22414 case "(($ac_try" in
22415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22416 *) ac_try_echo=$ac_try;;
22417 esac
22418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22419 $as_echo "$ac_try_echo") >&5
22420 (eval "$ac_compile") 2>conftest.er1
22421 ac_status=$?
22422 grep -v '^ *+' conftest.er1 >conftest.err
22423 rm -f conftest.er1
22424 cat conftest.err >&5
22425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); } && {
22427 test -z "$ac_c_werror_flag" ||
22428 test ! -s conftest.err
22429 } && test -s conftest.$ac_objext; then
22430 ac_cv_member_siginfo_t_si_fd=yes
22431 else
22432 $as_echo "$as_me: failed program was:" >&5
22433 sed 's/^/| /' conftest.$ac_ext >&5
22435 ac_cv_member_siginfo_t_si_fd=no
22438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22443 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22444 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22445 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22447 cat >>confdefs.h <<_ACEOF
22448 #define HAVE_SIGINFO_T_SI_FD 1
22449 _ACEOF
22455 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22456 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22457 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22458 $as_echo_n "(cached) " >&6
22459 else
22460 cat >conftest.$ac_ext <<_ACEOF
22461 /* confdefs.h. */
22462 _ACEOF
22463 cat confdefs.h >>conftest.$ac_ext
22464 cat >>conftest.$ac_ext <<_ACEOF
22465 /* end confdefs.h. */
22466 #include <sys/types.h>
22467 #ifdef HAVE_SYS_MTIO_H
22468 #include <sys/mtio.h>
22469 #endif
22472 main ()
22474 static struct mtget ac_aggr;
22475 if (ac_aggr.mt_blksiz)
22476 return 0;
22478 return 0;
22480 _ACEOF
22481 rm -f conftest.$ac_objext
22482 if { (ac_try="$ac_compile"
22483 case "(($ac_try" in
22484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22485 *) ac_try_echo=$ac_try;;
22486 esac
22487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22488 $as_echo "$ac_try_echo") >&5
22489 (eval "$ac_compile") 2>conftest.er1
22490 ac_status=$?
22491 grep -v '^ *+' conftest.er1 >conftest.err
22492 rm -f conftest.er1
22493 cat conftest.err >&5
22494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22495 (exit $ac_status); } && {
22496 test -z "$ac_c_werror_flag" ||
22497 test ! -s conftest.err
22498 } && test -s conftest.$ac_objext; then
22499 ac_cv_member_struct_mtget_mt_blksiz=yes
22500 else
22501 $as_echo "$as_me: failed program was:" >&5
22502 sed 's/^/| /' conftest.$ac_ext >&5
22504 cat >conftest.$ac_ext <<_ACEOF
22505 /* confdefs.h. */
22506 _ACEOF
22507 cat confdefs.h >>conftest.$ac_ext
22508 cat >>conftest.$ac_ext <<_ACEOF
22509 /* end confdefs.h. */
22510 #include <sys/types.h>
22511 #ifdef HAVE_SYS_MTIO_H
22512 #include <sys/mtio.h>
22513 #endif
22516 main ()
22518 static struct mtget ac_aggr;
22519 if (sizeof ac_aggr.mt_blksiz)
22520 return 0;
22522 return 0;
22524 _ACEOF
22525 rm -f conftest.$ac_objext
22526 if { (ac_try="$ac_compile"
22527 case "(($ac_try" in
22528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22529 *) ac_try_echo=$ac_try;;
22530 esac
22531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22532 $as_echo "$ac_try_echo") >&5
22533 (eval "$ac_compile") 2>conftest.er1
22534 ac_status=$?
22535 grep -v '^ *+' conftest.er1 >conftest.err
22536 rm -f conftest.er1
22537 cat conftest.err >&5
22538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); } && {
22540 test -z "$ac_c_werror_flag" ||
22541 test ! -s conftest.err
22542 } && test -s conftest.$ac_objext; then
22543 ac_cv_member_struct_mtget_mt_blksiz=yes
22544 else
22545 $as_echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.$ac_ext >&5
22548 ac_cv_member_struct_mtget_mt_blksiz=no
22551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22556 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22557 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22558 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22560 cat >>confdefs.h <<_ACEOF
22561 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22562 _ACEOF
22566 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22567 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22568 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22569 $as_echo_n "(cached) " >&6
22570 else
22571 cat >conftest.$ac_ext <<_ACEOF
22572 /* confdefs.h. */
22573 _ACEOF
22574 cat confdefs.h >>conftest.$ac_ext
22575 cat >>conftest.$ac_ext <<_ACEOF
22576 /* end confdefs.h. */
22577 #include <sys/types.h>
22578 #ifdef HAVE_SYS_MTIO_H
22579 #include <sys/mtio.h>
22580 #endif
22583 main ()
22585 static struct mtget ac_aggr;
22586 if (ac_aggr.mt_gstat)
22587 return 0;
22589 return 0;
22591 _ACEOF
22592 rm -f conftest.$ac_objext
22593 if { (ac_try="$ac_compile"
22594 case "(($ac_try" in
22595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22596 *) ac_try_echo=$ac_try;;
22597 esac
22598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22599 $as_echo "$ac_try_echo") >&5
22600 (eval "$ac_compile") 2>conftest.er1
22601 ac_status=$?
22602 grep -v '^ *+' conftest.er1 >conftest.err
22603 rm -f conftest.er1
22604 cat conftest.err >&5
22605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22606 (exit $ac_status); } && {
22607 test -z "$ac_c_werror_flag" ||
22608 test ! -s conftest.err
22609 } && test -s conftest.$ac_objext; then
22610 ac_cv_member_struct_mtget_mt_gstat=yes
22611 else
22612 $as_echo "$as_me: failed program was:" >&5
22613 sed 's/^/| /' conftest.$ac_ext >&5
22615 cat >conftest.$ac_ext <<_ACEOF
22616 /* confdefs.h. */
22617 _ACEOF
22618 cat confdefs.h >>conftest.$ac_ext
22619 cat >>conftest.$ac_ext <<_ACEOF
22620 /* end confdefs.h. */
22621 #include <sys/types.h>
22622 #ifdef HAVE_SYS_MTIO_H
22623 #include <sys/mtio.h>
22624 #endif
22627 main ()
22629 static struct mtget ac_aggr;
22630 if (sizeof ac_aggr.mt_gstat)
22631 return 0;
22633 return 0;
22635 _ACEOF
22636 rm -f conftest.$ac_objext
22637 if { (ac_try="$ac_compile"
22638 case "(($ac_try" in
22639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640 *) ac_try_echo=$ac_try;;
22641 esac
22642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22643 $as_echo "$ac_try_echo") >&5
22644 (eval "$ac_compile") 2>conftest.er1
22645 ac_status=$?
22646 grep -v '^ *+' conftest.er1 >conftest.err
22647 rm -f conftest.er1
22648 cat conftest.err >&5
22649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); } && {
22651 test -z "$ac_c_werror_flag" ||
22652 test ! -s conftest.err
22653 } && test -s conftest.$ac_objext; then
22654 ac_cv_member_struct_mtget_mt_gstat=yes
22655 else
22656 $as_echo "$as_me: failed program was:" >&5
22657 sed 's/^/| /' conftest.$ac_ext >&5
22659 ac_cv_member_struct_mtget_mt_gstat=no
22662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22667 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22668 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22669 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22671 cat >>confdefs.h <<_ACEOF
22672 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22673 _ACEOF
22677 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22678 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22679 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22680 $as_echo_n "(cached) " >&6
22681 else
22682 cat >conftest.$ac_ext <<_ACEOF
22683 /* confdefs.h. */
22684 _ACEOF
22685 cat confdefs.h >>conftest.$ac_ext
22686 cat >>conftest.$ac_ext <<_ACEOF
22687 /* end confdefs.h. */
22688 #include <sys/types.h>
22689 #ifdef HAVE_SYS_MTIO_H
22690 #include <sys/mtio.h>
22691 #endif
22694 main ()
22696 static struct mtget ac_aggr;
22697 if (ac_aggr.mt_blkno)
22698 return 0;
22700 return 0;
22702 _ACEOF
22703 rm -f conftest.$ac_objext
22704 if { (ac_try="$ac_compile"
22705 case "(($ac_try" in
22706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22707 *) ac_try_echo=$ac_try;;
22708 esac
22709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22710 $as_echo "$ac_try_echo") >&5
22711 (eval "$ac_compile") 2>conftest.er1
22712 ac_status=$?
22713 grep -v '^ *+' conftest.er1 >conftest.err
22714 rm -f conftest.er1
22715 cat conftest.err >&5
22716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22717 (exit $ac_status); } && {
22718 test -z "$ac_c_werror_flag" ||
22719 test ! -s conftest.err
22720 } && test -s conftest.$ac_objext; then
22721 ac_cv_member_struct_mtget_mt_blkno=yes
22722 else
22723 $as_echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.$ac_ext >&5
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #include <sys/types.h>
22733 #ifdef HAVE_SYS_MTIO_H
22734 #include <sys/mtio.h>
22735 #endif
22738 main ()
22740 static struct mtget ac_aggr;
22741 if (sizeof ac_aggr.mt_blkno)
22742 return 0;
22744 return 0;
22746 _ACEOF
22747 rm -f conftest.$ac_objext
22748 if { (ac_try="$ac_compile"
22749 case "(($ac_try" in
22750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22751 *) ac_try_echo=$ac_try;;
22752 esac
22753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22754 $as_echo "$ac_try_echo") >&5
22755 (eval "$ac_compile") 2>conftest.er1
22756 ac_status=$?
22757 grep -v '^ *+' conftest.er1 >conftest.err
22758 rm -f conftest.er1
22759 cat conftest.err >&5
22760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); } && {
22762 test -z "$ac_c_werror_flag" ||
22763 test ! -s conftest.err
22764 } && test -s conftest.$ac_objext; then
22765 ac_cv_member_struct_mtget_mt_blkno=yes
22766 else
22767 $as_echo "$as_me: failed program was:" >&5
22768 sed 's/^/| /' conftest.$ac_ext >&5
22770 ac_cv_member_struct_mtget_mt_blkno=no
22773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22778 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22779 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22780 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22782 cat >>confdefs.h <<_ACEOF
22783 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22784 _ACEOF
22790 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22791 $as_echo_n "checking for struct option.name... " >&6; }
22792 if test "${ac_cv_member_struct_option_name+set}" = set; then
22793 $as_echo_n "(cached) " >&6
22794 else
22795 cat >conftest.$ac_ext <<_ACEOF
22796 /* confdefs.h. */
22797 _ACEOF
22798 cat confdefs.h >>conftest.$ac_ext
22799 cat >>conftest.$ac_ext <<_ACEOF
22800 /* end confdefs.h. */
22801 #ifdef HAVE_GETOPT_H
22802 #include <getopt.h>
22803 #endif
22806 main ()
22808 static struct option ac_aggr;
22809 if (ac_aggr.name)
22810 return 0;
22812 return 0;
22814 _ACEOF
22815 rm -f conftest.$ac_objext
22816 if { (ac_try="$ac_compile"
22817 case "(($ac_try" in
22818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22819 *) ac_try_echo=$ac_try;;
22820 esac
22821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22822 $as_echo "$ac_try_echo") >&5
22823 (eval "$ac_compile") 2>conftest.er1
22824 ac_status=$?
22825 grep -v '^ *+' conftest.er1 >conftest.err
22826 rm -f conftest.er1
22827 cat conftest.err >&5
22828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22829 (exit $ac_status); } && {
22830 test -z "$ac_c_werror_flag" ||
22831 test ! -s conftest.err
22832 } && test -s conftest.$ac_objext; then
22833 ac_cv_member_struct_option_name=yes
22834 else
22835 $as_echo "$as_me: failed program was:" >&5
22836 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_option_name=no
22884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22889 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22890 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22891 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22893 cat >>confdefs.h <<_ACEOF
22894 #define HAVE_STRUCT_OPTION_NAME 1
22895 _ACEOF
22901 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22902 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22903 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22904 $as_echo_n "(cached) " >&6
22905 else
22906 cat >conftest.$ac_ext <<_ACEOF
22907 /* confdefs.h. */
22908 _ACEOF
22909 cat confdefs.h >>conftest.$ac_ext
22910 cat >>conftest.$ac_ext <<_ACEOF
22911 /* end confdefs.h. */
22912 $ac_includes_default
22914 main ()
22916 static struct stat ac_aggr;
22917 if (ac_aggr.st_blocks)
22918 return 0;
22920 return 0;
22922 _ACEOF
22923 rm -f conftest.$ac_objext
22924 if { (ac_try="$ac_compile"
22925 case "(($ac_try" in
22926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22927 *) ac_try_echo=$ac_try;;
22928 esac
22929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22930 $as_echo "$ac_try_echo") >&5
22931 (eval "$ac_compile") 2>conftest.er1
22932 ac_status=$?
22933 grep -v '^ *+' conftest.er1 >conftest.err
22934 rm -f conftest.er1
22935 cat conftest.err >&5
22936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22937 (exit $ac_status); } && {
22938 test -z "$ac_c_werror_flag" ||
22939 test ! -s conftest.err
22940 } && test -s conftest.$ac_objext; then
22941 ac_cv_member_struct_stat_st_blocks=yes
22942 else
22943 $as_echo "$as_me: failed program was:" >&5
22944 sed 's/^/| /' conftest.$ac_ext >&5
22946 cat >conftest.$ac_ext <<_ACEOF
22947 /* confdefs.h. */
22948 _ACEOF
22949 cat confdefs.h >>conftest.$ac_ext
22950 cat >>conftest.$ac_ext <<_ACEOF
22951 /* end confdefs.h. */
22952 $ac_includes_default
22954 main ()
22956 static struct stat ac_aggr;
22957 if (sizeof ac_aggr.st_blocks)
22958 return 0;
22960 return 0;
22962 _ACEOF
22963 rm -f conftest.$ac_objext
22964 if { (ac_try="$ac_compile"
22965 case "(($ac_try" in
22966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22967 *) ac_try_echo=$ac_try;;
22968 esac
22969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22970 $as_echo "$ac_try_echo") >&5
22971 (eval "$ac_compile") 2>conftest.er1
22972 ac_status=$?
22973 grep -v '^ *+' conftest.er1 >conftest.err
22974 rm -f conftest.er1
22975 cat conftest.err >&5
22976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22977 (exit $ac_status); } && {
22978 test -z "$ac_c_werror_flag" ||
22979 test ! -s conftest.err
22980 } && test -s conftest.$ac_objext; then
22981 ac_cv_member_struct_stat_st_blocks=yes
22982 else
22983 $as_echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.$ac_ext >&5
22986 ac_cv_member_struct_stat_st_blocks=no
22989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22994 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22995 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22996 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22998 cat >>confdefs.h <<_ACEOF
22999 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23000 _ACEOF
23004 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23005 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23006 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23007 $as_echo_n "(cached) " >&6
23008 else
23009 cat >conftest.$ac_ext <<_ACEOF
23010 /* confdefs.h. */
23011 _ACEOF
23012 cat confdefs.h >>conftest.$ac_ext
23013 cat >>conftest.$ac_ext <<_ACEOF
23014 /* end confdefs.h. */
23015 $ac_includes_default
23017 main ()
23019 static struct stat ac_aggr;
23020 if (ac_aggr.st_mtim)
23021 return 0;
23023 return 0;
23025 _ACEOF
23026 rm -f conftest.$ac_objext
23027 if { (ac_try="$ac_compile"
23028 case "(($ac_try" in
23029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23030 *) ac_try_echo=$ac_try;;
23031 esac
23032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23033 $as_echo "$ac_try_echo") >&5
23034 (eval "$ac_compile") 2>conftest.er1
23035 ac_status=$?
23036 grep -v '^ *+' conftest.er1 >conftest.err
23037 rm -f conftest.er1
23038 cat conftest.err >&5
23039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23040 (exit $ac_status); } && {
23041 test -z "$ac_c_werror_flag" ||
23042 test ! -s conftest.err
23043 } && test -s conftest.$ac_objext; then
23044 ac_cv_member_struct_stat_st_mtim=yes
23045 else
23046 $as_echo "$as_me: failed program was:" >&5
23047 sed 's/^/| /' conftest.$ac_ext >&5
23049 cat >conftest.$ac_ext <<_ACEOF
23050 /* confdefs.h. */
23051 _ACEOF
23052 cat confdefs.h >>conftest.$ac_ext
23053 cat >>conftest.$ac_ext <<_ACEOF
23054 /* end confdefs.h. */
23055 $ac_includes_default
23057 main ()
23059 static struct stat ac_aggr;
23060 if (sizeof ac_aggr.st_mtim)
23061 return 0;
23063 return 0;
23065 _ACEOF
23066 rm -f conftest.$ac_objext
23067 if { (ac_try="$ac_compile"
23068 case "(($ac_try" in
23069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23070 *) ac_try_echo=$ac_try;;
23071 esac
23072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23073 $as_echo "$ac_try_echo") >&5
23074 (eval "$ac_compile") 2>conftest.er1
23075 ac_status=$?
23076 grep -v '^ *+' conftest.er1 >conftest.err
23077 rm -f conftest.er1
23078 cat conftest.err >&5
23079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23080 (exit $ac_status); } && {
23081 test -z "$ac_c_werror_flag" ||
23082 test ! -s conftest.err
23083 } && test -s conftest.$ac_objext; then
23084 ac_cv_member_struct_stat_st_mtim=yes
23085 else
23086 $as_echo "$as_me: failed program was:" >&5
23087 sed 's/^/| /' conftest.$ac_ext >&5
23089 ac_cv_member_struct_stat_st_mtim=no
23092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23097 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23098 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23099 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23101 cat >>confdefs.h <<_ACEOF
23102 #define HAVE_STRUCT_STAT_ST_MTIM 1
23103 _ACEOF
23107 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23108 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23109 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23110 $as_echo_n "(cached) " >&6
23111 else
23112 cat >conftest.$ac_ext <<_ACEOF
23113 /* confdefs.h. */
23114 _ACEOF
23115 cat confdefs.h >>conftest.$ac_ext
23116 cat >>conftest.$ac_ext <<_ACEOF
23117 /* end confdefs.h. */
23118 $ac_includes_default
23120 main ()
23122 static struct stat ac_aggr;
23123 if (ac_aggr.st_ctim)
23124 return 0;
23126 return 0;
23128 _ACEOF
23129 rm -f conftest.$ac_objext
23130 if { (ac_try="$ac_compile"
23131 case "(($ac_try" in
23132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23133 *) ac_try_echo=$ac_try;;
23134 esac
23135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23136 $as_echo "$ac_try_echo") >&5
23137 (eval "$ac_compile") 2>conftest.er1
23138 ac_status=$?
23139 grep -v '^ *+' conftest.er1 >conftest.err
23140 rm -f conftest.er1
23141 cat conftest.err >&5
23142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23143 (exit $ac_status); } && {
23144 test -z "$ac_c_werror_flag" ||
23145 test ! -s conftest.err
23146 } && test -s conftest.$ac_objext; then
23147 ac_cv_member_struct_stat_st_ctim=yes
23148 else
23149 $as_echo "$as_me: failed program was:" >&5
23150 sed 's/^/| /' conftest.$ac_ext >&5
23152 cat >conftest.$ac_ext <<_ACEOF
23153 /* confdefs.h. */
23154 _ACEOF
23155 cat confdefs.h >>conftest.$ac_ext
23156 cat >>conftest.$ac_ext <<_ACEOF
23157 /* end confdefs.h. */
23158 $ac_includes_default
23160 main ()
23162 static struct stat ac_aggr;
23163 if (sizeof ac_aggr.st_ctim)
23164 return 0;
23166 return 0;
23168 _ACEOF
23169 rm -f conftest.$ac_objext
23170 if { (ac_try="$ac_compile"
23171 case "(($ac_try" in
23172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23173 *) ac_try_echo=$ac_try;;
23174 esac
23175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23176 $as_echo "$ac_try_echo") >&5
23177 (eval "$ac_compile") 2>conftest.er1
23178 ac_status=$?
23179 grep -v '^ *+' conftest.er1 >conftest.err
23180 rm -f conftest.er1
23181 cat conftest.err >&5
23182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23183 (exit $ac_status); } && {
23184 test -z "$ac_c_werror_flag" ||
23185 test ! -s conftest.err
23186 } && test -s conftest.$ac_objext; then
23187 ac_cv_member_struct_stat_st_ctim=yes
23188 else
23189 $as_echo "$as_me: failed program was:" >&5
23190 sed 's/^/| /' conftest.$ac_ext >&5
23192 ac_cv_member_struct_stat_st_ctim=no
23195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23200 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23201 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23202 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23204 cat >>confdefs.h <<_ACEOF
23205 #define HAVE_STRUCT_STAT_ST_CTIM 1
23206 _ACEOF
23210 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23211 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23212 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23213 $as_echo_n "(cached) " >&6
23214 else
23215 cat >conftest.$ac_ext <<_ACEOF
23216 /* confdefs.h. */
23217 _ACEOF
23218 cat confdefs.h >>conftest.$ac_ext
23219 cat >>conftest.$ac_ext <<_ACEOF
23220 /* end confdefs.h. */
23221 $ac_includes_default
23223 main ()
23225 static struct stat ac_aggr;
23226 if (ac_aggr.st_atim)
23227 return 0;
23229 return 0;
23231 _ACEOF
23232 rm -f conftest.$ac_objext
23233 if { (ac_try="$ac_compile"
23234 case "(($ac_try" in
23235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23236 *) ac_try_echo=$ac_try;;
23237 esac
23238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23239 $as_echo "$ac_try_echo") >&5
23240 (eval "$ac_compile") 2>conftest.er1
23241 ac_status=$?
23242 grep -v '^ *+' conftest.er1 >conftest.err
23243 rm -f conftest.er1
23244 cat conftest.err >&5
23245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23246 (exit $ac_status); } && {
23247 test -z "$ac_c_werror_flag" ||
23248 test ! -s conftest.err
23249 } && test -s conftest.$ac_objext; then
23250 ac_cv_member_struct_stat_st_atim=yes
23251 else
23252 $as_echo "$as_me: failed program was:" >&5
23253 sed 's/^/| /' conftest.$ac_ext >&5
23255 cat >conftest.$ac_ext <<_ACEOF
23256 /* confdefs.h. */
23257 _ACEOF
23258 cat confdefs.h >>conftest.$ac_ext
23259 cat >>conftest.$ac_ext <<_ACEOF
23260 /* end confdefs.h. */
23261 $ac_includes_default
23263 main ()
23265 static struct stat ac_aggr;
23266 if (sizeof ac_aggr.st_atim)
23267 return 0;
23269 return 0;
23271 _ACEOF
23272 rm -f conftest.$ac_objext
23273 if { (ac_try="$ac_compile"
23274 case "(($ac_try" in
23275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23276 *) ac_try_echo=$ac_try;;
23277 esac
23278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23279 $as_echo "$ac_try_echo") >&5
23280 (eval "$ac_compile") 2>conftest.er1
23281 ac_status=$?
23282 grep -v '^ *+' conftest.er1 >conftest.err
23283 rm -f conftest.er1
23284 cat conftest.err >&5
23285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23286 (exit $ac_status); } && {
23287 test -z "$ac_c_werror_flag" ||
23288 test ! -s conftest.err
23289 } && test -s conftest.$ac_objext; then
23290 ac_cv_member_struct_stat_st_atim=yes
23291 else
23292 $as_echo "$as_me: failed program was:" >&5
23293 sed 's/^/| /' conftest.$ac_ext >&5
23295 ac_cv_member_struct_stat_st_atim=no
23298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23303 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23304 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23305 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23307 cat >>confdefs.h <<_ACEOF
23308 #define HAVE_STRUCT_STAT_ST_ATIM 1
23309 _ACEOF
23315 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23316 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23317 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23318 $as_echo_n "(cached) " >&6
23319 else
23320 cat >conftest.$ac_ext <<_ACEOF
23321 /* confdefs.h. */
23322 _ACEOF
23323 cat confdefs.h >>conftest.$ac_ext
23324 cat >>conftest.$ac_ext <<_ACEOF
23325 /* end confdefs.h. */
23326 #ifdef HAVE_SYS_TYPES_H
23327 #include <sys/types.h>
23328 #endif
23329 #ifdef HAVE_NETINET_IN_H
23330 #include <netinet/in.h>
23331 #endif
23334 main ()
23336 static struct sockaddr_in6 ac_aggr;
23337 if (ac_aggr.sin6_scope_id)
23338 return 0;
23340 return 0;
23342 _ACEOF
23343 rm -f conftest.$ac_objext
23344 if { (ac_try="$ac_compile"
23345 case "(($ac_try" in
23346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23347 *) ac_try_echo=$ac_try;;
23348 esac
23349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23350 $as_echo "$ac_try_echo") >&5
23351 (eval "$ac_compile") 2>conftest.er1
23352 ac_status=$?
23353 grep -v '^ *+' conftest.er1 >conftest.err
23354 rm -f conftest.er1
23355 cat conftest.err >&5
23356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23357 (exit $ac_status); } && {
23358 test -z "$ac_c_werror_flag" ||
23359 test ! -s conftest.err
23360 } && test -s conftest.$ac_objext; then
23361 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23362 else
23363 $as_echo "$as_me: failed program was:" >&5
23364 sed 's/^/| /' conftest.$ac_ext >&5
23366 cat >conftest.$ac_ext <<_ACEOF
23367 /* confdefs.h. */
23368 _ACEOF
23369 cat confdefs.h >>conftest.$ac_ext
23370 cat >>conftest.$ac_ext <<_ACEOF
23371 /* end confdefs.h. */
23372 #ifdef HAVE_SYS_TYPES_H
23373 #include <sys/types.h>
23374 #endif
23375 #ifdef HAVE_NETINET_IN_H
23376 #include <netinet/in.h>
23377 #endif
23380 main ()
23382 static struct sockaddr_in6 ac_aggr;
23383 if (sizeof ac_aggr.sin6_scope_id)
23384 return 0;
23386 return 0;
23388 _ACEOF
23389 rm -f conftest.$ac_objext
23390 if { (ac_try="$ac_compile"
23391 case "(($ac_try" in
23392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23393 *) ac_try_echo=$ac_try;;
23394 esac
23395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23396 $as_echo "$ac_try_echo") >&5
23397 (eval "$ac_compile") 2>conftest.er1
23398 ac_status=$?
23399 grep -v '^ *+' conftest.er1 >conftest.err
23400 rm -f conftest.er1
23401 cat conftest.err >&5
23402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23403 (exit $ac_status); } && {
23404 test -z "$ac_c_werror_flag" ||
23405 test ! -s conftest.err
23406 } && test -s conftest.$ac_objext; then
23407 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23408 else
23409 $as_echo "$as_me: failed program was:" >&5
23410 sed 's/^/| /' conftest.$ac_ext >&5
23412 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23420 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23421 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23422 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23424 cat >>confdefs.h <<_ACEOF
23425 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23426 _ACEOF
23432 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23433 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23434 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23435 $as_echo_n "(cached) " >&6
23436 else
23437 cat >conftest.$ac_ext <<_ACEOF
23438 /* confdefs.h. */
23439 _ACEOF
23440 cat confdefs.h >>conftest.$ac_ext
23441 cat >>conftest.$ac_ext <<_ACEOF
23442 /* end confdefs.h. */
23443 #ifdef HAVE_SYS_TYPES_H
23444 #include <sys/types.h>
23445 #endif
23446 #ifdef HAVE_NETINET_IN_H
23447 # include <netinet/in.h>
23448 #endif
23449 #ifdef HAVE_ARPA_NAMESER_H
23450 # include <arpa/nameser.h>
23451 #endif
23454 main ()
23456 static ns_msg ac_aggr;
23457 if (ac_aggr._msg_ptr)
23458 return 0;
23460 return 0;
23462 _ACEOF
23463 rm -f conftest.$ac_objext
23464 if { (ac_try="$ac_compile"
23465 case "(($ac_try" in
23466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23467 *) ac_try_echo=$ac_try;;
23468 esac
23469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23470 $as_echo "$ac_try_echo") >&5
23471 (eval "$ac_compile") 2>conftest.er1
23472 ac_status=$?
23473 grep -v '^ *+' conftest.er1 >conftest.err
23474 rm -f conftest.er1
23475 cat conftest.err >&5
23476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23477 (exit $ac_status); } && {
23478 test -z "$ac_c_werror_flag" ||
23479 test ! -s conftest.err
23480 } && test -s conftest.$ac_objext; then
23481 ac_cv_member_ns_msg__msg_ptr=yes
23482 else
23483 $as_echo "$as_me: failed program was:" >&5
23484 sed 's/^/| /' conftest.$ac_ext >&5
23486 cat >conftest.$ac_ext <<_ACEOF
23487 /* confdefs.h. */
23488 _ACEOF
23489 cat confdefs.h >>conftest.$ac_ext
23490 cat >>conftest.$ac_ext <<_ACEOF
23491 /* end confdefs.h. */
23492 #ifdef HAVE_SYS_TYPES_H
23493 #include <sys/types.h>
23494 #endif
23495 #ifdef HAVE_NETINET_IN_H
23496 # include <netinet/in.h>
23497 #endif
23498 #ifdef HAVE_ARPA_NAMESER_H
23499 # include <arpa/nameser.h>
23500 #endif
23503 main ()
23505 static ns_msg ac_aggr;
23506 if (sizeof ac_aggr._msg_ptr)
23507 return 0;
23509 return 0;
23511 _ACEOF
23512 rm -f conftest.$ac_objext
23513 if { (ac_try="$ac_compile"
23514 case "(($ac_try" in
23515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23516 *) ac_try_echo=$ac_try;;
23517 esac
23518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23519 $as_echo "$ac_try_echo") >&5
23520 (eval "$ac_compile") 2>conftest.er1
23521 ac_status=$?
23522 grep -v '^ *+' conftest.er1 >conftest.err
23523 rm -f conftest.er1
23524 cat conftest.err >&5
23525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); } && {
23527 test -z "$ac_c_werror_flag" ||
23528 test ! -s conftest.err
23529 } && test -s conftest.$ac_objext; then
23530 ac_cv_member_ns_msg__msg_ptr=yes
23531 else
23532 $as_echo "$as_me: failed program was:" >&5
23533 sed 's/^/| /' conftest.$ac_ext >&5
23535 ac_cv_member_ns_msg__msg_ptr=no
23538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23543 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23544 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23545 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23547 cat >>confdefs.h <<_ACEOF
23548 #define HAVE_NS_MSG__MSG_PTR 1
23549 _ACEOF
23555 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23556 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23557 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23558 $as_echo_n "(cached) " >&6
23559 else
23560 cat >conftest.$ac_ext <<_ACEOF
23561 /* confdefs.h. */
23562 _ACEOF
23563 cat confdefs.h >>conftest.$ac_ext
23564 cat >>conftest.$ac_ext <<_ACEOF
23565 /* end confdefs.h. */
23566 #ifdef HAVE_SYS_TYPES_H
23567 #include <sys/types.h>
23568 #endif
23569 #ifdef HAVE_ALIAS_H
23570 #include <alias.h>
23571 #endif
23572 #ifdef HAVE_SYS_SOCKET_H
23573 #include <sys/socket.h>
23574 #endif
23575 #ifdef HAVE_SYS_SOCKETVAR_H
23576 #include <sys/socketvar.h>
23577 #endif
23578 #ifdef HAVE_SYS_TIMEOUT_H
23579 #include <sys/timeout.h>
23580 #endif
23581 #ifdef HAVE_NETINET_IN_H
23582 #include <netinet/in.h>
23583 #endif
23584 #ifdef HAVE_NETINET_IN_SYSTM_H
23585 #include <netinet/in_systm.h>
23586 #endif
23587 #ifdef HAVE_NETINET_IP_H
23588 #include <netinet/ip.h>
23589 #endif
23590 #ifdef HAVE_NETINET_IP_VAR_H
23591 #include <netinet/ip_var.h>
23592 #endif
23593 #ifdef HAVE_NETINET_IP_ICMP_H
23594 #include <netinet/ip_icmp.h>
23595 #endif
23596 #ifdef HAVE_NETINET_ICMP_VAR
23597 #include <netinet/icmp_var.h>
23598 #endif
23601 main ()
23603 static struct icmpstat ac_aggr;
23604 if (ac_aggr.icps_outhist)
23605 return 0;
23607 return 0;
23609 _ACEOF
23610 rm -f conftest.$ac_objext
23611 if { (ac_try="$ac_compile"
23612 case "(($ac_try" in
23613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23614 *) ac_try_echo=$ac_try;;
23615 esac
23616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23617 $as_echo "$ac_try_echo") >&5
23618 (eval "$ac_compile") 2>conftest.er1
23619 ac_status=$?
23620 grep -v '^ *+' conftest.er1 >conftest.err
23621 rm -f conftest.er1
23622 cat conftest.err >&5
23623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23624 (exit $ac_status); } && {
23625 test -z "$ac_c_werror_flag" ||
23626 test ! -s conftest.err
23627 } && test -s conftest.$ac_objext; then
23628 ac_cv_member_struct_icmpstat_icps_outhist=yes
23629 else
23630 $as_echo "$as_me: failed program was:" >&5
23631 sed 's/^/| /' conftest.$ac_ext >&5
23633 cat >conftest.$ac_ext <<_ACEOF
23634 /* confdefs.h. */
23635 _ACEOF
23636 cat confdefs.h >>conftest.$ac_ext
23637 cat >>conftest.$ac_ext <<_ACEOF
23638 /* end confdefs.h. */
23639 #ifdef HAVE_SYS_TYPES_H
23640 #include <sys/types.h>
23641 #endif
23642 #ifdef HAVE_ALIAS_H
23643 #include <alias.h>
23644 #endif
23645 #ifdef HAVE_SYS_SOCKET_H
23646 #include <sys/socket.h>
23647 #endif
23648 #ifdef HAVE_SYS_SOCKETVAR_H
23649 #include <sys/socketvar.h>
23650 #endif
23651 #ifdef HAVE_SYS_TIMEOUT_H
23652 #include <sys/timeout.h>
23653 #endif
23654 #ifdef HAVE_NETINET_IN_H
23655 #include <netinet/in.h>
23656 #endif
23657 #ifdef HAVE_NETINET_IN_SYSTM_H
23658 #include <netinet/in_systm.h>
23659 #endif
23660 #ifdef HAVE_NETINET_IP_H
23661 #include <netinet/ip.h>
23662 #endif
23663 #ifdef HAVE_NETINET_IP_VAR_H
23664 #include <netinet/ip_var.h>
23665 #endif
23666 #ifdef HAVE_NETINET_IP_ICMP_H
23667 #include <netinet/ip_icmp.h>
23668 #endif
23669 #ifdef HAVE_NETINET_ICMP_VAR
23670 #include <netinet/icmp_var.h>
23671 #endif
23674 main ()
23676 static struct icmpstat ac_aggr;
23677 if (sizeof ac_aggr.icps_outhist)
23678 return 0;
23680 return 0;
23682 _ACEOF
23683 rm -f conftest.$ac_objext
23684 if { (ac_try="$ac_compile"
23685 case "(($ac_try" in
23686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23687 *) ac_try_echo=$ac_try;;
23688 esac
23689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23690 $as_echo "$ac_try_echo") >&5
23691 (eval "$ac_compile") 2>conftest.er1
23692 ac_status=$?
23693 grep -v '^ *+' conftest.er1 >conftest.err
23694 rm -f conftest.er1
23695 cat conftest.err >&5
23696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23697 (exit $ac_status); } && {
23698 test -z "$ac_c_werror_flag" ||
23699 test ! -s conftest.err
23700 } && test -s conftest.$ac_objext; then
23701 ac_cv_member_struct_icmpstat_icps_outhist=yes
23702 else
23703 $as_echo "$as_me: failed program was:" >&5
23704 sed 's/^/| /' conftest.$ac_ext >&5
23706 ac_cv_member_struct_icmpstat_icps_outhist=no
23709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23714 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23715 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23716 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23718 cat >>confdefs.h <<_ACEOF
23719 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23720 _ACEOF
23726 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23727 $as_echo_n "checking for timezone variable... " >&6; }
23728 if test "${ac_cv_have_timezone+set}" = set; then
23729 $as_echo_n "(cached) " >&6
23730 else
23731 cat >conftest.$ac_ext <<_ACEOF
23732 /* confdefs.h. */
23733 _ACEOF
23734 cat confdefs.h >>conftest.$ac_ext
23735 cat >>conftest.$ac_ext <<_ACEOF
23736 /* end confdefs.h. */
23737 #include <time.h>
23739 main ()
23741 timezone = 1
23743 return 0;
23745 _ACEOF
23746 rm -f conftest.$ac_objext conftest$ac_exeext
23747 if { (ac_try="$ac_link"
23748 case "(($ac_try" in
23749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23750 *) ac_try_echo=$ac_try;;
23751 esac
23752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23753 $as_echo "$ac_try_echo") >&5
23754 (eval "$ac_link") 2>conftest.er1
23755 ac_status=$?
23756 grep -v '^ *+' conftest.er1 >conftest.err
23757 rm -f conftest.er1
23758 cat conftest.err >&5
23759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23760 (exit $ac_status); } && {
23761 test -z "$ac_c_werror_flag" ||
23762 test ! -s conftest.err
23763 } && test -s conftest$ac_exeext && {
23764 test "$cross_compiling" = yes ||
23765 $as_test_x conftest$ac_exeext
23766 }; then
23767 ac_cv_have_timezone="yes"
23768 else
23769 $as_echo "$as_me: failed program was:" >&5
23770 sed 's/^/| /' conftest.$ac_ext >&5
23772 ac_cv_have_timezone="no"
23775 rm -rf conftest.dSYM
23776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23777 conftest$ac_exeext conftest.$ac_ext
23779 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23780 $as_echo "$ac_cv_have_timezone" >&6; }
23781 if test "$ac_cv_have_timezone" = "yes"
23782 then
23784 cat >>confdefs.h <<\_ACEOF
23785 #define HAVE_TIMEZONE 1
23786 _ACEOF
23789 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23790 $as_echo_n "checking for daylight variable... " >&6; }
23791 if test "${ac_cv_have_daylight+set}" = set; then
23792 $as_echo_n "(cached) " >&6
23793 else
23794 cat >conftest.$ac_ext <<_ACEOF
23795 /* confdefs.h. */
23796 _ACEOF
23797 cat confdefs.h >>conftest.$ac_ext
23798 cat >>conftest.$ac_ext <<_ACEOF
23799 /* end confdefs.h. */
23800 #include <time.h>
23802 main ()
23804 daylight = 1
23806 return 0;
23808 _ACEOF
23809 rm -f conftest.$ac_objext conftest$ac_exeext
23810 if { (ac_try="$ac_link"
23811 case "(($ac_try" in
23812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23813 *) ac_try_echo=$ac_try;;
23814 esac
23815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23816 $as_echo "$ac_try_echo") >&5
23817 (eval "$ac_link") 2>conftest.er1
23818 ac_status=$?
23819 grep -v '^ *+' conftest.er1 >conftest.err
23820 rm -f conftest.er1
23821 cat conftest.err >&5
23822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23823 (exit $ac_status); } && {
23824 test -z "$ac_c_werror_flag" ||
23825 test ! -s conftest.err
23826 } && test -s conftest$ac_exeext && {
23827 test "$cross_compiling" = yes ||
23828 $as_test_x conftest$ac_exeext
23829 }; then
23830 ac_cv_have_daylight="yes"
23831 else
23832 $as_echo "$as_me: failed program was:" >&5
23833 sed 's/^/| /' conftest.$ac_ext >&5
23835 ac_cv_have_daylight="no"
23838 rm -rf conftest.dSYM
23839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23840 conftest$ac_exeext conftest.$ac_ext
23842 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23843 $as_echo "$ac_cv_have_daylight" >&6; }
23844 if test "$ac_cv_have_daylight" = "yes"
23845 then
23847 cat >>confdefs.h <<\_ACEOF
23848 #define HAVE_DAYLIGHT 1
23849 _ACEOF
23853 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23854 $as_echo_n "checking for isinf... " >&6; }
23855 if test "${ac_cv_have_isinf+set}" = set; then
23856 $as_echo_n "(cached) " >&6
23857 else
23858 cat >conftest.$ac_ext <<_ACEOF
23859 /* confdefs.h. */
23860 _ACEOF
23861 cat confdefs.h >>conftest.$ac_ext
23862 cat >>conftest.$ac_ext <<_ACEOF
23863 /* end confdefs.h. */
23864 #include <math.h>
23866 main ()
23868 float f = 0.0; int i=isinf(f)
23870 return 0;
23872 _ACEOF
23873 rm -f conftest.$ac_objext conftest$ac_exeext
23874 if { (ac_try="$ac_link"
23875 case "(($ac_try" in
23876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23877 *) ac_try_echo=$ac_try;;
23878 esac
23879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23880 $as_echo "$ac_try_echo") >&5
23881 (eval "$ac_link") 2>conftest.er1
23882 ac_status=$?
23883 grep -v '^ *+' conftest.er1 >conftest.err
23884 rm -f conftest.er1
23885 cat conftest.err >&5
23886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23887 (exit $ac_status); } && {
23888 test -z "$ac_c_werror_flag" ||
23889 test ! -s conftest.err
23890 } && test -s conftest$ac_exeext && {
23891 test "$cross_compiling" = yes ||
23892 $as_test_x conftest$ac_exeext
23893 }; then
23894 ac_cv_have_isinf="yes"
23895 else
23896 $as_echo "$as_me: failed program was:" >&5
23897 sed 's/^/| /' conftest.$ac_ext >&5
23899 ac_cv_have_isinf="no"
23902 rm -rf conftest.dSYM
23903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23904 conftest$ac_exeext conftest.$ac_ext
23906 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23907 $as_echo "$ac_cv_have_isinf" >&6; }
23908 if test "$ac_cv_have_isinf" = "yes"
23909 then
23911 cat >>confdefs.h <<\_ACEOF
23912 #define HAVE_ISINF 1
23913 _ACEOF
23917 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23918 $as_echo_n "checking for isnan... " >&6; }
23919 if test "${ac_cv_have_isnan+set}" = set; then
23920 $as_echo_n "(cached) " >&6
23921 else
23922 cat >conftest.$ac_ext <<_ACEOF
23923 /* confdefs.h. */
23924 _ACEOF
23925 cat confdefs.h >>conftest.$ac_ext
23926 cat >>conftest.$ac_ext <<_ACEOF
23927 /* end confdefs.h. */
23928 #include <math.h>
23930 main ()
23932 float f = 0.0; int i=isnan(f)
23934 return 0;
23936 _ACEOF
23937 rm -f conftest.$ac_objext conftest$ac_exeext
23938 if { (ac_try="$ac_link"
23939 case "(($ac_try" in
23940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23941 *) ac_try_echo=$ac_try;;
23942 esac
23943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23944 $as_echo "$ac_try_echo") >&5
23945 (eval "$ac_link") 2>conftest.er1
23946 ac_status=$?
23947 grep -v '^ *+' conftest.er1 >conftest.err
23948 rm -f conftest.er1
23949 cat conftest.err >&5
23950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951 (exit $ac_status); } && {
23952 test -z "$ac_c_werror_flag" ||
23953 test ! -s conftest.err
23954 } && test -s conftest$ac_exeext && {
23955 test "$cross_compiling" = yes ||
23956 $as_test_x conftest$ac_exeext
23957 }; then
23958 ac_cv_have_isnan="yes"
23959 else
23960 $as_echo "$as_me: failed program was:" >&5
23961 sed 's/^/| /' conftest.$ac_ext >&5
23963 ac_cv_have_isnan="no"
23966 rm -rf conftest.dSYM
23967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23968 conftest$ac_exeext conftest.$ac_ext
23970 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23971 $as_echo "$ac_cv_have_isnan" >&6; }
23972 if test "$ac_cv_have_isnan" = "yes"
23973 then
23975 cat >>confdefs.h <<\_ACEOF
23976 #define HAVE_ISNAN 1
23977 _ACEOF
23982 case $host_cpu in
23983 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23984 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23985 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23986 $as_echo_n "(cached) " >&6
23987 else
23988 cat >conftest.$ac_ext <<_ACEOF
23989 /* confdefs.h. */
23990 _ACEOF
23991 cat confdefs.h >>conftest.$ac_ext
23992 cat >>conftest.$ac_ext <<_ACEOF
23993 /* end confdefs.h. */
23994 #ifndef __i386__
23996 #endif
23997 _ACEOF
23998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23999 $EGREP "yes" >/dev/null 2>&1; then
24000 ac_cv_cpp_def___i386__=yes
24001 else
24002 ac_cv_cpp_def___i386__=no
24004 rm -f conftest*
24007 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24008 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24009 if test $ac_cv_cpp_def___i386__ = yes; then
24010 CFLAGS="$CFLAGS -D__i386__"
24011 LINTFLAGS="$LINTFLAGS -D__i386__"
24014 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24015 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24016 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24017 $as_echo_n "(cached) " >&6
24018 else
24019 cat >conftest.$ac_ext <<_ACEOF
24020 /* confdefs.h. */
24021 _ACEOF
24022 cat confdefs.h >>conftest.$ac_ext
24023 cat >>conftest.$ac_ext <<_ACEOF
24024 /* end confdefs.h. */
24025 #ifndef __x86_64__
24027 #endif
24028 _ACEOF
24029 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24030 $EGREP "yes" >/dev/null 2>&1; then
24031 ac_cv_cpp_def___x86_64__=yes
24032 else
24033 ac_cv_cpp_def___x86_64__=no
24035 rm -f conftest*
24038 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24039 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24040 if test $ac_cv_cpp_def___x86_64__ = yes; then
24041 CFLAGS="$CFLAGS -D__x86_64__"
24042 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24045 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24046 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24047 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24048 $as_echo_n "(cached) " >&6
24049 else
24050 cat >conftest.$ac_ext <<_ACEOF
24051 /* confdefs.h. */
24052 _ACEOF
24053 cat confdefs.h >>conftest.$ac_ext
24054 cat >>conftest.$ac_ext <<_ACEOF
24055 /* end confdefs.h. */
24056 #ifndef __ALPHA__
24058 #endif
24059 _ACEOF
24060 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24061 $EGREP "yes" >/dev/null 2>&1; then
24062 ac_cv_cpp_def___ALPHA__=yes
24063 else
24064 ac_cv_cpp_def___ALPHA__=no
24066 rm -f conftest*
24069 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24070 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24071 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24072 CFLAGS="$CFLAGS -D__ALPHA__"
24073 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24076 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24077 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24078 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24079 $as_echo_n "(cached) " >&6
24080 else
24081 cat >conftest.$ac_ext <<_ACEOF
24082 /* confdefs.h. */
24083 _ACEOF
24084 cat confdefs.h >>conftest.$ac_ext
24085 cat >>conftest.$ac_ext <<_ACEOF
24086 /* end confdefs.h. */
24087 #ifndef __sparc__
24089 #endif
24090 _ACEOF
24091 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24092 $EGREP "yes" >/dev/null 2>&1; then
24093 ac_cv_cpp_def___sparc__=yes
24094 else
24095 ac_cv_cpp_def___sparc__=no
24097 rm -f conftest*
24100 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24101 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24102 if test $ac_cv_cpp_def___sparc__ = yes; then
24103 CFLAGS="$CFLAGS -D__sparc__"
24104 LINTFLAGS="$LINTFLAGS -D__sparc__"
24107 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24108 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24109 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24110 $as_echo_n "(cached) " >&6
24111 else
24112 cat >conftest.$ac_ext <<_ACEOF
24113 /* confdefs.h. */
24114 _ACEOF
24115 cat confdefs.h >>conftest.$ac_ext
24116 cat >>conftest.$ac_ext <<_ACEOF
24117 /* end confdefs.h. */
24118 #ifndef __powerpc__
24120 #endif
24121 _ACEOF
24122 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24123 $EGREP "yes" >/dev/null 2>&1; then
24124 ac_cv_cpp_def___powerpc__=yes
24125 else
24126 ac_cv_cpp_def___powerpc__=no
24128 rm -f conftest*
24131 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24132 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24133 if test $ac_cv_cpp_def___powerpc__ = yes; then
24134 CFLAGS="$CFLAGS -D__powerpc__"
24135 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24138 esac
24140 case $host_vendor in
24141 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24142 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24143 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24144 $as_echo_n "(cached) " >&6
24145 else
24146 cat >conftest.$ac_ext <<_ACEOF
24147 /* confdefs.h. */
24148 _ACEOF
24149 cat confdefs.h >>conftest.$ac_ext
24150 cat >>conftest.$ac_ext <<_ACEOF
24151 /* end confdefs.h. */
24152 #ifndef __sun__
24154 #endif
24155 _ACEOF
24156 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24157 $EGREP "yes" >/dev/null 2>&1; then
24158 ac_cv_cpp_def___sun__=yes
24159 else
24160 ac_cv_cpp_def___sun__=no
24162 rm -f conftest*
24165 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24166 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24167 if test $ac_cv_cpp_def___sun__ = yes; then
24168 CFLAGS="$CFLAGS -D__sun__"
24169 LINTFLAGS="$LINTFLAGS -D__sun__"
24172 esac
24175 DEPENDENCIES="### Dependencies:
24177 .INIT: Makefile
24178 .BEGIN: Makefile
24179 .MAKEFILEDEPS:
24180 Makefile: dummy
24181 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24183 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24184 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24185 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24186 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24187 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24190 ALL_MAKERULES=""
24192 ALL_MAKEFILES=""
24194 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24197 ALL_TOP_DIRS=""
24199 ALL_DLL_DIRS=""
24201 ALL_IMPLIB_DIRS=""
24203 ALL_TEST_DIRS=""
24205 ALL_PROGRAM_DIRS=""
24207 ALL_PROGRAM_INSTALL_DIRS=""
24209 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24215 ac_config_commands="$ac_config_commands include/stamp-h"
24218 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24220 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24222 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24224 ac_config_commands="$ac_config_commands dlls/user32/resources"
24226 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24228 ac_config_commands="$ac_config_commands include/wine"
24231 ALL_MAKERULES="$ALL_MAKERULES \\
24232 Make.rules"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 Make.rules: Make.rules.in"
24235 MAKE_RULES=Make.rules
24236 ac_config_files="$ac_config_files Make.rules"
24238 ALL_MAKERULES="$ALL_MAKERULES \\
24239 dlls/Makedll.rules"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24242 MAKE_DLL_RULES=dlls/Makedll.rules
24243 ac_config_files="$ac_config_files dlls/Makedll.rules"
24245 ALL_MAKERULES="$ALL_MAKERULES \\
24246 dlls/Makeimplib.rules"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24249 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24250 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24252 ALL_MAKERULES="$ALL_MAKERULES \\
24253 dlls/Maketest.rules"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24256 MAKE_TEST_RULES=dlls/Maketest.rules
24257 ac_config_files="$ac_config_files dlls/Maketest.rules"
24259 ALL_MAKERULES="$ALL_MAKERULES \\
24260 programs/Makeprog.rules"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24263 MAKE_PROG_RULES=programs/Makeprog.rules
24264 ac_config_files="$ac_config_files programs/Makeprog.rules"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 Makefile: Makefile.in Make.rules"
24271 ac_config_files="$ac_config_files Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/Makefile"
24275 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24276 dlls"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/Makefile: dlls/Makefile.in Make.rules"
24279 ac_config_files="$ac_config_files dlls/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/acledit/Makefile"
24283 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 acledit"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24287 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/aclui/Makefile"
24291 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 aclui"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/activeds/Makefile"
24299 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 activeds"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/actxprxy/Makefile"
24307 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 actxprxy"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/adsiid/Makefile"
24315 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24316 adsiid"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24319 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/advapi32/Makefile"
24323 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 advapi32"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/advapi32/tests/Makefile"
24331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24332 advapi32/tests"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24335 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/advpack/Makefile"
24339 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 advpack"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/advpack/tests/Makefile"
24347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 advpack/tests"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24351 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/amstream/Makefile"
24355 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 amstream"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/amstream/tests/Makefile"
24363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24364 amstream/tests"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24367 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/appwiz.cpl/Makefile"
24371 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 appwiz.cpl"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/atl/Makefile"
24379 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 atl"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/atl/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/authz/Makefile"
24387 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 authz"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/authz/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/avicap32/Makefile"
24395 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 avicap32"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/avifil32/Makefile"
24403 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 avifil32"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/avifile.dll16/Makefile"
24411 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 avifile.dll16"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/bcrypt/Makefile"
24419 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 bcrypt"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/browseui/Makefile"
24427 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 browseui"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/browseui/tests/Makefile"
24435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24436 browseui/tests"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24439 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/cabinet/Makefile"
24443 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 cabinet"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/cabinet/tests/Makefile"
24451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24452 cabinet/tests"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24455 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/capi2032/Makefile"
24459 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 capi2032"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/cards/Makefile"
24467 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 cards"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/cards/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/cfgmgr32/Makefile"
24475 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 cfgmgr32"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/clusapi/Makefile"
24483 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 clusapi"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/comcat/Makefile"
24491 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 comcat"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/comcat/tests/Makefile"
24499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 comcat/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/comctl32/Makefile"
24507 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 comctl32"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/comctl32/tests/Makefile"
24515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24516 comctl32/tests"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24519 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/comdlg32/Makefile"
24523 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 comdlg32"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/comdlg32/tests/Makefile"
24531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24532 comdlg32/tests"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24535 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/comm.drv16/Makefile"
24539 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 comm.drv16"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/compobj.dll16/Makefile"
24547 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 compobj.dll16"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/compstui/Makefile"
24555 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 compstui"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/credui/Makefile"
24563 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 credui"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/credui/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/credui/tests/Makefile"
24571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 credui/tests"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/crtdll/Makefile"
24579 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 crtdll"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/crypt32/Makefile"
24587 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 crypt32"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/crypt32/tests/Makefile"
24595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24596 crypt32/tests"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24599 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/cryptdlg/Makefile"
24603 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 cryptdlg"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/cryptdll/Makefile"
24611 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 cryptdll"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/cryptnet/Makefile"
24619 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 cryptnet"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/cryptnet/tests/Makefile"
24627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24628 cryptnet/tests"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24631 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/cryptui/Makefile"
24635 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 cryptui"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/cryptui/tests/Makefile"
24643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24644 cryptui/tests"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24647 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/ctapi32/Makefile"
24651 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 ctapi32"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/ctl3d.dll16/Makefile"
24659 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 ctl3d.dll16"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/ctl3d32/Makefile"
24667 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 ctl3d32"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/ctl3dv2.dll16/Makefile"
24675 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 ctl3dv2.dll16"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/d3d10/Makefile"
24683 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 d3d10"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/d3d10/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692 d3d10/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/d3d10core/Makefile"
24699 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 d3d10core"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/d3d10core/tests/Makefile"
24707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708 d3d10core/tests"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24711 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/d3d8/Makefile"
24715 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 d3d8"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/d3d8/tests/Makefile"
24723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724 d3d8/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/d3d9/Makefile"
24731 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 d3d9"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/d3d9/tests/Makefile"
24739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740 d3d9/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/d3dim/Makefile"
24747 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 d3dim"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/d3drm/Makefile"
24755 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 d3drm"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/d3drm/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 d3drm/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/d3dx8/Makefile"
24771 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 d3dx8"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/d3dx8/tests/Makefile"
24779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24780 d3dx8/tests"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24783 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/d3dx9_24/Makefile"
24787 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 d3dx9_24"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/d3dx9_25/Makefile"
24795 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 d3dx9_25"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/d3dx9_26/Makefile"
24803 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 d3dx9_26"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/d3dx9_27/Makefile"
24811 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 d3dx9_27"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/d3dx9_28/Makefile"
24819 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 d3dx9_28"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/d3dx9_29/Makefile"
24827 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 d3dx9_29"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/d3dx9_30/Makefile"
24835 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 d3dx9_30"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/d3dx9_31/Makefile"
24843 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 d3dx9_31"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/d3dx9_32/Makefile"
24851 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 d3dx9_32"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/d3dx9_33/Makefile"
24859 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 d3dx9_33"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/d3dx9_34/Makefile"
24867 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 d3dx9_34"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/d3dx9_35/Makefile"
24875 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 d3dx9_35"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/d3dx9_36/Makefile"
24883 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 d3dx9_36"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/d3dx9_36/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892 d3dx9_36/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/d3dx9_37/Makefile"
24899 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 d3dx9_37"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/d3dx9_38/Makefile"
24907 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 d3dx9_38"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/d3dx9_39/Makefile"
24915 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 d3dx9_39"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/d3dx9_40/Makefile"
24923 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 d3dx9_40"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/d3dx9_41/Makefile"
24931 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 d3dx9_41"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/d3dxof/Makefile"
24939 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 d3dxof"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/d3dxof/tests/Makefile"
24947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24948 d3dxof/tests"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24951 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/dbghelp/Makefile"
24955 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 dbghelp"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/dciman32/Makefile"
24963 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 dciman32"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/ddraw/Makefile"
24971 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 ddraw"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/ddraw/tests/Makefile"
24979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 ddraw/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/ddrawex/Makefile"
24987 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 ddrawex"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/ddrawex/tests/Makefile"
24995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 ddrawex/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/devenum/Makefile"
25003 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 devenum"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/dinput/Makefile"
25011 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 dinput"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/dinput/tests/Makefile"
25019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25020 dinput/tests"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25023 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/dinput8/Makefile"
25027 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 dinput8"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/dispdib.dll16/Makefile"
25035 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 dispdib.dll16"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/display.drv16/Makefile"
25043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 display.drv16"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/dmband/Makefile"
25051 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 dmband"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/dmcompos/Makefile"
25059 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 dmcompos"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/dmime/Makefile"
25067 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 dmime"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/dmloader/Makefile"
25075 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 dmloader"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/dmscript/Makefile"
25083 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 dmscript"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/dmstyle/Makefile"
25091 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 dmstyle"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/dmsynth/Makefile"
25099 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 dmsynth"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/dmusic/Makefile"
25107 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 dmusic"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/dmusic32/Makefile"
25115 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 dmusic32"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/dnsapi/Makefile"
25123 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 dnsapi"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/dnsapi/tests/Makefile"
25131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25132 dnsapi/tests"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25135 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/dplay/Makefile"
25139 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 dplay"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/dplayx/Makefile"
25147 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 dplayx"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/dplayx/tests/Makefile"
25155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25156 dplayx/tests"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25159 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/dpnaddr/Makefile"
25163 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 dpnaddr"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/dpnet/Makefile"
25171 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 dpnet"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/dpnhpast/Makefile"
25179 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 dpnhpast"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/dpnlobby/Makefile"
25187 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 dpnlobby"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/dpwsockx/Makefile"
25195 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 dpwsockx"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/dsound/Makefile"
25203 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 dsound"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/dsound/tests/Makefile"
25211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25212 dsound/tests"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25215 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/dssenh/Makefile"
25219 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 dssenh"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/dswave/Makefile"
25227 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 dswave"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/dwmapi/Makefile"
25235 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 dwmapi"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/dxdiagn/Makefile"
25243 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 dxdiagn"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/dxerr8/Makefile"
25251 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25252 dxerr8"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25255 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/dxerr9/Makefile"
25259 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25260 dxerr9"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25263 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/dxgi/Makefile"
25267 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 dxgi"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/dxgi/tests/Makefile"
25275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25276 dxgi/tests"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25279 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/dxguid/Makefile"
25283 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25284 dxguid"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25287 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/faultrep/Makefile"
25291 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 faultrep"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/fusion/Makefile"
25299 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 fusion"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/fusion/tests/Makefile"
25307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25308 fusion/tests"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25311 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/gdi32/Makefile"
25315 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 gdi32"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/gdi32/tests/Makefile"
25323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25324 gdi32/tests"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25327 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/gdiplus/Makefile"
25331 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 gdiplus"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/gdiplus/tests/Makefile"
25339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25340 gdiplus/tests"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25343 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/glu32/Makefile"
25347 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 glu32"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/gphoto2.ds/Makefile"
25355 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 gphoto2.ds"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/gpkcsp/Makefile"
25363 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364 gpkcsp"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/hal/Makefile"
25371 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 hal"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/hal/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/hhctrl.ocx/Makefile"
25379 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380 hhctrl.ocx"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25383 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/hid/Makefile"
25387 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 hid"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/hid/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/hlink/Makefile"
25395 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 hlink"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/hlink/tests/Makefile"
25403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25404 hlink/tests"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25407 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/hnetcfg/Makefile"
25411 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 hnetcfg"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/httpapi/Makefile"
25419 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 httpapi"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/iccvid/Makefile"
25427 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 iccvid"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/icmp/Makefile"
25435 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436 icmp"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/ifsmgr.vxd/Makefile"
25443 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 ifsmgr.vxd"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/imaadp32.acm/Makefile"
25451 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25452 imaadp32.acm"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25455 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/imagehlp/Makefile"
25459 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 imagehlp"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/imm.dll16/Makefile"
25467 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 imm.dll16"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/imm32/Makefile"
25475 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 imm32"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/imm32/tests/Makefile"
25483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25484 imm32/tests"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25487 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/inetcomm/Makefile"
25491 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492 inetcomm"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/inetcomm/tests/Makefile"
25499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25500 inetcomm/tests"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25503 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/inetmib1/Makefile"
25507 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 inetmib1"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/inetmib1/tests/Makefile"
25515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25516 inetmib1/tests"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25519 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/infosoft/Makefile"
25523 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 infosoft"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/infosoft/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532 infosoft/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/initpki/Makefile"
25539 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 initpki"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/inkobj/Makefile"
25547 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 inkobj"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/inseng/Makefile"
25555 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 inseng"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/iphlpapi/Makefile"
25563 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 iphlpapi"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/iphlpapi/tests/Makefile"
25571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25572 iphlpapi/tests"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25575 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/itircl/Makefile"
25579 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580 itircl"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/itss/Makefile"
25587 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 itss"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/itss/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/itss/tests/Makefile"
25595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25596 itss/tests"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25599 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/jscript/Makefile"
25603 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 jscript"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/jscript/tests/Makefile"
25611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25612 jscript/tests"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25615 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/kernel32/Makefile"
25619 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620 kernel32"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/kernel32/tests/Makefile"
25627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25628 kernel32/tests"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25631 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/keyboard.drv16/Makefile"
25635 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636 keyboard.drv16"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/loadperf/Makefile"
25643 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 loadperf"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/localspl/Makefile"
25651 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25652 localspl"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25655 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/localspl/tests/Makefile"
25659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25660 localspl/tests"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25663 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/localui/Makefile"
25667 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25668 localui"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25671 ac_config_files="$ac_config_files dlls/localui/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/localui/tests/Makefile"
25675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25676 localui/tests"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25679 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/lz32/Makefile"
25683 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25684 lz32"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25687 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/lz32/tests/Makefile"
25691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25692 lz32/tests"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25695 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/lzexpand.dll16/Makefile"
25699 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25700 lzexpand.dll16"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25703 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/mapi32/Makefile"
25707 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 mapi32"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/mapi32/tests/Makefile"
25715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25716 mapi32/tests"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25719 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/mciavi32/Makefile"
25723 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 mciavi32"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/mcicda/Makefile"
25731 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 mcicda"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/mciqtz32/Makefile"
25739 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 mciqtz32"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/mciseq/Makefile"
25747 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 mciseq"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/mciwave/Makefile"
25755 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 mciwave"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/midimap/Makefile"
25763 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 midimap"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/mlang/Makefile"
25771 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772 mlang"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/mlang/tests/Makefile"
25779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25780 mlang/tests"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25783 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/mmdevldr.vxd/Makefile"
25787 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 mmdevldr.vxd"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/monodebg.vxd/Makefile"
25795 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 monodebg.vxd"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/mountmgr.sys/Makefile"
25803 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804 mountmgr.sys"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/mouse.drv16/Makefile"
25811 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 mouse.drv16"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/mpr/Makefile"
25819 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 mpr"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/mprapi/Makefile"
25827 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 mprapi"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/msacm.dll16/Makefile"
25835 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 msacm.dll16"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/msacm32.drv/Makefile"
25843 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 msacm32.drv"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/msacm32/Makefile"
25851 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 msacm32"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/msacm32/tests/Makefile"
25859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25860 msacm32/tests"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25863 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/msadp32.acm/Makefile"
25867 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868 msadp32.acm"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/mscat32/Makefile"
25875 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 mscat32"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/mscms/Makefile"
25883 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25884 mscms"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25887 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/mscms/tests/Makefile"
25891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25892 mscms/tests"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25895 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/mscoree/Makefile"
25899 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25900 mscoree"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25903 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/msctf/Makefile"
25907 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908 msctf"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/msctf/tests/Makefile"
25915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25916 msctf/tests"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25919 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/msdmo/Makefile"
25923 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 msdmo"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/msftedit/Makefile"
25931 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 msftedit"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/msg711.acm/Makefile"
25939 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 msg711.acm"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/mshtml.tlb/Makefile"
25947 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25948 mshtml.tlb"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25951 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/mshtml/Makefile"
25955 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 mshtml"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/mshtml/tests/Makefile"
25963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25964 mshtml/tests"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25967 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/msi/Makefile"
25971 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972 msi"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/msi/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/msi/tests/Makefile"
25979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25980 msi/tests"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25983 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/msimg32/Makefile"
25987 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 msimg32"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/msimtf/Makefile"
25995 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 msimtf"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/msisip/Makefile"
26003 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 msisip"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/msisys.ocx/Makefile"
26011 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 msisys.ocx"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/msnet32/Makefile"
26019 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020 msnet32"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/msrle32/Makefile"
26027 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028 msrle32"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/mssign32/Makefile"
26035 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 mssign32"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/mssip32/Makefile"
26043 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 mssip32"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/mstask/Makefile"
26051 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 mstask"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/mstask/tests/Makefile"
26059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26060 mstask/tests"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26063 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/msvcirt/Makefile"
26067 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068 msvcirt"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/msvcr71/Makefile"
26075 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 msvcr71"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/msvcrt/Makefile"
26083 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084 msvcrt"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/msvcrt/tests/Makefile"
26091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26092 msvcrt/tests"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26095 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/msvcrt20/Makefile"
26099 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 msvcrt20"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/msvcrt40/Makefile"
26107 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 msvcrt40"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/msvcrtd/Makefile"
26115 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116 msvcrtd"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/msvcrtd/tests/Makefile"
26123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26124 msvcrtd/tests"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26127 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/msvfw32/Makefile"
26131 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 msvfw32"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/msvfw32/tests/Makefile"
26139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26140 msvfw32/tests"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26143 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/msvidc32/Makefile"
26147 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 msvidc32"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/mswsock/Makefile"
26155 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156 mswsock"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/msxml3/Makefile"
26163 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 msxml3"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/msxml3/tests/Makefile"
26171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26172 msxml3/tests"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26175 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/nddeapi/Makefile"
26179 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180 nddeapi"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/netapi32/Makefile"
26187 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 netapi32"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/netapi32/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196 netapi32/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/newdev/Makefile"
26203 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 newdev"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/ntdll/Makefile"
26211 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212 ntdll"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/ntdll/tests/Makefile"
26219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26220 ntdll/tests"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26223 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/ntdsapi/Makefile"
26227 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228 ntdsapi"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/ntdsapi/tests/Makefile"
26235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26236 ntdsapi/tests"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26239 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/ntoskrnl.exe/Makefile"
26243 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 ntoskrnl.exe"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/ntprint/Makefile"
26251 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252 ntprint"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/ntprint/tests/Makefile"
26259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26260 ntprint/tests"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26263 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/objsel/Makefile"
26267 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 objsel"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/odbc32/Makefile"
26275 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26276 odbc32"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26279 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/odbccp32/Makefile"
26283 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 odbccp32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/odbccp32/tests/Makefile"
26291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26292 odbccp32/tests"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26295 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/ole2.dll16/Makefile"
26299 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300 ole2.dll16"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/ole2conv.dll16/Makefile"
26307 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 ole2conv.dll16"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/ole2disp.dll16/Makefile"
26315 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316 ole2disp.dll16"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/ole2nls.dll16/Makefile"
26323 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324 ole2nls.dll16"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/ole2prox.dll16/Makefile"
26331 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26332 ole2prox.dll16"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26335 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/ole2thk.dll16/Makefile"
26339 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 ole2thk.dll16"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/ole32/Makefile"
26347 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26348 ole32"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26351 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/ole32/tests/Makefile"
26355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26356 ole32/tests"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26359 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/oleacc/Makefile"
26363 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 oleacc"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/oleacc/tests/Makefile"
26371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26372 oleacc/tests"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26375 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/oleaut32/Makefile"
26379 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380 oleaut32"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/oleaut32/tests/Makefile"
26387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26388 oleaut32/tests"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26391 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/olecli.dll16/Makefile"
26395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 olecli.dll16"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/olecli32/Makefile"
26403 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 olecli32"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/oledlg/Makefile"
26411 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412 oledlg"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/olepro32/Makefile"
26419 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420 olepro32"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/olesvr.dll16/Makefile"
26427 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428 olesvr.dll16"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/olesvr32/Makefile"
26435 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436 olesvr32"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/olethk32/Makefile"
26443 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 olethk32"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/opengl32/Makefile"
26451 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452 opengl32"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/opengl32/tests/Makefile"
26459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26460 opengl32/tests"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26463 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/pdh/Makefile"
26467 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 pdh"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/pdh/tests/Makefile"
26475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26476 pdh/tests"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26479 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/pidgen/Makefile"
26483 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484 pidgen"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/powrprof/Makefile"
26491 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 powrprof"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/printui/Makefile"
26499 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500 printui"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/printui/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/propsys/Makefile"
26507 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 propsys"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/psapi/Makefile"
26515 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516 psapi"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/psapi/tests/Makefile"
26523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26524 psapi/tests"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26527 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/pstorec/Makefile"
26531 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532 pstorec"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/qcap/Makefile"
26539 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26540 qcap"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26543 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/qedit/Makefile"
26547 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548 qedit"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/qedit/tests/Makefile"
26555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26556 qedit/tests"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26559 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/qmgr/Makefile"
26563 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564 qmgr"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/qmgr/tests/Makefile"
26571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26572 qmgr/tests"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26575 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/qmgrprxy/Makefile"
26579 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580 qmgrprxy"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/quartz/Makefile"
26587 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26588 quartz"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26591 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/quartz/tests/Makefile"
26595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26596 quartz/tests"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26599 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/query/Makefile"
26603 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604 query"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/query/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/rasapi16.dll16/Makefile"
26611 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26612 rasapi16.dll16"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26615 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/rasapi32/Makefile"
26619 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620 rasapi32"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/rasapi32/tests/Makefile"
26627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26628 rasapi32/tests"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26631 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/rasdlg/Makefile"
26635 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26636 rasdlg"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26639 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/resutils/Makefile"
26643 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644 resutils"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/riched20/Makefile"
26651 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 riched20"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/riched20/tests/Makefile"
26659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26660 riched20/tests"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26663 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/riched32/Makefile"
26667 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 riched32"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/riched32/tests/Makefile"
26675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26676 riched32/tests"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26679 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/rpcrt4/Makefile"
26683 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 rpcrt4"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/rpcrt4/tests/Makefile"
26691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26692 rpcrt4/tests"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26695 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/rsabase/Makefile"
26699 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700 rsabase"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/rsaenh/Makefile"
26707 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 rsaenh"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/rsaenh/tests/Makefile"
26715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26716 rsaenh/tests"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26719 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/sane.ds/Makefile"
26723 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26724 sane.ds"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26727 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/sccbase/Makefile"
26731 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 sccbase"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/schannel/Makefile"
26739 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740 schannel"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/schannel/tests/Makefile"
26747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26748 schannel/tests"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26751 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/secur32/Makefile"
26755 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26756 secur32"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26759 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/secur32/tests/Makefile"
26763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26764 secur32/tests"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26767 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/security/Makefile"
26771 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772 security"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/security/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/sensapi/Makefile"
26779 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780 sensapi"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 dlls/serialui/Makefile"
26787 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26788 serialui"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26791 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 dlls/serialui/tests/Makefile"
26795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26796 serialui/tests"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26799 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 dlls/setupapi/Makefile"
26803 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26804 setupapi"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26807 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 dlls/setupapi/tests/Makefile"
26811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26812 setupapi/tests"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26815 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 dlls/sfc/Makefile"
26819 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26820 sfc"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26823 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 dlls/sfc_os/Makefile"
26827 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26828 sfc_os"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26831 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 dlls/shdoclc/Makefile"
26835 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26836 shdoclc"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26839 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 dlls/shdocvw/Makefile"
26843 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26844 shdocvw"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26847 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850 dlls/shdocvw/tests/Makefile"
26851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26852 shdocvw/tests"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26855 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858 dlls/shell.dll16/Makefile"
26859 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26860 shell.dll16"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26863 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 dlls/shell32/Makefile"
26867 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26868 shell32"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26871 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 dlls/shell32/tests/Makefile"
26875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26876 shell32/tests"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26879 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882 dlls/shfolder/Makefile"
26883 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884 shfolder"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 dlls/shlwapi/Makefile"
26891 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26892 shlwapi"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26895 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 dlls/shlwapi/tests/Makefile"
26899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26900 shlwapi/tests"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26903 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 dlls/slbcsp/Makefile"
26907 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26908 slbcsp"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26911 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914 dlls/slc/Makefile"
26915 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26916 slc"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26919 ac_config_files="$ac_config_files dlls/slc/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 dlls/snmpapi/Makefile"
26923 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26924 snmpapi"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26927 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 dlls/snmpapi/tests/Makefile"
26931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26932 snmpapi/tests"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26935 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938 dlls/softpub/Makefile"
26939 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26940 softpub"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26943 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 dlls/sound.drv16/Makefile"
26947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948 sound.drv16"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 dlls/spoolss/Makefile"
26955 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26956 spoolss"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26959 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 dlls/spoolss/tests/Makefile"
26963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26964 spoolss/tests"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26967 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 dlls/stdole2.tlb/Makefile"
26971 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26972 stdole2.tlb"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26975 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 dlls/stdole32.tlb/Makefile"
26979 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980 stdole32.tlb"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 dlls/sti/Makefile"
26987 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26988 sti"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26991 ac_config_files="$ac_config_files dlls/sti/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 dlls/storage.dll16/Makefile"
26995 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26996 storage.dll16"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26999 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 dlls/stress.dll16/Makefile"
27003 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004 stress.dll16"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 dlls/strmiids/Makefile"
27011 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27012 strmiids"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27015 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 dlls/svrapi/Makefile"
27019 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27020 svrapi"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27023 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026 dlls/sxs/Makefile"
27027 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27028 sxs"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27031 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034 dlls/tapi32/Makefile"
27035 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036 tapi32"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 dlls/traffic/Makefile"
27043 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27044 traffic"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27047 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 dlls/twain.dll16/Makefile"
27051 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27052 twain.dll16"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27055 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058 dlls/twain_32/Makefile"
27059 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27060 twain_32"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27063 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 dlls/twain_32/tests/Makefile"
27067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27068 twain_32/tests"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27071 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074 dlls/typelib.dll16/Makefile"
27075 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27076 typelib.dll16"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27079 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082 dlls/unicows/Makefile"
27083 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27084 unicows"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27087 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090 dlls/updspapi/Makefile"
27091 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27092 updspapi"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27095 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 dlls/url/Makefile"
27099 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27100 url"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27103 ac_config_files="$ac_config_files dlls/url/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 dlls/urlmon/Makefile"
27107 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27108 urlmon"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27111 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114 dlls/urlmon/tests/Makefile"
27115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27116 urlmon/tests"
27117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27118 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27119 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27121 ALL_MAKEFILES="$ALL_MAKEFILES \\
27122 dlls/user32/Makefile"
27123 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27124 user32"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27127 ac_config_files="$ac_config_files dlls/user32/Makefile"
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130 dlls/user32/tests/Makefile"
27131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27132 user32/tests"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27135 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 dlls/userenv/Makefile"
27139 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27140 userenv"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27143 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146 dlls/userenv/tests/Makefile"
27147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27148 userenv/tests"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27151 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 dlls/usp10/Makefile"
27155 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27156 usp10"
27157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27158 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27159 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27161 ALL_MAKEFILES="$ALL_MAKEFILES \\
27162 dlls/usp10/tests/Makefile"
27163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27164 usp10/tests"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27167 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170 dlls/uuid/Makefile"
27171 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27172 uuid"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27175 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 dlls/uxtheme/Makefile"
27179 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27180 uxtheme"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27183 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186 dlls/uxtheme/tests/Makefile"
27187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27188 uxtheme/tests"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27191 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194 dlls/vdhcp.vxd/Makefile"
27195 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27196 vdhcp.vxd"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27199 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 dlls/vdmdbg/Makefile"
27203 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27204 vdmdbg"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27207 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 dlls/version/Makefile"
27211 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27212 version"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27215 ac_config_files="$ac_config_files dlls/version/Makefile"
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218 dlls/version/tests/Makefile"
27219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27220 version/tests"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27223 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226 dlls/vmm.vxd/Makefile"
27227 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27228 vmm.vxd"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27231 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234 dlls/vnbt.vxd/Makefile"
27235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27236 vnbt.vxd"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27239 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242 dlls/vnetbios.vxd/Makefile"
27243 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27244 vnetbios.vxd"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27247 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250 dlls/vtdapi.vxd/Makefile"
27251 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27252 vtdapi.vxd"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27255 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258 dlls/vwin32.vxd/Makefile"
27259 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27260 vwin32.vxd"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27263 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 dlls/w32skrnl/Makefile"
27267 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27268 w32skrnl"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27271 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 dlls/w32sys.dll16/Makefile"
27275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27276 w32sys.dll16"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27279 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 dlls/win32s16.dll16/Makefile"
27283 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27284 win32s16.dll16"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27287 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290 dlls/win87em.dll16/Makefile"
27291 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27292 win87em.dll16"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27295 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298 dlls/winaspi.dll16/Makefile"
27299 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27300 winaspi.dll16"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27303 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306 dlls/windebug.dll16/Makefile"
27307 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27308 windebug.dll16"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27311 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314 dlls/winealsa.drv/Makefile"
27315 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27316 winealsa.drv"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27319 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322 dlls/wineaudioio.drv/Makefile"
27323 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27324 wineaudioio.drv"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27327 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 dlls/winecoreaudio.drv/Makefile"
27331 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27332 winecoreaudio.drv"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27335 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338 dlls/winecrt0/Makefile"
27339 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27340 winecrt0"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27343 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346 dlls/wined3d/Makefile"
27347 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27348 wined3d"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27351 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 dlls/winedos/Makefile"
27355 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27356 winedos"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27359 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362 dlls/wineesd.drv/Makefile"
27363 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27364 wineesd.drv"
27365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27366 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27367 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27369 ALL_MAKEFILES="$ALL_MAKEFILES \\
27370 dlls/winejack.drv/Makefile"
27371 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27372 winejack.drv"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27375 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378 dlls/winejoystick.drv/Makefile"
27379 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27380 winejoystick.drv"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27383 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386 dlls/winemp3.acm/Makefile"
27387 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27388 winemp3.acm"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27391 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394 dlls/winenas.drv/Makefile"
27395 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27396 winenas.drv"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27399 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402 dlls/wineoss.drv/Makefile"
27403 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27404 wineoss.drv"
27405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27406 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27407 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27409 ALL_MAKEFILES="$ALL_MAKEFILES \\
27410 dlls/wineps.drv/Makefile"
27411 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27412 wineps.drv"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27415 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418 dlls/winequartz.drv/Makefile"
27419 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27420 winequartz.drv"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27423 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426 dlls/winex11.drv/Makefile"
27427 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27428 winex11.drv"
27429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27430 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27431 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27433 ALL_MAKEFILES="$ALL_MAKEFILES \\
27434 dlls/wing32/Makefile"
27435 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27436 wing32"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27439 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442 dlls/winhttp/Makefile"
27443 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27444 winhttp"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27447 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450 dlls/winhttp/tests/Makefile"
27451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27452 winhttp/tests"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27455 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458 dlls/wininet/Makefile"
27459 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27460 wininet"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27463 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466 dlls/wininet/tests/Makefile"
27467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27468 wininet/tests"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27471 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474 dlls/winmm/Makefile"
27475 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27476 winmm"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27479 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482 dlls/winmm/tests/Makefile"
27483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27484 winmm/tests"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27487 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490 dlls/winnls.dll16/Makefile"
27491 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27492 winnls.dll16"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27495 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498 dlls/winnls32/Makefile"
27499 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27500 winnls32"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27503 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506 dlls/winscard/Makefile"
27507 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27508 winscard"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27511 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 dlls/winspool.drv/Makefile"
27515 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27516 winspool.drv"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27519 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522 dlls/winspool.drv/tests/Makefile"
27523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27524 winspool.drv/tests"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27527 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530 dlls/wintab.dll16/Makefile"
27531 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27532 wintab.dll16"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27535 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 dlls/wintab32/Makefile"
27539 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27540 wintab32"
27541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27542 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27543 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27545 ALL_MAKEFILES="$ALL_MAKEFILES \\
27546 dlls/wintrust/Makefile"
27547 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27548 wintrust"
27549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27550 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27551 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27553 ALL_MAKEFILES="$ALL_MAKEFILES \\
27554 dlls/wintrust/tests/Makefile"
27555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27556 wintrust/tests"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27559 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 dlls/wldap32/Makefile"
27563 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27564 wldap32"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27567 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570 dlls/wldap32/tests/Makefile"
27571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27572 wldap32/tests"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27575 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578 dlls/wmi/Makefile"
27579 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27580 wmi"
27581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27582 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27583 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27585 ALL_MAKEFILES="$ALL_MAKEFILES \\
27586 dlls/wnaspi32/Makefile"
27587 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27588 wnaspi32"
27589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27590 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27591 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27593 ALL_MAKEFILES="$ALL_MAKEFILES \\
27594 dlls/wow32/Makefile"
27595 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27596 wow32"
27597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27598 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27599 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27601 ALL_MAKEFILES="$ALL_MAKEFILES \\
27602 dlls/ws2_32/Makefile"
27603 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27604 ws2_32"
27605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27606 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27607 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27609 ALL_MAKEFILES="$ALL_MAKEFILES \\
27610 dlls/ws2_32/tests/Makefile"
27611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27612 ws2_32/tests"
27613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27614 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27615 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27617 ALL_MAKEFILES="$ALL_MAKEFILES \\
27618 dlls/wsock32/Makefile"
27619 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27620 wsock32"
27621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27622 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27623 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27625 ALL_MAKEFILES="$ALL_MAKEFILES \\
27626 dlls/wtsapi32/Makefile"
27627 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27628 wtsapi32"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27631 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 dlls/wuapi/Makefile"
27635 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27636 wuapi"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27639 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 dlls/xinput1_1/Makefile"
27643 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27644 xinput1_1"
27645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27646 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27647 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27649 ALL_MAKEFILES="$ALL_MAKEFILES \\
27650 dlls/xinput1_2/Makefile"
27651 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27652 xinput1_2"
27653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27654 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27655 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27657 ALL_MAKEFILES="$ALL_MAKEFILES \\
27658 dlls/xinput1_3/Makefile"
27659 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27660 xinput1_3"
27661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27662 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27663 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27665 ALL_MAKEFILES="$ALL_MAKEFILES \\
27666 dlls/xinput1_3/tests/Makefile"
27667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27668 xinput1_3/tests"
27669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27670 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27671 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27673 ALL_MAKEFILES="$ALL_MAKEFILES \\
27674 dlls/xinput9_1_0/Makefile"
27675 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27676 xinput9_1_0"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27679 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682 dlls/xmllite/Makefile"
27683 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27684 xmllite"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27687 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690 documentation/Makefile"
27691 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27692 documentation"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 documentation/Makefile: documentation/Makefile.in Make.rules"
27695 ac_config_files="$ac_config_files documentation/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 fonts/Makefile"
27699 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27700 fonts"
27701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27702 fonts/Makefile: fonts/Makefile.in Make.rules"
27703 ac_config_files="$ac_config_files fonts/Makefile"
27705 ALL_MAKEFILES="$ALL_MAKEFILES \\
27706 include/Makefile"
27707 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27708 include"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 include/Makefile: include/Makefile.in Make.rules"
27711 ac_config_files="$ac_config_files include/Makefile"
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714 libs/Makefile"
27715 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27716 libs"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 libs/Makefile: libs/Makefile.in Make.rules"
27719 ac_config_files="$ac_config_files libs/Makefile"
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722 libs/port/Makefile"
27724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27725 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27726 ac_config_files="$ac_config_files libs/port/Makefile"
27728 ALL_MAKEFILES="$ALL_MAKEFILES \\
27729 libs/wine/Makefile"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27733 ac_config_files="$ac_config_files libs/wine/Makefile"
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736 libs/wpp/Makefile"
27738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27739 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27740 ac_config_files="$ac_config_files libs/wpp/Makefile"
27742 ALL_MAKEFILES="$ALL_MAKEFILES \\
27743 loader/Makefile"
27744 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27745 loader"
27746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27747 loader/Makefile: loader/Makefile.in Make.rules"
27748 ac_config_files="$ac_config_files loader/Makefile"
27750 ALL_MAKEFILES="$ALL_MAKEFILES \\
27751 programs/Makefile"
27752 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27753 programs"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 programs/Makefile: programs/Makefile.in Make.rules"
27756 ac_config_files="$ac_config_files programs/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 programs/cacls/Makefile"
27760 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27761 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27762 cacls"
27763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27764 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27765 ac_config_files="$ac_config_files programs/cacls/Makefile"
27767 ALL_MAKEFILES="$ALL_MAKEFILES \\
27768 programs/clock/Makefile"
27769 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27770 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27771 clock"
27772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27773 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27774 ac_config_files="$ac_config_files programs/clock/Makefile"
27776 ALL_MAKEFILES="$ALL_MAKEFILES \\
27777 programs/cmd/Makefile"
27778 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27779 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27780 cmd"
27781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27782 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27783 ac_config_files="$ac_config_files programs/cmd/Makefile"
27785 ALL_MAKEFILES="$ALL_MAKEFILES \\
27786 programs/cmdlgtst/Makefile"
27787 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27788 cmdlgtst"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/control/Makefile"
27795 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27797 control"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27800 ac_config_files="$ac_config_files programs/control/Makefile"
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803 programs/eject/Makefile"
27804 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27805 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27806 eject"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27809 ac_config_files="$ac_config_files programs/eject/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 programs/expand/Makefile"
27813 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27814 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27815 expand"
27816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27817 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27818 ac_config_files="$ac_config_files programs/expand/Makefile"
27820 ALL_MAKEFILES="$ALL_MAKEFILES \\
27821 programs/explorer/Makefile"
27822 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27823 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27824 explorer"
27825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27826 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27827 ac_config_files="$ac_config_files programs/explorer/Makefile"
27829 ALL_MAKEFILES="$ALL_MAKEFILES \\
27830 programs/hh/Makefile"
27831 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27832 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27835 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27836 ac_config_files="$ac_config_files programs/hh/Makefile"
27838 ALL_MAKEFILES="$ALL_MAKEFILES \\
27839 programs/icinfo/Makefile"
27840 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27841 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27842 icinfo"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27845 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848 programs/iexplore/Makefile"
27849 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27850 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27851 iexplore"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 programs/lodctr/Makefile"
27858 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 lodctr"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866 programs/msiexec/Makefile"
27867 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27869 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27870 msiexec"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27873 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 programs/net/Makefile"
27877 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27878 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27879 net"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27882 ac_config_files="$ac_config_files programs/net/Makefile"
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885 programs/notepad/Makefile"
27886 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27887 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27888 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27889 notepad"
27890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27891 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27892 ac_config_files="$ac_config_files programs/notepad/Makefile"
27894 ALL_MAKEFILES="$ALL_MAKEFILES \\
27895 programs/oleview/Makefile"
27896 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27897 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27898 oleview"
27899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27900 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27901 ac_config_files="$ac_config_files programs/oleview/Makefile"
27903 ALL_MAKEFILES="$ALL_MAKEFILES \\
27904 programs/progman/Makefile"
27905 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27906 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27907 progman"
27908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27909 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27910 ac_config_files="$ac_config_files programs/progman/Makefile"
27912 ALL_MAKEFILES="$ALL_MAKEFILES \\
27913 programs/reg/Makefile"
27914 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27915 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27916 reg"
27917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27918 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27919 ac_config_files="$ac_config_files programs/reg/Makefile"
27921 ALL_MAKEFILES="$ALL_MAKEFILES \\
27922 programs/regedit/Makefile"
27923 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27924 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27925 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27926 regedit"
27927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27928 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27929 ac_config_files="$ac_config_files programs/regedit/Makefile"
27931 ALL_MAKEFILES="$ALL_MAKEFILES \\
27932 programs/regsvr32/Makefile"
27933 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27934 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27935 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27936 regsvr32"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27939 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942 programs/rpcss/Makefile"
27943 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27944 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27945 rpcss"
27946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27947 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27948 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27950 ALL_MAKEFILES="$ALL_MAKEFILES \\
27951 programs/rundll32/Makefile"
27952 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27953 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27954 rundll32"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27957 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960 programs/secedit/Makefile"
27961 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27962 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27963 secedit"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27966 ac_config_files="$ac_config_files programs/secedit/Makefile"
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969 programs/services/Makefile"
27970 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27971 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27972 services"
27973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27974 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27975 ac_config_files="$ac_config_files programs/services/Makefile"
27977 ALL_MAKEFILES="$ALL_MAKEFILES \\
27978 programs/spoolsv/Makefile"
27979 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27980 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27981 spoolsv"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27984 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27986 ALL_MAKEFILES="$ALL_MAKEFILES \\
27987 programs/start/Makefile"
27988 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27989 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27990 start"
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27993 ac_config_files="$ac_config_files programs/start/Makefile"
27995 ALL_MAKEFILES="$ALL_MAKEFILES \\
27996 programs/svchost/Makefile"
27997 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27998 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27999 svchost"
28000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28001 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28002 ac_config_files="$ac_config_files programs/svchost/Makefile"
28004 ALL_MAKEFILES="$ALL_MAKEFILES \\
28005 programs/taskmgr/Makefile"
28006 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28007 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28008 taskmgr"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28011 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014 programs/termsv/Makefile"
28015 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28016 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28017 termsv"
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28020 ac_config_files="$ac_config_files programs/termsv/Makefile"
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023 programs/uninstaller/Makefile"
28024 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28025 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28026 uninstaller"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 programs/unlodctr/Makefile"
28033 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035 unlodctr"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 programs/view/Makefile"
28042 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043 view"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/view/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 programs/wineboot/Makefile"
28050 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28053 wineboot"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059 programs/winebrowser/Makefile"
28060 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062 winebrowser"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 programs/winecfg/Makefile"
28069 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28072 winecfg"
28073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28074 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28075 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28077 ALL_MAKEFILES="$ALL_MAKEFILES \\
28078 programs/wineconsole/Makefile"
28079 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28080 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28081 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28082 wineconsole"
28083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28084 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28085 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28087 ALL_MAKEFILES="$ALL_MAKEFILES \\
28088 programs/winedbg/Makefile"
28089 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28090 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28091 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28092 winedbg"
28093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28094 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28095 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28097 ALL_MAKEFILES="$ALL_MAKEFILES \\
28098 programs/winedevice/Makefile"
28099 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28100 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28101 winedevice"
28102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28103 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28104 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28106 ALL_MAKEFILES="$ALL_MAKEFILES \\
28107 programs/winefile/Makefile"
28108 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28109 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28110 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28111 winefile"
28112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28113 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28114 ac_config_files="$ac_config_files programs/winefile/Makefile"
28116 ALL_MAKEFILES="$ALL_MAKEFILES \\
28117 programs/winemenubuilder/Makefile"
28118 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28119 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28120 winemenubuilder"
28121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28122 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28123 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28125 ALL_MAKEFILES="$ALL_MAKEFILES \\
28126 programs/winemine/Makefile"
28127 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28128 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28129 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28130 winemine"
28131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28132 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28133 ac_config_files="$ac_config_files programs/winemine/Makefile"
28135 ALL_MAKEFILES="$ALL_MAKEFILES \\
28136 programs/winepath/Makefile"
28137 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28138 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28139 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28140 winepath"
28141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28142 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28143 ac_config_files="$ac_config_files programs/winepath/Makefile"
28145 ALL_MAKEFILES="$ALL_MAKEFILES \\
28146 programs/winetest/Makefile"
28147 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28148 winetest"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28151 ac_config_files="$ac_config_files programs/winetest/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 programs/winevdm/Makefile"
28155 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28156 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28157 winevdm"
28158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28159 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28160 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28162 ALL_MAKEFILES="$ALL_MAKEFILES \\
28163 programs/winhelp.exe16/Makefile"
28164 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28165 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28166 winhelp.exe16"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28169 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172 programs/winhlp32/Makefile"
28173 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28174 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28175 winhlp32"
28176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28177 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28178 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28180 ALL_MAKEFILES="$ALL_MAKEFILES \\
28181 programs/winoldap.mod16/Makefile"
28182 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28183 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28184 winoldap.mod16"
28185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28186 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28187 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28189 ALL_MAKEFILES="$ALL_MAKEFILES \\
28190 programs/winver/Makefile"
28191 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28192 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28193 winver"
28194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28195 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28196 ac_config_files="$ac_config_files programs/winver/Makefile"
28198 ALL_MAKEFILES="$ALL_MAKEFILES \\
28199 programs/wordpad/Makefile"
28200 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28201 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28202 wordpad"
28203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28204 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28205 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28207 ALL_MAKEFILES="$ALL_MAKEFILES \\
28208 programs/write/Makefile"
28209 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28210 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28211 write"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28214 ac_config_files="$ac_config_files programs/write/Makefile"
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217 programs/xcopy/Makefile"
28218 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28219 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28220 xcopy"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226 server/Makefile"
28227 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28228 server"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 server/Makefile: server/Makefile.in Make.rules"
28231 ac_config_files="$ac_config_files server/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 tools/Makefile"
28235 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28236 tools"
28237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28238 tools/Makefile: tools/Makefile.in Make.rules"
28239 ac_config_files="$ac_config_files tools/Makefile"
28241 ALL_MAKEFILES="$ALL_MAKEFILES \\
28242 tools/widl/Makefile"
28244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28245 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28246 ac_config_files="$ac_config_files tools/widl/Makefile"
28248 ALL_MAKEFILES="$ALL_MAKEFILES \\
28249 tools/winebuild/Makefile"
28251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28252 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28253 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28255 ALL_MAKEFILES="$ALL_MAKEFILES \\
28256 tools/winedump/Makefile"
28258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28259 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28260 ac_config_files="$ac_config_files tools/winedump/Makefile"
28262 ALL_MAKEFILES="$ALL_MAKEFILES \\
28263 tools/winegcc/Makefile"
28265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28266 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28267 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28269 ALL_MAKEFILES="$ALL_MAKEFILES \\
28270 tools/wmc/Makefile"
28272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28273 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28274 ac_config_files="$ac_config_files tools/wmc/Makefile"
28276 ALL_MAKEFILES="$ALL_MAKEFILES \\
28277 tools/wrc/Makefile"
28279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28280 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28281 ac_config_files="$ac_config_files tools/wrc/Makefile"
28285 ALL_WINETEST_DEPENDS="# Test binaries"
28287 for dir in $ALL_TEST_DIRS
28289 if test "$dir" != "\\"
28290 then
28291 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28292 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28293 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28294 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28296 done
28298 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28300 cat >confcache <<\_ACEOF
28301 # This file is a shell script that caches the results of configure
28302 # tests run on this system so they can be shared between configure
28303 # scripts and configure runs, see configure's option --config-cache.
28304 # It is not useful on other systems. If it contains results you don't
28305 # want to keep, you may remove or edit it.
28307 # config.status only pays attention to the cache file if you give it
28308 # the --recheck option to rerun configure.
28310 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28311 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28312 # following values.
28314 _ACEOF
28316 # The following way of writing the cache mishandles newlines in values,
28317 # but we know of no workaround that is simple, portable, and efficient.
28318 # So, we kill variables containing newlines.
28319 # Ultrix sh set writes to stderr and can't be redirected directly,
28320 # and sets the high bit in the cache file unless we assign to the vars.
28322 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28323 eval ac_val=\$$ac_var
28324 case $ac_val in #(
28325 *${as_nl}*)
28326 case $ac_var in #(
28327 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28328 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28329 esac
28330 case $ac_var in #(
28331 _ | IFS | as_nl) ;; #(
28332 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28333 *) $as_unset $ac_var ;;
28334 esac ;;
28335 esac
28336 done
28338 (set) 2>&1 |
28339 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28340 *${as_nl}ac_space=\ *)
28341 # `set' does not quote correctly, so add quotes (double-quote
28342 # substitution turns \\\\ into \\, and sed turns \\ into \).
28343 sed -n \
28344 "s/'/'\\\\''/g;
28345 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28346 ;; #(
28348 # `set' quotes correctly as required by POSIX, so do not add quotes.
28349 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28351 esac |
28352 sort
28354 sed '
28355 /^ac_cv_env_/b end
28356 t clear
28357 :clear
28358 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28359 t end
28360 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28361 :end' >>confcache
28362 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28363 if test -w "$cache_file"; then
28364 test "x$cache_file" != "x/dev/null" &&
28365 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28366 $as_echo "$as_me: updating cache $cache_file" >&6;}
28367 cat confcache >$cache_file
28368 else
28369 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28370 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28373 rm -f confcache
28375 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28376 # Let make expand exec_prefix.
28377 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28379 DEFS=-DHAVE_CONFIG_H
28381 ac_libobjs=
28382 ac_ltlibobjs=
28383 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28384 # 1. Remove the extension, and $U if already installed.
28385 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28386 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28387 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28388 # will be set to the directory where LIBOBJS objects are built.
28389 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28390 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28391 done
28392 LIBOBJS=$ac_libobjs
28394 LTLIBOBJS=$ac_ltlibobjs
28398 : ${CONFIG_STATUS=./config.status}
28399 ac_write_fail=0
28400 ac_clean_files_save=$ac_clean_files
28401 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28402 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28403 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28404 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28405 #! $SHELL
28406 # Generated by $as_me.
28407 # Run this file to recreate the current configuration.
28408 # Compiler output produced by configure, useful for debugging
28409 # configure, is in config.log if it exists.
28411 debug=false
28412 ac_cs_recheck=false
28413 ac_cs_silent=false
28414 SHELL=\${CONFIG_SHELL-$SHELL}
28415 _ACEOF
28417 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28418 ## --------------------- ##
28419 ## M4sh Initialization. ##
28420 ## --------------------- ##
28422 # Be more Bourne compatible
28423 DUALCASE=1; export DUALCASE # for MKS sh
28424 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28425 emulate sh
28426 NULLCMD=:
28427 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28428 # is contrary to our usage. Disable this feature.
28429 alias -g '${1+"$@"}'='"$@"'
28430 setopt NO_GLOB_SUBST
28431 else
28432 case `(set -o) 2>/dev/null` in
28433 *posix*) set -o posix ;;
28434 esac
28441 # PATH needs CR
28442 # Avoid depending upon Character Ranges.
28443 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28444 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28445 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28446 as_cr_digits='0123456789'
28447 as_cr_alnum=$as_cr_Letters$as_cr_digits
28449 as_nl='
28451 export as_nl
28452 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28453 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28454 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28455 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28456 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28457 as_echo='printf %s\n'
28458 as_echo_n='printf %s'
28459 else
28460 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28461 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28462 as_echo_n='/usr/ucb/echo -n'
28463 else
28464 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28465 as_echo_n_body='eval
28466 arg=$1;
28467 case $arg in
28468 *"$as_nl"*)
28469 expr "X$arg" : "X\\(.*\\)$as_nl";
28470 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28471 esac;
28472 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28474 export as_echo_n_body
28475 as_echo_n='sh -c $as_echo_n_body as_echo'
28477 export as_echo_body
28478 as_echo='sh -c $as_echo_body as_echo'
28481 # The user is always right.
28482 if test "${PATH_SEPARATOR+set}" != set; then
28483 PATH_SEPARATOR=:
28484 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28485 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28486 PATH_SEPARATOR=';'
28490 # Support unset when possible.
28491 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28492 as_unset=unset
28493 else
28494 as_unset=false
28498 # IFS
28499 # We need space, tab and new line, in precisely that order. Quoting is
28500 # there to prevent editors from complaining about space-tab.
28501 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28502 # splitting by setting IFS to empty value.)
28503 IFS=" "" $as_nl"
28505 # Find who we are. Look in the path if we contain no directory separator.
28506 case $0 in
28507 *[\\/]* ) as_myself=$0 ;;
28508 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28509 for as_dir in $PATH
28511 IFS=$as_save_IFS
28512 test -z "$as_dir" && as_dir=.
28513 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28514 done
28515 IFS=$as_save_IFS
28518 esac
28519 # We did not find ourselves, most probably we were run as `sh COMMAND'
28520 # in which case we are not to be found in the path.
28521 if test "x$as_myself" = x; then
28522 as_myself=$0
28524 if test ! -f "$as_myself"; then
28525 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28526 { (exit 1); exit 1; }
28529 # Work around bugs in pre-3.0 UWIN ksh.
28530 for as_var in ENV MAIL MAILPATH
28531 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28532 done
28533 PS1='$ '
28534 PS2='> '
28535 PS4='+ '
28537 # NLS nuisances.
28538 LC_ALL=C
28539 export LC_ALL
28540 LANGUAGE=C
28541 export LANGUAGE
28543 # Required to use basename.
28544 if expr a : '\(a\)' >/dev/null 2>&1 &&
28545 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28546 as_expr=expr
28547 else
28548 as_expr=false
28551 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28552 as_basename=basename
28553 else
28554 as_basename=false
28558 # Name of the executable.
28559 as_me=`$as_basename -- "$0" ||
28560 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28561 X"$0" : 'X\(//\)$' \| \
28562 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28563 $as_echo X/"$0" |
28564 sed '/^.*\/\([^/][^/]*\)\/*$/{
28565 s//\1/
28568 /^X\/\(\/\/\)$/{
28569 s//\1/
28572 /^X\/\(\/\).*/{
28573 s//\1/
28576 s/.*/./; q'`
28578 # CDPATH.
28579 $as_unset CDPATH
28583 as_lineno_1=$LINENO
28584 as_lineno_2=$LINENO
28585 test "x$as_lineno_1" != "x$as_lineno_2" &&
28586 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28588 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28589 # uniformly replaced by the line number. The first 'sed' inserts a
28590 # line-number line after each line using $LINENO; the second 'sed'
28591 # does the real work. The second script uses 'N' to pair each
28592 # line-number line with the line containing $LINENO, and appends
28593 # trailing '-' during substitution so that $LINENO is not a special
28594 # case at line end.
28595 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28596 # scripts with optimization help from Paolo Bonzini. Blame Lee
28597 # E. McMahon (1931-1989) for sed's syntax. :-)
28598 sed -n '
28600 /[$]LINENO/=
28601 ' <$as_myself |
28602 sed '
28603 s/[$]LINENO.*/&-/
28604 t lineno
28606 :lineno
28608 :loop
28609 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28610 t loop
28611 s/-\n.*//
28612 ' >$as_me.lineno &&
28613 chmod +x "$as_me.lineno" ||
28614 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28615 { (exit 1); exit 1; }; }
28617 # Don't try to exec as it changes $[0], causing all sort of problems
28618 # (the dirname of $[0] is not the place where we might find the
28619 # original and so on. Autoconf is especially sensitive to this).
28620 . "./$as_me.lineno"
28621 # Exit status is that of the last command.
28622 exit
28626 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28627 as_dirname=dirname
28628 else
28629 as_dirname=false
28632 ECHO_C= ECHO_N= ECHO_T=
28633 case `echo -n x` in
28634 -n*)
28635 case `echo 'x\c'` in
28636 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28637 *) ECHO_C='\c';;
28638 esac;;
28640 ECHO_N='-n';;
28641 esac
28642 if expr a : '\(a\)' >/dev/null 2>&1 &&
28643 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28644 as_expr=expr
28645 else
28646 as_expr=false
28649 rm -f conf$$ conf$$.exe conf$$.file
28650 if test -d conf$$.dir; then
28651 rm -f conf$$.dir/conf$$.file
28652 else
28653 rm -f conf$$.dir
28654 mkdir conf$$.dir 2>/dev/null
28656 if (echo >conf$$.file) 2>/dev/null; then
28657 if ln -s conf$$.file conf$$ 2>/dev/null; then
28658 as_ln_s='ln -s'
28659 # ... but there are two gotchas:
28660 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28661 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28662 # In both cases, we have to default to `cp -p'.
28663 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28664 as_ln_s='cp -p'
28665 elif ln conf$$.file conf$$ 2>/dev/null; then
28666 as_ln_s=ln
28667 else
28668 as_ln_s='cp -p'
28670 else
28671 as_ln_s='cp -p'
28673 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28674 rmdir conf$$.dir 2>/dev/null
28676 if mkdir -p . 2>/dev/null; then
28677 as_mkdir_p=:
28678 else
28679 test -d ./-p && rmdir ./-p
28680 as_mkdir_p=false
28683 if test -x / >/dev/null 2>&1; then
28684 as_test_x='test -x'
28685 else
28686 if ls -dL / >/dev/null 2>&1; then
28687 as_ls_L_option=L
28688 else
28689 as_ls_L_option=
28691 as_test_x='
28692 eval sh -c '\''
28693 if test -d "$1"; then
28694 test -d "$1/.";
28695 else
28696 case $1 in
28697 -*)set "./$1";;
28698 esac;
28699 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28700 ???[sx]*):;;*)false;;esac;fi
28701 '\'' sh
28704 as_executable_p=$as_test_x
28706 # Sed expression to map a string onto a valid CPP name.
28707 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28709 # Sed expression to map a string onto a valid variable name.
28710 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28713 exec 6>&1
28715 # Save the log message, to keep $[0] and so on meaningful, and to
28716 # report actual input values of CONFIG_FILES etc. instead of their
28717 # values after options handling.
28718 ac_log="
28719 This file was extended by Wine $as_me 1.1.20, which was
28720 generated by GNU Autoconf 2.63. Invocation command line was
28722 CONFIG_FILES = $CONFIG_FILES
28723 CONFIG_HEADERS = $CONFIG_HEADERS
28724 CONFIG_LINKS = $CONFIG_LINKS
28725 CONFIG_COMMANDS = $CONFIG_COMMANDS
28726 $ $0 $@
28728 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28731 _ACEOF
28733 case $ac_config_files in *"
28734 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28735 esac
28737 case $ac_config_headers in *"
28738 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28739 esac
28742 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28743 # Files that config.status was made for.
28744 config_files="$ac_config_files"
28745 config_headers="$ac_config_headers"
28746 config_commands="$ac_config_commands"
28748 _ACEOF
28750 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28751 ac_cs_usage="\
28752 \`$as_me' instantiates files from templates according to the
28753 current configuration.
28755 Usage: $0 [OPTION]... [FILE]...
28757 -h, --help print this help, then exit
28758 -V, --version print version number and configuration settings, then exit
28759 -q, --quiet, --silent
28760 do not print progress messages
28761 -d, --debug don't remove temporary files
28762 --recheck update $as_me by reconfiguring in the same conditions
28763 --file=FILE[:TEMPLATE]
28764 instantiate the configuration file FILE
28765 --header=FILE[:TEMPLATE]
28766 instantiate the configuration header FILE
28768 Configuration files:
28769 $config_files
28771 Configuration headers:
28772 $config_headers
28774 Configuration commands:
28775 $config_commands
28777 Report bugs to <bug-autoconf@gnu.org>."
28779 _ACEOF
28780 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28781 ac_cs_version="\\
28782 Wine config.status 1.1.20
28783 configured by $0, generated by GNU Autoconf 2.63,
28784 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28786 Copyright (C) 2008 Free Software Foundation, Inc.
28787 This config.status script is free software; the Free Software Foundation
28788 gives unlimited permission to copy, distribute and modify it."
28790 ac_pwd='$ac_pwd'
28791 srcdir='$srcdir'
28792 INSTALL='$INSTALL'
28793 test -n "\$AWK" || AWK=awk
28794 _ACEOF
28796 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28797 # The default lists apply if the user does not specify any file.
28798 ac_need_defaults=:
28799 while test $# != 0
28801 case $1 in
28802 --*=*)
28803 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28804 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28805 ac_shift=:
28808 ac_option=$1
28809 ac_optarg=$2
28810 ac_shift=shift
28812 esac
28814 case $ac_option in
28815 # Handling of the options.
28816 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28817 ac_cs_recheck=: ;;
28818 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28819 $as_echo "$ac_cs_version"; exit ;;
28820 --debug | --debu | --deb | --de | --d | -d )
28821 debug=: ;;
28822 --file | --fil | --fi | --f )
28823 $ac_shift
28824 case $ac_optarg in
28825 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28826 esac
28827 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28828 ac_need_defaults=false;;
28829 --header | --heade | --head | --hea )
28830 $ac_shift
28831 case $ac_optarg in
28832 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28833 esac
28834 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28835 ac_need_defaults=false;;
28836 --he | --h)
28837 # Conflict between --help and --header
28838 { $as_echo "$as_me: error: ambiguous option: $1
28839 Try \`$0 --help' for more information." >&2
28840 { (exit 1); exit 1; }; };;
28841 --help | --hel | -h )
28842 $as_echo "$ac_cs_usage"; exit ;;
28843 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28844 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28845 ac_cs_silent=: ;;
28847 # This is an error.
28848 -*) { $as_echo "$as_me: error: unrecognized option: $1
28849 Try \`$0 --help' for more information." >&2
28850 { (exit 1); exit 1; }; } ;;
28852 *) ac_config_targets="$ac_config_targets $1"
28853 ac_need_defaults=false ;;
28855 esac
28856 shift
28857 done
28859 ac_configure_extra_args=
28861 if $ac_cs_silent; then
28862 exec 6>/dev/null
28863 ac_configure_extra_args="$ac_configure_extra_args --silent"
28866 _ACEOF
28867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28868 if \$ac_cs_recheck; then
28869 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28870 shift
28871 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28872 CONFIG_SHELL='$SHELL'
28873 export CONFIG_SHELL
28874 exec "\$@"
28877 _ACEOF
28878 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28879 exec 5>>config.log
28881 echo
28882 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28883 ## Running $as_me. ##
28884 _ASBOX
28885 $as_echo "$ac_log"
28886 } >&5
28888 _ACEOF
28889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28890 _ACEOF
28892 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28894 # Handling of arguments.
28895 for ac_config_target in $ac_config_targets
28897 case $ac_config_target in
28898 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28899 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28900 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28901 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28902 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28903 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28904 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28905 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28906 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28907 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28908 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28909 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28910 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28911 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28912 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28913 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28914 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28915 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28916 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28917 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28918 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28919 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28920 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28921 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28922 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28923 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28924 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28925 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28926 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28927 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28928 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28929 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28930 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28931 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28932 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28933 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28934 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28935 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28936 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28937 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28938 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28939 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28940 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28941 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28942 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28943 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28944 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28945 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28946 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28947 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28948 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28949 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28950 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28951 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28952 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28953 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28954 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28955 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28956 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28957 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28958 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28959 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28960 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28961 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28962 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28963 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28964 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28965 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28966 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28967 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28968 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28969 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28970 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28971 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28972 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28973 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28974 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28975 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28976 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28977 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28978 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28979 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28980 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28981 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28982 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28983 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28984 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28985 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28986 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28987 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28988 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28989 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28990 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28991 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28992 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28993 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28994 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28995 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28996 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28997 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28998 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28999 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29000 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29001 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29002 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29003 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29004 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29005 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29006 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29007 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29008 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29009 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29010 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29011 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29012 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29013 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29014 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29015 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29016 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29017 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29018 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29019 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29020 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29021 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29022 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29023 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29024 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29025 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29026 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29027 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29028 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29029 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29030 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29031 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29032 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29033 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29034 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29035 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29036 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29037 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29038 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29039 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29040 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29041 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29042 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29043 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29044 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29045 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29046 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29047 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29048 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29049 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29050 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29051 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29052 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29053 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29054 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29055 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29056 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29057 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29058 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29059 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29060 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29061 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29062 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29063 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29064 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29065 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29066 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29067 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29068 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29069 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29070 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29071 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29072 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29073 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29074 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29075 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29076 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29077 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29078 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29079 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29080 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29081 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29082 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29083 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29084 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29085 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29086 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29087 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29088 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29089 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29090 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29091 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29092 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29093 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29094 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29095 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29096 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29097 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29098 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29099 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29100 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29101 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29102 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29103 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29104 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29105 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29106 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29107 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29108 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29109 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29110 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29111 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29112 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29113 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29114 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29115 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29116 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29117 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29118 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29119 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29120 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29121 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29122 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29123 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29124 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29125 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29126 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29127 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29128 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29129 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29130 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29131 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29132 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29133 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29134 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29135 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29136 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29137 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29138 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29139 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29140 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29141 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29142 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29143 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29144 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29145 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29146 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29147 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29148 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29149 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29150 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29151 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29152 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29153 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29154 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29155 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29156 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29157 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29158 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29159 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29160 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29161 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29162 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29163 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29164 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29165 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29166 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29167 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29168 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29169 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29170 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29171 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29172 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29173 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29174 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29175 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29176 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29177 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29178 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29179 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29180 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29181 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29182 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29183 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29184 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29185 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29186 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29187 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29188 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29189 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29190 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29191 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29192 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29193 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29194 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29195 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29196 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29197 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29198 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29199 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29200 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29201 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29202 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29203 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29204 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29205 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29206 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29207 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29208 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29209 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29210 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29211 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29212 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29213 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29214 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29215 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29216 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29217 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29218 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29219 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29220 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29221 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29222 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29223 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29224 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29225 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29226 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29227 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29228 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29229 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29230 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29231 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29232 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29233 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29234 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29235 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29236 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29237 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29238 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29239 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29240 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29241 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29242 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29243 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29244 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29245 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29246 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29247 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29248 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29249 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29250 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29251 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29252 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29253 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29254 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29255 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29256 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29257 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29258 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29259 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29260 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29261 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29262 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29263 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29264 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29265 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29266 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29267 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29268 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29269 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29270 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29271 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29272 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29273 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29274 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29275 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29276 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29277 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29278 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29279 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29280 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29281 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29282 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29283 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29284 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29285 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29286 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29287 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29288 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29289 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29290 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29291 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29292 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29293 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29294 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29295 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29296 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29297 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29298 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29299 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29300 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29301 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29302 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29303 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29304 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29305 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29306 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29307 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29308 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29309 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29310 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29311 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29312 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29313 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29314 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29315 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29316 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29317 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29318 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29319 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29320 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29321 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29322 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29323 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29324 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29325 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29326 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29327 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29328 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29329 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29330 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29331 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29332 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29333 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29334 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29335 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29336 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29337 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29338 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29339 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29340 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29341 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29342 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29343 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29344 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29345 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29346 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29347 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29348 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29349 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29350 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29351 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29352 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29353 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29354 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29355 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29356 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29357 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29358 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29359 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29360 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29361 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29362 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29363 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29364 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29365 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29366 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29367 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29368 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29369 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29370 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29371 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29372 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29373 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29374 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29375 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29376 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29377 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29378 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29379 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29380 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29381 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29382 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29383 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29384 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29385 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29386 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29387 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29388 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29389 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29390 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29391 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29392 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29393 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29394 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29395 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29396 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29397 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29398 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29399 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29400 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29401 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29402 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29403 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29404 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29405 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29406 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29408 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29409 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29410 { (exit 1); exit 1; }; };;
29411 esac
29412 done
29415 # If the user did not use the arguments to specify the items to instantiate,
29416 # then the envvar interface is used. Set only those that are not.
29417 # We use the long form for the default assignment because of an extremely
29418 # bizarre bug on SunOS 4.1.3.
29419 if $ac_need_defaults; then
29420 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29421 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29422 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29425 # Have a temporary directory for convenience. Make it in the build tree
29426 # simply because there is no reason against having it here, and in addition,
29427 # creating and moving files from /tmp can sometimes cause problems.
29428 # Hook for its removal unless debugging.
29429 # Note that there is a small window in which the directory will not be cleaned:
29430 # after its creation but before its name has been assigned to `$tmp'.
29431 $debug ||
29433 tmp=
29434 trap 'exit_status=$?
29435 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29437 trap '{ (exit 1); exit 1; }' 1 2 13 15
29439 # Create a (secure) tmp directory for tmp files.
29442 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29443 test -n "$tmp" && test -d "$tmp"
29444 } ||
29446 tmp=./conf$$-$RANDOM
29447 (umask 077 && mkdir "$tmp")
29448 } ||
29450 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29451 { (exit 1); exit 1; }
29454 # Set up the scripts for CONFIG_FILES section.
29455 # No need to generate them if there are no CONFIG_FILES.
29456 # This happens for instance with `./config.status config.h'.
29457 if test -n "$CONFIG_FILES"; then
29459 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29460 ac_cs_awk_getline=:
29461 ac_cs_awk_pipe_init=
29462 ac_cs_awk_read_file='
29463 while ((getline aline < (F[key])) > 0)
29464 print(aline)
29465 close(F[key])'
29466 ac_cs_awk_pipe_fini=
29467 else
29468 ac_cs_awk_getline=false
29469 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29470 ac_cs_awk_read_file='
29471 print "|#_!!_#|"
29472 print "cat " F[key] " &&"
29473 '$ac_cs_awk_pipe_init
29474 # The final `:' finishes the AND list.
29475 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29477 ac_cr=' '
29478 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29479 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29480 ac_cs_awk_cr='\\r'
29481 else
29482 ac_cs_awk_cr=$ac_cr
29485 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29486 _ACEOF
29488 # Create commands to substitute file output variables.
29490 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29491 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29492 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29493 echo "_ACAWK" &&
29494 echo "_ACEOF"
29495 } >conf$$files.sh &&
29496 . ./conf$$files.sh ||
29497 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29498 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29499 { (exit 1); exit 1; }; }
29500 rm -f conf$$files.sh
29503 echo "cat >conf$$subs.awk <<_ACEOF" &&
29504 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29505 echo "_ACEOF"
29506 } >conf$$subs.sh ||
29507 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29508 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29509 { (exit 1); exit 1; }; }
29510 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29511 ac_delim='%!_!# '
29512 for ac_last_try in false false false false false :; do
29513 . ./conf$$subs.sh ||
29514 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29515 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29516 { (exit 1); exit 1; }; }
29518 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29519 if test $ac_delim_n = $ac_delim_num; then
29520 break
29521 elif $ac_last_try; then
29522 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29523 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29524 { (exit 1); exit 1; }; }
29525 else
29526 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29528 done
29529 rm -f conf$$subs.sh
29531 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29532 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29533 _ACEOF
29534 sed -n '
29536 s/^/S["/; s/!.*/"]=/
29539 s/^[^!]*!//
29540 :repl
29541 t repl
29542 s/'"$ac_delim"'$//
29543 t delim
29546 s/\(.\{148\}\).*/\1/
29547 t more1
29548 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29551 b repl
29552 :more1
29553 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29556 s/.\{148\}//
29557 t nl
29558 :delim
29560 s/\(.\{148\}\).*/\1/
29561 t more2
29562 s/["\\]/\\&/g; s/^/"/; s/$/"/
29565 :more2
29566 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29569 s/.\{148\}//
29570 t delim
29571 ' <conf$$subs.awk | sed '
29572 /^[^""]/{
29574 s/\n//
29576 ' >>$CONFIG_STATUS || ac_write_fail=1
29577 rm -f conf$$subs.awk
29578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29579 _ACAWK
29580 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29581 for (key in S) S_is_set[key] = 1
29582 FS = "\a"
29583 \$ac_cs_awk_pipe_init
29586 line = $ 0
29587 nfields = split(line, field, "@")
29588 substed = 0
29589 len = length(field[1])
29590 for (i = 2; i < nfields; i++) {
29591 key = field[i]
29592 keylen = length(key)
29593 if (S_is_set[key]) {
29594 value = S[key]
29595 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29596 len += length(value) + length(field[++i])
29597 substed = 1
29598 } else
29599 len += 1 + keylen
29601 if (nfields == 3 && !substed) {
29602 key = field[2]
29603 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29604 \$ac_cs_awk_read_file
29605 next
29608 print line
29610 \$ac_cs_awk_pipe_fini
29611 _ACAWK
29612 _ACEOF
29613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29614 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29615 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29616 else
29618 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29619 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29620 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29621 { (exit 1); exit 1; }; }
29622 _ACEOF
29624 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29625 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29626 # trailing colons and then remove the whole line if VPATH becomes empty
29627 # (actually we leave an empty line to preserve line numbers).
29628 if test "x$srcdir" = x.; then
29629 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29630 s/:*\$(srcdir):*/:/
29631 s/:*\${srcdir}:*/:/
29632 s/:*@srcdir@:*/:/
29633 s/^\([^=]*=[ ]*\):*/\1/
29634 s/:*$//
29635 s/^[^=]*=[ ]*$//
29639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29640 fi # test -n "$CONFIG_FILES"
29642 # Set up the scripts for CONFIG_HEADERS section.
29643 # No need to generate them if there are no CONFIG_HEADERS.
29644 # This happens for instance with `./config.status Makefile'.
29645 if test -n "$CONFIG_HEADERS"; then
29646 cat >"$tmp/defines.awk" <<\_ACAWK ||
29647 BEGIN {
29648 _ACEOF
29650 # Transform confdefs.h into an awk script `defines.awk', embedded as
29651 # here-document in config.status, that substitutes the proper values into
29652 # config.h.in to produce config.h.
29654 # Create a delimiter string that does not exist in confdefs.h, to ease
29655 # handling of long lines.
29656 ac_delim='%!_!# '
29657 for ac_last_try in false false :; do
29658 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29659 if test -z "$ac_t"; then
29660 break
29661 elif $ac_last_try; then
29662 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29663 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29664 { (exit 1); exit 1; }; }
29665 else
29666 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29668 done
29670 # For the awk script, D is an array of macro values keyed by name,
29671 # likewise P contains macro parameters if any. Preserve backslash
29672 # newline sequences.
29674 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29675 sed -n '
29676 s/.\{148\}/&'"$ac_delim"'/g
29677 t rset
29678 :rset
29679 s/^[ ]*#[ ]*define[ ][ ]*/ /
29680 t def
29682 :def
29683 s/\\$//
29684 t bsnl
29685 s/["\\]/\\&/g
29686 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29687 D["\1"]=" \3"/p
29688 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29690 :bsnl
29691 s/["\\]/\\&/g
29692 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29693 D["\1"]=" \3\\\\\\n"\\/p
29694 t cont
29695 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29696 t cont
29698 :cont
29700 s/.\{148\}/&'"$ac_delim"'/g
29701 t clear
29702 :clear
29703 s/\\$//
29704 t bsnlc
29705 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29707 :bsnlc
29708 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29709 b cont
29710 ' <confdefs.h | sed '
29711 s/'"$ac_delim"'/"\\\
29712 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29715 for (key in D) D_is_set[key] = 1
29716 FS = "\a"
29718 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29719 line = \$ 0
29720 split(line, arg, " ")
29721 if (arg[1] == "#") {
29722 defundef = arg[2]
29723 mac1 = arg[3]
29724 } else {
29725 defundef = substr(arg[1], 2)
29726 mac1 = arg[2]
29728 split(mac1, mac2, "(") #)
29729 macro = mac2[1]
29730 prefix = substr(line, 1, index(line, defundef) - 1)
29731 if (D_is_set[macro]) {
29732 # Preserve the white space surrounding the "#".
29733 print prefix "define", macro P[macro] D[macro]
29734 next
29735 } else {
29736 # Replace #undef with comments. This is necessary, for example,
29737 # in the case of _POSIX_SOURCE, which is predefined and required
29738 # on some systems where configure will not decide to define it.
29739 if (defundef == "undef") {
29740 print "/*", prefix defundef, macro, "*/"
29741 next
29745 { print }
29746 _ACAWK
29747 _ACEOF
29748 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29749 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29750 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29751 { (exit 1); exit 1; }; }
29752 fi # test -n "$CONFIG_HEADERS"
29755 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29756 shift
29757 for ac_tag
29759 case $ac_tag in
29760 :[FHLC]) ac_mode=$ac_tag; continue;;
29761 esac
29762 case $ac_mode$ac_tag in
29763 :[FHL]*:*);;
29764 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29765 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29766 { (exit 1); exit 1; }; };;
29767 :[FH]-) ac_tag=-:-;;
29768 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29769 esac
29770 ac_save_IFS=$IFS
29771 IFS=:
29772 set x $ac_tag
29773 IFS=$ac_save_IFS
29774 shift
29775 ac_file=$1
29776 shift
29778 case $ac_mode in
29779 :L) ac_source=$1;;
29780 :[FH])
29781 ac_file_inputs=
29782 for ac_f
29784 case $ac_f in
29785 -) ac_f="$tmp/stdin";;
29786 *) # Look for the file first in the build tree, then in the source tree
29787 # (if the path is not absolute). The absolute path cannot be DOS-style,
29788 # because $ac_f cannot contain `:'.
29789 test -f "$ac_f" ||
29790 case $ac_f in
29791 [\\/$]*) false;;
29792 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29793 esac ||
29794 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29795 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29796 { (exit 1); exit 1; }; };;
29797 esac
29798 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29799 ac_file_inputs="$ac_file_inputs '$ac_f'"
29800 done
29802 # Let's still pretend it is `configure' which instantiates (i.e., don't
29803 # use $as_me), people would be surprised to read:
29804 # /* config.h. Generated by config.status. */
29805 configure_input='Generated from '`
29806 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29807 `' by configure.'
29808 if test x"$ac_file" != x-; then
29809 configure_input="$ac_file. $configure_input"
29810 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29811 $as_echo "$as_me: creating $ac_file" >&6;}
29813 # Neutralize special characters interpreted by sed in replacement strings.
29814 case $configure_input in #(
29815 *\&* | *\|* | *\\* )
29816 ac_sed_conf_input=`$as_echo "$configure_input" |
29817 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29818 *) ac_sed_conf_input=$configure_input;;
29819 esac
29821 case $ac_tag in
29822 *:-:* | *:-) cat >"$tmp/stdin" \
29823 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29824 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29825 { (exit 1); exit 1; }; } ;;
29826 esac
29828 esac
29830 ac_dir=`$as_dirname -- "$ac_file" ||
29831 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29832 X"$ac_file" : 'X\(//\)[^/]' \| \
29833 X"$ac_file" : 'X\(//\)$' \| \
29834 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29835 $as_echo X"$ac_file" |
29836 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29837 s//\1/
29840 /^X\(\/\/\)[^/].*/{
29841 s//\1/
29844 /^X\(\/\/\)$/{
29845 s//\1/
29848 /^X\(\/\).*/{
29849 s//\1/
29852 s/.*/./; q'`
29853 { as_dir="$ac_dir"
29854 case $as_dir in #(
29855 -*) as_dir=./$as_dir;;
29856 esac
29857 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29858 as_dirs=
29859 while :; do
29860 case $as_dir in #(
29861 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29862 *) as_qdir=$as_dir;;
29863 esac
29864 as_dirs="'$as_qdir' $as_dirs"
29865 as_dir=`$as_dirname -- "$as_dir" ||
29866 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29867 X"$as_dir" : 'X\(//\)[^/]' \| \
29868 X"$as_dir" : 'X\(//\)$' \| \
29869 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29870 $as_echo X"$as_dir" |
29871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29872 s//\1/
29875 /^X\(\/\/\)[^/].*/{
29876 s//\1/
29879 /^X\(\/\/\)$/{
29880 s//\1/
29883 /^X\(\/\).*/{
29884 s//\1/
29887 s/.*/./; q'`
29888 test -d "$as_dir" && break
29889 done
29890 test -z "$as_dirs" || eval "mkdir $as_dirs"
29891 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29892 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29893 { (exit 1); exit 1; }; }; }
29894 ac_builddir=.
29896 case "$ac_dir" in
29897 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29899 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29900 # A ".." for each directory in $ac_dir_suffix.
29901 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29902 case $ac_top_builddir_sub in
29903 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29904 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29905 esac ;;
29906 esac
29907 ac_abs_top_builddir=$ac_pwd
29908 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29909 # for backward compatibility:
29910 ac_top_builddir=$ac_top_build_prefix
29912 case $srcdir in
29913 .) # We are building in place.
29914 ac_srcdir=.
29915 ac_top_srcdir=$ac_top_builddir_sub
29916 ac_abs_top_srcdir=$ac_pwd ;;
29917 [\\/]* | ?:[\\/]* ) # Absolute name.
29918 ac_srcdir=$srcdir$ac_dir_suffix;
29919 ac_top_srcdir=$srcdir
29920 ac_abs_top_srcdir=$srcdir ;;
29921 *) # Relative name.
29922 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29923 ac_top_srcdir=$ac_top_build_prefix$srcdir
29924 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29925 esac
29926 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29929 case $ac_mode in
29932 # CONFIG_FILE
29935 case $INSTALL in
29936 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29937 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29938 esac
29939 _ACEOF
29941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29942 # If the template does not know about datarootdir, expand it.
29943 # FIXME: This hack should be removed a few years after 2.60.
29944 ac_datarootdir_hack=; ac_datarootdir_seen=
29946 ac_sed_dataroot='
29947 /datarootdir/ {
29951 /@datadir@/p
29952 /@docdir@/p
29953 /@infodir@/p
29954 /@localedir@/p
29955 /@mandir@/p
29957 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29958 *datarootdir*) ac_datarootdir_seen=yes;;
29959 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29960 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29961 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29962 _ACEOF
29963 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29964 ac_datarootdir_hack='
29965 s&@datadir@&$datadir&g
29966 s&@docdir@&$docdir&g
29967 s&@infodir@&$infodir&g
29968 s&@localedir@&$localedir&g
29969 s&@mandir@&$mandir&g
29970 s&\\\${datarootdir}&$datarootdir&g' ;;
29971 esac
29972 _ACEOF
29974 # Neutralize VPATH when `$srcdir' = `.'.
29975 # Shell code in configure.ac might set extrasub.
29976 # FIXME: do we really want to maintain this feature?
29977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29978 ac_sed_extra="$ac_vpsub
29979 $extrasub
29980 _ACEOF
29981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29983 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29984 s|@configure_input@|$ac_sed_conf_input|;t t
29985 s&@top_builddir@&$ac_top_builddir_sub&;t t
29986 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29987 s&@srcdir@&$ac_srcdir&;t t
29988 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29989 s&@top_srcdir@&$ac_top_srcdir&;t t
29990 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29991 s&@builddir@&$ac_builddir&;t t
29992 s&@abs_builddir@&$ac_abs_builddir&;t t
29993 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29994 s&@INSTALL@&$ac_INSTALL&;t t
29995 $ac_datarootdir_hack
29997 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29998 if $ac_cs_awk_getline; then
29999 $AWK -f "$tmp/subs.awk"
30000 else
30001 $AWK -f "$tmp/subs.awk" | $SHELL
30002 fi >$tmp/out \
30003 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30004 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30005 { (exit 1); exit 1; }; }
30007 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30008 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30009 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30010 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30011 which seems to be undefined. Please make sure it is defined." >&5
30012 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30013 which seems to be undefined. Please make sure it is defined." >&2;}
30015 rm -f "$tmp/stdin"
30016 case $ac_file in
30017 -) cat "$tmp/out" && rm -f "$tmp/out";;
30018 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30019 esac \
30020 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30021 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30022 { (exit 1); exit 1; }; }
30026 # CONFIG_HEADER
30028 if test x"$ac_file" != x-; then
30030 $as_echo "/* $configure_input */" \
30031 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30032 } >"$tmp/config.h" \
30033 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30034 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30035 { (exit 1); exit 1; }; }
30036 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30037 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30038 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30039 else
30040 rm -f "$ac_file"
30041 mv "$tmp/config.h" "$ac_file" \
30042 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30043 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30044 { (exit 1); exit 1; }; }
30046 else
30047 $as_echo "/* $configure_input */" \
30048 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30049 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30050 $as_echo "$as_me: error: could not create -" >&2;}
30051 { (exit 1); exit 1; }; }
30055 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30056 $as_echo "$as_me: executing $ac_file commands" >&6;}
30058 esac
30061 case $ac_file$ac_mode in
30062 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30063 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30064 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30065 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30066 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30067 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30068 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30069 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30070 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30071 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30072 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30073 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30074 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30076 esac
30077 done # for ac_tag
30080 { (exit 0); exit 0; }
30081 _ACEOF
30082 chmod +x $CONFIG_STATUS
30083 ac_clean_files=$ac_clean_files_save
30085 test $ac_write_fail = 0 ||
30086 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30087 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30088 { (exit 1); exit 1; }; }
30091 # configure is writing to config.log, and then calls config.status.
30092 # config.status does its own redirection, appending to config.log.
30093 # Unfortunately, on DOS this fails, as config.log is still kept open
30094 # by configure, so config.status won't be able to write to it; its
30095 # output is simply discarded. So we exec the FD to /dev/null,
30096 # effectively closing config.log, so it can be properly (re)opened and
30097 # appended to by config.status. When coming back to configure, we
30098 # need to make the FD available again.
30099 if test "$no_create" != yes; then
30100 ac_cs_success=:
30101 ac_config_status_args=
30102 test "$silent" = yes &&
30103 ac_config_status_args="$ac_config_status_args --quiet"
30104 exec 5>/dev/null
30105 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30106 exec 5>>config.log
30107 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30108 # would make configure fail if this is the last instruction.
30109 $ac_cs_success || { (exit 1); exit 1; }
30111 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30112 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30113 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30117 if test "$no_create" = "yes"
30118 then
30119 exit 0
30122 ac_save_IFS="$IFS"
30123 if test "x$wine_notices != "x; then
30124 echo >&6
30125 IFS="|"
30126 for msg in $wine_notices; do
30127 IFS="$ac_save_IFS"
30128 if test -n "$msg"; then
30129 { $as_echo "$as_me:$LINENO: $msg" >&5
30130 $as_echo "$as_me: $msg" >&6;}
30132 done
30134 IFS="|"
30135 for msg in $wine_warnings; do
30136 IFS="$ac_save_IFS"
30137 if test -n "$msg"; then
30138 echo >&2
30139 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30140 $as_echo "$as_me: WARNING: $msg" >&2;}
30142 done
30143 IFS="$ac_save_IFS"
30145 echo "
30146 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30147 " >&6