ddraw: Implement ComputeSphereVisibility.
[wine/multimedia.git] / configure
blob7ab9c8e9f42e545e36273d6c92803f635cc7c5a9
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.15.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.15'
600 PACKAGE_STRING='Wine 1.1.15'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.15 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.15:";;
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.15
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.15, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3905 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3906 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3907 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3908 enable_vmm_vxd=${enable_vmm_vxd:-no}
3909 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3910 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3911 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3912 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3913 enable_w32skrnl=${enable_w32skrnl:-no}
3914 enable_winedos=${enable_winedos:-no}
3915 enable_winevdm=${enable_winevdm:-no}
3916 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3917 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3920 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3921 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3922 if test "${wine_cv_toolsdir+set}" = set; then
3923 $as_echo_n "(cached) " >&6
3924 else
3925 if test -z "$with_wine_tools"; then
3926 if test "$cross_compiling" = "yes"; then
3927 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3928 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3929 { (exit 1); exit 1; }; }
3930 else
3931 wine_cv_toolsdir="\$(TOPOBJDIR)"
3933 elif test -d "$with_wine_tools/tools/winebuild"; then
3934 case $with_wine_tools in
3935 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3936 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3937 esac
3938 else
3939 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3940 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3941 { (exit 1); exit 1; }; }
3944 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3945 $as_echo "$wine_cv_toolsdir" >&6; }
3946 TOOLSDIR=$wine_cv_toolsdir
3948 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3949 then
3950 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3954 for ac_prog in flex
3956 # Extract the first word of "$ac_prog", so it can be a program name with args.
3957 set dummy $ac_prog; ac_word=$2
3958 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_FLEX+set}" = set; then
3961 $as_echo_n "(cached) " >&6
3962 else
3963 if test -n "$FLEX"; then
3964 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973 ac_cv_prog_FLEX="$ac_prog"
3974 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3977 done
3978 done
3979 IFS=$as_save_IFS
3983 FLEX=$ac_cv_prog_FLEX
3984 if test -n "$FLEX"; then
3985 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3986 $as_echo "$FLEX" >&6; }
3987 else
3988 { $as_echo "$as_me:$LINENO: result: no" >&5
3989 $as_echo "no" >&6; }
3993 test -n "$FLEX" && break
3994 done
3995 test -n "$FLEX" || FLEX="none"
3997 if test "$FLEX" = "none"
3998 then
3999 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4000 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4001 { (exit 1); exit 1; }; }
4004 for ac_prog in bison
4006 # Extract the first word of "$ac_prog", so it can be a program name with args.
4007 set dummy $ac_prog; ac_word=$2
4008 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4009 $as_echo_n "checking for $ac_word... " >&6; }
4010 if test "${ac_cv_prog_BISON+set}" = set; then
4011 $as_echo_n "(cached) " >&6
4012 else
4013 if test -n "$BISON"; then
4014 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4015 else
4016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4017 for as_dir in $PATH
4019 IFS=$as_save_IFS
4020 test -z "$as_dir" && as_dir=.
4021 for ac_exec_ext in '' $ac_executable_extensions; do
4022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4023 ac_cv_prog_BISON="$ac_prog"
4024 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4025 break 2
4027 done
4028 done
4029 IFS=$as_save_IFS
4033 BISON=$ac_cv_prog_BISON
4034 if test -n "$BISON"; then
4035 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4036 $as_echo "$BISON" >&6; }
4037 else
4038 { $as_echo "$as_me:$LINENO: result: no" >&5
4039 $as_echo "no" >&6; }
4043 test -n "$BISON" && break
4044 done
4045 test -n "$BISON" || BISON="none"
4047 if test "$BISON" = "none"
4048 then
4049 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4050 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4051 { (exit 1); exit 1; }; }
4054 if test -n "$ac_tool_prefix"; then
4055 for ac_prog in gas as
4057 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4059 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4060 $as_echo_n "checking for $ac_word... " >&6; }
4061 if test "${ac_cv_prog_AS+set}" = set; then
4062 $as_echo_n "(cached) " >&6
4063 else
4064 if test -n "$AS"; then
4065 ac_cv_prog_AS="$AS" # Let the user override the test.
4066 else
4067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4068 for as_dir in $PATH
4070 IFS=$as_save_IFS
4071 test -z "$as_dir" && as_dir=.
4072 for ac_exec_ext in '' $ac_executable_extensions; do
4073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4074 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4075 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4076 break 2
4078 done
4079 done
4080 IFS=$as_save_IFS
4084 AS=$ac_cv_prog_AS
4085 if test -n "$AS"; then
4086 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4087 $as_echo "$AS" >&6; }
4088 else
4089 { $as_echo "$as_me:$LINENO: result: no" >&5
4090 $as_echo "no" >&6; }
4094 test -n "$AS" && break
4095 done
4097 if test -z "$AS"; then
4098 ac_ct_AS=$AS
4099 for ac_prog in gas as
4101 # Extract the first word of "$ac_prog", so it can be a program name with args.
4102 set dummy $ac_prog; ac_word=$2
4103 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4104 $as_echo_n "checking for $ac_word... " >&6; }
4105 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4106 $as_echo_n "(cached) " >&6
4107 else
4108 if test -n "$ac_ct_AS"; then
4109 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4110 else
4111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4112 for as_dir in $PATH
4114 IFS=$as_save_IFS
4115 test -z "$as_dir" && as_dir=.
4116 for ac_exec_ext in '' $ac_executable_extensions; do
4117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4118 ac_cv_prog_ac_ct_AS="$ac_prog"
4119 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 break 2
4122 done
4123 done
4124 IFS=$as_save_IFS
4128 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4129 if test -n "$ac_ct_AS"; then
4130 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4131 $as_echo "$ac_ct_AS" >&6; }
4132 else
4133 { $as_echo "$as_me:$LINENO: result: no" >&5
4134 $as_echo "no" >&6; }
4138 test -n "$ac_ct_AS" && break
4139 done
4141 if test "x$ac_ct_AS" = x; then
4142 AS="as"
4143 else
4144 case $cross_compiling:$ac_tool_warned in
4145 yes:)
4146 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4148 ac_tool_warned=yes ;;
4149 esac
4150 AS=$ac_ct_AS
4154 if test -n "$ac_tool_prefix"; then
4155 for ac_prog in ld gld
4157 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4158 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4159 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4160 $as_echo_n "checking for $ac_word... " >&6; }
4161 if test "${ac_cv_prog_LD+set}" = set; then
4162 $as_echo_n "(cached) " >&6
4163 else
4164 if test -n "$LD"; then
4165 ac_cv_prog_LD="$LD" # Let the user override the test.
4166 else
4167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168 for as_dir in $PATH
4170 IFS=$as_save_IFS
4171 test -z "$as_dir" && as_dir=.
4172 for ac_exec_ext in '' $ac_executable_extensions; do
4173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4174 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4175 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4176 break 2
4178 done
4179 done
4180 IFS=$as_save_IFS
4184 LD=$ac_cv_prog_LD
4185 if test -n "$LD"; then
4186 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4187 $as_echo "$LD" >&6; }
4188 else
4189 { $as_echo "$as_me:$LINENO: result: no" >&5
4190 $as_echo "no" >&6; }
4194 test -n "$LD" && break
4195 done
4197 if test -z "$LD"; then
4198 ac_ct_LD=$LD
4199 for ac_prog in ld gld
4201 # Extract the first word of "$ac_prog", so it can be a program name with args.
4202 set dummy $ac_prog; ac_word=$2
4203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4204 $as_echo_n "checking for $ac_word... " >&6; }
4205 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4206 $as_echo_n "(cached) " >&6
4207 else
4208 if test -n "$ac_ct_LD"; then
4209 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4210 else
4211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4212 for as_dir in $PATH
4214 IFS=$as_save_IFS
4215 test -z "$as_dir" && as_dir=.
4216 for ac_exec_ext in '' $ac_executable_extensions; do
4217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4218 ac_cv_prog_ac_ct_LD="$ac_prog"
4219 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4220 break 2
4222 done
4223 done
4224 IFS=$as_save_IFS
4228 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4229 if test -n "$ac_ct_LD"; then
4230 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4231 $as_echo "$ac_ct_LD" >&6; }
4232 else
4233 { $as_echo "$as_me:$LINENO: result: no" >&5
4234 $as_echo "no" >&6; }
4238 test -n "$ac_ct_LD" && break
4239 done
4241 if test "x$ac_ct_LD" = x; then
4242 LD="ld"
4243 else
4244 case $cross_compiling:$ac_tool_warned in
4245 yes:)
4246 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248 ac_tool_warned=yes ;;
4249 esac
4250 LD=$ac_ct_LD
4254 if test -n "$ac_tool_prefix"; then
4255 for ac_prog in nm gnm
4257 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4258 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4260 $as_echo_n "checking for $ac_word... " >&6; }
4261 if test "${ac_cv_prog_NM+set}" = set; then
4262 $as_echo_n "(cached) " >&6
4263 else
4264 if test -n "$NM"; then
4265 ac_cv_prog_NM="$NM" # Let the user override the test.
4266 else
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
4272 for ac_exec_ext in '' $ac_executable_extensions; do
4273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4274 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4275 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4276 break 2
4278 done
4279 done
4280 IFS=$as_save_IFS
4284 NM=$ac_cv_prog_NM
4285 if test -n "$NM"; then
4286 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4287 $as_echo "$NM" >&6; }
4288 else
4289 { $as_echo "$as_me:$LINENO: result: no" >&5
4290 $as_echo "no" >&6; }
4294 test -n "$NM" && break
4295 done
4297 if test -z "$NM"; then
4298 ac_ct_NM=$NM
4299 for ac_prog in nm gnm
4301 # Extract the first word of "$ac_prog", so it can be a program name with args.
4302 set dummy $ac_prog; ac_word=$2
4303 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4304 $as_echo_n "checking for $ac_word... " >&6; }
4305 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4306 $as_echo_n "(cached) " >&6
4307 else
4308 if test -n "$ac_ct_NM"; then
4309 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4310 else
4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 for as_dir in $PATH
4314 IFS=$as_save_IFS
4315 test -z "$as_dir" && as_dir=.
4316 for ac_exec_ext in '' $ac_executable_extensions; do
4317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4318 ac_cv_prog_ac_ct_NM="$ac_prog"
4319 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4320 break 2
4322 done
4323 done
4324 IFS=$as_save_IFS
4328 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4329 if test -n "$ac_ct_NM"; then
4330 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4331 $as_echo "$ac_ct_NM" >&6; }
4332 else
4333 { $as_echo "$as_me:$LINENO: result: no" >&5
4334 $as_echo "no" >&6; }
4338 test -n "$ac_ct_NM" && break
4339 done
4341 if test "x$ac_ct_NM" = x; then
4342 NM="nm"
4343 else
4344 case $cross_compiling:$ac_tool_warned in
4345 yes:)
4346 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4347 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4348 ac_tool_warned=yes ;;
4349 esac
4350 NM=$ac_ct_NM
4354 if test -n "$ac_tool_prefix"; then
4355 for ac_prog in ar gar
4357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4359 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4360 $as_echo_n "checking for $ac_word... " >&6; }
4361 if test "${ac_cv_prog_AR+set}" = set; then
4362 $as_echo_n "(cached) " >&6
4363 else
4364 if test -n "$AR"; then
4365 ac_cv_prog_AR="$AR" # Let the user override the test.
4366 else
4367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4368 for as_dir in $PATH
4370 IFS=$as_save_IFS
4371 test -z "$as_dir" && as_dir=.
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4374 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4375 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4376 break 2
4378 done
4379 done
4380 IFS=$as_save_IFS
4384 AR=$ac_cv_prog_AR
4385 if test -n "$AR"; then
4386 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4387 $as_echo "$AR" >&6; }
4388 else
4389 { $as_echo "$as_me:$LINENO: result: no" >&5
4390 $as_echo "no" >&6; }
4394 test -n "$AR" && break
4395 done
4397 if test -z "$AR"; then
4398 ac_ct_AR=$AR
4399 for ac_prog in ar gar
4401 # Extract the first word of "$ac_prog", so it can be a program name with args.
4402 set dummy $ac_prog; ac_word=$2
4403 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4404 $as_echo_n "checking for $ac_word... " >&6; }
4405 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4406 $as_echo_n "(cached) " >&6
4407 else
4408 if test -n "$ac_ct_AR"; then
4409 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4410 else
4411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in $PATH
4414 IFS=$as_save_IFS
4415 test -z "$as_dir" && as_dir=.
4416 for ac_exec_ext in '' $ac_executable_extensions; do
4417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4418 ac_cv_prog_ac_ct_AR="$ac_prog"
4419 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 break 2
4422 done
4423 done
4424 IFS=$as_save_IFS
4428 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4429 if test -n "$ac_ct_AR"; then
4430 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4431 $as_echo "$ac_ct_AR" >&6; }
4432 else
4433 { $as_echo "$as_me:$LINENO: result: no" >&5
4434 $as_echo "no" >&6; }
4438 test -n "$ac_ct_AR" && break
4439 done
4441 if test "x$ac_ct_AR" = x; then
4442 AR="ar"
4443 else
4444 case $cross_compiling:$ac_tool_warned in
4445 yes:)
4446 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4447 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4448 ac_tool_warned=yes ;;
4449 esac
4450 AR=$ac_ct_AR
4454 ARFLAGS=rc
4456 if test -n "$ac_tool_prefix"; then
4457 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4458 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4460 $as_echo_n "checking for $ac_word... " >&6; }
4461 if test "${ac_cv_prog_RANLIB+set}" = set; then
4462 $as_echo_n "(cached) " >&6
4463 else
4464 if test -n "$RANLIB"; then
4465 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4466 else
4467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4468 for as_dir in $PATH
4470 IFS=$as_save_IFS
4471 test -z "$as_dir" && as_dir=.
4472 for ac_exec_ext in '' $ac_executable_extensions; do
4473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4474 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4476 break 2
4478 done
4479 done
4480 IFS=$as_save_IFS
4484 RANLIB=$ac_cv_prog_RANLIB
4485 if test -n "$RANLIB"; then
4486 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4487 $as_echo "$RANLIB" >&6; }
4488 else
4489 { $as_echo "$as_me:$LINENO: result: no" >&5
4490 $as_echo "no" >&6; }
4495 if test -z "$ac_cv_prog_RANLIB"; then
4496 ac_ct_RANLIB=$RANLIB
4497 # Extract the first word of "ranlib", so it can be a program name with args.
4498 set dummy ranlib; ac_word=$2
4499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4500 $as_echo_n "checking for $ac_word... " >&6; }
4501 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4502 $as_echo_n "(cached) " >&6
4503 else
4504 if test -n "$ac_ct_RANLIB"; then
4505 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4506 else
4507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4508 for as_dir in $PATH
4510 IFS=$as_save_IFS
4511 test -z "$as_dir" && as_dir=.
4512 for ac_exec_ext in '' $ac_executable_extensions; do
4513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4514 ac_cv_prog_ac_ct_RANLIB="ranlib"
4515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4516 break 2
4518 done
4519 done
4520 IFS=$as_save_IFS
4524 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4525 if test -n "$ac_ct_RANLIB"; then
4526 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4527 $as_echo "$ac_ct_RANLIB" >&6; }
4528 else
4529 { $as_echo "$as_me:$LINENO: result: no" >&5
4530 $as_echo "no" >&6; }
4533 if test "x$ac_ct_RANLIB" = x; then
4534 RANLIB=":"
4535 else
4536 case $cross_compiling:$ac_tool_warned in
4537 yes:)
4538 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4540 ac_tool_warned=yes ;;
4541 esac
4542 RANLIB=$ac_ct_RANLIB
4544 else
4545 RANLIB="$ac_cv_prog_RANLIB"
4548 if test -n "$ac_tool_prefix"; then
4549 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4550 set dummy ${ac_tool_prefix}strip; ac_word=$2
4551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4552 $as_echo_n "checking for $ac_word... " >&6; }
4553 if test "${ac_cv_prog_STRIP+set}" = set; then
4554 $as_echo_n "(cached) " >&6
4555 else
4556 if test -n "$STRIP"; then
4557 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4558 else
4559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4560 for as_dir in $PATH
4562 IFS=$as_save_IFS
4563 test -z "$as_dir" && as_dir=.
4564 for ac_exec_ext in '' $ac_executable_extensions; do
4565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4566 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4567 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4568 break 2
4570 done
4571 done
4572 IFS=$as_save_IFS
4576 STRIP=$ac_cv_prog_STRIP
4577 if test -n "$STRIP"; then
4578 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4579 $as_echo "$STRIP" >&6; }
4580 else
4581 { $as_echo "$as_me:$LINENO: result: no" >&5
4582 $as_echo "no" >&6; }
4587 if test -z "$ac_cv_prog_STRIP"; then
4588 ac_ct_STRIP=$STRIP
4589 # Extract the first word of "strip", so it can be a program name with args.
4590 set dummy strip; ac_word=$2
4591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4592 $as_echo_n "checking for $ac_word... " >&6; }
4593 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4594 $as_echo_n "(cached) " >&6
4595 else
4596 if test -n "$ac_ct_STRIP"; then
4597 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4598 else
4599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4600 for as_dir in $PATH
4602 IFS=$as_save_IFS
4603 test -z "$as_dir" && as_dir=.
4604 for ac_exec_ext in '' $ac_executable_extensions; do
4605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4606 ac_cv_prog_ac_ct_STRIP="strip"
4607 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4608 break 2
4610 done
4611 done
4612 IFS=$as_save_IFS
4616 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4617 if test -n "$ac_ct_STRIP"; then
4618 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4619 $as_echo "$ac_ct_STRIP" >&6; }
4620 else
4621 { $as_echo "$as_me:$LINENO: result: no" >&5
4622 $as_echo "no" >&6; }
4625 if test "x$ac_ct_STRIP" = x; then
4626 STRIP="strip"
4627 else
4628 case $cross_compiling:$ac_tool_warned in
4629 yes:)
4630 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4632 ac_tool_warned=yes ;;
4633 esac
4634 STRIP=$ac_ct_STRIP
4636 else
4637 STRIP="$ac_cv_prog_STRIP"
4640 if test -n "$ac_tool_prefix"; then
4641 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4642 set dummy ${ac_tool_prefix}windres; ac_word=$2
4643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4644 $as_echo_n "checking for $ac_word... " >&6; }
4645 if test "${ac_cv_prog_WINDRES+set}" = set; then
4646 $as_echo_n "(cached) " >&6
4647 else
4648 if test -n "$WINDRES"; then
4649 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4650 else
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4658 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4660 break 2
4662 done
4663 done
4664 IFS=$as_save_IFS
4668 WINDRES=$ac_cv_prog_WINDRES
4669 if test -n "$WINDRES"; then
4670 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4671 $as_echo "$WINDRES" >&6; }
4672 else
4673 { $as_echo "$as_me:$LINENO: result: no" >&5
4674 $as_echo "no" >&6; }
4679 if test -z "$ac_cv_prog_WINDRES"; then
4680 ac_ct_WINDRES=$WINDRES
4681 # Extract the first word of "windres", so it can be a program name with args.
4682 set dummy windres; ac_word=$2
4683 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4684 $as_echo_n "checking for $ac_word... " >&6; }
4685 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4686 $as_echo_n "(cached) " >&6
4687 else
4688 if test -n "$ac_ct_WINDRES"; then
4689 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4690 else
4691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692 for as_dir in $PATH
4694 IFS=$as_save_IFS
4695 test -z "$as_dir" && as_dir=.
4696 for ac_exec_ext in '' $ac_executable_extensions; do
4697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4698 ac_cv_prog_ac_ct_WINDRES="windres"
4699 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4700 break 2
4702 done
4703 done
4704 IFS=$as_save_IFS
4708 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4709 if test -n "$ac_ct_WINDRES"; then
4710 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4711 $as_echo "$ac_ct_WINDRES" >&6; }
4712 else
4713 { $as_echo "$as_me:$LINENO: result: no" >&5
4714 $as_echo "no" >&6; }
4717 if test "x$ac_ct_WINDRES" = x; then
4718 WINDRES="false"
4719 else
4720 case $cross_compiling:$ac_tool_warned in
4721 yes:)
4722 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4723 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4724 ac_tool_warned=yes ;;
4725 esac
4726 WINDRES=$ac_ct_WINDRES
4728 else
4729 WINDRES="$ac_cv_prog_WINDRES"
4732 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4733 $as_echo_n "checking whether ln -s works... " >&6; }
4734 LN_S=$as_ln_s
4735 if test "$LN_S" = "ln -s"; then
4736 { $as_echo "$as_me:$LINENO: result: yes" >&5
4737 $as_echo "yes" >&6; }
4738 else
4739 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4740 $as_echo "no, using $LN_S" >&6; }
4743 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4744 $as_echo_n "checking whether ln works... " >&6; }
4745 rm -f conf$$ conf$$.file
4746 echo >conf$$.file
4747 if ln conf$$.file conf$$ 2>/dev/null; then
4748 LN=ln
4750 { $as_echo "$as_me:$LINENO: result: yes" >&5
4751 $as_echo "yes" >&6; }
4752 else
4753 LN="cp -p"
4755 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4756 $as_echo "no, using $LN" >&6; }
4758 rm -f conf$$ conf$$.file
4759 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4760 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4761 if test "${ac_cv_path_GREP+set}" = set; then
4762 $as_echo_n "(cached) " >&6
4763 else
4764 if test -z "$GREP"; then
4765 ac_path_GREP_found=false
4766 # Loop through the user's path and test for each of PROGNAME-LIST
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 for ac_prog in grep ggrep; do
4773 for ac_exec_ext in '' $ac_executable_extensions; do
4774 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4775 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4776 # Check for GNU ac_path_GREP and select it if it is found.
4777 # Check for GNU $ac_path_GREP
4778 case `"$ac_path_GREP" --version 2>&1` in
4779 *GNU*)
4780 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4782 ac_count=0
4783 $as_echo_n 0123456789 >"conftest.in"
4784 while :
4786 cat "conftest.in" "conftest.in" >"conftest.tmp"
4787 mv "conftest.tmp" "conftest.in"
4788 cp "conftest.in" "conftest.nl"
4789 $as_echo 'GREP' >> "conftest.nl"
4790 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4791 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4792 ac_count=`expr $ac_count + 1`
4793 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4794 # Best one so far, save it but keep looking for a better one
4795 ac_cv_path_GREP="$ac_path_GREP"
4796 ac_path_GREP_max=$ac_count
4798 # 10*(2^10) chars as input seems more than enough
4799 test $ac_count -gt 10 && break
4800 done
4801 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4802 esac
4804 $ac_path_GREP_found && break 3
4805 done
4806 done
4807 done
4808 IFS=$as_save_IFS
4809 if test -z "$ac_cv_path_GREP"; then
4810 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4811 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4812 { (exit 1); exit 1; }; }
4814 else
4815 ac_cv_path_GREP=$GREP
4819 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4820 $as_echo "$ac_cv_path_GREP" >&6; }
4821 GREP="$ac_cv_path_GREP"
4824 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4825 $as_echo_n "checking for egrep... " >&6; }
4826 if test "${ac_cv_path_EGREP+set}" = set; then
4827 $as_echo_n "(cached) " >&6
4828 else
4829 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4830 then ac_cv_path_EGREP="$GREP -E"
4831 else
4832 if test -z "$EGREP"; then
4833 ac_path_EGREP_found=false
4834 # Loop through the user's path and test for each of PROGNAME-LIST
4835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4836 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4838 IFS=$as_save_IFS
4839 test -z "$as_dir" && as_dir=.
4840 for ac_prog in egrep; do
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4843 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4844 # Check for GNU ac_path_EGREP and select it if it is found.
4845 # Check for GNU $ac_path_EGREP
4846 case `"$ac_path_EGREP" --version 2>&1` in
4847 *GNU*)
4848 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4850 ac_count=0
4851 $as_echo_n 0123456789 >"conftest.in"
4852 while :
4854 cat "conftest.in" "conftest.in" >"conftest.tmp"
4855 mv "conftest.tmp" "conftest.in"
4856 cp "conftest.in" "conftest.nl"
4857 $as_echo 'EGREP' >> "conftest.nl"
4858 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4859 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4860 ac_count=`expr $ac_count + 1`
4861 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4862 # Best one so far, save it but keep looking for a better one
4863 ac_cv_path_EGREP="$ac_path_EGREP"
4864 ac_path_EGREP_max=$ac_count
4866 # 10*(2^10) chars as input seems more than enough
4867 test $ac_count -gt 10 && break
4868 done
4869 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4870 esac
4872 $ac_path_EGREP_found && break 3
4873 done
4874 done
4875 done
4876 IFS=$as_save_IFS
4877 if test -z "$ac_cv_path_EGREP"; then
4878 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4879 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4880 { (exit 1); exit 1; }; }
4882 else
4883 ac_cv_path_EGREP=$EGREP
4888 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4889 $as_echo "$ac_cv_path_EGREP" >&6; }
4890 EGREP="$ac_cv_path_EGREP"
4893 # Extract the first word of "ldconfig", so it can be a program name with args.
4894 set dummy ldconfig; ac_word=$2
4895 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4896 $as_echo_n "checking for $ac_word... " >&6; }
4897 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4898 $as_echo_n "(cached) " >&6
4899 else
4900 case $LDCONFIG in
4901 [\\/]* | ?:[\\/]*)
4902 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in /sbin /usr/sbin $PATH
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4913 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4916 done
4917 done
4918 IFS=$as_save_IFS
4920 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4922 esac
4924 LDCONFIG=$ac_cv_path_LDCONFIG
4925 if test -n "$LDCONFIG"; then
4926 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4927 $as_echo "$LDCONFIG" >&6; }
4928 else
4929 { $as_echo "$as_me:$LINENO: result: no" >&5
4930 $as_echo "no" >&6; }
4934 # Find a good install program. We prefer a C program (faster),
4935 # so one script is as good as another. But avoid the broken or
4936 # incompatible versions:
4937 # SysV /etc/install, /usr/sbin/install
4938 # SunOS /usr/etc/install
4939 # IRIX /sbin/install
4940 # AIX /bin/install
4941 # AmigaOS /C/install, which installs bootblocks on floppy discs
4942 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4943 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4944 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4945 # OS/2's system install, which has a completely different semantic
4946 # ./install, which can be erroneously created by make from ./install.sh.
4947 # Reject install programs that cannot install multiple files.
4948 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4949 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4950 if test -z "$INSTALL"; then
4951 if test "${ac_cv_path_install+set}" = set; then
4952 $as_echo_n "(cached) " >&6
4953 else
4954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4955 for as_dir in $PATH
4957 IFS=$as_save_IFS
4958 test -z "$as_dir" && as_dir=.
4959 # Account for people who put trailing slashes in PATH elements.
4960 case $as_dir/ in
4961 ./ | .// | /cC/* | \
4962 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4963 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4964 /usr/ucb/* ) ;;
4966 # OSF1 and SCO ODT 3.0 have their own names for install.
4967 # Don't use installbsd from OSF since it installs stuff as root
4968 # by default.
4969 for ac_prog in ginstall scoinst install; do
4970 for ac_exec_ext in '' $ac_executable_extensions; do
4971 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4972 if test $ac_prog = install &&
4973 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4974 # AIX install. It has an incompatible calling convention.
4976 elif test $ac_prog = install &&
4977 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4978 # program-specific install script used by HP pwplus--don't use.
4980 else
4981 rm -rf conftest.one conftest.two conftest.dir
4982 echo one > conftest.one
4983 echo two > conftest.two
4984 mkdir conftest.dir
4985 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4986 test -s conftest.one && test -s conftest.two &&
4987 test -s conftest.dir/conftest.one &&
4988 test -s conftest.dir/conftest.two
4989 then
4990 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4991 break 3
4995 done
4996 done
4998 esac
5000 done
5001 IFS=$as_save_IFS
5003 rm -rf conftest.one conftest.two conftest.dir
5006 if test "${ac_cv_path_install+set}" = set; then
5007 INSTALL=$ac_cv_path_install
5008 else
5009 # As a last resort, use the slow shell script. Don't cache a
5010 # value for INSTALL within a source directory, because that will
5011 # break other packages using the cache if that directory is
5012 # removed, or if the value is a relative name.
5013 INSTALL=$ac_install_sh
5016 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5017 $as_echo "$INSTALL" >&6; }
5019 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5020 # It thinks the first close brace ends the variable substitution.
5021 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5023 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5025 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5027 case "$INSTALL" in
5028 [\\/$]* | ?:[\\/]* ) ;;
5029 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5030 esac
5032 for ac_prog in lclint lint
5034 # Extract the first word of "$ac_prog", so it can be a program name with args.
5035 set dummy $ac_prog; ac_word=$2
5036 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5037 $as_echo_n "checking for $ac_word... " >&6; }
5038 if test "${ac_cv_prog_LINT+set}" = set; then
5039 $as_echo_n "(cached) " >&6
5040 else
5041 if test -n "$LINT"; then
5042 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5043 else
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 for as_dir in $PATH
5047 IFS=$as_save_IFS
5048 test -z "$as_dir" && as_dir=.
5049 for ac_exec_ext in '' $ac_executable_extensions; do
5050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051 ac_cv_prog_LINT="$ac_prog"
5052 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 break 2
5055 done
5056 done
5057 IFS=$as_save_IFS
5061 LINT=$ac_cv_prog_LINT
5062 if test -n "$LINT"; then
5063 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5064 $as_echo "$LINT" >&6; }
5065 else
5066 { $as_echo "$as_me:$LINENO: result: no" >&5
5067 $as_echo "no" >&6; }
5071 test -n "$LINT" && break
5072 done
5074 if test "$LINT" = "lint"
5075 then
5076 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5081 for ac_prog in fontforge
5083 # Extract the first word of "$ac_prog", so it can be a program name with args.
5084 set dummy $ac_prog; ac_word=$2
5085 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5086 $as_echo_n "checking for $ac_word... " >&6; }
5087 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5088 $as_echo_n "(cached) " >&6
5089 else
5090 if test -n "$FONTFORGE"; then
5091 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5092 else
5093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5094 for as_dir in $PATH
5096 IFS=$as_save_IFS
5097 test -z "$as_dir" && as_dir=.
5098 for ac_exec_ext in '' $ac_executable_extensions; do
5099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5100 ac_cv_prog_FONTFORGE="$ac_prog"
5101 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5102 break 2
5104 done
5105 done
5106 IFS=$as_save_IFS
5110 FONTFORGE=$ac_cv_prog_FONTFORGE
5111 if test -n "$FONTFORGE"; then
5112 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5113 $as_echo "$FONTFORGE" >&6; }
5114 else
5115 { $as_echo "$as_me:$LINENO: result: no" >&5
5116 $as_echo "no" >&6; }
5120 test -n "$FONTFORGE" && break
5121 done
5122 test -n "$FONTFORGE" || FONTFORGE="false"
5124 for ac_prog in pkg-config
5126 # Extract the first word of "$ac_prog", so it can be a program name with args.
5127 set dummy $ac_prog; ac_word=$2
5128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5129 $as_echo_n "checking for $ac_word... " >&6; }
5130 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5131 $as_echo_n "(cached) " >&6
5132 else
5133 if test -n "$PKG_CONFIG"; then
5134 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5135 else
5136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137 for as_dir in $PATH
5139 IFS=$as_save_IFS
5140 test -z "$as_dir" && as_dir=.
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5143 ac_cv_prog_PKG_CONFIG="$ac_prog"
5144 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5145 break 2
5147 done
5148 done
5149 IFS=$as_save_IFS
5153 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5154 if test -n "$PKG_CONFIG"; then
5155 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5156 $as_echo "$PKG_CONFIG" >&6; }
5157 else
5158 { $as_echo "$as_me:$LINENO: result: no" >&5
5159 $as_echo "no" >&6; }
5163 test -n "$PKG_CONFIG" && break
5164 done
5165 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5167 for ac_prog in rsvg
5169 # Extract the first word of "$ac_prog", so it can be a program name with args.
5170 set dummy $ac_prog; ac_word=$2
5171 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5172 $as_echo_n "checking for $ac_word... " >&6; }
5173 if test "${ac_cv_prog_RSVG+set}" = set; then
5174 $as_echo_n "(cached) " >&6
5175 else
5176 if test -n "$RSVG"; then
5177 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5178 else
5179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5180 for as_dir in $PATH
5182 IFS=$as_save_IFS
5183 test -z "$as_dir" && as_dir=.
5184 for ac_exec_ext in '' $ac_executable_extensions; do
5185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5186 ac_cv_prog_RSVG="$ac_prog"
5187 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5188 break 2
5190 done
5191 done
5192 IFS=$as_save_IFS
5196 RSVG=$ac_cv_prog_RSVG
5197 if test -n "$RSVG"; then
5198 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5199 $as_echo "$RSVG" >&6; }
5200 else
5201 { $as_echo "$as_me:$LINENO: result: no" >&5
5202 $as_echo "no" >&6; }
5206 test -n "$RSVG" && break
5207 done
5208 test -n "$RSVG" || RSVG="false"
5210 for ac_prog in icotool
5212 # Extract the first word of "$ac_prog", so it can be a program name with args.
5213 set dummy $ac_prog; ac_word=$2
5214 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5215 $as_echo_n "checking for $ac_word... " >&6; }
5216 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5217 $as_echo_n "(cached) " >&6
5218 else
5219 if test -n "$ICOTOOL"; then
5220 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5221 else
5222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5223 for as_dir in $PATH
5225 IFS=$as_save_IFS
5226 test -z "$as_dir" && as_dir=.
5227 for ac_exec_ext in '' $ac_executable_extensions; do
5228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5229 ac_cv_prog_ICOTOOL="$ac_prog"
5230 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5231 break 2
5233 done
5234 done
5235 IFS=$as_save_IFS
5239 ICOTOOL=$ac_cv_prog_ICOTOOL
5240 if test -n "$ICOTOOL"; then
5241 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5242 $as_echo "$ICOTOOL" >&6; }
5243 else
5244 { $as_echo "$as_me:$LINENO: result: no" >&5
5245 $as_echo "no" >&6; }
5249 test -n "$ICOTOOL" && break
5250 done
5251 test -n "$ICOTOOL" || ICOTOOL="false"
5254 if test "${enable_maintainer_mode+set}" = set
5255 then
5256 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5257 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5258 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5261 case $host_cpu in
5262 *i[3456789]86*)
5263 # Extract the first word of "prelink", so it can be a program name with args.
5264 set dummy prelink; ac_word=$2
5265 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if test "${ac_cv_path_PRELINK+set}" = set; then
5268 $as_echo_n "(cached) " >&6
5269 else
5270 case $PRELINK in
5271 [\\/]* | ?:[\\/]*)
5272 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276 for as_dir in /sbin /usr/sbin $PATH
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
5280 for ac_exec_ext in '' $ac_executable_extensions; do
5281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5282 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 break 2
5286 done
5287 done
5288 IFS=$as_save_IFS
5290 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5292 esac
5294 PRELINK=$ac_cv_path_PRELINK
5295 if test -n "$PRELINK"; then
5296 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5297 $as_echo "$PRELINK" >&6; }
5298 else
5299 { $as_echo "$as_me:$LINENO: result: no" >&5
5300 $as_echo "no" >&6; }
5305 esac
5309 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5310 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5311 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5312 $as_echo_n "(cached) " >&6
5313 else
5314 ac_check_lib_save_LIBS=$LIBS
5315 LIBS="-li386 $LIBS"
5316 cat >conftest.$ac_ext <<_ACEOF
5317 /* confdefs.h. */
5318 _ACEOF
5319 cat confdefs.h >>conftest.$ac_ext
5320 cat >>conftest.$ac_ext <<_ACEOF
5321 /* end confdefs.h. */
5323 /* Override any GCC internal prototype to avoid an error.
5324 Use char because int might match the return type of a GCC
5325 builtin and then its argument prototype would still apply. */
5326 #ifdef __cplusplus
5327 extern "C"
5328 #endif
5329 char i386_set_ldt ();
5331 main ()
5333 return i386_set_ldt ();
5335 return 0;
5337 _ACEOF
5338 rm -f conftest.$ac_objext conftest$ac_exeext
5339 if { (ac_try="$ac_link"
5340 case "(($ac_try" in
5341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5342 *) ac_try_echo=$ac_try;;
5343 esac
5344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5345 $as_echo "$ac_try_echo") >&5
5346 (eval "$ac_link") 2>conftest.er1
5347 ac_status=$?
5348 grep -v '^ *+' conftest.er1 >conftest.err
5349 rm -f conftest.er1
5350 cat conftest.err >&5
5351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5352 (exit $ac_status); } && {
5353 test -z "$ac_c_werror_flag" ||
5354 test ! -s conftest.err
5355 } && test -s conftest$ac_exeext && {
5356 test "$cross_compiling" = yes ||
5357 $as_test_x conftest$ac_exeext
5358 }; then
5359 ac_cv_lib_i386_i386_set_ldt=yes
5360 else
5361 $as_echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5364 ac_cv_lib_i386_i386_set_ldt=no
5367 rm -rf conftest.dSYM
5368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5369 conftest$ac_exeext conftest.$ac_ext
5370 LIBS=$ac_check_lib_save_LIBS
5372 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5373 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5374 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5375 cat >>confdefs.h <<_ACEOF
5376 #define HAVE_LIBI386 1
5377 _ACEOF
5379 LIBS="-li386 $LIBS"
5384 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5385 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5386 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5387 $as_echo_n "(cached) " >&6
5388 else
5389 ac_check_lib_save_LIBS=$LIBS
5390 LIBS="-lossaudio $LIBS"
5391 cat >conftest.$ac_ext <<_ACEOF
5392 /* confdefs.h. */
5393 _ACEOF
5394 cat confdefs.h >>conftest.$ac_ext
5395 cat >>conftest.$ac_ext <<_ACEOF
5396 /* end confdefs.h. */
5398 /* Override any GCC internal prototype to avoid an error.
5399 Use char because int might match the return type of a GCC
5400 builtin and then its argument prototype would still apply. */
5401 #ifdef __cplusplus
5402 extern "C"
5403 #endif
5404 char _oss_ioctl ();
5406 main ()
5408 return _oss_ioctl ();
5410 return 0;
5412 _ACEOF
5413 rm -f conftest.$ac_objext conftest$ac_exeext
5414 if { (ac_try="$ac_link"
5415 case "(($ac_try" in
5416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5417 *) ac_try_echo=$ac_try;;
5418 esac
5419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5420 $as_echo "$ac_try_echo") >&5
5421 (eval "$ac_link") 2>conftest.er1
5422 ac_status=$?
5423 grep -v '^ *+' conftest.er1 >conftest.err
5424 rm -f conftest.er1
5425 cat conftest.err >&5
5426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5427 (exit $ac_status); } && {
5428 test -z "$ac_c_werror_flag" ||
5429 test ! -s conftest.err
5430 } && test -s conftest$ac_exeext && {
5431 test "$cross_compiling" = yes ||
5432 $as_test_x conftest$ac_exeext
5433 }; then
5434 ac_cv_lib_ossaudio__oss_ioctl=yes
5435 else
5436 $as_echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.$ac_ext >&5
5439 ac_cv_lib_ossaudio__oss_ioctl=no
5442 rm -rf conftest.dSYM
5443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5444 conftest$ac_exeext conftest.$ac_ext
5445 LIBS=$ac_check_lib_save_LIBS
5447 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5448 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5449 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5450 cat >>confdefs.h <<_ACEOF
5451 #define HAVE_LIBOSSAUDIO 1
5452 _ACEOF
5454 LIBS="-lossaudio $LIBS"
5459 XLIB=""
5461 OPENGL_LIBS=""
5465 ac_ext=c
5466 ac_cpp='$CPP $CPPFLAGS'
5467 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5468 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5469 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5470 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5471 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5472 # On Suns, sometimes $CPP names a directory.
5473 if test -n "$CPP" && test -d "$CPP"; then
5474 CPP=
5476 if test -z "$CPP"; then
5477 if test "${ac_cv_prog_CPP+set}" = set; then
5478 $as_echo_n "(cached) " >&6
5479 else
5480 # Double quotes because CPP needs to be expanded
5481 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5483 ac_preproc_ok=false
5484 for ac_c_preproc_warn_flag in '' yes
5486 # Use a header file that comes with gcc, so configuring glibc
5487 # with a fresh cross-compiler works.
5488 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5489 # <limits.h> exists even on freestanding compilers.
5490 # On the NeXT, cc -E runs the code through the compiler's parser,
5491 # not just through cpp. "Syntax error" is here to catch this case.
5492 cat >conftest.$ac_ext <<_ACEOF
5493 /* confdefs.h. */
5494 _ACEOF
5495 cat confdefs.h >>conftest.$ac_ext
5496 cat >>conftest.$ac_ext <<_ACEOF
5497 /* end confdefs.h. */
5498 #ifdef __STDC__
5499 # include <limits.h>
5500 #else
5501 # include <assert.h>
5502 #endif
5503 Syntax error
5504 _ACEOF
5505 if { (ac_try="$ac_cpp conftest.$ac_ext"
5506 case "(($ac_try" in
5507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5508 *) ac_try_echo=$ac_try;;
5509 esac
5510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5511 $as_echo "$ac_try_echo") >&5
5512 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5513 ac_status=$?
5514 grep -v '^ *+' conftest.er1 >conftest.err
5515 rm -f conftest.er1
5516 cat conftest.err >&5
5517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5518 (exit $ac_status); } >/dev/null && {
5519 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5520 test ! -s conftest.err
5521 }; then
5523 else
5524 $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5527 # Broken: fails on valid input.
5528 continue
5531 rm -f conftest.err conftest.$ac_ext
5533 # OK, works on sane cases. Now check whether nonexistent headers
5534 # can be detected and how.
5535 cat >conftest.$ac_ext <<_ACEOF
5536 /* confdefs.h. */
5537 _ACEOF
5538 cat confdefs.h >>conftest.$ac_ext
5539 cat >>conftest.$ac_ext <<_ACEOF
5540 /* end confdefs.h. */
5541 #include <ac_nonexistent.h>
5542 _ACEOF
5543 if { (ac_try="$ac_cpp conftest.$ac_ext"
5544 case "(($ac_try" in
5545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5546 *) ac_try_echo=$ac_try;;
5547 esac
5548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5549 $as_echo "$ac_try_echo") >&5
5550 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5551 ac_status=$?
5552 grep -v '^ *+' conftest.er1 >conftest.err
5553 rm -f conftest.er1
5554 cat conftest.err >&5
5555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5556 (exit $ac_status); } >/dev/null && {
5557 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5558 test ! -s conftest.err
5559 }; then
5560 # Broken: success on invalid input.
5561 continue
5562 else
5563 $as_echo "$as_me: failed program was:" >&5
5564 sed 's/^/| /' conftest.$ac_ext >&5
5566 # Passes both tests.
5567 ac_preproc_ok=:
5568 break
5571 rm -f conftest.err conftest.$ac_ext
5573 done
5574 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5575 rm -f conftest.err conftest.$ac_ext
5576 if $ac_preproc_ok; then
5577 break
5580 done
5581 ac_cv_prog_CPP=$CPP
5584 CPP=$ac_cv_prog_CPP
5585 else
5586 ac_cv_prog_CPP=$CPP
5588 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5589 $as_echo "$CPP" >&6; }
5590 ac_preproc_ok=false
5591 for ac_c_preproc_warn_flag in '' yes
5593 # Use a header file that comes with gcc, so configuring glibc
5594 # with a fresh cross-compiler works.
5595 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5596 # <limits.h> exists even on freestanding compilers.
5597 # On the NeXT, cc -E runs the code through the compiler's parser,
5598 # not just through cpp. "Syntax error" is here to catch this case.
5599 cat >conftest.$ac_ext <<_ACEOF
5600 /* confdefs.h. */
5601 _ACEOF
5602 cat confdefs.h >>conftest.$ac_ext
5603 cat >>conftest.$ac_ext <<_ACEOF
5604 /* end confdefs.h. */
5605 #ifdef __STDC__
5606 # include <limits.h>
5607 #else
5608 # include <assert.h>
5609 #endif
5610 Syntax error
5611 _ACEOF
5612 if { (ac_try="$ac_cpp conftest.$ac_ext"
5613 case "(($ac_try" in
5614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5615 *) ac_try_echo=$ac_try;;
5616 esac
5617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5618 $as_echo "$ac_try_echo") >&5
5619 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5620 ac_status=$?
5621 grep -v '^ *+' conftest.er1 >conftest.err
5622 rm -f conftest.er1
5623 cat conftest.err >&5
5624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5625 (exit $ac_status); } >/dev/null && {
5626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5627 test ! -s conftest.err
5628 }; then
5630 else
5631 $as_echo "$as_me: failed program was:" >&5
5632 sed 's/^/| /' conftest.$ac_ext >&5
5634 # Broken: fails on valid input.
5635 continue
5638 rm -f conftest.err conftest.$ac_ext
5640 # OK, works on sane cases. Now check whether nonexistent headers
5641 # can be detected and how.
5642 cat >conftest.$ac_ext <<_ACEOF
5643 /* confdefs.h. */
5644 _ACEOF
5645 cat confdefs.h >>conftest.$ac_ext
5646 cat >>conftest.$ac_ext <<_ACEOF
5647 /* end confdefs.h. */
5648 #include <ac_nonexistent.h>
5649 _ACEOF
5650 if { (ac_try="$ac_cpp conftest.$ac_ext"
5651 case "(($ac_try" in
5652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5653 *) ac_try_echo=$ac_try;;
5654 esac
5655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5656 $as_echo "$ac_try_echo") >&5
5657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5658 ac_status=$?
5659 grep -v '^ *+' conftest.er1 >conftest.err
5660 rm -f conftest.er1
5661 cat conftest.err >&5
5662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663 (exit $ac_status); } >/dev/null && {
5664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5665 test ! -s conftest.err
5666 }; then
5667 # Broken: success on invalid input.
5668 continue
5669 else
5670 $as_echo "$as_me: failed program was:" >&5
5671 sed 's/^/| /' conftest.$ac_ext >&5
5673 # Passes both tests.
5674 ac_preproc_ok=:
5675 break
5678 rm -f conftest.err conftest.$ac_ext
5680 done
5681 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5682 rm -f conftest.err conftest.$ac_ext
5683 if $ac_preproc_ok; then
5685 else
5686 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5688 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5689 See \`config.log' for more details." >&5
5690 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5691 See \`config.log' for more details." >&2;}
5692 { (exit 1); exit 1; }; }; }
5695 ac_ext=c
5696 ac_cpp='$CPP $CPPFLAGS'
5697 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5698 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5699 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5702 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5703 $as_echo_n "checking for ANSI C header files... " >&6; }
5704 if test "${ac_cv_header_stdc+set}" = set; then
5705 $as_echo_n "(cached) " >&6
5706 else
5707 cat >conftest.$ac_ext <<_ACEOF
5708 /* confdefs.h. */
5709 _ACEOF
5710 cat confdefs.h >>conftest.$ac_ext
5711 cat >>conftest.$ac_ext <<_ACEOF
5712 /* end confdefs.h. */
5713 #include <stdlib.h>
5714 #include <stdarg.h>
5715 #include <string.h>
5716 #include <float.h>
5719 main ()
5723 return 0;
5725 _ACEOF
5726 rm -f conftest.$ac_objext
5727 if { (ac_try="$ac_compile"
5728 case "(($ac_try" in
5729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5730 *) ac_try_echo=$ac_try;;
5731 esac
5732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5733 $as_echo "$ac_try_echo") >&5
5734 (eval "$ac_compile") 2>conftest.er1
5735 ac_status=$?
5736 grep -v '^ *+' conftest.er1 >conftest.err
5737 rm -f conftest.er1
5738 cat conftest.err >&5
5739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); } && {
5741 test -z "$ac_c_werror_flag" ||
5742 test ! -s conftest.err
5743 } && test -s conftest.$ac_objext; then
5744 ac_cv_header_stdc=yes
5745 else
5746 $as_echo "$as_me: failed program was:" >&5
5747 sed 's/^/| /' conftest.$ac_ext >&5
5749 ac_cv_header_stdc=no
5752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5754 if test $ac_cv_header_stdc = yes; then
5755 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5756 cat >conftest.$ac_ext <<_ACEOF
5757 /* confdefs.h. */
5758 _ACEOF
5759 cat confdefs.h >>conftest.$ac_ext
5760 cat >>conftest.$ac_ext <<_ACEOF
5761 /* end confdefs.h. */
5762 #include <string.h>
5764 _ACEOF
5765 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5766 $EGREP "memchr" >/dev/null 2>&1; then
5768 else
5769 ac_cv_header_stdc=no
5771 rm -f conftest*
5775 if test $ac_cv_header_stdc = yes; then
5776 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5777 cat >conftest.$ac_ext <<_ACEOF
5778 /* confdefs.h. */
5779 _ACEOF
5780 cat confdefs.h >>conftest.$ac_ext
5781 cat >>conftest.$ac_ext <<_ACEOF
5782 /* end confdefs.h. */
5783 #include <stdlib.h>
5785 _ACEOF
5786 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5787 $EGREP "free" >/dev/null 2>&1; then
5789 else
5790 ac_cv_header_stdc=no
5792 rm -f conftest*
5796 if test $ac_cv_header_stdc = yes; then
5797 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5798 if test "$cross_compiling" = yes; then
5800 else
5801 cat >conftest.$ac_ext <<_ACEOF
5802 /* confdefs.h. */
5803 _ACEOF
5804 cat confdefs.h >>conftest.$ac_ext
5805 cat >>conftest.$ac_ext <<_ACEOF
5806 /* end confdefs.h. */
5807 #include <ctype.h>
5808 #include <stdlib.h>
5809 #if ((' ' & 0x0FF) == 0x020)
5810 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5811 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5812 #else
5813 # define ISLOWER(c) \
5814 (('a' <= (c) && (c) <= 'i') \
5815 || ('j' <= (c) && (c) <= 'r') \
5816 || ('s' <= (c) && (c) <= 'z'))
5817 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5818 #endif
5820 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5822 main ()
5824 int i;
5825 for (i = 0; i < 256; i++)
5826 if (XOR (islower (i), ISLOWER (i))
5827 || toupper (i) != TOUPPER (i))
5828 return 2;
5829 return 0;
5831 _ACEOF
5832 rm -f conftest$ac_exeext
5833 if { (ac_try="$ac_link"
5834 case "(($ac_try" in
5835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5836 *) ac_try_echo=$ac_try;;
5837 esac
5838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5839 $as_echo "$ac_try_echo") >&5
5840 (eval "$ac_link") 2>&5
5841 ac_status=$?
5842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5843 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5844 { (case "(($ac_try" in
5845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5846 *) ac_try_echo=$ac_try;;
5847 esac
5848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5849 $as_echo "$ac_try_echo") >&5
5850 (eval "$ac_try") 2>&5
5851 ac_status=$?
5852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5853 (exit $ac_status); }; }; then
5855 else
5856 $as_echo "$as_me: program exited with status $ac_status" >&5
5857 $as_echo "$as_me: failed program was:" >&5
5858 sed 's/^/| /' conftest.$ac_ext >&5
5860 ( exit $ac_status )
5861 ac_cv_header_stdc=no
5863 rm -rf conftest.dSYM
5864 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5870 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5871 $as_echo "$ac_cv_header_stdc" >&6; }
5872 if test $ac_cv_header_stdc = yes; then
5874 cat >>confdefs.h <<\_ACEOF
5875 #define STDC_HEADERS 1
5876 _ACEOF
5880 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5890 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5891 inttypes.h stdint.h unistd.h
5893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5895 $as_echo_n "checking for $ac_header... " >&6; }
5896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5897 $as_echo_n "(cached) " >&6
5898 else
5899 cat >conftest.$ac_ext <<_ACEOF
5900 /* confdefs.h. */
5901 _ACEOF
5902 cat confdefs.h >>conftest.$ac_ext
5903 cat >>conftest.$ac_ext <<_ACEOF
5904 /* end confdefs.h. */
5905 $ac_includes_default
5907 #include <$ac_header>
5908 _ACEOF
5909 rm -f conftest.$ac_objext
5910 if { (ac_try="$ac_compile"
5911 case "(($ac_try" in
5912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5913 *) ac_try_echo=$ac_try;;
5914 esac
5915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5916 $as_echo "$ac_try_echo") >&5
5917 (eval "$ac_compile") 2>conftest.er1
5918 ac_status=$?
5919 grep -v '^ *+' conftest.er1 >conftest.err
5920 rm -f conftest.er1
5921 cat conftest.err >&5
5922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5923 (exit $ac_status); } && {
5924 test -z "$ac_c_werror_flag" ||
5925 test ! -s conftest.err
5926 } && test -s conftest.$ac_objext; then
5927 eval "$as_ac_Header=yes"
5928 else
5929 $as_echo "$as_me: failed program was:" >&5
5930 sed 's/^/| /' conftest.$ac_ext >&5
5932 eval "$as_ac_Header=no"
5935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5937 ac_res=`eval 'as_val=${'$as_ac_Header'}
5938 $as_echo "$as_val"'`
5939 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5940 $as_echo "$ac_res" >&6; }
5941 as_val=`eval 'as_val=${'$as_ac_Header'}
5942 $as_echo "$as_val"'`
5943 if test "x$as_val" = x""yes; then
5944 cat >>confdefs.h <<_ACEOF
5945 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5946 _ACEOF
5950 done
6069 for ac_header in \
6070 AudioUnit/AudioUnit.h \
6071 Carbon/Carbon.h \
6072 CoreAudio/CoreAudio.h \
6073 DiskArbitration/DiskArbitration.h \
6074 IOKit/IOKitLib.h \
6075 alias.h \
6076 alsa/asoundlib.h \
6077 arpa/inet.h \
6078 arpa/nameser.h \
6079 asm/types.h \
6080 capi20.h \
6081 curses.h \
6082 direct.h \
6083 dirent.h \
6084 dlfcn.h \
6085 elf.h \
6086 float.h \
6087 fontconfig/fontconfig.h \
6088 getopt.h \
6089 grp.h \
6090 ieeefp.h \
6091 io.h \
6092 jack/jack.h \
6093 jpeglib.h \
6094 lber.h \
6095 lcms.h \
6096 lcms/lcms.h \
6097 ldap.h \
6098 libaudioio.h \
6099 link.h \
6100 linux/cdrom.h \
6101 linux/compiler.h \
6102 linux/hdreg.h \
6103 linux/input.h \
6104 linux/ioctl.h \
6105 linux/joystick.h \
6106 linux/major.h \
6107 linux/param.h \
6108 linux/serial.h \
6109 linux/types.h \
6110 linux/ucdrom.h \
6111 mach/mach.h \
6112 mach/machine.h \
6113 machine/cpu.h \
6114 machine/limits.h \
6115 machine/soundcard.h \
6116 mntent.h \
6117 ncurses.h \
6118 netdb.h \
6119 netinet/in.h \
6120 netinet/in_systm.h \
6121 netinet/tcp.h \
6122 netinet/tcp_fsm.h \
6123 openssl/err.h \
6124 openssl/ssl.h \
6125 png.h \
6126 poll.h \
6127 process.h \
6128 pthread.h \
6129 pwd.h \
6130 regex.h \
6131 sched.h \
6132 scsi/scsi.h \
6133 scsi/scsi_ioctl.h \
6134 scsi/sg.h \
6135 soundcard.h \
6136 stdint.h \
6137 strings.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/lwp.h \
6151 sys/mman.h \
6152 sys/modem.h \
6153 sys/msg.h \
6154 sys/mtio.h \
6155 sys/param.h \
6156 sys/poll.h \
6157 sys/prctl.h \
6158 sys/protosw.h \
6159 sys/ptrace.h \
6160 sys/reg.h \
6161 sys/resource.h \
6162 sys/scsiio.h \
6163 sys/shm.h \
6164 sys/signal.h \
6165 sys/socket.h \
6166 sys/socketvar.h \
6167 sys/sockio.h \
6168 sys/soundcard.h \
6169 sys/statvfs.h \
6170 sys/strtio.h \
6171 sys/syscall.h \
6172 sys/time.h \
6173 sys/timeout.h \
6174 sys/times.h \
6175 sys/uio.h \
6176 sys/un.h \
6177 sys/utsname.h \
6178 sys/vm86.h \
6179 sys/wait.h \
6180 syscall.h \
6181 termios.h \
6182 unistd.h \
6183 utime.h \
6184 valgrind/memcheck.h \
6185 valgrind/valgrind.h
6188 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6190 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6191 $as_echo_n "checking for $ac_header... " >&6; }
6192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6193 $as_echo_n "(cached) " >&6
6195 ac_res=`eval 'as_val=${'$as_ac_Header'}
6196 $as_echo "$as_val"'`
6197 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6198 $as_echo "$ac_res" >&6; }
6199 else
6200 # Is the header compilable?
6201 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6202 $as_echo_n "checking $ac_header usability... " >&6; }
6203 cat >conftest.$ac_ext <<_ACEOF
6204 /* confdefs.h. */
6205 _ACEOF
6206 cat confdefs.h >>conftest.$ac_ext
6207 cat >>conftest.$ac_ext <<_ACEOF
6208 /* end confdefs.h. */
6209 $ac_includes_default
6210 #include <$ac_header>
6211 _ACEOF
6212 rm -f conftest.$ac_objext
6213 if { (ac_try="$ac_compile"
6214 case "(($ac_try" in
6215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6216 *) ac_try_echo=$ac_try;;
6217 esac
6218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6219 $as_echo "$ac_try_echo") >&5
6220 (eval "$ac_compile") 2>conftest.er1
6221 ac_status=$?
6222 grep -v '^ *+' conftest.er1 >conftest.err
6223 rm -f conftest.er1
6224 cat conftest.err >&5
6225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226 (exit $ac_status); } && {
6227 test -z "$ac_c_werror_flag" ||
6228 test ! -s conftest.err
6229 } && test -s conftest.$ac_objext; then
6230 ac_header_compiler=yes
6231 else
6232 $as_echo "$as_me: failed program was:" >&5
6233 sed 's/^/| /' conftest.$ac_ext >&5
6235 ac_header_compiler=no
6238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6239 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6240 $as_echo "$ac_header_compiler" >&6; }
6242 # Is the header present?
6243 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6244 $as_echo_n "checking $ac_header presence... " >&6; }
6245 cat >conftest.$ac_ext <<_ACEOF
6246 /* confdefs.h. */
6247 _ACEOF
6248 cat confdefs.h >>conftest.$ac_ext
6249 cat >>conftest.$ac_ext <<_ACEOF
6250 /* end confdefs.h. */
6251 #include <$ac_header>
6252 _ACEOF
6253 if { (ac_try="$ac_cpp conftest.$ac_ext"
6254 case "(($ac_try" in
6255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6256 *) ac_try_echo=$ac_try;;
6257 esac
6258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6259 $as_echo "$ac_try_echo") >&5
6260 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6261 ac_status=$?
6262 grep -v '^ *+' conftest.er1 >conftest.err
6263 rm -f conftest.er1
6264 cat conftest.err >&5
6265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6266 (exit $ac_status); } >/dev/null && {
6267 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6268 test ! -s conftest.err
6269 }; then
6270 ac_header_preproc=yes
6271 else
6272 $as_echo "$as_me: failed program was:" >&5
6273 sed 's/^/| /' conftest.$ac_ext >&5
6275 ac_header_preproc=no
6278 rm -f conftest.err conftest.$ac_ext
6279 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6280 $as_echo "$ac_header_preproc" >&6; }
6282 # So? What about this header?
6283 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6284 yes:no: )
6285 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6286 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6287 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6288 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6289 ac_header_preproc=yes
6291 no:yes:* )
6292 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6293 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6294 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6295 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6296 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6297 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6298 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6299 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6300 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6302 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6303 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6304 ( cat <<\_ASBOX
6305 ## ------------------------------------ ##
6306 ## Report this to wine-devel@winehq.org ##
6307 ## ------------------------------------ ##
6308 _ASBOX
6309 ) | sed "s/^/$as_me: WARNING: /" >&2
6311 esac
6312 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6313 $as_echo_n "checking for $ac_header... " >&6; }
6314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6315 $as_echo_n "(cached) " >&6
6316 else
6317 eval "$as_ac_Header=\$ac_header_preproc"
6319 ac_res=`eval 'as_val=${'$as_ac_Header'}
6320 $as_echo "$as_val"'`
6321 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6322 $as_echo "$ac_res" >&6; }
6325 as_val=`eval 'as_val=${'$as_ac_Header'}
6326 $as_echo "$as_val"'`
6327 if test "x$as_val" = x""yes; then
6328 cat >>confdefs.h <<_ACEOF
6329 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6330 _ACEOF
6334 done
6336 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6337 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6338 if test "${ac_cv_header_stat_broken+set}" = set; then
6339 $as_echo_n "(cached) " >&6
6340 else
6341 cat >conftest.$ac_ext <<_ACEOF
6342 /* confdefs.h. */
6343 _ACEOF
6344 cat confdefs.h >>conftest.$ac_ext
6345 cat >>conftest.$ac_ext <<_ACEOF
6346 /* end confdefs.h. */
6347 #include <sys/types.h>
6348 #include <sys/stat.h>
6350 #if defined S_ISBLK && defined S_IFDIR
6351 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6352 #endif
6354 #if defined S_ISBLK && defined S_IFCHR
6355 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6356 #endif
6358 #if defined S_ISLNK && defined S_IFREG
6359 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6360 #endif
6362 #if defined S_ISSOCK && defined S_IFREG
6363 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6364 #endif
6366 _ACEOF
6367 rm -f conftest.$ac_objext
6368 if { (ac_try="$ac_compile"
6369 case "(($ac_try" in
6370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6371 *) ac_try_echo=$ac_try;;
6372 esac
6373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6374 $as_echo "$ac_try_echo") >&5
6375 (eval "$ac_compile") 2>conftest.er1
6376 ac_status=$?
6377 grep -v '^ *+' conftest.er1 >conftest.err
6378 rm -f conftest.er1
6379 cat conftest.err >&5
6380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6381 (exit $ac_status); } && {
6382 test -z "$ac_c_werror_flag" ||
6383 test ! -s conftest.err
6384 } && test -s conftest.$ac_objext; then
6385 ac_cv_header_stat_broken=no
6386 else
6387 $as_echo "$as_me: failed program was:" >&5
6388 sed 's/^/| /' conftest.$ac_ext >&5
6390 ac_cv_header_stat_broken=yes
6393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6395 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6396 $as_echo "$ac_cv_header_stat_broken" >&6; }
6397 if test $ac_cv_header_stat_broken = yes; then
6399 cat >>confdefs.h <<\_ACEOF
6400 #define STAT_MACROS_BROKEN 1
6401 _ACEOF
6412 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6414 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6415 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6416 $as_echo_n "checking for $ac_header... " >&6; }
6417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6418 $as_echo_n "(cached) " >&6
6419 else
6420 cat >conftest.$ac_ext <<_ACEOF
6421 /* confdefs.h. */
6422 _ACEOF
6423 cat confdefs.h >>conftest.$ac_ext
6424 cat >>conftest.$ac_ext <<_ACEOF
6425 /* end confdefs.h. */
6426 #include <sys/types.h>
6427 #ifdef HAVE_SYS_PARAM_H
6428 # include <sys/param.h>
6429 #endif
6431 #include <$ac_header>
6432 _ACEOF
6433 rm -f conftest.$ac_objext
6434 if { (ac_try="$ac_compile"
6435 case "(($ac_try" in
6436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437 *) ac_try_echo=$ac_try;;
6438 esac
6439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6440 $as_echo "$ac_try_echo") >&5
6441 (eval "$ac_compile") 2>conftest.er1
6442 ac_status=$?
6443 grep -v '^ *+' conftest.er1 >conftest.err
6444 rm -f conftest.er1
6445 cat conftest.err >&5
6446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); } && {
6448 test -z "$ac_c_werror_flag" ||
6449 test ! -s conftest.err
6450 } && test -s conftest.$ac_objext; then
6451 eval "$as_ac_Header=yes"
6452 else
6453 $as_echo "$as_me: failed program was:" >&5
6454 sed 's/^/| /' conftest.$ac_ext >&5
6456 eval "$as_ac_Header=no"
6459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6461 ac_res=`eval 'as_val=${'$as_ac_Header'}
6462 $as_echo "$as_val"'`
6463 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6464 $as_echo "$ac_res" >&6; }
6465 as_val=`eval 'as_val=${'$as_ac_Header'}
6466 $as_echo "$as_val"'`
6467 if test "x$as_val" = x""yes; then
6468 cat >>confdefs.h <<_ACEOF
6469 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6470 _ACEOF
6474 done
6490 for ac_header in \
6491 netinet/ip.h \
6492 net/if.h \
6493 net/if_arp.h \
6494 net/if_dl.h \
6495 net/if_types.h \
6496 net/route.h \
6497 netinet/if_ether.h \
6498 netinet/if_inarp.h \
6499 netinet/in_pcb.h \
6500 netinet/ip_icmp.h \
6501 netinet/ip_var.h \
6502 netinet/udp.h \
6503 netipx/ipx.h \
6506 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6507 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6508 $as_echo_n "checking for $ac_header... " >&6; }
6509 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6510 $as_echo_n "(cached) " >&6
6511 else
6512 cat >conftest.$ac_ext <<_ACEOF
6513 /* confdefs.h. */
6514 _ACEOF
6515 cat confdefs.h >>conftest.$ac_ext
6516 cat >>conftest.$ac_ext <<_ACEOF
6517 /* end confdefs.h. */
6518 #include <sys/types.h>
6519 #ifdef HAVE_SYS_SOCKET_H
6520 # include <sys/socket.h>
6521 #endif
6522 #ifdef HAVE_SYS_SOCKETVAR_H
6523 # include <sys/socketvar.h>
6524 #endif
6525 #ifdef HAVE_NET_ROUTE_H
6526 # include <net/route.h>
6527 #endif
6528 #ifdef HAVE_NETINET_IN_H
6529 # include <netinet/in.h>
6530 #endif
6531 #ifdef HAVE_NETINET_IN_SYSTM_H
6532 # include <netinet/in_systm.h>
6533 #endif
6534 #ifdef HAVE_NET_IF_H
6535 # include <net/if.h>
6536 #endif
6537 #ifdef HAVE_NETINET_IP_H
6538 # include <netinet/ip.h>
6539 #endif
6541 #include <$ac_header>
6542 _ACEOF
6543 rm -f conftest.$ac_objext
6544 if { (ac_try="$ac_compile"
6545 case "(($ac_try" in
6546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6547 *) ac_try_echo=$ac_try;;
6548 esac
6549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6550 $as_echo "$ac_try_echo") >&5
6551 (eval "$ac_compile") 2>conftest.er1
6552 ac_status=$?
6553 grep -v '^ *+' conftest.er1 >conftest.err
6554 rm -f conftest.er1
6555 cat conftest.err >&5
6556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6557 (exit $ac_status); } && {
6558 test -z "$ac_c_werror_flag" ||
6559 test ! -s conftest.err
6560 } && test -s conftest.$ac_objext; then
6561 eval "$as_ac_Header=yes"
6562 else
6563 $as_echo "$as_me: failed program was:" >&5
6564 sed 's/^/| /' conftest.$ac_ext >&5
6566 eval "$as_ac_Header=no"
6569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6571 ac_res=`eval 'as_val=${'$as_ac_Header'}
6572 $as_echo "$as_val"'`
6573 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6574 $as_echo "$ac_res" >&6; }
6575 as_val=`eval 'as_val=${'$as_ac_Header'}
6576 $as_echo "$as_val"'`
6577 if test "x$as_val" = x""yes; then
6578 cat >>confdefs.h <<_ACEOF
6579 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6580 _ACEOF
6584 done
6591 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6593 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6595 $as_echo_n "checking for $ac_header... " >&6; }
6596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6597 $as_echo_n "(cached) " >&6
6598 else
6599 cat >conftest.$ac_ext <<_ACEOF
6600 /* confdefs.h. */
6601 _ACEOF
6602 cat confdefs.h >>conftest.$ac_ext
6603 cat >>conftest.$ac_ext <<_ACEOF
6604 /* end confdefs.h. */
6605 #include <sys/types.h>
6606 #ifdef HAVE_ALIAS_H
6607 # include <alias.h>
6608 #endif
6609 #ifdef HAVE_SYS_SOCKET_H
6610 # include <sys/socket.h>
6611 #endif
6612 #ifdef HAVE_SYS_SOCKETVAR_H
6613 # include <sys/socketvar.h>
6614 #endif
6615 #ifdef HAVE_SYS_TIMEOUT_H
6616 # include <sys/timeout.h>
6617 #endif
6618 #ifdef HAVE_NETINET_IN_H
6619 # include <netinet/in.h>
6620 #endif
6621 #ifdef HAVE_NETINET_IN_SYSTM_H
6622 # include <netinet/in_systm.h>
6623 #endif
6624 #ifdef HAVE_NETINET_IP_H
6625 # include <netinet/ip.h>
6626 #endif
6627 #ifdef HAVE_NETINET_IP_VAR_H
6628 # include <netinet/ip_var.h>
6629 #endif
6630 #ifdef HAVE_NETINET_IP_ICMP_H
6631 # include <netinet/ip_icmp.h>
6632 #endif
6633 #ifdef HAVE_NETINET_UDP_H
6634 # include <netinet/udp.h>
6635 #endif
6636 #ifdef HAVE_NETINET_TCP_H
6637 # include <netinet/tcp.h>
6638 #endif
6639 #ifdef HAVE_NETINET_TCP_TIMER_H
6640 #include <netinet/tcp_timer.h>
6641 #endif
6643 #include <$ac_header>
6644 _ACEOF
6645 rm -f conftest.$ac_objext
6646 if { (ac_try="$ac_compile"
6647 case "(($ac_try" in
6648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6649 *) ac_try_echo=$ac_try;;
6650 esac
6651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6652 $as_echo "$ac_try_echo") >&5
6653 (eval "$ac_compile") 2>conftest.er1
6654 ac_status=$?
6655 grep -v '^ *+' conftest.er1 >conftest.err
6656 rm -f conftest.er1
6657 cat conftest.err >&5
6658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6659 (exit $ac_status); } && {
6660 test -z "$ac_c_werror_flag" ||
6661 test ! -s conftest.err
6662 } && test -s conftest.$ac_objext; then
6663 eval "$as_ac_Header=yes"
6664 else
6665 $as_echo "$as_me: failed program was:" >&5
6666 sed 's/^/| /' conftest.$ac_ext >&5
6668 eval "$as_ac_Header=no"
6671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6673 ac_res=`eval 'as_val=${'$as_ac_Header'}
6674 $as_echo "$as_val"'`
6675 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6676 $as_echo "$ac_res" >&6; }
6677 as_val=`eval 'as_val=${'$as_ac_Header'}
6678 $as_echo "$as_val"'`
6679 if test "x$as_val" = x""yes; then
6680 cat >>confdefs.h <<_ACEOF
6681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6682 _ACEOF
6686 done
6690 for ac_header in linux/ipx.h
6692 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6693 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6694 $as_echo_n "checking for $ac_header... " >&6; }
6695 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6696 $as_echo_n "(cached) " >&6
6697 else
6698 cat >conftest.$ac_ext <<_ACEOF
6699 /* confdefs.h. */
6700 _ACEOF
6701 cat confdefs.h >>conftest.$ac_ext
6702 cat >>conftest.$ac_ext <<_ACEOF
6703 /* end confdefs.h. */
6704 #include <sys/types.h>
6705 #ifdef HAVE_ASM_TYPES_H
6706 # include <asm/types.h>
6707 #endif
6708 #ifdef HAVE_SYS_SOCKET_H
6709 # include <sys/socket.h>
6710 #endif
6711 #ifdef HAVE_LINUX_TYPES_H
6712 # include <linux/types.h>
6713 #endif
6715 #include <$ac_header>
6716 _ACEOF
6717 rm -f conftest.$ac_objext
6718 if { (ac_try="$ac_compile"
6719 case "(($ac_try" in
6720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6721 *) ac_try_echo=$ac_try;;
6722 esac
6723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6724 $as_echo "$ac_try_echo") >&5
6725 (eval "$ac_compile") 2>conftest.er1
6726 ac_status=$?
6727 grep -v '^ *+' conftest.er1 >conftest.err
6728 rm -f conftest.er1
6729 cat conftest.err >&5
6730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6731 (exit $ac_status); } && {
6732 test -z "$ac_c_werror_flag" ||
6733 test ! -s conftest.err
6734 } && test -s conftest.$ac_objext; then
6735 eval "$as_ac_Header=yes"
6736 else
6737 $as_echo "$as_me: failed program was:" >&5
6738 sed 's/^/| /' conftest.$ac_ext >&5
6740 eval "$as_ac_Header=no"
6743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6745 ac_res=`eval 'as_val=${'$as_ac_Header'}
6746 $as_echo "$as_val"'`
6747 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6748 $as_echo "$ac_res" >&6; }
6749 as_val=`eval 'as_val=${'$as_ac_Header'}
6750 $as_echo "$as_val"'`
6751 if test "x$as_val" = x""yes; then
6752 cat >>confdefs.h <<_ACEOF
6753 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6754 _ACEOF
6758 done
6762 for ac_header in resolv.h
6764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6765 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6766 $as_echo_n "checking for $ac_header... " >&6; }
6767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6768 $as_echo_n "(cached) " >&6
6769 else
6770 cat >conftest.$ac_ext <<_ACEOF
6771 /* confdefs.h. */
6772 _ACEOF
6773 cat confdefs.h >>conftest.$ac_ext
6774 cat >>conftest.$ac_ext <<_ACEOF
6775 /* end confdefs.h. */
6776 #include <sys/types.h>
6777 #ifdef HAVE_SYS_SOCKET_H
6778 # include <sys/socket.h>
6779 #endif
6780 #ifdef HAVE_NETINET_IN_H
6781 # include <netinet/in.h>
6782 #endif
6783 #ifdef HAVE_ARPA_NAMESER_H
6784 # include <arpa/nameser.h>
6785 #endif
6787 #include <$ac_header>
6788 _ACEOF
6789 rm -f conftest.$ac_objext
6790 if { (ac_try="$ac_compile"
6791 case "(($ac_try" in
6792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6793 *) ac_try_echo=$ac_try;;
6794 esac
6795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6796 $as_echo "$ac_try_echo") >&5
6797 (eval "$ac_compile") 2>conftest.er1
6798 ac_status=$?
6799 grep -v '^ *+' conftest.er1 >conftest.err
6800 rm -f conftest.er1
6801 cat conftest.err >&5
6802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803 (exit $ac_status); } && {
6804 test -z "$ac_c_werror_flag" ||
6805 test ! -s conftest.err
6806 } && test -s conftest.$ac_objext; then
6807 eval "$as_ac_Header=yes"
6808 else
6809 $as_echo "$as_me: failed program was:" >&5
6810 sed 's/^/| /' conftest.$ac_ext >&5
6812 eval "$as_ac_Header=no"
6815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6817 ac_res=`eval 'as_val=${'$as_ac_Header'}
6818 $as_echo "$as_val"'`
6819 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6820 $as_echo "$ac_res" >&6; }
6821 as_val=`eval 'as_val=${'$as_ac_Header'}
6822 $as_echo "$as_val"'`
6823 if test "x$as_val" = x""yes; then
6824 cat >>confdefs.h <<_ACEOF
6825 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6826 _ACEOF
6830 done
6834 for ac_header in ucontext.h
6836 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6837 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6838 $as_echo_n "checking for $ac_header... " >&6; }
6839 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6840 $as_echo_n "(cached) " >&6
6841 else
6842 cat >conftest.$ac_ext <<_ACEOF
6843 /* confdefs.h. */
6844 _ACEOF
6845 cat confdefs.h >>conftest.$ac_ext
6846 cat >>conftest.$ac_ext <<_ACEOF
6847 /* end confdefs.h. */
6848 #include <signal.h>
6850 #include <$ac_header>
6851 _ACEOF
6852 rm -f conftest.$ac_objext
6853 if { (ac_try="$ac_compile"
6854 case "(($ac_try" in
6855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6856 *) ac_try_echo=$ac_try;;
6857 esac
6858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6859 $as_echo "$ac_try_echo") >&5
6860 (eval "$ac_compile") 2>conftest.er1
6861 ac_status=$?
6862 grep -v '^ *+' conftest.er1 >conftest.err
6863 rm -f conftest.er1
6864 cat conftest.err >&5
6865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6866 (exit $ac_status); } && {
6867 test -z "$ac_c_werror_flag" ||
6868 test ! -s conftest.err
6869 } && test -s conftest.$ac_objext; then
6870 eval "$as_ac_Header=yes"
6871 else
6872 $as_echo "$as_me: failed program was:" >&5
6873 sed 's/^/| /' conftest.$ac_ext >&5
6875 eval "$as_ac_Header=no"
6878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6880 ac_res=`eval 'as_val=${'$as_ac_Header'}
6881 $as_echo "$as_val"'`
6882 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6883 $as_echo "$ac_res" >&6; }
6884 as_val=`eval 'as_val=${'$as_ac_Header'}
6885 $as_echo "$as_val"'`
6886 if test "x$as_val" = x""yes; then
6887 cat >>confdefs.h <<_ACEOF
6888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6889 _ACEOF
6893 done
6897 for ac_header in sys/thr.h
6899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6901 $as_echo_n "checking for $ac_header... " >&6; }
6902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6903 $as_echo_n "(cached) " >&6
6904 else
6905 cat >conftest.$ac_ext <<_ACEOF
6906 /* confdefs.h. */
6907 _ACEOF
6908 cat confdefs.h >>conftest.$ac_ext
6909 cat >>conftest.$ac_ext <<_ACEOF
6910 /* end confdefs.h. */
6911 #include <sys/types.h>
6912 #ifdef HAVE_UCONTEXT_H
6913 #include <ucontext.h>
6914 #endif
6916 #include <$ac_header>
6917 _ACEOF
6918 rm -f conftest.$ac_objext
6919 if { (ac_try="$ac_compile"
6920 case "(($ac_try" in
6921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6922 *) ac_try_echo=$ac_try;;
6923 esac
6924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6925 $as_echo "$ac_try_echo") >&5
6926 (eval "$ac_compile") 2>conftest.er1
6927 ac_status=$?
6928 grep -v '^ *+' conftest.er1 >conftest.err
6929 rm -f conftest.er1
6930 cat conftest.err >&5
6931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6932 (exit $ac_status); } && {
6933 test -z "$ac_c_werror_flag" ||
6934 test ! -s conftest.err
6935 } && test -s conftest.$ac_objext; then
6936 eval "$as_ac_Header=yes"
6937 else
6938 $as_echo "$as_me: failed program was:" >&5
6939 sed 's/^/| /' conftest.$ac_ext >&5
6941 eval "$as_ac_Header=no"
6944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6946 ac_res=`eval 'as_val=${'$as_ac_Header'}
6947 $as_echo "$as_val"'`
6948 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6949 $as_echo "$ac_res" >&6; }
6950 as_val=`eval 'as_val=${'$as_ac_Header'}
6951 $as_echo "$as_val"'`
6952 if test "x$as_val" = x""yes; then
6953 cat >>confdefs.h <<_ACEOF
6954 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6955 _ACEOF
6959 done
6963 for ac_header in pthread_np.h
6965 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6966 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6967 $as_echo_n "checking for $ac_header... " >&6; }
6968 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6969 $as_echo_n "(cached) " >&6
6970 else
6971 cat >conftest.$ac_ext <<_ACEOF
6972 /* confdefs.h. */
6973 _ACEOF
6974 cat confdefs.h >>conftest.$ac_ext
6975 cat >>conftest.$ac_ext <<_ACEOF
6976 /* end confdefs.h. */
6977 #ifdef HAVE_PTHREAD_H
6978 #include <pthread.h>
6979 #endif
6981 #include <$ac_header>
6982 _ACEOF
6983 rm -f conftest.$ac_objext
6984 if { (ac_try="$ac_compile"
6985 case "(($ac_try" in
6986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6988 esac
6989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6990 $as_echo "$ac_try_echo") >&5
6991 (eval "$ac_compile") 2>conftest.er1
6992 ac_status=$?
6993 grep -v '^ *+' conftest.er1 >conftest.err
6994 rm -f conftest.er1
6995 cat conftest.err >&5
6996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } && {
6998 test -z "$ac_c_werror_flag" ||
6999 test ! -s conftest.err
7000 } && test -s conftest.$ac_objext; then
7001 eval "$as_ac_Header=yes"
7002 else
7003 $as_echo "$as_me: failed program was:" >&5
7004 sed 's/^/| /' conftest.$ac_ext >&5
7006 eval "$as_ac_Header=no"
7009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7011 ac_res=`eval 'as_val=${'$as_ac_Header'}
7012 $as_echo "$as_val"'`
7013 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7014 $as_echo "$ac_res" >&6; }
7015 as_val=`eval 'as_val=${'$as_ac_Header'}
7016 $as_echo "$as_val"'`
7017 if test "x$as_val" = x""yes; then
7018 cat >>confdefs.h <<_ACEOF
7019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7020 _ACEOF
7024 done
7028 for ac_header in linux/videodev.h
7030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7031 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7032 $as_echo_n "checking for $ac_header... " >&6; }
7033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7034 $as_echo_n "(cached) " >&6
7035 else
7036 cat >conftest.$ac_ext <<_ACEOF
7037 /* confdefs.h. */
7038 _ACEOF
7039 cat confdefs.h >>conftest.$ac_ext
7040 cat >>conftest.$ac_ext <<_ACEOF
7041 /* end confdefs.h. */
7042 #ifdef HAVE_SYS_TIME_H
7043 #include <sys/time.h>
7044 #endif
7045 #include <sys/types.h>
7046 #ifdef HAVE_ASM_TYPES_H
7047 #include <asm/types.h>
7048 #endif
7050 #include <$ac_header>
7051 _ACEOF
7052 rm -f conftest.$ac_objext
7053 if { (ac_try="$ac_compile"
7054 case "(($ac_try" in
7055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7056 *) ac_try_echo=$ac_try;;
7057 esac
7058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7059 $as_echo "$ac_try_echo") >&5
7060 (eval "$ac_compile") 2>conftest.er1
7061 ac_status=$?
7062 grep -v '^ *+' conftest.er1 >conftest.err
7063 rm -f conftest.er1
7064 cat conftest.err >&5
7065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066 (exit $ac_status); } && {
7067 test -z "$ac_c_werror_flag" ||
7068 test ! -s conftest.err
7069 } && test -s conftest.$ac_objext; then
7070 eval "$as_ac_Header=yes"
7071 else
7072 $as_echo "$as_me: failed program was:" >&5
7073 sed 's/^/| /' conftest.$ac_ext >&5
7075 eval "$as_ac_Header=no"
7078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7080 ac_res=`eval 'as_val=${'$as_ac_Header'}
7081 $as_echo "$as_val"'`
7082 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7083 $as_echo "$ac_res" >&6; }
7084 as_val=`eval 'as_val=${'$as_ac_Header'}
7085 $as_echo "$as_val"'`
7086 if test "x$as_val" = x""yes; then
7087 cat >>confdefs.h <<_ACEOF
7088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7089 _ACEOF
7093 done
7097 for ac_header in linux/capi.h
7099 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7100 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7101 $as_echo_n "checking for $ac_header... " >&6; }
7102 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7103 $as_echo_n "(cached) " >&6
7104 else
7105 cat >conftest.$ac_ext <<_ACEOF
7106 /* confdefs.h. */
7107 _ACEOF
7108 cat confdefs.h >>conftest.$ac_ext
7109 cat >>conftest.$ac_ext <<_ACEOF
7110 /* end confdefs.h. */
7111 #define __user
7113 #include <$ac_header>
7114 _ACEOF
7115 rm -f conftest.$ac_objext
7116 if { (ac_try="$ac_compile"
7117 case "(($ac_try" in
7118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7119 *) ac_try_echo=$ac_try;;
7120 esac
7121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7122 $as_echo "$ac_try_echo") >&5
7123 (eval "$ac_compile") 2>conftest.er1
7124 ac_status=$?
7125 grep -v '^ *+' conftest.er1 >conftest.err
7126 rm -f conftest.er1
7127 cat conftest.err >&5
7128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7129 (exit $ac_status); } && {
7130 test -z "$ac_c_werror_flag" ||
7131 test ! -s conftest.err
7132 } && test -s conftest.$ac_objext; then
7133 eval "$as_ac_Header=yes"
7134 else
7135 $as_echo "$as_me: failed program was:" >&5
7136 sed 's/^/| /' conftest.$ac_ext >&5
7138 eval "$as_ac_Header=no"
7141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7143 ac_res=`eval 'as_val=${'$as_ac_Header'}
7144 $as_echo "$as_val"'`
7145 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7146 $as_echo "$ac_res" >&6; }
7147 as_val=`eval 'as_val=${'$as_ac_Header'}
7148 $as_echo "$as_val"'`
7149 if test "x$as_val" = x""yes; then
7150 cat >>confdefs.h <<_ACEOF
7151 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7152 _ACEOF
7156 done
7160 DLLEXT=""
7162 DLLFLAGS="-D_REENTRANT"
7164 LDSHARED=""
7166 LDDLLFLAGS=""
7168 LIBEXT="so"
7170 IMPLIBEXT="def"
7172 LDRPATH_INSTALL=""
7174 LDRPATH_LOCAL=""
7176 # Extract the first word of "ldd", so it can be a program name with args.
7177 set dummy ldd; ac_word=$2
7178 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if test "${ac_cv_path_LDD+set}" = set; then
7181 $as_echo_n "(cached) " >&6
7182 else
7183 case $LDD in
7184 [\\/]* | ?:[\\/]*)
7185 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7189 as_dummy="/sbin:/usr/sbin:$PATH"
7190 for as_dir in $as_dummy
7192 IFS=$as_save_IFS
7193 test -z "$as_dir" && as_dir=.
7194 for ac_exec_ext in '' $ac_executable_extensions; do
7195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7196 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7197 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7198 break 2
7200 done
7201 done
7202 IFS=$as_save_IFS
7204 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7206 esac
7208 LDD=$ac_cv_path_LDD
7209 if test -n "$LDD"; then
7210 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7211 $as_echo "$LDD" >&6; }
7212 else
7213 { $as_echo "$as_me:$LINENO: result: no" >&5
7214 $as_echo "no" >&6; }
7219 case $host_os in
7220 cygwin*|mingw32*)
7221 if test -n "$ac_tool_prefix"; then
7222 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7223 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7225 $as_echo_n "checking for $ac_word... " >&6; }
7226 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7227 $as_echo_n "(cached) " >&6
7228 else
7229 if test -n "$DLLTOOL"; then
7230 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7231 else
7232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7233 for as_dir in $PATH
7235 IFS=$as_save_IFS
7236 test -z "$as_dir" && as_dir=.
7237 for ac_exec_ext in '' $ac_executable_extensions; do
7238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7239 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7240 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7241 break 2
7243 done
7244 done
7245 IFS=$as_save_IFS
7249 DLLTOOL=$ac_cv_prog_DLLTOOL
7250 if test -n "$DLLTOOL"; then
7251 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7252 $as_echo "$DLLTOOL" >&6; }
7253 else
7254 { $as_echo "$as_me:$LINENO: result: no" >&5
7255 $as_echo "no" >&6; }
7260 if test -z "$ac_cv_prog_DLLTOOL"; then
7261 ac_ct_DLLTOOL=$DLLTOOL
7262 # Extract the first word of "dlltool", so it can be a program name with args.
7263 set dummy dlltool; ac_word=$2
7264 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7265 $as_echo_n "checking for $ac_word... " >&6; }
7266 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7267 $as_echo_n "(cached) " >&6
7268 else
7269 if test -n "$ac_ct_DLLTOOL"; then
7270 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7271 else
7272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 for as_dir in $PATH
7275 IFS=$as_save_IFS
7276 test -z "$as_dir" && as_dir=.
7277 for ac_exec_ext in '' $ac_executable_extensions; do
7278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7279 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7280 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7281 break 2
7283 done
7284 done
7285 IFS=$as_save_IFS
7289 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7290 if test -n "$ac_ct_DLLTOOL"; then
7291 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7292 $as_echo "$ac_ct_DLLTOOL" >&6; }
7293 else
7294 { $as_echo "$as_me:$LINENO: result: no" >&5
7295 $as_echo "no" >&6; }
7298 if test "x$ac_ct_DLLTOOL" = x; then
7299 DLLTOOL="false"
7300 else
7301 case $cross_compiling:$ac_tool_warned in
7302 yes:)
7303 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7304 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7305 ac_tool_warned=yes ;;
7306 esac
7307 DLLTOOL=$ac_ct_DLLTOOL
7309 else
7310 DLLTOOL="$ac_cv_prog_DLLTOOL"
7313 if test -n "$ac_tool_prefix"; then
7314 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7315 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7316 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7317 $as_echo_n "checking for $ac_word... " >&6; }
7318 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7319 $as_echo_n "(cached) " >&6
7320 else
7321 if test -n "$DLLWRAP"; then
7322 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7323 else
7324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7325 for as_dir in $PATH
7327 IFS=$as_save_IFS
7328 test -z "$as_dir" && as_dir=.
7329 for ac_exec_ext in '' $ac_executable_extensions; do
7330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7331 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7332 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7333 break 2
7335 done
7336 done
7337 IFS=$as_save_IFS
7341 DLLWRAP=$ac_cv_prog_DLLWRAP
7342 if test -n "$DLLWRAP"; then
7343 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7344 $as_echo "$DLLWRAP" >&6; }
7345 else
7346 { $as_echo "$as_me:$LINENO: result: no" >&5
7347 $as_echo "no" >&6; }
7352 if test -z "$ac_cv_prog_DLLWRAP"; then
7353 ac_ct_DLLWRAP=$DLLWRAP
7354 # Extract the first word of "dllwrap", so it can be a program name with args.
7355 set dummy dllwrap; ac_word=$2
7356 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7357 $as_echo_n "checking for $ac_word... " >&6; }
7358 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7359 $as_echo_n "(cached) " >&6
7360 else
7361 if test -n "$ac_ct_DLLWRAP"; then
7362 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7363 else
7364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7365 for as_dir in $PATH
7367 IFS=$as_save_IFS
7368 test -z "$as_dir" && as_dir=.
7369 for ac_exec_ext in '' $ac_executable_extensions; do
7370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7371 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7372 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7373 break 2
7375 done
7376 done
7377 IFS=$as_save_IFS
7381 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7382 if test -n "$ac_ct_DLLWRAP"; then
7383 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7384 $as_echo "$ac_ct_DLLWRAP" >&6; }
7385 else
7386 { $as_echo "$as_me:$LINENO: result: no" >&5
7387 $as_echo "no" >&6; }
7390 if test "x$ac_ct_DLLWRAP" = x; then
7391 DLLWRAP="false"
7392 else
7393 case $cross_compiling:$ac_tool_warned in
7394 yes:)
7395 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7396 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7397 ac_tool_warned=yes ;;
7398 esac
7399 DLLWRAP=$ac_ct_DLLWRAP
7401 else
7402 DLLWRAP="$ac_cv_prog_DLLWRAP"
7405 if test -n "$ac_tool_prefix"; then
7406 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7407 set dummy ${ac_tool_prefix}ar; ac_word=$2
7408 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7409 $as_echo_n "checking for $ac_word... " >&6; }
7410 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7411 $as_echo_n "(cached) " >&6
7412 else
7413 if test -n "$MINGWAR"; then
7414 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7415 else
7416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7417 for as_dir in $PATH
7419 IFS=$as_save_IFS
7420 test -z "$as_dir" && as_dir=.
7421 for ac_exec_ext in '' $ac_executable_extensions; do
7422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7423 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7424 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7425 break 2
7427 done
7428 done
7429 IFS=$as_save_IFS
7433 MINGWAR=$ac_cv_prog_MINGWAR
7434 if test -n "$MINGWAR"; then
7435 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7436 $as_echo "$MINGWAR" >&6; }
7437 else
7438 { $as_echo "$as_me:$LINENO: result: no" >&5
7439 $as_echo "no" >&6; }
7444 if test -z "$ac_cv_prog_MINGWAR"; then
7445 ac_ct_MINGWAR=$MINGWAR
7446 # Extract the first word of "ar", so it can be a program name with args.
7447 set dummy ar; ac_word=$2
7448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7449 $as_echo_n "checking for $ac_word... " >&6; }
7450 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7451 $as_echo_n "(cached) " >&6
7452 else
7453 if test -n "$ac_ct_MINGWAR"; then
7454 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7455 else
7456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7457 for as_dir in $PATH
7459 IFS=$as_save_IFS
7460 test -z "$as_dir" && as_dir=.
7461 for ac_exec_ext in '' $ac_executable_extensions; do
7462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7463 ac_cv_prog_ac_ct_MINGWAR="ar"
7464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7465 break 2
7467 done
7468 done
7469 IFS=$as_save_IFS
7473 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7474 if test -n "$ac_ct_MINGWAR"; then
7475 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7476 $as_echo "$ac_ct_MINGWAR" >&6; }
7477 else
7478 { $as_echo "$as_me:$LINENO: result: no" >&5
7479 $as_echo "no" >&6; }
7482 if test "x$ac_ct_MINGWAR" = x; then
7483 MINGWAR="false"
7484 else
7485 case $cross_compiling:$ac_tool_warned in
7486 yes:)
7487 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7489 ac_tool_warned=yes ;;
7490 esac
7491 MINGWAR=$ac_ct_MINGWAR
7493 else
7494 MINGWAR="$ac_cv_prog_MINGWAR"
7497 if test "$DLLWRAP" = "false"; then
7498 LIBEXT="a"
7499 else
7500 LIBEXT="dll"
7502 IMPLIBEXT="a"
7503 WIN16_FILES=""
7504 WIN16_INSTALL=""
7505 enable_iphlpapi=${enable_iphlpapi:-no}
7506 enable_kernel32=${enable_kernel32:-no}
7507 enable_msvcrt=${enable_msvcrt:-no}
7508 enable_ntdll=${enable_ntdll:-no}
7509 enable_ws2_32=${enable_ws2_32:-no}
7510 enable_loader=${enable_loader:-no}
7511 enable_server=${enable_server:-no}
7512 with_x=${with_x:-no}
7513 with_pthread=${with_pthread:-no}
7515 darwin*|macosx*)
7516 DLLEXT=".so"
7517 LIBEXT="dylib"
7518 DLLFLAGS="$DLLFLAGS -fPIC"
7519 LDDLLFLAGS="-bundle -multiply_defined suppress"
7520 LIBWINE_LDFLAGS="-multiply_defined suppress"
7521 LDSHARED="\$(CC) -dynamiclib"
7522 STRIP="$STRIP -x"
7523 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7524 SECURITYLIB="-framework Security -framework CoreFoundation"
7526 COREFOUNDATIONLIB="-framework CoreFoundation"
7528 IOKITLIB="-framework IOKit -framework CoreFoundation"
7530 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7532 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7533 then
7534 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7537 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7538 then
7539 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7542 case $host_cpu in
7543 *powerpc*)
7544 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7545 esac
7546 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7547 then
7548 CARBONLIB="-framework Carbon"
7550 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7554 DLLFLAGS="$DLLFLAGS -fPIC"
7555 DLLEXT=".so"
7556 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7557 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7558 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7559 $as_echo_n "(cached) " >&6
7560 else
7561 ac_wine_try_cflags_saved=$CFLAGS
7562 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7563 cat >conftest.$ac_ext <<_ACEOF
7564 void myfunc() {}
7565 _ACEOF
7566 rm -f conftest.$ac_objext conftest$ac_exeext
7567 if { (ac_try="$ac_link"
7568 case "(($ac_try" in
7569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7570 *) ac_try_echo=$ac_try;;
7571 esac
7572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7573 $as_echo "$ac_try_echo") >&5
7574 (eval "$ac_link") 2>conftest.er1
7575 ac_status=$?
7576 grep -v '^ *+' conftest.er1 >conftest.err
7577 rm -f conftest.er1
7578 cat conftest.err >&5
7579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580 (exit $ac_status); } && {
7581 test -z "$ac_c_werror_flag" ||
7582 test ! -s conftest.err
7583 } && test -s conftest$ac_exeext && {
7584 test "$cross_compiling" = yes ||
7585 $as_test_x conftest$ac_exeext
7586 }; then
7587 ac_cv_c_dll_gnuelf="yes"
7588 else
7589 $as_echo "$as_me: failed program was:" >&5
7590 sed 's/^/| /' conftest.$ac_ext >&5
7592 ac_cv_c_dll_gnuelf="no"
7595 rm -rf conftest.dSYM
7596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7597 conftest$ac_exeext conftest.$ac_ext
7598 CFLAGS=$ac_wine_try_cflags_saved
7600 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7601 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7602 if test "$ac_cv_c_dll_gnuelf" = "yes"
7603 then
7604 LDSHARED="\$(CC) -shared"
7605 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7606 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7607 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7608 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7609 $as_echo_n "(cached) " >&6
7610 else
7611 ac_wine_try_cflags_saved=$CFLAGS
7612 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7613 cat >conftest.$ac_ext <<_ACEOF
7614 /* confdefs.h. */
7615 _ACEOF
7616 cat confdefs.h >>conftest.$ac_ext
7617 cat >>conftest.$ac_ext <<_ACEOF
7618 /* end confdefs.h. */
7621 main ()
7625 return 0;
7627 _ACEOF
7628 rm -f conftest.$ac_objext conftest$ac_exeext
7629 if { (ac_try="$ac_link"
7630 case "(($ac_try" in
7631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7632 *) ac_try_echo=$ac_try;;
7633 esac
7634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7635 $as_echo "$ac_try_echo") >&5
7636 (eval "$ac_link") 2>conftest.er1
7637 ac_status=$?
7638 grep -v '^ *+' conftest.er1 >conftest.err
7639 rm -f conftest.er1
7640 cat conftest.err >&5
7641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642 (exit $ac_status); } && {
7643 test -z "$ac_c_werror_flag" ||
7644 test ! -s conftest.err
7645 } && test -s conftest$ac_exeext && {
7646 test "$cross_compiling" = yes ||
7647 $as_test_x conftest$ac_exeext
7648 }; then
7649 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7650 else
7651 $as_echo "$as_me: failed program was:" >&5
7652 sed 's/^/| /' conftest.$ac_ext >&5
7654 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7657 rm -rf conftest.dSYM
7658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7659 conftest$ac_exeext conftest.$ac_ext
7660 CFLAGS=$ac_wine_try_cflags_saved
7662 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7663 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7664 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7665 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7666 else
7667 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7668 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7669 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7670 $as_echo_n "(cached) " >&6
7671 else
7672 ac_wine_try_cflags_saved=$CFLAGS
7673 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7674 cat >conftest.$ac_ext <<_ACEOF
7675 /* confdefs.h. */
7676 _ACEOF
7677 cat confdefs.h >>conftest.$ac_ext
7678 cat >>conftest.$ac_ext <<_ACEOF
7679 /* end confdefs.h. */
7682 main ()
7686 return 0;
7688 _ACEOF
7689 rm -f conftest.$ac_objext conftest$ac_exeext
7690 if { (ac_try="$ac_link"
7691 case "(($ac_try" in
7692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7693 *) ac_try_echo=$ac_try;;
7694 esac
7695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7696 $as_echo "$ac_try_echo") >&5
7697 (eval "$ac_link") 2>conftest.er1
7698 ac_status=$?
7699 grep -v '^ *+' conftest.er1 >conftest.err
7700 rm -f conftest.er1
7701 cat conftest.err >&5
7702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703 (exit $ac_status); } && {
7704 test -z "$ac_c_werror_flag" ||
7705 test ! -s conftest.err
7706 } && test -s conftest$ac_exeext && {
7707 test "$cross_compiling" = yes ||
7708 $as_test_x conftest$ac_exeext
7709 }; then
7710 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7711 else
7712 $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7718 rm -rf conftest.dSYM
7719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7720 conftest$ac_exeext conftest.$ac_ext
7721 CFLAGS=$ac_wine_try_cflags_saved
7723 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7724 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7725 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7726 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7732 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7733 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7734 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7735 $as_echo_n "(cached) " >&6
7736 else
7737 ac_wine_try_cflags_saved=$CFLAGS
7738 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7739 cat >conftest.$ac_ext <<_ACEOF
7740 /* confdefs.h. */
7741 _ACEOF
7742 cat confdefs.h >>conftest.$ac_ext
7743 cat >>conftest.$ac_ext <<_ACEOF
7744 /* end confdefs.h. */
7747 main ()
7751 return 0;
7753 _ACEOF
7754 rm -f conftest.$ac_objext conftest$ac_exeext
7755 if { (ac_try="$ac_link"
7756 case "(($ac_try" in
7757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7758 *) ac_try_echo=$ac_try;;
7759 esac
7760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7761 $as_echo "$ac_try_echo") >&5
7762 (eval "$ac_link") 2>conftest.er1
7763 ac_status=$?
7764 grep -v '^ *+' conftest.er1 >conftest.err
7765 rm -f conftest.er1
7766 cat conftest.err >&5
7767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); } && {
7769 test -z "$ac_c_werror_flag" ||
7770 test ! -s conftest.err
7771 } && test -s conftest$ac_exeext && {
7772 test "$cross_compiling" = yes ||
7773 $as_test_x conftest$ac_exeext
7774 }; then
7775 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7776 else
7777 $as_echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7780 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7783 rm -rf conftest.dSYM
7784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7785 conftest$ac_exeext conftest.$ac_ext
7786 CFLAGS=$ac_wine_try_cflags_saved
7788 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7789 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7790 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7791 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7795 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7796 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7797 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7798 $as_echo_n "(cached) " >&6
7799 else
7800 ac_wine_try_cflags_saved=$CFLAGS
7801 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7802 cat >conftest.$ac_ext <<_ACEOF
7803 /* confdefs.h. */
7804 _ACEOF
7805 cat confdefs.h >>conftest.$ac_ext
7806 cat >>conftest.$ac_ext <<_ACEOF
7807 /* end confdefs.h. */
7810 main ()
7814 return 0;
7816 _ACEOF
7817 rm -f conftest.$ac_objext conftest$ac_exeext
7818 if { (ac_try="$ac_link"
7819 case "(($ac_try" in
7820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821 *) ac_try_echo=$ac_try;;
7822 esac
7823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7824 $as_echo "$ac_try_echo") >&5
7825 (eval "$ac_link") 2>conftest.er1
7826 ac_status=$?
7827 grep -v '^ *+' conftest.er1 >conftest.err
7828 rm -f conftest.er1
7829 cat conftest.err >&5
7830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 (exit $ac_status); } && {
7832 test -z "$ac_c_werror_flag" ||
7833 test ! -s conftest.err
7834 } && test -s conftest$ac_exeext && {
7835 test "$cross_compiling" = yes ||
7836 $as_test_x conftest$ac_exeext
7837 }; then
7838 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7839 else
7840 $as_echo "$as_me: failed program was:" >&5
7841 sed 's/^/| /' conftest.$ac_ext >&5
7843 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7846 rm -rf conftest.dSYM
7847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7848 conftest$ac_exeext conftest.$ac_ext
7849 CFLAGS=$ac_wine_try_cflags_saved
7851 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7852 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7853 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7854 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7858 echo '{ global: *; };' >conftest.map
7859 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7860 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7861 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7862 $as_echo_n "(cached) " >&6
7863 else
7864 ac_wine_try_cflags_saved=$CFLAGS
7865 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7866 cat >conftest.$ac_ext <<_ACEOF
7867 /* confdefs.h. */
7868 _ACEOF
7869 cat confdefs.h >>conftest.$ac_ext
7870 cat >>conftest.$ac_ext <<_ACEOF
7871 /* end confdefs.h. */
7874 main ()
7878 return 0;
7880 _ACEOF
7881 rm -f conftest.$ac_objext conftest$ac_exeext
7882 if { (ac_try="$ac_link"
7883 case "(($ac_try" in
7884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7885 *) ac_try_echo=$ac_try;;
7886 esac
7887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7888 $as_echo "$ac_try_echo") >&5
7889 (eval "$ac_link") 2>conftest.er1
7890 ac_status=$?
7891 grep -v '^ *+' conftest.er1 >conftest.err
7892 rm -f conftest.er1
7893 cat conftest.err >&5
7894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7895 (exit $ac_status); } && {
7896 test -z "$ac_c_werror_flag" ||
7897 test ! -s conftest.err
7898 } && test -s conftest$ac_exeext && {
7899 test "$cross_compiling" = yes ||
7900 $as_test_x conftest$ac_exeext
7901 }; then
7902 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7903 else
7904 $as_echo "$as_me: failed program was:" >&5
7905 sed 's/^/| /' conftest.$ac_ext >&5
7907 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7910 rm -rf conftest.dSYM
7911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7912 conftest$ac_exeext conftest.$ac_ext
7913 CFLAGS=$ac_wine_try_cflags_saved
7915 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7916 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7917 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7918 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7921 rm -f conftest.map
7923 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7924 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7925 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7926 $as_echo_n "(cached) " >&6
7927 else
7928 ac_wine_try_cflags_saved=$CFLAGS
7929 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7930 cat >conftest.$ac_ext <<_ACEOF
7931 /* confdefs.h. */
7932 _ACEOF
7933 cat confdefs.h >>conftest.$ac_ext
7934 cat >>conftest.$ac_ext <<_ACEOF
7935 /* end confdefs.h. */
7938 main ()
7942 return 0;
7944 _ACEOF
7945 rm -f conftest.$ac_objext conftest$ac_exeext
7946 if { (ac_try="$ac_link"
7947 case "(($ac_try" in
7948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7949 *) ac_try_echo=$ac_try;;
7950 esac
7951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7952 $as_echo "$ac_try_echo") >&5
7953 (eval "$ac_link") 2>conftest.er1
7954 ac_status=$?
7955 grep -v '^ *+' conftest.er1 >conftest.err
7956 rm -f conftest.er1
7957 cat conftest.err >&5
7958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959 (exit $ac_status); } && {
7960 test -z "$ac_c_werror_flag" ||
7961 test ! -s conftest.err
7962 } && test -s conftest$ac_exeext && {
7963 test "$cross_compiling" = yes ||
7964 $as_test_x conftest$ac_exeext
7965 }; then
7966 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7967 else
7968 $as_echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.$ac_ext >&5
7971 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7974 rm -rf conftest.dSYM
7975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7976 conftest$ac_exeext conftest.$ac_ext
7977 CFLAGS=$ac_wine_try_cflags_saved
7979 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7980 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7981 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7982 LDEXECFLAGS="-Wl,--export-dynamic"
7987 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7988 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7989 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7990 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7991 $as_echo_n "(cached) " >&6
7992 else
7993 ac_wine_try_cflags_saved=$CFLAGS
7994 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7995 cat >conftest.$ac_ext <<_ACEOF
7996 /* confdefs.h. */
7997 _ACEOF
7998 cat confdefs.h >>conftest.$ac_ext
7999 cat >>conftest.$ac_ext <<_ACEOF
8000 /* end confdefs.h. */
8003 main ()
8007 return 0;
8009 _ACEOF
8010 rm -f conftest.$ac_objext conftest$ac_exeext
8011 if { (ac_try="$ac_link"
8012 case "(($ac_try" in
8013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8014 *) ac_try_echo=$ac_try;;
8015 esac
8016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8017 $as_echo "$ac_try_echo") >&5
8018 (eval "$ac_link") 2>conftest.er1
8019 ac_status=$?
8020 grep -v '^ *+' conftest.er1 >conftest.err
8021 rm -f conftest.er1
8022 cat conftest.err >&5
8023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024 (exit $ac_status); } && {
8025 test -z "$ac_c_werror_flag" ||
8026 test ! -s conftest.err
8027 } && test -s conftest$ac_exeext && {
8028 test "$cross_compiling" = yes ||
8029 $as_test_x conftest$ac_exeext
8030 }; then
8031 eval "$as_ac_var=yes"
8032 else
8033 $as_echo "$as_me: failed program was:" >&5
8034 sed 's/^/| /' conftest.$ac_ext >&5
8036 eval "$as_ac_var=no"
8039 rm -rf conftest.dSYM
8040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8041 conftest$ac_exeext conftest.$ac_ext
8042 CFLAGS=$ac_wine_try_cflags_saved
8044 ac_res=`eval 'as_val=${'$as_ac_var'}
8045 $as_echo "$as_val"'`
8046 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8047 $as_echo "$ac_res" >&6; }
8048 if test `eval 'as_val=${'$as_ac_var'}
8049 $as_echo "$as_val"'` = yes; then
8050 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8051 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8052 else
8053 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8054 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8055 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8056 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8057 $as_echo_n "(cached) " >&6
8058 else
8059 ac_wine_try_cflags_saved=$CFLAGS
8060 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8061 cat >conftest.$ac_ext <<_ACEOF
8062 /* confdefs.h. */
8063 _ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h. */
8069 main ()
8073 return 0;
8075 _ACEOF
8076 rm -f conftest.$ac_objext conftest$ac_exeext
8077 if { (ac_try="$ac_link"
8078 case "(($ac_try" in
8079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8080 *) ac_try_echo=$ac_try;;
8081 esac
8082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8083 $as_echo "$ac_try_echo") >&5
8084 (eval "$ac_link") 2>conftest.er1
8085 ac_status=$?
8086 grep -v '^ *+' conftest.er1 >conftest.err
8087 rm -f conftest.er1
8088 cat conftest.err >&5
8089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); } && {
8091 test -z "$ac_c_werror_flag" ||
8092 test ! -s conftest.err
8093 } && test -s conftest$ac_exeext && {
8094 test "$cross_compiling" = yes ||
8095 $as_test_x conftest$ac_exeext
8096 }; then
8097 eval "$as_ac_var=yes"
8098 else
8099 $as_echo "$as_me: failed program was:" >&5
8100 sed 's/^/| /' conftest.$ac_ext >&5
8102 eval "$as_ac_var=no"
8105 rm -rf conftest.dSYM
8106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8107 conftest$ac_exeext conftest.$ac_ext
8108 CFLAGS=$ac_wine_try_cflags_saved
8110 ac_res=`eval 'as_val=${'$as_ac_var'}
8111 $as_echo "$as_val"'`
8112 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8113 $as_echo "$ac_res" >&6; }
8114 if test `eval 'as_val=${'$as_ac_var'}
8115 $as_echo "$as_val"'` = yes; then
8116 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8117 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8123 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8124 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8125 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8126 $as_echo_n "(cached) " >&6
8127 else
8128 ac_wine_try_cflags_saved=$CFLAGS
8129 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8130 cat >conftest.$ac_ext <<_ACEOF
8131 /* confdefs.h. */
8132 _ACEOF
8133 cat confdefs.h >>conftest.$ac_ext
8134 cat >>conftest.$ac_ext <<_ACEOF
8135 /* end confdefs.h. */
8138 main ()
8142 return 0;
8144 _ACEOF
8145 rm -f conftest.$ac_objext conftest$ac_exeext
8146 if { (ac_try="$ac_link"
8147 case "(($ac_try" in
8148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8149 *) ac_try_echo=$ac_try;;
8150 esac
8151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8152 $as_echo "$ac_try_echo") >&5
8153 (eval "$ac_link") 2>conftest.er1
8154 ac_status=$?
8155 grep -v '^ *+' conftest.er1 >conftest.err
8156 rm -f conftest.er1
8157 cat conftest.err >&5
8158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 (exit $ac_status); } && {
8160 test -z "$ac_c_werror_flag" ||
8161 test ! -s conftest.err
8162 } && test -s conftest$ac_exeext && {
8163 test "$cross_compiling" = yes ||
8164 $as_test_x conftest$ac_exeext
8165 }; then
8166 ac_cv_cflags__Wl___enable_new_dtags=yes
8167 else
8168 $as_echo "$as_me: failed program was:" >&5
8169 sed 's/^/| /' conftest.$ac_ext >&5
8171 ac_cv_cflags__Wl___enable_new_dtags=no
8174 rm -rf conftest.dSYM
8175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8176 conftest$ac_exeext conftest.$ac_ext
8177 CFLAGS=$ac_wine_try_cflags_saved
8179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8180 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8181 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8182 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8186 case $host_cpu in
8187 *i[3456789]86* | x86_64)
8188 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8189 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8190 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8191 $as_echo_n "(cached) " >&6
8192 else
8193 ac_wine_try_cflags_saved=$CFLAGS
8194 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8195 cat >conftest.$ac_ext <<_ACEOF
8196 /* confdefs.h. */
8197 _ACEOF
8198 cat confdefs.h >>conftest.$ac_ext
8199 cat >>conftest.$ac_ext <<_ACEOF
8200 /* end confdefs.h. */
8203 main ()
8207 return 0;
8209 _ACEOF
8210 rm -f conftest.$ac_objext conftest$ac_exeext
8211 if { (ac_try="$ac_link"
8212 case "(($ac_try" in
8213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214 *) ac_try_echo=$ac_try;;
8215 esac
8216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8217 $as_echo "$ac_try_echo") >&5
8218 (eval "$ac_link") 2>conftest.er1
8219 ac_status=$?
8220 grep -v '^ *+' conftest.er1 >conftest.err
8221 rm -f conftest.er1
8222 cat conftest.err >&5
8223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224 (exit $ac_status); } && {
8225 test -z "$ac_c_werror_flag" ||
8226 test ! -s conftest.err
8227 } && test -s conftest$ac_exeext && {
8228 test "$cross_compiling" = yes ||
8229 $as_test_x conftest$ac_exeext
8230 }; then
8231 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8232 else
8233 $as_echo "$as_me: failed program was:" >&5
8234 sed 's/^/| /' conftest.$ac_ext >&5
8236 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8239 rm -rf conftest.dSYM
8240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8241 conftest$ac_exeext conftest.$ac_ext
8242 CFLAGS=$ac_wine_try_cflags_saved
8244 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8245 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8246 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8247 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8251 esac
8253 else
8254 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8255 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8256 if test "${ac_cv_c_dll_unixware+set}" = set; then
8257 $as_echo_n "(cached) " >&6
8258 else
8259 ac_wine_try_cflags_saved=$CFLAGS
8260 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8261 cat >conftest.$ac_ext <<_ACEOF
8262 void myfunc() {}
8263 _ACEOF
8264 rm -f conftest.$ac_objext conftest$ac_exeext
8265 if { (ac_try="$ac_link"
8266 case "(($ac_try" in
8267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268 *) ac_try_echo=$ac_try;;
8269 esac
8270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8271 $as_echo "$ac_try_echo") >&5
8272 (eval "$ac_link") 2>conftest.er1
8273 ac_status=$?
8274 grep -v '^ *+' conftest.er1 >conftest.err
8275 rm -f conftest.er1
8276 cat conftest.err >&5
8277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8278 (exit $ac_status); } && {
8279 test -z "$ac_c_werror_flag" ||
8280 test ! -s conftest.err
8281 } && test -s conftest$ac_exeext && {
8282 test "$cross_compiling" = yes ||
8283 $as_test_x conftest$ac_exeext
8284 }; then
8285 ac_cv_c_dll_unixware="yes"
8286 else
8287 $as_echo "$as_me: failed program was:" >&5
8288 sed 's/^/| /' conftest.$ac_ext >&5
8290 ac_cv_c_dll_unixware="no"
8293 rm -rf conftest.dSYM
8294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8295 conftest$ac_exeext conftest.$ac_ext
8296 CFLAGS=$ac_wine_try_cflags_saved
8298 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8299 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8300 if test "$ac_cv_c_dll_unixware" = "yes"
8301 then
8302 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8303 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8305 else
8306 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8307 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8308 if test "${ac_cv_c_dll_hpux+set}" = set; then
8309 $as_echo_n "(cached) " >&6
8310 else
8311 ac_wine_try_cflags_saved=$CFLAGS
8312 CFLAGS="$CFLAGS -shared"
8313 cat >conftest.$ac_ext <<_ACEOF
8314 void myfunc() {}
8315 _ACEOF
8316 rm -f conftest.$ac_objext conftest$ac_exeext
8317 if { (ac_try="$ac_link"
8318 case "(($ac_try" in
8319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8320 *) ac_try_echo=$ac_try;;
8321 esac
8322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8323 $as_echo "$ac_try_echo") >&5
8324 (eval "$ac_link") 2>conftest.er1
8325 ac_status=$?
8326 grep -v '^ *+' conftest.er1 >conftest.err
8327 rm -f conftest.er1
8328 cat conftest.err >&5
8329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8330 (exit $ac_status); } && {
8331 test -z "$ac_c_werror_flag" ||
8332 test ! -s conftest.err
8333 } && test -s conftest$ac_exeext && {
8334 test "$cross_compiling" = yes ||
8335 $as_test_x conftest$ac_exeext
8336 }; then
8337 ac_cv_c_dll_hpux="yes"
8338 else
8339 $as_echo "$as_me: failed program was:" >&5
8340 sed 's/^/| /' conftest.$ac_ext >&5
8342 ac_cv_c_dll_hpux="no"
8345 rm -rf conftest.dSYM
8346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8347 conftest$ac_exeext conftest.$ac_ext
8348 CFLAGS=$ac_wine_try_cflags_saved
8350 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8351 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8352 if test "$ac_cv_c_dll_hpux" = "yes"
8353 then
8354 LIBEXT="sl"
8355 DLLEXT=".sl"
8356 LDDLLFLAGS="-shared -fPIC"
8357 LDSHARED="\$(CC) -shared"
8362 esac
8364 enable_winequartz_drv=${enable_winequartz_drv:-no}
8366 if test "$LIBEXT" = "a"; then
8367 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8368 It is currently not possible to build Wine without shared library
8369 (.so) support to allow transparent switch between .so and .dll files.
8370 If you are using Linux, you will need a newer binutils.
8371 " >&5
8372 $as_echo "$as_me: error: could not find a way to build shared libraries.
8373 It is currently not possible to build Wine without shared library
8374 (.so) support to allow transparent switch between .so and .dll files.
8375 If you are using Linux, you will need a newer binutils.
8376 " >&2;}
8377 { (exit 1); exit 1; }; }
8380 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8381 then
8382 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
8384 # Extract the first word of "$ac_prog", so it can be a program name with args.
8385 set dummy $ac_prog; ac_word=$2
8386 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 $as_echo_n "checking for $ac_word... " >&6; }
8388 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8389 $as_echo_n "(cached) " >&6
8390 else
8391 if test -n "$CROSSCC"; then
8392 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8393 else
8394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8395 for as_dir in $PATH
8397 IFS=$as_save_IFS
8398 test -z "$as_dir" && as_dir=.
8399 for ac_exec_ext in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401 ac_cv_prog_CROSSCC="$ac_prog"
8402 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8403 break 2
8405 done
8406 done
8407 IFS=$as_save_IFS
8411 CROSSCC=$ac_cv_prog_CROSSCC
8412 if test -n "$CROSSCC"; then
8413 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8414 $as_echo "$CROSSCC" >&6; }
8415 else
8416 { $as_echo "$as_me:$LINENO: result: no" >&5
8417 $as_echo "no" >&6; }
8421 test -n "$CROSSCC" && break
8422 done
8423 test -n "$CROSSCC" || CROSSCC="false"
8425 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
8427 # Extract the first word of "$ac_prog", so it can be a program name with args.
8428 set dummy $ac_prog; ac_word=$2
8429 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8430 $as_echo_n "checking for $ac_word... " >&6; }
8431 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8432 $as_echo_n "(cached) " >&6
8433 else
8434 if test -n "$DLLTOOL"; then
8435 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8436 else
8437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8438 for as_dir in $PATH
8440 IFS=$as_save_IFS
8441 test -z "$as_dir" && as_dir=.
8442 for ac_exec_ext in '' $ac_executable_extensions; do
8443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8444 ac_cv_prog_DLLTOOL="$ac_prog"
8445 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8446 break 2
8448 done
8449 done
8450 IFS=$as_save_IFS
8454 DLLTOOL=$ac_cv_prog_DLLTOOL
8455 if test -n "$DLLTOOL"; then
8456 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8457 $as_echo "$DLLTOOL" >&6; }
8458 else
8459 { $as_echo "$as_me:$LINENO: result: no" >&5
8460 $as_echo "no" >&6; }
8464 test -n "$DLLTOOL" && break
8465 done
8466 test -n "$DLLTOOL" || DLLTOOL="false"
8468 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
8470 # Extract the first word of "$ac_prog", so it can be a program name with args.
8471 set dummy $ac_prog; ac_word=$2
8472 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8473 $as_echo_n "checking for $ac_word... " >&6; }
8474 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8475 $as_echo_n "(cached) " >&6
8476 else
8477 if test -n "$CROSSWINDRES"; then
8478 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8479 else
8480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8481 for as_dir in $PATH
8483 IFS=$as_save_IFS
8484 test -z "$as_dir" && as_dir=.
8485 for ac_exec_ext in '' $ac_executable_extensions; do
8486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8487 ac_cv_prog_CROSSWINDRES="$ac_prog"
8488 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8489 break 2
8491 done
8492 done
8493 IFS=$as_save_IFS
8497 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8498 if test -n "$CROSSWINDRES"; then
8499 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8500 $as_echo "$CROSSWINDRES" >&6; }
8501 else
8502 { $as_echo "$as_me:$LINENO: result: no" >&5
8503 $as_echo "no" >&6; }
8507 test -n "$CROSSWINDRES" && break
8508 done
8509 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8511 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
8513 # Extract the first word of "$ac_prog", so it can be a program name with args.
8514 set dummy $ac_prog; ac_word=$2
8515 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8516 $as_echo_n "checking for $ac_word... " >&6; }
8517 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8518 $as_echo_n "(cached) " >&6
8519 else
8520 if test -n "$MINGWAR"; then
8521 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8522 else
8523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8524 for as_dir in $PATH
8526 IFS=$as_save_IFS
8527 test -z "$as_dir" && as_dir=.
8528 for ac_exec_ext in '' $ac_executable_extensions; do
8529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8530 ac_cv_prog_MINGWAR="$ac_prog"
8531 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8532 break 2
8534 done
8535 done
8536 IFS=$as_save_IFS
8540 MINGWAR=$ac_cv_prog_MINGWAR
8541 if test -n "$MINGWAR"; then
8542 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8543 $as_echo "$MINGWAR" >&6; }
8544 else
8545 { $as_echo "$as_me:$LINENO: result: no" >&5
8546 $as_echo "no" >&6; }
8550 test -n "$MINGWAR" && break
8551 done
8552 test -n "$MINGWAR" || MINGWAR="false"
8554 if test "$CROSSCC" != "false"
8555 then
8556 CROSSTEST="\$(CROSSTEST)"
8562 if test "$ac_cv_header_pthread_h" = "yes"
8563 then
8564 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8565 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8566 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8567 $as_echo_n "(cached) " >&6
8568 else
8569 ac_check_lib_save_LIBS=$LIBS
8570 LIBS="-lpthread $LIBS"
8571 cat >conftest.$ac_ext <<_ACEOF
8572 /* confdefs.h. */
8573 _ACEOF
8574 cat confdefs.h >>conftest.$ac_ext
8575 cat >>conftest.$ac_ext <<_ACEOF
8576 /* end confdefs.h. */
8578 /* Override any GCC internal prototype to avoid an error.
8579 Use char because int might match the return type of a GCC
8580 builtin and then its argument prototype would still apply. */
8581 #ifdef __cplusplus
8582 extern "C"
8583 #endif
8584 char pthread_create ();
8586 main ()
8588 return pthread_create ();
8590 return 0;
8592 _ACEOF
8593 rm -f conftest.$ac_objext conftest$ac_exeext
8594 if { (ac_try="$ac_link"
8595 case "(($ac_try" in
8596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8597 *) ac_try_echo=$ac_try;;
8598 esac
8599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8600 $as_echo "$ac_try_echo") >&5
8601 (eval "$ac_link") 2>conftest.er1
8602 ac_status=$?
8603 grep -v '^ *+' conftest.er1 >conftest.err
8604 rm -f conftest.er1
8605 cat conftest.err >&5
8606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8607 (exit $ac_status); } && {
8608 test -z "$ac_c_werror_flag" ||
8609 test ! -s conftest.err
8610 } && test -s conftest$ac_exeext && {
8611 test "$cross_compiling" = yes ||
8612 $as_test_x conftest$ac_exeext
8613 }; then
8614 ac_cv_lib_pthread_pthread_create=yes
8615 else
8616 $as_echo "$as_me: failed program was:" >&5
8617 sed 's/^/| /' conftest.$ac_ext >&5
8619 ac_cv_lib_pthread_pthread_create=no
8622 rm -rf conftest.dSYM
8623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8624 conftest$ac_exeext conftest.$ac_ext
8625 LIBS=$ac_check_lib_save_LIBS
8627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8628 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8629 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8630 LIBPTHREAD="-lpthread"
8635 if test "x$LIBPTHREAD" = "x"; then
8636 case "x$with_pthread" in
8637 xno) ;;
8638 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8639 Wine cannot support threads without libpthread.
8640 Use the --without-pthread option if you really want this." >&5
8641 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8642 Wine cannot support threads without libpthread.
8643 Use the --without-pthread option if you really want this." >&2;}
8644 { (exit 1); exit 1; }; } ;;
8645 esac
8650 { $as_echo "$as_me:$LINENO: checking for X" >&5
8651 $as_echo_n "checking for X... " >&6; }
8654 # Check whether --with-x was given.
8655 if test "${with_x+set}" = set; then
8656 withval=$with_x;
8659 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8660 if test "x$with_x" = xno; then
8661 # The user explicitly disabled X.
8662 have_x=disabled
8663 else
8664 case $x_includes,$x_libraries in #(
8665 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8666 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8667 { (exit 1); exit 1; }; };; #(
8668 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8669 $as_echo_n "(cached) " >&6
8670 else
8671 # One or both of the vars are not set, and there is no cached value.
8672 ac_x_includes=no ac_x_libraries=no
8673 rm -f -r conftest.dir
8674 if mkdir conftest.dir; then
8675 cd conftest.dir
8676 cat >Imakefile <<'_ACEOF'
8677 incroot:
8678 @echo incroot='${INCROOT}'
8679 usrlibdir:
8680 @echo usrlibdir='${USRLIBDIR}'
8681 libdir:
8682 @echo libdir='${LIBDIR}'
8683 _ACEOF
8684 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8685 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8686 for ac_var in incroot usrlibdir libdir; do
8687 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8688 done
8689 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8690 for ac_extension in a so sl dylib la dll; do
8691 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8692 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8693 ac_im_usrlibdir=$ac_im_libdir; break
8695 done
8696 # Screen out bogus values from the imake configuration. They are
8697 # bogus both because they are the default anyway, and because
8698 # using them would break gcc on systems where it needs fixed includes.
8699 case $ac_im_incroot in
8700 /usr/include) ac_x_includes= ;;
8701 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8702 esac
8703 case $ac_im_usrlibdir in
8704 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8705 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8706 esac
8708 cd ..
8709 rm -f -r conftest.dir
8712 # Standard set of common directories for X headers.
8713 # Check X11 before X11Rn because it is often a symlink to the current release.
8714 ac_x_header_dirs='
8715 /usr/X11/include
8716 /usr/X11R6/include
8717 /usr/X11R5/include
8718 /usr/X11R4/include
8720 /usr/include/X11
8721 /usr/include/X11R6
8722 /usr/include/X11R5
8723 /usr/include/X11R4
8725 /usr/local/X11/include
8726 /usr/local/X11R6/include
8727 /usr/local/X11R5/include
8728 /usr/local/X11R4/include
8730 /usr/local/include/X11
8731 /usr/local/include/X11R6
8732 /usr/local/include/X11R5
8733 /usr/local/include/X11R4
8735 /usr/X386/include
8736 /usr/x386/include
8737 /usr/XFree86/include/X11
8739 /usr/include
8740 /usr/local/include
8741 /usr/unsupported/include
8742 /usr/athena/include
8743 /usr/local/x11r5/include
8744 /usr/lpp/Xamples/include
8746 /usr/openwin/include
8747 /usr/openwin/share/include'
8749 if test "$ac_x_includes" = no; then
8750 # Guess where to find include files, by looking for Xlib.h.
8751 # First, try using that file with no special directory specified.
8752 cat >conftest.$ac_ext <<_ACEOF
8753 /* confdefs.h. */
8754 _ACEOF
8755 cat confdefs.h >>conftest.$ac_ext
8756 cat >>conftest.$ac_ext <<_ACEOF
8757 /* end confdefs.h. */
8758 #include <X11/Xlib.h>
8759 _ACEOF
8760 if { (ac_try="$ac_cpp conftest.$ac_ext"
8761 case "(($ac_try" in
8762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8763 *) ac_try_echo=$ac_try;;
8764 esac
8765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8766 $as_echo "$ac_try_echo") >&5
8767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8768 ac_status=$?
8769 grep -v '^ *+' conftest.er1 >conftest.err
8770 rm -f conftest.er1
8771 cat conftest.err >&5
8772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8773 (exit $ac_status); } >/dev/null && {
8774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8775 test ! -s conftest.err
8776 }; then
8777 # We can compile using X headers with no special include directory.
8778 ac_x_includes=
8779 else
8780 $as_echo "$as_me: failed program was:" >&5
8781 sed 's/^/| /' conftest.$ac_ext >&5
8783 for ac_dir in $ac_x_header_dirs; do
8784 if test -r "$ac_dir/X11/Xlib.h"; then
8785 ac_x_includes=$ac_dir
8786 break
8788 done
8791 rm -f conftest.err conftest.$ac_ext
8792 fi # $ac_x_includes = no
8794 if test "$ac_x_libraries" = no; then
8795 # Check for the libraries.
8796 # See if we find them without any special options.
8797 # Don't add to $LIBS permanently.
8798 ac_save_LIBS=$LIBS
8799 LIBS="-lX11 $LIBS"
8800 cat >conftest.$ac_ext <<_ACEOF
8801 /* confdefs.h. */
8802 _ACEOF
8803 cat confdefs.h >>conftest.$ac_ext
8804 cat >>conftest.$ac_ext <<_ACEOF
8805 /* end confdefs.h. */
8806 #include <X11/Xlib.h>
8808 main ()
8810 XrmInitialize ()
8812 return 0;
8814 _ACEOF
8815 rm -f conftest.$ac_objext conftest$ac_exeext
8816 if { (ac_try="$ac_link"
8817 case "(($ac_try" in
8818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8819 *) ac_try_echo=$ac_try;;
8820 esac
8821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8822 $as_echo "$ac_try_echo") >&5
8823 (eval "$ac_link") 2>conftest.er1
8824 ac_status=$?
8825 grep -v '^ *+' conftest.er1 >conftest.err
8826 rm -f conftest.er1
8827 cat conftest.err >&5
8828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8829 (exit $ac_status); } && {
8830 test -z "$ac_c_werror_flag" ||
8831 test ! -s conftest.err
8832 } && test -s conftest$ac_exeext && {
8833 test "$cross_compiling" = yes ||
8834 $as_test_x conftest$ac_exeext
8835 }; then
8836 LIBS=$ac_save_LIBS
8837 # We can link X programs with no special library path.
8838 ac_x_libraries=
8839 else
8840 $as_echo "$as_me: failed program was:" >&5
8841 sed 's/^/| /' conftest.$ac_ext >&5
8843 LIBS=$ac_save_LIBS
8844 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8846 # Don't even attempt the hair of trying to link an X program!
8847 for ac_extension in a so sl dylib la dll; do
8848 if test -r "$ac_dir/libX11.$ac_extension"; then
8849 ac_x_libraries=$ac_dir
8850 break 2
8852 done
8853 done
8856 rm -rf conftest.dSYM
8857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8858 conftest$ac_exeext conftest.$ac_ext
8859 fi # $ac_x_libraries = no
8861 case $ac_x_includes,$ac_x_libraries in #(
8862 no,* | *,no | *\'*)
8863 # Didn't find X, or a directory has "'" in its name.
8864 ac_cv_have_x="have_x=no";; #(
8866 # Record where we found X for the cache.
8867 ac_cv_have_x="have_x=yes\
8868 ac_x_includes='$ac_x_includes'\
8869 ac_x_libraries='$ac_x_libraries'"
8870 esac
8872 ;; #(
8873 *) have_x=yes;;
8874 esac
8875 eval "$ac_cv_have_x"
8876 fi # $with_x != no
8878 if test "$have_x" != yes; then
8879 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8880 $as_echo "$have_x" >&6; }
8881 no_x=yes
8882 else
8883 # If each of the values was on the command line, it overrides each guess.
8884 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8885 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8886 # Update the cache value to reflect the command line values.
8887 ac_cv_have_x="have_x=yes\
8888 ac_x_includes='$x_includes'\
8889 ac_x_libraries='$x_libraries'"
8890 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8891 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8894 if test "$no_x" = yes; then
8895 # Not all programs may use this symbol, but it does not hurt to define it.
8897 cat >>confdefs.h <<\_ACEOF
8898 #define X_DISPLAY_MISSING 1
8899 _ACEOF
8901 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8902 else
8903 if test -n "$x_includes"; then
8904 X_CFLAGS="$X_CFLAGS -I$x_includes"
8907 # It would also be nice to do this for all -L options, not just this one.
8908 if test -n "$x_libraries"; then
8909 X_LIBS="$X_LIBS -L$x_libraries"
8910 # For Solaris; some versions of Sun CC require a space after -R and
8911 # others require no space. Words are not sufficient . . . .
8912 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8913 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8914 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8915 ac_xsave_c_werror_flag=$ac_c_werror_flag
8916 ac_c_werror_flag=yes
8917 cat >conftest.$ac_ext <<_ACEOF
8918 /* confdefs.h. */
8919 _ACEOF
8920 cat confdefs.h >>conftest.$ac_ext
8921 cat >>conftest.$ac_ext <<_ACEOF
8922 /* end confdefs.h. */
8925 main ()
8929 return 0;
8931 _ACEOF
8932 rm -f conftest.$ac_objext conftest$ac_exeext
8933 if { (ac_try="$ac_link"
8934 case "(($ac_try" in
8935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8936 *) ac_try_echo=$ac_try;;
8937 esac
8938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8939 $as_echo "$ac_try_echo") >&5
8940 (eval "$ac_link") 2>conftest.er1
8941 ac_status=$?
8942 grep -v '^ *+' conftest.er1 >conftest.err
8943 rm -f conftest.er1
8944 cat conftest.err >&5
8945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8946 (exit $ac_status); } && {
8947 test -z "$ac_c_werror_flag" ||
8948 test ! -s conftest.err
8949 } && test -s conftest$ac_exeext && {
8950 test "$cross_compiling" = yes ||
8951 $as_test_x conftest$ac_exeext
8952 }; then
8953 { $as_echo "$as_me:$LINENO: result: no" >&5
8954 $as_echo "no" >&6; }
8955 X_LIBS="$X_LIBS -R$x_libraries"
8956 else
8957 $as_echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 LIBS="$ac_xsave_LIBS -R $x_libraries"
8961 cat >conftest.$ac_ext <<_ACEOF
8962 /* confdefs.h. */
8963 _ACEOF
8964 cat confdefs.h >>conftest.$ac_ext
8965 cat >>conftest.$ac_ext <<_ACEOF
8966 /* end confdefs.h. */
8969 main ()
8973 return 0;
8975 _ACEOF
8976 rm -f conftest.$ac_objext conftest$ac_exeext
8977 if { (ac_try="$ac_link"
8978 case "(($ac_try" in
8979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8980 *) ac_try_echo=$ac_try;;
8981 esac
8982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8983 $as_echo "$ac_try_echo") >&5
8984 (eval "$ac_link") 2>conftest.er1
8985 ac_status=$?
8986 grep -v '^ *+' conftest.er1 >conftest.err
8987 rm -f conftest.er1
8988 cat conftest.err >&5
8989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8990 (exit $ac_status); } && {
8991 test -z "$ac_c_werror_flag" ||
8992 test ! -s conftest.err
8993 } && test -s conftest$ac_exeext && {
8994 test "$cross_compiling" = yes ||
8995 $as_test_x conftest$ac_exeext
8996 }; then
8997 { $as_echo "$as_me:$LINENO: result: yes" >&5
8998 $as_echo "yes" >&6; }
8999 X_LIBS="$X_LIBS -R $x_libraries"
9000 else
9001 $as_echo "$as_me: failed program was:" >&5
9002 sed 's/^/| /' conftest.$ac_ext >&5
9004 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9005 $as_echo "neither works" >&6; }
9008 rm -rf conftest.dSYM
9009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9010 conftest$ac_exeext conftest.$ac_ext
9013 rm -rf conftest.dSYM
9014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9015 conftest$ac_exeext conftest.$ac_ext
9016 ac_c_werror_flag=$ac_xsave_c_werror_flag
9017 LIBS=$ac_xsave_LIBS
9020 # Check for system-dependent libraries X programs must link with.
9021 # Do this before checking for the system-independent R6 libraries
9022 # (-lICE), since we may need -lsocket or whatever for X linking.
9024 if test "$ISC" = yes; then
9025 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9026 else
9027 # Martyn Johnson says this is needed for Ultrix, if the X
9028 # libraries were built with DECnet support. And Karl Berry says
9029 # the Alpha needs dnet_stub (dnet does not exist).
9030 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9031 cat >conftest.$ac_ext <<_ACEOF
9032 /* confdefs.h. */
9033 _ACEOF
9034 cat confdefs.h >>conftest.$ac_ext
9035 cat >>conftest.$ac_ext <<_ACEOF
9036 /* end confdefs.h. */
9038 /* Override any GCC internal prototype to avoid an error.
9039 Use char because int might match the return type of a GCC
9040 builtin and then its argument prototype would still apply. */
9041 #ifdef __cplusplus
9042 extern "C"
9043 #endif
9044 char XOpenDisplay ();
9046 main ()
9048 return XOpenDisplay ();
9050 return 0;
9052 _ACEOF
9053 rm -f conftest.$ac_objext conftest$ac_exeext
9054 if { (ac_try="$ac_link"
9055 case "(($ac_try" in
9056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9057 *) ac_try_echo=$ac_try;;
9058 esac
9059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9060 $as_echo "$ac_try_echo") >&5
9061 (eval "$ac_link") 2>conftest.er1
9062 ac_status=$?
9063 grep -v '^ *+' conftest.er1 >conftest.err
9064 rm -f conftest.er1
9065 cat conftest.err >&5
9066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067 (exit $ac_status); } && {
9068 test -z "$ac_c_werror_flag" ||
9069 test ! -s conftest.err
9070 } && test -s conftest$ac_exeext && {
9071 test "$cross_compiling" = yes ||
9072 $as_test_x conftest$ac_exeext
9073 }; then
9075 else
9076 $as_echo "$as_me: failed program was:" >&5
9077 sed 's/^/| /' conftest.$ac_ext >&5
9079 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9080 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9081 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9082 $as_echo_n "(cached) " >&6
9083 else
9084 ac_check_lib_save_LIBS=$LIBS
9085 LIBS="-ldnet $LIBS"
9086 cat >conftest.$ac_ext <<_ACEOF
9087 /* confdefs.h. */
9088 _ACEOF
9089 cat confdefs.h >>conftest.$ac_ext
9090 cat >>conftest.$ac_ext <<_ACEOF
9091 /* end confdefs.h. */
9093 /* Override any GCC internal prototype to avoid an error.
9094 Use char because int might match the return type of a GCC
9095 builtin and then its argument prototype would still apply. */
9096 #ifdef __cplusplus
9097 extern "C"
9098 #endif
9099 char dnet_ntoa ();
9101 main ()
9103 return dnet_ntoa ();
9105 return 0;
9107 _ACEOF
9108 rm -f conftest.$ac_objext conftest$ac_exeext
9109 if { (ac_try="$ac_link"
9110 case "(($ac_try" in
9111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9112 *) ac_try_echo=$ac_try;;
9113 esac
9114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9115 $as_echo "$ac_try_echo") >&5
9116 (eval "$ac_link") 2>conftest.er1
9117 ac_status=$?
9118 grep -v '^ *+' conftest.er1 >conftest.err
9119 rm -f conftest.er1
9120 cat conftest.err >&5
9121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122 (exit $ac_status); } && {
9123 test -z "$ac_c_werror_flag" ||
9124 test ! -s conftest.err
9125 } && test -s conftest$ac_exeext && {
9126 test "$cross_compiling" = yes ||
9127 $as_test_x conftest$ac_exeext
9128 }; then
9129 ac_cv_lib_dnet_dnet_ntoa=yes
9130 else
9131 $as_echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 ac_cv_lib_dnet_dnet_ntoa=no
9137 rm -rf conftest.dSYM
9138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9139 conftest$ac_exeext conftest.$ac_ext
9140 LIBS=$ac_check_lib_save_LIBS
9142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9143 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9144 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9145 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9148 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9149 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9150 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9151 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9152 $as_echo_n "(cached) " >&6
9153 else
9154 ac_check_lib_save_LIBS=$LIBS
9155 LIBS="-ldnet_stub $LIBS"
9156 cat >conftest.$ac_ext <<_ACEOF
9157 /* confdefs.h. */
9158 _ACEOF
9159 cat confdefs.h >>conftest.$ac_ext
9160 cat >>conftest.$ac_ext <<_ACEOF
9161 /* end confdefs.h. */
9163 /* Override any GCC internal prototype to avoid an error.
9164 Use char because int might match the return type of a GCC
9165 builtin and then its argument prototype would still apply. */
9166 #ifdef __cplusplus
9167 extern "C"
9168 #endif
9169 char dnet_ntoa ();
9171 main ()
9173 return dnet_ntoa ();
9175 return 0;
9177 _ACEOF
9178 rm -f conftest.$ac_objext conftest$ac_exeext
9179 if { (ac_try="$ac_link"
9180 case "(($ac_try" in
9181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9182 *) ac_try_echo=$ac_try;;
9183 esac
9184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9185 $as_echo "$ac_try_echo") >&5
9186 (eval "$ac_link") 2>conftest.er1
9187 ac_status=$?
9188 grep -v '^ *+' conftest.er1 >conftest.err
9189 rm -f conftest.er1
9190 cat conftest.err >&5
9191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9192 (exit $ac_status); } && {
9193 test -z "$ac_c_werror_flag" ||
9194 test ! -s conftest.err
9195 } && test -s conftest$ac_exeext && {
9196 test "$cross_compiling" = yes ||
9197 $as_test_x conftest$ac_exeext
9198 }; then
9199 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9200 else
9201 $as_echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.$ac_ext >&5
9204 ac_cv_lib_dnet_stub_dnet_ntoa=no
9207 rm -rf conftest.dSYM
9208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9209 conftest$ac_exeext conftest.$ac_ext
9210 LIBS=$ac_check_lib_save_LIBS
9212 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9213 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9214 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9215 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9221 rm -rf conftest.dSYM
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223 conftest$ac_exeext conftest.$ac_ext
9224 LIBS="$ac_xsave_LIBS"
9226 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9227 # to get the SysV transport functions.
9228 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9229 # needs -lnsl.
9230 # The nsl library prevents programs from opening the X display
9231 # on Irix 5.2, according to T.E. Dickey.
9232 # The functions gethostbyname, getservbyname, and inet_addr are
9233 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9234 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9235 $as_echo_n "checking for gethostbyname... " >&6; }
9236 if test "${ac_cv_func_gethostbyname+set}" = set; then
9237 $as_echo_n "(cached) " >&6
9238 else
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h. */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h. */
9245 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9247 #define gethostbyname innocuous_gethostbyname
9249 /* System header to define __stub macros and hopefully few prototypes,
9250 which can conflict with char gethostbyname (); below.
9251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9252 <limits.h> exists even on freestanding compilers. */
9254 #ifdef __STDC__
9255 # include <limits.h>
9256 #else
9257 # include <assert.h>
9258 #endif
9260 #undef gethostbyname
9262 /* Override any GCC internal prototype to avoid an error.
9263 Use char because int might match the return type of a GCC
9264 builtin and then its argument prototype would still apply. */
9265 #ifdef __cplusplus
9266 extern "C"
9267 #endif
9268 char gethostbyname ();
9269 /* The GNU C library defines this for functions which it implements
9270 to always fail with ENOSYS. Some functions are actually named
9271 something starting with __ and the normal name is an alias. */
9272 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9273 choke me
9274 #endif
9277 main ()
9279 return gethostbyname ();
9281 return 0;
9283 _ACEOF
9284 rm -f conftest.$ac_objext conftest$ac_exeext
9285 if { (ac_try="$ac_link"
9286 case "(($ac_try" in
9287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9288 *) ac_try_echo=$ac_try;;
9289 esac
9290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9291 $as_echo "$ac_try_echo") >&5
9292 (eval "$ac_link") 2>conftest.er1
9293 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest$ac_exeext && {
9302 test "$cross_compiling" = yes ||
9303 $as_test_x conftest$ac_exeext
9304 }; then
9305 ac_cv_func_gethostbyname=yes
9306 else
9307 $as_echo "$as_me: failed program was:" >&5
9308 sed 's/^/| /' conftest.$ac_ext >&5
9310 ac_cv_func_gethostbyname=no
9313 rm -rf conftest.dSYM
9314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9315 conftest$ac_exeext conftest.$ac_ext
9317 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9318 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9320 if test $ac_cv_func_gethostbyname = no; then
9321 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9322 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9323 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9324 $as_echo_n "(cached) " >&6
9325 else
9326 ac_check_lib_save_LIBS=$LIBS
9327 LIBS="-lnsl $LIBS"
9328 cat >conftest.$ac_ext <<_ACEOF
9329 /* confdefs.h. */
9330 _ACEOF
9331 cat confdefs.h >>conftest.$ac_ext
9332 cat >>conftest.$ac_ext <<_ACEOF
9333 /* end confdefs.h. */
9335 /* Override any GCC internal prototype to avoid an error.
9336 Use char because int might match the return type of a GCC
9337 builtin and then its argument prototype would still apply. */
9338 #ifdef __cplusplus
9339 extern "C"
9340 #endif
9341 char gethostbyname ();
9343 main ()
9345 return gethostbyname ();
9347 return 0;
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (ac_try="$ac_link"
9352 case "(($ac_try" in
9353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9354 *) ac_try_echo=$ac_try;;
9355 esac
9356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9357 $as_echo "$ac_try_echo") >&5
9358 (eval "$ac_link") 2>conftest.er1
9359 ac_status=$?
9360 grep -v '^ *+' conftest.er1 >conftest.err
9361 rm -f conftest.er1
9362 cat conftest.err >&5
9363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest$ac_exeext && {
9368 test "$cross_compiling" = yes ||
9369 $as_test_x conftest$ac_exeext
9370 }; then
9371 ac_cv_lib_nsl_gethostbyname=yes
9372 else
9373 $as_echo "$as_me: failed program was:" >&5
9374 sed 's/^/| /' conftest.$ac_ext >&5
9376 ac_cv_lib_nsl_gethostbyname=no
9379 rm -rf conftest.dSYM
9380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9381 conftest$ac_exeext conftest.$ac_ext
9382 LIBS=$ac_check_lib_save_LIBS
9384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9385 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9386 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9387 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9390 if test $ac_cv_lib_nsl_gethostbyname = no; then
9391 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9392 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9393 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9394 $as_echo_n "(cached) " >&6
9395 else
9396 ac_check_lib_save_LIBS=$LIBS
9397 LIBS="-lbsd $LIBS"
9398 cat >conftest.$ac_ext <<_ACEOF
9399 /* confdefs.h. */
9400 _ACEOF
9401 cat confdefs.h >>conftest.$ac_ext
9402 cat >>conftest.$ac_ext <<_ACEOF
9403 /* end confdefs.h. */
9405 /* Override any GCC internal prototype to avoid an error.
9406 Use char because int might match the return type of a GCC
9407 builtin and then its argument prototype would still apply. */
9408 #ifdef __cplusplus
9409 extern "C"
9410 #endif
9411 char gethostbyname ();
9413 main ()
9415 return gethostbyname ();
9417 return 0;
9419 _ACEOF
9420 rm -f conftest.$ac_objext conftest$ac_exeext
9421 if { (ac_try="$ac_link"
9422 case "(($ac_try" in
9423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9424 *) ac_try_echo=$ac_try;;
9425 esac
9426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9427 $as_echo "$ac_try_echo") >&5
9428 (eval "$ac_link") 2>conftest.er1
9429 ac_status=$?
9430 grep -v '^ *+' conftest.er1 >conftest.err
9431 rm -f conftest.er1
9432 cat conftest.err >&5
9433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); } && {
9435 test -z "$ac_c_werror_flag" ||
9436 test ! -s conftest.err
9437 } && test -s conftest$ac_exeext && {
9438 test "$cross_compiling" = yes ||
9439 $as_test_x conftest$ac_exeext
9440 }; then
9441 ac_cv_lib_bsd_gethostbyname=yes
9442 else
9443 $as_echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9446 ac_cv_lib_bsd_gethostbyname=no
9449 rm -rf conftest.dSYM
9450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9451 conftest$ac_exeext conftest.$ac_ext
9452 LIBS=$ac_check_lib_save_LIBS
9454 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9455 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9456 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9457 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9463 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9464 # socket/setsockopt and other routines are undefined under SCO ODT
9465 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9466 # on later versions), says Simon Leinen: it contains gethostby*
9467 # variants that don't use the name server (or something). -lsocket
9468 # must be given before -lnsl if both are needed. We assume that
9469 # if connect needs -lnsl, so does gethostbyname.
9470 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9471 $as_echo_n "checking for connect... " >&6; }
9472 if test "${ac_cv_func_connect+set}" = set; then
9473 $as_echo_n "(cached) " >&6
9474 else
9475 cat >conftest.$ac_ext <<_ACEOF
9476 /* confdefs.h. */
9477 _ACEOF
9478 cat confdefs.h >>conftest.$ac_ext
9479 cat >>conftest.$ac_ext <<_ACEOF
9480 /* end confdefs.h. */
9481 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9482 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9483 #define connect innocuous_connect
9485 /* System header to define __stub macros and hopefully few prototypes,
9486 which can conflict with char connect (); below.
9487 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9488 <limits.h> exists even on freestanding compilers. */
9490 #ifdef __STDC__
9491 # include <limits.h>
9492 #else
9493 # include <assert.h>
9494 #endif
9496 #undef connect
9498 /* Override any GCC internal prototype to avoid an error.
9499 Use char because int might match the return type of a GCC
9500 builtin and then its argument prototype would still apply. */
9501 #ifdef __cplusplus
9502 extern "C"
9503 #endif
9504 char connect ();
9505 /* The GNU C library defines this for functions which it implements
9506 to always fail with ENOSYS. Some functions are actually named
9507 something starting with __ and the normal name is an alias. */
9508 #if defined __stub_connect || defined __stub___connect
9509 choke me
9510 #endif
9513 main ()
9515 return connect ();
9517 return 0;
9519 _ACEOF
9520 rm -f conftest.$ac_objext conftest$ac_exeext
9521 if { (ac_try="$ac_link"
9522 case "(($ac_try" in
9523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9524 *) ac_try_echo=$ac_try;;
9525 esac
9526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9527 $as_echo "$ac_try_echo") >&5
9528 (eval "$ac_link") 2>conftest.er1
9529 ac_status=$?
9530 grep -v '^ *+' conftest.er1 >conftest.err
9531 rm -f conftest.er1
9532 cat conftest.err >&5
9533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9534 (exit $ac_status); } && {
9535 test -z "$ac_c_werror_flag" ||
9536 test ! -s conftest.err
9537 } && test -s conftest$ac_exeext && {
9538 test "$cross_compiling" = yes ||
9539 $as_test_x conftest$ac_exeext
9540 }; then
9541 ac_cv_func_connect=yes
9542 else
9543 $as_echo "$as_me: failed program was:" >&5
9544 sed 's/^/| /' conftest.$ac_ext >&5
9546 ac_cv_func_connect=no
9549 rm -rf conftest.dSYM
9550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9551 conftest$ac_exeext conftest.$ac_ext
9553 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9554 $as_echo "$ac_cv_func_connect" >&6; }
9556 if test $ac_cv_func_connect = no; then
9557 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9558 $as_echo_n "checking for connect in -lsocket... " >&6; }
9559 if test "${ac_cv_lib_socket_connect+set}" = set; then
9560 $as_echo_n "(cached) " >&6
9561 else
9562 ac_check_lib_save_LIBS=$LIBS
9563 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9564 cat >conftest.$ac_ext <<_ACEOF
9565 /* confdefs.h. */
9566 _ACEOF
9567 cat confdefs.h >>conftest.$ac_ext
9568 cat >>conftest.$ac_ext <<_ACEOF
9569 /* end confdefs.h. */
9571 /* Override any GCC internal prototype to avoid an error.
9572 Use char because int might match the return type of a GCC
9573 builtin and then its argument prototype would still apply. */
9574 #ifdef __cplusplus
9575 extern "C"
9576 #endif
9577 char connect ();
9579 main ()
9581 return connect ();
9583 return 0;
9585 _ACEOF
9586 rm -f conftest.$ac_objext conftest$ac_exeext
9587 if { (ac_try="$ac_link"
9588 case "(($ac_try" in
9589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590 *) ac_try_echo=$ac_try;;
9591 esac
9592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9593 $as_echo "$ac_try_echo") >&5
9594 (eval "$ac_link") 2>conftest.er1
9595 ac_status=$?
9596 grep -v '^ *+' conftest.er1 >conftest.err
9597 rm -f conftest.er1
9598 cat conftest.err >&5
9599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600 (exit $ac_status); } && {
9601 test -z "$ac_c_werror_flag" ||
9602 test ! -s conftest.err
9603 } && test -s conftest$ac_exeext && {
9604 test "$cross_compiling" = yes ||
9605 $as_test_x conftest$ac_exeext
9606 }; then
9607 ac_cv_lib_socket_connect=yes
9608 else
9609 $as_echo "$as_me: failed program was:" >&5
9610 sed 's/^/| /' conftest.$ac_ext >&5
9612 ac_cv_lib_socket_connect=no
9615 rm -rf conftest.dSYM
9616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9617 conftest$ac_exeext conftest.$ac_ext
9618 LIBS=$ac_check_lib_save_LIBS
9620 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9621 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9622 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9623 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9628 # Guillermo Gomez says -lposix is necessary on A/UX.
9629 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9630 $as_echo_n "checking for remove... " >&6; }
9631 if test "${ac_cv_func_remove+set}" = set; then
9632 $as_echo_n "(cached) " >&6
9633 else
9634 cat >conftest.$ac_ext <<_ACEOF
9635 /* confdefs.h. */
9636 _ACEOF
9637 cat confdefs.h >>conftest.$ac_ext
9638 cat >>conftest.$ac_ext <<_ACEOF
9639 /* end confdefs.h. */
9640 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9642 #define remove innocuous_remove
9644 /* System header to define __stub macros and hopefully few prototypes,
9645 which can conflict with char remove (); below.
9646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9647 <limits.h> exists even on freestanding compilers. */
9649 #ifdef __STDC__
9650 # include <limits.h>
9651 #else
9652 # include <assert.h>
9653 #endif
9655 #undef remove
9657 /* Override any GCC internal prototype to avoid an error.
9658 Use char because int might match the return type of a GCC
9659 builtin and then its argument prototype would still apply. */
9660 #ifdef __cplusplus
9661 extern "C"
9662 #endif
9663 char remove ();
9664 /* The GNU C library defines this for functions which it implements
9665 to always fail with ENOSYS. Some functions are actually named
9666 something starting with __ and the normal name is an alias. */
9667 #if defined __stub_remove || defined __stub___remove
9668 choke me
9669 #endif
9672 main ()
9674 return remove ();
9676 return 0;
9678 _ACEOF
9679 rm -f conftest.$ac_objext conftest$ac_exeext
9680 if { (ac_try="$ac_link"
9681 case "(($ac_try" in
9682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9683 *) ac_try_echo=$ac_try;;
9684 esac
9685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9686 $as_echo "$ac_try_echo") >&5
9687 (eval "$ac_link") 2>conftest.er1
9688 ac_status=$?
9689 grep -v '^ *+' conftest.er1 >conftest.err
9690 rm -f conftest.er1
9691 cat conftest.err >&5
9692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9693 (exit $ac_status); } && {
9694 test -z "$ac_c_werror_flag" ||
9695 test ! -s conftest.err
9696 } && test -s conftest$ac_exeext && {
9697 test "$cross_compiling" = yes ||
9698 $as_test_x conftest$ac_exeext
9699 }; then
9700 ac_cv_func_remove=yes
9701 else
9702 $as_echo "$as_me: failed program was:" >&5
9703 sed 's/^/| /' conftest.$ac_ext >&5
9705 ac_cv_func_remove=no
9708 rm -rf conftest.dSYM
9709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9710 conftest$ac_exeext conftest.$ac_ext
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9713 $as_echo "$ac_cv_func_remove" >&6; }
9715 if test $ac_cv_func_remove = no; then
9716 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9717 $as_echo_n "checking for remove in -lposix... " >&6; }
9718 if test "${ac_cv_lib_posix_remove+set}" = set; then
9719 $as_echo_n "(cached) " >&6
9720 else
9721 ac_check_lib_save_LIBS=$LIBS
9722 LIBS="-lposix $LIBS"
9723 cat >conftest.$ac_ext <<_ACEOF
9724 /* confdefs.h. */
9725 _ACEOF
9726 cat confdefs.h >>conftest.$ac_ext
9727 cat >>conftest.$ac_ext <<_ACEOF
9728 /* end confdefs.h. */
9730 /* Override any GCC internal prototype to avoid an error.
9731 Use char because int might match the return type of a GCC
9732 builtin and then its argument prototype would still apply. */
9733 #ifdef __cplusplus
9734 extern "C"
9735 #endif
9736 char remove ();
9738 main ()
9740 return remove ();
9742 return 0;
9744 _ACEOF
9745 rm -f conftest.$ac_objext conftest$ac_exeext
9746 if { (ac_try="$ac_link"
9747 case "(($ac_try" in
9748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9749 *) ac_try_echo=$ac_try;;
9750 esac
9751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9752 $as_echo "$ac_try_echo") >&5
9753 (eval "$ac_link") 2>conftest.er1
9754 ac_status=$?
9755 grep -v '^ *+' conftest.er1 >conftest.err
9756 rm -f conftest.er1
9757 cat conftest.err >&5
9758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759 (exit $ac_status); } && {
9760 test -z "$ac_c_werror_flag" ||
9761 test ! -s conftest.err
9762 } && test -s conftest$ac_exeext && {
9763 test "$cross_compiling" = yes ||
9764 $as_test_x conftest$ac_exeext
9765 }; then
9766 ac_cv_lib_posix_remove=yes
9767 else
9768 $as_echo "$as_me: failed program was:" >&5
9769 sed 's/^/| /' conftest.$ac_ext >&5
9771 ac_cv_lib_posix_remove=no
9774 rm -rf conftest.dSYM
9775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9776 conftest$ac_exeext conftest.$ac_ext
9777 LIBS=$ac_check_lib_save_LIBS
9779 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9780 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9781 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9782 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9787 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9788 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9789 $as_echo_n "checking for shmat... " >&6; }
9790 if test "${ac_cv_func_shmat+set}" = set; then
9791 $as_echo_n "(cached) " >&6
9792 else
9793 cat >conftest.$ac_ext <<_ACEOF
9794 /* confdefs.h. */
9795 _ACEOF
9796 cat confdefs.h >>conftest.$ac_ext
9797 cat >>conftest.$ac_ext <<_ACEOF
9798 /* end confdefs.h. */
9799 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9800 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9801 #define shmat innocuous_shmat
9803 /* System header to define __stub macros and hopefully few prototypes,
9804 which can conflict with char shmat (); below.
9805 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9806 <limits.h> exists even on freestanding compilers. */
9808 #ifdef __STDC__
9809 # include <limits.h>
9810 #else
9811 # include <assert.h>
9812 #endif
9814 #undef shmat
9816 /* Override any GCC internal prototype to avoid an error.
9817 Use char because int might match the return type of a GCC
9818 builtin and then its argument prototype would still apply. */
9819 #ifdef __cplusplus
9820 extern "C"
9821 #endif
9822 char shmat ();
9823 /* The GNU C library defines this for functions which it implements
9824 to always fail with ENOSYS. Some functions are actually named
9825 something starting with __ and the normal name is an alias. */
9826 #if defined __stub_shmat || defined __stub___shmat
9827 choke me
9828 #endif
9831 main ()
9833 return shmat ();
9835 return 0;
9837 _ACEOF
9838 rm -f conftest.$ac_objext conftest$ac_exeext
9839 if { (ac_try="$ac_link"
9840 case "(($ac_try" in
9841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9842 *) ac_try_echo=$ac_try;;
9843 esac
9844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9845 $as_echo "$ac_try_echo") >&5
9846 (eval "$ac_link") 2>conftest.er1
9847 ac_status=$?
9848 grep -v '^ *+' conftest.er1 >conftest.err
9849 rm -f conftest.er1
9850 cat conftest.err >&5
9851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852 (exit $ac_status); } && {
9853 test -z "$ac_c_werror_flag" ||
9854 test ! -s conftest.err
9855 } && test -s conftest$ac_exeext && {
9856 test "$cross_compiling" = yes ||
9857 $as_test_x conftest$ac_exeext
9858 }; then
9859 ac_cv_func_shmat=yes
9860 else
9861 $as_echo "$as_me: failed program was:" >&5
9862 sed 's/^/| /' conftest.$ac_ext >&5
9864 ac_cv_func_shmat=no
9867 rm -rf conftest.dSYM
9868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9869 conftest$ac_exeext conftest.$ac_ext
9871 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9872 $as_echo "$ac_cv_func_shmat" >&6; }
9874 if test $ac_cv_func_shmat = no; then
9875 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9876 $as_echo_n "checking for shmat in -lipc... " >&6; }
9877 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9878 $as_echo_n "(cached) " >&6
9879 else
9880 ac_check_lib_save_LIBS=$LIBS
9881 LIBS="-lipc $LIBS"
9882 cat >conftest.$ac_ext <<_ACEOF
9883 /* confdefs.h. */
9884 _ACEOF
9885 cat confdefs.h >>conftest.$ac_ext
9886 cat >>conftest.$ac_ext <<_ACEOF
9887 /* end confdefs.h. */
9889 /* Override any GCC internal prototype to avoid an error.
9890 Use char because int might match the return type of a GCC
9891 builtin and then its argument prototype would still apply. */
9892 #ifdef __cplusplus
9893 extern "C"
9894 #endif
9895 char shmat ();
9897 main ()
9899 return shmat ();
9901 return 0;
9903 _ACEOF
9904 rm -f conftest.$ac_objext conftest$ac_exeext
9905 if { (ac_try="$ac_link"
9906 case "(($ac_try" in
9907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9908 *) ac_try_echo=$ac_try;;
9909 esac
9910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9911 $as_echo "$ac_try_echo") >&5
9912 (eval "$ac_link") 2>conftest.er1
9913 ac_status=$?
9914 grep -v '^ *+' conftest.er1 >conftest.err
9915 rm -f conftest.er1
9916 cat conftest.err >&5
9917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9918 (exit $ac_status); } && {
9919 test -z "$ac_c_werror_flag" ||
9920 test ! -s conftest.err
9921 } && test -s conftest$ac_exeext && {
9922 test "$cross_compiling" = yes ||
9923 $as_test_x conftest$ac_exeext
9924 }; then
9925 ac_cv_lib_ipc_shmat=yes
9926 else
9927 $as_echo "$as_me: failed program was:" >&5
9928 sed 's/^/| /' conftest.$ac_ext >&5
9930 ac_cv_lib_ipc_shmat=no
9933 rm -rf conftest.dSYM
9934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9935 conftest$ac_exeext conftest.$ac_ext
9936 LIBS=$ac_check_lib_save_LIBS
9938 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9939 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9940 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9941 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9947 # Check for libraries that X11R6 Xt/Xaw programs need.
9948 ac_save_LDFLAGS=$LDFLAGS
9949 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9950 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9951 # check for ICE first), but we must link in the order -lSM -lICE or
9952 # we get undefined symbols. So assume we have SM if we have ICE.
9953 # These have to be linked with before -lX11, unlike the other
9954 # libraries we check for below, so use a different variable.
9955 # John Interrante, Karl Berry
9956 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9957 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9958 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9959 $as_echo_n "(cached) " >&6
9960 else
9961 ac_check_lib_save_LIBS=$LIBS
9962 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9963 cat >conftest.$ac_ext <<_ACEOF
9964 /* confdefs.h. */
9965 _ACEOF
9966 cat confdefs.h >>conftest.$ac_ext
9967 cat >>conftest.$ac_ext <<_ACEOF
9968 /* end confdefs.h. */
9970 /* Override any GCC internal prototype to avoid an error.
9971 Use char because int might match the return type of a GCC
9972 builtin and then its argument prototype would still apply. */
9973 #ifdef __cplusplus
9974 extern "C"
9975 #endif
9976 char IceConnectionNumber ();
9978 main ()
9980 return IceConnectionNumber ();
9982 return 0;
9984 _ACEOF
9985 rm -f conftest.$ac_objext conftest$ac_exeext
9986 if { (ac_try="$ac_link"
9987 case "(($ac_try" in
9988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9989 *) ac_try_echo=$ac_try;;
9990 esac
9991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9992 $as_echo "$ac_try_echo") >&5
9993 (eval "$ac_link") 2>conftest.er1
9994 ac_status=$?
9995 grep -v '^ *+' conftest.er1 >conftest.err
9996 rm -f conftest.er1
9997 cat conftest.err >&5
9998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999 (exit $ac_status); } && {
10000 test -z "$ac_c_werror_flag" ||
10001 test ! -s conftest.err
10002 } && test -s conftest$ac_exeext && {
10003 test "$cross_compiling" = yes ||
10004 $as_test_x conftest$ac_exeext
10005 }; then
10006 ac_cv_lib_ICE_IceConnectionNumber=yes
10007 else
10008 $as_echo "$as_me: failed program was:" >&5
10009 sed 's/^/| /' conftest.$ac_ext >&5
10011 ac_cv_lib_ICE_IceConnectionNumber=no
10014 rm -rf conftest.dSYM
10015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10016 conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10020 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10021 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10022 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10025 LDFLAGS=$ac_save_LDFLAGS
10030 if test "$have_x" = "yes"
10031 then
10032 XLIB="-lXext -lX11"
10033 ac_save_CPPFLAGS="$CPPFLAGS"
10034 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10036 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10037 $as_echo_n "checking for -lX11... " >&6; }
10038 if test "${ac_cv_lib_soname_X11+set}" = set; then
10039 $as_echo_n "(cached) " >&6
10040 else
10041 ac_check_soname_save_LIBS=$LIBS
10042 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10043 cat >conftest.$ac_ext <<_ACEOF
10044 /* confdefs.h. */
10045 _ACEOF
10046 cat confdefs.h >>conftest.$ac_ext
10047 cat >>conftest.$ac_ext <<_ACEOF
10048 /* end confdefs.h. */
10050 /* Override any GCC internal prototype to avoid an error.
10051 Use char because int might match the return type of a GCC
10052 builtin and then its argument prototype would still apply. */
10053 #ifdef __cplusplus
10054 extern "C"
10055 #endif
10056 char XCreateWindow ();
10058 main ()
10060 return XCreateWindow ();
10062 return 0;
10064 _ACEOF
10065 rm -f conftest.$ac_objext conftest$ac_exeext
10066 if { (ac_try="$ac_link"
10067 case "(($ac_try" in
10068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10069 *) ac_try_echo=$ac_try;;
10070 esac
10071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10072 $as_echo "$ac_try_echo") >&5
10073 (eval "$ac_link") 2>conftest.er1
10074 ac_status=$?
10075 grep -v '^ *+' conftest.er1 >conftest.err
10076 rm -f conftest.er1
10077 cat conftest.err >&5
10078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10079 (exit $ac_status); } && {
10080 test -z "$ac_c_werror_flag" ||
10081 test ! -s conftest.err
10082 } && test -s conftest$ac_exeext && {
10083 test "$cross_compiling" = yes ||
10084 $as_test_x conftest$ac_exeext
10085 }; then
10086 case "$LIBEXT" in
10087 dll) ;;
10088 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'` ;;
10089 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10090 esac
10091 else
10092 $as_echo "$as_me: failed program was:" >&5
10093 sed 's/^/| /' conftest.$ac_ext >&5
10098 rm -rf conftest.dSYM
10099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10100 conftest$ac_exeext conftest.$ac_ext
10101 LIBS=$ac_check_soname_save_LIBS
10103 if test "x$ac_cv_lib_soname_X11" = "x"; then
10104 { $as_echo "$as_me:$LINENO: result: not found" >&5
10105 $as_echo "not found" >&6; }
10107 else
10108 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10109 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10111 cat >>confdefs.h <<_ACEOF
10112 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10113 _ACEOF
10118 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10119 $as_echo_n "checking for -lXext... " >&6; }
10120 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10121 $as_echo_n "(cached) " >&6
10122 else
10123 ac_check_soname_save_LIBS=$LIBS
10124 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10125 cat >conftest.$ac_ext <<_ACEOF
10126 /* confdefs.h. */
10127 _ACEOF
10128 cat confdefs.h >>conftest.$ac_ext
10129 cat >>conftest.$ac_ext <<_ACEOF
10130 /* end confdefs.h. */
10132 /* Override any GCC internal prototype to avoid an error.
10133 Use char because int might match the return type of a GCC
10134 builtin and then its argument prototype would still apply. */
10135 #ifdef __cplusplus
10136 extern "C"
10137 #endif
10138 char XextCreateExtension ();
10140 main ()
10142 return XextCreateExtension ();
10144 return 0;
10146 _ACEOF
10147 rm -f conftest.$ac_objext conftest$ac_exeext
10148 if { (ac_try="$ac_link"
10149 case "(($ac_try" in
10150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10151 *) ac_try_echo=$ac_try;;
10152 esac
10153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10154 $as_echo "$ac_try_echo") >&5
10155 (eval "$ac_link") 2>conftest.er1
10156 ac_status=$?
10157 grep -v '^ *+' conftest.er1 >conftest.err
10158 rm -f conftest.er1
10159 cat conftest.err >&5
10160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161 (exit $ac_status); } && {
10162 test -z "$ac_c_werror_flag" ||
10163 test ! -s conftest.err
10164 } && test -s conftest$ac_exeext && {
10165 test "$cross_compiling" = yes ||
10166 $as_test_x conftest$ac_exeext
10167 }; then
10168 case "$LIBEXT" in
10169 dll) ;;
10170 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'` ;;
10171 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10172 esac
10173 else
10174 $as_echo "$as_me: failed program was:" >&5
10175 sed 's/^/| /' conftest.$ac_ext >&5
10180 rm -rf conftest.dSYM
10181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10182 conftest$ac_exeext conftest.$ac_ext
10183 LIBS=$ac_check_soname_save_LIBS
10185 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10186 { $as_echo "$as_me:$LINENO: result: not found" >&5
10187 $as_echo "not found" >&6; }
10189 else
10190 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10191 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10193 cat >>confdefs.h <<_ACEOF
10194 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10195 _ACEOF
10213 for ac_header in X11/Xlib.h \
10214 X11/XKBlib.h \
10215 X11/Xutil.h \
10216 X11/Xcursor/Xcursor.h \
10217 X11/extensions/shape.h \
10218 X11/extensions/XInput.h \
10219 X11/extensions/XShm.h \
10220 X11/extensions/Xcomposite.h \
10221 X11/extensions/Xinerama.h \
10222 X11/extensions/Xrandr.h \
10223 X11/extensions/Xrender.h \
10224 X11/extensions/xf86vmode.h
10226 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10227 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10228 $as_echo_n "checking for $ac_header... " >&6; }
10229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10230 $as_echo_n "(cached) " >&6
10231 else
10232 cat >conftest.$ac_ext <<_ACEOF
10233 /* confdefs.h. */
10234 _ACEOF
10235 cat confdefs.h >>conftest.$ac_ext
10236 cat >>conftest.$ac_ext <<_ACEOF
10237 /* end confdefs.h. */
10238 #ifdef HAVE_X11_XLIB_H
10239 # include <X11/Xlib.h>
10240 #endif
10241 #ifdef HAVE_X11_XUTIL_H
10242 # include <X11/Xutil.h>
10243 #endif
10245 #include <$ac_header>
10246 _ACEOF
10247 rm -f conftest.$ac_objext
10248 if { (ac_try="$ac_compile"
10249 case "(($ac_try" in
10250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251 *) ac_try_echo=$ac_try;;
10252 esac
10253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10254 $as_echo "$ac_try_echo") >&5
10255 (eval "$ac_compile") 2>conftest.er1
10256 ac_status=$?
10257 grep -v '^ *+' conftest.er1 >conftest.err
10258 rm -f conftest.er1
10259 cat conftest.err >&5
10260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261 (exit $ac_status); } && {
10262 test -z "$ac_c_werror_flag" ||
10263 test ! -s conftest.err
10264 } && test -s conftest.$ac_objext; then
10265 eval "$as_ac_Header=yes"
10266 else
10267 $as_echo "$as_me: failed program was:" >&5
10268 sed 's/^/| /' conftest.$ac_ext >&5
10270 eval "$as_ac_Header=no"
10273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10275 ac_res=`eval 'as_val=${'$as_ac_Header'}
10276 $as_echo "$as_val"'`
10277 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10278 $as_echo "$ac_res" >&6; }
10279 as_val=`eval 'as_val=${'$as_ac_Header'}
10280 $as_echo "$as_val"'`
10281 if test "x$as_val" = x""yes; then
10282 cat >>confdefs.h <<_ACEOF
10283 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10284 _ACEOF
10288 done
10291 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10292 then
10293 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10294 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10295 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10296 $as_echo_n "(cached) " >&6
10297 else
10298 ac_check_lib_save_LIBS=$LIBS
10299 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10300 cat >conftest.$ac_ext <<_ACEOF
10301 /* confdefs.h. */
10302 _ACEOF
10303 cat confdefs.h >>conftest.$ac_ext
10304 cat >>conftest.$ac_ext <<_ACEOF
10305 /* end confdefs.h. */
10307 /* Override any GCC internal prototype to avoid an error.
10308 Use char because int might match the return type of a GCC
10309 builtin and then its argument prototype would still apply. */
10310 #ifdef __cplusplus
10311 extern "C"
10312 #endif
10313 char XkbQueryExtension ();
10315 main ()
10317 return XkbQueryExtension ();
10319 return 0;
10321 _ACEOF
10322 rm -f conftest.$ac_objext conftest$ac_exeext
10323 if { (ac_try="$ac_link"
10324 case "(($ac_try" in
10325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10326 *) ac_try_echo=$ac_try;;
10327 esac
10328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10329 $as_echo "$ac_try_echo") >&5
10330 (eval "$ac_link") 2>conftest.er1
10331 ac_status=$?
10332 grep -v '^ *+' conftest.er1 >conftest.err
10333 rm -f conftest.er1
10334 cat conftest.err >&5
10335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336 (exit $ac_status); } && {
10337 test -z "$ac_c_werror_flag" ||
10338 test ! -s conftest.err
10339 } && test -s conftest$ac_exeext && {
10340 test "$cross_compiling" = yes ||
10341 $as_test_x conftest$ac_exeext
10342 }; then
10343 ac_cv_lib_X11_XkbQueryExtension=yes
10344 else
10345 $as_echo "$as_me: failed program was:" >&5
10346 sed 's/^/| /' conftest.$ac_ext >&5
10348 ac_cv_lib_X11_XkbQueryExtension=no
10351 rm -rf conftest.dSYM
10352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10353 conftest$ac_exeext conftest.$ac_ext
10354 LIBS=$ac_check_lib_save_LIBS
10356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10357 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10358 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10360 cat >>confdefs.h <<\_ACEOF
10361 #define HAVE_XKB 1
10362 _ACEOF
10368 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10369 then
10370 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10371 $as_echo_n "checking for -lXcursor... " >&6; }
10372 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10373 $as_echo_n "(cached) " >&6
10374 else
10375 ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377 cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h. */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h. */
10384 /* Override any GCC internal prototype to avoid an error.
10385 Use char because int might match the return type of a GCC
10386 builtin and then its argument prototype would still apply. */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XcursorImageLoadCursor ();
10392 main ()
10394 return XcursorImageLoadCursor ();
10396 return 0;
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403 *) ac_try_echo=$ac_try;;
10404 esac
10405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10406 $as_echo "$ac_try_echo") >&5
10407 (eval "$ac_link") 2>conftest.er1
10408 ac_status=$?
10409 grep -v '^ *+' conftest.er1 >conftest.err
10410 rm -f conftest.er1
10411 cat conftest.err >&5
10412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413 (exit $ac_status); } && {
10414 test -z "$ac_c_werror_flag" ||
10415 test ! -s conftest.err
10416 } && test -s conftest$ac_exeext && {
10417 test "$cross_compiling" = yes ||
10418 $as_test_x conftest$ac_exeext
10419 }; then
10420 case "$LIBEXT" in
10421 dll) ;;
10422 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'` ;;
10423 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10424 esac
10425 else
10426 $as_echo "$as_me: failed program was:" >&5
10427 sed 's/^/| /' conftest.$ac_ext >&5
10432 rm -rf conftest.dSYM
10433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10434 conftest$ac_exeext conftest.$ac_ext
10435 LIBS=$ac_check_soname_save_LIBS
10437 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10438 { $as_echo "$as_me:$LINENO: result: not found" >&5
10439 $as_echo "not found" >&6; }
10441 else
10442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10443 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10445 cat >>confdefs.h <<_ACEOF
10446 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10447 _ACEOF
10453 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10454 case "x$with_xcursor" in
10455 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10456 xno) ;;
10457 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10458 This is an error since --with-xcursor was requested." >&5
10459 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10460 This is an error since --with-xcursor was requested." >&2;}
10461 { (exit 1); exit 1; }; } ;;
10462 esac
10466 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10467 then
10468 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10469 $as_echo_n "checking for -lXi... " >&6; }
10470 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10471 $as_echo_n "(cached) " >&6
10472 else
10473 ac_check_soname_save_LIBS=$LIBS
10474 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10475 cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h. */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
10480 /* end confdefs.h. */
10482 /* Override any GCC internal prototype to avoid an error.
10483 Use char because int might match the return type of a GCC
10484 builtin and then its argument prototype would still apply. */
10485 #ifdef __cplusplus
10486 extern "C"
10487 #endif
10488 char XOpenDevice ();
10490 main ()
10492 return XOpenDevice ();
10494 return 0;
10496 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501 *) ac_try_echo=$ac_try;;
10502 esac
10503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10504 $as_echo "$ac_try_echo") >&5
10505 (eval "$ac_link") 2>conftest.er1
10506 ac_status=$?
10507 grep -v '^ *+' conftest.er1 >conftest.err
10508 rm -f conftest.er1
10509 cat conftest.err >&5
10510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); } && {
10512 test -z "$ac_c_werror_flag" ||
10513 test ! -s conftest.err
10514 } && test -s conftest$ac_exeext && {
10515 test "$cross_compiling" = yes ||
10516 $as_test_x conftest$ac_exeext
10517 }; then
10518 case "$LIBEXT" in
10519 dll) ;;
10520 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'` ;;
10521 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10522 esac
10523 else
10524 $as_echo "$as_me: failed program was:" >&5
10525 sed 's/^/| /' conftest.$ac_ext >&5
10530 rm -rf conftest.dSYM
10531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10532 conftest$ac_exeext conftest.$ac_ext
10533 LIBS=$ac_check_soname_save_LIBS
10535 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10536 { $as_echo "$as_me:$LINENO: result: not found" >&5
10537 $as_echo "not found" >&6; }
10539 else
10540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10541 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10543 cat >>confdefs.h <<_ACEOF
10544 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10545 _ACEOF
10551 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10552 case "x$with_xinput" in
10553 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10554 xno) ;;
10555 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10556 This is an error since --with-xinput was requested." >&5
10557 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10558 This is an error since --with-xinput was requested." >&2;}
10559 { (exit 1); exit 1; }; } ;;
10560 esac
10564 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10565 then
10566 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10567 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10568 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10569 $as_echo_n "(cached) " >&6
10570 else
10571 ac_check_lib_save_LIBS=$LIBS
10572 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h. */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XShmQueryExtension ();
10588 main ()
10590 return XShmQueryExtension ();
10592 return 0;
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 *) ac_try_echo=$ac_try;;
10600 esac
10601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10602 $as_echo "$ac_try_echo") >&5
10603 (eval "$ac_link") 2>conftest.er1
10604 ac_status=$?
10605 grep -v '^ *+' conftest.er1 >conftest.err
10606 rm -f conftest.er1
10607 cat conftest.err >&5
10608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10609 (exit $ac_status); } && {
10610 test -z "$ac_c_werror_flag" ||
10611 test ! -s conftest.err
10612 } && test -s conftest$ac_exeext && {
10613 test "$cross_compiling" = yes ||
10614 $as_test_x conftest$ac_exeext
10615 }; then
10616 ac_cv_lib_Xext_XShmQueryExtension=yes
10617 else
10618 $as_echo "$as_me: failed program was:" >&5
10619 sed 's/^/| /' conftest.$ac_ext >&5
10621 ac_cv_lib_Xext_XShmQueryExtension=no
10624 rm -rf conftest.dSYM
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626 conftest$ac_exeext conftest.$ac_ext
10627 LIBS=$ac_check_lib_save_LIBS
10629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10630 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10631 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10633 cat >>confdefs.h <<\_ACEOF
10634 #define HAVE_LIBXXSHM 1
10635 _ACEOF
10640 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10641 case "x$with_xshm" in
10642 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10643 xno) ;;
10644 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10645 This is an error since --with-xshm was requested." >&5
10646 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10647 This is an error since --with-xshm was requested." >&2;}
10648 { (exit 1); exit 1; }; } ;;
10649 esac
10653 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10654 then
10655 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10656 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10657 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10658 $as_echo_n "(cached) " >&6
10659 else
10660 ac_check_lib_save_LIBS=$LIBS
10661 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10662 cat >conftest.$ac_ext <<_ACEOF
10663 /* confdefs.h. */
10664 _ACEOF
10665 cat confdefs.h >>conftest.$ac_ext
10666 cat >>conftest.$ac_ext <<_ACEOF
10667 /* end confdefs.h. */
10669 /* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
10671 builtin and then its argument prototype would still apply. */
10672 #ifdef __cplusplus
10673 extern "C"
10674 #endif
10675 char XShapeQueryExtension ();
10677 main ()
10679 return XShapeQueryExtension ();
10681 return 0;
10683 _ACEOF
10684 rm -f conftest.$ac_objext conftest$ac_exeext
10685 if { (ac_try="$ac_link"
10686 case "(($ac_try" in
10687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10689 esac
10690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10691 $as_echo "$ac_try_echo") >&5
10692 (eval "$ac_link") 2>conftest.er1
10693 ac_status=$?
10694 grep -v '^ *+' conftest.er1 >conftest.err
10695 rm -f conftest.er1
10696 cat conftest.err >&5
10697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698 (exit $ac_status); } && {
10699 test -z "$ac_c_werror_flag" ||
10700 test ! -s conftest.err
10701 } && test -s conftest$ac_exeext && {
10702 test "$cross_compiling" = yes ||
10703 $as_test_x conftest$ac_exeext
10704 }; then
10705 ac_cv_lib_Xext_XShapeQueryExtension=yes
10706 else
10707 $as_echo "$as_me: failed program was:" >&5
10708 sed 's/^/| /' conftest.$ac_ext >&5
10710 ac_cv_lib_Xext_XShapeQueryExtension=no
10713 rm -rf conftest.dSYM
10714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10715 conftest$ac_exeext conftest.$ac_ext
10716 LIBS=$ac_check_lib_save_LIBS
10718 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10719 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10720 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10722 cat >>confdefs.h <<\_ACEOF
10723 #define HAVE_LIBXSHAPE 1
10724 _ACEOF
10729 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10730 case "x$with_xshape" in
10731 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10732 xno) ;;
10733 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10734 This is an error since --with-xshape was requested." >&5
10735 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10736 This is an error since --with-xshape was requested." >&2;}
10737 { (exit 1); exit 1; }; } ;;
10738 esac
10742 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10743 then
10744 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10745 $as_echo_n "checking for -lXxf86vm... " >&6; }
10746 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10747 $as_echo_n "(cached) " >&6
10748 else
10749 ac_check_soname_save_LIBS=$LIBS
10750 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10751 cat >conftest.$ac_ext <<_ACEOF
10752 /* confdefs.h. */
10753 _ACEOF
10754 cat confdefs.h >>conftest.$ac_ext
10755 cat >>conftest.$ac_ext <<_ACEOF
10756 /* end confdefs.h. */
10758 /* Override any GCC internal prototype to avoid an error.
10759 Use char because int might match the return type of a GCC
10760 builtin and then its argument prototype would still apply. */
10761 #ifdef __cplusplus
10762 extern "C"
10763 #endif
10764 char XF86VidModeQueryExtension ();
10766 main ()
10768 return XF86VidModeQueryExtension ();
10770 return 0;
10772 _ACEOF
10773 rm -f conftest.$ac_objext conftest$ac_exeext
10774 if { (ac_try="$ac_link"
10775 case "(($ac_try" in
10776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10777 *) ac_try_echo=$ac_try;;
10778 esac
10779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10780 $as_echo "$ac_try_echo") >&5
10781 (eval "$ac_link") 2>conftest.er1
10782 ac_status=$?
10783 grep -v '^ *+' conftest.er1 >conftest.err
10784 rm -f conftest.er1
10785 cat conftest.err >&5
10786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10787 (exit $ac_status); } && {
10788 test -z "$ac_c_werror_flag" ||
10789 test ! -s conftest.err
10790 } && test -s conftest$ac_exeext && {
10791 test "$cross_compiling" = yes ||
10792 $as_test_x conftest$ac_exeext
10793 }; then
10794 case "$LIBEXT" in
10795 dll) ;;
10796 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'` ;;
10797 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10798 esac
10799 else
10800 $as_echo "$as_me: failed program was:" >&5
10801 sed 's/^/| /' conftest.$ac_ext >&5
10806 rm -rf conftest.dSYM
10807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10808 conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_soname_save_LIBS
10811 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10812 { $as_echo "$as_me:$LINENO: result: not found" >&5
10813 $as_echo "not found" >&6; }
10815 else
10816 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10817 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10819 cat >>confdefs.h <<_ACEOF
10820 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10821 _ACEOF
10827 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10828 case "x$with_xxf86vm" in
10829 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10830 xno) ;;
10831 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10832 This is an error since --with-xxf86vm was requested." >&5
10833 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10834 This is an error since --with-xxf86vm was requested." >&2;}
10835 { (exit 1); exit 1; }; } ;;
10836 esac
10840 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"
10841 then
10842 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10843 $as_echo_n "checking for -lXrender... " >&6; }
10844 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10845 $as_echo_n "(cached) " >&6
10846 else
10847 ac_check_soname_save_LIBS=$LIBS
10848 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10849 cat >conftest.$ac_ext <<_ACEOF
10850 /* confdefs.h. */
10851 _ACEOF
10852 cat confdefs.h >>conftest.$ac_ext
10853 cat >>conftest.$ac_ext <<_ACEOF
10854 /* end confdefs.h. */
10856 /* Override any GCC internal prototype to avoid an error.
10857 Use char because int might match the return type of a GCC
10858 builtin and then its argument prototype would still apply. */
10859 #ifdef __cplusplus
10860 extern "C"
10861 #endif
10862 char XRenderQueryExtension ();
10864 main ()
10866 return XRenderQueryExtension ();
10868 return 0;
10870 _ACEOF
10871 rm -f conftest.$ac_objext conftest$ac_exeext
10872 if { (ac_try="$ac_link"
10873 case "(($ac_try" in
10874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10875 *) ac_try_echo=$ac_try;;
10876 esac
10877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10878 $as_echo "$ac_try_echo") >&5
10879 (eval "$ac_link") 2>conftest.er1
10880 ac_status=$?
10881 grep -v '^ *+' conftest.er1 >conftest.err
10882 rm -f conftest.er1
10883 cat conftest.err >&5
10884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885 (exit $ac_status); } && {
10886 test -z "$ac_c_werror_flag" ||
10887 test ! -s conftest.err
10888 } && test -s conftest$ac_exeext && {
10889 test "$cross_compiling" = yes ||
10890 $as_test_x conftest$ac_exeext
10891 }; then
10892 case "$LIBEXT" in
10893 dll) ;;
10894 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'` ;;
10895 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10896 esac
10897 else
10898 $as_echo "$as_me: failed program was:" >&5
10899 sed 's/^/| /' conftest.$ac_ext >&5
10904 rm -rf conftest.dSYM
10905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10906 conftest$ac_exeext conftest.$ac_ext
10907 LIBS=$ac_check_soname_save_LIBS
10909 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10910 { $as_echo "$as_me:$LINENO: result: not found" >&5
10911 $as_echo "not found" >&6; }
10913 else
10914 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10915 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10917 cat >>confdefs.h <<_ACEOF
10918 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10919 _ACEOF
10921 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10922 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10923 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10924 $as_echo_n "(cached) " >&6
10925 else
10926 ac_check_lib_save_LIBS=$LIBS
10927 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h. */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char XRenderSetPictureTransform ();
10943 main ()
10945 return XRenderSetPictureTransform ();
10947 return 0;
10949 _ACEOF
10950 rm -f conftest.$ac_objext conftest$ac_exeext
10951 if { (ac_try="$ac_link"
10952 case "(($ac_try" in
10953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10954 *) ac_try_echo=$ac_try;;
10955 esac
10956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10957 $as_echo "$ac_try_echo") >&5
10958 (eval "$ac_link") 2>conftest.er1
10959 ac_status=$?
10960 grep -v '^ *+' conftest.er1 >conftest.err
10961 rm -f conftest.er1
10962 cat conftest.err >&5
10963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } && {
10965 test -z "$ac_c_werror_flag" ||
10966 test ! -s conftest.err
10967 } && test -s conftest$ac_exeext && {
10968 test "$cross_compiling" = yes ||
10969 $as_test_x conftest$ac_exeext
10970 }; then
10971 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10972 else
10973 $as_echo "$as_me: failed program was:" >&5
10974 sed 's/^/| /' conftest.$ac_ext >&5
10976 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10979 rm -rf conftest.dSYM
10980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10981 conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_lib_save_LIBS
10984 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10985 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10986 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10988 cat >>confdefs.h <<\_ACEOF
10989 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10990 _ACEOF
10998 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10999 case "x$with_xrender" in
11000 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11001 xno) ;;
11002 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11003 This is an error since --with-xrender was requested." >&5
11004 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11005 This is an error since --with-xrender was requested." >&2;}
11006 { (exit 1); exit 1; }; } ;;
11007 esac
11011 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11012 then
11013 cat >conftest.$ac_ext <<_ACEOF
11014 /* confdefs.h. */
11015 _ACEOF
11016 cat confdefs.h >>conftest.$ac_ext
11017 cat >>conftest.$ac_ext <<_ACEOF
11018 /* end confdefs.h. */
11019 #include <X11/Xlib.h>
11020 #include <X11/extensions/Xrandr.h>
11022 main ()
11024 static typeof(XRRSetScreenConfigAndRate) * func;
11026 return 0;
11028 _ACEOF
11029 rm -f conftest.$ac_objext
11030 if { (ac_try="$ac_compile"
11031 case "(($ac_try" in
11032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11033 *) ac_try_echo=$ac_try;;
11034 esac
11035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11036 $as_echo "$ac_try_echo") >&5
11037 (eval "$ac_compile") 2>conftest.er1
11038 ac_status=$?
11039 grep -v '^ *+' conftest.er1 >conftest.err
11040 rm -f conftest.er1
11041 cat conftest.err >&5
11042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043 (exit $ac_status); } && {
11044 test -z "$ac_c_werror_flag" ||
11045 test ! -s conftest.err
11046 } && test -s conftest.$ac_objext; then
11047 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11048 $as_echo_n "checking for -lXrandr... " >&6; }
11049 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11050 $as_echo_n "(cached) " >&6
11051 else
11052 ac_check_soname_save_LIBS=$LIBS
11053 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11054 cat >conftest.$ac_ext <<_ACEOF
11055 /* confdefs.h. */
11056 _ACEOF
11057 cat confdefs.h >>conftest.$ac_ext
11058 cat >>conftest.$ac_ext <<_ACEOF
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char XRRQueryExtension ();
11069 main ()
11071 return XRRQueryExtension ();
11073 return 0;
11075 _ACEOF
11076 rm -f conftest.$ac_objext conftest$ac_exeext
11077 if { (ac_try="$ac_link"
11078 case "(($ac_try" in
11079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11080 *) ac_try_echo=$ac_try;;
11081 esac
11082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11083 $as_echo "$ac_try_echo") >&5
11084 (eval "$ac_link") 2>conftest.er1
11085 ac_status=$?
11086 grep -v '^ *+' conftest.er1 >conftest.err
11087 rm -f conftest.er1
11088 cat conftest.err >&5
11089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 (exit $ac_status); } && {
11091 test -z "$ac_c_werror_flag" ||
11092 test ! -s conftest.err
11093 } && test -s conftest$ac_exeext && {
11094 test "$cross_compiling" = yes ||
11095 $as_test_x conftest$ac_exeext
11096 }; then
11097 case "$LIBEXT" in
11098 dll) ;;
11099 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'` ;;
11100 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11101 esac
11102 else
11103 $as_echo "$as_me: failed program was:" >&5
11104 sed 's/^/| /' conftest.$ac_ext >&5
11109 rm -rf conftest.dSYM
11110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11111 conftest$ac_exeext conftest.$ac_ext
11112 LIBS=$ac_check_soname_save_LIBS
11114 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11115 { $as_echo "$as_me:$LINENO: result: not found" >&5
11116 $as_echo "not found" >&6; }
11118 else
11119 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11120 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11122 cat >>confdefs.h <<_ACEOF
11123 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11124 _ACEOF
11129 else
11130 $as_echo "$as_me: failed program was:" >&5
11131 sed 's/^/| /' conftest.$ac_ext >&5
11136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11138 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11139 case "x$with_xrandr" in
11140 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11141 xno) ;;
11142 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11143 This is an error since --with-xrandr was requested." >&5
11144 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11145 This is an error since --with-xrandr was requested." >&2;}
11146 { (exit 1); exit 1; }; } ;;
11147 esac
11151 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11152 then
11153 cat >conftest.$ac_ext <<_ACEOF
11154 /* confdefs.h. */
11155 _ACEOF
11156 cat confdefs.h >>conftest.$ac_ext
11157 cat >>conftest.$ac_ext <<_ACEOF
11158 /* end confdefs.h. */
11159 #include <X11/Xlib.h>
11160 #include <X11/extensions/Xinerama.h>
11162 main ()
11164 static typeof(XineramaQueryScreens) * func;
11166 return 0;
11168 _ACEOF
11169 rm -f conftest.$ac_objext
11170 if { (ac_try="$ac_compile"
11171 case "(($ac_try" in
11172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11173 *) ac_try_echo=$ac_try;;
11174 esac
11175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11176 $as_echo "$ac_try_echo") >&5
11177 (eval "$ac_compile") 2>conftest.er1
11178 ac_status=$?
11179 grep -v '^ *+' conftest.er1 >conftest.err
11180 rm -f conftest.er1
11181 cat conftest.err >&5
11182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 (exit $ac_status); } && {
11184 test -z "$ac_c_werror_flag" ||
11185 test ! -s conftest.err
11186 } && test -s conftest.$ac_objext; then
11187 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11188 $as_echo_n "checking for -lXinerama... " >&6; }
11189 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11190 $as_echo_n "(cached) " >&6
11191 else
11192 ac_check_soname_save_LIBS=$LIBS
11193 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11194 cat >conftest.$ac_ext <<_ACEOF
11195 /* confdefs.h. */
11196 _ACEOF
11197 cat confdefs.h >>conftest.$ac_ext
11198 cat >>conftest.$ac_ext <<_ACEOF
11199 /* end confdefs.h. */
11201 /* Override any GCC internal prototype to avoid an error.
11202 Use char because int might match the return type of a GCC
11203 builtin and then its argument prototype would still apply. */
11204 #ifdef __cplusplus
11205 extern "C"
11206 #endif
11207 char XineramaQueryScreens ();
11209 main ()
11211 return XineramaQueryScreens ();
11213 return 0;
11215 _ACEOF
11216 rm -f conftest.$ac_objext conftest$ac_exeext
11217 if { (ac_try="$ac_link"
11218 case "(($ac_try" in
11219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11220 *) ac_try_echo=$ac_try;;
11221 esac
11222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11223 $as_echo "$ac_try_echo") >&5
11224 (eval "$ac_link") 2>conftest.er1
11225 ac_status=$?
11226 grep -v '^ *+' conftest.er1 >conftest.err
11227 rm -f conftest.er1
11228 cat conftest.err >&5
11229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); } && {
11231 test -z "$ac_c_werror_flag" ||
11232 test ! -s conftest.err
11233 } && test -s conftest$ac_exeext && {
11234 test "$cross_compiling" = yes ||
11235 $as_test_x conftest$ac_exeext
11236 }; then
11237 case "$LIBEXT" in
11238 dll) ;;
11239 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'` ;;
11240 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11241 esac
11242 else
11243 $as_echo "$as_me: failed program was:" >&5
11244 sed 's/^/| /' conftest.$ac_ext >&5
11249 rm -rf conftest.dSYM
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251 conftest$ac_exeext conftest.$ac_ext
11252 LIBS=$ac_check_soname_save_LIBS
11254 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11255 { $as_echo "$as_me:$LINENO: result: not found" >&5
11256 $as_echo "not found" >&6; }
11258 else
11259 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11260 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11262 cat >>confdefs.h <<_ACEOF
11263 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11264 _ACEOF
11269 else
11270 $as_echo "$as_me: failed program was:" >&5
11271 sed 's/^/| /' conftest.$ac_ext >&5
11276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11278 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11279 case "x$with_xinerama" in
11280 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11281 xno) ;;
11282 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11283 This is an error since --with-xinerama was requested." >&5
11284 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11285 This is an error since --with-xinerama was requested." >&2;}
11286 { (exit 1); exit 1; }; } ;;
11287 esac
11291 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11292 then
11293 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11294 $as_echo_n "checking for -lXcomposite... " >&6; }
11295 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11296 $as_echo_n "(cached) " >&6
11297 else
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h. */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char XCompositeRedirectWindow ();
11315 main ()
11317 return XCompositeRedirectWindow ();
11319 return 0;
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326 *) ac_try_echo=$ac_try;;
11327 esac
11328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11329 $as_echo "$ac_try_echo") >&5
11330 (eval "$ac_link") 2>conftest.er1
11331 ac_status=$?
11332 grep -v '^ *+' conftest.er1 >conftest.err
11333 rm -f conftest.er1
11334 cat conftest.err >&5
11335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11336 (exit $ac_status); } && {
11337 test -z "$ac_c_werror_flag" ||
11338 test ! -s conftest.err
11339 } && test -s conftest$ac_exeext && {
11340 test "$cross_compiling" = yes ||
11341 $as_test_x conftest$ac_exeext
11342 }; then
11343 case "$LIBEXT" in
11344 dll) ;;
11345 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'` ;;
11346 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11347 esac
11348 else
11349 $as_echo "$as_me: failed program was:" >&5
11350 sed 's/^/| /' conftest.$ac_ext >&5
11355 rm -rf conftest.dSYM
11356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11357 conftest$ac_exeext conftest.$ac_ext
11358 LIBS=$ac_check_soname_save_LIBS
11360 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11361 { $as_echo "$as_me:$LINENO: result: not found" >&5
11362 $as_echo "not found" >&6; }
11364 else
11365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11366 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11368 cat >>confdefs.h <<_ACEOF
11369 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11370 _ACEOF
11376 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11377 case "x$with_xcomposite" in
11378 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11379 xno) ;;
11380 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11381 This is an error since --with-xcomposite was requested." >&5
11382 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11383 This is an error since --with-xcomposite was requested." >&2;}
11384 { (exit 1); exit 1; }; } ;;
11385 esac
11389 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11390 $as_echo_n "checking for XICCallback.callback... " >&6; }
11391 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11392 $as_echo_n "(cached) " >&6
11393 else
11394 cat >conftest.$ac_ext <<_ACEOF
11395 /* confdefs.h. */
11396 _ACEOF
11397 cat confdefs.h >>conftest.$ac_ext
11398 cat >>conftest.$ac_ext <<_ACEOF
11399 /* end confdefs.h. */
11400 #ifdef HAVE_X11_XLIB_H
11401 #include <X11/Xlib.h>
11402 #endif
11405 main ()
11407 static XICCallback ac_aggr;
11408 if (ac_aggr.callback)
11409 return 0;
11411 return 0;
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418 *) ac_try_echo=$ac_try;;
11419 esac
11420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11421 $as_echo "$ac_try_echo") >&5
11422 (eval "$ac_compile") 2>conftest.er1
11423 ac_status=$?
11424 grep -v '^ *+' conftest.er1 >conftest.err
11425 rm -f conftest.er1
11426 cat conftest.err >&5
11427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11428 (exit $ac_status); } && {
11429 test -z "$ac_c_werror_flag" ||
11430 test ! -s conftest.err
11431 } && test -s conftest.$ac_objext; then
11432 ac_cv_member_XICCallback_callback=yes
11433 else
11434 $as_echo "$as_me: failed program was:" >&5
11435 sed 's/^/| /' conftest.$ac_ext >&5
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h. */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h. */
11443 #ifdef HAVE_X11_XLIB_H
11444 #include <X11/Xlib.h>
11445 #endif
11448 main ()
11450 static XICCallback ac_aggr;
11451 if (sizeof ac_aggr.callback)
11452 return 0;
11454 return 0;
11456 _ACEOF
11457 rm -f conftest.$ac_objext
11458 if { (ac_try="$ac_compile"
11459 case "(($ac_try" in
11460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11461 *) ac_try_echo=$ac_try;;
11462 esac
11463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11464 $as_echo "$ac_try_echo") >&5
11465 (eval "$ac_compile") 2>conftest.er1
11466 ac_status=$?
11467 grep -v '^ *+' conftest.er1 >conftest.err
11468 rm -f conftest.er1
11469 cat conftest.err >&5
11470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11471 (exit $ac_status); } && {
11472 test -z "$ac_c_werror_flag" ||
11473 test ! -s conftest.err
11474 } && test -s conftest.$ac_objext; then
11475 ac_cv_member_XICCallback_callback=yes
11476 else
11477 $as_echo "$as_me: failed program was:" >&5
11478 sed 's/^/| /' conftest.$ac_ext >&5
11480 ac_cv_member_XICCallback_callback=no
11483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11488 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11489 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11490 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11492 cat >>confdefs.h <<_ACEOF
11493 #define HAVE_XICCALLBACK_CALLBACK 1
11494 _ACEOF
11501 opengl_msg=""
11502 if test "x$with_opengl" != "xno"
11503 then
11508 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11511 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11512 $as_echo_n "checking for $ac_header... " >&6; }
11513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11514 $as_echo_n "(cached) " >&6
11515 else
11516 cat >conftest.$ac_ext <<_ACEOF
11517 /* confdefs.h. */
11518 _ACEOF
11519 cat confdefs.h >>conftest.$ac_ext
11520 cat >>conftest.$ac_ext <<_ACEOF
11521 /* end confdefs.h. */
11522 #ifdef HAVE_GL_GLX_H
11523 # include <GL/glx.h>
11524 #endif
11526 #include <$ac_header>
11527 _ACEOF
11528 rm -f conftest.$ac_objext
11529 if { (ac_try="$ac_compile"
11530 case "(($ac_try" in
11531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11532 *) ac_try_echo=$ac_try;;
11533 esac
11534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11535 $as_echo "$ac_try_echo") >&5
11536 (eval "$ac_compile") 2>conftest.er1
11537 ac_status=$?
11538 grep -v '^ *+' conftest.er1 >conftest.err
11539 rm -f conftest.er1
11540 cat conftest.err >&5
11541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } && {
11543 test -z "$ac_c_werror_flag" ||
11544 test ! -s conftest.err
11545 } && test -s conftest.$ac_objext; then
11546 eval "$as_ac_Header=yes"
11547 else
11548 $as_echo "$as_me: failed program was:" >&5
11549 sed 's/^/| /' conftest.$ac_ext >&5
11551 eval "$as_ac_Header=no"
11554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11556 ac_res=`eval 'as_val=${'$as_ac_Header'}
11557 $as_echo "$as_val"'`
11558 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11559 $as_echo "$ac_res" >&6; }
11560 as_val=`eval 'as_val=${'$as_ac_Header'}
11561 $as_echo "$as_val"'`
11562 if test "x$as_val" = x""yes; then
11563 cat >>confdefs.h <<_ACEOF
11564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11565 _ACEOF
11569 done
11571 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11572 then
11573 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11574 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11575 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11576 $as_echo_n "(cached) " >&6
11577 else
11578 cat >conftest.$ac_ext <<_ACEOF
11579 /* confdefs.h. */
11580 _ACEOF
11581 cat confdefs.h >>conftest.$ac_ext
11582 cat >>conftest.$ac_ext <<_ACEOF
11583 /* end confdefs.h. */
11584 #include <GL/gl.h>
11586 main ()
11588 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11590 return 0;
11592 _ACEOF
11593 rm -f conftest.$ac_objext
11594 if { (ac_try="$ac_compile"
11595 case "(($ac_try" in
11596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11597 *) ac_try_echo=$ac_try;;
11598 esac
11599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11600 $as_echo "$ac_try_echo") >&5
11601 (eval "$ac_compile") 2>conftest.er1
11602 ac_status=$?
11603 grep -v '^ *+' conftest.er1 >conftest.err
11604 rm -f conftest.er1
11605 cat conftest.err >&5
11606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607 (exit $ac_status); } && {
11608 test -z "$ac_c_werror_flag" ||
11609 test ! -s conftest.err
11610 } && test -s conftest.$ac_objext; then
11611 wine_cv_opengl_header_version_OK="yes"
11612 else
11613 $as_echo "$as_me: failed program was:" >&5
11614 sed 's/^/| /' conftest.$ac_ext >&5
11616 wine_cv_opengl_header_version_OK="no"
11619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11621 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11622 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11624 if test "$wine_cv_opengl_header_version_OK" = "yes"
11625 then
11626 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11627 $as_echo_n "checking for -lGL... " >&6; }
11628 if test "${ac_cv_lib_soname_GL+set}" = set; then
11629 $as_echo_n "(cached) " >&6
11630 else
11631 ac_check_soname_save_LIBS=$LIBS
11632 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11633 cat >conftest.$ac_ext <<_ACEOF
11634 /* confdefs.h. */
11635 _ACEOF
11636 cat confdefs.h >>conftest.$ac_ext
11637 cat >>conftest.$ac_ext <<_ACEOF
11638 /* end confdefs.h. */
11640 /* Override any GCC internal prototype to avoid an error.
11641 Use char because int might match the return type of a GCC
11642 builtin and then its argument prototype would still apply. */
11643 #ifdef __cplusplus
11644 extern "C"
11645 #endif
11646 char glXCreateContext ();
11648 main ()
11650 return glXCreateContext ();
11652 return 0;
11654 _ACEOF
11655 rm -f conftest.$ac_objext conftest$ac_exeext
11656 if { (ac_try="$ac_link"
11657 case "(($ac_try" in
11658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11659 *) ac_try_echo=$ac_try;;
11660 esac
11661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11662 $as_echo "$ac_try_echo") >&5
11663 (eval "$ac_link") 2>conftest.er1
11664 ac_status=$?
11665 grep -v '^ *+' conftest.er1 >conftest.err
11666 rm -f conftest.er1
11667 cat conftest.err >&5
11668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669 (exit $ac_status); } && {
11670 test -z "$ac_c_werror_flag" ||
11671 test ! -s conftest.err
11672 } && test -s conftest$ac_exeext && {
11673 test "$cross_compiling" = yes ||
11674 $as_test_x conftest$ac_exeext
11675 }; then
11676 case "$LIBEXT" in
11677 dll) ;;
11678 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'` ;;
11679 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11680 esac
11681 else
11682 $as_echo "$as_me: failed program was:" >&5
11683 sed 's/^/| /' conftest.$ac_ext >&5
11688 rm -rf conftest.dSYM
11689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11690 conftest$ac_exeext conftest.$ac_ext
11691 LIBS=$ac_check_soname_save_LIBS
11693 if test "x$ac_cv_lib_soname_GL" = "x"; then
11694 { $as_echo "$as_me:$LINENO: result: not found" >&5
11695 $as_echo "not found" >&6; }
11696 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11697 $as_echo_n "checking for -lGL... " >&6; }
11698 if test "${ac_cv_lib_soname_GL+set}" = set; then
11699 $as_echo_n "(cached) " >&6
11700 else
11701 ac_check_soname_save_LIBS=$LIBS
11702 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"
11703 cat >conftest.$ac_ext <<_ACEOF
11704 /* confdefs.h. */
11705 _ACEOF
11706 cat confdefs.h >>conftest.$ac_ext
11707 cat >>conftest.$ac_ext <<_ACEOF
11708 /* end confdefs.h. */
11710 /* Override any GCC internal prototype to avoid an error.
11711 Use char because int might match the return type of a GCC
11712 builtin and then its argument prototype would still apply. */
11713 #ifdef __cplusplus
11714 extern "C"
11715 #endif
11716 char glXCreateContext ();
11718 main ()
11720 return glXCreateContext ();
11722 return 0;
11724 _ACEOF
11725 rm -f conftest.$ac_objext conftest$ac_exeext
11726 if { (ac_try="$ac_link"
11727 case "(($ac_try" in
11728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11729 *) ac_try_echo=$ac_try;;
11730 esac
11731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11732 $as_echo "$ac_try_echo") >&5
11733 (eval "$ac_link") 2>conftest.er1
11734 ac_status=$?
11735 grep -v '^ *+' conftest.er1 >conftest.err
11736 rm -f conftest.er1
11737 cat conftest.err >&5
11738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11739 (exit $ac_status); } && {
11740 test -z "$ac_c_werror_flag" ||
11741 test ! -s conftest.err
11742 } && test -s conftest$ac_exeext && {
11743 test "$cross_compiling" = yes ||
11744 $as_test_x conftest$ac_exeext
11745 }; then
11746 case "$LIBEXT" in
11747 dll) ;;
11748 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'` ;;
11749 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11750 esac
11751 else
11752 $as_echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11758 rm -rf conftest.dSYM
11759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11760 conftest$ac_exeext conftest.$ac_ext
11761 LIBS=$ac_check_soname_save_LIBS
11763 if test "x$ac_cv_lib_soname_GL" = "x"; then
11764 { $as_echo "$as_me:$LINENO: result: not found" >&5
11765 $as_echo "not found" >&6; }
11766 if test -f /usr/X11R6/lib/libGL.a
11767 then
11768 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11769 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11770 else
11771 opengl_msg="No OpenGL library found on this system."
11773 else
11774 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11775 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11777 cat >>confdefs.h <<_ACEOF
11778 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11779 _ACEOF
11781 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"
11783 cat >>confdefs.h <<\_ACEOF
11784 #define HAVE_OPENGL 1
11785 _ACEOF
11789 else
11790 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11791 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11793 cat >>confdefs.h <<_ACEOF
11794 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11795 _ACEOF
11797 OPENGL_LIBS="-lGL"
11799 cat >>confdefs.h <<\_ACEOF
11800 #define HAVE_OPENGL 1
11801 _ACEOF
11805 if test "$ac_cv_header_GL_glu_h" = "yes"
11806 then
11807 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11808 $as_echo_n "checking for -lGLU... " >&6; }
11809 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11810 $as_echo_n "(cached) " >&6
11811 else
11812 ac_check_soname_save_LIBS=$LIBS
11813 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11814 cat >conftest.$ac_ext <<_ACEOF
11815 /* confdefs.h. */
11816 _ACEOF
11817 cat confdefs.h >>conftest.$ac_ext
11818 cat >>conftest.$ac_ext <<_ACEOF
11819 /* end confdefs.h. */
11821 /* Override any GCC internal prototype to avoid an error.
11822 Use char because int might match the return type of a GCC
11823 builtin and then its argument prototype would still apply. */
11824 #ifdef __cplusplus
11825 extern "C"
11826 #endif
11827 char gluLookAt ();
11829 main ()
11831 return gluLookAt ();
11833 return 0;
11835 _ACEOF
11836 rm -f conftest.$ac_objext conftest$ac_exeext
11837 if { (ac_try="$ac_link"
11838 case "(($ac_try" in
11839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11840 *) ac_try_echo=$ac_try;;
11841 esac
11842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11843 $as_echo "$ac_try_echo") >&5
11844 (eval "$ac_link") 2>conftest.er1
11845 ac_status=$?
11846 grep -v '^ *+' conftest.er1 >conftest.err
11847 rm -f conftest.er1
11848 cat conftest.err >&5
11849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11850 (exit $ac_status); } && {
11851 test -z "$ac_c_werror_flag" ||
11852 test ! -s conftest.err
11853 } && test -s conftest$ac_exeext && {
11854 test "$cross_compiling" = yes ||
11855 $as_test_x conftest$ac_exeext
11856 }; then
11857 case "$LIBEXT" in
11858 dll) ;;
11859 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'` ;;
11860 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11861 esac
11862 else
11863 $as_echo "$as_me: failed program was:" >&5
11864 sed 's/^/| /' conftest.$ac_ext >&5
11869 rm -rf conftest.dSYM
11870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11871 conftest$ac_exeext conftest.$ac_ext
11872 LIBS=$ac_check_soname_save_LIBS
11874 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11875 { $as_echo "$as_me:$LINENO: result: not found" >&5
11876 $as_echo "not found" >&6; }
11878 else
11879 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11880 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11882 cat >>confdefs.h <<_ACEOF
11883 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11884 _ACEOF
11890 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11891 case "x$with_glu" in
11892 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11893 xno) ;;
11894 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11895 This is an error since --with-glu was requested." >&5
11896 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11897 This is an error since --with-glu was requested." >&2;}
11898 { (exit 1); exit 1; }; } ;;
11899 esac
11902 else
11903 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11905 else
11906 opengl_msg="OpenGL development headers not found."
11908 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11909 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11910 else
11911 enable_opengl32=${enable_opengl32:-no}
11912 enable_glu32=${enable_glu32:-no}
11914 if test -n "$opengl_msg"; then
11915 case "x$with_opengl" in
11916 x) wine_warnings="$wine_warnings|$opengl_msg
11917 OpenGL and Direct3D won't be supported." ;;
11918 xno) ;;
11919 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11920 OpenGL and Direct3D won't be supported.
11921 This is an error since --with-opengl was requested." >&5
11922 $as_echo "$as_me: error: $opengl_msg
11923 OpenGL and Direct3D won't be supported.
11924 This is an error since --with-opengl was requested." >&2;}
11925 { (exit 1); exit 1; }; } ;;
11926 esac
11930 NASLIBS=""
11933 for ac_header in audio/audiolib.h
11935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11937 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11938 $as_echo_n "checking for $ac_header... " >&6; }
11939 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11940 $as_echo_n "(cached) " >&6
11942 ac_res=`eval 'as_val=${'$as_ac_Header'}
11943 $as_echo "$as_val"'`
11944 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11945 $as_echo "$ac_res" >&6; }
11946 else
11947 # Is the header compilable?
11948 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11949 $as_echo_n "checking $ac_header usability... " >&6; }
11950 cat >conftest.$ac_ext <<_ACEOF
11951 /* confdefs.h. */
11952 _ACEOF
11953 cat confdefs.h >>conftest.$ac_ext
11954 cat >>conftest.$ac_ext <<_ACEOF
11955 /* end confdefs.h. */
11956 $ac_includes_default
11957 #include <$ac_header>
11958 _ACEOF
11959 rm -f conftest.$ac_objext
11960 if { (ac_try="$ac_compile"
11961 case "(($ac_try" in
11962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11963 *) ac_try_echo=$ac_try;;
11964 esac
11965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11966 $as_echo "$ac_try_echo") >&5
11967 (eval "$ac_compile") 2>conftest.er1
11968 ac_status=$?
11969 grep -v '^ *+' conftest.er1 >conftest.err
11970 rm -f conftest.er1
11971 cat conftest.err >&5
11972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); } && {
11974 test -z "$ac_c_werror_flag" ||
11975 test ! -s conftest.err
11976 } && test -s conftest.$ac_objext; then
11977 ac_header_compiler=yes
11978 else
11979 $as_echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.$ac_ext >&5
11982 ac_header_compiler=no
11985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11986 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11987 $as_echo "$ac_header_compiler" >&6; }
11989 # Is the header present?
11990 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11991 $as_echo_n "checking $ac_header presence... " >&6; }
11992 cat >conftest.$ac_ext <<_ACEOF
11993 /* confdefs.h. */
11994 _ACEOF
11995 cat confdefs.h >>conftest.$ac_ext
11996 cat >>conftest.$ac_ext <<_ACEOF
11997 /* end confdefs.h. */
11998 #include <$ac_header>
11999 _ACEOF
12000 if { (ac_try="$ac_cpp conftest.$ac_ext"
12001 case "(($ac_try" in
12002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12003 *) ac_try_echo=$ac_try;;
12004 esac
12005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12006 $as_echo "$ac_try_echo") >&5
12007 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12008 ac_status=$?
12009 grep -v '^ *+' conftest.er1 >conftest.err
12010 rm -f conftest.er1
12011 cat conftest.err >&5
12012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12013 (exit $ac_status); } >/dev/null && {
12014 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12015 test ! -s conftest.err
12016 }; then
12017 ac_header_preproc=yes
12018 else
12019 $as_echo "$as_me: failed program was:" >&5
12020 sed 's/^/| /' conftest.$ac_ext >&5
12022 ac_header_preproc=no
12025 rm -f conftest.err conftest.$ac_ext
12026 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12027 $as_echo "$ac_header_preproc" >&6; }
12029 # So? What about this header?
12030 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12031 yes:no: )
12032 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12033 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12035 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12036 ac_header_preproc=yes
12038 no:yes:* )
12039 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12040 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12041 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12042 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12043 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12044 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12046 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12050 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12051 ( cat <<\_ASBOX
12052 ## ------------------------------------ ##
12053 ## Report this to wine-devel@winehq.org ##
12054 ## ------------------------------------ ##
12055 _ASBOX
12056 ) | sed "s/^/$as_me: WARNING: /" >&2
12058 esac
12059 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12060 $as_echo_n "checking for $ac_header... " >&6; }
12061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12062 $as_echo_n "(cached) " >&6
12063 else
12064 eval "$as_ac_Header=\$ac_header_preproc"
12066 ac_res=`eval 'as_val=${'$as_ac_Header'}
12067 $as_echo "$as_val"'`
12068 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12069 $as_echo "$ac_res" >&6; }
12072 as_val=`eval 'as_val=${'$as_ac_Header'}
12073 $as_echo "$as_val"'`
12074 if test "x$as_val" = x""yes; then
12075 cat >>confdefs.h <<_ACEOF
12076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12077 _ACEOF
12079 for ac_header in audio/soundlib.h
12081 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12082 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12083 $as_echo_n "checking for $ac_header... " >&6; }
12084 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12085 $as_echo_n "(cached) " >&6
12086 else
12087 cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h. */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12093 #include <audio/audiolib.h>
12095 #include <$ac_header>
12096 _ACEOF
12097 rm -f conftest.$ac_objext
12098 if { (ac_try="$ac_compile"
12099 case "(($ac_try" in
12100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12101 *) ac_try_echo=$ac_try;;
12102 esac
12103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12104 $as_echo "$ac_try_echo") >&5
12105 (eval "$ac_compile") 2>conftest.er1
12106 ac_status=$?
12107 grep -v '^ *+' conftest.er1 >conftest.err
12108 rm -f conftest.er1
12109 cat conftest.err >&5
12110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } && {
12112 test -z "$ac_c_werror_flag" ||
12113 test ! -s conftest.err
12114 } && test -s conftest.$ac_objext; then
12115 eval "$as_ac_Header=yes"
12116 else
12117 $as_echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12120 eval "$as_ac_Header=no"
12123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12125 ac_res=`eval 'as_val=${'$as_ac_Header'}
12126 $as_echo "$as_val"'`
12127 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12128 $as_echo "$ac_res" >&6; }
12129 as_val=`eval 'as_val=${'$as_ac_Header'}
12130 $as_echo "$as_val"'`
12131 if test "x$as_val" = x""yes; then
12132 cat >>confdefs.h <<_ACEOF
12133 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12134 _ACEOF
12138 done
12140 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12141 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12142 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12143 $as_echo_n "(cached) " >&6
12144 else
12145 ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12147 cat >conftest.$ac_ext <<_ACEOF
12148 /* confdefs.h. */
12149 _ACEOF
12150 cat confdefs.h >>conftest.$ac_ext
12151 cat >>conftest.$ac_ext <<_ACEOF
12152 /* end confdefs.h. */
12154 /* Override any GCC internal prototype to avoid an error.
12155 Use char because int might match the return type of a GCC
12156 builtin and then its argument prototype would still apply. */
12157 #ifdef __cplusplus
12158 extern "C"
12159 #endif
12160 char AuCreateFlow ();
12162 main ()
12164 return AuCreateFlow ();
12166 return 0;
12168 _ACEOF
12169 rm -f conftest.$ac_objext conftest$ac_exeext
12170 if { (ac_try="$ac_link"
12171 case "(($ac_try" in
12172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173 *) ac_try_echo=$ac_try;;
12174 esac
12175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12176 $as_echo "$ac_try_echo") >&5
12177 (eval "$ac_link") 2>conftest.er1
12178 ac_status=$?
12179 grep -v '^ *+' conftest.er1 >conftest.err
12180 rm -f conftest.er1
12181 cat conftest.err >&5
12182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12183 (exit $ac_status); } && {
12184 test -z "$ac_c_werror_flag" ||
12185 test ! -s conftest.err
12186 } && test -s conftest$ac_exeext && {
12187 test "$cross_compiling" = yes ||
12188 $as_test_x conftest$ac_exeext
12189 }; then
12190 ac_cv_lib_audio_AuCreateFlow=yes
12191 else
12192 $as_echo "$as_me: failed program was:" >&5
12193 sed 's/^/| /' conftest.$ac_ext >&5
12195 ac_cv_lib_audio_AuCreateFlow=no
12198 rm -rf conftest.dSYM
12199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12200 conftest$ac_exeext conftest.$ac_ext
12201 LIBS=$ac_check_lib_save_LIBS
12203 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12204 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12205 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12207 cat >>confdefs.h <<\_ACEOF
12208 #define HAVE_NAS 1
12209 _ACEOF
12211 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12212 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12213 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12214 $as_echo_n "(cached) " >&6
12215 else
12216 ac_check_lib_save_LIBS=$LIBS
12217 LIBS="-lXau $X_LIBS $LIBS"
12218 cat >conftest.$ac_ext <<_ACEOF
12219 /* confdefs.h. */
12220 _ACEOF
12221 cat confdefs.h >>conftest.$ac_ext
12222 cat >>conftest.$ac_ext <<_ACEOF
12223 /* end confdefs.h. */
12225 /* Override any GCC internal prototype to avoid an error.
12226 Use char because int might match the return type of a GCC
12227 builtin and then its argument prototype would still apply. */
12228 #ifdef __cplusplus
12229 extern "C"
12230 #endif
12231 char XauGetBestAuthByAddr ();
12233 main ()
12235 return XauGetBestAuthByAddr ();
12237 return 0;
12239 _ACEOF
12240 rm -f conftest.$ac_objext conftest$ac_exeext
12241 if { (ac_try="$ac_link"
12242 case "(($ac_try" in
12243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12244 *) ac_try_echo=$ac_try;;
12245 esac
12246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12247 $as_echo "$ac_try_echo") >&5
12248 (eval "$ac_link") 2>conftest.er1
12249 ac_status=$?
12250 grep -v '^ *+' conftest.er1 >conftest.err
12251 rm -f conftest.er1
12252 cat conftest.err >&5
12253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254 (exit $ac_status); } && {
12255 test -z "$ac_c_werror_flag" ||
12256 test ! -s conftest.err
12257 } && test -s conftest$ac_exeext && {
12258 test "$cross_compiling" = yes ||
12259 $as_test_x conftest$ac_exeext
12260 }; then
12261 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12262 else
12263 $as_echo "$as_me: failed program was:" >&5
12264 sed 's/^/| /' conftest.$ac_ext >&5
12266 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12269 rm -rf conftest.dSYM
12270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12271 conftest$ac_exeext conftest.$ac_ext
12272 LIBS=$ac_check_lib_save_LIBS
12274 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12275 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12276 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12277 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12278 else
12279 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12287 done
12290 CPPFLAGS="$ac_save_CPPFLAGS"
12291 else
12292 XLIB=""
12293 X_CFLAGS=""
12294 X_LIBS=""
12295 enable_winex11_drv=${enable_winex11_drv:-no}
12296 enable_opengl32=${enable_opengl32:-no}
12297 enable_glu32=${enable_glu32:-no}
12299 if test "x$XLIB" = "x"; then
12300 case "x$with_x" in
12301 xno) ;;
12302 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12303 without X support, which probably isn't what you want. You will need to install
12304 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12305 Use the --without-x option if you really want this." >&5
12306 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12307 without X support, which probably isn't what you want. You will need to install
12308 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12309 Use the --without-x option if you really want this." >&2;}
12310 { (exit 1); exit 1; }; } ;;
12311 esac
12316 XML2LIBS=""
12318 XML2INCL=""
12320 XSLTINCL=""
12322 if test "x$with_xml" != "xno"
12323 then
12324 ac_save_CPPFLAGS="$CPPFLAGS"
12325 if test "$PKG_CONFIG" != "false"
12326 then
12327 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12328 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12329 else
12330 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12331 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12333 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12335 for ac_header in libxml/parser.h
12337 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12339 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12340 $as_echo_n "checking for $ac_header... " >&6; }
12341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12342 $as_echo_n "(cached) " >&6
12344 ac_res=`eval 'as_val=${'$as_ac_Header'}
12345 $as_echo "$as_val"'`
12346 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12347 $as_echo "$ac_res" >&6; }
12348 else
12349 # Is the header compilable?
12350 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12351 $as_echo_n "checking $ac_header usability... " >&6; }
12352 cat >conftest.$ac_ext <<_ACEOF
12353 /* confdefs.h. */
12354 _ACEOF
12355 cat confdefs.h >>conftest.$ac_ext
12356 cat >>conftest.$ac_ext <<_ACEOF
12357 /* end confdefs.h. */
12358 $ac_includes_default
12359 #include <$ac_header>
12360 _ACEOF
12361 rm -f conftest.$ac_objext
12362 if { (ac_try="$ac_compile"
12363 case "(($ac_try" in
12364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12365 *) ac_try_echo=$ac_try;;
12366 esac
12367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12368 $as_echo "$ac_try_echo") >&5
12369 (eval "$ac_compile") 2>conftest.er1
12370 ac_status=$?
12371 grep -v '^ *+' conftest.er1 >conftest.err
12372 rm -f conftest.er1
12373 cat conftest.err >&5
12374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12375 (exit $ac_status); } && {
12376 test -z "$ac_c_werror_flag" ||
12377 test ! -s conftest.err
12378 } && test -s conftest.$ac_objext; then
12379 ac_header_compiler=yes
12380 else
12381 $as_echo "$as_me: failed program was:" >&5
12382 sed 's/^/| /' conftest.$ac_ext >&5
12384 ac_header_compiler=no
12387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12388 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12389 $as_echo "$ac_header_compiler" >&6; }
12391 # Is the header present?
12392 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12393 $as_echo_n "checking $ac_header presence... " >&6; }
12394 cat >conftest.$ac_ext <<_ACEOF
12395 /* confdefs.h. */
12396 _ACEOF
12397 cat confdefs.h >>conftest.$ac_ext
12398 cat >>conftest.$ac_ext <<_ACEOF
12399 /* end confdefs.h. */
12400 #include <$ac_header>
12401 _ACEOF
12402 if { (ac_try="$ac_cpp conftest.$ac_ext"
12403 case "(($ac_try" in
12404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12405 *) ac_try_echo=$ac_try;;
12406 esac
12407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12408 $as_echo "$ac_try_echo") >&5
12409 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12410 ac_status=$?
12411 grep -v '^ *+' conftest.er1 >conftest.err
12412 rm -f conftest.er1
12413 cat conftest.err >&5
12414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12415 (exit $ac_status); } >/dev/null && {
12416 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12417 test ! -s conftest.err
12418 }; then
12419 ac_header_preproc=yes
12420 else
12421 $as_echo "$as_me: failed program was:" >&5
12422 sed 's/^/| /' conftest.$ac_ext >&5
12424 ac_header_preproc=no
12427 rm -f conftest.err conftest.$ac_ext
12428 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12429 $as_echo "$ac_header_preproc" >&6; }
12431 # So? What about this header?
12432 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12433 yes:no: )
12434 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12435 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12436 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12437 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12438 ac_header_preproc=yes
12440 no:yes:* )
12441 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12442 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12443 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12444 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12445 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12446 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12447 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12448 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12451 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12452 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12453 ( cat <<\_ASBOX
12454 ## ------------------------------------ ##
12455 ## Report this to wine-devel@winehq.org ##
12456 ## ------------------------------------ ##
12457 _ASBOX
12458 ) | sed "s/^/$as_me: WARNING: /" >&2
12460 esac
12461 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12462 $as_echo_n "checking for $ac_header... " >&6; }
12463 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12464 $as_echo_n "(cached) " >&6
12465 else
12466 eval "$as_ac_Header=\$ac_header_preproc"
12468 ac_res=`eval 'as_val=${'$as_ac_Header'}
12469 $as_echo "$as_val"'`
12470 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12471 $as_echo "$ac_res" >&6; }
12474 as_val=`eval 'as_val=${'$as_ac_Header'}
12475 $as_echo "$as_val"'`
12476 if test "x$as_val" = x""yes; then
12477 cat >>confdefs.h <<_ACEOF
12478 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12479 _ACEOF
12480 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12481 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12482 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12483 $as_echo_n "(cached) " >&6
12484 else
12485 ac_check_lib_save_LIBS=$LIBS
12486 LIBS="-lxml2 $ac_xml_libs $LIBS"
12487 cat >conftest.$ac_ext <<_ACEOF
12488 /* confdefs.h. */
12489 _ACEOF
12490 cat confdefs.h >>conftest.$ac_ext
12491 cat >>conftest.$ac_ext <<_ACEOF
12492 /* end confdefs.h. */
12494 /* Override any GCC internal prototype to avoid an error.
12495 Use char because int might match the return type of a GCC
12496 builtin and then its argument prototype would still apply. */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char xmlParseMemory ();
12502 main ()
12504 return xmlParseMemory ();
12506 return 0;
12508 _ACEOF
12509 rm -f conftest.$ac_objext conftest$ac_exeext
12510 if { (ac_try="$ac_link"
12511 case "(($ac_try" in
12512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12513 *) ac_try_echo=$ac_try;;
12514 esac
12515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12516 $as_echo "$ac_try_echo") >&5
12517 (eval "$ac_link") 2>conftest.er1
12518 ac_status=$?
12519 grep -v '^ *+' conftest.er1 >conftest.err
12520 rm -f conftest.er1
12521 cat conftest.err >&5
12522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12523 (exit $ac_status); } && {
12524 test -z "$ac_c_werror_flag" ||
12525 test ! -s conftest.err
12526 } && test -s conftest$ac_exeext && {
12527 test "$cross_compiling" = yes ||
12528 $as_test_x conftest$ac_exeext
12529 }; then
12530 ac_cv_lib_xml2_xmlParseMemory=yes
12531 else
12532 $as_echo "$as_me: failed program was:" >&5
12533 sed 's/^/| /' conftest.$ac_ext >&5
12535 ac_cv_lib_xml2_xmlParseMemory=no
12538 rm -rf conftest.dSYM
12539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12540 conftest$ac_exeext conftest.$ac_ext
12541 LIBS=$ac_check_lib_save_LIBS
12543 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12544 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12545 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12547 cat >>confdefs.h <<\_ACEOF
12548 #define HAVE_LIBXML2 1
12549 _ACEOF
12551 XML2LIBS="$ac_xml_libs"
12552 XML2INCL="$ac_xml_cflags"
12555 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12556 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12557 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12558 $as_echo_n "(cached) " >&6
12559 else
12560 ac_check_lib_save_LIBS=$LIBS
12561 LIBS="-lxml2 $ac_xml_libs $LIBS"
12562 cat >conftest.$ac_ext <<_ACEOF
12563 /* confdefs.h. */
12564 _ACEOF
12565 cat confdefs.h >>conftest.$ac_ext
12566 cat >>conftest.$ac_ext <<_ACEOF
12567 /* end confdefs.h. */
12569 /* Override any GCC internal prototype to avoid an error.
12570 Use char because int might match the return type of a GCC
12571 builtin and then its argument prototype would still apply. */
12572 #ifdef __cplusplus
12573 extern "C"
12574 #endif
12575 char xmlReadMemory ();
12577 main ()
12579 return xmlReadMemory ();
12581 return 0;
12583 _ACEOF
12584 rm -f conftest.$ac_objext conftest$ac_exeext
12585 if { (ac_try="$ac_link"
12586 case "(($ac_try" in
12587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12588 *) ac_try_echo=$ac_try;;
12589 esac
12590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12591 $as_echo "$ac_try_echo") >&5
12592 (eval "$ac_link") 2>conftest.er1
12593 ac_status=$?
12594 grep -v '^ *+' conftest.er1 >conftest.err
12595 rm -f conftest.er1
12596 cat conftest.err >&5
12597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598 (exit $ac_status); } && {
12599 test -z "$ac_c_werror_flag" ||
12600 test ! -s conftest.err
12601 } && test -s conftest$ac_exeext && {
12602 test "$cross_compiling" = yes ||
12603 $as_test_x conftest$ac_exeext
12604 }; then
12605 ac_cv_lib_xml2_xmlReadMemory=yes
12606 else
12607 $as_echo "$as_me: failed program was:" >&5
12608 sed 's/^/| /' conftest.$ac_ext >&5
12610 ac_cv_lib_xml2_xmlReadMemory=no
12613 rm -rf conftest.dSYM
12614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12615 conftest$ac_exeext conftest.$ac_ext
12616 LIBS=$ac_check_lib_save_LIBS
12618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12619 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12620 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12622 cat >>confdefs.h <<\_ACEOF
12623 #define HAVE_XMLREADMEMORY 1
12624 _ACEOF
12628 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12629 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12630 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12631 $as_echo_n "(cached) " >&6
12632 else
12633 ac_check_lib_save_LIBS=$LIBS
12634 LIBS="-lxml2 $ac_xml_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h. */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char xmlNewDocPI ();
12650 main ()
12652 return xmlNewDocPI ();
12654 return 0;
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12662 esac
12663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12664 $as_echo "$ac_try_echo") >&5
12665 (eval "$ac_link") 2>conftest.er1
12666 ac_status=$?
12667 grep -v '^ *+' conftest.er1 >conftest.err
12668 rm -f conftest.er1
12669 cat conftest.err >&5
12670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); } && {
12672 test -z "$ac_c_werror_flag" ||
12673 test ! -s conftest.err
12674 } && test -s conftest$ac_exeext && {
12675 test "$cross_compiling" = yes ||
12676 $as_test_x conftest$ac_exeext
12677 }; then
12678 ac_cv_lib_xml2_xmlNewDocPI=yes
12679 else
12680 $as_echo "$as_me: failed program was:" >&5
12681 sed 's/^/| /' conftest.$ac_ext >&5
12683 ac_cv_lib_xml2_xmlNewDocPI=no
12686 rm -rf conftest.dSYM
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_lib_save_LIBS
12691 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12692 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12693 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12695 cat >>confdefs.h <<\_ACEOF
12696 #define HAVE_XMLNEWDOCPI 1
12697 _ACEOF
12704 done
12706 CPPFLAGS="$ac_save_CPPFLAGS"
12708 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12709 case "x$with_xml" in
12710 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12711 xno) ;;
12712 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12713 This is an error since --with-xml was requested." >&5
12714 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12715 This is an error since --with-xml was requested." >&2;}
12716 { (exit 1); exit 1; }; } ;;
12717 esac
12721 if test "x$with_xslt" != "xno"
12722 then
12723 if test "$PKG_CONFIG" != "false"
12724 then
12725 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12726 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12727 else
12728 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12729 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12731 ac_save_CPPFLAGS="$CPPFLAGS"
12732 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12735 for ac_header in libxslt/pattern.h libxslt/transform.h
12737 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12738 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12739 $as_echo_n "checking for $ac_header... " >&6; }
12740 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12741 $as_echo_n "(cached) " >&6
12742 else
12743 cat >conftest.$ac_ext <<_ACEOF
12744 /* confdefs.h. */
12745 _ACEOF
12746 cat confdefs.h >>conftest.$ac_ext
12747 cat >>conftest.$ac_ext <<_ACEOF
12748 /* end confdefs.h. */
12749 #ifdef HAVE_LIBXSLT_PATTERN_H
12750 # include <libxslt/pattern.h>
12751 #endif
12753 #include <$ac_header>
12754 _ACEOF
12755 rm -f conftest.$ac_objext
12756 if { (ac_try="$ac_compile"
12757 case "(($ac_try" in
12758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12759 *) ac_try_echo=$ac_try;;
12760 esac
12761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12762 $as_echo "$ac_try_echo") >&5
12763 (eval "$ac_compile") 2>conftest.er1
12764 ac_status=$?
12765 grep -v '^ *+' conftest.er1 >conftest.err
12766 rm -f conftest.er1
12767 cat conftest.err >&5
12768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } && {
12770 test -z "$ac_c_werror_flag" ||
12771 test ! -s conftest.err
12772 } && test -s conftest.$ac_objext; then
12773 eval "$as_ac_Header=yes"
12774 else
12775 $as_echo "$as_me: failed program was:" >&5
12776 sed 's/^/| /' conftest.$ac_ext >&5
12778 eval "$as_ac_Header=no"
12781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12783 ac_res=`eval 'as_val=${'$as_ac_Header'}
12784 $as_echo "$as_val"'`
12785 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12786 $as_echo "$ac_res" >&6; }
12787 as_val=`eval 'as_val=${'$as_ac_Header'}
12788 $as_echo "$as_val"'`
12789 if test "x$as_val" = x""yes; then
12790 cat >>confdefs.h <<_ACEOF
12791 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12792 _ACEOF
12796 done
12798 CPPFLAGS="$ac_save_CPPFLAGS"
12799 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12800 then
12801 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12802 $as_echo_n "checking for -lxslt... " >&6; }
12803 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12804 $as_echo_n "(cached) " >&6
12805 else
12806 ac_check_soname_save_LIBS=$LIBS
12807 LIBS="-lxslt $ac_xslt_libs $LIBS"
12808 cat >conftest.$ac_ext <<_ACEOF
12809 /* confdefs.h. */
12810 _ACEOF
12811 cat confdefs.h >>conftest.$ac_ext
12812 cat >>conftest.$ac_ext <<_ACEOF
12813 /* end confdefs.h. */
12815 /* Override any GCC internal prototype to avoid an error.
12816 Use char because int might match the return type of a GCC
12817 builtin and then its argument prototype would still apply. */
12818 #ifdef __cplusplus
12819 extern "C"
12820 #endif
12821 char xsltCompilePattern ();
12823 main ()
12825 return xsltCompilePattern ();
12827 return 0;
12829 _ACEOF
12830 rm -f conftest.$ac_objext conftest$ac_exeext
12831 if { (ac_try="$ac_link"
12832 case "(($ac_try" in
12833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12834 *) ac_try_echo=$ac_try;;
12835 esac
12836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12837 $as_echo "$ac_try_echo") >&5
12838 (eval "$ac_link") 2>conftest.er1
12839 ac_status=$?
12840 grep -v '^ *+' conftest.er1 >conftest.err
12841 rm -f conftest.er1
12842 cat conftest.err >&5
12843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); } && {
12845 test -z "$ac_c_werror_flag" ||
12846 test ! -s conftest.err
12847 } && test -s conftest$ac_exeext && {
12848 test "$cross_compiling" = yes ||
12849 $as_test_x conftest$ac_exeext
12850 }; then
12851 case "$LIBEXT" in
12852 dll) ;;
12853 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'` ;;
12854 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12855 esac
12856 else
12857 $as_echo "$as_me: failed program was:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12863 rm -rf conftest.dSYM
12864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12865 conftest$ac_exeext conftest.$ac_ext
12866 LIBS=$ac_check_soname_save_LIBS
12868 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12869 { $as_echo "$as_me:$LINENO: result: not found" >&5
12870 $as_echo "not found" >&6; }
12872 else
12873 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12874 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12876 cat >>confdefs.h <<_ACEOF
12877 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12878 _ACEOF
12880 XSLTINCL="$ac_xslt_cflags"
12885 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12886 case "x$with_xslt" in
12887 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12888 xno) ;;
12889 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12890 This is an error since --with-xslt was requested." >&5
12891 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12892 This is an error since --with-xslt was requested." >&2;}
12893 { (exit 1); exit 1; }; } ;;
12894 esac
12898 HALINCL=""
12900 if test "x$with_hal" != "xno"
12901 then
12902 ac_save_CPPFLAGS="$CPPFLAGS"
12903 if test "$PKG_CONFIG" != "false"
12904 then
12905 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12906 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12907 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12911 for ac_header in dbus/dbus.h hal/libhal.h
12913 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12915 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12916 $as_echo_n "checking for $ac_header... " >&6; }
12917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12918 $as_echo_n "(cached) " >&6
12920 ac_res=`eval 'as_val=${'$as_ac_Header'}
12921 $as_echo "$as_val"'`
12922 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12923 $as_echo "$ac_res" >&6; }
12924 else
12925 # Is the header compilable?
12926 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12927 $as_echo_n "checking $ac_header usability... " >&6; }
12928 cat >conftest.$ac_ext <<_ACEOF
12929 /* confdefs.h. */
12930 _ACEOF
12931 cat confdefs.h >>conftest.$ac_ext
12932 cat >>conftest.$ac_ext <<_ACEOF
12933 /* end confdefs.h. */
12934 $ac_includes_default
12935 #include <$ac_header>
12936 _ACEOF
12937 rm -f conftest.$ac_objext
12938 if { (ac_try="$ac_compile"
12939 case "(($ac_try" in
12940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12941 *) ac_try_echo=$ac_try;;
12942 esac
12943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12944 $as_echo "$ac_try_echo") >&5
12945 (eval "$ac_compile") 2>conftest.er1
12946 ac_status=$?
12947 grep -v '^ *+' conftest.er1 >conftest.err
12948 rm -f conftest.er1
12949 cat conftest.err >&5
12950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12951 (exit $ac_status); } && {
12952 test -z "$ac_c_werror_flag" ||
12953 test ! -s conftest.err
12954 } && test -s conftest.$ac_objext; then
12955 ac_header_compiler=yes
12956 else
12957 $as_echo "$as_me: failed program was:" >&5
12958 sed 's/^/| /' conftest.$ac_ext >&5
12960 ac_header_compiler=no
12963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12964 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12965 $as_echo "$ac_header_compiler" >&6; }
12967 # Is the header present?
12968 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12969 $as_echo_n "checking $ac_header presence... " >&6; }
12970 cat >conftest.$ac_ext <<_ACEOF
12971 /* confdefs.h. */
12972 _ACEOF
12973 cat confdefs.h >>conftest.$ac_ext
12974 cat >>conftest.$ac_ext <<_ACEOF
12975 /* end confdefs.h. */
12976 #include <$ac_header>
12977 _ACEOF
12978 if { (ac_try="$ac_cpp conftest.$ac_ext"
12979 case "(($ac_try" in
12980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12981 *) ac_try_echo=$ac_try;;
12982 esac
12983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12984 $as_echo "$ac_try_echo") >&5
12985 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12986 ac_status=$?
12987 grep -v '^ *+' conftest.er1 >conftest.err
12988 rm -f conftest.er1
12989 cat conftest.err >&5
12990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 (exit $ac_status); } >/dev/null && {
12992 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12993 test ! -s conftest.err
12994 }; then
12995 ac_header_preproc=yes
12996 else
12997 $as_echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
13000 ac_header_preproc=no
13003 rm -f conftest.err conftest.$ac_ext
13004 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13005 $as_echo "$ac_header_preproc" >&6; }
13007 # So? What about this header?
13008 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13009 yes:no: )
13010 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13011 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13012 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13013 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13014 ac_header_preproc=yes
13016 no:yes:* )
13017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13018 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13020 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13021 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13022 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13024 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13028 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13029 ( cat <<\_ASBOX
13030 ## ------------------------------------ ##
13031 ## Report this to wine-devel@winehq.org ##
13032 ## ------------------------------------ ##
13033 _ASBOX
13034 ) | sed "s/^/$as_me: WARNING: /" >&2
13036 esac
13037 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13038 $as_echo_n "checking for $ac_header... " >&6; }
13039 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13040 $as_echo_n "(cached) " >&6
13041 else
13042 eval "$as_ac_Header=\$ac_header_preproc"
13044 ac_res=`eval 'as_val=${'$as_ac_Header'}
13045 $as_echo "$as_val"'`
13046 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13047 $as_echo "$ac_res" >&6; }
13050 as_val=`eval 'as_val=${'$as_ac_Header'}
13051 $as_echo "$as_val"'`
13052 if test "x$as_val" = x""yes; then
13053 cat >>confdefs.h <<_ACEOF
13054 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13055 _ACEOF
13059 done
13061 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13062 then
13063 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13064 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13065 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13066 $as_echo_n "(cached) " >&6
13067 else
13068 ac_check_lib_save_LIBS=$LIBS
13069 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13070 cat >conftest.$ac_ext <<_ACEOF
13071 /* confdefs.h. */
13072 _ACEOF
13073 cat confdefs.h >>conftest.$ac_ext
13074 cat >>conftest.$ac_ext <<_ACEOF
13075 /* end confdefs.h. */
13077 /* Override any GCC internal prototype to avoid an error.
13078 Use char because int might match the return type of a GCC
13079 builtin and then its argument prototype would still apply. */
13080 #ifdef __cplusplus
13081 extern "C"
13082 #endif
13083 char dbus_connection_close ();
13085 main ()
13087 return dbus_connection_close ();
13089 return 0;
13091 _ACEOF
13092 rm -f conftest.$ac_objext conftest$ac_exeext
13093 if { (ac_try="$ac_link"
13094 case "(($ac_try" in
13095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13096 *) ac_try_echo=$ac_try;;
13097 esac
13098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13099 $as_echo "$ac_try_echo") >&5
13100 (eval "$ac_link") 2>conftest.er1
13101 ac_status=$?
13102 grep -v '^ *+' conftest.er1 >conftest.err
13103 rm -f conftest.er1
13104 cat conftest.err >&5
13105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106 (exit $ac_status); } && {
13107 test -z "$ac_c_werror_flag" ||
13108 test ! -s conftest.err
13109 } && test -s conftest$ac_exeext && {
13110 test "$cross_compiling" = yes ||
13111 $as_test_x conftest$ac_exeext
13112 }; then
13113 ac_cv_lib_dbus_1_dbus_connection_close=yes
13114 else
13115 $as_echo "$as_me: failed program was:" >&5
13116 sed 's/^/| /' conftest.$ac_ext >&5
13118 ac_cv_lib_dbus_1_dbus_connection_close=no
13121 rm -rf conftest.dSYM
13122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13123 conftest$ac_exeext conftest.$ac_ext
13124 LIBS=$ac_check_lib_save_LIBS
13126 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13127 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13128 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13129 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13130 $as_echo_n "checking for -lhal... " >&6; }
13131 if test "${ac_cv_lib_soname_hal+set}" = set; then
13132 $as_echo_n "(cached) " >&6
13133 else
13134 ac_check_soname_save_LIBS=$LIBS
13135 LIBS="-lhal $ac_hal_libs $LIBS"
13136 cat >conftest.$ac_ext <<_ACEOF
13137 /* confdefs.h. */
13138 _ACEOF
13139 cat confdefs.h >>conftest.$ac_ext
13140 cat >>conftest.$ac_ext <<_ACEOF
13141 /* end confdefs.h. */
13143 /* Override any GCC internal prototype to avoid an error.
13144 Use char because int might match the return type of a GCC
13145 builtin and then its argument prototype would still apply. */
13146 #ifdef __cplusplus
13147 extern "C"
13148 #endif
13149 char libhal_ctx_new ();
13151 main ()
13153 return libhal_ctx_new ();
13155 return 0;
13157 _ACEOF
13158 rm -f conftest.$ac_objext conftest$ac_exeext
13159 if { (ac_try="$ac_link"
13160 case "(($ac_try" in
13161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13162 *) ac_try_echo=$ac_try;;
13163 esac
13164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13165 $as_echo "$ac_try_echo") >&5
13166 (eval "$ac_link") 2>conftest.er1
13167 ac_status=$?
13168 grep -v '^ *+' conftest.er1 >conftest.err
13169 rm -f conftest.er1
13170 cat conftest.err >&5
13171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13172 (exit $ac_status); } && {
13173 test -z "$ac_c_werror_flag" ||
13174 test ! -s conftest.err
13175 } && test -s conftest$ac_exeext && {
13176 test "$cross_compiling" = yes ||
13177 $as_test_x conftest$ac_exeext
13178 }; then
13179 case "$LIBEXT" in
13180 dll) ;;
13181 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'` ;;
13182 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13183 esac
13184 else
13185 $as_echo "$as_me: failed program was:" >&5
13186 sed 's/^/| /' conftest.$ac_ext >&5
13191 rm -rf conftest.dSYM
13192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13193 conftest$ac_exeext conftest.$ac_ext
13194 LIBS=$ac_check_soname_save_LIBS
13196 if test "x$ac_cv_lib_soname_hal" = "x"; then
13197 { $as_echo "$as_me:$LINENO: result: not found" >&5
13198 $as_echo "not found" >&6; }
13200 else
13201 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13202 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13204 cat >>confdefs.h <<_ACEOF
13205 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13206 _ACEOF
13208 HALINCL="$ac_hal_cflags"
13214 CPPFLAGS="$ac_save_CPPFLAGS"
13216 if test "x$ac_cv_lib_soname_hal" = "x"; then
13217 case "x$with_hal" in
13218 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13219 xno) ;;
13220 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13221 This is an error since --with-hal was requested." >&5
13222 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13223 This is an error since --with-hal was requested." >&2;}
13224 { (exit 1); exit 1; }; } ;;
13225 esac
13229 if test "x$with_gnutls" != "xno"
13230 then
13231 ac_save_CPPFLAGS="$CPPFLAGS"
13232 if test "$PKG_CONFIG" != "false"
13233 then
13234 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13235 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13236 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13238 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13239 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13240 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13241 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13242 $as_echo_n "(cached) " >&6
13244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13245 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13246 else
13247 # Is the header compilable?
13248 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13249 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13250 cat >conftest.$ac_ext <<_ACEOF
13251 /* confdefs.h. */
13252 _ACEOF
13253 cat confdefs.h >>conftest.$ac_ext
13254 cat >>conftest.$ac_ext <<_ACEOF
13255 /* end confdefs.h. */
13256 $ac_includes_default
13257 #include <gnutls/gnutls.h>
13258 _ACEOF
13259 rm -f conftest.$ac_objext
13260 if { (ac_try="$ac_compile"
13261 case "(($ac_try" in
13262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13263 *) ac_try_echo=$ac_try;;
13264 esac
13265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13266 $as_echo "$ac_try_echo") >&5
13267 (eval "$ac_compile") 2>conftest.er1
13268 ac_status=$?
13269 grep -v '^ *+' conftest.er1 >conftest.err
13270 rm -f conftest.er1
13271 cat conftest.err >&5
13272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); } && {
13274 test -z "$ac_c_werror_flag" ||
13275 test ! -s conftest.err
13276 } && test -s conftest.$ac_objext; then
13277 ac_header_compiler=yes
13278 else
13279 $as_echo "$as_me: failed program was:" >&5
13280 sed 's/^/| /' conftest.$ac_ext >&5
13282 ac_header_compiler=no
13285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13286 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13287 $as_echo "$ac_header_compiler" >&6; }
13289 # Is the header present?
13290 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13291 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13292 cat >conftest.$ac_ext <<_ACEOF
13293 /* confdefs.h. */
13294 _ACEOF
13295 cat confdefs.h >>conftest.$ac_ext
13296 cat >>conftest.$ac_ext <<_ACEOF
13297 /* end confdefs.h. */
13298 #include <gnutls/gnutls.h>
13299 _ACEOF
13300 if { (ac_try="$ac_cpp conftest.$ac_ext"
13301 case "(($ac_try" in
13302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13303 *) ac_try_echo=$ac_try;;
13304 esac
13305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13306 $as_echo "$ac_try_echo") >&5
13307 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13308 ac_status=$?
13309 grep -v '^ *+' conftest.er1 >conftest.err
13310 rm -f conftest.er1
13311 cat conftest.err >&5
13312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); } >/dev/null && {
13314 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13315 test ! -s conftest.err
13316 }; then
13317 ac_header_preproc=yes
13318 else
13319 $as_echo "$as_me: failed program was:" >&5
13320 sed 's/^/| /' conftest.$ac_ext >&5
13322 ac_header_preproc=no
13325 rm -f conftest.err conftest.$ac_ext
13326 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13327 $as_echo "$ac_header_preproc" >&6; }
13329 # So? What about this header?
13330 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13331 yes:no: )
13332 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13333 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13334 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13335 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13336 ac_header_preproc=yes
13338 no:yes:* )
13339 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13341 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13342 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13343 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13345 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13347 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13349 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13350 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13351 ( cat <<\_ASBOX
13352 ## ------------------------------------ ##
13353 ## Report this to wine-devel@winehq.org ##
13354 ## ------------------------------------ ##
13355 _ASBOX
13356 ) | sed "s/^/$as_me: WARNING: /" >&2
13358 esac
13359 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13360 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13361 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13362 $as_echo_n "(cached) " >&6
13363 else
13364 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13366 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13367 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13370 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13371 cat >conftest.$ac_ext <<_ACEOF
13372 /* confdefs.h. */
13373 _ACEOF
13374 cat confdefs.h >>conftest.$ac_ext
13375 cat >>conftest.$ac_ext <<_ACEOF
13376 /* end confdefs.h. */
13377 #include <gnutls/gnutls.h>
13379 main ()
13381 typeof(gnutls_mac_get_key_size) *pfunc;
13383 return 0;
13385 _ACEOF
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13390 *) ac_try_echo=$ac_try;;
13391 esac
13392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13393 $as_echo "$ac_try_echo") >&5
13394 (eval "$ac_compile") 2>conftest.er1
13395 ac_status=$?
13396 grep -v '^ *+' conftest.er1 >conftest.err
13397 rm -f conftest.er1
13398 cat conftest.err >&5
13399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } && {
13401 test -z "$ac_c_werror_flag" ||
13402 test ! -s conftest.err
13403 } && test -s conftest.$ac_objext; then
13404 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13405 $as_echo_n "checking for -lgnutls... " >&6; }
13406 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13407 $as_echo_n "(cached) " >&6
13408 else
13409 ac_check_soname_save_LIBS=$LIBS
13410 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13411 cat >conftest.$ac_ext <<_ACEOF
13412 /* confdefs.h. */
13413 _ACEOF
13414 cat confdefs.h >>conftest.$ac_ext
13415 cat >>conftest.$ac_ext <<_ACEOF
13416 /* end confdefs.h. */
13418 /* Override any GCC internal prototype to avoid an error.
13419 Use char because int might match the return type of a GCC
13420 builtin and then its argument prototype would still apply. */
13421 #ifdef __cplusplus
13422 extern "C"
13423 #endif
13424 char gnutls_global_init ();
13426 main ()
13428 return gnutls_global_init ();
13430 return 0;
13432 _ACEOF
13433 rm -f conftest.$ac_objext conftest$ac_exeext
13434 if { (ac_try="$ac_link"
13435 case "(($ac_try" in
13436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437 *) ac_try_echo=$ac_try;;
13438 esac
13439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13440 $as_echo "$ac_try_echo") >&5
13441 (eval "$ac_link") 2>conftest.er1
13442 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1
13445 cat conftest.err >&5
13446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } && {
13448 test -z "$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13450 } && test -s conftest$ac_exeext && {
13451 test "$cross_compiling" = yes ||
13452 $as_test_x conftest$ac_exeext
13453 }; then
13454 case "$LIBEXT" in
13455 dll) ;;
13456 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'` ;;
13457 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13458 esac
13459 else
13460 $as_echo "$as_me: failed program was:" >&5
13461 sed 's/^/| /' conftest.$ac_ext >&5
13466 rm -rf conftest.dSYM
13467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13468 conftest$ac_exeext conftest.$ac_ext
13469 LIBS=$ac_check_soname_save_LIBS
13471 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13472 { $as_echo "$as_me:$LINENO: result: not found" >&5
13473 $as_echo "not found" >&6; }
13475 else
13476 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13477 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13479 cat >>confdefs.h <<_ACEOF
13480 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13481 _ACEOF
13483 GNUTLSINCL="$ac_gnutls_cflags"
13487 else
13488 $as_echo "$as_me: failed program was:" >&5
13489 sed 's/^/| /' conftest.$ac_ext >&5
13494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13498 CPPFLAGS="$ac_save_CPPFLAGS"
13500 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13501 case "x$with_gnutls" in
13502 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13503 xno) ;;
13504 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13505 This is an error since --with-gnutls was requested." >&5
13506 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13507 This is an error since --with-gnutls was requested." >&2;}
13508 { (exit 1); exit 1; }; } ;;
13509 esac
13513 CURSESLIBS=""
13514 if test "$ac_cv_header_ncurses_h" = "yes"
13515 then
13516 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13517 $as_echo_n "checking for -lncurses... " >&6; }
13518 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13519 $as_echo_n "(cached) " >&6
13520 else
13521 ac_check_soname_save_LIBS=$LIBS
13522 LIBS="-lncurses $LIBS"
13523 cat >conftest.$ac_ext <<_ACEOF
13524 /* confdefs.h. */
13525 _ACEOF
13526 cat confdefs.h >>conftest.$ac_ext
13527 cat >>conftest.$ac_ext <<_ACEOF
13528 /* end confdefs.h. */
13530 /* Override any GCC internal prototype to avoid an error.
13531 Use char because int might match the return type of a GCC
13532 builtin and then its argument prototype would still apply. */
13533 #ifdef __cplusplus
13534 extern "C"
13535 #endif
13536 char waddch ();
13538 main ()
13540 return waddch ();
13542 return 0;
13544 _ACEOF
13545 rm -f conftest.$ac_objext conftest$ac_exeext
13546 if { (ac_try="$ac_link"
13547 case "(($ac_try" in
13548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13549 *) ac_try_echo=$ac_try;;
13550 esac
13551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13552 $as_echo "$ac_try_echo") >&5
13553 (eval "$ac_link") 2>conftest.er1
13554 ac_status=$?
13555 grep -v '^ *+' conftest.er1 >conftest.err
13556 rm -f conftest.er1
13557 cat conftest.err >&5
13558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13559 (exit $ac_status); } && {
13560 test -z "$ac_c_werror_flag" ||
13561 test ! -s conftest.err
13562 } && test -s conftest$ac_exeext && {
13563 test "$cross_compiling" = yes ||
13564 $as_test_x conftest$ac_exeext
13565 }; then
13566 case "$LIBEXT" in
13567 dll) ;;
13568 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'` ;;
13569 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13570 esac
13571 else
13572 $as_echo "$as_me: failed program was:" >&5
13573 sed 's/^/| /' conftest.$ac_ext >&5
13578 rm -rf conftest.dSYM
13579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13580 conftest$ac_exeext conftest.$ac_ext
13581 LIBS=$ac_check_soname_save_LIBS
13583 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13584 { $as_echo "$as_me:$LINENO: result: not found" >&5
13585 $as_echo "not found" >&6; }
13587 else
13588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13589 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13591 cat >>confdefs.h <<_ACEOF
13592 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13593 _ACEOF
13595 CURSESLIBS="-lncurses"
13598 elif test "$ac_cv_header_curses_h" = "yes"
13599 then
13600 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13601 $as_echo_n "checking for -lcurses... " >&6; }
13602 if test "${ac_cv_lib_soname_curses+set}" = set; then
13603 $as_echo_n "(cached) " >&6
13604 else
13605 ac_check_soname_save_LIBS=$LIBS
13606 LIBS="-lcurses $LIBS"
13607 cat >conftest.$ac_ext <<_ACEOF
13608 /* confdefs.h. */
13609 _ACEOF
13610 cat confdefs.h >>conftest.$ac_ext
13611 cat >>conftest.$ac_ext <<_ACEOF
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char waddch ();
13622 main ()
13624 return waddch ();
13626 return 0;
13628 _ACEOF
13629 rm -f conftest.$ac_objext conftest$ac_exeext
13630 if { (ac_try="$ac_link"
13631 case "(($ac_try" in
13632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13633 *) ac_try_echo=$ac_try;;
13634 esac
13635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13636 $as_echo "$ac_try_echo") >&5
13637 (eval "$ac_link") 2>conftest.er1
13638 ac_status=$?
13639 grep -v '^ *+' conftest.er1 >conftest.err
13640 rm -f conftest.er1
13641 cat conftest.err >&5
13642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); } && {
13644 test -z "$ac_c_werror_flag" ||
13645 test ! -s conftest.err
13646 } && test -s conftest$ac_exeext && {
13647 test "$cross_compiling" = yes ||
13648 $as_test_x conftest$ac_exeext
13649 }; then
13650 case "$LIBEXT" in
13651 dll) ;;
13652 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'` ;;
13653 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13654 esac
13655 else
13656 $as_echo "$as_me: failed program was:" >&5
13657 sed 's/^/| /' conftest.$ac_ext >&5
13662 rm -rf conftest.dSYM
13663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13664 conftest$ac_exeext conftest.$ac_ext
13665 LIBS=$ac_check_soname_save_LIBS
13667 if test "x$ac_cv_lib_soname_curses" = "x"; then
13668 { $as_echo "$as_me:$LINENO: result: not found" >&5
13669 $as_echo "not found" >&6; }
13671 else
13672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13673 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13675 cat >>confdefs.h <<_ACEOF
13676 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13677 _ACEOF
13679 CURSESLIBS="-lcurses"
13683 ac_save_LIBS="$LIBS"
13684 LIBS="$LIBS $CURSESLIBS"
13686 for ac_func in mousemask
13688 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13689 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13690 $as_echo_n "checking for $ac_func... " >&6; }
13691 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13692 $as_echo_n "(cached) " >&6
13693 else
13694 cat >conftest.$ac_ext <<_ACEOF
13695 /* confdefs.h. */
13696 _ACEOF
13697 cat confdefs.h >>conftest.$ac_ext
13698 cat >>conftest.$ac_ext <<_ACEOF
13699 /* end confdefs.h. */
13700 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13701 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13702 #define $ac_func innocuous_$ac_func
13704 /* System header to define __stub macros and hopefully few prototypes,
13705 which can conflict with char $ac_func (); below.
13706 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13707 <limits.h> exists even on freestanding compilers. */
13709 #ifdef __STDC__
13710 # include <limits.h>
13711 #else
13712 # include <assert.h>
13713 #endif
13715 #undef $ac_func
13717 /* Override any GCC internal prototype to avoid an error.
13718 Use char because int might match the return type of a GCC
13719 builtin and then its argument prototype would still apply. */
13720 #ifdef __cplusplus
13721 extern "C"
13722 #endif
13723 char $ac_func ();
13724 /* The GNU C library defines this for functions which it implements
13725 to always fail with ENOSYS. Some functions are actually named
13726 something starting with __ and the normal name is an alias. */
13727 #if defined __stub_$ac_func || defined __stub___$ac_func
13728 choke me
13729 #endif
13732 main ()
13734 return $ac_func ();
13736 return 0;
13738 _ACEOF
13739 rm -f conftest.$ac_objext conftest$ac_exeext
13740 if { (ac_try="$ac_link"
13741 case "(($ac_try" in
13742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13743 *) ac_try_echo=$ac_try;;
13744 esac
13745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13746 $as_echo "$ac_try_echo") >&5
13747 (eval "$ac_link") 2>conftest.er1
13748 ac_status=$?
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
13752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } && {
13754 test -z "$ac_c_werror_flag" ||
13755 test ! -s conftest.err
13756 } && test -s conftest$ac_exeext && {
13757 test "$cross_compiling" = yes ||
13758 $as_test_x conftest$ac_exeext
13759 }; then
13760 eval "$as_ac_var=yes"
13761 else
13762 $as_echo "$as_me: failed program was:" >&5
13763 sed 's/^/| /' conftest.$ac_ext >&5
13765 eval "$as_ac_var=no"
13768 rm -rf conftest.dSYM
13769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13770 conftest$ac_exeext conftest.$ac_ext
13772 ac_res=`eval 'as_val=${'$as_ac_var'}
13773 $as_echo "$as_val"'`
13774 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13775 $as_echo "$ac_res" >&6; }
13776 as_val=`eval 'as_val=${'$as_ac_var'}
13777 $as_echo "$as_val"'`
13778 if test "x$as_val" = x""yes; then
13779 cat >>confdefs.h <<_ACEOF
13780 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13781 _ACEOF
13784 done
13786 LIBS="$ac_save_LIBS"
13787 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13788 case "x$with_curses" in
13789 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13790 xno) ;;
13791 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13792 This is an error since --with-curses was requested." >&5
13793 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13794 This is an error since --with-curses was requested." >&2;}
13795 { (exit 1); exit 1; }; } ;;
13796 esac
13800 if test "x$with_sane" != "xno"
13801 then
13802 ac_save_CPPFLAGS="$CPPFLAGS"
13803 # Extract the first word of "sane-config", so it can be a program name with args.
13804 set dummy sane-config; ac_word=$2
13805 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13806 $as_echo_n "checking for $ac_word... " >&6; }
13807 if test "${ac_cv_prog_sane_devel+set}" = set; then
13808 $as_echo_n "(cached) " >&6
13809 else
13810 if test -n "$sane_devel"; then
13811 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13812 else
13813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13814 for as_dir in $PATH
13816 IFS=$as_save_IFS
13817 test -z "$as_dir" && as_dir=.
13818 for ac_exec_ext in '' $ac_executable_extensions; do
13819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13820 ac_cv_prog_sane_devel="sane-config"
13821 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13822 break 2
13824 done
13825 done
13826 IFS=$as_save_IFS
13828 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13831 sane_devel=$ac_cv_prog_sane_devel
13832 if test -n "$sane_devel"; then
13833 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13834 $as_echo "$sane_devel" >&6; }
13835 else
13836 { $as_echo "$as_me:$LINENO: result: no" >&5
13837 $as_echo "no" >&6; }
13841 if test "$sane_devel" != "no"
13842 then
13843 ac_sane_incl="`$sane_devel --cflags`"
13844 ac_sane_libs="`$sane_devel --ldflags`"
13845 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13847 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13848 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13849 $as_echo_n "checking for sane/sane.h... " >&6; }
13850 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13851 $as_echo_n "(cached) " >&6
13853 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13854 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13855 else
13856 # Is the header compilable?
13857 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13858 $as_echo_n "checking sane/sane.h usability... " >&6; }
13859 cat >conftest.$ac_ext <<_ACEOF
13860 /* confdefs.h. */
13861 _ACEOF
13862 cat confdefs.h >>conftest.$ac_ext
13863 cat >>conftest.$ac_ext <<_ACEOF
13864 /* end confdefs.h. */
13865 $ac_includes_default
13866 #include <sane/sane.h>
13867 _ACEOF
13868 rm -f conftest.$ac_objext
13869 if { (ac_try="$ac_compile"
13870 case "(($ac_try" in
13871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13872 *) ac_try_echo=$ac_try;;
13873 esac
13874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13875 $as_echo "$ac_try_echo") >&5
13876 (eval "$ac_compile") 2>conftest.er1
13877 ac_status=$?
13878 grep -v '^ *+' conftest.er1 >conftest.err
13879 rm -f conftest.er1
13880 cat conftest.err >&5
13881 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13882 (exit $ac_status); } && {
13883 test -z "$ac_c_werror_flag" ||
13884 test ! -s conftest.err
13885 } && test -s conftest.$ac_objext; then
13886 ac_header_compiler=yes
13887 else
13888 $as_echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13891 ac_header_compiler=no
13894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13895 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13896 $as_echo "$ac_header_compiler" >&6; }
13898 # Is the header present?
13899 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13900 $as_echo_n "checking sane/sane.h presence... " >&6; }
13901 cat >conftest.$ac_ext <<_ACEOF
13902 /* confdefs.h. */
13903 _ACEOF
13904 cat confdefs.h >>conftest.$ac_ext
13905 cat >>conftest.$ac_ext <<_ACEOF
13906 /* end confdefs.h. */
13907 #include <sane/sane.h>
13908 _ACEOF
13909 if { (ac_try="$ac_cpp conftest.$ac_ext"
13910 case "(($ac_try" in
13911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13912 *) ac_try_echo=$ac_try;;
13913 esac
13914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13915 $as_echo "$ac_try_echo") >&5
13916 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13917 ac_status=$?
13918 grep -v '^ *+' conftest.er1 >conftest.err
13919 rm -f conftest.er1
13920 cat conftest.err >&5
13921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13922 (exit $ac_status); } >/dev/null && {
13923 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13924 test ! -s conftest.err
13925 }; then
13926 ac_header_preproc=yes
13927 else
13928 $as_echo "$as_me: failed program was:" >&5
13929 sed 's/^/| /' conftest.$ac_ext >&5
13931 ac_header_preproc=no
13934 rm -f conftest.err conftest.$ac_ext
13935 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13936 $as_echo "$ac_header_preproc" >&6; }
13938 # So? What about this header?
13939 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13940 yes:no: )
13941 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13942 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13943 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13944 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13945 ac_header_preproc=yes
13947 no:yes:* )
13948 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13950 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13951 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13952 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13954 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13956 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13958 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13959 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13960 ( cat <<\_ASBOX
13961 ## ------------------------------------ ##
13962 ## Report this to wine-devel@winehq.org ##
13963 ## ------------------------------------ ##
13964 _ASBOX
13965 ) | sed "s/^/$as_me: WARNING: /" >&2
13967 esac
13968 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13969 $as_echo_n "checking for sane/sane.h... " >&6; }
13970 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13971 $as_echo_n "(cached) " >&6
13972 else
13973 ac_cv_header_sane_sane_h=$ac_header_preproc
13975 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13976 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13979 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13980 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13981 $as_echo_n "checking for -lsane... " >&6; }
13982 if test "${ac_cv_lib_soname_sane+set}" = set; then
13983 $as_echo_n "(cached) " >&6
13984 else
13985 ac_check_soname_save_LIBS=$LIBS
13986 LIBS="-lsane $ac_sane_libs $LIBS"
13987 cat >conftest.$ac_ext <<_ACEOF
13988 /* confdefs.h. */
13989 _ACEOF
13990 cat confdefs.h >>conftest.$ac_ext
13991 cat >>conftest.$ac_ext <<_ACEOF
13992 /* end confdefs.h. */
13994 /* Override any GCC internal prototype to avoid an error.
13995 Use char because int might match the return type of a GCC
13996 builtin and then its argument prototype would still apply. */
13997 #ifdef __cplusplus
13998 extern "C"
13999 #endif
14000 char sane_init ();
14002 main ()
14004 return sane_init ();
14006 return 0;
14008 _ACEOF
14009 rm -f conftest.$ac_objext conftest$ac_exeext
14010 if { (ac_try="$ac_link"
14011 case "(($ac_try" in
14012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14013 *) ac_try_echo=$ac_try;;
14014 esac
14015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14016 $as_echo "$ac_try_echo") >&5
14017 (eval "$ac_link") 2>conftest.er1
14018 ac_status=$?
14019 grep -v '^ *+' conftest.er1 >conftest.err
14020 rm -f conftest.er1
14021 cat conftest.err >&5
14022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14023 (exit $ac_status); } && {
14024 test -z "$ac_c_werror_flag" ||
14025 test ! -s conftest.err
14026 } && test -s conftest$ac_exeext && {
14027 test "$cross_compiling" = yes ||
14028 $as_test_x conftest$ac_exeext
14029 }; then
14030 case "$LIBEXT" in
14031 dll) ;;
14032 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'` ;;
14033 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14034 esac
14035 else
14036 $as_echo "$as_me: failed program was:" >&5
14037 sed 's/^/| /' conftest.$ac_ext >&5
14042 rm -rf conftest.dSYM
14043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14044 conftest$ac_exeext conftest.$ac_ext
14045 LIBS=$ac_check_soname_save_LIBS
14047 if test "x$ac_cv_lib_soname_sane" = "x"; then
14048 { $as_echo "$as_me:$LINENO: result: not found" >&5
14049 $as_echo "not found" >&6; }
14051 else
14052 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14053 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14055 cat >>confdefs.h <<_ACEOF
14056 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14057 _ACEOF
14059 SANEINCL="$ac_sane_incl"
14066 CPPFLAGS="$ac_save_CPPFLAGS"
14068 if test "x$ac_cv_lib_soname_sane" = "x"; then
14069 case "x$with_sane" in
14070 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14071 xno) ;;
14072 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14073 This is an error since --with-sane was requested." >&5
14074 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14075 This is an error since --with-sane was requested." >&2;}
14076 { (exit 1); exit 1; }; } ;;
14077 esac
14081 if test "x$with_gphoto" != "xno"
14082 then
14083 ac_save_CPPFLAGS="$CPPFLAGS"
14084 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14085 set dummy gphoto2-config; ac_word=$2
14086 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14087 $as_echo_n "checking for $ac_word... " >&6; }
14088 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14089 $as_echo_n "(cached) " >&6
14090 else
14091 if test -n "$gphoto2_devel"; then
14092 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14093 else
14094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14095 for as_dir in $PATH
14097 IFS=$as_save_IFS
14098 test -z "$as_dir" && as_dir=.
14099 for ac_exec_ext in '' $ac_executable_extensions; do
14100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14101 ac_cv_prog_gphoto2_devel="gphoto2-config"
14102 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14103 break 2
14105 done
14106 done
14107 IFS=$as_save_IFS
14109 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14112 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14113 if test -n "$gphoto2_devel"; then
14114 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14115 $as_echo "$gphoto2_devel" >&6; }
14116 else
14117 { $as_echo "$as_me:$LINENO: result: no" >&5
14118 $as_echo "no" >&6; }
14122 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14123 set dummy gphoto2-port-config; ac_word=$2
14124 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14125 $as_echo_n "checking for $ac_word... " >&6; }
14126 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14127 $as_echo_n "(cached) " >&6
14128 else
14129 if test -n "$gphoto2port_devel"; then
14130 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14131 else
14132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14133 for as_dir in $PATH
14135 IFS=$as_save_IFS
14136 test -z "$as_dir" && as_dir=.
14137 for ac_exec_ext in '' $ac_executable_extensions; do
14138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14139 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14140 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14141 break 2
14143 done
14144 done
14145 IFS=$as_save_IFS
14147 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14150 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14151 if test -n "$gphoto2port_devel"; then
14152 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14153 $as_echo "$gphoto2port_devel" >&6; }
14154 else
14155 { $as_echo "$as_me:$LINENO: result: no" >&5
14156 $as_echo "no" >&6; }
14160 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14161 then
14162 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14163 ac_gphoto2_libs=""
14164 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14166 case "$i" in
14167 -L/usr/lib|-L/usr/lib64) ;;
14168 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14169 esac
14170 done
14171 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14173 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14174 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14175 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14176 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14177 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14178 $as_echo_n "(cached) " >&6
14180 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14181 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14182 else
14183 # Is the header compilable?
14184 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14185 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14186 cat >conftest.$ac_ext <<_ACEOF
14187 /* confdefs.h. */
14188 _ACEOF
14189 cat confdefs.h >>conftest.$ac_ext
14190 cat >>conftest.$ac_ext <<_ACEOF
14191 /* end confdefs.h. */
14192 $ac_includes_default
14193 #include <gphoto2-camera.h>
14194 _ACEOF
14195 rm -f conftest.$ac_objext
14196 if { (ac_try="$ac_compile"
14197 case "(($ac_try" in
14198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14199 *) ac_try_echo=$ac_try;;
14200 esac
14201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14202 $as_echo "$ac_try_echo") >&5
14203 (eval "$ac_compile") 2>conftest.er1
14204 ac_status=$?
14205 grep -v '^ *+' conftest.er1 >conftest.err
14206 rm -f conftest.er1
14207 cat conftest.err >&5
14208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209 (exit $ac_status); } && {
14210 test -z "$ac_c_werror_flag" ||
14211 test ! -s conftest.err
14212 } && test -s conftest.$ac_objext; then
14213 ac_header_compiler=yes
14214 else
14215 $as_echo "$as_me: failed program was:" >&5
14216 sed 's/^/| /' conftest.$ac_ext >&5
14218 ac_header_compiler=no
14221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14222 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14223 $as_echo "$ac_header_compiler" >&6; }
14225 # Is the header present?
14226 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14227 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14228 cat >conftest.$ac_ext <<_ACEOF
14229 /* confdefs.h. */
14230 _ACEOF
14231 cat confdefs.h >>conftest.$ac_ext
14232 cat >>conftest.$ac_ext <<_ACEOF
14233 /* end confdefs.h. */
14234 #include <gphoto2-camera.h>
14235 _ACEOF
14236 if { (ac_try="$ac_cpp conftest.$ac_ext"
14237 case "(($ac_try" in
14238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14239 *) ac_try_echo=$ac_try;;
14240 esac
14241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14242 $as_echo "$ac_try_echo") >&5
14243 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14244 ac_status=$?
14245 grep -v '^ *+' conftest.er1 >conftest.err
14246 rm -f conftest.er1
14247 cat conftest.err >&5
14248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249 (exit $ac_status); } >/dev/null && {
14250 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14251 test ! -s conftest.err
14252 }; then
14253 ac_header_preproc=yes
14254 else
14255 $as_echo "$as_me: failed program was:" >&5
14256 sed 's/^/| /' conftest.$ac_ext >&5
14258 ac_header_preproc=no
14261 rm -f conftest.err conftest.$ac_ext
14262 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14263 $as_echo "$ac_header_preproc" >&6; }
14265 # So? What about this header?
14266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14267 yes:no: )
14268 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14269 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14270 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14271 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14272 ac_header_preproc=yes
14274 no:yes:* )
14275 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14277 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14278 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14279 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14281 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14283 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14285 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14286 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14287 ( cat <<\_ASBOX
14288 ## ------------------------------------ ##
14289 ## Report this to wine-devel@winehq.org ##
14290 ## ------------------------------------ ##
14291 _ASBOX
14292 ) | sed "s/^/$as_me: WARNING: /" >&2
14294 esac
14295 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14296 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14297 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14298 $as_echo_n "(cached) " >&6
14299 else
14300 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14302 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14303 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14306 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14307 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14308 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14309 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14310 $as_echo_n "(cached) " >&6
14311 else
14312 ac_check_lib_save_LIBS=$LIBS
14313 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14314 cat >conftest.$ac_ext <<_ACEOF
14315 /* confdefs.h. */
14316 _ACEOF
14317 cat confdefs.h >>conftest.$ac_ext
14318 cat >>conftest.$ac_ext <<_ACEOF
14319 /* end confdefs.h. */
14321 /* Override any GCC internal prototype to avoid an error.
14322 Use char because int might match the return type of a GCC
14323 builtin and then its argument prototype would still apply. */
14324 #ifdef __cplusplus
14325 extern "C"
14326 #endif
14327 char gp_camera_new ();
14329 main ()
14331 return gp_camera_new ();
14333 return 0;
14335 _ACEOF
14336 rm -f conftest.$ac_objext conftest$ac_exeext
14337 if { (ac_try="$ac_link"
14338 case "(($ac_try" in
14339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14340 *) ac_try_echo=$ac_try;;
14341 esac
14342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14343 $as_echo "$ac_try_echo") >&5
14344 (eval "$ac_link") 2>conftest.er1
14345 ac_status=$?
14346 grep -v '^ *+' conftest.er1 >conftest.err
14347 rm -f conftest.er1
14348 cat conftest.err >&5
14349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14350 (exit $ac_status); } && {
14351 test -z "$ac_c_werror_flag" ||
14352 test ! -s conftest.err
14353 } && test -s conftest$ac_exeext && {
14354 test "$cross_compiling" = yes ||
14355 $as_test_x conftest$ac_exeext
14356 }; then
14357 ac_cv_lib_gphoto2_gp_camera_new=yes
14358 else
14359 $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_cv_lib_gphoto2_gp_camera_new=no
14365 rm -rf conftest.dSYM
14366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14367 conftest$ac_exeext conftest.$ac_ext
14368 LIBS=$ac_check_lib_save_LIBS
14370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14371 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14372 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14374 cat >>confdefs.h <<\_ACEOF
14375 #define HAVE_GPHOTO2 1
14376 _ACEOF
14378 GPHOTO2LIBS="$ac_gphoto2_libs"
14380 GPHOTO2INCL="$ac_gphoto2_incl"
14387 CPPFLAGS="$ac_save_CPPFLAGS"
14389 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14390 case "x$with_gphoto" in
14391 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14392 xno) ;;
14393 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14394 This is an error since --with-gphoto was requested." >&5
14395 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14396 This is an error since --with-gphoto was requested." >&2;}
14397 { (exit 1); exit 1; }; } ;;
14398 esac
14403 RESOLVLIBS=""
14405 if test "$ac_cv_header_resolv_h" = "yes"
14406 then
14407 ac_save_LIBS="$LIBS"
14408 LIBS="$LIBS -lresolv"
14409 cat >conftest.$ac_ext <<_ACEOF
14410 /* confdefs.h. */
14411 _ACEOF
14412 cat confdefs.h >>conftest.$ac_ext
14413 cat >>conftest.$ac_ext <<_ACEOF
14414 /* end confdefs.h. */
14415 #ifdef HAVE_NETINET_IN_H
14416 #include <netinet/in.h>
14417 #endif
14418 #include <resolv.h>
14420 main ()
14422 res_init();
14424 return 0;
14426 _ACEOF
14427 rm -f conftest.$ac_objext conftest$ac_exeext
14428 if { (ac_try="$ac_link"
14429 case "(($ac_try" in
14430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14431 *) ac_try_echo=$ac_try;;
14432 esac
14433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14434 $as_echo "$ac_try_echo") >&5
14435 (eval "$ac_link") 2>conftest.er1
14436 ac_status=$?
14437 grep -v '^ *+' conftest.er1 >conftest.err
14438 rm -f conftest.er1
14439 cat conftest.err >&5
14440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); } && {
14442 test -z "$ac_c_werror_flag" ||
14443 test ! -s conftest.err
14444 } && test -s conftest$ac_exeext && {
14445 test "$cross_compiling" = yes ||
14446 $as_test_x conftest$ac_exeext
14447 }; then
14449 cat >>confdefs.h <<\_ACEOF
14450 #define HAVE_RESOLV 1
14451 _ACEOF
14453 RESOLVLIBS="-lresolv"
14454 else
14455 $as_echo "$as_me: failed program was:" >&5
14456 sed 's/^/| /' conftest.$ac_ext >&5
14461 rm -rf conftest.dSYM
14462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14463 conftest$ac_exeext conftest.$ac_ext
14464 LIBS="$ac_save_LIBS"
14467 LCMSLIBS=""
14469 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14470 then
14471 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14472 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14473 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14474 $as_echo_n "(cached) " >&6
14475 else
14476 ac_check_lib_save_LIBS=$LIBS
14477 LIBS="-llcms $LIBS"
14478 cat >conftest.$ac_ext <<_ACEOF
14479 /* confdefs.h. */
14480 _ACEOF
14481 cat confdefs.h >>conftest.$ac_ext
14482 cat >>conftest.$ac_ext <<_ACEOF
14483 /* end confdefs.h. */
14485 /* Override any GCC internal prototype to avoid an error.
14486 Use char because int might match the return type of a GCC
14487 builtin and then its argument prototype would still apply. */
14488 #ifdef __cplusplus
14489 extern "C"
14490 #endif
14491 char cmsOpenProfileFromFile ();
14493 main ()
14495 return cmsOpenProfileFromFile ();
14497 return 0;
14499 _ACEOF
14500 rm -f conftest.$ac_objext conftest$ac_exeext
14501 if { (ac_try="$ac_link"
14502 case "(($ac_try" in
14503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14504 *) ac_try_echo=$ac_try;;
14505 esac
14506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14507 $as_echo "$ac_try_echo") >&5
14508 (eval "$ac_link") 2>conftest.er1
14509 ac_status=$?
14510 grep -v '^ *+' conftest.er1 >conftest.err
14511 rm -f conftest.er1
14512 cat conftest.err >&5
14513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514 (exit $ac_status); } && {
14515 test -z "$ac_c_werror_flag" ||
14516 test ! -s conftest.err
14517 } && test -s conftest$ac_exeext && {
14518 test "$cross_compiling" = yes ||
14519 $as_test_x conftest$ac_exeext
14520 }; then
14521 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14522 else
14523 $as_echo "$as_me: failed program was:" >&5
14524 sed 's/^/| /' conftest.$ac_ext >&5
14526 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14529 rm -rf conftest.dSYM
14530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14531 conftest$ac_exeext conftest.$ac_ext
14532 LIBS=$ac_check_lib_save_LIBS
14534 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14535 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14536 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14538 cat >>confdefs.h <<\_ACEOF
14539 #define HAVE_LCMS 1
14540 _ACEOF
14542 LCMSLIBS="-llcms"
14546 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14547 case "x$with_cms" in
14548 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14549 xno) ;;
14550 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14551 This is an error since --with-cms was requested." >&5
14552 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14553 This is an error since --with-cms was requested." >&2;}
14554 { (exit 1); exit 1; }; } ;;
14555 esac
14559 if test "x$with_freetype" != "xno"
14560 then
14561 for ac_prog in freetype-config freetype2-config
14563 # Extract the first word of "$ac_prog", so it can be a program name with args.
14564 set dummy $ac_prog; ac_word=$2
14565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14566 $as_echo_n "checking for $ac_word... " >&6; }
14567 if test "${ac_cv_prog_ft_devel+set}" = set; then
14568 $as_echo_n "(cached) " >&6
14569 else
14570 if test -n "$ft_devel"; then
14571 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14572 else
14573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14574 for as_dir in $PATH
14576 IFS=$as_save_IFS
14577 test -z "$as_dir" && as_dir=.
14578 for ac_exec_ext in '' $ac_executable_extensions; do
14579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14580 ac_cv_prog_ft_devel="$ac_prog"
14581 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14582 break 2
14584 done
14585 done
14586 IFS=$as_save_IFS
14590 ft_devel=$ac_cv_prog_ft_devel
14591 if test -n "$ft_devel"; then
14592 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14593 $as_echo "$ft_devel" >&6; }
14594 else
14595 { $as_echo "$as_me:$LINENO: result: no" >&5
14596 $as_echo "no" >&6; }
14600 test -n "$ft_devel" && break
14601 done
14602 test -n "$ft_devel" || ft_devel="no"
14604 if test "$ft_devel" != "no"
14605 then
14606 ac_freetype_incl=`$ft_devel --cflags`
14607 ac_freetype_libs=`$ft_devel --libs`
14609 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14610 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14611 $as_echo_n "checking for -lfreetype... " >&6; }
14612 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14613 $as_echo_n "(cached) " >&6
14614 else
14615 ac_check_soname_save_LIBS=$LIBS
14616 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14617 cat >conftest.$ac_ext <<_ACEOF
14618 /* confdefs.h. */
14619 _ACEOF
14620 cat confdefs.h >>conftest.$ac_ext
14621 cat >>conftest.$ac_ext <<_ACEOF
14622 /* end confdefs.h. */
14624 /* Override any GCC internal prototype to avoid an error.
14625 Use char because int might match the return type of a GCC
14626 builtin and then its argument prototype would still apply. */
14627 #ifdef __cplusplus
14628 extern "C"
14629 #endif
14630 char FT_Init_FreeType ();
14632 main ()
14634 return FT_Init_FreeType ();
14636 return 0;
14638 _ACEOF
14639 rm -f conftest.$ac_objext conftest$ac_exeext
14640 if { (ac_try="$ac_link"
14641 case "(($ac_try" in
14642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14643 *) ac_try_echo=$ac_try;;
14644 esac
14645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14646 $as_echo "$ac_try_echo") >&5
14647 (eval "$ac_link") 2>conftest.er1
14648 ac_status=$?
14649 grep -v '^ *+' conftest.er1 >conftest.err
14650 rm -f conftest.er1
14651 cat conftest.err >&5
14652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14653 (exit $ac_status); } && {
14654 test -z "$ac_c_werror_flag" ||
14655 test ! -s conftest.err
14656 } && test -s conftest$ac_exeext && {
14657 test "$cross_compiling" = yes ||
14658 $as_test_x conftest$ac_exeext
14659 }; then
14660 case "$LIBEXT" in
14661 dll) ;;
14662 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'` ;;
14663 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14664 esac
14665 else
14666 $as_echo "$as_me: failed program was:" >&5
14667 sed 's/^/| /' conftest.$ac_ext >&5
14672 rm -rf conftest.dSYM
14673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14674 conftest$ac_exeext conftest.$ac_ext
14675 LIBS=$ac_check_soname_save_LIBS
14677 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14678 { $as_echo "$as_me:$LINENO: result: not found" >&5
14679 $as_echo "not found" >&6; }
14680 ft_lib=no
14681 else
14682 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14683 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14685 cat >>confdefs.h <<_ACEOF
14686 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14687 _ACEOF
14689 ft_lib=yes
14692 if test "$ft_lib" = "yes"
14693 then
14694 ac_save_CPPFLAGS="$CPPFLAGS"
14695 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14709 for ac_header in ft2build.h \
14710 freetype/freetype.h \
14711 freetype/ftglyph.h \
14712 freetype/fttypes.h \
14713 freetype/tttables.h \
14714 freetype/ftnames.h \
14715 freetype/ftsnames.h \
14716 freetype/ttnameid.h \
14717 freetype/ftoutln.h \
14718 freetype/ftwinfnt.h \
14719 freetype/ftmodapi.h \
14720 freetype/ftlcdfil.h \
14721 freetype/internal/sfnt.h
14723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14724 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14725 $as_echo_n "checking for $ac_header... " >&6; }
14726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14727 $as_echo_n "(cached) " >&6
14728 else
14729 cat >conftest.$ac_ext <<_ACEOF
14730 /* confdefs.h. */
14731 _ACEOF
14732 cat confdefs.h >>conftest.$ac_ext
14733 cat >>conftest.$ac_ext <<_ACEOF
14734 /* end confdefs.h. */
14735 #ifdef HAVE_FT2BUILD_H
14736 # include <ft2build.h>
14737 #endif
14739 #include <$ac_header>
14740 _ACEOF
14741 rm -f conftest.$ac_objext
14742 if { (ac_try="$ac_compile"
14743 case "(($ac_try" in
14744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14745 *) ac_try_echo=$ac_try;;
14746 esac
14747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14748 $as_echo "$ac_try_echo") >&5
14749 (eval "$ac_compile") 2>conftest.er1
14750 ac_status=$?
14751 grep -v '^ *+' conftest.er1 >conftest.err
14752 rm -f conftest.er1
14753 cat conftest.err >&5
14754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14755 (exit $ac_status); } && {
14756 test -z "$ac_c_werror_flag" ||
14757 test ! -s conftest.err
14758 } && test -s conftest.$ac_objext; then
14759 eval "$as_ac_Header=yes"
14760 else
14761 $as_echo "$as_me: failed program was:" >&5
14762 sed 's/^/| /' conftest.$ac_ext >&5
14764 eval "$as_ac_Header=no"
14767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14769 ac_res=`eval 'as_val=${'$as_ac_Header'}
14770 $as_echo "$as_val"'`
14771 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14772 $as_echo "$ac_res" >&6; }
14773 as_val=`eval 'as_val=${'$as_ac_Header'}
14774 $as_echo "$as_val"'`
14775 if test "x$as_val" = x""yes; then
14776 cat >>confdefs.h <<_ACEOF
14777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14778 _ACEOF
14782 done
14784 cat >conftest.$ac_ext <<_ACEOF
14785 /* confdefs.h. */
14786 _ACEOF
14787 cat confdefs.h >>conftest.$ac_ext
14788 cat >>conftest.$ac_ext <<_ACEOF
14789 /* end confdefs.h. */
14790 #include <ft2build.h>
14791 #include <freetype/fttrigon.h>
14792 _ACEOF
14793 if { (ac_try="$ac_cpp conftest.$ac_ext"
14794 case "(($ac_try" in
14795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14796 *) ac_try_echo=$ac_try;;
14797 esac
14798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14799 $as_echo "$ac_try_echo") >&5
14800 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14801 ac_status=$?
14802 grep -v '^ *+' conftest.er1 >conftest.err
14803 rm -f conftest.er1
14804 cat conftest.err >&5
14805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806 (exit $ac_status); } >/dev/null && {
14807 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14808 test ! -s conftest.err
14809 }; then
14811 cat >>confdefs.h <<\_ACEOF
14812 #define HAVE_FREETYPE_FTTRIGON_H 1
14813 _ACEOF
14815 wine_cv_fttrigon=yes
14816 else
14817 $as_echo "$as_me: failed program was:" >&5
14818 sed 's/^/| /' conftest.$ac_ext >&5
14820 wine_cv_fttrigon=no
14823 rm -f conftest.err conftest.$ac_ext
14824 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14825 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14826 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14827 $as_echo_n "(cached) " >&6
14828 else
14829 ac_cv_type_FT_TrueTypeEngineType=no
14830 cat >conftest.$ac_ext <<_ACEOF
14831 /* confdefs.h. */
14832 _ACEOF
14833 cat confdefs.h >>conftest.$ac_ext
14834 cat >>conftest.$ac_ext <<_ACEOF
14835 /* end confdefs.h. */
14836 #include <freetype/ftmodapi.h>
14839 main ()
14841 if (sizeof (FT_TrueTypeEngineType))
14842 return 0;
14844 return 0;
14846 _ACEOF
14847 rm -f conftest.$ac_objext
14848 if { (ac_try="$ac_compile"
14849 case "(($ac_try" in
14850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14851 *) ac_try_echo=$ac_try;;
14852 esac
14853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14854 $as_echo "$ac_try_echo") >&5
14855 (eval "$ac_compile") 2>conftest.er1
14856 ac_status=$?
14857 grep -v '^ *+' conftest.er1 >conftest.err
14858 rm -f conftest.er1
14859 cat conftest.err >&5
14860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14861 (exit $ac_status); } && {
14862 test -z "$ac_c_werror_flag" ||
14863 test ! -s conftest.err
14864 } && test -s conftest.$ac_objext; then
14865 cat >conftest.$ac_ext <<_ACEOF
14866 /* confdefs.h. */
14867 _ACEOF
14868 cat confdefs.h >>conftest.$ac_ext
14869 cat >>conftest.$ac_ext <<_ACEOF
14870 /* end confdefs.h. */
14871 #include <freetype/ftmodapi.h>
14874 main ()
14876 if (sizeof ((FT_TrueTypeEngineType)))
14877 return 0;
14879 return 0;
14881 _ACEOF
14882 rm -f conftest.$ac_objext
14883 if { (ac_try="$ac_compile"
14884 case "(($ac_try" in
14885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14886 *) ac_try_echo=$ac_try;;
14887 esac
14888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14889 $as_echo "$ac_try_echo") >&5
14890 (eval "$ac_compile") 2>conftest.er1
14891 ac_status=$?
14892 grep -v '^ *+' conftest.er1 >conftest.err
14893 rm -f conftest.er1
14894 cat conftest.err >&5
14895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14896 (exit $ac_status); } && {
14897 test -z "$ac_c_werror_flag" ||
14898 test ! -s conftest.err
14899 } && test -s conftest.$ac_objext; then
14901 else
14902 $as_echo "$as_me: failed program was:" >&5
14903 sed 's/^/| /' conftest.$ac_ext >&5
14905 ac_cv_type_FT_TrueTypeEngineType=yes
14908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14909 else
14910 $as_echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14918 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14919 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14920 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14922 cat >>confdefs.h <<_ACEOF
14923 #define HAVE_FT_TRUETYPEENGINETYPE 1
14924 _ACEOF
14929 ac_save_CFLAGS="$CFLAGS"
14930 CFLAGS="$CFLAGS $ac_freetype_libs"
14932 for ac_func in FT_Load_Sfnt_Table
14934 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14935 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14936 $as_echo_n "checking for $ac_func... " >&6; }
14937 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14938 $as_echo_n "(cached) " >&6
14939 else
14940 cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h. */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h. */
14946 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14947 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14948 #define $ac_func innocuous_$ac_func
14950 /* System header to define __stub macros and hopefully few prototypes,
14951 which can conflict with char $ac_func (); below.
14952 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14953 <limits.h> exists even on freestanding compilers. */
14955 #ifdef __STDC__
14956 # include <limits.h>
14957 #else
14958 # include <assert.h>
14959 #endif
14961 #undef $ac_func
14963 /* Override any GCC internal prototype to avoid an error.
14964 Use char because int might match the return type of a GCC
14965 builtin and then its argument prototype would still apply. */
14966 #ifdef __cplusplus
14967 extern "C"
14968 #endif
14969 char $ac_func ();
14970 /* The GNU C library defines this for functions which it implements
14971 to always fail with ENOSYS. Some functions are actually named
14972 something starting with __ and the normal name is an alias. */
14973 #if defined __stub_$ac_func || defined __stub___$ac_func
14974 choke me
14975 #endif
14978 main ()
14980 return $ac_func ();
14982 return 0;
14984 _ACEOF
14985 rm -f conftest.$ac_objext conftest$ac_exeext
14986 if { (ac_try="$ac_link"
14987 case "(($ac_try" in
14988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14989 *) ac_try_echo=$ac_try;;
14990 esac
14991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14992 $as_echo "$ac_try_echo") >&5
14993 (eval "$ac_link") 2>conftest.er1
14994 ac_status=$?
14995 grep -v '^ *+' conftest.er1 >conftest.err
14996 rm -f conftest.er1
14997 cat conftest.err >&5
14998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14999 (exit $ac_status); } && {
15000 test -z "$ac_c_werror_flag" ||
15001 test ! -s conftest.err
15002 } && test -s conftest$ac_exeext && {
15003 test "$cross_compiling" = yes ||
15004 $as_test_x conftest$ac_exeext
15005 }; then
15006 eval "$as_ac_var=yes"
15007 else
15008 $as_echo "$as_me: failed program was:" >&5
15009 sed 's/^/| /' conftest.$ac_ext >&5
15011 eval "$as_ac_var=no"
15014 rm -rf conftest.dSYM
15015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15016 conftest$ac_exeext conftest.$ac_ext
15018 ac_res=`eval 'as_val=${'$as_ac_var'}
15019 $as_echo "$as_val"'`
15020 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15021 $as_echo "$ac_res" >&6; }
15022 as_val=`eval 'as_val=${'$as_ac_var'}
15023 $as_echo "$as_val"'`
15024 if test "x$as_val" = x""yes; then
15025 cat >>confdefs.h <<_ACEOF
15026 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15027 _ACEOF
15030 done
15032 CFLAGS="$ac_save_CFLAGS"
15033 CPPFLAGS="$ac_save_CPPFLAGS"
15034 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15035 then
15037 cat >>confdefs.h <<\_ACEOF
15038 #define HAVE_FREETYPE 1
15039 _ACEOF
15041 FREETYPELIBS="$ac_freetype_libs"
15043 FREETYPEINCL="$ac_freetype_incl"
15048 if test "x$FREETYPELIBS" = "x"; then
15049 case "x$with_freetype" in
15050 xno) ;;
15051 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15052 Use the --without-freetype option if you really want this." >&5
15053 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15054 Use the --without-freetype option if you really want this." >&2;}
15055 { (exit 1); exit 1; }; } ;;
15056 esac
15059 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15061 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15062 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15063 if test "${ac_cv_c_ppdev+set}" = set; then
15064 $as_echo_n "(cached) " >&6
15065 else
15066 cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h. */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h. */
15072 #include <linux/ppdev.h>
15074 main ()
15076 ioctl (1,PPCLAIM,0)
15078 return 0;
15080 _ACEOF
15081 rm -f conftest.$ac_objext
15082 if { (ac_try="$ac_compile"
15083 case "(($ac_try" in
15084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15085 *) ac_try_echo=$ac_try;;
15086 esac
15087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15088 $as_echo "$ac_try_echo") >&5
15089 (eval "$ac_compile") 2>conftest.er1
15090 ac_status=$?
15091 grep -v '^ *+' conftest.er1 >conftest.err
15092 rm -f conftest.er1
15093 cat conftest.err >&5
15094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15095 (exit $ac_status); } && {
15096 test -z "$ac_c_werror_flag" ||
15097 test ! -s conftest.err
15098 } && test -s conftest.$ac_objext; then
15099 ac_cv_c_ppdev="yes"
15100 else
15101 $as_echo "$as_me: failed program was:" >&5
15102 sed 's/^/| /' conftest.$ac_ext >&5
15104 ac_cv_c_ppdev="no"
15107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15109 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15110 $as_echo "$ac_cv_c_ppdev" >&6; }
15111 if test "$ac_cv_c_ppdev" = "yes"
15112 then
15114 cat >>confdefs.h <<\_ACEOF
15115 #define HAVE_PPDEV 1
15116 _ACEOF
15120 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15121 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15122 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15123 $as_echo_n "(cached) " >&6
15124 else
15125 ac_cv_type_pthread_rwlock_t=no
15126 cat >conftest.$ac_ext <<_ACEOF
15127 /* confdefs.h. */
15128 _ACEOF
15129 cat confdefs.h >>conftest.$ac_ext
15130 cat >>conftest.$ac_ext <<_ACEOF
15131 /* end confdefs.h. */
15132 #define _GNU_SOURCE
15133 #include <pthread.h>
15136 main ()
15138 if (sizeof (pthread_rwlock_t))
15139 return 0;
15141 return 0;
15143 _ACEOF
15144 rm -f conftest.$ac_objext
15145 if { (ac_try="$ac_compile"
15146 case "(($ac_try" in
15147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15148 *) ac_try_echo=$ac_try;;
15149 esac
15150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15151 $as_echo "$ac_try_echo") >&5
15152 (eval "$ac_compile") 2>conftest.er1
15153 ac_status=$?
15154 grep -v '^ *+' conftest.er1 >conftest.err
15155 rm -f conftest.er1
15156 cat conftest.err >&5
15157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); } && {
15159 test -z "$ac_c_werror_flag" ||
15160 test ! -s conftest.err
15161 } && test -s conftest.$ac_objext; then
15162 cat >conftest.$ac_ext <<_ACEOF
15163 /* confdefs.h. */
15164 _ACEOF
15165 cat confdefs.h >>conftest.$ac_ext
15166 cat >>conftest.$ac_ext <<_ACEOF
15167 /* end confdefs.h. */
15168 #define _GNU_SOURCE
15169 #include <pthread.h>
15172 main ()
15174 if (sizeof ((pthread_rwlock_t)))
15175 return 0;
15177 return 0;
15179 _ACEOF
15180 rm -f conftest.$ac_objext
15181 if { (ac_try="$ac_compile"
15182 case "(($ac_try" in
15183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15184 *) ac_try_echo=$ac_try;;
15185 esac
15186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15187 $as_echo "$ac_try_echo") >&5
15188 (eval "$ac_compile") 2>conftest.er1
15189 ac_status=$?
15190 grep -v '^ *+' conftest.er1 >conftest.err
15191 rm -f conftest.er1
15192 cat conftest.err >&5
15193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } && {
15195 test -z "$ac_c_werror_flag" ||
15196 test ! -s conftest.err
15197 } && test -s conftest.$ac_objext; then
15199 else
15200 $as_echo "$as_me: failed program was:" >&5
15201 sed 's/^/| /' conftest.$ac_ext >&5
15203 ac_cv_type_pthread_rwlock_t=yes
15206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15207 else
15208 $as_echo "$as_me: failed program was:" >&5
15209 sed 's/^/| /' conftest.$ac_ext >&5
15214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15216 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15217 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15218 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15220 cat >>confdefs.h <<_ACEOF
15221 #define HAVE_PTHREAD_RWLOCK_T 1
15222 _ACEOF
15226 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15227 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15228 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15229 $as_echo_n "(cached) " >&6
15230 else
15231 ac_cv_type_pthread_rwlockattr_t=no
15232 cat >conftest.$ac_ext <<_ACEOF
15233 /* confdefs.h. */
15234 _ACEOF
15235 cat confdefs.h >>conftest.$ac_ext
15236 cat >>conftest.$ac_ext <<_ACEOF
15237 /* end confdefs.h. */
15238 #define _GNU_SOURCE
15239 #include <pthread.h>
15242 main ()
15244 if (sizeof (pthread_rwlockattr_t))
15245 return 0;
15247 return 0;
15249 _ACEOF
15250 rm -f conftest.$ac_objext
15251 if { (ac_try="$ac_compile"
15252 case "(($ac_try" in
15253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15254 *) ac_try_echo=$ac_try;;
15255 esac
15256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15257 $as_echo "$ac_try_echo") >&5
15258 (eval "$ac_compile") 2>conftest.er1
15259 ac_status=$?
15260 grep -v '^ *+' conftest.er1 >conftest.err
15261 rm -f conftest.er1
15262 cat conftest.err >&5
15263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15264 (exit $ac_status); } && {
15265 test -z "$ac_c_werror_flag" ||
15266 test ! -s conftest.err
15267 } && test -s conftest.$ac_objext; then
15268 cat >conftest.$ac_ext <<_ACEOF
15269 /* confdefs.h. */
15270 _ACEOF
15271 cat confdefs.h >>conftest.$ac_ext
15272 cat >>conftest.$ac_ext <<_ACEOF
15273 /* end confdefs.h. */
15274 #define _GNU_SOURCE
15275 #include <pthread.h>
15278 main ()
15280 if (sizeof ((pthread_rwlockattr_t)))
15281 return 0;
15283 return 0;
15285 _ACEOF
15286 rm -f conftest.$ac_objext
15287 if { (ac_try="$ac_compile"
15288 case "(($ac_try" in
15289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15290 *) ac_try_echo=$ac_try;;
15291 esac
15292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15293 $as_echo "$ac_try_echo") >&5
15294 (eval "$ac_compile") 2>conftest.er1
15295 ac_status=$?
15296 grep -v '^ *+' conftest.er1 >conftest.err
15297 rm -f conftest.er1
15298 cat conftest.err >&5
15299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300 (exit $ac_status); } && {
15301 test -z "$ac_c_werror_flag" ||
15302 test ! -s conftest.err
15303 } && test -s conftest.$ac_objext; then
15305 else
15306 $as_echo "$as_me: failed program was:" >&5
15307 sed 's/^/| /' conftest.$ac_ext >&5
15309 ac_cv_type_pthread_rwlockattr_t=yes
15312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15313 else
15314 $as_echo "$as_me: failed program was:" >&5
15315 sed 's/^/| /' conftest.$ac_ext >&5
15320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15322 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15323 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15324 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15326 cat >>confdefs.h <<_ACEOF
15327 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15328 _ACEOF
15334 ac_wine_check_funcs_save_LIBS="$LIBS"
15335 LIBS="$LIBS $LIBPTHREAD"
15340 for ac_func in \
15341 pthread_attr_get_np \
15342 pthread_getattr_np \
15343 pthread_get_stackaddr_np \
15344 pthread_get_stacksize_np
15346 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15347 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15348 $as_echo_n "checking for $ac_func... " >&6; }
15349 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15350 $as_echo_n "(cached) " >&6
15351 else
15352 cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h. */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h. */
15358 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15359 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15360 #define $ac_func innocuous_$ac_func
15362 /* System header to define __stub macros and hopefully few prototypes,
15363 which can conflict with char $ac_func (); below.
15364 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15365 <limits.h> exists even on freestanding compilers. */
15367 #ifdef __STDC__
15368 # include <limits.h>
15369 #else
15370 # include <assert.h>
15371 #endif
15373 #undef $ac_func
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char $ac_func ();
15382 /* The GNU C library defines this for functions which it implements
15383 to always fail with ENOSYS. Some functions are actually named
15384 something starting with __ and the normal name is an alias. */
15385 #if defined __stub_$ac_func || defined __stub___$ac_func
15386 choke me
15387 #endif
15390 main ()
15392 return $ac_func ();
15394 return 0;
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401 *) ac_try_echo=$ac_try;;
15402 esac
15403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15404 $as_echo "$ac_try_echo") >&5
15405 (eval "$ac_link") 2>conftest.er1
15406 ac_status=$?
15407 grep -v '^ *+' conftest.er1 >conftest.err
15408 rm -f conftest.er1
15409 cat conftest.err >&5
15410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15411 (exit $ac_status); } && {
15412 test -z "$ac_c_werror_flag" ||
15413 test ! -s conftest.err
15414 } && test -s conftest$ac_exeext && {
15415 test "$cross_compiling" = yes ||
15416 $as_test_x conftest$ac_exeext
15417 }; then
15418 eval "$as_ac_var=yes"
15419 else
15420 $as_echo "$as_me: failed program was:" >&5
15421 sed 's/^/| /' conftest.$ac_ext >&5
15423 eval "$as_ac_var=no"
15426 rm -rf conftest.dSYM
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext
15430 ac_res=`eval 'as_val=${'$as_ac_var'}
15431 $as_echo "$as_val"'`
15432 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15433 $as_echo "$ac_res" >&6; }
15434 as_val=`eval 'as_val=${'$as_ac_var'}
15435 $as_echo "$as_val"'`
15436 if test "x$as_val" = x""yes; then
15437 cat >>confdefs.h <<_ACEOF
15438 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15439 _ACEOF
15442 done
15444 LIBS="$ac_wine_check_funcs_save_LIBS"
15446 if test "x$with_esd" != xno
15447 then
15448 save_CFLAGS="$CFLAGS"
15449 # Extract the first word of "esd-config", so it can be a program name with args.
15450 set dummy esd-config; ac_word=$2
15451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15452 $as_echo_n "checking for $ac_word... " >&6; }
15453 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15454 $as_echo_n "(cached) " >&6
15455 else
15456 case $ESDCONFIG in
15457 [\\/]* | ?:[\\/]*)
15458 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15462 for as_dir in $PATH
15464 IFS=$as_save_IFS
15465 test -z "$as_dir" && as_dir=.
15466 for ac_exec_ext in '' $ac_executable_extensions; do
15467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15468 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15469 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15470 break 2
15472 done
15473 done
15474 IFS=$as_save_IFS
15476 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15478 esac
15480 ESDCONFIG=$ac_cv_path_ESDCONFIG
15481 if test -n "$ESDCONFIG"; then
15482 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15483 $as_echo "$ESDCONFIG" >&6; }
15484 else
15485 { $as_echo "$as_me:$LINENO: result: no" >&5
15486 $as_echo "no" >&6; }
15490 if test "x$ESDCONFIG" != "xno"
15491 then
15492 ac_esd_incl=""
15493 for i in `$ESDCONFIG --cflags`
15495 case "$i" in
15496 -I*) ac_esd_incl="$ac_esd_incl $i";;
15497 esac
15498 done
15499 ac_esd_libs=`$ESDCONFIG --libs`
15500 CFLAGS="$CFLAGS $ac_esd_incl"
15502 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15503 if test "${ac_cv_header_esd_h+set}" = set; then
15504 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15505 $as_echo_n "checking for esd.h... " >&6; }
15506 if test "${ac_cv_header_esd_h+set}" = set; then
15507 $as_echo_n "(cached) " >&6
15509 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15510 $as_echo "$ac_cv_header_esd_h" >&6; }
15511 else
15512 # Is the header compilable?
15513 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15514 $as_echo_n "checking esd.h usability... " >&6; }
15515 cat >conftest.$ac_ext <<_ACEOF
15516 /* confdefs.h. */
15517 _ACEOF
15518 cat confdefs.h >>conftest.$ac_ext
15519 cat >>conftest.$ac_ext <<_ACEOF
15520 /* end confdefs.h. */
15521 $ac_includes_default
15522 #include <esd.h>
15523 _ACEOF
15524 rm -f conftest.$ac_objext
15525 if { (ac_try="$ac_compile"
15526 case "(($ac_try" in
15527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15528 *) ac_try_echo=$ac_try;;
15529 esac
15530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15531 $as_echo "$ac_try_echo") >&5
15532 (eval "$ac_compile") 2>conftest.er1
15533 ac_status=$?
15534 grep -v '^ *+' conftest.er1 >conftest.err
15535 rm -f conftest.er1
15536 cat conftest.err >&5
15537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); } && {
15539 test -z "$ac_c_werror_flag" ||
15540 test ! -s conftest.err
15541 } && test -s conftest.$ac_objext; then
15542 ac_header_compiler=yes
15543 else
15544 $as_echo "$as_me: failed program was:" >&5
15545 sed 's/^/| /' conftest.$ac_ext >&5
15547 ac_header_compiler=no
15550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15551 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15552 $as_echo "$ac_header_compiler" >&6; }
15554 # Is the header present?
15555 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15556 $as_echo_n "checking esd.h presence... " >&6; }
15557 cat >conftest.$ac_ext <<_ACEOF
15558 /* confdefs.h. */
15559 _ACEOF
15560 cat confdefs.h >>conftest.$ac_ext
15561 cat >>conftest.$ac_ext <<_ACEOF
15562 /* end confdefs.h. */
15563 #include <esd.h>
15564 _ACEOF
15565 if { (ac_try="$ac_cpp conftest.$ac_ext"
15566 case "(($ac_try" in
15567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15568 *) ac_try_echo=$ac_try;;
15569 esac
15570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15571 $as_echo "$ac_try_echo") >&5
15572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15573 ac_status=$?
15574 grep -v '^ *+' conftest.er1 >conftest.err
15575 rm -f conftest.er1
15576 cat conftest.err >&5
15577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15578 (exit $ac_status); } >/dev/null && {
15579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15580 test ! -s conftest.err
15581 }; then
15582 ac_header_preproc=yes
15583 else
15584 $as_echo "$as_me: failed program was:" >&5
15585 sed 's/^/| /' conftest.$ac_ext >&5
15587 ac_header_preproc=no
15590 rm -f conftest.err conftest.$ac_ext
15591 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15592 $as_echo "$ac_header_preproc" >&6; }
15594 # So? What about this header?
15595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15596 yes:no: )
15597 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15598 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15599 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15600 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15601 ac_header_preproc=yes
15603 no:yes:* )
15604 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15605 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15606 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15607 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15608 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15609 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15610 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15611 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15612 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15613 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15614 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15615 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15616 ( cat <<\_ASBOX
15617 ## ------------------------------------ ##
15618 ## Report this to wine-devel@winehq.org ##
15619 ## ------------------------------------ ##
15620 _ASBOX
15621 ) | sed "s/^/$as_me: WARNING: /" >&2
15623 esac
15624 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15625 $as_echo_n "checking for esd.h... " >&6; }
15626 if test "${ac_cv_header_esd_h+set}" = set; then
15627 $as_echo_n "(cached) " >&6
15628 else
15629 ac_cv_header_esd_h=$ac_header_preproc
15631 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15632 $as_echo "$ac_cv_header_esd_h" >&6; }
15635 if test "x$ac_cv_header_esd_h" = x""yes; then
15636 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15637 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15638 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15639 $as_echo_n "(cached) " >&6
15640 else
15641 ac_check_lib_save_LIBS=$LIBS
15642 LIBS="-lesd $ac_esd_libs $LIBS"
15643 cat >conftest.$ac_ext <<_ACEOF
15644 /* confdefs.h. */
15645 _ACEOF
15646 cat confdefs.h >>conftest.$ac_ext
15647 cat >>conftest.$ac_ext <<_ACEOF
15648 /* end confdefs.h. */
15650 /* Override any GCC internal prototype to avoid an error.
15651 Use char because int might match the return type of a GCC
15652 builtin and then its argument prototype would still apply. */
15653 #ifdef __cplusplus
15654 extern "C"
15655 #endif
15656 char esd_open_sound ();
15658 main ()
15660 return esd_open_sound ();
15662 return 0;
15664 _ACEOF
15665 rm -f conftest.$ac_objext conftest$ac_exeext
15666 if { (ac_try="$ac_link"
15667 case "(($ac_try" in
15668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669 *) ac_try_echo=$ac_try;;
15670 esac
15671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15672 $as_echo "$ac_try_echo") >&5
15673 (eval "$ac_link") 2>conftest.er1
15674 ac_status=$?
15675 grep -v '^ *+' conftest.er1 >conftest.err
15676 rm -f conftest.er1
15677 cat conftest.err >&5
15678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); } && {
15680 test -z "$ac_c_werror_flag" ||
15681 test ! -s conftest.err
15682 } && test -s conftest$ac_exeext && {
15683 test "$cross_compiling" = yes ||
15684 $as_test_x conftest$ac_exeext
15685 }; then
15686 ac_cv_lib_esd_esd_open_sound=yes
15687 else
15688 $as_echo "$as_me: failed program was:" >&5
15689 sed 's/^/| /' conftest.$ac_ext >&5
15691 ac_cv_lib_esd_esd_open_sound=no
15694 rm -rf conftest.dSYM
15695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15696 conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_lib_save_LIBS
15699 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15700 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15701 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15702 ESDINCL="$ac_esd_incl"
15704 ESDLIBS="$ac_esd_libs"
15707 cat >>confdefs.h <<\_ACEOF
15708 #define HAVE_ESD 1
15709 _ACEOF
15716 CFLAGS="$save_CFLAGS"
15719 ALSALIBS=""
15721 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15722 then
15723 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15724 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15725 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15726 $as_echo_n "(cached) " >&6
15727 else
15728 ac_check_lib_save_LIBS=$LIBS
15729 LIBS="-lasound $LIBS"
15730 cat >conftest.$ac_ext <<_ACEOF
15731 /* confdefs.h. */
15732 _ACEOF
15733 cat confdefs.h >>conftest.$ac_ext
15734 cat >>conftest.$ac_ext <<_ACEOF
15735 /* end confdefs.h. */
15737 /* Override any GCC internal prototype to avoid an error.
15738 Use char because int might match the return type of a GCC
15739 builtin and then its argument prototype would still apply. */
15740 #ifdef __cplusplus
15741 extern "C"
15742 #endif
15743 char snd_pcm_hw_params_get_access ();
15745 main ()
15747 return snd_pcm_hw_params_get_access ();
15749 return 0;
15751 _ACEOF
15752 rm -f conftest.$ac_objext conftest$ac_exeext
15753 if { (ac_try="$ac_link"
15754 case "(($ac_try" in
15755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15756 *) ac_try_echo=$ac_try;;
15757 esac
15758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15759 $as_echo "$ac_try_echo") >&5
15760 (eval "$ac_link") 2>conftest.er1
15761 ac_status=$?
15762 grep -v '^ *+' conftest.er1 >conftest.err
15763 rm -f conftest.er1
15764 cat conftest.err >&5
15765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15766 (exit $ac_status); } && {
15767 test -z "$ac_c_werror_flag" ||
15768 test ! -s conftest.err
15769 } && test -s conftest$ac_exeext && {
15770 test "$cross_compiling" = yes ||
15771 $as_test_x conftest$ac_exeext
15772 }; then
15773 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15774 else
15775 $as_echo "$as_me: failed program was:" >&5
15776 sed 's/^/| /' conftest.$ac_ext >&5
15778 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15781 rm -rf conftest.dSYM
15782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15783 conftest$ac_exeext conftest.$ac_ext
15784 LIBS=$ac_check_lib_save_LIBS
15786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15787 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15788 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15789 cat >conftest.$ac_ext <<_ACEOF
15790 /* confdefs.h. */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 #ifdef HAVE_ALSA_ASOUNDLIB_H
15796 #include <alsa/asoundlib.h>
15797 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15798 #include <sys/asoundlib.h>
15799 #endif
15801 main ()
15803 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15805 return 0;
15807 _ACEOF
15808 rm -f conftest.$ac_objext
15809 if { (ac_try="$ac_compile"
15810 case "(($ac_try" in
15811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15812 *) ac_try_echo=$ac_try;;
15813 esac
15814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15815 $as_echo "$ac_try_echo") >&5
15816 (eval "$ac_compile") 2>conftest.er1
15817 ac_status=$?
15818 grep -v '^ *+' conftest.er1 >conftest.err
15819 rm -f conftest.er1
15820 cat conftest.err >&5
15821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15822 (exit $ac_status); } && {
15823 test -z "$ac_c_werror_flag" ||
15824 test ! -s conftest.err
15825 } && test -s conftest.$ac_objext; then
15827 cat >>confdefs.h <<\_ACEOF
15828 #define HAVE_ALSA 1
15829 _ACEOF
15831 ALSALIBS="-lasound"
15832 else
15833 $as_echo "$as_me: failed program was:" >&5
15834 sed 's/^/| /' conftest.$ac_ext >&5
15839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15844 AUDIOIOLIBS=""
15846 if test "$ac_cv_header_libaudioio_h" = "yes"
15847 then
15848 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15849 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15850 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15851 $as_echo_n "(cached) " >&6
15852 else
15853 ac_check_lib_save_LIBS=$LIBS
15854 LIBS="-laudioio $LIBS"
15855 cat >conftest.$ac_ext <<_ACEOF
15856 /* confdefs.h. */
15857 _ACEOF
15858 cat confdefs.h >>conftest.$ac_ext
15859 cat >>conftest.$ac_ext <<_ACEOF
15860 /* end confdefs.h. */
15862 /* Override any GCC internal prototype to avoid an error.
15863 Use char because int might match the return type of a GCC
15864 builtin and then its argument prototype would still apply. */
15865 #ifdef __cplusplus
15866 extern "C"
15867 #endif
15868 char AudioIOGetVersion ();
15870 main ()
15872 return AudioIOGetVersion ();
15874 return 0;
15876 _ACEOF
15877 rm -f conftest.$ac_objext conftest$ac_exeext
15878 if { (ac_try="$ac_link"
15879 case "(($ac_try" in
15880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15881 *) ac_try_echo=$ac_try;;
15882 esac
15883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15884 $as_echo "$ac_try_echo") >&5
15885 (eval "$ac_link") 2>conftest.er1
15886 ac_status=$?
15887 grep -v '^ *+' conftest.er1 >conftest.err
15888 rm -f conftest.er1
15889 cat conftest.err >&5
15890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15891 (exit $ac_status); } && {
15892 test -z "$ac_c_werror_flag" ||
15893 test ! -s conftest.err
15894 } && test -s conftest$ac_exeext && {
15895 test "$cross_compiling" = yes ||
15896 $as_test_x conftest$ac_exeext
15897 }; then
15898 ac_cv_lib_audioio_AudioIOGetVersion=yes
15899 else
15900 $as_echo "$as_me: failed program was:" >&5
15901 sed 's/^/| /' conftest.$ac_ext >&5
15903 ac_cv_lib_audioio_AudioIOGetVersion=no
15906 rm -rf conftest.dSYM
15907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15908 conftest$ac_exeext conftest.$ac_ext
15909 LIBS=$ac_check_lib_save_LIBS
15911 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15912 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15913 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15914 AUDIOIOLIBS="-laudioio"
15916 cat >>confdefs.h <<\_ACEOF
15917 #define HAVE_LIBAUDIOIO 1
15918 _ACEOF
15925 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15926 then
15927 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15928 $as_echo_n "checking for -lcapi20... " >&6; }
15929 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15930 $as_echo_n "(cached) " >&6
15931 else
15932 ac_check_soname_save_LIBS=$LIBS
15933 LIBS="-lcapi20 $LIBS"
15934 cat >conftest.$ac_ext <<_ACEOF
15935 /* confdefs.h. */
15936 _ACEOF
15937 cat confdefs.h >>conftest.$ac_ext
15938 cat >>conftest.$ac_ext <<_ACEOF
15939 /* end confdefs.h. */
15941 /* Override any GCC internal prototype to avoid an error.
15942 Use char because int might match the return type of a GCC
15943 builtin and then its argument prototype would still apply. */
15944 #ifdef __cplusplus
15945 extern "C"
15946 #endif
15947 char capi20_register ();
15949 main ()
15951 return capi20_register ();
15953 return 0;
15955 _ACEOF
15956 rm -f conftest.$ac_objext conftest$ac_exeext
15957 if { (ac_try="$ac_link"
15958 case "(($ac_try" in
15959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15960 *) ac_try_echo=$ac_try;;
15961 esac
15962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15963 $as_echo "$ac_try_echo") >&5
15964 (eval "$ac_link") 2>conftest.er1
15965 ac_status=$?
15966 grep -v '^ *+' conftest.er1 >conftest.err
15967 rm -f conftest.er1
15968 cat conftest.err >&5
15969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15970 (exit $ac_status); } && {
15971 test -z "$ac_c_werror_flag" ||
15972 test ! -s conftest.err
15973 } && test -s conftest$ac_exeext && {
15974 test "$cross_compiling" = yes ||
15975 $as_test_x conftest$ac_exeext
15976 }; then
15977 case "$LIBEXT" in
15978 dll) ;;
15979 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'` ;;
15980 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15981 esac
15982 else
15983 $as_echo "$as_me: failed program was:" >&5
15984 sed 's/^/| /' conftest.$ac_ext >&5
15989 rm -rf conftest.dSYM
15990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15991 conftest$ac_exeext conftest.$ac_ext
15992 LIBS=$ac_check_soname_save_LIBS
15994 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15995 { $as_echo "$as_me:$LINENO: result: not found" >&5
15996 $as_echo "not found" >&6; }
15998 else
15999 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16000 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16002 cat >>confdefs.h <<_ACEOF
16003 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16004 _ACEOF
16010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16011 case "x$with_capi" in
16012 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16013 xno) ;;
16014 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16015 This is an error since --with-capi was requested." >&5
16016 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16017 This is an error since --with-capi was requested." >&2;}
16018 { (exit 1); exit 1; }; } ;;
16019 esac
16023 CUPSINCL=""
16025 if test "x$with_cups" != "xno"
16026 then
16027 ac_save_CPPFLAGS="$CPPFLAGS"
16028 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16029 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16030 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16032 for ac_header in cups/cups.h
16034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16036 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16037 $as_echo_n "checking for $ac_header... " >&6; }
16038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16039 $as_echo_n "(cached) " >&6
16041 ac_res=`eval 'as_val=${'$as_ac_Header'}
16042 $as_echo "$as_val"'`
16043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16044 $as_echo "$ac_res" >&6; }
16045 else
16046 # Is the header compilable?
16047 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16048 $as_echo_n "checking $ac_header usability... " >&6; }
16049 cat >conftest.$ac_ext <<_ACEOF
16050 /* confdefs.h. */
16051 _ACEOF
16052 cat confdefs.h >>conftest.$ac_ext
16053 cat >>conftest.$ac_ext <<_ACEOF
16054 /* end confdefs.h. */
16055 $ac_includes_default
16056 #include <$ac_header>
16057 _ACEOF
16058 rm -f conftest.$ac_objext
16059 if { (ac_try="$ac_compile"
16060 case "(($ac_try" in
16061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16062 *) ac_try_echo=$ac_try;;
16063 esac
16064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16065 $as_echo "$ac_try_echo") >&5
16066 (eval "$ac_compile") 2>conftest.er1
16067 ac_status=$?
16068 grep -v '^ *+' conftest.er1 >conftest.err
16069 rm -f conftest.er1
16070 cat conftest.err >&5
16071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); } && {
16073 test -z "$ac_c_werror_flag" ||
16074 test ! -s conftest.err
16075 } && test -s conftest.$ac_objext; then
16076 ac_header_compiler=yes
16077 else
16078 $as_echo "$as_me: failed program was:" >&5
16079 sed 's/^/| /' conftest.$ac_ext >&5
16081 ac_header_compiler=no
16084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16086 $as_echo "$ac_header_compiler" >&6; }
16088 # Is the header present?
16089 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16090 $as_echo_n "checking $ac_header presence... " >&6; }
16091 cat >conftest.$ac_ext <<_ACEOF
16092 /* confdefs.h. */
16093 _ACEOF
16094 cat confdefs.h >>conftest.$ac_ext
16095 cat >>conftest.$ac_ext <<_ACEOF
16096 /* end confdefs.h. */
16097 #include <$ac_header>
16098 _ACEOF
16099 if { (ac_try="$ac_cpp conftest.$ac_ext"
16100 case "(($ac_try" in
16101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16102 *) ac_try_echo=$ac_try;;
16103 esac
16104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16105 $as_echo "$ac_try_echo") >&5
16106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16107 ac_status=$?
16108 grep -v '^ *+' conftest.er1 >conftest.err
16109 rm -f conftest.er1
16110 cat conftest.err >&5
16111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112 (exit $ac_status); } >/dev/null && {
16113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16114 test ! -s conftest.err
16115 }; then
16116 ac_header_preproc=yes
16117 else
16118 $as_echo "$as_me: failed program was:" >&5
16119 sed 's/^/| /' conftest.$ac_ext >&5
16121 ac_header_preproc=no
16124 rm -f conftest.err conftest.$ac_ext
16125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16126 $as_echo "$ac_header_preproc" >&6; }
16128 # So? What about this header?
16129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16130 yes:no: )
16131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16132 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16134 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16135 ac_header_preproc=yes
16137 no:yes:* )
16138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16139 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16141 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16143 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16145 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16149 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16150 ( cat <<\_ASBOX
16151 ## ------------------------------------ ##
16152 ## Report this to wine-devel@winehq.org ##
16153 ## ------------------------------------ ##
16154 _ASBOX
16155 ) | sed "s/^/$as_me: WARNING: /" >&2
16157 esac
16158 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16159 $as_echo_n "checking for $ac_header... " >&6; }
16160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16161 $as_echo_n "(cached) " >&6
16162 else
16163 eval "$as_ac_Header=\$ac_header_preproc"
16165 ac_res=`eval 'as_val=${'$as_ac_Header'}
16166 $as_echo "$as_val"'`
16167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16168 $as_echo "$ac_res" >&6; }
16171 as_val=`eval 'as_val=${'$as_ac_Header'}
16172 $as_echo "$as_val"'`
16173 if test "x$as_val" = x""yes; then
16174 cat >>confdefs.h <<_ACEOF
16175 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16176 _ACEOF
16177 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16178 $as_echo_n "checking for -lcups... " >&6; }
16179 if test "${ac_cv_lib_soname_cups+set}" = set; then
16180 $as_echo_n "(cached) " >&6
16181 else
16182 ac_check_soname_save_LIBS=$LIBS
16183 LIBS="-lcups $ac_cups_libs $LIBS"
16184 cat >conftest.$ac_ext <<_ACEOF
16185 /* confdefs.h. */
16186 _ACEOF
16187 cat confdefs.h >>conftest.$ac_ext
16188 cat >>conftest.$ac_ext <<_ACEOF
16189 /* end confdefs.h. */
16191 /* Override any GCC internal prototype to avoid an error.
16192 Use char because int might match the return type of a GCC
16193 builtin and then its argument prototype would still apply. */
16194 #ifdef __cplusplus
16195 extern "C"
16196 #endif
16197 char cupsGetDefault ();
16199 main ()
16201 return cupsGetDefault ();
16203 return 0;
16205 _ACEOF
16206 rm -f conftest.$ac_objext conftest$ac_exeext
16207 if { (ac_try="$ac_link"
16208 case "(($ac_try" in
16209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16210 *) ac_try_echo=$ac_try;;
16211 esac
16212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16213 $as_echo "$ac_try_echo") >&5
16214 (eval "$ac_link") 2>conftest.er1
16215 ac_status=$?
16216 grep -v '^ *+' conftest.er1 >conftest.err
16217 rm -f conftest.er1
16218 cat conftest.err >&5
16219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); } && {
16221 test -z "$ac_c_werror_flag" ||
16222 test ! -s conftest.err
16223 } && test -s conftest$ac_exeext && {
16224 test "$cross_compiling" = yes ||
16225 $as_test_x conftest$ac_exeext
16226 }; then
16227 case "$LIBEXT" in
16228 dll) ;;
16229 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'` ;;
16230 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16231 esac
16232 else
16233 $as_echo "$as_me: failed program was:" >&5
16234 sed 's/^/| /' conftest.$ac_ext >&5
16239 rm -rf conftest.dSYM
16240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16241 conftest$ac_exeext conftest.$ac_ext
16242 LIBS=$ac_check_soname_save_LIBS
16244 if test "x$ac_cv_lib_soname_cups" = "x"; then
16245 { $as_echo "$as_me:$LINENO: result: not found" >&5
16246 $as_echo "not found" >&6; }
16248 else
16249 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16250 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16252 cat >>confdefs.h <<_ACEOF
16253 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16254 _ACEOF
16256 CUPSINCL="$ac_cups_cflags"
16261 done
16263 CPPFLAGS="$ac_save_CPPFLAGS"
16265 if test "x$ac_cv_lib_soname_cups" = "x"; then
16266 case "x$with_cups" in
16267 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16268 xno) ;;
16269 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16270 This is an error since --with-cups was requested." >&5
16271 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16272 This is an error since --with-cups was requested." >&2;}
16273 { (exit 1); exit 1; }; } ;;
16274 esac
16278 if test "$ac_cv_header_jack_jack_h" = "yes"
16279 then
16280 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16281 $as_echo_n "checking for -ljack... " >&6; }
16282 if test "${ac_cv_lib_soname_jack+set}" = set; then
16283 $as_echo_n "(cached) " >&6
16284 else
16285 ac_check_soname_save_LIBS=$LIBS
16286 LIBS="-ljack $LIBS"
16287 cat >conftest.$ac_ext <<_ACEOF
16288 /* confdefs.h. */
16289 _ACEOF
16290 cat confdefs.h >>conftest.$ac_ext
16291 cat >>conftest.$ac_ext <<_ACEOF
16292 /* end confdefs.h. */
16294 /* Override any GCC internal prototype to avoid an error.
16295 Use char because int might match the return type of a GCC
16296 builtin and then its argument prototype would still apply. */
16297 #ifdef __cplusplus
16298 extern "C"
16299 #endif
16300 char jack_client_new ();
16302 main ()
16304 return jack_client_new ();
16306 return 0;
16308 _ACEOF
16309 rm -f conftest.$ac_objext conftest$ac_exeext
16310 if { (ac_try="$ac_link"
16311 case "(($ac_try" in
16312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16313 *) ac_try_echo=$ac_try;;
16314 esac
16315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16316 $as_echo "$ac_try_echo") >&5
16317 (eval "$ac_link") 2>conftest.er1
16318 ac_status=$?
16319 grep -v '^ *+' conftest.er1 >conftest.err
16320 rm -f conftest.er1
16321 cat conftest.err >&5
16322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); } && {
16324 test -z "$ac_c_werror_flag" ||
16325 test ! -s conftest.err
16326 } && test -s conftest$ac_exeext && {
16327 test "$cross_compiling" = yes ||
16328 $as_test_x conftest$ac_exeext
16329 }; then
16330 case "$LIBEXT" in
16331 dll) ;;
16332 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'` ;;
16333 *) 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'` ;;
16334 esac
16335 else
16336 $as_echo "$as_me: failed program was:" >&5
16337 sed 's/^/| /' conftest.$ac_ext >&5
16342 rm -rf conftest.dSYM
16343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16344 conftest$ac_exeext conftest.$ac_ext
16345 LIBS=$ac_check_soname_save_LIBS
16347 if test "x$ac_cv_lib_soname_jack" = "x"; then
16348 { $as_echo "$as_me:$LINENO: result: not found" >&5
16349 $as_echo "not found" >&6; }
16351 else
16352 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16353 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16355 cat >>confdefs.h <<_ACEOF
16356 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16357 _ACEOF
16364 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16365 then
16366 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16367 $as_echo_n "checking for -lfontconfig... " >&6; }
16368 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16369 $as_echo_n "(cached) " >&6
16370 else
16371 ac_check_soname_save_LIBS=$LIBS
16372 LIBS="-lfontconfig $LIBS"
16373 cat >conftest.$ac_ext <<_ACEOF
16374 /* confdefs.h. */
16375 _ACEOF
16376 cat confdefs.h >>conftest.$ac_ext
16377 cat >>conftest.$ac_ext <<_ACEOF
16378 /* end confdefs.h. */
16380 /* Override any GCC internal prototype to avoid an error.
16381 Use char because int might match the return type of a GCC
16382 builtin and then its argument prototype would still apply. */
16383 #ifdef __cplusplus
16384 extern "C"
16385 #endif
16386 char FcInit ();
16388 main ()
16390 return FcInit ();
16392 return 0;
16394 _ACEOF
16395 rm -f conftest.$ac_objext conftest$ac_exeext
16396 if { (ac_try="$ac_link"
16397 case "(($ac_try" in
16398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16399 *) ac_try_echo=$ac_try;;
16400 esac
16401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16402 $as_echo "$ac_try_echo") >&5
16403 (eval "$ac_link") 2>conftest.er1
16404 ac_status=$?
16405 grep -v '^ *+' conftest.er1 >conftest.err
16406 rm -f conftest.er1
16407 cat conftest.err >&5
16408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); } && {
16410 test -z "$ac_c_werror_flag" ||
16411 test ! -s conftest.err
16412 } && test -s conftest$ac_exeext && {
16413 test "$cross_compiling" = yes ||
16414 $as_test_x conftest$ac_exeext
16415 }; then
16416 case "$LIBEXT" in
16417 dll) ;;
16418 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'` ;;
16419 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16420 esac
16421 else
16422 $as_echo "$as_me: failed program was:" >&5
16423 sed 's/^/| /' conftest.$ac_ext >&5
16428 rm -rf conftest.dSYM
16429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16430 conftest$ac_exeext conftest.$ac_ext
16431 LIBS=$ac_check_soname_save_LIBS
16433 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16434 { $as_echo "$as_me:$LINENO: result: not found" >&5
16435 $as_echo "not found" >&6; }
16437 else
16438 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16439 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16441 cat >>confdefs.h <<_ACEOF
16442 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16443 _ACEOF
16448 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16449 then
16450 ac_save_CPPFLAGS="$CPPFLAGS"
16451 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16452 $as_unset ac_cv_header_fontconfig_fontconfig_h
16454 for ac_header in fontconfig/fontconfig.h
16456 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16458 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16459 $as_echo_n "checking for $ac_header... " >&6; }
16460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16461 $as_echo_n "(cached) " >&6
16463 ac_res=`eval 'as_val=${'$as_ac_Header'}
16464 $as_echo "$as_val"'`
16465 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16466 $as_echo "$ac_res" >&6; }
16467 else
16468 # Is the header compilable?
16469 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16470 $as_echo_n "checking $ac_header usability... " >&6; }
16471 cat >conftest.$ac_ext <<_ACEOF
16472 /* confdefs.h. */
16473 _ACEOF
16474 cat confdefs.h >>conftest.$ac_ext
16475 cat >>conftest.$ac_ext <<_ACEOF
16476 /* end confdefs.h. */
16477 $ac_includes_default
16478 #include <$ac_header>
16479 _ACEOF
16480 rm -f conftest.$ac_objext
16481 if { (ac_try="$ac_compile"
16482 case "(($ac_try" in
16483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16484 *) ac_try_echo=$ac_try;;
16485 esac
16486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16487 $as_echo "$ac_try_echo") >&5
16488 (eval "$ac_compile") 2>conftest.er1
16489 ac_status=$?
16490 grep -v '^ *+' conftest.er1 >conftest.err
16491 rm -f conftest.er1
16492 cat conftest.err >&5
16493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494 (exit $ac_status); } && {
16495 test -z "$ac_c_werror_flag" ||
16496 test ! -s conftest.err
16497 } && test -s conftest.$ac_objext; then
16498 ac_header_compiler=yes
16499 else
16500 $as_echo "$as_me: failed program was:" >&5
16501 sed 's/^/| /' conftest.$ac_ext >&5
16503 ac_header_compiler=no
16506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16507 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16508 $as_echo "$ac_header_compiler" >&6; }
16510 # Is the header present?
16511 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16512 $as_echo_n "checking $ac_header presence... " >&6; }
16513 cat >conftest.$ac_ext <<_ACEOF
16514 /* confdefs.h. */
16515 _ACEOF
16516 cat confdefs.h >>conftest.$ac_ext
16517 cat >>conftest.$ac_ext <<_ACEOF
16518 /* end confdefs.h. */
16519 #include <$ac_header>
16520 _ACEOF
16521 if { (ac_try="$ac_cpp conftest.$ac_ext"
16522 case "(($ac_try" in
16523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16524 *) ac_try_echo=$ac_try;;
16525 esac
16526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16527 $as_echo "$ac_try_echo") >&5
16528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16529 ac_status=$?
16530 grep -v '^ *+' conftest.er1 >conftest.err
16531 rm -f conftest.er1
16532 cat conftest.err >&5
16533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); } >/dev/null && {
16535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16536 test ! -s conftest.err
16537 }; then
16538 ac_header_preproc=yes
16539 else
16540 $as_echo "$as_me: failed program was:" >&5
16541 sed 's/^/| /' conftest.$ac_ext >&5
16543 ac_header_preproc=no
16546 rm -f conftest.err conftest.$ac_ext
16547 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16548 $as_echo "$ac_header_preproc" >&6; }
16550 # So? What about this header?
16551 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16552 yes:no: )
16553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16554 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16556 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16557 ac_header_preproc=yes
16559 no:yes:* )
16560 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16561 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16562 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16563 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16564 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16565 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16566 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16567 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16570 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16571 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16572 ( cat <<\_ASBOX
16573 ## ------------------------------------ ##
16574 ## Report this to wine-devel@winehq.org ##
16575 ## ------------------------------------ ##
16576 _ASBOX
16577 ) | sed "s/^/$as_me: WARNING: /" >&2
16579 esac
16580 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16581 $as_echo_n "checking for $ac_header... " >&6; }
16582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16583 $as_echo_n "(cached) " >&6
16584 else
16585 eval "$as_ac_Header=\$ac_header_preproc"
16587 ac_res=`eval 'as_val=${'$as_ac_Header'}
16588 $as_echo "$as_val"'`
16589 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16590 $as_echo "$ac_res" >&6; }
16593 as_val=`eval 'as_val=${'$as_ac_Header'}
16594 $as_echo "$as_val"'`
16595 if test "x$as_val" = x""yes; then
16596 cat >>confdefs.h <<_ACEOF
16597 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16598 _ACEOF
16602 done
16604 CPPFLAGS="$ac_save_CPPFLAGS"
16605 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16606 then
16607 FONTCONFIGINCL="$X_CFLAGS"
16609 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16610 $as_echo_n "checking for -lfontconfig... " >&6; }
16611 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16612 $as_echo_n "(cached) " >&6
16613 else
16614 ac_check_soname_save_LIBS=$LIBS
16615 LIBS="-lfontconfig $X_LIBS $LIBS"
16616 cat >conftest.$ac_ext <<_ACEOF
16617 /* confdefs.h. */
16618 _ACEOF
16619 cat confdefs.h >>conftest.$ac_ext
16620 cat >>conftest.$ac_ext <<_ACEOF
16621 /* end confdefs.h. */
16623 /* Override any GCC internal prototype to avoid an error.
16624 Use char because int might match the return type of a GCC
16625 builtin and then its argument prototype would still apply. */
16626 #ifdef __cplusplus
16627 extern "C"
16628 #endif
16629 char FcInit ();
16631 main ()
16633 return FcInit ();
16635 return 0;
16637 _ACEOF
16638 rm -f conftest.$ac_objext conftest$ac_exeext
16639 if { (ac_try="$ac_link"
16640 case "(($ac_try" in
16641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16642 *) ac_try_echo=$ac_try;;
16643 esac
16644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16645 $as_echo "$ac_try_echo") >&5
16646 (eval "$ac_link") 2>conftest.er1
16647 ac_status=$?
16648 grep -v '^ *+' conftest.er1 >conftest.err
16649 rm -f conftest.er1
16650 cat conftest.err >&5
16651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); } && {
16653 test -z "$ac_c_werror_flag" ||
16654 test ! -s conftest.err
16655 } && test -s conftest$ac_exeext && {
16656 test "$cross_compiling" = yes ||
16657 $as_test_x conftest$ac_exeext
16658 }; then
16659 case "$LIBEXT" in
16660 dll) ;;
16661 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'` ;;
16662 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16663 esac
16664 else
16665 $as_echo "$as_me: failed program was:" >&5
16666 sed 's/^/| /' conftest.$ac_ext >&5
16671 rm -rf conftest.dSYM
16672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16673 conftest$ac_exeext conftest.$ac_ext
16674 LIBS=$ac_check_soname_save_LIBS
16676 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16677 { $as_echo "$as_me:$LINENO: result: not found" >&5
16678 $as_echo "not found" >&6; }
16680 else
16681 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16682 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16684 cat >>confdefs.h <<_ACEOF
16685 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16686 _ACEOF
16693 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16694 case "x$with_fontconfig" in
16695 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16696 xno) ;;
16697 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16698 This is an error since --with-fontconfig was requested." >&5
16699 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16700 This is an error since --with-fontconfig was requested." >&2;}
16701 { (exit 1); exit 1; }; } ;;
16702 esac
16706 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16707 then
16708 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16709 $as_echo_n "checking for -lssl... " >&6; }
16710 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16711 $as_echo_n "(cached) " >&6
16712 else
16713 ac_check_soname_save_LIBS=$LIBS
16714 LIBS="-lssl $LIBS"
16715 cat >conftest.$ac_ext <<_ACEOF
16716 /* confdefs.h. */
16717 _ACEOF
16718 cat confdefs.h >>conftest.$ac_ext
16719 cat >>conftest.$ac_ext <<_ACEOF
16720 /* end confdefs.h. */
16722 /* Override any GCC internal prototype to avoid an error.
16723 Use char because int might match the return type of a GCC
16724 builtin and then its argument prototype would still apply. */
16725 #ifdef __cplusplus
16726 extern "C"
16727 #endif
16728 char SSL_library_init ();
16730 main ()
16732 return SSL_library_init ();
16734 return 0;
16736 _ACEOF
16737 rm -f conftest.$ac_objext conftest$ac_exeext
16738 if { (ac_try="$ac_link"
16739 case "(($ac_try" in
16740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16741 *) ac_try_echo=$ac_try;;
16742 esac
16743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16744 $as_echo "$ac_try_echo") >&5
16745 (eval "$ac_link") 2>conftest.er1
16746 ac_status=$?
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
16750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } && {
16752 test -z "$ac_c_werror_flag" ||
16753 test ! -s conftest.err
16754 } && test -s conftest$ac_exeext && {
16755 test "$cross_compiling" = yes ||
16756 $as_test_x conftest$ac_exeext
16757 }; then
16758 case "$LIBEXT" in
16759 dll) ;;
16760 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'` ;;
16761 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16762 esac
16763 else
16764 $as_echo "$as_me: failed program was:" >&5
16765 sed 's/^/| /' conftest.$ac_ext >&5
16770 rm -rf conftest.dSYM
16771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16772 conftest$ac_exeext conftest.$ac_ext
16773 LIBS=$ac_check_soname_save_LIBS
16775 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16776 { $as_echo "$as_me:$LINENO: result: not found" >&5
16777 $as_echo "not found" >&6; }
16779 else
16780 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16781 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16783 cat >>confdefs.h <<_ACEOF
16784 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16785 _ACEOF
16790 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16791 $as_echo_n "checking for -lcrypto... " >&6; }
16792 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16793 $as_echo_n "(cached) " >&6
16794 else
16795 ac_check_soname_save_LIBS=$LIBS
16796 LIBS="-lcrypto $LIBS"
16797 cat >conftest.$ac_ext <<_ACEOF
16798 /* confdefs.h. */
16799 _ACEOF
16800 cat confdefs.h >>conftest.$ac_ext
16801 cat >>conftest.$ac_ext <<_ACEOF
16802 /* end confdefs.h. */
16804 /* Override any GCC internal prototype to avoid an error.
16805 Use char because int might match the return type of a GCC
16806 builtin and then its argument prototype would still apply. */
16807 #ifdef __cplusplus
16808 extern "C"
16809 #endif
16810 char BIO_new_socket ();
16812 main ()
16814 return BIO_new_socket ();
16816 return 0;
16818 _ACEOF
16819 rm -f conftest.$ac_objext conftest$ac_exeext
16820 if { (ac_try="$ac_link"
16821 case "(($ac_try" in
16822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16823 *) ac_try_echo=$ac_try;;
16824 esac
16825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16826 $as_echo "$ac_try_echo") >&5
16827 (eval "$ac_link") 2>conftest.er1
16828 ac_status=$?
16829 grep -v '^ *+' conftest.er1 >conftest.err
16830 rm -f conftest.er1
16831 cat conftest.err >&5
16832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16833 (exit $ac_status); } && {
16834 test -z "$ac_c_werror_flag" ||
16835 test ! -s conftest.err
16836 } && test -s conftest$ac_exeext && {
16837 test "$cross_compiling" = yes ||
16838 $as_test_x conftest$ac_exeext
16839 }; then
16840 case "$LIBEXT" in
16841 dll) ;;
16842 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'` ;;
16843 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16844 esac
16845 else
16846 $as_echo "$as_me: failed program was:" >&5
16847 sed 's/^/| /' conftest.$ac_ext >&5
16852 rm -rf conftest.dSYM
16853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16854 conftest$ac_exeext conftest.$ac_ext
16855 LIBS=$ac_check_soname_save_LIBS
16857 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16858 { $as_echo "$as_me:$LINENO: result: not found" >&5
16859 $as_echo "not found" >&6; }
16861 else
16862 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16863 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16865 cat >>confdefs.h <<_ACEOF
16866 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16867 _ACEOF
16873 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16874 case "x$with_openssl" in
16875 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16876 xno) ;;
16877 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16878 This is an error since --with-openssl was requested." >&5
16879 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16880 This is an error since --with-openssl was requested." >&2;}
16881 { (exit 1); exit 1; }; } ;;
16882 esac
16886 if test "$ac_cv_header_jpeglib_h" = "yes"
16887 then
16888 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16889 $as_echo_n "checking for -ljpeg... " >&6; }
16890 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16891 $as_echo_n "(cached) " >&6
16892 else
16893 ac_check_soname_save_LIBS=$LIBS
16894 LIBS="-ljpeg $LIBS"
16895 cat >conftest.$ac_ext <<_ACEOF
16896 /* confdefs.h. */
16897 _ACEOF
16898 cat confdefs.h >>conftest.$ac_ext
16899 cat >>conftest.$ac_ext <<_ACEOF
16900 /* end confdefs.h. */
16902 /* Override any GCC internal prototype to avoid an error.
16903 Use char because int might match the return type of a GCC
16904 builtin and then its argument prototype would still apply. */
16905 #ifdef __cplusplus
16906 extern "C"
16907 #endif
16908 char jpeg_start_decompress ();
16910 main ()
16912 return jpeg_start_decompress ();
16914 return 0;
16916 _ACEOF
16917 rm -f conftest.$ac_objext conftest$ac_exeext
16918 if { (ac_try="$ac_link"
16919 case "(($ac_try" in
16920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16921 *) ac_try_echo=$ac_try;;
16922 esac
16923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16924 $as_echo "$ac_try_echo") >&5
16925 (eval "$ac_link") 2>conftest.er1
16926 ac_status=$?
16927 grep -v '^ *+' conftest.er1 >conftest.err
16928 rm -f conftest.er1
16929 cat conftest.err >&5
16930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16931 (exit $ac_status); } && {
16932 test -z "$ac_c_werror_flag" ||
16933 test ! -s conftest.err
16934 } && test -s conftest$ac_exeext && {
16935 test "$cross_compiling" = yes ||
16936 $as_test_x conftest$ac_exeext
16937 }; then
16938 case "$LIBEXT" in
16939 dll) ;;
16940 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'` ;;
16941 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16942 esac
16943 else
16944 $as_echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16950 rm -rf conftest.dSYM
16951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16952 conftest$ac_exeext conftest.$ac_ext
16953 LIBS=$ac_check_soname_save_LIBS
16955 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16956 { $as_echo "$as_me:$LINENO: result: not found" >&5
16957 $as_echo "not found" >&6; }
16959 else
16960 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16961 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16963 cat >>confdefs.h <<_ACEOF
16964 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16965 _ACEOF
16971 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16972 case "x$with_jpeg" in
16973 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16974 xno) ;;
16975 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16976 This is an error since --with-jpeg was requested." >&5
16977 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16978 This is an error since --with-jpeg was requested." >&2;}
16979 { (exit 1); exit 1; }; } ;;
16980 esac
16984 if test "$ac_cv_header_png_h" = "yes"
16985 then
16986 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16987 $as_echo_n "checking for -lpng... " >&6; }
16988 if test "${ac_cv_lib_soname_png+set}" = set; then
16989 $as_echo_n "(cached) " >&6
16990 else
16991 ac_check_soname_save_LIBS=$LIBS
16992 LIBS="-lpng -lm -lz $LIBS"
16993 cat >conftest.$ac_ext <<_ACEOF
16994 /* confdefs.h. */
16995 _ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
17000 /* Override any GCC internal prototype to avoid an error.
17001 Use char because int might match the return type of a GCC
17002 builtin and then its argument prototype would still apply. */
17003 #ifdef __cplusplus
17004 extern "C"
17005 #endif
17006 char png_create_read_struct ();
17008 main ()
17010 return png_create_read_struct ();
17012 return 0;
17014 _ACEOF
17015 rm -f conftest.$ac_objext conftest$ac_exeext
17016 if { (ac_try="$ac_link"
17017 case "(($ac_try" in
17018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17019 *) ac_try_echo=$ac_try;;
17020 esac
17021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17022 $as_echo "$ac_try_echo") >&5
17023 (eval "$ac_link") 2>conftest.er1
17024 ac_status=$?
17025 grep -v '^ *+' conftest.er1 >conftest.err
17026 rm -f conftest.er1
17027 cat conftest.err >&5
17028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && {
17030 test -z "$ac_c_werror_flag" ||
17031 test ! -s conftest.err
17032 } && test -s conftest$ac_exeext && {
17033 test "$cross_compiling" = yes ||
17034 $as_test_x conftest$ac_exeext
17035 }; then
17036 case "$LIBEXT" in
17037 dll) ;;
17038 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'` ;;
17039 *) 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'` ;;
17040 esac
17041 else
17042 $as_echo "$as_me: failed program was:" >&5
17043 sed 's/^/| /' conftest.$ac_ext >&5
17048 rm -rf conftest.dSYM
17049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17050 conftest$ac_exeext conftest.$ac_ext
17051 LIBS=$ac_check_soname_save_LIBS
17053 if test "x$ac_cv_lib_soname_png" = "x"; then
17054 { $as_echo "$as_me:$LINENO: result: not found" >&5
17055 $as_echo "not found" >&6; }
17057 else
17058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17059 $as_echo "$ac_cv_lib_soname_png" >&6; }
17061 cat >>confdefs.h <<_ACEOF
17062 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17063 _ACEOF
17069 if test "x$ac_cv_lib_soname_png" = "x"; then
17070 case "x$with_png" in
17071 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17072 xno) ;;
17073 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17074 This is an error since --with-png was requested." >&5
17075 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17076 This is an error since --with-png was requested." >&2;}
17077 { (exit 1); exit 1; }; } ;;
17078 esac
17082 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17083 $as_echo_n "checking for -lodbc... " >&6; }
17084 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17085 $as_echo_n "(cached) " >&6
17086 else
17087 ac_check_soname_save_LIBS=$LIBS
17088 LIBS="-lodbc $LIBS"
17089 cat >conftest.$ac_ext <<_ACEOF
17090 /* confdefs.h. */
17091 _ACEOF
17092 cat confdefs.h >>conftest.$ac_ext
17093 cat >>conftest.$ac_ext <<_ACEOF
17094 /* end confdefs.h. */
17096 /* Override any GCC internal prototype to avoid an error.
17097 Use char because int might match the return type of a GCC
17098 builtin and then its argument prototype would still apply. */
17099 #ifdef __cplusplus
17100 extern "C"
17101 #endif
17102 char SQLConnect ();
17104 main ()
17106 return SQLConnect ();
17108 return 0;
17110 _ACEOF
17111 rm -f conftest.$ac_objext conftest$ac_exeext
17112 if { (ac_try="$ac_link"
17113 case "(($ac_try" in
17114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17115 *) ac_try_echo=$ac_try;;
17116 esac
17117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17118 $as_echo "$ac_try_echo") >&5
17119 (eval "$ac_link") 2>conftest.er1
17120 ac_status=$?
17121 grep -v '^ *+' conftest.er1 >conftest.err
17122 rm -f conftest.er1
17123 cat conftest.err >&5
17124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125 (exit $ac_status); } && {
17126 test -z "$ac_c_werror_flag" ||
17127 test ! -s conftest.err
17128 } && test -s conftest$ac_exeext && {
17129 test "$cross_compiling" = yes ||
17130 $as_test_x conftest$ac_exeext
17131 }; then
17132 case "$LIBEXT" in
17133 dll) ;;
17134 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'` ;;
17135 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17136 esac
17137 else
17138 $as_echo "$as_me: failed program was:" >&5
17139 sed 's/^/| /' conftest.$ac_ext >&5
17144 rm -rf conftest.dSYM
17145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17146 conftest$ac_exeext conftest.$ac_ext
17147 LIBS=$ac_check_soname_save_LIBS
17149 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17150 { $as_echo "$as_me:$LINENO: result: not found" >&5
17151 $as_echo "not found" >&6; }
17152 cat >>confdefs.h <<_ACEOF
17153 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17154 _ACEOF
17156 else
17157 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17158 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17160 cat >>confdefs.h <<_ACEOF
17161 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17162 _ACEOF
17168 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17169 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17170 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17171 "$ac_cv_header_soundcard_h" != "yes" -a \
17172 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17173 then
17174 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17178 EXTRACFLAGS=""
17180 if test "x${GCC}" = "xyes"
17181 then
17182 EXTRACFLAGS="-Wall -pipe"
17184 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17185 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17186 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17187 $as_echo_n "(cached) " >&6
17188 else
17189 if test "$cross_compiling" = yes; then
17190 ac_cv_c_gcc_strength_bug="yes"
17191 else
17192 cat >conftest.$ac_ext <<_ACEOF
17193 /* confdefs.h. */
17194 _ACEOF
17195 cat confdefs.h >>conftest.$ac_ext
17196 cat >>conftest.$ac_ext <<_ACEOF
17197 /* end confdefs.h. */
17198 int L[4] = {0,1,2,3};
17200 main ()
17202 static int Array[3];
17203 unsigned int B = 3;
17204 int i;
17205 for(i=0; i<B; i++) Array[i] = i - 3;
17206 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17207 L[i] = 4;
17208 return (Array[1] != -2 || L[2] != 3)
17210 return 0;
17212 _ACEOF
17213 rm -f conftest$ac_exeext
17214 if { (ac_try="$ac_link"
17215 case "(($ac_try" in
17216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17217 *) ac_try_echo=$ac_try;;
17218 esac
17219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17220 $as_echo "$ac_try_echo") >&5
17221 (eval "$ac_link") 2>&5
17222 ac_status=$?
17223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17225 { (case "(($ac_try" in
17226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227 *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231 (eval "$ac_try") 2>&5
17232 ac_status=$?
17233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17234 (exit $ac_status); }; }; then
17235 ac_cv_c_gcc_strength_bug="no"
17236 else
17237 $as_echo "$as_me: program exited with status $ac_status" >&5
17238 $as_echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.$ac_ext >&5
17241 ( exit $ac_status )
17242 ac_cv_c_gcc_strength_bug="yes"
17244 rm -rf conftest.dSYM
17245 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17250 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17251 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17252 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17253 then
17254 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17257 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17258 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17259 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17260 $as_echo_n "(cached) " >&6
17261 else
17262 ac_wine_try_cflags_saved=$CFLAGS
17263 CFLAGS="$CFLAGS -fno-builtin"
17264 cat >conftest.$ac_ext <<_ACEOF
17265 /* confdefs.h. */
17266 _ACEOF
17267 cat confdefs.h >>conftest.$ac_ext
17268 cat >>conftest.$ac_ext <<_ACEOF
17269 /* end confdefs.h. */
17272 main ()
17276 return 0;
17278 _ACEOF
17279 rm -f conftest.$ac_objext conftest$ac_exeext
17280 if { (ac_try="$ac_link"
17281 case "(($ac_try" in
17282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17283 *) ac_try_echo=$ac_try;;
17284 esac
17285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17286 $as_echo "$ac_try_echo") >&5
17287 (eval "$ac_link") 2>conftest.er1
17288 ac_status=$?
17289 grep -v '^ *+' conftest.er1 >conftest.err
17290 rm -f conftest.er1
17291 cat conftest.err >&5
17292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17293 (exit $ac_status); } && {
17294 test -z "$ac_c_werror_flag" ||
17295 test ! -s conftest.err
17296 } && test -s conftest$ac_exeext && {
17297 test "$cross_compiling" = yes ||
17298 $as_test_x conftest$ac_exeext
17299 }; then
17300 ac_cv_cflags__fno_builtin=yes
17301 else
17302 $as_echo "$as_me: failed program was:" >&5
17303 sed 's/^/| /' conftest.$ac_ext >&5
17305 ac_cv_cflags__fno_builtin=no
17308 rm -rf conftest.dSYM
17309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17310 conftest$ac_exeext conftest.$ac_ext
17311 CFLAGS=$ac_wine_try_cflags_saved
17313 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17314 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17315 if test $ac_cv_cflags__fno_builtin = yes; then
17316 BUILTINFLAG="-fno-builtin"
17320 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17321 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17322 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17323 $as_echo_n "(cached) " >&6
17324 else
17325 ac_wine_try_cflags_saved=$CFLAGS
17326 CFLAGS="$CFLAGS -fno-strict-aliasing"
17327 cat >conftest.$ac_ext <<_ACEOF
17328 /* confdefs.h. */
17329 _ACEOF
17330 cat confdefs.h >>conftest.$ac_ext
17331 cat >>conftest.$ac_ext <<_ACEOF
17332 /* end confdefs.h. */
17335 main ()
17339 return 0;
17341 _ACEOF
17342 rm -f conftest.$ac_objext conftest$ac_exeext
17343 if { (ac_try="$ac_link"
17344 case "(($ac_try" in
17345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17346 *) ac_try_echo=$ac_try;;
17347 esac
17348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17349 $as_echo "$ac_try_echo") >&5
17350 (eval "$ac_link") 2>conftest.er1
17351 ac_status=$?
17352 grep -v '^ *+' conftest.er1 >conftest.err
17353 rm -f conftest.er1
17354 cat conftest.err >&5
17355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } && {
17357 test -z "$ac_c_werror_flag" ||
17358 test ! -s conftest.err
17359 } && test -s conftest$ac_exeext && {
17360 test "$cross_compiling" = yes ||
17361 $as_test_x conftest$ac_exeext
17362 }; then
17363 ac_cv_cflags__fno_strict_aliasing=yes
17364 else
17365 $as_echo "$as_me: failed program was:" >&5
17366 sed 's/^/| /' conftest.$ac_ext >&5
17368 ac_cv_cflags__fno_strict_aliasing=no
17371 rm -rf conftest.dSYM
17372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17373 conftest$ac_exeext conftest.$ac_ext
17374 CFLAGS=$ac_wine_try_cflags_saved
17376 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17377 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17378 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17379 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17382 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17383 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17384 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17385 $as_echo_n "(cached) " >&6
17386 else
17387 ac_wine_try_cflags_saved=$CFLAGS
17388 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17389 cat >conftest.$ac_ext <<_ACEOF
17390 /* confdefs.h. */
17391 _ACEOF
17392 cat confdefs.h >>conftest.$ac_ext
17393 cat >>conftest.$ac_ext <<_ACEOF
17394 /* end confdefs.h. */
17397 main ()
17401 return 0;
17403 _ACEOF
17404 rm -f conftest.$ac_objext conftest$ac_exeext
17405 if { (ac_try="$ac_link"
17406 case "(($ac_try" in
17407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17408 *) ac_try_echo=$ac_try;;
17409 esac
17410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17411 $as_echo "$ac_try_echo") >&5
17412 (eval "$ac_link") 2>conftest.er1
17413 ac_status=$?
17414 grep -v '^ *+' conftest.er1 >conftest.err
17415 rm -f conftest.er1
17416 cat conftest.err >&5
17417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418 (exit $ac_status); } && {
17419 test -z "$ac_c_werror_flag" ||
17420 test ! -s conftest.err
17421 } && test -s conftest$ac_exeext && {
17422 test "$cross_compiling" = yes ||
17423 $as_test_x conftest$ac_exeext
17424 }; then
17425 ac_cv_cflags__Wdeclaration_after_statement=yes
17426 else
17427 $as_echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17430 ac_cv_cflags__Wdeclaration_after_statement=no
17433 rm -rf conftest.dSYM
17434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 conftest$ac_exeext conftest.$ac_ext
17436 CFLAGS=$ac_wine_try_cflags_saved
17438 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17439 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17440 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17441 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17444 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17445 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17446 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17447 $as_echo_n "(cached) " >&6
17448 else
17449 ac_wine_try_cflags_saved=$CFLAGS
17450 CFLAGS="$CFLAGS -Wwrite-strings"
17451 cat >conftest.$ac_ext <<_ACEOF
17452 /* confdefs.h. */
17453 _ACEOF
17454 cat confdefs.h >>conftest.$ac_ext
17455 cat >>conftest.$ac_ext <<_ACEOF
17456 /* end confdefs.h. */
17459 main ()
17463 return 0;
17465 _ACEOF
17466 rm -f conftest.$ac_objext conftest$ac_exeext
17467 if { (ac_try="$ac_link"
17468 case "(($ac_try" in
17469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17470 *) ac_try_echo=$ac_try;;
17471 esac
17472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17473 $as_echo "$ac_try_echo") >&5
17474 (eval "$ac_link") 2>conftest.er1
17475 ac_status=$?
17476 grep -v '^ *+' conftest.er1 >conftest.err
17477 rm -f conftest.er1
17478 cat conftest.err >&5
17479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } && {
17481 test -z "$ac_c_werror_flag" ||
17482 test ! -s conftest.err
17483 } && test -s conftest$ac_exeext && {
17484 test "$cross_compiling" = yes ||
17485 $as_test_x conftest$ac_exeext
17486 }; then
17487 ac_cv_cflags__Wwrite_strings=yes
17488 else
17489 $as_echo "$as_me: failed program was:" >&5
17490 sed 's/^/| /' conftest.$ac_ext >&5
17492 ac_cv_cflags__Wwrite_strings=no
17495 rm -rf conftest.dSYM
17496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17497 conftest$ac_exeext conftest.$ac_ext
17498 CFLAGS=$ac_wine_try_cflags_saved
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17501 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17502 if test $ac_cv_cflags__Wwrite_strings = yes; then
17503 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17506 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17507 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17508 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17509 $as_echo_n "(cached) " >&6
17510 else
17511 ac_wine_try_cflags_saved=$CFLAGS
17512 CFLAGS="$CFLAGS -Wtype-limits"
17513 cat >conftest.$ac_ext <<_ACEOF
17514 /* confdefs.h. */
17515 _ACEOF
17516 cat confdefs.h >>conftest.$ac_ext
17517 cat >>conftest.$ac_ext <<_ACEOF
17518 /* end confdefs.h. */
17521 main ()
17525 return 0;
17527 _ACEOF
17528 rm -f conftest.$ac_objext conftest$ac_exeext
17529 if { (ac_try="$ac_link"
17530 case "(($ac_try" in
17531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532 *) ac_try_echo=$ac_try;;
17533 esac
17534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17535 $as_echo "$ac_try_echo") >&5
17536 (eval "$ac_link") 2>conftest.er1
17537 ac_status=$?
17538 grep -v '^ *+' conftest.er1 >conftest.err
17539 rm -f conftest.er1
17540 cat conftest.err >&5
17541 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542 (exit $ac_status); } && {
17543 test -z "$ac_c_werror_flag" ||
17544 test ! -s conftest.err
17545 } && test -s conftest$ac_exeext && {
17546 test "$cross_compiling" = yes ||
17547 $as_test_x conftest$ac_exeext
17548 }; then
17549 ac_cv_cflags__Wtype_limits=yes
17550 else
17551 $as_echo "$as_me: failed program was:" >&5
17552 sed 's/^/| /' conftest.$ac_ext >&5
17554 ac_cv_cflags__Wtype_limits=no
17557 rm -rf conftest.dSYM
17558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17559 conftest$ac_exeext conftest.$ac_ext
17560 CFLAGS=$ac_wine_try_cflags_saved
17562 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17563 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17564 if test $ac_cv_cflags__Wtype_limits = yes; then
17565 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17569 saved_CFLAGS="$CFLAGS"
17570 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17571 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17572 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17573 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17574 $as_echo_n "(cached) " >&6
17575 else
17576 cat >conftest.$ac_ext <<_ACEOF
17577 /* confdefs.h. */
17578 _ACEOF
17579 cat confdefs.h >>conftest.$ac_ext
17580 cat >>conftest.$ac_ext <<_ACEOF
17581 /* end confdefs.h. */
17582 #include <string.h>
17584 main ()
17588 return 0;
17590 _ACEOF
17591 rm -f conftest.$ac_objext
17592 if { (ac_try="$ac_compile"
17593 case "(($ac_try" in
17594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595 *) ac_try_echo=$ac_try;;
17596 esac
17597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17598 $as_echo "$ac_try_echo") >&5
17599 (eval "$ac_compile") 2>conftest.er1
17600 ac_status=$?
17601 grep -v '^ *+' conftest.er1 >conftest.err
17602 rm -f conftest.er1
17603 cat conftest.err >&5
17604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); } && {
17606 test -z "$ac_c_werror_flag" ||
17607 test ! -s conftest.err
17608 } && test -s conftest.$ac_objext; then
17609 ac_cv_c_string_h_warnings=no
17610 else
17611 $as_echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17614 ac_cv_c_string_h_warnings=yes
17617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17619 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17620 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17621 CFLAGS="$saved_CFLAGS"
17622 if test "$ac_cv_c_string_h_warnings" = "no"
17623 then
17624 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17629 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17630 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17631 if test "${ac_cv_asm_func_def+set}" = set; then
17632 $as_echo_n "(cached) " >&6
17633 else
17634 cat >conftest.$ac_ext <<_ACEOF
17635 /* confdefs.h. */
17636 _ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h. */
17642 main ()
17644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17646 return 0;
17648 _ACEOF
17649 rm -f conftest.$ac_objext conftest$ac_exeext
17650 if { (ac_try="$ac_link"
17651 case "(($ac_try" in
17652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17653 *) ac_try_echo=$ac_try;;
17654 esac
17655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17656 $as_echo "$ac_try_echo") >&5
17657 (eval "$ac_link") 2>conftest.er1
17658 ac_status=$?
17659 grep -v '^ *+' conftest.er1 >conftest.err
17660 rm -f conftest.er1
17661 cat conftest.err >&5
17662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17663 (exit $ac_status); } && {
17664 test -z "$ac_c_werror_flag" ||
17665 test ! -s conftest.err
17666 } && test -s conftest$ac_exeext && {
17667 test "$cross_compiling" = yes ||
17668 $as_test_x conftest$ac_exeext
17669 }; then
17670 ac_cv_asm_func_def=".def"
17671 else
17672 $as_echo "$as_me: failed program was:" >&5
17673 sed 's/^/| /' conftest.$ac_ext >&5
17675 cat >conftest.$ac_ext <<_ACEOF
17676 /* confdefs.h. */
17677 _ACEOF
17678 cat confdefs.h >>conftest.$ac_ext
17679 cat >>conftest.$ac_ext <<_ACEOF
17680 /* end confdefs.h. */
17683 main ()
17685 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17687 return 0;
17689 _ACEOF
17690 rm -f conftest.$ac_objext conftest$ac_exeext
17691 if { (ac_try="$ac_link"
17692 case "(($ac_try" in
17693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17694 *) ac_try_echo=$ac_try;;
17695 esac
17696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17697 $as_echo "$ac_try_echo") >&5
17698 (eval "$ac_link") 2>conftest.er1
17699 ac_status=$?
17700 grep -v '^ *+' conftest.er1 >conftest.err
17701 rm -f conftest.er1
17702 cat conftest.err >&5
17703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); } && {
17705 test -z "$ac_c_werror_flag" ||
17706 test ! -s conftest.err
17707 } && test -s conftest$ac_exeext && {
17708 test "$cross_compiling" = yes ||
17709 $as_test_x conftest$ac_exeext
17710 }; then
17711 ac_cv_asm_func_def=".type @function"
17712 else
17713 $as_echo "$as_me: failed program was:" >&5
17714 sed 's/^/| /' conftest.$ac_ext >&5
17716 cat >conftest.$ac_ext <<_ACEOF
17717 /* confdefs.h. */
17718 _ACEOF
17719 cat confdefs.h >>conftest.$ac_ext
17720 cat >>conftest.$ac_ext <<_ACEOF
17721 /* end confdefs.h. */
17724 main ()
17726 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17728 return 0;
17730 _ACEOF
17731 rm -f conftest.$ac_objext conftest$ac_exeext
17732 if { (ac_try="$ac_link"
17733 case "(($ac_try" in
17734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17735 *) ac_try_echo=$ac_try;;
17736 esac
17737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17738 $as_echo "$ac_try_echo") >&5
17739 (eval "$ac_link") 2>conftest.er1
17740 ac_status=$?
17741 grep -v '^ *+' conftest.er1 >conftest.err
17742 rm -f conftest.er1
17743 cat conftest.err >&5
17744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17745 (exit $ac_status); } && {
17746 test -z "$ac_c_werror_flag" ||
17747 test ! -s conftest.err
17748 } && test -s conftest$ac_exeext && {
17749 test "$cross_compiling" = yes ||
17750 $as_test_x conftest$ac_exeext
17751 }; then
17752 ac_cv_asm_func_def=".type 2"
17753 else
17754 $as_echo "$as_me: failed program was:" >&5
17755 sed 's/^/| /' conftest.$ac_ext >&5
17757 ac_cv_asm_func_def="unknown"
17760 rm -rf conftest.dSYM
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17762 conftest$ac_exeext conftest.$ac_ext
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767 conftest$ac_exeext conftest.$ac_ext
17770 rm -rf conftest.dSYM
17771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17772 conftest$ac_exeext conftest.$ac_ext
17774 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17775 $as_echo "$ac_cv_asm_func_def" >&6; }
17779 case "$ac_cv_asm_func_def" in
17780 ".def")
17781 cat >>confdefs.h <<\_ACEOF
17782 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17783 _ACEOF
17785 ".type @function")
17786 cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17788 _ACEOF
17790 ".type 2")
17791 cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17793 _ACEOF
17796 cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ""
17798 _ACEOF
17800 esac
17803 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17804 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17805 if test "${ac_cv_c_extern_prefix+set}" = set; then
17806 $as_echo_n "(cached) " >&6
17807 else
17808 cat >conftest.$ac_ext <<_ACEOF
17809 /* confdefs.h. */
17810 _ACEOF
17811 cat confdefs.h >>conftest.$ac_ext
17812 cat >>conftest.$ac_ext <<_ACEOF
17813 /* end confdefs.h. */
17814 extern int ac_test;
17816 main ()
17818 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17820 return 0;
17822 _ACEOF
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17827 *) ac_try_echo=$ac_try;;
17828 esac
17829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17830 $as_echo "$ac_try_echo") >&5
17831 (eval "$ac_link") 2>conftest.er1
17832 ac_status=$?
17833 grep -v '^ *+' conftest.er1 >conftest.err
17834 rm -f conftest.er1
17835 cat conftest.err >&5
17836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17837 (exit $ac_status); } && {
17838 test -z "$ac_c_werror_flag" ||
17839 test ! -s conftest.err
17840 } && test -s conftest$ac_exeext && {
17841 test "$cross_compiling" = yes ||
17842 $as_test_x conftest$ac_exeext
17843 }; then
17844 ac_cv_c_extern_prefix="yes"
17845 else
17846 $as_echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.$ac_ext >&5
17849 ac_cv_c_extern_prefix="no"
17852 rm -rf conftest.dSYM
17853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17854 conftest$ac_exeext conftest.$ac_ext
17856 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17857 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17861 if test "$ac_cv_c_extern_prefix" = "yes"
17862 then
17863 cat >>confdefs.h <<\_ACEOF
17864 #define __ASM_NAME(name) "_" name
17865 _ACEOF
17867 else
17868 cat >>confdefs.h <<\_ACEOF
17869 #define __ASM_NAME(name) name
17870 _ACEOF
17875 LDPATH=""
17877 case $build_os in
17878 cygwin*|mingw32*)
17879 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17881 darwin*|macosx*)
17883 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17884 then
17885 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17889 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17891 esac
17893 case $host_os in
17894 mingw32*)
17895 CRTLIBS="-lmsvcrt"
17897 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17900 esac
17902 MAIN_BINARY="wine-pthread"
17903 case $host_cpu in
17904 *i[3456789]86*)
17905 case $host_os in
17906 linux* | k*bsd*-gnu)
17907 MAIN_BINARY="wine-glibc"
17909 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17911 freebsd*)
17912 MAIN_BINARY="wine-freebsd"
17914 EXTRA_BINARIES="wine-pthread"
17916 esac
17918 esac
17921 ac_save_CFLAGS="$CFLAGS"
17922 CFLAGS="$CFLAGS $BUILTINFLAG"
17996 for ac_func in \
17997 _pclose \
17998 _popen \
17999 _snprintf \
18000 _spawnvp \
18001 _strdup \
18002 _stricmp \
18003 _strnicmp \
18004 _strtoi64 \
18005 _strtoui64 \
18006 _vsnprintf \
18007 asctime_r \
18008 chsize \
18009 clone \
18010 dlopen \
18011 epoll_create \
18012 ffs \
18013 finite \
18014 fork \
18015 fpclass \
18016 fstatfs \
18017 fstatvfs \
18018 ftruncate \
18019 futimes \
18020 futimesat \
18021 getdirentries \
18022 getopt_long \
18023 getpagesize \
18024 getpwuid \
18025 gettid \
18026 gettimeofday \
18027 getuid \
18028 inet_ntop \
18029 inet_pton \
18030 kqueue \
18031 lstat \
18032 memmove \
18033 mmap \
18034 pclose \
18035 poll \
18036 popen \
18037 prctl \
18038 pread \
18039 pwrite \
18040 readdir \
18041 readlink \
18042 rfork \
18043 sched_yield \
18044 select \
18045 setproctitle \
18046 setrlimit \
18047 settimeofday \
18048 sigaltstack \
18049 sigprocmask \
18050 snprintf \
18051 socketpair \
18052 spawnvp \
18053 statfs \
18054 statvfs \
18055 strcasecmp \
18056 strdup \
18057 strerror \
18058 strncasecmp \
18059 strtold \
18060 strtoll \
18061 strtoull \
18062 symlink \
18063 tcgetattr \
18064 thr_kill2 \
18065 timegm \
18066 usleep \
18067 vsnprintf \
18068 wait4 \
18069 waitpid \
18072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18073 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18074 $as_echo_n "checking for $ac_func... " >&6; }
18075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18076 $as_echo_n "(cached) " >&6
18077 else
18078 cat >conftest.$ac_ext <<_ACEOF
18079 /* confdefs.h. */
18080 _ACEOF
18081 cat confdefs.h >>conftest.$ac_ext
18082 cat >>conftest.$ac_ext <<_ACEOF
18083 /* end confdefs.h. */
18084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18085 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18086 #define $ac_func innocuous_$ac_func
18088 /* System header to define __stub macros and hopefully few prototypes,
18089 which can conflict with char $ac_func (); below.
18090 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18091 <limits.h> exists even on freestanding compilers. */
18093 #ifdef __STDC__
18094 # include <limits.h>
18095 #else
18096 # include <assert.h>
18097 #endif
18099 #undef $ac_func
18101 /* Override any GCC internal prototype to avoid an error.
18102 Use char because int might match the return type of a GCC
18103 builtin and then its argument prototype would still apply. */
18104 #ifdef __cplusplus
18105 extern "C"
18106 #endif
18107 char $ac_func ();
18108 /* The GNU C library defines this for functions which it implements
18109 to always fail with ENOSYS. Some functions are actually named
18110 something starting with __ and the normal name is an alias. */
18111 #if defined __stub_$ac_func || defined __stub___$ac_func
18112 choke me
18113 #endif
18116 main ()
18118 return $ac_func ();
18120 return 0;
18122 _ACEOF
18123 rm -f conftest.$ac_objext conftest$ac_exeext
18124 if { (ac_try="$ac_link"
18125 case "(($ac_try" in
18126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18127 *) ac_try_echo=$ac_try;;
18128 esac
18129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18130 $as_echo "$ac_try_echo") >&5
18131 (eval "$ac_link") 2>conftest.er1
18132 ac_status=$?
18133 grep -v '^ *+' conftest.er1 >conftest.err
18134 rm -f conftest.er1
18135 cat conftest.err >&5
18136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18137 (exit $ac_status); } && {
18138 test -z "$ac_c_werror_flag" ||
18139 test ! -s conftest.err
18140 } && test -s conftest$ac_exeext && {
18141 test "$cross_compiling" = yes ||
18142 $as_test_x conftest$ac_exeext
18143 }; then
18144 eval "$as_ac_var=yes"
18145 else
18146 $as_echo "$as_me: failed program was:" >&5
18147 sed 's/^/| /' conftest.$ac_ext >&5
18149 eval "$as_ac_var=no"
18152 rm -rf conftest.dSYM
18153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18154 conftest$ac_exeext conftest.$ac_ext
18156 ac_res=`eval 'as_val=${'$as_ac_var'}
18157 $as_echo "$as_val"'`
18158 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18159 $as_echo "$ac_res" >&6; }
18160 as_val=`eval 'as_val=${'$as_ac_var'}
18161 $as_echo "$as_val"'`
18162 if test "x$as_val" = x""yes; then
18163 cat >>confdefs.h <<_ACEOF
18164 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18165 _ACEOF
18168 done
18170 CFLAGS="$ac_save_CFLAGS"
18172 if test "$ac_cv_func_dlopen" = no
18173 then
18174 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18175 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18176 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18177 $as_echo_n "(cached) " >&6
18178 else
18179 ac_check_lib_save_LIBS=$LIBS
18180 LIBS="-ldl $LIBS"
18181 cat >conftest.$ac_ext <<_ACEOF
18182 /* confdefs.h. */
18183 _ACEOF
18184 cat confdefs.h >>conftest.$ac_ext
18185 cat >>conftest.$ac_ext <<_ACEOF
18186 /* end confdefs.h. */
18188 /* Override any GCC internal prototype to avoid an error.
18189 Use char because int might match the return type of a GCC
18190 builtin and then its argument prototype would still apply. */
18191 #ifdef __cplusplus
18192 extern "C"
18193 #endif
18194 char dlopen ();
18196 main ()
18198 return dlopen ();
18200 return 0;
18202 _ACEOF
18203 rm -f conftest.$ac_objext conftest$ac_exeext
18204 if { (ac_try="$ac_link"
18205 case "(($ac_try" in
18206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18207 *) ac_try_echo=$ac_try;;
18208 esac
18209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18210 $as_echo "$ac_try_echo") >&5
18211 (eval "$ac_link") 2>conftest.er1
18212 ac_status=$?
18213 grep -v '^ *+' conftest.er1 >conftest.err
18214 rm -f conftest.er1
18215 cat conftest.err >&5
18216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } && {
18218 test -z "$ac_c_werror_flag" ||
18219 test ! -s conftest.err
18220 } && test -s conftest$ac_exeext && {
18221 test "$cross_compiling" = yes ||
18222 $as_test_x conftest$ac_exeext
18223 }; then
18224 ac_cv_lib_dl_dlopen=yes
18225 else
18226 $as_echo "$as_me: failed program was:" >&5
18227 sed 's/^/| /' conftest.$ac_ext >&5
18229 ac_cv_lib_dl_dlopen=no
18232 rm -rf conftest.dSYM
18233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18234 conftest$ac_exeext conftest.$ac_ext
18235 LIBS=$ac_check_lib_save_LIBS
18237 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18238 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18239 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18240 cat >>confdefs.h <<\_ACEOF
18241 #define HAVE_DLOPEN 1
18242 _ACEOF
18243 LIBDL="-ldl"
18248 ac_wine_check_funcs_save_LIBS="$LIBS"
18249 LIBS="$LIBS $LIBDL"
18251 for ac_func in dladdr
18253 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18254 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18255 $as_echo_n "checking for $ac_func... " >&6; }
18256 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18257 $as_echo_n "(cached) " >&6
18258 else
18259 cat >conftest.$ac_ext <<_ACEOF
18260 /* confdefs.h. */
18261 _ACEOF
18262 cat confdefs.h >>conftest.$ac_ext
18263 cat >>conftest.$ac_ext <<_ACEOF
18264 /* end confdefs.h. */
18265 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18266 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18267 #define $ac_func innocuous_$ac_func
18269 /* System header to define __stub macros and hopefully few prototypes,
18270 which can conflict with char $ac_func (); below.
18271 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18272 <limits.h> exists even on freestanding compilers. */
18274 #ifdef __STDC__
18275 # include <limits.h>
18276 #else
18277 # include <assert.h>
18278 #endif
18280 #undef $ac_func
18282 /* Override any GCC internal prototype to avoid an error.
18283 Use char because int might match the return type of a GCC
18284 builtin and then its argument prototype would still apply. */
18285 #ifdef __cplusplus
18286 extern "C"
18287 #endif
18288 char $ac_func ();
18289 /* The GNU C library defines this for functions which it implements
18290 to always fail with ENOSYS. Some functions are actually named
18291 something starting with __ and the normal name is an alias. */
18292 #if defined __stub_$ac_func || defined __stub___$ac_func
18293 choke me
18294 #endif
18297 main ()
18299 return $ac_func ();
18301 return 0;
18303 _ACEOF
18304 rm -f conftest.$ac_objext conftest$ac_exeext
18305 if { (ac_try="$ac_link"
18306 case "(($ac_try" in
18307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18308 *) ac_try_echo=$ac_try;;
18309 esac
18310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18311 $as_echo "$ac_try_echo") >&5
18312 (eval "$ac_link") 2>conftest.er1
18313 ac_status=$?
18314 grep -v '^ *+' conftest.er1 >conftest.err
18315 rm -f conftest.er1
18316 cat conftest.err >&5
18317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18318 (exit $ac_status); } && {
18319 test -z "$ac_c_werror_flag" ||
18320 test ! -s conftest.err
18321 } && test -s conftest$ac_exeext && {
18322 test "$cross_compiling" = yes ||
18323 $as_test_x conftest$ac_exeext
18324 }; then
18325 eval "$as_ac_var=yes"
18326 else
18327 $as_echo "$as_me: failed program was:" >&5
18328 sed 's/^/| /' conftest.$ac_ext >&5
18330 eval "$as_ac_var=no"
18333 rm -rf conftest.dSYM
18334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18335 conftest$ac_exeext conftest.$ac_ext
18337 ac_res=`eval 'as_val=${'$as_ac_var'}
18338 $as_echo "$as_val"'`
18339 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18340 $as_echo "$ac_res" >&6; }
18341 as_val=`eval 'as_val=${'$as_ac_var'}
18342 $as_echo "$as_val"'`
18343 if test "x$as_val" = x""yes; then
18344 cat >>confdefs.h <<_ACEOF
18345 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18346 _ACEOF
18349 done
18351 LIBS="$ac_wine_check_funcs_save_LIBS"
18353 if test "$ac_cv_func_poll" = no
18354 then
18355 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18356 $as_echo_n "checking for poll in -lpoll... " >&6; }
18357 if test "${ac_cv_lib_poll_poll+set}" = set; then
18358 $as_echo_n "(cached) " >&6
18359 else
18360 ac_check_lib_save_LIBS=$LIBS
18361 LIBS="-lpoll $LIBS"
18362 cat >conftest.$ac_ext <<_ACEOF
18363 /* confdefs.h. */
18364 _ACEOF
18365 cat confdefs.h >>conftest.$ac_ext
18366 cat >>conftest.$ac_ext <<_ACEOF
18367 /* end confdefs.h. */
18369 /* Override any GCC internal prototype to avoid an error.
18370 Use char because int might match the return type of a GCC
18371 builtin and then its argument prototype would still apply. */
18372 #ifdef __cplusplus
18373 extern "C"
18374 #endif
18375 char poll ();
18377 main ()
18379 return poll ();
18381 return 0;
18383 _ACEOF
18384 rm -f conftest.$ac_objext conftest$ac_exeext
18385 if { (ac_try="$ac_link"
18386 case "(($ac_try" in
18387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388 *) ac_try_echo=$ac_try;;
18389 esac
18390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18391 $as_echo "$ac_try_echo") >&5
18392 (eval "$ac_link") 2>conftest.er1
18393 ac_status=$?
18394 grep -v '^ *+' conftest.er1 >conftest.err
18395 rm -f conftest.er1
18396 cat conftest.err >&5
18397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest$ac_exeext && {
18402 test "$cross_compiling" = yes ||
18403 $as_test_x conftest$ac_exeext
18404 }; then
18405 ac_cv_lib_poll_poll=yes
18406 else
18407 $as_echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18410 ac_cv_lib_poll_poll=no
18413 rm -rf conftest.dSYM
18414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18415 conftest$ac_exeext conftest.$ac_ext
18416 LIBS=$ac_check_lib_save_LIBS
18418 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18419 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18420 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18421 cat >>confdefs.h <<\_ACEOF
18422 #define HAVE_POLL 1
18423 _ACEOF
18424 LIBPOLL="-lpoll"
18430 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18431 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18432 if test "${ac_cv_search_gethostbyname+set}" = set; then
18433 $as_echo_n "(cached) " >&6
18434 else
18435 ac_func_search_save_LIBS=$LIBS
18436 cat >conftest.$ac_ext <<_ACEOF
18437 /* confdefs.h. */
18438 _ACEOF
18439 cat confdefs.h >>conftest.$ac_ext
18440 cat >>conftest.$ac_ext <<_ACEOF
18441 /* end confdefs.h. */
18443 /* Override any GCC internal prototype to avoid an error.
18444 Use char because int might match the return type of a GCC
18445 builtin and then its argument prototype would still apply. */
18446 #ifdef __cplusplus
18447 extern "C"
18448 #endif
18449 char gethostbyname ();
18451 main ()
18453 return gethostbyname ();
18455 return 0;
18457 _ACEOF
18458 for ac_lib in '' nsl; do
18459 if test -z "$ac_lib"; then
18460 ac_res="none required"
18461 else
18462 ac_res=-l$ac_lib
18463 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18465 rm -f conftest.$ac_objext conftest$ac_exeext
18466 if { (ac_try="$ac_link"
18467 case "(($ac_try" in
18468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18469 *) ac_try_echo=$ac_try;;
18470 esac
18471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18472 $as_echo "$ac_try_echo") >&5
18473 (eval "$ac_link") 2>conftest.er1
18474 ac_status=$?
18475 grep -v '^ *+' conftest.er1 >conftest.err
18476 rm -f conftest.er1
18477 cat conftest.err >&5
18478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18479 (exit $ac_status); } && {
18480 test -z "$ac_c_werror_flag" ||
18481 test ! -s conftest.err
18482 } && test -s conftest$ac_exeext && {
18483 test "$cross_compiling" = yes ||
18484 $as_test_x conftest$ac_exeext
18485 }; then
18486 ac_cv_search_gethostbyname=$ac_res
18487 else
18488 $as_echo "$as_me: failed program was:" >&5
18489 sed 's/^/| /' conftest.$ac_ext >&5
18494 rm -rf conftest.dSYM
18495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18496 conftest$ac_exeext
18497 if test "${ac_cv_search_gethostbyname+set}" = set; then
18498 break
18500 done
18501 if test "${ac_cv_search_gethostbyname+set}" = set; then
18503 else
18504 ac_cv_search_gethostbyname=no
18506 rm conftest.$ac_ext
18507 LIBS=$ac_func_search_save_LIBS
18509 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18510 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18511 ac_res=$ac_cv_search_gethostbyname
18512 if test "$ac_res" != no; then
18513 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18518 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18519 $as_echo_n "checking for library containing connect... " >&6; }
18520 if test "${ac_cv_search_connect+set}" = set; then
18521 $as_echo_n "(cached) " >&6
18522 else
18523 ac_func_search_save_LIBS=$LIBS
18524 cat >conftest.$ac_ext <<_ACEOF
18525 /* confdefs.h. */
18526 _ACEOF
18527 cat confdefs.h >>conftest.$ac_ext
18528 cat >>conftest.$ac_ext <<_ACEOF
18529 /* end confdefs.h. */
18531 /* Override any GCC internal prototype to avoid an error.
18532 Use char because int might match the return type of a GCC
18533 builtin and then its argument prototype would still apply. */
18534 #ifdef __cplusplus
18535 extern "C"
18536 #endif
18537 char connect ();
18539 main ()
18541 return connect ();
18543 return 0;
18545 _ACEOF
18546 for ac_lib in '' socket; do
18547 if test -z "$ac_lib"; then
18548 ac_res="none required"
18549 else
18550 ac_res=-l$ac_lib
18551 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18553 rm -f conftest.$ac_objext conftest$ac_exeext
18554 if { (ac_try="$ac_link"
18555 case "(($ac_try" in
18556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18557 *) ac_try_echo=$ac_try;;
18558 esac
18559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18560 $as_echo "$ac_try_echo") >&5
18561 (eval "$ac_link") 2>conftest.er1
18562 ac_status=$?
18563 grep -v '^ *+' conftest.er1 >conftest.err
18564 rm -f conftest.er1
18565 cat conftest.err >&5
18566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } && {
18568 test -z "$ac_c_werror_flag" ||
18569 test ! -s conftest.err
18570 } && test -s conftest$ac_exeext && {
18571 test "$cross_compiling" = yes ||
18572 $as_test_x conftest$ac_exeext
18573 }; then
18574 ac_cv_search_connect=$ac_res
18575 else
18576 $as_echo "$as_me: failed program was:" >&5
18577 sed 's/^/| /' conftest.$ac_ext >&5
18582 rm -rf conftest.dSYM
18583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18584 conftest$ac_exeext
18585 if test "${ac_cv_search_connect+set}" = set; then
18586 break
18588 done
18589 if test "${ac_cv_search_connect+set}" = set; then
18591 else
18592 ac_cv_search_connect=no
18594 rm conftest.$ac_ext
18595 LIBS=$ac_func_search_save_LIBS
18597 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18598 $as_echo "$ac_cv_search_connect" >&6; }
18599 ac_res=$ac_cv_search_connect
18600 if test "$ac_res" != no; then
18601 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18606 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18607 $as_echo_n "checking for library containing inet_aton... " >&6; }
18608 if test "${ac_cv_search_inet_aton+set}" = set; then
18609 $as_echo_n "(cached) " >&6
18610 else
18611 ac_func_search_save_LIBS=$LIBS
18612 cat >conftest.$ac_ext <<_ACEOF
18613 /* confdefs.h. */
18614 _ACEOF
18615 cat confdefs.h >>conftest.$ac_ext
18616 cat >>conftest.$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18619 /* Override any GCC internal prototype to avoid an error.
18620 Use char because int might match the return type of a GCC
18621 builtin and then its argument prototype would still apply. */
18622 #ifdef __cplusplus
18623 extern "C"
18624 #endif
18625 char inet_aton ();
18627 main ()
18629 return inet_aton ();
18631 return 0;
18633 _ACEOF
18634 for ac_lib in '' resolv; do
18635 if test -z "$ac_lib"; then
18636 ac_res="none required"
18637 else
18638 ac_res=-l$ac_lib
18639 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18641 rm -f conftest.$ac_objext conftest$ac_exeext
18642 if { (ac_try="$ac_link"
18643 case "(($ac_try" in
18644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18645 *) ac_try_echo=$ac_try;;
18646 esac
18647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18648 $as_echo "$ac_try_echo") >&5
18649 (eval "$ac_link") 2>conftest.er1
18650 ac_status=$?
18651 grep -v '^ *+' conftest.er1 >conftest.err
18652 rm -f conftest.er1
18653 cat conftest.err >&5
18654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18655 (exit $ac_status); } && {
18656 test -z "$ac_c_werror_flag" ||
18657 test ! -s conftest.err
18658 } && test -s conftest$ac_exeext && {
18659 test "$cross_compiling" = yes ||
18660 $as_test_x conftest$ac_exeext
18661 }; then
18662 ac_cv_search_inet_aton=$ac_res
18663 else
18664 $as_echo "$as_me: failed program was:" >&5
18665 sed 's/^/| /' conftest.$ac_ext >&5
18670 rm -rf conftest.dSYM
18671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18672 conftest$ac_exeext
18673 if test "${ac_cv_search_inet_aton+set}" = set; then
18674 break
18676 done
18677 if test "${ac_cv_search_inet_aton+set}" = set; then
18679 else
18680 ac_cv_search_inet_aton=no
18682 rm conftest.$ac_ext
18683 LIBS=$ac_func_search_save_LIBS
18685 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18686 $as_echo "$ac_cv_search_inet_aton" >&6; }
18687 ac_res=$ac_cv_search_inet_aton
18688 if test "$ac_res" != no; then
18689 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18702 for ac_func in \
18703 getaddrinfo \
18704 getnameinfo \
18705 getnetbyname \
18706 getprotobyname \
18707 getprotobynumber \
18708 getservbyport \
18709 inet_network \
18710 sendmsg \
18713 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18714 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18715 $as_echo_n "checking for $ac_func... " >&6; }
18716 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18717 $as_echo_n "(cached) " >&6
18718 else
18719 cat >conftest.$ac_ext <<_ACEOF
18720 /* confdefs.h. */
18721 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h. */
18725 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18727 #define $ac_func innocuous_$ac_func
18729 /* System header to define __stub macros and hopefully few prototypes,
18730 which can conflict with char $ac_func (); below.
18731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18732 <limits.h> exists even on freestanding compilers. */
18734 #ifdef __STDC__
18735 # include <limits.h>
18736 #else
18737 # include <assert.h>
18738 #endif
18740 #undef $ac_func
18742 /* Override any GCC internal prototype to avoid an error.
18743 Use char because int might match the return type of a GCC
18744 builtin and then its argument prototype would still apply. */
18745 #ifdef __cplusplus
18746 extern "C"
18747 #endif
18748 char $ac_func ();
18749 /* The GNU C library defines this for functions which it implements
18750 to always fail with ENOSYS. Some functions are actually named
18751 something starting with __ and the normal name is an alias. */
18752 #if defined __stub_$ac_func || defined __stub___$ac_func
18753 choke me
18754 #endif
18757 main ()
18759 return $ac_func ();
18761 return 0;
18763 _ACEOF
18764 rm -f conftest.$ac_objext conftest$ac_exeext
18765 if { (ac_try="$ac_link"
18766 case "(($ac_try" in
18767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18768 *) ac_try_echo=$ac_try;;
18769 esac
18770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18771 $as_echo "$ac_try_echo") >&5
18772 (eval "$ac_link") 2>conftest.er1
18773 ac_status=$?
18774 grep -v '^ *+' conftest.er1 >conftest.err
18775 rm -f conftest.er1
18776 cat conftest.err >&5
18777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); } && {
18779 test -z "$ac_c_werror_flag" ||
18780 test ! -s conftest.err
18781 } && test -s conftest$ac_exeext && {
18782 test "$cross_compiling" = yes ||
18783 $as_test_x conftest$ac_exeext
18784 }; then
18785 eval "$as_ac_var=yes"
18786 else
18787 $as_echo "$as_me: failed program was:" >&5
18788 sed 's/^/| /' conftest.$ac_ext >&5
18790 eval "$as_ac_var=no"
18793 rm -rf conftest.dSYM
18794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18795 conftest$ac_exeext conftest.$ac_ext
18797 ac_res=`eval 'as_val=${'$as_ac_var'}
18798 $as_echo "$as_val"'`
18799 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18800 $as_echo "$ac_res" >&6; }
18801 as_val=`eval 'as_val=${'$as_ac_var'}
18802 $as_echo "$as_val"'`
18803 if test "x$as_val" = x""yes; then
18804 cat >>confdefs.h <<_ACEOF
18805 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18806 _ACEOF
18809 done
18812 LDAPLIBS=""
18814 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18815 then
18816 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18817 $as_echo_n "checking for LDAPSortKey... " >&6; }
18818 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18819 $as_echo_n "(cached) " >&6
18820 else
18821 ac_cv_type_LDAPSortKey=no
18822 cat >conftest.$ac_ext <<_ACEOF
18823 /* confdefs.h. */
18824 _ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h. */
18828 #include <ldap.h>
18831 main ()
18833 if (sizeof (LDAPSortKey))
18834 return 0;
18836 return 0;
18838 _ACEOF
18839 rm -f conftest.$ac_objext
18840 if { (ac_try="$ac_compile"
18841 case "(($ac_try" in
18842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18843 *) ac_try_echo=$ac_try;;
18844 esac
18845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18846 $as_echo "$ac_try_echo") >&5
18847 (eval "$ac_compile") 2>conftest.er1
18848 ac_status=$?
18849 grep -v '^ *+' conftest.er1 >conftest.err
18850 rm -f conftest.er1
18851 cat conftest.err >&5
18852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18853 (exit $ac_status); } && {
18854 test -z "$ac_c_werror_flag" ||
18855 test ! -s conftest.err
18856 } && test -s conftest.$ac_objext; then
18857 cat >conftest.$ac_ext <<_ACEOF
18858 /* confdefs.h. */
18859 _ACEOF
18860 cat confdefs.h >>conftest.$ac_ext
18861 cat >>conftest.$ac_ext <<_ACEOF
18862 /* end confdefs.h. */
18863 #include <ldap.h>
18866 main ()
18868 if (sizeof ((LDAPSortKey)))
18869 return 0;
18871 return 0;
18873 _ACEOF
18874 rm -f conftest.$ac_objext
18875 if { (ac_try="$ac_compile"
18876 case "(($ac_try" in
18877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18878 *) ac_try_echo=$ac_try;;
18879 esac
18880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18881 $as_echo "$ac_try_echo") >&5
18882 (eval "$ac_compile") 2>conftest.er1
18883 ac_status=$?
18884 grep -v '^ *+' conftest.er1 >conftest.err
18885 rm -f conftest.er1
18886 cat conftest.err >&5
18887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888 (exit $ac_status); } && {
18889 test -z "$ac_c_werror_flag" ||
18890 test ! -s conftest.err
18891 } && test -s conftest.$ac_objext; then
18893 else
18894 $as_echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18897 ac_cv_type_LDAPSortKey=yes
18900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18901 else
18902 $as_echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18910 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18911 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18912 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18913 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18914 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18915 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18916 $as_echo_n "(cached) " >&6
18917 else
18918 ac_check_lib_save_LIBS=$LIBS
18919 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18920 cat >conftest.$ac_ext <<_ACEOF
18921 /* confdefs.h. */
18922 _ACEOF
18923 cat confdefs.h >>conftest.$ac_ext
18924 cat >>conftest.$ac_ext <<_ACEOF
18925 /* end confdefs.h. */
18927 /* Override any GCC internal prototype to avoid an error.
18928 Use char because int might match the return type of a GCC
18929 builtin and then its argument prototype would still apply. */
18930 #ifdef __cplusplus
18931 extern "C"
18932 #endif
18933 char ldap_initialize ();
18935 main ()
18937 return ldap_initialize ();
18939 return 0;
18941 _ACEOF
18942 rm -f conftest.$ac_objext conftest$ac_exeext
18943 if { (ac_try="$ac_link"
18944 case "(($ac_try" in
18945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18946 *) ac_try_echo=$ac_try;;
18947 esac
18948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18949 $as_echo "$ac_try_echo") >&5
18950 (eval "$ac_link") 2>conftest.er1
18951 ac_status=$?
18952 grep -v '^ *+' conftest.er1 >conftest.err
18953 rm -f conftest.er1
18954 cat conftest.err >&5
18955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18956 (exit $ac_status); } && {
18957 test -z "$ac_c_werror_flag" ||
18958 test ! -s conftest.err
18959 } && test -s conftest$ac_exeext && {
18960 test "$cross_compiling" = yes ||
18961 $as_test_x conftest$ac_exeext
18962 }; then
18963 ac_cv_lib_ldap_r_ldap_initialize=yes
18964 else
18965 $as_echo "$as_me: failed program was:" >&5
18966 sed 's/^/| /' conftest.$ac_ext >&5
18968 ac_cv_lib_ldap_r_ldap_initialize=no
18971 rm -rf conftest.dSYM
18972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18973 conftest$ac_exeext conftest.$ac_ext
18974 LIBS=$ac_check_lib_save_LIBS
18976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18977 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18978 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18979 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18980 $as_echo_n "checking for ber_init in -llber... " >&6; }
18981 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18982 $as_echo_n "(cached) " >&6
18983 else
18984 ac_check_lib_save_LIBS=$LIBS
18985 LIBS="-llber $LIBPTHREAD $LIBS"
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18993 /* Override any GCC internal prototype to avoid an error.
18994 Use char because int might match the return type of a GCC
18995 builtin and then its argument prototype would still apply. */
18996 #ifdef __cplusplus
18997 extern "C"
18998 #endif
18999 char ber_init ();
19001 main ()
19003 return ber_init ();
19005 return 0;
19007 _ACEOF
19008 rm -f conftest.$ac_objext conftest$ac_exeext
19009 if { (ac_try="$ac_link"
19010 case "(($ac_try" in
19011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19012 *) ac_try_echo=$ac_try;;
19013 esac
19014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19015 $as_echo "$ac_try_echo") >&5
19016 (eval "$ac_link") 2>conftest.er1
19017 ac_status=$?
19018 grep -v '^ *+' conftest.er1 >conftest.err
19019 rm -f conftest.er1
19020 cat conftest.err >&5
19021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19022 (exit $ac_status); } && {
19023 test -z "$ac_c_werror_flag" ||
19024 test ! -s conftest.err
19025 } && test -s conftest$ac_exeext && {
19026 test "$cross_compiling" = yes ||
19027 $as_test_x conftest$ac_exeext
19028 }; then
19029 ac_cv_lib_lber_ber_init=yes
19030 else
19031 $as_echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_lib_lber_ber_init=no
19037 rm -rf conftest.dSYM
19038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19039 conftest$ac_exeext conftest.$ac_ext
19040 LIBS=$ac_check_lib_save_LIBS
19042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19043 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19044 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19046 cat >>confdefs.h <<\_ACEOF
19047 #define HAVE_LDAP 1
19048 _ACEOF
19050 LDAPLIBS="-lldap_r -llber"
19057 ac_wine_check_funcs_save_LIBS="$LIBS"
19058 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19067 for ac_func in \
19068 ldap_count_references \
19069 ldap_first_reference \
19070 ldap_next_reference \
19071 ldap_parse_reference \
19072 ldap_parse_sort_control \
19073 ldap_parse_sortresponse_control \
19074 ldap_parse_vlv_control \
19075 ldap_parse_vlvresponse_control
19077 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19078 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19079 $as_echo_n "checking for $ac_func... " >&6; }
19080 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19081 $as_echo_n "(cached) " >&6
19082 else
19083 cat >conftest.$ac_ext <<_ACEOF
19084 /* confdefs.h. */
19085 _ACEOF
19086 cat confdefs.h >>conftest.$ac_ext
19087 cat >>conftest.$ac_ext <<_ACEOF
19088 /* end confdefs.h. */
19089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19090 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19091 #define $ac_func innocuous_$ac_func
19093 /* System header to define __stub macros and hopefully few prototypes,
19094 which can conflict with char $ac_func (); below.
19095 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19096 <limits.h> exists even on freestanding compilers. */
19098 #ifdef __STDC__
19099 # include <limits.h>
19100 #else
19101 # include <assert.h>
19102 #endif
19104 #undef $ac_func
19106 /* Override any GCC internal prototype to avoid an error.
19107 Use char because int might match the return type of a GCC
19108 builtin and then its argument prototype would still apply. */
19109 #ifdef __cplusplus
19110 extern "C"
19111 #endif
19112 char $ac_func ();
19113 /* The GNU C library defines this for functions which it implements
19114 to always fail with ENOSYS. Some functions are actually named
19115 something starting with __ and the normal name is an alias. */
19116 #if defined __stub_$ac_func || defined __stub___$ac_func
19117 choke me
19118 #endif
19121 main ()
19123 return $ac_func ();
19125 return 0;
19127 _ACEOF
19128 rm -f conftest.$ac_objext conftest$ac_exeext
19129 if { (ac_try="$ac_link"
19130 case "(($ac_try" in
19131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19132 *) ac_try_echo=$ac_try;;
19133 esac
19134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19135 $as_echo "$ac_try_echo") >&5
19136 (eval "$ac_link") 2>conftest.er1
19137 ac_status=$?
19138 grep -v '^ *+' conftest.er1 >conftest.err
19139 rm -f conftest.er1
19140 cat conftest.err >&5
19141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); } && {
19143 test -z "$ac_c_werror_flag" ||
19144 test ! -s conftest.err
19145 } && test -s conftest$ac_exeext && {
19146 test "$cross_compiling" = yes ||
19147 $as_test_x conftest$ac_exeext
19148 }; then
19149 eval "$as_ac_var=yes"
19150 else
19151 $as_echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 eval "$as_ac_var=no"
19157 rm -rf conftest.dSYM
19158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19159 conftest$ac_exeext conftest.$ac_ext
19161 ac_res=`eval 'as_val=${'$as_ac_var'}
19162 $as_echo "$as_val"'`
19163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19164 $as_echo "$ac_res" >&6; }
19165 as_val=`eval 'as_val=${'$as_ac_var'}
19166 $as_echo "$as_val"'`
19167 if test "x$as_val" = x""yes; then
19168 cat >>confdefs.h <<_ACEOF
19169 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19170 _ACEOF
19173 done
19175 LIBS="$ac_wine_check_funcs_save_LIBS"
19177 if test "x$LDAPLIBS" = "x"; then
19178 case "x$with_ldap" in
19179 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19180 xno) ;;
19181 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19182 This is an error since --with-ldap was requested." >&5
19183 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&2;}
19185 { (exit 1); exit 1; }; } ;;
19186 esac
19190 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19191 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19192 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19193 $as_echo_n "(cached) " >&6
19194 else
19195 cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h. */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h. */
19201 #include <sys/stat.h>
19203 main ()
19205 mkdir("foo");
19207 return 0;
19209 _ACEOF
19210 rm -f conftest.$ac_objext
19211 if { (ac_try="$ac_compile"
19212 case "(($ac_try" in
19213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19214 *) ac_try_echo=$ac_try;;
19215 esac
19216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19217 $as_echo "$ac_try_echo") >&5
19218 (eval "$ac_compile") 2>conftest.er1
19219 ac_status=$?
19220 grep -v '^ *+' conftest.er1 >conftest.err
19221 rm -f conftest.er1
19222 cat conftest.err >&5
19223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224 (exit $ac_status); } && {
19225 test -z "$ac_c_werror_flag" ||
19226 test ! -s conftest.err
19227 } && test -s conftest.$ac_objext; then
19228 wine_cv_one_arg_mkdir=yes
19229 else
19230 $as_echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19233 wine_cv_one_arg_mkdir=no
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19238 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19239 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19240 if test "$wine_cv_one_arg_mkdir" = "yes"
19241 then
19243 cat >>confdefs.h <<\_ACEOF
19244 #define HAVE_ONE_ARG_MKDIR 1
19245 _ACEOF
19250 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19251 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19252 if test "${ac_cv_c_const+set}" = set; then
19253 $as_echo_n "(cached) " >&6
19254 else
19255 cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h. */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h. */
19263 main ()
19265 /* FIXME: Include the comments suggested by Paul. */
19266 #ifndef __cplusplus
19267 /* Ultrix mips cc rejects this. */
19268 typedef int charset[2];
19269 const charset cs;
19270 /* SunOS 4.1.1 cc rejects this. */
19271 char const *const *pcpcc;
19272 char **ppc;
19273 /* NEC SVR4.0.2 mips cc rejects this. */
19274 struct point {int x, y;};
19275 static struct point const zero = {0,0};
19276 /* AIX XL C 1.02.0.0 rejects this.
19277 It does not let you subtract one const X* pointer from another in
19278 an arm of an if-expression whose if-part is not a constant
19279 expression */
19280 const char *g = "string";
19281 pcpcc = &g + (g ? g-g : 0);
19282 /* HPUX 7.0 cc rejects these. */
19283 ++pcpcc;
19284 ppc = (char**) pcpcc;
19285 pcpcc = (char const *const *) ppc;
19286 { /* SCO 3.2v4 cc rejects this. */
19287 char *t;
19288 char const *s = 0 ? (char *) 0 : (char const *) 0;
19290 *t++ = 0;
19291 if (s) return 0;
19293 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19294 int x[] = {25, 17};
19295 const int *foo = &x[0];
19296 ++foo;
19298 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19299 typedef const int *iptr;
19300 iptr p = 0;
19301 ++p;
19303 { /* AIX XL C 1.02.0.0 rejects this saying
19304 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19305 struct s { int j; const int *ap[3]; };
19306 struct s *b; b->j = 5;
19308 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19309 const int foo = 10;
19310 if (!foo) return 0;
19312 return !cs[0] && !zero.x;
19313 #endif
19316 return 0;
19318 _ACEOF
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19323 *) ac_try_echo=$ac_try;;
19324 esac
19325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19326 $as_echo "$ac_try_echo") >&5
19327 (eval "$ac_compile") 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } && {
19334 test -z "$ac_c_werror_flag" ||
19335 test ! -s conftest.err
19336 } && test -s conftest.$ac_objext; then
19337 ac_cv_c_const=yes
19338 else
19339 $as_echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19342 ac_cv_c_const=no
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19347 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19348 $as_echo "$ac_cv_c_const" >&6; }
19349 if test $ac_cv_c_const = no; then
19351 cat >>confdefs.h <<\_ACEOF
19352 #define const /**/
19353 _ACEOF
19357 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19358 $as_echo_n "checking for inline... " >&6; }
19359 if test "${ac_cv_c_inline+set}" = set; then
19360 $as_echo_n "(cached) " >&6
19361 else
19362 ac_cv_c_inline=no
19363 for ac_kw in inline __inline__ __inline; do
19364 cat >conftest.$ac_ext <<_ACEOF
19365 /* confdefs.h. */
19366 _ACEOF
19367 cat confdefs.h >>conftest.$ac_ext
19368 cat >>conftest.$ac_ext <<_ACEOF
19369 /* end confdefs.h. */
19370 #ifndef __cplusplus
19371 typedef int foo_t;
19372 static $ac_kw foo_t static_foo () {return 0; }
19373 $ac_kw foo_t foo () {return 0; }
19374 #endif
19376 _ACEOF
19377 rm -f conftest.$ac_objext
19378 if { (ac_try="$ac_compile"
19379 case "(($ac_try" in
19380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19381 *) ac_try_echo=$ac_try;;
19382 esac
19383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19384 $as_echo "$ac_try_echo") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19386 ac_status=$?
19387 grep -v '^ *+' conftest.er1 >conftest.err
19388 rm -f conftest.er1
19389 cat conftest.err >&5
19390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.$ac_objext; then
19395 ac_cv_c_inline=$ac_kw
19396 else
19397 $as_echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19404 test "$ac_cv_c_inline" != no && break
19405 done
19408 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19409 $as_echo "$ac_cv_c_inline" >&6; }
19412 case $ac_cv_c_inline in
19413 inline | yes) ;;
19415 case $ac_cv_c_inline in
19416 no) ac_val=;;
19417 *) ac_val=$ac_cv_c_inline;;
19418 esac
19419 cat >>confdefs.h <<_ACEOF
19420 #ifndef __cplusplus
19421 #define inline $ac_val
19422 #endif
19423 _ACEOF
19425 esac
19427 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19428 $as_echo_n "checking for mode_t... " >&6; }
19429 if test "${ac_cv_type_mode_t+set}" = set; then
19430 $as_echo_n "(cached) " >&6
19431 else
19432 ac_cv_type_mode_t=no
19433 cat >conftest.$ac_ext <<_ACEOF
19434 /* confdefs.h. */
19435 _ACEOF
19436 cat confdefs.h >>conftest.$ac_ext
19437 cat >>conftest.$ac_ext <<_ACEOF
19438 /* end confdefs.h. */
19439 $ac_includes_default
19441 main ()
19443 if (sizeof (mode_t))
19444 return 0;
19446 return 0;
19448 _ACEOF
19449 rm -f conftest.$ac_objext
19450 if { (ac_try="$ac_compile"
19451 case "(($ac_try" in
19452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19453 *) ac_try_echo=$ac_try;;
19454 esac
19455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19456 $as_echo "$ac_try_echo") >&5
19457 (eval "$ac_compile") 2>conftest.er1
19458 ac_status=$?
19459 grep -v '^ *+' conftest.er1 >conftest.err
19460 rm -f conftest.er1
19461 cat conftest.err >&5
19462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463 (exit $ac_status); } && {
19464 test -z "$ac_c_werror_flag" ||
19465 test ! -s conftest.err
19466 } && test -s conftest.$ac_objext; then
19467 cat >conftest.$ac_ext <<_ACEOF
19468 /* confdefs.h. */
19469 _ACEOF
19470 cat confdefs.h >>conftest.$ac_ext
19471 cat >>conftest.$ac_ext <<_ACEOF
19472 /* end confdefs.h. */
19473 $ac_includes_default
19475 main ()
19477 if (sizeof ((mode_t)))
19478 return 0;
19480 return 0;
19482 _ACEOF
19483 rm -f conftest.$ac_objext
19484 if { (ac_try="$ac_compile"
19485 case "(($ac_try" in
19486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19487 *) ac_try_echo=$ac_try;;
19488 esac
19489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19490 $as_echo "$ac_try_echo") >&5
19491 (eval "$ac_compile") 2>conftest.er1
19492 ac_status=$?
19493 grep -v '^ *+' conftest.er1 >conftest.err
19494 rm -f conftest.er1
19495 cat conftest.err >&5
19496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497 (exit $ac_status); } && {
19498 test -z "$ac_c_werror_flag" ||
19499 test ! -s conftest.err
19500 } && test -s conftest.$ac_objext; then
19502 else
19503 $as_echo "$as_me: failed program was:" >&5
19504 sed 's/^/| /' conftest.$ac_ext >&5
19506 ac_cv_type_mode_t=yes
19509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19510 else
19511 $as_echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19519 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19520 $as_echo "$ac_cv_type_mode_t" >&6; }
19521 if test "x$ac_cv_type_mode_t" = x""yes; then
19523 cat >>confdefs.h <<_ACEOF
19524 #define HAVE_MODE_T 1
19525 _ACEOF
19529 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19530 $as_echo_n "checking for off_t... " >&6; }
19531 if test "${ac_cv_type_off_t+set}" = set; then
19532 $as_echo_n "(cached) " >&6
19533 else
19534 ac_cv_type_off_t=no
19535 cat >conftest.$ac_ext <<_ACEOF
19536 /* confdefs.h. */
19537 _ACEOF
19538 cat confdefs.h >>conftest.$ac_ext
19539 cat >>conftest.$ac_ext <<_ACEOF
19540 /* end confdefs.h. */
19541 $ac_includes_default
19543 main ()
19545 if (sizeof (off_t))
19546 return 0;
19548 return 0;
19550 _ACEOF
19551 rm -f conftest.$ac_objext
19552 if { (ac_try="$ac_compile"
19553 case "(($ac_try" in
19554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19555 *) ac_try_echo=$ac_try;;
19556 esac
19557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19558 $as_echo "$ac_try_echo") >&5
19559 (eval "$ac_compile") 2>conftest.er1
19560 ac_status=$?
19561 grep -v '^ *+' conftest.er1 >conftest.err
19562 rm -f conftest.er1
19563 cat conftest.err >&5
19564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); } && {
19566 test -z "$ac_c_werror_flag" ||
19567 test ! -s conftest.err
19568 } && test -s conftest.$ac_objext; then
19569 cat >conftest.$ac_ext <<_ACEOF
19570 /* confdefs.h. */
19571 _ACEOF
19572 cat confdefs.h >>conftest.$ac_ext
19573 cat >>conftest.$ac_ext <<_ACEOF
19574 /* end confdefs.h. */
19575 $ac_includes_default
19577 main ()
19579 if (sizeof ((off_t)))
19580 return 0;
19582 return 0;
19584 _ACEOF
19585 rm -f conftest.$ac_objext
19586 if { (ac_try="$ac_compile"
19587 case "(($ac_try" in
19588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19589 *) ac_try_echo=$ac_try;;
19590 esac
19591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19592 $as_echo "$ac_try_echo") >&5
19593 (eval "$ac_compile") 2>conftest.er1
19594 ac_status=$?
19595 grep -v '^ *+' conftest.er1 >conftest.err
19596 rm -f conftest.er1
19597 cat conftest.err >&5
19598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599 (exit $ac_status); } && {
19600 test -z "$ac_c_werror_flag" ||
19601 test ! -s conftest.err
19602 } && test -s conftest.$ac_objext; then
19604 else
19605 $as_echo "$as_me: failed program was:" >&5
19606 sed 's/^/| /' conftest.$ac_ext >&5
19608 ac_cv_type_off_t=yes
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19612 else
19613 $as_echo "$as_me: failed program was:" >&5
19614 sed 's/^/| /' conftest.$ac_ext >&5
19619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19622 $as_echo "$ac_cv_type_off_t" >&6; }
19623 if test "x$ac_cv_type_off_t" = x""yes; then
19625 cat >>confdefs.h <<_ACEOF
19626 #define HAVE_OFF_T 1
19627 _ACEOF
19631 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19632 $as_echo_n "checking for pid_t... " >&6; }
19633 if test "${ac_cv_type_pid_t+set}" = set; then
19634 $as_echo_n "(cached) " >&6
19635 else
19636 ac_cv_type_pid_t=no
19637 cat >conftest.$ac_ext <<_ACEOF
19638 /* confdefs.h. */
19639 _ACEOF
19640 cat confdefs.h >>conftest.$ac_ext
19641 cat >>conftest.$ac_ext <<_ACEOF
19642 /* end confdefs.h. */
19643 $ac_includes_default
19645 main ()
19647 if (sizeof (pid_t))
19648 return 0;
19650 return 0;
19652 _ACEOF
19653 rm -f conftest.$ac_objext
19654 if { (ac_try="$ac_compile"
19655 case "(($ac_try" in
19656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19657 *) ac_try_echo=$ac_try;;
19658 esac
19659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19660 $as_echo "$ac_try_echo") >&5
19661 (eval "$ac_compile") 2>conftest.er1
19662 ac_status=$?
19663 grep -v '^ *+' conftest.er1 >conftest.err
19664 rm -f conftest.er1
19665 cat conftest.err >&5
19666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667 (exit $ac_status); } && {
19668 test -z "$ac_c_werror_flag" ||
19669 test ! -s conftest.err
19670 } && test -s conftest.$ac_objext; then
19671 cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h. */
19673 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext
19675 cat >>conftest.$ac_ext <<_ACEOF
19676 /* end confdefs.h. */
19677 $ac_includes_default
19679 main ()
19681 if (sizeof ((pid_t)))
19682 return 0;
19684 return 0;
19686 _ACEOF
19687 rm -f conftest.$ac_objext
19688 if { (ac_try="$ac_compile"
19689 case "(($ac_try" in
19690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19691 *) ac_try_echo=$ac_try;;
19692 esac
19693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19694 $as_echo "$ac_try_echo") >&5
19695 (eval "$ac_compile") 2>conftest.er1
19696 ac_status=$?
19697 grep -v '^ *+' conftest.er1 >conftest.err
19698 rm -f conftest.er1
19699 cat conftest.err >&5
19700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701 (exit $ac_status); } && {
19702 test -z "$ac_c_werror_flag" ||
19703 test ! -s conftest.err
19704 } && test -s conftest.$ac_objext; then
19706 else
19707 $as_echo "$as_me: failed program was:" >&5
19708 sed 's/^/| /' conftest.$ac_ext >&5
19710 ac_cv_type_pid_t=yes
19713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19714 else
19715 $as_echo "$as_me: failed program was:" >&5
19716 sed 's/^/| /' conftest.$ac_ext >&5
19721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19723 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19724 $as_echo "$ac_cv_type_pid_t" >&6; }
19725 if test "x$ac_cv_type_pid_t" = x""yes; then
19727 cat >>confdefs.h <<_ACEOF
19728 #define HAVE_PID_T 1
19729 _ACEOF
19733 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19734 $as_echo_n "checking for size_t... " >&6; }
19735 if test "${ac_cv_type_size_t+set}" = set; then
19736 $as_echo_n "(cached) " >&6
19737 else
19738 ac_cv_type_size_t=no
19739 cat >conftest.$ac_ext <<_ACEOF
19740 /* confdefs.h. */
19741 _ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h. */
19745 $ac_includes_default
19747 main ()
19749 if (sizeof (size_t))
19750 return 0;
19752 return 0;
19754 _ACEOF
19755 rm -f conftest.$ac_objext
19756 if { (ac_try="$ac_compile"
19757 case "(($ac_try" in
19758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19759 *) ac_try_echo=$ac_try;;
19760 esac
19761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19762 $as_echo "$ac_try_echo") >&5
19763 (eval "$ac_compile") 2>conftest.er1
19764 ac_status=$?
19765 grep -v '^ *+' conftest.er1 >conftest.err
19766 rm -f conftest.er1
19767 cat conftest.err >&5
19768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); } && {
19770 test -z "$ac_c_werror_flag" ||
19771 test ! -s conftest.err
19772 } && test -s conftest.$ac_objext; then
19773 cat >conftest.$ac_ext <<_ACEOF
19774 /* confdefs.h. */
19775 _ACEOF
19776 cat confdefs.h >>conftest.$ac_ext
19777 cat >>conftest.$ac_ext <<_ACEOF
19778 /* end confdefs.h. */
19779 $ac_includes_default
19781 main ()
19783 if (sizeof ((size_t)))
19784 return 0;
19786 return 0;
19788 _ACEOF
19789 rm -f conftest.$ac_objext
19790 if { (ac_try="$ac_compile"
19791 case "(($ac_try" in
19792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793 *) ac_try_echo=$ac_try;;
19794 esac
19795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19796 $as_echo "$ac_try_echo") >&5
19797 (eval "$ac_compile") 2>conftest.er1
19798 ac_status=$?
19799 grep -v '^ *+' conftest.er1 >conftest.err
19800 rm -f conftest.er1
19801 cat conftest.err >&5
19802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803 (exit $ac_status); } && {
19804 test -z "$ac_c_werror_flag" ||
19805 test ! -s conftest.err
19806 } && test -s conftest.$ac_objext; then
19808 else
19809 $as_echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19812 ac_cv_type_size_t=yes
19815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19816 else
19817 $as_echo "$as_me: failed program was:" >&5
19818 sed 's/^/| /' conftest.$ac_ext >&5
19823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19826 $as_echo "$ac_cv_type_size_t" >&6; }
19827 if test "x$ac_cv_type_size_t" = x""yes; then
19829 cat >>confdefs.h <<_ACEOF
19830 #define HAVE_SIZE_T 1
19831 _ACEOF
19835 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19836 $as_echo_n "checking for ssize_t... " >&6; }
19837 if test "${ac_cv_type_ssize_t+set}" = set; then
19838 $as_echo_n "(cached) " >&6
19839 else
19840 ac_cv_type_ssize_t=no
19841 cat >conftest.$ac_ext <<_ACEOF
19842 /* confdefs.h. */
19843 _ACEOF
19844 cat confdefs.h >>conftest.$ac_ext
19845 cat >>conftest.$ac_ext <<_ACEOF
19846 /* end confdefs.h. */
19847 $ac_includes_default
19849 main ()
19851 if (sizeof (ssize_t))
19852 return 0;
19854 return 0;
19856 _ACEOF
19857 rm -f conftest.$ac_objext
19858 if { (ac_try="$ac_compile"
19859 case "(($ac_try" in
19860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19861 *) ac_try_echo=$ac_try;;
19862 esac
19863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19864 $as_echo "$ac_try_echo") >&5
19865 (eval "$ac_compile") 2>conftest.er1
19866 ac_status=$?
19867 grep -v '^ *+' conftest.er1 >conftest.err
19868 rm -f conftest.er1
19869 cat conftest.err >&5
19870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871 (exit $ac_status); } && {
19872 test -z "$ac_c_werror_flag" ||
19873 test ! -s conftest.err
19874 } && test -s conftest.$ac_objext; then
19875 cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h. */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 $ac_includes_default
19883 main ()
19885 if (sizeof ((ssize_t)))
19886 return 0;
19888 return 0;
19890 _ACEOF
19891 rm -f conftest.$ac_objext
19892 if { (ac_try="$ac_compile"
19893 case "(($ac_try" in
19894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19895 *) ac_try_echo=$ac_try;;
19896 esac
19897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19898 $as_echo "$ac_try_echo") >&5
19899 (eval "$ac_compile") 2>conftest.er1
19900 ac_status=$?
19901 grep -v '^ *+' conftest.er1 >conftest.err
19902 rm -f conftest.er1
19903 cat conftest.err >&5
19904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905 (exit $ac_status); } && {
19906 test -z "$ac_c_werror_flag" ||
19907 test ! -s conftest.err
19908 } && test -s conftest.$ac_objext; then
19910 else
19911 $as_echo "$as_me: failed program was:" >&5
19912 sed 's/^/| /' conftest.$ac_ext >&5
19914 ac_cv_type_ssize_t=yes
19917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19918 else
19919 $as_echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19927 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19928 $as_echo "$ac_cv_type_ssize_t" >&6; }
19929 if test "x$ac_cv_type_ssize_t" = x""yes; then
19931 cat >>confdefs.h <<_ACEOF
19932 #define HAVE_SSIZE_T 1
19933 _ACEOF
19937 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19938 $as_echo_n "checking for long long... " >&6; }
19939 if test "${ac_cv_type_long_long+set}" = set; then
19940 $as_echo_n "(cached) " >&6
19941 else
19942 ac_cv_type_long_long=no
19943 cat >conftest.$ac_ext <<_ACEOF
19944 /* confdefs.h. */
19945 _ACEOF
19946 cat confdefs.h >>conftest.$ac_ext
19947 cat >>conftest.$ac_ext <<_ACEOF
19948 /* end confdefs.h. */
19949 $ac_includes_default
19951 main ()
19953 if (sizeof (long long))
19954 return 0;
19956 return 0;
19958 _ACEOF
19959 rm -f conftest.$ac_objext
19960 if { (ac_try="$ac_compile"
19961 case "(($ac_try" in
19962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19963 *) ac_try_echo=$ac_try;;
19964 esac
19965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19966 $as_echo "$ac_try_echo") >&5
19967 (eval "$ac_compile") 2>conftest.er1
19968 ac_status=$?
19969 grep -v '^ *+' conftest.er1 >conftest.err
19970 rm -f conftest.er1
19971 cat conftest.err >&5
19972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19973 (exit $ac_status); } && {
19974 test -z "$ac_c_werror_flag" ||
19975 test ! -s conftest.err
19976 } && test -s conftest.$ac_objext; then
19977 cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h. */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h. */
19983 $ac_includes_default
19985 main ()
19987 if (sizeof ((long long)))
19988 return 0;
19990 return 0;
19992 _ACEOF
19993 rm -f conftest.$ac_objext
19994 if { (ac_try="$ac_compile"
19995 case "(($ac_try" in
19996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19997 *) ac_try_echo=$ac_try;;
19998 esac
19999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20000 $as_echo "$ac_try_echo") >&5
20001 (eval "$ac_compile") 2>conftest.er1
20002 ac_status=$?
20003 grep -v '^ *+' conftest.er1 >conftest.err
20004 rm -f conftest.er1
20005 cat conftest.err >&5
20006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); } && {
20008 test -z "$ac_c_werror_flag" ||
20009 test ! -s conftest.err
20010 } && test -s conftest.$ac_objext; then
20012 else
20013 $as_echo "$as_me: failed program was:" >&5
20014 sed 's/^/| /' conftest.$ac_ext >&5
20016 ac_cv_type_long_long=yes
20019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20020 else
20021 $as_echo "$as_me: failed program was:" >&5
20022 sed 's/^/| /' conftest.$ac_ext >&5
20027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20029 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20030 $as_echo "$ac_cv_type_long_long" >&6; }
20031 if test "x$ac_cv_type_long_long" = x""yes; then
20033 cat >>confdefs.h <<_ACEOF
20034 #define HAVE_LONG_LONG 1
20035 _ACEOF
20039 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20040 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20041 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20042 $as_echo_n "(cached) " >&6
20043 else
20044 ac_cv_type_fsblkcnt_t=no
20045 cat >conftest.$ac_ext <<_ACEOF
20046 /* confdefs.h. */
20047 _ACEOF
20048 cat confdefs.h >>conftest.$ac_ext
20049 cat >>conftest.$ac_ext <<_ACEOF
20050 /* end confdefs.h. */
20051 $ac_includes_default
20053 main ()
20055 if (sizeof (fsblkcnt_t))
20056 return 0;
20058 return 0;
20060 _ACEOF
20061 rm -f conftest.$ac_objext
20062 if { (ac_try="$ac_compile"
20063 case "(($ac_try" in
20064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20065 *) ac_try_echo=$ac_try;;
20066 esac
20067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20068 $as_echo "$ac_try_echo") >&5
20069 (eval "$ac_compile") 2>conftest.er1
20070 ac_status=$?
20071 grep -v '^ *+' conftest.er1 >conftest.err
20072 rm -f conftest.er1
20073 cat conftest.err >&5
20074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075 (exit $ac_status); } && {
20076 test -z "$ac_c_werror_flag" ||
20077 test ! -s conftest.err
20078 } && test -s conftest.$ac_objext; then
20079 cat >conftest.$ac_ext <<_ACEOF
20080 /* confdefs.h. */
20081 _ACEOF
20082 cat confdefs.h >>conftest.$ac_ext
20083 cat >>conftest.$ac_ext <<_ACEOF
20084 /* end confdefs.h. */
20085 $ac_includes_default
20087 main ()
20089 if (sizeof ((fsblkcnt_t)))
20090 return 0;
20092 return 0;
20094 _ACEOF
20095 rm -f conftest.$ac_objext
20096 if { (ac_try="$ac_compile"
20097 case "(($ac_try" in
20098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099 *) ac_try_echo=$ac_try;;
20100 esac
20101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20102 $as_echo "$ac_try_echo") >&5
20103 (eval "$ac_compile") 2>conftest.er1
20104 ac_status=$?
20105 grep -v '^ *+' conftest.er1 >conftest.err
20106 rm -f conftest.er1
20107 cat conftest.err >&5
20108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20109 (exit $ac_status); } && {
20110 test -z "$ac_c_werror_flag" ||
20111 test ! -s conftest.err
20112 } && test -s conftest.$ac_objext; then
20114 else
20115 $as_echo "$as_me: failed program was:" >&5
20116 sed 's/^/| /' conftest.$ac_ext >&5
20118 ac_cv_type_fsblkcnt_t=yes
20121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20122 else
20123 $as_echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20132 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20133 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20135 cat >>confdefs.h <<_ACEOF
20136 #define HAVE_FSBLKCNT_T 1
20137 _ACEOF
20141 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20142 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20143 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20144 $as_echo_n "(cached) " >&6
20145 else
20146 ac_cv_type_fsfilcnt_t=no
20147 cat >conftest.$ac_ext <<_ACEOF
20148 /* confdefs.h. */
20149 _ACEOF
20150 cat confdefs.h >>conftest.$ac_ext
20151 cat >>conftest.$ac_ext <<_ACEOF
20152 /* end confdefs.h. */
20153 $ac_includes_default
20155 main ()
20157 if (sizeof (fsfilcnt_t))
20158 return 0;
20160 return 0;
20162 _ACEOF
20163 rm -f conftest.$ac_objext
20164 if { (ac_try="$ac_compile"
20165 case "(($ac_try" in
20166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20167 *) ac_try_echo=$ac_try;;
20168 esac
20169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20170 $as_echo "$ac_try_echo") >&5
20171 (eval "$ac_compile") 2>conftest.er1
20172 ac_status=$?
20173 grep -v '^ *+' conftest.er1 >conftest.err
20174 rm -f conftest.er1
20175 cat conftest.err >&5
20176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20177 (exit $ac_status); } && {
20178 test -z "$ac_c_werror_flag" ||
20179 test ! -s conftest.err
20180 } && test -s conftest.$ac_objext; then
20181 cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h. */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h. */
20187 $ac_includes_default
20189 main ()
20191 if (sizeof ((fsfilcnt_t)))
20192 return 0;
20194 return 0;
20196 _ACEOF
20197 rm -f conftest.$ac_objext
20198 if { (ac_try="$ac_compile"
20199 case "(($ac_try" in
20200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20201 *) ac_try_echo=$ac_try;;
20202 esac
20203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20204 $as_echo "$ac_try_echo") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20206 ac_status=$?
20207 grep -v '^ *+' conftest.er1 >conftest.err
20208 rm -f conftest.er1
20209 cat conftest.err >&5
20210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20216 else
20217 $as_echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 ac_cv_type_fsfilcnt_t=yes
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20224 else
20225 $as_echo "$as_me: failed program was:" >&5
20226 sed 's/^/| /' conftest.$ac_ext >&5
20231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20233 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20234 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20235 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20237 cat >>confdefs.h <<_ACEOF
20238 #define HAVE_FSFILCNT_T 1
20239 _ACEOF
20244 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20245 $as_echo_n "checking for sigset_t... " >&6; }
20246 if test "${ac_cv_type_sigset_t+set}" = set; then
20247 $as_echo_n "(cached) " >&6
20248 else
20249 ac_cv_type_sigset_t=no
20250 cat >conftest.$ac_ext <<_ACEOF
20251 /* confdefs.h. */
20252 _ACEOF
20253 cat confdefs.h >>conftest.$ac_ext
20254 cat >>conftest.$ac_ext <<_ACEOF
20255 /* end confdefs.h. */
20256 #include <sys/types.h>
20257 #include <signal.h>
20260 main ()
20262 if (sizeof (sigset_t))
20263 return 0;
20265 return 0;
20267 _ACEOF
20268 rm -f conftest.$ac_objext
20269 if { (ac_try="$ac_compile"
20270 case "(($ac_try" in
20271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20272 *) ac_try_echo=$ac_try;;
20273 esac
20274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20275 $as_echo "$ac_try_echo") >&5
20276 (eval "$ac_compile") 2>conftest.er1
20277 ac_status=$?
20278 grep -v '^ *+' conftest.er1 >conftest.err
20279 rm -f conftest.er1
20280 cat conftest.err >&5
20281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20282 (exit $ac_status); } && {
20283 test -z "$ac_c_werror_flag" ||
20284 test ! -s conftest.err
20285 } && test -s conftest.$ac_objext; then
20286 cat >conftest.$ac_ext <<_ACEOF
20287 /* confdefs.h. */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20292 #include <sys/types.h>
20293 #include <signal.h>
20296 main ()
20298 if (sizeof ((sigset_t)))
20299 return 0;
20301 return 0;
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308 *) ac_try_echo=$ac_try;;
20309 esac
20310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20311 $as_echo "$ac_try_echo") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20313 ac_status=$?
20314 grep -v '^ *+' conftest.er1 >conftest.err
20315 rm -f conftest.er1
20316 cat conftest.err >&5
20317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.$ac_objext; then
20323 else
20324 $as_echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20327 ac_cv_type_sigset_t=yes
20330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 else
20332 $as_echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20341 $as_echo "$ac_cv_type_sigset_t" >&6; }
20342 if test "x$ac_cv_type_sigset_t" = x""yes; then
20344 cat >>confdefs.h <<_ACEOF
20345 #define HAVE_SIGSET_T 1
20346 _ACEOF
20351 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20352 $as_echo_n "checking for request_sense... " >&6; }
20353 if test "${ac_cv_type_request_sense+set}" = set; then
20354 $as_echo_n "(cached) " >&6
20355 else
20356 ac_cv_type_request_sense=no
20357 cat >conftest.$ac_ext <<_ACEOF
20358 /* confdefs.h. */
20359 _ACEOF
20360 cat confdefs.h >>conftest.$ac_ext
20361 cat >>conftest.$ac_ext <<_ACEOF
20362 /* end confdefs.h. */
20363 #include <linux/cdrom.h>
20366 main ()
20368 if (sizeof (request_sense))
20369 return 0;
20371 return 0;
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378 *) ac_try_echo=$ac_try;;
20379 esac
20380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20381 $as_echo "$ac_try_echo") >&5
20382 (eval "$ac_compile") 2>conftest.er1
20383 ac_status=$?
20384 grep -v '^ *+' conftest.er1 >conftest.err
20385 rm -f conftest.er1
20386 cat conftest.err >&5
20387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); } && {
20389 test -z "$ac_c_werror_flag" ||
20390 test ! -s conftest.err
20391 } && test -s conftest.$ac_objext; then
20392 cat >conftest.$ac_ext <<_ACEOF
20393 /* confdefs.h. */
20394 _ACEOF
20395 cat confdefs.h >>conftest.$ac_ext
20396 cat >>conftest.$ac_ext <<_ACEOF
20397 /* end confdefs.h. */
20398 #include <linux/cdrom.h>
20401 main ()
20403 if (sizeof ((request_sense)))
20404 return 0;
20406 return 0;
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413 *) ac_try_echo=$ac_try;;
20414 esac
20415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20416 $as_echo "$ac_try_echo") >&5
20417 (eval "$ac_compile") 2>conftest.er1
20418 ac_status=$?
20419 grep -v '^ *+' conftest.er1 >conftest.err
20420 rm -f conftest.er1
20421 cat conftest.err >&5
20422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); } && {
20424 test -z "$ac_c_werror_flag" ||
20425 test ! -s conftest.err
20426 } && test -s conftest.$ac_objext; then
20428 else
20429 $as_echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.$ac_ext >&5
20432 ac_cv_type_request_sense=yes
20435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20436 else
20437 $as_echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20445 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20446 $as_echo "$ac_cv_type_request_sense" >&6; }
20447 if test "x$ac_cv_type_request_sense" = x""yes; then
20449 cat >>confdefs.h <<_ACEOF
20450 #define HAVE_REQUEST_SENSE 1
20451 _ACEOF
20457 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20458 $as_echo_n "checking for struct xinpgen... " >&6; }
20459 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20460 $as_echo_n "(cached) " >&6
20461 else
20462 ac_cv_type_struct_xinpgen=no
20463 cat >conftest.$ac_ext <<_ACEOF
20464 /* confdefs.h. */
20465 _ACEOF
20466 cat confdefs.h >>conftest.$ac_ext
20467 cat >>conftest.$ac_ext <<_ACEOF
20468 /* end confdefs.h. */
20469 #include <sys/types.h>
20470 #ifdef HAVE_SYS_SOCKET_H
20471 #include <sys/socket.h>
20472 #endif
20473 #ifdef HAVE_SYS_SOCKETVAR_H
20474 #include <sys/socketvar.h>
20475 #endif
20476 #ifdef HAVE_NET_ROUTE_H
20477 #include <net/route.h>
20478 #endif
20479 #ifdef HAVE_NETINET_IN_H
20480 #include <netinet/in.h>
20481 #endif
20482 #ifdef HAVE_NETINET_IN_SYSTM_H
20483 #include <netinet/in_systm.h>
20484 #endif
20485 #ifdef HAVE_NETINET_IP_H
20486 #include <netinet/ip.h>
20487 #endif
20488 #ifdef HAVE_NETINET_IN_PCB_H
20489 #include <netinet/in_pcb.h>
20490 #endif
20493 main ()
20495 if (sizeof (struct xinpgen))
20496 return 0;
20498 return 0;
20500 _ACEOF
20501 rm -f conftest.$ac_objext
20502 if { (ac_try="$ac_compile"
20503 case "(($ac_try" in
20504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20505 *) ac_try_echo=$ac_try;;
20506 esac
20507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20508 $as_echo "$ac_try_echo") >&5
20509 (eval "$ac_compile") 2>conftest.er1
20510 ac_status=$?
20511 grep -v '^ *+' conftest.er1 >conftest.err
20512 rm -f conftest.er1
20513 cat conftest.err >&5
20514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); } && {
20516 test -z "$ac_c_werror_flag" ||
20517 test ! -s conftest.err
20518 } && test -s conftest.$ac_objext; then
20519 cat >conftest.$ac_ext <<_ACEOF
20520 /* confdefs.h. */
20521 _ACEOF
20522 cat confdefs.h >>conftest.$ac_ext
20523 cat >>conftest.$ac_ext <<_ACEOF
20524 /* end confdefs.h. */
20525 #include <sys/types.h>
20526 #ifdef HAVE_SYS_SOCKET_H
20527 #include <sys/socket.h>
20528 #endif
20529 #ifdef HAVE_SYS_SOCKETVAR_H
20530 #include <sys/socketvar.h>
20531 #endif
20532 #ifdef HAVE_NET_ROUTE_H
20533 #include <net/route.h>
20534 #endif
20535 #ifdef HAVE_NETINET_IN_H
20536 #include <netinet/in.h>
20537 #endif
20538 #ifdef HAVE_NETINET_IN_SYSTM_H
20539 #include <netinet/in_systm.h>
20540 #endif
20541 #ifdef HAVE_NETINET_IP_H
20542 #include <netinet/ip.h>
20543 #endif
20544 #ifdef HAVE_NETINET_IN_PCB_H
20545 #include <netinet/in_pcb.h>
20546 #endif
20549 main ()
20551 if (sizeof ((struct xinpgen)))
20552 return 0;
20554 return 0;
20556 _ACEOF
20557 rm -f conftest.$ac_objext
20558 if { (ac_try="$ac_compile"
20559 case "(($ac_try" in
20560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20561 *) ac_try_echo=$ac_try;;
20562 esac
20563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20564 $as_echo "$ac_try_echo") >&5
20565 (eval "$ac_compile") 2>conftest.er1
20566 ac_status=$?
20567 grep -v '^ *+' conftest.er1 >conftest.err
20568 rm -f conftest.er1
20569 cat conftest.err >&5
20570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && {
20572 test -z "$ac_c_werror_flag" ||
20573 test ! -s conftest.err
20574 } && test -s conftest.$ac_objext; then
20576 else
20577 $as_echo "$as_me: failed program was:" >&5
20578 sed 's/^/| /' conftest.$ac_ext >&5
20580 ac_cv_type_struct_xinpgen=yes
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 else
20585 $as_echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20593 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20594 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20595 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20597 cat >>confdefs.h <<_ACEOF
20598 #define HAVE_STRUCT_XINPGEN 1
20599 _ACEOF
20605 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20606 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20607 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20608 $as_echo_n "(cached) " >&6
20609 else
20610 cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h. */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20616 #ifdef HAVE_LINUX_INPUT_H
20617 #include <linux/input.h>
20618 #endif
20621 main ()
20623 static struct ff_effect ac_aggr;
20624 if (ac_aggr.direction)
20625 return 0;
20627 return 0;
20629 _ACEOF
20630 rm -f conftest.$ac_objext
20631 if { (ac_try="$ac_compile"
20632 case "(($ac_try" in
20633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20634 *) ac_try_echo=$ac_try;;
20635 esac
20636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20637 $as_echo "$ac_try_echo") >&5
20638 (eval "$ac_compile") 2>conftest.er1
20639 ac_status=$?
20640 grep -v '^ *+' conftest.er1 >conftest.err
20641 rm -f conftest.er1
20642 cat conftest.err >&5
20643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); } && {
20645 test -z "$ac_c_werror_flag" ||
20646 test ! -s conftest.err
20647 } && test -s conftest.$ac_objext; then
20648 ac_cv_member_struct_ff_effect_direction=yes
20649 else
20650 $as_echo "$as_me: failed program was:" >&5
20651 sed 's/^/| /' conftest.$ac_ext >&5
20653 cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h. */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h. */
20659 #ifdef HAVE_LINUX_INPUT_H
20660 #include <linux/input.h>
20661 #endif
20664 main ()
20666 static struct ff_effect ac_aggr;
20667 if (sizeof ac_aggr.direction)
20668 return 0;
20670 return 0;
20672 _ACEOF
20673 rm -f conftest.$ac_objext
20674 if { (ac_try="$ac_compile"
20675 case "(($ac_try" in
20676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20677 *) ac_try_echo=$ac_try;;
20678 esac
20679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20680 $as_echo "$ac_try_echo") >&5
20681 (eval "$ac_compile") 2>conftest.er1
20682 ac_status=$?
20683 grep -v '^ *+' conftest.er1 >conftest.err
20684 rm -f conftest.er1
20685 cat conftest.err >&5
20686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); } && {
20688 test -z "$ac_c_werror_flag" ||
20689 test ! -s conftest.err
20690 } && test -s conftest.$ac_objext; then
20691 ac_cv_member_struct_ff_effect_direction=yes
20692 else
20693 $as_echo "$as_me: failed program was:" >&5
20694 sed 's/^/| /' conftest.$ac_ext >&5
20696 ac_cv_member_struct_ff_effect_direction=no
20699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20705 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20706 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20708 cat >>confdefs.h <<_ACEOF
20709 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20710 _ACEOF
20716 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20717 $as_echo_n "checking for sigaddset... " >&6; }
20718 if test "${wine_cv_have_sigaddset+set}" = set; then
20719 $as_echo_n "(cached) " >&6
20720 else
20721 cat >conftest.$ac_ext <<_ACEOF
20722 /* confdefs.h. */
20723 _ACEOF
20724 cat confdefs.h >>conftest.$ac_ext
20725 cat >>conftest.$ac_ext <<_ACEOF
20726 /* end confdefs.h. */
20727 #include <signal.h>
20729 main ()
20731 sigset_t set; sigaddset(&set,SIGTERM);
20733 return 0;
20735 _ACEOF
20736 rm -f conftest.$ac_objext conftest$ac_exeext
20737 if { (ac_try="$ac_link"
20738 case "(($ac_try" in
20739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740 *) ac_try_echo=$ac_try;;
20741 esac
20742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20743 $as_echo "$ac_try_echo") >&5
20744 (eval "$ac_link") 2>conftest.er1
20745 ac_status=$?
20746 grep -v '^ *+' conftest.er1 >conftest.err
20747 rm -f conftest.er1
20748 cat conftest.err >&5
20749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750 (exit $ac_status); } && {
20751 test -z "$ac_c_werror_flag" ||
20752 test ! -s conftest.err
20753 } && test -s conftest$ac_exeext && {
20754 test "$cross_compiling" = yes ||
20755 $as_test_x conftest$ac_exeext
20756 }; then
20757 wine_cv_have_sigaddset=yes
20758 else
20759 $as_echo "$as_me: failed program was:" >&5
20760 sed 's/^/| /' conftest.$ac_ext >&5
20762 wine_cv_have_sigaddset=no
20765 rm -rf conftest.dSYM
20766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20767 conftest$ac_exeext conftest.$ac_ext
20769 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20770 $as_echo "$wine_cv_have_sigaddset" >&6; }
20771 if test "$wine_cv_have_sigaddset" = "yes"
20772 then
20774 cat >>confdefs.h <<\_ACEOF
20775 #define HAVE_SIGADDSET 1
20776 _ACEOF
20781 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20782 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20783 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20784 $as_echo_n "(cached) " >&6
20785 else
20786 cat >conftest.$ac_ext <<_ACEOF
20787 /* confdefs.h. */
20788 _ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h. */
20792 #include <netdb.h>
20794 main ()
20797 char *name=0;
20798 struct hostent he;
20799 struct hostent *result;
20800 char *buf=0;
20801 int bufsize=0;
20802 int res,errnr;
20803 char *addr=0;
20804 int addrlen=0;
20805 int addrtype=0;
20806 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20807 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20810 return 0;
20812 _ACEOF
20813 rm -f conftest.$ac_objext conftest$ac_exeext
20814 if { (ac_try="$ac_link"
20815 case "(($ac_try" in
20816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20817 *) ac_try_echo=$ac_try;;
20818 esac
20819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20820 $as_echo "$ac_try_echo") >&5
20821 (eval "$ac_link") 2>conftest.er1
20822 ac_status=$?
20823 grep -v '^ *+' conftest.er1 >conftest.err
20824 rm -f conftest.er1
20825 cat conftest.err >&5
20826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20827 (exit $ac_status); } && {
20828 test -z "$ac_c_werror_flag" ||
20829 test ! -s conftest.err
20830 } && test -s conftest$ac_exeext && {
20831 test "$cross_compiling" = yes ||
20832 $as_test_x conftest$ac_exeext
20833 }; then
20834 wine_cv_linux_gethostbyname_r_6=yes
20835 else
20836 $as_echo "$as_me: failed program was:" >&5
20837 sed 's/^/| /' conftest.$ac_ext >&5
20839 wine_cv_linux_gethostbyname_r_6=no
20843 rm -rf conftest.dSYM
20844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20845 conftest$ac_exeext conftest.$ac_ext
20848 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20849 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20850 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20851 then
20853 cat >>confdefs.h <<\_ACEOF
20854 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20855 _ACEOF
20859 if test "$ac_cv_header_linux_joystick_h" = "yes"
20860 then
20861 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20862 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20863 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20864 $as_echo_n "(cached) " >&6
20865 else
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20873 #include <sys/ioctl.h>
20874 #include <sys/types.h>
20875 #include <linux/joystick.h>
20877 struct js_event blub;
20878 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20879 #error "no 2.2 header"
20880 #endif
20883 main ()
20885 /*empty*/
20887 return 0;
20889 _ACEOF
20890 rm -f conftest.$ac_objext
20891 if { (ac_try="$ac_compile"
20892 case "(($ac_try" in
20893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20894 *) ac_try_echo=$ac_try;;
20895 esac
20896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20897 $as_echo "$ac_try_echo") >&5
20898 (eval "$ac_compile") 2>conftest.er1
20899 ac_status=$?
20900 grep -v '^ *+' conftest.er1 >conftest.err
20901 rm -f conftest.er1
20902 cat conftest.err >&5
20903 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20904 (exit $ac_status); } && {
20905 test -z "$ac_c_werror_flag" ||
20906 test ! -s conftest.err
20907 } && test -s conftest.$ac_objext; then
20908 wine_cv_linux_joystick_22_api=yes
20909 else
20910 $as_echo "$as_me: failed program was:" >&5
20911 sed 's/^/| /' conftest.$ac_ext >&5
20913 wine_cv_linux_joystick_22_api=no
20916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20919 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20920 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20921 if test "$wine_cv_linux_joystick_22_api" = "yes"
20922 then
20924 cat >>confdefs.h <<\_ACEOF
20925 #define HAVE_LINUX_22_JOYSTICK_API 1
20926 _ACEOF
20932 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20933 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20934 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20935 $as_echo_n "(cached) " >&6
20936 else
20937 cat >conftest.$ac_ext <<_ACEOF
20938 /* confdefs.h. */
20939 _ACEOF
20940 cat confdefs.h >>conftest.$ac_ext
20941 cat >>conftest.$ac_ext <<_ACEOF
20942 /* end confdefs.h. */
20943 #include <sys/types.h>
20944 #ifdef HAVE_SYS_PARAM_H
20945 # include <sys/param.h>
20946 #endif
20947 #ifdef HAVE_SYS_MOUNT_H
20948 # include <sys/mount.h>
20949 #endif
20950 #ifdef HAVE_SYS_VFS_H
20951 # include <sys/vfs.h>
20952 #endif
20953 #ifdef HAVE_SYS_STATFS_H
20954 # include <sys/statfs.h>
20955 #endif
20958 main ()
20960 static struct statfs ac_aggr;
20961 if (ac_aggr.f_bfree)
20962 return 0;
20964 return 0;
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20972 esac
20973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20974 $as_echo "$ac_try_echo") >&5
20975 (eval "$ac_compile") 2>conftest.er1
20976 ac_status=$?
20977 grep -v '^ *+' conftest.er1 >conftest.err
20978 rm -f conftest.er1
20979 cat conftest.err >&5
20980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20981 (exit $ac_status); } && {
20982 test -z "$ac_c_werror_flag" ||
20983 test ! -s conftest.err
20984 } && test -s conftest.$ac_objext; then
20985 ac_cv_member_struct_statfs_f_bfree=yes
20986 else
20987 $as_echo "$as_me: failed program was:" >&5
20988 sed 's/^/| /' conftest.$ac_ext >&5
20990 cat >conftest.$ac_ext <<_ACEOF
20991 /* confdefs.h. */
20992 _ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h. */
20996 #include <sys/types.h>
20997 #ifdef HAVE_SYS_PARAM_H
20998 # include <sys/param.h>
20999 #endif
21000 #ifdef HAVE_SYS_MOUNT_H
21001 # include <sys/mount.h>
21002 #endif
21003 #ifdef HAVE_SYS_VFS_H
21004 # include <sys/vfs.h>
21005 #endif
21006 #ifdef HAVE_SYS_STATFS_H
21007 # include <sys/statfs.h>
21008 #endif
21011 main ()
21013 static struct statfs ac_aggr;
21014 if (sizeof ac_aggr.f_bfree)
21015 return 0;
21017 return 0;
21019 _ACEOF
21020 rm -f conftest.$ac_objext
21021 if { (ac_try="$ac_compile"
21022 case "(($ac_try" in
21023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21024 *) ac_try_echo=$ac_try;;
21025 esac
21026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21027 $as_echo "$ac_try_echo") >&5
21028 (eval "$ac_compile") 2>conftest.er1
21029 ac_status=$?
21030 grep -v '^ *+' conftest.er1 >conftest.err
21031 rm -f conftest.er1
21032 cat conftest.err >&5
21033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); } && {
21035 test -z "$ac_c_werror_flag" ||
21036 test ! -s conftest.err
21037 } && test -s conftest.$ac_objext; then
21038 ac_cv_member_struct_statfs_f_bfree=yes
21039 else
21040 $as_echo "$as_me: failed program was:" >&5
21041 sed 's/^/| /' conftest.$ac_ext >&5
21043 ac_cv_member_struct_statfs_f_bfree=no
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21052 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21053 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21055 cat >>confdefs.h <<_ACEOF
21056 #define HAVE_STRUCT_STATFS_F_BFREE 1
21057 _ACEOF
21061 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21062 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21063 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21064 $as_echo_n "(cached) " >&6
21065 else
21066 cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h. */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h. */
21072 #include <sys/types.h>
21073 #ifdef HAVE_SYS_PARAM_H
21074 # include <sys/param.h>
21075 #endif
21076 #ifdef HAVE_SYS_MOUNT_H
21077 # include <sys/mount.h>
21078 #endif
21079 #ifdef HAVE_SYS_VFS_H
21080 # include <sys/vfs.h>
21081 #endif
21082 #ifdef HAVE_SYS_STATFS_H
21083 # include <sys/statfs.h>
21084 #endif
21087 main ()
21089 static struct statfs ac_aggr;
21090 if (ac_aggr.f_bavail)
21091 return 0;
21093 return 0;
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21101 esac
21102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21103 $as_echo "$ac_try_echo") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21105 ac_status=$?
21106 grep -v '^ *+' conftest.er1 >conftest.err
21107 rm -f conftest.er1
21108 cat conftest.err >&5
21109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_struct_statfs_f_bavail=yes
21115 else
21116 $as_echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 cat >conftest.$ac_ext <<_ACEOF
21120 /* confdefs.h. */
21121 _ACEOF
21122 cat confdefs.h >>conftest.$ac_ext
21123 cat >>conftest.$ac_ext <<_ACEOF
21124 /* end confdefs.h. */
21125 #include <sys/types.h>
21126 #ifdef HAVE_SYS_PARAM_H
21127 # include <sys/param.h>
21128 #endif
21129 #ifdef HAVE_SYS_MOUNT_H
21130 # include <sys/mount.h>
21131 #endif
21132 #ifdef HAVE_SYS_VFS_H
21133 # include <sys/vfs.h>
21134 #endif
21135 #ifdef HAVE_SYS_STATFS_H
21136 # include <sys/statfs.h>
21137 #endif
21140 main ()
21142 static struct statfs ac_aggr;
21143 if (sizeof ac_aggr.f_bavail)
21144 return 0;
21146 return 0;
21148 _ACEOF
21149 rm -f conftest.$ac_objext
21150 if { (ac_try="$ac_compile"
21151 case "(($ac_try" in
21152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21153 *) ac_try_echo=$ac_try;;
21154 esac
21155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21156 $as_echo "$ac_try_echo") >&5
21157 (eval "$ac_compile") 2>conftest.er1
21158 ac_status=$?
21159 grep -v '^ *+' conftest.er1 >conftest.err
21160 rm -f conftest.er1
21161 cat conftest.err >&5
21162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21163 (exit $ac_status); } && {
21164 test -z "$ac_c_werror_flag" ||
21165 test ! -s conftest.err
21166 } && test -s conftest.$ac_objext; then
21167 ac_cv_member_struct_statfs_f_bavail=yes
21168 else
21169 $as_echo "$as_me: failed program was:" >&5
21170 sed 's/^/| /' conftest.$ac_ext >&5
21172 ac_cv_member_struct_statfs_f_bavail=no
21175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21180 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21181 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21182 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21184 cat >>confdefs.h <<_ACEOF
21185 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21186 _ACEOF
21190 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21191 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21192 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21193 $as_echo_n "(cached) " >&6
21194 else
21195 cat >conftest.$ac_ext <<_ACEOF
21196 /* confdefs.h. */
21197 _ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h. */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SYS_PARAM_H
21203 # include <sys/param.h>
21204 #endif
21205 #ifdef HAVE_SYS_MOUNT_H
21206 # include <sys/mount.h>
21207 #endif
21208 #ifdef HAVE_SYS_VFS_H
21209 # include <sys/vfs.h>
21210 #endif
21211 #ifdef HAVE_SYS_STATFS_H
21212 # include <sys/statfs.h>
21213 #endif
21216 main ()
21218 static struct statfs ac_aggr;
21219 if (ac_aggr.f_frsize)
21220 return 0;
21222 return 0;
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229 *) ac_try_echo=$ac_try;;
21230 esac
21231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21232 $as_echo "$ac_try_echo") >&5
21233 (eval "$ac_compile") 2>conftest.er1
21234 ac_status=$?
21235 grep -v '^ *+' conftest.er1 >conftest.err
21236 rm -f conftest.er1
21237 cat conftest.err >&5
21238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21239 (exit $ac_status); } && {
21240 test -z "$ac_c_werror_flag" ||
21241 test ! -s conftest.err
21242 } && test -s conftest.$ac_objext; then
21243 ac_cv_member_struct_statfs_f_frsize=yes
21244 else
21245 $as_echo "$as_me: failed program was:" >&5
21246 sed 's/^/| /' conftest.$ac_ext >&5
21248 cat >conftest.$ac_ext <<_ACEOF
21249 /* confdefs.h. */
21250 _ACEOF
21251 cat confdefs.h >>conftest.$ac_ext
21252 cat >>conftest.$ac_ext <<_ACEOF
21253 /* end confdefs.h. */
21254 #include <sys/types.h>
21255 #ifdef HAVE_SYS_PARAM_H
21256 # include <sys/param.h>
21257 #endif
21258 #ifdef HAVE_SYS_MOUNT_H
21259 # include <sys/mount.h>
21260 #endif
21261 #ifdef HAVE_SYS_VFS_H
21262 # include <sys/vfs.h>
21263 #endif
21264 #ifdef HAVE_SYS_STATFS_H
21265 # include <sys/statfs.h>
21266 #endif
21269 main ()
21271 static struct statfs ac_aggr;
21272 if (sizeof ac_aggr.f_frsize)
21273 return 0;
21275 return 0;
21277 _ACEOF
21278 rm -f conftest.$ac_objext
21279 if { (ac_try="$ac_compile"
21280 case "(($ac_try" in
21281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21282 *) ac_try_echo=$ac_try;;
21283 esac
21284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21285 $as_echo "$ac_try_echo") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21287 ac_status=$?
21288 grep -v '^ *+' conftest.er1 >conftest.err
21289 rm -f conftest.er1
21290 cat conftest.err >&5
21291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.$ac_objext; then
21296 ac_cv_member_struct_statfs_f_frsize=yes
21297 else
21298 $as_echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21301 ac_cv_member_struct_statfs_f_frsize=no
21304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21310 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21311 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21313 cat >>confdefs.h <<_ACEOF
21314 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21315 _ACEOF
21319 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21320 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21321 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21322 $as_echo_n "(cached) " >&6
21323 else
21324 cat >conftest.$ac_ext <<_ACEOF
21325 /* confdefs.h. */
21326 _ACEOF
21327 cat confdefs.h >>conftest.$ac_ext
21328 cat >>conftest.$ac_ext <<_ACEOF
21329 /* end confdefs.h. */
21330 #include <sys/types.h>
21331 #ifdef HAVE_SYS_PARAM_H
21332 # include <sys/param.h>
21333 #endif
21334 #ifdef HAVE_SYS_MOUNT_H
21335 # include <sys/mount.h>
21336 #endif
21337 #ifdef HAVE_SYS_VFS_H
21338 # include <sys/vfs.h>
21339 #endif
21340 #ifdef HAVE_SYS_STATFS_H
21341 # include <sys/statfs.h>
21342 #endif
21345 main ()
21347 static struct statfs ac_aggr;
21348 if (ac_aggr.f_ffree)
21349 return 0;
21351 return 0;
21353 _ACEOF
21354 rm -f conftest.$ac_objext
21355 if { (ac_try="$ac_compile"
21356 case "(($ac_try" in
21357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21358 *) ac_try_echo=$ac_try;;
21359 esac
21360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21361 $as_echo "$ac_try_echo") >&5
21362 (eval "$ac_compile") 2>conftest.er1
21363 ac_status=$?
21364 grep -v '^ *+' conftest.er1 >conftest.err
21365 rm -f conftest.er1
21366 cat conftest.err >&5
21367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368 (exit $ac_status); } && {
21369 test -z "$ac_c_werror_flag" ||
21370 test ! -s conftest.err
21371 } && test -s conftest.$ac_objext; then
21372 ac_cv_member_struct_statfs_f_ffree=yes
21373 else
21374 $as_echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21377 cat >conftest.$ac_ext <<_ACEOF
21378 /* confdefs.h. */
21379 _ACEOF
21380 cat confdefs.h >>conftest.$ac_ext
21381 cat >>conftest.$ac_ext <<_ACEOF
21382 /* end confdefs.h. */
21383 #include <sys/types.h>
21384 #ifdef HAVE_SYS_PARAM_H
21385 # include <sys/param.h>
21386 #endif
21387 #ifdef HAVE_SYS_MOUNT_H
21388 # include <sys/mount.h>
21389 #endif
21390 #ifdef HAVE_SYS_VFS_H
21391 # include <sys/vfs.h>
21392 #endif
21393 #ifdef HAVE_SYS_STATFS_H
21394 # include <sys/statfs.h>
21395 #endif
21398 main ()
21400 static struct statfs ac_aggr;
21401 if (sizeof ac_aggr.f_ffree)
21402 return 0;
21404 return 0;
21406 _ACEOF
21407 rm -f conftest.$ac_objext
21408 if { (ac_try="$ac_compile"
21409 case "(($ac_try" in
21410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21411 *) ac_try_echo=$ac_try;;
21412 esac
21413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21414 $as_echo "$ac_try_echo") >&5
21415 (eval "$ac_compile") 2>conftest.er1
21416 ac_status=$?
21417 grep -v '^ *+' conftest.er1 >conftest.err
21418 rm -f conftest.er1
21419 cat conftest.err >&5
21420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21421 (exit $ac_status); } && {
21422 test -z "$ac_c_werror_flag" ||
21423 test ! -s conftest.err
21424 } && test -s conftest.$ac_objext; then
21425 ac_cv_member_struct_statfs_f_ffree=yes
21426 else
21427 $as_echo "$as_me: failed program was:" >&5
21428 sed 's/^/| /' conftest.$ac_ext >&5
21430 ac_cv_member_struct_statfs_f_ffree=no
21433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21439 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21440 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21442 cat >>confdefs.h <<_ACEOF
21443 #define HAVE_STRUCT_STATFS_F_FFREE 1
21444 _ACEOF
21448 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21449 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21450 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21451 $as_echo_n "(cached) " >&6
21452 else
21453 cat >conftest.$ac_ext <<_ACEOF
21454 /* confdefs.h. */
21455 _ACEOF
21456 cat confdefs.h >>conftest.$ac_ext
21457 cat >>conftest.$ac_ext <<_ACEOF
21458 /* end confdefs.h. */
21459 #include <sys/types.h>
21460 #ifdef HAVE_SYS_PARAM_H
21461 # include <sys/param.h>
21462 #endif
21463 #ifdef HAVE_SYS_MOUNT_H
21464 # include <sys/mount.h>
21465 #endif
21466 #ifdef HAVE_SYS_VFS_H
21467 # include <sys/vfs.h>
21468 #endif
21469 #ifdef HAVE_SYS_STATFS_H
21470 # include <sys/statfs.h>
21471 #endif
21474 main ()
21476 static struct statfs ac_aggr;
21477 if (ac_aggr.f_favail)
21478 return 0;
21480 return 0;
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (ac_try="$ac_compile"
21485 case "(($ac_try" in
21486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21487 *) ac_try_echo=$ac_try;;
21488 esac
21489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21490 $as_echo "$ac_try_echo") >&5
21491 (eval "$ac_compile") 2>conftest.er1
21492 ac_status=$?
21493 grep -v '^ *+' conftest.er1 >conftest.err
21494 rm -f conftest.er1
21495 cat conftest.err >&5
21496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); } && {
21498 test -z "$ac_c_werror_flag" ||
21499 test ! -s conftest.err
21500 } && test -s conftest.$ac_objext; then
21501 ac_cv_member_struct_statfs_f_favail=yes
21502 else
21503 $as_echo "$as_me: failed program was:" >&5
21504 sed 's/^/| /' conftest.$ac_ext >&5
21506 cat >conftest.$ac_ext <<_ACEOF
21507 /* confdefs.h. */
21508 _ACEOF
21509 cat confdefs.h >>conftest.$ac_ext
21510 cat >>conftest.$ac_ext <<_ACEOF
21511 /* end confdefs.h. */
21512 #include <sys/types.h>
21513 #ifdef HAVE_SYS_PARAM_H
21514 # include <sys/param.h>
21515 #endif
21516 #ifdef HAVE_SYS_MOUNT_H
21517 # include <sys/mount.h>
21518 #endif
21519 #ifdef HAVE_SYS_VFS_H
21520 # include <sys/vfs.h>
21521 #endif
21522 #ifdef HAVE_SYS_STATFS_H
21523 # include <sys/statfs.h>
21524 #endif
21527 main ()
21529 static struct statfs ac_aggr;
21530 if (sizeof ac_aggr.f_favail)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21543 $as_echo "$ac_try_echo") >&5
21544 (eval "$ac_compile") 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } && {
21551 test -z "$ac_c_werror_flag" ||
21552 test ! -s conftest.err
21553 } && test -s conftest.$ac_objext; then
21554 ac_cv_member_struct_statfs_f_favail=yes
21555 else
21556 $as_echo "$as_me: failed program was:" >&5
21557 sed 's/^/| /' conftest.$ac_ext >&5
21559 ac_cv_member_struct_statfs_f_favail=no
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21568 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21569 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21571 cat >>confdefs.h <<_ACEOF
21572 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21573 _ACEOF
21577 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21578 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21579 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21580 $as_echo_n "(cached) " >&6
21581 else
21582 cat >conftest.$ac_ext <<_ACEOF
21583 /* confdefs.h. */
21584 _ACEOF
21585 cat confdefs.h >>conftest.$ac_ext
21586 cat >>conftest.$ac_ext <<_ACEOF
21587 /* end confdefs.h. */
21588 #include <sys/types.h>
21589 #ifdef HAVE_SYS_PARAM_H
21590 # include <sys/param.h>
21591 #endif
21592 #ifdef HAVE_SYS_MOUNT_H
21593 # include <sys/mount.h>
21594 #endif
21595 #ifdef HAVE_SYS_VFS_H
21596 # include <sys/vfs.h>
21597 #endif
21598 #ifdef HAVE_SYS_STATFS_H
21599 # include <sys/statfs.h>
21600 #endif
21603 main ()
21605 static struct statfs ac_aggr;
21606 if (ac_aggr.f_namelen)
21607 return 0;
21609 return 0;
21611 _ACEOF
21612 rm -f conftest.$ac_objext
21613 if { (ac_try="$ac_compile"
21614 case "(($ac_try" in
21615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21616 *) ac_try_echo=$ac_try;;
21617 esac
21618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21619 $as_echo "$ac_try_echo") >&5
21620 (eval "$ac_compile") 2>conftest.er1
21621 ac_status=$?
21622 grep -v '^ *+' conftest.er1 >conftest.err
21623 rm -f conftest.er1
21624 cat conftest.err >&5
21625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626 (exit $ac_status); } && {
21627 test -z "$ac_c_werror_flag" ||
21628 test ! -s conftest.err
21629 } && test -s conftest.$ac_objext; then
21630 ac_cv_member_struct_statfs_f_namelen=yes
21631 else
21632 $as_echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21635 cat >conftest.$ac_ext <<_ACEOF
21636 /* confdefs.h. */
21637 _ACEOF
21638 cat confdefs.h >>conftest.$ac_ext
21639 cat >>conftest.$ac_ext <<_ACEOF
21640 /* end confdefs.h. */
21641 #include <sys/types.h>
21642 #ifdef HAVE_SYS_PARAM_H
21643 # include <sys/param.h>
21644 #endif
21645 #ifdef HAVE_SYS_MOUNT_H
21646 # include <sys/mount.h>
21647 #endif
21648 #ifdef HAVE_SYS_VFS_H
21649 # include <sys/vfs.h>
21650 #endif
21651 #ifdef HAVE_SYS_STATFS_H
21652 # include <sys/statfs.h>
21653 #endif
21656 main ()
21658 static struct statfs ac_aggr;
21659 if (sizeof ac_aggr.f_namelen)
21660 return 0;
21662 return 0;
21664 _ACEOF
21665 rm -f conftest.$ac_objext
21666 if { (ac_try="$ac_compile"
21667 case "(($ac_try" in
21668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21669 *) ac_try_echo=$ac_try;;
21670 esac
21671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21672 $as_echo "$ac_try_echo") >&5
21673 (eval "$ac_compile") 2>conftest.er1
21674 ac_status=$?
21675 grep -v '^ *+' conftest.er1 >conftest.err
21676 rm -f conftest.er1
21677 cat conftest.err >&5
21678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679 (exit $ac_status); } && {
21680 test -z "$ac_c_werror_flag" ||
21681 test ! -s conftest.err
21682 } && test -s conftest.$ac_objext; then
21683 ac_cv_member_struct_statfs_f_namelen=yes
21684 else
21685 $as_echo "$as_me: failed program was:" >&5
21686 sed 's/^/| /' conftest.$ac_ext >&5
21688 ac_cv_member_struct_statfs_f_namelen=no
21691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21696 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21697 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21698 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21700 cat >>confdefs.h <<_ACEOF
21701 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21702 _ACEOF
21708 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21709 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21710 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21711 $as_echo_n "(cached) " >&6
21712 else
21713 cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h. */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21719 #ifdef HAVE_SYS_STATVFS_H
21720 #include <sys/statvfs.h>
21721 #endif
21724 main ()
21726 static struct statvfs ac_aggr;
21727 if (ac_aggr.f_blocks)
21728 return 0;
21730 return 0;
21732 _ACEOF
21733 rm -f conftest.$ac_objext
21734 if { (ac_try="$ac_compile"
21735 case "(($ac_try" in
21736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21737 *) ac_try_echo=$ac_try;;
21738 esac
21739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21740 $as_echo "$ac_try_echo") >&5
21741 (eval "$ac_compile") 2>conftest.er1
21742 ac_status=$?
21743 grep -v '^ *+' conftest.er1 >conftest.err
21744 rm -f conftest.er1
21745 cat conftest.err >&5
21746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21747 (exit $ac_status); } && {
21748 test -z "$ac_c_werror_flag" ||
21749 test ! -s conftest.err
21750 } && test -s conftest.$ac_objext; then
21751 ac_cv_member_struct_statvfs_f_blocks=yes
21752 else
21753 $as_echo "$as_me: failed program was:" >&5
21754 sed 's/^/| /' conftest.$ac_ext >&5
21756 cat >conftest.$ac_ext <<_ACEOF
21757 /* confdefs.h. */
21758 _ACEOF
21759 cat confdefs.h >>conftest.$ac_ext
21760 cat >>conftest.$ac_ext <<_ACEOF
21761 /* end confdefs.h. */
21762 #ifdef HAVE_SYS_STATVFS_H
21763 #include <sys/statvfs.h>
21764 #endif
21767 main ()
21769 static struct statvfs ac_aggr;
21770 if (sizeof ac_aggr.f_blocks)
21771 return 0;
21773 return 0;
21775 _ACEOF
21776 rm -f conftest.$ac_objext
21777 if { (ac_try="$ac_compile"
21778 case "(($ac_try" in
21779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21780 *) ac_try_echo=$ac_try;;
21781 esac
21782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21783 $as_echo "$ac_try_echo") >&5
21784 (eval "$ac_compile") 2>conftest.er1
21785 ac_status=$?
21786 grep -v '^ *+' conftest.er1 >conftest.err
21787 rm -f conftest.er1
21788 cat conftest.err >&5
21789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); } && {
21791 test -z "$ac_c_werror_flag" ||
21792 test ! -s conftest.err
21793 } && test -s conftest.$ac_objext; then
21794 ac_cv_member_struct_statvfs_f_blocks=yes
21795 else
21796 $as_echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21799 ac_cv_member_struct_statvfs_f_blocks=no
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21808 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21809 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21811 cat >>confdefs.h <<_ACEOF
21812 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21813 _ACEOF
21819 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21820 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21821 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21822 $as_echo_n "(cached) " >&6
21823 else
21824 cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h. */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h. */
21830 #include <sys/types.h>
21831 #ifdef HAVE_SYS_SOCKET_H
21832 # include <sys/socket.h>
21833 #endif
21834 #ifdef HAVE_SYS_UN_H
21835 # include <sys/un.h>
21836 #endif
21839 main ()
21841 static struct msghdr ac_aggr;
21842 if (ac_aggr.msg_accrights)
21843 return 0;
21845 return 0;
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852 *) ac_try_echo=$ac_try;;
21853 esac
21854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21855 $as_echo "$ac_try_echo") >&5
21856 (eval "$ac_compile") 2>conftest.er1
21857 ac_status=$?
21858 grep -v '^ *+' conftest.er1 >conftest.err
21859 rm -f conftest.er1
21860 cat conftest.err >&5
21861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862 (exit $ac_status); } && {
21863 test -z "$ac_c_werror_flag" ||
21864 test ! -s conftest.err
21865 } && test -s conftest.$ac_objext; then
21866 ac_cv_member_struct_msghdr_msg_accrights=yes
21867 else
21868 $as_echo "$as_me: failed program was:" >&5
21869 sed 's/^/| /' conftest.$ac_ext >&5
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 #include <sys/types.h>
21878 #ifdef HAVE_SYS_SOCKET_H
21879 # include <sys/socket.h>
21880 #endif
21881 #ifdef HAVE_SYS_UN_H
21882 # include <sys/un.h>
21883 #endif
21886 main ()
21888 static struct msghdr ac_aggr;
21889 if (sizeof ac_aggr.msg_accrights)
21890 return 0;
21892 return 0;
21894 _ACEOF
21895 rm -f conftest.$ac_objext
21896 if { (ac_try="$ac_compile"
21897 case "(($ac_try" in
21898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21899 *) ac_try_echo=$ac_try;;
21900 esac
21901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21902 $as_echo "$ac_try_echo") >&5
21903 (eval "$ac_compile") 2>conftest.er1
21904 ac_status=$?
21905 grep -v '^ *+' conftest.er1 >conftest.err
21906 rm -f conftest.er1
21907 cat conftest.err >&5
21908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909 (exit $ac_status); } && {
21910 test -z "$ac_c_werror_flag" ||
21911 test ! -s conftest.err
21912 } && test -s conftest.$ac_objext; then
21913 ac_cv_member_struct_msghdr_msg_accrights=yes
21914 else
21915 $as_echo "$as_me: failed program was:" >&5
21916 sed 's/^/| /' conftest.$ac_ext >&5
21918 ac_cv_member_struct_msghdr_msg_accrights=no
21921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21927 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21928 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21930 cat >>confdefs.h <<_ACEOF
21931 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21932 _ACEOF
21936 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21937 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21938 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21939 $as_echo_n "(cached) " >&6
21940 else
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 #include <sys/types.h>
21948 #ifdef HAVE_SYS_SOCKET_H
21949 # include <sys/socket.h>
21950 #endif
21951 #ifdef HAVE_SYS_UN_H
21952 # include <sys/un.h>
21953 #endif
21956 main ()
21958 static struct sockaddr ac_aggr;
21959 if (ac_aggr.sa_len)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21972 $as_echo "$ac_try_echo") >&5
21973 (eval "$ac_compile") 2>conftest.er1
21974 ac_status=$?
21975 grep -v '^ *+' conftest.er1 >conftest.err
21976 rm -f conftest.er1
21977 cat conftest.err >&5
21978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979 (exit $ac_status); } && {
21980 test -z "$ac_c_werror_flag" ||
21981 test ! -s conftest.err
21982 } && test -s conftest.$ac_objext; then
21983 ac_cv_member_struct_sockaddr_sa_len=yes
21984 else
21985 $as_echo "$as_me: failed program was:" >&5
21986 sed 's/^/| /' conftest.$ac_ext >&5
21988 cat >conftest.$ac_ext <<_ACEOF
21989 /* confdefs.h. */
21990 _ACEOF
21991 cat confdefs.h >>conftest.$ac_ext
21992 cat >>conftest.$ac_ext <<_ACEOF
21993 /* end confdefs.h. */
21994 #include <sys/types.h>
21995 #ifdef HAVE_SYS_SOCKET_H
21996 # include <sys/socket.h>
21997 #endif
21998 #ifdef HAVE_SYS_UN_H
21999 # include <sys/un.h>
22000 #endif
22003 main ()
22005 static struct sockaddr ac_aggr;
22006 if (sizeof ac_aggr.sa_len)
22007 return 0;
22009 return 0;
22011 _ACEOF
22012 rm -f conftest.$ac_objext
22013 if { (ac_try="$ac_compile"
22014 case "(($ac_try" in
22015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016 *) ac_try_echo=$ac_try;;
22017 esac
22018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22019 $as_echo "$ac_try_echo") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_struct_sockaddr_sa_len=yes
22031 else
22032 $as_echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_member_struct_sockaddr_sa_len=no
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22044 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22045 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22049 _ACEOF
22053 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22054 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22055 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22056 $as_echo_n "(cached) " >&6
22057 else
22058 cat >conftest.$ac_ext <<_ACEOF
22059 /* confdefs.h. */
22060 _ACEOF
22061 cat confdefs.h >>conftest.$ac_ext
22062 cat >>conftest.$ac_ext <<_ACEOF
22063 /* end confdefs.h. */
22064 #include <sys/types.h>
22065 #ifdef HAVE_SYS_SOCKET_H
22066 # include <sys/socket.h>
22067 #endif
22068 #ifdef HAVE_SYS_UN_H
22069 # include <sys/un.h>
22070 #endif
22073 main ()
22075 static struct sockaddr_un ac_aggr;
22076 if (ac_aggr.sun_len)
22077 return 0;
22079 return 0;
22081 _ACEOF
22082 rm -f conftest.$ac_objext
22083 if { (ac_try="$ac_compile"
22084 case "(($ac_try" in
22085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22086 *) ac_try_echo=$ac_try;;
22087 esac
22088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22089 $as_echo "$ac_try_echo") >&5
22090 (eval "$ac_compile") 2>conftest.er1
22091 ac_status=$?
22092 grep -v '^ *+' conftest.er1 >conftest.err
22093 rm -f conftest.er1
22094 cat conftest.err >&5
22095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22096 (exit $ac_status); } && {
22097 test -z "$ac_c_werror_flag" ||
22098 test ! -s conftest.err
22099 } && test -s conftest.$ac_objext; then
22100 ac_cv_member_struct_sockaddr_un_sun_len=yes
22101 else
22102 $as_echo "$as_me: failed program was:" >&5
22103 sed 's/^/| /' conftest.$ac_ext >&5
22105 cat >conftest.$ac_ext <<_ACEOF
22106 /* confdefs.h. */
22107 _ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h. */
22111 #include <sys/types.h>
22112 #ifdef HAVE_SYS_SOCKET_H
22113 # include <sys/socket.h>
22114 #endif
22115 #ifdef HAVE_SYS_UN_H
22116 # include <sys/un.h>
22117 #endif
22120 main ()
22122 static struct sockaddr_un ac_aggr;
22123 if (sizeof ac_aggr.sun_len)
22124 return 0;
22126 return 0;
22128 _ACEOF
22129 rm -f conftest.$ac_objext
22130 if { (ac_try="$ac_compile"
22131 case "(($ac_try" in
22132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133 *) ac_try_echo=$ac_try;;
22134 esac
22135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22136 $as_echo "$ac_try_echo") >&5
22137 (eval "$ac_compile") 2>conftest.er1
22138 ac_status=$?
22139 grep -v '^ *+' conftest.er1 >conftest.err
22140 rm -f conftest.er1
22141 cat conftest.err >&5
22142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143 (exit $ac_status); } && {
22144 test -z "$ac_c_werror_flag" ||
22145 test ! -s conftest.err
22146 } && test -s conftest.$ac_objext; then
22147 ac_cv_member_struct_sockaddr_un_sun_len=yes
22148 else
22149 $as_echo "$as_me: failed program was:" >&5
22150 sed 's/^/| /' conftest.$ac_ext >&5
22152 ac_cv_member_struct_sockaddr_un_sun_len=no
22155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22161 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22162 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22164 cat >>confdefs.h <<_ACEOF
22165 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22166 _ACEOF
22172 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22173 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22174 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22175 $as_echo_n "(cached) " >&6
22176 else
22177 cat >conftest.$ac_ext <<_ACEOF
22178 /* confdefs.h. */
22179 _ACEOF
22180 cat confdefs.h >>conftest.$ac_ext
22181 cat >>conftest.$ac_ext <<_ACEOF
22182 /* end confdefs.h. */
22183 #include <sys/types.h>
22184 #ifdef HAVE_SCSI_SG_H
22185 #include <scsi/sg.h>
22186 #endif
22189 main ()
22191 static scsireq_t ac_aggr;
22192 if (ac_aggr.cmd)
22193 return 0;
22195 return 0;
22197 _ACEOF
22198 rm -f conftest.$ac_objext
22199 if { (ac_try="$ac_compile"
22200 case "(($ac_try" in
22201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22202 *) ac_try_echo=$ac_try;;
22203 esac
22204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22205 $as_echo "$ac_try_echo") >&5
22206 (eval "$ac_compile") 2>conftest.er1
22207 ac_status=$?
22208 grep -v '^ *+' conftest.er1 >conftest.err
22209 rm -f conftest.er1
22210 cat conftest.err >&5
22211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212 (exit $ac_status); } && {
22213 test -z "$ac_c_werror_flag" ||
22214 test ! -s conftest.err
22215 } && test -s conftest.$ac_objext; then
22216 ac_cv_member_scsireq_t_cmd=yes
22217 else
22218 $as_echo "$as_me: failed program was:" >&5
22219 sed 's/^/| /' conftest.$ac_ext >&5
22221 cat >conftest.$ac_ext <<_ACEOF
22222 /* confdefs.h. */
22223 _ACEOF
22224 cat confdefs.h >>conftest.$ac_ext
22225 cat >>conftest.$ac_ext <<_ACEOF
22226 /* end confdefs.h. */
22227 #include <sys/types.h>
22228 #ifdef HAVE_SCSI_SG_H
22229 #include <scsi/sg.h>
22230 #endif
22233 main ()
22235 static scsireq_t ac_aggr;
22236 if (sizeof ac_aggr.cmd)
22237 return 0;
22239 return 0;
22241 _ACEOF
22242 rm -f conftest.$ac_objext
22243 if { (ac_try="$ac_compile"
22244 case "(($ac_try" in
22245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22246 *) ac_try_echo=$ac_try;;
22247 esac
22248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22249 $as_echo "$ac_try_echo") >&5
22250 (eval "$ac_compile") 2>conftest.er1
22251 ac_status=$?
22252 grep -v '^ *+' conftest.er1 >conftest.err
22253 rm -f conftest.er1
22254 cat conftest.err >&5
22255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256 (exit $ac_status); } && {
22257 test -z "$ac_c_werror_flag" ||
22258 test ! -s conftest.err
22259 } && test -s conftest.$ac_objext; then
22260 ac_cv_member_scsireq_t_cmd=yes
22261 else
22262 $as_echo "$as_me: failed program was:" >&5
22263 sed 's/^/| /' conftest.$ac_ext >&5
22265 ac_cv_member_scsireq_t_cmd=no
22268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22273 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22274 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22275 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22277 cat >>confdefs.h <<_ACEOF
22278 #define HAVE_SCSIREQ_T_CMD 1
22279 _ACEOF
22283 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22284 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22285 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22286 $as_echo_n "(cached) " >&6
22287 else
22288 cat >conftest.$ac_ext <<_ACEOF
22289 /* confdefs.h. */
22290 _ACEOF
22291 cat confdefs.h >>conftest.$ac_ext
22292 cat >>conftest.$ac_ext <<_ACEOF
22293 /* end confdefs.h. */
22294 #include <sys/types.h>
22295 #ifdef HAVE_SCSI_SG_H
22296 #include <scsi/sg.h>
22297 #endif
22300 main ()
22302 static sg_io_hdr_t ac_aggr;
22303 if (ac_aggr.interface_id)
22304 return 0;
22306 return 0;
22308 _ACEOF
22309 rm -f conftest.$ac_objext
22310 if { (ac_try="$ac_compile"
22311 case "(($ac_try" in
22312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22313 *) ac_try_echo=$ac_try;;
22314 esac
22315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22316 $as_echo "$ac_try_echo") >&5
22317 (eval "$ac_compile") 2>conftest.er1
22318 ac_status=$?
22319 grep -v '^ *+' conftest.er1 >conftest.err
22320 rm -f conftest.er1
22321 cat conftest.err >&5
22322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22323 (exit $ac_status); } && {
22324 test -z "$ac_c_werror_flag" ||
22325 test ! -s conftest.err
22326 } && test -s conftest.$ac_objext; then
22327 ac_cv_member_sg_io_hdr_t_interface_id=yes
22328 else
22329 $as_echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 #include <sys/types.h>
22339 #ifdef HAVE_SCSI_SG_H
22340 #include <scsi/sg.h>
22341 #endif
22344 main ()
22346 static sg_io_hdr_t ac_aggr;
22347 if (sizeof ac_aggr.interface_id)
22348 return 0;
22350 return 0;
22352 _ACEOF
22353 rm -f conftest.$ac_objext
22354 if { (ac_try="$ac_compile"
22355 case "(($ac_try" in
22356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22357 *) ac_try_echo=$ac_try;;
22358 esac
22359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22360 $as_echo "$ac_try_echo") >&5
22361 (eval "$ac_compile") 2>conftest.er1
22362 ac_status=$?
22363 grep -v '^ *+' conftest.er1 >conftest.err
22364 rm -f conftest.er1
22365 cat conftest.err >&5
22366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367 (exit $ac_status); } && {
22368 test -z "$ac_c_werror_flag" ||
22369 test ! -s conftest.err
22370 } && test -s conftest.$ac_objext; then
22371 ac_cv_member_sg_io_hdr_t_interface_id=yes
22372 else
22373 $as_echo "$as_me: failed program was:" >&5
22374 sed 's/^/| /' conftest.$ac_ext >&5
22376 ac_cv_member_sg_io_hdr_t_interface_id=no
22379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22384 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22385 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22386 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22388 cat >>confdefs.h <<_ACEOF
22389 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22390 _ACEOF
22396 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22397 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22398 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22399 $as_echo_n "(cached) " >&6
22400 else
22401 cat >conftest.$ac_ext <<_ACEOF
22402 /* confdefs.h. */
22403 _ACEOF
22404 cat confdefs.h >>conftest.$ac_ext
22405 cat >>conftest.$ac_ext <<_ACEOF
22406 /* end confdefs.h. */
22407 #include <signal.h>
22410 main ()
22412 static siginfo_t ac_aggr;
22413 if (ac_aggr.si_fd)
22414 return 0;
22416 return 0;
22418 _ACEOF
22419 rm -f conftest.$ac_objext
22420 if { (ac_try="$ac_compile"
22421 case "(($ac_try" in
22422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22423 *) ac_try_echo=$ac_try;;
22424 esac
22425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22426 $as_echo "$ac_try_echo") >&5
22427 (eval "$ac_compile") 2>conftest.er1
22428 ac_status=$?
22429 grep -v '^ *+' conftest.er1 >conftest.err
22430 rm -f conftest.er1
22431 cat conftest.err >&5
22432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22433 (exit $ac_status); } && {
22434 test -z "$ac_c_werror_flag" ||
22435 test ! -s conftest.err
22436 } && test -s conftest.$ac_objext; then
22437 ac_cv_member_siginfo_t_si_fd=yes
22438 else
22439 $as_echo "$as_me: failed program was:" >&5
22440 sed 's/^/| /' conftest.$ac_ext >&5
22442 cat >conftest.$ac_ext <<_ACEOF
22443 /* confdefs.h. */
22444 _ACEOF
22445 cat confdefs.h >>conftest.$ac_ext
22446 cat >>conftest.$ac_ext <<_ACEOF
22447 /* end confdefs.h. */
22448 #include <signal.h>
22451 main ()
22453 static siginfo_t ac_aggr;
22454 if (sizeof ac_aggr.si_fd)
22455 return 0;
22457 return 0;
22459 _ACEOF
22460 rm -f conftest.$ac_objext
22461 if { (ac_try="$ac_compile"
22462 case "(($ac_try" in
22463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22464 *) ac_try_echo=$ac_try;;
22465 esac
22466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22467 $as_echo "$ac_try_echo") >&5
22468 (eval "$ac_compile") 2>conftest.er1
22469 ac_status=$?
22470 grep -v '^ *+' conftest.er1 >conftest.err
22471 rm -f conftest.er1
22472 cat conftest.err >&5
22473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22474 (exit $ac_status); } && {
22475 test -z "$ac_c_werror_flag" ||
22476 test ! -s conftest.err
22477 } && test -s conftest.$ac_objext; then
22478 ac_cv_member_siginfo_t_si_fd=yes
22479 else
22480 $as_echo "$as_me: failed program was:" >&5
22481 sed 's/^/| /' conftest.$ac_ext >&5
22483 ac_cv_member_siginfo_t_si_fd=no
22486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22491 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22492 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22493 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22495 cat >>confdefs.h <<_ACEOF
22496 #define HAVE_SIGINFO_T_SI_FD 1
22497 _ACEOF
22503 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22504 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22505 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22506 $as_echo_n "(cached) " >&6
22507 else
22508 cat >conftest.$ac_ext <<_ACEOF
22509 /* confdefs.h. */
22510 _ACEOF
22511 cat confdefs.h >>conftest.$ac_ext
22512 cat >>conftest.$ac_ext <<_ACEOF
22513 /* end confdefs.h. */
22514 #include <sys/types.h>
22515 #ifdef HAVE_SYS_MTIO_H
22516 #include <sys/mtio.h>
22517 #endif
22520 main ()
22522 static struct mtget ac_aggr;
22523 if (ac_aggr.mt_blksiz)
22524 return 0;
22526 return 0;
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (ac_try="$ac_compile"
22531 case "(($ac_try" in
22532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22533 *) ac_try_echo=$ac_try;;
22534 esac
22535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22536 $as_echo "$ac_try_echo") >&5
22537 (eval "$ac_compile") 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } && {
22544 test -z "$ac_c_werror_flag" ||
22545 test ! -s conftest.err
22546 } && test -s conftest.$ac_objext; then
22547 ac_cv_member_struct_mtget_mt_blksiz=yes
22548 else
22549 $as_echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22552 cat >conftest.$ac_ext <<_ACEOF
22553 /* confdefs.h. */
22554 _ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h. */
22558 #include <sys/types.h>
22559 #ifdef HAVE_SYS_MTIO_H
22560 #include <sys/mtio.h>
22561 #endif
22564 main ()
22566 static struct mtget ac_aggr;
22567 if (sizeof ac_aggr.mt_blksiz)
22568 return 0;
22570 return 0;
22572 _ACEOF
22573 rm -f conftest.$ac_objext
22574 if { (ac_try="$ac_compile"
22575 case "(($ac_try" in
22576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22577 *) ac_try_echo=$ac_try;;
22578 esac
22579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22580 $as_echo "$ac_try_echo") >&5
22581 (eval "$ac_compile") 2>conftest.er1
22582 ac_status=$?
22583 grep -v '^ *+' conftest.er1 >conftest.err
22584 rm -f conftest.er1
22585 cat conftest.err >&5
22586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22587 (exit $ac_status); } && {
22588 test -z "$ac_c_werror_flag" ||
22589 test ! -s conftest.err
22590 } && test -s conftest.$ac_objext; then
22591 ac_cv_member_struct_mtget_mt_blksiz=yes
22592 else
22593 $as_echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.$ac_ext >&5
22596 ac_cv_member_struct_mtget_mt_blksiz=no
22599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22604 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22605 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22606 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22608 cat >>confdefs.h <<_ACEOF
22609 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22610 _ACEOF
22614 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22615 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22616 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22617 $as_echo_n "(cached) " >&6
22618 else
22619 cat >conftest.$ac_ext <<_ACEOF
22620 /* confdefs.h. */
22621 _ACEOF
22622 cat confdefs.h >>conftest.$ac_ext
22623 cat >>conftest.$ac_ext <<_ACEOF
22624 /* end confdefs.h. */
22625 #include <sys/types.h>
22626 #ifdef HAVE_SYS_MTIO_H
22627 #include <sys/mtio.h>
22628 #endif
22631 main ()
22633 static struct mtget ac_aggr;
22634 if (ac_aggr.mt_gstat)
22635 return 0;
22637 return 0;
22639 _ACEOF
22640 rm -f conftest.$ac_objext
22641 if { (ac_try="$ac_compile"
22642 case "(($ac_try" in
22643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22644 *) ac_try_echo=$ac_try;;
22645 esac
22646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22647 $as_echo "$ac_try_echo") >&5
22648 (eval "$ac_compile") 2>conftest.er1
22649 ac_status=$?
22650 grep -v '^ *+' conftest.er1 >conftest.err
22651 rm -f conftest.er1
22652 cat conftest.err >&5
22653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); } && {
22655 test -z "$ac_c_werror_flag" ||
22656 test ! -s conftest.err
22657 } && test -s conftest.$ac_objext; then
22658 ac_cv_member_struct_mtget_mt_gstat=yes
22659 else
22660 $as_echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22663 cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669 #include <sys/types.h>
22670 #ifdef HAVE_SYS_MTIO_H
22671 #include <sys/mtio.h>
22672 #endif
22675 main ()
22677 static struct mtget ac_aggr;
22678 if (sizeof ac_aggr.mt_gstat)
22679 return 0;
22681 return 0;
22683 _ACEOF
22684 rm -f conftest.$ac_objext
22685 if { (ac_try="$ac_compile"
22686 case "(($ac_try" in
22687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22688 *) ac_try_echo=$ac_try;;
22689 esac
22690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22691 $as_echo "$ac_try_echo") >&5
22692 (eval "$ac_compile") 2>conftest.er1
22693 ac_status=$?
22694 grep -v '^ *+' conftest.er1 >conftest.err
22695 rm -f conftest.er1
22696 cat conftest.err >&5
22697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22698 (exit $ac_status); } && {
22699 test -z "$ac_c_werror_flag" ||
22700 test ! -s conftest.err
22701 } && test -s conftest.$ac_objext; then
22702 ac_cv_member_struct_mtget_mt_gstat=yes
22703 else
22704 $as_echo "$as_me: failed program was:" >&5
22705 sed 's/^/| /' conftest.$ac_ext >&5
22707 ac_cv_member_struct_mtget_mt_gstat=no
22710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22715 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22716 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22717 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22719 cat >>confdefs.h <<_ACEOF
22720 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22721 _ACEOF
22725 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22726 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22727 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22728 $as_echo_n "(cached) " >&6
22729 else
22730 cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h. */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h. */
22736 #include <sys/types.h>
22737 #ifdef HAVE_SYS_MTIO_H
22738 #include <sys/mtio.h>
22739 #endif
22742 main ()
22744 static struct mtget ac_aggr;
22745 if (ac_aggr.mt_blkno)
22746 return 0;
22748 return 0;
22750 _ACEOF
22751 rm -f conftest.$ac_objext
22752 if { (ac_try="$ac_compile"
22753 case "(($ac_try" in
22754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22756 esac
22757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22758 $as_echo "$ac_try_echo") >&5
22759 (eval "$ac_compile") 2>conftest.er1
22760 ac_status=$?
22761 grep -v '^ *+' conftest.er1 >conftest.err
22762 rm -f conftest.er1
22763 cat conftest.err >&5
22764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765 (exit $ac_status); } && {
22766 test -z "$ac_c_werror_flag" ||
22767 test ! -s conftest.err
22768 } && test -s conftest.$ac_objext; then
22769 ac_cv_member_struct_mtget_mt_blkno=yes
22770 else
22771 $as_echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 cat >conftest.$ac_ext <<_ACEOF
22775 /* confdefs.h. */
22776 _ACEOF
22777 cat confdefs.h >>conftest.$ac_ext
22778 cat >>conftest.$ac_ext <<_ACEOF
22779 /* end confdefs.h. */
22780 #include <sys/types.h>
22781 #ifdef HAVE_SYS_MTIO_H
22782 #include <sys/mtio.h>
22783 #endif
22786 main ()
22788 static struct mtget ac_aggr;
22789 if (sizeof ac_aggr.mt_blkno)
22790 return 0;
22792 return 0;
22794 _ACEOF
22795 rm -f conftest.$ac_objext
22796 if { (ac_try="$ac_compile"
22797 case "(($ac_try" in
22798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22799 *) ac_try_echo=$ac_try;;
22800 esac
22801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22802 $as_echo "$ac_try_echo") >&5
22803 (eval "$ac_compile") 2>conftest.er1
22804 ac_status=$?
22805 grep -v '^ *+' conftest.er1 >conftest.err
22806 rm -f conftest.er1
22807 cat conftest.err >&5
22808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22809 (exit $ac_status); } && {
22810 test -z "$ac_c_werror_flag" ||
22811 test ! -s conftest.err
22812 } && test -s conftest.$ac_objext; then
22813 ac_cv_member_struct_mtget_mt_blkno=yes
22814 else
22815 $as_echo "$as_me: failed program was:" >&5
22816 sed 's/^/| /' conftest.$ac_ext >&5
22818 ac_cv_member_struct_mtget_mt_blkno=no
22821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22826 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22827 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22828 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22830 cat >>confdefs.h <<_ACEOF
22831 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22832 _ACEOF
22838 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22839 $as_echo_n "checking for struct option.name... " >&6; }
22840 if test "${ac_cv_member_struct_option_name+set}" = set; then
22841 $as_echo_n "(cached) " >&6
22842 else
22843 cat >conftest.$ac_ext <<_ACEOF
22844 /* confdefs.h. */
22845 _ACEOF
22846 cat confdefs.h >>conftest.$ac_ext
22847 cat >>conftest.$ac_ext <<_ACEOF
22848 /* end confdefs.h. */
22849 #ifdef HAVE_GETOPT_H
22850 #include <getopt.h>
22851 #endif
22854 main ()
22856 static struct option ac_aggr;
22857 if (ac_aggr.name)
22858 return 0;
22860 return 0;
22862 _ACEOF
22863 rm -f conftest.$ac_objext
22864 if { (ac_try="$ac_compile"
22865 case "(($ac_try" in
22866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22867 *) ac_try_echo=$ac_try;;
22868 esac
22869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22870 $as_echo "$ac_try_echo") >&5
22871 (eval "$ac_compile") 2>conftest.er1
22872 ac_status=$?
22873 grep -v '^ *+' conftest.er1 >conftest.err
22874 rm -f conftest.er1
22875 cat conftest.err >&5
22876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22877 (exit $ac_status); } && {
22878 test -z "$ac_c_werror_flag" ||
22879 test ! -s conftest.err
22880 } && test -s conftest.$ac_objext; then
22881 ac_cv_member_struct_option_name=yes
22882 else
22883 $as_echo "$as_me: failed program was:" >&5
22884 sed 's/^/| /' conftest.$ac_ext >&5
22886 cat >conftest.$ac_ext <<_ACEOF
22887 /* confdefs.h. */
22888 _ACEOF
22889 cat confdefs.h >>conftest.$ac_ext
22890 cat >>conftest.$ac_ext <<_ACEOF
22891 /* end confdefs.h. */
22892 #ifdef HAVE_GETOPT_H
22893 #include <getopt.h>
22894 #endif
22897 main ()
22899 static struct option ac_aggr;
22900 if (sizeof ac_aggr.name)
22901 return 0;
22903 return 0;
22905 _ACEOF
22906 rm -f conftest.$ac_objext
22907 if { (ac_try="$ac_compile"
22908 case "(($ac_try" in
22909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910 *) ac_try_echo=$ac_try;;
22911 esac
22912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22913 $as_echo "$ac_try_echo") >&5
22914 (eval "$ac_compile") 2>conftest.er1
22915 ac_status=$?
22916 grep -v '^ *+' conftest.er1 >conftest.err
22917 rm -f conftest.er1
22918 cat conftest.err >&5
22919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); } && {
22921 test -z "$ac_c_werror_flag" ||
22922 test ! -s conftest.err
22923 } && test -s conftest.$ac_objext; then
22924 ac_cv_member_struct_option_name=yes
22925 else
22926 $as_echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22929 ac_cv_member_struct_option_name=no
22932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22937 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22938 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22939 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22941 cat >>confdefs.h <<_ACEOF
22942 #define HAVE_STRUCT_OPTION_NAME 1
22943 _ACEOF
22949 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22950 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22951 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22952 $as_echo_n "(cached) " >&6
22953 else
22954 cat >conftest.$ac_ext <<_ACEOF
22955 /* confdefs.h. */
22956 _ACEOF
22957 cat confdefs.h >>conftest.$ac_ext
22958 cat >>conftest.$ac_ext <<_ACEOF
22959 /* end confdefs.h. */
22960 $ac_includes_default
22962 main ()
22964 static struct stat ac_aggr;
22965 if (ac_aggr.st_blocks)
22966 return 0;
22968 return 0;
22970 _ACEOF
22971 rm -f conftest.$ac_objext
22972 if { (ac_try="$ac_compile"
22973 case "(($ac_try" in
22974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975 *) ac_try_echo=$ac_try;;
22976 esac
22977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22978 $as_echo "$ac_try_echo") >&5
22979 (eval "$ac_compile") 2>conftest.er1
22980 ac_status=$?
22981 grep -v '^ *+' conftest.er1 >conftest.err
22982 rm -f conftest.er1
22983 cat conftest.err >&5
22984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985 (exit $ac_status); } && {
22986 test -z "$ac_c_werror_flag" ||
22987 test ! -s conftest.err
22988 } && test -s conftest.$ac_objext; then
22989 ac_cv_member_struct_stat_st_blocks=yes
22990 else
22991 $as_echo "$as_me: failed program was:" >&5
22992 sed 's/^/| /' conftest.$ac_ext >&5
22994 cat >conftest.$ac_ext <<_ACEOF
22995 /* confdefs.h. */
22996 _ACEOF
22997 cat confdefs.h >>conftest.$ac_ext
22998 cat >>conftest.$ac_ext <<_ACEOF
22999 /* end confdefs.h. */
23000 $ac_includes_default
23002 main ()
23004 static struct stat ac_aggr;
23005 if (sizeof ac_aggr.st_blocks)
23006 return 0;
23008 return 0;
23010 _ACEOF
23011 rm -f conftest.$ac_objext
23012 if { (ac_try="$ac_compile"
23013 case "(($ac_try" in
23014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015 *) ac_try_echo=$ac_try;;
23016 esac
23017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23018 $as_echo "$ac_try_echo") >&5
23019 (eval "$ac_compile") 2>conftest.er1
23020 ac_status=$?
23021 grep -v '^ *+' conftest.er1 >conftest.err
23022 rm -f conftest.er1
23023 cat conftest.err >&5
23024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025 (exit $ac_status); } && {
23026 test -z "$ac_c_werror_flag" ||
23027 test ! -s conftest.err
23028 } && test -s conftest.$ac_objext; then
23029 ac_cv_member_struct_stat_st_blocks=yes
23030 else
23031 $as_echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23034 ac_cv_member_struct_stat_st_blocks=no
23037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23042 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23043 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23044 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23046 cat >>confdefs.h <<_ACEOF
23047 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23048 _ACEOF
23052 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23053 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23054 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23055 $as_echo_n "(cached) " >&6
23056 else
23057 cat >conftest.$ac_ext <<_ACEOF
23058 /* confdefs.h. */
23059 _ACEOF
23060 cat confdefs.h >>conftest.$ac_ext
23061 cat >>conftest.$ac_ext <<_ACEOF
23062 /* end confdefs.h. */
23063 $ac_includes_default
23065 main ()
23067 static struct stat ac_aggr;
23068 if (ac_aggr.st_mtim)
23069 return 0;
23071 return 0;
23073 _ACEOF
23074 rm -f conftest.$ac_objext
23075 if { (ac_try="$ac_compile"
23076 case "(($ac_try" in
23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23078 *) ac_try_echo=$ac_try;;
23079 esac
23080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23081 $as_echo "$ac_try_echo") >&5
23082 (eval "$ac_compile") 2>conftest.er1
23083 ac_status=$?
23084 grep -v '^ *+' conftest.er1 >conftest.err
23085 rm -f conftest.er1
23086 cat conftest.err >&5
23087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23088 (exit $ac_status); } && {
23089 test -z "$ac_c_werror_flag" ||
23090 test ! -s conftest.err
23091 } && test -s conftest.$ac_objext; then
23092 ac_cv_member_struct_stat_st_mtim=yes
23093 else
23094 $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5
23097 cat >conftest.$ac_ext <<_ACEOF
23098 /* confdefs.h. */
23099 _ACEOF
23100 cat confdefs.h >>conftest.$ac_ext
23101 cat >>conftest.$ac_ext <<_ACEOF
23102 /* end confdefs.h. */
23103 $ac_includes_default
23105 main ()
23107 static struct stat ac_aggr;
23108 if (sizeof ac_aggr.st_mtim)
23109 return 0;
23111 return 0;
23113 _ACEOF
23114 rm -f conftest.$ac_objext
23115 if { (ac_try="$ac_compile"
23116 case "(($ac_try" in
23117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23118 *) ac_try_echo=$ac_try;;
23119 esac
23120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23121 $as_echo "$ac_try_echo") >&5
23122 (eval "$ac_compile") 2>conftest.er1
23123 ac_status=$?
23124 grep -v '^ *+' conftest.er1 >conftest.err
23125 rm -f conftest.er1
23126 cat conftest.err >&5
23127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23128 (exit $ac_status); } && {
23129 test -z "$ac_c_werror_flag" ||
23130 test ! -s conftest.err
23131 } && test -s conftest.$ac_objext; then
23132 ac_cv_member_struct_stat_st_mtim=yes
23133 else
23134 $as_echo "$as_me: failed program was:" >&5
23135 sed 's/^/| /' conftest.$ac_ext >&5
23137 ac_cv_member_struct_stat_st_mtim=no
23140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23145 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23146 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23147 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23149 cat >>confdefs.h <<_ACEOF
23150 #define HAVE_STRUCT_STAT_ST_MTIM 1
23151 _ACEOF
23155 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23156 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23157 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23158 $as_echo_n "(cached) " >&6
23159 else
23160 cat >conftest.$ac_ext <<_ACEOF
23161 /* confdefs.h. */
23162 _ACEOF
23163 cat confdefs.h >>conftest.$ac_ext
23164 cat >>conftest.$ac_ext <<_ACEOF
23165 /* end confdefs.h. */
23166 $ac_includes_default
23168 main ()
23170 static struct stat ac_aggr;
23171 if (ac_aggr.st_ctim)
23172 return 0;
23174 return 0;
23176 _ACEOF
23177 rm -f conftest.$ac_objext
23178 if { (ac_try="$ac_compile"
23179 case "(($ac_try" in
23180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23181 *) ac_try_echo=$ac_try;;
23182 esac
23183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23184 $as_echo "$ac_try_echo") >&5
23185 (eval "$ac_compile") 2>conftest.er1
23186 ac_status=$?
23187 grep -v '^ *+' conftest.er1 >conftest.err
23188 rm -f conftest.er1
23189 cat conftest.err >&5
23190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23191 (exit $ac_status); } && {
23192 test -z "$ac_c_werror_flag" ||
23193 test ! -s conftest.err
23194 } && test -s conftest.$ac_objext; then
23195 ac_cv_member_struct_stat_st_ctim=yes
23196 else
23197 $as_echo "$as_me: failed program was:" >&5
23198 sed 's/^/| /' conftest.$ac_ext >&5
23200 cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h. */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h. */
23206 $ac_includes_default
23208 main ()
23210 static struct stat ac_aggr;
23211 if (sizeof ac_aggr.st_ctim)
23212 return 0;
23214 return 0;
23216 _ACEOF
23217 rm -f conftest.$ac_objext
23218 if { (ac_try="$ac_compile"
23219 case "(($ac_try" in
23220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23221 *) ac_try_echo=$ac_try;;
23222 esac
23223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23224 $as_echo "$ac_try_echo") >&5
23225 (eval "$ac_compile") 2>conftest.er1
23226 ac_status=$?
23227 grep -v '^ *+' conftest.er1 >conftest.err
23228 rm -f conftest.er1
23229 cat conftest.err >&5
23230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23231 (exit $ac_status); } && {
23232 test -z "$ac_c_werror_flag" ||
23233 test ! -s conftest.err
23234 } && test -s conftest.$ac_objext; then
23235 ac_cv_member_struct_stat_st_ctim=yes
23236 else
23237 $as_echo "$as_me: failed program was:" >&5
23238 sed 's/^/| /' conftest.$ac_ext >&5
23240 ac_cv_member_struct_stat_st_ctim=no
23243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23249 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23250 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23252 cat >>confdefs.h <<_ACEOF
23253 #define HAVE_STRUCT_STAT_ST_CTIM 1
23254 _ACEOF
23258 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23259 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23260 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23261 $as_echo_n "(cached) " >&6
23262 else
23263 cat >conftest.$ac_ext <<_ACEOF
23264 /* confdefs.h. */
23265 _ACEOF
23266 cat confdefs.h >>conftest.$ac_ext
23267 cat >>conftest.$ac_ext <<_ACEOF
23268 /* end confdefs.h. */
23269 $ac_includes_default
23271 main ()
23273 static struct stat ac_aggr;
23274 if (ac_aggr.st_atim)
23275 return 0;
23277 return 0;
23279 _ACEOF
23280 rm -f conftest.$ac_objext
23281 if { (ac_try="$ac_compile"
23282 case "(($ac_try" in
23283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23284 *) ac_try_echo=$ac_try;;
23285 esac
23286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23287 $as_echo "$ac_try_echo") >&5
23288 (eval "$ac_compile") 2>conftest.er1
23289 ac_status=$?
23290 grep -v '^ *+' conftest.er1 >conftest.err
23291 rm -f conftest.er1
23292 cat conftest.err >&5
23293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294 (exit $ac_status); } && {
23295 test -z "$ac_c_werror_flag" ||
23296 test ! -s conftest.err
23297 } && test -s conftest.$ac_objext; then
23298 ac_cv_member_struct_stat_st_atim=yes
23299 else
23300 $as_echo "$as_me: failed program was:" >&5
23301 sed 's/^/| /' conftest.$ac_ext >&5
23303 cat >conftest.$ac_ext <<_ACEOF
23304 /* confdefs.h. */
23305 _ACEOF
23306 cat confdefs.h >>conftest.$ac_ext
23307 cat >>conftest.$ac_ext <<_ACEOF
23308 /* end confdefs.h. */
23309 $ac_includes_default
23311 main ()
23313 static struct stat ac_aggr;
23314 if (sizeof ac_aggr.st_atim)
23315 return 0;
23317 return 0;
23319 _ACEOF
23320 rm -f conftest.$ac_objext
23321 if { (ac_try="$ac_compile"
23322 case "(($ac_try" in
23323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23324 *) ac_try_echo=$ac_try;;
23325 esac
23326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23327 $as_echo "$ac_try_echo") >&5
23328 (eval "$ac_compile") 2>conftest.er1
23329 ac_status=$?
23330 grep -v '^ *+' conftest.er1 >conftest.err
23331 rm -f conftest.er1
23332 cat conftest.err >&5
23333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23334 (exit $ac_status); } && {
23335 test -z "$ac_c_werror_flag" ||
23336 test ! -s conftest.err
23337 } && test -s conftest.$ac_objext; then
23338 ac_cv_member_struct_stat_st_atim=yes
23339 else
23340 $as_echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23343 ac_cv_member_struct_stat_st_atim=no
23346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23352 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23353 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23355 cat >>confdefs.h <<_ACEOF
23356 #define HAVE_STRUCT_STAT_ST_ATIM 1
23357 _ACEOF
23363 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23364 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23365 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23366 $as_echo_n "(cached) " >&6
23367 else
23368 cat >conftest.$ac_ext <<_ACEOF
23369 /* confdefs.h. */
23370 _ACEOF
23371 cat confdefs.h >>conftest.$ac_ext
23372 cat >>conftest.$ac_ext <<_ACEOF
23373 /* end confdefs.h. */
23374 #ifdef HAVE_SYS_TYPES_H
23375 #include <sys/types.h>
23376 #endif
23377 #ifdef HAVE_NETINET_IN_H
23378 #include <netinet/in.h>
23379 #endif
23382 main ()
23384 static struct sockaddr_in6 ac_aggr;
23385 if (ac_aggr.sin6_scope_id)
23386 return 0;
23388 return 0;
23390 _ACEOF
23391 rm -f conftest.$ac_objext
23392 if { (ac_try="$ac_compile"
23393 case "(($ac_try" in
23394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23395 *) ac_try_echo=$ac_try;;
23396 esac
23397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23398 $as_echo "$ac_try_echo") >&5
23399 (eval "$ac_compile") 2>conftest.er1
23400 ac_status=$?
23401 grep -v '^ *+' conftest.er1 >conftest.err
23402 rm -f conftest.er1
23403 cat conftest.err >&5
23404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); } && {
23406 test -z "$ac_c_werror_flag" ||
23407 test ! -s conftest.err
23408 } && test -s conftest.$ac_objext; then
23409 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23410 else
23411 $as_echo "$as_me: failed program was:" >&5
23412 sed 's/^/| /' conftest.$ac_ext >&5
23414 cat >conftest.$ac_ext <<_ACEOF
23415 /* confdefs.h. */
23416 _ACEOF
23417 cat confdefs.h >>conftest.$ac_ext
23418 cat >>conftest.$ac_ext <<_ACEOF
23419 /* end confdefs.h. */
23420 #ifdef HAVE_SYS_TYPES_H
23421 #include <sys/types.h>
23422 #endif
23423 #ifdef HAVE_NETINET_IN_H
23424 #include <netinet/in.h>
23425 #endif
23428 main ()
23430 static struct sockaddr_in6 ac_aggr;
23431 if (sizeof ac_aggr.sin6_scope_id)
23432 return 0;
23434 return 0;
23436 _ACEOF
23437 rm -f conftest.$ac_objext
23438 if { (ac_try="$ac_compile"
23439 case "(($ac_try" in
23440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23441 *) ac_try_echo=$ac_try;;
23442 esac
23443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23444 $as_echo "$ac_try_echo") >&5
23445 (eval "$ac_compile") 2>conftest.er1
23446 ac_status=$?
23447 grep -v '^ *+' conftest.er1 >conftest.err
23448 rm -f conftest.er1
23449 cat conftest.err >&5
23450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); } && {
23452 test -z "$ac_c_werror_flag" ||
23453 test ! -s conftest.err
23454 } && test -s conftest.$ac_objext; then
23455 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23456 else
23457 $as_echo "$as_me: failed program was:" >&5
23458 sed 's/^/| /' conftest.$ac_ext >&5
23460 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23468 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23469 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23470 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23472 cat >>confdefs.h <<_ACEOF
23473 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23474 _ACEOF
23480 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23481 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23482 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23483 $as_echo_n "(cached) " >&6
23484 else
23485 cat >conftest.$ac_ext <<_ACEOF
23486 /* confdefs.h. */
23487 _ACEOF
23488 cat confdefs.h >>conftest.$ac_ext
23489 cat >>conftest.$ac_ext <<_ACEOF
23490 /* end confdefs.h. */
23491 #ifdef HAVE_SYS_TYPES_H
23492 #include <sys/types.h>
23493 #endif
23494 #ifdef HAVE_NETINET_IN_H
23495 # include <netinet/in.h>
23496 #endif
23497 #ifdef HAVE_ARPA_NAMESER_H
23498 # include <arpa/nameser.h>
23499 #endif
23502 main ()
23504 static ns_msg ac_aggr;
23505 if (ac_aggr._msg_ptr)
23506 return 0;
23508 return 0;
23510 _ACEOF
23511 rm -f conftest.$ac_objext
23512 if { (ac_try="$ac_compile"
23513 case "(($ac_try" in
23514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23515 *) ac_try_echo=$ac_try;;
23516 esac
23517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23518 $as_echo "$ac_try_echo") >&5
23519 (eval "$ac_compile") 2>conftest.er1
23520 ac_status=$?
23521 grep -v '^ *+' conftest.er1 >conftest.err
23522 rm -f conftest.er1
23523 cat conftest.err >&5
23524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23525 (exit $ac_status); } && {
23526 test -z "$ac_c_werror_flag" ||
23527 test ! -s conftest.err
23528 } && test -s conftest.$ac_objext; then
23529 ac_cv_member_ns_msg__msg_ptr=yes
23530 else
23531 $as_echo "$as_me: failed program was:" >&5
23532 sed 's/^/| /' conftest.$ac_ext >&5
23534 cat >conftest.$ac_ext <<_ACEOF
23535 /* confdefs.h. */
23536 _ACEOF
23537 cat confdefs.h >>conftest.$ac_ext
23538 cat >>conftest.$ac_ext <<_ACEOF
23539 /* end confdefs.h. */
23540 #ifdef HAVE_SYS_TYPES_H
23541 #include <sys/types.h>
23542 #endif
23543 #ifdef HAVE_NETINET_IN_H
23544 # include <netinet/in.h>
23545 #endif
23546 #ifdef HAVE_ARPA_NAMESER_H
23547 # include <arpa/nameser.h>
23548 #endif
23551 main ()
23553 static ns_msg ac_aggr;
23554 if (sizeof ac_aggr._msg_ptr)
23555 return 0;
23557 return 0;
23559 _ACEOF
23560 rm -f conftest.$ac_objext
23561 if { (ac_try="$ac_compile"
23562 case "(($ac_try" in
23563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23564 *) ac_try_echo=$ac_try;;
23565 esac
23566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23567 $as_echo "$ac_try_echo") >&5
23568 (eval "$ac_compile") 2>conftest.er1
23569 ac_status=$?
23570 grep -v '^ *+' conftest.er1 >conftest.err
23571 rm -f conftest.er1
23572 cat conftest.err >&5
23573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574 (exit $ac_status); } && {
23575 test -z "$ac_c_werror_flag" ||
23576 test ! -s conftest.err
23577 } && test -s conftest.$ac_objext; then
23578 ac_cv_member_ns_msg__msg_ptr=yes
23579 else
23580 $as_echo "$as_me: failed program was:" >&5
23581 sed 's/^/| /' conftest.$ac_ext >&5
23583 ac_cv_member_ns_msg__msg_ptr=no
23586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23591 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23592 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23593 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23595 cat >>confdefs.h <<_ACEOF
23596 #define HAVE_NS_MSG__MSG_PTR 1
23597 _ACEOF
23603 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23604 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23605 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23606 $as_echo_n "(cached) " >&6
23607 else
23608 cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h. */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 #ifdef HAVE_SYS_TYPES_H
23615 #include <sys/types.h>
23616 #endif
23617 #ifdef HAVE_ALIAS_H
23618 #include <alias.h>
23619 #endif
23620 #ifdef HAVE_SYS_SOCKET_H
23621 #include <sys/socket.h>
23622 #endif
23623 #ifdef HAVE_SYS_SOCKETVAR_H
23624 #include <sys/socketvar.h>
23625 #endif
23626 #ifdef HAVE_SYS_TIMEOUT_H
23627 #include <sys/timeout.h>
23628 #endif
23629 #ifdef HAVE_NETINET_IN_H
23630 #include <netinet/in.h>
23631 #endif
23632 #ifdef HAVE_NETINET_IN_SYSTM_H
23633 #include <netinet/in_systm.h>
23634 #endif
23635 #ifdef HAVE_NETINET_IP_H
23636 #include <netinet/ip.h>
23637 #endif
23638 #ifdef HAVE_NETINET_IP_VAR_H
23639 #include <netinet/ip_var.h>
23640 #endif
23641 #ifdef HAVE_NETINET_IP_ICMP_H
23642 #include <netinet/ip_icmp.h>
23643 #endif
23644 #ifdef HAVE_NETINET_ICMP_VAR
23645 #include <netinet/icmp_var.h>
23646 #endif
23649 main ()
23651 static struct icmpstat ac_aggr;
23652 if (ac_aggr.icps_outhist)
23653 return 0;
23655 return 0;
23657 _ACEOF
23658 rm -f conftest.$ac_objext
23659 if { (ac_try="$ac_compile"
23660 case "(($ac_try" in
23661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23662 *) ac_try_echo=$ac_try;;
23663 esac
23664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23665 $as_echo "$ac_try_echo") >&5
23666 (eval "$ac_compile") 2>conftest.er1
23667 ac_status=$?
23668 grep -v '^ *+' conftest.er1 >conftest.err
23669 rm -f conftest.er1
23670 cat conftest.err >&5
23671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23672 (exit $ac_status); } && {
23673 test -z "$ac_c_werror_flag" ||
23674 test ! -s conftest.err
23675 } && test -s conftest.$ac_objext; then
23676 ac_cv_member_struct_icmpstat_icps_outhist=yes
23677 else
23678 $as_echo "$as_me: failed program was:" >&5
23679 sed 's/^/| /' conftest.$ac_ext >&5
23681 cat >conftest.$ac_ext <<_ACEOF
23682 /* confdefs.h. */
23683 _ACEOF
23684 cat confdefs.h >>conftest.$ac_ext
23685 cat >>conftest.$ac_ext <<_ACEOF
23686 /* end confdefs.h. */
23687 #ifdef HAVE_SYS_TYPES_H
23688 #include <sys/types.h>
23689 #endif
23690 #ifdef HAVE_ALIAS_H
23691 #include <alias.h>
23692 #endif
23693 #ifdef HAVE_SYS_SOCKET_H
23694 #include <sys/socket.h>
23695 #endif
23696 #ifdef HAVE_SYS_SOCKETVAR_H
23697 #include <sys/socketvar.h>
23698 #endif
23699 #ifdef HAVE_SYS_TIMEOUT_H
23700 #include <sys/timeout.h>
23701 #endif
23702 #ifdef HAVE_NETINET_IN_H
23703 #include <netinet/in.h>
23704 #endif
23705 #ifdef HAVE_NETINET_IN_SYSTM_H
23706 #include <netinet/in_systm.h>
23707 #endif
23708 #ifdef HAVE_NETINET_IP_H
23709 #include <netinet/ip.h>
23710 #endif
23711 #ifdef HAVE_NETINET_IP_VAR_H
23712 #include <netinet/ip_var.h>
23713 #endif
23714 #ifdef HAVE_NETINET_IP_ICMP_H
23715 #include <netinet/ip_icmp.h>
23716 #endif
23717 #ifdef HAVE_NETINET_ICMP_VAR
23718 #include <netinet/icmp_var.h>
23719 #endif
23722 main ()
23724 static struct icmpstat ac_aggr;
23725 if (sizeof ac_aggr.icps_outhist)
23726 return 0;
23728 return 0;
23730 _ACEOF
23731 rm -f conftest.$ac_objext
23732 if { (ac_try="$ac_compile"
23733 case "(($ac_try" in
23734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23735 *) ac_try_echo=$ac_try;;
23736 esac
23737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23738 $as_echo "$ac_try_echo") >&5
23739 (eval "$ac_compile") 2>conftest.er1
23740 ac_status=$?
23741 grep -v '^ *+' conftest.er1 >conftest.err
23742 rm -f conftest.er1
23743 cat conftest.err >&5
23744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23745 (exit $ac_status); } && {
23746 test -z "$ac_c_werror_flag" ||
23747 test ! -s conftest.err
23748 } && test -s conftest.$ac_objext; then
23749 ac_cv_member_struct_icmpstat_icps_outhist=yes
23750 else
23751 $as_echo "$as_me: failed program was:" >&5
23752 sed 's/^/| /' conftest.$ac_ext >&5
23754 ac_cv_member_struct_icmpstat_icps_outhist=no
23757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23762 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23763 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23764 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23766 cat >>confdefs.h <<_ACEOF
23767 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23768 _ACEOF
23774 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23775 $as_echo_n "checking for timezone variable... " >&6; }
23776 if test "${ac_cv_have_timezone+set}" = set; then
23777 $as_echo_n "(cached) " >&6
23778 else
23779 cat >conftest.$ac_ext <<_ACEOF
23780 /* confdefs.h. */
23781 _ACEOF
23782 cat confdefs.h >>conftest.$ac_ext
23783 cat >>conftest.$ac_ext <<_ACEOF
23784 /* end confdefs.h. */
23785 #include <time.h>
23787 main ()
23789 timezone = 1
23791 return 0;
23793 _ACEOF
23794 rm -f conftest.$ac_objext conftest$ac_exeext
23795 if { (ac_try="$ac_link"
23796 case "(($ac_try" in
23797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23798 *) ac_try_echo=$ac_try;;
23799 esac
23800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23801 $as_echo "$ac_try_echo") >&5
23802 (eval "$ac_link") 2>conftest.er1
23803 ac_status=$?
23804 grep -v '^ *+' conftest.er1 >conftest.err
23805 rm -f conftest.er1
23806 cat conftest.err >&5
23807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808 (exit $ac_status); } && {
23809 test -z "$ac_c_werror_flag" ||
23810 test ! -s conftest.err
23811 } && test -s conftest$ac_exeext && {
23812 test "$cross_compiling" = yes ||
23813 $as_test_x conftest$ac_exeext
23814 }; then
23815 ac_cv_have_timezone="yes"
23816 else
23817 $as_echo "$as_me: failed program was:" >&5
23818 sed 's/^/| /' conftest.$ac_ext >&5
23820 ac_cv_have_timezone="no"
23823 rm -rf conftest.dSYM
23824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23825 conftest$ac_exeext conftest.$ac_ext
23827 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23828 $as_echo "$ac_cv_have_timezone" >&6; }
23829 if test "$ac_cv_have_timezone" = "yes"
23830 then
23832 cat >>confdefs.h <<\_ACEOF
23833 #define HAVE_TIMEZONE 1
23834 _ACEOF
23837 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23838 $as_echo_n "checking for daylight variable... " >&6; }
23839 if test "${ac_cv_have_daylight+set}" = set; then
23840 $as_echo_n "(cached) " >&6
23841 else
23842 cat >conftest.$ac_ext <<_ACEOF
23843 /* confdefs.h. */
23844 _ACEOF
23845 cat confdefs.h >>conftest.$ac_ext
23846 cat >>conftest.$ac_ext <<_ACEOF
23847 /* end confdefs.h. */
23848 #include <time.h>
23850 main ()
23852 daylight = 1
23854 return 0;
23856 _ACEOF
23857 rm -f conftest.$ac_objext conftest$ac_exeext
23858 if { (ac_try="$ac_link"
23859 case "(($ac_try" in
23860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23861 *) ac_try_echo=$ac_try;;
23862 esac
23863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23864 $as_echo "$ac_try_echo") >&5
23865 (eval "$ac_link") 2>conftest.er1
23866 ac_status=$?
23867 grep -v '^ *+' conftest.er1 >conftest.err
23868 rm -f conftest.er1
23869 cat conftest.err >&5
23870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23871 (exit $ac_status); } && {
23872 test -z "$ac_c_werror_flag" ||
23873 test ! -s conftest.err
23874 } && test -s conftest$ac_exeext && {
23875 test "$cross_compiling" = yes ||
23876 $as_test_x conftest$ac_exeext
23877 }; then
23878 ac_cv_have_daylight="yes"
23879 else
23880 $as_echo "$as_me: failed program was:" >&5
23881 sed 's/^/| /' conftest.$ac_ext >&5
23883 ac_cv_have_daylight="no"
23886 rm -rf conftest.dSYM
23887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23888 conftest$ac_exeext conftest.$ac_ext
23890 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23891 $as_echo "$ac_cv_have_daylight" >&6; }
23892 if test "$ac_cv_have_daylight" = "yes"
23893 then
23895 cat >>confdefs.h <<\_ACEOF
23896 #define HAVE_DAYLIGHT 1
23897 _ACEOF
23901 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23902 $as_echo_n "checking for isinf... " >&6; }
23903 if test "${ac_cv_have_isinf+set}" = set; then
23904 $as_echo_n "(cached) " >&6
23905 else
23906 cat >conftest.$ac_ext <<_ACEOF
23907 /* confdefs.h. */
23908 _ACEOF
23909 cat confdefs.h >>conftest.$ac_ext
23910 cat >>conftest.$ac_ext <<_ACEOF
23911 /* end confdefs.h. */
23912 #include <math.h>
23914 main ()
23916 float f = 0.0; int i=isinf(f)
23918 return 0;
23920 _ACEOF
23921 rm -f conftest.$ac_objext conftest$ac_exeext
23922 if { (ac_try="$ac_link"
23923 case "(($ac_try" in
23924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23925 *) ac_try_echo=$ac_try;;
23926 esac
23927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23928 $as_echo "$ac_try_echo") >&5
23929 (eval "$ac_link") 2>conftest.er1
23930 ac_status=$?
23931 grep -v '^ *+' conftest.er1 >conftest.err
23932 rm -f conftest.er1
23933 cat conftest.err >&5
23934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23935 (exit $ac_status); } && {
23936 test -z "$ac_c_werror_flag" ||
23937 test ! -s conftest.err
23938 } && test -s conftest$ac_exeext && {
23939 test "$cross_compiling" = yes ||
23940 $as_test_x conftest$ac_exeext
23941 }; then
23942 ac_cv_have_isinf="yes"
23943 else
23944 $as_echo "$as_me: failed program was:" >&5
23945 sed 's/^/| /' conftest.$ac_ext >&5
23947 ac_cv_have_isinf="no"
23950 rm -rf conftest.dSYM
23951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23952 conftest$ac_exeext conftest.$ac_ext
23954 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23955 $as_echo "$ac_cv_have_isinf" >&6; }
23956 if test "$ac_cv_have_isinf" = "yes"
23957 then
23959 cat >>confdefs.h <<\_ACEOF
23960 #define HAVE_ISINF 1
23961 _ACEOF
23965 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23966 $as_echo_n "checking for isnan... " >&6; }
23967 if test "${ac_cv_have_isnan+set}" = set; then
23968 $as_echo_n "(cached) " >&6
23969 else
23970 cat >conftest.$ac_ext <<_ACEOF
23971 /* confdefs.h. */
23972 _ACEOF
23973 cat confdefs.h >>conftest.$ac_ext
23974 cat >>conftest.$ac_ext <<_ACEOF
23975 /* end confdefs.h. */
23976 #include <math.h>
23978 main ()
23980 float f = 0.0; int i=isnan(f)
23982 return 0;
23984 _ACEOF
23985 rm -f conftest.$ac_objext conftest$ac_exeext
23986 if { (ac_try="$ac_link"
23987 case "(($ac_try" in
23988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23989 *) ac_try_echo=$ac_try;;
23990 esac
23991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23992 $as_echo "$ac_try_echo") >&5
23993 (eval "$ac_link") 2>conftest.er1
23994 ac_status=$?
23995 grep -v '^ *+' conftest.er1 >conftest.err
23996 rm -f conftest.er1
23997 cat conftest.err >&5
23998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23999 (exit $ac_status); } && {
24000 test -z "$ac_c_werror_flag" ||
24001 test ! -s conftest.err
24002 } && test -s conftest$ac_exeext && {
24003 test "$cross_compiling" = yes ||
24004 $as_test_x conftest$ac_exeext
24005 }; then
24006 ac_cv_have_isnan="yes"
24007 else
24008 $as_echo "$as_me: failed program was:" >&5
24009 sed 's/^/| /' conftest.$ac_ext >&5
24011 ac_cv_have_isnan="no"
24014 rm -rf conftest.dSYM
24015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24016 conftest$ac_exeext conftest.$ac_ext
24018 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24019 $as_echo "$ac_cv_have_isnan" >&6; }
24020 if test "$ac_cv_have_isnan" = "yes"
24021 then
24023 cat >>confdefs.h <<\_ACEOF
24024 #define HAVE_ISNAN 1
24025 _ACEOF
24030 case $host_cpu in
24031 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24032 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24033 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24034 $as_echo_n "(cached) " >&6
24035 else
24036 cat >conftest.$ac_ext <<_ACEOF
24037 /* confdefs.h. */
24038 _ACEOF
24039 cat confdefs.h >>conftest.$ac_ext
24040 cat >>conftest.$ac_ext <<_ACEOF
24041 /* end confdefs.h. */
24042 #ifndef __i386__
24044 #endif
24045 _ACEOF
24046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24047 $EGREP "yes" >/dev/null 2>&1; then
24048 ac_cv_cpp_def___i386__=yes
24049 else
24050 ac_cv_cpp_def___i386__=no
24052 rm -f conftest*
24055 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24056 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24057 if test $ac_cv_cpp_def___i386__ = yes; then
24058 CFLAGS="$CFLAGS -D__i386__"
24059 LINTFLAGS="$LINTFLAGS -D__i386__"
24062 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24063 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24064 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24065 $as_echo_n "(cached) " >&6
24066 else
24067 cat >conftest.$ac_ext <<_ACEOF
24068 /* confdefs.h. */
24069 _ACEOF
24070 cat confdefs.h >>conftest.$ac_ext
24071 cat >>conftest.$ac_ext <<_ACEOF
24072 /* end confdefs.h. */
24073 #ifndef __x86_64__
24075 #endif
24076 _ACEOF
24077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24078 $EGREP "yes" >/dev/null 2>&1; then
24079 ac_cv_cpp_def___x86_64__=yes
24080 else
24081 ac_cv_cpp_def___x86_64__=no
24083 rm -f conftest*
24086 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24087 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24088 if test $ac_cv_cpp_def___x86_64__ = yes; then
24089 CFLAGS="$CFLAGS -D__x86_64__"
24090 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24093 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24094 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24095 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24096 $as_echo_n "(cached) " >&6
24097 else
24098 cat >conftest.$ac_ext <<_ACEOF
24099 /* confdefs.h. */
24100 _ACEOF
24101 cat confdefs.h >>conftest.$ac_ext
24102 cat >>conftest.$ac_ext <<_ACEOF
24103 /* end confdefs.h. */
24104 #ifndef __ALPHA__
24106 #endif
24107 _ACEOF
24108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24109 $EGREP "yes" >/dev/null 2>&1; then
24110 ac_cv_cpp_def___ALPHA__=yes
24111 else
24112 ac_cv_cpp_def___ALPHA__=no
24114 rm -f conftest*
24117 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24118 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24119 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24120 CFLAGS="$CFLAGS -D__ALPHA__"
24121 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24124 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24125 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24126 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24127 $as_echo_n "(cached) " >&6
24128 else
24129 cat >conftest.$ac_ext <<_ACEOF
24130 /* confdefs.h. */
24131 _ACEOF
24132 cat confdefs.h >>conftest.$ac_ext
24133 cat >>conftest.$ac_ext <<_ACEOF
24134 /* end confdefs.h. */
24135 #ifndef __sparc__
24137 #endif
24138 _ACEOF
24139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24140 $EGREP "yes" >/dev/null 2>&1; then
24141 ac_cv_cpp_def___sparc__=yes
24142 else
24143 ac_cv_cpp_def___sparc__=no
24145 rm -f conftest*
24148 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24149 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24150 if test $ac_cv_cpp_def___sparc__ = yes; then
24151 CFLAGS="$CFLAGS -D__sparc__"
24152 LINTFLAGS="$LINTFLAGS -D__sparc__"
24155 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24156 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24157 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24158 $as_echo_n "(cached) " >&6
24159 else
24160 cat >conftest.$ac_ext <<_ACEOF
24161 /* confdefs.h. */
24162 _ACEOF
24163 cat confdefs.h >>conftest.$ac_ext
24164 cat >>conftest.$ac_ext <<_ACEOF
24165 /* end confdefs.h. */
24166 #ifndef __powerpc__
24168 #endif
24169 _ACEOF
24170 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24171 $EGREP "yes" >/dev/null 2>&1; then
24172 ac_cv_cpp_def___powerpc__=yes
24173 else
24174 ac_cv_cpp_def___powerpc__=no
24176 rm -f conftest*
24179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24180 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24181 if test $ac_cv_cpp_def___powerpc__ = yes; then
24182 CFLAGS="$CFLAGS -D__powerpc__"
24183 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24186 esac
24188 case $host_vendor in
24189 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24190 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24191 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24192 $as_echo_n "(cached) " >&6
24193 else
24194 cat >conftest.$ac_ext <<_ACEOF
24195 /* confdefs.h. */
24196 _ACEOF
24197 cat confdefs.h >>conftest.$ac_ext
24198 cat >>conftest.$ac_ext <<_ACEOF
24199 /* end confdefs.h. */
24200 #ifndef __sun__
24202 #endif
24203 _ACEOF
24204 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24205 $EGREP "yes" >/dev/null 2>&1; then
24206 ac_cv_cpp_def___sun__=yes
24207 else
24208 ac_cv_cpp_def___sun__=no
24210 rm -f conftest*
24213 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24214 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24215 if test $ac_cv_cpp_def___sun__ = yes; then
24216 CFLAGS="$CFLAGS -D__sun__"
24217 LINTFLAGS="$LINTFLAGS -D__sun__"
24220 esac
24223 DEPENDENCIES="### Dependencies:
24225 .INIT: Makefile
24226 .BEGIN: Makefile
24227 Makefile: dummy
24228 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24230 \$(OBJS): \$(IDL_GEN_HEADERS)
24231 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24232 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24233 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24234 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24237 ALL_MAKERULES=""
24239 ALL_MAKEFILES=""
24241 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24244 ALL_TOP_DIRS=""
24246 ALL_DLL_DIRS=""
24248 ALL_IMPLIB_DIRS=""
24250 ALL_TEST_DIRS=""
24252 ALL_PROGRAM_DIRS=""
24254 ALL_PROGRAM_INSTALL_DIRS=""
24256 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24262 ac_config_commands="$ac_config_commands include/stamp-h"
24265 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24267 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24269 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24271 ac_config_commands="$ac_config_commands dlls/user32/resources"
24273 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24275 ac_config_commands="$ac_config_commands include/wine"
24278 ALL_MAKERULES="$ALL_MAKERULES \\
24279 Make.rules"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 Make.rules: Make.rules.in"
24282 MAKE_RULES=Make.rules
24283 ac_config_files="$ac_config_files Make.rules"
24285 ALL_MAKERULES="$ALL_MAKERULES \\
24286 dlls/Makedll.rules"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24289 MAKE_DLL_RULES=dlls/Makedll.rules
24290 ac_config_files="$ac_config_files dlls/Makedll.rules"
24292 ALL_MAKERULES="$ALL_MAKERULES \\
24293 dlls/Makeimplib.rules"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24296 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24297 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24299 ALL_MAKERULES="$ALL_MAKERULES \\
24300 dlls/Maketest.rules"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24303 MAKE_TEST_RULES=dlls/Maketest.rules
24304 ac_config_files="$ac_config_files dlls/Maketest.rules"
24306 ALL_MAKERULES="$ALL_MAKERULES \\
24307 programs/Makeprog.rules"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24310 MAKE_PROG_RULES=programs/Makeprog.rules
24311 ac_config_files="$ac_config_files programs/Makeprog.rules"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 Makefile: Makefile.in Make.rules"
24318 ac_config_files="$ac_config_files Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/Makefile"
24322 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24323 dlls"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/Makefile: dlls/Makefile.in Make.rules"
24326 ac_config_files="$ac_config_files dlls/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/acledit/Makefile"
24330 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 acledit"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/aclui/Makefile"
24338 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339 aclui"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/activeds/Makefile"
24346 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 activeds"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/actxprxy/Makefile"
24354 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355 actxprxy"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/adsiid/Makefile"
24362 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24363 adsiid"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24366 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/advapi32/Makefile"
24370 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 advapi32"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/advapi32/tests/Makefile"
24378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24379 advapi32/tests"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24382 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/advpack/Makefile"
24386 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387 advpack"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/advpack/tests/Makefile"
24394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24395 advpack/tests"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24398 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/amstream/Makefile"
24402 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 amstream"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/appwiz.cpl/Makefile"
24410 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 appwiz.cpl"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/atl/Makefile"
24418 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419 atl"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/atl/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/authz/Makefile"
24426 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 authz"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/authz/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/avicap32/Makefile"
24434 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 avicap32"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/avifil32/Makefile"
24442 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 avifil32"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/browseui/Makefile"
24450 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24451 browseui"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24454 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/browseui/tests/Makefile"
24458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24459 browseui/tests"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24462 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/cabinet/Makefile"
24466 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467 cabinet"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/cabinet/tests/Makefile"
24474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24475 cabinet/tests"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/capi2032/Makefile"
24482 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 capi2032"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/cards/Makefile"
24490 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 cards"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/cards/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/cfgmgr32/Makefile"
24498 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499 cfgmgr32"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/clusapi/Makefile"
24506 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 clusapi"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/comcat/Makefile"
24514 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 comcat"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/comcat/tests/Makefile"
24522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24523 comcat/tests"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/comctl32/Makefile"
24530 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 comctl32"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/comctl32/tests/Makefile"
24538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24539 comctl32/tests"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24542 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/comdlg32/Makefile"
24546 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 comdlg32"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/comdlg32/tests/Makefile"
24554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24555 comdlg32/tests"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/compstui/Makefile"
24562 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 compstui"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/credui/Makefile"
24570 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571 credui"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/credui/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/credui/tests/Makefile"
24578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24579 credui/tests"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24582 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/crtdll/Makefile"
24586 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 crtdll"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/crypt32/Makefile"
24594 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 crypt32"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/crypt32/tests/Makefile"
24602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24603 crypt32/tests"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24606 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/cryptdlg/Makefile"
24610 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 cryptdlg"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/cryptdll/Makefile"
24618 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 cryptdll"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/cryptnet/Makefile"
24626 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 cryptnet"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/cryptnet/tests/Makefile"
24634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24635 cryptnet/tests"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24638 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/cryptui/Makefile"
24642 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643 cryptui"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/cryptui/tests/Makefile"
24650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24651 cryptui/tests"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24654 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/ctapi32/Makefile"
24658 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659 ctapi32"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/ctl3d32/Makefile"
24666 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 ctl3d32"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/d3d10/Makefile"
24674 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675 d3d10"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/d3d10/tests/Makefile"
24682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24683 d3d10/tests"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24686 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/d3d10core/Makefile"
24690 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691 d3d10core"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/d3d10core/tests/Makefile"
24698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24699 d3d10core/tests"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24702 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/d3d8/Makefile"
24706 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 d3d8"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/d3d8/tests/Makefile"
24714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24715 d3d8/tests"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/d3d9/Makefile"
24722 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 d3d9"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/d3d9/tests/Makefile"
24730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24731 d3d9/tests"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/d3dim/Makefile"
24738 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 d3dim"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/d3drm/Makefile"
24746 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747 d3drm"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/d3drm/tests/Makefile"
24754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24755 d3drm/tests"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24758 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/d3dx8/Makefile"
24762 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763 d3dx8"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/d3dx8/tests/Makefile"
24770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24771 d3dx8/tests"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24774 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/d3dx9_24/Makefile"
24778 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 d3dx9_24"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/d3dx9_25/Makefile"
24786 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 d3dx9_25"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/d3dx9_26/Makefile"
24794 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 d3dx9_26"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/d3dx9_27/Makefile"
24802 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803 d3dx9_27"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/d3dx9_28/Makefile"
24810 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 d3dx9_28"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/d3dx9_29/Makefile"
24818 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 d3dx9_29"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/d3dx9_30/Makefile"
24826 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827 d3dx9_30"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/d3dx9_31/Makefile"
24834 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 d3dx9_31"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/d3dx9_32/Makefile"
24842 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 d3dx9_32"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/d3dx9_33/Makefile"
24850 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 d3dx9_33"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/d3dx9_34/Makefile"
24858 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 d3dx9_34"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/d3dx9_35/Makefile"
24866 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 d3dx9_35"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/d3dx9_36/Makefile"
24874 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 d3dx9_36"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/d3dx9_36/tests/Makefile"
24882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24883 d3dx9_36/tests"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24886 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/d3dx9_37/Makefile"
24890 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 d3dx9_37"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/d3dx9_38/Makefile"
24898 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 d3dx9_38"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/d3dx9_39/Makefile"
24906 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 d3dx9_39"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/d3dx9_40/Makefile"
24914 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 d3dx9_40"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/d3dxof/Makefile"
24922 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923 d3dxof"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/d3dxof/tests/Makefile"
24930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24931 d3dxof/tests"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24934 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/dbghelp/Makefile"
24938 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 dbghelp"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/dciman32/Makefile"
24946 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 dciman32"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/ddraw/Makefile"
24954 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24955 ddraw"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24958 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/ddraw/tests/Makefile"
24962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24963 ddraw/tests"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24966 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/ddrawex/Makefile"
24970 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971 ddrawex"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/ddrawex/tests/Makefile"
24978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24979 ddrawex/tests"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24982 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/devenum/Makefile"
24986 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 devenum"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/dinput/Makefile"
24994 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 dinput"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/dinput/tests/Makefile"
25002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25003 dinput/tests"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25006 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/dinput8/Makefile"
25010 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 dinput8"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/dmband/Makefile"
25018 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 dmband"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/dmcompos/Makefile"
25026 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027 dmcompos"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/dmime/Makefile"
25034 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 dmime"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/dmloader/Makefile"
25042 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 dmloader"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/dmscript/Makefile"
25050 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051 dmscript"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/dmstyle/Makefile"
25058 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 dmstyle"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/dmsynth/Makefile"
25066 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 dmsynth"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/dmusic/Makefile"
25074 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 dmusic"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/dmusic32/Makefile"
25082 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 dmusic32"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/dnsapi/Makefile"
25090 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 dnsapi"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/dnsapi/tests/Makefile"
25098 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25099 dnsapi/tests"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25102 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/dplay/Makefile"
25106 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107 dplay"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/dplayx/Makefile"
25114 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 dplayx"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/dplayx/tests/Makefile"
25122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25123 dplayx/tests"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25126 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/dpnaddr/Makefile"
25130 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 dpnaddr"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/dpnet/Makefile"
25138 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 dpnet"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/dpnhpast/Makefile"
25146 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 dpnhpast"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/dpnlobby/Makefile"
25154 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 dpnlobby"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/dpwsockx/Makefile"
25162 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163 dpwsockx"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/dsound/Makefile"
25170 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 dsound"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/dsound/tests/Makefile"
25178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25179 dsound/tests"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25182 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/dssenh/Makefile"
25186 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 dssenh"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/dswave/Makefile"
25194 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 dswave"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/dwmapi/Makefile"
25202 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 dwmapi"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/dxdiagn/Makefile"
25210 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 dxdiagn"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/dxerr8/Makefile"
25218 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25219 dxerr8"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25222 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/dxerr9/Makefile"
25226 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25227 dxerr9"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25230 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/dxgi/Makefile"
25234 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 dxgi"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/dxgi/tests/Makefile"
25242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25243 dxgi/tests"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25246 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/dxguid/Makefile"
25250 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25251 dxguid"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25254 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/faultrep/Makefile"
25258 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 faultrep"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/fusion/Makefile"
25266 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 fusion"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/fusion/tests/Makefile"
25274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25275 fusion/tests"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/gdi32/Makefile"
25282 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 gdi32"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/gdi32/tests/Makefile"
25290 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25291 gdi32/tests"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/gdiplus/Makefile"
25298 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 gdiplus"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/gdiplus/tests/Makefile"
25306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25307 gdiplus/tests"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25310 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/glu32/Makefile"
25314 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315 glu32"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/gphoto2.ds/Makefile"
25322 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 gphoto2.ds"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/gpkcsp/Makefile"
25330 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331 gpkcsp"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/hal/Makefile"
25338 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 hal"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/hal/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/hhctrl.ocx/Makefile"
25346 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 hhctrl.ocx"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/hid/Makefile"
25354 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355 hid"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/hid/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/hlink/Makefile"
25362 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 hlink"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/hlink/tests/Makefile"
25370 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25371 hlink/tests"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25374 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/hnetcfg/Makefile"
25378 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 hnetcfg"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/httpapi/Makefile"
25386 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 httpapi"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/iccvid/Makefile"
25394 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 iccvid"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/icmp/Makefile"
25402 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 icmp"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/ifsmgr.vxd/Makefile"
25410 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 ifsmgr.vxd"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/imaadp32.acm/Makefile"
25418 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419 imaadp32.acm"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/imagehlp/Makefile"
25426 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 imagehlp"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/imm32/Makefile"
25434 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435 imm32"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/imm32/tests/Makefile"
25442 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25443 imm32/tests"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25446 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/inetcomm/Makefile"
25450 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451 inetcomm"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/inetcomm/tests/Makefile"
25458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25459 inetcomm/tests"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25462 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/inetmib1/Makefile"
25466 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467 inetmib1"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/inetmib1/tests/Makefile"
25474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25475 inetmib1/tests"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25478 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/infosoft/Makefile"
25482 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483 infosoft"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/infosoft/tests/Makefile"
25490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25491 infosoft/tests"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25494 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/initpki/Makefile"
25498 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 initpki"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/inkobj/Makefile"
25506 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507 inkobj"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/inseng/Makefile"
25514 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25515 inseng"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25518 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/iphlpapi/Makefile"
25522 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523 iphlpapi"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/iphlpapi/tests/Makefile"
25530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25531 iphlpapi/tests"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25534 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/itircl/Makefile"
25538 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 itircl"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/itss/Makefile"
25546 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547 itss"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/itss/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/itss/tests/Makefile"
25554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25555 itss/tests"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25558 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/jscript/Makefile"
25562 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25563 jscript"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25566 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/jscript/tests/Makefile"
25570 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25571 jscript/tests"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25574 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/kernel32/Makefile"
25578 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 kernel32"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/kernel32/tests/Makefile"
25586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25587 kernel32/tests"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25590 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/loadperf/Makefile"
25594 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595 loadperf"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/localspl/Makefile"
25602 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603 localspl"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/localspl/tests/Makefile"
25610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25611 localspl/tests"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25614 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/localui/Makefile"
25618 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619 localui"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/localui/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 dlls/localui/tests/Makefile"
25626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25627 localui/tests"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25630 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 dlls/lz32/Makefile"
25634 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635 lz32"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 dlls/lz32/tests/Makefile"
25642 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25643 lz32/tests"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25646 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 dlls/mapi32/Makefile"
25650 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651 mapi32"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 dlls/mapi32/tests/Makefile"
25658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25659 mapi32/tests"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25662 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665 dlls/mciavi32/Makefile"
25666 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667 mciavi32"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 dlls/mcicda/Makefile"
25674 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675 mcicda"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681 dlls/mciseq/Makefile"
25682 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683 mciseq"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689 dlls/mciwave/Makefile"
25690 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691 mciwave"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 dlls/midimap/Makefile"
25698 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699 midimap"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 dlls/mlang/Makefile"
25706 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707 mlang"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713 dlls/mlang/tests/Makefile"
25714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25715 mlang/tests"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25718 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721 dlls/mmdevldr.vxd/Makefile"
25722 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723 mmdevldr.vxd"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 dlls/monodebg.vxd/Makefile"
25730 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731 monodebg.vxd"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737 dlls/mountmgr.sys/Makefile"
25738 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25739 mountmgr.sys"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25742 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 dlls/mpr/Makefile"
25746 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747 mpr"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 dlls/mprapi/Makefile"
25754 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25755 mprapi"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25758 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 dlls/msacm32.drv/Makefile"
25762 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763 msacm32.drv"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 dlls/msacm32/Makefile"
25770 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25771 msacm32"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25774 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777 dlls/msacm32/tests/Makefile"
25778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25779 msacm32/tests"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25782 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785 dlls/msadp32.acm/Makefile"
25786 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787 msadp32.acm"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 dlls/mscat32/Makefile"
25794 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25795 mscat32"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25798 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 dlls/mscms/Makefile"
25802 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803 mscms"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809 dlls/mscms/tests/Makefile"
25810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25811 mscms/tests"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25814 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 dlls/mscoree/Makefile"
25818 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25819 mscoree"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25822 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 dlls/msctf/Makefile"
25826 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827 msctf"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 dlls/msctf/tests/Makefile"
25834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25835 msctf/tests"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25838 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 dlls/msdmo/Makefile"
25842 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843 msdmo"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 dlls/msftedit/Makefile"
25850 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851 msftedit"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 dlls/msg711.acm/Makefile"
25858 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859 msg711.acm"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 dlls/mshtml.tlb/Makefile"
25866 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25867 mshtml.tlb"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25870 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 dlls/mshtml/Makefile"
25874 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875 mshtml"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 dlls/mshtml/tests/Makefile"
25882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25883 mshtml/tests"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25886 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 dlls/msi/Makefile"
25890 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25891 msi"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25894 ac_config_files="$ac_config_files dlls/msi/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 dlls/msi/tests/Makefile"
25898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25899 msi/tests"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25902 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 dlls/msimg32/Makefile"
25906 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907 msimg32"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 dlls/msimtf/Makefile"
25914 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25915 msimtf"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25918 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 dlls/msisip/Makefile"
25922 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923 msisip"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 dlls/msisys.ocx/Makefile"
25930 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25931 msisys.ocx"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25934 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 dlls/msnet32/Makefile"
25938 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939 msnet32"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945 dlls/msrle32/Makefile"
25946 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25947 msrle32"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25950 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 dlls/mssign32/Makefile"
25954 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955 mssign32"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 dlls/mssip32/Makefile"
25962 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963 mssip32"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 dlls/mstask/Makefile"
25970 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971 mstask"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 dlls/mstask/tests/Makefile"
25978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25979 mstask/tests"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25982 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 dlls/msvcirt/Makefile"
25986 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987 msvcirt"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 dlls/msvcr71/Makefile"
25994 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25995 msvcr71"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25998 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 dlls/msvcrt/Makefile"
26002 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003 msvcrt"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 dlls/msvcrt/tests/Makefile"
26010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26011 msvcrt/tests"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26014 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 dlls/msvcrt20/Makefile"
26018 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019 msvcrt20"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025 dlls/msvcrt40/Makefile"
26026 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027 msvcrt40"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 dlls/msvcrtd/Makefile"
26034 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035 msvcrtd"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 dlls/msvcrtd/tests/Makefile"
26042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26043 msvcrtd/tests"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26046 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 dlls/msvfw32/Makefile"
26050 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26051 msvfw32"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26054 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057 dlls/msvfw32/tests/Makefile"
26058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26059 msvfw32/tests"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26062 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 dlls/msvidc32/Makefile"
26066 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067 msvidc32"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073 dlls/mswsock/Makefile"
26074 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075 mswsock"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081 dlls/msxml3/Makefile"
26082 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083 msxml3"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 dlls/msxml3/tests/Makefile"
26090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26091 msxml3/tests"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26094 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097 dlls/nddeapi/Makefile"
26098 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099 nddeapi"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105 dlls/netapi32/Makefile"
26106 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107 netapi32"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113 dlls/netapi32/tests/Makefile"
26114 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26115 netapi32/tests"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26118 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121 dlls/newdev/Makefile"
26122 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26123 newdev"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26126 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129 dlls/ntdll/Makefile"
26130 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131 ntdll"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 dlls/ntdll/tests/Makefile"
26138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26139 ntdll/tests"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26142 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 dlls/ntdsapi/Makefile"
26146 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26147 ntdsapi"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26150 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 dlls/ntdsapi/tests/Makefile"
26154 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26155 ntdsapi/tests"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26158 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 dlls/ntoskrnl.exe/Makefile"
26162 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163 ntoskrnl.exe"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169 dlls/ntprint/Makefile"
26170 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171 ntprint"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177 dlls/ntprint/tests/Makefile"
26178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26179 ntprint/tests"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26182 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 dlls/objsel/Makefile"
26186 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187 objsel"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193 dlls/odbc32/Makefile"
26194 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195 odbc32"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201 dlls/odbccp32/Makefile"
26202 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26203 odbccp32"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26206 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209 dlls/odbccp32/tests/Makefile"
26210 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26211 odbccp32/tests"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26214 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217 dlls/ole32/Makefile"
26218 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219 ole32"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225 dlls/ole32/tests/Makefile"
26226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26227 ole32/tests"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26230 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233 dlls/oleacc/Makefile"
26234 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26235 oleacc"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26238 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 dlls/oleacc/tests/Makefile"
26242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26243 oleacc/tests"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26246 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 dlls/oleaut32/Makefile"
26250 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26251 oleaut32"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26254 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257 dlls/oleaut32/tests/Makefile"
26258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26259 oleaut32/tests"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26262 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 dlls/olecli32/Makefile"
26266 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267 olecli32"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273 dlls/oledlg/Makefile"
26274 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26275 oledlg"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26278 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281 dlls/olepro32/Makefile"
26282 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283 olepro32"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289 dlls/olesvr32/Makefile"
26290 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26291 olesvr32"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26294 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 dlls/olethk32/Makefile"
26298 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26299 olethk32"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26302 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305 dlls/opengl32/Makefile"
26306 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307 opengl32"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313 dlls/opengl32/tests/Makefile"
26314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26315 opengl32/tests"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26318 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321 dlls/pdh/Makefile"
26322 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26323 pdh"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26326 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329 dlls/pdh/tests/Makefile"
26330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26331 pdh/tests"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26334 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337 dlls/pidgen/Makefile"
26338 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339 pidgen"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345 dlls/powrprof/Makefile"
26346 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26347 powrprof"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26350 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 dlls/printui/Makefile"
26354 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26355 printui"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26358 ac_config_files="$ac_config_files dlls/printui/Makefile"
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361 dlls/propsys/Makefile"
26362 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363 propsys"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369 dlls/psapi/Makefile"
26370 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371 psapi"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377 dlls/psapi/tests/Makefile"
26378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26379 psapi/tests"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26382 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385 dlls/pstorec/Makefile"
26386 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387 pstorec"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393 dlls/qcap/Makefile"
26394 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26395 qcap"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26398 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401 dlls/qedit/Makefile"
26402 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26403 qedit"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26406 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409 dlls/qedit/tests/Makefile"
26410 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26411 qedit/tests"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26414 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417 dlls/qmgr/Makefile"
26418 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26419 qmgr"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26422 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 dlls/qmgr/tests/Makefile"
26426 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26427 qmgr/tests"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26430 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433 dlls/qmgrprxy/Makefile"
26434 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435 qmgrprxy"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441 dlls/quartz/Makefile"
26442 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443 quartz"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449 dlls/quartz/tests/Makefile"
26450 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26451 quartz/tests"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26454 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457 dlls/query/Makefile"
26458 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26459 query"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26462 ac_config_files="$ac_config_files dlls/query/Makefile"
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465 dlls/rasapi32/Makefile"
26466 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467 rasapi32"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473 dlls/rasapi32/tests/Makefile"
26474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26475 rasapi32/tests"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26478 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 dlls/rasdlg/Makefile"
26482 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26483 rasdlg"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26486 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489 dlls/resutils/Makefile"
26490 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491 resutils"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497 dlls/riched20/Makefile"
26498 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499 riched20"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505 dlls/riched20/tests/Makefile"
26506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26507 riched20/tests"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26510 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513 dlls/riched32/Makefile"
26514 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26515 riched32"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26518 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 dlls/riched32/tests/Makefile"
26522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26523 riched32/tests"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26526 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 dlls/rpcrt4/Makefile"
26530 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531 rpcrt4"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 dlls/rpcrt4/tests/Makefile"
26538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26539 rpcrt4/tests"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26542 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 dlls/rsabase/Makefile"
26546 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547 rsabase"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 dlls/rsaenh/Makefile"
26554 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26555 rsaenh"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26558 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561 dlls/rsaenh/tests/Makefile"
26562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26563 rsaenh/tests"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26566 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569 dlls/sane.ds/Makefile"
26570 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571 sane.ds"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577 dlls/sccbase/Makefile"
26578 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26579 sccbase"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26582 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585 dlls/schannel/Makefile"
26586 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587 schannel"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593 dlls/schannel/tests/Makefile"
26594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26595 schannel/tests"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26598 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 dlls/secur32/Makefile"
26602 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26603 secur32"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26606 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 dlls/secur32/tests/Makefile"
26610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26611 secur32/tests"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26614 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 dlls/security/Makefile"
26618 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26619 security"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26622 ac_config_files="$ac_config_files dlls/security/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 dlls/sensapi/Makefile"
26626 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26627 sensapi"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26630 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633 dlls/serialui/Makefile"
26634 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26635 serialui"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26638 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 dlls/serialui/tests/Makefile"
26642 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26643 serialui/tests"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26646 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649 dlls/setupapi/Makefile"
26650 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26651 setupapi"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26654 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 dlls/setupapi/tests/Makefile"
26658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26659 setupapi/tests"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26662 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665 dlls/sfc/Makefile"
26666 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667 sfc"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673 dlls/sfc_os/Makefile"
26674 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675 sfc_os"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 dlls/shdoclc/Makefile"
26682 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26683 shdoclc"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26686 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689 dlls/shdocvw/Makefile"
26690 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691 shdocvw"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697 dlls/shdocvw/tests/Makefile"
26698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26699 shdocvw/tests"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26702 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705 dlls/shell32/Makefile"
26706 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707 shell32"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 dlls/shell32/tests/Makefile"
26714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26715 shell32/tests"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26718 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721 dlls/shfolder/Makefile"
26722 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26723 shfolder"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26726 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729 dlls/shlwapi/Makefile"
26730 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26731 shlwapi"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26734 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 dlls/shlwapi/tests/Makefile"
26738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26739 shlwapi/tests"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26742 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745 dlls/slbcsp/Makefile"
26746 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747 slbcsp"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753 dlls/slc/Makefile"
26754 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755 slc"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/slc/Makefile"
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761 dlls/snmpapi/Makefile"
26762 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763 snmpapi"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769 dlls/snmpapi/tests/Makefile"
26770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26771 snmpapi/tests"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26774 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777 dlls/softpub/Makefile"
26778 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26779 softpub"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26782 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785 dlls/spoolss/Makefile"
26786 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26787 spoolss"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26790 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 dlls/spoolss/tests/Makefile"
26794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26795 spoolss/tests"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26798 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801 dlls/stdole2.tlb/Makefile"
26802 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26803 stdole2.tlb"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26806 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 dlls/stdole32.tlb/Makefile"
26810 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26811 stdole32.tlb"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26814 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817 dlls/sti/Makefile"
26818 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26819 sti"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26822 ac_config_files="$ac_config_files dlls/sti/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 dlls/strmiids/Makefile"
26826 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26827 strmiids"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26830 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833 dlls/svrapi/Makefile"
26834 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26835 svrapi"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26838 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841 dlls/sxs/Makefile"
26842 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26843 sxs"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26846 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 dlls/tapi32/Makefile"
26850 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851 tapi32"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 dlls/traffic/Makefile"
26858 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26859 traffic"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26862 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865 dlls/twain_32/Makefile"
26866 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26867 twain_32"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26870 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 dlls/twain_32/tests/Makefile"
26874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26875 twain_32/tests"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26878 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881 dlls/unicows/Makefile"
26882 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26883 unicows"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26886 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889 dlls/updspapi/Makefile"
26890 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26891 updspapi"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26894 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 dlls/url/Makefile"
26898 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26899 url"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26902 ac_config_files="$ac_config_files dlls/url/Makefile"
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905 dlls/urlmon/Makefile"
26906 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26907 urlmon"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26910 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 dlls/urlmon/tests/Makefile"
26914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26915 urlmon/tests"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26918 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921 dlls/user32/Makefile"
26922 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26923 user32"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26926 ac_config_files="$ac_config_files dlls/user32/Makefile"
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929 dlls/user32/tests/Makefile"
26930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26931 user32/tests"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26934 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 dlls/userenv/Makefile"
26938 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26939 userenv"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26942 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 dlls/userenv/tests/Makefile"
26946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26947 userenv/tests"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26950 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 dlls/usp10/Makefile"
26954 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26955 usp10"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26958 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 dlls/usp10/tests/Makefile"
26962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26963 usp10/tests"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26966 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969 dlls/uuid/Makefile"
26970 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26971 uuid"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26974 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977 dlls/uxtheme/Makefile"
26978 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26979 uxtheme"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26982 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 dlls/uxtheme/tests/Makefile"
26986 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26987 uxtheme/tests"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26990 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 dlls/vdhcp.vxd/Makefile"
26994 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26995 vdhcp.vxd"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26998 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 dlls/vdmdbg/Makefile"
27002 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27003 vdmdbg"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27006 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009 dlls/version/Makefile"
27010 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27011 version"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27014 ac_config_files="$ac_config_files dlls/version/Makefile"
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017 dlls/version/tests/Makefile"
27018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27019 version/tests"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27022 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025 dlls/vmm.vxd/Makefile"
27026 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27027 vmm.vxd"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27030 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 dlls/vnbt.vxd/Makefile"
27034 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27035 vnbt.vxd"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27038 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 dlls/vnetbios.vxd/Makefile"
27042 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27043 vnetbios.vxd"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27046 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049 dlls/vtdapi.vxd/Makefile"
27050 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051 vtdapi.vxd"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 dlls/vwin32.vxd/Makefile"
27058 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27059 vwin32.vxd"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27062 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065 dlls/w32skrnl/Makefile"
27066 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067 w32skrnl"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 dlls/winealsa.drv/Makefile"
27074 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27075 winealsa.drv"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27078 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 dlls/wineaudioio.drv/Makefile"
27082 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083 wineaudioio.drv"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 dlls/winecoreaudio.drv/Makefile"
27090 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27091 winecoreaudio.drv"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27094 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097 dlls/winecrt0/Makefile"
27098 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27099 winecrt0"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27102 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 dlls/wined3d/Makefile"
27106 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27107 wined3d"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27110 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113 dlls/winedos/Makefile"
27114 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27115 winedos"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27118 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121 dlls/wineesd.drv/Makefile"
27122 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27123 wineesd.drv"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27126 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 dlls/winejack.drv/Makefile"
27130 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27131 winejack.drv"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27134 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137 dlls/winejoystick.drv/Makefile"
27138 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27139 winejoystick.drv"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27142 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145 dlls/winemp3.acm/Makefile"
27146 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27147 winemp3.acm"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27150 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153 dlls/winenas.drv/Makefile"
27154 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27155 winenas.drv"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27158 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161 dlls/wineoss.drv/Makefile"
27162 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27163 wineoss.drv"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27166 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 dlls/wineps.drv/Makefile"
27170 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27171 wineps.drv"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27174 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177 dlls/winequartz.drv/Makefile"
27178 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27179 winequartz.drv"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27182 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185 dlls/winex11.drv/Makefile"
27186 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27187 winex11.drv"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27190 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 dlls/wing32/Makefile"
27194 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27195 wing32"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27198 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201 dlls/winhttp/Makefile"
27202 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27203 winhttp"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27206 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 dlls/winhttp/tests/Makefile"
27210 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27211 winhttp/tests"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27214 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217 dlls/wininet/Makefile"
27218 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27219 wininet"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27222 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 dlls/wininet/tests/Makefile"
27226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27227 wininet/tests"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27230 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233 dlls/winmm/Makefile"
27234 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27235 winmm"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27238 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241 dlls/winmm/tests/Makefile"
27242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27243 winmm/tests"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27246 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 dlls/winnls32/Makefile"
27250 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27251 winnls32"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27254 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257 dlls/winscard/Makefile"
27258 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27259 winscard"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27262 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265 dlls/winspool.drv/Makefile"
27266 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27267 winspool.drv"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27270 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273 dlls/winspool.drv/tests/Makefile"
27274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27275 winspool.drv/tests"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27278 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281 dlls/wintab32/Makefile"
27282 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27283 wintab32"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27286 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289 dlls/wintrust/Makefile"
27290 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27291 wintrust"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27294 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297 dlls/wintrust/tests/Makefile"
27298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27299 wintrust/tests"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27302 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305 dlls/wldap32/Makefile"
27306 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27307 wldap32"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27310 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313 dlls/wldap32/tests/Makefile"
27314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27315 wldap32/tests"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27318 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321 dlls/wmi/Makefile"
27322 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27323 wmi"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27326 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329 dlls/wnaspi32/Makefile"
27330 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27331 wnaspi32"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27334 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 dlls/wow32/Makefile"
27338 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27339 wow32"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27342 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345 dlls/ws2_32/Makefile"
27346 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27347 ws2_32"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27350 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353 dlls/ws2_32/tests/Makefile"
27354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27355 ws2_32/tests"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27358 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361 dlls/wsock32/Makefile"
27362 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27363 wsock32"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27366 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369 dlls/wtsapi32/Makefile"
27370 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27371 wtsapi32"
27372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27373 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27374 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27376 ALL_MAKEFILES="$ALL_MAKEFILES \\
27377 dlls/wuapi/Makefile"
27378 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27379 wuapi"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27382 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385 dlls/xinput1_1/Makefile"
27386 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27387 xinput1_1"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27390 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393 dlls/xinput1_2/Makefile"
27394 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27395 xinput1_2"
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27398 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401 dlls/xinput1_3/Makefile"
27402 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27403 xinput1_3"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27406 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409 dlls/xinput1_3/tests/Makefile"
27410 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27411 xinput1_3/tests"
27412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27413 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27414 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27416 ALL_MAKEFILES="$ALL_MAKEFILES \\
27417 dlls/xinput9_1_0/Makefile"
27418 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27419 xinput9_1_0"
27420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27421 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27422 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27424 ALL_MAKEFILES="$ALL_MAKEFILES \\
27425 documentation/Makefile"
27426 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27427 documentation"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 documentation/Makefile: documentation/Makefile.in Make.rules"
27430 ac_config_files="$ac_config_files documentation/Makefile"
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433 fonts/Makefile"
27434 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27435 fonts"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 fonts/Makefile: fonts/Makefile.in Make.rules"
27438 ac_config_files="$ac_config_files fonts/Makefile"
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441 include/Makefile"
27442 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27443 include"
27444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27445 include/Makefile: include/Makefile.in Make.rules"
27446 ac_config_files="$ac_config_files include/Makefile"
27448 ALL_MAKEFILES="$ALL_MAKEFILES \\
27449 libs/Makefile"
27450 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27451 libs"
27452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27453 libs/Makefile: libs/Makefile.in Make.rules"
27454 ac_config_files="$ac_config_files libs/Makefile"
27456 ALL_MAKEFILES="$ALL_MAKEFILES \\
27457 libs/port/Makefile"
27459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27460 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27461 ac_config_files="$ac_config_files libs/port/Makefile"
27463 ALL_MAKEFILES="$ALL_MAKEFILES \\
27464 libs/wine/Makefile"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27468 ac_config_files="$ac_config_files libs/wine/Makefile"
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471 libs/wpp/Makefile"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27475 ac_config_files="$ac_config_files libs/wpp/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 loader/Makefile"
27479 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27480 loader"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 loader/Makefile: loader/Makefile.in Make.rules"
27483 ac_config_files="$ac_config_files loader/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 programs/Makefile"
27487 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27488 programs"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 programs/Makefile: programs/Makefile.in Make.rules"
27491 ac_config_files="$ac_config_files programs/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 programs/cacls/Makefile"
27495 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27496 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27497 cacls"
27498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27499 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27500 ac_config_files="$ac_config_files programs/cacls/Makefile"
27502 ALL_MAKEFILES="$ALL_MAKEFILES \\
27503 programs/clock/Makefile"
27504 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27505 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27506 clock"
27507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27508 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27509 ac_config_files="$ac_config_files programs/clock/Makefile"
27511 ALL_MAKEFILES="$ALL_MAKEFILES \\
27512 programs/cmd/Makefile"
27513 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27514 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27515 cmd"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27518 ac_config_files="$ac_config_files programs/cmd/Makefile"
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521 programs/cmdlgtst/Makefile"
27522 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27523 cmdlgtst"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27526 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529 programs/control/Makefile"
27530 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27531 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27532 control"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27535 ac_config_files="$ac_config_files programs/control/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 programs/eject/Makefile"
27539 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27540 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27541 eject"
27542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27543 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27544 ac_config_files="$ac_config_files programs/eject/Makefile"
27546 ALL_MAKEFILES="$ALL_MAKEFILES \\
27547 programs/expand/Makefile"
27548 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27549 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27550 expand"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27553 ac_config_files="$ac_config_files programs/expand/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 programs/explorer/Makefile"
27557 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27558 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27559 explorer"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27562 ac_config_files="$ac_config_files programs/explorer/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 programs/hh/Makefile"
27566 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27567 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27571 ac_config_files="$ac_config_files programs/hh/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 programs/icinfo/Makefile"
27575 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27576 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27577 icinfo"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27580 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 programs/iexplore/Makefile"
27584 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27585 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27586 iexplore"
27587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27588 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27589 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27591 ALL_MAKEFILES="$ALL_MAKEFILES \\
27592 programs/lodctr/Makefile"
27593 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27594 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27595 lodctr"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27598 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601 programs/msiexec/Makefile"
27602 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27603 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27604 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27605 msiexec"
27606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27607 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27608 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27610 ALL_MAKEFILES="$ALL_MAKEFILES \\
27611 programs/net/Makefile"
27612 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27613 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27614 net"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27617 ac_config_files="$ac_config_files programs/net/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 programs/notepad/Makefile"
27621 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27622 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27623 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27624 notepad"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27627 ac_config_files="$ac_config_files programs/notepad/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 programs/oleview/Makefile"
27631 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27632 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27633 oleview"
27634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27635 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27636 ac_config_files="$ac_config_files programs/oleview/Makefile"
27638 ALL_MAKEFILES="$ALL_MAKEFILES \\
27639 programs/progman/Makefile"
27640 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27641 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27642 progman"
27643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27644 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27645 ac_config_files="$ac_config_files programs/progman/Makefile"
27647 ALL_MAKEFILES="$ALL_MAKEFILES \\
27648 programs/reg/Makefile"
27649 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27650 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27651 reg"
27652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27653 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27654 ac_config_files="$ac_config_files programs/reg/Makefile"
27656 ALL_MAKEFILES="$ALL_MAKEFILES \\
27657 programs/regedit/Makefile"
27658 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27659 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27660 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27661 regedit"
27662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27663 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27664 ac_config_files="$ac_config_files programs/regedit/Makefile"
27666 ALL_MAKEFILES="$ALL_MAKEFILES \\
27667 programs/regsvr32/Makefile"
27668 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27669 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27670 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27671 regsvr32"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27674 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677 programs/rpcss/Makefile"
27678 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27679 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27680 rpcss"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27683 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 programs/rundll32/Makefile"
27687 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27688 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27689 rundll32"
27690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27691 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27692 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27694 ALL_MAKEFILES="$ALL_MAKEFILES \\
27695 programs/secedit/Makefile"
27696 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27697 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27698 secedit"
27699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27700 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27701 ac_config_files="$ac_config_files programs/secedit/Makefile"
27703 ALL_MAKEFILES="$ALL_MAKEFILES \\
27704 programs/services/Makefile"
27705 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27706 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27707 services"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27710 ac_config_files="$ac_config_files programs/services/Makefile"
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713 programs/spoolsv/Makefile"
27714 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27715 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27716 spoolsv"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27719 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722 programs/start/Makefile"
27723 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27724 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27725 start"
27726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27727 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27728 ac_config_files="$ac_config_files programs/start/Makefile"
27730 ALL_MAKEFILES="$ALL_MAKEFILES \\
27731 programs/svchost/Makefile"
27732 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27733 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27734 svchost"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27737 ac_config_files="$ac_config_files programs/svchost/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 programs/taskmgr/Makefile"
27741 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27742 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27743 taskmgr"
27744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27745 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27746 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27748 ALL_MAKEFILES="$ALL_MAKEFILES \\
27749 programs/uninstaller/Makefile"
27750 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27751 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27752 uninstaller"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27755 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 programs/unlodctr/Makefile"
27759 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27760 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27761 unlodctr"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27764 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767 programs/view/Makefile"
27768 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27769 view"
27770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27771 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27772 ac_config_files="$ac_config_files programs/view/Makefile"
27774 ALL_MAKEFILES="$ALL_MAKEFILES \\
27775 programs/wineboot/Makefile"
27776 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27777 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27778 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27779 wineboot"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27782 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785 programs/winebrowser/Makefile"
27786 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27787 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27788 winebrowser"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/winecfg/Makefile"
27795 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27797 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27798 winecfg"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27801 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 programs/wineconsole/Makefile"
27805 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27806 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27807 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27808 wineconsole"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27811 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814 programs/winedbg/Makefile"
27815 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27816 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27817 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27818 winedbg"
27819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27820 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27821 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27823 ALL_MAKEFILES="$ALL_MAKEFILES \\
27824 programs/winedevice/Makefile"
27825 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27826 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27827 winedevice"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27830 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 programs/winefile/Makefile"
27834 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27835 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27836 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27837 winefile"
27838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27839 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27840 ac_config_files="$ac_config_files programs/winefile/Makefile"
27842 ALL_MAKEFILES="$ALL_MAKEFILES \\
27843 programs/winemenubuilder/Makefile"
27844 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27845 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27846 winemenubuilder"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27849 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 programs/winemine/Makefile"
27853 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27854 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27855 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27856 winemine"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27859 ac_config_files="$ac_config_files programs/winemine/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 programs/winepath/Makefile"
27863 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27864 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27865 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27866 winepath"
27867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27868 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27869 ac_config_files="$ac_config_files programs/winepath/Makefile"
27871 ALL_MAKEFILES="$ALL_MAKEFILES \\
27872 programs/winetest/Makefile"
27873 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27874 winetest"
27875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27876 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27877 ac_config_files="$ac_config_files programs/winetest/Makefile"
27879 ALL_MAKEFILES="$ALL_MAKEFILES \\
27880 programs/winevdm/Makefile"
27881 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27882 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27883 winevdm"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27886 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889 programs/winhelp.exe16/Makefile"
27890 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27891 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27892 winhelp.exe16"
27893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27894 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27895 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27897 ALL_MAKEFILES="$ALL_MAKEFILES \\
27898 programs/winhlp32/Makefile"
27899 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27900 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27901 winhlp32"
27902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27903 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27904 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27906 ALL_MAKEFILES="$ALL_MAKEFILES \\
27907 programs/winoldap.mod16/Makefile"
27908 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27909 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27910 winoldap.mod16"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27913 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 programs/winver/Makefile"
27917 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27918 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27919 winver"
27920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27921 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27922 ac_config_files="$ac_config_files programs/winver/Makefile"
27924 ALL_MAKEFILES="$ALL_MAKEFILES \\
27925 programs/wordpad/Makefile"
27926 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27927 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27928 wordpad"
27929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27930 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27931 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27933 ALL_MAKEFILES="$ALL_MAKEFILES \\
27934 programs/write/Makefile"
27935 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27936 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27937 write"
27938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27939 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27940 ac_config_files="$ac_config_files programs/write/Makefile"
27942 ALL_MAKEFILES="$ALL_MAKEFILES \\
27943 programs/xcopy/Makefile"
27944 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27945 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27946 xcopy"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27949 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 server/Makefile"
27953 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27954 server"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 server/Makefile: server/Makefile.in Make.rules"
27957 ac_config_files="$ac_config_files server/Makefile"
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960 tools/Makefile"
27961 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27962 tools"
27963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27964 tools/Makefile: tools/Makefile.in Make.rules"
27965 ac_config_files="$ac_config_files tools/Makefile"
27967 ALL_MAKEFILES="$ALL_MAKEFILES \\
27968 tools/widl/Makefile"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27972 ac_config_files="$ac_config_files tools/widl/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 tools/winebuild/Makefile"
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27979 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27981 ALL_MAKEFILES="$ALL_MAKEFILES \\
27982 tools/winedump/Makefile"
27984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27985 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27986 ac_config_files="$ac_config_files tools/winedump/Makefile"
27988 ALL_MAKEFILES="$ALL_MAKEFILES \\
27989 tools/winegcc/Makefile"
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27993 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27995 ALL_MAKEFILES="$ALL_MAKEFILES \\
27996 tools/wmc/Makefile"
27998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27999 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28000 ac_config_files="$ac_config_files tools/wmc/Makefile"
28002 ALL_MAKEFILES="$ALL_MAKEFILES \\
28003 tools/wrc/Makefile"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28007 ac_config_files="$ac_config_files tools/wrc/Makefile"
28011 ALL_WINETEST_DEPENDS="# Test binaries"
28013 for dir in $ALL_TEST_DIRS
28015 if test "$dir" != "\\"
28016 then
28017 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28018 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28019 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28020 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28022 done
28024 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28026 cat >confcache <<\_ACEOF
28027 # This file is a shell script that caches the results of configure
28028 # tests run on this system so they can be shared between configure
28029 # scripts and configure runs, see configure's option --config-cache.
28030 # It is not useful on other systems. If it contains results you don't
28031 # want to keep, you may remove or edit it.
28033 # config.status only pays attention to the cache file if you give it
28034 # the --recheck option to rerun configure.
28036 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28037 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28038 # following values.
28040 _ACEOF
28042 # The following way of writing the cache mishandles newlines in values,
28043 # but we know of no workaround that is simple, portable, and efficient.
28044 # So, we kill variables containing newlines.
28045 # Ultrix sh set writes to stderr and can't be redirected directly,
28046 # and sets the high bit in the cache file unless we assign to the vars.
28048 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28049 eval ac_val=\$$ac_var
28050 case $ac_val in #(
28051 *${as_nl}*)
28052 case $ac_var in #(
28053 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28054 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28055 esac
28056 case $ac_var in #(
28057 _ | IFS | as_nl) ;; #(
28058 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28059 *) $as_unset $ac_var ;;
28060 esac ;;
28061 esac
28062 done
28064 (set) 2>&1 |
28065 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28066 *${as_nl}ac_space=\ *)
28067 # `set' does not quote correctly, so add quotes (double-quote
28068 # substitution turns \\\\ into \\, and sed turns \\ into \).
28069 sed -n \
28070 "s/'/'\\\\''/g;
28071 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28072 ;; #(
28074 # `set' quotes correctly as required by POSIX, so do not add quotes.
28075 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28077 esac |
28078 sort
28080 sed '
28081 /^ac_cv_env_/b end
28082 t clear
28083 :clear
28084 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28085 t end
28086 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28087 :end' >>confcache
28088 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28089 if test -w "$cache_file"; then
28090 test "x$cache_file" != "x/dev/null" &&
28091 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28092 $as_echo "$as_me: updating cache $cache_file" >&6;}
28093 cat confcache >$cache_file
28094 else
28095 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28096 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28099 rm -f confcache
28101 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28102 # Let make expand exec_prefix.
28103 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28105 DEFS=-DHAVE_CONFIG_H
28107 ac_libobjs=
28108 ac_ltlibobjs=
28109 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28110 # 1. Remove the extension, and $U if already installed.
28111 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28112 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28113 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28114 # will be set to the directory where LIBOBJS objects are built.
28115 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28116 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28117 done
28118 LIBOBJS=$ac_libobjs
28120 LTLIBOBJS=$ac_ltlibobjs
28124 : ${CONFIG_STATUS=./config.status}
28125 ac_write_fail=0
28126 ac_clean_files_save=$ac_clean_files
28127 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28128 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28129 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28130 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28131 #! $SHELL
28132 # Generated by $as_me.
28133 # Run this file to recreate the current configuration.
28134 # Compiler output produced by configure, useful for debugging
28135 # configure, is in config.log if it exists.
28137 debug=false
28138 ac_cs_recheck=false
28139 ac_cs_silent=false
28140 SHELL=\${CONFIG_SHELL-$SHELL}
28141 _ACEOF
28143 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28144 ## --------------------- ##
28145 ## M4sh Initialization. ##
28146 ## --------------------- ##
28148 # Be more Bourne compatible
28149 DUALCASE=1; export DUALCASE # for MKS sh
28150 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28151 emulate sh
28152 NULLCMD=:
28153 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28154 # is contrary to our usage. Disable this feature.
28155 alias -g '${1+"$@"}'='"$@"'
28156 setopt NO_GLOB_SUBST
28157 else
28158 case `(set -o) 2>/dev/null` in
28159 *posix*) set -o posix ;;
28160 esac
28167 # PATH needs CR
28168 # Avoid depending upon Character Ranges.
28169 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28170 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28171 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28172 as_cr_digits='0123456789'
28173 as_cr_alnum=$as_cr_Letters$as_cr_digits
28175 as_nl='
28177 export as_nl
28178 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28179 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28180 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28181 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28182 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28183 as_echo='printf %s\n'
28184 as_echo_n='printf %s'
28185 else
28186 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28187 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28188 as_echo_n='/usr/ucb/echo -n'
28189 else
28190 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28191 as_echo_n_body='eval
28192 arg=$1;
28193 case $arg in
28194 *"$as_nl"*)
28195 expr "X$arg" : "X\\(.*\\)$as_nl";
28196 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28197 esac;
28198 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28200 export as_echo_n_body
28201 as_echo_n='sh -c $as_echo_n_body as_echo'
28203 export as_echo_body
28204 as_echo='sh -c $as_echo_body as_echo'
28207 # The user is always right.
28208 if test "${PATH_SEPARATOR+set}" != set; then
28209 PATH_SEPARATOR=:
28210 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28211 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28212 PATH_SEPARATOR=';'
28216 # Support unset when possible.
28217 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28218 as_unset=unset
28219 else
28220 as_unset=false
28224 # IFS
28225 # We need space, tab and new line, in precisely that order. Quoting is
28226 # there to prevent editors from complaining about space-tab.
28227 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28228 # splitting by setting IFS to empty value.)
28229 IFS=" "" $as_nl"
28231 # Find who we are. Look in the path if we contain no directory separator.
28232 case $0 in
28233 *[\\/]* ) as_myself=$0 ;;
28234 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28235 for as_dir in $PATH
28237 IFS=$as_save_IFS
28238 test -z "$as_dir" && as_dir=.
28239 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28240 done
28241 IFS=$as_save_IFS
28244 esac
28245 # We did not find ourselves, most probably we were run as `sh COMMAND'
28246 # in which case we are not to be found in the path.
28247 if test "x$as_myself" = x; then
28248 as_myself=$0
28250 if test ! -f "$as_myself"; then
28251 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28252 { (exit 1); exit 1; }
28255 # Work around bugs in pre-3.0 UWIN ksh.
28256 for as_var in ENV MAIL MAILPATH
28257 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28258 done
28259 PS1='$ '
28260 PS2='> '
28261 PS4='+ '
28263 # NLS nuisances.
28264 LC_ALL=C
28265 export LC_ALL
28266 LANGUAGE=C
28267 export LANGUAGE
28269 # Required to use basename.
28270 if expr a : '\(a\)' >/dev/null 2>&1 &&
28271 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28272 as_expr=expr
28273 else
28274 as_expr=false
28277 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28278 as_basename=basename
28279 else
28280 as_basename=false
28284 # Name of the executable.
28285 as_me=`$as_basename -- "$0" ||
28286 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28287 X"$0" : 'X\(//\)$' \| \
28288 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28289 $as_echo X/"$0" |
28290 sed '/^.*\/\([^/][^/]*\)\/*$/{
28291 s//\1/
28294 /^X\/\(\/\/\)$/{
28295 s//\1/
28298 /^X\/\(\/\).*/{
28299 s//\1/
28302 s/.*/./; q'`
28304 # CDPATH.
28305 $as_unset CDPATH
28309 as_lineno_1=$LINENO
28310 as_lineno_2=$LINENO
28311 test "x$as_lineno_1" != "x$as_lineno_2" &&
28312 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28314 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28315 # uniformly replaced by the line number. The first 'sed' inserts a
28316 # line-number line after each line using $LINENO; the second 'sed'
28317 # does the real work. The second script uses 'N' to pair each
28318 # line-number line with the line containing $LINENO, and appends
28319 # trailing '-' during substitution so that $LINENO is not a special
28320 # case at line end.
28321 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28322 # scripts with optimization help from Paolo Bonzini. Blame Lee
28323 # E. McMahon (1931-1989) for sed's syntax. :-)
28324 sed -n '
28326 /[$]LINENO/=
28327 ' <$as_myself |
28328 sed '
28329 s/[$]LINENO.*/&-/
28330 t lineno
28332 :lineno
28334 :loop
28335 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28336 t loop
28337 s/-\n.*//
28338 ' >$as_me.lineno &&
28339 chmod +x "$as_me.lineno" ||
28340 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28341 { (exit 1); exit 1; }; }
28343 # Don't try to exec as it changes $[0], causing all sort of problems
28344 # (the dirname of $[0] is not the place where we might find the
28345 # original and so on. Autoconf is especially sensitive to this).
28346 . "./$as_me.lineno"
28347 # Exit status is that of the last command.
28348 exit
28352 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28353 as_dirname=dirname
28354 else
28355 as_dirname=false
28358 ECHO_C= ECHO_N= ECHO_T=
28359 case `echo -n x` in
28360 -n*)
28361 case `echo 'x\c'` in
28362 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28363 *) ECHO_C='\c';;
28364 esac;;
28366 ECHO_N='-n';;
28367 esac
28368 if expr a : '\(a\)' >/dev/null 2>&1 &&
28369 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28370 as_expr=expr
28371 else
28372 as_expr=false
28375 rm -f conf$$ conf$$.exe conf$$.file
28376 if test -d conf$$.dir; then
28377 rm -f conf$$.dir/conf$$.file
28378 else
28379 rm -f conf$$.dir
28380 mkdir conf$$.dir 2>/dev/null
28382 if (echo >conf$$.file) 2>/dev/null; then
28383 if ln -s conf$$.file conf$$ 2>/dev/null; then
28384 as_ln_s='ln -s'
28385 # ... but there are two gotchas:
28386 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28387 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28388 # In both cases, we have to default to `cp -p'.
28389 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28390 as_ln_s='cp -p'
28391 elif ln conf$$.file conf$$ 2>/dev/null; then
28392 as_ln_s=ln
28393 else
28394 as_ln_s='cp -p'
28396 else
28397 as_ln_s='cp -p'
28399 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28400 rmdir conf$$.dir 2>/dev/null
28402 if mkdir -p . 2>/dev/null; then
28403 as_mkdir_p=:
28404 else
28405 test -d ./-p && rmdir ./-p
28406 as_mkdir_p=false
28409 if test -x / >/dev/null 2>&1; then
28410 as_test_x='test -x'
28411 else
28412 if ls -dL / >/dev/null 2>&1; then
28413 as_ls_L_option=L
28414 else
28415 as_ls_L_option=
28417 as_test_x='
28418 eval sh -c '\''
28419 if test -d "$1"; then
28420 test -d "$1/.";
28421 else
28422 case $1 in
28423 -*)set "./$1";;
28424 esac;
28425 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28426 ???[sx]*):;;*)false;;esac;fi
28427 '\'' sh
28430 as_executable_p=$as_test_x
28432 # Sed expression to map a string onto a valid CPP name.
28433 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28435 # Sed expression to map a string onto a valid variable name.
28436 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28439 exec 6>&1
28441 # Save the log message, to keep $[0] and so on meaningful, and to
28442 # report actual input values of CONFIG_FILES etc. instead of their
28443 # values after options handling.
28444 ac_log="
28445 This file was extended by Wine $as_me 1.1.15, which was
28446 generated by GNU Autoconf 2.63. Invocation command line was
28448 CONFIG_FILES = $CONFIG_FILES
28449 CONFIG_HEADERS = $CONFIG_HEADERS
28450 CONFIG_LINKS = $CONFIG_LINKS
28451 CONFIG_COMMANDS = $CONFIG_COMMANDS
28452 $ $0 $@
28454 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28457 _ACEOF
28459 case $ac_config_files in *"
28460 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28461 esac
28463 case $ac_config_headers in *"
28464 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28465 esac
28468 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28469 # Files that config.status was made for.
28470 config_files="$ac_config_files"
28471 config_headers="$ac_config_headers"
28472 config_commands="$ac_config_commands"
28474 _ACEOF
28476 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28477 ac_cs_usage="\
28478 \`$as_me' instantiates files from templates according to the
28479 current configuration.
28481 Usage: $0 [OPTION]... [FILE]...
28483 -h, --help print this help, then exit
28484 -V, --version print version number and configuration settings, then exit
28485 -q, --quiet, --silent
28486 do not print progress messages
28487 -d, --debug don't remove temporary files
28488 --recheck update $as_me by reconfiguring in the same conditions
28489 --file=FILE[:TEMPLATE]
28490 instantiate the configuration file FILE
28491 --header=FILE[:TEMPLATE]
28492 instantiate the configuration header FILE
28494 Configuration files:
28495 $config_files
28497 Configuration headers:
28498 $config_headers
28500 Configuration commands:
28501 $config_commands
28503 Report bugs to <bug-autoconf@gnu.org>."
28505 _ACEOF
28506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28507 ac_cs_version="\\
28508 Wine config.status 1.1.15
28509 configured by $0, generated by GNU Autoconf 2.63,
28510 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28512 Copyright (C) 2008 Free Software Foundation, Inc.
28513 This config.status script is free software; the Free Software Foundation
28514 gives unlimited permission to copy, distribute and modify it."
28516 ac_pwd='$ac_pwd'
28517 srcdir='$srcdir'
28518 INSTALL='$INSTALL'
28519 test -n "\$AWK" || AWK=awk
28520 _ACEOF
28522 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28523 # The default lists apply if the user does not specify any file.
28524 ac_need_defaults=:
28525 while test $# != 0
28527 case $1 in
28528 --*=*)
28529 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28530 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28531 ac_shift=:
28534 ac_option=$1
28535 ac_optarg=$2
28536 ac_shift=shift
28538 esac
28540 case $ac_option in
28541 # Handling of the options.
28542 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28543 ac_cs_recheck=: ;;
28544 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28545 $as_echo "$ac_cs_version"; exit ;;
28546 --debug | --debu | --deb | --de | --d | -d )
28547 debug=: ;;
28548 --file | --fil | --fi | --f )
28549 $ac_shift
28550 case $ac_optarg in
28551 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28552 esac
28553 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28554 ac_need_defaults=false;;
28555 --header | --heade | --head | --hea )
28556 $ac_shift
28557 case $ac_optarg in
28558 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28559 esac
28560 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28561 ac_need_defaults=false;;
28562 --he | --h)
28563 # Conflict between --help and --header
28564 { $as_echo "$as_me: error: ambiguous option: $1
28565 Try \`$0 --help' for more information." >&2
28566 { (exit 1); exit 1; }; };;
28567 --help | --hel | -h )
28568 $as_echo "$ac_cs_usage"; exit ;;
28569 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28570 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28571 ac_cs_silent=: ;;
28573 # This is an error.
28574 -*) { $as_echo "$as_me: error: unrecognized option: $1
28575 Try \`$0 --help' for more information." >&2
28576 { (exit 1); exit 1; }; } ;;
28578 *) ac_config_targets="$ac_config_targets $1"
28579 ac_need_defaults=false ;;
28581 esac
28582 shift
28583 done
28585 ac_configure_extra_args=
28587 if $ac_cs_silent; then
28588 exec 6>/dev/null
28589 ac_configure_extra_args="$ac_configure_extra_args --silent"
28592 _ACEOF
28593 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28594 if \$ac_cs_recheck; then
28595 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28596 shift
28597 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28598 CONFIG_SHELL='$SHELL'
28599 export CONFIG_SHELL
28600 exec "\$@"
28603 _ACEOF
28604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28605 exec 5>>config.log
28607 echo
28608 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28609 ## Running $as_me. ##
28610 _ASBOX
28611 $as_echo "$ac_log"
28612 } >&5
28614 _ACEOF
28615 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28616 _ACEOF
28618 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28620 # Handling of arguments.
28621 for ac_config_target in $ac_config_targets
28623 case $ac_config_target in
28624 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28625 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28626 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28627 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28628 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28629 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28630 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28631 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28632 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28633 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28634 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28635 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28636 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28637 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28638 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28639 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28640 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28641 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28642 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28643 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28644 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28645 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28646 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28647 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28648 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28649 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28650 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28651 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28652 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28653 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28654 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28655 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28656 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28657 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28658 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28659 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28660 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28661 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28662 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28663 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28664 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28665 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28666 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28667 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28668 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28669 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28670 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28671 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28672 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28673 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28674 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28675 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28676 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28677 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28678 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28679 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28680 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28681 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28682 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28683 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28684 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28685 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28686 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28687 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28688 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28689 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28690 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28691 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28692 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28693 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28694 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28695 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28696 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28697 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28698 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28699 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28700 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28701 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28702 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28703 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28704 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28705 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28706 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28707 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28708 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28709 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28710 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28711 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28712 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28713 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28714 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28715 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28716 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28717 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28718 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28719 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28720 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28721 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28722 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28723 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28724 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28725 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28726 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28727 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28728 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28729 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28730 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28731 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28732 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28733 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28734 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28735 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28736 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28737 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28738 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28739 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28740 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28741 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28742 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28743 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28744 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28745 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28746 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28747 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28748 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28749 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28750 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28751 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28752 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28753 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28754 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28755 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28756 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28757 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28758 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28759 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28760 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28761 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28762 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28763 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28764 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28765 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28766 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28767 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28768 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28769 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28770 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28771 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28772 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28773 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28774 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28775 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28776 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28777 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28778 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28779 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28780 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28781 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28782 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28783 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28784 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28785 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28786 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28787 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28788 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28789 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28790 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28791 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28792 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28793 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28794 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28795 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28796 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28797 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28798 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28799 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28800 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28801 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28802 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28803 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28804 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28805 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28806 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28807 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28808 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28809 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28810 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28811 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28812 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28813 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28814 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28815 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28816 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28817 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28818 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28819 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28820 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28821 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28822 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28823 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28824 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28825 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28826 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28827 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28828 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28829 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28830 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28831 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28832 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28833 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28834 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28835 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28836 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28837 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28838 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28839 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28840 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28841 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28842 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28843 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28844 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28845 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28846 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28847 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28848 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28849 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28850 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28851 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28852 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28853 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28854 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28855 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28856 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28857 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28858 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28859 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28860 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28861 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28862 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28863 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28864 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28865 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28866 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28867 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28868 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28869 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28870 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28871 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28872 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28873 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28874 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28875 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28876 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28877 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28878 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28879 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28880 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28881 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28882 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28883 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28884 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28885 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28886 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28887 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28888 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28889 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28890 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28891 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28892 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28893 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28894 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28895 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28896 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28897 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28898 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28899 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28900 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28901 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28902 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28903 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28904 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28905 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28906 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28907 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28908 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28909 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28910 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28911 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28912 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28913 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28914 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28915 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28916 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28917 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28918 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28919 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28920 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28921 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28922 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28923 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28924 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28925 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28926 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28927 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28928 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28929 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28930 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28931 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28932 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28933 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28934 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28935 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28936 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28937 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28938 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28939 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28940 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28941 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28942 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28943 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28944 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28945 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28946 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28947 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28948 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28949 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28950 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28951 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28952 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28953 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28954 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28955 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28956 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28957 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28958 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28959 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28960 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28961 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28962 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28963 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28964 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28965 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28966 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28967 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28968 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28969 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28970 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28971 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28972 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28973 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28974 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28975 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28976 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28977 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28978 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28979 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28980 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28981 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28982 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28983 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28984 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28985 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28986 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28987 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28988 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28989 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28990 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28991 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28992 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28993 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28994 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28995 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28996 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28997 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28998 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28999 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29000 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29001 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29002 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29003 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29004 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29005 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29006 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29007 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29008 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29009 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29010 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29011 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29012 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29013 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29014 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29015 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29016 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29017 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29018 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29019 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29020 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29021 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29022 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29023 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29024 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29025 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29026 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29027 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29028 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29029 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29030 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29031 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29032 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29033 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29034 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29035 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29036 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29037 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29038 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29039 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29040 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29041 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29042 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29043 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29044 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29045 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29046 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29047 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29048 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29049 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29050 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29051 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29052 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29053 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29054 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29055 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29056 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29057 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29058 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29059 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29060 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29061 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29062 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29063 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29064 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29065 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29066 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29067 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29068 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29069 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29070 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29071 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29072 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29073 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29074 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29075 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29076 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29077 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29078 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29079 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29080 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29081 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29082 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29083 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29084 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29085 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29086 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29087 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29088 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29089 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29090 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29091 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29092 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29094 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29095 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29096 { (exit 1); exit 1; }; };;
29097 esac
29098 done
29101 # If the user did not use the arguments to specify the items to instantiate,
29102 # then the envvar interface is used. Set only those that are not.
29103 # We use the long form for the default assignment because of an extremely
29104 # bizarre bug on SunOS 4.1.3.
29105 if $ac_need_defaults; then
29106 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29107 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29108 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29111 # Have a temporary directory for convenience. Make it in the build tree
29112 # simply because there is no reason against having it here, and in addition,
29113 # creating and moving files from /tmp can sometimes cause problems.
29114 # Hook for its removal unless debugging.
29115 # Note that there is a small window in which the directory will not be cleaned:
29116 # after its creation but before its name has been assigned to `$tmp'.
29117 $debug ||
29119 tmp=
29120 trap 'exit_status=$?
29121 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29123 trap '{ (exit 1); exit 1; }' 1 2 13 15
29125 # Create a (secure) tmp directory for tmp files.
29128 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29129 test -n "$tmp" && test -d "$tmp"
29130 } ||
29132 tmp=./conf$$-$RANDOM
29133 (umask 077 && mkdir "$tmp")
29134 } ||
29136 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29137 { (exit 1); exit 1; }
29140 # Set up the scripts for CONFIG_FILES section.
29141 # No need to generate them if there are no CONFIG_FILES.
29142 # This happens for instance with `./config.status config.h'.
29143 if test -n "$CONFIG_FILES"; then
29145 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29146 ac_cs_awk_getline=:
29147 ac_cs_awk_pipe_init=
29148 ac_cs_awk_read_file='
29149 while ((getline aline < (F[key])) > 0)
29150 print(aline)
29151 close(F[key])'
29152 ac_cs_awk_pipe_fini=
29153 else
29154 ac_cs_awk_getline=false
29155 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29156 ac_cs_awk_read_file='
29157 print "|#_!!_#|"
29158 print "cat " F[key] " &&"
29159 '$ac_cs_awk_pipe_init
29160 # The final `:' finishes the AND list.
29161 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29163 ac_cr=' '
29164 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29165 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29166 ac_cs_awk_cr='\\r'
29167 else
29168 ac_cs_awk_cr=$ac_cr
29171 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29172 _ACEOF
29174 # Create commands to substitute file output variables.
29176 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29177 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29178 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29179 echo "_ACAWK" &&
29180 echo "_ACEOF"
29181 } >conf$$files.sh &&
29182 . ./conf$$files.sh ||
29183 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29184 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29185 { (exit 1); exit 1; }; }
29186 rm -f conf$$files.sh
29189 echo "cat >conf$$subs.awk <<_ACEOF" &&
29190 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29191 echo "_ACEOF"
29192 } >conf$$subs.sh ||
29193 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29194 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29195 { (exit 1); exit 1; }; }
29196 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29197 ac_delim='%!_!# '
29198 for ac_last_try in false false false false false :; do
29199 . ./conf$$subs.sh ||
29200 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29201 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29202 { (exit 1); exit 1; }; }
29204 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29205 if test $ac_delim_n = $ac_delim_num; then
29206 break
29207 elif $ac_last_try; then
29208 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29209 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29210 { (exit 1); exit 1; }; }
29211 else
29212 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29214 done
29215 rm -f conf$$subs.sh
29217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29218 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29219 _ACEOF
29220 sed -n '
29222 s/^/S["/; s/!.*/"]=/
29225 s/^[^!]*!//
29226 :repl
29227 t repl
29228 s/'"$ac_delim"'$//
29229 t delim
29232 s/\(.\{148\}\).*/\1/
29233 t more1
29234 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29237 b repl
29238 :more1
29239 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29242 s/.\{148\}//
29243 t nl
29244 :delim
29246 s/\(.\{148\}\).*/\1/
29247 t more2
29248 s/["\\]/\\&/g; s/^/"/; s/$/"/
29251 :more2
29252 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29255 s/.\{148\}//
29256 t delim
29257 ' <conf$$subs.awk | sed '
29258 /^[^""]/{
29260 s/\n//
29262 ' >>$CONFIG_STATUS || ac_write_fail=1
29263 rm -f conf$$subs.awk
29264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29265 _ACAWK
29266 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29267 for (key in S) S_is_set[key] = 1
29268 FS = "\a"
29269 \$ac_cs_awk_pipe_init
29272 line = $ 0
29273 nfields = split(line, field, "@")
29274 substed = 0
29275 len = length(field[1])
29276 for (i = 2; i < nfields; i++) {
29277 key = field[i]
29278 keylen = length(key)
29279 if (S_is_set[key]) {
29280 value = S[key]
29281 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29282 len += length(value) + length(field[++i])
29283 substed = 1
29284 } else
29285 len += 1 + keylen
29287 if (nfields == 3 && !substed) {
29288 key = field[2]
29289 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29290 \$ac_cs_awk_read_file
29291 next
29294 print line
29296 \$ac_cs_awk_pipe_fini
29297 _ACAWK
29298 _ACEOF
29299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29300 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29301 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29302 else
29304 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29305 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29306 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29307 { (exit 1); exit 1; }; }
29308 _ACEOF
29310 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29311 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29312 # trailing colons and then remove the whole line if VPATH becomes empty
29313 # (actually we leave an empty line to preserve line numbers).
29314 if test "x$srcdir" = x.; then
29315 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29316 s/:*\$(srcdir):*/:/
29317 s/:*\${srcdir}:*/:/
29318 s/:*@srcdir@:*/:/
29319 s/^\([^=]*=[ ]*\):*/\1/
29320 s/:*$//
29321 s/^[^=]*=[ ]*$//
29325 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29326 fi # test -n "$CONFIG_FILES"
29328 # Set up the scripts for CONFIG_HEADERS section.
29329 # No need to generate them if there are no CONFIG_HEADERS.
29330 # This happens for instance with `./config.status Makefile'.
29331 if test -n "$CONFIG_HEADERS"; then
29332 cat >"$tmp/defines.awk" <<\_ACAWK ||
29333 BEGIN {
29334 _ACEOF
29336 # Transform confdefs.h into an awk script `defines.awk', embedded as
29337 # here-document in config.status, that substitutes the proper values into
29338 # config.h.in to produce config.h.
29340 # Create a delimiter string that does not exist in confdefs.h, to ease
29341 # handling of long lines.
29342 ac_delim='%!_!# '
29343 for ac_last_try in false false :; do
29344 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29345 if test -z "$ac_t"; then
29346 break
29347 elif $ac_last_try; then
29348 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29349 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29350 { (exit 1); exit 1; }; }
29351 else
29352 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29354 done
29356 # For the awk script, D is an array of macro values keyed by name,
29357 # likewise P contains macro parameters if any. Preserve backslash
29358 # newline sequences.
29360 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29361 sed -n '
29362 s/.\{148\}/&'"$ac_delim"'/g
29363 t rset
29364 :rset
29365 s/^[ ]*#[ ]*define[ ][ ]*/ /
29366 t def
29368 :def
29369 s/\\$//
29370 t bsnl
29371 s/["\\]/\\&/g
29372 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29373 D["\1"]=" \3"/p
29374 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29376 :bsnl
29377 s/["\\]/\\&/g
29378 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29379 D["\1"]=" \3\\\\\\n"\\/p
29380 t cont
29381 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29382 t cont
29384 :cont
29386 s/.\{148\}/&'"$ac_delim"'/g
29387 t clear
29388 :clear
29389 s/\\$//
29390 t bsnlc
29391 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29393 :bsnlc
29394 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29395 b cont
29396 ' <confdefs.h | sed '
29397 s/'"$ac_delim"'/"\\\
29398 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29401 for (key in D) D_is_set[key] = 1
29402 FS = "\a"
29404 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29405 line = \$ 0
29406 split(line, arg, " ")
29407 if (arg[1] == "#") {
29408 defundef = arg[2]
29409 mac1 = arg[3]
29410 } else {
29411 defundef = substr(arg[1], 2)
29412 mac1 = arg[2]
29414 split(mac1, mac2, "(") #)
29415 macro = mac2[1]
29416 prefix = substr(line, 1, index(line, defundef) - 1)
29417 if (D_is_set[macro]) {
29418 # Preserve the white space surrounding the "#".
29419 print prefix "define", macro P[macro] D[macro]
29420 next
29421 } else {
29422 # Replace #undef with comments. This is necessary, for example,
29423 # in the case of _POSIX_SOURCE, which is predefined and required
29424 # on some systems where configure will not decide to define it.
29425 if (defundef == "undef") {
29426 print "/*", prefix defundef, macro, "*/"
29427 next
29431 { print }
29432 _ACAWK
29433 _ACEOF
29434 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29435 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29436 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29437 { (exit 1); exit 1; }; }
29438 fi # test -n "$CONFIG_HEADERS"
29441 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29442 shift
29443 for ac_tag
29445 case $ac_tag in
29446 :[FHLC]) ac_mode=$ac_tag; continue;;
29447 esac
29448 case $ac_mode$ac_tag in
29449 :[FHL]*:*);;
29450 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29451 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29452 { (exit 1); exit 1; }; };;
29453 :[FH]-) ac_tag=-:-;;
29454 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29455 esac
29456 ac_save_IFS=$IFS
29457 IFS=:
29458 set x $ac_tag
29459 IFS=$ac_save_IFS
29460 shift
29461 ac_file=$1
29462 shift
29464 case $ac_mode in
29465 :L) ac_source=$1;;
29466 :[FH])
29467 ac_file_inputs=
29468 for ac_f
29470 case $ac_f in
29471 -) ac_f="$tmp/stdin";;
29472 *) # Look for the file first in the build tree, then in the source tree
29473 # (if the path is not absolute). The absolute path cannot be DOS-style,
29474 # because $ac_f cannot contain `:'.
29475 test -f "$ac_f" ||
29476 case $ac_f in
29477 [\\/$]*) false;;
29478 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29479 esac ||
29480 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29481 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29482 { (exit 1); exit 1; }; };;
29483 esac
29484 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29485 ac_file_inputs="$ac_file_inputs '$ac_f'"
29486 done
29488 # Let's still pretend it is `configure' which instantiates (i.e., don't
29489 # use $as_me), people would be surprised to read:
29490 # /* config.h. Generated by config.status. */
29491 configure_input='Generated from '`
29492 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29493 `' by configure.'
29494 if test x"$ac_file" != x-; then
29495 configure_input="$ac_file. $configure_input"
29496 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29497 $as_echo "$as_me: creating $ac_file" >&6;}
29499 # Neutralize special characters interpreted by sed in replacement strings.
29500 case $configure_input in #(
29501 *\&* | *\|* | *\\* )
29502 ac_sed_conf_input=`$as_echo "$configure_input" |
29503 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29504 *) ac_sed_conf_input=$configure_input;;
29505 esac
29507 case $ac_tag in
29508 *:-:* | *:-) cat >"$tmp/stdin" \
29509 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29510 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29511 { (exit 1); exit 1; }; } ;;
29512 esac
29514 esac
29516 ac_dir=`$as_dirname -- "$ac_file" ||
29517 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29518 X"$ac_file" : 'X\(//\)[^/]' \| \
29519 X"$ac_file" : 'X\(//\)$' \| \
29520 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29521 $as_echo X"$ac_file" |
29522 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29523 s//\1/
29526 /^X\(\/\/\)[^/].*/{
29527 s//\1/
29530 /^X\(\/\/\)$/{
29531 s//\1/
29534 /^X\(\/\).*/{
29535 s//\1/
29538 s/.*/./; q'`
29539 { as_dir="$ac_dir"
29540 case $as_dir in #(
29541 -*) as_dir=./$as_dir;;
29542 esac
29543 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29544 as_dirs=
29545 while :; do
29546 case $as_dir in #(
29547 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29548 *) as_qdir=$as_dir;;
29549 esac
29550 as_dirs="'$as_qdir' $as_dirs"
29551 as_dir=`$as_dirname -- "$as_dir" ||
29552 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29553 X"$as_dir" : 'X\(//\)[^/]' \| \
29554 X"$as_dir" : 'X\(//\)$' \| \
29555 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29556 $as_echo X"$as_dir" |
29557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29558 s//\1/
29561 /^X\(\/\/\)[^/].*/{
29562 s//\1/
29565 /^X\(\/\/\)$/{
29566 s//\1/
29569 /^X\(\/\).*/{
29570 s//\1/
29573 s/.*/./; q'`
29574 test -d "$as_dir" && break
29575 done
29576 test -z "$as_dirs" || eval "mkdir $as_dirs"
29577 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29578 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29579 { (exit 1); exit 1; }; }; }
29580 ac_builddir=.
29582 case "$ac_dir" in
29583 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29585 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29586 # A ".." for each directory in $ac_dir_suffix.
29587 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29588 case $ac_top_builddir_sub in
29589 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29590 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29591 esac ;;
29592 esac
29593 ac_abs_top_builddir=$ac_pwd
29594 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29595 # for backward compatibility:
29596 ac_top_builddir=$ac_top_build_prefix
29598 case $srcdir in
29599 .) # We are building in place.
29600 ac_srcdir=.
29601 ac_top_srcdir=$ac_top_builddir_sub
29602 ac_abs_top_srcdir=$ac_pwd ;;
29603 [\\/]* | ?:[\\/]* ) # Absolute name.
29604 ac_srcdir=$srcdir$ac_dir_suffix;
29605 ac_top_srcdir=$srcdir
29606 ac_abs_top_srcdir=$srcdir ;;
29607 *) # Relative name.
29608 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29609 ac_top_srcdir=$ac_top_build_prefix$srcdir
29610 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29611 esac
29612 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29615 case $ac_mode in
29618 # CONFIG_FILE
29621 case $INSTALL in
29622 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29623 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29624 esac
29625 _ACEOF
29627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29628 # If the template does not know about datarootdir, expand it.
29629 # FIXME: This hack should be removed a few years after 2.60.
29630 ac_datarootdir_hack=; ac_datarootdir_seen=
29632 ac_sed_dataroot='
29633 /datarootdir/ {
29637 /@datadir@/p
29638 /@docdir@/p
29639 /@infodir@/p
29640 /@localedir@/p
29641 /@mandir@/p
29643 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29644 *datarootdir*) ac_datarootdir_seen=yes;;
29645 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29646 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29647 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29648 _ACEOF
29649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29650 ac_datarootdir_hack='
29651 s&@datadir@&$datadir&g
29652 s&@docdir@&$docdir&g
29653 s&@infodir@&$infodir&g
29654 s&@localedir@&$localedir&g
29655 s&@mandir@&$mandir&g
29656 s&\\\${datarootdir}&$datarootdir&g' ;;
29657 esac
29658 _ACEOF
29660 # Neutralize VPATH when `$srcdir' = `.'.
29661 # Shell code in configure.ac might set extrasub.
29662 # FIXME: do we really want to maintain this feature?
29663 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29664 ac_sed_extra="$ac_vpsub
29665 $extrasub
29666 _ACEOF
29667 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29669 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29670 s|@configure_input@|$ac_sed_conf_input|;t t
29671 s&@top_builddir@&$ac_top_builddir_sub&;t t
29672 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29673 s&@srcdir@&$ac_srcdir&;t t
29674 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29675 s&@top_srcdir@&$ac_top_srcdir&;t t
29676 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29677 s&@builddir@&$ac_builddir&;t t
29678 s&@abs_builddir@&$ac_abs_builddir&;t t
29679 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29680 s&@INSTALL@&$ac_INSTALL&;t t
29681 $ac_datarootdir_hack
29683 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29684 if $ac_cs_awk_getline; then
29685 $AWK -f "$tmp/subs.awk"
29686 else
29687 $AWK -f "$tmp/subs.awk" | $SHELL
29688 fi >$tmp/out \
29689 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29690 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29691 { (exit 1); exit 1; }; }
29693 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29694 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29695 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29696 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29697 which seems to be undefined. Please make sure it is defined." >&5
29698 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29699 which seems to be undefined. Please make sure it is defined." >&2;}
29701 rm -f "$tmp/stdin"
29702 case $ac_file in
29703 -) cat "$tmp/out" && rm -f "$tmp/out";;
29704 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29705 esac \
29706 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29707 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29708 { (exit 1); exit 1; }; }
29712 # CONFIG_HEADER
29714 if test x"$ac_file" != x-; then
29716 $as_echo "/* $configure_input */" \
29717 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29718 } >"$tmp/config.h" \
29719 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29720 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29721 { (exit 1); exit 1; }; }
29722 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29723 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29724 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29725 else
29726 rm -f "$ac_file"
29727 mv "$tmp/config.h" "$ac_file" \
29728 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29729 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29730 { (exit 1); exit 1; }; }
29732 else
29733 $as_echo "/* $configure_input */" \
29734 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29735 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29736 $as_echo "$as_me: error: could not create -" >&2;}
29737 { (exit 1); exit 1; }; }
29741 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29742 $as_echo "$as_me: executing $ac_file commands" >&6;}
29744 esac
29747 case $ac_file$ac_mode in
29748 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29749 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29750 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29751 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29752 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29753 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29754 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29755 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29756 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29757 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29758 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29759 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29760 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29762 esac
29763 done # for ac_tag
29766 { (exit 0); exit 0; }
29767 _ACEOF
29768 chmod +x $CONFIG_STATUS
29769 ac_clean_files=$ac_clean_files_save
29771 test $ac_write_fail = 0 ||
29772 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29773 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29774 { (exit 1); exit 1; }; }
29777 # configure is writing to config.log, and then calls config.status.
29778 # config.status does its own redirection, appending to config.log.
29779 # Unfortunately, on DOS this fails, as config.log is still kept open
29780 # by configure, so config.status won't be able to write to it; its
29781 # output is simply discarded. So we exec the FD to /dev/null,
29782 # effectively closing config.log, so it can be properly (re)opened and
29783 # appended to by config.status. When coming back to configure, we
29784 # need to make the FD available again.
29785 if test "$no_create" != yes; then
29786 ac_cs_success=:
29787 ac_config_status_args=
29788 test "$silent" = yes &&
29789 ac_config_status_args="$ac_config_status_args --quiet"
29790 exec 5>/dev/null
29791 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29792 exec 5>>config.log
29793 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29794 # would make configure fail if this is the last instruction.
29795 $ac_cs_success || { (exit 1); exit 1; }
29797 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29798 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29799 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29803 if test "$no_create" = "yes"
29804 then
29805 exit 0
29808 ac_save_IFS="$IFS"
29809 if test "x$wine_notices != "x; then
29810 echo >&6
29811 IFS="|"
29812 for msg in $wine_notices; do
29813 IFS="$ac_save_IFS"
29814 if test -n "$msg"; then
29815 { $as_echo "$as_me:$LINENO: $msg" >&5
29816 $as_echo "$as_me: $msg" >&6;}
29818 done
29820 IFS="|"
29821 for msg in $wine_warnings; do
29822 IFS="$ac_save_IFS"
29823 if test -n "$msg"; then
29824 echo >&2
29825 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29826 $as_echo "$as_me: WARNING: $msg" >&2;}
29828 done
29829 IFS="$ac_save_IFS"
29831 echo "
29832 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29833 " >&6