wininet: Ignore invalid response headers.
[wine/multimedia.git] / configure
blobdd91eb8fe5c8d57778faf18c8d55a98f7b3f6e36
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 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.16 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_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-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"
17994 for ac_func in \
17995 _pclose \
17996 _popen \
17997 _snprintf \
17998 _spawnvp \
17999 _strdup \
18000 _stricmp \
18001 _strnicmp \
18002 _strtoi64 \
18003 _strtoui64 \
18004 _vsnprintf \
18005 asctime_r \
18006 chsize \
18007 dlopen \
18008 epoll_create \
18009 ffs \
18010 finite \
18011 fork \
18012 fpclass \
18013 fstatfs \
18014 fstatvfs \
18015 ftruncate \
18016 futimes \
18017 futimesat \
18018 getdirentries \
18019 getopt_long \
18020 getpagesize \
18021 getpwuid \
18022 gettid \
18023 gettimeofday \
18024 getuid \
18025 inet_ntop \
18026 inet_pton \
18027 kqueue \
18028 lstat \
18029 memmove \
18030 mmap \
18031 pclose \
18032 poll \
18033 popen \
18034 prctl \
18035 pread \
18036 pwrite \
18037 readdir \
18038 readlink \
18039 sched_yield \
18040 select \
18041 setproctitle \
18042 setrlimit \
18043 settimeofday \
18044 sigaltstack \
18045 sigprocmask \
18046 snprintf \
18047 socketpair \
18048 spawnvp \
18049 statfs \
18050 statvfs \
18051 strcasecmp \
18052 strdup \
18053 strerror \
18054 strncasecmp \
18055 strtold \
18056 strtoll \
18057 strtoull \
18058 symlink \
18059 tcgetattr \
18060 thr_kill2 \
18061 timegm \
18062 usleep \
18063 vsnprintf \
18064 wait4 \
18065 waitpid \
18068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18069 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18070 $as_echo_n "checking for $ac_func... " >&6; }
18071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18072 $as_echo_n "(cached) " >&6
18073 else
18074 cat >conftest.$ac_ext <<_ACEOF
18075 /* confdefs.h. */
18076 _ACEOF
18077 cat confdefs.h >>conftest.$ac_ext
18078 cat >>conftest.$ac_ext <<_ACEOF
18079 /* end confdefs.h. */
18080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18081 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18082 #define $ac_func innocuous_$ac_func
18084 /* System header to define __stub macros and hopefully few prototypes,
18085 which can conflict with char $ac_func (); below.
18086 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18087 <limits.h> exists even on freestanding compilers. */
18089 #ifdef __STDC__
18090 # include <limits.h>
18091 #else
18092 # include <assert.h>
18093 #endif
18095 #undef $ac_func
18097 /* Override any GCC internal prototype to avoid an error.
18098 Use char because int might match the return type of a GCC
18099 builtin and then its argument prototype would still apply. */
18100 #ifdef __cplusplus
18101 extern "C"
18102 #endif
18103 char $ac_func ();
18104 /* The GNU C library defines this for functions which it implements
18105 to always fail with ENOSYS. Some functions are actually named
18106 something starting with __ and the normal name is an alias. */
18107 #if defined __stub_$ac_func || defined __stub___$ac_func
18108 choke me
18109 #endif
18112 main ()
18114 return $ac_func ();
18116 return 0;
18118 _ACEOF
18119 rm -f conftest.$ac_objext conftest$ac_exeext
18120 if { (ac_try="$ac_link"
18121 case "(($ac_try" in
18122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18124 esac
18125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18126 $as_echo "$ac_try_echo") >&5
18127 (eval "$ac_link") 2>conftest.er1
18128 ac_status=$?
18129 grep -v '^ *+' conftest.er1 >conftest.err
18130 rm -f conftest.er1
18131 cat conftest.err >&5
18132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133 (exit $ac_status); } && {
18134 test -z "$ac_c_werror_flag" ||
18135 test ! -s conftest.err
18136 } && test -s conftest$ac_exeext && {
18137 test "$cross_compiling" = yes ||
18138 $as_test_x conftest$ac_exeext
18139 }; then
18140 eval "$as_ac_var=yes"
18141 else
18142 $as_echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18145 eval "$as_ac_var=no"
18148 rm -rf conftest.dSYM
18149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18150 conftest$ac_exeext conftest.$ac_ext
18152 ac_res=`eval 'as_val=${'$as_ac_var'}
18153 $as_echo "$as_val"'`
18154 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18155 $as_echo "$ac_res" >&6; }
18156 as_val=`eval 'as_val=${'$as_ac_var'}
18157 $as_echo "$as_val"'`
18158 if test "x$as_val" = x""yes; then
18159 cat >>confdefs.h <<_ACEOF
18160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18161 _ACEOF
18164 done
18166 CFLAGS="$ac_save_CFLAGS"
18168 if test "$ac_cv_func_dlopen" = no
18169 then
18170 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18171 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18172 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18173 $as_echo_n "(cached) " >&6
18174 else
18175 ac_check_lib_save_LIBS=$LIBS
18176 LIBS="-ldl $LIBS"
18177 cat >conftest.$ac_ext <<_ACEOF
18178 /* confdefs.h. */
18179 _ACEOF
18180 cat confdefs.h >>conftest.$ac_ext
18181 cat >>conftest.$ac_ext <<_ACEOF
18182 /* end confdefs.h. */
18184 /* Override any GCC internal prototype to avoid an error.
18185 Use char because int might match the return type of a GCC
18186 builtin and then its argument prototype would still apply. */
18187 #ifdef __cplusplus
18188 extern "C"
18189 #endif
18190 char dlopen ();
18192 main ()
18194 return dlopen ();
18196 return 0;
18198 _ACEOF
18199 rm -f conftest.$ac_objext conftest$ac_exeext
18200 if { (ac_try="$ac_link"
18201 case "(($ac_try" in
18202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203 *) ac_try_echo=$ac_try;;
18204 esac
18205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18206 $as_echo "$ac_try_echo") >&5
18207 (eval "$ac_link") 2>conftest.er1
18208 ac_status=$?
18209 grep -v '^ *+' conftest.er1 >conftest.err
18210 rm -f conftest.er1
18211 cat conftest.err >&5
18212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); } && {
18214 test -z "$ac_c_werror_flag" ||
18215 test ! -s conftest.err
18216 } && test -s conftest$ac_exeext && {
18217 test "$cross_compiling" = yes ||
18218 $as_test_x conftest$ac_exeext
18219 }; then
18220 ac_cv_lib_dl_dlopen=yes
18221 else
18222 $as_echo "$as_me: failed program was:" >&5
18223 sed 's/^/| /' conftest.$ac_ext >&5
18225 ac_cv_lib_dl_dlopen=no
18228 rm -rf conftest.dSYM
18229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18230 conftest$ac_exeext conftest.$ac_ext
18231 LIBS=$ac_check_lib_save_LIBS
18233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18234 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18235 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18236 cat >>confdefs.h <<\_ACEOF
18237 #define HAVE_DLOPEN 1
18238 _ACEOF
18239 LIBDL="-ldl"
18244 ac_wine_check_funcs_save_LIBS="$LIBS"
18245 LIBS="$LIBS $LIBDL"
18247 for ac_func in dladdr
18249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18250 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18251 $as_echo_n "checking for $ac_func... " >&6; }
18252 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18253 $as_echo_n "(cached) " >&6
18254 else
18255 cat >conftest.$ac_ext <<_ACEOF
18256 /* confdefs.h. */
18257 _ACEOF
18258 cat confdefs.h >>conftest.$ac_ext
18259 cat >>conftest.$ac_ext <<_ACEOF
18260 /* end confdefs.h. */
18261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18263 #define $ac_func innocuous_$ac_func
18265 /* System header to define __stub macros and hopefully few prototypes,
18266 which can conflict with char $ac_func (); below.
18267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18268 <limits.h> exists even on freestanding compilers. */
18270 #ifdef __STDC__
18271 # include <limits.h>
18272 #else
18273 # include <assert.h>
18274 #endif
18276 #undef $ac_func
18278 /* Override any GCC internal prototype to avoid an error.
18279 Use char because int might match the return type of a GCC
18280 builtin and then its argument prototype would still apply. */
18281 #ifdef __cplusplus
18282 extern "C"
18283 #endif
18284 char $ac_func ();
18285 /* The GNU C library defines this for functions which it implements
18286 to always fail with ENOSYS. Some functions are actually named
18287 something starting with __ and the normal name is an alias. */
18288 #if defined __stub_$ac_func || defined __stub___$ac_func
18289 choke me
18290 #endif
18293 main ()
18295 return $ac_func ();
18297 return 0;
18299 _ACEOF
18300 rm -f conftest.$ac_objext conftest$ac_exeext
18301 if { (ac_try="$ac_link"
18302 case "(($ac_try" in
18303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18304 *) ac_try_echo=$ac_try;;
18305 esac
18306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18307 $as_echo "$ac_try_echo") >&5
18308 (eval "$ac_link") 2>conftest.er1
18309 ac_status=$?
18310 grep -v '^ *+' conftest.er1 >conftest.err
18311 rm -f conftest.er1
18312 cat conftest.err >&5
18313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18314 (exit $ac_status); } && {
18315 test -z "$ac_c_werror_flag" ||
18316 test ! -s conftest.err
18317 } && test -s conftest$ac_exeext && {
18318 test "$cross_compiling" = yes ||
18319 $as_test_x conftest$ac_exeext
18320 }; then
18321 eval "$as_ac_var=yes"
18322 else
18323 $as_echo "$as_me: failed program was:" >&5
18324 sed 's/^/| /' conftest.$ac_ext >&5
18326 eval "$as_ac_var=no"
18329 rm -rf conftest.dSYM
18330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18331 conftest$ac_exeext conftest.$ac_ext
18333 ac_res=`eval 'as_val=${'$as_ac_var'}
18334 $as_echo "$as_val"'`
18335 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18336 $as_echo "$ac_res" >&6; }
18337 as_val=`eval 'as_val=${'$as_ac_var'}
18338 $as_echo "$as_val"'`
18339 if test "x$as_val" = x""yes; then
18340 cat >>confdefs.h <<_ACEOF
18341 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18342 _ACEOF
18345 done
18347 LIBS="$ac_wine_check_funcs_save_LIBS"
18349 if test "$ac_cv_func_poll" = no
18350 then
18351 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18352 $as_echo_n "checking for poll in -lpoll... " >&6; }
18353 if test "${ac_cv_lib_poll_poll+set}" = set; then
18354 $as_echo_n "(cached) " >&6
18355 else
18356 ac_check_lib_save_LIBS=$LIBS
18357 LIBS="-lpoll $LIBS"
18358 cat >conftest.$ac_ext <<_ACEOF
18359 /* confdefs.h. */
18360 _ACEOF
18361 cat confdefs.h >>conftest.$ac_ext
18362 cat >>conftest.$ac_ext <<_ACEOF
18363 /* end confdefs.h. */
18365 /* Override any GCC internal prototype to avoid an error.
18366 Use char because int might match the return type of a GCC
18367 builtin and then its argument prototype would still apply. */
18368 #ifdef __cplusplus
18369 extern "C"
18370 #endif
18371 char poll ();
18373 main ()
18375 return poll ();
18377 return 0;
18379 _ACEOF
18380 rm -f conftest.$ac_objext conftest$ac_exeext
18381 if { (ac_try="$ac_link"
18382 case "(($ac_try" in
18383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18384 *) ac_try_echo=$ac_try;;
18385 esac
18386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18387 $as_echo "$ac_try_echo") >&5
18388 (eval "$ac_link") 2>conftest.er1
18389 ac_status=$?
18390 grep -v '^ *+' conftest.er1 >conftest.err
18391 rm -f conftest.er1
18392 cat conftest.err >&5
18393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); } && {
18395 test -z "$ac_c_werror_flag" ||
18396 test ! -s conftest.err
18397 } && test -s conftest$ac_exeext && {
18398 test "$cross_compiling" = yes ||
18399 $as_test_x conftest$ac_exeext
18400 }; then
18401 ac_cv_lib_poll_poll=yes
18402 else
18403 $as_echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18406 ac_cv_lib_poll_poll=no
18409 rm -rf conftest.dSYM
18410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18411 conftest$ac_exeext conftest.$ac_ext
18412 LIBS=$ac_check_lib_save_LIBS
18414 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18415 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18416 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18417 cat >>confdefs.h <<\_ACEOF
18418 #define HAVE_POLL 1
18419 _ACEOF
18420 LIBPOLL="-lpoll"
18426 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18427 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18428 if test "${ac_cv_search_gethostbyname+set}" = set; then
18429 $as_echo_n "(cached) " >&6
18430 else
18431 ac_func_search_save_LIBS=$LIBS
18432 cat >conftest.$ac_ext <<_ACEOF
18433 /* confdefs.h. */
18434 _ACEOF
18435 cat confdefs.h >>conftest.$ac_ext
18436 cat >>conftest.$ac_ext <<_ACEOF
18437 /* end confdefs.h. */
18439 /* Override any GCC internal prototype to avoid an error.
18440 Use char because int might match the return type of a GCC
18441 builtin and then its argument prototype would still apply. */
18442 #ifdef __cplusplus
18443 extern "C"
18444 #endif
18445 char gethostbyname ();
18447 main ()
18449 return gethostbyname ();
18451 return 0;
18453 _ACEOF
18454 for ac_lib in '' nsl; do
18455 if test -z "$ac_lib"; then
18456 ac_res="none required"
18457 else
18458 ac_res=-l$ac_lib
18459 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18461 rm -f conftest.$ac_objext conftest$ac_exeext
18462 if { (ac_try="$ac_link"
18463 case "(($ac_try" in
18464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18465 *) ac_try_echo=$ac_try;;
18466 esac
18467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18468 $as_echo "$ac_try_echo") >&5
18469 (eval "$ac_link") 2>conftest.er1
18470 ac_status=$?
18471 grep -v '^ *+' conftest.er1 >conftest.err
18472 rm -f conftest.er1
18473 cat conftest.err >&5
18474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); } && {
18476 test -z "$ac_c_werror_flag" ||
18477 test ! -s conftest.err
18478 } && test -s conftest$ac_exeext && {
18479 test "$cross_compiling" = yes ||
18480 $as_test_x conftest$ac_exeext
18481 }; then
18482 ac_cv_search_gethostbyname=$ac_res
18483 else
18484 $as_echo "$as_me: failed program was:" >&5
18485 sed 's/^/| /' conftest.$ac_ext >&5
18490 rm -rf conftest.dSYM
18491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18492 conftest$ac_exeext
18493 if test "${ac_cv_search_gethostbyname+set}" = set; then
18494 break
18496 done
18497 if test "${ac_cv_search_gethostbyname+set}" = set; then
18499 else
18500 ac_cv_search_gethostbyname=no
18502 rm conftest.$ac_ext
18503 LIBS=$ac_func_search_save_LIBS
18505 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18506 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18507 ac_res=$ac_cv_search_gethostbyname
18508 if test "$ac_res" != no; then
18509 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18514 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18515 $as_echo_n "checking for library containing connect... " >&6; }
18516 if test "${ac_cv_search_connect+set}" = set; then
18517 $as_echo_n "(cached) " >&6
18518 else
18519 ac_func_search_save_LIBS=$LIBS
18520 cat >conftest.$ac_ext <<_ACEOF
18521 /* confdefs.h. */
18522 _ACEOF
18523 cat confdefs.h >>conftest.$ac_ext
18524 cat >>conftest.$ac_ext <<_ACEOF
18525 /* end confdefs.h. */
18527 /* Override any GCC internal prototype to avoid an error.
18528 Use char because int might match the return type of a GCC
18529 builtin and then its argument prototype would still apply. */
18530 #ifdef __cplusplus
18531 extern "C"
18532 #endif
18533 char connect ();
18535 main ()
18537 return connect ();
18539 return 0;
18541 _ACEOF
18542 for ac_lib in '' socket; do
18543 if test -z "$ac_lib"; then
18544 ac_res="none required"
18545 else
18546 ac_res=-l$ac_lib
18547 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18549 rm -f conftest.$ac_objext conftest$ac_exeext
18550 if { (ac_try="$ac_link"
18551 case "(($ac_try" in
18552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18553 *) ac_try_echo=$ac_try;;
18554 esac
18555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18556 $as_echo "$ac_try_echo") >&5
18557 (eval "$ac_link") 2>conftest.er1
18558 ac_status=$?
18559 grep -v '^ *+' conftest.er1 >conftest.err
18560 rm -f conftest.er1
18561 cat conftest.err >&5
18562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18563 (exit $ac_status); } && {
18564 test -z "$ac_c_werror_flag" ||
18565 test ! -s conftest.err
18566 } && test -s conftest$ac_exeext && {
18567 test "$cross_compiling" = yes ||
18568 $as_test_x conftest$ac_exeext
18569 }; then
18570 ac_cv_search_connect=$ac_res
18571 else
18572 $as_echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18578 rm -rf conftest.dSYM
18579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18580 conftest$ac_exeext
18581 if test "${ac_cv_search_connect+set}" = set; then
18582 break
18584 done
18585 if test "${ac_cv_search_connect+set}" = set; then
18587 else
18588 ac_cv_search_connect=no
18590 rm conftest.$ac_ext
18591 LIBS=$ac_func_search_save_LIBS
18593 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18594 $as_echo "$ac_cv_search_connect" >&6; }
18595 ac_res=$ac_cv_search_connect
18596 if test "$ac_res" != no; then
18597 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18602 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18603 $as_echo_n "checking for library containing inet_aton... " >&6; }
18604 if test "${ac_cv_search_inet_aton+set}" = set; then
18605 $as_echo_n "(cached) " >&6
18606 else
18607 ac_func_search_save_LIBS=$LIBS
18608 cat >conftest.$ac_ext <<_ACEOF
18609 /* confdefs.h. */
18610 _ACEOF
18611 cat confdefs.h >>conftest.$ac_ext
18612 cat >>conftest.$ac_ext <<_ACEOF
18613 /* end confdefs.h. */
18615 /* Override any GCC internal prototype to avoid an error.
18616 Use char because int might match the return type of a GCC
18617 builtin and then its argument prototype would still apply. */
18618 #ifdef __cplusplus
18619 extern "C"
18620 #endif
18621 char inet_aton ();
18623 main ()
18625 return inet_aton ();
18627 return 0;
18629 _ACEOF
18630 for ac_lib in '' resolv; do
18631 if test -z "$ac_lib"; then
18632 ac_res="none required"
18633 else
18634 ac_res=-l$ac_lib
18635 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18637 rm -f conftest.$ac_objext conftest$ac_exeext
18638 if { (ac_try="$ac_link"
18639 case "(($ac_try" in
18640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18641 *) ac_try_echo=$ac_try;;
18642 esac
18643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18644 $as_echo "$ac_try_echo") >&5
18645 (eval "$ac_link") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest$ac_exeext && {
18655 test "$cross_compiling" = yes ||
18656 $as_test_x conftest$ac_exeext
18657 }; then
18658 ac_cv_search_inet_aton=$ac_res
18659 else
18660 $as_echo "$as_me: failed program was:" >&5
18661 sed 's/^/| /' conftest.$ac_ext >&5
18666 rm -rf conftest.dSYM
18667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18668 conftest$ac_exeext
18669 if test "${ac_cv_search_inet_aton+set}" = set; then
18670 break
18672 done
18673 if test "${ac_cv_search_inet_aton+set}" = set; then
18675 else
18676 ac_cv_search_inet_aton=no
18678 rm conftest.$ac_ext
18679 LIBS=$ac_func_search_save_LIBS
18681 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18682 $as_echo "$ac_cv_search_inet_aton" >&6; }
18683 ac_res=$ac_cv_search_inet_aton
18684 if test "$ac_res" != no; then
18685 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18698 for ac_func in \
18699 getaddrinfo \
18700 getnameinfo \
18701 getnetbyname \
18702 getprotobyname \
18703 getprotobynumber \
18704 getservbyport \
18705 inet_network \
18706 sendmsg \
18709 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18710 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18711 $as_echo_n "checking for $ac_func... " >&6; }
18712 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18713 $as_echo_n "(cached) " >&6
18714 else
18715 cat >conftest.$ac_ext <<_ACEOF
18716 /* confdefs.h. */
18717 _ACEOF
18718 cat confdefs.h >>conftest.$ac_ext
18719 cat >>conftest.$ac_ext <<_ACEOF
18720 /* end confdefs.h. */
18721 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18723 #define $ac_func innocuous_$ac_func
18725 /* System header to define __stub macros and hopefully few prototypes,
18726 which can conflict with char $ac_func (); below.
18727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18728 <limits.h> exists even on freestanding compilers. */
18730 #ifdef __STDC__
18731 # include <limits.h>
18732 #else
18733 # include <assert.h>
18734 #endif
18736 #undef $ac_func
18738 /* Override any GCC internal prototype to avoid an error.
18739 Use char because int might match the return type of a GCC
18740 builtin and then its argument prototype would still apply. */
18741 #ifdef __cplusplus
18742 extern "C"
18743 #endif
18744 char $ac_func ();
18745 /* The GNU C library defines this for functions which it implements
18746 to always fail with ENOSYS. Some functions are actually named
18747 something starting with __ and the normal name is an alias. */
18748 #if defined __stub_$ac_func || defined __stub___$ac_func
18749 choke me
18750 #endif
18753 main ()
18755 return $ac_func ();
18757 return 0;
18759 _ACEOF
18760 rm -f conftest.$ac_objext conftest$ac_exeext
18761 if { (ac_try="$ac_link"
18762 case "(($ac_try" in
18763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764 *) ac_try_echo=$ac_try;;
18765 esac
18766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18767 $as_echo "$ac_try_echo") >&5
18768 (eval "$ac_link") 2>conftest.er1
18769 ac_status=$?
18770 grep -v '^ *+' conftest.er1 >conftest.err
18771 rm -f conftest.er1
18772 cat conftest.err >&5
18773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_c_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest$ac_exeext && {
18778 test "$cross_compiling" = yes ||
18779 $as_test_x conftest$ac_exeext
18780 }; then
18781 eval "$as_ac_var=yes"
18782 else
18783 $as_echo "$as_me: failed program was:" >&5
18784 sed 's/^/| /' conftest.$ac_ext >&5
18786 eval "$as_ac_var=no"
18789 rm -rf conftest.dSYM
18790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18791 conftest$ac_exeext conftest.$ac_ext
18793 ac_res=`eval 'as_val=${'$as_ac_var'}
18794 $as_echo "$as_val"'`
18795 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18796 $as_echo "$ac_res" >&6; }
18797 as_val=`eval 'as_val=${'$as_ac_var'}
18798 $as_echo "$as_val"'`
18799 if test "x$as_val" = x""yes; then
18800 cat >>confdefs.h <<_ACEOF
18801 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18802 _ACEOF
18805 done
18808 LDAPLIBS=""
18810 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18811 then
18812 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18813 $as_echo_n "checking for LDAPSortKey... " >&6; }
18814 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18815 $as_echo_n "(cached) " >&6
18816 else
18817 ac_cv_type_LDAPSortKey=no
18818 cat >conftest.$ac_ext <<_ACEOF
18819 /* confdefs.h. */
18820 _ACEOF
18821 cat confdefs.h >>conftest.$ac_ext
18822 cat >>conftest.$ac_ext <<_ACEOF
18823 /* end confdefs.h. */
18824 #include <ldap.h>
18827 main ()
18829 if (sizeof (LDAPSortKey))
18830 return 0;
18832 return 0;
18834 _ACEOF
18835 rm -f conftest.$ac_objext
18836 if { (ac_try="$ac_compile"
18837 case "(($ac_try" in
18838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18839 *) ac_try_echo=$ac_try;;
18840 esac
18841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18842 $as_echo "$ac_try_echo") >&5
18843 (eval "$ac_compile") 2>conftest.er1
18844 ac_status=$?
18845 grep -v '^ *+' conftest.er1 >conftest.err
18846 rm -f conftest.er1
18847 cat conftest.err >&5
18848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18849 (exit $ac_status); } && {
18850 test -z "$ac_c_werror_flag" ||
18851 test ! -s conftest.err
18852 } && test -s conftest.$ac_objext; then
18853 cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h. */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 #include <ldap.h>
18862 main ()
18864 if (sizeof ((LDAPSortKey)))
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18877 $as_echo "$ac_try_echo") >&5
18878 (eval "$ac_compile") 2>conftest.er1
18879 ac_status=$?
18880 grep -v '^ *+' conftest.er1 >conftest.err
18881 rm -f conftest.er1
18882 cat conftest.err >&5
18883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884 (exit $ac_status); } && {
18885 test -z "$ac_c_werror_flag" ||
18886 test ! -s conftest.err
18887 } && test -s conftest.$ac_objext; then
18889 else
18890 $as_echo "$as_me: failed program was:" >&5
18891 sed 's/^/| /' conftest.$ac_ext >&5
18893 ac_cv_type_LDAPSortKey=yes
18896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18897 else
18898 $as_echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18906 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18907 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18908 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18909 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18910 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18911 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18912 $as_echo_n "(cached) " >&6
18913 else
18914 ac_check_lib_save_LIBS=$LIBS
18915 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18916 cat >conftest.$ac_ext <<_ACEOF
18917 /* confdefs.h. */
18918 _ACEOF
18919 cat confdefs.h >>conftest.$ac_ext
18920 cat >>conftest.$ac_ext <<_ACEOF
18921 /* end confdefs.h. */
18923 /* Override any GCC internal prototype to avoid an error.
18924 Use char because int might match the return type of a GCC
18925 builtin and then its argument prototype would still apply. */
18926 #ifdef __cplusplus
18927 extern "C"
18928 #endif
18929 char ldap_initialize ();
18931 main ()
18933 return ldap_initialize ();
18935 return 0;
18937 _ACEOF
18938 rm -f conftest.$ac_objext conftest$ac_exeext
18939 if { (ac_try="$ac_link"
18940 case "(($ac_try" in
18941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18942 *) ac_try_echo=$ac_try;;
18943 esac
18944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18945 $as_echo "$ac_try_echo") >&5
18946 (eval "$ac_link") 2>conftest.er1
18947 ac_status=$?
18948 grep -v '^ *+' conftest.er1 >conftest.err
18949 rm -f conftest.er1
18950 cat conftest.err >&5
18951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18952 (exit $ac_status); } && {
18953 test -z "$ac_c_werror_flag" ||
18954 test ! -s conftest.err
18955 } && test -s conftest$ac_exeext && {
18956 test "$cross_compiling" = yes ||
18957 $as_test_x conftest$ac_exeext
18958 }; then
18959 ac_cv_lib_ldap_r_ldap_initialize=yes
18960 else
18961 $as_echo "$as_me: failed program was:" >&5
18962 sed 's/^/| /' conftest.$ac_ext >&5
18964 ac_cv_lib_ldap_r_ldap_initialize=no
18967 rm -rf conftest.dSYM
18968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18969 conftest$ac_exeext conftest.$ac_ext
18970 LIBS=$ac_check_lib_save_LIBS
18972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18973 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18974 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18975 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18976 $as_echo_n "checking for ber_init in -llber... " >&6; }
18977 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18978 $as_echo_n "(cached) " >&6
18979 else
18980 ac_check_lib_save_LIBS=$LIBS
18981 LIBS="-llber $LIBPTHREAD $LIBS"
18982 cat >conftest.$ac_ext <<_ACEOF
18983 /* confdefs.h. */
18984 _ACEOF
18985 cat confdefs.h >>conftest.$ac_ext
18986 cat >>conftest.$ac_ext <<_ACEOF
18987 /* end confdefs.h. */
18989 /* Override any GCC internal prototype to avoid an error.
18990 Use char because int might match the return type of a GCC
18991 builtin and then its argument prototype would still apply. */
18992 #ifdef __cplusplus
18993 extern "C"
18994 #endif
18995 char ber_init ();
18997 main ()
18999 return ber_init ();
19001 return 0;
19003 _ACEOF
19004 rm -f conftest.$ac_objext conftest$ac_exeext
19005 if { (ac_try="$ac_link"
19006 case "(($ac_try" in
19007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19008 *) ac_try_echo=$ac_try;;
19009 esac
19010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19011 $as_echo "$ac_try_echo") >&5
19012 (eval "$ac_link") 2>conftest.er1
19013 ac_status=$?
19014 grep -v '^ *+' conftest.er1 >conftest.err
19015 rm -f conftest.er1
19016 cat conftest.err >&5
19017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); } && {
19019 test -z "$ac_c_werror_flag" ||
19020 test ! -s conftest.err
19021 } && test -s conftest$ac_exeext && {
19022 test "$cross_compiling" = yes ||
19023 $as_test_x conftest$ac_exeext
19024 }; then
19025 ac_cv_lib_lber_ber_init=yes
19026 else
19027 $as_echo "$as_me: failed program was:" >&5
19028 sed 's/^/| /' conftest.$ac_ext >&5
19030 ac_cv_lib_lber_ber_init=no
19033 rm -rf conftest.dSYM
19034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19035 conftest$ac_exeext conftest.$ac_ext
19036 LIBS=$ac_check_lib_save_LIBS
19038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19039 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19040 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19042 cat >>confdefs.h <<\_ACEOF
19043 #define HAVE_LDAP 1
19044 _ACEOF
19046 LDAPLIBS="-lldap_r -llber"
19053 ac_wine_check_funcs_save_LIBS="$LIBS"
19054 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19063 for ac_func in \
19064 ldap_count_references \
19065 ldap_first_reference \
19066 ldap_next_reference \
19067 ldap_parse_reference \
19068 ldap_parse_sort_control \
19069 ldap_parse_sortresponse_control \
19070 ldap_parse_vlv_control \
19071 ldap_parse_vlvresponse_control
19073 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19074 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19075 $as_echo_n "checking for $ac_func... " >&6; }
19076 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19077 $as_echo_n "(cached) " >&6
19078 else
19079 cat >conftest.$ac_ext <<_ACEOF
19080 /* confdefs.h. */
19081 _ACEOF
19082 cat confdefs.h >>conftest.$ac_ext
19083 cat >>conftest.$ac_ext <<_ACEOF
19084 /* end confdefs.h. */
19085 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19086 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19087 #define $ac_func innocuous_$ac_func
19089 /* System header to define __stub macros and hopefully few prototypes,
19090 which can conflict with char $ac_func (); below.
19091 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19092 <limits.h> exists even on freestanding compilers. */
19094 #ifdef __STDC__
19095 # include <limits.h>
19096 #else
19097 # include <assert.h>
19098 #endif
19100 #undef $ac_func
19102 /* Override any GCC internal prototype to avoid an error.
19103 Use char because int might match the return type of a GCC
19104 builtin and then its argument prototype would still apply. */
19105 #ifdef __cplusplus
19106 extern "C"
19107 #endif
19108 char $ac_func ();
19109 /* The GNU C library defines this for functions which it implements
19110 to always fail with ENOSYS. Some functions are actually named
19111 something starting with __ and the normal name is an alias. */
19112 #if defined __stub_$ac_func || defined __stub___$ac_func
19113 choke me
19114 #endif
19117 main ()
19119 return $ac_func ();
19121 return 0;
19123 _ACEOF
19124 rm -f conftest.$ac_objext conftest$ac_exeext
19125 if { (ac_try="$ac_link"
19126 case "(($ac_try" in
19127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19129 esac
19130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19131 $as_echo "$ac_try_echo") >&5
19132 (eval "$ac_link") 2>conftest.er1
19133 ac_status=$?
19134 grep -v '^ *+' conftest.er1 >conftest.err
19135 rm -f conftest.er1
19136 cat conftest.err >&5
19137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); } && {
19139 test -z "$ac_c_werror_flag" ||
19140 test ! -s conftest.err
19141 } && test -s conftest$ac_exeext && {
19142 test "$cross_compiling" = yes ||
19143 $as_test_x conftest$ac_exeext
19144 }; then
19145 eval "$as_ac_var=yes"
19146 else
19147 $as_echo "$as_me: failed program was:" >&5
19148 sed 's/^/| /' conftest.$ac_ext >&5
19150 eval "$as_ac_var=no"
19153 rm -rf conftest.dSYM
19154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19155 conftest$ac_exeext conftest.$ac_ext
19157 ac_res=`eval 'as_val=${'$as_ac_var'}
19158 $as_echo "$as_val"'`
19159 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19160 $as_echo "$ac_res" >&6; }
19161 as_val=`eval 'as_val=${'$as_ac_var'}
19162 $as_echo "$as_val"'`
19163 if test "x$as_val" = x""yes; then
19164 cat >>confdefs.h <<_ACEOF
19165 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19166 _ACEOF
19169 done
19171 LIBS="$ac_wine_check_funcs_save_LIBS"
19173 if test "x$LDAPLIBS" = "x"; then
19174 case "x$with_ldap" in
19175 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19176 xno) ;;
19177 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19178 This is an error since --with-ldap was requested." >&5
19179 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19180 This is an error since --with-ldap was requested." >&2;}
19181 { (exit 1); exit 1; }; } ;;
19182 esac
19186 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19187 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19188 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19189 $as_echo_n "(cached) " >&6
19190 else
19191 cat >conftest.$ac_ext <<_ACEOF
19192 /* confdefs.h. */
19193 _ACEOF
19194 cat confdefs.h >>conftest.$ac_ext
19195 cat >>conftest.$ac_ext <<_ACEOF
19196 /* end confdefs.h. */
19197 #include <sys/stat.h>
19199 main ()
19201 mkdir("foo");
19203 return 0;
19205 _ACEOF
19206 rm -f conftest.$ac_objext
19207 if { (ac_try="$ac_compile"
19208 case "(($ac_try" in
19209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19210 *) ac_try_echo=$ac_try;;
19211 esac
19212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19213 $as_echo "$ac_try_echo") >&5
19214 (eval "$ac_compile") 2>conftest.er1
19215 ac_status=$?
19216 grep -v '^ *+' conftest.er1 >conftest.err
19217 rm -f conftest.er1
19218 cat conftest.err >&5
19219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); } && {
19221 test -z "$ac_c_werror_flag" ||
19222 test ! -s conftest.err
19223 } && test -s conftest.$ac_objext; then
19224 wine_cv_one_arg_mkdir=yes
19225 else
19226 $as_echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19229 wine_cv_one_arg_mkdir=no
19232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19234 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19235 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19236 if test "$wine_cv_one_arg_mkdir" = "yes"
19237 then
19239 cat >>confdefs.h <<\_ACEOF
19240 #define HAVE_ONE_ARG_MKDIR 1
19241 _ACEOF
19246 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19247 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19248 if test "${ac_cv_c_const+set}" = set; then
19249 $as_echo_n "(cached) " >&6
19250 else
19251 cat >conftest.$ac_ext <<_ACEOF
19252 /* confdefs.h. */
19253 _ACEOF
19254 cat confdefs.h >>conftest.$ac_ext
19255 cat >>conftest.$ac_ext <<_ACEOF
19256 /* end confdefs.h. */
19259 main ()
19261 /* FIXME: Include the comments suggested by Paul. */
19262 #ifndef __cplusplus
19263 /* Ultrix mips cc rejects this. */
19264 typedef int charset[2];
19265 const charset cs;
19266 /* SunOS 4.1.1 cc rejects this. */
19267 char const *const *pcpcc;
19268 char **ppc;
19269 /* NEC SVR4.0.2 mips cc rejects this. */
19270 struct point {int x, y;};
19271 static struct point const zero = {0,0};
19272 /* AIX XL C 1.02.0.0 rejects this.
19273 It does not let you subtract one const X* pointer from another in
19274 an arm of an if-expression whose if-part is not a constant
19275 expression */
19276 const char *g = "string";
19277 pcpcc = &g + (g ? g-g : 0);
19278 /* HPUX 7.0 cc rejects these. */
19279 ++pcpcc;
19280 ppc = (char**) pcpcc;
19281 pcpcc = (char const *const *) ppc;
19282 { /* SCO 3.2v4 cc rejects this. */
19283 char *t;
19284 char const *s = 0 ? (char *) 0 : (char const *) 0;
19286 *t++ = 0;
19287 if (s) return 0;
19289 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19290 int x[] = {25, 17};
19291 const int *foo = &x[0];
19292 ++foo;
19294 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19295 typedef const int *iptr;
19296 iptr p = 0;
19297 ++p;
19299 { /* AIX XL C 1.02.0.0 rejects this saying
19300 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19301 struct s { int j; const int *ap[3]; };
19302 struct s *b; b->j = 5;
19304 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19305 const int foo = 10;
19306 if (!foo) return 0;
19308 return !cs[0] && !zero.x;
19309 #endif
19312 return 0;
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (ac_try="$ac_compile"
19317 case "(($ac_try" in
19318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19320 esac
19321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19322 $as_echo "$ac_try_echo") >&5
19323 (eval "$ac_compile") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest.$ac_objext; then
19333 ac_cv_c_const=yes
19334 else
19335 $as_echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19338 ac_cv_c_const=no
19341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19343 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19344 $as_echo "$ac_cv_c_const" >&6; }
19345 if test $ac_cv_c_const = no; then
19347 cat >>confdefs.h <<\_ACEOF
19348 #define const /**/
19349 _ACEOF
19353 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19354 $as_echo_n "checking for inline... " >&6; }
19355 if test "${ac_cv_c_inline+set}" = set; then
19356 $as_echo_n "(cached) " >&6
19357 else
19358 ac_cv_c_inline=no
19359 for ac_kw in inline __inline__ __inline; do
19360 cat >conftest.$ac_ext <<_ACEOF
19361 /* confdefs.h. */
19362 _ACEOF
19363 cat confdefs.h >>conftest.$ac_ext
19364 cat >>conftest.$ac_ext <<_ACEOF
19365 /* end confdefs.h. */
19366 #ifndef __cplusplus
19367 typedef int foo_t;
19368 static $ac_kw foo_t static_foo () {return 0; }
19369 $ac_kw foo_t foo () {return 0; }
19370 #endif
19372 _ACEOF
19373 rm -f conftest.$ac_objext
19374 if { (ac_try="$ac_compile"
19375 case "(($ac_try" in
19376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19377 *) ac_try_echo=$ac_try;;
19378 esac
19379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19380 $as_echo "$ac_try_echo") >&5
19381 (eval "$ac_compile") 2>conftest.er1
19382 ac_status=$?
19383 grep -v '^ *+' conftest.er1 >conftest.err
19384 rm -f conftest.er1
19385 cat conftest.err >&5
19386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); } && {
19388 test -z "$ac_c_werror_flag" ||
19389 test ! -s conftest.err
19390 } && test -s conftest.$ac_objext; then
19391 ac_cv_c_inline=$ac_kw
19392 else
19393 $as_echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 test "$ac_cv_c_inline" != no && break
19401 done
19404 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19405 $as_echo "$ac_cv_c_inline" >&6; }
19408 case $ac_cv_c_inline in
19409 inline | yes) ;;
19411 case $ac_cv_c_inline in
19412 no) ac_val=;;
19413 *) ac_val=$ac_cv_c_inline;;
19414 esac
19415 cat >>confdefs.h <<_ACEOF
19416 #ifndef __cplusplus
19417 #define inline $ac_val
19418 #endif
19419 _ACEOF
19421 esac
19423 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19424 $as_echo_n "checking for mode_t... " >&6; }
19425 if test "${ac_cv_type_mode_t+set}" = set; then
19426 $as_echo_n "(cached) " >&6
19427 else
19428 ac_cv_type_mode_t=no
19429 cat >conftest.$ac_ext <<_ACEOF
19430 /* confdefs.h. */
19431 _ACEOF
19432 cat confdefs.h >>conftest.$ac_ext
19433 cat >>conftest.$ac_ext <<_ACEOF
19434 /* end confdefs.h. */
19435 $ac_includes_default
19437 main ()
19439 if (sizeof (mode_t))
19440 return 0;
19442 return 0;
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19452 $as_echo "$ac_try_echo") >&5
19453 (eval "$ac_compile") 2>conftest.er1
19454 ac_status=$?
19455 grep -v '^ *+' conftest.er1 >conftest.err
19456 rm -f conftest.er1
19457 cat conftest.err >&5
19458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); } && {
19460 test -z "$ac_c_werror_flag" ||
19461 test ! -s conftest.err
19462 } && test -s conftest.$ac_objext; then
19463 cat >conftest.$ac_ext <<_ACEOF
19464 /* confdefs.h. */
19465 _ACEOF
19466 cat confdefs.h >>conftest.$ac_ext
19467 cat >>conftest.$ac_ext <<_ACEOF
19468 /* end confdefs.h. */
19469 $ac_includes_default
19471 main ()
19473 if (sizeof ((mode_t)))
19474 return 0;
19476 return 0;
19478 _ACEOF
19479 rm -f conftest.$ac_objext
19480 if { (ac_try="$ac_compile"
19481 case "(($ac_try" in
19482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19483 *) ac_try_echo=$ac_try;;
19484 esac
19485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19486 $as_echo "$ac_try_echo") >&5
19487 (eval "$ac_compile") 2>conftest.er1
19488 ac_status=$?
19489 grep -v '^ *+' conftest.er1 >conftest.err
19490 rm -f conftest.er1
19491 cat conftest.err >&5
19492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493 (exit $ac_status); } && {
19494 test -z "$ac_c_werror_flag" ||
19495 test ! -s conftest.err
19496 } && test -s conftest.$ac_objext; then
19498 else
19499 $as_echo "$as_me: failed program was:" >&5
19500 sed 's/^/| /' conftest.$ac_ext >&5
19502 ac_cv_type_mode_t=yes
19505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19506 else
19507 $as_echo "$as_me: failed program was:" >&5
19508 sed 's/^/| /' conftest.$ac_ext >&5
19513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19515 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19516 $as_echo "$ac_cv_type_mode_t" >&6; }
19517 if test "x$ac_cv_type_mode_t" = x""yes; then
19519 cat >>confdefs.h <<_ACEOF
19520 #define HAVE_MODE_T 1
19521 _ACEOF
19525 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19526 $as_echo_n "checking for off_t... " >&6; }
19527 if test "${ac_cv_type_off_t+set}" = set; then
19528 $as_echo_n "(cached) " >&6
19529 else
19530 ac_cv_type_off_t=no
19531 cat >conftest.$ac_ext <<_ACEOF
19532 /* confdefs.h. */
19533 _ACEOF
19534 cat confdefs.h >>conftest.$ac_ext
19535 cat >>conftest.$ac_ext <<_ACEOF
19536 /* end confdefs.h. */
19537 $ac_includes_default
19539 main ()
19541 if (sizeof (off_t))
19542 return 0;
19544 return 0;
19546 _ACEOF
19547 rm -f conftest.$ac_objext
19548 if { (ac_try="$ac_compile"
19549 case "(($ac_try" in
19550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19551 *) ac_try_echo=$ac_try;;
19552 esac
19553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19554 $as_echo "$ac_try_echo") >&5
19555 (eval "$ac_compile") 2>conftest.er1
19556 ac_status=$?
19557 grep -v '^ *+' conftest.er1 >conftest.err
19558 rm -f conftest.er1
19559 cat conftest.err >&5
19560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); } && {
19562 test -z "$ac_c_werror_flag" ||
19563 test ! -s conftest.err
19564 } && test -s conftest.$ac_objext; then
19565 cat >conftest.$ac_ext <<_ACEOF
19566 /* confdefs.h. */
19567 _ACEOF
19568 cat confdefs.h >>conftest.$ac_ext
19569 cat >>conftest.$ac_ext <<_ACEOF
19570 /* end confdefs.h. */
19571 $ac_includes_default
19573 main ()
19575 if (sizeof ((off_t)))
19576 return 0;
19578 return 0;
19580 _ACEOF
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19585 *) ac_try_echo=$ac_try;;
19586 esac
19587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19588 $as_echo "$ac_try_echo") >&5
19589 (eval "$ac_compile") 2>conftest.er1
19590 ac_status=$?
19591 grep -v '^ *+' conftest.er1 >conftest.err
19592 rm -f conftest.er1
19593 cat conftest.err >&5
19594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); } && {
19596 test -z "$ac_c_werror_flag" ||
19597 test ! -s conftest.err
19598 } && test -s conftest.$ac_objext; then
19600 else
19601 $as_echo "$as_me: failed program was:" >&5
19602 sed 's/^/| /' conftest.$ac_ext >&5
19604 ac_cv_type_off_t=yes
19607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19608 else
19609 $as_echo "$as_me: failed program was:" >&5
19610 sed 's/^/| /' conftest.$ac_ext >&5
19615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19617 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19618 $as_echo "$ac_cv_type_off_t" >&6; }
19619 if test "x$ac_cv_type_off_t" = x""yes; then
19621 cat >>confdefs.h <<_ACEOF
19622 #define HAVE_OFF_T 1
19623 _ACEOF
19627 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19628 $as_echo_n "checking for pid_t... " >&6; }
19629 if test "${ac_cv_type_pid_t+set}" = set; then
19630 $as_echo_n "(cached) " >&6
19631 else
19632 ac_cv_type_pid_t=no
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h. */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h. */
19639 $ac_includes_default
19641 main ()
19643 if (sizeof (pid_t))
19644 return 0;
19646 return 0;
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653 *) ac_try_echo=$ac_try;;
19654 esac
19655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19656 $as_echo "$ac_try_echo") >&5
19657 (eval "$ac_compile") 2>conftest.er1
19658 ac_status=$?
19659 grep -v '^ *+' conftest.er1 >conftest.err
19660 rm -f conftest.er1
19661 cat conftest.err >&5
19662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663 (exit $ac_status); } && {
19664 test -z "$ac_c_werror_flag" ||
19665 test ! -s conftest.err
19666 } && test -s conftest.$ac_objext; then
19667 cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h. */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h. */
19673 $ac_includes_default
19675 main ()
19677 if (sizeof ((pid_t)))
19678 return 0;
19680 return 0;
19682 _ACEOF
19683 rm -f conftest.$ac_objext
19684 if { (ac_try="$ac_compile"
19685 case "(($ac_try" in
19686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19687 *) ac_try_echo=$ac_try;;
19688 esac
19689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19690 $as_echo "$ac_try_echo") >&5
19691 (eval "$ac_compile") 2>conftest.er1
19692 ac_status=$?
19693 grep -v '^ *+' conftest.er1 >conftest.err
19694 rm -f conftest.er1
19695 cat conftest.err >&5
19696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); } && {
19698 test -z "$ac_c_werror_flag" ||
19699 test ! -s conftest.err
19700 } && test -s conftest.$ac_objext; then
19702 else
19703 $as_echo "$as_me: failed program was:" >&5
19704 sed 's/^/| /' conftest.$ac_ext >&5
19706 ac_cv_type_pid_t=yes
19709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 else
19711 $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19719 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19720 $as_echo "$ac_cv_type_pid_t" >&6; }
19721 if test "x$ac_cv_type_pid_t" = x""yes; then
19723 cat >>confdefs.h <<_ACEOF
19724 #define HAVE_PID_T 1
19725 _ACEOF
19729 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19730 $as_echo_n "checking for size_t... " >&6; }
19731 if test "${ac_cv_type_size_t+set}" = set; then
19732 $as_echo_n "(cached) " >&6
19733 else
19734 ac_cv_type_size_t=no
19735 cat >conftest.$ac_ext <<_ACEOF
19736 /* confdefs.h. */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h. */
19741 $ac_includes_default
19743 main ()
19745 if (sizeof (size_t))
19746 return 0;
19748 return 0;
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755 *) ac_try_echo=$ac_try;;
19756 esac
19757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19758 $as_echo "$ac_try_echo") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19760 ac_status=$?
19761 grep -v '^ *+' conftest.er1 >conftest.err
19762 rm -f conftest.er1
19763 cat conftest.err >&5
19764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19769 cat >conftest.$ac_ext <<_ACEOF
19770 /* confdefs.h. */
19771 _ACEOF
19772 cat confdefs.h >>conftest.$ac_ext
19773 cat >>conftest.$ac_ext <<_ACEOF
19774 /* end confdefs.h. */
19775 $ac_includes_default
19777 main ()
19779 if (sizeof ((size_t)))
19780 return 0;
19782 return 0;
19784 _ACEOF
19785 rm -f conftest.$ac_objext
19786 if { (ac_try="$ac_compile"
19787 case "(($ac_try" in
19788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19789 *) ac_try_echo=$ac_try;;
19790 esac
19791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19792 $as_echo "$ac_try_echo") >&5
19793 (eval "$ac_compile") 2>conftest.er1
19794 ac_status=$?
19795 grep -v '^ *+' conftest.er1 >conftest.err
19796 rm -f conftest.er1
19797 cat conftest.err >&5
19798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19799 (exit $ac_status); } && {
19800 test -z "$ac_c_werror_flag" ||
19801 test ! -s conftest.err
19802 } && test -s conftest.$ac_objext; then
19804 else
19805 $as_echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.$ac_ext >&5
19808 ac_cv_type_size_t=yes
19811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19812 else
19813 $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19821 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19822 $as_echo "$ac_cv_type_size_t" >&6; }
19823 if test "x$ac_cv_type_size_t" = x""yes; then
19825 cat >>confdefs.h <<_ACEOF
19826 #define HAVE_SIZE_T 1
19827 _ACEOF
19831 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19832 $as_echo_n "checking for ssize_t... " >&6; }
19833 if test "${ac_cv_type_ssize_t+set}" = set; then
19834 $as_echo_n "(cached) " >&6
19835 else
19836 ac_cv_type_ssize_t=no
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h. */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h. */
19843 $ac_includes_default
19845 main ()
19847 if (sizeof (ssize_t))
19848 return 0;
19850 return 0;
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857 *) ac_try_echo=$ac_try;;
19858 esac
19859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19860 $as_echo "$ac_try_echo") >&5
19861 (eval "$ac_compile") 2>conftest.er1
19862 ac_status=$?
19863 grep -v '^ *+' conftest.er1 >conftest.err
19864 rm -f conftest.er1
19865 cat conftest.err >&5
19866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19867 (exit $ac_status); } && {
19868 test -z "$ac_c_werror_flag" ||
19869 test ! -s conftest.err
19870 } && test -s conftest.$ac_objext; then
19871 cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h. */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h. */
19877 $ac_includes_default
19879 main ()
19881 if (sizeof ((ssize_t)))
19882 return 0;
19884 return 0;
19886 _ACEOF
19887 rm -f conftest.$ac_objext
19888 if { (ac_try="$ac_compile"
19889 case "(($ac_try" in
19890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;;
19892 esac
19893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19894 $as_echo "$ac_try_echo") >&5
19895 (eval "$ac_compile") 2>conftest.er1
19896 ac_status=$?
19897 grep -v '^ *+' conftest.er1 >conftest.err
19898 rm -f conftest.er1
19899 cat conftest.err >&5
19900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901 (exit $ac_status); } && {
19902 test -z "$ac_c_werror_flag" ||
19903 test ! -s conftest.err
19904 } && test -s conftest.$ac_objext; then
19906 else
19907 $as_echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5
19910 ac_cv_type_ssize_t=yes
19913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 else
19915 $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19924 $as_echo "$ac_cv_type_ssize_t" >&6; }
19925 if test "x$ac_cv_type_ssize_t" = x""yes; then
19927 cat >>confdefs.h <<_ACEOF
19928 #define HAVE_SSIZE_T 1
19929 _ACEOF
19933 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19934 $as_echo_n "checking for long long... " >&6; }
19935 if test "${ac_cv_type_long_long+set}" = set; then
19936 $as_echo_n "(cached) " >&6
19937 else
19938 ac_cv_type_long_long=no
19939 cat >conftest.$ac_ext <<_ACEOF
19940 /* confdefs.h. */
19941 _ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h. */
19945 $ac_includes_default
19947 main ()
19949 if (sizeof (long long))
19950 return 0;
19952 return 0;
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959 *) ac_try_echo=$ac_try;;
19960 esac
19961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19962 $as_echo "$ac_try_echo") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19964 ac_status=$?
19965 grep -v '^ *+' conftest.er1 >conftest.err
19966 rm -f conftest.er1
19967 cat conftest.err >&5
19968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19973 cat >conftest.$ac_ext <<_ACEOF
19974 /* confdefs.h. */
19975 _ACEOF
19976 cat confdefs.h >>conftest.$ac_ext
19977 cat >>conftest.$ac_ext <<_ACEOF
19978 /* end confdefs.h. */
19979 $ac_includes_default
19981 main ()
19983 if (sizeof ((long long)))
19984 return 0;
19986 return 0;
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993 *) ac_try_echo=$ac_try;;
19994 esac
19995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19996 $as_echo "$ac_try_echo") >&5
19997 (eval "$ac_compile") 2>conftest.er1
19998 ac_status=$?
19999 grep -v '^ *+' conftest.er1 >conftest.err
20000 rm -f conftest.er1
20001 cat conftest.err >&5
20002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); } && {
20004 test -z "$ac_c_werror_flag" ||
20005 test ! -s conftest.err
20006 } && test -s conftest.$ac_objext; then
20008 else
20009 $as_echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.$ac_ext >&5
20012 ac_cv_type_long_long=yes
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 else
20017 $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20026 $as_echo "$ac_cv_type_long_long" >&6; }
20027 if test "x$ac_cv_type_long_long" = x""yes; then
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_LONG_LONG 1
20031 _ACEOF
20035 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20036 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20037 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20038 $as_echo_n "(cached) " >&6
20039 else
20040 ac_cv_type_fsblkcnt_t=no
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h. */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h. */
20047 $ac_includes_default
20049 main ()
20051 if (sizeof (fsblkcnt_t))
20052 return 0;
20054 return 0;
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061 *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20075 cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h. */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h. */
20081 $ac_includes_default
20083 main ()
20085 if (sizeof ((fsblkcnt_t)))
20086 return 0;
20088 return 0;
20090 _ACEOF
20091 rm -f conftest.$ac_objext
20092 if { (ac_try="$ac_compile"
20093 case "(($ac_try" in
20094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095 *) ac_try_echo=$ac_try;;
20096 esac
20097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20098 $as_echo "$ac_try_echo") >&5
20099 (eval "$ac_compile") 2>conftest.er1
20100 ac_status=$?
20101 grep -v '^ *+' conftest.er1 >conftest.err
20102 rm -f conftest.er1
20103 cat conftest.err >&5
20104 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105 (exit $ac_status); } && {
20106 test -z "$ac_c_werror_flag" ||
20107 test ! -s conftest.err
20108 } && test -s conftest.$ac_objext; then
20110 else
20111 $as_echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.$ac_ext >&5
20114 ac_cv_type_fsblkcnt_t=yes
20117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20118 else
20119 $as_echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20127 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20128 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20129 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20131 cat >>confdefs.h <<_ACEOF
20132 #define HAVE_FSBLKCNT_T 1
20133 _ACEOF
20137 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20138 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20139 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20140 $as_echo_n "(cached) " >&6
20141 else
20142 ac_cv_type_fsfilcnt_t=no
20143 cat >conftest.$ac_ext <<_ACEOF
20144 /* confdefs.h. */
20145 _ACEOF
20146 cat confdefs.h >>conftest.$ac_ext
20147 cat >>conftest.$ac_ext <<_ACEOF
20148 /* end confdefs.h. */
20149 $ac_includes_default
20151 main ()
20153 if (sizeof (fsfilcnt_t))
20154 return 0;
20156 return 0;
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163 *) ac_try_echo=$ac_try;;
20164 esac
20165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20166 $as_echo "$ac_try_echo") >&5
20167 (eval "$ac_compile") 2>conftest.er1
20168 ac_status=$?
20169 grep -v '^ *+' conftest.er1 >conftest.err
20170 rm -f conftest.er1
20171 cat conftest.err >&5
20172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173 (exit $ac_status); } && {
20174 test -z "$ac_c_werror_flag" ||
20175 test ! -s conftest.err
20176 } && test -s conftest.$ac_objext; then
20177 cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h. */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h. */
20183 $ac_includes_default
20185 main ()
20187 if (sizeof ((fsfilcnt_t)))
20188 return 0;
20190 return 0;
20192 _ACEOF
20193 rm -f conftest.$ac_objext
20194 if { (ac_try="$ac_compile"
20195 case "(($ac_try" in
20196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20197 *) ac_try_echo=$ac_try;;
20198 esac
20199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20200 $as_echo "$ac_try_echo") >&5
20201 (eval "$ac_compile") 2>conftest.er1
20202 ac_status=$?
20203 grep -v '^ *+' conftest.er1 >conftest.err
20204 rm -f conftest.er1
20205 cat conftest.err >&5
20206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207 (exit $ac_status); } && {
20208 test -z "$ac_c_werror_flag" ||
20209 test ! -s conftest.err
20210 } && test -s conftest.$ac_objext; then
20212 else
20213 $as_echo "$as_me: failed program was:" >&5
20214 sed 's/^/| /' conftest.$ac_ext >&5
20216 ac_cv_type_fsfilcnt_t=yes
20219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20220 else
20221 $as_echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20229 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20230 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20231 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20233 cat >>confdefs.h <<_ACEOF
20234 #define HAVE_FSFILCNT_T 1
20235 _ACEOF
20240 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20241 $as_echo_n "checking for sigset_t... " >&6; }
20242 if test "${ac_cv_type_sigset_t+set}" = set; then
20243 $as_echo_n "(cached) " >&6
20244 else
20245 ac_cv_type_sigset_t=no
20246 cat >conftest.$ac_ext <<_ACEOF
20247 /* confdefs.h. */
20248 _ACEOF
20249 cat confdefs.h >>conftest.$ac_ext
20250 cat >>conftest.$ac_ext <<_ACEOF
20251 /* end confdefs.h. */
20252 #include <sys/types.h>
20253 #include <signal.h>
20256 main ()
20258 if (sizeof (sigset_t))
20259 return 0;
20261 return 0;
20263 _ACEOF
20264 rm -f conftest.$ac_objext
20265 if { (ac_try="$ac_compile"
20266 case "(($ac_try" in
20267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20268 *) ac_try_echo=$ac_try;;
20269 esac
20270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20271 $as_echo "$ac_try_echo") >&5
20272 (eval "$ac_compile") 2>conftest.er1
20273 ac_status=$?
20274 grep -v '^ *+' conftest.er1 >conftest.err
20275 rm -f conftest.er1
20276 cat conftest.err >&5
20277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20278 (exit $ac_status); } && {
20279 test -z "$ac_c_werror_flag" ||
20280 test ! -s conftest.err
20281 } && test -s conftest.$ac_objext; then
20282 cat >conftest.$ac_ext <<_ACEOF
20283 /* confdefs.h. */
20284 _ACEOF
20285 cat confdefs.h >>conftest.$ac_ext
20286 cat >>conftest.$ac_ext <<_ACEOF
20287 /* end confdefs.h. */
20288 #include <sys/types.h>
20289 #include <signal.h>
20292 main ()
20294 if (sizeof ((sigset_t)))
20295 return 0;
20297 return 0;
20299 _ACEOF
20300 rm -f conftest.$ac_objext
20301 if { (ac_try="$ac_compile"
20302 case "(($ac_try" in
20303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20304 *) ac_try_echo=$ac_try;;
20305 esac
20306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20307 $as_echo "$ac_try_echo") >&5
20308 (eval "$ac_compile") 2>conftest.er1
20309 ac_status=$?
20310 grep -v '^ *+' conftest.er1 >conftest.err
20311 rm -f conftest.er1
20312 cat conftest.err >&5
20313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20314 (exit $ac_status); } && {
20315 test -z "$ac_c_werror_flag" ||
20316 test ! -s conftest.err
20317 } && test -s conftest.$ac_objext; then
20319 else
20320 $as_echo "$as_me: failed program was:" >&5
20321 sed 's/^/| /' conftest.$ac_ext >&5
20323 ac_cv_type_sigset_t=yes
20326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20327 else
20328 $as_echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20336 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20337 $as_echo "$ac_cv_type_sigset_t" >&6; }
20338 if test "x$ac_cv_type_sigset_t" = x""yes; then
20340 cat >>confdefs.h <<_ACEOF
20341 #define HAVE_SIGSET_T 1
20342 _ACEOF
20347 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20348 $as_echo_n "checking for request_sense... " >&6; }
20349 if test "${ac_cv_type_request_sense+set}" = set; then
20350 $as_echo_n "(cached) " >&6
20351 else
20352 ac_cv_type_request_sense=no
20353 cat >conftest.$ac_ext <<_ACEOF
20354 /* confdefs.h. */
20355 _ACEOF
20356 cat confdefs.h >>conftest.$ac_ext
20357 cat >>conftest.$ac_ext <<_ACEOF
20358 /* end confdefs.h. */
20359 #include <linux/cdrom.h>
20362 main ()
20364 if (sizeof (request_sense))
20365 return 0;
20367 return 0;
20369 _ACEOF
20370 rm -f conftest.$ac_objext
20371 if { (ac_try="$ac_compile"
20372 case "(($ac_try" in
20373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20374 *) ac_try_echo=$ac_try;;
20375 esac
20376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20377 $as_echo "$ac_try_echo") >&5
20378 (eval "$ac_compile") 2>conftest.er1
20379 ac_status=$?
20380 grep -v '^ *+' conftest.er1 >conftest.err
20381 rm -f conftest.er1
20382 cat conftest.err >&5
20383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20384 (exit $ac_status); } && {
20385 test -z "$ac_c_werror_flag" ||
20386 test ! -s conftest.err
20387 } && test -s conftest.$ac_objext; then
20388 cat >conftest.$ac_ext <<_ACEOF
20389 /* confdefs.h. */
20390 _ACEOF
20391 cat confdefs.h >>conftest.$ac_ext
20392 cat >>conftest.$ac_ext <<_ACEOF
20393 /* end confdefs.h. */
20394 #include <linux/cdrom.h>
20397 main ()
20399 if (sizeof ((request_sense)))
20400 return 0;
20402 return 0;
20404 _ACEOF
20405 rm -f conftest.$ac_objext
20406 if { (ac_try="$ac_compile"
20407 case "(($ac_try" in
20408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20409 *) ac_try_echo=$ac_try;;
20410 esac
20411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20412 $as_echo "$ac_try_echo") >&5
20413 (eval "$ac_compile") 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } && {
20420 test -z "$ac_c_werror_flag" ||
20421 test ! -s conftest.err
20422 } && test -s conftest.$ac_objext; then
20424 else
20425 $as_echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20428 ac_cv_type_request_sense=yes
20431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20432 else
20433 $as_echo "$as_me: failed program was:" >&5
20434 sed 's/^/| /' conftest.$ac_ext >&5
20439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20442 $as_echo "$ac_cv_type_request_sense" >&6; }
20443 if test "x$ac_cv_type_request_sense" = x""yes; then
20445 cat >>confdefs.h <<_ACEOF
20446 #define HAVE_REQUEST_SENSE 1
20447 _ACEOF
20453 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20454 $as_echo_n "checking for struct xinpgen... " >&6; }
20455 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20456 $as_echo_n "(cached) " >&6
20457 else
20458 ac_cv_type_struct_xinpgen=no
20459 cat >conftest.$ac_ext <<_ACEOF
20460 /* confdefs.h. */
20461 _ACEOF
20462 cat confdefs.h >>conftest.$ac_ext
20463 cat >>conftest.$ac_ext <<_ACEOF
20464 /* end confdefs.h. */
20465 #include <sys/types.h>
20466 #ifdef HAVE_SYS_SOCKET_H
20467 #include <sys/socket.h>
20468 #endif
20469 #ifdef HAVE_SYS_SOCKETVAR_H
20470 #include <sys/socketvar.h>
20471 #endif
20472 #ifdef HAVE_NET_ROUTE_H
20473 #include <net/route.h>
20474 #endif
20475 #ifdef HAVE_NETINET_IN_H
20476 #include <netinet/in.h>
20477 #endif
20478 #ifdef HAVE_NETINET_IN_SYSTM_H
20479 #include <netinet/in_systm.h>
20480 #endif
20481 #ifdef HAVE_NETINET_IP_H
20482 #include <netinet/ip.h>
20483 #endif
20484 #ifdef HAVE_NETINET_IN_PCB_H
20485 #include <netinet/in_pcb.h>
20486 #endif
20489 main ()
20491 if (sizeof (struct xinpgen))
20492 return 0;
20494 return 0;
20496 _ACEOF
20497 rm -f conftest.$ac_objext
20498 if { (ac_try="$ac_compile"
20499 case "(($ac_try" in
20500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20501 *) ac_try_echo=$ac_try;;
20502 esac
20503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20504 $as_echo "$ac_try_echo") >&5
20505 (eval "$ac_compile") 2>conftest.er1
20506 ac_status=$?
20507 grep -v '^ *+' conftest.er1 >conftest.err
20508 rm -f conftest.er1
20509 cat conftest.err >&5
20510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20511 (exit $ac_status); } && {
20512 test -z "$ac_c_werror_flag" ||
20513 test ! -s conftest.err
20514 } && test -s conftest.$ac_objext; then
20515 cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h. */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h. */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SYS_SOCKET_H
20523 #include <sys/socket.h>
20524 #endif
20525 #ifdef HAVE_SYS_SOCKETVAR_H
20526 #include <sys/socketvar.h>
20527 #endif
20528 #ifdef HAVE_NET_ROUTE_H
20529 #include <net/route.h>
20530 #endif
20531 #ifdef HAVE_NETINET_IN_H
20532 #include <netinet/in.h>
20533 #endif
20534 #ifdef HAVE_NETINET_IN_SYSTM_H
20535 #include <netinet/in_systm.h>
20536 #endif
20537 #ifdef HAVE_NETINET_IP_H
20538 #include <netinet/ip.h>
20539 #endif
20540 #ifdef HAVE_NETINET_IN_PCB_H
20541 #include <netinet/in_pcb.h>
20542 #endif
20545 main ()
20547 if (sizeof ((struct xinpgen)))
20548 return 0;
20550 return 0;
20552 _ACEOF
20553 rm -f conftest.$ac_objext
20554 if { (ac_try="$ac_compile"
20555 case "(($ac_try" in
20556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20557 *) ac_try_echo=$ac_try;;
20558 esac
20559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20560 $as_echo "$ac_try_echo") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20562 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1
20565 cat conftest.err >&5
20566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20572 else
20573 $as_echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20576 ac_cv_type_struct_xinpgen=yes
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20580 else
20581 $as_echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20589 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20590 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20591 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20593 cat >>confdefs.h <<_ACEOF
20594 #define HAVE_STRUCT_XINPGEN 1
20595 _ACEOF
20601 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20602 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20603 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20604 $as_echo_n "(cached) " >&6
20605 else
20606 cat >conftest.$ac_ext <<_ACEOF
20607 /* confdefs.h. */
20608 _ACEOF
20609 cat confdefs.h >>conftest.$ac_ext
20610 cat >>conftest.$ac_ext <<_ACEOF
20611 /* end confdefs.h. */
20612 #ifdef HAVE_LINUX_INPUT_H
20613 #include <linux/input.h>
20614 #endif
20617 main ()
20619 static struct ff_effect ac_aggr;
20620 if (ac_aggr.direction)
20621 return 0;
20623 return 0;
20625 _ACEOF
20626 rm -f conftest.$ac_objext
20627 if { (ac_try="$ac_compile"
20628 case "(($ac_try" in
20629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20630 *) ac_try_echo=$ac_try;;
20631 esac
20632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20633 $as_echo "$ac_try_echo") >&5
20634 (eval "$ac_compile") 2>conftest.er1
20635 ac_status=$?
20636 grep -v '^ *+' conftest.er1 >conftest.err
20637 rm -f conftest.er1
20638 cat conftest.err >&5
20639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); } && {
20641 test -z "$ac_c_werror_flag" ||
20642 test ! -s conftest.err
20643 } && test -s conftest.$ac_objext; then
20644 ac_cv_member_struct_ff_effect_direction=yes
20645 else
20646 $as_echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20649 cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h. */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #ifdef HAVE_LINUX_INPUT_H
20656 #include <linux/input.h>
20657 #endif
20660 main ()
20662 static struct ff_effect ac_aggr;
20663 if (sizeof ac_aggr.direction)
20664 return 0;
20666 return 0;
20668 _ACEOF
20669 rm -f conftest.$ac_objext
20670 if { (ac_try="$ac_compile"
20671 case "(($ac_try" in
20672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20673 *) ac_try_echo=$ac_try;;
20674 esac
20675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20676 $as_echo "$ac_try_echo") >&5
20677 (eval "$ac_compile") 2>conftest.er1
20678 ac_status=$?
20679 grep -v '^ *+' conftest.er1 >conftest.err
20680 rm -f conftest.er1
20681 cat conftest.err >&5
20682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683 (exit $ac_status); } && {
20684 test -z "$ac_c_werror_flag" ||
20685 test ! -s conftest.err
20686 } && test -s conftest.$ac_objext; then
20687 ac_cv_member_struct_ff_effect_direction=yes
20688 else
20689 $as_echo "$as_me: failed program was:" >&5
20690 sed 's/^/| /' conftest.$ac_ext >&5
20692 ac_cv_member_struct_ff_effect_direction=no
20695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20700 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20701 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20702 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20704 cat >>confdefs.h <<_ACEOF
20705 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20706 _ACEOF
20712 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20713 $as_echo_n "checking for sigaddset... " >&6; }
20714 if test "${wine_cv_have_sigaddset+set}" = set; then
20715 $as_echo_n "(cached) " >&6
20716 else
20717 cat >conftest.$ac_ext <<_ACEOF
20718 /* confdefs.h. */
20719 _ACEOF
20720 cat confdefs.h >>conftest.$ac_ext
20721 cat >>conftest.$ac_ext <<_ACEOF
20722 /* end confdefs.h. */
20723 #include <signal.h>
20725 main ()
20727 sigset_t set; sigaddset(&set,SIGTERM);
20729 return 0;
20731 _ACEOF
20732 rm -f conftest.$ac_objext conftest$ac_exeext
20733 if { (ac_try="$ac_link"
20734 case "(($ac_try" in
20735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20736 *) ac_try_echo=$ac_try;;
20737 esac
20738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20739 $as_echo "$ac_try_echo") >&5
20740 (eval "$ac_link") 2>conftest.er1
20741 ac_status=$?
20742 grep -v '^ *+' conftest.er1 >conftest.err
20743 rm -f conftest.er1
20744 cat conftest.err >&5
20745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746 (exit $ac_status); } && {
20747 test -z "$ac_c_werror_flag" ||
20748 test ! -s conftest.err
20749 } && test -s conftest$ac_exeext && {
20750 test "$cross_compiling" = yes ||
20751 $as_test_x conftest$ac_exeext
20752 }; then
20753 wine_cv_have_sigaddset=yes
20754 else
20755 $as_echo "$as_me: failed program was:" >&5
20756 sed 's/^/| /' conftest.$ac_ext >&5
20758 wine_cv_have_sigaddset=no
20761 rm -rf conftest.dSYM
20762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20763 conftest$ac_exeext conftest.$ac_ext
20765 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20766 $as_echo "$wine_cv_have_sigaddset" >&6; }
20767 if test "$wine_cv_have_sigaddset" = "yes"
20768 then
20770 cat >>confdefs.h <<\_ACEOF
20771 #define HAVE_SIGADDSET 1
20772 _ACEOF
20777 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20778 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20779 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20780 $as_echo_n "(cached) " >&6
20781 else
20782 cat >conftest.$ac_ext <<_ACEOF
20783 /* confdefs.h. */
20784 _ACEOF
20785 cat confdefs.h >>conftest.$ac_ext
20786 cat >>conftest.$ac_ext <<_ACEOF
20787 /* end confdefs.h. */
20788 #include <netdb.h>
20790 main ()
20793 char *name=0;
20794 struct hostent he;
20795 struct hostent *result;
20796 char *buf=0;
20797 int bufsize=0;
20798 int res,errnr;
20799 char *addr=0;
20800 int addrlen=0;
20801 int addrtype=0;
20802 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20803 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20806 return 0;
20808 _ACEOF
20809 rm -f conftest.$ac_objext conftest$ac_exeext
20810 if { (ac_try="$ac_link"
20811 case "(($ac_try" in
20812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20813 *) ac_try_echo=$ac_try;;
20814 esac
20815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20816 $as_echo "$ac_try_echo") >&5
20817 (eval "$ac_link") 2>conftest.er1
20818 ac_status=$?
20819 grep -v '^ *+' conftest.er1 >conftest.err
20820 rm -f conftest.er1
20821 cat conftest.err >&5
20822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20823 (exit $ac_status); } && {
20824 test -z "$ac_c_werror_flag" ||
20825 test ! -s conftest.err
20826 } && test -s conftest$ac_exeext && {
20827 test "$cross_compiling" = yes ||
20828 $as_test_x conftest$ac_exeext
20829 }; then
20830 wine_cv_linux_gethostbyname_r_6=yes
20831 else
20832 $as_echo "$as_me: failed program was:" >&5
20833 sed 's/^/| /' conftest.$ac_ext >&5
20835 wine_cv_linux_gethostbyname_r_6=no
20839 rm -rf conftest.dSYM
20840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20841 conftest$ac_exeext conftest.$ac_ext
20844 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20845 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20846 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20847 then
20849 cat >>confdefs.h <<\_ACEOF
20850 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20851 _ACEOF
20855 if test "$ac_cv_header_linux_joystick_h" = "yes"
20856 then
20857 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20858 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20859 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20860 $as_echo_n "(cached) " >&6
20861 else
20862 cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h. */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h. */
20869 #include <sys/ioctl.h>
20870 #include <sys/types.h>
20871 #include <linux/joystick.h>
20873 struct js_event blub;
20874 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20875 #error "no 2.2 header"
20876 #endif
20879 main ()
20881 /*empty*/
20883 return 0;
20885 _ACEOF
20886 rm -f conftest.$ac_objext
20887 if { (ac_try="$ac_compile"
20888 case "(($ac_try" in
20889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20890 *) ac_try_echo=$ac_try;;
20891 esac
20892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20893 $as_echo "$ac_try_echo") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 wine_cv_linux_joystick_22_api=yes
20905 else
20906 $as_echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 wine_cv_linux_joystick_22_api=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20916 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20917 if test "$wine_cv_linux_joystick_22_api" = "yes"
20918 then
20920 cat >>confdefs.h <<\_ACEOF
20921 #define HAVE_LINUX_22_JOYSTICK_API 1
20922 _ACEOF
20928 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20929 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20930 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20931 $as_echo_n "(cached) " >&6
20932 else
20933 cat >conftest.$ac_ext <<_ACEOF
20934 /* confdefs.h. */
20935 _ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h. */
20939 #include <sys/types.h>
20940 #ifdef HAVE_SYS_PARAM_H
20941 # include <sys/param.h>
20942 #endif
20943 #ifdef HAVE_SYS_MOUNT_H
20944 # include <sys/mount.h>
20945 #endif
20946 #ifdef HAVE_SYS_VFS_H
20947 # include <sys/vfs.h>
20948 #endif
20949 #ifdef HAVE_SYS_STATFS_H
20950 # include <sys/statfs.h>
20951 #endif
20954 main ()
20956 static struct statfs ac_aggr;
20957 if (ac_aggr.f_bfree)
20958 return 0;
20960 return 0;
20962 _ACEOF
20963 rm -f conftest.$ac_objext
20964 if { (ac_try="$ac_compile"
20965 case "(($ac_try" in
20966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20967 *) ac_try_echo=$ac_try;;
20968 esac
20969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20970 $as_echo "$ac_try_echo") >&5
20971 (eval "$ac_compile") 2>conftest.er1
20972 ac_status=$?
20973 grep -v '^ *+' conftest.er1 >conftest.err
20974 rm -f conftest.er1
20975 cat conftest.err >&5
20976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20977 (exit $ac_status); } && {
20978 test -z "$ac_c_werror_flag" ||
20979 test ! -s conftest.err
20980 } && test -s conftest.$ac_objext; then
20981 ac_cv_member_struct_statfs_f_bfree=yes
20982 else
20983 $as_echo "$as_me: failed program was:" >&5
20984 sed 's/^/| /' conftest.$ac_ext >&5
20986 cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h. */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h. */
20992 #include <sys/types.h>
20993 #ifdef HAVE_SYS_PARAM_H
20994 # include <sys/param.h>
20995 #endif
20996 #ifdef HAVE_SYS_MOUNT_H
20997 # include <sys/mount.h>
20998 #endif
20999 #ifdef HAVE_SYS_VFS_H
21000 # include <sys/vfs.h>
21001 #endif
21002 #ifdef HAVE_SYS_STATFS_H
21003 # include <sys/statfs.h>
21004 #endif
21007 main ()
21009 static struct statfs ac_aggr;
21010 if (sizeof ac_aggr.f_bfree)
21011 return 0;
21013 return 0;
21015 _ACEOF
21016 rm -f conftest.$ac_objext
21017 if { (ac_try="$ac_compile"
21018 case "(($ac_try" in
21019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21020 *) ac_try_echo=$ac_try;;
21021 esac
21022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21023 $as_echo "$ac_try_echo") >&5
21024 (eval "$ac_compile") 2>conftest.er1
21025 ac_status=$?
21026 grep -v '^ *+' conftest.er1 >conftest.err
21027 rm -f conftest.er1
21028 cat conftest.err >&5
21029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030 (exit $ac_status); } && {
21031 test -z "$ac_c_werror_flag" ||
21032 test ! -s conftest.err
21033 } && test -s conftest.$ac_objext; then
21034 ac_cv_member_struct_statfs_f_bfree=yes
21035 else
21036 $as_echo "$as_me: failed program was:" >&5
21037 sed 's/^/| /' conftest.$ac_ext >&5
21039 ac_cv_member_struct_statfs_f_bfree=no
21042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21047 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21048 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21049 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21051 cat >>confdefs.h <<_ACEOF
21052 #define HAVE_STRUCT_STATFS_F_BFREE 1
21053 _ACEOF
21057 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21058 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21059 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21060 $as_echo_n "(cached) " >&6
21061 else
21062 cat >conftest.$ac_ext <<_ACEOF
21063 /* confdefs.h. */
21064 _ACEOF
21065 cat confdefs.h >>conftest.$ac_ext
21066 cat >>conftest.$ac_ext <<_ACEOF
21067 /* end confdefs.h. */
21068 #include <sys/types.h>
21069 #ifdef HAVE_SYS_PARAM_H
21070 # include <sys/param.h>
21071 #endif
21072 #ifdef HAVE_SYS_MOUNT_H
21073 # include <sys/mount.h>
21074 #endif
21075 #ifdef HAVE_SYS_VFS_H
21076 # include <sys/vfs.h>
21077 #endif
21078 #ifdef HAVE_SYS_STATFS_H
21079 # include <sys/statfs.h>
21080 #endif
21083 main ()
21085 static struct statfs ac_aggr;
21086 if (ac_aggr.f_bavail)
21087 return 0;
21089 return 0;
21091 _ACEOF
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096 *) ac_try_echo=$ac_try;;
21097 esac
21098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21099 $as_echo "$ac_try_echo") >&5
21100 (eval "$ac_compile") 2>conftest.er1
21101 ac_status=$?
21102 grep -v '^ *+' conftest.er1 >conftest.err
21103 rm -f conftest.er1
21104 cat conftest.err >&5
21105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest.$ac_objext; then
21110 ac_cv_member_struct_statfs_f_bavail=yes
21111 else
21112 $as_echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_PARAM_H
21123 # include <sys/param.h>
21124 #endif
21125 #ifdef HAVE_SYS_MOUNT_H
21126 # include <sys/mount.h>
21127 #endif
21128 #ifdef HAVE_SYS_VFS_H
21129 # include <sys/vfs.h>
21130 #endif
21131 #ifdef HAVE_SYS_STATFS_H
21132 # include <sys/statfs.h>
21133 #endif
21136 main ()
21138 static struct statfs ac_aggr;
21139 if (sizeof ac_aggr.f_bavail)
21140 return 0;
21142 return 0;
21144 _ACEOF
21145 rm -f conftest.$ac_objext
21146 if { (ac_try="$ac_compile"
21147 case "(($ac_try" in
21148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21149 *) ac_try_echo=$ac_try;;
21150 esac
21151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21152 $as_echo "$ac_try_echo") >&5
21153 (eval "$ac_compile") 2>conftest.er1
21154 ac_status=$?
21155 grep -v '^ *+' conftest.er1 >conftest.err
21156 rm -f conftest.er1
21157 cat conftest.err >&5
21158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); } && {
21160 test -z "$ac_c_werror_flag" ||
21161 test ! -s conftest.err
21162 } && test -s conftest.$ac_objext; then
21163 ac_cv_member_struct_statfs_f_bavail=yes
21164 else
21165 $as_echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21168 ac_cv_member_struct_statfs_f_bavail=no
21171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21177 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21178 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21180 cat >>confdefs.h <<_ACEOF
21181 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21182 _ACEOF
21186 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21187 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21188 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21189 $as_echo_n "(cached) " >&6
21190 else
21191 cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h. */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h. */
21197 #include <sys/types.h>
21198 #ifdef HAVE_SYS_PARAM_H
21199 # include <sys/param.h>
21200 #endif
21201 #ifdef HAVE_SYS_MOUNT_H
21202 # include <sys/mount.h>
21203 #endif
21204 #ifdef HAVE_SYS_VFS_H
21205 # include <sys/vfs.h>
21206 #endif
21207 #ifdef HAVE_SYS_STATFS_H
21208 # include <sys/statfs.h>
21209 #endif
21212 main ()
21214 static struct statfs ac_aggr;
21215 if (ac_aggr.f_frsize)
21216 return 0;
21218 return 0;
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225 *) ac_try_echo=$ac_try;;
21226 esac
21227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21228 $as_echo "$ac_try_echo") >&5
21229 (eval "$ac_compile") 2>conftest.er1
21230 ac_status=$?
21231 grep -v '^ *+' conftest.er1 >conftest.err
21232 rm -f conftest.er1
21233 cat conftest.err >&5
21234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235 (exit $ac_status); } && {
21236 test -z "$ac_c_werror_flag" ||
21237 test ! -s conftest.err
21238 } && test -s conftest.$ac_objext; then
21239 ac_cv_member_struct_statfs_f_frsize=yes
21240 else
21241 $as_echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21244 cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h. */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h. */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_PARAM_H
21252 # include <sys/param.h>
21253 #endif
21254 #ifdef HAVE_SYS_MOUNT_H
21255 # include <sys/mount.h>
21256 #endif
21257 #ifdef HAVE_SYS_VFS_H
21258 # include <sys/vfs.h>
21259 #endif
21260 #ifdef HAVE_SYS_STATFS_H
21261 # include <sys/statfs.h>
21262 #endif
21265 main ()
21267 static struct statfs ac_aggr;
21268 if (sizeof ac_aggr.f_frsize)
21269 return 0;
21271 return 0;
21273 _ACEOF
21274 rm -f conftest.$ac_objext
21275 if { (ac_try="$ac_compile"
21276 case "(($ac_try" in
21277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21278 *) ac_try_echo=$ac_try;;
21279 esac
21280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21281 $as_echo "$ac_try_echo") >&5
21282 (eval "$ac_compile") 2>conftest.er1
21283 ac_status=$?
21284 grep -v '^ *+' conftest.er1 >conftest.err
21285 rm -f conftest.er1
21286 cat conftest.err >&5
21287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288 (exit $ac_status); } && {
21289 test -z "$ac_c_werror_flag" ||
21290 test ! -s conftest.err
21291 } && test -s conftest.$ac_objext; then
21292 ac_cv_member_struct_statfs_f_frsize=yes
21293 else
21294 $as_echo "$as_me: failed program was:" >&5
21295 sed 's/^/| /' conftest.$ac_ext >&5
21297 ac_cv_member_struct_statfs_f_frsize=no
21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21305 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21306 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21307 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21309 cat >>confdefs.h <<_ACEOF
21310 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21311 _ACEOF
21315 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21316 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21317 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21318 $as_echo_n "(cached) " >&6
21319 else
21320 cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h. */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h. */
21326 #include <sys/types.h>
21327 #ifdef HAVE_SYS_PARAM_H
21328 # include <sys/param.h>
21329 #endif
21330 #ifdef HAVE_SYS_MOUNT_H
21331 # include <sys/mount.h>
21332 #endif
21333 #ifdef HAVE_SYS_VFS_H
21334 # include <sys/vfs.h>
21335 #endif
21336 #ifdef HAVE_SYS_STATFS_H
21337 # include <sys/statfs.h>
21338 #endif
21341 main ()
21343 static struct statfs ac_aggr;
21344 if (ac_aggr.f_ffree)
21345 return 0;
21347 return 0;
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354 *) ac_try_echo=$ac_try;;
21355 esac
21356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21357 $as_echo "$ac_try_echo") >&5
21358 (eval "$ac_compile") 2>conftest.er1
21359 ac_status=$?
21360 grep -v '^ *+' conftest.er1 >conftest.err
21361 rm -f conftest.er1
21362 cat conftest.err >&5
21363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364 (exit $ac_status); } && {
21365 test -z "$ac_c_werror_flag" ||
21366 test ! -s conftest.err
21367 } && test -s conftest.$ac_objext; then
21368 ac_cv_member_struct_statfs_f_ffree=yes
21369 else
21370 $as_echo "$as_me: failed program was:" >&5
21371 sed 's/^/| /' conftest.$ac_ext >&5
21373 cat >conftest.$ac_ext <<_ACEOF
21374 /* confdefs.h. */
21375 _ACEOF
21376 cat confdefs.h >>conftest.$ac_ext
21377 cat >>conftest.$ac_ext <<_ACEOF
21378 /* end confdefs.h. */
21379 #include <sys/types.h>
21380 #ifdef HAVE_SYS_PARAM_H
21381 # include <sys/param.h>
21382 #endif
21383 #ifdef HAVE_SYS_MOUNT_H
21384 # include <sys/mount.h>
21385 #endif
21386 #ifdef HAVE_SYS_VFS_H
21387 # include <sys/vfs.h>
21388 #endif
21389 #ifdef HAVE_SYS_STATFS_H
21390 # include <sys/statfs.h>
21391 #endif
21394 main ()
21396 static struct statfs ac_aggr;
21397 if (sizeof ac_aggr.f_ffree)
21398 return 0;
21400 return 0;
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407 *) ac_try_echo=$ac_try;;
21408 esac
21409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21410 $as_echo "$ac_try_echo") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_struct_statfs_f_ffree=yes
21422 else
21423 $as_echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_member_struct_statfs_f_ffree=no
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21435 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21436 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_STATFS_F_FFREE 1
21440 _ACEOF
21444 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21445 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21446 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21447 $as_echo_n "(cached) " >&6
21448 else
21449 cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h. */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h. */
21455 #include <sys/types.h>
21456 #ifdef HAVE_SYS_PARAM_H
21457 # include <sys/param.h>
21458 #endif
21459 #ifdef HAVE_SYS_MOUNT_H
21460 # include <sys/mount.h>
21461 #endif
21462 #ifdef HAVE_SYS_VFS_H
21463 # include <sys/vfs.h>
21464 #endif
21465 #ifdef HAVE_SYS_STATFS_H
21466 # include <sys/statfs.h>
21467 #endif
21470 main ()
21472 static struct statfs ac_aggr;
21473 if (ac_aggr.f_favail)
21474 return 0;
21476 return 0;
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483 *) ac_try_echo=$ac_try;;
21484 esac
21485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21486 $as_echo "$ac_try_echo") >&5
21487 (eval "$ac_compile") 2>conftest.er1
21488 ac_status=$?
21489 grep -v '^ *+' conftest.er1 >conftest.err
21490 rm -f conftest.er1
21491 cat conftest.err >&5
21492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); } && {
21494 test -z "$ac_c_werror_flag" ||
21495 test ! -s conftest.err
21496 } && test -s conftest.$ac_objext; then
21497 ac_cv_member_struct_statfs_f_favail=yes
21498 else
21499 $as_echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.$ac_ext >&5
21502 cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h. */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 #include <sys/types.h>
21509 #ifdef HAVE_SYS_PARAM_H
21510 # include <sys/param.h>
21511 #endif
21512 #ifdef HAVE_SYS_MOUNT_H
21513 # include <sys/mount.h>
21514 #endif
21515 #ifdef HAVE_SYS_VFS_H
21516 # include <sys/vfs.h>
21517 #endif
21518 #ifdef HAVE_SYS_STATFS_H
21519 # include <sys/statfs.h>
21520 #endif
21523 main ()
21525 static struct statfs ac_aggr;
21526 if (sizeof ac_aggr.f_favail)
21527 return 0;
21529 return 0;
21531 _ACEOF
21532 rm -f conftest.$ac_objext
21533 if { (ac_try="$ac_compile"
21534 case "(($ac_try" in
21535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21536 *) ac_try_echo=$ac_try;;
21537 esac
21538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21539 $as_echo "$ac_try_echo") >&5
21540 (eval "$ac_compile") 2>conftest.er1
21541 ac_status=$?
21542 grep -v '^ *+' conftest.er1 >conftest.err
21543 rm -f conftest.er1
21544 cat conftest.err >&5
21545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546 (exit $ac_status); } && {
21547 test -z "$ac_c_werror_flag" ||
21548 test ! -s conftest.err
21549 } && test -s conftest.$ac_objext; then
21550 ac_cv_member_struct_statfs_f_favail=yes
21551 else
21552 $as_echo "$as_me: failed program was:" >&5
21553 sed 's/^/| /' conftest.$ac_ext >&5
21555 ac_cv_member_struct_statfs_f_favail=no
21558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21563 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21564 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21565 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21567 cat >>confdefs.h <<_ACEOF
21568 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21569 _ACEOF
21573 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21574 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21575 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21576 $as_echo_n "(cached) " >&6
21577 else
21578 cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h. */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h. */
21584 #include <sys/types.h>
21585 #ifdef HAVE_SYS_PARAM_H
21586 # include <sys/param.h>
21587 #endif
21588 #ifdef HAVE_SYS_MOUNT_H
21589 # include <sys/mount.h>
21590 #endif
21591 #ifdef HAVE_SYS_VFS_H
21592 # include <sys/vfs.h>
21593 #endif
21594 #ifdef HAVE_SYS_STATFS_H
21595 # include <sys/statfs.h>
21596 #endif
21599 main ()
21601 static struct statfs ac_aggr;
21602 if (ac_aggr.f_namelen)
21603 return 0;
21605 return 0;
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612 *) ac_try_echo=$ac_try;;
21613 esac
21614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21615 $as_echo "$ac_try_echo") >&5
21616 (eval "$ac_compile") 2>conftest.er1
21617 ac_status=$?
21618 grep -v '^ *+' conftest.er1 >conftest.err
21619 rm -f conftest.er1
21620 cat conftest.err >&5
21621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21622 (exit $ac_status); } && {
21623 test -z "$ac_c_werror_flag" ||
21624 test ! -s conftest.err
21625 } && test -s conftest.$ac_objext; then
21626 ac_cv_member_struct_statfs_f_namelen=yes
21627 else
21628 $as_echo "$as_me: failed program was:" >&5
21629 sed 's/^/| /' conftest.$ac_ext >&5
21631 cat >conftest.$ac_ext <<_ACEOF
21632 /* confdefs.h. */
21633 _ACEOF
21634 cat confdefs.h >>conftest.$ac_ext
21635 cat >>conftest.$ac_ext <<_ACEOF
21636 /* end confdefs.h. */
21637 #include <sys/types.h>
21638 #ifdef HAVE_SYS_PARAM_H
21639 # include <sys/param.h>
21640 #endif
21641 #ifdef HAVE_SYS_MOUNT_H
21642 # include <sys/mount.h>
21643 #endif
21644 #ifdef HAVE_SYS_VFS_H
21645 # include <sys/vfs.h>
21646 #endif
21647 #ifdef HAVE_SYS_STATFS_H
21648 # include <sys/statfs.h>
21649 #endif
21652 main ()
21654 static struct statfs ac_aggr;
21655 if (sizeof ac_aggr.f_namelen)
21656 return 0;
21658 return 0;
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21668 $as_echo "$ac_try_echo") >&5
21669 (eval "$ac_compile") 2>conftest.er1
21670 ac_status=$?
21671 grep -v '^ *+' conftest.er1 >conftest.err
21672 rm -f conftest.er1
21673 cat conftest.err >&5
21674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675 (exit $ac_status); } && {
21676 test -z "$ac_c_werror_flag" ||
21677 test ! -s conftest.err
21678 } && test -s conftest.$ac_objext; then
21679 ac_cv_member_struct_statfs_f_namelen=yes
21680 else
21681 $as_echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21684 ac_cv_member_struct_statfs_f_namelen=no
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21693 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21694 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21696 cat >>confdefs.h <<_ACEOF
21697 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21698 _ACEOF
21704 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21705 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21706 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21707 $as_echo_n "(cached) " >&6
21708 else
21709 cat >conftest.$ac_ext <<_ACEOF
21710 /* confdefs.h. */
21711 _ACEOF
21712 cat confdefs.h >>conftest.$ac_ext
21713 cat >>conftest.$ac_ext <<_ACEOF
21714 /* end confdefs.h. */
21715 #ifdef HAVE_SYS_STATVFS_H
21716 #include <sys/statvfs.h>
21717 #endif
21720 main ()
21722 static struct statvfs ac_aggr;
21723 if (ac_aggr.f_blocks)
21724 return 0;
21726 return 0;
21728 _ACEOF
21729 rm -f conftest.$ac_objext
21730 if { (ac_try="$ac_compile"
21731 case "(($ac_try" in
21732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21733 *) ac_try_echo=$ac_try;;
21734 esac
21735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21736 $as_echo "$ac_try_echo") >&5
21737 (eval "$ac_compile") 2>conftest.er1
21738 ac_status=$?
21739 grep -v '^ *+' conftest.er1 >conftest.err
21740 rm -f conftest.er1
21741 cat conftest.err >&5
21742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743 (exit $ac_status); } && {
21744 test -z "$ac_c_werror_flag" ||
21745 test ! -s conftest.err
21746 } && test -s conftest.$ac_objext; then
21747 ac_cv_member_struct_statvfs_f_blocks=yes
21748 else
21749 $as_echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.$ac_ext >&5
21752 cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h. */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h. */
21758 #ifdef HAVE_SYS_STATVFS_H
21759 #include <sys/statvfs.h>
21760 #endif
21763 main ()
21765 static struct statvfs ac_aggr;
21766 if (sizeof ac_aggr.f_blocks)
21767 return 0;
21769 return 0;
21771 _ACEOF
21772 rm -f conftest.$ac_objext
21773 if { (ac_try="$ac_compile"
21774 case "(($ac_try" in
21775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21776 *) ac_try_echo=$ac_try;;
21777 esac
21778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21779 $as_echo "$ac_try_echo") >&5
21780 (eval "$ac_compile") 2>conftest.er1
21781 ac_status=$?
21782 grep -v '^ *+' conftest.er1 >conftest.err
21783 rm -f conftest.er1
21784 cat conftest.err >&5
21785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21786 (exit $ac_status); } && {
21787 test -z "$ac_c_werror_flag" ||
21788 test ! -s conftest.err
21789 } && test -s conftest.$ac_objext; then
21790 ac_cv_member_struct_statvfs_f_blocks=yes
21791 else
21792 $as_echo "$as_me: failed program was:" >&5
21793 sed 's/^/| /' conftest.$ac_ext >&5
21795 ac_cv_member_struct_statvfs_f_blocks=no
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21804 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21805 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21807 cat >>confdefs.h <<_ACEOF
21808 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21809 _ACEOF
21815 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21816 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21817 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21818 $as_echo_n "(cached) " >&6
21819 else
21820 cat >conftest.$ac_ext <<_ACEOF
21821 /* confdefs.h. */
21822 _ACEOF
21823 cat confdefs.h >>conftest.$ac_ext
21824 cat >>conftest.$ac_ext <<_ACEOF
21825 /* end confdefs.h. */
21826 #include <sys/types.h>
21827 #ifdef HAVE_SYS_SOCKET_H
21828 # include <sys/socket.h>
21829 #endif
21830 #ifdef HAVE_SYS_UN_H
21831 # include <sys/un.h>
21832 #endif
21835 main ()
21837 static struct msghdr ac_aggr;
21838 if (ac_aggr.msg_accrights)
21839 return 0;
21841 return 0;
21843 _ACEOF
21844 rm -f conftest.$ac_objext
21845 if { (ac_try="$ac_compile"
21846 case "(($ac_try" in
21847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21848 *) ac_try_echo=$ac_try;;
21849 esac
21850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21851 $as_echo "$ac_try_echo") >&5
21852 (eval "$ac_compile") 2>conftest.er1
21853 ac_status=$?
21854 grep -v '^ *+' conftest.er1 >conftest.err
21855 rm -f conftest.er1
21856 cat conftest.err >&5
21857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21858 (exit $ac_status); } && {
21859 test -z "$ac_c_werror_flag" ||
21860 test ! -s conftest.err
21861 } && test -s conftest.$ac_objext; then
21862 ac_cv_member_struct_msghdr_msg_accrights=yes
21863 else
21864 $as_echo "$as_me: failed program was:" >&5
21865 sed 's/^/| /' conftest.$ac_ext >&5
21867 cat >conftest.$ac_ext <<_ACEOF
21868 /* confdefs.h. */
21869 _ACEOF
21870 cat confdefs.h >>conftest.$ac_ext
21871 cat >>conftest.$ac_ext <<_ACEOF
21872 /* end confdefs.h. */
21873 #include <sys/types.h>
21874 #ifdef HAVE_SYS_SOCKET_H
21875 # include <sys/socket.h>
21876 #endif
21877 #ifdef HAVE_SYS_UN_H
21878 # include <sys/un.h>
21879 #endif
21882 main ()
21884 static struct msghdr ac_aggr;
21885 if (sizeof ac_aggr.msg_accrights)
21886 return 0;
21888 return 0;
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (ac_try="$ac_compile"
21893 case "(($ac_try" in
21894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21895 *) ac_try_echo=$ac_try;;
21896 esac
21897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21898 $as_echo "$ac_try_echo") >&5
21899 (eval "$ac_compile") 2>conftest.er1
21900 ac_status=$?
21901 grep -v '^ *+' conftest.er1 >conftest.err
21902 rm -f conftest.er1
21903 cat conftest.err >&5
21904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } && {
21906 test -z "$ac_c_werror_flag" ||
21907 test ! -s conftest.err
21908 } && test -s conftest.$ac_objext; then
21909 ac_cv_member_struct_msghdr_msg_accrights=yes
21910 else
21911 $as_echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21914 ac_cv_member_struct_msghdr_msg_accrights=no
21917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21922 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21923 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21924 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21928 _ACEOF
21932 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21933 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21934 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21935 $as_echo_n "(cached) " >&6
21936 else
21937 cat >conftest.$ac_ext <<_ACEOF
21938 /* confdefs.h. */
21939 _ACEOF
21940 cat confdefs.h >>conftest.$ac_ext
21941 cat >>conftest.$ac_ext <<_ACEOF
21942 /* end confdefs.h. */
21943 #include <sys/types.h>
21944 #ifdef HAVE_SYS_SOCKET_H
21945 # include <sys/socket.h>
21946 #endif
21947 #ifdef HAVE_SYS_UN_H
21948 # include <sys/un.h>
21949 #endif
21952 main ()
21954 static struct sockaddr ac_aggr;
21955 if (ac_aggr.sa_len)
21956 return 0;
21958 return 0;
21960 _ACEOF
21961 rm -f conftest.$ac_objext
21962 if { (ac_try="$ac_compile"
21963 case "(($ac_try" in
21964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21965 *) ac_try_echo=$ac_try;;
21966 esac
21967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21968 $as_echo "$ac_try_echo") >&5
21969 (eval "$ac_compile") 2>conftest.er1
21970 ac_status=$?
21971 grep -v '^ *+' conftest.er1 >conftest.err
21972 rm -f conftest.er1
21973 cat conftest.err >&5
21974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975 (exit $ac_status); } && {
21976 test -z "$ac_c_werror_flag" ||
21977 test ! -s conftest.err
21978 } && test -s conftest.$ac_objext; then
21979 ac_cv_member_struct_sockaddr_sa_len=yes
21980 else
21981 $as_echo "$as_me: failed program was:" >&5
21982 sed 's/^/| /' conftest.$ac_ext >&5
21984 cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h. */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21990 #include <sys/types.h>
21991 #ifdef HAVE_SYS_SOCKET_H
21992 # include <sys/socket.h>
21993 #endif
21994 #ifdef HAVE_SYS_UN_H
21995 # include <sys/un.h>
21996 #endif
21999 main ()
22001 static struct sockaddr ac_aggr;
22002 if (sizeof ac_aggr.sa_len)
22003 return 0;
22005 return 0;
22007 _ACEOF
22008 rm -f conftest.$ac_objext
22009 if { (ac_try="$ac_compile"
22010 case "(($ac_try" in
22011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22012 *) ac_try_echo=$ac_try;;
22013 esac
22014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22015 $as_echo "$ac_try_echo") >&5
22016 (eval "$ac_compile") 2>conftest.er1
22017 ac_status=$?
22018 grep -v '^ *+' conftest.er1 >conftest.err
22019 rm -f conftest.er1
22020 cat conftest.err >&5
22021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22022 (exit $ac_status); } && {
22023 test -z "$ac_c_werror_flag" ||
22024 test ! -s conftest.err
22025 } && test -s conftest.$ac_objext; then
22026 ac_cv_member_struct_sockaddr_sa_len=yes
22027 else
22028 $as_echo "$as_me: failed program was:" >&5
22029 sed 's/^/| /' conftest.$ac_ext >&5
22031 ac_cv_member_struct_sockaddr_sa_len=no
22034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22039 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22040 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22041 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22043 cat >>confdefs.h <<_ACEOF
22044 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22045 _ACEOF
22049 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22050 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22051 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22052 $as_echo_n "(cached) " >&6
22053 else
22054 cat >conftest.$ac_ext <<_ACEOF
22055 /* confdefs.h. */
22056 _ACEOF
22057 cat confdefs.h >>conftest.$ac_ext
22058 cat >>conftest.$ac_ext <<_ACEOF
22059 /* end confdefs.h. */
22060 #include <sys/types.h>
22061 #ifdef HAVE_SYS_SOCKET_H
22062 # include <sys/socket.h>
22063 #endif
22064 #ifdef HAVE_SYS_UN_H
22065 # include <sys/un.h>
22066 #endif
22069 main ()
22071 static struct sockaddr_un ac_aggr;
22072 if (ac_aggr.sun_len)
22073 return 0;
22075 return 0;
22077 _ACEOF
22078 rm -f conftest.$ac_objext
22079 if { (ac_try="$ac_compile"
22080 case "(($ac_try" in
22081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22082 *) ac_try_echo=$ac_try;;
22083 esac
22084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22085 $as_echo "$ac_try_echo") >&5
22086 (eval "$ac_compile") 2>conftest.er1
22087 ac_status=$?
22088 grep -v '^ *+' conftest.er1 >conftest.err
22089 rm -f conftest.er1
22090 cat conftest.err >&5
22091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092 (exit $ac_status); } && {
22093 test -z "$ac_c_werror_flag" ||
22094 test ! -s conftest.err
22095 } && test -s conftest.$ac_objext; then
22096 ac_cv_member_struct_sockaddr_un_sun_len=yes
22097 else
22098 $as_echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22101 cat >conftest.$ac_ext <<_ACEOF
22102 /* confdefs.h. */
22103 _ACEOF
22104 cat confdefs.h >>conftest.$ac_ext
22105 cat >>conftest.$ac_ext <<_ACEOF
22106 /* end confdefs.h. */
22107 #include <sys/types.h>
22108 #ifdef HAVE_SYS_SOCKET_H
22109 # include <sys/socket.h>
22110 #endif
22111 #ifdef HAVE_SYS_UN_H
22112 # include <sys/un.h>
22113 #endif
22116 main ()
22118 static struct sockaddr_un ac_aggr;
22119 if (sizeof ac_aggr.sun_len)
22120 return 0;
22122 return 0;
22124 _ACEOF
22125 rm -f conftest.$ac_objext
22126 if { (ac_try="$ac_compile"
22127 case "(($ac_try" in
22128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22129 *) ac_try_echo=$ac_try;;
22130 esac
22131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22132 $as_echo "$ac_try_echo") >&5
22133 (eval "$ac_compile") 2>conftest.er1
22134 ac_status=$?
22135 grep -v '^ *+' conftest.er1 >conftest.err
22136 rm -f conftest.er1
22137 cat conftest.err >&5
22138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); } && {
22140 test -z "$ac_c_werror_flag" ||
22141 test ! -s conftest.err
22142 } && test -s conftest.$ac_objext; then
22143 ac_cv_member_struct_sockaddr_un_sun_len=yes
22144 else
22145 $as_echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22148 ac_cv_member_struct_sockaddr_un_sun_len=no
22151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22156 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22157 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22158 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22160 cat >>confdefs.h <<_ACEOF
22161 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22162 _ACEOF
22168 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22169 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22170 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22171 $as_echo_n "(cached) " >&6
22172 else
22173 cat >conftest.$ac_ext <<_ACEOF
22174 /* confdefs.h. */
22175 _ACEOF
22176 cat confdefs.h >>conftest.$ac_ext
22177 cat >>conftest.$ac_ext <<_ACEOF
22178 /* end confdefs.h. */
22179 #include <sys/types.h>
22180 #ifdef HAVE_SCSI_SG_H
22181 #include <scsi/sg.h>
22182 #endif
22185 main ()
22187 static scsireq_t ac_aggr;
22188 if (ac_aggr.cmd)
22189 return 0;
22191 return 0;
22193 _ACEOF
22194 rm -f conftest.$ac_objext
22195 if { (ac_try="$ac_compile"
22196 case "(($ac_try" in
22197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198 *) ac_try_echo=$ac_try;;
22199 esac
22200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22201 $as_echo "$ac_try_echo") >&5
22202 (eval "$ac_compile") 2>conftest.er1
22203 ac_status=$?
22204 grep -v '^ *+' conftest.er1 >conftest.err
22205 rm -f conftest.er1
22206 cat conftest.err >&5
22207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); } && {
22209 test -z "$ac_c_werror_flag" ||
22210 test ! -s conftest.err
22211 } && test -s conftest.$ac_objext; then
22212 ac_cv_member_scsireq_t_cmd=yes
22213 else
22214 $as_echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22217 cat >conftest.$ac_ext <<_ACEOF
22218 /* confdefs.h. */
22219 _ACEOF
22220 cat confdefs.h >>conftest.$ac_ext
22221 cat >>conftest.$ac_ext <<_ACEOF
22222 /* end confdefs.h. */
22223 #include <sys/types.h>
22224 #ifdef HAVE_SCSI_SG_H
22225 #include <scsi/sg.h>
22226 #endif
22229 main ()
22231 static scsireq_t ac_aggr;
22232 if (sizeof ac_aggr.cmd)
22233 return 0;
22235 return 0;
22237 _ACEOF
22238 rm -f conftest.$ac_objext
22239 if { (ac_try="$ac_compile"
22240 case "(($ac_try" in
22241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22242 *) ac_try_echo=$ac_try;;
22243 esac
22244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22245 $as_echo "$ac_try_echo") >&5
22246 (eval "$ac_compile") 2>conftest.er1
22247 ac_status=$?
22248 grep -v '^ *+' conftest.er1 >conftest.err
22249 rm -f conftest.er1
22250 cat conftest.err >&5
22251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22252 (exit $ac_status); } && {
22253 test -z "$ac_c_werror_flag" ||
22254 test ! -s conftest.err
22255 } && test -s conftest.$ac_objext; then
22256 ac_cv_member_scsireq_t_cmd=yes
22257 else
22258 $as_echo "$as_me: failed program was:" >&5
22259 sed 's/^/| /' conftest.$ac_ext >&5
22261 ac_cv_member_scsireq_t_cmd=no
22264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22269 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22270 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22271 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22273 cat >>confdefs.h <<_ACEOF
22274 #define HAVE_SCSIREQ_T_CMD 1
22275 _ACEOF
22279 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22280 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22281 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22282 $as_echo_n "(cached) " >&6
22283 else
22284 cat >conftest.$ac_ext <<_ACEOF
22285 /* confdefs.h. */
22286 _ACEOF
22287 cat confdefs.h >>conftest.$ac_ext
22288 cat >>conftest.$ac_ext <<_ACEOF
22289 /* end confdefs.h. */
22290 #include <sys/types.h>
22291 #ifdef HAVE_SCSI_SG_H
22292 #include <scsi/sg.h>
22293 #endif
22296 main ()
22298 static sg_io_hdr_t ac_aggr;
22299 if (ac_aggr.interface_id)
22300 return 0;
22302 return 0;
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22310 esac
22311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22312 $as_echo "$ac_try_echo") >&5
22313 (eval "$ac_compile") 2>conftest.er1
22314 ac_status=$?
22315 grep -v '^ *+' conftest.er1 >conftest.err
22316 rm -f conftest.er1
22317 cat conftest.err >&5
22318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22319 (exit $ac_status); } && {
22320 test -z "$ac_c_werror_flag" ||
22321 test ! -s conftest.err
22322 } && test -s conftest.$ac_objext; then
22323 ac_cv_member_sg_io_hdr_t_interface_id=yes
22324 else
22325 $as_echo "$as_me: failed program was:" >&5
22326 sed 's/^/| /' conftest.$ac_ext >&5
22328 cat >conftest.$ac_ext <<_ACEOF
22329 /* confdefs.h. */
22330 _ACEOF
22331 cat confdefs.h >>conftest.$ac_ext
22332 cat >>conftest.$ac_ext <<_ACEOF
22333 /* end confdefs.h. */
22334 #include <sys/types.h>
22335 #ifdef HAVE_SCSI_SG_H
22336 #include <scsi/sg.h>
22337 #endif
22340 main ()
22342 static sg_io_hdr_t ac_aggr;
22343 if (sizeof ac_aggr.interface_id)
22344 return 0;
22346 return 0;
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353 *) ac_try_echo=$ac_try;;
22354 esac
22355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22356 $as_echo "$ac_try_echo") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_cv_member_sg_io_hdr_t_interface_id=yes
22368 else
22369 $as_echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22372 ac_cv_member_sg_io_hdr_t_interface_id=no
22375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22380 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22381 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22382 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22384 cat >>confdefs.h <<_ACEOF
22385 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22386 _ACEOF
22392 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22393 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22394 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22395 $as_echo_n "(cached) " >&6
22396 else
22397 cat >conftest.$ac_ext <<_ACEOF
22398 /* confdefs.h. */
22399 _ACEOF
22400 cat confdefs.h >>conftest.$ac_ext
22401 cat >>conftest.$ac_ext <<_ACEOF
22402 /* end confdefs.h. */
22403 #include <signal.h>
22406 main ()
22408 static siginfo_t ac_aggr;
22409 if (ac_aggr.si_fd)
22410 return 0;
22412 return 0;
22414 _ACEOF
22415 rm -f conftest.$ac_objext
22416 if { (ac_try="$ac_compile"
22417 case "(($ac_try" in
22418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22419 *) ac_try_echo=$ac_try;;
22420 esac
22421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22422 $as_echo "$ac_try_echo") >&5
22423 (eval "$ac_compile") 2>conftest.er1
22424 ac_status=$?
22425 grep -v '^ *+' conftest.er1 >conftest.err
22426 rm -f conftest.er1
22427 cat conftest.err >&5
22428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22429 (exit $ac_status); } && {
22430 test -z "$ac_c_werror_flag" ||
22431 test ! -s conftest.err
22432 } && test -s conftest.$ac_objext; then
22433 ac_cv_member_siginfo_t_si_fd=yes
22434 else
22435 $as_echo "$as_me: failed program was:" >&5
22436 sed 's/^/| /' conftest.$ac_ext >&5
22438 cat >conftest.$ac_ext <<_ACEOF
22439 /* confdefs.h. */
22440 _ACEOF
22441 cat confdefs.h >>conftest.$ac_ext
22442 cat >>conftest.$ac_ext <<_ACEOF
22443 /* end confdefs.h. */
22444 #include <signal.h>
22447 main ()
22449 static siginfo_t ac_aggr;
22450 if (sizeof ac_aggr.si_fd)
22451 return 0;
22453 return 0;
22455 _ACEOF
22456 rm -f conftest.$ac_objext
22457 if { (ac_try="$ac_compile"
22458 case "(($ac_try" in
22459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22460 *) ac_try_echo=$ac_try;;
22461 esac
22462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22463 $as_echo "$ac_try_echo") >&5
22464 (eval "$ac_compile") 2>conftest.er1
22465 ac_status=$?
22466 grep -v '^ *+' conftest.er1 >conftest.err
22467 rm -f conftest.er1
22468 cat conftest.err >&5
22469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470 (exit $ac_status); } && {
22471 test -z "$ac_c_werror_flag" ||
22472 test ! -s conftest.err
22473 } && test -s conftest.$ac_objext; then
22474 ac_cv_member_siginfo_t_si_fd=yes
22475 else
22476 $as_echo "$as_me: failed program was:" >&5
22477 sed 's/^/| /' conftest.$ac_ext >&5
22479 ac_cv_member_siginfo_t_si_fd=no
22482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22487 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22488 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22489 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22491 cat >>confdefs.h <<_ACEOF
22492 #define HAVE_SIGINFO_T_SI_FD 1
22493 _ACEOF
22499 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22500 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22501 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22502 $as_echo_n "(cached) " >&6
22503 else
22504 cat >conftest.$ac_ext <<_ACEOF
22505 /* confdefs.h. */
22506 _ACEOF
22507 cat confdefs.h >>conftest.$ac_ext
22508 cat >>conftest.$ac_ext <<_ACEOF
22509 /* end confdefs.h. */
22510 #include <sys/types.h>
22511 #ifdef HAVE_SYS_MTIO_H
22512 #include <sys/mtio.h>
22513 #endif
22516 main ()
22518 static struct mtget ac_aggr;
22519 if (ac_aggr.mt_blksiz)
22520 return 0;
22522 return 0;
22524 _ACEOF
22525 rm -f conftest.$ac_objext
22526 if { (ac_try="$ac_compile"
22527 case "(($ac_try" in
22528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22529 *) ac_try_echo=$ac_try;;
22530 esac
22531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22532 $as_echo "$ac_try_echo") >&5
22533 (eval "$ac_compile") 2>conftest.er1
22534 ac_status=$?
22535 grep -v '^ *+' conftest.er1 >conftest.err
22536 rm -f conftest.er1
22537 cat conftest.err >&5
22538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); } && {
22540 test -z "$ac_c_werror_flag" ||
22541 test ! -s conftest.err
22542 } && test -s conftest.$ac_objext; then
22543 ac_cv_member_struct_mtget_mt_blksiz=yes
22544 else
22545 $as_echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.$ac_ext >&5
22548 cat >conftest.$ac_ext <<_ACEOF
22549 /* confdefs.h. */
22550 _ACEOF
22551 cat confdefs.h >>conftest.$ac_ext
22552 cat >>conftest.$ac_ext <<_ACEOF
22553 /* end confdefs.h. */
22554 #include <sys/types.h>
22555 #ifdef HAVE_SYS_MTIO_H
22556 #include <sys/mtio.h>
22557 #endif
22560 main ()
22562 static struct mtget ac_aggr;
22563 if (sizeof ac_aggr.mt_blksiz)
22564 return 0;
22566 return 0;
22568 _ACEOF
22569 rm -f conftest.$ac_objext
22570 if { (ac_try="$ac_compile"
22571 case "(($ac_try" in
22572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22573 *) ac_try_echo=$ac_try;;
22574 esac
22575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22576 $as_echo "$ac_try_echo") >&5
22577 (eval "$ac_compile") 2>conftest.er1
22578 ac_status=$?
22579 grep -v '^ *+' conftest.er1 >conftest.err
22580 rm -f conftest.er1
22581 cat conftest.err >&5
22582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583 (exit $ac_status); } && {
22584 test -z "$ac_c_werror_flag" ||
22585 test ! -s conftest.err
22586 } && test -s conftest.$ac_objext; then
22587 ac_cv_member_struct_mtget_mt_blksiz=yes
22588 else
22589 $as_echo "$as_me: failed program was:" >&5
22590 sed 's/^/| /' conftest.$ac_ext >&5
22592 ac_cv_member_struct_mtget_mt_blksiz=no
22595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22600 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22601 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22602 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22604 cat >>confdefs.h <<_ACEOF
22605 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22606 _ACEOF
22610 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22611 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22612 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22613 $as_echo_n "(cached) " >&6
22614 else
22615 cat >conftest.$ac_ext <<_ACEOF
22616 /* confdefs.h. */
22617 _ACEOF
22618 cat confdefs.h >>conftest.$ac_ext
22619 cat >>conftest.$ac_ext <<_ACEOF
22620 /* end confdefs.h. */
22621 #include <sys/types.h>
22622 #ifdef HAVE_SYS_MTIO_H
22623 #include <sys/mtio.h>
22624 #endif
22627 main ()
22629 static struct mtget ac_aggr;
22630 if (ac_aggr.mt_gstat)
22631 return 0;
22633 return 0;
22635 _ACEOF
22636 rm -f conftest.$ac_objext
22637 if { (ac_try="$ac_compile"
22638 case "(($ac_try" in
22639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640 *) ac_try_echo=$ac_try;;
22641 esac
22642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22643 $as_echo "$ac_try_echo") >&5
22644 (eval "$ac_compile") 2>conftest.er1
22645 ac_status=$?
22646 grep -v '^ *+' conftest.er1 >conftest.err
22647 rm -f conftest.er1
22648 cat conftest.err >&5
22649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); } && {
22651 test -z "$ac_c_werror_flag" ||
22652 test ! -s conftest.err
22653 } && test -s conftest.$ac_objext; then
22654 ac_cv_member_struct_mtget_mt_gstat=yes
22655 else
22656 $as_echo "$as_me: failed program was:" >&5
22657 sed 's/^/| /' conftest.$ac_ext >&5
22659 cat >conftest.$ac_ext <<_ACEOF
22660 /* confdefs.h. */
22661 _ACEOF
22662 cat confdefs.h >>conftest.$ac_ext
22663 cat >>conftest.$ac_ext <<_ACEOF
22664 /* end confdefs.h. */
22665 #include <sys/types.h>
22666 #ifdef HAVE_SYS_MTIO_H
22667 #include <sys/mtio.h>
22668 #endif
22671 main ()
22673 static struct mtget ac_aggr;
22674 if (sizeof ac_aggr.mt_gstat)
22675 return 0;
22677 return 0;
22679 _ACEOF
22680 rm -f conftest.$ac_objext
22681 if { (ac_try="$ac_compile"
22682 case "(($ac_try" in
22683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22684 *) ac_try_echo=$ac_try;;
22685 esac
22686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22687 $as_echo "$ac_try_echo") >&5
22688 (eval "$ac_compile") 2>conftest.er1
22689 ac_status=$?
22690 grep -v '^ *+' conftest.er1 >conftest.err
22691 rm -f conftest.er1
22692 cat conftest.err >&5
22693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22694 (exit $ac_status); } && {
22695 test -z "$ac_c_werror_flag" ||
22696 test ! -s conftest.err
22697 } && test -s conftest.$ac_objext; then
22698 ac_cv_member_struct_mtget_mt_gstat=yes
22699 else
22700 $as_echo "$as_me: failed program was:" >&5
22701 sed 's/^/| /' conftest.$ac_ext >&5
22703 ac_cv_member_struct_mtget_mt_gstat=no
22706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22711 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22712 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22713 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22715 cat >>confdefs.h <<_ACEOF
22716 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22717 _ACEOF
22721 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22722 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22723 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22724 $as_echo_n "(cached) " >&6
22725 else
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #include <sys/types.h>
22733 #ifdef HAVE_SYS_MTIO_H
22734 #include <sys/mtio.h>
22735 #endif
22738 main ()
22740 static struct mtget ac_aggr;
22741 if (ac_aggr.mt_blkno)
22742 return 0;
22744 return 0;
22746 _ACEOF
22747 rm -f conftest.$ac_objext
22748 if { (ac_try="$ac_compile"
22749 case "(($ac_try" in
22750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22751 *) ac_try_echo=$ac_try;;
22752 esac
22753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22754 $as_echo "$ac_try_echo") >&5
22755 (eval "$ac_compile") 2>conftest.er1
22756 ac_status=$?
22757 grep -v '^ *+' conftest.er1 >conftest.err
22758 rm -f conftest.er1
22759 cat conftest.err >&5
22760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); } && {
22762 test -z "$ac_c_werror_flag" ||
22763 test ! -s conftest.err
22764 } && test -s conftest.$ac_objext; then
22765 ac_cv_member_struct_mtget_mt_blkno=yes
22766 else
22767 $as_echo "$as_me: failed program was:" >&5
22768 sed 's/^/| /' conftest.$ac_ext >&5
22770 cat >conftest.$ac_ext <<_ACEOF
22771 /* confdefs.h. */
22772 _ACEOF
22773 cat confdefs.h >>conftest.$ac_ext
22774 cat >>conftest.$ac_ext <<_ACEOF
22775 /* end confdefs.h. */
22776 #include <sys/types.h>
22777 #ifdef HAVE_SYS_MTIO_H
22778 #include <sys/mtio.h>
22779 #endif
22782 main ()
22784 static struct mtget ac_aggr;
22785 if (sizeof ac_aggr.mt_blkno)
22786 return 0;
22788 return 0;
22790 _ACEOF
22791 rm -f conftest.$ac_objext
22792 if { (ac_try="$ac_compile"
22793 case "(($ac_try" in
22794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22795 *) ac_try_echo=$ac_try;;
22796 esac
22797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22798 $as_echo "$ac_try_echo") >&5
22799 (eval "$ac_compile") 2>conftest.er1
22800 ac_status=$?
22801 grep -v '^ *+' conftest.er1 >conftest.err
22802 rm -f conftest.er1
22803 cat conftest.err >&5
22804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22805 (exit $ac_status); } && {
22806 test -z "$ac_c_werror_flag" ||
22807 test ! -s conftest.err
22808 } && test -s conftest.$ac_objext; then
22809 ac_cv_member_struct_mtget_mt_blkno=yes
22810 else
22811 $as_echo "$as_me: failed program was:" >&5
22812 sed 's/^/| /' conftest.$ac_ext >&5
22814 ac_cv_member_struct_mtget_mt_blkno=no
22817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22822 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22823 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22824 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22826 cat >>confdefs.h <<_ACEOF
22827 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22828 _ACEOF
22834 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22835 $as_echo_n "checking for struct option.name... " >&6; }
22836 if test "${ac_cv_member_struct_option_name+set}" = set; then
22837 $as_echo_n "(cached) " >&6
22838 else
22839 cat >conftest.$ac_ext <<_ACEOF
22840 /* confdefs.h. */
22841 _ACEOF
22842 cat confdefs.h >>conftest.$ac_ext
22843 cat >>conftest.$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22845 #ifdef HAVE_GETOPT_H
22846 #include <getopt.h>
22847 #endif
22850 main ()
22852 static struct option ac_aggr;
22853 if (ac_aggr.name)
22854 return 0;
22856 return 0;
22858 _ACEOF
22859 rm -f conftest.$ac_objext
22860 if { (ac_try="$ac_compile"
22861 case "(($ac_try" in
22862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22863 *) ac_try_echo=$ac_try;;
22864 esac
22865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22866 $as_echo "$ac_try_echo") >&5
22867 (eval "$ac_compile") 2>conftest.er1
22868 ac_status=$?
22869 grep -v '^ *+' conftest.er1 >conftest.err
22870 rm -f conftest.er1
22871 cat conftest.err >&5
22872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22873 (exit $ac_status); } && {
22874 test -z "$ac_c_werror_flag" ||
22875 test ! -s conftest.err
22876 } && test -s conftest.$ac_objext; then
22877 ac_cv_member_struct_option_name=yes
22878 else
22879 $as_echo "$as_me: failed program was:" >&5
22880 sed 's/^/| /' conftest.$ac_ext >&5
22882 cat >conftest.$ac_ext <<_ACEOF
22883 /* confdefs.h. */
22884 _ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h. */
22888 #ifdef HAVE_GETOPT_H
22889 #include <getopt.h>
22890 #endif
22893 main ()
22895 static struct option ac_aggr;
22896 if (sizeof ac_aggr.name)
22897 return 0;
22899 return 0;
22901 _ACEOF
22902 rm -f conftest.$ac_objext
22903 if { (ac_try="$ac_compile"
22904 case "(($ac_try" in
22905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22906 *) ac_try_echo=$ac_try;;
22907 esac
22908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22909 $as_echo "$ac_try_echo") >&5
22910 (eval "$ac_compile") 2>conftest.er1
22911 ac_status=$?
22912 grep -v '^ *+' conftest.er1 >conftest.err
22913 rm -f conftest.er1
22914 cat conftest.err >&5
22915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22916 (exit $ac_status); } && {
22917 test -z "$ac_c_werror_flag" ||
22918 test ! -s conftest.err
22919 } && test -s conftest.$ac_objext; then
22920 ac_cv_member_struct_option_name=yes
22921 else
22922 $as_echo "$as_me: failed program was:" >&5
22923 sed 's/^/| /' conftest.$ac_ext >&5
22925 ac_cv_member_struct_option_name=no
22928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22933 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22934 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22935 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22937 cat >>confdefs.h <<_ACEOF
22938 #define HAVE_STRUCT_OPTION_NAME 1
22939 _ACEOF
22945 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22946 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22947 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22948 $as_echo_n "(cached) " >&6
22949 else
22950 cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h. */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h. */
22956 $ac_includes_default
22958 main ()
22960 static struct stat ac_aggr;
22961 if (ac_aggr.st_blocks)
22962 return 0;
22964 return 0;
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22972 esac
22973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22974 $as_echo "$ac_try_echo") >&5
22975 (eval "$ac_compile") 2>conftest.er1
22976 ac_status=$?
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
22980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } && {
22982 test -z "$ac_c_werror_flag" ||
22983 test ! -s conftest.err
22984 } && test -s conftest.$ac_objext; then
22985 ac_cv_member_struct_stat_st_blocks=yes
22986 else
22987 $as_echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22990 cat >conftest.$ac_ext <<_ACEOF
22991 /* confdefs.h. */
22992 _ACEOF
22993 cat confdefs.h >>conftest.$ac_ext
22994 cat >>conftest.$ac_ext <<_ACEOF
22995 /* end confdefs.h. */
22996 $ac_includes_default
22998 main ()
23000 static struct stat ac_aggr;
23001 if (sizeof ac_aggr.st_blocks)
23002 return 0;
23004 return 0;
23006 _ACEOF
23007 rm -f conftest.$ac_objext
23008 if { (ac_try="$ac_compile"
23009 case "(($ac_try" in
23010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23011 *) ac_try_echo=$ac_try;;
23012 esac
23013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23014 $as_echo "$ac_try_echo") >&5
23015 (eval "$ac_compile") 2>conftest.er1
23016 ac_status=$?
23017 grep -v '^ *+' conftest.er1 >conftest.err
23018 rm -f conftest.er1
23019 cat conftest.err >&5
23020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23021 (exit $ac_status); } && {
23022 test -z "$ac_c_werror_flag" ||
23023 test ! -s conftest.err
23024 } && test -s conftest.$ac_objext; then
23025 ac_cv_member_struct_stat_st_blocks=yes
23026 else
23027 $as_echo "$as_me: failed program was:" >&5
23028 sed 's/^/| /' conftest.$ac_ext >&5
23030 ac_cv_member_struct_stat_st_blocks=no
23033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23038 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23039 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23040 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23042 cat >>confdefs.h <<_ACEOF
23043 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23044 _ACEOF
23048 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23049 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23050 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23051 $as_echo_n "(cached) " >&6
23052 else
23053 cat >conftest.$ac_ext <<_ACEOF
23054 /* confdefs.h. */
23055 _ACEOF
23056 cat confdefs.h >>conftest.$ac_ext
23057 cat >>conftest.$ac_ext <<_ACEOF
23058 /* end confdefs.h. */
23059 $ac_includes_default
23061 main ()
23063 static struct stat ac_aggr;
23064 if (ac_aggr.st_mtim)
23065 return 0;
23067 return 0;
23069 _ACEOF
23070 rm -f conftest.$ac_objext
23071 if { (ac_try="$ac_compile"
23072 case "(($ac_try" in
23073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23074 *) ac_try_echo=$ac_try;;
23075 esac
23076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23077 $as_echo "$ac_try_echo") >&5
23078 (eval "$ac_compile") 2>conftest.er1
23079 ac_status=$?
23080 grep -v '^ *+' conftest.er1 >conftest.err
23081 rm -f conftest.er1
23082 cat conftest.err >&5
23083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); } && {
23085 test -z "$ac_c_werror_flag" ||
23086 test ! -s conftest.err
23087 } && test -s conftest.$ac_objext; then
23088 ac_cv_member_struct_stat_st_mtim=yes
23089 else
23090 $as_echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23093 cat >conftest.$ac_ext <<_ACEOF
23094 /* confdefs.h. */
23095 _ACEOF
23096 cat confdefs.h >>conftest.$ac_ext
23097 cat >>conftest.$ac_ext <<_ACEOF
23098 /* end confdefs.h. */
23099 $ac_includes_default
23101 main ()
23103 static struct stat ac_aggr;
23104 if (sizeof ac_aggr.st_mtim)
23105 return 0;
23107 return 0;
23109 _ACEOF
23110 rm -f conftest.$ac_objext
23111 if { (ac_try="$ac_compile"
23112 case "(($ac_try" in
23113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23114 *) ac_try_echo=$ac_try;;
23115 esac
23116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23117 $as_echo "$ac_try_echo") >&5
23118 (eval "$ac_compile") 2>conftest.er1
23119 ac_status=$?
23120 grep -v '^ *+' conftest.er1 >conftest.err
23121 rm -f conftest.er1
23122 cat conftest.err >&5
23123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23124 (exit $ac_status); } && {
23125 test -z "$ac_c_werror_flag" ||
23126 test ! -s conftest.err
23127 } && test -s conftest.$ac_objext; then
23128 ac_cv_member_struct_stat_st_mtim=yes
23129 else
23130 $as_echo "$as_me: failed program was:" >&5
23131 sed 's/^/| /' conftest.$ac_ext >&5
23133 ac_cv_member_struct_stat_st_mtim=no
23136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23141 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23142 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23143 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23145 cat >>confdefs.h <<_ACEOF
23146 #define HAVE_STRUCT_STAT_ST_MTIM 1
23147 _ACEOF
23151 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23152 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23153 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23154 $as_echo_n "(cached) " >&6
23155 else
23156 cat >conftest.$ac_ext <<_ACEOF
23157 /* confdefs.h. */
23158 _ACEOF
23159 cat confdefs.h >>conftest.$ac_ext
23160 cat >>conftest.$ac_ext <<_ACEOF
23161 /* end confdefs.h. */
23162 $ac_includes_default
23164 main ()
23166 static struct stat ac_aggr;
23167 if (ac_aggr.st_ctim)
23168 return 0;
23170 return 0;
23172 _ACEOF
23173 rm -f conftest.$ac_objext
23174 if { (ac_try="$ac_compile"
23175 case "(($ac_try" in
23176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177 *) ac_try_echo=$ac_try;;
23178 esac
23179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23180 $as_echo "$ac_try_echo") >&5
23181 (eval "$ac_compile") 2>conftest.er1
23182 ac_status=$?
23183 grep -v '^ *+' conftest.er1 >conftest.err
23184 rm -f conftest.er1
23185 cat conftest.err >&5
23186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); } && {
23188 test -z "$ac_c_werror_flag" ||
23189 test ! -s conftest.err
23190 } && test -s conftest.$ac_objext; then
23191 ac_cv_member_struct_stat_st_ctim=yes
23192 else
23193 $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23196 cat >conftest.$ac_ext <<_ACEOF
23197 /* confdefs.h. */
23198 _ACEOF
23199 cat confdefs.h >>conftest.$ac_ext
23200 cat >>conftest.$ac_ext <<_ACEOF
23201 /* end confdefs.h. */
23202 $ac_includes_default
23204 main ()
23206 static struct stat ac_aggr;
23207 if (sizeof ac_aggr.st_ctim)
23208 return 0;
23210 return 0;
23212 _ACEOF
23213 rm -f conftest.$ac_objext
23214 if { (ac_try="$ac_compile"
23215 case "(($ac_try" in
23216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23217 *) ac_try_echo=$ac_try;;
23218 esac
23219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23220 $as_echo "$ac_try_echo") >&5
23221 (eval "$ac_compile") 2>conftest.er1
23222 ac_status=$?
23223 grep -v '^ *+' conftest.er1 >conftest.err
23224 rm -f conftest.er1
23225 cat conftest.err >&5
23226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } && {
23228 test -z "$ac_c_werror_flag" ||
23229 test ! -s conftest.err
23230 } && test -s conftest.$ac_objext; then
23231 ac_cv_member_struct_stat_st_ctim=yes
23232 else
23233 $as_echo "$as_me: failed program was:" >&5
23234 sed 's/^/| /' conftest.$ac_ext >&5
23236 ac_cv_member_struct_stat_st_ctim=no
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23244 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23245 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23246 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23248 cat >>confdefs.h <<_ACEOF
23249 #define HAVE_STRUCT_STAT_ST_CTIM 1
23250 _ACEOF
23254 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23255 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23256 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23257 $as_echo_n "(cached) " >&6
23258 else
23259 cat >conftest.$ac_ext <<_ACEOF
23260 /* confdefs.h. */
23261 _ACEOF
23262 cat confdefs.h >>conftest.$ac_ext
23263 cat >>conftest.$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23265 $ac_includes_default
23267 main ()
23269 static struct stat ac_aggr;
23270 if (ac_aggr.st_atim)
23271 return 0;
23273 return 0;
23275 _ACEOF
23276 rm -f conftest.$ac_objext
23277 if { (ac_try="$ac_compile"
23278 case "(($ac_try" in
23279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23280 *) ac_try_echo=$ac_try;;
23281 esac
23282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23283 $as_echo "$ac_try_echo") >&5
23284 (eval "$ac_compile") 2>conftest.er1
23285 ac_status=$?
23286 grep -v '^ *+' conftest.er1 >conftest.err
23287 rm -f conftest.er1
23288 cat conftest.err >&5
23289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23290 (exit $ac_status); } && {
23291 test -z "$ac_c_werror_flag" ||
23292 test ! -s conftest.err
23293 } && test -s conftest.$ac_objext; then
23294 ac_cv_member_struct_stat_st_atim=yes
23295 else
23296 $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23299 cat >conftest.$ac_ext <<_ACEOF
23300 /* confdefs.h. */
23301 _ACEOF
23302 cat confdefs.h >>conftest.$ac_ext
23303 cat >>conftest.$ac_ext <<_ACEOF
23304 /* end confdefs.h. */
23305 $ac_includes_default
23307 main ()
23309 static struct stat ac_aggr;
23310 if (sizeof ac_aggr.st_atim)
23311 return 0;
23313 return 0;
23315 _ACEOF
23316 rm -f conftest.$ac_objext
23317 if { (ac_try="$ac_compile"
23318 case "(($ac_try" in
23319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23320 *) ac_try_echo=$ac_try;;
23321 esac
23322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23323 $as_echo "$ac_try_echo") >&5
23324 (eval "$ac_compile") 2>conftest.er1
23325 ac_status=$?
23326 grep -v '^ *+' conftest.er1 >conftest.err
23327 rm -f conftest.er1
23328 cat conftest.err >&5
23329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23330 (exit $ac_status); } && {
23331 test -z "$ac_c_werror_flag" ||
23332 test ! -s conftest.err
23333 } && test -s conftest.$ac_objext; then
23334 ac_cv_member_struct_stat_st_atim=yes
23335 else
23336 $as_echo "$as_me: failed program was:" >&5
23337 sed 's/^/| /' conftest.$ac_ext >&5
23339 ac_cv_member_struct_stat_st_atim=no
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23347 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23348 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23349 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23351 cat >>confdefs.h <<_ACEOF
23352 #define HAVE_STRUCT_STAT_ST_ATIM 1
23353 _ACEOF
23359 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23360 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23361 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23362 $as_echo_n "(cached) " >&6
23363 else
23364 cat >conftest.$ac_ext <<_ACEOF
23365 /* confdefs.h. */
23366 _ACEOF
23367 cat confdefs.h >>conftest.$ac_ext
23368 cat >>conftest.$ac_ext <<_ACEOF
23369 /* end confdefs.h. */
23370 #ifdef HAVE_SYS_TYPES_H
23371 #include <sys/types.h>
23372 #endif
23373 #ifdef HAVE_NETINET_IN_H
23374 #include <netinet/in.h>
23375 #endif
23378 main ()
23380 static struct sockaddr_in6 ac_aggr;
23381 if (ac_aggr.sin6_scope_id)
23382 return 0;
23384 return 0;
23386 _ACEOF
23387 rm -f conftest.$ac_objext
23388 if { (ac_try="$ac_compile"
23389 case "(($ac_try" in
23390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23391 *) ac_try_echo=$ac_try;;
23392 esac
23393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23394 $as_echo "$ac_try_echo") >&5
23395 (eval "$ac_compile") 2>conftest.er1
23396 ac_status=$?
23397 grep -v '^ *+' conftest.er1 >conftest.err
23398 rm -f conftest.er1
23399 cat conftest.err >&5
23400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); } && {
23402 test -z "$ac_c_werror_flag" ||
23403 test ! -s conftest.err
23404 } && test -s conftest.$ac_objext; then
23405 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23406 else
23407 $as_echo "$as_me: failed program was:" >&5
23408 sed 's/^/| /' conftest.$ac_ext >&5
23410 cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h. */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23416 #ifdef HAVE_SYS_TYPES_H
23417 #include <sys/types.h>
23418 #endif
23419 #ifdef HAVE_NETINET_IN_H
23420 #include <netinet/in.h>
23421 #endif
23424 main ()
23426 static struct sockaddr_in6 ac_aggr;
23427 if (sizeof ac_aggr.sin6_scope_id)
23428 return 0;
23430 return 0;
23432 _ACEOF
23433 rm -f conftest.$ac_objext
23434 if { (ac_try="$ac_compile"
23435 case "(($ac_try" in
23436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23437 *) ac_try_echo=$ac_try;;
23438 esac
23439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23440 $as_echo "$ac_try_echo") >&5
23441 (eval "$ac_compile") 2>conftest.er1
23442 ac_status=$?
23443 grep -v '^ *+' conftest.er1 >conftest.err
23444 rm -f conftest.er1
23445 cat conftest.err >&5
23446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23447 (exit $ac_status); } && {
23448 test -z "$ac_c_werror_flag" ||
23449 test ! -s conftest.err
23450 } && test -s conftest.$ac_objext; then
23451 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23452 else
23453 $as_echo "$as_me: failed program was:" >&5
23454 sed 's/^/| /' conftest.$ac_ext >&5
23456 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23464 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23465 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23466 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23468 cat >>confdefs.h <<_ACEOF
23469 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23470 _ACEOF
23476 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23477 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23478 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23479 $as_echo_n "(cached) " >&6
23480 else
23481 cat >conftest.$ac_ext <<_ACEOF
23482 /* confdefs.h. */
23483 _ACEOF
23484 cat confdefs.h >>conftest.$ac_ext
23485 cat >>conftest.$ac_ext <<_ACEOF
23486 /* end confdefs.h. */
23487 #ifdef HAVE_SYS_TYPES_H
23488 #include <sys/types.h>
23489 #endif
23490 #ifdef HAVE_NETINET_IN_H
23491 # include <netinet/in.h>
23492 #endif
23493 #ifdef HAVE_ARPA_NAMESER_H
23494 # include <arpa/nameser.h>
23495 #endif
23498 main ()
23500 static ns_msg ac_aggr;
23501 if (ac_aggr._msg_ptr)
23502 return 0;
23504 return 0;
23506 _ACEOF
23507 rm -f conftest.$ac_objext
23508 if { (ac_try="$ac_compile"
23509 case "(($ac_try" in
23510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23511 *) ac_try_echo=$ac_try;;
23512 esac
23513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23514 $as_echo "$ac_try_echo") >&5
23515 (eval "$ac_compile") 2>conftest.er1
23516 ac_status=$?
23517 grep -v '^ *+' conftest.er1 >conftest.err
23518 rm -f conftest.er1
23519 cat conftest.err >&5
23520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23521 (exit $ac_status); } && {
23522 test -z "$ac_c_werror_flag" ||
23523 test ! -s conftest.err
23524 } && test -s conftest.$ac_objext; then
23525 ac_cv_member_ns_msg__msg_ptr=yes
23526 else
23527 $as_echo "$as_me: failed program was:" >&5
23528 sed 's/^/| /' conftest.$ac_ext >&5
23530 cat >conftest.$ac_ext <<_ACEOF
23531 /* confdefs.h. */
23532 _ACEOF
23533 cat confdefs.h >>conftest.$ac_ext
23534 cat >>conftest.$ac_ext <<_ACEOF
23535 /* end confdefs.h. */
23536 #ifdef HAVE_SYS_TYPES_H
23537 #include <sys/types.h>
23538 #endif
23539 #ifdef HAVE_NETINET_IN_H
23540 # include <netinet/in.h>
23541 #endif
23542 #ifdef HAVE_ARPA_NAMESER_H
23543 # include <arpa/nameser.h>
23544 #endif
23547 main ()
23549 static ns_msg ac_aggr;
23550 if (sizeof ac_aggr._msg_ptr)
23551 return 0;
23553 return 0;
23555 _ACEOF
23556 rm -f conftest.$ac_objext
23557 if { (ac_try="$ac_compile"
23558 case "(($ac_try" in
23559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23560 *) ac_try_echo=$ac_try;;
23561 esac
23562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23563 $as_echo "$ac_try_echo") >&5
23564 (eval "$ac_compile") 2>conftest.er1
23565 ac_status=$?
23566 grep -v '^ *+' conftest.er1 >conftest.err
23567 rm -f conftest.er1
23568 cat conftest.err >&5
23569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570 (exit $ac_status); } && {
23571 test -z "$ac_c_werror_flag" ||
23572 test ! -s conftest.err
23573 } && test -s conftest.$ac_objext; then
23574 ac_cv_member_ns_msg__msg_ptr=yes
23575 else
23576 $as_echo "$as_me: failed program was:" >&5
23577 sed 's/^/| /' conftest.$ac_ext >&5
23579 ac_cv_member_ns_msg__msg_ptr=no
23582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23587 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23588 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23589 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23591 cat >>confdefs.h <<_ACEOF
23592 #define HAVE_NS_MSG__MSG_PTR 1
23593 _ACEOF
23599 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23600 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23601 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23602 $as_echo_n "(cached) " >&6
23603 else
23604 cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h. */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h. */
23610 #ifdef HAVE_SYS_TYPES_H
23611 #include <sys/types.h>
23612 #endif
23613 #ifdef HAVE_ALIAS_H
23614 #include <alias.h>
23615 #endif
23616 #ifdef HAVE_SYS_SOCKET_H
23617 #include <sys/socket.h>
23618 #endif
23619 #ifdef HAVE_SYS_SOCKETVAR_H
23620 #include <sys/socketvar.h>
23621 #endif
23622 #ifdef HAVE_SYS_TIMEOUT_H
23623 #include <sys/timeout.h>
23624 #endif
23625 #ifdef HAVE_NETINET_IN_H
23626 #include <netinet/in.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IN_SYSTM_H
23629 #include <netinet/in_systm.h>
23630 #endif
23631 #ifdef HAVE_NETINET_IP_H
23632 #include <netinet/ip.h>
23633 #endif
23634 #ifdef HAVE_NETINET_IP_VAR_H
23635 #include <netinet/ip_var.h>
23636 #endif
23637 #ifdef HAVE_NETINET_IP_ICMP_H
23638 #include <netinet/ip_icmp.h>
23639 #endif
23640 #ifdef HAVE_NETINET_ICMP_VAR
23641 #include <netinet/icmp_var.h>
23642 #endif
23645 main ()
23647 static struct icmpstat ac_aggr;
23648 if (ac_aggr.icps_outhist)
23649 return 0;
23651 return 0;
23653 _ACEOF
23654 rm -f conftest.$ac_objext
23655 if { (ac_try="$ac_compile"
23656 case "(($ac_try" in
23657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23658 *) ac_try_echo=$ac_try;;
23659 esac
23660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23661 $as_echo "$ac_try_echo") >&5
23662 (eval "$ac_compile") 2>conftest.er1
23663 ac_status=$?
23664 grep -v '^ *+' conftest.er1 >conftest.err
23665 rm -f conftest.er1
23666 cat conftest.err >&5
23667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23668 (exit $ac_status); } && {
23669 test -z "$ac_c_werror_flag" ||
23670 test ! -s conftest.err
23671 } && test -s conftest.$ac_objext; then
23672 ac_cv_member_struct_icmpstat_icps_outhist=yes
23673 else
23674 $as_echo "$as_me: failed program was:" >&5
23675 sed 's/^/| /' conftest.$ac_ext >&5
23677 cat >conftest.$ac_ext <<_ACEOF
23678 /* confdefs.h. */
23679 _ACEOF
23680 cat confdefs.h >>conftest.$ac_ext
23681 cat >>conftest.$ac_ext <<_ACEOF
23682 /* end confdefs.h. */
23683 #ifdef HAVE_SYS_TYPES_H
23684 #include <sys/types.h>
23685 #endif
23686 #ifdef HAVE_ALIAS_H
23687 #include <alias.h>
23688 #endif
23689 #ifdef HAVE_SYS_SOCKET_H
23690 #include <sys/socket.h>
23691 #endif
23692 #ifdef HAVE_SYS_SOCKETVAR_H
23693 #include <sys/socketvar.h>
23694 #endif
23695 #ifdef HAVE_SYS_TIMEOUT_H
23696 #include <sys/timeout.h>
23697 #endif
23698 #ifdef HAVE_NETINET_IN_H
23699 #include <netinet/in.h>
23700 #endif
23701 #ifdef HAVE_NETINET_IN_SYSTM_H
23702 #include <netinet/in_systm.h>
23703 #endif
23704 #ifdef HAVE_NETINET_IP_H
23705 #include <netinet/ip.h>
23706 #endif
23707 #ifdef HAVE_NETINET_IP_VAR_H
23708 #include <netinet/ip_var.h>
23709 #endif
23710 #ifdef HAVE_NETINET_IP_ICMP_H
23711 #include <netinet/ip_icmp.h>
23712 #endif
23713 #ifdef HAVE_NETINET_ICMP_VAR
23714 #include <netinet/icmp_var.h>
23715 #endif
23718 main ()
23720 static struct icmpstat ac_aggr;
23721 if (sizeof ac_aggr.icps_outhist)
23722 return 0;
23724 return 0;
23726 _ACEOF
23727 rm -f conftest.$ac_objext
23728 if { (ac_try="$ac_compile"
23729 case "(($ac_try" in
23730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23731 *) ac_try_echo=$ac_try;;
23732 esac
23733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23734 $as_echo "$ac_try_echo") >&5
23735 (eval "$ac_compile") 2>conftest.er1
23736 ac_status=$?
23737 grep -v '^ *+' conftest.er1 >conftest.err
23738 rm -f conftest.er1
23739 cat conftest.err >&5
23740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741 (exit $ac_status); } && {
23742 test -z "$ac_c_werror_flag" ||
23743 test ! -s conftest.err
23744 } && test -s conftest.$ac_objext; then
23745 ac_cv_member_struct_icmpstat_icps_outhist=yes
23746 else
23747 $as_echo "$as_me: failed program was:" >&5
23748 sed 's/^/| /' conftest.$ac_ext >&5
23750 ac_cv_member_struct_icmpstat_icps_outhist=no
23753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23758 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23759 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23760 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23762 cat >>confdefs.h <<_ACEOF
23763 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23764 _ACEOF
23770 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23771 $as_echo_n "checking for timezone variable... " >&6; }
23772 if test "${ac_cv_have_timezone+set}" = set; then
23773 $as_echo_n "(cached) " >&6
23774 else
23775 cat >conftest.$ac_ext <<_ACEOF
23776 /* confdefs.h. */
23777 _ACEOF
23778 cat confdefs.h >>conftest.$ac_ext
23779 cat >>conftest.$ac_ext <<_ACEOF
23780 /* end confdefs.h. */
23781 #include <time.h>
23783 main ()
23785 timezone = 1
23787 return 0;
23789 _ACEOF
23790 rm -f conftest.$ac_objext conftest$ac_exeext
23791 if { (ac_try="$ac_link"
23792 case "(($ac_try" in
23793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23794 *) ac_try_echo=$ac_try;;
23795 esac
23796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23797 $as_echo "$ac_try_echo") >&5
23798 (eval "$ac_link") 2>conftest.er1
23799 ac_status=$?
23800 grep -v '^ *+' conftest.er1 >conftest.err
23801 rm -f conftest.er1
23802 cat conftest.err >&5
23803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804 (exit $ac_status); } && {
23805 test -z "$ac_c_werror_flag" ||
23806 test ! -s conftest.err
23807 } && test -s conftest$ac_exeext && {
23808 test "$cross_compiling" = yes ||
23809 $as_test_x conftest$ac_exeext
23810 }; then
23811 ac_cv_have_timezone="yes"
23812 else
23813 $as_echo "$as_me: failed program was:" >&5
23814 sed 's/^/| /' conftest.$ac_ext >&5
23816 ac_cv_have_timezone="no"
23819 rm -rf conftest.dSYM
23820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23821 conftest$ac_exeext conftest.$ac_ext
23823 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23824 $as_echo "$ac_cv_have_timezone" >&6; }
23825 if test "$ac_cv_have_timezone" = "yes"
23826 then
23828 cat >>confdefs.h <<\_ACEOF
23829 #define HAVE_TIMEZONE 1
23830 _ACEOF
23833 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23834 $as_echo_n "checking for daylight variable... " >&6; }
23835 if test "${ac_cv_have_daylight+set}" = set; then
23836 $as_echo_n "(cached) " >&6
23837 else
23838 cat >conftest.$ac_ext <<_ACEOF
23839 /* confdefs.h. */
23840 _ACEOF
23841 cat confdefs.h >>conftest.$ac_ext
23842 cat >>conftest.$ac_ext <<_ACEOF
23843 /* end confdefs.h. */
23844 #include <time.h>
23846 main ()
23848 daylight = 1
23850 return 0;
23852 _ACEOF
23853 rm -f conftest.$ac_objext conftest$ac_exeext
23854 if { (ac_try="$ac_link"
23855 case "(($ac_try" in
23856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23857 *) ac_try_echo=$ac_try;;
23858 esac
23859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23860 $as_echo "$ac_try_echo") >&5
23861 (eval "$ac_link") 2>conftest.er1
23862 ac_status=$?
23863 grep -v '^ *+' conftest.er1 >conftest.err
23864 rm -f conftest.er1
23865 cat conftest.err >&5
23866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23867 (exit $ac_status); } && {
23868 test -z "$ac_c_werror_flag" ||
23869 test ! -s conftest.err
23870 } && test -s conftest$ac_exeext && {
23871 test "$cross_compiling" = yes ||
23872 $as_test_x conftest$ac_exeext
23873 }; then
23874 ac_cv_have_daylight="yes"
23875 else
23876 $as_echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.$ac_ext >&5
23879 ac_cv_have_daylight="no"
23882 rm -rf conftest.dSYM
23883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23884 conftest$ac_exeext conftest.$ac_ext
23886 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23887 $as_echo "$ac_cv_have_daylight" >&6; }
23888 if test "$ac_cv_have_daylight" = "yes"
23889 then
23891 cat >>confdefs.h <<\_ACEOF
23892 #define HAVE_DAYLIGHT 1
23893 _ACEOF
23897 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23898 $as_echo_n "checking for isinf... " >&6; }
23899 if test "${ac_cv_have_isinf+set}" = set; then
23900 $as_echo_n "(cached) " >&6
23901 else
23902 cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h. */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h. */
23908 #include <math.h>
23910 main ()
23912 float f = 0.0; int i=isinf(f)
23914 return 0;
23916 _ACEOF
23917 rm -f conftest.$ac_objext conftest$ac_exeext
23918 if { (ac_try="$ac_link"
23919 case "(($ac_try" in
23920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23921 *) ac_try_echo=$ac_try;;
23922 esac
23923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23924 $as_echo "$ac_try_echo") >&5
23925 (eval "$ac_link") 2>conftest.er1
23926 ac_status=$?
23927 grep -v '^ *+' conftest.er1 >conftest.err
23928 rm -f conftest.er1
23929 cat conftest.err >&5
23930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23931 (exit $ac_status); } && {
23932 test -z "$ac_c_werror_flag" ||
23933 test ! -s conftest.err
23934 } && test -s conftest$ac_exeext && {
23935 test "$cross_compiling" = yes ||
23936 $as_test_x conftest$ac_exeext
23937 }; then
23938 ac_cv_have_isinf="yes"
23939 else
23940 $as_echo "$as_me: failed program was:" >&5
23941 sed 's/^/| /' conftest.$ac_ext >&5
23943 ac_cv_have_isinf="no"
23946 rm -rf conftest.dSYM
23947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23948 conftest$ac_exeext conftest.$ac_ext
23950 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23951 $as_echo "$ac_cv_have_isinf" >&6; }
23952 if test "$ac_cv_have_isinf" = "yes"
23953 then
23955 cat >>confdefs.h <<\_ACEOF
23956 #define HAVE_ISINF 1
23957 _ACEOF
23961 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23962 $as_echo_n "checking for isnan... " >&6; }
23963 if test "${ac_cv_have_isnan+set}" = set; then
23964 $as_echo_n "(cached) " >&6
23965 else
23966 cat >conftest.$ac_ext <<_ACEOF
23967 /* confdefs.h. */
23968 _ACEOF
23969 cat confdefs.h >>conftest.$ac_ext
23970 cat >>conftest.$ac_ext <<_ACEOF
23971 /* end confdefs.h. */
23972 #include <math.h>
23974 main ()
23976 float f = 0.0; int i=isnan(f)
23978 return 0;
23980 _ACEOF
23981 rm -f conftest.$ac_objext conftest$ac_exeext
23982 if { (ac_try="$ac_link"
23983 case "(($ac_try" in
23984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23985 *) ac_try_echo=$ac_try;;
23986 esac
23987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23988 $as_echo "$ac_try_echo") >&5
23989 (eval "$ac_link") 2>conftest.er1
23990 ac_status=$?
23991 grep -v '^ *+' conftest.er1 >conftest.err
23992 rm -f conftest.er1
23993 cat conftest.err >&5
23994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995 (exit $ac_status); } && {
23996 test -z "$ac_c_werror_flag" ||
23997 test ! -s conftest.err
23998 } && test -s conftest$ac_exeext && {
23999 test "$cross_compiling" = yes ||
24000 $as_test_x conftest$ac_exeext
24001 }; then
24002 ac_cv_have_isnan="yes"
24003 else
24004 $as_echo "$as_me: failed program was:" >&5
24005 sed 's/^/| /' conftest.$ac_ext >&5
24007 ac_cv_have_isnan="no"
24010 rm -rf conftest.dSYM
24011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24012 conftest$ac_exeext conftest.$ac_ext
24014 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24015 $as_echo "$ac_cv_have_isnan" >&6; }
24016 if test "$ac_cv_have_isnan" = "yes"
24017 then
24019 cat >>confdefs.h <<\_ACEOF
24020 #define HAVE_ISNAN 1
24021 _ACEOF
24026 case $host_cpu in
24027 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24028 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24029 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24030 $as_echo_n "(cached) " >&6
24031 else
24032 cat >conftest.$ac_ext <<_ACEOF
24033 /* confdefs.h. */
24034 _ACEOF
24035 cat confdefs.h >>conftest.$ac_ext
24036 cat >>conftest.$ac_ext <<_ACEOF
24037 /* end confdefs.h. */
24038 #ifndef __i386__
24040 #endif
24041 _ACEOF
24042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24043 $EGREP "yes" >/dev/null 2>&1; then
24044 ac_cv_cpp_def___i386__=yes
24045 else
24046 ac_cv_cpp_def___i386__=no
24048 rm -f conftest*
24051 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24052 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24053 if test $ac_cv_cpp_def___i386__ = yes; then
24054 CFLAGS="$CFLAGS -D__i386__"
24055 LINTFLAGS="$LINTFLAGS -D__i386__"
24058 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24059 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24060 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24061 $as_echo_n "(cached) " >&6
24062 else
24063 cat >conftest.$ac_ext <<_ACEOF
24064 /* confdefs.h. */
24065 _ACEOF
24066 cat confdefs.h >>conftest.$ac_ext
24067 cat >>conftest.$ac_ext <<_ACEOF
24068 /* end confdefs.h. */
24069 #ifndef __x86_64__
24071 #endif
24072 _ACEOF
24073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24074 $EGREP "yes" >/dev/null 2>&1; then
24075 ac_cv_cpp_def___x86_64__=yes
24076 else
24077 ac_cv_cpp_def___x86_64__=no
24079 rm -f conftest*
24082 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24083 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24084 if test $ac_cv_cpp_def___x86_64__ = yes; then
24085 CFLAGS="$CFLAGS -D__x86_64__"
24086 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24089 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24090 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24091 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24092 $as_echo_n "(cached) " >&6
24093 else
24094 cat >conftest.$ac_ext <<_ACEOF
24095 /* confdefs.h. */
24096 _ACEOF
24097 cat confdefs.h >>conftest.$ac_ext
24098 cat >>conftest.$ac_ext <<_ACEOF
24099 /* end confdefs.h. */
24100 #ifndef __ALPHA__
24102 #endif
24103 _ACEOF
24104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24105 $EGREP "yes" >/dev/null 2>&1; then
24106 ac_cv_cpp_def___ALPHA__=yes
24107 else
24108 ac_cv_cpp_def___ALPHA__=no
24110 rm -f conftest*
24113 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24114 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24115 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24116 CFLAGS="$CFLAGS -D__ALPHA__"
24117 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24120 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24121 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24122 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24123 $as_echo_n "(cached) " >&6
24124 else
24125 cat >conftest.$ac_ext <<_ACEOF
24126 /* confdefs.h. */
24127 _ACEOF
24128 cat confdefs.h >>conftest.$ac_ext
24129 cat >>conftest.$ac_ext <<_ACEOF
24130 /* end confdefs.h. */
24131 #ifndef __sparc__
24133 #endif
24134 _ACEOF
24135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24136 $EGREP "yes" >/dev/null 2>&1; then
24137 ac_cv_cpp_def___sparc__=yes
24138 else
24139 ac_cv_cpp_def___sparc__=no
24141 rm -f conftest*
24144 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24145 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24146 if test $ac_cv_cpp_def___sparc__ = yes; then
24147 CFLAGS="$CFLAGS -D__sparc__"
24148 LINTFLAGS="$LINTFLAGS -D__sparc__"
24151 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24152 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24153 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24154 $as_echo_n "(cached) " >&6
24155 else
24156 cat >conftest.$ac_ext <<_ACEOF
24157 /* confdefs.h. */
24158 _ACEOF
24159 cat confdefs.h >>conftest.$ac_ext
24160 cat >>conftest.$ac_ext <<_ACEOF
24161 /* end confdefs.h. */
24162 #ifndef __powerpc__
24164 #endif
24165 _ACEOF
24166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24167 $EGREP "yes" >/dev/null 2>&1; then
24168 ac_cv_cpp_def___powerpc__=yes
24169 else
24170 ac_cv_cpp_def___powerpc__=no
24172 rm -f conftest*
24175 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24176 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24177 if test $ac_cv_cpp_def___powerpc__ = yes; then
24178 CFLAGS="$CFLAGS -D__powerpc__"
24179 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24182 esac
24184 case $host_vendor in
24185 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24186 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24187 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24188 $as_echo_n "(cached) " >&6
24189 else
24190 cat >conftest.$ac_ext <<_ACEOF
24191 /* confdefs.h. */
24192 _ACEOF
24193 cat confdefs.h >>conftest.$ac_ext
24194 cat >>conftest.$ac_ext <<_ACEOF
24195 /* end confdefs.h. */
24196 #ifndef __sun__
24198 #endif
24199 _ACEOF
24200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24201 $EGREP "yes" >/dev/null 2>&1; then
24202 ac_cv_cpp_def___sun__=yes
24203 else
24204 ac_cv_cpp_def___sun__=no
24206 rm -f conftest*
24209 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24210 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24211 if test $ac_cv_cpp_def___sun__ = yes; then
24212 CFLAGS="$CFLAGS -D__sun__"
24213 LINTFLAGS="$LINTFLAGS -D__sun__"
24216 esac
24219 DEPENDENCIES="### Dependencies:
24221 .INIT: Makefile
24222 .BEGIN: Makefile
24223 .MAKEFILEDEPS:
24224 Makefile: dummy
24225 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24227 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24228 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24229 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24230 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24231 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24234 ALL_MAKERULES=""
24236 ALL_MAKEFILES=""
24238 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24241 ALL_TOP_DIRS=""
24243 ALL_DLL_DIRS=""
24245 ALL_IMPLIB_DIRS=""
24247 ALL_TEST_DIRS=""
24249 ALL_PROGRAM_DIRS=""
24251 ALL_PROGRAM_INSTALL_DIRS=""
24253 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24259 ac_config_commands="$ac_config_commands include/stamp-h"
24262 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24264 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24266 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24268 ac_config_commands="$ac_config_commands dlls/user32/resources"
24270 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24272 ac_config_commands="$ac_config_commands include/wine"
24275 ALL_MAKERULES="$ALL_MAKERULES \\
24276 Make.rules"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 Make.rules: Make.rules.in"
24279 MAKE_RULES=Make.rules
24280 ac_config_files="$ac_config_files Make.rules"
24282 ALL_MAKERULES="$ALL_MAKERULES \\
24283 dlls/Makedll.rules"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24286 MAKE_DLL_RULES=dlls/Makedll.rules
24287 ac_config_files="$ac_config_files dlls/Makedll.rules"
24289 ALL_MAKERULES="$ALL_MAKERULES \\
24290 dlls/Makeimplib.rules"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24293 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24294 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24296 ALL_MAKERULES="$ALL_MAKERULES \\
24297 dlls/Maketest.rules"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24300 MAKE_TEST_RULES=dlls/Maketest.rules
24301 ac_config_files="$ac_config_files dlls/Maketest.rules"
24303 ALL_MAKERULES="$ALL_MAKERULES \\
24304 programs/Makeprog.rules"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24307 MAKE_PROG_RULES=programs/Makeprog.rules
24308 ac_config_files="$ac_config_files programs/Makeprog.rules"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 Makefile: Makefile.in Make.rules"
24315 ac_config_files="$ac_config_files Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/Makefile"
24319 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24320 dlls"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/Makefile: dlls/Makefile.in Make.rules"
24323 ac_config_files="$ac_config_files dlls/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/acledit/Makefile"
24327 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 acledit"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/aclui/Makefile"
24335 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 aclui"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/activeds/Makefile"
24343 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 activeds"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/actxprxy/Makefile"
24351 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 actxprxy"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/adsiid/Makefile"
24359 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24360 adsiid"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24363 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/advapi32/Makefile"
24367 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 advapi32"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/advapi32/tests/Makefile"
24375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24376 advapi32/tests"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24379 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/advpack/Makefile"
24383 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 advpack"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/advpack/tests/Makefile"
24391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24392 advpack/tests"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24395 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/amstream/Makefile"
24399 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 amstream"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/appwiz.cpl/Makefile"
24407 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 appwiz.cpl"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/atl/Makefile"
24415 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 atl"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/atl/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/authz/Makefile"
24423 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 authz"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/authz/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/avicap32/Makefile"
24431 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 avicap32"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/avifil32/Makefile"
24439 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 avifil32"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/browseui/Makefile"
24447 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 browseui"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/browseui/tests/Makefile"
24455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24456 browseui/tests"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24459 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/cabinet/Makefile"
24463 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 cabinet"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/cabinet/tests/Makefile"
24471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24472 cabinet/tests"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24475 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/capi2032/Makefile"
24479 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 capi2032"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/cards/Makefile"
24487 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 cards"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/cards/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/cfgmgr32/Makefile"
24495 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 cfgmgr32"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/clusapi/Makefile"
24503 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 clusapi"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/comcat/Makefile"
24511 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 comcat"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/comcat/tests/Makefile"
24519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24520 comcat/tests"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24523 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/comctl32/Makefile"
24527 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 comctl32"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/comctl32/tests/Makefile"
24535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24536 comctl32/tests"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24539 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/comdlg32/Makefile"
24543 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 comdlg32"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/comdlg32/tests/Makefile"
24551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24552 comdlg32/tests"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24555 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/compstui/Makefile"
24559 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 compstui"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/credui/Makefile"
24567 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 credui"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/credui/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/credui/tests/Makefile"
24575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24576 credui/tests"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24579 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/crtdll/Makefile"
24583 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 crtdll"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/crypt32/Makefile"
24591 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 crypt32"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/crypt32/tests/Makefile"
24599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24600 crypt32/tests"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24603 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/cryptdlg/Makefile"
24607 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 cryptdlg"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/cryptdll/Makefile"
24615 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 cryptdll"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/cryptnet/Makefile"
24623 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 cryptnet"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/cryptnet/tests/Makefile"
24631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24632 cryptnet/tests"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24635 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/cryptui/Makefile"
24639 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 cryptui"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/cryptui/tests/Makefile"
24647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24648 cryptui/tests"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24651 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/ctapi32/Makefile"
24655 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 ctapi32"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/ctl3d32/Makefile"
24663 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 ctl3d32"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/d3d10/Makefile"
24671 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 d3d10"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/d3d10/tests/Makefile"
24679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24680 d3d10/tests"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24683 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/d3d10core/Makefile"
24687 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 d3d10core"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/d3d10core/tests/Makefile"
24695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24696 d3d10core/tests"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24699 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/d3d8/Makefile"
24703 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 d3d8"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/d3d8/tests/Makefile"
24711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24712 d3d8/tests"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24715 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/d3d9/Makefile"
24719 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 d3d9"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/d3d9/tests/Makefile"
24727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24728 d3d9/tests"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24731 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/d3dim/Makefile"
24735 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 d3dim"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/d3drm/Makefile"
24743 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 d3drm"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/d3drm/tests/Makefile"
24751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24752 d3drm/tests"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24755 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/d3dx8/Makefile"
24759 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 d3dx8"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/d3dx8/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 d3dx8/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/d3dx9_24/Makefile"
24775 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 d3dx9_24"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/d3dx9_25/Makefile"
24783 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 d3dx9_25"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24787 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/d3dx9_26/Makefile"
24791 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 d3dx9_26"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/d3dx9_27/Makefile"
24799 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 d3dx9_27"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/d3dx9_28/Makefile"
24807 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 d3dx9_28"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/d3dx9_29/Makefile"
24815 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 d3dx9_29"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/d3dx9_30/Makefile"
24823 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 d3dx9_30"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/d3dx9_31/Makefile"
24831 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 d3dx9_31"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/d3dx9_32/Makefile"
24839 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 d3dx9_32"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/d3dx9_33/Makefile"
24847 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 d3dx9_33"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/d3dx9_34/Makefile"
24855 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 d3dx9_34"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/d3dx9_35/Makefile"
24863 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 d3dx9_35"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/d3dx9_36/Makefile"
24871 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 d3dx9_36"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/d3dx9_36/tests/Makefile"
24879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24880 d3dx9_36/tests"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24883 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/d3dx9_37/Makefile"
24887 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 d3dx9_37"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/d3dx9_38/Makefile"
24895 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 d3dx9_38"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/d3dx9_39/Makefile"
24903 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 d3dx9_39"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/d3dx9_40/Makefile"
24911 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 d3dx9_40"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/d3dxof/Makefile"
24919 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 d3dxof"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/d3dxof/tests/Makefile"
24927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 d3dxof/tests"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24931 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/dbghelp/Makefile"
24935 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 dbghelp"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/dciman32/Makefile"
24943 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 dciman32"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/ddraw/Makefile"
24951 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 ddraw"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/ddraw/tests/Makefile"
24959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24960 ddraw/tests"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24963 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/ddrawex/Makefile"
24967 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 ddrawex"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/ddrawex/tests/Makefile"
24975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24976 ddrawex/tests"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24979 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/devenum/Makefile"
24983 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 devenum"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/dinput/Makefile"
24991 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 dinput"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/dinput/tests/Makefile"
24999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25000 dinput/tests"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25003 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/dinput8/Makefile"
25007 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 dinput8"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/dmband/Makefile"
25015 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 dmband"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/dmcompos/Makefile"
25023 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 dmcompos"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/dmime/Makefile"
25031 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 dmime"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/dmloader/Makefile"
25039 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 dmloader"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/dmscript/Makefile"
25047 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 dmscript"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/dmstyle/Makefile"
25055 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 dmstyle"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/dmsynth/Makefile"
25063 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 dmsynth"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/dmusic/Makefile"
25071 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 dmusic"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/dmusic32/Makefile"
25079 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 dmusic32"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/dnsapi/Makefile"
25087 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 dnsapi"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/dnsapi/tests/Makefile"
25095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25096 dnsapi/tests"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25099 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/dplay/Makefile"
25103 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 dplay"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/dplayx/Makefile"
25111 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 dplayx"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/dplayx/tests/Makefile"
25119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25120 dplayx/tests"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25123 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/dpnaddr/Makefile"
25127 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 dpnaddr"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/dpnet/Makefile"
25135 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 dpnet"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/dpnhpast/Makefile"
25143 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 dpnhpast"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/dpnlobby/Makefile"
25151 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 dpnlobby"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/dpwsockx/Makefile"
25159 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 dpwsockx"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/dsound/Makefile"
25167 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 dsound"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/dsound/tests/Makefile"
25175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25176 dsound/tests"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25179 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/dssenh/Makefile"
25183 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 dssenh"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/dswave/Makefile"
25191 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 dswave"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/dwmapi/Makefile"
25199 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 dwmapi"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/dxdiagn/Makefile"
25207 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 dxdiagn"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/dxerr8/Makefile"
25215 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25216 dxerr8"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25219 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dxerr9/Makefile"
25223 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25224 dxerr9"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25227 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dxgi/Makefile"
25231 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dxgi"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/dxgi/tests/Makefile"
25239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25240 dxgi/tests"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25243 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/dxguid/Makefile"
25247 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25248 dxguid"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25251 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/faultrep/Makefile"
25255 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 faultrep"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/fusion/Makefile"
25263 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 fusion"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/fusion/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 fusion/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/gdi32/Makefile"
25279 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 gdi32"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/gdi32/tests/Makefile"
25287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25288 gdi32/tests"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25291 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/gdiplus/Makefile"
25295 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 gdiplus"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/gdiplus/tests/Makefile"
25303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25304 gdiplus/tests"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25307 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/glu32/Makefile"
25311 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 glu32"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/gphoto2.ds/Makefile"
25319 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 gphoto2.ds"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/gpkcsp/Makefile"
25327 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 gpkcsp"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/hal/Makefile"
25335 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 hal"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/hal/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/hhctrl.ocx/Makefile"
25343 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 hhctrl.ocx"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/hid/Makefile"
25351 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 hid"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/hid/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/hlink/Makefile"
25359 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 hlink"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/hlink/tests/Makefile"
25367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25368 hlink/tests"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25371 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/hnetcfg/Makefile"
25375 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 hnetcfg"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/httpapi/Makefile"
25383 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 httpapi"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/iccvid/Makefile"
25391 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 iccvid"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/icmp/Makefile"
25399 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 icmp"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/ifsmgr.vxd/Makefile"
25407 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 ifsmgr.vxd"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/imaadp32.acm/Makefile"
25415 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 imaadp32.acm"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/imagehlp/Makefile"
25423 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 imagehlp"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/imm32/Makefile"
25431 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 imm32"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/imm32/tests/Makefile"
25439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25440 imm32/tests"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25443 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/inetcomm/Makefile"
25447 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 inetcomm"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/inetcomm/tests/Makefile"
25455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25456 inetcomm/tests"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25459 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/inetmib1/Makefile"
25463 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 inetmib1"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/inetmib1/tests/Makefile"
25471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25472 inetmib1/tests"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25475 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/infosoft/Makefile"
25479 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 infosoft"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/infosoft/tests/Makefile"
25487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25488 infosoft/tests"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25491 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/initpki/Makefile"
25495 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 initpki"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/inkobj/Makefile"
25503 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 inkobj"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/inseng/Makefile"
25511 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 inseng"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/iphlpapi/Makefile"
25519 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 iphlpapi"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/iphlpapi/tests/Makefile"
25527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25528 iphlpapi/tests"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25531 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/itircl/Makefile"
25535 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 itircl"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/itss/Makefile"
25543 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 itss"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/itss/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/itss/tests/Makefile"
25551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25552 itss/tests"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25555 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/jscript/Makefile"
25559 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 jscript"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/jscript/tests/Makefile"
25567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25568 jscript/tests"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25571 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/kernel32/Makefile"
25575 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 kernel32"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/kernel32/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 kernel32/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/loadperf/Makefile"
25591 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 loadperf"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/localspl/Makefile"
25599 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 localspl"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/localspl/tests/Makefile"
25607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25608 localspl/tests"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25611 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/localui/Makefile"
25615 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 localui"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/localui/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/localui/tests/Makefile"
25623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25624 localui/tests"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25627 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/lz32/Makefile"
25631 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 lz32"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/lz32/tests/Makefile"
25639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25640 lz32/tests"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25643 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/mapi32/Makefile"
25647 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 mapi32"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/mapi32/tests/Makefile"
25655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25656 mapi32/tests"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25659 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/mciavi32/Makefile"
25663 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 mciavi32"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/mcicda/Makefile"
25671 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 mcicda"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/mciqtz32/Makefile"
25679 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 mciqtz32"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/mciseq/Makefile"
25687 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 mciseq"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/mciwave/Makefile"
25695 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 mciwave"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/midimap/Makefile"
25703 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 midimap"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/mlang/Makefile"
25711 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 mlang"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/mlang/tests/Makefile"
25719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25720 mlang/tests"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25723 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/mmdevldr.vxd/Makefile"
25727 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 mmdevldr.vxd"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/monodebg.vxd/Makefile"
25735 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 monodebg.vxd"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/mountmgr.sys/Makefile"
25743 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 mountmgr.sys"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/mpr/Makefile"
25751 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 mpr"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/mprapi/Makefile"
25759 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 mprapi"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/msacm32.drv/Makefile"
25767 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 msacm32.drv"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/msacm32/Makefile"
25775 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 msacm32"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/msacm32/tests/Makefile"
25783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25784 msacm32/tests"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25787 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/msadp32.acm/Makefile"
25791 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 msadp32.acm"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/mscat32/Makefile"
25799 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 mscat32"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/mscms/Makefile"
25807 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 mscms"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/mscms/tests/Makefile"
25815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25816 mscms/tests"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25819 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/mscoree/Makefile"
25823 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 mscoree"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/msctf/Makefile"
25831 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 msctf"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/msctf/tests/Makefile"
25839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25840 msctf/tests"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25843 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/msdmo/Makefile"
25847 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 msdmo"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/msftedit/Makefile"
25855 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 msftedit"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/msg711.acm/Makefile"
25863 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 msg711.acm"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/mshtml.tlb/Makefile"
25871 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 mshtml.tlb"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/mshtml/Makefile"
25879 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 mshtml"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/mshtml/tests/Makefile"
25887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25888 mshtml/tests"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25891 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/msi/Makefile"
25895 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 msi"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/msi/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/msi/tests/Makefile"
25903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25904 msi/tests"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25907 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/msimg32/Makefile"
25911 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 msimg32"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/msimtf/Makefile"
25919 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 msimtf"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/msisip/Makefile"
25927 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 msisip"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/msisys.ocx/Makefile"
25935 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 msisys.ocx"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/msnet32/Makefile"
25943 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 msnet32"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/msrle32/Makefile"
25951 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 msrle32"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/mssign32/Makefile"
25959 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 mssign32"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/mssip32/Makefile"
25967 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 mssip32"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/mstask/Makefile"
25975 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 mstask"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/mstask/tests/Makefile"
25983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25984 mstask/tests"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25987 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/msvcirt/Makefile"
25991 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 msvcirt"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/msvcr71/Makefile"
25999 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 msvcr71"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/msvcrt/Makefile"
26007 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 msvcrt"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/msvcrt/tests/Makefile"
26015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26016 msvcrt/tests"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26019 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/msvcrt20/Makefile"
26023 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 msvcrt20"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/msvcrt40/Makefile"
26031 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 msvcrt40"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/msvcrtd/Makefile"
26039 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 msvcrtd"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/msvcrtd/tests/Makefile"
26047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26048 msvcrtd/tests"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26051 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/msvfw32/Makefile"
26055 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 msvfw32"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/msvfw32/tests/Makefile"
26063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26064 msvfw32/tests"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26067 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/msvidc32/Makefile"
26071 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 msvidc32"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/mswsock/Makefile"
26079 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 mswsock"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/msxml3/Makefile"
26087 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 msxml3"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/msxml3/tests/Makefile"
26095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26096 msxml3/tests"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26099 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/nddeapi/Makefile"
26103 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 nddeapi"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/netapi32/Makefile"
26111 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26112 netapi32"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26115 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/netapi32/tests/Makefile"
26119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26120 netapi32/tests"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26123 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/newdev/Makefile"
26127 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 newdev"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/ntdll/Makefile"
26135 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 ntdll"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/ntdll/tests/Makefile"
26143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26144 ntdll/tests"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26147 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/ntdsapi/Makefile"
26151 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 ntdsapi"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/ntdsapi/tests/Makefile"
26159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26160 ntdsapi/tests"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26163 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/ntoskrnl.exe/Makefile"
26167 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 ntoskrnl.exe"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/ntprint/Makefile"
26175 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 ntprint"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/ntprint/tests/Makefile"
26183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26184 ntprint/tests"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26187 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/objsel/Makefile"
26191 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 objsel"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/odbc32/Makefile"
26199 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 odbc32"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/odbccp32/Makefile"
26207 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 odbccp32"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/odbccp32/tests/Makefile"
26215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26216 odbccp32/tests"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26219 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/ole32/Makefile"
26223 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 ole32"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/ole32/tests/Makefile"
26231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26232 ole32/tests"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26235 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/oleacc/Makefile"
26239 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 oleacc"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/oleacc/tests/Makefile"
26247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26248 oleacc/tests"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26251 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/oleaut32/Makefile"
26255 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 oleaut32"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/oleaut32/tests/Makefile"
26263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26264 oleaut32/tests"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26267 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/olecli32/Makefile"
26271 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 olecli32"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/oledlg/Makefile"
26279 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 oledlg"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/olepro32/Makefile"
26287 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 olepro32"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/olesvr32/Makefile"
26295 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 olesvr32"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/olethk32/Makefile"
26303 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 olethk32"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/opengl32/Makefile"
26311 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 opengl32"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/opengl32/tests/Makefile"
26319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26320 opengl32/tests"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26323 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/pdh/Makefile"
26327 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 pdh"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/pdh/tests/Makefile"
26335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26336 pdh/tests"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26339 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/pidgen/Makefile"
26343 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 pidgen"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/powrprof/Makefile"
26351 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 powrprof"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/printui/Makefile"
26359 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 printui"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/printui/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/propsys/Makefile"
26367 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 propsys"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/psapi/Makefile"
26375 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 psapi"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/psapi/tests/Makefile"
26383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26384 psapi/tests"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26387 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/pstorec/Makefile"
26391 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 pstorec"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/qcap/Makefile"
26399 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 qcap"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/qedit/Makefile"
26407 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 qedit"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/qedit/tests/Makefile"
26415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26416 qedit/tests"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26419 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/qmgr/Makefile"
26423 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 qmgr"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/qmgr/tests/Makefile"
26431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26432 qmgr/tests"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26435 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/qmgrprxy/Makefile"
26439 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 qmgrprxy"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/quartz/Makefile"
26447 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 quartz"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/quartz/tests/Makefile"
26455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26456 quartz/tests"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26459 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/query/Makefile"
26463 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 query"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/query/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/rasapi32/Makefile"
26471 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 rasapi32"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/rasapi32/tests/Makefile"
26479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26480 rasapi32/tests"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26483 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/rasdlg/Makefile"
26487 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 rasdlg"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/resutils/Makefile"
26495 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 resutils"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/riched20/Makefile"
26503 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 riched20"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/riched20/tests/Makefile"
26511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26512 riched20/tests"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26515 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/riched32/Makefile"
26519 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 riched32"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/riched32/tests/Makefile"
26527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26528 riched32/tests"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26531 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/rpcrt4/Makefile"
26535 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 rpcrt4"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/rpcrt4/tests/Makefile"
26543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26544 rpcrt4/tests"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26547 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/rsabase/Makefile"
26551 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 rsabase"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/rsaenh/Makefile"
26559 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 rsaenh"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/rsaenh/tests/Makefile"
26567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26568 rsaenh/tests"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26571 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/sane.ds/Makefile"
26575 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26576 sane.ds"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26579 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/sccbase/Makefile"
26583 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 sccbase"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/schannel/Makefile"
26591 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 schannel"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/schannel/tests/Makefile"
26599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26600 schannel/tests"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26603 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/secur32/Makefile"
26607 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 secur32"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/secur32/tests/Makefile"
26615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26616 secur32/tests"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26619 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/security/Makefile"
26623 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 security"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/security/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/sensapi/Makefile"
26631 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26632 sensapi"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26635 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/serialui/Makefile"
26639 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 serialui"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/serialui/tests/Makefile"
26647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26648 serialui/tests"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26651 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/setupapi/Makefile"
26655 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 setupapi"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/setupapi/tests/Makefile"
26663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26664 setupapi/tests"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26667 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/sfc/Makefile"
26671 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 sfc"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/sfc_os/Makefile"
26679 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 sfc_os"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/shdoclc/Makefile"
26687 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 shdoclc"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/shdocvw/Makefile"
26695 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 shdocvw"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/shdocvw/tests/Makefile"
26703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26704 shdocvw/tests"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26707 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/shell32/Makefile"
26711 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 shell32"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/shell32/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 shell32/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/shfolder/Makefile"
26727 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 shfolder"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/shlwapi/Makefile"
26735 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 shlwapi"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/shlwapi/tests/Makefile"
26743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26744 shlwapi/tests"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26747 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/slbcsp/Makefile"
26751 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 slbcsp"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/slc/Makefile"
26759 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 slc"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/slc/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/snmpapi/Makefile"
26767 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 snmpapi"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/snmpapi/tests/Makefile"
26775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26776 snmpapi/tests"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26779 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/softpub/Makefile"
26783 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 softpub"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/spoolss/Makefile"
26791 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 spoolss"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/spoolss/tests/Makefile"
26799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26800 spoolss/tests"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26803 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/stdole2.tlb/Makefile"
26807 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26808 stdole2.tlb"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26811 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/stdole32.tlb/Makefile"
26815 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 stdole32.tlb"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/sti/Makefile"
26823 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26824 sti"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26827 ac_config_files="$ac_config_files dlls/sti/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/strmiids/Makefile"
26831 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26832 strmiids"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26835 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/svrapi/Makefile"
26839 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 svrapi"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/sxs/Makefile"
26847 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 sxs"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/tapi32/Makefile"
26855 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26856 tapi32"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26859 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/traffic/Makefile"
26863 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 traffic"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/twain_32/Makefile"
26871 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 twain_32"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/twain_32/tests/Makefile"
26879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26880 twain_32/tests"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26883 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/unicows/Makefile"
26887 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26888 unicows"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26891 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/updspapi/Makefile"
26895 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 updspapi"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/url/Makefile"
26903 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 url"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/url/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/urlmon/Makefile"
26911 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26912 urlmon"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26915 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/urlmon/tests/Makefile"
26919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26920 urlmon/tests"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26923 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/user32/Makefile"
26927 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 user32"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/user32/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/user32/tests/Makefile"
26935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26936 user32/tests"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26939 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/userenv/Makefile"
26943 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 userenv"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/userenv/tests/Makefile"
26951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26952 userenv/tests"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26955 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/usp10/Makefile"
26959 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26960 usp10"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26963 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/usp10/tests/Makefile"
26967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26968 usp10/tests"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26971 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/uuid/Makefile"
26975 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26976 uuid"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26979 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/uxtheme/Makefile"
26983 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 uxtheme"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/uxtheme/tests/Makefile"
26991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26992 uxtheme/tests"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26995 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/vdhcp.vxd/Makefile"
26999 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 vdhcp.vxd"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/vdmdbg/Makefile"
27007 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 vdmdbg"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/version/Makefile"
27015 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 version"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/version/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/version/tests/Makefile"
27023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27024 version/tests"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27027 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/vmm.vxd/Makefile"
27031 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27032 vmm.vxd"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27035 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/vnbt.vxd/Makefile"
27039 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 vnbt.vxd"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/vnetbios.vxd/Makefile"
27047 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27048 vnetbios.vxd"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27051 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/vtdapi.vxd/Makefile"
27055 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 vtdapi.vxd"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/vwin32.vxd/Makefile"
27063 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 vwin32.vxd"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/w32skrnl/Makefile"
27071 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27072 w32skrnl"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27075 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/winealsa.drv/Makefile"
27079 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27080 winealsa.drv"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27083 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/wineaudioio.drv/Makefile"
27087 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 wineaudioio.drv"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/winecoreaudio.drv/Makefile"
27095 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27096 winecoreaudio.drv"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27099 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/winecrt0/Makefile"
27103 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27104 winecrt0"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27107 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/wined3d/Makefile"
27111 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 wined3d"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/winedos/Makefile"
27119 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27120 winedos"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27123 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/wineesd.drv/Makefile"
27127 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 wineesd.drv"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/winejack.drv/Makefile"
27135 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27136 winejack.drv"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27139 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/winejoystick.drv/Makefile"
27143 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 winejoystick.drv"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/winemp3.acm/Makefile"
27151 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27152 winemp3.acm"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27155 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/winenas.drv/Makefile"
27159 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 winenas.drv"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/wineoss.drv/Makefile"
27167 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 wineoss.drv"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/wineps.drv/Makefile"
27175 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27176 wineps.drv"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27179 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/winequartz.drv/Makefile"
27183 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27184 winequartz.drv"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27187 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/winex11.drv/Makefile"
27191 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27192 winex11.drv"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27195 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/wing32/Makefile"
27199 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27200 wing32"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27203 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/winhttp/Makefile"
27207 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 winhttp"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/winhttp/tests/Makefile"
27215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27216 winhttp/tests"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27219 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/wininet/Makefile"
27223 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 wininet"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/wininet/tests/Makefile"
27231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27232 wininet/tests"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27235 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/winmm/Makefile"
27239 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 winmm"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/winmm/tests/Makefile"
27247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27248 winmm/tests"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27251 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/winnls32/Makefile"
27255 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27256 winnls32"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27259 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/winscard/Makefile"
27263 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 winscard"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/winspool.drv/Makefile"
27271 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 winspool.drv"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/winspool.drv/tests/Makefile"
27279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27280 winspool.drv/tests"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27283 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/wintab32/Makefile"
27287 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27288 wintab32"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27291 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/wintrust/Makefile"
27295 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 wintrust"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/wintrust/tests/Makefile"
27303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27304 wintrust/tests"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27307 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/wldap32/Makefile"
27311 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 wldap32"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/wldap32/tests/Makefile"
27319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27320 wldap32/tests"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27323 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/wmi/Makefile"
27327 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 wmi"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/wnaspi32/Makefile"
27335 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27336 wnaspi32"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27339 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/wow32/Makefile"
27343 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 wow32"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/ws2_32/Makefile"
27351 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27352 ws2_32"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27355 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/ws2_32/tests/Makefile"
27359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27360 ws2_32/tests"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27363 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/wsock32/Makefile"
27367 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 wsock32"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/wtsapi32/Makefile"
27375 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27376 wtsapi32"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27379 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/wuapi/Makefile"
27383 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 wuapi"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/xinput1_1/Makefile"
27391 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 xinput1_1"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/xinput1_2/Makefile"
27399 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 xinput1_2"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/xinput1_3/Makefile"
27407 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27408 xinput1_3"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27411 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/xinput1_3/tests/Makefile"
27415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27416 xinput1_3/tests"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27419 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/xinput9_1_0/Makefile"
27423 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 xinput9_1_0"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 documentation/Makefile"
27431 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27432 documentation"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 documentation/Makefile: documentation/Makefile.in Make.rules"
27435 ac_config_files="$ac_config_files documentation/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 fonts/Makefile"
27439 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27440 fonts"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 fonts/Makefile: fonts/Makefile.in Make.rules"
27443 ac_config_files="$ac_config_files fonts/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 include/Makefile"
27447 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27448 include"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 include/Makefile: include/Makefile.in Make.rules"
27451 ac_config_files="$ac_config_files include/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 libs/Makefile"
27455 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27456 libs"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 libs/Makefile: libs/Makefile.in Make.rules"
27459 ac_config_files="$ac_config_files libs/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 libs/port/Makefile"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27466 ac_config_files="$ac_config_files libs/port/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 libs/wine/Makefile"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27473 ac_config_files="$ac_config_files libs/wine/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 libs/wpp/Makefile"
27478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27479 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27480 ac_config_files="$ac_config_files libs/wpp/Makefile"
27482 ALL_MAKEFILES="$ALL_MAKEFILES \\
27483 loader/Makefile"
27484 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27485 loader"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 loader/Makefile: loader/Makefile.in Make.rules"
27488 ac_config_files="$ac_config_files loader/Makefile"
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491 programs/Makefile"
27492 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27493 programs"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 programs/Makefile: programs/Makefile.in Make.rules"
27496 ac_config_files="$ac_config_files programs/Makefile"
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499 programs/cacls/Makefile"
27500 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27501 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27502 cacls"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27505 ac_config_files="$ac_config_files programs/cacls/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 programs/clock/Makefile"
27509 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27510 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27511 clock"
27512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27513 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27514 ac_config_files="$ac_config_files programs/clock/Makefile"
27516 ALL_MAKEFILES="$ALL_MAKEFILES \\
27517 programs/cmd/Makefile"
27518 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27519 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27520 cmd"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27523 ac_config_files="$ac_config_files programs/cmd/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 programs/cmdlgtst/Makefile"
27527 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27528 cmdlgtst"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27531 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 programs/control/Makefile"
27535 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27536 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27537 control"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27540 ac_config_files="$ac_config_files programs/control/Makefile"
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543 programs/eject/Makefile"
27544 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27545 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27546 eject"
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27549 ac_config_files="$ac_config_files programs/eject/Makefile"
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552 programs/expand/Makefile"
27553 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27554 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27555 expand"
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27558 ac_config_files="$ac_config_files programs/expand/Makefile"
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561 programs/explorer/Makefile"
27562 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27563 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27564 explorer"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27567 ac_config_files="$ac_config_files programs/explorer/Makefile"
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570 programs/hh/Makefile"
27571 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27572 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27576 ac_config_files="$ac_config_files programs/hh/Makefile"
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579 programs/icinfo/Makefile"
27580 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27581 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27582 icinfo"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27585 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 programs/iexplore/Makefile"
27589 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27590 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27591 iexplore"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27594 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 programs/lodctr/Makefile"
27598 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27599 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27600 lodctr"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 programs/msiexec/Makefile"
27607 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27610 msiexec"
27611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27612 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27613 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27615 ALL_MAKEFILES="$ALL_MAKEFILES \\
27616 programs/net/Makefile"
27617 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27618 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27619 net"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27622 ac_config_files="$ac_config_files programs/net/Makefile"
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625 programs/notepad/Makefile"
27626 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27627 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27628 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27629 notepad"
27630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27631 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27632 ac_config_files="$ac_config_files programs/notepad/Makefile"
27634 ALL_MAKEFILES="$ALL_MAKEFILES \\
27635 programs/oleview/Makefile"
27636 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27637 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27638 oleview"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27641 ac_config_files="$ac_config_files programs/oleview/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 programs/progman/Makefile"
27645 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27646 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27647 progman"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27650 ac_config_files="$ac_config_files programs/progman/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 programs/reg/Makefile"
27654 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27655 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27656 reg"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27659 ac_config_files="$ac_config_files programs/reg/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 programs/regedit/Makefile"
27663 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27664 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27665 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27666 regedit"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27669 ac_config_files="$ac_config_files programs/regedit/Makefile"
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672 programs/regsvr32/Makefile"
27673 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27674 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27675 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27676 regsvr32"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27679 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682 programs/rpcss/Makefile"
27683 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27684 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27685 rpcss"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27688 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691 programs/rundll32/Makefile"
27692 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27693 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27694 rundll32"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27697 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 programs/secedit/Makefile"
27701 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27702 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27703 secedit"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27706 ac_config_files="$ac_config_files programs/secedit/Makefile"
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709 programs/services/Makefile"
27710 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27711 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27712 services"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27715 ac_config_files="$ac_config_files programs/services/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 programs/spoolsv/Makefile"
27719 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27720 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27721 spoolsv"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27724 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727 programs/start/Makefile"
27728 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27729 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27730 start"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27733 ac_config_files="$ac_config_files programs/start/Makefile"
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736 programs/svchost/Makefile"
27737 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27738 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27739 svchost"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27742 ac_config_files="$ac_config_files programs/svchost/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 programs/taskmgr/Makefile"
27746 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27747 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27748 taskmgr"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27751 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754 programs/uninstaller/Makefile"
27755 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27756 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27757 uninstaller"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27760 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763 programs/unlodctr/Makefile"
27764 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27765 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27766 unlodctr"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27769 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 programs/view/Makefile"
27773 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27774 view"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27777 ac_config_files="$ac_config_files programs/view/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 programs/wineboot/Makefile"
27781 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27782 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27783 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27784 wineboot"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/winebrowser/Makefile"
27791 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 winebrowser"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/winecfg/Makefile"
27800 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27803 winecfg"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27806 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809 programs/wineconsole/Makefile"
27810 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27811 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27812 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27813 wineconsole"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27816 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819 programs/winedbg/Makefile"
27820 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27821 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27822 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27823 winedbg"
27824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27825 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27826 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27828 ALL_MAKEFILES="$ALL_MAKEFILES \\
27829 programs/winedevice/Makefile"
27830 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27831 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27832 winedevice"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27835 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 programs/winefile/Makefile"
27839 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27840 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27841 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27842 winefile"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27845 ac_config_files="$ac_config_files programs/winefile/Makefile"
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848 programs/winemenubuilder/Makefile"
27849 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27850 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27851 winemenubuilder"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 programs/winemine/Makefile"
27858 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27861 winemine"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/winemine/Makefile"
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867 programs/winepath/Makefile"
27868 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27870 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27871 winepath"
27872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27873 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27874 ac_config_files="$ac_config_files programs/winepath/Makefile"
27876 ALL_MAKEFILES="$ALL_MAKEFILES \\
27877 programs/winetest/Makefile"
27878 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27879 winetest"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27882 ac_config_files="$ac_config_files programs/winetest/Makefile"
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885 programs/winevdm/Makefile"
27886 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27887 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27888 winevdm"
27889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27890 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27891 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27893 ALL_MAKEFILES="$ALL_MAKEFILES \\
27894 programs/winhelp.exe16/Makefile"
27895 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27896 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27897 winhelp.exe16"
27898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27899 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27900 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27902 ALL_MAKEFILES="$ALL_MAKEFILES \\
27903 programs/winhlp32/Makefile"
27904 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27905 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27906 winhlp32"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27909 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912 programs/winoldap.mod16/Makefile"
27913 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27914 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27915 winoldap.mod16"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27918 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921 programs/winver/Makefile"
27922 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27923 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 winver"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/winver/Makefile"
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930 programs/wordpad/Makefile"
27931 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933 wordpad"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/write/Makefile"
27940 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 write"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/write/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/xcopy/Makefile"
27949 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 xcopy"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 server/Makefile"
27958 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27959 server"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 server/Makefile: server/Makefile.in Make.rules"
27962 ac_config_files="$ac_config_files server/Makefile"
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965 tools/Makefile"
27966 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27967 tools"
27968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27969 tools/Makefile: tools/Makefile.in Make.rules"
27970 ac_config_files="$ac_config_files tools/Makefile"
27972 ALL_MAKEFILES="$ALL_MAKEFILES \\
27973 tools/widl/Makefile"
27975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27976 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27977 ac_config_files="$ac_config_files tools/widl/Makefile"
27979 ALL_MAKEFILES="$ALL_MAKEFILES \\
27980 tools/winebuild/Makefile"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27984 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27986 ALL_MAKEFILES="$ALL_MAKEFILES \\
27987 tools/winedump/Makefile"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27991 ac_config_files="$ac_config_files tools/winedump/Makefile"
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994 tools/winegcc/Makefile"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27998 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 tools/wmc/Makefile"
28003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28004 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28005 ac_config_files="$ac_config_files tools/wmc/Makefile"
28007 ALL_MAKEFILES="$ALL_MAKEFILES \\
28008 tools/wrc/Makefile"
28010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28011 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28012 ac_config_files="$ac_config_files tools/wrc/Makefile"
28016 ALL_WINETEST_DEPENDS="# Test binaries"
28018 for dir in $ALL_TEST_DIRS
28020 if test "$dir" != "\\"
28021 then
28022 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28023 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28024 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28025 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28027 done
28029 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28031 cat >confcache <<\_ACEOF
28032 # This file is a shell script that caches the results of configure
28033 # tests run on this system so they can be shared between configure
28034 # scripts and configure runs, see configure's option --config-cache.
28035 # It is not useful on other systems. If it contains results you don't
28036 # want to keep, you may remove or edit it.
28038 # config.status only pays attention to the cache file if you give it
28039 # the --recheck option to rerun configure.
28041 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28042 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28043 # following values.
28045 _ACEOF
28047 # The following way of writing the cache mishandles newlines in values,
28048 # but we know of no workaround that is simple, portable, and efficient.
28049 # So, we kill variables containing newlines.
28050 # Ultrix sh set writes to stderr and can't be redirected directly,
28051 # and sets the high bit in the cache file unless we assign to the vars.
28053 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28054 eval ac_val=\$$ac_var
28055 case $ac_val in #(
28056 *${as_nl}*)
28057 case $ac_var in #(
28058 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28059 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28060 esac
28061 case $ac_var in #(
28062 _ | IFS | as_nl) ;; #(
28063 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28064 *) $as_unset $ac_var ;;
28065 esac ;;
28066 esac
28067 done
28069 (set) 2>&1 |
28070 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28071 *${as_nl}ac_space=\ *)
28072 # `set' does not quote correctly, so add quotes (double-quote
28073 # substitution turns \\\\ into \\, and sed turns \\ into \).
28074 sed -n \
28075 "s/'/'\\\\''/g;
28076 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28077 ;; #(
28079 # `set' quotes correctly as required by POSIX, so do not add quotes.
28080 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28082 esac |
28083 sort
28085 sed '
28086 /^ac_cv_env_/b end
28087 t clear
28088 :clear
28089 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28090 t end
28091 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28092 :end' >>confcache
28093 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28094 if test -w "$cache_file"; then
28095 test "x$cache_file" != "x/dev/null" &&
28096 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28097 $as_echo "$as_me: updating cache $cache_file" >&6;}
28098 cat confcache >$cache_file
28099 else
28100 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28101 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28104 rm -f confcache
28106 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28107 # Let make expand exec_prefix.
28108 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28110 DEFS=-DHAVE_CONFIG_H
28112 ac_libobjs=
28113 ac_ltlibobjs=
28114 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28115 # 1. Remove the extension, and $U if already installed.
28116 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28117 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28118 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28119 # will be set to the directory where LIBOBJS objects are built.
28120 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28121 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28122 done
28123 LIBOBJS=$ac_libobjs
28125 LTLIBOBJS=$ac_ltlibobjs
28129 : ${CONFIG_STATUS=./config.status}
28130 ac_write_fail=0
28131 ac_clean_files_save=$ac_clean_files
28132 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28133 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28134 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28135 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28136 #! $SHELL
28137 # Generated by $as_me.
28138 # Run this file to recreate the current configuration.
28139 # Compiler output produced by configure, useful for debugging
28140 # configure, is in config.log if it exists.
28142 debug=false
28143 ac_cs_recheck=false
28144 ac_cs_silent=false
28145 SHELL=\${CONFIG_SHELL-$SHELL}
28146 _ACEOF
28148 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28149 ## --------------------- ##
28150 ## M4sh Initialization. ##
28151 ## --------------------- ##
28153 # Be more Bourne compatible
28154 DUALCASE=1; export DUALCASE # for MKS sh
28155 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28156 emulate sh
28157 NULLCMD=:
28158 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28159 # is contrary to our usage. Disable this feature.
28160 alias -g '${1+"$@"}'='"$@"'
28161 setopt NO_GLOB_SUBST
28162 else
28163 case `(set -o) 2>/dev/null` in
28164 *posix*) set -o posix ;;
28165 esac
28172 # PATH needs CR
28173 # Avoid depending upon Character Ranges.
28174 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28175 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28176 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28177 as_cr_digits='0123456789'
28178 as_cr_alnum=$as_cr_Letters$as_cr_digits
28180 as_nl='
28182 export as_nl
28183 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28184 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28185 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28186 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28187 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28188 as_echo='printf %s\n'
28189 as_echo_n='printf %s'
28190 else
28191 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28192 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28193 as_echo_n='/usr/ucb/echo -n'
28194 else
28195 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28196 as_echo_n_body='eval
28197 arg=$1;
28198 case $arg in
28199 *"$as_nl"*)
28200 expr "X$arg" : "X\\(.*\\)$as_nl";
28201 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28202 esac;
28203 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28205 export as_echo_n_body
28206 as_echo_n='sh -c $as_echo_n_body as_echo'
28208 export as_echo_body
28209 as_echo='sh -c $as_echo_body as_echo'
28212 # The user is always right.
28213 if test "${PATH_SEPARATOR+set}" != set; then
28214 PATH_SEPARATOR=:
28215 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28216 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28217 PATH_SEPARATOR=';'
28221 # Support unset when possible.
28222 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28223 as_unset=unset
28224 else
28225 as_unset=false
28229 # IFS
28230 # We need space, tab and new line, in precisely that order. Quoting is
28231 # there to prevent editors from complaining about space-tab.
28232 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28233 # splitting by setting IFS to empty value.)
28234 IFS=" "" $as_nl"
28236 # Find who we are. Look in the path if we contain no directory separator.
28237 case $0 in
28238 *[\\/]* ) as_myself=$0 ;;
28239 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28240 for as_dir in $PATH
28242 IFS=$as_save_IFS
28243 test -z "$as_dir" && as_dir=.
28244 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28245 done
28246 IFS=$as_save_IFS
28249 esac
28250 # We did not find ourselves, most probably we were run as `sh COMMAND'
28251 # in which case we are not to be found in the path.
28252 if test "x$as_myself" = x; then
28253 as_myself=$0
28255 if test ! -f "$as_myself"; then
28256 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28257 { (exit 1); exit 1; }
28260 # Work around bugs in pre-3.0 UWIN ksh.
28261 for as_var in ENV MAIL MAILPATH
28262 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28263 done
28264 PS1='$ '
28265 PS2='> '
28266 PS4='+ '
28268 # NLS nuisances.
28269 LC_ALL=C
28270 export LC_ALL
28271 LANGUAGE=C
28272 export LANGUAGE
28274 # Required to use basename.
28275 if expr a : '\(a\)' >/dev/null 2>&1 &&
28276 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28277 as_expr=expr
28278 else
28279 as_expr=false
28282 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28283 as_basename=basename
28284 else
28285 as_basename=false
28289 # Name of the executable.
28290 as_me=`$as_basename -- "$0" ||
28291 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28292 X"$0" : 'X\(//\)$' \| \
28293 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28294 $as_echo X/"$0" |
28295 sed '/^.*\/\([^/][^/]*\)\/*$/{
28296 s//\1/
28299 /^X\/\(\/\/\)$/{
28300 s//\1/
28303 /^X\/\(\/\).*/{
28304 s//\1/
28307 s/.*/./; q'`
28309 # CDPATH.
28310 $as_unset CDPATH
28314 as_lineno_1=$LINENO
28315 as_lineno_2=$LINENO
28316 test "x$as_lineno_1" != "x$as_lineno_2" &&
28317 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28319 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28320 # uniformly replaced by the line number. The first 'sed' inserts a
28321 # line-number line after each line using $LINENO; the second 'sed'
28322 # does the real work. The second script uses 'N' to pair each
28323 # line-number line with the line containing $LINENO, and appends
28324 # trailing '-' during substitution so that $LINENO is not a special
28325 # case at line end.
28326 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28327 # scripts with optimization help from Paolo Bonzini. Blame Lee
28328 # E. McMahon (1931-1989) for sed's syntax. :-)
28329 sed -n '
28331 /[$]LINENO/=
28332 ' <$as_myself |
28333 sed '
28334 s/[$]LINENO.*/&-/
28335 t lineno
28337 :lineno
28339 :loop
28340 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28341 t loop
28342 s/-\n.*//
28343 ' >$as_me.lineno &&
28344 chmod +x "$as_me.lineno" ||
28345 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28346 { (exit 1); exit 1; }; }
28348 # Don't try to exec as it changes $[0], causing all sort of problems
28349 # (the dirname of $[0] is not the place where we might find the
28350 # original and so on. Autoconf is especially sensitive to this).
28351 . "./$as_me.lineno"
28352 # Exit status is that of the last command.
28353 exit
28357 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28358 as_dirname=dirname
28359 else
28360 as_dirname=false
28363 ECHO_C= ECHO_N= ECHO_T=
28364 case `echo -n x` in
28365 -n*)
28366 case `echo 'x\c'` in
28367 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28368 *) ECHO_C='\c';;
28369 esac;;
28371 ECHO_N='-n';;
28372 esac
28373 if expr a : '\(a\)' >/dev/null 2>&1 &&
28374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28375 as_expr=expr
28376 else
28377 as_expr=false
28380 rm -f conf$$ conf$$.exe conf$$.file
28381 if test -d conf$$.dir; then
28382 rm -f conf$$.dir/conf$$.file
28383 else
28384 rm -f conf$$.dir
28385 mkdir conf$$.dir 2>/dev/null
28387 if (echo >conf$$.file) 2>/dev/null; then
28388 if ln -s conf$$.file conf$$ 2>/dev/null; then
28389 as_ln_s='ln -s'
28390 # ... but there are two gotchas:
28391 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28392 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28393 # In both cases, we have to default to `cp -p'.
28394 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28395 as_ln_s='cp -p'
28396 elif ln conf$$.file conf$$ 2>/dev/null; then
28397 as_ln_s=ln
28398 else
28399 as_ln_s='cp -p'
28401 else
28402 as_ln_s='cp -p'
28404 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28405 rmdir conf$$.dir 2>/dev/null
28407 if mkdir -p . 2>/dev/null; then
28408 as_mkdir_p=:
28409 else
28410 test -d ./-p && rmdir ./-p
28411 as_mkdir_p=false
28414 if test -x / >/dev/null 2>&1; then
28415 as_test_x='test -x'
28416 else
28417 if ls -dL / >/dev/null 2>&1; then
28418 as_ls_L_option=L
28419 else
28420 as_ls_L_option=
28422 as_test_x='
28423 eval sh -c '\''
28424 if test -d "$1"; then
28425 test -d "$1/.";
28426 else
28427 case $1 in
28428 -*)set "./$1";;
28429 esac;
28430 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28431 ???[sx]*):;;*)false;;esac;fi
28432 '\'' sh
28435 as_executable_p=$as_test_x
28437 # Sed expression to map a string onto a valid CPP name.
28438 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28440 # Sed expression to map a string onto a valid variable name.
28441 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28444 exec 6>&1
28446 # Save the log message, to keep $[0] and so on meaningful, and to
28447 # report actual input values of CONFIG_FILES etc. instead of their
28448 # values after options handling.
28449 ac_log="
28450 This file was extended by Wine $as_me 1.1.16, which was
28451 generated by GNU Autoconf 2.63. Invocation command line was
28453 CONFIG_FILES = $CONFIG_FILES
28454 CONFIG_HEADERS = $CONFIG_HEADERS
28455 CONFIG_LINKS = $CONFIG_LINKS
28456 CONFIG_COMMANDS = $CONFIG_COMMANDS
28457 $ $0 $@
28459 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28462 _ACEOF
28464 case $ac_config_files in *"
28465 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28466 esac
28468 case $ac_config_headers in *"
28469 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28470 esac
28473 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28474 # Files that config.status was made for.
28475 config_files="$ac_config_files"
28476 config_headers="$ac_config_headers"
28477 config_commands="$ac_config_commands"
28479 _ACEOF
28481 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28482 ac_cs_usage="\
28483 \`$as_me' instantiates files from templates according to the
28484 current configuration.
28486 Usage: $0 [OPTION]... [FILE]...
28488 -h, --help print this help, then exit
28489 -V, --version print version number and configuration settings, then exit
28490 -q, --quiet, --silent
28491 do not print progress messages
28492 -d, --debug don't remove temporary files
28493 --recheck update $as_me by reconfiguring in the same conditions
28494 --file=FILE[:TEMPLATE]
28495 instantiate the configuration file FILE
28496 --header=FILE[:TEMPLATE]
28497 instantiate the configuration header FILE
28499 Configuration files:
28500 $config_files
28502 Configuration headers:
28503 $config_headers
28505 Configuration commands:
28506 $config_commands
28508 Report bugs to <bug-autoconf@gnu.org>."
28510 _ACEOF
28511 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28512 ac_cs_version="\\
28513 Wine config.status 1.1.16
28514 configured by $0, generated by GNU Autoconf 2.63,
28515 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28517 Copyright (C) 2008 Free Software Foundation, Inc.
28518 This config.status script is free software; the Free Software Foundation
28519 gives unlimited permission to copy, distribute and modify it."
28521 ac_pwd='$ac_pwd'
28522 srcdir='$srcdir'
28523 INSTALL='$INSTALL'
28524 test -n "\$AWK" || AWK=awk
28525 _ACEOF
28527 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28528 # The default lists apply if the user does not specify any file.
28529 ac_need_defaults=:
28530 while test $# != 0
28532 case $1 in
28533 --*=*)
28534 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28535 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28536 ac_shift=:
28539 ac_option=$1
28540 ac_optarg=$2
28541 ac_shift=shift
28543 esac
28545 case $ac_option in
28546 # Handling of the options.
28547 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28548 ac_cs_recheck=: ;;
28549 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28550 $as_echo "$ac_cs_version"; exit ;;
28551 --debug | --debu | --deb | --de | --d | -d )
28552 debug=: ;;
28553 --file | --fil | --fi | --f )
28554 $ac_shift
28555 case $ac_optarg in
28556 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28557 esac
28558 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28559 ac_need_defaults=false;;
28560 --header | --heade | --head | --hea )
28561 $ac_shift
28562 case $ac_optarg in
28563 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28564 esac
28565 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28566 ac_need_defaults=false;;
28567 --he | --h)
28568 # Conflict between --help and --header
28569 { $as_echo "$as_me: error: ambiguous option: $1
28570 Try \`$0 --help' for more information." >&2
28571 { (exit 1); exit 1; }; };;
28572 --help | --hel | -h )
28573 $as_echo "$ac_cs_usage"; exit ;;
28574 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28575 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28576 ac_cs_silent=: ;;
28578 # This is an error.
28579 -*) { $as_echo "$as_me: error: unrecognized option: $1
28580 Try \`$0 --help' for more information." >&2
28581 { (exit 1); exit 1; }; } ;;
28583 *) ac_config_targets="$ac_config_targets $1"
28584 ac_need_defaults=false ;;
28586 esac
28587 shift
28588 done
28590 ac_configure_extra_args=
28592 if $ac_cs_silent; then
28593 exec 6>/dev/null
28594 ac_configure_extra_args="$ac_configure_extra_args --silent"
28597 _ACEOF
28598 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28599 if \$ac_cs_recheck; then
28600 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28601 shift
28602 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28603 CONFIG_SHELL='$SHELL'
28604 export CONFIG_SHELL
28605 exec "\$@"
28608 _ACEOF
28609 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28610 exec 5>>config.log
28612 echo
28613 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28614 ## Running $as_me. ##
28615 _ASBOX
28616 $as_echo "$ac_log"
28617 } >&5
28619 _ACEOF
28620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28621 _ACEOF
28623 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28625 # Handling of arguments.
28626 for ac_config_target in $ac_config_targets
28628 case $ac_config_target in
28629 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28630 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28631 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28632 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28633 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28634 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28635 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28636 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28637 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28638 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28639 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28640 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28641 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28642 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28643 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28644 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28645 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28646 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28647 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28648 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28649 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28650 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28651 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28652 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28653 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28654 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28655 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28656 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28657 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28658 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28659 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28660 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28661 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28662 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28663 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28664 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28665 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28666 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28667 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28668 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28669 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28670 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28671 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28672 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28673 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28674 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28675 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28676 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28677 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28678 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28679 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28680 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28681 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28682 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28683 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28684 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28685 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28686 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28687 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28688 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28689 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28690 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28691 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28692 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28693 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28694 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28695 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28696 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28697 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28698 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28699 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28700 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28701 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28702 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28703 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28704 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28705 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28706 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28707 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28708 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28709 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28710 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28711 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28712 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28713 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28714 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28715 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28716 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28717 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28718 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28719 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28720 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28721 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28722 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28723 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28724 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28725 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28726 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28727 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28728 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28729 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28730 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28731 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28732 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28733 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28734 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28735 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28736 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28737 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28738 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28739 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28740 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28741 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28742 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28743 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28744 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28745 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28746 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28747 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28748 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28749 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28750 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28751 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28752 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28753 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28754 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28755 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28756 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28757 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28758 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28759 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28760 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28761 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28762 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28763 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28764 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28765 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28766 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28767 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28768 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28769 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28770 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28771 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28772 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28773 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28774 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28775 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28776 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28777 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28778 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28779 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28780 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28781 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28782 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28783 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28784 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28785 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28786 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28787 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28788 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28789 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28790 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28791 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28792 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28793 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28794 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28795 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28796 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28797 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28798 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28799 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28800 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28801 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28802 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28803 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28804 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28805 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28806 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28807 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28808 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28809 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28810 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28811 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28812 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28813 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28814 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28815 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28816 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28817 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28818 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28819 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28820 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28821 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28822 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28823 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28824 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28825 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28826 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28827 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28828 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28829 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28830 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28831 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28832 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28833 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28834 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28835 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28836 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28837 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28838 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28839 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28840 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28841 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28842 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28843 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28844 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28845 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28846 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28847 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28848 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28849 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28850 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28851 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28852 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28853 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28854 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28855 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28856 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28857 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28858 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28859 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28860 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28861 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28862 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28863 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28864 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28865 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28866 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28867 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28868 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28869 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28870 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28871 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28872 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28873 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28874 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28875 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28876 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28877 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28878 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28879 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28880 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28881 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28882 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28883 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28884 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28885 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28886 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28887 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28888 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28889 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28890 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28891 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28892 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28893 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28894 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28895 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28896 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28897 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28898 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28899 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28900 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28901 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28902 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28903 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28904 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28905 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28906 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28907 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28908 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28909 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28910 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28911 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28912 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28913 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28914 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28915 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28916 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28917 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28918 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28919 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28920 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28921 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28922 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28923 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28924 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28925 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28926 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28927 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28928 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28929 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28930 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28931 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28932 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28933 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28934 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28935 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28936 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28937 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28938 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28939 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28940 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28941 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28942 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28943 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28944 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28945 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28946 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28947 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28948 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28949 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28950 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28951 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28952 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28953 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28954 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28955 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28956 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28957 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28958 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28959 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28960 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28961 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28962 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28963 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28964 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28965 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28966 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28967 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28968 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28969 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28970 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28971 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28972 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28973 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28974 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28975 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28976 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28977 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28978 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28979 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28980 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28981 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28982 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28983 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28984 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28985 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28986 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28987 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28988 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28989 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28990 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28991 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28992 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28993 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28994 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28995 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28996 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28997 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28998 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28999 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29000 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29001 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29002 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29003 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29004 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29005 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29006 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29007 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29008 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29009 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29010 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29011 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29012 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29013 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29014 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29015 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29016 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29017 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29018 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29019 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29020 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29021 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29022 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29023 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29024 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29025 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29026 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29027 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29028 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29029 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29030 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29031 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29032 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29033 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29034 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29035 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29036 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29037 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29038 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29039 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29040 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29041 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29042 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29043 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29044 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29045 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29046 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29047 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29048 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29049 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29050 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29051 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29052 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29053 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29054 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29055 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29056 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29057 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29058 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29059 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29060 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29061 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29062 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29063 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29064 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29065 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29066 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29067 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29068 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29069 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29070 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29071 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29072 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29073 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29074 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29075 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29076 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29077 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29078 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29079 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29080 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29081 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29082 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29083 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29084 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29085 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29086 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29087 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29088 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29089 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29090 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29091 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29092 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29093 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29094 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29095 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29096 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29097 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29098 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29100 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29101 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29102 { (exit 1); exit 1; }; };;
29103 esac
29104 done
29107 # If the user did not use the arguments to specify the items to instantiate,
29108 # then the envvar interface is used. Set only those that are not.
29109 # We use the long form for the default assignment because of an extremely
29110 # bizarre bug on SunOS 4.1.3.
29111 if $ac_need_defaults; then
29112 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29113 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29114 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29117 # Have a temporary directory for convenience. Make it in the build tree
29118 # simply because there is no reason against having it here, and in addition,
29119 # creating and moving files from /tmp can sometimes cause problems.
29120 # Hook for its removal unless debugging.
29121 # Note that there is a small window in which the directory will not be cleaned:
29122 # after its creation but before its name has been assigned to `$tmp'.
29123 $debug ||
29125 tmp=
29126 trap 'exit_status=$?
29127 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29129 trap '{ (exit 1); exit 1; }' 1 2 13 15
29131 # Create a (secure) tmp directory for tmp files.
29134 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29135 test -n "$tmp" && test -d "$tmp"
29136 } ||
29138 tmp=./conf$$-$RANDOM
29139 (umask 077 && mkdir "$tmp")
29140 } ||
29142 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29143 { (exit 1); exit 1; }
29146 # Set up the scripts for CONFIG_FILES section.
29147 # No need to generate them if there are no CONFIG_FILES.
29148 # This happens for instance with `./config.status config.h'.
29149 if test -n "$CONFIG_FILES"; then
29151 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29152 ac_cs_awk_getline=:
29153 ac_cs_awk_pipe_init=
29154 ac_cs_awk_read_file='
29155 while ((getline aline < (F[key])) > 0)
29156 print(aline)
29157 close(F[key])'
29158 ac_cs_awk_pipe_fini=
29159 else
29160 ac_cs_awk_getline=false
29161 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29162 ac_cs_awk_read_file='
29163 print "|#_!!_#|"
29164 print "cat " F[key] " &&"
29165 '$ac_cs_awk_pipe_init
29166 # The final `:' finishes the AND list.
29167 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29169 ac_cr=' '
29170 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29171 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29172 ac_cs_awk_cr='\\r'
29173 else
29174 ac_cs_awk_cr=$ac_cr
29177 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29178 _ACEOF
29180 # Create commands to substitute file output variables.
29182 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29183 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29184 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29185 echo "_ACAWK" &&
29186 echo "_ACEOF"
29187 } >conf$$files.sh &&
29188 . ./conf$$files.sh ||
29189 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29190 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29191 { (exit 1); exit 1; }; }
29192 rm -f conf$$files.sh
29195 echo "cat >conf$$subs.awk <<_ACEOF" &&
29196 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29197 echo "_ACEOF"
29198 } >conf$$subs.sh ||
29199 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29200 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29201 { (exit 1); exit 1; }; }
29202 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29203 ac_delim='%!_!# '
29204 for ac_last_try in false false false false false :; do
29205 . ./conf$$subs.sh ||
29206 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29207 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29208 { (exit 1); exit 1; }; }
29210 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29211 if test $ac_delim_n = $ac_delim_num; then
29212 break
29213 elif $ac_last_try; then
29214 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29215 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29216 { (exit 1); exit 1; }; }
29217 else
29218 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29220 done
29221 rm -f conf$$subs.sh
29223 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29224 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29225 _ACEOF
29226 sed -n '
29228 s/^/S["/; s/!.*/"]=/
29231 s/^[^!]*!//
29232 :repl
29233 t repl
29234 s/'"$ac_delim"'$//
29235 t delim
29238 s/\(.\{148\}\).*/\1/
29239 t more1
29240 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29243 b repl
29244 :more1
29245 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29248 s/.\{148\}//
29249 t nl
29250 :delim
29252 s/\(.\{148\}\).*/\1/
29253 t more2
29254 s/["\\]/\\&/g; s/^/"/; s/$/"/
29257 :more2
29258 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29261 s/.\{148\}//
29262 t delim
29263 ' <conf$$subs.awk | sed '
29264 /^[^""]/{
29266 s/\n//
29268 ' >>$CONFIG_STATUS || ac_write_fail=1
29269 rm -f conf$$subs.awk
29270 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29271 _ACAWK
29272 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29273 for (key in S) S_is_set[key] = 1
29274 FS = "\a"
29275 \$ac_cs_awk_pipe_init
29278 line = $ 0
29279 nfields = split(line, field, "@")
29280 substed = 0
29281 len = length(field[1])
29282 for (i = 2; i < nfields; i++) {
29283 key = field[i]
29284 keylen = length(key)
29285 if (S_is_set[key]) {
29286 value = S[key]
29287 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29288 len += length(value) + length(field[++i])
29289 substed = 1
29290 } else
29291 len += 1 + keylen
29293 if (nfields == 3 && !substed) {
29294 key = field[2]
29295 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29296 \$ac_cs_awk_read_file
29297 next
29300 print line
29302 \$ac_cs_awk_pipe_fini
29303 _ACAWK
29304 _ACEOF
29305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29306 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29307 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29308 else
29310 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29311 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29312 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29313 { (exit 1); exit 1; }; }
29314 _ACEOF
29316 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29317 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29318 # trailing colons and then remove the whole line if VPATH becomes empty
29319 # (actually we leave an empty line to preserve line numbers).
29320 if test "x$srcdir" = x.; then
29321 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29322 s/:*\$(srcdir):*/:/
29323 s/:*\${srcdir}:*/:/
29324 s/:*@srcdir@:*/:/
29325 s/^\([^=]*=[ ]*\):*/\1/
29326 s/:*$//
29327 s/^[^=]*=[ ]*$//
29331 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29332 fi # test -n "$CONFIG_FILES"
29334 # Set up the scripts for CONFIG_HEADERS section.
29335 # No need to generate them if there are no CONFIG_HEADERS.
29336 # This happens for instance with `./config.status Makefile'.
29337 if test -n "$CONFIG_HEADERS"; then
29338 cat >"$tmp/defines.awk" <<\_ACAWK ||
29339 BEGIN {
29340 _ACEOF
29342 # Transform confdefs.h into an awk script `defines.awk', embedded as
29343 # here-document in config.status, that substitutes the proper values into
29344 # config.h.in to produce config.h.
29346 # Create a delimiter string that does not exist in confdefs.h, to ease
29347 # handling of long lines.
29348 ac_delim='%!_!# '
29349 for ac_last_try in false false :; do
29350 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29351 if test -z "$ac_t"; then
29352 break
29353 elif $ac_last_try; then
29354 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29355 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29356 { (exit 1); exit 1; }; }
29357 else
29358 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29360 done
29362 # For the awk script, D is an array of macro values keyed by name,
29363 # likewise P contains macro parameters if any. Preserve backslash
29364 # newline sequences.
29366 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29367 sed -n '
29368 s/.\{148\}/&'"$ac_delim"'/g
29369 t rset
29370 :rset
29371 s/^[ ]*#[ ]*define[ ][ ]*/ /
29372 t def
29374 :def
29375 s/\\$//
29376 t bsnl
29377 s/["\\]/\\&/g
29378 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29379 D["\1"]=" \3"/p
29380 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29382 :bsnl
29383 s/["\\]/\\&/g
29384 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29385 D["\1"]=" \3\\\\\\n"\\/p
29386 t cont
29387 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29388 t cont
29390 :cont
29392 s/.\{148\}/&'"$ac_delim"'/g
29393 t clear
29394 :clear
29395 s/\\$//
29396 t bsnlc
29397 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29399 :bsnlc
29400 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29401 b cont
29402 ' <confdefs.h | sed '
29403 s/'"$ac_delim"'/"\\\
29404 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29406 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29407 for (key in D) D_is_set[key] = 1
29408 FS = "\a"
29410 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29411 line = \$ 0
29412 split(line, arg, " ")
29413 if (arg[1] == "#") {
29414 defundef = arg[2]
29415 mac1 = arg[3]
29416 } else {
29417 defundef = substr(arg[1], 2)
29418 mac1 = arg[2]
29420 split(mac1, mac2, "(") #)
29421 macro = mac2[1]
29422 prefix = substr(line, 1, index(line, defundef) - 1)
29423 if (D_is_set[macro]) {
29424 # Preserve the white space surrounding the "#".
29425 print prefix "define", macro P[macro] D[macro]
29426 next
29427 } else {
29428 # Replace #undef with comments. This is necessary, for example,
29429 # in the case of _POSIX_SOURCE, which is predefined and required
29430 # on some systems where configure will not decide to define it.
29431 if (defundef == "undef") {
29432 print "/*", prefix defundef, macro, "*/"
29433 next
29437 { print }
29438 _ACAWK
29439 _ACEOF
29440 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29441 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29442 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29443 { (exit 1); exit 1; }; }
29444 fi # test -n "$CONFIG_HEADERS"
29447 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29448 shift
29449 for ac_tag
29451 case $ac_tag in
29452 :[FHLC]) ac_mode=$ac_tag; continue;;
29453 esac
29454 case $ac_mode$ac_tag in
29455 :[FHL]*:*);;
29456 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29457 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29458 { (exit 1); exit 1; }; };;
29459 :[FH]-) ac_tag=-:-;;
29460 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29461 esac
29462 ac_save_IFS=$IFS
29463 IFS=:
29464 set x $ac_tag
29465 IFS=$ac_save_IFS
29466 shift
29467 ac_file=$1
29468 shift
29470 case $ac_mode in
29471 :L) ac_source=$1;;
29472 :[FH])
29473 ac_file_inputs=
29474 for ac_f
29476 case $ac_f in
29477 -) ac_f="$tmp/stdin";;
29478 *) # Look for the file first in the build tree, then in the source tree
29479 # (if the path is not absolute). The absolute path cannot be DOS-style,
29480 # because $ac_f cannot contain `:'.
29481 test -f "$ac_f" ||
29482 case $ac_f in
29483 [\\/$]*) false;;
29484 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29485 esac ||
29486 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29487 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29488 { (exit 1); exit 1; }; };;
29489 esac
29490 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29491 ac_file_inputs="$ac_file_inputs '$ac_f'"
29492 done
29494 # Let's still pretend it is `configure' which instantiates (i.e., don't
29495 # use $as_me), people would be surprised to read:
29496 # /* config.h. Generated by config.status. */
29497 configure_input='Generated from '`
29498 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29499 `' by configure.'
29500 if test x"$ac_file" != x-; then
29501 configure_input="$ac_file. $configure_input"
29502 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29503 $as_echo "$as_me: creating $ac_file" >&6;}
29505 # Neutralize special characters interpreted by sed in replacement strings.
29506 case $configure_input in #(
29507 *\&* | *\|* | *\\* )
29508 ac_sed_conf_input=`$as_echo "$configure_input" |
29509 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29510 *) ac_sed_conf_input=$configure_input;;
29511 esac
29513 case $ac_tag in
29514 *:-:* | *:-) cat >"$tmp/stdin" \
29515 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29516 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29517 { (exit 1); exit 1; }; } ;;
29518 esac
29520 esac
29522 ac_dir=`$as_dirname -- "$ac_file" ||
29523 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29524 X"$ac_file" : 'X\(//\)[^/]' \| \
29525 X"$ac_file" : 'X\(//\)$' \| \
29526 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29527 $as_echo X"$ac_file" |
29528 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29529 s//\1/
29532 /^X\(\/\/\)[^/].*/{
29533 s//\1/
29536 /^X\(\/\/\)$/{
29537 s//\1/
29540 /^X\(\/\).*/{
29541 s//\1/
29544 s/.*/./; q'`
29545 { as_dir="$ac_dir"
29546 case $as_dir in #(
29547 -*) as_dir=./$as_dir;;
29548 esac
29549 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29550 as_dirs=
29551 while :; do
29552 case $as_dir in #(
29553 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29554 *) as_qdir=$as_dir;;
29555 esac
29556 as_dirs="'$as_qdir' $as_dirs"
29557 as_dir=`$as_dirname -- "$as_dir" ||
29558 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29559 X"$as_dir" : 'X\(//\)[^/]' \| \
29560 X"$as_dir" : 'X\(//\)$' \| \
29561 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29562 $as_echo X"$as_dir" |
29563 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29564 s//\1/
29567 /^X\(\/\/\)[^/].*/{
29568 s//\1/
29571 /^X\(\/\/\)$/{
29572 s//\1/
29575 /^X\(\/\).*/{
29576 s//\1/
29579 s/.*/./; q'`
29580 test -d "$as_dir" && break
29581 done
29582 test -z "$as_dirs" || eval "mkdir $as_dirs"
29583 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29584 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29585 { (exit 1); exit 1; }; }; }
29586 ac_builddir=.
29588 case "$ac_dir" in
29589 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29591 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29592 # A ".." for each directory in $ac_dir_suffix.
29593 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29594 case $ac_top_builddir_sub in
29595 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29596 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29597 esac ;;
29598 esac
29599 ac_abs_top_builddir=$ac_pwd
29600 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29601 # for backward compatibility:
29602 ac_top_builddir=$ac_top_build_prefix
29604 case $srcdir in
29605 .) # We are building in place.
29606 ac_srcdir=.
29607 ac_top_srcdir=$ac_top_builddir_sub
29608 ac_abs_top_srcdir=$ac_pwd ;;
29609 [\\/]* | ?:[\\/]* ) # Absolute name.
29610 ac_srcdir=$srcdir$ac_dir_suffix;
29611 ac_top_srcdir=$srcdir
29612 ac_abs_top_srcdir=$srcdir ;;
29613 *) # Relative name.
29614 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29615 ac_top_srcdir=$ac_top_build_prefix$srcdir
29616 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29617 esac
29618 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29621 case $ac_mode in
29624 # CONFIG_FILE
29627 case $INSTALL in
29628 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29629 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29630 esac
29631 _ACEOF
29633 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29634 # If the template does not know about datarootdir, expand it.
29635 # FIXME: This hack should be removed a few years after 2.60.
29636 ac_datarootdir_hack=; ac_datarootdir_seen=
29638 ac_sed_dataroot='
29639 /datarootdir/ {
29643 /@datadir@/p
29644 /@docdir@/p
29645 /@infodir@/p
29646 /@localedir@/p
29647 /@mandir@/p
29649 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29650 *datarootdir*) ac_datarootdir_seen=yes;;
29651 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29652 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29653 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29654 _ACEOF
29655 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29656 ac_datarootdir_hack='
29657 s&@datadir@&$datadir&g
29658 s&@docdir@&$docdir&g
29659 s&@infodir@&$infodir&g
29660 s&@localedir@&$localedir&g
29661 s&@mandir@&$mandir&g
29662 s&\\\${datarootdir}&$datarootdir&g' ;;
29663 esac
29664 _ACEOF
29666 # Neutralize VPATH when `$srcdir' = `.'.
29667 # Shell code in configure.ac might set extrasub.
29668 # FIXME: do we really want to maintain this feature?
29669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29670 ac_sed_extra="$ac_vpsub
29671 $extrasub
29672 _ACEOF
29673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29675 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29676 s|@configure_input@|$ac_sed_conf_input|;t t
29677 s&@top_builddir@&$ac_top_builddir_sub&;t t
29678 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29679 s&@srcdir@&$ac_srcdir&;t t
29680 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29681 s&@top_srcdir@&$ac_top_srcdir&;t t
29682 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29683 s&@builddir@&$ac_builddir&;t t
29684 s&@abs_builddir@&$ac_abs_builddir&;t t
29685 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29686 s&@INSTALL@&$ac_INSTALL&;t t
29687 $ac_datarootdir_hack
29689 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29690 if $ac_cs_awk_getline; then
29691 $AWK -f "$tmp/subs.awk"
29692 else
29693 $AWK -f "$tmp/subs.awk" | $SHELL
29694 fi >$tmp/out \
29695 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29696 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29697 { (exit 1); exit 1; }; }
29699 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29700 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29701 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29702 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29703 which seems to be undefined. Please make sure it is defined." >&5
29704 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29705 which seems to be undefined. Please make sure it is defined." >&2;}
29707 rm -f "$tmp/stdin"
29708 case $ac_file in
29709 -) cat "$tmp/out" && rm -f "$tmp/out";;
29710 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29711 esac \
29712 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29713 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29714 { (exit 1); exit 1; }; }
29718 # CONFIG_HEADER
29720 if test x"$ac_file" != x-; then
29722 $as_echo "/* $configure_input */" \
29723 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29724 } >"$tmp/config.h" \
29725 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29726 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29727 { (exit 1); exit 1; }; }
29728 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29729 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29730 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29731 else
29732 rm -f "$ac_file"
29733 mv "$tmp/config.h" "$ac_file" \
29734 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29735 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29736 { (exit 1); exit 1; }; }
29738 else
29739 $as_echo "/* $configure_input */" \
29740 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29741 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29742 $as_echo "$as_me: error: could not create -" >&2;}
29743 { (exit 1); exit 1; }; }
29747 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29748 $as_echo "$as_me: executing $ac_file commands" >&6;}
29750 esac
29753 case $ac_file$ac_mode in
29754 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29755 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29756 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29757 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29758 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29759 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29760 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29761 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29762 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29763 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29764 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29765 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29766 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29768 esac
29769 done # for ac_tag
29772 { (exit 0); exit 0; }
29773 _ACEOF
29774 chmod +x $CONFIG_STATUS
29775 ac_clean_files=$ac_clean_files_save
29777 test $ac_write_fail = 0 ||
29778 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29779 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29780 { (exit 1); exit 1; }; }
29783 # configure is writing to config.log, and then calls config.status.
29784 # config.status does its own redirection, appending to config.log.
29785 # Unfortunately, on DOS this fails, as config.log is still kept open
29786 # by configure, so config.status won't be able to write to it; its
29787 # output is simply discarded. So we exec the FD to /dev/null,
29788 # effectively closing config.log, so it can be properly (re)opened and
29789 # appended to by config.status. When coming back to configure, we
29790 # need to make the FD available again.
29791 if test "$no_create" != yes; then
29792 ac_cs_success=:
29793 ac_config_status_args=
29794 test "$silent" = yes &&
29795 ac_config_status_args="$ac_config_status_args --quiet"
29796 exec 5>/dev/null
29797 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29798 exec 5>>config.log
29799 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29800 # would make configure fail if this is the last instruction.
29801 $ac_cs_success || { (exit 1); exit 1; }
29803 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29804 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29805 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29809 if test "$no_create" = "yes"
29810 then
29811 exit 0
29814 ac_save_IFS="$IFS"
29815 if test "x$wine_notices != "x; then
29816 echo >&6
29817 IFS="|"
29818 for msg in $wine_notices; do
29819 IFS="$ac_save_IFS"
29820 if test -n "$msg"; then
29821 { $as_echo "$as_me:$LINENO: $msg" >&5
29822 $as_echo "$as_me: $msg" >&6;}
29824 done
29826 IFS="|"
29827 for msg in $wine_warnings; do
29828 IFS="$ac_save_IFS"
29829 if test -n "$msg"; then
29830 echo >&2
29831 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29832 $as_echo "$as_me: WARNING: $msg" >&2;}
29834 done
29835 IFS="$ac_save_IFS"
29837 echo "
29838 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29839 " >&6