advapi32: Fix parameter types of CreateServiceA/W in spec file.
[wine/multimedia.git] / configure
blob2f74bac524215a1303dfd4d587236780d04c92c5
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.26.
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.26'
600 PACKAGE_STRING='Wine 1.1.26'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.26 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.26:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.26
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.26, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 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
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 if test "x${GCC}" = "xyes"
3901 then
3902 { $as_echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3903 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
3904 cat >conftest.$ac_ext <<_ACEOF
3905 /* confdefs.h. */
3906 _ACEOF
3907 cat confdefs.h >>conftest.$ac_ext
3908 cat >>conftest.$ac_ext <<_ACEOF
3909 /* end confdefs.h. */
3910 #include <stdarg.h>
3912 main ()
3914 void func(__builtin_ms_va_list *args);
3916 return 0;
3918 _ACEOF
3919 rm -f conftest.$ac_objext
3920 if { (ac_try="$ac_compile"
3921 case "(($ac_try" in
3922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3923 *) ac_try_echo=$ac_try;;
3924 esac
3925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3926 $as_echo "$ac_try_echo") >&5
3927 (eval "$ac_compile") 2>conftest.er1
3928 ac_status=$?
3929 grep -v '^ *+' conftest.er1 >conftest.err
3930 rm -f conftest.er1
3931 cat conftest.err >&5
3932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); } && {
3934 test -z "$ac_c_werror_flag" ||
3935 test ! -s conftest.err
3936 } && test -s conftest.$ac_objext; then
3937 { $as_echo "$as_me:$LINENO: result: yes" >&5
3938 $as_echo "yes" >&6; }
3939 else
3940 $as_echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3943 { $as_echo "$as_me:$LINENO: result: no" >&5
3944 $as_echo "no" >&6; }
3945 { { $as_echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3946 $as_echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3947 { (exit 1); exit 1; }; }
3950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3952 TARGETFLAGS="-m64"
3956 *-mingw32*|*-cygwin*)
3957 enable_win16=${enable_win16:-no}
3959 i[3456789]86*)
3960 enable_win16=${enable_win16:-yes}
3962 esac
3964 enable_win16=${enable_win16:-no}
3966 WIN16_FILES="\$(WIN16_FILES)"
3968 WIN16_INSTALL="\$(WIN16_INSTALL)"
3970 if test "x$enable_win16" != "xyes"
3971 then
3972 WIN16_FILES=""
3973 WIN16_INSTALL=""
3974 enable_w32skrnl=${enable_w32skrnl:-no}
3975 enable_winedos=${enable_winedos:-no}
3976 enable_winevdm=${enable_winevdm:-no}
3979 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3980 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3981 if test "${wine_cv_toolsdir+set}" = set; then
3982 $as_echo_n "(cached) " >&6
3983 else
3984 if test -z "$with_wine_tools"; then
3985 if test "$cross_compiling" = "yes"; then
3986 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3987 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3988 { (exit 1); exit 1; }; }
3989 else
3990 wine_cv_toolsdir="\$(TOPOBJDIR)"
3992 elif test -d "$with_wine_tools/tools/winebuild"; then
3993 case $with_wine_tools in
3994 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3995 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3996 esac
3997 else
3998 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3999 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
4000 { (exit 1); exit 1; }; }
4003 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
4004 $as_echo "$wine_cv_toolsdir" >&6; }
4005 TOOLSDIR=$wine_cv_toolsdir
4007 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4008 then
4009 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4013 for ac_prog in flex
4015 # Extract the first word of "$ac_prog", so it can be a program name with args.
4016 set dummy $ac_prog; ac_word=$2
4017 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if test "${ac_cv_prog_FLEX+set}" = set; then
4020 $as_echo_n "(cached) " >&6
4021 else
4022 if test -n "$FLEX"; then
4023 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4028 IFS=$as_save_IFS
4029 test -z "$as_dir" && as_dir=.
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4032 ac_cv_prog_FLEX="$ac_prog"
4033 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4036 done
4037 done
4038 IFS=$as_save_IFS
4042 FLEX=$ac_cv_prog_FLEX
4043 if test -n "$FLEX"; then
4044 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4045 $as_echo "$FLEX" >&6; }
4046 else
4047 { $as_echo "$as_me:$LINENO: result: no" >&5
4048 $as_echo "no" >&6; }
4052 test -n "$FLEX" && break
4053 done
4054 test -n "$FLEX" || FLEX="none"
4056 if test "$FLEX" = "none"
4057 then
4058 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4059 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4060 { (exit 1); exit 1; }; }
4063 for ac_prog in bison
4065 # Extract the first word of "$ac_prog", so it can be a program name with args.
4066 set dummy $ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_BISON+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$BISON"; then
4073 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_BISON="$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 BISON=$ac_cv_prog_BISON
4093 if test -n "$BISON"; then
4094 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4095 $as_echo "$BISON" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$BISON" && break
4103 done
4104 test -n "$BISON" || BISON="none"
4106 if test "$BISON" = "none"
4107 then
4108 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4109 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4110 { (exit 1); exit 1; }; }
4113 if test -n "$ac_tool_prefix"; then
4114 for ac_prog in ar gar
4116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_AR+set}" = set; then
4121 $as_echo_n "(cached) " >&6
4122 else
4123 if test -n "$AR"; then
4124 ac_cv_prog_AR="$AR" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4134 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135 break 2
4137 done
4138 done
4139 IFS=$as_save_IFS
4143 AR=$ac_cv_prog_AR
4144 if test -n "$AR"; then
4145 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4146 $as_echo "$AR" >&6; }
4147 else
4148 { $as_echo "$as_me:$LINENO: result: no" >&5
4149 $as_echo "no" >&6; }
4153 test -n "$AR" && break
4154 done
4156 if test -z "$AR"; then
4157 ac_ct_AR=$AR
4158 for ac_prog in ar gar
4160 # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4165 $as_echo_n "(cached) " >&6
4166 else
4167 if test -n "$ac_ct_AR"; then
4168 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 ac_cv_prog_ac_ct_AR="$ac_prog"
4178 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4179 break 2
4181 done
4182 done
4183 IFS=$as_save_IFS
4187 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4188 if test -n "$ac_ct_AR"; then
4189 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4190 $as_echo "$ac_ct_AR" >&6; }
4191 else
4192 { $as_echo "$as_me:$LINENO: result: no" >&5
4193 $as_echo "no" >&6; }
4197 test -n "$ac_ct_AR" && break
4198 done
4200 if test "x$ac_ct_AR" = x; then
4201 AR="ar"
4202 else
4203 case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207 ac_tool_warned=yes ;;
4208 esac
4209 AR=$ac_ct_AR
4213 ARFLAGS=rc
4215 if test -n "$ac_tool_prefix"; then
4216 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4217 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_RANLIB+set}" = set; then
4221 $as_echo_n "(cached) " >&6
4222 else
4223 if test -n "$RANLIB"; then
4224 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
4232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4237 done
4238 done
4239 IFS=$as_save_IFS
4243 RANLIB=$ac_cv_prog_RANLIB
4244 if test -n "$RANLIB"; then
4245 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4246 $as_echo "$RANLIB" >&6; }
4247 else
4248 { $as_echo "$as_me:$LINENO: result: no" >&5
4249 $as_echo "no" >&6; }
4254 if test -z "$ac_cv_prog_RANLIB"; then
4255 ac_ct_RANLIB=$RANLIB
4256 # Extract the first word of "ranlib", so it can be a program name with args.
4257 set dummy ranlib; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$ac_ct_RANLIB"; then
4264 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_ac_ct_RANLIB="ranlib"
4274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4284 if test -n "$ac_ct_RANLIB"; then
4285 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4286 $as_echo "$ac_ct_RANLIB" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4292 if test "x$ac_ct_RANLIB" = x; then
4293 RANLIB=":"
4294 else
4295 case $cross_compiling:$ac_tool_warned in
4296 yes:)
4297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4299 ac_tool_warned=yes ;;
4300 esac
4301 RANLIB=$ac_ct_RANLIB
4303 else
4304 RANLIB="$ac_cv_prog_RANLIB"
4307 if test -n "$ac_tool_prefix"; then
4308 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4309 set dummy ${ac_tool_prefix}strip; ac_word=$2
4310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4311 $as_echo_n "checking for $ac_word... " >&6; }
4312 if test "${ac_cv_prog_STRIP+set}" = set; then
4313 $as_echo_n "(cached) " >&6
4314 else
4315 if test -n "$STRIP"; then
4316 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4317 else
4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319 for as_dir in $PATH
4321 IFS=$as_save_IFS
4322 test -z "$as_dir" && as_dir=.
4323 for ac_exec_ext in '' $ac_executable_extensions; do
4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4326 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 break 2
4329 done
4330 done
4331 IFS=$as_save_IFS
4335 STRIP=$ac_cv_prog_STRIP
4336 if test -n "$STRIP"; then
4337 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4338 $as_echo "$STRIP" >&6; }
4339 else
4340 { $as_echo "$as_me:$LINENO: result: no" >&5
4341 $as_echo "no" >&6; }
4346 if test -z "$ac_cv_prog_STRIP"; then
4347 ac_ct_STRIP=$STRIP
4348 # Extract the first word of "strip", so it can be a program name with args.
4349 set dummy strip; ac_word=$2
4350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4353 $as_echo_n "(cached) " >&6
4354 else
4355 if test -n "$ac_ct_STRIP"; then
4356 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4357 else
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359 for as_dir in $PATH
4361 IFS=$as_save_IFS
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365 ac_cv_prog_ac_ct_STRIP="strip"
4366 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4369 done
4370 done
4371 IFS=$as_save_IFS
4375 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4376 if test -n "$ac_ct_STRIP"; then
4377 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4378 $as_echo "$ac_ct_STRIP" >&6; }
4379 else
4380 { $as_echo "$as_me:$LINENO: result: no" >&5
4381 $as_echo "no" >&6; }
4384 if test "x$ac_ct_STRIP" = x; then
4385 STRIP="strip"
4386 else
4387 case $cross_compiling:$ac_tool_warned in
4388 yes:)
4389 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4391 ac_tool_warned=yes ;;
4392 esac
4393 STRIP=$ac_ct_STRIP
4395 else
4396 STRIP="$ac_cv_prog_STRIP"
4399 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4400 $as_echo_n "checking whether ln -s works... " >&6; }
4401 LN_S=$as_ln_s
4402 if test "$LN_S" = "ln -s"; then
4403 { $as_echo "$as_me:$LINENO: result: yes" >&5
4404 $as_echo "yes" >&6; }
4405 else
4406 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4407 $as_echo "no, using $LN_S" >&6; }
4410 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4411 $as_echo_n "checking whether ln works... " >&6; }
4412 rm -f conf$$ conf$$.file
4413 echo >conf$$.file
4414 if ln conf$$.file conf$$ 2>/dev/null; then
4415 LN=ln
4417 { $as_echo "$as_me:$LINENO: result: yes" >&5
4418 $as_echo "yes" >&6; }
4419 else
4420 LN="cp -p"
4422 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4423 $as_echo "no, using $LN" >&6; }
4425 rm -f conf$$ conf$$.file
4426 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4427 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4428 if test "${ac_cv_path_GREP+set}" = set; then
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -z "$GREP"; then
4432 ac_path_GREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_prog in grep ggrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4443 # Check for GNU ac_path_GREP and select it if it is found.
4444 # Check for GNU $ac_path_GREP
4445 case `"$ac_path_GREP" --version 2>&1` in
4446 *GNU*)
4447 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4449 ac_count=0
4450 $as_echo_n 0123456789 >"conftest.in"
4451 while :
4453 cat "conftest.in" "conftest.in" >"conftest.tmp"
4454 mv "conftest.tmp" "conftest.in"
4455 cp "conftest.in" "conftest.nl"
4456 $as_echo 'GREP' >> "conftest.nl"
4457 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459 ac_count=`expr $ac_count + 1`
4460 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4461 # Best one so far, save it but keep looking for a better one
4462 ac_cv_path_GREP="$ac_path_GREP"
4463 ac_path_GREP_max=$ac_count
4465 # 10*(2^10) chars as input seems more than enough
4466 test $ac_count -gt 10 && break
4467 done
4468 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4471 $ac_path_GREP_found && break 3
4472 done
4473 done
4474 done
4475 IFS=$as_save_IFS
4476 if test -z "$ac_cv_path_GREP"; then
4477 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4478 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4479 { (exit 1); exit 1; }; }
4481 else
4482 ac_cv_path_GREP=$GREP
4486 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4487 $as_echo "$ac_cv_path_GREP" >&6; }
4488 GREP="$ac_cv_path_GREP"
4491 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4492 $as_echo_n "checking for egrep... " >&6; }
4493 if test "${ac_cv_path_EGREP+set}" = set; then
4494 $as_echo_n "(cached) " >&6
4495 else
4496 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4497 then ac_cv_path_EGREP="$GREP -E"
4498 else
4499 if test -z "$EGREP"; then
4500 ac_path_EGREP_found=false
4501 # Loop through the user's path and test for each of PROGNAME-LIST
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_prog in egrep; do
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4510 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4511 # Check for GNU ac_path_EGREP and select it if it is found.
4512 # Check for GNU $ac_path_EGREP
4513 case `"$ac_path_EGREP" --version 2>&1` in
4514 *GNU*)
4515 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4517 ac_count=0
4518 $as_echo_n 0123456789 >"conftest.in"
4519 while :
4521 cat "conftest.in" "conftest.in" >"conftest.tmp"
4522 mv "conftest.tmp" "conftest.in"
4523 cp "conftest.in" "conftest.nl"
4524 $as_echo 'EGREP' >> "conftest.nl"
4525 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4526 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4527 ac_count=`expr $ac_count + 1`
4528 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4529 # Best one so far, save it but keep looking for a better one
4530 ac_cv_path_EGREP="$ac_path_EGREP"
4531 ac_path_EGREP_max=$ac_count
4533 # 10*(2^10) chars as input seems more than enough
4534 test $ac_count -gt 10 && break
4535 done
4536 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4537 esac
4539 $ac_path_EGREP_found && break 3
4540 done
4541 done
4542 done
4543 IFS=$as_save_IFS
4544 if test -z "$ac_cv_path_EGREP"; then
4545 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4546 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4547 { (exit 1); exit 1; }; }
4549 else
4550 ac_cv_path_EGREP=$EGREP
4555 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4556 $as_echo "$ac_cv_path_EGREP" >&6; }
4557 EGREP="$ac_cv_path_EGREP"
4560 # Extract the first word of "ldconfig", so it can be a program name with args.
4561 set dummy ldconfig; ac_word=$2
4562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4563 $as_echo_n "checking for $ac_word... " >&6; }
4564 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4565 $as_echo_n "(cached) " >&6
4566 else
4567 case $LDCONFIG in
4568 [\\/]* | ?:[\\/]*)
4569 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573 for as_dir in /sbin /usr/sbin $PATH
4575 IFS=$as_save_IFS
4576 test -z "$as_dir" && as_dir=.
4577 for ac_exec_ext in '' $ac_executable_extensions; do
4578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4579 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4580 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581 break 2
4583 done
4584 done
4585 IFS=$as_save_IFS
4587 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4589 esac
4591 LDCONFIG=$ac_cv_path_LDCONFIG
4592 if test -n "$LDCONFIG"; then
4593 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4594 $as_echo "$LDCONFIG" >&6; }
4595 else
4596 { $as_echo "$as_me:$LINENO: result: no" >&5
4597 $as_echo "no" >&6; }
4601 # Find a good install program. We prefer a C program (faster),
4602 # so one script is as good as another. But avoid the broken or
4603 # incompatible versions:
4604 # SysV /etc/install, /usr/sbin/install
4605 # SunOS /usr/etc/install
4606 # IRIX /sbin/install
4607 # AIX /bin/install
4608 # AmigaOS /C/install, which installs bootblocks on floppy discs
4609 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4610 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4611 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4612 # OS/2's system install, which has a completely different semantic
4613 # ./install, which can be erroneously created by make from ./install.sh.
4614 # Reject install programs that cannot install multiple files.
4615 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4616 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4617 if test -z "$INSTALL"; then
4618 if test "${ac_cv_path_install+set}" = set; then
4619 $as_echo_n "(cached) " >&6
4620 else
4621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622 for as_dir in $PATH
4624 IFS=$as_save_IFS
4625 test -z "$as_dir" && as_dir=.
4626 # Account for people who put trailing slashes in PATH elements.
4627 case $as_dir/ in
4628 ./ | .// | /cC/* | \
4629 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4630 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4631 /usr/ucb/* ) ;;
4633 # OSF1 and SCO ODT 3.0 have their own names for install.
4634 # Don't use installbsd from OSF since it installs stuff as root
4635 # by default.
4636 for ac_prog in ginstall scoinst install; do
4637 for ac_exec_ext in '' $ac_executable_extensions; do
4638 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4639 if test $ac_prog = install &&
4640 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4641 # AIX install. It has an incompatible calling convention.
4643 elif test $ac_prog = install &&
4644 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4645 # program-specific install script used by HP pwplus--don't use.
4647 else
4648 rm -rf conftest.one conftest.two conftest.dir
4649 echo one > conftest.one
4650 echo two > conftest.two
4651 mkdir conftest.dir
4652 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4653 test -s conftest.one && test -s conftest.two &&
4654 test -s conftest.dir/conftest.one &&
4655 test -s conftest.dir/conftest.two
4656 then
4657 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4658 break 3
4662 done
4663 done
4665 esac
4667 done
4668 IFS=$as_save_IFS
4670 rm -rf conftest.one conftest.two conftest.dir
4673 if test "${ac_cv_path_install+set}" = set; then
4674 INSTALL=$ac_cv_path_install
4675 else
4676 # As a last resort, use the slow shell script. Don't cache a
4677 # value for INSTALL within a source directory, because that will
4678 # break other packages using the cache if that directory is
4679 # removed, or if the value is a relative name.
4680 INSTALL=$ac_install_sh
4683 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4684 $as_echo "$INSTALL" >&6; }
4686 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4687 # It thinks the first close brace ends the variable substitution.
4688 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4690 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4692 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4694 case "$INSTALL" in
4695 [\\/$]* | ?:[\\/]* ) ;;
4696 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4697 esac
4699 for ac_prog in lclint lint
4701 # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 $as_echo_n "checking for $ac_word... " >&6; }
4705 if test "${ac_cv_prog_LINT+set}" = set; then
4706 $as_echo_n "(cached) " >&6
4707 else
4708 if test -n "$LINT"; then
4709 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4714 IFS=$as_save_IFS
4715 test -z "$as_dir" && as_dir=.
4716 for ac_exec_ext in '' $ac_executable_extensions; do
4717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718 ac_cv_prog_LINT="$ac_prog"
4719 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 break 2
4722 done
4723 done
4724 IFS=$as_save_IFS
4728 LINT=$ac_cv_prog_LINT
4729 if test -n "$LINT"; then
4730 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4731 $as_echo "$LINT" >&6; }
4732 else
4733 { $as_echo "$as_me:$LINENO: result: no" >&5
4734 $as_echo "no" >&6; }
4738 test -n "$LINT" && break
4739 done
4741 if test "$LINT" = "lint"
4742 then
4743 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4748 for ac_prog in fontforge
4750 # Extract the first word of "$ac_prog", so it can be a program name with args.
4751 set dummy $ac_prog; ac_word=$2
4752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4753 $as_echo_n "checking for $ac_word... " >&6; }
4754 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4755 $as_echo_n "(cached) " >&6
4756 else
4757 if test -n "$FONTFORGE"; then
4758 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4759 else
4760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4761 for as_dir in $PATH
4763 IFS=$as_save_IFS
4764 test -z "$as_dir" && as_dir=.
4765 for ac_exec_ext in '' $ac_executable_extensions; do
4766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4767 ac_cv_prog_FONTFORGE="$ac_prog"
4768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4769 break 2
4771 done
4772 done
4773 IFS=$as_save_IFS
4777 FONTFORGE=$ac_cv_prog_FONTFORGE
4778 if test -n "$FONTFORGE"; then
4779 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4780 $as_echo "$FONTFORGE" >&6; }
4781 else
4782 { $as_echo "$as_me:$LINENO: result: no" >&5
4783 $as_echo "no" >&6; }
4787 test -n "$FONTFORGE" && break
4788 done
4789 test -n "$FONTFORGE" || FONTFORGE="false"
4791 for ac_prog in pkg-config
4793 # Extract the first word of "$ac_prog", so it can be a program name with args.
4794 set dummy $ac_prog; ac_word=$2
4795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4798 $as_echo_n "(cached) " >&6
4799 else
4800 if test -n "$PKG_CONFIG"; then
4801 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4806 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810 ac_cv_prog_PKG_CONFIG="$ac_prog"
4811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4812 break 2
4814 done
4815 done
4816 IFS=$as_save_IFS
4820 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4821 if test -n "$PKG_CONFIG"; then
4822 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4823 $as_echo "$PKG_CONFIG" >&6; }
4824 else
4825 { $as_echo "$as_me:$LINENO: result: no" >&5
4826 $as_echo "no" >&6; }
4830 test -n "$PKG_CONFIG" && break
4831 done
4832 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4834 for ac_prog in rsvg
4836 # Extract the first word of "$ac_prog", so it can be a program name with args.
4837 set dummy $ac_prog; ac_word=$2
4838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if test "${ac_cv_prog_RSVG+set}" = set; then
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$RSVG"; then
4844 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4853 ac_cv_prog_RSVG="$ac_prog"
4854 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4857 done
4858 done
4859 IFS=$as_save_IFS
4863 RSVG=$ac_cv_prog_RSVG
4864 if test -n "$RSVG"; then
4865 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4866 $as_echo "$RSVG" >&6; }
4867 else
4868 { $as_echo "$as_me:$LINENO: result: no" >&5
4869 $as_echo "no" >&6; }
4873 test -n "$RSVG" && break
4874 done
4875 test -n "$RSVG" || RSVG="false"
4877 for ac_prog in icotool
4879 # Extract the first word of "$ac_prog", so it can be a program name with args.
4880 set dummy $ac_prog; ac_word=$2
4881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4882 $as_echo_n "checking for $ac_word... " >&6; }
4883 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4884 $as_echo_n "(cached) " >&6
4885 else
4886 if test -n "$ICOTOOL"; then
4887 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4888 else
4889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890 for as_dir in $PATH
4892 IFS=$as_save_IFS
4893 test -z "$as_dir" && as_dir=.
4894 for ac_exec_ext in '' $ac_executable_extensions; do
4895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896 ac_cv_prog_ICOTOOL="$ac_prog"
4897 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 break 2
4900 done
4901 done
4902 IFS=$as_save_IFS
4906 ICOTOOL=$ac_cv_prog_ICOTOOL
4907 if test -n "$ICOTOOL"; then
4908 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4909 $as_echo "$ICOTOOL" >&6; }
4910 else
4911 { $as_echo "$as_me:$LINENO: result: no" >&5
4912 $as_echo "no" >&6; }
4916 test -n "$ICOTOOL" && break
4917 done
4918 test -n "$ICOTOOL" || ICOTOOL="false"
4921 if test "${enable_maintainer_mode+set}" = set
4922 then
4923 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4924 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4925 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4928 case $host_cpu in
4929 *i[3456789]86*)
4930 # Extract the first word of "prelink", so it can be a program name with args.
4931 set dummy prelink; ac_word=$2
4932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4933 $as_echo_n "checking for $ac_word... " >&6; }
4934 if test "${ac_cv_path_PRELINK+set}" = set; then
4935 $as_echo_n "(cached) " >&6
4936 else
4937 case $PRELINK in
4938 [\\/]* | ?:[\\/]*)
4939 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in /sbin /usr/sbin $PATH
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
4947 for ac_exec_ext in '' $ac_executable_extensions; do
4948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4950 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 break 2
4953 done
4954 done
4955 IFS=$as_save_IFS
4957 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4959 esac
4961 PRELINK=$ac_cv_path_PRELINK
4962 if test -n "$PRELINK"; then
4963 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4964 $as_echo "$PRELINK" >&6; }
4965 else
4966 { $as_echo "$as_me:$LINENO: result: no" >&5
4967 $as_echo "no" >&6; }
4972 esac
4976 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4977 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4978 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4979 $as_echo_n "(cached) " >&6
4980 else
4981 ac_check_lib_save_LIBS=$LIBS
4982 LIBS="-li386 $LIBS"
4983 cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h. */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h. */
4990 /* Override any GCC internal prototype to avoid an error.
4991 Use char because int might match the return type of a GCC
4992 builtin and then its argument prototype would still apply. */
4993 #ifdef __cplusplus
4994 extern "C"
4995 #endif
4996 char i386_set_ldt ();
4998 main ()
5000 return i386_set_ldt ();
5002 return 0;
5004 _ACEOF
5005 rm -f conftest.$ac_objext conftest$ac_exeext
5006 if { (ac_try="$ac_link"
5007 case "(($ac_try" in
5008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5009 *) ac_try_echo=$ac_try;;
5010 esac
5011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5012 $as_echo "$ac_try_echo") >&5
5013 (eval "$ac_link") 2>conftest.er1
5014 ac_status=$?
5015 grep -v '^ *+' conftest.er1 >conftest.err
5016 rm -f conftest.er1
5017 cat conftest.err >&5
5018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5019 (exit $ac_status); } && {
5020 test -z "$ac_c_werror_flag" ||
5021 test ! -s conftest.err
5022 } && test -s conftest$ac_exeext && {
5023 test "$cross_compiling" = yes ||
5024 $as_test_x conftest$ac_exeext
5025 }; then
5026 ac_cv_lib_i386_i386_set_ldt=yes
5027 else
5028 $as_echo "$as_me: failed program was:" >&5
5029 sed 's/^/| /' conftest.$ac_ext >&5
5031 ac_cv_lib_i386_i386_set_ldt=no
5034 rm -rf conftest.dSYM
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5040 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5041 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5042 cat >>confdefs.h <<_ACEOF
5043 #define HAVE_LIBI386 1
5044 _ACEOF
5046 LIBS="-li386 $LIBS"
5051 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5052 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5053 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5054 $as_echo_n "(cached) " >&6
5055 else
5056 ac_check_lib_save_LIBS=$LIBS
5057 LIBS="-lossaudio $LIBS"
5058 cat >conftest.$ac_ext <<_ACEOF
5059 /* confdefs.h. */
5060 _ACEOF
5061 cat confdefs.h >>conftest.$ac_ext
5062 cat >>conftest.$ac_ext <<_ACEOF
5063 /* end confdefs.h. */
5065 /* Override any GCC internal prototype to avoid an error.
5066 Use char because int might match the return type of a GCC
5067 builtin and then its argument prototype would still apply. */
5068 #ifdef __cplusplus
5069 extern "C"
5070 #endif
5071 char _oss_ioctl ();
5073 main ()
5075 return _oss_ioctl ();
5077 return 0;
5079 _ACEOF
5080 rm -f conftest.$ac_objext conftest$ac_exeext
5081 if { (ac_try="$ac_link"
5082 case "(($ac_try" in
5083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5084 *) ac_try_echo=$ac_try;;
5085 esac
5086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5087 $as_echo "$ac_try_echo") >&5
5088 (eval "$ac_link") 2>conftest.er1
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest$ac_exeext && {
5098 test "$cross_compiling" = yes ||
5099 $as_test_x conftest$ac_exeext
5100 }; then
5101 ac_cv_lib_ossaudio__oss_ioctl=yes
5102 else
5103 $as_echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5106 ac_cv_lib_ossaudio__oss_ioctl=no
5109 rm -rf conftest.dSYM
5110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5111 conftest$ac_exeext conftest.$ac_ext
5112 LIBS=$ac_check_lib_save_LIBS
5114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5115 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5116 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5117 cat >>confdefs.h <<_ACEOF
5118 #define HAVE_LIBOSSAUDIO 1
5119 _ACEOF
5121 LIBS="-lossaudio $LIBS"
5126 XLIB=""
5128 OPENGL_LIBS=""
5132 ac_ext=c
5133 ac_cpp='$CPP $CPPFLAGS'
5134 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5137 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5138 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5139 # On Suns, sometimes $CPP names a directory.
5140 if test -n "$CPP" && test -d "$CPP"; then
5141 CPP=
5143 if test -z "$CPP"; then
5144 if test "${ac_cv_prog_CPP+set}" = set; then
5145 $as_echo_n "(cached) " >&6
5146 else
5147 # Double quotes because CPP needs to be expanded
5148 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5150 ac_preproc_ok=false
5151 for ac_c_preproc_warn_flag in '' yes
5153 # Use a header file that comes with gcc, so configuring glibc
5154 # with a fresh cross-compiler works.
5155 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5156 # <limits.h> exists even on freestanding compilers.
5157 # On the NeXT, cc -E runs the code through the compiler's parser,
5158 # not just through cpp. "Syntax error" is here to catch this case.
5159 cat >conftest.$ac_ext <<_ACEOF
5160 /* confdefs.h. */
5161 _ACEOF
5162 cat confdefs.h >>conftest.$ac_ext
5163 cat >>conftest.$ac_ext <<_ACEOF
5164 /* end confdefs.h. */
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170 Syntax error
5171 _ACEOF
5172 if { (ac_try="$ac_cpp conftest.$ac_ext"
5173 case "(($ac_try" in
5174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5175 *) ac_try_echo=$ac_try;;
5176 esac
5177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5178 $as_echo "$ac_try_echo") >&5
5179 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5180 ac_status=$?
5181 grep -v '^ *+' conftest.er1 >conftest.err
5182 rm -f conftest.er1
5183 cat conftest.err >&5
5184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185 (exit $ac_status); } >/dev/null && {
5186 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5187 test ! -s conftest.err
5188 }; then
5190 else
5191 $as_echo "$as_me: failed program was:" >&5
5192 sed 's/^/| /' conftest.$ac_ext >&5
5194 # Broken: fails on valid input.
5195 continue
5198 rm -f conftest.err conftest.$ac_ext
5200 # OK, works on sane cases. Now check whether nonexistent headers
5201 # can be detected and how.
5202 cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h. */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h. */
5208 #include <ac_nonexistent.h>
5209 _ACEOF
5210 if { (ac_try="$ac_cpp conftest.$ac_ext"
5211 case "(($ac_try" in
5212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5213 *) ac_try_echo=$ac_try;;
5214 esac
5215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5216 $as_echo "$ac_try_echo") >&5
5217 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5218 ac_status=$?
5219 grep -v '^ *+' conftest.er1 >conftest.err
5220 rm -f conftest.er1
5221 cat conftest.err >&5
5222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223 (exit $ac_status); } >/dev/null && {
5224 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5225 test ! -s conftest.err
5226 }; then
5227 # Broken: success on invalid input.
5228 continue
5229 else
5230 $as_echo "$as_me: failed program was:" >&5
5231 sed 's/^/| /' conftest.$ac_ext >&5
5233 # Passes both tests.
5234 ac_preproc_ok=:
5235 break
5238 rm -f conftest.err conftest.$ac_ext
5240 done
5241 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5242 rm -f conftest.err conftest.$ac_ext
5243 if $ac_preproc_ok; then
5244 break
5247 done
5248 ac_cv_prog_CPP=$CPP
5251 CPP=$ac_cv_prog_CPP
5252 else
5253 ac_cv_prog_CPP=$CPP
5255 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5256 $as_echo "$CPP" >&6; }
5257 ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5260 # Use a header file that comes with gcc, so configuring glibc
5261 # with a fresh cross-compiler works.
5262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263 # <limits.h> exists even on freestanding compilers.
5264 # On the NeXT, cc -E runs the code through the compiler's parser,
5265 # not just through cpp. "Syntax error" is here to catch this case.
5266 cat >conftest.$ac_ext <<_ACEOF
5267 /* confdefs.h. */
5268 _ACEOF
5269 cat confdefs.h >>conftest.$ac_ext
5270 cat >>conftest.$ac_ext <<_ACEOF
5271 /* end confdefs.h. */
5272 #ifdef __STDC__
5273 # include <limits.h>
5274 #else
5275 # include <assert.h>
5276 #endif
5277 Syntax error
5278 _ACEOF
5279 if { (ac_try="$ac_cpp conftest.$ac_ext"
5280 case "(($ac_try" in
5281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5282 *) ac_try_echo=$ac_try;;
5283 esac
5284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5285 $as_echo "$ac_try_echo") >&5
5286 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5287 ac_status=$?
5288 grep -v '^ *+' conftest.er1 >conftest.err
5289 rm -f conftest.er1
5290 cat conftest.err >&5
5291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5292 (exit $ac_status); } >/dev/null && {
5293 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5294 test ! -s conftest.err
5295 }; then
5297 else
5298 $as_echo "$as_me: failed program was:" >&5
5299 sed 's/^/| /' conftest.$ac_ext >&5
5301 # Broken: fails on valid input.
5302 continue
5305 rm -f conftest.err conftest.$ac_ext
5307 # OK, works on sane cases. Now check whether nonexistent headers
5308 # can be detected and how.
5309 cat >conftest.$ac_ext <<_ACEOF
5310 /* confdefs.h. */
5311 _ACEOF
5312 cat confdefs.h >>conftest.$ac_ext
5313 cat >>conftest.$ac_ext <<_ACEOF
5314 /* end confdefs.h. */
5315 #include <ac_nonexistent.h>
5316 _ACEOF
5317 if { (ac_try="$ac_cpp conftest.$ac_ext"
5318 case "(($ac_try" in
5319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320 *) ac_try_echo=$ac_try;;
5321 esac
5322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5323 $as_echo "$ac_try_echo") >&5
5324 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5325 ac_status=$?
5326 grep -v '^ *+' conftest.er1 >conftest.err
5327 rm -f conftest.er1
5328 cat conftest.err >&5
5329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5330 (exit $ac_status); } >/dev/null && {
5331 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5332 test ! -s conftest.err
5333 }; then
5334 # Broken: success on invalid input.
5335 continue
5336 else
5337 $as_echo "$as_me: failed program was:" >&5
5338 sed 's/^/| /' conftest.$ac_ext >&5
5340 # Passes both tests.
5341 ac_preproc_ok=:
5342 break
5345 rm -f conftest.err conftest.$ac_ext
5347 done
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.err conftest.$ac_ext
5350 if $ac_preproc_ok; then
5352 else
5353 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details." >&5
5357 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5358 See \`config.log' for more details." >&2;}
5359 { (exit 1); exit 1; }; }; }
5362 ac_ext=c
5363 ac_cpp='$CPP $CPPFLAGS'
5364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5369 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5370 $as_echo_n "checking for ANSI C header files... " >&6; }
5371 if test "${ac_cv_header_stdc+set}" = set; then
5372 $as_echo_n "(cached) " >&6
5373 else
5374 cat >conftest.$ac_ext <<_ACEOF
5375 /* confdefs.h. */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5380 #include <stdlib.h>
5381 #include <stdarg.h>
5382 #include <string.h>
5383 #include <float.h>
5386 main ()
5390 return 0;
5392 _ACEOF
5393 rm -f conftest.$ac_objext
5394 if { (ac_try="$ac_compile"
5395 case "(($ac_try" in
5396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5397 *) ac_try_echo=$ac_try;;
5398 esac
5399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5400 $as_echo "$ac_try_echo") >&5
5401 (eval "$ac_compile") 2>conftest.er1
5402 ac_status=$?
5403 grep -v '^ *+' conftest.er1 >conftest.err
5404 rm -f conftest.er1
5405 cat conftest.err >&5
5406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); } && {
5408 test -z "$ac_c_werror_flag" ||
5409 test ! -s conftest.err
5410 } && test -s conftest.$ac_objext; then
5411 ac_cv_header_stdc=yes
5412 else
5413 $as_echo "$as_me: failed program was:" >&5
5414 sed 's/^/| /' conftest.$ac_ext >&5
5416 ac_cv_header_stdc=no
5419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5421 if test $ac_cv_header_stdc = yes; then
5422 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5423 cat >conftest.$ac_ext <<_ACEOF
5424 /* confdefs.h. */
5425 _ACEOF
5426 cat confdefs.h >>conftest.$ac_ext
5427 cat >>conftest.$ac_ext <<_ACEOF
5428 /* end confdefs.h. */
5429 #include <string.h>
5431 _ACEOF
5432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5433 $EGREP "memchr" >/dev/null 2>&1; then
5435 else
5436 ac_cv_header_stdc=no
5438 rm -f conftest*
5442 if test $ac_cv_header_stdc = yes; then
5443 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5444 cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h. */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h. */
5450 #include <stdlib.h>
5452 _ACEOF
5453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5454 $EGREP "free" >/dev/null 2>&1; then
5456 else
5457 ac_cv_header_stdc=no
5459 rm -f conftest*
5463 if test $ac_cv_header_stdc = yes; then
5464 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5465 if test "$cross_compiling" = yes; then
5467 else
5468 cat >conftest.$ac_ext <<_ACEOF
5469 /* confdefs.h. */
5470 _ACEOF
5471 cat confdefs.h >>conftest.$ac_ext
5472 cat >>conftest.$ac_ext <<_ACEOF
5473 /* end confdefs.h. */
5474 #include <ctype.h>
5475 #include <stdlib.h>
5476 #if ((' ' & 0x0FF) == 0x020)
5477 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5478 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5479 #else
5480 # define ISLOWER(c) \
5481 (('a' <= (c) && (c) <= 'i') \
5482 || ('j' <= (c) && (c) <= 'r') \
5483 || ('s' <= (c) && (c) <= 'z'))
5484 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5485 #endif
5487 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5489 main ()
5491 int i;
5492 for (i = 0; i < 256; i++)
5493 if (XOR (islower (i), ISLOWER (i))
5494 || toupper (i) != TOUPPER (i))
5495 return 2;
5496 return 0;
5498 _ACEOF
5499 rm -f conftest$ac_exeext
5500 if { (ac_try="$ac_link"
5501 case "(($ac_try" in
5502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503 *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507 (eval "$ac_link") 2>&5
5508 ac_status=$?
5509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5511 { (case "(($ac_try" in
5512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5513 *) ac_try_echo=$ac_try;;
5514 esac
5515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5516 $as_echo "$ac_try_echo") >&5
5517 (eval "$ac_try") 2>&5
5518 ac_status=$?
5519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); }; }; then
5522 else
5523 $as_echo "$as_me: program exited with status $ac_status" >&5
5524 $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5527 ( exit $ac_status )
5528 ac_cv_header_stdc=no
5530 rm -rf conftest.dSYM
5531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5537 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5538 $as_echo "$ac_cv_header_stdc" >&6; }
5539 if test $ac_cv_header_stdc = yes; then
5541 cat >>confdefs.h <<\_ACEOF
5542 #define STDC_HEADERS 1
5543 _ACEOF
5547 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5557 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5558 inttypes.h stdint.h unistd.h
5560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5561 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5562 $as_echo_n "checking for $ac_header... " >&6; }
5563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5564 $as_echo_n "(cached) " >&6
5565 else
5566 cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h. */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h. */
5572 $ac_includes_default
5574 #include <$ac_header>
5575 _ACEOF
5576 rm -f conftest.$ac_objext
5577 if { (ac_try="$ac_compile"
5578 case "(($ac_try" in
5579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5580 *) ac_try_echo=$ac_try;;
5581 esac
5582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5583 $as_echo "$ac_try_echo") >&5
5584 (eval "$ac_compile") 2>conftest.er1
5585 ac_status=$?
5586 grep -v '^ *+' conftest.er1 >conftest.err
5587 rm -f conftest.er1
5588 cat conftest.err >&5
5589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590 (exit $ac_status); } && {
5591 test -z "$ac_c_werror_flag" ||
5592 test ! -s conftest.err
5593 } && test -s conftest.$ac_objext; then
5594 eval "$as_ac_Header=yes"
5595 else
5596 $as_echo "$as_me: failed program was:" >&5
5597 sed 's/^/| /' conftest.$ac_ext >&5
5599 eval "$as_ac_Header=no"
5602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5604 ac_res=`eval 'as_val=${'$as_ac_Header'}
5605 $as_echo "$as_val"'`
5606 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5607 $as_echo "$ac_res" >&6; }
5608 as_val=`eval 'as_val=${'$as_ac_Header'}
5609 $as_echo "$as_val"'`
5610 if test "x$as_val" = x""yes; then
5611 cat >>confdefs.h <<_ACEOF
5612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5613 _ACEOF
5617 done
5744 for ac_header in \
5745 AudioUnit/AudioUnit.h \
5746 Carbon/Carbon.h \
5747 CoreAudio/CoreAudio.h \
5748 DiskArbitration/DiskArbitration.h \
5749 IOKit/IOKitLib.h \
5750 IOKit/hid/IOHIDLib.h \
5751 alias.h \
5752 alsa/asoundlib.h \
5753 arpa/inet.h \
5754 arpa/nameser.h \
5755 asm/types.h \
5756 capi20.h \
5757 curses.h \
5758 direct.h \
5759 dirent.h \
5760 dlfcn.h \
5761 elf.h \
5762 float.h \
5763 fnmatch.h \
5764 fontconfig/fontconfig.h \
5765 getopt.h \
5766 grp.h \
5767 ieeefp.h \
5768 inet/mib2.h \
5769 io.h \
5770 jack/jack.h \
5771 jpeglib.h \
5772 kstat.h \
5773 lber.h \
5774 lcms.h \
5775 lcms/lcms.h \
5776 ldap.h \
5777 libaudioio.h \
5778 link.h \
5779 linux/cdrom.h \
5780 linux/compiler.h \
5781 linux/hdreg.h \
5782 linux/input.h \
5783 linux/ioctl.h \
5784 linux/joystick.h \
5785 linux/major.h \
5786 linux/param.h \
5787 linux/serial.h \
5788 linux/types.h \
5789 linux/ucdrom.h \
5790 mach-o/nlist.h \
5791 mach/mach.h \
5792 mach/machine.h \
5793 machine/cpu.h \
5794 machine/limits.h \
5795 machine/soundcard.h \
5796 mntent.h \
5797 ncurses.h \
5798 netdb.h \
5799 netinet/in.h \
5800 netinet/in_systm.h \
5801 netinet/tcp.h \
5802 netinet/tcp_fsm.h \
5803 openssl/err.h \
5804 openssl/ssl.h \
5805 png.h \
5806 poll.h \
5807 process.h \
5808 pthread.h \
5809 pwd.h \
5810 regex.h \
5811 sched.h \
5812 scsi/scsi.h \
5813 scsi/scsi_ioctl.h \
5814 scsi/sg.h \
5815 soundcard.h \
5816 stdbool.h \
5817 stdint.h \
5818 strings.h \
5819 stropts.h \
5820 sys/asoundlib.h \
5821 sys/cdio.h \
5822 sys/elf32.h \
5823 sys/epoll.h \
5824 sys/errno.h \
5825 sys/event.h \
5826 sys/exec_elf.h \
5827 sys/filio.h \
5828 sys/inotify.h \
5829 sys/ioctl.h \
5830 sys/ipc.h \
5831 sys/limits.h \
5832 sys/link.h \
5833 sys/mman.h \
5834 sys/modem.h \
5835 sys/msg.h \
5836 sys/mtio.h \
5837 sys/param.h \
5838 sys/poll.h \
5839 sys/prctl.h \
5840 sys/protosw.h \
5841 sys/ptrace.h \
5842 sys/resource.h \
5843 sys/scsiio.h \
5844 sys/shm.h \
5845 sys/signal.h \
5846 sys/socket.h \
5847 sys/socketvar.h \
5848 sys/sockio.h \
5849 sys/soundcard.h \
5850 sys/statvfs.h \
5851 sys/strtio.h \
5852 sys/syscall.h \
5853 sys/tihdr.h \
5854 sys/time.h \
5855 sys/timeout.h \
5856 sys/times.h \
5857 sys/uio.h \
5858 sys/un.h \
5859 sys/utsname.h \
5860 sys/vm86.h \
5861 sys/wait.h \
5862 syscall.h \
5863 termios.h \
5864 unistd.h \
5865 utime.h \
5866 valgrind/memcheck.h \
5867 valgrind/valgrind.h \
5868 zlib.h
5871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5873 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5874 $as_echo_n "checking for $ac_header... " >&6; }
5875 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5876 $as_echo_n "(cached) " >&6
5878 ac_res=`eval 'as_val=${'$as_ac_Header'}
5879 $as_echo "$as_val"'`
5880 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5881 $as_echo "$ac_res" >&6; }
5882 else
5883 # Is the header compilable?
5884 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5885 $as_echo_n "checking $ac_header usability... " >&6; }
5886 cat >conftest.$ac_ext <<_ACEOF
5887 /* confdefs.h. */
5888 _ACEOF
5889 cat confdefs.h >>conftest.$ac_ext
5890 cat >>conftest.$ac_ext <<_ACEOF
5891 /* end confdefs.h. */
5892 $ac_includes_default
5893 #include <$ac_header>
5894 _ACEOF
5895 rm -f conftest.$ac_objext
5896 if { (ac_try="$ac_compile"
5897 case "(($ac_try" in
5898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5899 *) ac_try_echo=$ac_try;;
5900 esac
5901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5902 $as_echo "$ac_try_echo") >&5
5903 (eval "$ac_compile") 2>conftest.er1
5904 ac_status=$?
5905 grep -v '^ *+' conftest.er1 >conftest.err
5906 rm -f conftest.er1
5907 cat conftest.err >&5
5908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5909 (exit $ac_status); } && {
5910 test -z "$ac_c_werror_flag" ||
5911 test ! -s conftest.err
5912 } && test -s conftest.$ac_objext; then
5913 ac_header_compiler=yes
5914 else
5915 $as_echo "$as_me: failed program was:" >&5
5916 sed 's/^/| /' conftest.$ac_ext >&5
5918 ac_header_compiler=no
5921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5922 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5923 $as_echo "$ac_header_compiler" >&6; }
5925 # Is the header present?
5926 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5927 $as_echo_n "checking $ac_header presence... " >&6; }
5928 cat >conftest.$ac_ext <<_ACEOF
5929 /* confdefs.h. */
5930 _ACEOF
5931 cat confdefs.h >>conftest.$ac_ext
5932 cat >>conftest.$ac_ext <<_ACEOF
5933 /* end confdefs.h. */
5934 #include <$ac_header>
5935 _ACEOF
5936 if { (ac_try="$ac_cpp conftest.$ac_ext"
5937 case "(($ac_try" in
5938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5939 *) ac_try_echo=$ac_try;;
5940 esac
5941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5942 $as_echo "$ac_try_echo") >&5
5943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5944 ac_status=$?
5945 grep -v '^ *+' conftest.er1 >conftest.err
5946 rm -f conftest.er1
5947 cat conftest.err >&5
5948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); } >/dev/null && {
5950 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5951 test ! -s conftest.err
5952 }; then
5953 ac_header_preproc=yes
5954 else
5955 $as_echo "$as_me: failed program was:" >&5
5956 sed 's/^/| /' conftest.$ac_ext >&5
5958 ac_header_preproc=no
5961 rm -f conftest.err conftest.$ac_ext
5962 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5963 $as_echo "$ac_header_preproc" >&6; }
5965 # So? What about this header?
5966 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5967 yes:no: )
5968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5969 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5970 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5971 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5972 ac_header_preproc=yes
5974 no:yes:* )
5975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5976 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5977 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5978 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5979 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5980 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5981 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5982 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5983 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5984 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5985 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5986 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5987 ( cat <<\_ASBOX
5988 ## ------------------------------------ ##
5989 ## Report this to wine-devel@winehq.org ##
5990 ## ------------------------------------ ##
5991 _ASBOX
5992 ) | sed "s/^/$as_me: WARNING: /" >&2
5994 esac
5995 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5996 $as_echo_n "checking for $ac_header... " >&6; }
5997 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5998 $as_echo_n "(cached) " >&6
5999 else
6000 eval "$as_ac_Header=\$ac_header_preproc"
6002 ac_res=`eval 'as_val=${'$as_ac_Header'}
6003 $as_echo "$as_val"'`
6004 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6005 $as_echo "$ac_res" >&6; }
6008 as_val=`eval 'as_val=${'$as_ac_Header'}
6009 $as_echo "$as_val"'`
6010 if test "x$as_val" = x""yes; then
6011 cat >>confdefs.h <<_ACEOF
6012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6013 _ACEOF
6017 done
6019 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6020 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6021 if test "${ac_cv_header_stat_broken+set}" = set; then
6022 $as_echo_n "(cached) " >&6
6023 else
6024 cat >conftest.$ac_ext <<_ACEOF
6025 /* confdefs.h. */
6026 _ACEOF
6027 cat confdefs.h >>conftest.$ac_ext
6028 cat >>conftest.$ac_ext <<_ACEOF
6029 /* end confdefs.h. */
6030 #include <sys/types.h>
6031 #include <sys/stat.h>
6033 #if defined S_ISBLK && defined S_IFDIR
6034 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6035 #endif
6037 #if defined S_ISBLK && defined S_IFCHR
6038 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6039 #endif
6041 #if defined S_ISLNK && defined S_IFREG
6042 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6043 #endif
6045 #if defined S_ISSOCK && defined S_IFREG
6046 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6047 #endif
6049 _ACEOF
6050 rm -f conftest.$ac_objext
6051 if { (ac_try="$ac_compile"
6052 case "(($ac_try" in
6053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6054 *) ac_try_echo=$ac_try;;
6055 esac
6056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6057 $as_echo "$ac_try_echo") >&5
6058 (eval "$ac_compile") 2>conftest.er1
6059 ac_status=$?
6060 grep -v '^ *+' conftest.er1 >conftest.err
6061 rm -f conftest.er1
6062 cat conftest.err >&5
6063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6064 (exit $ac_status); } && {
6065 test -z "$ac_c_werror_flag" ||
6066 test ! -s conftest.err
6067 } && test -s conftest.$ac_objext; then
6068 ac_cv_header_stat_broken=no
6069 else
6070 $as_echo "$as_me: failed program was:" >&5
6071 sed 's/^/| /' conftest.$ac_ext >&5
6073 ac_cv_header_stat_broken=yes
6076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6078 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6079 $as_echo "$ac_cv_header_stat_broken" >&6; }
6080 if test $ac_cv_header_stat_broken = yes; then
6082 cat >>confdefs.h <<\_ACEOF
6083 #define STAT_MACROS_BROKEN 1
6084 _ACEOF
6095 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6097 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6098 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6099 $as_echo_n "checking for $ac_header... " >&6; }
6100 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6101 $as_echo_n "(cached) " >&6
6102 else
6103 cat >conftest.$ac_ext <<_ACEOF
6104 /* confdefs.h. */
6105 _ACEOF
6106 cat confdefs.h >>conftest.$ac_ext
6107 cat >>conftest.$ac_ext <<_ACEOF
6108 /* end confdefs.h. */
6109 #include <sys/types.h>
6110 #ifdef HAVE_SYS_PARAM_H
6111 # include <sys/param.h>
6112 #endif
6114 #include <$ac_header>
6115 _ACEOF
6116 rm -f conftest.$ac_objext
6117 if { (ac_try="$ac_compile"
6118 case "(($ac_try" in
6119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6120 *) ac_try_echo=$ac_try;;
6121 esac
6122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6123 $as_echo "$ac_try_echo") >&5
6124 (eval "$ac_compile") 2>conftest.er1
6125 ac_status=$?
6126 grep -v '^ *+' conftest.er1 >conftest.err
6127 rm -f conftest.er1
6128 cat conftest.err >&5
6129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6130 (exit $ac_status); } && {
6131 test -z "$ac_c_werror_flag" ||
6132 test ! -s conftest.err
6133 } && test -s conftest.$ac_objext; then
6134 eval "$as_ac_Header=yes"
6135 else
6136 $as_echo "$as_me: failed program was:" >&5
6137 sed 's/^/| /' conftest.$ac_ext >&5
6139 eval "$as_ac_Header=no"
6142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6144 ac_res=`eval 'as_val=${'$as_ac_Header'}
6145 $as_echo "$as_val"'`
6146 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6147 $as_echo "$ac_res" >&6; }
6148 as_val=`eval 'as_val=${'$as_ac_Header'}
6149 $as_echo "$as_val"'`
6150 if test "x$as_val" = x""yes; then
6151 cat >>confdefs.h <<_ACEOF
6152 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6153 _ACEOF
6157 done
6173 for ac_header in \
6174 netinet/ip.h \
6175 net/if.h \
6176 net/if_arp.h \
6177 net/if_dl.h \
6178 net/if_types.h \
6179 net/route.h \
6180 netinet/if_ether.h \
6181 netinet/if_inarp.h \
6182 netinet/in_pcb.h \
6183 netinet/ip_icmp.h \
6184 netinet/ip_var.h \
6185 netinet/udp.h \
6186 netipx/ipx.h \
6189 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
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
6194 else
6195 cat >conftest.$ac_ext <<_ACEOF
6196 /* confdefs.h. */
6197 _ACEOF
6198 cat confdefs.h >>conftest.$ac_ext
6199 cat >>conftest.$ac_ext <<_ACEOF
6200 /* end confdefs.h. */
6201 #include <sys/types.h>
6202 #ifdef HAVE_SYS_SOCKET_H
6203 # include <sys/socket.h>
6204 #endif
6205 #ifdef HAVE_SYS_SOCKETVAR_H
6206 # include <sys/socketvar.h>
6207 #endif
6208 #ifdef HAVE_NET_ROUTE_H
6209 # include <net/route.h>
6210 #endif
6211 #ifdef HAVE_NETINET_IN_H
6212 # include <netinet/in.h>
6213 #endif
6214 #ifdef HAVE_NETINET_IN_SYSTM_H
6215 # include <netinet/in_systm.h>
6216 #endif
6217 #ifdef HAVE_NET_IF_H
6218 # include <net/if.h>
6219 #endif
6220 #ifdef HAVE_NETINET_IP_H
6221 # include <netinet/ip.h>
6222 #endif
6224 #include <$ac_header>
6225 _ACEOF
6226 rm -f conftest.$ac_objext
6227 if { (ac_try="$ac_compile"
6228 case "(($ac_try" in
6229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6230 *) ac_try_echo=$ac_try;;
6231 esac
6232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6233 $as_echo "$ac_try_echo") >&5
6234 (eval "$ac_compile") 2>conftest.er1
6235 ac_status=$?
6236 grep -v '^ *+' conftest.er1 >conftest.err
6237 rm -f conftest.er1
6238 cat conftest.err >&5
6239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 (exit $ac_status); } && {
6241 test -z "$ac_c_werror_flag" ||
6242 test ! -s conftest.err
6243 } && test -s conftest.$ac_objext; then
6244 eval "$as_ac_Header=yes"
6245 else
6246 $as_echo "$as_me: failed program was:" >&5
6247 sed 's/^/| /' conftest.$ac_ext >&5
6249 eval "$as_ac_Header=no"
6252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6254 ac_res=`eval 'as_val=${'$as_ac_Header'}
6255 $as_echo "$as_val"'`
6256 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6257 $as_echo "$ac_res" >&6; }
6258 as_val=`eval 'as_val=${'$as_ac_Header'}
6259 $as_echo "$as_val"'`
6260 if test "x$as_val" = x""yes; then
6261 cat >>confdefs.h <<_ACEOF
6262 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6263 _ACEOF
6267 done
6274 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6277 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6278 $as_echo_n "checking for $ac_header... " >&6; }
6279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6280 $as_echo_n "(cached) " >&6
6281 else
6282 cat >conftest.$ac_ext <<_ACEOF
6283 /* confdefs.h. */
6284 _ACEOF
6285 cat confdefs.h >>conftest.$ac_ext
6286 cat >>conftest.$ac_ext <<_ACEOF
6287 /* end confdefs.h. */
6288 #include <sys/types.h>
6289 #ifdef HAVE_ALIAS_H
6290 # include <alias.h>
6291 #endif
6292 #ifdef HAVE_SYS_SOCKET_H
6293 # include <sys/socket.h>
6294 #endif
6295 #ifdef HAVE_SYS_SOCKETVAR_H
6296 # include <sys/socketvar.h>
6297 #endif
6298 #ifdef HAVE_SYS_TIMEOUT_H
6299 # include <sys/timeout.h>
6300 #endif
6301 #ifdef HAVE_NETINET_IN_H
6302 # include <netinet/in.h>
6303 #endif
6304 #ifdef HAVE_NETINET_IN_SYSTM_H
6305 # include <netinet/in_systm.h>
6306 #endif
6307 #ifdef HAVE_NETINET_IP_H
6308 # include <netinet/ip.h>
6309 #endif
6310 #ifdef HAVE_NETINET_IP_VAR_H
6311 # include <netinet/ip_var.h>
6312 #endif
6313 #ifdef HAVE_NETINET_IP_ICMP_H
6314 # include <netinet/ip_icmp.h>
6315 #endif
6316 #ifdef HAVE_NETINET_UDP_H
6317 # include <netinet/udp.h>
6318 #endif
6319 #ifdef HAVE_NETINET_TCP_H
6320 # include <netinet/tcp.h>
6321 #endif
6322 #ifdef HAVE_NETINET_TCP_TIMER_H
6323 #include <netinet/tcp_timer.h>
6324 #endif
6326 #include <$ac_header>
6327 _ACEOF
6328 rm -f conftest.$ac_objext
6329 if { (ac_try="$ac_compile"
6330 case "(($ac_try" in
6331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6332 *) ac_try_echo=$ac_try;;
6333 esac
6334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6335 $as_echo "$ac_try_echo") >&5
6336 (eval "$ac_compile") 2>conftest.er1
6337 ac_status=$?
6338 grep -v '^ *+' conftest.er1 >conftest.err
6339 rm -f conftest.er1
6340 cat conftest.err >&5
6341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6342 (exit $ac_status); } && {
6343 test -z "$ac_c_werror_flag" ||
6344 test ! -s conftest.err
6345 } && test -s conftest.$ac_objext; then
6346 eval "$as_ac_Header=yes"
6347 else
6348 $as_echo "$as_me: failed program was:" >&5
6349 sed 's/^/| /' conftest.$ac_ext >&5
6351 eval "$as_ac_Header=no"
6354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6356 ac_res=`eval 'as_val=${'$as_ac_Header'}
6357 $as_echo "$as_val"'`
6358 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6359 $as_echo "$ac_res" >&6; }
6360 as_val=`eval 'as_val=${'$as_ac_Header'}
6361 $as_echo "$as_val"'`
6362 if test "x$as_val" = x""yes; then
6363 cat >>confdefs.h <<_ACEOF
6364 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6365 _ACEOF
6369 done
6373 for ac_header in linux/ipx.h
6375 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6376 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6377 $as_echo_n "checking for $ac_header... " >&6; }
6378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6379 $as_echo_n "(cached) " >&6
6380 else
6381 cat >conftest.$ac_ext <<_ACEOF
6382 /* confdefs.h. */
6383 _ACEOF
6384 cat confdefs.h >>conftest.$ac_ext
6385 cat >>conftest.$ac_ext <<_ACEOF
6386 /* end confdefs.h. */
6387 #include <sys/types.h>
6388 #ifdef HAVE_ASM_TYPES_H
6389 # include <asm/types.h>
6390 #endif
6391 #ifdef HAVE_SYS_SOCKET_H
6392 # include <sys/socket.h>
6393 #endif
6394 #ifdef HAVE_LINUX_TYPES_H
6395 # include <linux/types.h>
6396 #endif
6398 #include <$ac_header>
6399 _ACEOF
6400 rm -f conftest.$ac_objext
6401 if { (ac_try="$ac_compile"
6402 case "(($ac_try" in
6403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6404 *) ac_try_echo=$ac_try;;
6405 esac
6406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6407 $as_echo "$ac_try_echo") >&5
6408 (eval "$ac_compile") 2>conftest.er1
6409 ac_status=$?
6410 grep -v '^ *+' conftest.er1 >conftest.err
6411 rm -f conftest.er1
6412 cat conftest.err >&5
6413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6414 (exit $ac_status); } && {
6415 test -z "$ac_c_werror_flag" ||
6416 test ! -s conftest.err
6417 } && test -s conftest.$ac_objext; then
6418 eval "$as_ac_Header=yes"
6419 else
6420 $as_echo "$as_me: failed program was:" >&5
6421 sed 's/^/| /' conftest.$ac_ext >&5
6423 eval "$as_ac_Header=no"
6426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6428 ac_res=`eval 'as_val=${'$as_ac_Header'}
6429 $as_echo "$as_val"'`
6430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6431 $as_echo "$ac_res" >&6; }
6432 as_val=`eval 'as_val=${'$as_ac_Header'}
6433 $as_echo "$as_val"'`
6434 if test "x$as_val" = x""yes; then
6435 cat >>confdefs.h <<_ACEOF
6436 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6437 _ACEOF
6441 done
6445 for ac_header in mach-o/dyld_images.h
6447 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6448 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6449 $as_echo_n "checking for $ac_header... " >&6; }
6450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6451 $as_echo_n "(cached) " >&6
6452 else
6453 cat >conftest.$ac_ext <<_ACEOF
6454 /* confdefs.h. */
6455 _ACEOF
6456 cat confdefs.h >>conftest.$ac_ext
6457 cat >>conftest.$ac_ext <<_ACEOF
6458 /* end confdefs.h. */
6459 #ifdef HAVE_STDBOOL_H
6460 # include <stdbool.h>
6461 #endif
6462 #ifdef HAVE_STDINT_H
6463 # include <stdint.h>
6464 #endif
6466 #include <$ac_header>
6467 _ACEOF
6468 rm -f conftest.$ac_objext
6469 if { (ac_try="$ac_compile"
6470 case "(($ac_try" in
6471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6472 *) ac_try_echo=$ac_try;;
6473 esac
6474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6475 $as_echo "$ac_try_echo") >&5
6476 (eval "$ac_compile") 2>conftest.er1
6477 ac_status=$?
6478 grep -v '^ *+' conftest.er1 >conftest.err
6479 rm -f conftest.er1
6480 cat conftest.err >&5
6481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6482 (exit $ac_status); } && {
6483 test -z "$ac_c_werror_flag" ||
6484 test ! -s conftest.err
6485 } && test -s conftest.$ac_objext; then
6486 eval "$as_ac_Header=yes"
6487 else
6488 $as_echo "$as_me: failed program was:" >&5
6489 sed 's/^/| /' conftest.$ac_ext >&5
6491 eval "$as_ac_Header=no"
6494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6496 ac_res=`eval 'as_val=${'$as_ac_Header'}
6497 $as_echo "$as_val"'`
6498 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6499 $as_echo "$ac_res" >&6; }
6500 as_val=`eval 'as_val=${'$as_ac_Header'}
6501 $as_echo "$as_val"'`
6502 if test "x$as_val" = x""yes; then
6503 cat >>confdefs.h <<_ACEOF
6504 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6505 _ACEOF
6509 done
6513 for ac_header in resolv.h
6515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6516 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6517 $as_echo_n "checking for $ac_header... " >&6; }
6518 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6519 $as_echo_n "(cached) " >&6
6520 else
6521 cat >conftest.$ac_ext <<_ACEOF
6522 /* confdefs.h. */
6523 _ACEOF
6524 cat confdefs.h >>conftest.$ac_ext
6525 cat >>conftest.$ac_ext <<_ACEOF
6526 /* end confdefs.h. */
6527 #include <sys/types.h>
6528 #ifdef HAVE_SYS_SOCKET_H
6529 # include <sys/socket.h>
6530 #endif
6531 #ifdef HAVE_NETINET_IN_H
6532 # include <netinet/in.h>
6533 #endif
6534 #ifdef HAVE_ARPA_NAMESER_H
6535 # include <arpa/nameser.h>
6536 #endif
6538 #include <$ac_header>
6539 _ACEOF
6540 rm -f conftest.$ac_objext
6541 if { (ac_try="$ac_compile"
6542 case "(($ac_try" in
6543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6544 *) ac_try_echo=$ac_try;;
6545 esac
6546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6547 $as_echo "$ac_try_echo") >&5
6548 (eval "$ac_compile") 2>conftest.er1
6549 ac_status=$?
6550 grep -v '^ *+' conftest.er1 >conftest.err
6551 rm -f conftest.er1
6552 cat conftest.err >&5
6553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6554 (exit $ac_status); } && {
6555 test -z "$ac_c_werror_flag" ||
6556 test ! -s conftest.err
6557 } && test -s conftest.$ac_objext; then
6558 eval "$as_ac_Header=yes"
6559 else
6560 $as_echo "$as_me: failed program was:" >&5
6561 sed 's/^/| /' conftest.$ac_ext >&5
6563 eval "$as_ac_Header=no"
6566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6568 ac_res=`eval 'as_val=${'$as_ac_Header'}
6569 $as_echo "$as_val"'`
6570 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6571 $as_echo "$ac_res" >&6; }
6572 as_val=`eval 'as_val=${'$as_ac_Header'}
6573 $as_echo "$as_val"'`
6574 if test "x$as_val" = x""yes; then
6575 cat >>confdefs.h <<_ACEOF
6576 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6577 _ACEOF
6581 done
6585 for ac_header in ucontext.h
6587 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6588 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6589 $as_echo_n "checking for $ac_header... " >&6; }
6590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6591 $as_echo_n "(cached) " >&6
6592 else
6593 cat >conftest.$ac_ext <<_ACEOF
6594 /* confdefs.h. */
6595 _ACEOF
6596 cat confdefs.h >>conftest.$ac_ext
6597 cat >>conftest.$ac_ext <<_ACEOF
6598 /* end confdefs.h. */
6599 #include <signal.h>
6601 #include <$ac_header>
6602 _ACEOF
6603 rm -f conftest.$ac_objext
6604 if { (ac_try="$ac_compile"
6605 case "(($ac_try" in
6606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6607 *) ac_try_echo=$ac_try;;
6608 esac
6609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6610 $as_echo "$ac_try_echo") >&5
6611 (eval "$ac_compile") 2>conftest.er1
6612 ac_status=$?
6613 grep -v '^ *+' conftest.er1 >conftest.err
6614 rm -f conftest.er1
6615 cat conftest.err >&5
6616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6617 (exit $ac_status); } && {
6618 test -z "$ac_c_werror_flag" ||
6619 test ! -s conftest.err
6620 } && test -s conftest.$ac_objext; then
6621 eval "$as_ac_Header=yes"
6622 else
6623 $as_echo "$as_me: failed program was:" >&5
6624 sed 's/^/| /' conftest.$ac_ext >&5
6626 eval "$as_ac_Header=no"
6629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6631 ac_res=`eval 'as_val=${'$as_ac_Header'}
6632 $as_echo "$as_val"'`
6633 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6634 $as_echo "$ac_res" >&6; }
6635 as_val=`eval 'as_val=${'$as_ac_Header'}
6636 $as_echo "$as_val"'`
6637 if test "x$as_val" = x""yes; then
6638 cat >>confdefs.h <<_ACEOF
6639 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6640 _ACEOF
6644 done
6648 for ac_header in sys/thr.h
6650 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6651 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6652 $as_echo_n "checking for $ac_header... " >&6; }
6653 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6654 $as_echo_n "(cached) " >&6
6655 else
6656 cat >conftest.$ac_ext <<_ACEOF
6657 /* confdefs.h. */
6658 _ACEOF
6659 cat confdefs.h >>conftest.$ac_ext
6660 cat >>conftest.$ac_ext <<_ACEOF
6661 /* end confdefs.h. */
6662 #include <sys/types.h>
6663 #ifdef HAVE_UCONTEXT_H
6664 #include <ucontext.h>
6665 #endif
6667 #include <$ac_header>
6668 _ACEOF
6669 rm -f conftest.$ac_objext
6670 if { (ac_try="$ac_compile"
6671 case "(($ac_try" in
6672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6673 *) ac_try_echo=$ac_try;;
6674 esac
6675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6676 $as_echo "$ac_try_echo") >&5
6677 (eval "$ac_compile") 2>conftest.er1
6678 ac_status=$?
6679 grep -v '^ *+' conftest.er1 >conftest.err
6680 rm -f conftest.er1
6681 cat conftest.err >&5
6682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683 (exit $ac_status); } && {
6684 test -z "$ac_c_werror_flag" ||
6685 test ! -s conftest.err
6686 } && test -s conftest.$ac_objext; then
6687 eval "$as_ac_Header=yes"
6688 else
6689 $as_echo "$as_me: failed program was:" >&5
6690 sed 's/^/| /' conftest.$ac_ext >&5
6692 eval "$as_ac_Header=no"
6695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6697 ac_res=`eval 'as_val=${'$as_ac_Header'}
6698 $as_echo "$as_val"'`
6699 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6700 $as_echo "$ac_res" >&6; }
6701 as_val=`eval 'as_val=${'$as_ac_Header'}
6702 $as_echo "$as_val"'`
6703 if test "x$as_val" = x""yes; then
6704 cat >>confdefs.h <<_ACEOF
6705 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6706 _ACEOF
6710 done
6714 for ac_header in pthread_np.h
6716 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6717 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6718 $as_echo_n "checking for $ac_header... " >&6; }
6719 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6720 $as_echo_n "(cached) " >&6
6721 else
6722 cat >conftest.$ac_ext <<_ACEOF
6723 /* confdefs.h. */
6724 _ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h. */
6728 #ifdef HAVE_PTHREAD_H
6729 #include <pthread.h>
6730 #endif
6732 #include <$ac_header>
6733 _ACEOF
6734 rm -f conftest.$ac_objext
6735 if { (ac_try="$ac_compile"
6736 case "(($ac_try" in
6737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6738 *) ac_try_echo=$ac_try;;
6739 esac
6740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6741 $as_echo "$ac_try_echo") >&5
6742 (eval "$ac_compile") 2>conftest.er1
6743 ac_status=$?
6744 grep -v '^ *+' conftest.er1 >conftest.err
6745 rm -f conftest.er1
6746 cat conftest.err >&5
6747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748 (exit $ac_status); } && {
6749 test -z "$ac_c_werror_flag" ||
6750 test ! -s conftest.err
6751 } && test -s conftest.$ac_objext; then
6752 eval "$as_ac_Header=yes"
6753 else
6754 $as_echo "$as_me: failed program was:" >&5
6755 sed 's/^/| /' conftest.$ac_ext >&5
6757 eval "$as_ac_Header=no"
6760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6762 ac_res=`eval 'as_val=${'$as_ac_Header'}
6763 $as_echo "$as_val"'`
6764 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6765 $as_echo "$ac_res" >&6; }
6766 as_val=`eval 'as_val=${'$as_ac_Header'}
6767 $as_echo "$as_val"'`
6768 if test "x$as_val" = x""yes; then
6769 cat >>confdefs.h <<_ACEOF
6770 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6771 _ACEOF
6775 done
6779 for ac_header in linux/videodev.h
6781 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6782 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6783 $as_echo_n "checking for $ac_header... " >&6; }
6784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6785 $as_echo_n "(cached) " >&6
6786 else
6787 cat >conftest.$ac_ext <<_ACEOF
6788 /* confdefs.h. */
6789 _ACEOF
6790 cat confdefs.h >>conftest.$ac_ext
6791 cat >>conftest.$ac_ext <<_ACEOF
6792 /* end confdefs.h. */
6793 #ifdef HAVE_SYS_TIME_H
6794 #include <sys/time.h>
6795 #endif
6796 #include <sys/types.h>
6797 #ifdef HAVE_ASM_TYPES_H
6798 #include <asm/types.h>
6799 #endif
6801 #include <$ac_header>
6802 _ACEOF
6803 rm -f conftest.$ac_objext
6804 if { (ac_try="$ac_compile"
6805 case "(($ac_try" in
6806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6807 *) ac_try_echo=$ac_try;;
6808 esac
6809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6810 $as_echo "$ac_try_echo") >&5
6811 (eval "$ac_compile") 2>conftest.er1
6812 ac_status=$?
6813 grep -v '^ *+' conftest.er1 >conftest.err
6814 rm -f conftest.er1
6815 cat conftest.err >&5
6816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6817 (exit $ac_status); } && {
6818 test -z "$ac_c_werror_flag" ||
6819 test ! -s conftest.err
6820 } && test -s conftest.$ac_objext; then
6821 eval "$as_ac_Header=yes"
6822 else
6823 $as_echo "$as_me: failed program was:" >&5
6824 sed 's/^/| /' conftest.$ac_ext >&5
6826 eval "$as_ac_Header=no"
6829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6831 ac_res=`eval 'as_val=${'$as_ac_Header'}
6832 $as_echo "$as_val"'`
6833 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6834 $as_echo "$ac_res" >&6; }
6835 as_val=`eval 'as_val=${'$as_ac_Header'}
6836 $as_echo "$as_val"'`
6837 if test "x$as_val" = x""yes; then
6838 cat >>confdefs.h <<_ACEOF
6839 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6840 _ACEOF
6844 done
6848 for ac_header in linux/capi.h
6850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6851 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6852 $as_echo_n "checking for $ac_header... " >&6; }
6853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6854 $as_echo_n "(cached) " >&6
6855 else
6856 cat >conftest.$ac_ext <<_ACEOF
6857 /* confdefs.h. */
6858 _ACEOF
6859 cat confdefs.h >>conftest.$ac_ext
6860 cat >>conftest.$ac_ext <<_ACEOF
6861 /* end confdefs.h. */
6862 #define __user
6864 #include <$ac_header>
6865 _ACEOF
6866 rm -f conftest.$ac_objext
6867 if { (ac_try="$ac_compile"
6868 case "(($ac_try" in
6869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6870 *) ac_try_echo=$ac_try;;
6871 esac
6872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6873 $as_echo "$ac_try_echo") >&5
6874 (eval "$ac_compile") 2>conftest.er1
6875 ac_status=$?
6876 grep -v '^ *+' conftest.er1 >conftest.err
6877 rm -f conftest.er1
6878 cat conftest.err >&5
6879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6880 (exit $ac_status); } && {
6881 test -z "$ac_c_werror_flag" ||
6882 test ! -s conftest.err
6883 } && test -s conftest.$ac_objext; then
6884 eval "$as_ac_Header=yes"
6885 else
6886 $as_echo "$as_me: failed program was:" >&5
6887 sed 's/^/| /' conftest.$ac_ext >&5
6889 eval "$as_ac_Header=no"
6892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6894 ac_res=`eval 'as_val=${'$as_ac_Header'}
6895 $as_echo "$as_val"'`
6896 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6897 $as_echo "$ac_res" >&6; }
6898 as_val=`eval 'as_val=${'$as_ac_Header'}
6899 $as_echo "$as_val"'`
6900 if test "x$as_val" = x""yes; then
6901 cat >>confdefs.h <<_ACEOF
6902 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6903 _ACEOF
6907 done
6911 DLLEXT=""
6913 DLLFLAGS="-D_REENTRANT"
6915 LDSHARED=""
6917 LDDLLFLAGS=""
6919 LIBEXT="so"
6921 IMPLIBEXT="def"
6923 LDRPATH_INSTALL=""
6925 LDRPATH_LOCAL=""
6927 # Extract the first word of "ldd", so it can be a program name with args.
6928 set dummy ldd; ac_word=$2
6929 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6930 $as_echo_n "checking for $ac_word... " >&6; }
6931 if test "${ac_cv_path_LDD+set}" = set; then
6932 $as_echo_n "(cached) " >&6
6933 else
6934 case $LDD in
6935 [\\/]* | ?:[\\/]*)
6936 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6940 as_dummy="/sbin:/usr/sbin:$PATH"
6941 for as_dir in $as_dummy
6943 IFS=$as_save_IFS
6944 test -z "$as_dir" && as_dir=.
6945 for ac_exec_ext in '' $ac_executable_extensions; do
6946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6947 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6948 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6949 break 2
6951 done
6952 done
6953 IFS=$as_save_IFS
6955 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6957 esac
6959 LDD=$ac_cv_path_LDD
6960 if test -n "$LDD"; then
6961 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6962 $as_echo "$LDD" >&6; }
6963 else
6964 { $as_echo "$as_me:$LINENO: result: no" >&5
6965 $as_echo "no" >&6; }
6970 case $host_os in
6971 cygwin*|mingw32*)
6972 if test -n "$ac_tool_prefix"; then
6973 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6974 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6975 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6976 $as_echo_n "checking for $ac_word... " >&6; }
6977 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6978 $as_echo_n "(cached) " >&6
6979 else
6980 if test -n "$DLLTOOL"; then
6981 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6982 else
6983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6984 for as_dir in $PATH
6986 IFS=$as_save_IFS
6987 test -z "$as_dir" && as_dir=.
6988 for ac_exec_ext in '' $ac_executable_extensions; do
6989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6990 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6991 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6992 break 2
6994 done
6995 done
6996 IFS=$as_save_IFS
7000 DLLTOOL=$ac_cv_prog_DLLTOOL
7001 if test -n "$DLLTOOL"; then
7002 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7003 $as_echo "$DLLTOOL" >&6; }
7004 else
7005 { $as_echo "$as_me:$LINENO: result: no" >&5
7006 $as_echo "no" >&6; }
7011 if test -z "$ac_cv_prog_DLLTOOL"; then
7012 ac_ct_DLLTOOL=$DLLTOOL
7013 # Extract the first word of "dlltool", so it can be a program name with args.
7014 set dummy dlltool; ac_word=$2
7015 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7016 $as_echo_n "checking for $ac_word... " >&6; }
7017 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7018 $as_echo_n "(cached) " >&6
7019 else
7020 if test -n "$ac_ct_DLLTOOL"; then
7021 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7022 else
7023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7024 for as_dir in $PATH
7026 IFS=$as_save_IFS
7027 test -z "$as_dir" && as_dir=.
7028 for ac_exec_ext in '' $ac_executable_extensions; do
7029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7030 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7031 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7032 break 2
7034 done
7035 done
7036 IFS=$as_save_IFS
7040 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7041 if test -n "$ac_ct_DLLTOOL"; then
7042 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7043 $as_echo "$ac_ct_DLLTOOL" >&6; }
7044 else
7045 { $as_echo "$as_me:$LINENO: result: no" >&5
7046 $as_echo "no" >&6; }
7049 if test "x$ac_ct_DLLTOOL" = x; then
7050 DLLTOOL="false"
7051 else
7052 case $cross_compiling:$ac_tool_warned in
7053 yes:)
7054 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7055 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7056 ac_tool_warned=yes ;;
7057 esac
7058 DLLTOOL=$ac_ct_DLLTOOL
7060 else
7061 DLLTOOL="$ac_cv_prog_DLLTOOL"
7064 if test -n "$ac_tool_prefix"; then
7065 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7066 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7068 $as_echo_n "checking for $ac_word... " >&6; }
7069 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7070 $as_echo_n "(cached) " >&6
7071 else
7072 if test -n "$DLLWRAP"; then
7073 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7074 else
7075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7076 for as_dir in $PATH
7078 IFS=$as_save_IFS
7079 test -z "$as_dir" && as_dir=.
7080 for ac_exec_ext in '' $ac_executable_extensions; do
7081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7082 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7084 break 2
7086 done
7087 done
7088 IFS=$as_save_IFS
7092 DLLWRAP=$ac_cv_prog_DLLWRAP
7093 if test -n "$DLLWRAP"; then
7094 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7095 $as_echo "$DLLWRAP" >&6; }
7096 else
7097 { $as_echo "$as_me:$LINENO: result: no" >&5
7098 $as_echo "no" >&6; }
7103 if test -z "$ac_cv_prog_DLLWRAP"; then
7104 ac_ct_DLLWRAP=$DLLWRAP
7105 # Extract the first word of "dllwrap", so it can be a program name with args.
7106 set dummy dllwrap; ac_word=$2
7107 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7108 $as_echo_n "checking for $ac_word... " >&6; }
7109 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7110 $as_echo_n "(cached) " >&6
7111 else
7112 if test -n "$ac_ct_DLLWRAP"; then
7113 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7114 else
7115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7116 for as_dir in $PATH
7118 IFS=$as_save_IFS
7119 test -z "$as_dir" && as_dir=.
7120 for ac_exec_ext in '' $ac_executable_extensions; do
7121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7122 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7123 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7124 break 2
7126 done
7127 done
7128 IFS=$as_save_IFS
7132 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7133 if test -n "$ac_ct_DLLWRAP"; then
7134 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7135 $as_echo "$ac_ct_DLLWRAP" >&6; }
7136 else
7137 { $as_echo "$as_me:$LINENO: result: no" >&5
7138 $as_echo "no" >&6; }
7141 if test "x$ac_ct_DLLWRAP" = x; then
7142 DLLWRAP="false"
7143 else
7144 case $cross_compiling:$ac_tool_warned in
7145 yes:)
7146 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7148 ac_tool_warned=yes ;;
7149 esac
7150 DLLWRAP=$ac_ct_DLLWRAP
7152 else
7153 DLLWRAP="$ac_cv_prog_DLLWRAP"
7156 if test -n "$ac_tool_prefix"; then
7157 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7158 set dummy ${ac_tool_prefix}ar; ac_word=$2
7159 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7160 $as_echo_n "checking for $ac_word... " >&6; }
7161 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7162 $as_echo_n "(cached) " >&6
7163 else
7164 if test -n "$MINGWAR"; then
7165 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7166 else
7167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7168 for as_dir in $PATH
7170 IFS=$as_save_IFS
7171 test -z "$as_dir" && as_dir=.
7172 for ac_exec_ext in '' $ac_executable_extensions; do
7173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7174 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7175 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7176 break 2
7178 done
7179 done
7180 IFS=$as_save_IFS
7184 MINGWAR=$ac_cv_prog_MINGWAR
7185 if test -n "$MINGWAR"; then
7186 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7187 $as_echo "$MINGWAR" >&6; }
7188 else
7189 { $as_echo "$as_me:$LINENO: result: no" >&5
7190 $as_echo "no" >&6; }
7195 if test -z "$ac_cv_prog_MINGWAR"; then
7196 ac_ct_MINGWAR=$MINGWAR
7197 # Extract the first word of "ar", so it can be a program name with args.
7198 set dummy ar; ac_word=$2
7199 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7200 $as_echo_n "checking for $ac_word... " >&6; }
7201 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7202 $as_echo_n "(cached) " >&6
7203 else
7204 if test -n "$ac_ct_MINGWAR"; then
7205 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7206 else
7207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7208 for as_dir in $PATH
7210 IFS=$as_save_IFS
7211 test -z "$as_dir" && as_dir=.
7212 for ac_exec_ext in '' $ac_executable_extensions; do
7213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7214 ac_cv_prog_ac_ct_MINGWAR="ar"
7215 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7216 break 2
7218 done
7219 done
7220 IFS=$as_save_IFS
7224 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7225 if test -n "$ac_ct_MINGWAR"; then
7226 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7227 $as_echo "$ac_ct_MINGWAR" >&6; }
7228 else
7229 { $as_echo "$as_me:$LINENO: result: no" >&5
7230 $as_echo "no" >&6; }
7233 if test "x$ac_ct_MINGWAR" = x; then
7234 MINGWAR="false"
7235 else
7236 case $cross_compiling:$ac_tool_warned in
7237 yes:)
7238 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7239 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7240 ac_tool_warned=yes ;;
7241 esac
7242 MINGWAR=$ac_ct_MINGWAR
7244 else
7245 MINGWAR="$ac_cv_prog_MINGWAR"
7248 if test "$DLLWRAP" = "false"; then
7249 LIBEXT="a"
7250 else
7251 LIBEXT="dll"
7253 IMPLIBEXT="a"
7254 enable_iphlpapi=${enable_iphlpapi:-no}
7255 enable_kernel32=${enable_kernel32:-no}
7256 enable_msvcrt=${enable_msvcrt:-no}
7257 enable_ntdll=${enable_ntdll:-no}
7258 enable_ws2_32=${enable_ws2_32:-no}
7259 enable_loader=${enable_loader:-no}
7260 enable_server=${enable_server:-no}
7261 with_x=${with_x:-no}
7262 with_pthread=${with_pthread:-no}
7264 darwin*|macosx*)
7265 DLLEXT=".so"
7266 LIBEXT="dylib"
7267 DLLFLAGS="$DLLFLAGS -fPIC"
7268 LDDLLFLAGS="-bundle -multiply_defined suppress"
7269 LIBWINE_LDFLAGS="-multiply_defined suppress"
7270 LDSHARED="\$(CC) -dynamiclib"
7271 STRIP="$STRIP -x"
7272 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7273 SECURITYLIB="-framework Security -framework CoreFoundation"
7275 COREFOUNDATIONLIB="-framework CoreFoundation"
7277 IOKITLIB="-framework IOKit -framework CoreFoundation"
7279 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7281 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7282 then
7283 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7286 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7287 then
7288 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7291 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7292 then
7293 ac_save_LIBS="$LIBS"
7294 LIBS="$LIBS $IOKITLIB"
7296 for ac_func in IOHIDManagerCreate
7298 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7299 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7300 $as_echo_n "checking for $ac_func... " >&6; }
7301 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7302 $as_echo_n "(cached) " >&6
7303 else
7304 cat >conftest.$ac_ext <<_ACEOF
7305 /* confdefs.h. */
7306 _ACEOF
7307 cat confdefs.h >>conftest.$ac_ext
7308 cat >>conftest.$ac_ext <<_ACEOF
7309 /* end confdefs.h. */
7310 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7311 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7312 #define $ac_func innocuous_$ac_func
7314 /* System header to define __stub macros and hopefully few prototypes,
7315 which can conflict with char $ac_func (); below.
7316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7317 <limits.h> exists even on freestanding compilers. */
7319 #ifdef __STDC__
7320 # include <limits.h>
7321 #else
7322 # include <assert.h>
7323 #endif
7325 #undef $ac_func
7327 /* Override any GCC internal prototype to avoid an error.
7328 Use char because int might match the return type of a GCC
7329 builtin and then its argument prototype would still apply. */
7330 #ifdef __cplusplus
7331 extern "C"
7332 #endif
7333 char $ac_func ();
7334 /* The GNU C library defines this for functions which it implements
7335 to always fail with ENOSYS. Some functions are actually named
7336 something starting with __ and the normal name is an alias. */
7337 #if defined __stub_$ac_func || defined __stub___$ac_func
7338 choke me
7339 #endif
7342 main ()
7344 return $ac_func ();
7346 return 0;
7348 _ACEOF
7349 rm -f conftest.$ac_objext conftest$ac_exeext
7350 if { (ac_try="$ac_link"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357 (eval "$ac_link") 2>conftest.er1
7358 ac_status=$?
7359 grep -v '^ *+' conftest.er1 >conftest.err
7360 rm -f conftest.er1
7361 cat conftest.err >&5
7362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); } && {
7364 test -z "$ac_c_werror_flag" ||
7365 test ! -s conftest.err
7366 } && test -s conftest$ac_exeext && {
7367 test "$cross_compiling" = yes ||
7368 $as_test_x conftest$ac_exeext
7369 }; then
7370 eval "$as_ac_var=yes"
7371 else
7372 $as_echo "$as_me: failed program was:" >&5
7373 sed 's/^/| /' conftest.$ac_ext >&5
7375 eval "$as_ac_var=no"
7378 rm -rf conftest.dSYM
7379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7380 conftest$ac_exeext conftest.$ac_ext
7382 ac_res=`eval 'as_val=${'$as_ac_var'}
7383 $as_echo "$as_val"'`
7384 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7385 $as_echo "$ac_res" >&6; }
7386 as_val=`eval 'as_val=${'$as_ac_var'}
7387 $as_echo "$as_val"'`
7388 if test "x$as_val" = x""yes; then
7389 cat >>confdefs.h <<_ACEOF
7390 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7391 _ACEOF
7394 done
7396 LIBS="$ac_save_LIBS"
7398 case $host_cpu in
7399 *powerpc*)
7400 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7401 esac
7402 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7403 then
7404 CARBONLIB="-framework Carbon"
7406 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7408 if test "x$enable_win16" = "xyes"
7409 then
7410 { $as_echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7411 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7412 if test "$cross_compiling" = yes; then
7413 { $as_echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7414 $as_echo "cross-compiling, assuming yes" >&6; }
7415 else
7416 cat >conftest.$ac_ext <<_ACEOF
7417 /* confdefs.h. */
7418 _ACEOF
7419 cat confdefs.h >>conftest.$ac_ext
7420 cat >>conftest.$ac_ext <<_ACEOF
7421 /* end confdefs.h. */
7422 asm(".text\n"
7423 "bad:\tnop;nop\n"
7424 "good:\tnop;nop\n\t"
7425 ".globl _testfunc\n"
7426 "_testfunc:\tcallw good");
7427 extern void testfunc();
7429 main ()
7431 unsigned short *p = (unsigned short *)testfunc;
7432 return p[0] != 0xe866 || p[1] != 0xfffa
7434 return 0;
7436 _ACEOF
7437 rm -f conftest$ac_exeext
7438 if { (ac_try="$ac_link"
7439 case "(($ac_try" in
7440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7441 *) ac_try_echo=$ac_try;;
7442 esac
7443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7444 $as_echo "$ac_try_echo") >&5
7445 (eval "$ac_link") 2>&5
7446 ac_status=$?
7447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7448 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7449 { (case "(($ac_try" in
7450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7451 *) ac_try_echo=$ac_try;;
7452 esac
7453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7454 $as_echo "$ac_try_echo") >&5
7455 (eval "$ac_try") 2>&5
7456 ac_status=$?
7457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458 (exit $ac_status); }; }; then
7459 { $as_echo "$as_me:$LINENO: result: yes" >&5
7460 $as_echo "yes" >&6; }
7461 else
7462 $as_echo "$as_me: program exited with status $ac_status" >&5
7463 $as_echo "$as_me: failed program was:" >&5
7464 sed 's/^/| /' conftest.$ac_ext >&5
7466 ( exit $ac_status )
7467 { $as_echo "$as_me:$LINENO: result: no" >&5
7468 $as_echo "no" >&6; }
7469 { { $as_echo "$as_me:$LINENO: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&5
7470 $as_echo "$as_me: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&2;}
7471 { (exit 1); exit 1; }; }
7473 rm -rf conftest.dSYM
7474 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7481 DLLFLAGS="$DLLFLAGS -fPIC"
7482 DLLEXT=".so"
7483 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7484 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7485 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7486 $as_echo_n "(cached) " >&6
7487 else
7488 ac_wine_try_cflags_saved=$CFLAGS
7489 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7490 cat >conftest.$ac_ext <<_ACEOF
7491 void myfunc() {}
7492 _ACEOF
7493 rm -f conftest.$ac_objext conftest$ac_exeext
7494 if { (ac_try="$ac_link"
7495 case "(($ac_try" in
7496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7497 *) ac_try_echo=$ac_try;;
7498 esac
7499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7500 $as_echo "$ac_try_echo") >&5
7501 (eval "$ac_link") 2>conftest.er1
7502 ac_status=$?
7503 grep -v '^ *+' conftest.er1 >conftest.err
7504 rm -f conftest.er1
7505 cat conftest.err >&5
7506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && {
7508 test -z "$ac_c_werror_flag" ||
7509 test ! -s conftest.err
7510 } && test -s conftest$ac_exeext && {
7511 test "$cross_compiling" = yes ||
7512 $as_test_x conftest$ac_exeext
7513 }; then
7514 ac_cv_c_dll_gnuelf="yes"
7515 else
7516 $as_echo "$as_me: failed program was:" >&5
7517 sed 's/^/| /' conftest.$ac_ext >&5
7519 ac_cv_c_dll_gnuelf="no"
7522 rm -rf conftest.dSYM
7523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7524 conftest$ac_exeext conftest.$ac_ext
7525 CFLAGS=$ac_wine_try_cflags_saved
7527 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7528 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7529 if test "$ac_cv_c_dll_gnuelf" = "yes"
7530 then
7531 LDSHARED="\$(CC) -shared"
7532 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7533 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7534 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7535 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7536 $as_echo_n "(cached) " >&6
7537 else
7538 ac_wine_try_cflags_saved=$CFLAGS
7539 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7540 cat >conftest.$ac_ext <<_ACEOF
7541 /* confdefs.h. */
7542 _ACEOF
7543 cat confdefs.h >>conftest.$ac_ext
7544 cat >>conftest.$ac_ext <<_ACEOF
7545 /* end confdefs.h. */
7548 main ()
7552 return 0;
7554 _ACEOF
7555 rm -f conftest.$ac_objext conftest$ac_exeext
7556 if { (ac_try="$ac_link"
7557 case "(($ac_try" in
7558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7559 *) ac_try_echo=$ac_try;;
7560 esac
7561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7562 $as_echo "$ac_try_echo") >&5
7563 (eval "$ac_link") 2>conftest.er1
7564 ac_status=$?
7565 grep -v '^ *+' conftest.er1 >conftest.err
7566 rm -f conftest.er1
7567 cat conftest.err >&5
7568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7569 (exit $ac_status); } && {
7570 test -z "$ac_c_werror_flag" ||
7571 test ! -s conftest.err
7572 } && test -s conftest$ac_exeext && {
7573 test "$cross_compiling" = yes ||
7574 $as_test_x conftest$ac_exeext
7575 }; then
7576 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7577 else
7578 $as_echo "$as_me: failed program was:" >&5
7579 sed 's/^/| /' conftest.$ac_ext >&5
7581 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7584 rm -rf conftest.dSYM
7585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7586 conftest$ac_exeext conftest.$ac_ext
7587 CFLAGS=$ac_wine_try_cflags_saved
7589 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7590 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7591 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7592 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7593 else
7594 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7595 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7596 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7597 $as_echo_n "(cached) " >&6
7598 else
7599 ac_wine_try_cflags_saved=$CFLAGS
7600 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7601 cat >conftest.$ac_ext <<_ACEOF
7602 /* confdefs.h. */
7603 _ACEOF
7604 cat confdefs.h >>conftest.$ac_ext
7605 cat >>conftest.$ac_ext <<_ACEOF
7606 /* end confdefs.h. */
7609 main ()
7613 return 0;
7615 _ACEOF
7616 rm -f conftest.$ac_objext conftest$ac_exeext
7617 if { (ac_try="$ac_link"
7618 case "(($ac_try" in
7619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7620 *) ac_try_echo=$ac_try;;
7621 esac
7622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7623 $as_echo "$ac_try_echo") >&5
7624 (eval "$ac_link") 2>conftest.er1
7625 ac_status=$?
7626 grep -v '^ *+' conftest.er1 >conftest.err
7627 rm -f conftest.er1
7628 cat conftest.err >&5
7629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7630 (exit $ac_status); } && {
7631 test -z "$ac_c_werror_flag" ||
7632 test ! -s conftest.err
7633 } && test -s conftest$ac_exeext && {
7634 test "$cross_compiling" = yes ||
7635 $as_test_x conftest$ac_exeext
7636 }; then
7637 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7638 else
7639 $as_echo "$as_me: failed program was:" >&5
7640 sed 's/^/| /' conftest.$ac_ext >&5
7642 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7645 rm -rf conftest.dSYM
7646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7647 conftest$ac_exeext conftest.$ac_ext
7648 CFLAGS=$ac_wine_try_cflags_saved
7650 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7651 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7652 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7653 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7659 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7660 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7661 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7662 $as_echo_n "(cached) " >&6
7663 else
7664 ac_wine_try_cflags_saved=$CFLAGS
7665 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7666 cat >conftest.$ac_ext <<_ACEOF
7667 /* confdefs.h. */
7668 _ACEOF
7669 cat confdefs.h >>conftest.$ac_ext
7670 cat >>conftest.$ac_ext <<_ACEOF
7671 /* end confdefs.h. */
7674 main ()
7678 return 0;
7680 _ACEOF
7681 rm -f conftest.$ac_objext conftest$ac_exeext
7682 if { (ac_try="$ac_link"
7683 case "(($ac_try" in
7684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7685 *) ac_try_echo=$ac_try;;
7686 esac
7687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7688 $as_echo "$ac_try_echo") >&5
7689 (eval "$ac_link") 2>conftest.er1
7690 ac_status=$?
7691 grep -v '^ *+' conftest.er1 >conftest.err
7692 rm -f conftest.er1
7693 cat conftest.err >&5
7694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); } && {
7696 test -z "$ac_c_werror_flag" ||
7697 test ! -s conftest.err
7698 } && test -s conftest$ac_exeext && {
7699 test "$cross_compiling" = yes ||
7700 $as_test_x conftest$ac_exeext
7701 }; then
7702 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7703 else
7704 $as_echo "$as_me: failed program was:" >&5
7705 sed 's/^/| /' conftest.$ac_ext >&5
7707 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7710 rm -rf conftest.dSYM
7711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7712 conftest$ac_exeext conftest.$ac_ext
7713 CFLAGS=$ac_wine_try_cflags_saved
7715 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7716 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7717 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7718 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7722 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7723 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7724 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7725 $as_echo_n "(cached) " >&6
7726 else
7727 ac_wine_try_cflags_saved=$CFLAGS
7728 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7729 cat >conftest.$ac_ext <<_ACEOF
7730 /* confdefs.h. */
7731 _ACEOF
7732 cat confdefs.h >>conftest.$ac_ext
7733 cat >>conftest.$ac_ext <<_ACEOF
7734 /* end confdefs.h. */
7737 main ()
7741 return 0;
7743 _ACEOF
7744 rm -f conftest.$ac_objext conftest$ac_exeext
7745 if { (ac_try="$ac_link"
7746 case "(($ac_try" in
7747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7748 *) ac_try_echo=$ac_try;;
7749 esac
7750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7751 $as_echo "$ac_try_echo") >&5
7752 (eval "$ac_link") 2>conftest.er1
7753 ac_status=$?
7754 grep -v '^ *+' conftest.er1 >conftest.err
7755 rm -f conftest.er1
7756 cat conftest.err >&5
7757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); } && {
7759 test -z "$ac_c_werror_flag" ||
7760 test ! -s conftest.err
7761 } && test -s conftest$ac_exeext && {
7762 test "$cross_compiling" = yes ||
7763 $as_test_x conftest$ac_exeext
7764 }; then
7765 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7766 else
7767 $as_echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7770 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7773 rm -rf conftest.dSYM
7774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7775 conftest$ac_exeext conftest.$ac_ext
7776 CFLAGS=$ac_wine_try_cflags_saved
7778 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7779 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7780 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7781 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7785 echo '{ global: *; };' >conftest.map
7786 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7787 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7788 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7789 $as_echo_n "(cached) " >&6
7790 else
7791 ac_wine_try_cflags_saved=$CFLAGS
7792 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7793 cat >conftest.$ac_ext <<_ACEOF
7794 /* confdefs.h. */
7795 _ACEOF
7796 cat confdefs.h >>conftest.$ac_ext
7797 cat >>conftest.$ac_ext <<_ACEOF
7798 /* end confdefs.h. */
7801 main ()
7805 return 0;
7807 _ACEOF
7808 rm -f conftest.$ac_objext conftest$ac_exeext
7809 if { (ac_try="$ac_link"
7810 case "(($ac_try" in
7811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7812 *) ac_try_echo=$ac_try;;
7813 esac
7814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7815 $as_echo "$ac_try_echo") >&5
7816 (eval "$ac_link") 2>conftest.er1
7817 ac_status=$?
7818 grep -v '^ *+' conftest.er1 >conftest.err
7819 rm -f conftest.er1
7820 cat conftest.err >&5
7821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7822 (exit $ac_status); } && {
7823 test -z "$ac_c_werror_flag" ||
7824 test ! -s conftest.err
7825 } && test -s conftest$ac_exeext && {
7826 test "$cross_compiling" = yes ||
7827 $as_test_x conftest$ac_exeext
7828 }; then
7829 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7830 else
7831 $as_echo "$as_me: failed program was:" >&5
7832 sed 's/^/| /' conftest.$ac_ext >&5
7834 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7837 rm -rf conftest.dSYM
7838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7839 conftest$ac_exeext conftest.$ac_ext
7840 CFLAGS=$ac_wine_try_cflags_saved
7842 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7843 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7844 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7845 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7848 rm -f conftest.map
7850 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7851 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7852 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7853 $as_echo_n "(cached) " >&6
7854 else
7855 ac_wine_try_cflags_saved=$CFLAGS
7856 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7857 cat >conftest.$ac_ext <<_ACEOF
7858 /* confdefs.h. */
7859 _ACEOF
7860 cat confdefs.h >>conftest.$ac_ext
7861 cat >>conftest.$ac_ext <<_ACEOF
7862 /* end confdefs.h. */
7865 main ()
7869 return 0;
7871 _ACEOF
7872 rm -f conftest.$ac_objext conftest$ac_exeext
7873 if { (ac_try="$ac_link"
7874 case "(($ac_try" in
7875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7876 *) ac_try_echo=$ac_try;;
7877 esac
7878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7879 $as_echo "$ac_try_echo") >&5
7880 (eval "$ac_link") 2>conftest.er1
7881 ac_status=$?
7882 grep -v '^ *+' conftest.er1 >conftest.err
7883 rm -f conftest.er1
7884 cat conftest.err >&5
7885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7886 (exit $ac_status); } && {
7887 test -z "$ac_c_werror_flag" ||
7888 test ! -s conftest.err
7889 } && test -s conftest$ac_exeext && {
7890 test "$cross_compiling" = yes ||
7891 $as_test_x conftest$ac_exeext
7892 }; then
7893 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7894 else
7895 $as_echo "$as_me: failed program was:" >&5
7896 sed 's/^/| /' conftest.$ac_ext >&5
7898 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7901 rm -rf conftest.dSYM
7902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7903 conftest$ac_exeext conftest.$ac_ext
7904 CFLAGS=$ac_wine_try_cflags_saved
7906 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7907 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7908 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7909 LDEXECFLAGS="-Wl,--export-dynamic"
7914 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7915 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7916 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7917 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7918 $as_echo_n "(cached) " >&6
7919 else
7920 ac_wine_try_cflags_saved=$CFLAGS
7921 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7922 cat >conftest.$ac_ext <<_ACEOF
7923 /* confdefs.h. */
7924 _ACEOF
7925 cat confdefs.h >>conftest.$ac_ext
7926 cat >>conftest.$ac_ext <<_ACEOF
7927 /* end confdefs.h. */
7930 main ()
7934 return 0;
7936 _ACEOF
7937 rm -f conftest.$ac_objext conftest$ac_exeext
7938 if { (ac_try="$ac_link"
7939 case "(($ac_try" in
7940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7941 *) ac_try_echo=$ac_try;;
7942 esac
7943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7944 $as_echo "$ac_try_echo") >&5
7945 (eval "$ac_link") 2>conftest.er1
7946 ac_status=$?
7947 grep -v '^ *+' conftest.er1 >conftest.err
7948 rm -f conftest.er1
7949 cat conftest.err >&5
7950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest$ac_exeext && {
7955 test "$cross_compiling" = yes ||
7956 $as_test_x conftest$ac_exeext
7957 }; then
7958 eval "$as_ac_var=yes"
7959 else
7960 $as_echo "$as_me: failed program was:" >&5
7961 sed 's/^/| /' conftest.$ac_ext >&5
7963 eval "$as_ac_var=no"
7966 rm -rf conftest.dSYM
7967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7968 conftest$ac_exeext conftest.$ac_ext
7969 CFLAGS=$ac_wine_try_cflags_saved
7971 ac_res=`eval 'as_val=${'$as_ac_var'}
7972 $as_echo "$as_val"'`
7973 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7974 $as_echo "$ac_res" >&6; }
7975 if test `eval 'as_val=${'$as_ac_var'}
7976 $as_echo "$as_val"'` = yes; then
7977 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7978 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7979 else
7980 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7981 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7982 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7983 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7984 $as_echo_n "(cached) " >&6
7985 else
7986 ac_wine_try_cflags_saved=$CFLAGS
7987 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7988 cat >conftest.$ac_ext <<_ACEOF
7989 /* confdefs.h. */
7990 _ACEOF
7991 cat confdefs.h >>conftest.$ac_ext
7992 cat >>conftest.$ac_ext <<_ACEOF
7993 /* end confdefs.h. */
7996 main ()
8000 return 0;
8002 _ACEOF
8003 rm -f conftest.$ac_objext conftest$ac_exeext
8004 if { (ac_try="$ac_link"
8005 case "(($ac_try" in
8006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8007 *) ac_try_echo=$ac_try;;
8008 esac
8009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8010 $as_echo "$ac_try_echo") >&5
8011 (eval "$ac_link") 2>conftest.er1
8012 ac_status=$?
8013 grep -v '^ *+' conftest.er1 >conftest.err
8014 rm -f conftest.er1
8015 cat conftest.err >&5
8016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017 (exit $ac_status); } && {
8018 test -z "$ac_c_werror_flag" ||
8019 test ! -s conftest.err
8020 } && test -s conftest$ac_exeext && {
8021 test "$cross_compiling" = yes ||
8022 $as_test_x conftest$ac_exeext
8023 }; then
8024 eval "$as_ac_var=yes"
8025 else
8026 $as_echo "$as_me: failed program was:" >&5
8027 sed 's/^/| /' conftest.$ac_ext >&5
8029 eval "$as_ac_var=no"
8032 rm -rf conftest.dSYM
8033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8034 conftest$ac_exeext conftest.$ac_ext
8035 CFLAGS=$ac_wine_try_cflags_saved
8037 ac_res=`eval 'as_val=${'$as_ac_var'}
8038 $as_echo "$as_val"'`
8039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8040 $as_echo "$ac_res" >&6; }
8041 if test `eval 'as_val=${'$as_ac_var'}
8042 $as_echo "$as_val"'` = yes; then
8043 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8044 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8050 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8051 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8052 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8053 $as_echo_n "(cached) " >&6
8054 else
8055 ac_wine_try_cflags_saved=$CFLAGS
8056 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8057 cat >conftest.$ac_ext <<_ACEOF
8058 /* confdefs.h. */
8059 _ACEOF
8060 cat confdefs.h >>conftest.$ac_ext
8061 cat >>conftest.$ac_ext <<_ACEOF
8062 /* end confdefs.h. */
8065 main ()
8069 return 0;
8071 _ACEOF
8072 rm -f conftest.$ac_objext conftest$ac_exeext
8073 if { (ac_try="$ac_link"
8074 case "(($ac_try" in
8075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8076 *) ac_try_echo=$ac_try;;
8077 esac
8078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8079 $as_echo "$ac_try_echo") >&5
8080 (eval "$ac_link") 2>conftest.er1
8081 ac_status=$?
8082 grep -v '^ *+' conftest.er1 >conftest.err
8083 rm -f conftest.er1
8084 cat conftest.err >&5
8085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086 (exit $ac_status); } && {
8087 test -z "$ac_c_werror_flag" ||
8088 test ! -s conftest.err
8089 } && test -s conftest$ac_exeext && {
8090 test "$cross_compiling" = yes ||
8091 $as_test_x conftest$ac_exeext
8092 }; then
8093 ac_cv_cflags__Wl___enable_new_dtags=yes
8094 else
8095 $as_echo "$as_me: failed program was:" >&5
8096 sed 's/^/| /' conftest.$ac_ext >&5
8098 ac_cv_cflags__Wl___enable_new_dtags=no
8101 rm -rf conftest.dSYM
8102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8103 conftest$ac_exeext conftest.$ac_ext
8104 CFLAGS=$ac_wine_try_cflags_saved
8106 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8107 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8108 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8109 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8113 case $host_cpu in
8114 *i[3456789]86* | x86_64)
8115 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8116 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8117 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8118 $as_echo_n "(cached) " >&6
8119 else
8120 ac_wine_try_cflags_saved=$CFLAGS
8121 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8122 cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h. */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h. */
8130 main ()
8134 return 0;
8136 _ACEOF
8137 rm -f conftest.$ac_objext conftest$ac_exeext
8138 if { (ac_try="$ac_link"
8139 case "(($ac_try" in
8140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8142 esac
8143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8144 $as_echo "$ac_try_echo") >&5
8145 (eval "$ac_link") 2>conftest.er1
8146 ac_status=$?
8147 grep -v '^ *+' conftest.er1 >conftest.err
8148 rm -f conftest.er1
8149 cat conftest.err >&5
8150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151 (exit $ac_status); } && {
8152 test -z "$ac_c_werror_flag" ||
8153 test ! -s conftest.err
8154 } && test -s conftest$ac_exeext && {
8155 test "$cross_compiling" = yes ||
8156 $as_test_x conftest$ac_exeext
8157 }; then
8158 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8159 else
8160 $as_echo "$as_me: failed program was:" >&5
8161 sed 's/^/| /' conftest.$ac_ext >&5
8163 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8166 rm -rf conftest.dSYM
8167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8168 conftest$ac_exeext conftest.$ac_ext
8169 CFLAGS=$ac_wine_try_cflags_saved
8171 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8172 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8173 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8174 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8178 esac
8180 else
8181 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8182 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8183 if test "${ac_cv_c_dll_unixware+set}" = set; then
8184 $as_echo_n "(cached) " >&6
8185 else
8186 ac_wine_try_cflags_saved=$CFLAGS
8187 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8188 cat >conftest.$ac_ext <<_ACEOF
8189 void myfunc() {}
8190 _ACEOF
8191 rm -f conftest.$ac_objext conftest$ac_exeext
8192 if { (ac_try="$ac_link"
8193 case "(($ac_try" in
8194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8195 *) ac_try_echo=$ac_try;;
8196 esac
8197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8198 $as_echo "$ac_try_echo") >&5
8199 (eval "$ac_link") 2>conftest.er1
8200 ac_status=$?
8201 grep -v '^ *+' conftest.er1 >conftest.err
8202 rm -f conftest.er1
8203 cat conftest.err >&5
8204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8205 (exit $ac_status); } && {
8206 test -z "$ac_c_werror_flag" ||
8207 test ! -s conftest.err
8208 } && test -s conftest$ac_exeext && {
8209 test "$cross_compiling" = yes ||
8210 $as_test_x conftest$ac_exeext
8211 }; then
8212 ac_cv_c_dll_unixware="yes"
8213 else
8214 $as_echo "$as_me: failed program was:" >&5
8215 sed 's/^/| /' conftest.$ac_ext >&5
8217 ac_cv_c_dll_unixware="no"
8220 rm -rf conftest.dSYM
8221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8222 conftest$ac_exeext conftest.$ac_ext
8223 CFLAGS=$ac_wine_try_cflags_saved
8225 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8226 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8227 if test "$ac_cv_c_dll_unixware" = "yes"
8228 then
8229 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8230 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8232 else
8233 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8234 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8235 if test "${ac_cv_c_dll_hpux+set}" = set; then
8236 $as_echo_n "(cached) " >&6
8237 else
8238 ac_wine_try_cflags_saved=$CFLAGS
8239 CFLAGS="$CFLAGS -shared"
8240 cat >conftest.$ac_ext <<_ACEOF
8241 void myfunc() {}
8242 _ACEOF
8243 rm -f conftest.$ac_objext conftest$ac_exeext
8244 if { (ac_try="$ac_link"
8245 case "(($ac_try" in
8246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8247 *) ac_try_echo=$ac_try;;
8248 esac
8249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8250 $as_echo "$ac_try_echo") >&5
8251 (eval "$ac_link") 2>conftest.er1
8252 ac_status=$?
8253 grep -v '^ *+' conftest.er1 >conftest.err
8254 rm -f conftest.er1
8255 cat conftest.err >&5
8256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8257 (exit $ac_status); } && {
8258 test -z "$ac_c_werror_flag" ||
8259 test ! -s conftest.err
8260 } && test -s conftest$ac_exeext && {
8261 test "$cross_compiling" = yes ||
8262 $as_test_x conftest$ac_exeext
8263 }; then
8264 ac_cv_c_dll_hpux="yes"
8265 else
8266 $as_echo "$as_me: failed program was:" >&5
8267 sed 's/^/| /' conftest.$ac_ext >&5
8269 ac_cv_c_dll_hpux="no"
8272 rm -rf conftest.dSYM
8273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8274 conftest$ac_exeext conftest.$ac_ext
8275 CFLAGS=$ac_wine_try_cflags_saved
8277 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8278 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8279 if test "$ac_cv_c_dll_hpux" = "yes"
8280 then
8281 LIBEXT="sl"
8282 DLLEXT=".sl"
8283 LDDLLFLAGS="-shared -fPIC"
8284 LDSHARED="\$(CC) -shared"
8289 esac
8291 enable_winequartz_drv=${enable_winequartz_drv:-no}
8293 if test "$LIBEXT" = "a"; then
8294 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8295 It is currently not possible to build Wine without shared library
8296 (.so) support to allow transparent switch between .so and .dll files.
8297 If you are using Linux, you will need a newer binutils.
8298 " >&5
8299 $as_echo "$as_me: error: could not find a way to build shared libraries.
8300 It is currently not possible to build Wine without shared library
8301 (.so) support to allow transparent switch between .so and .dll files.
8302 If you are using Linux, you will need a newer binutils.
8303 " >&2;}
8304 { (exit 1); exit 1; }; }
8307 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8308 then
8309 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 i686-pc-mingw32-gcc
8311 # Extract the first word of "$ac_prog", so it can be a program name with args.
8312 set dummy $ac_prog; ac_word=$2
8313 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8314 $as_echo_n "checking for $ac_word... " >&6; }
8315 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8316 $as_echo_n "(cached) " >&6
8317 else
8318 if test -n "$CROSSCC"; then
8319 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8320 else
8321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8322 for as_dir in $PATH
8324 IFS=$as_save_IFS
8325 test -z "$as_dir" && as_dir=.
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8328 ac_cv_prog_CROSSCC="$ac_prog"
8329 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8330 break 2
8332 done
8333 done
8334 IFS=$as_save_IFS
8338 CROSSCC=$ac_cv_prog_CROSSCC
8339 if test -n "$CROSSCC"; then
8340 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8341 $as_echo "$CROSSCC" >&6; }
8342 else
8343 { $as_echo "$as_me:$LINENO: result: no" >&5
8344 $as_echo "no" >&6; }
8348 test -n "$CROSSCC" && break
8349 done
8350 test -n "$CROSSCC" || CROSSCC="false"
8352 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 i686-pc-mingw32-dlltool
8354 # Extract the first word of "$ac_prog", so it can be a program name with args.
8355 set dummy $ac_prog; ac_word=$2
8356 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8357 $as_echo_n "checking for $ac_word... " >&6; }
8358 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8359 $as_echo_n "(cached) " >&6
8360 else
8361 if test -n "$DLLTOOL"; then
8362 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8363 else
8364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365 for as_dir in $PATH
8367 IFS=$as_save_IFS
8368 test -z "$as_dir" && as_dir=.
8369 for ac_exec_ext in '' $ac_executable_extensions; do
8370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8371 ac_cv_prog_DLLTOOL="$ac_prog"
8372 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8373 break 2
8375 done
8376 done
8377 IFS=$as_save_IFS
8381 DLLTOOL=$ac_cv_prog_DLLTOOL
8382 if test -n "$DLLTOOL"; then
8383 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8384 $as_echo "$DLLTOOL" >&6; }
8385 else
8386 { $as_echo "$as_me:$LINENO: result: no" >&5
8387 $as_echo "no" >&6; }
8391 test -n "$DLLTOOL" && break
8392 done
8393 test -n "$DLLTOOL" || DLLTOOL="false"
8395 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 i686-pc-mingw32-ar
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398 set dummy $ac_prog; ac_word=$2
8399 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8400 $as_echo_n "checking for $ac_word... " >&6; }
8401 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8402 $as_echo_n "(cached) " >&6
8403 else
8404 if test -n "$MINGWAR"; then
8405 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8406 else
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408 for as_dir in $PATH
8410 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MINGWAR="$ac_prog"
8415 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2
8418 done
8419 done
8420 IFS=$as_save_IFS
8424 MINGWAR=$ac_cv_prog_MINGWAR
8425 if test -n "$MINGWAR"; then
8426 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8427 $as_echo "$MINGWAR" >&6; }
8428 else
8429 { $as_echo "$as_me:$LINENO: result: no" >&5
8430 $as_echo "no" >&6; }
8434 test -n "$MINGWAR" && break
8435 done
8436 test -n "$MINGWAR" || MINGWAR="false"
8438 if test "$CROSSCC" != "false"
8439 then
8440 CROSSTEST="\$(CROSSTEST)"
8442 set x $CROSSCC
8443 shift
8444 target=""
8445 while test $# -ge 1
8447 case "$1" in
8448 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8449 esac
8450 shift
8451 done
8452 if test -n "$target"
8453 then
8454 CROSSTARGETFLAGS="-b $target"
8461 if test "$ac_cv_header_pthread_h" = "yes"
8462 then
8463 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8464 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8465 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8466 $as_echo_n "(cached) " >&6
8467 else
8468 ac_check_lib_save_LIBS=$LIBS
8469 LIBS="-lpthread $LIBS"
8470 cat >conftest.$ac_ext <<_ACEOF
8471 /* confdefs.h. */
8472 _ACEOF
8473 cat confdefs.h >>conftest.$ac_ext
8474 cat >>conftest.$ac_ext <<_ACEOF
8475 /* end confdefs.h. */
8477 /* Override any GCC internal prototype to avoid an error.
8478 Use char because int might match the return type of a GCC
8479 builtin and then its argument prototype would still apply. */
8480 #ifdef __cplusplus
8481 extern "C"
8482 #endif
8483 char pthread_create ();
8485 main ()
8487 return pthread_create ();
8489 return 0;
8491 _ACEOF
8492 rm -f conftest.$ac_objext conftest$ac_exeext
8493 if { (ac_try="$ac_link"
8494 case "(($ac_try" in
8495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8496 *) ac_try_echo=$ac_try;;
8497 esac
8498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8499 $as_echo "$ac_try_echo") >&5
8500 (eval "$ac_link") 2>conftest.er1
8501 ac_status=$?
8502 grep -v '^ *+' conftest.er1 >conftest.err
8503 rm -f conftest.er1
8504 cat conftest.err >&5
8505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506 (exit $ac_status); } && {
8507 test -z "$ac_c_werror_flag" ||
8508 test ! -s conftest.err
8509 } && test -s conftest$ac_exeext && {
8510 test "$cross_compiling" = yes ||
8511 $as_test_x conftest$ac_exeext
8512 }; then
8513 ac_cv_lib_pthread_pthread_create=yes
8514 else
8515 $as_echo "$as_me: failed program was:" >&5
8516 sed 's/^/| /' conftest.$ac_ext >&5
8518 ac_cv_lib_pthread_pthread_create=no
8521 rm -rf conftest.dSYM
8522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8523 conftest$ac_exeext conftest.$ac_ext
8524 LIBS=$ac_check_lib_save_LIBS
8526 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8527 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8528 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8529 LIBPTHREAD="-lpthread"
8534 if test "x$LIBPTHREAD" = "x"; then
8535 case "x$with_pthread" in
8536 xno) ;;
8537 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8538 Wine cannot support threads without libpthread.
8539 Use the --without-pthread option if you really want this." >&5
8540 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8541 Wine cannot support threads without libpthread.
8542 Use the --without-pthread option if you really want this." >&2;}
8543 { (exit 1); exit 1; }; } ;;
8544 esac
8549 { $as_echo "$as_me:$LINENO: checking for X" >&5
8550 $as_echo_n "checking for X... " >&6; }
8553 # Check whether --with-x was given.
8554 if test "${with_x+set}" = set; then
8555 withval=$with_x;
8558 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8559 if test "x$with_x" = xno; then
8560 # The user explicitly disabled X.
8561 have_x=disabled
8562 else
8563 case $x_includes,$x_libraries in #(
8564 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8565 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8566 { (exit 1); exit 1; }; };; #(
8567 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8568 $as_echo_n "(cached) " >&6
8569 else
8570 # One or both of the vars are not set, and there is no cached value.
8571 ac_x_includes=no ac_x_libraries=no
8572 rm -f -r conftest.dir
8573 if mkdir conftest.dir; then
8574 cd conftest.dir
8575 cat >Imakefile <<'_ACEOF'
8576 incroot:
8577 @echo incroot='${INCROOT}'
8578 usrlibdir:
8579 @echo usrlibdir='${USRLIBDIR}'
8580 libdir:
8581 @echo libdir='${LIBDIR}'
8582 _ACEOF
8583 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8584 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8585 for ac_var in incroot usrlibdir libdir; do
8586 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8587 done
8588 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8589 for ac_extension in a so sl dylib la dll; do
8590 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8591 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8592 ac_im_usrlibdir=$ac_im_libdir; break
8594 done
8595 # Screen out bogus values from the imake configuration. They are
8596 # bogus both because they are the default anyway, and because
8597 # using them would break gcc on systems where it needs fixed includes.
8598 case $ac_im_incroot in
8599 /usr/include) ac_x_includes= ;;
8600 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8601 esac
8602 case $ac_im_usrlibdir in
8603 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8604 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8605 esac
8607 cd ..
8608 rm -f -r conftest.dir
8611 # Standard set of common directories for X headers.
8612 # Check X11 before X11Rn because it is often a symlink to the current release.
8613 ac_x_header_dirs='
8614 /usr/X11/include
8615 /usr/X11R6/include
8616 /usr/X11R5/include
8617 /usr/X11R4/include
8619 /usr/include/X11
8620 /usr/include/X11R6
8621 /usr/include/X11R5
8622 /usr/include/X11R4
8624 /usr/local/X11/include
8625 /usr/local/X11R6/include
8626 /usr/local/X11R5/include
8627 /usr/local/X11R4/include
8629 /usr/local/include/X11
8630 /usr/local/include/X11R6
8631 /usr/local/include/X11R5
8632 /usr/local/include/X11R4
8634 /usr/X386/include
8635 /usr/x386/include
8636 /usr/XFree86/include/X11
8638 /usr/include
8639 /usr/local/include
8640 /usr/unsupported/include
8641 /usr/athena/include
8642 /usr/local/x11r5/include
8643 /usr/lpp/Xamples/include
8645 /usr/openwin/include
8646 /usr/openwin/share/include'
8648 if test "$ac_x_includes" = no; then
8649 # Guess where to find include files, by looking for Xlib.h.
8650 # First, try using that file with no special directory specified.
8651 cat >conftest.$ac_ext <<_ACEOF
8652 /* confdefs.h. */
8653 _ACEOF
8654 cat confdefs.h >>conftest.$ac_ext
8655 cat >>conftest.$ac_ext <<_ACEOF
8656 /* end confdefs.h. */
8657 #include <X11/Xlib.h>
8658 _ACEOF
8659 if { (ac_try="$ac_cpp conftest.$ac_ext"
8660 case "(($ac_try" in
8661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8662 *) ac_try_echo=$ac_try;;
8663 esac
8664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8665 $as_echo "$ac_try_echo") >&5
8666 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8667 ac_status=$?
8668 grep -v '^ *+' conftest.er1 >conftest.err
8669 rm -f conftest.er1
8670 cat conftest.err >&5
8671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } >/dev/null && {
8673 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8674 test ! -s conftest.err
8675 }; then
8676 # We can compile using X headers with no special include directory.
8677 ac_x_includes=
8678 else
8679 $as_echo "$as_me: failed program was:" >&5
8680 sed 's/^/| /' conftest.$ac_ext >&5
8682 for ac_dir in $ac_x_header_dirs; do
8683 if test -r "$ac_dir/X11/Xlib.h"; then
8684 ac_x_includes=$ac_dir
8685 break
8687 done
8690 rm -f conftest.err conftest.$ac_ext
8691 fi # $ac_x_includes = no
8693 if test "$ac_x_libraries" = no; then
8694 # Check for the libraries.
8695 # See if we find them without any special options.
8696 # Don't add to $LIBS permanently.
8697 ac_save_LIBS=$LIBS
8698 LIBS="-lX11 $LIBS"
8699 cat >conftest.$ac_ext <<_ACEOF
8700 /* confdefs.h. */
8701 _ACEOF
8702 cat confdefs.h >>conftest.$ac_ext
8703 cat >>conftest.$ac_ext <<_ACEOF
8704 /* end confdefs.h. */
8705 #include <X11/Xlib.h>
8707 main ()
8709 XrmInitialize ()
8711 return 0;
8713 _ACEOF
8714 rm -f conftest.$ac_objext conftest$ac_exeext
8715 if { (ac_try="$ac_link"
8716 case "(($ac_try" in
8717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8718 *) ac_try_echo=$ac_try;;
8719 esac
8720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8721 $as_echo "$ac_try_echo") >&5
8722 (eval "$ac_link") 2>conftest.er1
8723 ac_status=$?
8724 grep -v '^ *+' conftest.er1 >conftest.err
8725 rm -f conftest.er1
8726 cat conftest.err >&5
8727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8728 (exit $ac_status); } && {
8729 test -z "$ac_c_werror_flag" ||
8730 test ! -s conftest.err
8731 } && test -s conftest$ac_exeext && {
8732 test "$cross_compiling" = yes ||
8733 $as_test_x conftest$ac_exeext
8734 }; then
8735 LIBS=$ac_save_LIBS
8736 # We can link X programs with no special library path.
8737 ac_x_libraries=
8738 else
8739 $as_echo "$as_me: failed program was:" >&5
8740 sed 's/^/| /' conftest.$ac_ext >&5
8742 LIBS=$ac_save_LIBS
8743 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8745 # Don't even attempt the hair of trying to link an X program!
8746 for ac_extension in a so sl dylib la dll; do
8747 if test -r "$ac_dir/libX11.$ac_extension"; then
8748 ac_x_libraries=$ac_dir
8749 break 2
8751 done
8752 done
8755 rm -rf conftest.dSYM
8756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8757 conftest$ac_exeext conftest.$ac_ext
8758 fi # $ac_x_libraries = no
8760 case $ac_x_includes,$ac_x_libraries in #(
8761 no,* | *,no | *\'*)
8762 # Didn't find X, or a directory has "'" in its name.
8763 ac_cv_have_x="have_x=no";; #(
8765 # Record where we found X for the cache.
8766 ac_cv_have_x="have_x=yes\
8767 ac_x_includes='$ac_x_includes'\
8768 ac_x_libraries='$ac_x_libraries'"
8769 esac
8771 ;; #(
8772 *) have_x=yes;;
8773 esac
8774 eval "$ac_cv_have_x"
8775 fi # $with_x != no
8777 if test "$have_x" != yes; then
8778 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8779 $as_echo "$have_x" >&6; }
8780 no_x=yes
8781 else
8782 # If each of the values was on the command line, it overrides each guess.
8783 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8784 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8785 # Update the cache value to reflect the command line values.
8786 ac_cv_have_x="have_x=yes\
8787 ac_x_includes='$x_includes'\
8788 ac_x_libraries='$x_libraries'"
8789 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8790 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8793 if test "$no_x" = yes; then
8794 # Not all programs may use this symbol, but it does not hurt to define it.
8796 cat >>confdefs.h <<\_ACEOF
8797 #define X_DISPLAY_MISSING 1
8798 _ACEOF
8800 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8801 else
8802 if test -n "$x_includes"; then
8803 X_CFLAGS="$X_CFLAGS -I$x_includes"
8806 # It would also be nice to do this for all -L options, not just this one.
8807 if test -n "$x_libraries"; then
8808 X_LIBS="$X_LIBS -L$x_libraries"
8809 # For Solaris; some versions of Sun CC require a space after -R and
8810 # others require no space. Words are not sufficient . . . .
8811 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8812 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8813 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8814 ac_xsave_c_werror_flag=$ac_c_werror_flag
8815 ac_c_werror_flag=yes
8816 cat >conftest.$ac_ext <<_ACEOF
8817 /* confdefs.h. */
8818 _ACEOF
8819 cat confdefs.h >>conftest.$ac_ext
8820 cat >>conftest.$ac_ext <<_ACEOF
8821 /* end confdefs.h. */
8824 main ()
8828 return 0;
8830 _ACEOF
8831 rm -f conftest.$ac_objext conftest$ac_exeext
8832 if { (ac_try="$ac_link"
8833 case "(($ac_try" in
8834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8835 *) ac_try_echo=$ac_try;;
8836 esac
8837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8838 $as_echo "$ac_try_echo") >&5
8839 (eval "$ac_link") 2>conftest.er1
8840 ac_status=$?
8841 grep -v '^ *+' conftest.er1 >conftest.err
8842 rm -f conftest.er1
8843 cat conftest.err >&5
8844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8845 (exit $ac_status); } && {
8846 test -z "$ac_c_werror_flag" ||
8847 test ! -s conftest.err
8848 } && test -s conftest$ac_exeext && {
8849 test "$cross_compiling" = yes ||
8850 $as_test_x conftest$ac_exeext
8851 }; then
8852 { $as_echo "$as_me:$LINENO: result: no" >&5
8853 $as_echo "no" >&6; }
8854 X_LIBS="$X_LIBS -R$x_libraries"
8855 else
8856 $as_echo "$as_me: failed program was:" >&5
8857 sed 's/^/| /' conftest.$ac_ext >&5
8859 LIBS="$ac_xsave_LIBS -R $x_libraries"
8860 cat >conftest.$ac_ext <<_ACEOF
8861 /* confdefs.h. */
8862 _ACEOF
8863 cat confdefs.h >>conftest.$ac_ext
8864 cat >>conftest.$ac_ext <<_ACEOF
8865 /* end confdefs.h. */
8868 main ()
8872 return 0;
8874 _ACEOF
8875 rm -f conftest.$ac_objext conftest$ac_exeext
8876 if { (ac_try="$ac_link"
8877 case "(($ac_try" in
8878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8879 *) ac_try_echo=$ac_try;;
8880 esac
8881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8882 $as_echo "$ac_try_echo") >&5
8883 (eval "$ac_link") 2>conftest.er1
8884 ac_status=$?
8885 grep -v '^ *+' conftest.er1 >conftest.err
8886 rm -f conftest.er1
8887 cat conftest.err >&5
8888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8889 (exit $ac_status); } && {
8890 test -z "$ac_c_werror_flag" ||
8891 test ! -s conftest.err
8892 } && test -s conftest$ac_exeext && {
8893 test "$cross_compiling" = yes ||
8894 $as_test_x conftest$ac_exeext
8895 }; then
8896 { $as_echo "$as_me:$LINENO: result: yes" >&5
8897 $as_echo "yes" >&6; }
8898 X_LIBS="$X_LIBS -R $x_libraries"
8899 else
8900 $as_echo "$as_me: failed program was:" >&5
8901 sed 's/^/| /' conftest.$ac_ext >&5
8903 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8904 $as_echo "neither works" >&6; }
8907 rm -rf conftest.dSYM
8908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8909 conftest$ac_exeext conftest.$ac_ext
8912 rm -rf conftest.dSYM
8913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8914 conftest$ac_exeext conftest.$ac_ext
8915 ac_c_werror_flag=$ac_xsave_c_werror_flag
8916 LIBS=$ac_xsave_LIBS
8919 # Check for system-dependent libraries X programs must link with.
8920 # Do this before checking for the system-independent R6 libraries
8921 # (-lICE), since we may need -lsocket or whatever for X linking.
8923 if test "$ISC" = yes; then
8924 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8925 else
8926 # Martyn Johnson says this is needed for Ultrix, if the X
8927 # libraries were built with DECnet support. And Karl Berry says
8928 # the Alpha needs dnet_stub (dnet does not exist).
8929 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8930 cat >conftest.$ac_ext <<_ACEOF
8931 /* confdefs.h. */
8932 _ACEOF
8933 cat confdefs.h >>conftest.$ac_ext
8934 cat >>conftest.$ac_ext <<_ACEOF
8935 /* end confdefs.h. */
8937 /* Override any GCC internal prototype to avoid an error.
8938 Use char because int might match the return type of a GCC
8939 builtin and then its argument prototype would still apply. */
8940 #ifdef __cplusplus
8941 extern "C"
8942 #endif
8943 char XOpenDisplay ();
8945 main ()
8947 return XOpenDisplay ();
8949 return 0;
8951 _ACEOF
8952 rm -f conftest.$ac_objext conftest$ac_exeext
8953 if { (ac_try="$ac_link"
8954 case "(($ac_try" in
8955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8956 *) ac_try_echo=$ac_try;;
8957 esac
8958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8959 $as_echo "$ac_try_echo") >&5
8960 (eval "$ac_link") 2>conftest.er1
8961 ac_status=$?
8962 grep -v '^ *+' conftest.er1 >conftest.err
8963 rm -f conftest.er1
8964 cat conftest.err >&5
8965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8966 (exit $ac_status); } && {
8967 test -z "$ac_c_werror_flag" ||
8968 test ! -s conftest.err
8969 } && test -s conftest$ac_exeext && {
8970 test "$cross_compiling" = yes ||
8971 $as_test_x conftest$ac_exeext
8972 }; then
8974 else
8975 $as_echo "$as_me: failed program was:" >&5
8976 sed 's/^/| /' conftest.$ac_ext >&5
8978 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8979 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8980 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8981 $as_echo_n "(cached) " >&6
8982 else
8983 ac_check_lib_save_LIBS=$LIBS
8984 LIBS="-ldnet $LIBS"
8985 cat >conftest.$ac_ext <<_ACEOF
8986 /* confdefs.h. */
8987 _ACEOF
8988 cat confdefs.h >>conftest.$ac_ext
8989 cat >>conftest.$ac_ext <<_ACEOF
8990 /* end confdefs.h. */
8992 /* Override any GCC internal prototype to avoid an error.
8993 Use char because int might match the return type of a GCC
8994 builtin and then its argument prototype would still apply. */
8995 #ifdef __cplusplus
8996 extern "C"
8997 #endif
8998 char dnet_ntoa ();
9000 main ()
9002 return dnet_ntoa ();
9004 return 0;
9006 _ACEOF
9007 rm -f conftest.$ac_objext conftest$ac_exeext
9008 if { (ac_try="$ac_link"
9009 case "(($ac_try" in
9010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9011 *) ac_try_echo=$ac_try;;
9012 esac
9013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9014 $as_echo "$ac_try_echo") >&5
9015 (eval "$ac_link") 2>conftest.er1
9016 ac_status=$?
9017 grep -v '^ *+' conftest.er1 >conftest.err
9018 rm -f conftest.er1
9019 cat conftest.err >&5
9020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext && {
9025 test "$cross_compiling" = yes ||
9026 $as_test_x conftest$ac_exeext
9027 }; then
9028 ac_cv_lib_dnet_dnet_ntoa=yes
9029 else
9030 $as_echo "$as_me: failed program was:" >&5
9031 sed 's/^/| /' conftest.$ac_ext >&5
9033 ac_cv_lib_dnet_dnet_ntoa=no
9036 rm -rf conftest.dSYM
9037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9038 conftest$ac_exeext conftest.$ac_ext
9039 LIBS=$ac_check_lib_save_LIBS
9041 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9042 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9043 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9044 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9047 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9048 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9049 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9050 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9051 $as_echo_n "(cached) " >&6
9052 else
9053 ac_check_lib_save_LIBS=$LIBS
9054 LIBS="-ldnet_stub $LIBS"
9055 cat >conftest.$ac_ext <<_ACEOF
9056 /* confdefs.h. */
9057 _ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h. */
9062 /* Override any GCC internal prototype to avoid an error.
9063 Use char because int might match the return type of a GCC
9064 builtin and then its argument prototype would still apply. */
9065 #ifdef __cplusplus
9066 extern "C"
9067 #endif
9068 char dnet_ntoa ();
9070 main ()
9072 return dnet_ntoa ();
9074 return 0;
9076 _ACEOF
9077 rm -f conftest.$ac_objext conftest$ac_exeext
9078 if { (ac_try="$ac_link"
9079 case "(($ac_try" in
9080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9081 *) ac_try_echo=$ac_try;;
9082 esac
9083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9084 $as_echo "$ac_try_echo") >&5
9085 (eval "$ac_link") 2>conftest.er1
9086 ac_status=$?
9087 grep -v '^ *+' conftest.er1 >conftest.err
9088 rm -f conftest.er1
9089 cat conftest.err >&5
9090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); } && {
9092 test -z "$ac_c_werror_flag" ||
9093 test ! -s conftest.err
9094 } && test -s conftest$ac_exeext && {
9095 test "$cross_compiling" = yes ||
9096 $as_test_x conftest$ac_exeext
9097 }; then
9098 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9099 else
9100 $as_echo "$as_me: failed program was:" >&5
9101 sed 's/^/| /' conftest.$ac_ext >&5
9103 ac_cv_lib_dnet_stub_dnet_ntoa=no
9106 rm -rf conftest.dSYM
9107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9108 conftest$ac_exeext conftest.$ac_ext
9109 LIBS=$ac_check_lib_save_LIBS
9111 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9112 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9113 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9114 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9120 rm -rf conftest.dSYM
9121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9122 conftest$ac_exeext conftest.$ac_ext
9123 LIBS="$ac_xsave_LIBS"
9125 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9126 # to get the SysV transport functions.
9127 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9128 # needs -lnsl.
9129 # The nsl library prevents programs from opening the X display
9130 # on Irix 5.2, according to T.E. Dickey.
9131 # The functions gethostbyname, getservbyname, and inet_addr are
9132 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9133 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9134 $as_echo_n "checking for gethostbyname... " >&6; }
9135 if test "${ac_cv_func_gethostbyname+set}" = set; then
9136 $as_echo_n "(cached) " >&6
9137 else
9138 cat >conftest.$ac_ext <<_ACEOF
9139 /* confdefs.h. */
9140 _ACEOF
9141 cat confdefs.h >>conftest.$ac_ext
9142 cat >>conftest.$ac_ext <<_ACEOF
9143 /* end confdefs.h. */
9144 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9145 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9146 #define gethostbyname innocuous_gethostbyname
9148 /* System header to define __stub macros and hopefully few prototypes,
9149 which can conflict with char gethostbyname (); below.
9150 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9151 <limits.h> exists even on freestanding compilers. */
9153 #ifdef __STDC__
9154 # include <limits.h>
9155 #else
9156 # include <assert.h>
9157 #endif
9159 #undef gethostbyname
9161 /* Override any GCC internal prototype to avoid an error.
9162 Use char because int might match the return type of a GCC
9163 builtin and then its argument prototype would still apply. */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char gethostbyname ();
9168 /* The GNU C library defines this for functions which it implements
9169 to always fail with ENOSYS. Some functions are actually named
9170 something starting with __ and the normal name is an alias. */
9171 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9172 choke me
9173 #endif
9176 main ()
9178 return gethostbyname ();
9180 return 0;
9182 _ACEOF
9183 rm -f conftest.$ac_objext conftest$ac_exeext
9184 if { (ac_try="$ac_link"
9185 case "(($ac_try" in
9186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9187 *) ac_try_echo=$ac_try;;
9188 esac
9189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9190 $as_echo "$ac_try_echo") >&5
9191 (eval "$ac_link") 2>conftest.er1
9192 ac_status=$?
9193 grep -v '^ *+' conftest.er1 >conftest.err
9194 rm -f conftest.er1
9195 cat conftest.err >&5
9196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9197 (exit $ac_status); } && {
9198 test -z "$ac_c_werror_flag" ||
9199 test ! -s conftest.err
9200 } && test -s conftest$ac_exeext && {
9201 test "$cross_compiling" = yes ||
9202 $as_test_x conftest$ac_exeext
9203 }; then
9204 ac_cv_func_gethostbyname=yes
9205 else
9206 $as_echo "$as_me: failed program was:" >&5
9207 sed 's/^/| /' conftest.$ac_ext >&5
9209 ac_cv_func_gethostbyname=no
9212 rm -rf conftest.dSYM
9213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9214 conftest$ac_exeext conftest.$ac_ext
9216 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9217 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9219 if test $ac_cv_func_gethostbyname = no; then
9220 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9221 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9222 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9223 $as_echo_n "(cached) " >&6
9224 else
9225 ac_check_lib_save_LIBS=$LIBS
9226 LIBS="-lnsl $LIBS"
9227 cat >conftest.$ac_ext <<_ACEOF
9228 /* confdefs.h. */
9229 _ACEOF
9230 cat confdefs.h >>conftest.$ac_ext
9231 cat >>conftest.$ac_ext <<_ACEOF
9232 /* end confdefs.h. */
9234 /* Override any GCC internal prototype to avoid an error.
9235 Use char because int might match the return type of a GCC
9236 builtin and then its argument prototype would still apply. */
9237 #ifdef __cplusplus
9238 extern "C"
9239 #endif
9240 char gethostbyname ();
9242 main ()
9244 return gethostbyname ();
9246 return 0;
9248 _ACEOF
9249 rm -f conftest.$ac_objext conftest$ac_exeext
9250 if { (ac_try="$ac_link"
9251 case "(($ac_try" in
9252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9253 *) ac_try_echo=$ac_try;;
9254 esac
9255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9256 $as_echo "$ac_try_echo") >&5
9257 (eval "$ac_link") 2>conftest.er1
9258 ac_status=$?
9259 grep -v '^ *+' conftest.er1 >conftest.err
9260 rm -f conftest.er1
9261 cat conftest.err >&5
9262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9263 (exit $ac_status); } && {
9264 test -z "$ac_c_werror_flag" ||
9265 test ! -s conftest.err
9266 } && test -s conftest$ac_exeext && {
9267 test "$cross_compiling" = yes ||
9268 $as_test_x conftest$ac_exeext
9269 }; then
9270 ac_cv_lib_nsl_gethostbyname=yes
9271 else
9272 $as_echo "$as_me: failed program was:" >&5
9273 sed 's/^/| /' conftest.$ac_ext >&5
9275 ac_cv_lib_nsl_gethostbyname=no
9278 rm -rf conftest.dSYM
9279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9280 conftest$ac_exeext conftest.$ac_ext
9281 LIBS=$ac_check_lib_save_LIBS
9283 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9284 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9285 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9286 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9289 if test $ac_cv_lib_nsl_gethostbyname = no; then
9290 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9291 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9292 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9293 $as_echo_n "(cached) " >&6
9294 else
9295 ac_check_lib_save_LIBS=$LIBS
9296 LIBS="-lbsd $LIBS"
9297 cat >conftest.$ac_ext <<_ACEOF
9298 /* confdefs.h. */
9299 _ACEOF
9300 cat confdefs.h >>conftest.$ac_ext
9301 cat >>conftest.$ac_ext <<_ACEOF
9302 /* end confdefs.h. */
9304 /* Override any GCC internal prototype to avoid an error.
9305 Use char because int might match the return type of a GCC
9306 builtin and then its argument prototype would still apply. */
9307 #ifdef __cplusplus
9308 extern "C"
9309 #endif
9310 char gethostbyname ();
9312 main ()
9314 return gethostbyname ();
9316 return 0;
9318 _ACEOF
9319 rm -f conftest.$ac_objext conftest$ac_exeext
9320 if { (ac_try="$ac_link"
9321 case "(($ac_try" in
9322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9323 *) ac_try_echo=$ac_try;;
9324 esac
9325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9326 $as_echo "$ac_try_echo") >&5
9327 (eval "$ac_link") 2>conftest.er1
9328 ac_status=$?
9329 grep -v '^ *+' conftest.er1 >conftest.err
9330 rm -f conftest.er1
9331 cat conftest.err >&5
9332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333 (exit $ac_status); } && {
9334 test -z "$ac_c_werror_flag" ||
9335 test ! -s conftest.err
9336 } && test -s conftest$ac_exeext && {
9337 test "$cross_compiling" = yes ||
9338 $as_test_x conftest$ac_exeext
9339 }; then
9340 ac_cv_lib_bsd_gethostbyname=yes
9341 else
9342 $as_echo "$as_me: failed program was:" >&5
9343 sed 's/^/| /' conftest.$ac_ext >&5
9345 ac_cv_lib_bsd_gethostbyname=no
9348 rm -rf conftest.dSYM
9349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9350 conftest$ac_exeext conftest.$ac_ext
9351 LIBS=$ac_check_lib_save_LIBS
9353 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9354 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9355 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9356 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9362 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9363 # socket/setsockopt and other routines are undefined under SCO ODT
9364 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9365 # on later versions), says Simon Leinen: it contains gethostby*
9366 # variants that don't use the name server (or something). -lsocket
9367 # must be given before -lnsl if both are needed. We assume that
9368 # if connect needs -lnsl, so does gethostbyname.
9369 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9370 $as_echo_n "checking for connect... " >&6; }
9371 if test "${ac_cv_func_connect+set}" = set; then
9372 $as_echo_n "(cached) " >&6
9373 else
9374 cat >conftest.$ac_ext <<_ACEOF
9375 /* confdefs.h. */
9376 _ACEOF
9377 cat confdefs.h >>conftest.$ac_ext
9378 cat >>conftest.$ac_ext <<_ACEOF
9379 /* end confdefs.h. */
9380 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9382 #define connect innocuous_connect
9384 /* System header to define __stub macros and hopefully few prototypes,
9385 which can conflict with char connect (); below.
9386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9387 <limits.h> exists even on freestanding compilers. */
9389 #ifdef __STDC__
9390 # include <limits.h>
9391 #else
9392 # include <assert.h>
9393 #endif
9395 #undef connect
9397 /* Override any GCC internal prototype to avoid an error.
9398 Use char because int might match the return type of a GCC
9399 builtin and then its argument prototype would still apply. */
9400 #ifdef __cplusplus
9401 extern "C"
9402 #endif
9403 char connect ();
9404 /* The GNU C library defines this for functions which it implements
9405 to always fail with ENOSYS. Some functions are actually named
9406 something starting with __ and the normal name is an alias. */
9407 #if defined __stub_connect || defined __stub___connect
9408 choke me
9409 #endif
9412 main ()
9414 return connect ();
9416 return 0;
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423 *) ac_try_echo=$ac_try;;
9424 esac
9425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9426 $as_echo "$ac_try_echo") >&5
9427 (eval "$ac_link") 2>conftest.er1
9428 ac_status=$?
9429 grep -v '^ *+' conftest.er1 >conftest.err
9430 rm -f conftest.er1
9431 cat conftest.err >&5
9432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433 (exit $ac_status); } && {
9434 test -z "$ac_c_werror_flag" ||
9435 test ! -s conftest.err
9436 } && test -s conftest$ac_exeext && {
9437 test "$cross_compiling" = yes ||
9438 $as_test_x conftest$ac_exeext
9439 }; then
9440 ac_cv_func_connect=yes
9441 else
9442 $as_echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.$ac_ext >&5
9445 ac_cv_func_connect=no
9448 rm -rf conftest.dSYM
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9452 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9453 $as_echo "$ac_cv_func_connect" >&6; }
9455 if test $ac_cv_func_connect = no; then
9456 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9457 $as_echo_n "checking for connect in -lsocket... " >&6; }
9458 if test "${ac_cv_lib_socket_connect+set}" = set; then
9459 $as_echo_n "(cached) " >&6
9460 else
9461 ac_check_lib_save_LIBS=$LIBS
9462 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9463 cat >conftest.$ac_ext <<_ACEOF
9464 /* confdefs.h. */
9465 _ACEOF
9466 cat confdefs.h >>conftest.$ac_ext
9467 cat >>conftest.$ac_ext <<_ACEOF
9468 /* end confdefs.h. */
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9473 #ifdef __cplusplus
9474 extern "C"
9475 #endif
9476 char connect ();
9478 main ()
9480 return connect ();
9482 return 0;
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489 *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext && {
9503 test "$cross_compiling" = yes ||
9504 $as_test_x conftest$ac_exeext
9505 }; then
9506 ac_cv_lib_socket_connect=yes
9507 else
9508 $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9511 ac_cv_lib_socket_connect=no
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516 conftest$ac_exeext conftest.$ac_ext
9517 LIBS=$ac_check_lib_save_LIBS
9519 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9520 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9521 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9522 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9527 # Guillermo Gomez says -lposix is necessary on A/UX.
9528 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9529 $as_echo_n "checking for remove... " >&6; }
9530 if test "${ac_cv_func_remove+set}" = set; then
9531 $as_echo_n "(cached) " >&6
9532 else
9533 cat >conftest.$ac_ext <<_ACEOF
9534 /* confdefs.h. */
9535 _ACEOF
9536 cat confdefs.h >>conftest.$ac_ext
9537 cat >>conftest.$ac_ext <<_ACEOF
9538 /* end confdefs.h. */
9539 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9541 #define remove innocuous_remove
9543 /* System header to define __stub macros and hopefully few prototypes,
9544 which can conflict with char remove (); below.
9545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9546 <limits.h> exists even on freestanding compilers. */
9548 #ifdef __STDC__
9549 # include <limits.h>
9550 #else
9551 # include <assert.h>
9552 #endif
9554 #undef remove
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char remove ();
9563 /* The GNU C library defines this for functions which it implements
9564 to always fail with ENOSYS. Some functions are actually named
9565 something starting with __ and the normal name is an alias. */
9566 #if defined __stub_remove || defined __stub___remove
9567 choke me
9568 #endif
9571 main ()
9573 return remove ();
9575 return 0;
9577 _ACEOF
9578 rm -f conftest.$ac_objext conftest$ac_exeext
9579 if { (ac_try="$ac_link"
9580 case "(($ac_try" in
9581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9582 *) ac_try_echo=$ac_try;;
9583 esac
9584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9585 $as_echo "$ac_try_echo") >&5
9586 (eval "$ac_link") 2>conftest.er1
9587 ac_status=$?
9588 grep -v '^ *+' conftest.er1 >conftest.err
9589 rm -f conftest.er1
9590 cat conftest.err >&5
9591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9592 (exit $ac_status); } && {
9593 test -z "$ac_c_werror_flag" ||
9594 test ! -s conftest.err
9595 } && test -s conftest$ac_exeext && {
9596 test "$cross_compiling" = yes ||
9597 $as_test_x conftest$ac_exeext
9598 }; then
9599 ac_cv_func_remove=yes
9600 else
9601 $as_echo "$as_me: failed program was:" >&5
9602 sed 's/^/| /' conftest.$ac_ext >&5
9604 ac_cv_func_remove=no
9607 rm -rf conftest.dSYM
9608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9609 conftest$ac_exeext conftest.$ac_ext
9611 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9612 $as_echo "$ac_cv_func_remove" >&6; }
9614 if test $ac_cv_func_remove = no; then
9615 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9616 $as_echo_n "checking for remove in -lposix... " >&6; }
9617 if test "${ac_cv_lib_posix_remove+set}" = set; then
9618 $as_echo_n "(cached) " >&6
9619 else
9620 ac_check_lib_save_LIBS=$LIBS
9621 LIBS="-lposix $LIBS"
9622 cat >conftest.$ac_ext <<_ACEOF
9623 /* confdefs.h. */
9624 _ACEOF
9625 cat confdefs.h >>conftest.$ac_ext
9626 cat >>conftest.$ac_ext <<_ACEOF
9627 /* end confdefs.h. */
9629 /* Override any GCC internal prototype to avoid an error.
9630 Use char because int might match the return type of a GCC
9631 builtin and then its argument prototype would still apply. */
9632 #ifdef __cplusplus
9633 extern "C"
9634 #endif
9635 char remove ();
9637 main ()
9639 return remove ();
9641 return 0;
9643 _ACEOF
9644 rm -f conftest.$ac_objext conftest$ac_exeext
9645 if { (ac_try="$ac_link"
9646 case "(($ac_try" in
9647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9648 *) ac_try_echo=$ac_try;;
9649 esac
9650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9651 $as_echo "$ac_try_echo") >&5
9652 (eval "$ac_link") 2>conftest.er1
9653 ac_status=$?
9654 grep -v '^ *+' conftest.er1 >conftest.err
9655 rm -f conftest.er1
9656 cat conftest.err >&5
9657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9658 (exit $ac_status); } && {
9659 test -z "$ac_c_werror_flag" ||
9660 test ! -s conftest.err
9661 } && test -s conftest$ac_exeext && {
9662 test "$cross_compiling" = yes ||
9663 $as_test_x conftest$ac_exeext
9664 }; then
9665 ac_cv_lib_posix_remove=yes
9666 else
9667 $as_echo "$as_me: failed program was:" >&5
9668 sed 's/^/| /' conftest.$ac_ext >&5
9670 ac_cv_lib_posix_remove=no
9673 rm -rf conftest.dSYM
9674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9675 conftest$ac_exeext conftest.$ac_ext
9676 LIBS=$ac_check_lib_save_LIBS
9678 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9679 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9680 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9681 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9686 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9687 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9688 $as_echo_n "checking for shmat... " >&6; }
9689 if test "${ac_cv_func_shmat+set}" = set; then
9690 $as_echo_n "(cached) " >&6
9691 else
9692 cat >conftest.$ac_ext <<_ACEOF
9693 /* confdefs.h. */
9694 _ACEOF
9695 cat confdefs.h >>conftest.$ac_ext
9696 cat >>conftest.$ac_ext <<_ACEOF
9697 /* end confdefs.h. */
9698 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9700 #define shmat innocuous_shmat
9702 /* System header to define __stub macros and hopefully few prototypes,
9703 which can conflict with char shmat (); below.
9704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9705 <limits.h> exists even on freestanding compilers. */
9707 #ifdef __STDC__
9708 # include <limits.h>
9709 #else
9710 # include <assert.h>
9711 #endif
9713 #undef shmat
9715 /* Override any GCC internal prototype to avoid an error.
9716 Use char because int might match the return type of a GCC
9717 builtin and then its argument prototype would still apply. */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char shmat ();
9722 /* The GNU C library defines this for functions which it implements
9723 to always fail with ENOSYS. Some functions are actually named
9724 something starting with __ and the normal name is an alias. */
9725 #if defined __stub_shmat || defined __stub___shmat
9726 choke me
9727 #endif
9730 main ()
9732 return shmat ();
9734 return 0;
9736 _ACEOF
9737 rm -f conftest.$ac_objext conftest$ac_exeext
9738 if { (ac_try="$ac_link"
9739 case "(($ac_try" in
9740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9741 *) ac_try_echo=$ac_try;;
9742 esac
9743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9744 $as_echo "$ac_try_echo") >&5
9745 (eval "$ac_link") 2>conftest.er1
9746 ac_status=$?
9747 grep -v '^ *+' conftest.er1 >conftest.err
9748 rm -f conftest.er1
9749 cat conftest.err >&5
9750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9751 (exit $ac_status); } && {
9752 test -z "$ac_c_werror_flag" ||
9753 test ! -s conftest.err
9754 } && test -s conftest$ac_exeext && {
9755 test "$cross_compiling" = yes ||
9756 $as_test_x conftest$ac_exeext
9757 }; then
9758 ac_cv_func_shmat=yes
9759 else
9760 $as_echo "$as_me: failed program was:" >&5
9761 sed 's/^/| /' conftest.$ac_ext >&5
9763 ac_cv_func_shmat=no
9766 rm -rf conftest.dSYM
9767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9768 conftest$ac_exeext conftest.$ac_ext
9770 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9771 $as_echo "$ac_cv_func_shmat" >&6; }
9773 if test $ac_cv_func_shmat = no; then
9774 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9775 $as_echo_n "checking for shmat in -lipc... " >&6; }
9776 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9777 $as_echo_n "(cached) " >&6
9778 else
9779 ac_check_lib_save_LIBS=$LIBS
9780 LIBS="-lipc $LIBS"
9781 cat >conftest.$ac_ext <<_ACEOF
9782 /* confdefs.h. */
9783 _ACEOF
9784 cat confdefs.h >>conftest.$ac_ext
9785 cat >>conftest.$ac_ext <<_ACEOF
9786 /* end confdefs.h. */
9788 /* Override any GCC internal prototype to avoid an error.
9789 Use char because int might match the return type of a GCC
9790 builtin and then its argument prototype would still apply. */
9791 #ifdef __cplusplus
9792 extern "C"
9793 #endif
9794 char shmat ();
9796 main ()
9798 return shmat ();
9800 return 0;
9802 _ACEOF
9803 rm -f conftest.$ac_objext conftest$ac_exeext
9804 if { (ac_try="$ac_link"
9805 case "(($ac_try" in
9806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9807 *) ac_try_echo=$ac_try;;
9808 esac
9809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9810 $as_echo "$ac_try_echo") >&5
9811 (eval "$ac_link") 2>conftest.er1
9812 ac_status=$?
9813 grep -v '^ *+' conftest.er1 >conftest.err
9814 rm -f conftest.er1
9815 cat conftest.err >&5
9816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9817 (exit $ac_status); } && {
9818 test -z "$ac_c_werror_flag" ||
9819 test ! -s conftest.err
9820 } && test -s conftest$ac_exeext && {
9821 test "$cross_compiling" = yes ||
9822 $as_test_x conftest$ac_exeext
9823 }; then
9824 ac_cv_lib_ipc_shmat=yes
9825 else
9826 $as_echo "$as_me: failed program was:" >&5
9827 sed 's/^/| /' conftest.$ac_ext >&5
9829 ac_cv_lib_ipc_shmat=no
9832 rm -rf conftest.dSYM
9833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9834 conftest$ac_exeext conftest.$ac_ext
9835 LIBS=$ac_check_lib_save_LIBS
9837 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9838 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9839 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9840 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9846 # Check for libraries that X11R6 Xt/Xaw programs need.
9847 ac_save_LDFLAGS=$LDFLAGS
9848 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9849 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9850 # check for ICE first), but we must link in the order -lSM -lICE or
9851 # we get undefined symbols. So assume we have SM if we have ICE.
9852 # These have to be linked with before -lX11, unlike the other
9853 # libraries we check for below, so use a different variable.
9854 # John Interrante, Karl Berry
9855 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9856 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9857 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9858 $as_echo_n "(cached) " >&6
9859 else
9860 ac_check_lib_save_LIBS=$LIBS
9861 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9862 cat >conftest.$ac_ext <<_ACEOF
9863 /* confdefs.h. */
9864 _ACEOF
9865 cat confdefs.h >>conftest.$ac_ext
9866 cat >>conftest.$ac_ext <<_ACEOF
9867 /* end confdefs.h. */
9869 /* Override any GCC internal prototype to avoid an error.
9870 Use char because int might match the return type of a GCC
9871 builtin and then its argument prototype would still apply. */
9872 #ifdef __cplusplus
9873 extern "C"
9874 #endif
9875 char IceConnectionNumber ();
9877 main ()
9879 return IceConnectionNumber ();
9881 return 0;
9883 _ACEOF
9884 rm -f conftest.$ac_objext conftest$ac_exeext
9885 if { (ac_try="$ac_link"
9886 case "(($ac_try" in
9887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9888 *) ac_try_echo=$ac_try;;
9889 esac
9890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9891 $as_echo "$ac_try_echo") >&5
9892 (eval "$ac_link") 2>conftest.er1
9893 ac_status=$?
9894 grep -v '^ *+' conftest.er1 >conftest.err
9895 rm -f conftest.er1
9896 cat conftest.err >&5
9897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } && {
9899 test -z "$ac_c_werror_flag" ||
9900 test ! -s conftest.err
9901 } && test -s conftest$ac_exeext && {
9902 test "$cross_compiling" = yes ||
9903 $as_test_x conftest$ac_exeext
9904 }; then
9905 ac_cv_lib_ICE_IceConnectionNumber=yes
9906 else
9907 $as_echo "$as_me: failed program was:" >&5
9908 sed 's/^/| /' conftest.$ac_ext >&5
9910 ac_cv_lib_ICE_IceConnectionNumber=no
9913 rm -rf conftest.dSYM
9914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9915 conftest$ac_exeext conftest.$ac_ext
9916 LIBS=$ac_check_lib_save_LIBS
9918 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9919 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9920 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9921 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9924 LDFLAGS=$ac_save_LDFLAGS
9929 if test "$have_x" = "yes"
9930 then
9931 XLIB="-lXext -lX11"
9932 ac_save_CPPFLAGS="$CPPFLAGS"
9933 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9935 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9936 $as_echo_n "checking for -lX11... " >&6; }
9937 if test "${ac_cv_lib_soname_X11+set}" = set; then
9938 $as_echo_n "(cached) " >&6
9939 else
9940 ac_check_soname_save_LIBS=$LIBS
9941 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9942 cat >conftest.$ac_ext <<_ACEOF
9943 /* confdefs.h. */
9944 _ACEOF
9945 cat confdefs.h >>conftest.$ac_ext
9946 cat >>conftest.$ac_ext <<_ACEOF
9947 /* end confdefs.h. */
9949 /* Override any GCC internal prototype to avoid an error.
9950 Use char because int might match the return type of a GCC
9951 builtin and then its argument prototype would still apply. */
9952 #ifdef __cplusplus
9953 extern "C"
9954 #endif
9955 char XCreateWindow ();
9957 main ()
9959 return XCreateWindow ();
9961 return 0;
9963 _ACEOF
9964 rm -f conftest.$ac_objext conftest$ac_exeext
9965 if { (ac_try="$ac_link"
9966 case "(($ac_try" in
9967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9968 *) ac_try_echo=$ac_try;;
9969 esac
9970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9971 $as_echo "$ac_try_echo") >&5
9972 (eval "$ac_link") 2>conftest.er1
9973 ac_status=$?
9974 grep -v '^ *+' conftest.er1 >conftest.err
9975 rm -f conftest.er1
9976 cat conftest.err >&5
9977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); } && {
9979 test -z "$ac_c_werror_flag" ||
9980 test ! -s conftest.err
9981 } && test -s conftest$ac_exeext && {
9982 test "$cross_compiling" = yes ||
9983 $as_test_x conftest$ac_exeext
9984 }; then
9985 case "$LIBEXT" in
9986 dll) ;;
9987 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'` ;;
9988 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9989 esac
9990 else
9991 $as_echo "$as_me: failed program was:" >&5
9992 sed 's/^/| /' conftest.$ac_ext >&5
9997 rm -rf conftest.dSYM
9998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9999 conftest$ac_exeext conftest.$ac_ext
10000 LIBS=$ac_check_soname_save_LIBS
10002 if test "x$ac_cv_lib_soname_X11" = "x"; then
10003 { $as_echo "$as_me:$LINENO: result: not found" >&5
10004 $as_echo "not found" >&6; }
10006 else
10007 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10008 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10010 cat >>confdefs.h <<_ACEOF
10011 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10012 _ACEOF
10017 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10018 $as_echo_n "checking for -lXext... " >&6; }
10019 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10020 $as_echo_n "(cached) " >&6
10021 else
10022 ac_check_soname_save_LIBS=$LIBS
10023 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10024 cat >conftest.$ac_ext <<_ACEOF
10025 /* confdefs.h. */
10026 _ACEOF
10027 cat confdefs.h >>conftest.$ac_ext
10028 cat >>conftest.$ac_ext <<_ACEOF
10029 /* end confdefs.h. */
10031 /* Override any GCC internal prototype to avoid an error.
10032 Use char because int might match the return type of a GCC
10033 builtin and then its argument prototype would still apply. */
10034 #ifdef __cplusplus
10035 extern "C"
10036 #endif
10037 char XextCreateExtension ();
10039 main ()
10041 return XextCreateExtension ();
10043 return 0;
10045 _ACEOF
10046 rm -f conftest.$ac_objext conftest$ac_exeext
10047 if { (ac_try="$ac_link"
10048 case "(($ac_try" in
10049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10050 *) ac_try_echo=$ac_try;;
10051 esac
10052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10053 $as_echo "$ac_try_echo") >&5
10054 (eval "$ac_link") 2>conftest.er1
10055 ac_status=$?
10056 grep -v '^ *+' conftest.er1 >conftest.err
10057 rm -f conftest.er1
10058 cat conftest.err >&5
10059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10060 (exit $ac_status); } && {
10061 test -z "$ac_c_werror_flag" ||
10062 test ! -s conftest.err
10063 } && test -s conftest$ac_exeext && {
10064 test "$cross_compiling" = yes ||
10065 $as_test_x conftest$ac_exeext
10066 }; then
10067 case "$LIBEXT" in
10068 dll) ;;
10069 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'` ;;
10070 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10071 esac
10072 else
10073 $as_echo "$as_me: failed program was:" >&5
10074 sed 's/^/| /' conftest.$ac_ext >&5
10079 rm -rf conftest.dSYM
10080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10081 conftest$ac_exeext conftest.$ac_ext
10082 LIBS=$ac_check_soname_save_LIBS
10084 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10085 { $as_echo "$as_me:$LINENO: result: not found" >&5
10086 $as_echo "not found" >&6; }
10088 else
10089 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10090 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10092 cat >>confdefs.h <<_ACEOF
10093 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10094 _ACEOF
10112 for ac_header in X11/Xlib.h \
10113 X11/XKBlib.h \
10114 X11/Xutil.h \
10115 X11/Xcursor/Xcursor.h \
10116 X11/extensions/shape.h \
10117 X11/extensions/XInput.h \
10118 X11/extensions/XShm.h \
10119 X11/extensions/Xcomposite.h \
10120 X11/extensions/Xinerama.h \
10121 X11/extensions/Xrandr.h \
10122 X11/extensions/Xrender.h \
10123 X11/extensions/xf86vmode.h
10125 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10126 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10127 $as_echo_n "checking for $ac_header... " >&6; }
10128 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10129 $as_echo_n "(cached) " >&6
10130 else
10131 cat >conftest.$ac_ext <<_ACEOF
10132 /* confdefs.h. */
10133 _ACEOF
10134 cat confdefs.h >>conftest.$ac_ext
10135 cat >>conftest.$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10137 #ifdef HAVE_X11_XLIB_H
10138 # include <X11/Xlib.h>
10139 #endif
10140 #ifdef HAVE_X11_XUTIL_H
10141 # include <X11/Xutil.h>
10142 #endif
10144 #include <$ac_header>
10145 _ACEOF
10146 rm -f conftest.$ac_objext
10147 if { (ac_try="$ac_compile"
10148 case "(($ac_try" in
10149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10150 *) ac_try_echo=$ac_try;;
10151 esac
10152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10153 $as_echo "$ac_try_echo") >&5
10154 (eval "$ac_compile") 2>conftest.er1
10155 ac_status=$?
10156 grep -v '^ *+' conftest.er1 >conftest.err
10157 rm -f conftest.er1
10158 cat conftest.err >&5
10159 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10160 (exit $ac_status); } && {
10161 test -z "$ac_c_werror_flag" ||
10162 test ! -s conftest.err
10163 } && test -s conftest.$ac_objext; then
10164 eval "$as_ac_Header=yes"
10165 else
10166 $as_echo "$as_me: failed program was:" >&5
10167 sed 's/^/| /' conftest.$ac_ext >&5
10169 eval "$as_ac_Header=no"
10172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10174 ac_res=`eval 'as_val=${'$as_ac_Header'}
10175 $as_echo "$as_val"'`
10176 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10177 $as_echo "$ac_res" >&6; }
10178 as_val=`eval 'as_val=${'$as_ac_Header'}
10179 $as_echo "$as_val"'`
10180 if test "x$as_val" = x""yes; then
10181 cat >>confdefs.h <<_ACEOF
10182 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10183 _ACEOF
10187 done
10190 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10191 then
10192 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10193 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10194 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10195 $as_echo_n "(cached) " >&6
10196 else
10197 ac_check_lib_save_LIBS=$LIBS
10198 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10199 cat >conftest.$ac_ext <<_ACEOF
10200 /* confdefs.h. */
10201 _ACEOF
10202 cat confdefs.h >>conftest.$ac_ext
10203 cat >>conftest.$ac_ext <<_ACEOF
10204 /* end confdefs.h. */
10206 /* Override any GCC internal prototype to avoid an error.
10207 Use char because int might match the return type of a GCC
10208 builtin and then its argument prototype would still apply. */
10209 #ifdef __cplusplus
10210 extern "C"
10211 #endif
10212 char XkbQueryExtension ();
10214 main ()
10216 return XkbQueryExtension ();
10218 return 0;
10220 _ACEOF
10221 rm -f conftest.$ac_objext conftest$ac_exeext
10222 if { (ac_try="$ac_link"
10223 case "(($ac_try" in
10224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10225 *) ac_try_echo=$ac_try;;
10226 esac
10227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10228 $as_echo "$ac_try_echo") >&5
10229 (eval "$ac_link") 2>conftest.er1
10230 ac_status=$?
10231 grep -v '^ *+' conftest.er1 >conftest.err
10232 rm -f conftest.er1
10233 cat conftest.err >&5
10234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10235 (exit $ac_status); } && {
10236 test -z "$ac_c_werror_flag" ||
10237 test ! -s conftest.err
10238 } && test -s conftest$ac_exeext && {
10239 test "$cross_compiling" = yes ||
10240 $as_test_x conftest$ac_exeext
10241 }; then
10242 ac_cv_lib_X11_XkbQueryExtension=yes
10243 else
10244 $as_echo "$as_me: failed program was:" >&5
10245 sed 's/^/| /' conftest.$ac_ext >&5
10247 ac_cv_lib_X11_XkbQueryExtension=no
10250 rm -rf conftest.dSYM
10251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10252 conftest$ac_exeext conftest.$ac_ext
10253 LIBS=$ac_check_lib_save_LIBS
10255 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10256 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10257 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10259 cat >>confdefs.h <<\_ACEOF
10260 #define HAVE_XKB 1
10261 _ACEOF
10267 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10268 then
10269 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10270 $as_echo_n "checking for -lXcursor... " >&6; }
10271 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10272 $as_echo_n "(cached) " >&6
10273 else
10274 ac_check_soname_save_LIBS=$LIBS
10275 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10276 cat >conftest.$ac_ext <<_ACEOF
10277 /* confdefs.h. */
10278 _ACEOF
10279 cat confdefs.h >>conftest.$ac_ext
10280 cat >>conftest.$ac_ext <<_ACEOF
10281 /* end confdefs.h. */
10283 /* Override any GCC internal prototype to avoid an error.
10284 Use char because int might match the return type of a GCC
10285 builtin and then its argument prototype would still apply. */
10286 #ifdef __cplusplus
10287 extern "C"
10288 #endif
10289 char XcursorImageLoadCursor ();
10291 main ()
10293 return XcursorImageLoadCursor ();
10295 return 0;
10297 _ACEOF
10298 rm -f conftest.$ac_objext conftest$ac_exeext
10299 if { (ac_try="$ac_link"
10300 case "(($ac_try" in
10301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10302 *) ac_try_echo=$ac_try;;
10303 esac
10304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10305 $as_echo "$ac_try_echo") >&5
10306 (eval "$ac_link") 2>conftest.er1
10307 ac_status=$?
10308 grep -v '^ *+' conftest.er1 >conftest.err
10309 rm -f conftest.er1
10310 cat conftest.err >&5
10311 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10312 (exit $ac_status); } && {
10313 test -z "$ac_c_werror_flag" ||
10314 test ! -s conftest.err
10315 } && test -s conftest$ac_exeext && {
10316 test "$cross_compiling" = yes ||
10317 $as_test_x conftest$ac_exeext
10318 }; then
10319 case "$LIBEXT" in
10320 dll) ;;
10321 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'` ;;
10322 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10323 esac
10324 else
10325 $as_echo "$as_me: failed program was:" >&5
10326 sed 's/^/| /' conftest.$ac_ext >&5
10331 rm -rf conftest.dSYM
10332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10333 conftest$ac_exeext conftest.$ac_ext
10334 LIBS=$ac_check_soname_save_LIBS
10336 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10337 { $as_echo "$as_me:$LINENO: result: not found" >&5
10338 $as_echo "not found" >&6; }
10340 else
10341 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10342 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10344 cat >>confdefs.h <<_ACEOF
10345 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10346 _ACEOF
10352 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10353 case "x$with_xcursor" in
10354 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10355 xno) ;;
10356 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10357 This is an error since --with-xcursor was requested." >&5
10358 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10359 This is an error since --with-xcursor was requested." >&2;}
10360 { (exit 1); exit 1; }; } ;;
10361 esac
10365 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10366 then
10367 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10368 $as_echo_n "checking for -lXi... " >&6; }
10369 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10370 $as_echo_n "(cached) " >&6
10371 else
10372 ac_check_soname_save_LIBS=$LIBS
10373 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10374 cat >conftest.$ac_ext <<_ACEOF
10375 /* confdefs.h. */
10376 _ACEOF
10377 cat confdefs.h >>conftest.$ac_ext
10378 cat >>conftest.$ac_ext <<_ACEOF
10379 /* end confdefs.h. */
10381 /* Override any GCC internal prototype to avoid an error.
10382 Use char because int might match the return type of a GCC
10383 builtin and then its argument prototype would still apply. */
10384 #ifdef __cplusplus
10385 extern "C"
10386 #endif
10387 char XOpenDevice ();
10389 main ()
10391 return XOpenDevice ();
10393 return 0;
10395 _ACEOF
10396 rm -f conftest.$ac_objext conftest$ac_exeext
10397 if { (ac_try="$ac_link"
10398 case "(($ac_try" in
10399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10400 *) ac_try_echo=$ac_try;;
10401 esac
10402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10403 $as_echo "$ac_try_echo") >&5
10404 (eval "$ac_link") 2>conftest.er1
10405 ac_status=$?
10406 grep -v '^ *+' conftest.er1 >conftest.err
10407 rm -f conftest.er1
10408 cat conftest.err >&5
10409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); } && {
10411 test -z "$ac_c_werror_flag" ||
10412 test ! -s conftest.err
10413 } && test -s conftest$ac_exeext && {
10414 test "$cross_compiling" = yes ||
10415 $as_test_x conftest$ac_exeext
10416 }; then
10417 case "$LIBEXT" in
10418 dll) ;;
10419 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'` ;;
10420 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10421 esac
10422 else
10423 $as_echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10429 rm -rf conftest.dSYM
10430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10431 conftest$ac_exeext conftest.$ac_ext
10432 LIBS=$ac_check_soname_save_LIBS
10434 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10435 { $as_echo "$as_me:$LINENO: result: not found" >&5
10436 $as_echo "not found" >&6; }
10438 else
10439 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10440 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10442 cat >>confdefs.h <<_ACEOF
10443 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10444 _ACEOF
10450 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10451 case "x$with_xinput" in
10452 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10453 xno) ;;
10454 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10455 This is an error since --with-xinput was requested." >&5
10456 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10457 This is an error since --with-xinput was requested." >&2;}
10458 { (exit 1); exit 1; }; } ;;
10459 esac
10463 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10464 then
10465 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10466 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10467 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10468 $as_echo_n "(cached) " >&6
10469 else
10470 ac_check_lib_save_LIBS=$LIBS
10471 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10472 cat >conftest.$ac_ext <<_ACEOF
10473 /* confdefs.h. */
10474 _ACEOF
10475 cat confdefs.h >>conftest.$ac_ext
10476 cat >>conftest.$ac_ext <<_ACEOF
10477 /* end confdefs.h. */
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10482 #ifdef __cplusplus
10483 extern "C"
10484 #endif
10485 char XShmQueryExtension ();
10487 main ()
10489 return XShmQueryExtension ();
10491 return 0;
10493 _ACEOF
10494 rm -f conftest.$ac_objext conftest$ac_exeext
10495 if { (ac_try="$ac_link"
10496 case "(($ac_try" in
10497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10498 *) ac_try_echo=$ac_try;;
10499 esac
10500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10501 $as_echo "$ac_try_echo") >&5
10502 (eval "$ac_link") 2>conftest.er1
10503 ac_status=$?
10504 grep -v '^ *+' conftest.er1 >conftest.err
10505 rm -f conftest.er1
10506 cat conftest.err >&5
10507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10508 (exit $ac_status); } && {
10509 test -z "$ac_c_werror_flag" ||
10510 test ! -s conftest.err
10511 } && test -s conftest$ac_exeext && {
10512 test "$cross_compiling" = yes ||
10513 $as_test_x conftest$ac_exeext
10514 }; then
10515 ac_cv_lib_Xext_XShmQueryExtension=yes
10516 else
10517 $as_echo "$as_me: failed program was:" >&5
10518 sed 's/^/| /' conftest.$ac_ext >&5
10520 ac_cv_lib_Xext_XShmQueryExtension=no
10523 rm -rf conftest.dSYM
10524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10525 conftest$ac_exeext conftest.$ac_ext
10526 LIBS=$ac_check_lib_save_LIBS
10528 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10529 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10530 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10532 cat >>confdefs.h <<\_ACEOF
10533 #define HAVE_LIBXXSHM 1
10534 _ACEOF
10539 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10540 case "x$with_xshm" in
10541 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10542 xno) ;;
10543 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10544 This is an error since --with-xshm was requested." >&5
10545 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10546 This is an error since --with-xshm was requested." >&2;}
10547 { (exit 1); exit 1; }; } ;;
10548 esac
10552 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10553 then
10554 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10555 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10556 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10557 $as_echo_n "(cached) " >&6
10558 else
10559 ac_check_lib_save_LIBS=$LIBS
10560 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10561 cat >conftest.$ac_ext <<_ACEOF
10562 /* confdefs.h. */
10563 _ACEOF
10564 cat confdefs.h >>conftest.$ac_ext
10565 cat >>conftest.$ac_ext <<_ACEOF
10566 /* end confdefs.h. */
10568 /* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char XShapeQueryExtension ();
10576 main ()
10578 return XShapeQueryExtension ();
10580 return 0;
10582 _ACEOF
10583 rm -f conftest.$ac_objext conftest$ac_exeext
10584 if { (ac_try="$ac_link"
10585 case "(($ac_try" in
10586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10587 *) ac_try_echo=$ac_try;;
10588 esac
10589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10590 $as_echo "$ac_try_echo") >&5
10591 (eval "$ac_link") 2>conftest.er1
10592 ac_status=$?
10593 grep -v '^ *+' conftest.er1 >conftest.err
10594 rm -f conftest.er1
10595 cat conftest.err >&5
10596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10597 (exit $ac_status); } && {
10598 test -z "$ac_c_werror_flag" ||
10599 test ! -s conftest.err
10600 } && test -s conftest$ac_exeext && {
10601 test "$cross_compiling" = yes ||
10602 $as_test_x conftest$ac_exeext
10603 }; then
10604 ac_cv_lib_Xext_XShapeQueryExtension=yes
10605 else
10606 $as_echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.$ac_ext >&5
10609 ac_cv_lib_Xext_XShapeQueryExtension=no
10612 rm -rf conftest.dSYM
10613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10614 conftest$ac_exeext conftest.$ac_ext
10615 LIBS=$ac_check_lib_save_LIBS
10617 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10618 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10619 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10621 cat >>confdefs.h <<\_ACEOF
10622 #define HAVE_LIBXSHAPE 1
10623 _ACEOF
10628 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10629 case "x$with_xshape" in
10630 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10631 xno) ;;
10632 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10633 This is an error since --with-xshape was requested." >&5
10634 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10635 This is an error since --with-xshape was requested." >&2;}
10636 { (exit 1); exit 1; }; } ;;
10637 esac
10641 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10642 then
10643 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10644 $as_echo_n "checking for -lXxf86vm... " >&6; }
10645 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10646 $as_echo_n "(cached) " >&6
10647 else
10648 ac_check_soname_save_LIBS=$LIBS
10649 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10650 cat >conftest.$ac_ext <<_ACEOF
10651 /* confdefs.h. */
10652 _ACEOF
10653 cat confdefs.h >>conftest.$ac_ext
10654 cat >>conftest.$ac_ext <<_ACEOF
10655 /* end confdefs.h. */
10657 /* Override any GCC internal prototype to avoid an error.
10658 Use char because int might match the return type of a GCC
10659 builtin and then its argument prototype would still apply. */
10660 #ifdef __cplusplus
10661 extern "C"
10662 #endif
10663 char XF86VidModeQueryExtension ();
10665 main ()
10667 return XF86VidModeQueryExtension ();
10669 return 0;
10671 _ACEOF
10672 rm -f conftest.$ac_objext conftest$ac_exeext
10673 if { (ac_try="$ac_link"
10674 case "(($ac_try" in
10675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10676 *) ac_try_echo=$ac_try;;
10677 esac
10678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10679 $as_echo "$ac_try_echo") >&5
10680 (eval "$ac_link") 2>conftest.er1
10681 ac_status=$?
10682 grep -v '^ *+' conftest.er1 >conftest.err
10683 rm -f conftest.er1
10684 cat conftest.err >&5
10685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10686 (exit $ac_status); } && {
10687 test -z "$ac_c_werror_flag" ||
10688 test ! -s conftest.err
10689 } && test -s conftest$ac_exeext && {
10690 test "$cross_compiling" = yes ||
10691 $as_test_x conftest$ac_exeext
10692 }; then
10693 case "$LIBEXT" in
10694 dll) ;;
10695 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'` ;;
10696 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10697 esac
10698 else
10699 $as_echo "$as_me: failed program was:" >&5
10700 sed 's/^/| /' conftest.$ac_ext >&5
10705 rm -rf conftest.dSYM
10706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10707 conftest$ac_exeext conftest.$ac_ext
10708 LIBS=$ac_check_soname_save_LIBS
10710 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10711 { $as_echo "$as_me:$LINENO: result: not found" >&5
10712 $as_echo "not found" >&6; }
10714 else
10715 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10716 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10718 cat >>confdefs.h <<_ACEOF
10719 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10720 _ACEOF
10726 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10727 case "x$with_xxf86vm" in
10728 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10729 xno) ;;
10730 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10731 This is an error since --with-xxf86vm was requested." >&5
10732 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10733 This is an error since --with-xxf86vm was requested." >&2;}
10734 { (exit 1); exit 1; }; } ;;
10735 esac
10739 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"
10740 then
10741 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10742 $as_echo_n "checking for -lXrender... " >&6; }
10743 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10744 $as_echo_n "(cached) " >&6
10745 else
10746 ac_check_soname_save_LIBS=$LIBS
10747 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10748 cat >conftest.$ac_ext <<_ACEOF
10749 /* confdefs.h. */
10750 _ACEOF
10751 cat confdefs.h >>conftest.$ac_ext
10752 cat >>conftest.$ac_ext <<_ACEOF
10753 /* end confdefs.h. */
10755 /* Override any GCC internal prototype to avoid an error.
10756 Use char because int might match the return type of a GCC
10757 builtin and then its argument prototype would still apply. */
10758 #ifdef __cplusplus
10759 extern "C"
10760 #endif
10761 char XRenderQueryExtension ();
10763 main ()
10765 return XRenderQueryExtension ();
10767 return 0;
10769 _ACEOF
10770 rm -f conftest.$ac_objext conftest$ac_exeext
10771 if { (ac_try="$ac_link"
10772 case "(($ac_try" in
10773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10774 *) ac_try_echo=$ac_try;;
10775 esac
10776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10777 $as_echo "$ac_try_echo") >&5
10778 (eval "$ac_link") 2>conftest.er1
10779 ac_status=$?
10780 grep -v '^ *+' conftest.er1 >conftest.err
10781 rm -f conftest.er1
10782 cat conftest.err >&5
10783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10784 (exit $ac_status); } && {
10785 test -z "$ac_c_werror_flag" ||
10786 test ! -s conftest.err
10787 } && test -s conftest$ac_exeext && {
10788 test "$cross_compiling" = yes ||
10789 $as_test_x conftest$ac_exeext
10790 }; then
10791 case "$LIBEXT" in
10792 dll) ;;
10793 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'` ;;
10794 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10795 esac
10796 else
10797 $as_echo "$as_me: failed program was:" >&5
10798 sed 's/^/| /' conftest.$ac_ext >&5
10803 rm -rf conftest.dSYM
10804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10805 conftest$ac_exeext conftest.$ac_ext
10806 LIBS=$ac_check_soname_save_LIBS
10808 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10809 { $as_echo "$as_me:$LINENO: result: not found" >&5
10810 $as_echo "not found" >&6; }
10812 else
10813 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10814 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10816 cat >>confdefs.h <<_ACEOF
10817 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10818 _ACEOF
10820 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10821 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10822 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10823 $as_echo_n "(cached) " >&6
10824 else
10825 ac_check_lib_save_LIBS=$LIBS
10826 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10827 cat >conftest.$ac_ext <<_ACEOF
10828 /* confdefs.h. */
10829 _ACEOF
10830 cat confdefs.h >>conftest.$ac_ext
10831 cat >>conftest.$ac_ext <<_ACEOF
10832 /* end confdefs.h. */
10834 /* Override any GCC internal prototype to avoid an error.
10835 Use char because int might match the return type of a GCC
10836 builtin and then its argument prototype would still apply. */
10837 #ifdef __cplusplus
10838 extern "C"
10839 #endif
10840 char XRenderSetPictureTransform ();
10842 main ()
10844 return XRenderSetPictureTransform ();
10846 return 0;
10848 _ACEOF
10849 rm -f conftest.$ac_objext conftest$ac_exeext
10850 if { (ac_try="$ac_link"
10851 case "(($ac_try" in
10852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10853 *) ac_try_echo=$ac_try;;
10854 esac
10855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10856 $as_echo "$ac_try_echo") >&5
10857 (eval "$ac_link") 2>conftest.er1
10858 ac_status=$?
10859 grep -v '^ *+' conftest.er1 >conftest.err
10860 rm -f conftest.er1
10861 cat conftest.err >&5
10862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10863 (exit $ac_status); } && {
10864 test -z "$ac_c_werror_flag" ||
10865 test ! -s conftest.err
10866 } && test -s conftest$ac_exeext && {
10867 test "$cross_compiling" = yes ||
10868 $as_test_x conftest$ac_exeext
10869 }; then
10870 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10871 else
10872 $as_echo "$as_me: failed program was:" >&5
10873 sed 's/^/| /' conftest.$ac_ext >&5
10875 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10878 rm -rf conftest.dSYM
10879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10880 conftest$ac_exeext conftest.$ac_ext
10881 LIBS=$ac_check_lib_save_LIBS
10883 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10884 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10885 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10887 cat >>confdefs.h <<\_ACEOF
10888 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10889 _ACEOF
10897 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10898 case "x$with_xrender" in
10899 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10900 xno) ;;
10901 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10902 This is an error since --with-xrender was requested." >&5
10903 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10904 This is an error since --with-xrender was requested." >&2;}
10905 { (exit 1); exit 1; }; } ;;
10906 esac
10910 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10911 then
10912 cat >conftest.$ac_ext <<_ACEOF
10913 /* confdefs.h. */
10914 _ACEOF
10915 cat confdefs.h >>conftest.$ac_ext
10916 cat >>conftest.$ac_ext <<_ACEOF
10917 /* end confdefs.h. */
10918 #include <X11/Xlib.h>
10919 #include <X11/extensions/Xrandr.h>
10921 main ()
10923 static typeof(XRRSetScreenConfigAndRate) * func;
10925 return 0;
10927 _ACEOF
10928 rm -f conftest.$ac_objext
10929 if { (ac_try="$ac_compile"
10930 case "(($ac_try" in
10931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10932 *) ac_try_echo=$ac_try;;
10933 esac
10934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10935 $as_echo "$ac_try_echo") >&5
10936 (eval "$ac_compile") 2>conftest.er1
10937 ac_status=$?
10938 grep -v '^ *+' conftest.er1 >conftest.err
10939 rm -f conftest.er1
10940 cat conftest.err >&5
10941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10942 (exit $ac_status); } && {
10943 test -z "$ac_c_werror_flag" ||
10944 test ! -s conftest.err
10945 } && test -s conftest.$ac_objext; then
10946 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10947 $as_echo_n "checking for -lXrandr... " >&6; }
10948 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10949 $as_echo_n "(cached) " >&6
10950 else
10951 ac_check_soname_save_LIBS=$LIBS
10952 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10953 cat >conftest.$ac_ext <<_ACEOF
10954 /* confdefs.h. */
10955 _ACEOF
10956 cat confdefs.h >>conftest.$ac_ext
10957 cat >>conftest.$ac_ext <<_ACEOF
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char XRRQueryExtension ();
10968 main ()
10970 return XRRQueryExtension ();
10972 return 0;
10974 _ACEOF
10975 rm -f conftest.$ac_objext conftest$ac_exeext
10976 if { (ac_try="$ac_link"
10977 case "(($ac_try" in
10978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10979 *) ac_try_echo=$ac_try;;
10980 esac
10981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10982 $as_echo "$ac_try_echo") >&5
10983 (eval "$ac_link") 2>conftest.er1
10984 ac_status=$?
10985 grep -v '^ *+' conftest.er1 >conftest.err
10986 rm -f conftest.er1
10987 cat conftest.err >&5
10988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10989 (exit $ac_status); } && {
10990 test -z "$ac_c_werror_flag" ||
10991 test ! -s conftest.err
10992 } && test -s conftest$ac_exeext && {
10993 test "$cross_compiling" = yes ||
10994 $as_test_x conftest$ac_exeext
10995 }; then
10996 case "$LIBEXT" in
10997 dll) ;;
10998 dylib) ac_cv_lib_soname_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'` ;;
10999 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11000 esac
11001 else
11002 $as_echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 rm -rf conftest.dSYM
11009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11010 conftest$ac_exeext conftest.$ac_ext
11011 LIBS=$ac_check_soname_save_LIBS
11013 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11014 { $as_echo "$as_me:$LINENO: result: not found" >&5
11015 $as_echo "not found" >&6; }
11017 else
11018 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11019 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11021 cat >>confdefs.h <<_ACEOF
11022 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11023 _ACEOF
11028 else
11029 $as_echo "$as_me: failed program was:" >&5
11030 sed 's/^/| /' conftest.$ac_ext >&5
11035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11037 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11038 case "x$with_xrandr" in
11039 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11040 xno) ;;
11041 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11042 This is an error since --with-xrandr was requested." >&5
11043 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11044 This is an error since --with-xrandr was requested." >&2;}
11045 { (exit 1); exit 1; }; } ;;
11046 esac
11050 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11051 then
11052 cat >conftest.$ac_ext <<_ACEOF
11053 /* confdefs.h. */
11054 _ACEOF
11055 cat confdefs.h >>conftest.$ac_ext
11056 cat >>conftest.$ac_ext <<_ACEOF
11057 /* end confdefs.h. */
11058 #include <X11/Xlib.h>
11059 #include <X11/extensions/Xinerama.h>
11061 main ()
11063 static typeof(XineramaQueryScreens) * func;
11065 return 0;
11067 _ACEOF
11068 rm -f conftest.$ac_objext
11069 if { (ac_try="$ac_compile"
11070 case "(($ac_try" in
11071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11072 *) ac_try_echo=$ac_try;;
11073 esac
11074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11075 $as_echo "$ac_try_echo") >&5
11076 (eval "$ac_compile") 2>conftest.er1
11077 ac_status=$?
11078 grep -v '^ *+' conftest.er1 >conftest.err
11079 rm -f conftest.er1
11080 cat conftest.err >&5
11081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); } && {
11083 test -z "$ac_c_werror_flag" ||
11084 test ! -s conftest.err
11085 } && test -s conftest.$ac_objext; then
11086 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11087 $as_echo_n "checking for -lXinerama... " >&6; }
11088 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11089 $as_echo_n "(cached) " >&6
11090 else
11091 ac_check_soname_save_LIBS=$LIBS
11092 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11093 cat >conftest.$ac_ext <<_ACEOF
11094 /* confdefs.h. */
11095 _ACEOF
11096 cat confdefs.h >>conftest.$ac_ext
11097 cat >>conftest.$ac_ext <<_ACEOF
11098 /* end confdefs.h. */
11100 /* Override any GCC internal prototype to avoid an error.
11101 Use char because int might match the return type of a GCC
11102 builtin and then its argument prototype would still apply. */
11103 #ifdef __cplusplus
11104 extern "C"
11105 #endif
11106 char XineramaQueryScreens ();
11108 main ()
11110 return XineramaQueryScreens ();
11112 return 0;
11114 _ACEOF
11115 rm -f conftest.$ac_objext conftest$ac_exeext
11116 if { (ac_try="$ac_link"
11117 case "(($ac_try" in
11118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11119 *) ac_try_echo=$ac_try;;
11120 esac
11121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11122 $as_echo "$ac_try_echo") >&5
11123 (eval "$ac_link") 2>conftest.er1
11124 ac_status=$?
11125 grep -v '^ *+' conftest.er1 >conftest.err
11126 rm -f conftest.er1
11127 cat conftest.err >&5
11128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11129 (exit $ac_status); } && {
11130 test -z "$ac_c_werror_flag" ||
11131 test ! -s conftest.err
11132 } && test -s conftest$ac_exeext && {
11133 test "$cross_compiling" = yes ||
11134 $as_test_x conftest$ac_exeext
11135 }; then
11136 case "$LIBEXT" in
11137 dll) ;;
11138 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'` ;;
11139 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11140 esac
11141 else
11142 $as_echo "$as_me: failed program was:" >&5
11143 sed 's/^/| /' conftest.$ac_ext >&5
11148 rm -rf conftest.dSYM
11149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11150 conftest$ac_exeext conftest.$ac_ext
11151 LIBS=$ac_check_soname_save_LIBS
11153 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11154 { $as_echo "$as_me:$LINENO: result: not found" >&5
11155 $as_echo "not found" >&6; }
11157 else
11158 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11159 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11161 cat >>confdefs.h <<_ACEOF
11162 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11163 _ACEOF
11168 else
11169 $as_echo "$as_me: failed program was:" >&5
11170 sed 's/^/| /' conftest.$ac_ext >&5
11175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11177 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11178 case "x$with_xinerama" in
11179 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11180 xno) ;;
11181 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11182 This is an error since --with-xinerama was requested." >&5
11183 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11184 This is an error since --with-xinerama was requested." >&2;}
11185 { (exit 1); exit 1; }; } ;;
11186 esac
11190 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11191 then
11192 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11193 $as_echo_n "checking for -lXcomposite... " >&6; }
11194 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11195 $as_echo_n "(cached) " >&6
11196 else
11197 ac_check_soname_save_LIBS=$LIBS
11198 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11199 cat >conftest.$ac_ext <<_ACEOF
11200 /* confdefs.h. */
11201 _ACEOF
11202 cat confdefs.h >>conftest.$ac_ext
11203 cat >>conftest.$ac_ext <<_ACEOF
11204 /* end confdefs.h. */
11206 /* Override any GCC internal prototype to avoid an error.
11207 Use char because int might match the return type of a GCC
11208 builtin and then its argument prototype would still apply. */
11209 #ifdef __cplusplus
11210 extern "C"
11211 #endif
11212 char XCompositeRedirectWindow ();
11214 main ()
11216 return XCompositeRedirectWindow ();
11218 return 0;
11220 _ACEOF
11221 rm -f conftest.$ac_objext conftest$ac_exeext
11222 if { (ac_try="$ac_link"
11223 case "(($ac_try" in
11224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 *) ac_try_echo=$ac_try;;
11226 esac
11227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11228 $as_echo "$ac_try_echo") >&5
11229 (eval "$ac_link") 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } && {
11236 test -z "$ac_c_werror_flag" ||
11237 test ! -s conftest.err
11238 } && test -s conftest$ac_exeext && {
11239 test "$cross_compiling" = yes ||
11240 $as_test_x conftest$ac_exeext
11241 }; then
11242 case "$LIBEXT" in
11243 dll) ;;
11244 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'` ;;
11245 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11246 esac
11247 else
11248 $as_echo "$as_me: failed program was:" >&5
11249 sed 's/^/| /' conftest.$ac_ext >&5
11254 rm -rf conftest.dSYM
11255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11256 conftest$ac_exeext conftest.$ac_ext
11257 LIBS=$ac_check_soname_save_LIBS
11259 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11260 { $as_echo "$as_me:$LINENO: result: not found" >&5
11261 $as_echo "not found" >&6; }
11263 else
11264 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11265 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11267 cat >>confdefs.h <<_ACEOF
11268 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11269 _ACEOF
11275 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11276 case "x$with_xcomposite" in
11277 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11278 xno) ;;
11279 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11280 This is an error since --with-xcomposite was requested." >&5
11281 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11282 This is an error since --with-xcomposite was requested." >&2;}
11283 { (exit 1); exit 1; }; } ;;
11284 esac
11288 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11289 $as_echo_n "checking for XICCallback.callback... " >&6; }
11290 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11291 $as_echo_n "(cached) " >&6
11292 else
11293 cat >conftest.$ac_ext <<_ACEOF
11294 /* confdefs.h. */
11295 _ACEOF
11296 cat confdefs.h >>conftest.$ac_ext
11297 cat >>conftest.$ac_ext <<_ACEOF
11298 /* end confdefs.h. */
11299 #ifdef HAVE_X11_XLIB_H
11300 #include <X11/Xlib.h>
11301 #endif
11304 main ()
11306 static XICCallback ac_aggr;
11307 if (ac_aggr.callback)
11308 return 0;
11310 return 0;
11312 _ACEOF
11313 rm -f conftest.$ac_objext
11314 if { (ac_try="$ac_compile"
11315 case "(($ac_try" in
11316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11317 *) ac_try_echo=$ac_try;;
11318 esac
11319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11320 $as_echo "$ac_try_echo") >&5
11321 (eval "$ac_compile") 2>conftest.er1
11322 ac_status=$?
11323 grep -v '^ *+' conftest.er1 >conftest.err
11324 rm -f conftest.er1
11325 cat conftest.err >&5
11326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); } && {
11328 test -z "$ac_c_werror_flag" ||
11329 test ! -s conftest.err
11330 } && test -s conftest.$ac_objext; then
11331 ac_cv_member_XICCallback_callback=yes
11332 else
11333 $as_echo "$as_me: failed program was:" >&5
11334 sed 's/^/| /' conftest.$ac_ext >&5
11336 cat >conftest.$ac_ext <<_ACEOF
11337 /* confdefs.h. */
11338 _ACEOF
11339 cat confdefs.h >>conftest.$ac_ext
11340 cat >>conftest.$ac_ext <<_ACEOF
11341 /* end confdefs.h. */
11342 #ifdef HAVE_X11_XLIB_H
11343 #include <X11/Xlib.h>
11344 #endif
11347 main ()
11349 static XICCallback ac_aggr;
11350 if (sizeof ac_aggr.callback)
11351 return 0;
11353 return 0;
11355 _ACEOF
11356 rm -f conftest.$ac_objext
11357 if { (ac_try="$ac_compile"
11358 case "(($ac_try" in
11359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11360 *) ac_try_echo=$ac_try;;
11361 esac
11362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11363 $as_echo "$ac_try_echo") >&5
11364 (eval "$ac_compile") 2>conftest.er1
11365 ac_status=$?
11366 grep -v '^ *+' conftest.er1 >conftest.err
11367 rm -f conftest.er1
11368 cat conftest.err >&5
11369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11370 (exit $ac_status); } && {
11371 test -z "$ac_c_werror_flag" ||
11372 test ! -s conftest.err
11373 } && test -s conftest.$ac_objext; then
11374 ac_cv_member_XICCallback_callback=yes
11375 else
11376 $as_echo "$as_me: failed program was:" >&5
11377 sed 's/^/| /' conftest.$ac_ext >&5
11379 ac_cv_member_XICCallback_callback=no
11382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11387 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11388 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11389 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11391 cat >>confdefs.h <<_ACEOF
11392 #define HAVE_XICCALLBACK_CALLBACK 1
11393 _ACEOF
11400 opengl_msg=""
11401 if test "x$with_opengl" != "xno"
11402 then
11406 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11408 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11409 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11410 $as_echo_n "checking for $ac_header... " >&6; }
11411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11412 $as_echo_n "(cached) " >&6
11413 else
11414 cat >conftest.$ac_ext <<_ACEOF
11415 /* confdefs.h. */
11416 _ACEOF
11417 cat confdefs.h >>conftest.$ac_ext
11418 cat >>conftest.$ac_ext <<_ACEOF
11419 /* end confdefs.h. */
11420 #ifdef HAVE_GL_GLX_H
11421 # include <GL/glx.h>
11422 #endif
11424 #include <$ac_header>
11425 _ACEOF
11426 rm -f conftest.$ac_objext
11427 if { (ac_try="$ac_compile"
11428 case "(($ac_try" in
11429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11430 *) ac_try_echo=$ac_try;;
11431 esac
11432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11433 $as_echo "$ac_try_echo") >&5
11434 (eval "$ac_compile") 2>conftest.er1
11435 ac_status=$?
11436 grep -v '^ *+' conftest.er1 >conftest.err
11437 rm -f conftest.er1
11438 cat conftest.err >&5
11439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11440 (exit $ac_status); } && {
11441 test -z "$ac_c_werror_flag" ||
11442 test ! -s conftest.err
11443 } && test -s conftest.$ac_objext; then
11444 eval "$as_ac_Header=yes"
11445 else
11446 $as_echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.$ac_ext >&5
11449 eval "$as_ac_Header=no"
11452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11454 ac_res=`eval 'as_val=${'$as_ac_Header'}
11455 $as_echo "$as_val"'`
11456 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11457 $as_echo "$ac_res" >&6; }
11458 as_val=`eval 'as_val=${'$as_ac_Header'}
11459 $as_echo "$as_val"'`
11460 if test "x$as_val" = x""yes; then
11461 cat >>confdefs.h <<_ACEOF
11462 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11463 _ACEOF
11467 done
11469 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11470 then
11471 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11472 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11473 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11474 $as_echo_n "(cached) " >&6
11475 else
11476 cat >conftest.$ac_ext <<_ACEOF
11477 /* confdefs.h. */
11478 _ACEOF
11479 cat confdefs.h >>conftest.$ac_ext
11480 cat >>conftest.$ac_ext <<_ACEOF
11481 /* end confdefs.h. */
11482 #include <GL/gl.h>
11484 main ()
11486 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11488 return 0;
11490 _ACEOF
11491 rm -f conftest.$ac_objext
11492 if { (ac_try="$ac_compile"
11493 case "(($ac_try" in
11494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11495 *) ac_try_echo=$ac_try;;
11496 esac
11497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11498 $as_echo "$ac_try_echo") >&5
11499 (eval "$ac_compile") 2>conftest.er1
11500 ac_status=$?
11501 grep -v '^ *+' conftest.er1 >conftest.err
11502 rm -f conftest.er1
11503 cat conftest.err >&5
11504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11505 (exit $ac_status); } && {
11506 test -z "$ac_c_werror_flag" ||
11507 test ! -s conftest.err
11508 } && test -s conftest.$ac_objext; then
11509 wine_cv_opengl_header_version_OK="yes"
11510 else
11511 $as_echo "$as_me: failed program was:" >&5
11512 sed 's/^/| /' conftest.$ac_ext >&5
11514 wine_cv_opengl_header_version_OK="no"
11517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11519 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11520 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11522 if test "$wine_cv_opengl_header_version_OK" = "yes"
11523 then
11524 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11525 $as_echo_n "checking for -lGL... " >&6; }
11526 if test "${ac_cv_lib_soname_GL+set}" = set; then
11527 $as_echo_n "(cached) " >&6
11528 else
11529 ac_check_soname_save_LIBS=$LIBS
11530 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11531 cat >conftest.$ac_ext <<_ACEOF
11532 /* confdefs.h. */
11533 _ACEOF
11534 cat confdefs.h >>conftest.$ac_ext
11535 cat >>conftest.$ac_ext <<_ACEOF
11536 /* end confdefs.h. */
11538 /* Override any GCC internal prototype to avoid an error.
11539 Use char because int might match the return type of a GCC
11540 builtin and then its argument prototype would still apply. */
11541 #ifdef __cplusplus
11542 extern "C"
11543 #endif
11544 char glXCreateContext ();
11546 main ()
11548 return glXCreateContext ();
11550 return 0;
11552 _ACEOF
11553 rm -f conftest.$ac_objext conftest$ac_exeext
11554 if { (ac_try="$ac_link"
11555 case "(($ac_try" in
11556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11557 *) ac_try_echo=$ac_try;;
11558 esac
11559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11560 $as_echo "$ac_try_echo") >&5
11561 (eval "$ac_link") 2>conftest.er1
11562 ac_status=$?
11563 grep -v '^ *+' conftest.er1 >conftest.err
11564 rm -f conftest.er1
11565 cat conftest.err >&5
11566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11567 (exit $ac_status); } && {
11568 test -z "$ac_c_werror_flag" ||
11569 test ! -s conftest.err
11570 } && test -s conftest$ac_exeext && {
11571 test "$cross_compiling" = yes ||
11572 $as_test_x conftest$ac_exeext
11573 }; then
11574 case "$LIBEXT" in
11575 dll) ;;
11576 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'` ;;
11577 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11578 esac
11579 else
11580 $as_echo "$as_me: failed program was:" >&5
11581 sed 's/^/| /' conftest.$ac_ext >&5
11586 rm -rf conftest.dSYM
11587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11588 conftest$ac_exeext conftest.$ac_ext
11589 LIBS=$ac_check_soname_save_LIBS
11591 if test "x$ac_cv_lib_soname_GL" = "x"; then
11592 { $as_echo "$as_me:$LINENO: result: not found" >&5
11593 $as_echo "not found" >&6; }
11594 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11595 $as_echo_n "checking for -lGL... " >&6; }
11596 if test "${ac_cv_lib_soname_GL+set}" = set; then
11597 $as_echo_n "(cached) " >&6
11598 else
11599 ac_check_soname_save_LIBS=$LIBS
11600 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"
11601 cat >conftest.$ac_ext <<_ACEOF
11602 /* confdefs.h. */
11603 _ACEOF
11604 cat confdefs.h >>conftest.$ac_ext
11605 cat >>conftest.$ac_ext <<_ACEOF
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11611 #ifdef __cplusplus
11612 extern "C"
11613 #endif
11614 char glXCreateContext ();
11616 main ()
11618 return glXCreateContext ();
11620 return 0;
11622 _ACEOF
11623 rm -f conftest.$ac_objext conftest$ac_exeext
11624 if { (ac_try="$ac_link"
11625 case "(($ac_try" in
11626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11627 *) ac_try_echo=$ac_try;;
11628 esac
11629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11630 $as_echo "$ac_try_echo") >&5
11631 (eval "$ac_link") 2>conftest.er1
11632 ac_status=$?
11633 grep -v '^ *+' conftest.er1 >conftest.err
11634 rm -f conftest.er1
11635 cat conftest.err >&5
11636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11637 (exit $ac_status); } && {
11638 test -z "$ac_c_werror_flag" ||
11639 test ! -s conftest.err
11640 } && test -s conftest$ac_exeext && {
11641 test "$cross_compiling" = yes ||
11642 $as_test_x conftest$ac_exeext
11643 }; then
11644 case "$LIBEXT" in
11645 dll) ;;
11646 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'` ;;
11647 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11648 esac
11649 else
11650 $as_echo "$as_me: failed program was:" >&5
11651 sed 's/^/| /' conftest.$ac_ext >&5
11656 rm -rf conftest.dSYM
11657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11658 conftest$ac_exeext conftest.$ac_ext
11659 LIBS=$ac_check_soname_save_LIBS
11661 if test "x$ac_cv_lib_soname_GL" = "x"; then
11662 { $as_echo "$as_me:$LINENO: result: not found" >&5
11663 $as_echo "not found" >&6; }
11664 if test -f /usr/X11R6/lib/libGL.a
11665 then
11666 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11667 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11668 else
11669 opengl_msg="No OpenGL library found on this system."
11671 else
11672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11673 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11675 cat >>confdefs.h <<_ACEOF
11676 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11677 _ACEOF
11679 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"
11681 cat >>confdefs.h <<\_ACEOF
11682 #define HAVE_OPENGL 1
11683 _ACEOF
11687 else
11688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11689 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11691 cat >>confdefs.h <<_ACEOF
11692 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11693 _ACEOF
11695 OPENGL_LIBS="-lGL"
11697 cat >>confdefs.h <<\_ACEOF
11698 #define HAVE_OPENGL 1
11699 _ACEOF
11703 if test "$ac_cv_header_GL_glu_h" = "yes"
11704 then
11705 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11706 $as_echo_n "checking for -lGLU... " >&6; }
11707 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11708 $as_echo_n "(cached) " >&6
11709 else
11710 ac_check_soname_save_LIBS=$LIBS
11711 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11712 cat >conftest.$ac_ext <<_ACEOF
11713 /* confdefs.h. */
11714 _ACEOF
11715 cat confdefs.h >>conftest.$ac_ext
11716 cat >>conftest.$ac_ext <<_ACEOF
11717 /* end confdefs.h. */
11719 /* Override any GCC internal prototype to avoid an error.
11720 Use char because int might match the return type of a GCC
11721 builtin and then its argument prototype would still apply. */
11722 #ifdef __cplusplus
11723 extern "C"
11724 #endif
11725 char gluLookAt ();
11727 main ()
11729 return gluLookAt ();
11731 return 0;
11733 _ACEOF
11734 rm -f conftest.$ac_objext conftest$ac_exeext
11735 if { (ac_try="$ac_link"
11736 case "(($ac_try" in
11737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11738 *) ac_try_echo=$ac_try;;
11739 esac
11740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11741 $as_echo "$ac_try_echo") >&5
11742 (eval "$ac_link") 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } && {
11749 test -z "$ac_c_werror_flag" ||
11750 test ! -s conftest.err
11751 } && test -s conftest$ac_exeext && {
11752 test "$cross_compiling" = yes ||
11753 $as_test_x conftest$ac_exeext
11754 }; then
11755 case "$LIBEXT" in
11756 dll) ;;
11757 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'` ;;
11758 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11759 esac
11760 else
11761 $as_echo "$as_me: failed program was:" >&5
11762 sed 's/^/| /' conftest.$ac_ext >&5
11767 rm -rf conftest.dSYM
11768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11769 conftest$ac_exeext conftest.$ac_ext
11770 LIBS=$ac_check_soname_save_LIBS
11772 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11773 { $as_echo "$as_me:$LINENO: result: not found" >&5
11774 $as_echo "not found" >&6; }
11776 else
11777 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11778 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11780 cat >>confdefs.h <<_ACEOF
11781 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11782 _ACEOF
11788 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11789 case "x$with_glu" in
11790 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11791 xno) ;;
11792 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11793 This is an error since --with-glu was requested." >&5
11794 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11795 This is an error since --with-glu was requested." >&2;}
11796 { (exit 1); exit 1; }; } ;;
11797 esac
11800 else
11801 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11803 else
11804 opengl_msg="OpenGL development headers not found."
11806 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11807 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11808 else
11809 enable_opengl32=${enable_opengl32:-no}
11810 enable_glu32=${enable_glu32:-no}
11812 if test -n "$opengl_msg"; then
11813 case "x$with_opengl" in
11814 x) wine_warnings="$wine_warnings|$opengl_msg
11815 OpenGL and Direct3D won't be supported." ;;
11816 xno) ;;
11817 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11818 OpenGL and Direct3D won't be supported.
11819 This is an error since --with-opengl was requested." >&5
11820 $as_echo "$as_me: error: $opengl_msg
11821 OpenGL and Direct3D won't be supported.
11822 This is an error since --with-opengl was requested." >&2;}
11823 { (exit 1); exit 1; }; } ;;
11824 esac
11828 NASLIBS=""
11831 for ac_header in audio/audiolib.h
11833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11835 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11836 $as_echo_n "checking for $ac_header... " >&6; }
11837 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11838 $as_echo_n "(cached) " >&6
11840 ac_res=`eval 'as_val=${'$as_ac_Header'}
11841 $as_echo "$as_val"'`
11842 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11843 $as_echo "$ac_res" >&6; }
11844 else
11845 # Is the header compilable?
11846 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11847 $as_echo_n "checking $ac_header usability... " >&6; }
11848 cat >conftest.$ac_ext <<_ACEOF
11849 /* confdefs.h. */
11850 _ACEOF
11851 cat confdefs.h >>conftest.$ac_ext
11852 cat >>conftest.$ac_ext <<_ACEOF
11853 /* end confdefs.h. */
11854 $ac_includes_default
11855 #include <$ac_header>
11856 _ACEOF
11857 rm -f conftest.$ac_objext
11858 if { (ac_try="$ac_compile"
11859 case "(($ac_try" in
11860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11861 *) ac_try_echo=$ac_try;;
11862 esac
11863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11864 $as_echo "$ac_try_echo") >&5
11865 (eval "$ac_compile") 2>conftest.er1
11866 ac_status=$?
11867 grep -v '^ *+' conftest.er1 >conftest.err
11868 rm -f conftest.er1
11869 cat conftest.err >&5
11870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); } && {
11872 test -z "$ac_c_werror_flag" ||
11873 test ! -s conftest.err
11874 } && test -s conftest.$ac_objext; then
11875 ac_header_compiler=yes
11876 else
11877 $as_echo "$as_me: failed program was:" >&5
11878 sed 's/^/| /' conftest.$ac_ext >&5
11880 ac_header_compiler=no
11883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11884 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11885 $as_echo "$ac_header_compiler" >&6; }
11887 # Is the header present?
11888 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11889 $as_echo_n "checking $ac_header presence... " >&6; }
11890 cat >conftest.$ac_ext <<_ACEOF
11891 /* confdefs.h. */
11892 _ACEOF
11893 cat confdefs.h >>conftest.$ac_ext
11894 cat >>conftest.$ac_ext <<_ACEOF
11895 /* end confdefs.h. */
11896 #include <$ac_header>
11897 _ACEOF
11898 if { (ac_try="$ac_cpp conftest.$ac_ext"
11899 case "(($ac_try" in
11900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11901 *) ac_try_echo=$ac_try;;
11902 esac
11903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11904 $as_echo "$ac_try_echo") >&5
11905 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11906 ac_status=$?
11907 grep -v '^ *+' conftest.er1 >conftest.err
11908 rm -f conftest.er1
11909 cat conftest.err >&5
11910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11911 (exit $ac_status); } >/dev/null && {
11912 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11913 test ! -s conftest.err
11914 }; then
11915 ac_header_preproc=yes
11916 else
11917 $as_echo "$as_me: failed program was:" >&5
11918 sed 's/^/| /' conftest.$ac_ext >&5
11920 ac_header_preproc=no
11923 rm -f conftest.err conftest.$ac_ext
11924 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11925 $as_echo "$ac_header_preproc" >&6; }
11927 # So? What about this header?
11928 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11929 yes:no: )
11930 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11931 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11932 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11933 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11934 ac_header_preproc=yes
11936 no:yes:* )
11937 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11938 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11939 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11940 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11941 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11942 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11943 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11944 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11945 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11946 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11947 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11948 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11949 ( cat <<\_ASBOX
11950 ## ------------------------------------ ##
11951 ## Report this to wine-devel@winehq.org ##
11952 ## ------------------------------------ ##
11953 _ASBOX
11954 ) | sed "s/^/$as_me: WARNING: /" >&2
11956 esac
11957 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11958 $as_echo_n "checking for $ac_header... " >&6; }
11959 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11960 $as_echo_n "(cached) " >&6
11961 else
11962 eval "$as_ac_Header=\$ac_header_preproc"
11964 ac_res=`eval 'as_val=${'$as_ac_Header'}
11965 $as_echo "$as_val"'`
11966 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11967 $as_echo "$ac_res" >&6; }
11970 as_val=`eval 'as_val=${'$as_ac_Header'}
11971 $as_echo "$as_val"'`
11972 if test "x$as_val" = x""yes; then
11973 cat >>confdefs.h <<_ACEOF
11974 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11975 _ACEOF
11977 for ac_header in audio/soundlib.h
11979 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11980 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11981 $as_echo_n "checking for $ac_header... " >&6; }
11982 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11983 $as_echo_n "(cached) " >&6
11984 else
11985 cat >conftest.$ac_ext <<_ACEOF
11986 /* confdefs.h. */
11987 _ACEOF
11988 cat confdefs.h >>conftest.$ac_ext
11989 cat >>conftest.$ac_ext <<_ACEOF
11990 /* end confdefs.h. */
11991 #include <audio/audiolib.h>
11993 #include <$ac_header>
11994 _ACEOF
11995 rm -f conftest.$ac_objext
11996 if { (ac_try="$ac_compile"
11997 case "(($ac_try" in
11998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11999 *) ac_try_echo=$ac_try;;
12000 esac
12001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12002 $as_echo "$ac_try_echo") >&5
12003 (eval "$ac_compile") 2>conftest.er1
12004 ac_status=$?
12005 grep -v '^ *+' conftest.er1 >conftest.err
12006 rm -f conftest.er1
12007 cat conftest.err >&5
12008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); } && {
12010 test -z "$ac_c_werror_flag" ||
12011 test ! -s conftest.err
12012 } && test -s conftest.$ac_objext; then
12013 eval "$as_ac_Header=yes"
12014 else
12015 $as_echo "$as_me: failed program was:" >&5
12016 sed 's/^/| /' conftest.$ac_ext >&5
12018 eval "$as_ac_Header=no"
12021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12023 ac_res=`eval 'as_val=${'$as_ac_Header'}
12024 $as_echo "$as_val"'`
12025 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12026 $as_echo "$ac_res" >&6; }
12027 as_val=`eval 'as_val=${'$as_ac_Header'}
12028 $as_echo "$as_val"'`
12029 if test "x$as_val" = x""yes; then
12030 cat >>confdefs.h <<_ACEOF
12031 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12032 _ACEOF
12036 done
12038 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12039 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12040 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12041 $as_echo_n "(cached) " >&6
12042 else
12043 ac_check_lib_save_LIBS=$LIBS
12044 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12045 cat >conftest.$ac_ext <<_ACEOF
12046 /* confdefs.h. */
12047 _ACEOF
12048 cat confdefs.h >>conftest.$ac_ext
12049 cat >>conftest.$ac_ext <<_ACEOF
12050 /* end confdefs.h. */
12052 /* Override any GCC internal prototype to avoid an error.
12053 Use char because int might match the return type of a GCC
12054 builtin and then its argument prototype would still apply. */
12055 #ifdef __cplusplus
12056 extern "C"
12057 #endif
12058 char AuCreateFlow ();
12060 main ()
12062 return AuCreateFlow ();
12064 return 0;
12066 _ACEOF
12067 rm -f conftest.$ac_objext conftest$ac_exeext
12068 if { (ac_try="$ac_link"
12069 case "(($ac_try" in
12070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071 *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075 (eval "$ac_link") 2>conftest.er1
12076 ac_status=$?
12077 grep -v '^ *+' conftest.er1 >conftest.err
12078 rm -f conftest.er1
12079 cat conftest.err >&5
12080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081 (exit $ac_status); } && {
12082 test -z "$ac_c_werror_flag" ||
12083 test ! -s conftest.err
12084 } && test -s conftest$ac_exeext && {
12085 test "$cross_compiling" = yes ||
12086 $as_test_x conftest$ac_exeext
12087 }; then
12088 ac_cv_lib_audio_AuCreateFlow=yes
12089 else
12090 $as_echo "$as_me: failed program was:" >&5
12091 sed 's/^/| /' conftest.$ac_ext >&5
12093 ac_cv_lib_audio_AuCreateFlow=no
12096 rm -rf conftest.dSYM
12097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12098 conftest$ac_exeext conftest.$ac_ext
12099 LIBS=$ac_check_lib_save_LIBS
12101 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12102 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12103 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12105 cat >>confdefs.h <<\_ACEOF
12106 #define HAVE_NAS 1
12107 _ACEOF
12109 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12110 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12111 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12112 $as_echo_n "(cached) " >&6
12113 else
12114 ac_check_lib_save_LIBS=$LIBS
12115 LIBS="-lXau $X_LIBS $LIBS"
12116 cat >conftest.$ac_ext <<_ACEOF
12117 /* confdefs.h. */
12118 _ACEOF
12119 cat confdefs.h >>conftest.$ac_ext
12120 cat >>conftest.$ac_ext <<_ACEOF
12121 /* end confdefs.h. */
12123 /* Override any GCC internal prototype to avoid an error.
12124 Use char because int might match the return type of a GCC
12125 builtin and then its argument prototype would still apply. */
12126 #ifdef __cplusplus
12127 extern "C"
12128 #endif
12129 char XauGetBestAuthByAddr ();
12131 main ()
12133 return XauGetBestAuthByAddr ();
12135 return 0;
12137 _ACEOF
12138 rm -f conftest.$ac_objext conftest$ac_exeext
12139 if { (ac_try="$ac_link"
12140 case "(($ac_try" in
12141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12142 *) ac_try_echo=$ac_try;;
12143 esac
12144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12145 $as_echo "$ac_try_echo") >&5
12146 (eval "$ac_link") 2>conftest.er1
12147 ac_status=$?
12148 grep -v '^ *+' conftest.er1 >conftest.err
12149 rm -f conftest.er1
12150 cat conftest.err >&5
12151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12152 (exit $ac_status); } && {
12153 test -z "$ac_c_werror_flag" ||
12154 test ! -s conftest.err
12155 } && test -s conftest$ac_exeext && {
12156 test "$cross_compiling" = yes ||
12157 $as_test_x conftest$ac_exeext
12158 }; then
12159 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12160 else
12161 $as_echo "$as_me: failed program was:" >&5
12162 sed 's/^/| /' conftest.$ac_ext >&5
12164 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12167 rm -rf conftest.dSYM
12168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12169 conftest$ac_exeext conftest.$ac_ext
12170 LIBS=$ac_check_lib_save_LIBS
12172 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12173 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12174 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12175 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12176 else
12177 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12185 done
12188 CPPFLAGS="$ac_save_CPPFLAGS"
12189 else
12190 XLIB=""
12191 X_CFLAGS=""
12192 X_LIBS=""
12193 enable_winex11_drv=${enable_winex11_drv:-no}
12194 enable_opengl32=${enable_opengl32:-no}
12195 enable_glu32=${enable_glu32:-no}
12197 if test "x$XLIB" = "x"; then
12198 case "x$with_x" in
12199 xno) ;;
12200 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12201 without X support, which probably isn't what you want. You will need to install
12202 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12203 Use the --without-x option if you really want this." >&5
12204 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12205 without X support, which probably isn't what you want. You will need to install
12206 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12207 Use the --without-x option if you really want this." >&2;}
12208 { (exit 1); exit 1; }; } ;;
12209 esac
12214 XML2LIBS=""
12216 XML2INCL=""
12218 XSLTINCL=""
12220 if test "x$with_xml" != "xno"
12221 then
12222 ac_save_CPPFLAGS="$CPPFLAGS"
12223 if test "$PKG_CONFIG" != "false"
12224 then
12225 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12226 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12227 else
12228 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12229 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12231 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12233 for ac_header in libxml/parser.h
12235 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12237 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12238 $as_echo_n "checking for $ac_header... " >&6; }
12239 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12240 $as_echo_n "(cached) " >&6
12242 ac_res=`eval 'as_val=${'$as_ac_Header'}
12243 $as_echo "$as_val"'`
12244 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12245 $as_echo "$ac_res" >&6; }
12246 else
12247 # Is the header compilable?
12248 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12249 $as_echo_n "checking $ac_header usability... " >&6; }
12250 cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h. */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h. */
12256 $ac_includes_default
12257 #include <$ac_header>
12258 _ACEOF
12259 rm -f conftest.$ac_objext
12260 if { (ac_try="$ac_compile"
12261 case "(($ac_try" in
12262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12263 *) ac_try_echo=$ac_try;;
12264 esac
12265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12266 $as_echo "$ac_try_echo") >&5
12267 (eval "$ac_compile") 2>conftest.er1
12268 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1
12271 cat conftest.err >&5
12272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } && {
12274 test -z "$ac_c_werror_flag" ||
12275 test ! -s conftest.err
12276 } && test -s conftest.$ac_objext; then
12277 ac_header_compiler=yes
12278 else
12279 $as_echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.$ac_ext >&5
12282 ac_header_compiler=no
12285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12286 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12287 $as_echo "$ac_header_compiler" >&6; }
12289 # Is the header present?
12290 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12291 $as_echo_n "checking $ac_header presence... " >&6; }
12292 cat >conftest.$ac_ext <<_ACEOF
12293 /* confdefs.h. */
12294 _ACEOF
12295 cat confdefs.h >>conftest.$ac_ext
12296 cat >>conftest.$ac_ext <<_ACEOF
12297 /* end confdefs.h. */
12298 #include <$ac_header>
12299 _ACEOF
12300 if { (ac_try="$ac_cpp conftest.$ac_ext"
12301 case "(($ac_try" in
12302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12303 *) ac_try_echo=$ac_try;;
12304 esac
12305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12306 $as_echo "$ac_try_echo") >&5
12307 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12308 ac_status=$?
12309 grep -v '^ *+' conftest.er1 >conftest.err
12310 rm -f conftest.er1
12311 cat conftest.err >&5
12312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12313 (exit $ac_status); } >/dev/null && {
12314 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12315 test ! -s conftest.err
12316 }; then
12317 ac_header_preproc=yes
12318 else
12319 $as_echo "$as_me: failed program was:" >&5
12320 sed 's/^/| /' conftest.$ac_ext >&5
12322 ac_header_preproc=no
12325 rm -f conftest.err conftest.$ac_ext
12326 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12327 $as_echo "$ac_header_preproc" >&6; }
12329 # So? What about this header?
12330 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12331 yes:no: )
12332 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12333 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12334 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12335 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12336 ac_header_preproc=yes
12338 no:yes:* )
12339 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12340 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12341 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12342 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12343 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12344 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12345 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12346 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12347 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12348 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12349 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12350 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12351 ( cat <<\_ASBOX
12352 ## ------------------------------------ ##
12353 ## Report this to wine-devel@winehq.org ##
12354 ## ------------------------------------ ##
12355 _ASBOX
12356 ) | sed "s/^/$as_me: WARNING: /" >&2
12358 esac
12359 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12360 $as_echo_n "checking for $ac_header... " >&6; }
12361 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12362 $as_echo_n "(cached) " >&6
12363 else
12364 eval "$as_ac_Header=\$ac_header_preproc"
12366 ac_res=`eval 'as_val=${'$as_ac_Header'}
12367 $as_echo "$as_val"'`
12368 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12369 $as_echo "$ac_res" >&6; }
12372 as_val=`eval 'as_val=${'$as_ac_Header'}
12373 $as_echo "$as_val"'`
12374 if test "x$as_val" = x""yes; then
12375 cat >>confdefs.h <<_ACEOF
12376 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12377 _ACEOF
12378 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12379 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12380 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12381 $as_echo_n "(cached) " >&6
12382 else
12383 ac_check_lib_save_LIBS=$LIBS
12384 LIBS="-lxml2 $ac_xml_libs $LIBS"
12385 cat >conftest.$ac_ext <<_ACEOF
12386 /* confdefs.h. */
12387 _ACEOF
12388 cat confdefs.h >>conftest.$ac_ext
12389 cat >>conftest.$ac_ext <<_ACEOF
12390 /* end confdefs.h. */
12392 /* Override any GCC internal prototype to avoid an error.
12393 Use char because int might match the return type of a GCC
12394 builtin and then its argument prototype would still apply. */
12395 #ifdef __cplusplus
12396 extern "C"
12397 #endif
12398 char xmlParseMemory ();
12400 main ()
12402 return xmlParseMemory ();
12404 return 0;
12406 _ACEOF
12407 rm -f conftest.$ac_objext conftest$ac_exeext
12408 if { (ac_try="$ac_link"
12409 case "(($ac_try" in
12410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12411 *) ac_try_echo=$ac_try;;
12412 esac
12413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12414 $as_echo "$ac_try_echo") >&5
12415 (eval "$ac_link") 2>conftest.er1
12416 ac_status=$?
12417 grep -v '^ *+' conftest.er1 >conftest.err
12418 rm -f conftest.er1
12419 cat conftest.err >&5
12420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12421 (exit $ac_status); } && {
12422 test -z "$ac_c_werror_flag" ||
12423 test ! -s conftest.err
12424 } && test -s conftest$ac_exeext && {
12425 test "$cross_compiling" = yes ||
12426 $as_test_x conftest$ac_exeext
12427 }; then
12428 ac_cv_lib_xml2_xmlParseMemory=yes
12429 else
12430 $as_echo "$as_me: failed program was:" >&5
12431 sed 's/^/| /' conftest.$ac_ext >&5
12433 ac_cv_lib_xml2_xmlParseMemory=no
12436 rm -rf conftest.dSYM
12437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12438 conftest$ac_exeext conftest.$ac_ext
12439 LIBS=$ac_check_lib_save_LIBS
12441 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12442 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12443 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12445 cat >>confdefs.h <<\_ACEOF
12446 #define HAVE_LIBXML2 1
12447 _ACEOF
12449 XML2LIBS="$ac_xml_libs"
12450 XML2INCL="$ac_xml_cflags"
12453 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12454 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12455 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12456 $as_echo_n "(cached) " >&6
12457 else
12458 ac_check_lib_save_LIBS=$LIBS
12459 LIBS="-lxml2 $ac_xml_libs $LIBS"
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12467 /* Override any GCC internal prototype to avoid an error.
12468 Use char because int might match the return type of a GCC
12469 builtin and then its argument prototype would still apply. */
12470 #ifdef __cplusplus
12471 extern "C"
12472 #endif
12473 char xmlReadMemory ();
12475 main ()
12477 return xmlReadMemory ();
12479 return 0;
12481 _ACEOF
12482 rm -f conftest.$ac_objext conftest$ac_exeext
12483 if { (ac_try="$ac_link"
12484 case "(($ac_try" in
12485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12486 *) ac_try_echo=$ac_try;;
12487 esac
12488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12489 $as_echo "$ac_try_echo") >&5
12490 (eval "$ac_link") 2>conftest.er1
12491 ac_status=$?
12492 grep -v '^ *+' conftest.er1 >conftest.err
12493 rm -f conftest.er1
12494 cat conftest.err >&5
12495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); } && {
12497 test -z "$ac_c_werror_flag" ||
12498 test ! -s conftest.err
12499 } && test -s conftest$ac_exeext && {
12500 test "$cross_compiling" = yes ||
12501 $as_test_x conftest$ac_exeext
12502 }; then
12503 ac_cv_lib_xml2_xmlReadMemory=yes
12504 else
12505 $as_echo "$as_me: failed program was:" >&5
12506 sed 's/^/| /' conftest.$ac_ext >&5
12508 ac_cv_lib_xml2_xmlReadMemory=no
12511 rm -rf conftest.dSYM
12512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12513 conftest$ac_exeext conftest.$ac_ext
12514 LIBS=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12517 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12518 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12520 cat >>confdefs.h <<\_ACEOF
12521 #define HAVE_XMLREADMEMORY 1
12522 _ACEOF
12526 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12527 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12528 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12529 $as_echo_n "(cached) " >&6
12530 else
12531 ac_check_lib_save_LIBS=$LIBS
12532 LIBS="-lxml2 $ac_xml_libs $LIBS"
12533 cat >conftest.$ac_ext <<_ACEOF
12534 /* confdefs.h. */
12535 _ACEOF
12536 cat confdefs.h >>conftest.$ac_ext
12537 cat >>conftest.$ac_ext <<_ACEOF
12538 /* end confdefs.h. */
12540 /* Override any GCC internal prototype to avoid an error.
12541 Use char because int might match the return type of a GCC
12542 builtin and then its argument prototype would still apply. */
12543 #ifdef __cplusplus
12544 extern "C"
12545 #endif
12546 char xmlNewDocPI ();
12548 main ()
12550 return xmlNewDocPI ();
12552 return 0;
12554 _ACEOF
12555 rm -f conftest.$ac_objext conftest$ac_exeext
12556 if { (ac_try="$ac_link"
12557 case "(($ac_try" in
12558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12559 *) ac_try_echo=$ac_try;;
12560 esac
12561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12562 $as_echo "$ac_try_echo") >&5
12563 (eval "$ac_link") 2>conftest.er1
12564 ac_status=$?
12565 grep -v '^ *+' conftest.er1 >conftest.err
12566 rm -f conftest.er1
12567 cat conftest.err >&5
12568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12569 (exit $ac_status); } && {
12570 test -z "$ac_c_werror_flag" ||
12571 test ! -s conftest.err
12572 } && test -s conftest$ac_exeext && {
12573 test "$cross_compiling" = yes ||
12574 $as_test_x conftest$ac_exeext
12575 }; then
12576 ac_cv_lib_xml2_xmlNewDocPI=yes
12577 else
12578 $as_echo "$as_me: failed program was:" >&5
12579 sed 's/^/| /' conftest.$ac_ext >&5
12581 ac_cv_lib_xml2_xmlNewDocPI=no
12584 rm -rf conftest.dSYM
12585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12586 conftest$ac_exeext conftest.$ac_ext
12587 LIBS=$ac_check_lib_save_LIBS
12589 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12590 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12591 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12593 cat >>confdefs.h <<\_ACEOF
12594 #define HAVE_XMLNEWDOCPI 1
12595 _ACEOF
12602 done
12604 CPPFLAGS="$ac_save_CPPFLAGS"
12606 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12607 case "x$with_xml" in
12608 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12609 xno) ;;
12610 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12611 This is an error since --with-xml was requested." >&5
12612 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12613 This is an error since --with-xml was requested." >&2;}
12614 { (exit 1); exit 1; }; } ;;
12615 esac
12619 if test "x$with_xslt" != "xno"
12620 then
12621 if test "$PKG_CONFIG" != "false"
12622 then
12623 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12624 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12625 else
12626 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12627 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12629 ac_save_CPPFLAGS="$CPPFLAGS"
12630 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12633 for ac_header in libxslt/pattern.h libxslt/transform.h
12635 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12636 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12637 $as_echo_n "checking for $ac_header... " >&6; }
12638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12639 $as_echo_n "(cached) " >&6
12640 else
12641 cat >conftest.$ac_ext <<_ACEOF
12642 /* confdefs.h. */
12643 _ACEOF
12644 cat confdefs.h >>conftest.$ac_ext
12645 cat >>conftest.$ac_ext <<_ACEOF
12646 /* end confdefs.h. */
12647 #ifdef HAVE_LIBXSLT_PATTERN_H
12648 # include <libxslt/pattern.h>
12649 #endif
12651 #include <$ac_header>
12652 _ACEOF
12653 rm -f conftest.$ac_objext
12654 if { (ac_try="$ac_compile"
12655 case "(($ac_try" in
12656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12657 *) ac_try_echo=$ac_try;;
12658 esac
12659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12660 $as_echo "$ac_try_echo") >&5
12661 (eval "$ac_compile") 2>conftest.er1
12662 ac_status=$?
12663 grep -v '^ *+' conftest.er1 >conftest.err
12664 rm -f conftest.er1
12665 cat conftest.err >&5
12666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12667 (exit $ac_status); } && {
12668 test -z "$ac_c_werror_flag" ||
12669 test ! -s conftest.err
12670 } && test -s conftest.$ac_objext; then
12671 eval "$as_ac_Header=yes"
12672 else
12673 $as_echo "$as_me: failed program was:" >&5
12674 sed 's/^/| /' conftest.$ac_ext >&5
12676 eval "$as_ac_Header=no"
12679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12681 ac_res=`eval 'as_val=${'$as_ac_Header'}
12682 $as_echo "$as_val"'`
12683 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12684 $as_echo "$ac_res" >&6; }
12685 as_val=`eval 'as_val=${'$as_ac_Header'}
12686 $as_echo "$as_val"'`
12687 if test "x$as_val" = x""yes; then
12688 cat >>confdefs.h <<_ACEOF
12689 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12690 _ACEOF
12694 done
12696 CPPFLAGS="$ac_save_CPPFLAGS"
12697 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12698 then
12699 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12700 $as_echo_n "checking for -lxslt... " >&6; }
12701 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12702 $as_echo_n "(cached) " >&6
12703 else
12704 ac_check_soname_save_LIBS=$LIBS
12705 LIBS="-lxslt $ac_xslt_libs $LIBS"
12706 cat >conftest.$ac_ext <<_ACEOF
12707 /* confdefs.h. */
12708 _ACEOF
12709 cat confdefs.h >>conftest.$ac_ext
12710 cat >>conftest.$ac_ext <<_ACEOF
12711 /* end confdefs.h. */
12713 /* Override any GCC internal prototype to avoid an error.
12714 Use char because int might match the return type of a GCC
12715 builtin and then its argument prototype would still apply. */
12716 #ifdef __cplusplus
12717 extern "C"
12718 #endif
12719 char xsltCompilePattern ();
12721 main ()
12723 return xsltCompilePattern ();
12725 return 0;
12727 _ACEOF
12728 rm -f conftest.$ac_objext conftest$ac_exeext
12729 if { (ac_try="$ac_link"
12730 case "(($ac_try" in
12731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12732 *) ac_try_echo=$ac_try;;
12733 esac
12734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12735 $as_echo "$ac_try_echo") >&5
12736 (eval "$ac_link") 2>conftest.er1
12737 ac_status=$?
12738 grep -v '^ *+' conftest.er1 >conftest.err
12739 rm -f conftest.er1
12740 cat conftest.err >&5
12741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); } && {
12743 test -z "$ac_c_werror_flag" ||
12744 test ! -s conftest.err
12745 } && test -s conftest$ac_exeext && {
12746 test "$cross_compiling" = yes ||
12747 $as_test_x conftest$ac_exeext
12748 }; then
12749 case "$LIBEXT" in
12750 dll) ;;
12751 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'` ;;
12752 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12753 esac
12754 else
12755 $as_echo "$as_me: failed program was:" >&5
12756 sed 's/^/| /' conftest.$ac_ext >&5
12761 rm -rf conftest.dSYM
12762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12763 conftest$ac_exeext conftest.$ac_ext
12764 LIBS=$ac_check_soname_save_LIBS
12766 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12767 { $as_echo "$as_me:$LINENO: result: not found" >&5
12768 $as_echo "not found" >&6; }
12770 else
12771 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12772 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12774 cat >>confdefs.h <<_ACEOF
12775 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12776 _ACEOF
12778 XSLTINCL="$ac_xslt_cflags"
12783 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12784 case "x$with_xslt" in
12785 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12786 xno) ;;
12787 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12788 This is an error since --with-xslt was requested." >&5
12789 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12790 This is an error since --with-xslt was requested." >&2;}
12791 { (exit 1); exit 1; }; } ;;
12792 esac
12796 HALINCL=""
12798 if test "x$with_hal" != "xno"
12799 then
12800 ac_save_CPPFLAGS="$CPPFLAGS"
12801 if test "$PKG_CONFIG" != "false"
12802 then
12803 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12804 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12805 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12809 for ac_header in dbus/dbus.h hal/libhal.h
12811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12813 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12814 $as_echo_n "checking for $ac_header... " >&6; }
12815 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12816 $as_echo_n "(cached) " >&6
12818 ac_res=`eval 'as_val=${'$as_ac_Header'}
12819 $as_echo "$as_val"'`
12820 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12821 $as_echo "$ac_res" >&6; }
12822 else
12823 # Is the header compilable?
12824 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12825 $as_echo_n "checking $ac_header usability... " >&6; }
12826 cat >conftest.$ac_ext <<_ACEOF
12827 /* confdefs.h. */
12828 _ACEOF
12829 cat confdefs.h >>conftest.$ac_ext
12830 cat >>conftest.$ac_ext <<_ACEOF
12831 /* end confdefs.h. */
12832 $ac_includes_default
12833 #include <$ac_header>
12834 _ACEOF
12835 rm -f conftest.$ac_objext
12836 if { (ac_try="$ac_compile"
12837 case "(($ac_try" in
12838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12839 *) ac_try_echo=$ac_try;;
12840 esac
12841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12842 $as_echo "$ac_try_echo") >&5
12843 (eval "$ac_compile") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest.$ac_objext; then
12853 ac_header_compiler=yes
12854 else
12855 $as_echo "$as_me: failed program was:" >&5
12856 sed 's/^/| /' conftest.$ac_ext >&5
12858 ac_header_compiler=no
12861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12862 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12863 $as_echo "$ac_header_compiler" >&6; }
12865 # Is the header present?
12866 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12867 $as_echo_n "checking $ac_header presence... " >&6; }
12868 cat >conftest.$ac_ext <<_ACEOF
12869 /* confdefs.h. */
12870 _ACEOF
12871 cat confdefs.h >>conftest.$ac_ext
12872 cat >>conftest.$ac_ext <<_ACEOF
12873 /* end confdefs.h. */
12874 #include <$ac_header>
12875 _ACEOF
12876 if { (ac_try="$ac_cpp conftest.$ac_ext"
12877 case "(($ac_try" in
12878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12879 *) ac_try_echo=$ac_try;;
12880 esac
12881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12882 $as_echo "$ac_try_echo") >&5
12883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12884 ac_status=$?
12885 grep -v '^ *+' conftest.er1 >conftest.err
12886 rm -f conftest.er1
12887 cat conftest.err >&5
12888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12889 (exit $ac_status); } >/dev/null && {
12890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12891 test ! -s conftest.err
12892 }; then
12893 ac_header_preproc=yes
12894 else
12895 $as_echo "$as_me: failed program was:" >&5
12896 sed 's/^/| /' conftest.$ac_ext >&5
12898 ac_header_preproc=no
12901 rm -f conftest.err conftest.$ac_ext
12902 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12903 $as_echo "$ac_header_preproc" >&6; }
12905 # So? What about this header?
12906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12907 yes:no: )
12908 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12909 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12910 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12911 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12912 ac_header_preproc=yes
12914 no:yes:* )
12915 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12916 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12917 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12918 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12919 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12920 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12922 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12924 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12926 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12927 ( cat <<\_ASBOX
12928 ## ------------------------------------ ##
12929 ## Report this to wine-devel@winehq.org ##
12930 ## ------------------------------------ ##
12931 _ASBOX
12932 ) | sed "s/^/$as_me: WARNING: /" >&2
12934 esac
12935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12936 $as_echo_n "checking for $ac_header... " >&6; }
12937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12938 $as_echo_n "(cached) " >&6
12939 else
12940 eval "$as_ac_Header=\$ac_header_preproc"
12942 ac_res=`eval 'as_val=${'$as_ac_Header'}
12943 $as_echo "$as_val"'`
12944 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12945 $as_echo "$ac_res" >&6; }
12948 as_val=`eval 'as_val=${'$as_ac_Header'}
12949 $as_echo "$as_val"'`
12950 if test "x$as_val" = x""yes; then
12951 cat >>confdefs.h <<_ACEOF
12952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12953 _ACEOF
12957 done
12959 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12960 then
12961 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12962 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12963 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12964 $as_echo_n "(cached) " >&6
12965 else
12966 ac_check_lib_save_LIBS=$LIBS
12967 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12968 cat >conftest.$ac_ext <<_ACEOF
12969 /* confdefs.h. */
12970 _ACEOF
12971 cat confdefs.h >>conftest.$ac_ext
12972 cat >>conftest.$ac_ext <<_ACEOF
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 #ifdef __cplusplus
12979 extern "C"
12980 #endif
12981 char dbus_connection_close ();
12983 main ()
12985 return dbus_connection_close ();
12987 return 0;
12989 _ACEOF
12990 rm -f conftest.$ac_objext conftest$ac_exeext
12991 if { (ac_try="$ac_link"
12992 case "(($ac_try" in
12993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12994 *) ac_try_echo=$ac_try;;
12995 esac
12996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12997 $as_echo "$ac_try_echo") >&5
12998 (eval "$ac_link") 2>conftest.er1
12999 ac_status=$?
13000 grep -v '^ *+' conftest.er1 >conftest.err
13001 rm -f conftest.er1
13002 cat conftest.err >&5
13003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13004 (exit $ac_status); } && {
13005 test -z "$ac_c_werror_flag" ||
13006 test ! -s conftest.err
13007 } && test -s conftest$ac_exeext && {
13008 test "$cross_compiling" = yes ||
13009 $as_test_x conftest$ac_exeext
13010 }; then
13011 ac_cv_lib_dbus_1_dbus_connection_close=yes
13012 else
13013 $as_echo "$as_me: failed program was:" >&5
13014 sed 's/^/| /' conftest.$ac_ext >&5
13016 ac_cv_lib_dbus_1_dbus_connection_close=no
13019 rm -rf conftest.dSYM
13020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13021 conftest$ac_exeext conftest.$ac_ext
13022 LIBS=$ac_check_lib_save_LIBS
13024 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13025 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13026 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13027 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13028 $as_echo_n "checking for -lhal... " >&6; }
13029 if test "${ac_cv_lib_soname_hal+set}" = set; then
13030 $as_echo_n "(cached) " >&6
13031 else
13032 ac_check_soname_save_LIBS=$LIBS
13033 LIBS="-lhal $ac_hal_libs $LIBS"
13034 cat >conftest.$ac_ext <<_ACEOF
13035 /* confdefs.h. */
13036 _ACEOF
13037 cat confdefs.h >>conftest.$ac_ext
13038 cat >>conftest.$ac_ext <<_ACEOF
13039 /* end confdefs.h. */
13041 /* Override any GCC internal prototype to avoid an error.
13042 Use char because int might match the return type of a GCC
13043 builtin and then its argument prototype would still apply. */
13044 #ifdef __cplusplus
13045 extern "C"
13046 #endif
13047 char libhal_ctx_new ();
13049 main ()
13051 return libhal_ctx_new ();
13053 return 0;
13055 _ACEOF
13056 rm -f conftest.$ac_objext conftest$ac_exeext
13057 if { (ac_try="$ac_link"
13058 case "(($ac_try" in
13059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13060 *) ac_try_echo=$ac_try;;
13061 esac
13062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13063 $as_echo "$ac_try_echo") >&5
13064 (eval "$ac_link") 2>conftest.er1
13065 ac_status=$?
13066 grep -v '^ *+' conftest.er1 >conftest.err
13067 rm -f conftest.er1
13068 cat conftest.err >&5
13069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13070 (exit $ac_status); } && {
13071 test -z "$ac_c_werror_flag" ||
13072 test ! -s conftest.err
13073 } && test -s conftest$ac_exeext && {
13074 test "$cross_compiling" = yes ||
13075 $as_test_x conftest$ac_exeext
13076 }; then
13077 case "$LIBEXT" in
13078 dll) ;;
13079 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'` ;;
13080 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13081 esac
13082 else
13083 $as_echo "$as_me: failed program was:" >&5
13084 sed 's/^/| /' conftest.$ac_ext >&5
13089 rm -rf conftest.dSYM
13090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13091 conftest$ac_exeext conftest.$ac_ext
13092 LIBS=$ac_check_soname_save_LIBS
13094 if test "x$ac_cv_lib_soname_hal" = "x"; then
13095 { $as_echo "$as_me:$LINENO: result: not found" >&5
13096 $as_echo "not found" >&6; }
13098 else
13099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13100 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13102 cat >>confdefs.h <<_ACEOF
13103 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13104 _ACEOF
13106 HALINCL="$ac_hal_cflags"
13112 CPPFLAGS="$ac_save_CPPFLAGS"
13114 if test "x$ac_cv_lib_soname_hal" = "x"; then
13115 case "x$with_hal" in
13116 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13117 xno) ;;
13118 *) { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13119 This is an error since --with-hal was requested." >&5
13120 $as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13121 This is an error since --with-hal was requested." >&2;}
13122 { (exit 1); exit 1; }; } ;;
13123 esac
13127 if test "x$with_gnutls" != "xno"
13128 then
13129 ac_save_CPPFLAGS="$CPPFLAGS"
13130 if test "$PKG_CONFIG" != "false"
13131 then
13132 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13133 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13134 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13136 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13137 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13138 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13139 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13140 $as_echo_n "(cached) " >&6
13142 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13143 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13144 else
13145 # Is the header compilable?
13146 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13147 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13148 cat >conftest.$ac_ext <<_ACEOF
13149 /* confdefs.h. */
13150 _ACEOF
13151 cat confdefs.h >>conftest.$ac_ext
13152 cat >>conftest.$ac_ext <<_ACEOF
13153 /* end confdefs.h. */
13154 $ac_includes_default
13155 #include <gnutls/gnutls.h>
13156 _ACEOF
13157 rm -f conftest.$ac_objext
13158 if { (ac_try="$ac_compile"
13159 case "(($ac_try" in
13160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13161 *) ac_try_echo=$ac_try;;
13162 esac
13163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13164 $as_echo "$ac_try_echo") >&5
13165 (eval "$ac_compile") 2>conftest.er1
13166 ac_status=$?
13167 grep -v '^ *+' conftest.er1 >conftest.err
13168 rm -f conftest.er1
13169 cat conftest.err >&5
13170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); } && {
13172 test -z "$ac_c_werror_flag" ||
13173 test ! -s conftest.err
13174 } && test -s conftest.$ac_objext; then
13175 ac_header_compiler=yes
13176 else
13177 $as_echo "$as_me: failed program was:" >&5
13178 sed 's/^/| /' conftest.$ac_ext >&5
13180 ac_header_compiler=no
13183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13184 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13185 $as_echo "$ac_header_compiler" >&6; }
13187 # Is the header present?
13188 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13189 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13190 cat >conftest.$ac_ext <<_ACEOF
13191 /* confdefs.h. */
13192 _ACEOF
13193 cat confdefs.h >>conftest.$ac_ext
13194 cat >>conftest.$ac_ext <<_ACEOF
13195 /* end confdefs.h. */
13196 #include <gnutls/gnutls.h>
13197 _ACEOF
13198 if { (ac_try="$ac_cpp conftest.$ac_ext"
13199 case "(($ac_try" in
13200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13201 *) ac_try_echo=$ac_try;;
13202 esac
13203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13204 $as_echo "$ac_try_echo") >&5
13205 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13206 ac_status=$?
13207 grep -v '^ *+' conftest.er1 >conftest.err
13208 rm -f conftest.er1
13209 cat conftest.err >&5
13210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); } >/dev/null && {
13212 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13213 test ! -s conftest.err
13214 }; then
13215 ac_header_preproc=yes
13216 else
13217 $as_echo "$as_me: failed program was:" >&5
13218 sed 's/^/| /' conftest.$ac_ext >&5
13220 ac_header_preproc=no
13223 rm -f conftest.err conftest.$ac_ext
13224 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13225 $as_echo "$ac_header_preproc" >&6; }
13227 # So? What about this header?
13228 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13229 yes:no: )
13230 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13231 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13232 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13233 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13234 ac_header_preproc=yes
13236 no:yes:* )
13237 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13238 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13239 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13240 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13241 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13242 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13243 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13244 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13245 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13246 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13247 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13248 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13249 ( cat <<\_ASBOX
13250 ## ------------------------------------ ##
13251 ## Report this to wine-devel@winehq.org ##
13252 ## ------------------------------------ ##
13253 _ASBOX
13254 ) | sed "s/^/$as_me: WARNING: /" >&2
13256 esac
13257 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13258 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13259 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13260 $as_echo_n "(cached) " >&6
13261 else
13262 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13264 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13265 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13268 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13269 cat >conftest.$ac_ext <<_ACEOF
13270 /* confdefs.h. */
13271 _ACEOF
13272 cat confdefs.h >>conftest.$ac_ext
13273 cat >>conftest.$ac_ext <<_ACEOF
13274 /* end confdefs.h. */
13275 #include <gnutls/gnutls.h>
13277 main ()
13279 typeof(gnutls_mac_get_key_size) *pfunc;
13281 return 0;
13283 _ACEOF
13284 rm -f conftest.$ac_objext
13285 if { (ac_try="$ac_compile"
13286 case "(($ac_try" in
13287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13288 *) ac_try_echo=$ac_try;;
13289 esac
13290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13291 $as_echo "$ac_try_echo") >&5
13292 (eval "$ac_compile") 2>conftest.er1
13293 ac_status=$?
13294 grep -v '^ *+' conftest.er1 >conftest.err
13295 rm -f conftest.er1
13296 cat conftest.err >&5
13297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13298 (exit $ac_status); } && {
13299 test -z "$ac_c_werror_flag" ||
13300 test ! -s conftest.err
13301 } && test -s conftest.$ac_objext; then
13302 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13303 $as_echo_n "checking for -lgnutls... " >&6; }
13304 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13305 $as_echo_n "(cached) " >&6
13306 else
13307 ac_check_soname_save_LIBS=$LIBS
13308 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13309 cat >conftest.$ac_ext <<_ACEOF
13310 /* confdefs.h. */
13311 _ACEOF
13312 cat confdefs.h >>conftest.$ac_ext
13313 cat >>conftest.$ac_ext <<_ACEOF
13314 /* end confdefs.h. */
13316 /* Override any GCC internal prototype to avoid an error.
13317 Use char because int might match the return type of a GCC
13318 builtin and then its argument prototype would still apply. */
13319 #ifdef __cplusplus
13320 extern "C"
13321 #endif
13322 char gnutls_global_init ();
13324 main ()
13326 return gnutls_global_init ();
13328 return 0;
13330 _ACEOF
13331 rm -f conftest.$ac_objext conftest$ac_exeext
13332 if { (ac_try="$ac_link"
13333 case "(($ac_try" in
13334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13335 *) ac_try_echo=$ac_try;;
13336 esac
13337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13338 $as_echo "$ac_try_echo") >&5
13339 (eval "$ac_link") 2>conftest.er1
13340 ac_status=$?
13341 grep -v '^ *+' conftest.er1 >conftest.err
13342 rm -f conftest.er1
13343 cat conftest.err >&5
13344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13345 (exit $ac_status); } && {
13346 test -z "$ac_c_werror_flag" ||
13347 test ! -s conftest.err
13348 } && test -s conftest$ac_exeext && {
13349 test "$cross_compiling" = yes ||
13350 $as_test_x conftest$ac_exeext
13351 }; then
13352 case "$LIBEXT" in
13353 dll) ;;
13354 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'` ;;
13355 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13356 esac
13357 else
13358 $as_echo "$as_me: failed program was:" >&5
13359 sed 's/^/| /' conftest.$ac_ext >&5
13364 rm -rf conftest.dSYM
13365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13366 conftest$ac_exeext conftest.$ac_ext
13367 LIBS=$ac_check_soname_save_LIBS
13369 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13370 { $as_echo "$as_me:$LINENO: result: not found" >&5
13371 $as_echo "not found" >&6; }
13373 else
13374 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13375 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13377 cat >>confdefs.h <<_ACEOF
13378 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13379 _ACEOF
13381 GNUTLSINCL="$ac_gnutls_cflags"
13385 else
13386 $as_echo "$as_me: failed program was:" >&5
13387 sed 's/^/| /' conftest.$ac_ext >&5
13392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13396 CPPFLAGS="$ac_save_CPPFLAGS"
13398 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13399 case "x$with_gnutls" in
13400 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13401 xno) ;;
13402 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13403 This is an error since --with-gnutls was requested." >&5
13404 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13405 This is an error since --with-gnutls was requested." >&2;}
13406 { (exit 1); exit 1; }; } ;;
13407 esac
13411 CURSESLIBS=""
13412 if test "$ac_cv_header_ncurses_h" = "yes"
13413 then
13414 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13415 $as_echo_n "checking for -lncurses... " >&6; }
13416 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13417 $as_echo_n "(cached) " >&6
13418 else
13419 ac_check_soname_save_LIBS=$LIBS
13420 LIBS="-lncurses $LIBS"
13421 cat >conftest.$ac_ext <<_ACEOF
13422 /* confdefs.h. */
13423 _ACEOF
13424 cat confdefs.h >>conftest.$ac_ext
13425 cat >>conftest.$ac_ext <<_ACEOF
13426 /* end confdefs.h. */
13428 /* Override any GCC internal prototype to avoid an error.
13429 Use char because int might match the return type of a GCC
13430 builtin and then its argument prototype would still apply. */
13431 #ifdef __cplusplus
13432 extern "C"
13433 #endif
13434 char waddch ();
13436 main ()
13438 return waddch ();
13440 return 0;
13442 _ACEOF
13443 rm -f conftest.$ac_objext conftest$ac_exeext
13444 if { (ac_try="$ac_link"
13445 case "(($ac_try" in
13446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13447 *) ac_try_echo=$ac_try;;
13448 esac
13449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13450 $as_echo "$ac_try_echo") >&5
13451 (eval "$ac_link") 2>conftest.er1
13452 ac_status=$?
13453 grep -v '^ *+' conftest.er1 >conftest.err
13454 rm -f conftest.er1
13455 cat conftest.err >&5
13456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13457 (exit $ac_status); } && {
13458 test -z "$ac_c_werror_flag" ||
13459 test ! -s conftest.err
13460 } && test -s conftest$ac_exeext && {
13461 test "$cross_compiling" = yes ||
13462 $as_test_x conftest$ac_exeext
13463 }; then
13464 case "$LIBEXT" in
13465 dll) ;;
13466 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'` ;;
13467 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13468 esac
13469 else
13470 $as_echo "$as_me: failed program was:" >&5
13471 sed 's/^/| /' conftest.$ac_ext >&5
13476 rm -rf conftest.dSYM
13477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13478 conftest$ac_exeext conftest.$ac_ext
13479 LIBS=$ac_check_soname_save_LIBS
13481 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13482 { $as_echo "$as_me:$LINENO: result: not found" >&5
13483 $as_echo "not found" >&6; }
13485 else
13486 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13487 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13489 cat >>confdefs.h <<_ACEOF
13490 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13491 _ACEOF
13493 CURSESLIBS="-lncurses"
13496 elif test "$ac_cv_header_curses_h" = "yes"
13497 then
13498 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13499 $as_echo_n "checking for -lcurses... " >&6; }
13500 if test "${ac_cv_lib_soname_curses+set}" = set; then
13501 $as_echo_n "(cached) " >&6
13502 else
13503 ac_check_soname_save_LIBS=$LIBS
13504 LIBS="-lcurses $LIBS"
13505 cat >conftest.$ac_ext <<_ACEOF
13506 /* confdefs.h. */
13507 _ACEOF
13508 cat confdefs.h >>conftest.$ac_ext
13509 cat >>conftest.$ac_ext <<_ACEOF
13510 /* end confdefs.h. */
13512 /* Override any GCC internal prototype to avoid an error.
13513 Use char because int might match the return type of a GCC
13514 builtin and then its argument prototype would still apply. */
13515 #ifdef __cplusplus
13516 extern "C"
13517 #endif
13518 char waddch ();
13520 main ()
13522 return waddch ();
13524 return 0;
13526 _ACEOF
13527 rm -f conftest.$ac_objext conftest$ac_exeext
13528 if { (ac_try="$ac_link"
13529 case "(($ac_try" in
13530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13531 *) ac_try_echo=$ac_try;;
13532 esac
13533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13534 $as_echo "$ac_try_echo") >&5
13535 (eval "$ac_link") 2>conftest.er1
13536 ac_status=$?
13537 grep -v '^ *+' conftest.er1 >conftest.err
13538 rm -f conftest.er1
13539 cat conftest.err >&5
13540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13541 (exit $ac_status); } && {
13542 test -z "$ac_c_werror_flag" ||
13543 test ! -s conftest.err
13544 } && test -s conftest$ac_exeext && {
13545 test "$cross_compiling" = yes ||
13546 $as_test_x conftest$ac_exeext
13547 }; then
13548 case "$LIBEXT" in
13549 dll) ;;
13550 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'` ;;
13551 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13552 esac
13553 else
13554 $as_echo "$as_me: failed program was:" >&5
13555 sed 's/^/| /' conftest.$ac_ext >&5
13560 rm -rf conftest.dSYM
13561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13562 conftest$ac_exeext conftest.$ac_ext
13563 LIBS=$ac_check_soname_save_LIBS
13565 if test "x$ac_cv_lib_soname_curses" = "x"; then
13566 { $as_echo "$as_me:$LINENO: result: not found" >&5
13567 $as_echo "not found" >&6; }
13569 else
13570 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13571 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13573 cat >>confdefs.h <<_ACEOF
13574 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13575 _ACEOF
13577 CURSESLIBS="-lcurses"
13581 ac_save_LIBS="$LIBS"
13582 LIBS="$LIBS $CURSESLIBS"
13584 for ac_func in mousemask
13586 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13587 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13588 $as_echo_n "checking for $ac_func... " >&6; }
13589 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13590 $as_echo_n "(cached) " >&6
13591 else
13592 cat >conftest.$ac_ext <<_ACEOF
13593 /* confdefs.h. */
13594 _ACEOF
13595 cat confdefs.h >>conftest.$ac_ext
13596 cat >>conftest.$ac_ext <<_ACEOF
13597 /* end confdefs.h. */
13598 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13600 #define $ac_func innocuous_$ac_func
13602 /* System header to define __stub macros and hopefully few prototypes,
13603 which can conflict with char $ac_func (); below.
13604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13605 <limits.h> exists even on freestanding compilers. */
13607 #ifdef __STDC__
13608 # include <limits.h>
13609 #else
13610 # include <assert.h>
13611 #endif
13613 #undef $ac_func
13615 /* Override any GCC internal prototype to avoid an error.
13616 Use char because int might match the return type of a GCC
13617 builtin and then its argument prototype would still apply. */
13618 #ifdef __cplusplus
13619 extern "C"
13620 #endif
13621 char $ac_func ();
13622 /* The GNU C library defines this for functions which it implements
13623 to always fail with ENOSYS. Some functions are actually named
13624 something starting with __ and the normal name is an alias. */
13625 #if defined __stub_$ac_func || defined __stub___$ac_func
13626 choke me
13627 #endif
13630 main ()
13632 return $ac_func ();
13634 return 0;
13636 _ACEOF
13637 rm -f conftest.$ac_objext conftest$ac_exeext
13638 if { (ac_try="$ac_link"
13639 case "(($ac_try" in
13640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13641 *) ac_try_echo=$ac_try;;
13642 esac
13643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13644 $as_echo "$ac_try_echo") >&5
13645 (eval "$ac_link") 2>conftest.er1
13646 ac_status=$?
13647 grep -v '^ *+' conftest.er1 >conftest.err
13648 rm -f conftest.er1
13649 cat conftest.err >&5
13650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); } && {
13652 test -z "$ac_c_werror_flag" ||
13653 test ! -s conftest.err
13654 } && test -s conftest$ac_exeext && {
13655 test "$cross_compiling" = yes ||
13656 $as_test_x conftest$ac_exeext
13657 }; then
13658 eval "$as_ac_var=yes"
13659 else
13660 $as_echo "$as_me: failed program was:" >&5
13661 sed 's/^/| /' conftest.$ac_ext >&5
13663 eval "$as_ac_var=no"
13666 rm -rf conftest.dSYM
13667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13668 conftest$ac_exeext conftest.$ac_ext
13670 ac_res=`eval 'as_val=${'$as_ac_var'}
13671 $as_echo "$as_val"'`
13672 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13673 $as_echo "$ac_res" >&6; }
13674 as_val=`eval 'as_val=${'$as_ac_var'}
13675 $as_echo "$as_val"'`
13676 if test "x$as_val" = x""yes; then
13677 cat >>confdefs.h <<_ACEOF
13678 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13679 _ACEOF
13682 done
13684 LIBS="$ac_save_LIBS"
13685 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13686 case "x$with_curses" in
13687 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13688 xno) ;;
13689 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13690 This is an error since --with-curses was requested." >&5
13691 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13692 This is an error since --with-curses was requested." >&2;}
13693 { (exit 1); exit 1; }; } ;;
13694 esac
13698 if test "x$with_sane" != "xno"
13699 then
13700 ac_save_CPPFLAGS="$CPPFLAGS"
13701 # Extract the first word of "sane-config", so it can be a program name with args.
13702 set dummy sane-config; ac_word=$2
13703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13704 $as_echo_n "checking for $ac_word... " >&6; }
13705 if test "${ac_cv_prog_sane_devel+set}" = set; then
13706 $as_echo_n "(cached) " >&6
13707 else
13708 if test -n "$sane_devel"; then
13709 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13710 else
13711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13712 for as_dir in $PATH
13714 IFS=$as_save_IFS
13715 test -z "$as_dir" && as_dir=.
13716 for ac_exec_ext in '' $ac_executable_extensions; do
13717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13718 ac_cv_prog_sane_devel="sane-config"
13719 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13720 break 2
13722 done
13723 done
13724 IFS=$as_save_IFS
13726 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13729 sane_devel=$ac_cv_prog_sane_devel
13730 if test -n "$sane_devel"; then
13731 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13732 $as_echo "$sane_devel" >&6; }
13733 else
13734 { $as_echo "$as_me:$LINENO: result: no" >&5
13735 $as_echo "no" >&6; }
13739 if test "$sane_devel" != "no"
13740 then
13741 ac_sane_incl="`$sane_devel --cflags`"
13742 ac_sane_libs="`$sane_devel --ldflags`"
13743 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13745 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13746 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13747 $as_echo_n "checking for sane/sane.h... " >&6; }
13748 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13749 $as_echo_n "(cached) " >&6
13751 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13752 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13753 else
13754 # Is the header compilable?
13755 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13756 $as_echo_n "checking sane/sane.h usability... " >&6; }
13757 cat >conftest.$ac_ext <<_ACEOF
13758 /* confdefs.h. */
13759 _ACEOF
13760 cat confdefs.h >>conftest.$ac_ext
13761 cat >>conftest.$ac_ext <<_ACEOF
13762 /* end confdefs.h. */
13763 $ac_includes_default
13764 #include <sane/sane.h>
13765 _ACEOF
13766 rm -f conftest.$ac_objext
13767 if { (ac_try="$ac_compile"
13768 case "(($ac_try" in
13769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13770 *) ac_try_echo=$ac_try;;
13771 esac
13772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13773 $as_echo "$ac_try_echo") >&5
13774 (eval "$ac_compile") 2>conftest.er1
13775 ac_status=$?
13776 grep -v '^ *+' conftest.er1 >conftest.err
13777 rm -f conftest.er1
13778 cat conftest.err >&5
13779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } && {
13781 test -z "$ac_c_werror_flag" ||
13782 test ! -s conftest.err
13783 } && test -s conftest.$ac_objext; then
13784 ac_header_compiler=yes
13785 else
13786 $as_echo "$as_me: failed program was:" >&5
13787 sed 's/^/| /' conftest.$ac_ext >&5
13789 ac_header_compiler=no
13792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13793 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13794 $as_echo "$ac_header_compiler" >&6; }
13796 # Is the header present?
13797 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13798 $as_echo_n "checking sane/sane.h presence... " >&6; }
13799 cat >conftest.$ac_ext <<_ACEOF
13800 /* confdefs.h. */
13801 _ACEOF
13802 cat confdefs.h >>conftest.$ac_ext
13803 cat >>conftest.$ac_ext <<_ACEOF
13804 /* end confdefs.h. */
13805 #include <sane/sane.h>
13806 _ACEOF
13807 if { (ac_try="$ac_cpp conftest.$ac_ext"
13808 case "(($ac_try" in
13809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13810 *) ac_try_echo=$ac_try;;
13811 esac
13812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13813 $as_echo "$ac_try_echo") >&5
13814 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13815 ac_status=$?
13816 grep -v '^ *+' conftest.er1 >conftest.err
13817 rm -f conftest.er1
13818 cat conftest.err >&5
13819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13820 (exit $ac_status); } >/dev/null && {
13821 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13822 test ! -s conftest.err
13823 }; then
13824 ac_header_preproc=yes
13825 else
13826 $as_echo "$as_me: failed program was:" >&5
13827 sed 's/^/| /' conftest.$ac_ext >&5
13829 ac_header_preproc=no
13832 rm -f conftest.err conftest.$ac_ext
13833 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13834 $as_echo "$ac_header_preproc" >&6; }
13836 # So? What about this header?
13837 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13838 yes:no: )
13839 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13840 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13841 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13842 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13843 ac_header_preproc=yes
13845 no:yes:* )
13846 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13847 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13848 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13849 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13850 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13851 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13852 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13853 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13854 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13855 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13856 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13857 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13858 ( cat <<\_ASBOX
13859 ## ------------------------------------ ##
13860 ## Report this to wine-devel@winehq.org ##
13861 ## ------------------------------------ ##
13862 _ASBOX
13863 ) | sed "s/^/$as_me: WARNING: /" >&2
13865 esac
13866 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13867 $as_echo_n "checking for sane/sane.h... " >&6; }
13868 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13869 $as_echo_n "(cached) " >&6
13870 else
13871 ac_cv_header_sane_sane_h=$ac_header_preproc
13873 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13874 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13877 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13878 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13879 $as_echo_n "checking for -lsane... " >&6; }
13880 if test "${ac_cv_lib_soname_sane+set}" = set; then
13881 $as_echo_n "(cached) " >&6
13882 else
13883 ac_check_soname_save_LIBS=$LIBS
13884 LIBS="-lsane $ac_sane_libs $LIBS"
13885 cat >conftest.$ac_ext <<_ACEOF
13886 /* confdefs.h. */
13887 _ACEOF
13888 cat confdefs.h >>conftest.$ac_ext
13889 cat >>conftest.$ac_ext <<_ACEOF
13890 /* end confdefs.h. */
13892 /* Override any GCC internal prototype to avoid an error.
13893 Use char because int might match the return type of a GCC
13894 builtin and then its argument prototype would still apply. */
13895 #ifdef __cplusplus
13896 extern "C"
13897 #endif
13898 char sane_init ();
13900 main ()
13902 return sane_init ();
13904 return 0;
13906 _ACEOF
13907 rm -f conftest.$ac_objext conftest$ac_exeext
13908 if { (ac_try="$ac_link"
13909 case "(($ac_try" in
13910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13911 *) ac_try_echo=$ac_try;;
13912 esac
13913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13914 $as_echo "$ac_try_echo") >&5
13915 (eval "$ac_link") 2>conftest.er1
13916 ac_status=$?
13917 grep -v '^ *+' conftest.er1 >conftest.err
13918 rm -f conftest.er1
13919 cat conftest.err >&5
13920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13921 (exit $ac_status); } && {
13922 test -z "$ac_c_werror_flag" ||
13923 test ! -s conftest.err
13924 } && test -s conftest$ac_exeext && {
13925 test "$cross_compiling" = yes ||
13926 $as_test_x conftest$ac_exeext
13927 }; then
13928 case "$LIBEXT" in
13929 dll) ;;
13930 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'` ;;
13931 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13932 esac
13933 else
13934 $as_echo "$as_me: failed program was:" >&5
13935 sed 's/^/| /' conftest.$ac_ext >&5
13940 rm -rf conftest.dSYM
13941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13942 conftest$ac_exeext conftest.$ac_ext
13943 LIBS=$ac_check_soname_save_LIBS
13945 if test "x$ac_cv_lib_soname_sane" = "x"; then
13946 { $as_echo "$as_me:$LINENO: result: not found" >&5
13947 $as_echo "not found" >&6; }
13949 else
13950 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13951 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13953 cat >>confdefs.h <<_ACEOF
13954 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13955 _ACEOF
13957 SANEINCL="$ac_sane_incl"
13964 CPPFLAGS="$ac_save_CPPFLAGS"
13966 if test "x$ac_cv_lib_soname_sane" = "x"; then
13967 case "x$with_sane" in
13968 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13969 xno) ;;
13970 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13971 This is an error since --with-sane was requested." >&5
13972 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13973 This is an error since --with-sane was requested." >&2;}
13974 { (exit 1); exit 1; }; } ;;
13975 esac
13979 if test "x$with_gphoto" != "xno"
13980 then
13981 ac_save_CPPFLAGS="$CPPFLAGS"
13982 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13983 set dummy gphoto2-config; ac_word=$2
13984 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13985 $as_echo_n "checking for $ac_word... " >&6; }
13986 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13987 $as_echo_n "(cached) " >&6
13988 else
13989 if test -n "$gphoto2_devel"; then
13990 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13991 else
13992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13993 for as_dir in $PATH
13995 IFS=$as_save_IFS
13996 test -z "$as_dir" && as_dir=.
13997 for ac_exec_ext in '' $ac_executable_extensions; do
13998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13999 ac_cv_prog_gphoto2_devel="gphoto2-config"
14000 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14001 break 2
14003 done
14004 done
14005 IFS=$as_save_IFS
14007 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14010 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14011 if test -n "$gphoto2_devel"; then
14012 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14013 $as_echo "$gphoto2_devel" >&6; }
14014 else
14015 { $as_echo "$as_me:$LINENO: result: no" >&5
14016 $as_echo "no" >&6; }
14020 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14021 set dummy gphoto2-port-config; ac_word=$2
14022 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14023 $as_echo_n "checking for $ac_word... " >&6; }
14024 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14025 $as_echo_n "(cached) " >&6
14026 else
14027 if test -n "$gphoto2port_devel"; then
14028 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14029 else
14030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14031 for as_dir in $PATH
14033 IFS=$as_save_IFS
14034 test -z "$as_dir" && as_dir=.
14035 for ac_exec_ext in '' $ac_executable_extensions; do
14036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14037 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14038 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14039 break 2
14041 done
14042 done
14043 IFS=$as_save_IFS
14045 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14048 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14049 if test -n "$gphoto2port_devel"; then
14050 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14051 $as_echo "$gphoto2port_devel" >&6; }
14052 else
14053 { $as_echo "$as_me:$LINENO: result: no" >&5
14054 $as_echo "no" >&6; }
14058 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14059 then
14060 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14061 ac_gphoto2_libs=""
14062 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14064 case "$i" in
14065 -L/usr/lib|-L/usr/lib64) ;;
14066 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14067 esac
14068 done
14069 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14071 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14072 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14073 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14074 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14075 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14076 $as_echo_n "(cached) " >&6
14078 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14079 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14080 else
14081 # Is the header compilable?
14082 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14083 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14084 cat >conftest.$ac_ext <<_ACEOF
14085 /* confdefs.h. */
14086 _ACEOF
14087 cat confdefs.h >>conftest.$ac_ext
14088 cat >>conftest.$ac_ext <<_ACEOF
14089 /* end confdefs.h. */
14090 $ac_includes_default
14091 #include <gphoto2-camera.h>
14092 _ACEOF
14093 rm -f conftest.$ac_objext
14094 if { (ac_try="$ac_compile"
14095 case "(($ac_try" in
14096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14097 *) ac_try_echo=$ac_try;;
14098 esac
14099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14100 $as_echo "$ac_try_echo") >&5
14101 (eval "$ac_compile") 2>conftest.er1
14102 ac_status=$?
14103 grep -v '^ *+' conftest.er1 >conftest.err
14104 rm -f conftest.er1
14105 cat conftest.err >&5
14106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14107 (exit $ac_status); } && {
14108 test -z "$ac_c_werror_flag" ||
14109 test ! -s conftest.err
14110 } && test -s conftest.$ac_objext; then
14111 ac_header_compiler=yes
14112 else
14113 $as_echo "$as_me: failed program was:" >&5
14114 sed 's/^/| /' conftest.$ac_ext >&5
14116 ac_header_compiler=no
14119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14120 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14121 $as_echo "$ac_header_compiler" >&6; }
14123 # Is the header present?
14124 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14125 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14126 cat >conftest.$ac_ext <<_ACEOF
14127 /* confdefs.h. */
14128 _ACEOF
14129 cat confdefs.h >>conftest.$ac_ext
14130 cat >>conftest.$ac_ext <<_ACEOF
14131 /* end confdefs.h. */
14132 #include <gphoto2-camera.h>
14133 _ACEOF
14134 if { (ac_try="$ac_cpp conftest.$ac_ext"
14135 case "(($ac_try" in
14136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14137 *) ac_try_echo=$ac_try;;
14138 esac
14139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14140 $as_echo "$ac_try_echo") >&5
14141 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14142 ac_status=$?
14143 grep -v '^ *+' conftest.er1 >conftest.err
14144 rm -f conftest.er1
14145 cat conftest.err >&5
14146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14147 (exit $ac_status); } >/dev/null && {
14148 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14149 test ! -s conftest.err
14150 }; then
14151 ac_header_preproc=yes
14152 else
14153 $as_echo "$as_me: failed program was:" >&5
14154 sed 's/^/| /' conftest.$ac_ext >&5
14156 ac_header_preproc=no
14159 rm -f conftest.err conftest.$ac_ext
14160 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14161 $as_echo "$ac_header_preproc" >&6; }
14163 # So? What about this header?
14164 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14165 yes:no: )
14166 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14167 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14168 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14169 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14170 ac_header_preproc=yes
14172 no:yes:* )
14173 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14174 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14175 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14176 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14177 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14178 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14179 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14180 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14181 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14182 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14183 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14184 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14185 ( cat <<\_ASBOX
14186 ## ------------------------------------ ##
14187 ## Report this to wine-devel@winehq.org ##
14188 ## ------------------------------------ ##
14189 _ASBOX
14190 ) | sed "s/^/$as_me: WARNING: /" >&2
14192 esac
14193 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14194 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14195 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14196 $as_echo_n "(cached) " >&6
14197 else
14198 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14200 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14201 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14204 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14205 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14206 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14207 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14208 $as_echo_n "(cached) " >&6
14209 else
14210 ac_check_lib_save_LIBS=$LIBS
14211 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14212 cat >conftest.$ac_ext <<_ACEOF
14213 /* confdefs.h. */
14214 _ACEOF
14215 cat confdefs.h >>conftest.$ac_ext
14216 cat >>conftest.$ac_ext <<_ACEOF
14217 /* end confdefs.h. */
14219 /* Override any GCC internal prototype to avoid an error.
14220 Use char because int might match the return type of a GCC
14221 builtin and then its argument prototype would still apply. */
14222 #ifdef __cplusplus
14223 extern "C"
14224 #endif
14225 char gp_camera_new ();
14227 main ()
14229 return gp_camera_new ();
14231 return 0;
14233 _ACEOF
14234 rm -f conftest.$ac_objext conftest$ac_exeext
14235 if { (ac_try="$ac_link"
14236 case "(($ac_try" in
14237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14238 *) ac_try_echo=$ac_try;;
14239 esac
14240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14241 $as_echo "$ac_try_echo") >&5
14242 (eval "$ac_link") 2>conftest.er1
14243 ac_status=$?
14244 grep -v '^ *+' conftest.er1 >conftest.err
14245 rm -f conftest.er1
14246 cat conftest.err >&5
14247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14248 (exit $ac_status); } && {
14249 test -z "$ac_c_werror_flag" ||
14250 test ! -s conftest.err
14251 } && test -s conftest$ac_exeext && {
14252 test "$cross_compiling" = yes ||
14253 $as_test_x conftest$ac_exeext
14254 }; then
14255 ac_cv_lib_gphoto2_gp_camera_new=yes
14256 else
14257 $as_echo "$as_me: failed program was:" >&5
14258 sed 's/^/| /' conftest.$ac_ext >&5
14260 ac_cv_lib_gphoto2_gp_camera_new=no
14263 rm -rf conftest.dSYM
14264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14265 conftest$ac_exeext conftest.$ac_ext
14266 LIBS=$ac_check_lib_save_LIBS
14268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14269 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14270 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14272 cat >>confdefs.h <<\_ACEOF
14273 #define HAVE_GPHOTO2 1
14274 _ACEOF
14276 GPHOTO2LIBS="$ac_gphoto2_libs"
14278 GPHOTO2INCL="$ac_gphoto2_incl"
14285 CPPFLAGS="$ac_save_CPPFLAGS"
14287 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14288 case "x$with_gphoto" in
14289 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14290 xno) ;;
14291 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14292 This is an error since --with-gphoto was requested." >&5
14293 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14294 This is an error since --with-gphoto was requested." >&2;}
14295 { (exit 1); exit 1; }; } ;;
14296 esac
14301 RESOLVLIBS=""
14303 if test "$ac_cv_header_resolv_h" = "yes"
14304 then
14305 ac_save_LIBS="$LIBS"
14306 LIBS="$LIBS -lresolv"
14307 cat >conftest.$ac_ext <<_ACEOF
14308 /* confdefs.h. */
14309 _ACEOF
14310 cat confdefs.h >>conftest.$ac_ext
14311 cat >>conftest.$ac_ext <<_ACEOF
14312 /* end confdefs.h. */
14313 #ifdef HAVE_NETINET_IN_H
14314 #include <netinet/in.h>
14315 #endif
14316 #include <resolv.h>
14318 main ()
14320 res_init();
14322 return 0;
14324 _ACEOF
14325 rm -f conftest.$ac_objext conftest$ac_exeext
14326 if { (ac_try="$ac_link"
14327 case "(($ac_try" in
14328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14329 *) ac_try_echo=$ac_try;;
14330 esac
14331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14332 $as_echo "$ac_try_echo") >&5
14333 (eval "$ac_link") 2>conftest.er1
14334 ac_status=$?
14335 grep -v '^ *+' conftest.er1 >conftest.err
14336 rm -f conftest.er1
14337 cat conftest.err >&5
14338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14339 (exit $ac_status); } && {
14340 test -z "$ac_c_werror_flag" ||
14341 test ! -s conftest.err
14342 } && test -s conftest$ac_exeext && {
14343 test "$cross_compiling" = yes ||
14344 $as_test_x conftest$ac_exeext
14345 }; then
14347 cat >>confdefs.h <<\_ACEOF
14348 #define HAVE_RESOLV 1
14349 _ACEOF
14351 RESOLVLIBS="-lresolv"
14352 else
14353 $as_echo "$as_me: failed program was:" >&5
14354 sed 's/^/| /' conftest.$ac_ext >&5
14359 rm -rf conftest.dSYM
14360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14361 conftest$ac_exeext conftest.$ac_ext
14362 LIBS="$ac_save_LIBS"
14365 LCMSLIBS=""
14367 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14368 then
14369 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14370 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14371 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14372 $as_echo_n "(cached) " >&6
14373 else
14374 ac_check_lib_save_LIBS=$LIBS
14375 LIBS="-llcms $LIBS"
14376 cat >conftest.$ac_ext <<_ACEOF
14377 /* confdefs.h. */
14378 _ACEOF
14379 cat confdefs.h >>conftest.$ac_ext
14380 cat >>conftest.$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14383 /* Override any GCC internal prototype to avoid an error.
14384 Use char because int might match the return type of a GCC
14385 builtin and then its argument prototype would still apply. */
14386 #ifdef __cplusplus
14387 extern "C"
14388 #endif
14389 char cmsOpenProfileFromFile ();
14391 main ()
14393 return cmsOpenProfileFromFile ();
14395 return 0;
14397 _ACEOF
14398 rm -f conftest.$ac_objext conftest$ac_exeext
14399 if { (ac_try="$ac_link"
14400 case "(($ac_try" in
14401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14402 *) ac_try_echo=$ac_try;;
14403 esac
14404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14405 $as_echo "$ac_try_echo") >&5
14406 (eval "$ac_link") 2>conftest.er1
14407 ac_status=$?
14408 grep -v '^ *+' conftest.er1 >conftest.err
14409 rm -f conftest.er1
14410 cat conftest.err >&5
14411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14412 (exit $ac_status); } && {
14413 test -z "$ac_c_werror_flag" ||
14414 test ! -s conftest.err
14415 } && test -s conftest$ac_exeext && {
14416 test "$cross_compiling" = yes ||
14417 $as_test_x conftest$ac_exeext
14418 }; then
14419 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14420 else
14421 $as_echo "$as_me: failed program was:" >&5
14422 sed 's/^/| /' conftest.$ac_ext >&5
14424 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14427 rm -rf conftest.dSYM
14428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14429 conftest$ac_exeext conftest.$ac_ext
14430 LIBS=$ac_check_lib_save_LIBS
14432 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14433 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14434 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14436 cat >>confdefs.h <<\_ACEOF
14437 #define HAVE_LCMS 1
14438 _ACEOF
14440 LCMSLIBS="-llcms"
14444 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14445 case "x$with_cms" in
14446 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14447 xno) ;;
14448 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14449 This is an error since --with-cms was requested." >&5
14450 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14451 This is an error since --with-cms was requested." >&2;}
14452 { (exit 1); exit 1; }; } ;;
14453 esac
14457 if test "x$with_freetype" != "xno"
14458 then
14459 for ac_prog in freetype-config freetype2-config
14461 # Extract the first word of "$ac_prog", so it can be a program name with args.
14462 set dummy $ac_prog; ac_word=$2
14463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14464 $as_echo_n "checking for $ac_word... " >&6; }
14465 if test "${ac_cv_prog_ft_devel+set}" = set; then
14466 $as_echo_n "(cached) " >&6
14467 else
14468 if test -n "$ft_devel"; then
14469 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14470 else
14471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14472 for as_dir in $PATH
14474 IFS=$as_save_IFS
14475 test -z "$as_dir" && as_dir=.
14476 for ac_exec_ext in '' $ac_executable_extensions; do
14477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14478 ac_cv_prog_ft_devel="$ac_prog"
14479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14480 break 2
14482 done
14483 done
14484 IFS=$as_save_IFS
14488 ft_devel=$ac_cv_prog_ft_devel
14489 if test -n "$ft_devel"; then
14490 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14491 $as_echo "$ft_devel" >&6; }
14492 else
14493 { $as_echo "$as_me:$LINENO: result: no" >&5
14494 $as_echo "no" >&6; }
14498 test -n "$ft_devel" && break
14499 done
14500 test -n "$ft_devel" || ft_devel="no"
14502 if test "$ft_devel" != "no"
14503 then
14504 ac_freetype_incl=`$ft_devel --cflags`
14505 ac_freetype_libs=`$ft_devel --libs`
14507 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14508 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14509 $as_echo_n "checking for -lfreetype... " >&6; }
14510 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14511 $as_echo_n "(cached) " >&6
14512 else
14513 ac_check_soname_save_LIBS=$LIBS
14514 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14515 cat >conftest.$ac_ext <<_ACEOF
14516 /* confdefs.h. */
14517 _ACEOF
14518 cat confdefs.h >>conftest.$ac_ext
14519 cat >>conftest.$ac_ext <<_ACEOF
14520 /* end confdefs.h. */
14522 /* Override any GCC internal prototype to avoid an error.
14523 Use char because int might match the return type of a GCC
14524 builtin and then its argument prototype would still apply. */
14525 #ifdef __cplusplus
14526 extern "C"
14527 #endif
14528 char FT_Init_FreeType ();
14530 main ()
14532 return FT_Init_FreeType ();
14534 return 0;
14536 _ACEOF
14537 rm -f conftest.$ac_objext conftest$ac_exeext
14538 if { (ac_try="$ac_link"
14539 case "(($ac_try" in
14540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14541 *) ac_try_echo=$ac_try;;
14542 esac
14543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14544 $as_echo "$ac_try_echo") >&5
14545 (eval "$ac_link") 2>conftest.er1
14546 ac_status=$?
14547 grep -v '^ *+' conftest.er1 >conftest.err
14548 rm -f conftest.er1
14549 cat conftest.err >&5
14550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && {
14552 test -z "$ac_c_werror_flag" ||
14553 test ! -s conftest.err
14554 } && test -s conftest$ac_exeext && {
14555 test "$cross_compiling" = yes ||
14556 $as_test_x conftest$ac_exeext
14557 }; then
14558 case "$LIBEXT" in
14559 dll) ;;
14560 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'` ;;
14561 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14562 esac
14563 else
14564 $as_echo "$as_me: failed program was:" >&5
14565 sed 's/^/| /' conftest.$ac_ext >&5
14570 rm -rf conftest.dSYM
14571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14572 conftest$ac_exeext conftest.$ac_ext
14573 LIBS=$ac_check_soname_save_LIBS
14575 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14576 { $as_echo "$as_me:$LINENO: result: not found" >&5
14577 $as_echo "not found" >&6; }
14578 ft_lib=no
14579 else
14580 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14581 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14583 cat >>confdefs.h <<_ACEOF
14584 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14585 _ACEOF
14587 ft_lib=yes
14590 if test "$ft_lib" = "yes"
14591 then
14592 ac_save_CPPFLAGS="$CPPFLAGS"
14593 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14606 for ac_header in ft2build.h \
14607 freetype/freetype.h \
14608 freetype/ftglyph.h \
14609 freetype/fttypes.h \
14610 freetype/tttables.h \
14611 freetype/ftsnames.h \
14612 freetype/ttnameid.h \
14613 freetype/ftoutln.h \
14614 freetype/ftwinfnt.h \
14615 freetype/ftmodapi.h \
14616 freetype/ftlcdfil.h \
14617 freetype/internal/sfnt.h
14619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14620 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14621 $as_echo_n "checking for $ac_header... " >&6; }
14622 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14623 $as_echo_n "(cached) " >&6
14624 else
14625 cat >conftest.$ac_ext <<_ACEOF
14626 /* confdefs.h. */
14627 _ACEOF
14628 cat confdefs.h >>conftest.$ac_ext
14629 cat >>conftest.$ac_ext <<_ACEOF
14630 /* end confdefs.h. */
14631 #ifdef HAVE_FT2BUILD_H
14632 # include <ft2build.h>
14633 #endif
14635 #include <$ac_header>
14636 _ACEOF
14637 rm -f conftest.$ac_objext
14638 if { (ac_try="$ac_compile"
14639 case "(($ac_try" in
14640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14641 *) ac_try_echo=$ac_try;;
14642 esac
14643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14644 $as_echo "$ac_try_echo") >&5
14645 (eval "$ac_compile") 2>conftest.er1
14646 ac_status=$?
14647 grep -v '^ *+' conftest.er1 >conftest.err
14648 rm -f conftest.er1
14649 cat conftest.err >&5
14650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651 (exit $ac_status); } && {
14652 test -z "$ac_c_werror_flag" ||
14653 test ! -s conftest.err
14654 } && test -s conftest.$ac_objext; then
14655 eval "$as_ac_Header=yes"
14656 else
14657 $as_echo "$as_me: failed program was:" >&5
14658 sed 's/^/| /' conftest.$ac_ext >&5
14660 eval "$as_ac_Header=no"
14663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14665 ac_res=`eval 'as_val=${'$as_ac_Header'}
14666 $as_echo "$as_val"'`
14667 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14668 $as_echo "$ac_res" >&6; }
14669 as_val=`eval 'as_val=${'$as_ac_Header'}
14670 $as_echo "$as_val"'`
14671 if test "x$as_val" = x""yes; then
14672 cat >>confdefs.h <<_ACEOF
14673 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14674 _ACEOF
14678 done
14680 cat >conftest.$ac_ext <<_ACEOF
14681 /* confdefs.h. */
14682 _ACEOF
14683 cat confdefs.h >>conftest.$ac_ext
14684 cat >>conftest.$ac_ext <<_ACEOF
14685 /* end confdefs.h. */
14686 #include <ft2build.h>
14687 #include <freetype/fttrigon.h>
14688 _ACEOF
14689 if { (ac_try="$ac_cpp conftest.$ac_ext"
14690 case "(($ac_try" in
14691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14692 *) ac_try_echo=$ac_try;;
14693 esac
14694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14695 $as_echo "$ac_try_echo") >&5
14696 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14697 ac_status=$?
14698 grep -v '^ *+' conftest.er1 >conftest.err
14699 rm -f conftest.er1
14700 cat conftest.err >&5
14701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14702 (exit $ac_status); } >/dev/null && {
14703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14704 test ! -s conftest.err
14705 }; then
14707 cat >>confdefs.h <<\_ACEOF
14708 #define HAVE_FREETYPE_FTTRIGON_H 1
14709 _ACEOF
14711 wine_cv_fttrigon=yes
14712 else
14713 $as_echo "$as_me: failed program was:" >&5
14714 sed 's/^/| /' conftest.$ac_ext >&5
14716 wine_cv_fttrigon=no
14719 rm -f conftest.err conftest.$ac_ext
14720 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14721 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14722 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14723 $as_echo_n "(cached) " >&6
14724 else
14725 ac_cv_type_FT_TrueTypeEngineType=no
14726 cat >conftest.$ac_ext <<_ACEOF
14727 /* confdefs.h. */
14728 _ACEOF
14729 cat confdefs.h >>conftest.$ac_ext
14730 cat >>conftest.$ac_ext <<_ACEOF
14731 /* end confdefs.h. */
14732 #include <freetype/ftmodapi.h>
14735 main ()
14737 if (sizeof (FT_TrueTypeEngineType))
14738 return 0;
14740 return 0;
14742 _ACEOF
14743 rm -f conftest.$ac_objext
14744 if { (ac_try="$ac_compile"
14745 case "(($ac_try" in
14746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14747 *) ac_try_echo=$ac_try;;
14748 esac
14749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14750 $as_echo "$ac_try_echo") >&5
14751 (eval "$ac_compile") 2>conftest.er1
14752 ac_status=$?
14753 grep -v '^ *+' conftest.er1 >conftest.err
14754 rm -f conftest.er1
14755 cat conftest.err >&5
14756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14757 (exit $ac_status); } && {
14758 test -z "$ac_c_werror_flag" ||
14759 test ! -s conftest.err
14760 } && test -s conftest.$ac_objext; then
14761 cat >conftest.$ac_ext <<_ACEOF
14762 /* confdefs.h. */
14763 _ACEOF
14764 cat confdefs.h >>conftest.$ac_ext
14765 cat >>conftest.$ac_ext <<_ACEOF
14766 /* end confdefs.h. */
14767 #include <freetype/ftmodapi.h>
14770 main ()
14772 if (sizeof ((FT_TrueTypeEngineType)))
14773 return 0;
14775 return 0;
14777 _ACEOF
14778 rm -f conftest.$ac_objext
14779 if { (ac_try="$ac_compile"
14780 case "(($ac_try" in
14781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14782 *) ac_try_echo=$ac_try;;
14783 esac
14784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14785 $as_echo "$ac_try_echo") >&5
14786 (eval "$ac_compile") 2>conftest.er1
14787 ac_status=$?
14788 grep -v '^ *+' conftest.er1 >conftest.err
14789 rm -f conftest.er1
14790 cat conftest.err >&5
14791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } && {
14793 test -z "$ac_c_werror_flag" ||
14794 test ! -s conftest.err
14795 } && test -s conftest.$ac_objext; then
14797 else
14798 $as_echo "$as_me: failed program was:" >&5
14799 sed 's/^/| /' conftest.$ac_ext >&5
14801 ac_cv_type_FT_TrueTypeEngineType=yes
14804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14805 else
14806 $as_echo "$as_me: failed program was:" >&5
14807 sed 's/^/| /' conftest.$ac_ext >&5
14812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14814 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14815 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14816 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14818 cat >>confdefs.h <<_ACEOF
14819 #define HAVE_FT_TRUETYPEENGINETYPE 1
14820 _ACEOF
14825 ac_save_CFLAGS="$CFLAGS"
14826 CFLAGS="$CFLAGS $ac_freetype_libs"
14828 for ac_func in FT_Load_Sfnt_Table
14830 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14831 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14832 $as_echo_n "checking for $ac_func... " >&6; }
14833 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14834 $as_echo_n "(cached) " >&6
14835 else
14836 cat >conftest.$ac_ext <<_ACEOF
14837 /* confdefs.h. */
14838 _ACEOF
14839 cat confdefs.h >>conftest.$ac_ext
14840 cat >>conftest.$ac_ext <<_ACEOF
14841 /* end confdefs.h. */
14842 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14844 #define $ac_func innocuous_$ac_func
14846 /* System header to define __stub macros and hopefully few prototypes,
14847 which can conflict with char $ac_func (); below.
14848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14849 <limits.h> exists even on freestanding compilers. */
14851 #ifdef __STDC__
14852 # include <limits.h>
14853 #else
14854 # include <assert.h>
14855 #endif
14857 #undef $ac_func
14859 /* Override any GCC internal prototype to avoid an error.
14860 Use char because int might match the return type of a GCC
14861 builtin and then its argument prototype would still apply. */
14862 #ifdef __cplusplus
14863 extern "C"
14864 #endif
14865 char $ac_func ();
14866 /* The GNU C library defines this for functions which it implements
14867 to always fail with ENOSYS. Some functions are actually named
14868 something starting with __ and the normal name is an alias. */
14869 #if defined __stub_$ac_func || defined __stub___$ac_func
14870 choke me
14871 #endif
14874 main ()
14876 return $ac_func ();
14878 return 0;
14880 _ACEOF
14881 rm -f conftest.$ac_objext conftest$ac_exeext
14882 if { (ac_try="$ac_link"
14883 case "(($ac_try" in
14884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14885 *) ac_try_echo=$ac_try;;
14886 esac
14887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14888 $as_echo "$ac_try_echo") >&5
14889 (eval "$ac_link") 2>conftest.er1
14890 ac_status=$?
14891 grep -v '^ *+' conftest.er1 >conftest.err
14892 rm -f conftest.er1
14893 cat conftest.err >&5
14894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } && {
14896 test -z "$ac_c_werror_flag" ||
14897 test ! -s conftest.err
14898 } && test -s conftest$ac_exeext && {
14899 test "$cross_compiling" = yes ||
14900 $as_test_x conftest$ac_exeext
14901 }; then
14902 eval "$as_ac_var=yes"
14903 else
14904 $as_echo "$as_me: failed program was:" >&5
14905 sed 's/^/| /' conftest.$ac_ext >&5
14907 eval "$as_ac_var=no"
14910 rm -rf conftest.dSYM
14911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14912 conftest$ac_exeext conftest.$ac_ext
14914 ac_res=`eval 'as_val=${'$as_ac_var'}
14915 $as_echo "$as_val"'`
14916 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14917 $as_echo "$ac_res" >&6; }
14918 as_val=`eval 'as_val=${'$as_ac_var'}
14919 $as_echo "$as_val"'`
14920 if test "x$as_val" = x""yes; then
14921 cat >>confdefs.h <<_ACEOF
14922 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14923 _ACEOF
14926 done
14928 CFLAGS="$ac_save_CFLAGS"
14929 CPPFLAGS="$ac_save_CPPFLAGS"
14930 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14931 then
14933 cat >>confdefs.h <<\_ACEOF
14934 #define HAVE_FREETYPE 1
14935 _ACEOF
14937 FREETYPELIBS="$ac_freetype_libs"
14939 FREETYPEINCL="$ac_freetype_incl"
14944 if test "x$FREETYPELIBS" = "x"; then
14945 case "x$with_freetype" in
14946 xno) ;;
14947 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14948 Use the --without-freetype option if you really want this." >&5
14949 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14950 Use the --without-freetype option if you really want this." >&2;}
14951 { (exit 1); exit 1; }; } ;;
14952 esac
14955 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14957 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14958 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14959 if test "${ac_cv_c_ppdev+set}" = set; then
14960 $as_echo_n "(cached) " >&6
14961 else
14962 cat >conftest.$ac_ext <<_ACEOF
14963 /* confdefs.h. */
14964 _ACEOF
14965 cat confdefs.h >>conftest.$ac_ext
14966 cat >>conftest.$ac_ext <<_ACEOF
14967 /* end confdefs.h. */
14968 #include <linux/ppdev.h>
14970 main ()
14972 ioctl (1,PPCLAIM,0)
14974 return 0;
14976 _ACEOF
14977 rm -f conftest.$ac_objext
14978 if { (ac_try="$ac_compile"
14979 case "(($ac_try" in
14980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14981 *) ac_try_echo=$ac_try;;
14982 esac
14983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14984 $as_echo "$ac_try_echo") >&5
14985 (eval "$ac_compile") 2>conftest.er1
14986 ac_status=$?
14987 grep -v '^ *+' conftest.er1 >conftest.err
14988 rm -f conftest.er1
14989 cat conftest.err >&5
14990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14991 (exit $ac_status); } && {
14992 test -z "$ac_c_werror_flag" ||
14993 test ! -s conftest.err
14994 } && test -s conftest.$ac_objext; then
14995 ac_cv_c_ppdev="yes"
14996 else
14997 $as_echo "$as_me: failed program was:" >&5
14998 sed 's/^/| /' conftest.$ac_ext >&5
15000 ac_cv_c_ppdev="no"
15003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15005 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15006 $as_echo "$ac_cv_c_ppdev" >&6; }
15007 if test "$ac_cv_c_ppdev" = "yes"
15008 then
15010 cat >>confdefs.h <<\_ACEOF
15011 #define HAVE_PPDEV 1
15012 _ACEOF
15016 ac_wine_check_funcs_save_LIBS="$LIBS"
15017 LIBS="$LIBS $LIBPTHREAD"
15022 for ac_func in \
15023 pthread_attr_get_np \
15024 pthread_getattr_np \
15025 pthread_get_stackaddr_np \
15026 pthread_get_stacksize_np
15028 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15029 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15030 $as_echo_n "checking for $ac_func... " >&6; }
15031 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15032 $as_echo_n "(cached) " >&6
15033 else
15034 cat >conftest.$ac_ext <<_ACEOF
15035 /* confdefs.h. */
15036 _ACEOF
15037 cat confdefs.h >>conftest.$ac_ext
15038 cat >>conftest.$ac_ext <<_ACEOF
15039 /* end confdefs.h. */
15040 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15041 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15042 #define $ac_func innocuous_$ac_func
15044 /* System header to define __stub macros and hopefully few prototypes,
15045 which can conflict with char $ac_func (); below.
15046 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15047 <limits.h> exists even on freestanding compilers. */
15049 #ifdef __STDC__
15050 # include <limits.h>
15051 #else
15052 # include <assert.h>
15053 #endif
15055 #undef $ac_func
15057 /* Override any GCC internal prototype to avoid an error.
15058 Use char because int might match the return type of a GCC
15059 builtin and then its argument prototype would still apply. */
15060 #ifdef __cplusplus
15061 extern "C"
15062 #endif
15063 char $ac_func ();
15064 /* The GNU C library defines this for functions which it implements
15065 to always fail with ENOSYS. Some functions are actually named
15066 something starting with __ and the normal name is an alias. */
15067 #if defined __stub_$ac_func || defined __stub___$ac_func
15068 choke me
15069 #endif
15072 main ()
15074 return $ac_func ();
15076 return 0;
15078 _ACEOF
15079 rm -f conftest.$ac_objext conftest$ac_exeext
15080 if { (ac_try="$ac_link"
15081 case "(($ac_try" in
15082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15083 *) ac_try_echo=$ac_try;;
15084 esac
15085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15086 $as_echo "$ac_try_echo") >&5
15087 (eval "$ac_link") 2>conftest.er1
15088 ac_status=$?
15089 grep -v '^ *+' conftest.er1 >conftest.err
15090 rm -f conftest.er1
15091 cat conftest.err >&5
15092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); } && {
15094 test -z "$ac_c_werror_flag" ||
15095 test ! -s conftest.err
15096 } && test -s conftest$ac_exeext && {
15097 test "$cross_compiling" = yes ||
15098 $as_test_x conftest$ac_exeext
15099 }; then
15100 eval "$as_ac_var=yes"
15101 else
15102 $as_echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.$ac_ext >&5
15105 eval "$as_ac_var=no"
15108 rm -rf conftest.dSYM
15109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15110 conftest$ac_exeext conftest.$ac_ext
15112 ac_res=`eval 'as_val=${'$as_ac_var'}
15113 $as_echo "$as_val"'`
15114 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15115 $as_echo "$ac_res" >&6; }
15116 as_val=`eval 'as_val=${'$as_ac_var'}
15117 $as_echo "$as_val"'`
15118 if test "x$as_val" = x""yes; then
15119 cat >>confdefs.h <<_ACEOF
15120 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15121 _ACEOF
15124 done
15126 LIBS="$ac_wine_check_funcs_save_LIBS"
15128 if test "$ac_cv_header_zlib_h" = "yes"
15129 then
15130 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15131 $as_echo_n "checking for inflate in -lz... " >&6; }
15132 if test "${ac_cv_lib_z_inflate+set}" = set; then
15133 $as_echo_n "(cached) " >&6
15134 else
15135 ac_check_lib_save_LIBS=$LIBS
15136 LIBS="-lz $LIBS"
15137 cat >conftest.$ac_ext <<_ACEOF
15138 /* confdefs.h. */
15139 _ACEOF
15140 cat confdefs.h >>conftest.$ac_ext
15141 cat >>conftest.$ac_ext <<_ACEOF
15142 /* end confdefs.h. */
15144 /* Override any GCC internal prototype to avoid an error.
15145 Use char because int might match the return type of a GCC
15146 builtin and then its argument prototype would still apply. */
15147 #ifdef __cplusplus
15148 extern "C"
15149 #endif
15150 char inflate ();
15152 main ()
15154 return inflate ();
15156 return 0;
15158 _ACEOF
15159 rm -f conftest.$ac_objext conftest$ac_exeext
15160 if { (ac_try="$ac_link"
15161 case "(($ac_try" in
15162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15163 *) ac_try_echo=$ac_try;;
15164 esac
15165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15166 $as_echo "$ac_try_echo") >&5
15167 (eval "$ac_link") 2>conftest.er1
15168 ac_status=$?
15169 grep -v '^ *+' conftest.er1 >conftest.err
15170 rm -f conftest.er1
15171 cat conftest.err >&5
15172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15173 (exit $ac_status); } && {
15174 test -z "$ac_c_werror_flag" ||
15175 test ! -s conftest.err
15176 } && test -s conftest$ac_exeext && {
15177 test "$cross_compiling" = yes ||
15178 $as_test_x conftest$ac_exeext
15179 }; then
15180 ac_cv_lib_z_inflate=yes
15181 else
15182 $as_echo "$as_me: failed program was:" >&5
15183 sed 's/^/| /' conftest.$ac_ext >&5
15185 ac_cv_lib_z_inflate=no
15188 rm -rf conftest.dSYM
15189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15190 conftest$ac_exeext conftest.$ac_ext
15191 LIBS=$ac_check_lib_save_LIBS
15193 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15194 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15195 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15197 cat >>confdefs.h <<\_ACEOF
15198 #define HAVE_ZLIB 1
15199 _ACEOF
15201 ZLIB="-lz"
15207 if test "x$with_esd" != xno
15208 then
15209 save_CFLAGS="$CFLAGS"
15210 # Extract the first word of "esd-config", so it can be a program name with args.
15211 set dummy esd-config; ac_word=$2
15212 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15213 $as_echo_n "checking for $ac_word... " >&6; }
15214 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15215 $as_echo_n "(cached) " >&6
15216 else
15217 case $ESDCONFIG in
15218 [\\/]* | ?:[\\/]*)
15219 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15223 for as_dir in $PATH
15225 IFS=$as_save_IFS
15226 test -z "$as_dir" && as_dir=.
15227 for ac_exec_ext in '' $ac_executable_extensions; do
15228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15229 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15230 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15231 break 2
15233 done
15234 done
15235 IFS=$as_save_IFS
15237 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15239 esac
15241 ESDCONFIG=$ac_cv_path_ESDCONFIG
15242 if test -n "$ESDCONFIG"; then
15243 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15244 $as_echo "$ESDCONFIG" >&6; }
15245 else
15246 { $as_echo "$as_me:$LINENO: result: no" >&5
15247 $as_echo "no" >&6; }
15251 if test "x$ESDCONFIG" != "xno"
15252 then
15253 ac_esd_incl=""
15254 for i in `$ESDCONFIG --cflags`
15256 case "$i" in
15257 -I*) ac_esd_incl="$ac_esd_incl $i";;
15258 esac
15259 done
15260 ac_esd_libs=`$ESDCONFIG --libs`
15261 CFLAGS="$CFLAGS $ac_esd_incl"
15263 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15264 if test "${ac_cv_header_esd_h+set}" = set; then
15265 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15266 $as_echo_n "checking for esd.h... " >&6; }
15267 if test "${ac_cv_header_esd_h+set}" = set; then
15268 $as_echo_n "(cached) " >&6
15270 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15271 $as_echo "$ac_cv_header_esd_h" >&6; }
15272 else
15273 # Is the header compilable?
15274 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15275 $as_echo_n "checking esd.h usability... " >&6; }
15276 cat >conftest.$ac_ext <<_ACEOF
15277 /* confdefs.h. */
15278 _ACEOF
15279 cat confdefs.h >>conftest.$ac_ext
15280 cat >>conftest.$ac_ext <<_ACEOF
15281 /* end confdefs.h. */
15282 $ac_includes_default
15283 #include <esd.h>
15284 _ACEOF
15285 rm -f conftest.$ac_objext
15286 if { (ac_try="$ac_compile"
15287 case "(($ac_try" in
15288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15289 *) ac_try_echo=$ac_try;;
15290 esac
15291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15292 $as_echo "$ac_try_echo") >&5
15293 (eval "$ac_compile") 2>conftest.er1
15294 ac_status=$?
15295 grep -v '^ *+' conftest.er1 >conftest.err
15296 rm -f conftest.er1
15297 cat conftest.err >&5
15298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15299 (exit $ac_status); } && {
15300 test -z "$ac_c_werror_flag" ||
15301 test ! -s conftest.err
15302 } && test -s conftest.$ac_objext; then
15303 ac_header_compiler=yes
15304 else
15305 $as_echo "$as_me: failed program was:" >&5
15306 sed 's/^/| /' conftest.$ac_ext >&5
15308 ac_header_compiler=no
15311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15312 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15313 $as_echo "$ac_header_compiler" >&6; }
15315 # Is the header present?
15316 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15317 $as_echo_n "checking esd.h presence... " >&6; }
15318 cat >conftest.$ac_ext <<_ACEOF
15319 /* confdefs.h. */
15320 _ACEOF
15321 cat confdefs.h >>conftest.$ac_ext
15322 cat >>conftest.$ac_ext <<_ACEOF
15323 /* end confdefs.h. */
15324 #include <esd.h>
15325 _ACEOF
15326 if { (ac_try="$ac_cpp conftest.$ac_ext"
15327 case "(($ac_try" in
15328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15329 *) ac_try_echo=$ac_try;;
15330 esac
15331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15332 $as_echo "$ac_try_echo") >&5
15333 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15334 ac_status=$?
15335 grep -v '^ *+' conftest.er1 >conftest.err
15336 rm -f conftest.er1
15337 cat conftest.err >&5
15338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15339 (exit $ac_status); } >/dev/null && {
15340 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15341 test ! -s conftest.err
15342 }; then
15343 ac_header_preproc=yes
15344 else
15345 $as_echo "$as_me: failed program was:" >&5
15346 sed 's/^/| /' conftest.$ac_ext >&5
15348 ac_header_preproc=no
15351 rm -f conftest.err conftest.$ac_ext
15352 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15353 $as_echo "$ac_header_preproc" >&6; }
15355 # So? What about this header?
15356 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15357 yes:no: )
15358 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15359 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15360 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15361 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15362 ac_header_preproc=yes
15364 no:yes:* )
15365 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15366 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15367 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15368 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15369 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15370 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15371 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15372 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15373 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15374 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15375 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15376 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15377 ( cat <<\_ASBOX
15378 ## ------------------------------------ ##
15379 ## Report this to wine-devel@winehq.org ##
15380 ## ------------------------------------ ##
15381 _ASBOX
15382 ) | sed "s/^/$as_me: WARNING: /" >&2
15384 esac
15385 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15386 $as_echo_n "checking for esd.h... " >&6; }
15387 if test "${ac_cv_header_esd_h+set}" = set; then
15388 $as_echo_n "(cached) " >&6
15389 else
15390 ac_cv_header_esd_h=$ac_header_preproc
15392 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15393 $as_echo "$ac_cv_header_esd_h" >&6; }
15396 if test "x$ac_cv_header_esd_h" = x""yes; then
15397 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15398 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15399 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15400 $as_echo_n "(cached) " >&6
15401 else
15402 ac_check_lib_save_LIBS=$LIBS
15403 LIBS="-lesd $ac_esd_libs $LIBS"
15404 cat >conftest.$ac_ext <<_ACEOF
15405 /* confdefs.h. */
15406 _ACEOF
15407 cat confdefs.h >>conftest.$ac_ext
15408 cat >>conftest.$ac_ext <<_ACEOF
15409 /* end confdefs.h. */
15411 /* Override any GCC internal prototype to avoid an error.
15412 Use char because int might match the return type of a GCC
15413 builtin and then its argument prototype would still apply. */
15414 #ifdef __cplusplus
15415 extern "C"
15416 #endif
15417 char esd_open_sound ();
15419 main ()
15421 return esd_open_sound ();
15423 return 0;
15425 _ACEOF
15426 rm -f conftest.$ac_objext conftest$ac_exeext
15427 if { (ac_try="$ac_link"
15428 case "(($ac_try" in
15429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15430 *) ac_try_echo=$ac_try;;
15431 esac
15432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15433 $as_echo "$ac_try_echo") >&5
15434 (eval "$ac_link") 2>conftest.er1
15435 ac_status=$?
15436 grep -v '^ *+' conftest.er1 >conftest.err
15437 rm -f conftest.er1
15438 cat conftest.err >&5
15439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15440 (exit $ac_status); } && {
15441 test -z "$ac_c_werror_flag" ||
15442 test ! -s conftest.err
15443 } && test -s conftest$ac_exeext && {
15444 test "$cross_compiling" = yes ||
15445 $as_test_x conftest$ac_exeext
15446 }; then
15447 ac_cv_lib_esd_esd_open_sound=yes
15448 else
15449 $as_echo "$as_me: failed program was:" >&5
15450 sed 's/^/| /' conftest.$ac_ext >&5
15452 ac_cv_lib_esd_esd_open_sound=no
15455 rm -rf conftest.dSYM
15456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15457 conftest$ac_exeext conftest.$ac_ext
15458 LIBS=$ac_check_lib_save_LIBS
15460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15461 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15462 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15463 ESDINCL="$ac_esd_incl"
15465 ESDLIBS="$ac_esd_libs"
15468 cat >>confdefs.h <<\_ACEOF
15469 #define HAVE_ESD 1
15470 _ACEOF
15477 CFLAGS="$save_CFLAGS"
15480 ALSALIBS=""
15482 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15483 then
15484 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15485 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15486 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15487 $as_echo_n "(cached) " >&6
15488 else
15489 ac_check_lib_save_LIBS=$LIBS
15490 LIBS="-lasound $LIBS"
15491 cat >conftest.$ac_ext <<_ACEOF
15492 /* confdefs.h. */
15493 _ACEOF
15494 cat confdefs.h >>conftest.$ac_ext
15495 cat >>conftest.$ac_ext <<_ACEOF
15496 /* end confdefs.h. */
15498 /* Override any GCC internal prototype to avoid an error.
15499 Use char because int might match the return type of a GCC
15500 builtin and then its argument prototype would still apply. */
15501 #ifdef __cplusplus
15502 extern "C"
15503 #endif
15504 char snd_pcm_hw_params_get_access ();
15506 main ()
15508 return snd_pcm_hw_params_get_access ();
15510 return 0;
15512 _ACEOF
15513 rm -f conftest.$ac_objext conftest$ac_exeext
15514 if { (ac_try="$ac_link"
15515 case "(($ac_try" in
15516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15517 *) ac_try_echo=$ac_try;;
15518 esac
15519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15520 $as_echo "$ac_try_echo") >&5
15521 (eval "$ac_link") 2>conftest.er1
15522 ac_status=$?
15523 grep -v '^ *+' conftest.er1 >conftest.err
15524 rm -f conftest.er1
15525 cat conftest.err >&5
15526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15527 (exit $ac_status); } && {
15528 test -z "$ac_c_werror_flag" ||
15529 test ! -s conftest.err
15530 } && test -s conftest$ac_exeext && {
15531 test "$cross_compiling" = yes ||
15532 $as_test_x conftest$ac_exeext
15533 }; then
15534 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15535 else
15536 $as_echo "$as_me: failed program was:" >&5
15537 sed 's/^/| /' conftest.$ac_ext >&5
15539 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15542 rm -rf conftest.dSYM
15543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15544 conftest$ac_exeext conftest.$ac_ext
15545 LIBS=$ac_check_lib_save_LIBS
15547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15548 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15549 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15550 cat >conftest.$ac_ext <<_ACEOF
15551 /* confdefs.h. */
15552 _ACEOF
15553 cat confdefs.h >>conftest.$ac_ext
15554 cat >>conftest.$ac_ext <<_ACEOF
15555 /* end confdefs.h. */
15556 #ifdef HAVE_ALSA_ASOUNDLIB_H
15557 #include <alsa/asoundlib.h>
15558 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15559 #include <sys/asoundlib.h>
15560 #endif
15562 main ()
15564 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15566 return 0;
15568 _ACEOF
15569 rm -f conftest.$ac_objext
15570 if { (ac_try="$ac_compile"
15571 case "(($ac_try" in
15572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15573 *) ac_try_echo=$ac_try;;
15574 esac
15575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15576 $as_echo "$ac_try_echo") >&5
15577 (eval "$ac_compile") 2>conftest.er1
15578 ac_status=$?
15579 grep -v '^ *+' conftest.er1 >conftest.err
15580 rm -f conftest.er1
15581 cat conftest.err >&5
15582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15583 (exit $ac_status); } && {
15584 test -z "$ac_c_werror_flag" ||
15585 test ! -s conftest.err
15586 } && test -s conftest.$ac_objext; then
15588 cat >>confdefs.h <<\_ACEOF
15589 #define HAVE_ALSA 1
15590 _ACEOF
15592 ALSALIBS="-lasound"
15593 else
15594 $as_echo "$as_me: failed program was:" >&5
15595 sed 's/^/| /' conftest.$ac_ext >&5
15600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15605 AUDIOIOLIBS=""
15607 if test "$ac_cv_header_libaudioio_h" = "yes"
15608 then
15609 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15610 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15611 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15612 $as_echo_n "(cached) " >&6
15613 else
15614 ac_check_lib_save_LIBS=$LIBS
15615 LIBS="-laudioio $LIBS"
15616 cat >conftest.$ac_ext <<_ACEOF
15617 /* confdefs.h. */
15618 _ACEOF
15619 cat confdefs.h >>conftest.$ac_ext
15620 cat >>conftest.$ac_ext <<_ACEOF
15621 /* end confdefs.h. */
15623 /* Override any GCC internal prototype to avoid an error.
15624 Use char because int might match the return type of a GCC
15625 builtin and then its argument prototype would still apply. */
15626 #ifdef __cplusplus
15627 extern "C"
15628 #endif
15629 char AudioIOGetVersion ();
15631 main ()
15633 return AudioIOGetVersion ();
15635 return 0;
15637 _ACEOF
15638 rm -f conftest.$ac_objext conftest$ac_exeext
15639 if { (ac_try="$ac_link"
15640 case "(($ac_try" in
15641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15642 *) ac_try_echo=$ac_try;;
15643 esac
15644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15645 $as_echo "$ac_try_echo") >&5
15646 (eval "$ac_link") 2>conftest.er1
15647 ac_status=$?
15648 grep -v '^ *+' conftest.er1 >conftest.err
15649 rm -f conftest.er1
15650 cat conftest.err >&5
15651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15652 (exit $ac_status); } && {
15653 test -z "$ac_c_werror_flag" ||
15654 test ! -s conftest.err
15655 } && test -s conftest$ac_exeext && {
15656 test "$cross_compiling" = yes ||
15657 $as_test_x conftest$ac_exeext
15658 }; then
15659 ac_cv_lib_audioio_AudioIOGetVersion=yes
15660 else
15661 $as_echo "$as_me: failed program was:" >&5
15662 sed 's/^/| /' conftest.$ac_ext >&5
15664 ac_cv_lib_audioio_AudioIOGetVersion=no
15667 rm -rf conftest.dSYM
15668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15669 conftest$ac_exeext conftest.$ac_ext
15670 LIBS=$ac_check_lib_save_LIBS
15672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15673 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15674 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15675 AUDIOIOLIBS="-laudioio"
15677 cat >>confdefs.h <<\_ACEOF
15678 #define HAVE_LIBAUDIOIO 1
15679 _ACEOF
15686 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15687 then
15688 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15689 $as_echo_n "checking for -lcapi20... " >&6; }
15690 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15691 $as_echo_n "(cached) " >&6
15692 else
15693 ac_check_soname_save_LIBS=$LIBS
15694 LIBS="-lcapi20 $LIBS"
15695 cat >conftest.$ac_ext <<_ACEOF
15696 /* confdefs.h. */
15697 _ACEOF
15698 cat confdefs.h >>conftest.$ac_ext
15699 cat >>conftest.$ac_ext <<_ACEOF
15700 /* end confdefs.h. */
15702 /* Override any GCC internal prototype to avoid an error.
15703 Use char because int might match the return type of a GCC
15704 builtin and then its argument prototype would still apply. */
15705 #ifdef __cplusplus
15706 extern "C"
15707 #endif
15708 char capi20_register ();
15710 main ()
15712 return capi20_register ();
15714 return 0;
15716 _ACEOF
15717 rm -f conftest.$ac_objext conftest$ac_exeext
15718 if { (ac_try="$ac_link"
15719 case "(($ac_try" in
15720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15721 *) ac_try_echo=$ac_try;;
15722 esac
15723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15724 $as_echo "$ac_try_echo") >&5
15725 (eval "$ac_link") 2>conftest.er1
15726 ac_status=$?
15727 grep -v '^ *+' conftest.er1 >conftest.err
15728 rm -f conftest.er1
15729 cat conftest.err >&5
15730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext && {
15735 test "$cross_compiling" = yes ||
15736 $as_test_x conftest$ac_exeext
15737 }; then
15738 case "$LIBEXT" in
15739 dll) ;;
15740 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'` ;;
15741 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15742 esac
15743 else
15744 $as_echo "$as_me: failed program was:" >&5
15745 sed 's/^/| /' conftest.$ac_ext >&5
15750 rm -rf conftest.dSYM
15751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15752 conftest$ac_exeext conftest.$ac_ext
15753 LIBS=$ac_check_soname_save_LIBS
15755 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15756 { $as_echo "$as_me:$LINENO: result: not found" >&5
15757 $as_echo "not found" >&6; }
15759 else
15760 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15761 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15763 cat >>confdefs.h <<_ACEOF
15764 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15765 _ACEOF
15771 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15772 case "x$with_capi" in
15773 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15774 xno) ;;
15775 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15776 This is an error since --with-capi was requested." >&5
15777 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15778 This is an error since --with-capi was requested." >&2;}
15779 { (exit 1); exit 1; }; } ;;
15780 esac
15784 CUPSINCL=""
15786 if test "x$with_cups" != "xno"
15787 then
15788 ac_save_CPPFLAGS="$CPPFLAGS"
15789 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15790 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15791 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15793 for ac_header in cups/cups.h
15795 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15797 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15798 $as_echo_n "checking for $ac_header... " >&6; }
15799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15800 $as_echo_n "(cached) " >&6
15802 ac_res=`eval 'as_val=${'$as_ac_Header'}
15803 $as_echo "$as_val"'`
15804 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15805 $as_echo "$ac_res" >&6; }
15806 else
15807 # Is the header compilable?
15808 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15809 $as_echo_n "checking $ac_header usability... " >&6; }
15810 cat >conftest.$ac_ext <<_ACEOF
15811 /* confdefs.h. */
15812 _ACEOF
15813 cat confdefs.h >>conftest.$ac_ext
15814 cat >>conftest.$ac_ext <<_ACEOF
15815 /* end confdefs.h. */
15816 $ac_includes_default
15817 #include <$ac_header>
15818 _ACEOF
15819 rm -f conftest.$ac_objext
15820 if { (ac_try="$ac_compile"
15821 case "(($ac_try" in
15822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15823 *) ac_try_echo=$ac_try;;
15824 esac
15825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15826 $as_echo "$ac_try_echo") >&5
15827 (eval "$ac_compile") 2>conftest.er1
15828 ac_status=$?
15829 grep -v '^ *+' conftest.er1 >conftest.err
15830 rm -f conftest.er1
15831 cat conftest.err >&5
15832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833 (exit $ac_status); } && {
15834 test -z "$ac_c_werror_flag" ||
15835 test ! -s conftest.err
15836 } && test -s conftest.$ac_objext; then
15837 ac_header_compiler=yes
15838 else
15839 $as_echo "$as_me: failed program was:" >&5
15840 sed 's/^/| /' conftest.$ac_ext >&5
15842 ac_header_compiler=no
15845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15846 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15847 $as_echo "$ac_header_compiler" >&6; }
15849 # Is the header present?
15850 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15851 $as_echo_n "checking $ac_header presence... " >&6; }
15852 cat >conftest.$ac_ext <<_ACEOF
15853 /* confdefs.h. */
15854 _ACEOF
15855 cat confdefs.h >>conftest.$ac_ext
15856 cat >>conftest.$ac_ext <<_ACEOF
15857 /* end confdefs.h. */
15858 #include <$ac_header>
15859 _ACEOF
15860 if { (ac_try="$ac_cpp conftest.$ac_ext"
15861 case "(($ac_try" in
15862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15863 *) ac_try_echo=$ac_try;;
15864 esac
15865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15866 $as_echo "$ac_try_echo") >&5
15867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15868 ac_status=$?
15869 grep -v '^ *+' conftest.er1 >conftest.err
15870 rm -f conftest.er1
15871 cat conftest.err >&5
15872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } >/dev/null && {
15874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15875 test ! -s conftest.err
15876 }; then
15877 ac_header_preproc=yes
15878 else
15879 $as_echo "$as_me: failed program was:" >&5
15880 sed 's/^/| /' conftest.$ac_ext >&5
15882 ac_header_preproc=no
15885 rm -f conftest.err conftest.$ac_ext
15886 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15887 $as_echo "$ac_header_preproc" >&6; }
15889 # So? What about this header?
15890 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15891 yes:no: )
15892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15893 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15895 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15896 ac_header_preproc=yes
15898 no:yes:* )
15899 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15900 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15901 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15902 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15903 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15904 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15905 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15906 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15907 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15908 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15909 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15910 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15911 ( cat <<\_ASBOX
15912 ## ------------------------------------ ##
15913 ## Report this to wine-devel@winehq.org ##
15914 ## ------------------------------------ ##
15915 _ASBOX
15916 ) | sed "s/^/$as_me: WARNING: /" >&2
15918 esac
15919 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15920 $as_echo_n "checking for $ac_header... " >&6; }
15921 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15922 $as_echo_n "(cached) " >&6
15923 else
15924 eval "$as_ac_Header=\$ac_header_preproc"
15926 ac_res=`eval 'as_val=${'$as_ac_Header'}
15927 $as_echo "$as_val"'`
15928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15929 $as_echo "$ac_res" >&6; }
15932 as_val=`eval 'as_val=${'$as_ac_Header'}
15933 $as_echo "$as_val"'`
15934 if test "x$as_val" = x""yes; then
15935 cat >>confdefs.h <<_ACEOF
15936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15937 _ACEOF
15938 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15939 $as_echo_n "checking for -lcups... " >&6; }
15940 if test "${ac_cv_lib_soname_cups+set}" = set; then
15941 $as_echo_n "(cached) " >&6
15942 else
15943 ac_check_soname_save_LIBS=$LIBS
15944 LIBS="-lcups $ac_cups_libs $LIBS"
15945 cat >conftest.$ac_ext <<_ACEOF
15946 /* confdefs.h. */
15947 _ACEOF
15948 cat confdefs.h >>conftest.$ac_ext
15949 cat >>conftest.$ac_ext <<_ACEOF
15950 /* end confdefs.h. */
15952 /* Override any GCC internal prototype to avoid an error.
15953 Use char because int might match the return type of a GCC
15954 builtin and then its argument prototype would still apply. */
15955 #ifdef __cplusplus
15956 extern "C"
15957 #endif
15958 char cupsGetDefault ();
15960 main ()
15962 return cupsGetDefault ();
15964 return 0;
15966 _ACEOF
15967 rm -f conftest.$ac_objext conftest$ac_exeext
15968 if { (ac_try="$ac_link"
15969 case "(($ac_try" in
15970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15971 *) ac_try_echo=$ac_try;;
15972 esac
15973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15974 $as_echo "$ac_try_echo") >&5
15975 (eval "$ac_link") 2>conftest.er1
15976 ac_status=$?
15977 grep -v '^ *+' conftest.er1 >conftest.err
15978 rm -f conftest.er1
15979 cat conftest.err >&5
15980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); } && {
15982 test -z "$ac_c_werror_flag" ||
15983 test ! -s conftest.err
15984 } && test -s conftest$ac_exeext && {
15985 test "$cross_compiling" = yes ||
15986 $as_test_x conftest$ac_exeext
15987 }; then
15988 case "$LIBEXT" in
15989 dll) ;;
15990 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'` ;;
15991 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15992 esac
15993 else
15994 $as_echo "$as_me: failed program was:" >&5
15995 sed 's/^/| /' conftest.$ac_ext >&5
16000 rm -rf conftest.dSYM
16001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16002 conftest$ac_exeext conftest.$ac_ext
16003 LIBS=$ac_check_soname_save_LIBS
16005 if test "x$ac_cv_lib_soname_cups" = "x"; then
16006 { $as_echo "$as_me:$LINENO: result: not found" >&5
16007 $as_echo "not found" >&6; }
16009 else
16010 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16011 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16013 cat >>confdefs.h <<_ACEOF
16014 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16015 _ACEOF
16017 CUPSINCL="$ac_cups_cflags"
16022 done
16024 CPPFLAGS="$ac_save_CPPFLAGS"
16026 if test "x$ac_cv_lib_soname_cups" = "x"; then
16027 case "x$with_cups" in
16028 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16029 xno) ;;
16030 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16031 This is an error since --with-cups was requested." >&5
16032 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16033 This is an error since --with-cups was requested." >&2;}
16034 { (exit 1); exit 1; }; } ;;
16035 esac
16039 if test "$ac_cv_header_jack_jack_h" = "yes"
16040 then
16041 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16042 $as_echo_n "checking for -ljack... " >&6; }
16043 if test "${ac_cv_lib_soname_jack+set}" = set; then
16044 $as_echo_n "(cached) " >&6
16045 else
16046 ac_check_soname_save_LIBS=$LIBS
16047 LIBS="-ljack $LIBS"
16048 cat >conftest.$ac_ext <<_ACEOF
16049 /* confdefs.h. */
16050 _ACEOF
16051 cat confdefs.h >>conftest.$ac_ext
16052 cat >>conftest.$ac_ext <<_ACEOF
16053 /* end confdefs.h. */
16055 /* Override any GCC internal prototype to avoid an error.
16056 Use char because int might match the return type of a GCC
16057 builtin and then its argument prototype would still apply. */
16058 #ifdef __cplusplus
16059 extern "C"
16060 #endif
16061 char jack_client_new ();
16063 main ()
16065 return jack_client_new ();
16067 return 0;
16069 _ACEOF
16070 rm -f conftest.$ac_objext conftest$ac_exeext
16071 if { (ac_try="$ac_link"
16072 case "(($ac_try" in
16073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16074 *) ac_try_echo=$ac_try;;
16075 esac
16076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16077 $as_echo "$ac_try_echo") >&5
16078 (eval "$ac_link") 2>conftest.er1
16079 ac_status=$?
16080 grep -v '^ *+' conftest.er1 >conftest.err
16081 rm -f conftest.er1
16082 cat conftest.err >&5
16083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16084 (exit $ac_status); } && {
16085 test -z "$ac_c_werror_flag" ||
16086 test ! -s conftest.err
16087 } && test -s conftest$ac_exeext && {
16088 test "$cross_compiling" = yes ||
16089 $as_test_x conftest$ac_exeext
16090 }; then
16091 case "$LIBEXT" in
16092 dll) ;;
16093 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'` ;;
16094 *) 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'` ;;
16095 esac
16096 else
16097 $as_echo "$as_me: failed program was:" >&5
16098 sed 's/^/| /' conftest.$ac_ext >&5
16103 rm -rf conftest.dSYM
16104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16105 conftest$ac_exeext conftest.$ac_ext
16106 LIBS=$ac_check_soname_save_LIBS
16108 if test "x$ac_cv_lib_soname_jack" = "x"; then
16109 { $as_echo "$as_me:$LINENO: result: not found" >&5
16110 $as_echo "not found" >&6; }
16112 else
16113 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16114 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16116 cat >>confdefs.h <<_ACEOF
16117 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16118 _ACEOF
16125 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16126 then
16127 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16128 $as_echo_n "checking for -lfontconfig... " >&6; }
16129 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16130 $as_echo_n "(cached) " >&6
16131 else
16132 ac_check_soname_save_LIBS=$LIBS
16133 LIBS="-lfontconfig $LIBS"
16134 cat >conftest.$ac_ext <<_ACEOF
16135 /* confdefs.h. */
16136 _ACEOF
16137 cat confdefs.h >>conftest.$ac_ext
16138 cat >>conftest.$ac_ext <<_ACEOF
16139 /* end confdefs.h. */
16141 /* Override any GCC internal prototype to avoid an error.
16142 Use char because int might match the return type of a GCC
16143 builtin and then its argument prototype would still apply. */
16144 #ifdef __cplusplus
16145 extern "C"
16146 #endif
16147 char FcInit ();
16149 main ()
16151 return FcInit ();
16153 return 0;
16155 _ACEOF
16156 rm -f conftest.$ac_objext conftest$ac_exeext
16157 if { (ac_try="$ac_link"
16158 case "(($ac_try" in
16159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16160 *) ac_try_echo=$ac_try;;
16161 esac
16162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16163 $as_echo "$ac_try_echo") >&5
16164 (eval "$ac_link") 2>conftest.er1
16165 ac_status=$?
16166 grep -v '^ *+' conftest.er1 >conftest.err
16167 rm -f conftest.er1
16168 cat conftest.err >&5
16169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170 (exit $ac_status); } && {
16171 test -z "$ac_c_werror_flag" ||
16172 test ! -s conftest.err
16173 } && test -s conftest$ac_exeext && {
16174 test "$cross_compiling" = yes ||
16175 $as_test_x conftest$ac_exeext
16176 }; then
16177 case "$LIBEXT" in
16178 dll) ;;
16179 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'` ;;
16180 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16181 esac
16182 else
16183 $as_echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.$ac_ext >&5
16189 rm -rf conftest.dSYM
16190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16191 conftest$ac_exeext conftest.$ac_ext
16192 LIBS=$ac_check_soname_save_LIBS
16194 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16195 { $as_echo "$as_me:$LINENO: result: not found" >&5
16196 $as_echo "not found" >&6; }
16198 else
16199 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16200 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16202 cat >>confdefs.h <<_ACEOF
16203 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16204 _ACEOF
16209 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16210 then
16211 ac_save_CPPFLAGS="$CPPFLAGS"
16212 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16213 $as_unset ac_cv_header_fontconfig_fontconfig_h
16215 for ac_header in fontconfig/fontconfig.h
16217 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16218 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16219 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16220 $as_echo_n "checking for $ac_header... " >&6; }
16221 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16222 $as_echo_n "(cached) " >&6
16224 ac_res=`eval 'as_val=${'$as_ac_Header'}
16225 $as_echo "$as_val"'`
16226 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16227 $as_echo "$ac_res" >&6; }
16228 else
16229 # Is the header compilable?
16230 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16231 $as_echo_n "checking $ac_header usability... " >&6; }
16232 cat >conftest.$ac_ext <<_ACEOF
16233 /* confdefs.h. */
16234 _ACEOF
16235 cat confdefs.h >>conftest.$ac_ext
16236 cat >>conftest.$ac_ext <<_ACEOF
16237 /* end confdefs.h. */
16238 $ac_includes_default
16239 #include <$ac_header>
16240 _ACEOF
16241 rm -f conftest.$ac_objext
16242 if { (ac_try="$ac_compile"
16243 case "(($ac_try" in
16244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16245 *) ac_try_echo=$ac_try;;
16246 esac
16247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16248 $as_echo "$ac_try_echo") >&5
16249 (eval "$ac_compile") 2>conftest.er1
16250 ac_status=$?
16251 grep -v '^ *+' conftest.er1 >conftest.err
16252 rm -f conftest.er1
16253 cat conftest.err >&5
16254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); } && {
16256 test -z "$ac_c_werror_flag" ||
16257 test ! -s conftest.err
16258 } && test -s conftest.$ac_objext; then
16259 ac_header_compiler=yes
16260 else
16261 $as_echo "$as_me: failed program was:" >&5
16262 sed 's/^/| /' conftest.$ac_ext >&5
16264 ac_header_compiler=no
16267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16268 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16269 $as_echo "$ac_header_compiler" >&6; }
16271 # Is the header present?
16272 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16273 $as_echo_n "checking $ac_header presence... " >&6; }
16274 cat >conftest.$ac_ext <<_ACEOF
16275 /* confdefs.h. */
16276 _ACEOF
16277 cat confdefs.h >>conftest.$ac_ext
16278 cat >>conftest.$ac_ext <<_ACEOF
16279 /* end confdefs.h. */
16280 #include <$ac_header>
16281 _ACEOF
16282 if { (ac_try="$ac_cpp conftest.$ac_ext"
16283 case "(($ac_try" in
16284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16285 *) ac_try_echo=$ac_try;;
16286 esac
16287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16288 $as_echo "$ac_try_echo") >&5
16289 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16290 ac_status=$?
16291 grep -v '^ *+' conftest.er1 >conftest.err
16292 rm -f conftest.er1
16293 cat conftest.err >&5
16294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); } >/dev/null && {
16296 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16297 test ! -s conftest.err
16298 }; then
16299 ac_header_preproc=yes
16300 else
16301 $as_echo "$as_me: failed program was:" >&5
16302 sed 's/^/| /' conftest.$ac_ext >&5
16304 ac_header_preproc=no
16307 rm -f conftest.err conftest.$ac_ext
16308 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16309 $as_echo "$ac_header_preproc" >&6; }
16311 # So? What about this header?
16312 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16313 yes:no: )
16314 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16315 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16316 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16317 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16318 ac_header_preproc=yes
16320 no:yes:* )
16321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16322 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16324 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16326 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16327 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16328 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16329 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16330 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16331 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16332 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16333 ( cat <<\_ASBOX
16334 ## ------------------------------------ ##
16335 ## Report this to wine-devel@winehq.org ##
16336 ## ------------------------------------ ##
16337 _ASBOX
16338 ) | sed "s/^/$as_me: WARNING: /" >&2
16340 esac
16341 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16342 $as_echo_n "checking for $ac_header... " >&6; }
16343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16344 $as_echo_n "(cached) " >&6
16345 else
16346 eval "$as_ac_Header=\$ac_header_preproc"
16348 ac_res=`eval 'as_val=${'$as_ac_Header'}
16349 $as_echo "$as_val"'`
16350 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16351 $as_echo "$ac_res" >&6; }
16354 as_val=`eval 'as_val=${'$as_ac_Header'}
16355 $as_echo "$as_val"'`
16356 if test "x$as_val" = x""yes; then
16357 cat >>confdefs.h <<_ACEOF
16358 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16359 _ACEOF
16363 done
16365 CPPFLAGS="$ac_save_CPPFLAGS"
16366 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16367 then
16368 FONTCONFIGINCL="$X_CFLAGS"
16370 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16371 $as_echo_n "checking for -lfontconfig... " >&6; }
16372 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16373 $as_echo_n "(cached) " >&6
16374 else
16375 ac_check_soname_save_LIBS=$LIBS
16376 LIBS="-lfontconfig $X_LIBS $LIBS"
16377 cat >conftest.$ac_ext <<_ACEOF
16378 /* confdefs.h. */
16379 _ACEOF
16380 cat confdefs.h >>conftest.$ac_ext
16381 cat >>conftest.$ac_ext <<_ACEOF
16382 /* end confdefs.h. */
16384 /* Override any GCC internal prototype to avoid an error.
16385 Use char because int might match the return type of a GCC
16386 builtin and then its argument prototype would still apply. */
16387 #ifdef __cplusplus
16388 extern "C"
16389 #endif
16390 char FcInit ();
16392 main ()
16394 return FcInit ();
16396 return 0;
16398 _ACEOF
16399 rm -f conftest.$ac_objext conftest$ac_exeext
16400 if { (ac_try="$ac_link"
16401 case "(($ac_try" in
16402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16403 *) ac_try_echo=$ac_try;;
16404 esac
16405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16406 $as_echo "$ac_try_echo") >&5
16407 (eval "$ac_link") 2>conftest.er1
16408 ac_status=$?
16409 grep -v '^ *+' conftest.er1 >conftest.err
16410 rm -f conftest.er1
16411 cat conftest.err >&5
16412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413 (exit $ac_status); } && {
16414 test -z "$ac_c_werror_flag" ||
16415 test ! -s conftest.err
16416 } && test -s conftest$ac_exeext && {
16417 test "$cross_compiling" = yes ||
16418 $as_test_x conftest$ac_exeext
16419 }; then
16420 case "$LIBEXT" in
16421 dll) ;;
16422 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'` ;;
16423 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16424 esac
16425 else
16426 $as_echo "$as_me: failed program was:" >&5
16427 sed 's/^/| /' conftest.$ac_ext >&5
16432 rm -rf conftest.dSYM
16433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16434 conftest$ac_exeext conftest.$ac_ext
16435 LIBS=$ac_check_soname_save_LIBS
16437 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16438 { $as_echo "$as_me:$LINENO: result: not found" >&5
16439 $as_echo "not found" >&6; }
16441 else
16442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16443 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16445 cat >>confdefs.h <<_ACEOF
16446 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16447 _ACEOF
16454 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16455 case "x$with_fontconfig" in
16456 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16457 xno) ;;
16458 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16459 This is an error since --with-fontconfig was requested." >&5
16460 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16461 This is an error since --with-fontconfig was requested." >&2;}
16462 { (exit 1); exit 1; }; } ;;
16463 esac
16467 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16468 then
16469 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16470 $as_echo_n "checking for -lssl... " >&6; }
16471 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16472 $as_echo_n "(cached) " >&6
16473 else
16474 ac_check_soname_save_LIBS=$LIBS
16475 LIBS="-lssl $LIBS"
16476 cat >conftest.$ac_ext <<_ACEOF
16477 /* confdefs.h. */
16478 _ACEOF
16479 cat confdefs.h >>conftest.$ac_ext
16480 cat >>conftest.$ac_ext <<_ACEOF
16481 /* end confdefs.h. */
16483 /* Override any GCC internal prototype to avoid an error.
16484 Use char because int might match the return type of a GCC
16485 builtin and then its argument prototype would still apply. */
16486 #ifdef __cplusplus
16487 extern "C"
16488 #endif
16489 char SSL_library_init ();
16491 main ()
16493 return SSL_library_init ();
16495 return 0;
16497 _ACEOF
16498 rm -f conftest.$ac_objext conftest$ac_exeext
16499 if { (ac_try="$ac_link"
16500 case "(($ac_try" in
16501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16502 *) ac_try_echo=$ac_try;;
16503 esac
16504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16505 $as_echo "$ac_try_echo") >&5
16506 (eval "$ac_link") 2>conftest.er1
16507 ac_status=$?
16508 grep -v '^ *+' conftest.er1 >conftest.err
16509 rm -f conftest.er1
16510 cat conftest.err >&5
16511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16512 (exit $ac_status); } && {
16513 test -z "$ac_c_werror_flag" ||
16514 test ! -s conftest.err
16515 } && test -s conftest$ac_exeext && {
16516 test "$cross_compiling" = yes ||
16517 $as_test_x conftest$ac_exeext
16518 }; then
16519 case "$LIBEXT" in
16520 dll) ;;
16521 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'` ;;
16522 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16523 esac
16524 else
16525 $as_echo "$as_me: failed program was:" >&5
16526 sed 's/^/| /' conftest.$ac_ext >&5
16531 rm -rf conftest.dSYM
16532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16533 conftest$ac_exeext conftest.$ac_ext
16534 LIBS=$ac_check_soname_save_LIBS
16536 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16537 { $as_echo "$as_me:$LINENO: result: not found" >&5
16538 $as_echo "not found" >&6; }
16540 else
16541 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16542 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16544 cat >>confdefs.h <<_ACEOF
16545 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16546 _ACEOF
16551 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16552 $as_echo_n "checking for -lcrypto... " >&6; }
16553 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16554 $as_echo_n "(cached) " >&6
16555 else
16556 ac_check_soname_save_LIBS=$LIBS
16557 LIBS="-lcrypto $LIBS"
16558 cat >conftest.$ac_ext <<_ACEOF
16559 /* confdefs.h. */
16560 _ACEOF
16561 cat confdefs.h >>conftest.$ac_ext
16562 cat >>conftest.$ac_ext <<_ACEOF
16563 /* end confdefs.h. */
16565 /* Override any GCC internal prototype to avoid an error.
16566 Use char because int might match the return type of a GCC
16567 builtin and then its argument prototype would still apply. */
16568 #ifdef __cplusplus
16569 extern "C"
16570 #endif
16571 char BIO_new_socket ();
16573 main ()
16575 return BIO_new_socket ();
16577 return 0;
16579 _ACEOF
16580 rm -f conftest.$ac_objext conftest$ac_exeext
16581 if { (ac_try="$ac_link"
16582 case "(($ac_try" in
16583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16584 *) ac_try_echo=$ac_try;;
16585 esac
16586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16587 $as_echo "$ac_try_echo") >&5
16588 (eval "$ac_link") 2>conftest.er1
16589 ac_status=$?
16590 grep -v '^ *+' conftest.er1 >conftest.err
16591 rm -f conftest.er1
16592 cat conftest.err >&5
16593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16594 (exit $ac_status); } && {
16595 test -z "$ac_c_werror_flag" ||
16596 test ! -s conftest.err
16597 } && test -s conftest$ac_exeext && {
16598 test "$cross_compiling" = yes ||
16599 $as_test_x conftest$ac_exeext
16600 }; then
16601 case "$LIBEXT" in
16602 dll) ;;
16603 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'` ;;
16604 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16605 esac
16606 else
16607 $as_echo "$as_me: failed program was:" >&5
16608 sed 's/^/| /' conftest.$ac_ext >&5
16613 rm -rf conftest.dSYM
16614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16615 conftest$ac_exeext conftest.$ac_ext
16616 LIBS=$ac_check_soname_save_LIBS
16618 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16619 { $as_echo "$as_me:$LINENO: result: not found" >&5
16620 $as_echo "not found" >&6; }
16622 else
16623 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16624 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16626 cat >>confdefs.h <<_ACEOF
16627 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16628 _ACEOF
16634 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16635 case "x$with_openssl" in
16636 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16637 xno) ;;
16638 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16639 This is an error since --with-openssl was requested." >&5
16640 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16641 This is an error since --with-openssl was requested." >&2;}
16642 { (exit 1); exit 1; }; } ;;
16643 esac
16647 if test "$ac_cv_header_jpeglib_h" = "yes"
16648 then
16649 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16650 $as_echo_n "checking for -ljpeg... " >&6; }
16651 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16652 $as_echo_n "(cached) " >&6
16653 else
16654 ac_check_soname_save_LIBS=$LIBS
16655 LIBS="-ljpeg $LIBS"
16656 cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h. */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16663 /* Override any GCC internal prototype to avoid an error.
16664 Use char because int might match the return type of a GCC
16665 builtin and then its argument prototype would still apply. */
16666 #ifdef __cplusplus
16667 extern "C"
16668 #endif
16669 char jpeg_start_decompress ();
16671 main ()
16673 return jpeg_start_decompress ();
16675 return 0;
16677 _ACEOF
16678 rm -f conftest.$ac_objext conftest$ac_exeext
16679 if { (ac_try="$ac_link"
16680 case "(($ac_try" in
16681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16682 *) ac_try_echo=$ac_try;;
16683 esac
16684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16685 $as_echo "$ac_try_echo") >&5
16686 (eval "$ac_link") 2>conftest.er1
16687 ac_status=$?
16688 grep -v '^ *+' conftest.er1 >conftest.err
16689 rm -f conftest.er1
16690 cat conftest.err >&5
16691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16692 (exit $ac_status); } && {
16693 test -z "$ac_c_werror_flag" ||
16694 test ! -s conftest.err
16695 } && test -s conftest$ac_exeext && {
16696 test "$cross_compiling" = yes ||
16697 $as_test_x conftest$ac_exeext
16698 }; then
16699 case "$LIBEXT" in
16700 dll) ;;
16701 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'` ;;
16702 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16703 esac
16704 else
16705 $as_echo "$as_me: failed program was:" >&5
16706 sed 's/^/| /' conftest.$ac_ext >&5
16711 rm -rf conftest.dSYM
16712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16713 conftest$ac_exeext conftest.$ac_ext
16714 LIBS=$ac_check_soname_save_LIBS
16716 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16717 { $as_echo "$as_me:$LINENO: result: not found" >&5
16718 $as_echo "not found" >&6; }
16720 else
16721 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16722 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16724 cat >>confdefs.h <<_ACEOF
16725 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16726 _ACEOF
16732 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16733 case "x$with_jpeg" in
16734 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16735 xno) ;;
16736 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16737 This is an error since --with-jpeg was requested." >&5
16738 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16739 This is an error since --with-jpeg was requested." >&2;}
16740 { (exit 1); exit 1; }; } ;;
16741 esac
16745 if test "$ac_cv_header_png_h" = "yes"
16746 then
16747 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16748 $as_echo_n "checking for -lpng... " >&6; }
16749 if test "${ac_cv_lib_soname_png+set}" = set; then
16750 $as_echo_n "(cached) " >&6
16751 else
16752 ac_check_soname_save_LIBS=$LIBS
16753 LIBS="-lpng -lm -lz $LIBS"
16754 cat >conftest.$ac_ext <<_ACEOF
16755 /* confdefs.h. */
16756 _ACEOF
16757 cat confdefs.h >>conftest.$ac_ext
16758 cat >>conftest.$ac_ext <<_ACEOF
16759 /* end confdefs.h. */
16761 /* Override any GCC internal prototype to avoid an error.
16762 Use char because int might match the return type of a GCC
16763 builtin and then its argument prototype would still apply. */
16764 #ifdef __cplusplus
16765 extern "C"
16766 #endif
16767 char png_create_read_struct ();
16769 main ()
16771 return png_create_read_struct ();
16773 return 0;
16775 _ACEOF
16776 rm -f conftest.$ac_objext conftest$ac_exeext
16777 if { (ac_try="$ac_link"
16778 case "(($ac_try" in
16779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16780 *) ac_try_echo=$ac_try;;
16781 esac
16782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16783 $as_echo "$ac_try_echo") >&5
16784 (eval "$ac_link") 2>conftest.er1
16785 ac_status=$?
16786 grep -v '^ *+' conftest.er1 >conftest.err
16787 rm -f conftest.er1
16788 cat conftest.err >&5
16789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790 (exit $ac_status); } && {
16791 test -z "$ac_c_werror_flag" ||
16792 test ! -s conftest.err
16793 } && test -s conftest$ac_exeext && {
16794 test "$cross_compiling" = yes ||
16795 $as_test_x conftest$ac_exeext
16796 }; then
16797 case "$LIBEXT" in
16798 dll) ;;
16799 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'` ;;
16800 *) 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'` ;;
16801 esac
16802 else
16803 $as_echo "$as_me: failed program was:" >&5
16804 sed 's/^/| /' conftest.$ac_ext >&5
16809 rm -rf conftest.dSYM
16810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16811 conftest$ac_exeext conftest.$ac_ext
16812 LIBS=$ac_check_soname_save_LIBS
16814 if test "x$ac_cv_lib_soname_png" = "x"; then
16815 { $as_echo "$as_me:$LINENO: result: not found" >&5
16816 $as_echo "not found" >&6; }
16818 else
16819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16820 $as_echo "$ac_cv_lib_soname_png" >&6; }
16822 cat >>confdefs.h <<_ACEOF
16823 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16824 _ACEOF
16829 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16830 then
16831 ac_save_CPPFLAGS="$CPPFLAGS"
16832 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16833 $as_unset ac_cv_header_png_h
16835 for ac_header in png.h
16837 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16839 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16840 $as_echo_n "checking for $ac_header... " >&6; }
16841 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16842 $as_echo_n "(cached) " >&6
16844 ac_res=`eval 'as_val=${'$as_ac_Header'}
16845 $as_echo "$as_val"'`
16846 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16847 $as_echo "$ac_res" >&6; }
16848 else
16849 # Is the header compilable?
16850 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16851 $as_echo_n "checking $ac_header usability... " >&6; }
16852 cat >conftest.$ac_ext <<_ACEOF
16853 /* confdefs.h. */
16854 _ACEOF
16855 cat confdefs.h >>conftest.$ac_ext
16856 cat >>conftest.$ac_ext <<_ACEOF
16857 /* end confdefs.h. */
16858 $ac_includes_default
16859 #include <$ac_header>
16860 _ACEOF
16861 rm -f conftest.$ac_objext
16862 if { (ac_try="$ac_compile"
16863 case "(($ac_try" in
16864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16865 *) ac_try_echo=$ac_try;;
16866 esac
16867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16868 $as_echo "$ac_try_echo") >&5
16869 (eval "$ac_compile") 2>conftest.er1
16870 ac_status=$?
16871 grep -v '^ *+' conftest.er1 >conftest.err
16872 rm -f conftest.er1
16873 cat conftest.err >&5
16874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16875 (exit $ac_status); } && {
16876 test -z "$ac_c_werror_flag" ||
16877 test ! -s conftest.err
16878 } && test -s conftest.$ac_objext; then
16879 ac_header_compiler=yes
16880 else
16881 $as_echo "$as_me: failed program was:" >&5
16882 sed 's/^/| /' conftest.$ac_ext >&5
16884 ac_header_compiler=no
16887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16888 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16889 $as_echo "$ac_header_compiler" >&6; }
16891 # Is the header present?
16892 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16893 $as_echo_n "checking $ac_header presence... " >&6; }
16894 cat >conftest.$ac_ext <<_ACEOF
16895 /* confdefs.h. */
16896 _ACEOF
16897 cat confdefs.h >>conftest.$ac_ext
16898 cat >>conftest.$ac_ext <<_ACEOF
16899 /* end confdefs.h. */
16900 #include <$ac_header>
16901 _ACEOF
16902 if { (ac_try="$ac_cpp conftest.$ac_ext"
16903 case "(($ac_try" in
16904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16905 *) ac_try_echo=$ac_try;;
16906 esac
16907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16908 $as_echo "$ac_try_echo") >&5
16909 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16910 ac_status=$?
16911 grep -v '^ *+' conftest.er1 >conftest.err
16912 rm -f conftest.er1
16913 cat conftest.err >&5
16914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16915 (exit $ac_status); } >/dev/null && {
16916 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16917 test ! -s conftest.err
16918 }; then
16919 ac_header_preproc=yes
16920 else
16921 $as_echo "$as_me: failed program was:" >&5
16922 sed 's/^/| /' conftest.$ac_ext >&5
16924 ac_header_preproc=no
16927 rm -f conftest.err conftest.$ac_ext
16928 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16929 $as_echo "$ac_header_preproc" >&6; }
16931 # So? What about this header?
16932 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16933 yes:no: )
16934 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16935 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16936 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16937 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16938 ac_header_preproc=yes
16940 no:yes:* )
16941 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16942 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16943 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16944 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16945 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16946 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16947 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16948 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16949 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16950 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16951 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16952 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16953 ( cat <<\_ASBOX
16954 ## ------------------------------------ ##
16955 ## Report this to wine-devel@winehq.org ##
16956 ## ------------------------------------ ##
16957 _ASBOX
16958 ) | sed "s/^/$as_me: WARNING: /" >&2
16960 esac
16961 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16962 $as_echo_n "checking for $ac_header... " >&6; }
16963 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16964 $as_echo_n "(cached) " >&6
16965 else
16966 eval "$as_ac_Header=\$ac_header_preproc"
16968 ac_res=`eval 'as_val=${'$as_ac_Header'}
16969 $as_echo "$as_val"'`
16970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16971 $as_echo "$ac_res" >&6; }
16974 as_val=`eval 'as_val=${'$as_ac_Header'}
16975 $as_echo "$as_val"'`
16976 if test "x$as_val" = x""yes; then
16977 cat >>confdefs.h <<_ACEOF
16978 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16979 _ACEOF
16983 done
16985 CPPFLAGS="$ac_save_CPPFLAGS"
16986 if test "$ac_cv_header_png_h" = "yes"
16987 then
16988 PNGINCL="$X_CFLAGS"
16990 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16991 $as_echo_n "checking for -lpng... " >&6; }
16992 if test "${ac_cv_lib_soname_png+set}" = set; then
16993 $as_echo_n "(cached) " >&6
16994 else
16995 ac_check_soname_save_LIBS=$LIBS
16996 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16997 cat >conftest.$ac_ext <<_ACEOF
16998 /* confdefs.h. */
16999 _ACEOF
17000 cat confdefs.h >>conftest.$ac_ext
17001 cat >>conftest.$ac_ext <<_ACEOF
17002 /* end confdefs.h. */
17004 /* Override any GCC internal prototype to avoid an error.
17005 Use char because int might match the return type of a GCC
17006 builtin and then its argument prototype would still apply. */
17007 #ifdef __cplusplus
17008 extern "C"
17009 #endif
17010 char png_create_read_struct ();
17012 main ()
17014 return png_create_read_struct ();
17016 return 0;
17018 _ACEOF
17019 rm -f conftest.$ac_objext conftest$ac_exeext
17020 if { (ac_try="$ac_link"
17021 case "(($ac_try" in
17022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17023 *) ac_try_echo=$ac_try;;
17024 esac
17025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17026 $as_echo "$ac_try_echo") >&5
17027 (eval "$ac_link") 2>conftest.er1
17028 ac_status=$?
17029 grep -v '^ *+' conftest.er1 >conftest.err
17030 rm -f conftest.er1
17031 cat conftest.err >&5
17032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17033 (exit $ac_status); } && {
17034 test -z "$ac_c_werror_flag" ||
17035 test ! -s conftest.err
17036 } && test -s conftest$ac_exeext && {
17037 test "$cross_compiling" = yes ||
17038 $as_test_x conftest$ac_exeext
17039 }; then
17040 case "$LIBEXT" in
17041 dll) ;;
17042 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'` ;;
17043 *) 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'` ;;
17044 esac
17045 else
17046 $as_echo "$as_me: failed program was:" >&5
17047 sed 's/^/| /' conftest.$ac_ext >&5
17052 rm -rf conftest.dSYM
17053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17054 conftest$ac_exeext conftest.$ac_ext
17055 LIBS=$ac_check_soname_save_LIBS
17057 if test "x$ac_cv_lib_soname_png" = "x"; then
17058 { $as_echo "$as_me:$LINENO: result: not found" >&5
17059 $as_echo "not found" >&6; }
17061 else
17062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17063 $as_echo "$ac_cv_lib_soname_png" >&6; }
17065 cat >>confdefs.h <<_ACEOF
17066 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17067 _ACEOF
17074 if test "x$ac_cv_lib_soname_png" = "x"; then
17075 case "x$with_png" in
17076 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17077 xno) ;;
17078 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17079 This is an error since --with-png was requested." >&5
17080 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17081 This is an error since --with-png was requested." >&2;}
17082 { (exit 1); exit 1; }; } ;;
17083 esac
17087 if test "$ac_cv_header_kstat_h" = "yes"
17088 then
17089 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17090 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17091 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17092 $as_echo_n "(cached) " >&6
17093 else
17094 ac_check_lib_save_LIBS=$LIBS
17095 LIBS="-lkstat $LIBS"
17096 cat >conftest.$ac_ext <<_ACEOF
17097 /* confdefs.h. */
17098 _ACEOF
17099 cat confdefs.h >>conftest.$ac_ext
17100 cat >>conftest.$ac_ext <<_ACEOF
17101 /* end confdefs.h. */
17103 /* Override any GCC internal prototype to avoid an error.
17104 Use char because int might match the return type of a GCC
17105 builtin and then its argument prototype would still apply. */
17106 #ifdef __cplusplus
17107 extern "C"
17108 #endif
17109 char kstat_open ();
17111 main ()
17113 return kstat_open ();
17115 return 0;
17117 _ACEOF
17118 rm -f conftest.$ac_objext conftest$ac_exeext
17119 if { (ac_try="$ac_link"
17120 case "(($ac_try" in
17121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17122 *) ac_try_echo=$ac_try;;
17123 esac
17124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17125 $as_echo "$ac_try_echo") >&5
17126 (eval "$ac_link") 2>conftest.er1
17127 ac_status=$?
17128 grep -v '^ *+' conftest.er1 >conftest.err
17129 rm -f conftest.er1
17130 cat conftest.err >&5
17131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132 (exit $ac_status); } && {
17133 test -z "$ac_c_werror_flag" ||
17134 test ! -s conftest.err
17135 } && test -s conftest$ac_exeext && {
17136 test "$cross_compiling" = yes ||
17137 $as_test_x conftest$ac_exeext
17138 }; then
17139 ac_cv_lib_kstat_kstat_open=yes
17140 else
17141 $as_echo "$as_me: failed program was:" >&5
17142 sed 's/^/| /' conftest.$ac_ext >&5
17144 ac_cv_lib_kstat_kstat_open=no
17147 rm -rf conftest.dSYM
17148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17149 conftest$ac_exeext conftest.$ac_ext
17150 LIBS=$ac_check_lib_save_LIBS
17152 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17153 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17154 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17156 cat >>confdefs.h <<\_ACEOF
17157 #define HAVE_LIBKSTAT 1
17158 _ACEOF
17160 LIBKSTAT="-lkstat"
17166 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17167 $as_echo_n "checking for -lodbc... " >&6; }
17168 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17169 $as_echo_n "(cached) " >&6
17170 else
17171 ac_check_soname_save_LIBS=$LIBS
17172 LIBS="-lodbc $LIBS"
17173 cat >conftest.$ac_ext <<_ACEOF
17174 /* confdefs.h. */
17175 _ACEOF
17176 cat confdefs.h >>conftest.$ac_ext
17177 cat >>conftest.$ac_ext <<_ACEOF
17178 /* end confdefs.h. */
17180 /* Override any GCC internal prototype to avoid an error.
17181 Use char because int might match the return type of a GCC
17182 builtin and then its argument prototype would still apply. */
17183 #ifdef __cplusplus
17184 extern "C"
17185 #endif
17186 char SQLConnect ();
17188 main ()
17190 return SQLConnect ();
17192 return 0;
17194 _ACEOF
17195 rm -f conftest.$ac_objext conftest$ac_exeext
17196 if { (ac_try="$ac_link"
17197 case "(($ac_try" in
17198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17199 *) ac_try_echo=$ac_try;;
17200 esac
17201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17202 $as_echo "$ac_try_echo") >&5
17203 (eval "$ac_link") 2>conftest.er1
17204 ac_status=$?
17205 grep -v '^ *+' conftest.er1 >conftest.err
17206 rm -f conftest.er1
17207 cat conftest.err >&5
17208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17209 (exit $ac_status); } && {
17210 test -z "$ac_c_werror_flag" ||
17211 test ! -s conftest.err
17212 } && test -s conftest$ac_exeext && {
17213 test "$cross_compiling" = yes ||
17214 $as_test_x conftest$ac_exeext
17215 }; then
17216 case "$LIBEXT" in
17217 dll) ;;
17218 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'` ;;
17219 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17220 esac
17221 else
17222 $as_echo "$as_me: failed program was:" >&5
17223 sed 's/^/| /' conftest.$ac_ext >&5
17228 rm -rf conftest.dSYM
17229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17230 conftest$ac_exeext conftest.$ac_ext
17231 LIBS=$ac_check_soname_save_LIBS
17233 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17234 { $as_echo "$as_me:$LINENO: result: not found" >&5
17235 $as_echo "not found" >&6; }
17236 cat >>confdefs.h <<_ACEOF
17237 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17238 _ACEOF
17240 else
17241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17242 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17244 cat >>confdefs.h <<_ACEOF
17245 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17246 _ACEOF
17252 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17253 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17254 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17255 "$ac_cv_header_soundcard_h" != "yes" -a \
17256 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17257 then
17258 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17262 EXTRACFLAGS=""
17264 if test "x${GCC}" = "xyes"
17265 then
17266 EXTRACFLAGS="-Wall -pipe"
17268 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17269 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17270 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17271 $as_echo_n "(cached) " >&6
17272 else
17273 if test "$cross_compiling" = yes; then
17274 ac_cv_c_gcc_strength_bug="yes"
17275 else
17276 cat >conftest.$ac_ext <<_ACEOF
17277 /* confdefs.h. */
17278 _ACEOF
17279 cat confdefs.h >>conftest.$ac_ext
17280 cat >>conftest.$ac_ext <<_ACEOF
17281 /* end confdefs.h. */
17282 int L[4] = {0,1,2,3};
17284 main ()
17286 static int Array[3];
17287 unsigned int B = 3;
17288 int i;
17289 for(i=0; i<B; i++) Array[i] = i - 3;
17290 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17291 L[i] = 4;
17292 return (Array[1] != -2 || L[2] != 3)
17294 return 0;
17296 _ACEOF
17297 rm -f conftest$ac_exeext
17298 if { (ac_try="$ac_link"
17299 case "(($ac_try" in
17300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17301 *) ac_try_echo=$ac_try;;
17302 esac
17303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17304 $as_echo "$ac_try_echo") >&5
17305 (eval "$ac_link") 2>&5
17306 ac_status=$?
17307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17309 { (case "(($ac_try" in
17310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17311 *) ac_try_echo=$ac_try;;
17312 esac
17313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17314 $as_echo "$ac_try_echo") >&5
17315 (eval "$ac_try") 2>&5
17316 ac_status=$?
17317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17318 (exit $ac_status); }; }; then
17319 ac_cv_c_gcc_strength_bug="no"
17320 else
17321 $as_echo "$as_me: program exited with status $ac_status" >&5
17322 $as_echo "$as_me: failed program was:" >&5
17323 sed 's/^/| /' conftest.$ac_ext >&5
17325 ( exit $ac_status )
17326 ac_cv_c_gcc_strength_bug="yes"
17328 rm -rf conftest.dSYM
17329 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17334 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17335 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17336 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17337 then
17338 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17341 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17342 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17343 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17344 $as_echo_n "(cached) " >&6
17345 else
17346 ac_wine_try_cflags_saved=$CFLAGS
17347 CFLAGS="$CFLAGS -fno-builtin"
17348 cat >conftest.$ac_ext <<_ACEOF
17349 /* confdefs.h. */
17350 _ACEOF
17351 cat confdefs.h >>conftest.$ac_ext
17352 cat >>conftest.$ac_ext <<_ACEOF
17353 /* end confdefs.h. */
17356 main ()
17360 return 0;
17362 _ACEOF
17363 rm -f conftest.$ac_objext conftest$ac_exeext
17364 if { (ac_try="$ac_link"
17365 case "(($ac_try" in
17366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17367 *) ac_try_echo=$ac_try;;
17368 esac
17369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17370 $as_echo "$ac_try_echo") >&5
17371 (eval "$ac_link") 2>conftest.er1
17372 ac_status=$?
17373 grep -v '^ *+' conftest.er1 >conftest.err
17374 rm -f conftest.er1
17375 cat conftest.err >&5
17376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17377 (exit $ac_status); } && {
17378 test -z "$ac_c_werror_flag" ||
17379 test ! -s conftest.err
17380 } && test -s conftest$ac_exeext && {
17381 test "$cross_compiling" = yes ||
17382 $as_test_x conftest$ac_exeext
17383 }; then
17384 ac_cv_cflags__fno_builtin=yes
17385 else
17386 $as_echo "$as_me: failed program was:" >&5
17387 sed 's/^/| /' conftest.$ac_ext >&5
17389 ac_cv_cflags__fno_builtin=no
17392 rm -rf conftest.dSYM
17393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17394 conftest$ac_exeext conftest.$ac_ext
17395 CFLAGS=$ac_wine_try_cflags_saved
17397 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17398 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17399 if test $ac_cv_cflags__fno_builtin = yes; then
17400 BUILTINFLAG="-fno-builtin"
17404 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17405 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17406 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17407 $as_echo_n "(cached) " >&6
17408 else
17409 ac_wine_try_cflags_saved=$CFLAGS
17410 CFLAGS="$CFLAGS -fno-strict-aliasing"
17411 cat >conftest.$ac_ext <<_ACEOF
17412 /* confdefs.h. */
17413 _ACEOF
17414 cat confdefs.h >>conftest.$ac_ext
17415 cat >>conftest.$ac_ext <<_ACEOF
17416 /* end confdefs.h. */
17419 main ()
17423 return 0;
17425 _ACEOF
17426 rm -f conftest.$ac_objext conftest$ac_exeext
17427 if { (ac_try="$ac_link"
17428 case "(($ac_try" in
17429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17430 *) ac_try_echo=$ac_try;;
17431 esac
17432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17433 $as_echo "$ac_try_echo") >&5
17434 (eval "$ac_link") 2>conftest.er1
17435 ac_status=$?
17436 grep -v '^ *+' conftest.er1 >conftest.err
17437 rm -f conftest.er1
17438 cat conftest.err >&5
17439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); } && {
17441 test -z "$ac_c_werror_flag" ||
17442 test ! -s conftest.err
17443 } && test -s conftest$ac_exeext && {
17444 test "$cross_compiling" = yes ||
17445 $as_test_x conftest$ac_exeext
17446 }; then
17447 ac_cv_cflags__fno_strict_aliasing=yes
17448 else
17449 $as_echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17452 ac_cv_cflags__fno_strict_aliasing=no
17455 rm -rf conftest.dSYM
17456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17457 conftest$ac_exeext conftest.$ac_ext
17458 CFLAGS=$ac_wine_try_cflags_saved
17460 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17461 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17462 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17463 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17466 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17467 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17468 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17469 $as_echo_n "(cached) " >&6
17470 else
17471 ac_wine_try_cflags_saved=$CFLAGS
17472 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17473 cat >conftest.$ac_ext <<_ACEOF
17474 /* confdefs.h. */
17475 _ACEOF
17476 cat confdefs.h >>conftest.$ac_ext
17477 cat >>conftest.$ac_ext <<_ACEOF
17478 /* end confdefs.h. */
17481 main ()
17485 return 0;
17487 _ACEOF
17488 rm -f conftest.$ac_objext conftest$ac_exeext
17489 if { (ac_try="$ac_link"
17490 case "(($ac_try" in
17491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17492 *) ac_try_echo=$ac_try;;
17493 esac
17494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17495 $as_echo "$ac_try_echo") >&5
17496 (eval "$ac_link") 2>conftest.er1
17497 ac_status=$?
17498 grep -v '^ *+' conftest.er1 >conftest.err
17499 rm -f conftest.er1
17500 cat conftest.err >&5
17501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17502 (exit $ac_status); } && {
17503 test -z "$ac_c_werror_flag" ||
17504 test ! -s conftest.err
17505 } && test -s conftest$ac_exeext && {
17506 test "$cross_compiling" = yes ||
17507 $as_test_x conftest$ac_exeext
17508 }; then
17509 ac_cv_cflags__Wdeclaration_after_statement=yes
17510 else
17511 $as_echo "$as_me: failed program was:" >&5
17512 sed 's/^/| /' conftest.$ac_ext >&5
17514 ac_cv_cflags__Wdeclaration_after_statement=no
17517 rm -rf conftest.dSYM
17518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17519 conftest$ac_exeext conftest.$ac_ext
17520 CFLAGS=$ac_wine_try_cflags_saved
17522 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17523 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17524 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17525 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17528 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17529 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17530 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17531 $as_echo_n "(cached) " >&6
17532 else
17533 ac_wine_try_cflags_saved=$CFLAGS
17534 CFLAGS="$CFLAGS -Wwrite-strings"
17535 cat >conftest.$ac_ext <<_ACEOF
17536 /* confdefs.h. */
17537 _ACEOF
17538 cat confdefs.h >>conftest.$ac_ext
17539 cat >>conftest.$ac_ext <<_ACEOF
17540 /* end confdefs.h. */
17543 main ()
17547 return 0;
17549 _ACEOF
17550 rm -f conftest.$ac_objext conftest$ac_exeext
17551 if { (ac_try="$ac_link"
17552 case "(($ac_try" in
17553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17554 *) ac_try_echo=$ac_try;;
17555 esac
17556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17557 $as_echo "$ac_try_echo") >&5
17558 (eval "$ac_link") 2>conftest.er1
17559 ac_status=$?
17560 grep -v '^ *+' conftest.er1 >conftest.err
17561 rm -f conftest.er1
17562 cat conftest.err >&5
17563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); } && {
17565 test -z "$ac_c_werror_flag" ||
17566 test ! -s conftest.err
17567 } && test -s conftest$ac_exeext && {
17568 test "$cross_compiling" = yes ||
17569 $as_test_x conftest$ac_exeext
17570 }; then
17571 ac_cv_cflags__Wwrite_strings=yes
17572 else
17573 $as_echo "$as_me: failed program was:" >&5
17574 sed 's/^/| /' conftest.$ac_ext >&5
17576 ac_cv_cflags__Wwrite_strings=no
17579 rm -rf conftest.dSYM
17580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17581 conftest$ac_exeext conftest.$ac_ext
17582 CFLAGS=$ac_wine_try_cflags_saved
17584 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17585 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17586 if test $ac_cv_cflags__Wwrite_strings = yes; then
17587 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17590 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17591 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17592 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17593 $as_echo_n "(cached) " >&6
17594 else
17595 ac_wine_try_cflags_saved=$CFLAGS
17596 CFLAGS="$CFLAGS -Wtype-limits"
17597 cat >conftest.$ac_ext <<_ACEOF
17598 /* confdefs.h. */
17599 _ACEOF
17600 cat confdefs.h >>conftest.$ac_ext
17601 cat >>conftest.$ac_ext <<_ACEOF
17602 /* end confdefs.h. */
17605 main ()
17609 return 0;
17611 _ACEOF
17612 rm -f conftest.$ac_objext conftest$ac_exeext
17613 if { (ac_try="$ac_link"
17614 case "(($ac_try" in
17615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17616 *) ac_try_echo=$ac_try;;
17617 esac
17618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17619 $as_echo "$ac_try_echo") >&5
17620 (eval "$ac_link") 2>conftest.er1
17621 ac_status=$?
17622 grep -v '^ *+' conftest.er1 >conftest.err
17623 rm -f conftest.er1
17624 cat conftest.err >&5
17625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17626 (exit $ac_status); } && {
17627 test -z "$ac_c_werror_flag" ||
17628 test ! -s conftest.err
17629 } && test -s conftest$ac_exeext && {
17630 test "$cross_compiling" = yes ||
17631 $as_test_x conftest$ac_exeext
17632 }; then
17633 ac_cv_cflags__Wtype_limits=yes
17634 else
17635 $as_echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.$ac_ext >&5
17638 ac_cv_cflags__Wtype_limits=no
17641 rm -rf conftest.dSYM
17642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17643 conftest$ac_exeext conftest.$ac_ext
17644 CFLAGS=$ac_wine_try_cflags_saved
17646 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17647 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17648 if test $ac_cv_cflags__Wtype_limits = yes; then
17649 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17653 saved_CFLAGS="$CFLAGS"
17654 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17655 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17656 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17657 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17658 $as_echo_n "(cached) " >&6
17659 else
17660 cat >conftest.$ac_ext <<_ACEOF
17661 /* confdefs.h. */
17662 _ACEOF
17663 cat confdefs.h >>conftest.$ac_ext
17664 cat >>conftest.$ac_ext <<_ACEOF
17665 /* end confdefs.h. */
17666 #include <string.h>
17668 main ()
17672 return 0;
17674 _ACEOF
17675 rm -f conftest.$ac_objext
17676 if { (ac_try="$ac_compile"
17677 case "(($ac_try" in
17678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17679 *) ac_try_echo=$ac_try;;
17680 esac
17681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17682 $as_echo "$ac_try_echo") >&5
17683 (eval "$ac_compile") 2>conftest.er1
17684 ac_status=$?
17685 grep -v '^ *+' conftest.er1 >conftest.err
17686 rm -f conftest.er1
17687 cat conftest.err >&5
17688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17689 (exit $ac_status); } && {
17690 test -z "$ac_c_werror_flag" ||
17691 test ! -s conftest.err
17692 } && test -s conftest.$ac_objext; then
17693 ac_cv_c_string_h_warnings=no
17694 else
17695 $as_echo "$as_me: failed program was:" >&5
17696 sed 's/^/| /' conftest.$ac_ext >&5
17698 ac_cv_c_string_h_warnings=yes
17701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17703 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17704 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17705 CFLAGS="$saved_CFLAGS"
17706 if test "$ac_cv_c_string_h_warnings" = "no"
17707 then
17708 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17713 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17714 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17715 if test "${ac_cv_c_extern_prefix+set}" = set; then
17716 $as_echo_n "(cached) " >&6
17717 else
17718 cat >conftest.$ac_ext <<_ACEOF
17719 /* confdefs.h. */
17720 _ACEOF
17721 cat confdefs.h >>conftest.$ac_ext
17722 cat >>conftest.$ac_ext <<_ACEOF
17723 /* end confdefs.h. */
17724 extern int ac_test;
17726 main ()
17728 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17730 return 0;
17732 _ACEOF
17733 rm -f conftest.$ac_objext conftest$ac_exeext
17734 if { (ac_try="$ac_link"
17735 case "(($ac_try" in
17736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17737 *) ac_try_echo=$ac_try;;
17738 esac
17739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17740 $as_echo "$ac_try_echo") >&5
17741 (eval "$ac_link") 2>conftest.er1
17742 ac_status=$?
17743 grep -v '^ *+' conftest.er1 >conftest.err
17744 rm -f conftest.er1
17745 cat conftest.err >&5
17746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17747 (exit $ac_status); } && {
17748 test -z "$ac_c_werror_flag" ||
17749 test ! -s conftest.err
17750 } && test -s conftest$ac_exeext && {
17751 test "$cross_compiling" = yes ||
17752 $as_test_x conftest$ac_exeext
17753 }; then
17754 ac_cv_c_extern_prefix="yes"
17755 else
17756 $as_echo "$as_me: failed program was:" >&5
17757 sed 's/^/| /' conftest.$ac_ext >&5
17759 ac_cv_c_extern_prefix="no"
17762 rm -rf conftest.dSYM
17763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17764 conftest$ac_exeext conftest.$ac_ext
17766 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17767 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17769 case $host_cpu in
17770 *i[3456789]86*)
17771 { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17772 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17773 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17774 $as_echo_n "(cached) " >&6
17775 else
17776 cat >conftest.$ac_ext <<_ACEOF
17777 /* confdefs.h. */
17778 _ACEOF
17779 cat confdefs.h >>conftest.$ac_ext
17780 cat >>conftest.$ac_ext <<_ACEOF
17781 /* end confdefs.h. */
17782 #ifndef _MSC_VER
17783 #define __stdcall __attribute__((__stdcall__))
17784 #endif
17785 int __stdcall ac_test(int i) { return i; }
17787 main ()
17789 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17791 return 0;
17793 _ACEOF
17794 rm -f conftest.$ac_objext conftest$ac_exeext
17795 if { (ac_try="$ac_link"
17796 case "(($ac_try" in
17797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17798 *) ac_try_echo=$ac_try;;
17799 esac
17800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17801 $as_echo "$ac_try_echo") >&5
17802 (eval "$ac_link") 2>conftest.er1
17803 ac_status=$?
17804 grep -v '^ *+' conftest.er1 >conftest.err
17805 rm -f conftest.er1
17806 cat conftest.err >&5
17807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } && {
17809 test -z "$ac_c_werror_flag" ||
17810 test ! -s conftest.err
17811 } && test -s conftest$ac_exeext && {
17812 test "$cross_compiling" = yes ||
17813 $as_test_x conftest$ac_exeext
17814 }; then
17815 ac_cv_c_stdcall_suffix="yes"
17816 else
17817 $as_echo "$as_me: failed program was:" >&5
17818 sed 's/^/| /' conftest.$ac_ext >&5
17820 ac_cv_c_stdcall_suffix="no"
17823 rm -rf conftest.dSYM
17824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17825 conftest$ac_exeext conftest.$ac_ext
17827 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17828 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17829 *) ac_cv_c_stdcall_suffix="no" ;;
17830 esac
17834 if test "$ac_cv_c_extern_prefix" = "yes"
17835 then
17836 cat >>confdefs.h <<\_ACEOF
17837 #define __ASM_NAME(name) "_" name
17838 _ACEOF
17840 asm_name_prefix="_"
17841 else
17842 cat >>confdefs.h <<\_ACEOF
17843 #define __ASM_NAME(name) name
17844 _ACEOF
17846 asm_name_prefix=""
17851 if test "$ac_cv_c_stdcall_suffix" = "yes"
17852 then
17853 cat >>confdefs.h <<\_ACEOF
17854 #define __ASM_STDCALL(args) "@" #args
17855 _ACEOF
17857 else
17858 cat >>confdefs.h <<\_ACEOF
17859 #define __ASM_STDCALL(args) ""
17860 _ACEOF
17865 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17866 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17867 if test "${ac_cv_asm_func_def+set}" = set; then
17868 $as_echo_n "(cached) " >&6
17869 else
17870 cat >conftest.$ac_ext <<_ACEOF
17871 /* confdefs.h. */
17872 _ACEOF
17873 cat confdefs.h >>conftest.$ac_ext
17874 cat >>conftest.$ac_ext <<_ACEOF
17875 /* end confdefs.h. */
17878 main ()
17880 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17882 return 0;
17884 _ACEOF
17885 rm -f conftest.$ac_objext conftest$ac_exeext
17886 if { (ac_try="$ac_link"
17887 case "(($ac_try" in
17888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17889 *) ac_try_echo=$ac_try;;
17890 esac
17891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17892 $as_echo "$ac_try_echo") >&5
17893 (eval "$ac_link") 2>conftest.er1
17894 ac_status=$?
17895 grep -v '^ *+' conftest.er1 >conftest.err
17896 rm -f conftest.er1
17897 cat conftest.err >&5
17898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17899 (exit $ac_status); } && {
17900 test -z "$ac_c_werror_flag" ||
17901 test ! -s conftest.err
17902 } && test -s conftest$ac_exeext && {
17903 test "$cross_compiling" = yes ||
17904 $as_test_x conftest$ac_exeext
17905 }; then
17906 ac_cv_asm_func_def=".def"
17907 else
17908 $as_echo "$as_me: failed program was:" >&5
17909 sed 's/^/| /' conftest.$ac_ext >&5
17911 cat >conftest.$ac_ext <<_ACEOF
17912 /* confdefs.h. */
17913 _ACEOF
17914 cat confdefs.h >>conftest.$ac_ext
17915 cat >>conftest.$ac_ext <<_ACEOF
17916 /* end confdefs.h. */
17919 main ()
17921 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17923 return 0;
17925 _ACEOF
17926 rm -f conftest.$ac_objext conftest$ac_exeext
17927 if { (ac_try="$ac_link"
17928 case "(($ac_try" in
17929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17930 *) ac_try_echo=$ac_try;;
17931 esac
17932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17933 $as_echo "$ac_try_echo") >&5
17934 (eval "$ac_link") 2>conftest.er1
17935 ac_status=$?
17936 grep -v '^ *+' conftest.er1 >conftest.err
17937 rm -f conftest.er1
17938 cat conftest.err >&5
17939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17940 (exit $ac_status); } && {
17941 test -z "$ac_c_werror_flag" ||
17942 test ! -s conftest.err
17943 } && test -s conftest$ac_exeext && {
17944 test "$cross_compiling" = yes ||
17945 $as_test_x conftest$ac_exeext
17946 }; then
17947 ac_cv_asm_func_def=".type @function"
17948 else
17949 $as_echo "$as_me: failed program was:" >&5
17950 sed 's/^/| /' conftest.$ac_ext >&5
17952 cat >conftest.$ac_ext <<_ACEOF
17953 /* confdefs.h. */
17954 _ACEOF
17955 cat confdefs.h >>conftest.$ac_ext
17956 cat >>conftest.$ac_ext <<_ACEOF
17957 /* end confdefs.h. */
17960 main ()
17962 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17964 return 0;
17966 _ACEOF
17967 rm -f conftest.$ac_objext conftest$ac_exeext
17968 if { (ac_try="$ac_link"
17969 case "(($ac_try" in
17970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17971 *) ac_try_echo=$ac_try;;
17972 esac
17973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17974 $as_echo "$ac_try_echo") >&5
17975 (eval "$ac_link") 2>conftest.er1
17976 ac_status=$?
17977 grep -v '^ *+' conftest.er1 >conftest.err
17978 rm -f conftest.er1
17979 cat conftest.err >&5
17980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17981 (exit $ac_status); } && {
17982 test -z "$ac_c_werror_flag" ||
17983 test ! -s conftest.err
17984 } && test -s conftest$ac_exeext && {
17985 test "$cross_compiling" = yes ||
17986 $as_test_x conftest$ac_exeext
17987 }; then
17988 ac_cv_asm_func_def=".type 2"
17989 else
17990 $as_echo "$as_me: failed program was:" >&5
17991 sed 's/^/| /' conftest.$ac_ext >&5
17993 ac_cv_asm_func_def="unknown"
17996 rm -rf conftest.dSYM
17997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17998 conftest$ac_exeext conftest.$ac_ext
18001 rm -rf conftest.dSYM
18002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18003 conftest$ac_exeext conftest.$ac_ext
18006 rm -rf conftest.dSYM
18007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18008 conftest$ac_exeext conftest.$ac_ext
18010 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18011 $as_echo "$ac_cv_asm_func_def" >&6; }
18015 case "$ac_cv_asm_func_def" in
18016 ".def")
18017 cat >>confdefs.h <<\_ACEOF
18018 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18019 _ACEOF
18021 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18022 ".type @function")
18023 cat >>confdefs.h <<\_ACEOF
18024 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18025 _ACEOF
18027 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18028 ".type 2")
18029 cat >>confdefs.h <<\_ACEOF
18030 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18031 _ACEOF
18033 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18035 cat >>confdefs.h <<\_ACEOF
18036 #define __ASM_FUNC(name) ""
18037 _ACEOF
18039 asm_func_header="" ;;
18040 esac
18042 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18043 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
18044 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18045 $as_echo_n "(cached) " >&6
18046 else
18047 cat >conftest.$ac_ext <<_ACEOF
18048 /* confdefs.h. */
18049 _ACEOF
18050 cat confdefs.h >>conftest.$ac_ext
18051 cat >>conftest.$ac_ext <<_ACEOF
18052 /* end confdefs.h. */
18053 asm(".text\n\t.long 0");
18055 main ()
18059 return 0;
18061 _ACEOF
18062 rm -f conftest.$ac_objext
18063 if { (ac_try="$ac_compile"
18064 case "(($ac_try" in
18065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18066 *) ac_try_echo=$ac_try;;
18067 esac
18068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18069 $as_echo "$ac_try_echo") >&5
18070 (eval "$ac_compile") 2>conftest.er1
18071 ac_status=$?
18072 grep -v '^ *+' conftest.er1 >conftest.err
18073 rm -f conftest.er1
18074 cat conftest.err >&5
18075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18076 (exit $ac_status); } && {
18077 test -z "$ac_c_werror_flag" ||
18078 test ! -s conftest.err
18079 } && test -s conftest.$ac_objext; then
18080 ac_cv_c_asm_outside_funcs="yes"
18081 else
18082 $as_echo "$as_me: failed program was:" >&5
18083 sed 's/^/| /' conftest.$ac_ext >&5
18085 ac_cv_c_asm_outside_funcs="no"
18088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18090 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18091 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
18093 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18094 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
18095 if test "${ac_cv_c_dot_previous+set}" = set; then
18096 $as_echo_n "(cached) " >&6
18097 else
18098 cat >conftest.$ac_ext <<_ACEOF
18099 /* confdefs.h. */
18100 _ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h. */
18106 main ()
18108 asm(".text\nac_test:\t.long 0\n\t.previous");
18110 return 0;
18112 _ACEOF
18113 rm -f conftest.$ac_objext conftest$ac_exeext
18114 if { (ac_try="$ac_link"
18115 case "(($ac_try" in
18116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18117 *) ac_try_echo=$ac_try;;
18118 esac
18119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18120 $as_echo "$ac_try_echo") >&5
18121 (eval "$ac_link") 2>conftest.er1
18122 ac_status=$?
18123 grep -v '^ *+' conftest.er1 >conftest.err
18124 rm -f conftest.er1
18125 cat conftest.err >&5
18126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18127 (exit $ac_status); } && {
18128 test -z "$ac_c_werror_flag" ||
18129 test ! -s conftest.err
18130 } && test -s conftest$ac_exeext && {
18131 test "$cross_compiling" = yes ||
18132 $as_test_x conftest$ac_exeext
18133 }; then
18134 ac_cv_c_dot_previous="yes"
18135 else
18136 $as_echo "$as_me: failed program was:" >&5
18137 sed 's/^/| /' conftest.$ac_ext >&5
18139 ac_cv_c_dot_previous="no"
18142 rm -rf conftest.dSYM
18143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18144 conftest$ac_exeext conftest.$ac_ext
18146 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18147 $as_echo "$ac_cv_c_dot_previous" >&6; }
18149 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18150 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18151 if test "${ac_cv_c_cfi_support+set}" = set; then
18152 $as_echo_n "(cached) " >&6
18153 else
18154 cat >conftest.$ac_ext <<_ACEOF
18155 /* confdefs.h. */
18156 _ACEOF
18157 cat confdefs.h >>conftest.$ac_ext
18158 cat >>conftest.$ac_ext <<_ACEOF
18159 /* end confdefs.h. */
18160 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18162 main ()
18166 return 0;
18168 _ACEOF
18169 rm -f conftest.$ac_objext
18170 if { (ac_try="$ac_compile"
18171 case "(($ac_try" in
18172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18173 *) ac_try_echo=$ac_try;;
18174 esac
18175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18176 $as_echo "$ac_try_echo") >&5
18177 (eval "$ac_compile") 2>conftest.er1
18178 ac_status=$?
18179 grep -v '^ *+' conftest.er1 >conftest.err
18180 rm -f conftest.er1
18181 cat conftest.err >&5
18182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18183 (exit $ac_status); } && {
18184 test -z "$ac_c_werror_flag" ||
18185 test ! -s conftest.err
18186 } && test -s conftest.$ac_objext; then
18187 ac_cv_c_cfi_support="yes"
18188 else
18189 $as_echo "$as_me: failed program was:" >&5
18190 sed 's/^/| /' conftest.$ac_ext >&5
18192 ac_cv_c_cfi_support="no"
18195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18197 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18198 $as_echo "$ac_cv_c_cfi_support" >&6; }
18200 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18201 asm_func_trailer=""
18202 if test "$ac_cv_c_dot_previous" = "yes"
18203 then
18204 asm_func_trailer="\\n\\t.previous"
18206 if test "$ac_cv_c_cfi_support" = "yes"
18207 then
18208 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18209 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18211 cat >>confdefs.h <<\_ACEOF
18212 #define __ASM_CFI(str) str
18213 _ACEOF
18215 else
18216 cat >>confdefs.h <<\_ACEOF
18217 #define __ASM_CFI(str) ""
18218 _ACEOF
18222 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18226 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18227 then
18228 cat >>confdefs.h <<_ACEOF
18229 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18230 _ACEOF
18232 else
18233 cat >>confdefs.h <<_ACEOF
18234 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18235 _ACEOF
18239 cat >>confdefs.h <<\_ACEOF
18240 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18241 _ACEOF
18244 cat >>confdefs.h <<\_ACEOF
18245 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18246 _ACEOF
18250 LDPATH=""
18252 case $build_os in
18253 cygwin*|mingw32*)
18254 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18256 darwin*|macosx*)
18259 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18261 esac
18263 case $host_os in
18264 mingw32*)
18265 CRTLIBS="-lmsvcrt"
18267 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18270 esac
18272 case $host_cpu in
18273 *i[3456789]86*)
18274 case $host_os in
18275 linux* | k*bsd*-gnu)
18276 EXTRA_BINARIES="wine-preloader"
18278 esac
18280 esac
18283 ac_save_CFLAGS="$CFLAGS"
18284 CFLAGS="$CFLAGS $BUILTINFLAG"
18355 for ac_func in \
18356 _pclose \
18357 _popen \
18358 _snprintf \
18359 _spawnvp \
18360 _strdup \
18361 _stricmp \
18362 _strnicmp \
18363 _strtoi64 \
18364 _strtoui64 \
18365 _vsnprintf \
18366 asctime_r \
18367 chsize \
18368 dlopen \
18369 epoll_create \
18370 ffs \
18371 finite \
18372 fnmatch \
18373 fork \
18374 fpclass \
18375 fstatfs \
18376 fstatvfs \
18377 ftruncate \
18378 futimes \
18379 futimesat \
18380 getdirentries \
18381 getopt_long \
18382 getpagesize \
18383 getpwuid \
18384 gettid \
18385 gettimeofday \
18386 getuid \
18387 kqueue \
18388 lstat \
18389 memmove \
18390 mmap \
18391 pclose \
18392 pipe2 \
18393 poll \
18394 popen \
18395 prctl \
18396 pread \
18397 pwrite \
18398 readdir \
18399 readlink \
18400 sched_yield \
18401 select \
18402 setproctitle \
18403 setrlimit \
18404 settimeofday \
18405 sigaltstack \
18406 sigprocmask \
18407 snprintf \
18408 spawnvp \
18409 statfs \
18410 statvfs \
18411 strcasecmp \
18412 strdup \
18413 strerror \
18414 strncasecmp \
18415 strtold \
18416 strtoll \
18417 strtoull \
18418 symlink \
18419 tcgetattr \
18420 thr_kill2 \
18421 timegm \
18422 usleep \
18423 vsnprintf \
18424 wait4 \
18425 waitpid \
18428 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18429 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18430 $as_echo_n "checking for $ac_func... " >&6; }
18431 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18432 $as_echo_n "(cached) " >&6
18433 else
18434 cat >conftest.$ac_ext <<_ACEOF
18435 /* confdefs.h. */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h. */
18440 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18441 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18442 #define $ac_func innocuous_$ac_func
18444 /* System header to define __stub macros and hopefully few prototypes,
18445 which can conflict with char $ac_func (); below.
18446 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18447 <limits.h> exists even on freestanding compilers. */
18449 #ifdef __STDC__
18450 # include <limits.h>
18451 #else
18452 # include <assert.h>
18453 #endif
18455 #undef $ac_func
18457 /* Override any GCC internal prototype to avoid an error.
18458 Use char because int might match the return type of a GCC
18459 builtin and then its argument prototype would still apply. */
18460 #ifdef __cplusplus
18461 extern "C"
18462 #endif
18463 char $ac_func ();
18464 /* The GNU C library defines this for functions which it implements
18465 to always fail with ENOSYS. Some functions are actually named
18466 something starting with __ and the normal name is an alias. */
18467 #if defined __stub_$ac_func || defined __stub___$ac_func
18468 choke me
18469 #endif
18472 main ()
18474 return $ac_func ();
18476 return 0;
18478 _ACEOF
18479 rm -f conftest.$ac_objext conftest$ac_exeext
18480 if { (ac_try="$ac_link"
18481 case "(($ac_try" in
18482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18483 *) ac_try_echo=$ac_try;;
18484 esac
18485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18486 $as_echo "$ac_try_echo") >&5
18487 (eval "$ac_link") 2>conftest.er1
18488 ac_status=$?
18489 grep -v '^ *+' conftest.er1 >conftest.err
18490 rm -f conftest.er1
18491 cat conftest.err >&5
18492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18493 (exit $ac_status); } && {
18494 test -z "$ac_c_werror_flag" ||
18495 test ! -s conftest.err
18496 } && test -s conftest$ac_exeext && {
18497 test "$cross_compiling" = yes ||
18498 $as_test_x conftest$ac_exeext
18499 }; then
18500 eval "$as_ac_var=yes"
18501 else
18502 $as_echo "$as_me: failed program was:" >&5
18503 sed 's/^/| /' conftest.$ac_ext >&5
18505 eval "$as_ac_var=no"
18508 rm -rf conftest.dSYM
18509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18510 conftest$ac_exeext conftest.$ac_ext
18512 ac_res=`eval 'as_val=${'$as_ac_var'}
18513 $as_echo "$as_val"'`
18514 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18515 $as_echo "$ac_res" >&6; }
18516 as_val=`eval 'as_val=${'$as_ac_var'}
18517 $as_echo "$as_val"'`
18518 if test "x$as_val" = x""yes; then
18519 cat >>confdefs.h <<_ACEOF
18520 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18521 _ACEOF
18524 done
18526 CFLAGS="$ac_save_CFLAGS"
18528 if test "$ac_cv_func_dlopen" = no
18529 then
18530 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18531 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18532 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18533 $as_echo_n "(cached) " >&6
18534 else
18535 ac_check_lib_save_LIBS=$LIBS
18536 LIBS="-ldl $LIBS"
18537 cat >conftest.$ac_ext <<_ACEOF
18538 /* confdefs.h. */
18539 _ACEOF
18540 cat confdefs.h >>conftest.$ac_ext
18541 cat >>conftest.$ac_ext <<_ACEOF
18542 /* end confdefs.h. */
18544 /* Override any GCC internal prototype to avoid an error.
18545 Use char because int might match the return type of a GCC
18546 builtin and then its argument prototype would still apply. */
18547 #ifdef __cplusplus
18548 extern "C"
18549 #endif
18550 char dlopen ();
18552 main ()
18554 return dlopen ();
18556 return 0;
18558 _ACEOF
18559 rm -f conftest.$ac_objext conftest$ac_exeext
18560 if { (ac_try="$ac_link"
18561 case "(($ac_try" in
18562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18563 *) ac_try_echo=$ac_try;;
18564 esac
18565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18566 $as_echo "$ac_try_echo") >&5
18567 (eval "$ac_link") 2>conftest.er1
18568 ac_status=$?
18569 grep -v '^ *+' conftest.er1 >conftest.err
18570 rm -f conftest.er1
18571 cat conftest.err >&5
18572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); } && {
18574 test -z "$ac_c_werror_flag" ||
18575 test ! -s conftest.err
18576 } && test -s conftest$ac_exeext && {
18577 test "$cross_compiling" = yes ||
18578 $as_test_x conftest$ac_exeext
18579 }; then
18580 ac_cv_lib_dl_dlopen=yes
18581 else
18582 $as_echo "$as_me: failed program was:" >&5
18583 sed 's/^/| /' conftest.$ac_ext >&5
18585 ac_cv_lib_dl_dlopen=no
18588 rm -rf conftest.dSYM
18589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18590 conftest$ac_exeext conftest.$ac_ext
18591 LIBS=$ac_check_lib_save_LIBS
18593 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18594 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18595 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18596 cat >>confdefs.h <<\_ACEOF
18597 #define HAVE_DLOPEN 1
18598 _ACEOF
18599 LIBDL="-ldl"
18604 ac_wine_check_funcs_save_LIBS="$LIBS"
18605 LIBS="$LIBS $LIBDL"
18607 for ac_func in dladdr
18609 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18610 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18611 $as_echo_n "checking for $ac_func... " >&6; }
18612 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18613 $as_echo_n "(cached) " >&6
18614 else
18615 cat >conftest.$ac_ext <<_ACEOF
18616 /* confdefs.h. */
18617 _ACEOF
18618 cat confdefs.h >>conftest.$ac_ext
18619 cat >>conftest.$ac_ext <<_ACEOF
18620 /* end confdefs.h. */
18621 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18622 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18623 #define $ac_func innocuous_$ac_func
18625 /* System header to define __stub macros and hopefully few prototypes,
18626 which can conflict with char $ac_func (); below.
18627 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18628 <limits.h> exists even on freestanding compilers. */
18630 #ifdef __STDC__
18631 # include <limits.h>
18632 #else
18633 # include <assert.h>
18634 #endif
18636 #undef $ac_func
18638 /* Override any GCC internal prototype to avoid an error.
18639 Use char because int might match the return type of a GCC
18640 builtin and then its argument prototype would still apply. */
18641 #ifdef __cplusplus
18642 extern "C"
18643 #endif
18644 char $ac_func ();
18645 /* The GNU C library defines this for functions which it implements
18646 to always fail with ENOSYS. Some functions are actually named
18647 something starting with __ and the normal name is an alias. */
18648 #if defined __stub_$ac_func || defined __stub___$ac_func
18649 choke me
18650 #endif
18653 main ()
18655 return $ac_func ();
18657 return 0;
18659 _ACEOF
18660 rm -f conftest.$ac_objext conftest$ac_exeext
18661 if { (ac_try="$ac_link"
18662 case "(($ac_try" in
18663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18664 *) ac_try_echo=$ac_try;;
18665 esac
18666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18667 $as_echo "$ac_try_echo") >&5
18668 (eval "$ac_link") 2>conftest.er1
18669 ac_status=$?
18670 grep -v '^ *+' conftest.er1 >conftest.err
18671 rm -f conftest.er1
18672 cat conftest.err >&5
18673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18674 (exit $ac_status); } && {
18675 test -z "$ac_c_werror_flag" ||
18676 test ! -s conftest.err
18677 } && test -s conftest$ac_exeext && {
18678 test "$cross_compiling" = yes ||
18679 $as_test_x conftest$ac_exeext
18680 }; then
18681 eval "$as_ac_var=yes"
18682 else
18683 $as_echo "$as_me: failed program was:" >&5
18684 sed 's/^/| /' conftest.$ac_ext >&5
18686 eval "$as_ac_var=no"
18689 rm -rf conftest.dSYM
18690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18691 conftest$ac_exeext conftest.$ac_ext
18693 ac_res=`eval 'as_val=${'$as_ac_var'}
18694 $as_echo "$as_val"'`
18695 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18696 $as_echo "$ac_res" >&6; }
18697 as_val=`eval 'as_val=${'$as_ac_var'}
18698 $as_echo "$as_val"'`
18699 if test "x$as_val" = x""yes; then
18700 cat >>confdefs.h <<_ACEOF
18701 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18702 _ACEOF
18705 done
18707 LIBS="$ac_wine_check_funcs_save_LIBS"
18709 if test "$ac_cv_func_poll" = no
18710 then
18711 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18712 $as_echo_n "checking for poll in -lpoll... " >&6; }
18713 if test "${ac_cv_lib_poll_poll+set}" = set; then
18714 $as_echo_n "(cached) " >&6
18715 else
18716 ac_check_lib_save_LIBS=$LIBS
18717 LIBS="-lpoll $LIBS"
18718 cat >conftest.$ac_ext <<_ACEOF
18719 /* confdefs.h. */
18720 _ACEOF
18721 cat confdefs.h >>conftest.$ac_ext
18722 cat >>conftest.$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18725 /* Override any GCC internal prototype to avoid an error.
18726 Use char because int might match the return type of a GCC
18727 builtin and then its argument prototype would still apply. */
18728 #ifdef __cplusplus
18729 extern "C"
18730 #endif
18731 char poll ();
18733 main ()
18735 return poll ();
18737 return 0;
18739 _ACEOF
18740 rm -f conftest.$ac_objext conftest$ac_exeext
18741 if { (ac_try="$ac_link"
18742 case "(($ac_try" in
18743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18744 *) ac_try_echo=$ac_try;;
18745 esac
18746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18747 $as_echo "$ac_try_echo") >&5
18748 (eval "$ac_link") 2>conftest.er1
18749 ac_status=$?
18750 grep -v '^ *+' conftest.er1 >conftest.err
18751 rm -f conftest.er1
18752 cat conftest.err >&5
18753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18754 (exit $ac_status); } && {
18755 test -z "$ac_c_werror_flag" ||
18756 test ! -s conftest.err
18757 } && test -s conftest$ac_exeext && {
18758 test "$cross_compiling" = yes ||
18759 $as_test_x conftest$ac_exeext
18760 }; then
18761 ac_cv_lib_poll_poll=yes
18762 else
18763 $as_echo "$as_me: failed program was:" >&5
18764 sed 's/^/| /' conftest.$ac_ext >&5
18766 ac_cv_lib_poll_poll=no
18769 rm -rf conftest.dSYM
18770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18771 conftest$ac_exeext conftest.$ac_ext
18772 LIBS=$ac_check_lib_save_LIBS
18774 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18775 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18776 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18777 cat >>confdefs.h <<\_ACEOF
18778 #define HAVE_POLL 1
18779 _ACEOF
18780 LIBPOLL="-lpoll"
18786 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18787 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18788 if test "${ac_cv_search_gethostbyname+set}" = set; then
18789 $as_echo_n "(cached) " >&6
18790 else
18791 ac_func_search_save_LIBS=$LIBS
18792 cat >conftest.$ac_ext <<_ACEOF
18793 /* confdefs.h. */
18794 _ACEOF
18795 cat confdefs.h >>conftest.$ac_ext
18796 cat >>conftest.$ac_ext <<_ACEOF
18797 /* end confdefs.h. */
18799 /* Override any GCC internal prototype to avoid an error.
18800 Use char because int might match the return type of a GCC
18801 builtin and then its argument prototype would still apply. */
18802 #ifdef __cplusplus
18803 extern "C"
18804 #endif
18805 char gethostbyname ();
18807 main ()
18809 return gethostbyname ();
18811 return 0;
18813 _ACEOF
18814 for ac_lib in '' nsl; do
18815 if test -z "$ac_lib"; then
18816 ac_res="none required"
18817 else
18818 ac_res=-l$ac_lib
18819 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18821 rm -f conftest.$ac_objext conftest$ac_exeext
18822 if { (ac_try="$ac_link"
18823 case "(($ac_try" in
18824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18825 *) ac_try_echo=$ac_try;;
18826 esac
18827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18828 $as_echo "$ac_try_echo") >&5
18829 (eval "$ac_link") 2>conftest.er1
18830 ac_status=$?
18831 grep -v '^ *+' conftest.er1 >conftest.err
18832 rm -f conftest.er1
18833 cat conftest.err >&5
18834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18835 (exit $ac_status); } && {
18836 test -z "$ac_c_werror_flag" ||
18837 test ! -s conftest.err
18838 } && test -s conftest$ac_exeext && {
18839 test "$cross_compiling" = yes ||
18840 $as_test_x conftest$ac_exeext
18841 }; then
18842 ac_cv_search_gethostbyname=$ac_res
18843 else
18844 $as_echo "$as_me: failed program was:" >&5
18845 sed 's/^/| /' conftest.$ac_ext >&5
18850 rm -rf conftest.dSYM
18851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18852 conftest$ac_exeext
18853 if test "${ac_cv_search_gethostbyname+set}" = set; then
18854 break
18856 done
18857 if test "${ac_cv_search_gethostbyname+set}" = set; then
18859 else
18860 ac_cv_search_gethostbyname=no
18862 rm conftest.$ac_ext
18863 LIBS=$ac_func_search_save_LIBS
18865 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18866 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18867 ac_res=$ac_cv_search_gethostbyname
18868 if test "$ac_res" != no; then
18869 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18874 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18875 $as_echo_n "checking for library containing connect... " >&6; }
18876 if test "${ac_cv_search_connect+set}" = set; then
18877 $as_echo_n "(cached) " >&6
18878 else
18879 ac_func_search_save_LIBS=$LIBS
18880 cat >conftest.$ac_ext <<_ACEOF
18881 /* confdefs.h. */
18882 _ACEOF
18883 cat confdefs.h >>conftest.$ac_ext
18884 cat >>conftest.$ac_ext <<_ACEOF
18885 /* end confdefs.h. */
18887 /* Override any GCC internal prototype to avoid an error.
18888 Use char because int might match the return type of a GCC
18889 builtin and then its argument prototype would still apply. */
18890 #ifdef __cplusplus
18891 extern "C"
18892 #endif
18893 char connect ();
18895 main ()
18897 return connect ();
18899 return 0;
18901 _ACEOF
18902 for ac_lib in '' socket; do
18903 if test -z "$ac_lib"; then
18904 ac_res="none required"
18905 else
18906 ac_res=-l$ac_lib
18907 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18909 rm -f conftest.$ac_objext conftest$ac_exeext
18910 if { (ac_try="$ac_link"
18911 case "(($ac_try" in
18912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913 *) ac_try_echo=$ac_try;;
18914 esac
18915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18916 $as_echo "$ac_try_echo") >&5
18917 (eval "$ac_link") 2>conftest.er1
18918 ac_status=$?
18919 grep -v '^ *+' conftest.er1 >conftest.err
18920 rm -f conftest.er1
18921 cat conftest.err >&5
18922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923 (exit $ac_status); } && {
18924 test -z "$ac_c_werror_flag" ||
18925 test ! -s conftest.err
18926 } && test -s conftest$ac_exeext && {
18927 test "$cross_compiling" = yes ||
18928 $as_test_x conftest$ac_exeext
18929 }; then
18930 ac_cv_search_connect=$ac_res
18931 else
18932 $as_echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18938 rm -rf conftest.dSYM
18939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18940 conftest$ac_exeext
18941 if test "${ac_cv_search_connect+set}" = set; then
18942 break
18944 done
18945 if test "${ac_cv_search_connect+set}" = set; then
18947 else
18948 ac_cv_search_connect=no
18950 rm conftest.$ac_ext
18951 LIBS=$ac_func_search_save_LIBS
18953 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18954 $as_echo "$ac_cv_search_connect" >&6; }
18955 ac_res=$ac_cv_search_connect
18956 if test "$ac_res" != no; then
18957 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18962 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18963 $as_echo_n "checking for library containing inet_aton... " >&6; }
18964 if test "${ac_cv_search_inet_aton+set}" = set; then
18965 $as_echo_n "(cached) " >&6
18966 else
18967 ac_func_search_save_LIBS=$LIBS
18968 cat >conftest.$ac_ext <<_ACEOF
18969 /* confdefs.h. */
18970 _ACEOF
18971 cat confdefs.h >>conftest.$ac_ext
18972 cat >>conftest.$ac_ext <<_ACEOF
18973 /* end confdefs.h. */
18975 /* Override any GCC internal prototype to avoid an error.
18976 Use char because int might match the return type of a GCC
18977 builtin and then its argument prototype would still apply. */
18978 #ifdef __cplusplus
18979 extern "C"
18980 #endif
18981 char inet_aton ();
18983 main ()
18985 return inet_aton ();
18987 return 0;
18989 _ACEOF
18990 for ac_lib in '' resolv; do
18991 if test -z "$ac_lib"; then
18992 ac_res="none required"
18993 else
18994 ac_res=-l$ac_lib
18995 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18997 rm -f conftest.$ac_objext conftest$ac_exeext
18998 if { (ac_try="$ac_link"
18999 case "(($ac_try" in
19000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19001 *) ac_try_echo=$ac_try;;
19002 esac
19003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19004 $as_echo "$ac_try_echo") >&5
19005 (eval "$ac_link") 2>conftest.er1
19006 ac_status=$?
19007 grep -v '^ *+' conftest.er1 >conftest.err
19008 rm -f conftest.er1
19009 cat conftest.err >&5
19010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19011 (exit $ac_status); } && {
19012 test -z "$ac_c_werror_flag" ||
19013 test ! -s conftest.err
19014 } && test -s conftest$ac_exeext && {
19015 test "$cross_compiling" = yes ||
19016 $as_test_x conftest$ac_exeext
19017 }; then
19018 ac_cv_search_inet_aton=$ac_res
19019 else
19020 $as_echo "$as_me: failed program was:" >&5
19021 sed 's/^/| /' conftest.$ac_ext >&5
19026 rm -rf conftest.dSYM
19027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19028 conftest$ac_exeext
19029 if test "${ac_cv_search_inet_aton+set}" = set; then
19030 break
19032 done
19033 if test "${ac_cv_search_inet_aton+set}" = set; then
19035 else
19036 ac_cv_search_inet_aton=no
19038 rm conftest.$ac_ext
19039 LIBS=$ac_func_search_save_LIBS
19041 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19042 $as_echo "$ac_cv_search_inet_aton" >&6; }
19043 ac_res=$ac_cv_search_inet_aton
19044 if test "$ac_res" != no; then
19045 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19061 for ac_func in \
19062 getaddrinfo \
19063 getnameinfo \
19064 getnetbyname \
19065 getprotobyname \
19066 getprotobynumber \
19067 getservbyport \
19068 inet_network \
19069 inet_ntop \
19070 inet_pton \
19071 sendmsg \
19072 socketpair \
19075 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19076 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19077 $as_echo_n "checking for $ac_func... " >&6; }
19078 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19079 $as_echo_n "(cached) " >&6
19080 else
19081 cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h. */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h. */
19087 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19088 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19089 #define $ac_func innocuous_$ac_func
19091 /* System header to define __stub macros and hopefully few prototypes,
19092 which can conflict with char $ac_func (); below.
19093 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19094 <limits.h> exists even on freestanding compilers. */
19096 #ifdef __STDC__
19097 # include <limits.h>
19098 #else
19099 # include <assert.h>
19100 #endif
19102 #undef $ac_func
19104 /* Override any GCC internal prototype to avoid an error.
19105 Use char because int might match the return type of a GCC
19106 builtin and then its argument prototype would still apply. */
19107 #ifdef __cplusplus
19108 extern "C"
19109 #endif
19110 char $ac_func ();
19111 /* The GNU C library defines this for functions which it implements
19112 to always fail with ENOSYS. Some functions are actually named
19113 something starting with __ and the normal name is an alias. */
19114 #if defined __stub_$ac_func || defined __stub___$ac_func
19115 choke me
19116 #endif
19119 main ()
19121 return $ac_func ();
19123 return 0;
19125 _ACEOF
19126 rm -f conftest.$ac_objext conftest$ac_exeext
19127 if { (ac_try="$ac_link"
19128 case "(($ac_try" in
19129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19130 *) ac_try_echo=$ac_try;;
19131 esac
19132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19133 $as_echo "$ac_try_echo") >&5
19134 (eval "$ac_link") 2>conftest.er1
19135 ac_status=$?
19136 grep -v '^ *+' conftest.er1 >conftest.err
19137 rm -f conftest.er1
19138 cat conftest.err >&5
19139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140 (exit $ac_status); } && {
19141 test -z "$ac_c_werror_flag" ||
19142 test ! -s conftest.err
19143 } && test -s conftest$ac_exeext && {
19144 test "$cross_compiling" = yes ||
19145 $as_test_x conftest$ac_exeext
19146 }; then
19147 eval "$as_ac_var=yes"
19148 else
19149 $as_echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.$ac_ext >&5
19152 eval "$as_ac_var=no"
19155 rm -rf conftest.dSYM
19156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19157 conftest$ac_exeext conftest.$ac_ext
19159 ac_res=`eval 'as_val=${'$as_ac_var'}
19160 $as_echo "$as_val"'`
19161 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19162 $as_echo "$ac_res" >&6; }
19163 as_val=`eval 'as_val=${'$as_ac_var'}
19164 $as_echo "$as_val"'`
19165 if test "x$as_val" = x""yes; then
19166 cat >>confdefs.h <<_ACEOF
19167 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19168 _ACEOF
19171 done
19174 LDAPLIBS=""
19176 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19177 then
19178 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19179 $as_echo_n "checking for LDAPSortKey... " >&6; }
19180 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19181 $as_echo_n "(cached) " >&6
19182 else
19183 ac_cv_type_LDAPSortKey=no
19184 cat >conftest.$ac_ext <<_ACEOF
19185 /* confdefs.h. */
19186 _ACEOF
19187 cat confdefs.h >>conftest.$ac_ext
19188 cat >>conftest.$ac_ext <<_ACEOF
19189 /* end confdefs.h. */
19190 #include <ldap.h>
19193 main ()
19195 if (sizeof (LDAPSortKey))
19196 return 0;
19198 return 0;
19200 _ACEOF
19201 rm -f conftest.$ac_objext
19202 if { (ac_try="$ac_compile"
19203 case "(($ac_try" in
19204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19205 *) ac_try_echo=$ac_try;;
19206 esac
19207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19208 $as_echo "$ac_try_echo") >&5
19209 (eval "$ac_compile") 2>conftest.er1
19210 ac_status=$?
19211 grep -v '^ *+' conftest.er1 >conftest.err
19212 rm -f conftest.er1
19213 cat conftest.err >&5
19214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19215 (exit $ac_status); } && {
19216 test -z "$ac_c_werror_flag" ||
19217 test ! -s conftest.err
19218 } && test -s conftest.$ac_objext; then
19219 cat >conftest.$ac_ext <<_ACEOF
19220 /* confdefs.h. */
19221 _ACEOF
19222 cat confdefs.h >>conftest.$ac_ext
19223 cat >>conftest.$ac_ext <<_ACEOF
19224 /* end confdefs.h. */
19225 #include <ldap.h>
19228 main ()
19230 if (sizeof ((LDAPSortKey)))
19231 return 0;
19233 return 0;
19235 _ACEOF
19236 rm -f conftest.$ac_objext
19237 if { (ac_try="$ac_compile"
19238 case "(($ac_try" in
19239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19240 *) ac_try_echo=$ac_try;;
19241 esac
19242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19243 $as_echo "$ac_try_echo") >&5
19244 (eval "$ac_compile") 2>conftest.er1
19245 ac_status=$?
19246 grep -v '^ *+' conftest.er1 >conftest.err
19247 rm -f conftest.er1
19248 cat conftest.err >&5
19249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); } && {
19251 test -z "$ac_c_werror_flag" ||
19252 test ! -s conftest.err
19253 } && test -s conftest.$ac_objext; then
19255 else
19256 $as_echo "$as_me: failed program was:" >&5
19257 sed 's/^/| /' conftest.$ac_ext >&5
19259 ac_cv_type_LDAPSortKey=yes
19262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19263 else
19264 $as_echo "$as_me: failed program was:" >&5
19265 sed 's/^/| /' conftest.$ac_ext >&5
19270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19272 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19273 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19274 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19275 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19276 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19277 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19278 $as_echo_n "(cached) " >&6
19279 else
19280 ac_check_lib_save_LIBS=$LIBS
19281 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19282 cat >conftest.$ac_ext <<_ACEOF
19283 /* confdefs.h. */
19284 _ACEOF
19285 cat confdefs.h >>conftest.$ac_ext
19286 cat >>conftest.$ac_ext <<_ACEOF
19287 /* end confdefs.h. */
19289 /* Override any GCC internal prototype to avoid an error.
19290 Use char because int might match the return type of a GCC
19291 builtin and then its argument prototype would still apply. */
19292 #ifdef __cplusplus
19293 extern "C"
19294 #endif
19295 char ldap_initialize ();
19297 main ()
19299 return ldap_initialize ();
19301 return 0;
19303 _ACEOF
19304 rm -f conftest.$ac_objext conftest$ac_exeext
19305 if { (ac_try="$ac_link"
19306 case "(($ac_try" in
19307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19308 *) ac_try_echo=$ac_try;;
19309 esac
19310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19311 $as_echo "$ac_try_echo") >&5
19312 (eval "$ac_link") 2>conftest.er1
19313 ac_status=$?
19314 grep -v '^ *+' conftest.er1 >conftest.err
19315 rm -f conftest.er1
19316 cat conftest.err >&5
19317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19318 (exit $ac_status); } && {
19319 test -z "$ac_c_werror_flag" ||
19320 test ! -s conftest.err
19321 } && test -s conftest$ac_exeext && {
19322 test "$cross_compiling" = yes ||
19323 $as_test_x conftest$ac_exeext
19324 }; then
19325 ac_cv_lib_ldap_r_ldap_initialize=yes
19326 else
19327 $as_echo "$as_me: failed program was:" >&5
19328 sed 's/^/| /' conftest.$ac_ext >&5
19330 ac_cv_lib_ldap_r_ldap_initialize=no
19333 rm -rf conftest.dSYM
19334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19335 conftest$ac_exeext conftest.$ac_ext
19336 LIBS=$ac_check_lib_save_LIBS
19338 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19339 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19340 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19341 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19342 $as_echo_n "checking for ber_init in -llber... " >&6; }
19343 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19344 $as_echo_n "(cached) " >&6
19345 else
19346 ac_check_lib_save_LIBS=$LIBS
19347 LIBS="-llber $LIBPTHREAD $LIBS"
19348 cat >conftest.$ac_ext <<_ACEOF
19349 /* confdefs.h. */
19350 _ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19355 /* Override any GCC internal prototype to avoid an error.
19356 Use char because int might match the return type of a GCC
19357 builtin and then its argument prototype would still apply. */
19358 #ifdef __cplusplus
19359 extern "C"
19360 #endif
19361 char ber_init ();
19363 main ()
19365 return ber_init ();
19367 return 0;
19369 _ACEOF
19370 rm -f conftest.$ac_objext conftest$ac_exeext
19371 if { (ac_try="$ac_link"
19372 case "(($ac_try" in
19373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19374 *) ac_try_echo=$ac_try;;
19375 esac
19376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19377 $as_echo "$ac_try_echo") >&5
19378 (eval "$ac_link") 2>conftest.er1
19379 ac_status=$?
19380 grep -v '^ *+' conftest.er1 >conftest.err
19381 rm -f conftest.er1
19382 cat conftest.err >&5
19383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && {
19385 test -z "$ac_c_werror_flag" ||
19386 test ! -s conftest.err
19387 } && test -s conftest$ac_exeext && {
19388 test "$cross_compiling" = yes ||
19389 $as_test_x conftest$ac_exeext
19390 }; then
19391 ac_cv_lib_lber_ber_init=yes
19392 else
19393 $as_echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19396 ac_cv_lib_lber_ber_init=no
19399 rm -rf conftest.dSYM
19400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19401 conftest$ac_exeext conftest.$ac_ext
19402 LIBS=$ac_check_lib_save_LIBS
19404 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19405 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19406 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19408 cat >>confdefs.h <<\_ACEOF
19409 #define HAVE_LDAP 1
19410 _ACEOF
19412 LDAPLIBS="-lldap_r -llber"
19419 ac_wine_check_funcs_save_LIBS="$LIBS"
19420 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19429 for ac_func in \
19430 ldap_count_references \
19431 ldap_first_reference \
19432 ldap_next_reference \
19433 ldap_parse_reference \
19434 ldap_parse_sort_control \
19435 ldap_parse_sortresponse_control \
19436 ldap_parse_vlv_control \
19437 ldap_parse_vlvresponse_control
19439 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19440 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19441 $as_echo_n "checking for $ac_func... " >&6; }
19442 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19443 $as_echo_n "(cached) " >&6
19444 else
19445 cat >conftest.$ac_ext <<_ACEOF
19446 /* confdefs.h. */
19447 _ACEOF
19448 cat confdefs.h >>conftest.$ac_ext
19449 cat >>conftest.$ac_ext <<_ACEOF
19450 /* end confdefs.h. */
19451 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19452 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19453 #define $ac_func innocuous_$ac_func
19455 /* System header to define __stub macros and hopefully few prototypes,
19456 which can conflict with char $ac_func (); below.
19457 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19458 <limits.h> exists even on freestanding compilers. */
19460 #ifdef __STDC__
19461 # include <limits.h>
19462 #else
19463 # include <assert.h>
19464 #endif
19466 #undef $ac_func
19468 /* Override any GCC internal prototype to avoid an error.
19469 Use char because int might match the return type of a GCC
19470 builtin and then its argument prototype would still apply. */
19471 #ifdef __cplusplus
19472 extern "C"
19473 #endif
19474 char $ac_func ();
19475 /* The GNU C library defines this for functions which it implements
19476 to always fail with ENOSYS. Some functions are actually named
19477 something starting with __ and the normal name is an alias. */
19478 #if defined __stub_$ac_func || defined __stub___$ac_func
19479 choke me
19480 #endif
19483 main ()
19485 return $ac_func ();
19487 return 0;
19489 _ACEOF
19490 rm -f conftest.$ac_objext conftest$ac_exeext
19491 if { (ac_try="$ac_link"
19492 case "(($ac_try" in
19493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19494 *) ac_try_echo=$ac_try;;
19495 esac
19496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19497 $as_echo "$ac_try_echo") >&5
19498 (eval "$ac_link") 2>conftest.er1
19499 ac_status=$?
19500 grep -v '^ *+' conftest.er1 >conftest.err
19501 rm -f conftest.er1
19502 cat conftest.err >&5
19503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504 (exit $ac_status); } && {
19505 test -z "$ac_c_werror_flag" ||
19506 test ! -s conftest.err
19507 } && test -s conftest$ac_exeext && {
19508 test "$cross_compiling" = yes ||
19509 $as_test_x conftest$ac_exeext
19510 }; then
19511 eval "$as_ac_var=yes"
19512 else
19513 $as_echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19516 eval "$as_ac_var=no"
19519 rm -rf conftest.dSYM
19520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19521 conftest$ac_exeext conftest.$ac_ext
19523 ac_res=`eval 'as_val=${'$as_ac_var'}
19524 $as_echo "$as_val"'`
19525 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19526 $as_echo "$ac_res" >&6; }
19527 as_val=`eval 'as_val=${'$as_ac_var'}
19528 $as_echo "$as_val"'`
19529 if test "x$as_val" = x""yes; then
19530 cat >>confdefs.h <<_ACEOF
19531 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19532 _ACEOF
19535 done
19537 LIBS="$ac_wine_check_funcs_save_LIBS"
19539 if test "x$LDAPLIBS" = "x"; then
19540 case "x$with_ldap" in
19541 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19542 xno) ;;
19543 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19544 This is an error since --with-ldap was requested." >&5
19545 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19546 This is an error since --with-ldap was requested." >&2;}
19547 { (exit 1); exit 1; }; } ;;
19548 esac
19552 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19553 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19554 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19555 $as_echo_n "(cached) " >&6
19556 else
19557 cat >conftest.$ac_ext <<_ACEOF
19558 /* confdefs.h. */
19559 _ACEOF
19560 cat confdefs.h >>conftest.$ac_ext
19561 cat >>conftest.$ac_ext <<_ACEOF
19562 /* end confdefs.h. */
19563 #include <sys/stat.h>
19565 main ()
19567 mkdir("foo");
19569 return 0;
19571 _ACEOF
19572 rm -f conftest.$ac_objext
19573 if { (ac_try="$ac_compile"
19574 case "(($ac_try" in
19575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19576 *) ac_try_echo=$ac_try;;
19577 esac
19578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19579 $as_echo "$ac_try_echo") >&5
19580 (eval "$ac_compile") 2>conftest.er1
19581 ac_status=$?
19582 grep -v '^ *+' conftest.er1 >conftest.err
19583 rm -f conftest.er1
19584 cat conftest.err >&5
19585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586 (exit $ac_status); } && {
19587 test -z "$ac_c_werror_flag" ||
19588 test ! -s conftest.err
19589 } && test -s conftest.$ac_objext; then
19590 wine_cv_one_arg_mkdir=yes
19591 else
19592 $as_echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.$ac_ext >&5
19595 wine_cv_one_arg_mkdir=no
19598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19600 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19601 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19602 if test "$wine_cv_one_arg_mkdir" = "yes"
19603 then
19605 cat >>confdefs.h <<\_ACEOF
19606 #define HAVE_ONE_ARG_MKDIR 1
19607 _ACEOF
19612 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19613 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19614 if test "${ac_cv_c_const+set}" = set; then
19615 $as_echo_n "(cached) " >&6
19616 else
19617 cat >conftest.$ac_ext <<_ACEOF
19618 /* confdefs.h. */
19619 _ACEOF
19620 cat confdefs.h >>conftest.$ac_ext
19621 cat >>conftest.$ac_ext <<_ACEOF
19622 /* end confdefs.h. */
19625 main ()
19627 /* FIXME: Include the comments suggested by Paul. */
19628 #ifndef __cplusplus
19629 /* Ultrix mips cc rejects this. */
19630 typedef int charset[2];
19631 const charset cs;
19632 /* SunOS 4.1.1 cc rejects this. */
19633 char const *const *pcpcc;
19634 char **ppc;
19635 /* NEC SVR4.0.2 mips cc rejects this. */
19636 struct point {int x, y;};
19637 static struct point const zero = {0,0};
19638 /* AIX XL C 1.02.0.0 rejects this.
19639 It does not let you subtract one const X* pointer from another in
19640 an arm of an if-expression whose if-part is not a constant
19641 expression */
19642 const char *g = "string";
19643 pcpcc = &g + (g ? g-g : 0);
19644 /* HPUX 7.0 cc rejects these. */
19645 ++pcpcc;
19646 ppc = (char**) pcpcc;
19647 pcpcc = (char const *const *) ppc;
19648 { /* SCO 3.2v4 cc rejects this. */
19649 char *t;
19650 char const *s = 0 ? (char *) 0 : (char const *) 0;
19652 *t++ = 0;
19653 if (s) return 0;
19655 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19656 int x[] = {25, 17};
19657 const int *foo = &x[0];
19658 ++foo;
19660 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19661 typedef const int *iptr;
19662 iptr p = 0;
19663 ++p;
19665 { /* AIX XL C 1.02.0.0 rejects this saying
19666 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19667 struct s { int j; const int *ap[3]; };
19668 struct s *b; b->j = 5;
19670 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19671 const int foo = 10;
19672 if (!foo) return 0;
19674 return !cs[0] && !zero.x;
19675 #endif
19678 return 0;
19680 _ACEOF
19681 rm -f conftest.$ac_objext
19682 if { (ac_try="$ac_compile"
19683 case "(($ac_try" in
19684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19685 *) ac_try_echo=$ac_try;;
19686 esac
19687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19688 $as_echo "$ac_try_echo") >&5
19689 (eval "$ac_compile") 2>conftest.er1
19690 ac_status=$?
19691 grep -v '^ *+' conftest.er1 >conftest.err
19692 rm -f conftest.er1
19693 cat conftest.err >&5
19694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); } && {
19696 test -z "$ac_c_werror_flag" ||
19697 test ! -s conftest.err
19698 } && test -s conftest.$ac_objext; then
19699 ac_cv_c_const=yes
19700 else
19701 $as_echo "$as_me: failed program was:" >&5
19702 sed 's/^/| /' conftest.$ac_ext >&5
19704 ac_cv_c_const=no
19707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19709 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19710 $as_echo "$ac_cv_c_const" >&6; }
19711 if test $ac_cv_c_const = no; then
19713 cat >>confdefs.h <<\_ACEOF
19714 #define const /**/
19715 _ACEOF
19719 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19720 $as_echo_n "checking for inline... " >&6; }
19721 if test "${ac_cv_c_inline+set}" = set; then
19722 $as_echo_n "(cached) " >&6
19723 else
19724 ac_cv_c_inline=no
19725 for ac_kw in inline __inline__ __inline; do
19726 cat >conftest.$ac_ext <<_ACEOF
19727 /* confdefs.h. */
19728 _ACEOF
19729 cat confdefs.h >>conftest.$ac_ext
19730 cat >>conftest.$ac_ext <<_ACEOF
19731 /* end confdefs.h. */
19732 #ifndef __cplusplus
19733 typedef int foo_t;
19734 static $ac_kw foo_t static_foo () {return 0; }
19735 $ac_kw foo_t foo () {return 0; }
19736 #endif
19738 _ACEOF
19739 rm -f conftest.$ac_objext
19740 if { (ac_try="$ac_compile"
19741 case "(($ac_try" in
19742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19743 *) ac_try_echo=$ac_try;;
19744 esac
19745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19746 $as_echo "$ac_try_echo") >&5
19747 (eval "$ac_compile") 2>conftest.er1
19748 ac_status=$?
19749 grep -v '^ *+' conftest.er1 >conftest.err
19750 rm -f conftest.er1
19751 cat conftest.err >&5
19752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); } && {
19754 test -z "$ac_c_werror_flag" ||
19755 test ! -s conftest.err
19756 } && test -s conftest.$ac_objext; then
19757 ac_cv_c_inline=$ac_kw
19758 else
19759 $as_echo "$as_me: failed program was:" >&5
19760 sed 's/^/| /' conftest.$ac_ext >&5
19765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19766 test "$ac_cv_c_inline" != no && break
19767 done
19770 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19771 $as_echo "$ac_cv_c_inline" >&6; }
19774 case $ac_cv_c_inline in
19775 inline | yes) ;;
19777 case $ac_cv_c_inline in
19778 no) ac_val=;;
19779 *) ac_val=$ac_cv_c_inline;;
19780 esac
19781 cat >>confdefs.h <<_ACEOF
19782 #ifndef __cplusplus
19783 #define inline $ac_val
19784 #endif
19785 _ACEOF
19787 esac
19789 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19790 $as_echo_n "checking for mode_t... " >&6; }
19791 if test "${ac_cv_type_mode_t+set}" = set; then
19792 $as_echo_n "(cached) " >&6
19793 else
19794 ac_cv_type_mode_t=no
19795 cat >conftest.$ac_ext <<_ACEOF
19796 /* confdefs.h. */
19797 _ACEOF
19798 cat confdefs.h >>conftest.$ac_ext
19799 cat >>conftest.$ac_ext <<_ACEOF
19800 /* end confdefs.h. */
19801 $ac_includes_default
19803 main ()
19805 if (sizeof (mode_t))
19806 return 0;
19808 return 0;
19810 _ACEOF
19811 rm -f conftest.$ac_objext
19812 if { (ac_try="$ac_compile"
19813 case "(($ac_try" in
19814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19815 *) ac_try_echo=$ac_try;;
19816 esac
19817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19818 $as_echo "$ac_try_echo") >&5
19819 (eval "$ac_compile") 2>conftest.er1
19820 ac_status=$?
19821 grep -v '^ *+' conftest.er1 >conftest.err
19822 rm -f conftest.er1
19823 cat conftest.err >&5
19824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); } && {
19826 test -z "$ac_c_werror_flag" ||
19827 test ! -s conftest.err
19828 } && test -s conftest.$ac_objext; then
19829 cat >conftest.$ac_ext <<_ACEOF
19830 /* confdefs.h. */
19831 _ACEOF
19832 cat confdefs.h >>conftest.$ac_ext
19833 cat >>conftest.$ac_ext <<_ACEOF
19834 /* end confdefs.h. */
19835 $ac_includes_default
19837 main ()
19839 if (sizeof ((mode_t)))
19840 return 0;
19842 return 0;
19844 _ACEOF
19845 rm -f conftest.$ac_objext
19846 if { (ac_try="$ac_compile"
19847 case "(($ac_try" in
19848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19849 *) ac_try_echo=$ac_try;;
19850 esac
19851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19852 $as_echo "$ac_try_echo") >&5
19853 (eval "$ac_compile") 2>conftest.er1
19854 ac_status=$?
19855 grep -v '^ *+' conftest.er1 >conftest.err
19856 rm -f conftest.er1
19857 cat conftest.err >&5
19858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19859 (exit $ac_status); } && {
19860 test -z "$ac_c_werror_flag" ||
19861 test ! -s conftest.err
19862 } && test -s conftest.$ac_objext; then
19864 else
19865 $as_echo "$as_me: failed program was:" >&5
19866 sed 's/^/| /' conftest.$ac_ext >&5
19868 ac_cv_type_mode_t=yes
19871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19872 else
19873 $as_echo "$as_me: failed program was:" >&5
19874 sed 's/^/| /' conftest.$ac_ext >&5
19879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19881 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19882 $as_echo "$ac_cv_type_mode_t" >&6; }
19883 if test "x$ac_cv_type_mode_t" = x""yes; then
19885 cat >>confdefs.h <<_ACEOF
19886 #define HAVE_MODE_T 1
19887 _ACEOF
19891 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19892 $as_echo_n "checking for off_t... " >&6; }
19893 if test "${ac_cv_type_off_t+set}" = set; then
19894 $as_echo_n "(cached) " >&6
19895 else
19896 ac_cv_type_off_t=no
19897 cat >conftest.$ac_ext <<_ACEOF
19898 /* confdefs.h. */
19899 _ACEOF
19900 cat confdefs.h >>conftest.$ac_ext
19901 cat >>conftest.$ac_ext <<_ACEOF
19902 /* end confdefs.h. */
19903 $ac_includes_default
19905 main ()
19907 if (sizeof (off_t))
19908 return 0;
19910 return 0;
19912 _ACEOF
19913 rm -f conftest.$ac_objext
19914 if { (ac_try="$ac_compile"
19915 case "(($ac_try" in
19916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19917 *) ac_try_echo=$ac_try;;
19918 esac
19919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19920 $as_echo "$ac_try_echo") >&5
19921 (eval "$ac_compile") 2>conftest.er1
19922 ac_status=$?
19923 grep -v '^ *+' conftest.er1 >conftest.err
19924 rm -f conftest.er1
19925 cat conftest.err >&5
19926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19927 (exit $ac_status); } && {
19928 test -z "$ac_c_werror_flag" ||
19929 test ! -s conftest.err
19930 } && test -s conftest.$ac_objext; then
19931 cat >conftest.$ac_ext <<_ACEOF
19932 /* confdefs.h. */
19933 _ACEOF
19934 cat confdefs.h >>conftest.$ac_ext
19935 cat >>conftest.$ac_ext <<_ACEOF
19936 /* end confdefs.h. */
19937 $ac_includes_default
19939 main ()
19941 if (sizeof ((off_t)))
19942 return 0;
19944 return 0;
19946 _ACEOF
19947 rm -f conftest.$ac_objext
19948 if { (ac_try="$ac_compile"
19949 case "(($ac_try" in
19950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19951 *) ac_try_echo=$ac_try;;
19952 esac
19953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19954 $as_echo "$ac_try_echo") >&5
19955 (eval "$ac_compile") 2>conftest.er1
19956 ac_status=$?
19957 grep -v '^ *+' conftest.er1 >conftest.err
19958 rm -f conftest.er1
19959 cat conftest.err >&5
19960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19961 (exit $ac_status); } && {
19962 test -z "$ac_c_werror_flag" ||
19963 test ! -s conftest.err
19964 } && test -s conftest.$ac_objext; then
19966 else
19967 $as_echo "$as_me: failed program was:" >&5
19968 sed 's/^/| /' conftest.$ac_ext >&5
19970 ac_cv_type_off_t=yes
19973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19974 else
19975 $as_echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19983 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19984 $as_echo "$ac_cv_type_off_t" >&6; }
19985 if test "x$ac_cv_type_off_t" = x""yes; then
19987 cat >>confdefs.h <<_ACEOF
19988 #define HAVE_OFF_T 1
19989 _ACEOF
19993 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19994 $as_echo_n "checking for pid_t... " >&6; }
19995 if test "${ac_cv_type_pid_t+set}" = set; then
19996 $as_echo_n "(cached) " >&6
19997 else
19998 ac_cv_type_pid_t=no
19999 cat >conftest.$ac_ext <<_ACEOF
20000 /* confdefs.h. */
20001 _ACEOF
20002 cat confdefs.h >>conftest.$ac_ext
20003 cat >>conftest.$ac_ext <<_ACEOF
20004 /* end confdefs.h. */
20005 $ac_includes_default
20007 main ()
20009 if (sizeof (pid_t))
20010 return 0;
20012 return 0;
20014 _ACEOF
20015 rm -f conftest.$ac_objext
20016 if { (ac_try="$ac_compile"
20017 case "(($ac_try" in
20018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20019 *) ac_try_echo=$ac_try;;
20020 esac
20021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20022 $as_echo "$ac_try_echo") >&5
20023 (eval "$ac_compile") 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } && {
20030 test -z "$ac_c_werror_flag" ||
20031 test ! -s conftest.err
20032 } && test -s conftest.$ac_objext; then
20033 cat >conftest.$ac_ext <<_ACEOF
20034 /* confdefs.h. */
20035 _ACEOF
20036 cat confdefs.h >>conftest.$ac_ext
20037 cat >>conftest.$ac_ext <<_ACEOF
20038 /* end confdefs.h. */
20039 $ac_includes_default
20041 main ()
20043 if (sizeof ((pid_t)))
20044 return 0;
20046 return 0;
20048 _ACEOF
20049 rm -f conftest.$ac_objext
20050 if { (ac_try="$ac_compile"
20051 case "(($ac_try" in
20052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20053 *) ac_try_echo=$ac_try;;
20054 esac
20055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20056 $as_echo "$ac_try_echo") >&5
20057 (eval "$ac_compile") 2>conftest.er1
20058 ac_status=$?
20059 grep -v '^ *+' conftest.er1 >conftest.err
20060 rm -f conftest.er1
20061 cat conftest.err >&5
20062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20063 (exit $ac_status); } && {
20064 test -z "$ac_c_werror_flag" ||
20065 test ! -s conftest.err
20066 } && test -s conftest.$ac_objext; then
20068 else
20069 $as_echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.$ac_ext >&5
20072 ac_cv_type_pid_t=yes
20075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20076 else
20077 $as_echo "$as_me: failed program was:" >&5
20078 sed 's/^/| /' conftest.$ac_ext >&5
20083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20085 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20086 $as_echo "$ac_cv_type_pid_t" >&6; }
20087 if test "x$ac_cv_type_pid_t" = x""yes; then
20089 cat >>confdefs.h <<_ACEOF
20090 #define HAVE_PID_T 1
20091 _ACEOF
20095 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
20096 $as_echo_n "checking for size_t... " >&6; }
20097 if test "${ac_cv_type_size_t+set}" = set; then
20098 $as_echo_n "(cached) " >&6
20099 else
20100 ac_cv_type_size_t=no
20101 cat >conftest.$ac_ext <<_ACEOF
20102 /* confdefs.h. */
20103 _ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 $ac_includes_default
20109 main ()
20111 if (sizeof (size_t))
20112 return 0;
20114 return 0;
20116 _ACEOF
20117 rm -f conftest.$ac_objext
20118 if { (ac_try="$ac_compile"
20119 case "(($ac_try" in
20120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20121 *) ac_try_echo=$ac_try;;
20122 esac
20123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20124 $as_echo "$ac_try_echo") >&5
20125 (eval "$ac_compile") 2>conftest.er1
20126 ac_status=$?
20127 grep -v '^ *+' conftest.er1 >conftest.err
20128 rm -f conftest.er1
20129 cat conftest.err >&5
20130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20131 (exit $ac_status); } && {
20132 test -z "$ac_c_werror_flag" ||
20133 test ! -s conftest.err
20134 } && test -s conftest.$ac_objext; then
20135 cat >conftest.$ac_ext <<_ACEOF
20136 /* confdefs.h. */
20137 _ACEOF
20138 cat confdefs.h >>conftest.$ac_ext
20139 cat >>conftest.$ac_ext <<_ACEOF
20140 /* end confdefs.h. */
20141 $ac_includes_default
20143 main ()
20145 if (sizeof ((size_t)))
20146 return 0;
20148 return 0;
20150 _ACEOF
20151 rm -f conftest.$ac_objext
20152 if { (ac_try="$ac_compile"
20153 case "(($ac_try" in
20154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20155 *) ac_try_echo=$ac_try;;
20156 esac
20157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20158 $as_echo "$ac_try_echo") >&5
20159 (eval "$ac_compile") 2>conftest.er1
20160 ac_status=$?
20161 grep -v '^ *+' conftest.er1 >conftest.err
20162 rm -f conftest.er1
20163 cat conftest.err >&5
20164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20165 (exit $ac_status); } && {
20166 test -z "$ac_c_werror_flag" ||
20167 test ! -s conftest.err
20168 } && test -s conftest.$ac_objext; then
20170 else
20171 $as_echo "$as_me: failed program was:" >&5
20172 sed 's/^/| /' conftest.$ac_ext >&5
20174 ac_cv_type_size_t=yes
20177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20178 else
20179 $as_echo "$as_me: failed program was:" >&5
20180 sed 's/^/| /' conftest.$ac_ext >&5
20185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20187 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20188 $as_echo "$ac_cv_type_size_t" >&6; }
20189 if test "x$ac_cv_type_size_t" = x""yes; then
20191 cat >>confdefs.h <<_ACEOF
20192 #define HAVE_SIZE_T 1
20193 _ACEOF
20197 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20198 $as_echo_n "checking for ssize_t... " >&6; }
20199 if test "${ac_cv_type_ssize_t+set}" = set; then
20200 $as_echo_n "(cached) " >&6
20201 else
20202 ac_cv_type_ssize_t=no
20203 cat >conftest.$ac_ext <<_ACEOF
20204 /* confdefs.h. */
20205 _ACEOF
20206 cat confdefs.h >>conftest.$ac_ext
20207 cat >>conftest.$ac_ext <<_ACEOF
20208 /* end confdefs.h. */
20209 $ac_includes_default
20211 main ()
20213 if (sizeof (ssize_t))
20214 return 0;
20216 return 0;
20218 _ACEOF
20219 rm -f conftest.$ac_objext
20220 if { (ac_try="$ac_compile"
20221 case "(($ac_try" in
20222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20223 *) ac_try_echo=$ac_try;;
20224 esac
20225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20226 $as_echo "$ac_try_echo") >&5
20227 (eval "$ac_compile") 2>conftest.er1
20228 ac_status=$?
20229 grep -v '^ *+' conftest.er1 >conftest.err
20230 rm -f conftest.er1
20231 cat conftest.err >&5
20232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20233 (exit $ac_status); } && {
20234 test -z "$ac_c_werror_flag" ||
20235 test ! -s conftest.err
20236 } && test -s conftest.$ac_objext; then
20237 cat >conftest.$ac_ext <<_ACEOF
20238 /* confdefs.h. */
20239 _ACEOF
20240 cat confdefs.h >>conftest.$ac_ext
20241 cat >>conftest.$ac_ext <<_ACEOF
20242 /* end confdefs.h. */
20243 $ac_includes_default
20245 main ()
20247 if (sizeof ((ssize_t)))
20248 return 0;
20250 return 0;
20252 _ACEOF
20253 rm -f conftest.$ac_objext
20254 if { (ac_try="$ac_compile"
20255 case "(($ac_try" in
20256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20257 *) ac_try_echo=$ac_try;;
20258 esac
20259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20260 $as_echo "$ac_try_echo") >&5
20261 (eval "$ac_compile") 2>conftest.er1
20262 ac_status=$?
20263 grep -v '^ *+' conftest.er1 >conftest.err
20264 rm -f conftest.er1
20265 cat conftest.err >&5
20266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20267 (exit $ac_status); } && {
20268 test -z "$ac_c_werror_flag" ||
20269 test ! -s conftest.err
20270 } && test -s conftest.$ac_objext; then
20272 else
20273 $as_echo "$as_me: failed program was:" >&5
20274 sed 's/^/| /' conftest.$ac_ext >&5
20276 ac_cv_type_ssize_t=yes
20279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20280 else
20281 $as_echo "$as_me: failed program was:" >&5
20282 sed 's/^/| /' conftest.$ac_ext >&5
20287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20290 $as_echo "$ac_cv_type_ssize_t" >&6; }
20291 if test "x$ac_cv_type_ssize_t" = x""yes; then
20293 cat >>confdefs.h <<_ACEOF
20294 #define HAVE_SSIZE_T 1
20295 _ACEOF
20299 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20300 $as_echo_n "checking for long long... " >&6; }
20301 if test "${ac_cv_type_long_long+set}" = set; then
20302 $as_echo_n "(cached) " >&6
20303 else
20304 ac_cv_type_long_long=no
20305 cat >conftest.$ac_ext <<_ACEOF
20306 /* confdefs.h. */
20307 _ACEOF
20308 cat confdefs.h >>conftest.$ac_ext
20309 cat >>conftest.$ac_ext <<_ACEOF
20310 /* end confdefs.h. */
20311 $ac_includes_default
20313 main ()
20315 if (sizeof (long long))
20316 return 0;
20318 return 0;
20320 _ACEOF
20321 rm -f conftest.$ac_objext
20322 if { (ac_try="$ac_compile"
20323 case "(($ac_try" in
20324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20325 *) ac_try_echo=$ac_try;;
20326 esac
20327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20328 $as_echo "$ac_try_echo") >&5
20329 (eval "$ac_compile") 2>conftest.er1
20330 ac_status=$?
20331 grep -v '^ *+' conftest.er1 >conftest.err
20332 rm -f conftest.er1
20333 cat conftest.err >&5
20334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } && {
20336 test -z "$ac_c_werror_flag" ||
20337 test ! -s conftest.err
20338 } && test -s conftest.$ac_objext; then
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h. */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 $ac_includes_default
20347 main ()
20349 if (sizeof ((long long)))
20350 return 0;
20352 return 0;
20354 _ACEOF
20355 rm -f conftest.$ac_objext
20356 if { (ac_try="$ac_compile"
20357 case "(($ac_try" in
20358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20359 *) ac_try_echo=$ac_try;;
20360 esac
20361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20362 $as_echo "$ac_try_echo") >&5
20363 (eval "$ac_compile") 2>conftest.er1
20364 ac_status=$?
20365 grep -v '^ *+' conftest.er1 >conftest.err
20366 rm -f conftest.er1
20367 cat conftest.err >&5
20368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20369 (exit $ac_status); } && {
20370 test -z "$ac_c_werror_flag" ||
20371 test ! -s conftest.err
20372 } && test -s conftest.$ac_objext; then
20374 else
20375 $as_echo "$as_me: failed program was:" >&5
20376 sed 's/^/| /' conftest.$ac_ext >&5
20378 ac_cv_type_long_long=yes
20381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20382 else
20383 $as_echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.$ac_ext >&5
20389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20391 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20392 $as_echo "$ac_cv_type_long_long" >&6; }
20393 if test "x$ac_cv_type_long_long" = x""yes; then
20395 cat >>confdefs.h <<_ACEOF
20396 #define HAVE_LONG_LONG 1
20397 _ACEOF
20401 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20402 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20403 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20404 $as_echo_n "(cached) " >&6
20405 else
20406 ac_cv_type_fsblkcnt_t=no
20407 cat >conftest.$ac_ext <<_ACEOF
20408 /* confdefs.h. */
20409 _ACEOF
20410 cat confdefs.h >>conftest.$ac_ext
20411 cat >>conftest.$ac_ext <<_ACEOF
20412 /* end confdefs.h. */
20413 $ac_includes_default
20415 main ()
20417 if (sizeof (fsblkcnt_t))
20418 return 0;
20420 return 0;
20422 _ACEOF
20423 rm -f conftest.$ac_objext
20424 if { (ac_try="$ac_compile"
20425 case "(($ac_try" in
20426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20427 *) ac_try_echo=$ac_try;;
20428 esac
20429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20430 $as_echo "$ac_try_echo") >&5
20431 (eval "$ac_compile") 2>conftest.er1
20432 ac_status=$?
20433 grep -v '^ *+' conftest.er1 >conftest.err
20434 rm -f conftest.er1
20435 cat conftest.err >&5
20436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20437 (exit $ac_status); } && {
20438 test -z "$ac_c_werror_flag" ||
20439 test ! -s conftest.err
20440 } && test -s conftest.$ac_objext; then
20441 cat >conftest.$ac_ext <<_ACEOF
20442 /* confdefs.h. */
20443 _ACEOF
20444 cat confdefs.h >>conftest.$ac_ext
20445 cat >>conftest.$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 $ac_includes_default
20449 main ()
20451 if (sizeof ((fsblkcnt_t)))
20452 return 0;
20454 return 0;
20456 _ACEOF
20457 rm -f conftest.$ac_objext
20458 if { (ac_try="$ac_compile"
20459 case "(($ac_try" in
20460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20461 *) ac_try_echo=$ac_try;;
20462 esac
20463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20464 $as_echo "$ac_try_echo") >&5
20465 (eval "$ac_compile") 2>conftest.er1
20466 ac_status=$?
20467 grep -v '^ *+' conftest.er1 >conftest.err
20468 rm -f conftest.er1
20469 cat conftest.err >&5
20470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20471 (exit $ac_status); } && {
20472 test -z "$ac_c_werror_flag" ||
20473 test ! -s conftest.err
20474 } && test -s conftest.$ac_objext; then
20476 else
20477 $as_echo "$as_me: failed program was:" >&5
20478 sed 's/^/| /' conftest.$ac_ext >&5
20480 ac_cv_type_fsblkcnt_t=yes
20483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20484 else
20485 $as_echo "$as_me: failed program was:" >&5
20486 sed 's/^/| /' conftest.$ac_ext >&5
20491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20493 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20494 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20495 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20497 cat >>confdefs.h <<_ACEOF
20498 #define HAVE_FSBLKCNT_T 1
20499 _ACEOF
20503 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20504 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20505 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20506 $as_echo_n "(cached) " >&6
20507 else
20508 ac_cv_type_fsfilcnt_t=no
20509 cat >conftest.$ac_ext <<_ACEOF
20510 /* confdefs.h. */
20511 _ACEOF
20512 cat confdefs.h >>conftest.$ac_ext
20513 cat >>conftest.$ac_ext <<_ACEOF
20514 /* end confdefs.h. */
20515 $ac_includes_default
20517 main ()
20519 if (sizeof (fsfilcnt_t))
20520 return 0;
20522 return 0;
20524 _ACEOF
20525 rm -f conftest.$ac_objext
20526 if { (ac_try="$ac_compile"
20527 case "(($ac_try" in
20528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20529 *) ac_try_echo=$ac_try;;
20530 esac
20531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20532 $as_echo "$ac_try_echo") >&5
20533 (eval "$ac_compile") 2>conftest.er1
20534 ac_status=$?
20535 grep -v '^ *+' conftest.er1 >conftest.err
20536 rm -f conftest.er1
20537 cat conftest.err >&5
20538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20539 (exit $ac_status); } && {
20540 test -z "$ac_c_werror_flag" ||
20541 test ! -s conftest.err
20542 } && test -s conftest.$ac_objext; then
20543 cat >conftest.$ac_ext <<_ACEOF
20544 /* confdefs.h. */
20545 _ACEOF
20546 cat confdefs.h >>conftest.$ac_ext
20547 cat >>conftest.$ac_ext <<_ACEOF
20548 /* end confdefs.h. */
20549 $ac_includes_default
20551 main ()
20553 if (sizeof ((fsfilcnt_t)))
20554 return 0;
20556 return 0;
20558 _ACEOF
20559 rm -f conftest.$ac_objext
20560 if { (ac_try="$ac_compile"
20561 case "(($ac_try" in
20562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20563 *) ac_try_echo=$ac_try;;
20564 esac
20565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20566 $as_echo "$ac_try_echo") >&5
20567 (eval "$ac_compile") 2>conftest.er1
20568 ac_status=$?
20569 grep -v '^ *+' conftest.er1 >conftest.err
20570 rm -f conftest.er1
20571 cat conftest.err >&5
20572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); } && {
20574 test -z "$ac_c_werror_flag" ||
20575 test ! -s conftest.err
20576 } && test -s conftest.$ac_objext; then
20578 else
20579 $as_echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20582 ac_cv_type_fsfilcnt_t=yes
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 else
20587 $as_echo "$as_me: failed program was:" >&5
20588 sed 's/^/| /' conftest.$ac_ext >&5
20593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20595 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20596 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20597 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20599 cat >>confdefs.h <<_ACEOF
20600 #define HAVE_FSFILCNT_T 1
20601 _ACEOF
20606 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20607 $as_echo_n "checking for sigset_t... " >&6; }
20608 if test "${ac_cv_type_sigset_t+set}" = set; then
20609 $as_echo_n "(cached) " >&6
20610 else
20611 ac_cv_type_sigset_t=no
20612 cat >conftest.$ac_ext <<_ACEOF
20613 /* confdefs.h. */
20614 _ACEOF
20615 cat confdefs.h >>conftest.$ac_ext
20616 cat >>conftest.$ac_ext <<_ACEOF
20617 /* end confdefs.h. */
20618 #include <sys/types.h>
20619 #include <signal.h>
20622 main ()
20624 if (sizeof (sigset_t))
20625 return 0;
20627 return 0;
20629 _ACEOF
20630 rm -f conftest.$ac_objext
20631 if { (ac_try="$ac_compile"
20632 case "(($ac_try" in
20633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20634 *) ac_try_echo=$ac_try;;
20635 esac
20636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20637 $as_echo "$ac_try_echo") >&5
20638 (eval "$ac_compile") 2>conftest.er1
20639 ac_status=$?
20640 grep -v '^ *+' conftest.er1 >conftest.err
20641 rm -f conftest.er1
20642 cat conftest.err >&5
20643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); } && {
20645 test -z "$ac_c_werror_flag" ||
20646 test ! -s conftest.err
20647 } && test -s conftest.$ac_objext; then
20648 cat >conftest.$ac_ext <<_ACEOF
20649 /* confdefs.h. */
20650 _ACEOF
20651 cat confdefs.h >>conftest.$ac_ext
20652 cat >>conftest.$ac_ext <<_ACEOF
20653 /* end confdefs.h. */
20654 #include <sys/types.h>
20655 #include <signal.h>
20658 main ()
20660 if (sizeof ((sigset_t)))
20661 return 0;
20663 return 0;
20665 _ACEOF
20666 rm -f conftest.$ac_objext
20667 if { (ac_try="$ac_compile"
20668 case "(($ac_try" in
20669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20670 *) ac_try_echo=$ac_try;;
20671 esac
20672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20673 $as_echo "$ac_try_echo") >&5
20674 (eval "$ac_compile") 2>conftest.er1
20675 ac_status=$?
20676 grep -v '^ *+' conftest.er1 >conftest.err
20677 rm -f conftest.er1
20678 cat conftest.err >&5
20679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); } && {
20681 test -z "$ac_c_werror_flag" ||
20682 test ! -s conftest.err
20683 } && test -s conftest.$ac_objext; then
20685 else
20686 $as_echo "$as_me: failed program was:" >&5
20687 sed 's/^/| /' conftest.$ac_ext >&5
20689 ac_cv_type_sigset_t=yes
20692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20693 else
20694 $as_echo "$as_me: failed program was:" >&5
20695 sed 's/^/| /' conftest.$ac_ext >&5
20700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20703 $as_echo "$ac_cv_type_sigset_t" >&6; }
20704 if test "x$ac_cv_type_sigset_t" = x""yes; then
20706 cat >>confdefs.h <<_ACEOF
20707 #define HAVE_SIGSET_T 1
20708 _ACEOF
20713 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20714 $as_echo_n "checking for request_sense... " >&6; }
20715 if test "${ac_cv_type_request_sense+set}" = set; then
20716 $as_echo_n "(cached) " >&6
20717 else
20718 ac_cv_type_request_sense=no
20719 cat >conftest.$ac_ext <<_ACEOF
20720 /* confdefs.h. */
20721 _ACEOF
20722 cat confdefs.h >>conftest.$ac_ext
20723 cat >>conftest.$ac_ext <<_ACEOF
20724 /* end confdefs.h. */
20725 #include <linux/cdrom.h>
20728 main ()
20730 if (sizeof (request_sense))
20731 return 0;
20733 return 0;
20735 _ACEOF
20736 rm -f conftest.$ac_objext
20737 if { (ac_try="$ac_compile"
20738 case "(($ac_try" in
20739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740 *) ac_try_echo=$ac_try;;
20741 esac
20742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20743 $as_echo "$ac_try_echo") >&5
20744 (eval "$ac_compile") 2>conftest.er1
20745 ac_status=$?
20746 grep -v '^ *+' conftest.er1 >conftest.err
20747 rm -f conftest.er1
20748 cat conftest.err >&5
20749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750 (exit $ac_status); } && {
20751 test -z "$ac_c_werror_flag" ||
20752 test ! -s conftest.err
20753 } && test -s conftest.$ac_objext; then
20754 cat >conftest.$ac_ext <<_ACEOF
20755 /* confdefs.h. */
20756 _ACEOF
20757 cat confdefs.h >>conftest.$ac_ext
20758 cat >>conftest.$ac_ext <<_ACEOF
20759 /* end confdefs.h. */
20760 #include <linux/cdrom.h>
20763 main ()
20765 if (sizeof ((request_sense)))
20766 return 0;
20768 return 0;
20770 _ACEOF
20771 rm -f conftest.$ac_objext
20772 if { (ac_try="$ac_compile"
20773 case "(($ac_try" in
20774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20776 esac
20777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20778 $as_echo "$ac_try_echo") >&5
20779 (eval "$ac_compile") 2>conftest.er1
20780 ac_status=$?
20781 grep -v '^ *+' conftest.er1 >conftest.err
20782 rm -f conftest.er1
20783 cat conftest.err >&5
20784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } && {
20786 test -z "$ac_c_werror_flag" ||
20787 test ! -s conftest.err
20788 } && test -s conftest.$ac_objext; then
20790 else
20791 $as_echo "$as_me: failed program was:" >&5
20792 sed 's/^/| /' conftest.$ac_ext >&5
20794 ac_cv_type_request_sense=yes
20797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20798 else
20799 $as_echo "$as_me: failed program was:" >&5
20800 sed 's/^/| /' conftest.$ac_ext >&5
20805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20807 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20808 $as_echo "$ac_cv_type_request_sense" >&6; }
20809 if test "x$ac_cv_type_request_sense" = x""yes; then
20811 cat >>confdefs.h <<_ACEOF
20812 #define HAVE_REQUEST_SENSE 1
20813 _ACEOF
20819 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20820 $as_echo_n "checking for struct xinpgen... " >&6; }
20821 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20822 $as_echo_n "(cached) " >&6
20823 else
20824 ac_cv_type_struct_xinpgen=no
20825 cat >conftest.$ac_ext <<_ACEOF
20826 /* confdefs.h. */
20827 _ACEOF
20828 cat confdefs.h >>conftest.$ac_ext
20829 cat >>conftest.$ac_ext <<_ACEOF
20830 /* end confdefs.h. */
20831 #include <sys/types.h>
20832 #ifdef HAVE_SYS_SOCKET_H
20833 #include <sys/socket.h>
20834 #endif
20835 #ifdef HAVE_SYS_SOCKETVAR_H
20836 #include <sys/socketvar.h>
20837 #endif
20838 #ifdef HAVE_NET_ROUTE_H
20839 #include <net/route.h>
20840 #endif
20841 #ifdef HAVE_NETINET_IN_H
20842 #include <netinet/in.h>
20843 #endif
20844 #ifdef HAVE_NETINET_IN_SYSTM_H
20845 #include <netinet/in_systm.h>
20846 #endif
20847 #ifdef HAVE_NETINET_IP_H
20848 #include <netinet/ip.h>
20849 #endif
20850 #ifdef HAVE_NETINET_IN_PCB_H
20851 #include <netinet/in_pcb.h>
20852 #endif
20855 main ()
20857 if (sizeof (struct xinpgen))
20858 return 0;
20860 return 0;
20862 _ACEOF
20863 rm -f conftest.$ac_objext
20864 if { (ac_try="$ac_compile"
20865 case "(($ac_try" in
20866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20867 *) ac_try_echo=$ac_try;;
20868 esac
20869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20870 $as_echo "$ac_try_echo") >&5
20871 (eval "$ac_compile") 2>conftest.er1
20872 ac_status=$?
20873 grep -v '^ *+' conftest.er1 >conftest.err
20874 rm -f conftest.er1
20875 cat conftest.err >&5
20876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20877 (exit $ac_status); } && {
20878 test -z "$ac_c_werror_flag" ||
20879 test ! -s conftest.err
20880 } && test -s conftest.$ac_objext; then
20881 cat >conftest.$ac_ext <<_ACEOF
20882 /* confdefs.h. */
20883 _ACEOF
20884 cat confdefs.h >>conftest.$ac_ext
20885 cat >>conftest.$ac_ext <<_ACEOF
20886 /* end confdefs.h. */
20887 #include <sys/types.h>
20888 #ifdef HAVE_SYS_SOCKET_H
20889 #include <sys/socket.h>
20890 #endif
20891 #ifdef HAVE_SYS_SOCKETVAR_H
20892 #include <sys/socketvar.h>
20893 #endif
20894 #ifdef HAVE_NET_ROUTE_H
20895 #include <net/route.h>
20896 #endif
20897 #ifdef HAVE_NETINET_IN_H
20898 #include <netinet/in.h>
20899 #endif
20900 #ifdef HAVE_NETINET_IN_SYSTM_H
20901 #include <netinet/in_systm.h>
20902 #endif
20903 #ifdef HAVE_NETINET_IP_H
20904 #include <netinet/ip.h>
20905 #endif
20906 #ifdef HAVE_NETINET_IN_PCB_H
20907 #include <netinet/in_pcb.h>
20908 #endif
20911 main ()
20913 if (sizeof ((struct xinpgen)))
20914 return 0;
20916 return 0;
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923 *) ac_try_echo=$ac_try;;
20924 esac
20925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20926 $as_echo "$ac_try_echo") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20938 else
20939 $as_echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 ac_cv_type_struct_xinpgen=yes
20945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20946 else
20947 $as_echo "$as_me: failed program was:" >&5
20948 sed 's/^/| /' conftest.$ac_ext >&5
20953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20955 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20956 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20957 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20959 cat >>confdefs.h <<_ACEOF
20960 #define HAVE_STRUCT_XINPGEN 1
20961 _ACEOF
20967 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20968 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20969 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20970 $as_echo_n "(cached) " >&6
20971 else
20972 cat >conftest.$ac_ext <<_ACEOF
20973 /* confdefs.h. */
20974 _ACEOF
20975 cat confdefs.h >>conftest.$ac_ext
20976 cat >>conftest.$ac_ext <<_ACEOF
20977 /* end confdefs.h. */
20978 #ifdef HAVE_LINUX_INPUT_H
20979 #include <linux/input.h>
20980 #endif
20983 main ()
20985 static struct ff_effect ac_aggr;
20986 if (ac_aggr.direction)
20987 return 0;
20989 return 0;
20991 _ACEOF
20992 rm -f conftest.$ac_objext
20993 if { (ac_try="$ac_compile"
20994 case "(($ac_try" in
20995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20996 *) ac_try_echo=$ac_try;;
20997 esac
20998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20999 $as_echo "$ac_try_echo") >&5
21000 (eval "$ac_compile") 2>conftest.er1
21001 ac_status=$?
21002 grep -v '^ *+' conftest.er1 >conftest.err
21003 rm -f conftest.er1
21004 cat conftest.err >&5
21005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006 (exit $ac_status); } && {
21007 test -z "$ac_c_werror_flag" ||
21008 test ! -s conftest.err
21009 } && test -s conftest.$ac_objext; then
21010 ac_cv_member_struct_ff_effect_direction=yes
21011 else
21012 $as_echo "$as_me: failed program was:" >&5
21013 sed 's/^/| /' conftest.$ac_ext >&5
21015 cat >conftest.$ac_ext <<_ACEOF
21016 /* confdefs.h. */
21017 _ACEOF
21018 cat confdefs.h >>conftest.$ac_ext
21019 cat >>conftest.$ac_ext <<_ACEOF
21020 /* end confdefs.h. */
21021 #ifdef HAVE_LINUX_INPUT_H
21022 #include <linux/input.h>
21023 #endif
21026 main ()
21028 static struct ff_effect ac_aggr;
21029 if (sizeof ac_aggr.direction)
21030 return 0;
21032 return 0;
21034 _ACEOF
21035 rm -f conftest.$ac_objext
21036 if { (ac_try="$ac_compile"
21037 case "(($ac_try" in
21038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21039 *) ac_try_echo=$ac_try;;
21040 esac
21041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21042 $as_echo "$ac_try_echo") >&5
21043 (eval "$ac_compile") 2>conftest.er1
21044 ac_status=$?
21045 grep -v '^ *+' conftest.er1 >conftest.err
21046 rm -f conftest.er1
21047 cat conftest.err >&5
21048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21049 (exit $ac_status); } && {
21050 test -z "$ac_c_werror_flag" ||
21051 test ! -s conftest.err
21052 } && test -s conftest.$ac_objext; then
21053 ac_cv_member_struct_ff_effect_direction=yes
21054 else
21055 $as_echo "$as_me: failed program was:" >&5
21056 sed 's/^/| /' conftest.$ac_ext >&5
21058 ac_cv_member_struct_ff_effect_direction=no
21061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21066 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
21067 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
21068 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
21070 cat >>confdefs.h <<_ACEOF
21071 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
21072 _ACEOF
21078 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
21079 $as_echo_n "checking for sigaddset... " >&6; }
21080 if test "${wine_cv_have_sigaddset+set}" = set; then
21081 $as_echo_n "(cached) " >&6
21082 else
21083 cat >conftest.$ac_ext <<_ACEOF
21084 /* confdefs.h. */
21085 _ACEOF
21086 cat confdefs.h >>conftest.$ac_ext
21087 cat >>conftest.$ac_ext <<_ACEOF
21088 /* end confdefs.h. */
21089 #include <signal.h>
21091 main ()
21093 sigset_t set; sigaddset(&set,SIGTERM);
21095 return 0;
21097 _ACEOF
21098 rm -f conftest.$ac_objext conftest$ac_exeext
21099 if { (ac_try="$ac_link"
21100 case "(($ac_try" in
21101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21103 esac
21104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21105 $as_echo "$ac_try_echo") >&5
21106 (eval "$ac_link") 2>conftest.er1
21107 ac_status=$?
21108 grep -v '^ *+' conftest.er1 >conftest.err
21109 rm -f conftest.er1
21110 cat conftest.err >&5
21111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21112 (exit $ac_status); } && {
21113 test -z "$ac_c_werror_flag" ||
21114 test ! -s conftest.err
21115 } && test -s conftest$ac_exeext && {
21116 test "$cross_compiling" = yes ||
21117 $as_test_x conftest$ac_exeext
21118 }; then
21119 wine_cv_have_sigaddset=yes
21120 else
21121 $as_echo "$as_me: failed program was:" >&5
21122 sed 's/^/| /' conftest.$ac_ext >&5
21124 wine_cv_have_sigaddset=no
21127 rm -rf conftest.dSYM
21128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21129 conftest$ac_exeext conftest.$ac_ext
21131 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
21132 $as_echo "$wine_cv_have_sigaddset" >&6; }
21133 if test "$wine_cv_have_sigaddset" = "yes"
21134 then
21136 cat >>confdefs.h <<\_ACEOF
21137 #define HAVE_SIGADDSET 1
21138 _ACEOF
21143 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21144 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21145 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21146 $as_echo_n "(cached) " >&6
21147 else
21148 cat >conftest.$ac_ext <<_ACEOF
21149 /* confdefs.h. */
21150 _ACEOF
21151 cat confdefs.h >>conftest.$ac_ext
21152 cat >>conftest.$ac_ext <<_ACEOF
21153 /* end confdefs.h. */
21154 #include <netdb.h>
21156 main ()
21159 char *name=0;
21160 struct hostent he;
21161 struct hostent *result;
21162 char *buf=0;
21163 int bufsize=0;
21164 int res,errnr;
21165 char *addr=0;
21166 int addrlen=0;
21167 int addrtype=0;
21168 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21169 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21172 return 0;
21174 _ACEOF
21175 rm -f conftest.$ac_objext conftest$ac_exeext
21176 if { (ac_try="$ac_link"
21177 case "(($ac_try" in
21178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21179 *) ac_try_echo=$ac_try;;
21180 esac
21181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21182 $as_echo "$ac_try_echo") >&5
21183 (eval "$ac_link") 2>conftest.er1
21184 ac_status=$?
21185 grep -v '^ *+' conftest.er1 >conftest.err
21186 rm -f conftest.er1
21187 cat conftest.err >&5
21188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21189 (exit $ac_status); } && {
21190 test -z "$ac_c_werror_flag" ||
21191 test ! -s conftest.err
21192 } && test -s conftest$ac_exeext && {
21193 test "$cross_compiling" = yes ||
21194 $as_test_x conftest$ac_exeext
21195 }; then
21196 wine_cv_linux_gethostbyname_r_6=yes
21197 else
21198 $as_echo "$as_me: failed program was:" >&5
21199 sed 's/^/| /' conftest.$ac_ext >&5
21201 wine_cv_linux_gethostbyname_r_6=no
21205 rm -rf conftest.dSYM
21206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21207 conftest$ac_exeext conftest.$ac_ext
21210 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21211 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21212 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21213 then
21215 cat >>confdefs.h <<\_ACEOF
21216 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21217 _ACEOF
21221 if test "$ac_cv_header_linux_joystick_h" = "yes"
21222 then
21223 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21224 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21225 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21226 $as_echo_n "(cached) " >&6
21227 else
21228 cat >conftest.$ac_ext <<_ACEOF
21229 /* confdefs.h. */
21230 _ACEOF
21231 cat confdefs.h >>conftest.$ac_ext
21232 cat >>conftest.$ac_ext <<_ACEOF
21233 /* end confdefs.h. */
21235 #include <sys/ioctl.h>
21236 #include <sys/types.h>
21237 #include <linux/joystick.h>
21239 struct js_event blub;
21240 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21241 #error "no 2.2 header"
21242 #endif
21245 main ()
21247 /*empty*/
21249 return 0;
21251 _ACEOF
21252 rm -f conftest.$ac_objext
21253 if { (ac_try="$ac_compile"
21254 case "(($ac_try" in
21255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21256 *) ac_try_echo=$ac_try;;
21257 esac
21258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21259 $as_echo "$ac_try_echo") >&5
21260 (eval "$ac_compile") 2>conftest.er1
21261 ac_status=$?
21262 grep -v '^ *+' conftest.er1 >conftest.err
21263 rm -f conftest.er1
21264 cat conftest.err >&5
21265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21266 (exit $ac_status); } && {
21267 test -z "$ac_c_werror_flag" ||
21268 test ! -s conftest.err
21269 } && test -s conftest.$ac_objext; then
21270 wine_cv_linux_joystick_22_api=yes
21271 else
21272 $as_echo "$as_me: failed program was:" >&5
21273 sed 's/^/| /' conftest.$ac_ext >&5
21275 wine_cv_linux_joystick_22_api=no
21278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21281 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21282 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21283 if test "$wine_cv_linux_joystick_22_api" = "yes"
21284 then
21286 cat >>confdefs.h <<\_ACEOF
21287 #define HAVE_LINUX_22_JOYSTICK_API 1
21288 _ACEOF
21294 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21295 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21296 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21297 $as_echo_n "(cached) " >&6
21298 else
21299 cat >conftest.$ac_ext <<_ACEOF
21300 /* confdefs.h. */
21301 _ACEOF
21302 cat confdefs.h >>conftest.$ac_ext
21303 cat >>conftest.$ac_ext <<_ACEOF
21304 /* end confdefs.h. */
21305 #include <sys/types.h>
21306 #ifdef HAVE_SYS_PARAM_H
21307 # include <sys/param.h>
21308 #endif
21309 #ifdef HAVE_SYS_MOUNT_H
21310 # include <sys/mount.h>
21311 #endif
21312 #ifdef HAVE_SYS_VFS_H
21313 # include <sys/vfs.h>
21314 #endif
21315 #ifdef HAVE_SYS_STATFS_H
21316 # include <sys/statfs.h>
21317 #endif
21320 main ()
21322 static struct statfs ac_aggr;
21323 if (ac_aggr.f_bfree)
21324 return 0;
21326 return 0;
21328 _ACEOF
21329 rm -f conftest.$ac_objext
21330 if { (ac_try="$ac_compile"
21331 case "(($ac_try" in
21332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21333 *) ac_try_echo=$ac_try;;
21334 esac
21335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21336 $as_echo "$ac_try_echo") >&5
21337 (eval "$ac_compile") 2>conftest.er1
21338 ac_status=$?
21339 grep -v '^ *+' conftest.er1 >conftest.err
21340 rm -f conftest.er1
21341 cat conftest.err >&5
21342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343 (exit $ac_status); } && {
21344 test -z "$ac_c_werror_flag" ||
21345 test ! -s conftest.err
21346 } && test -s conftest.$ac_objext; then
21347 ac_cv_member_struct_statfs_f_bfree=yes
21348 else
21349 $as_echo "$as_me: failed program was:" >&5
21350 sed 's/^/| /' conftest.$ac_ext >&5
21352 cat >conftest.$ac_ext <<_ACEOF
21353 /* confdefs.h. */
21354 _ACEOF
21355 cat confdefs.h >>conftest.$ac_ext
21356 cat >>conftest.$ac_ext <<_ACEOF
21357 /* end confdefs.h. */
21358 #include <sys/types.h>
21359 #ifdef HAVE_SYS_PARAM_H
21360 # include <sys/param.h>
21361 #endif
21362 #ifdef HAVE_SYS_MOUNT_H
21363 # include <sys/mount.h>
21364 #endif
21365 #ifdef HAVE_SYS_VFS_H
21366 # include <sys/vfs.h>
21367 #endif
21368 #ifdef HAVE_SYS_STATFS_H
21369 # include <sys/statfs.h>
21370 #endif
21373 main ()
21375 static struct statfs ac_aggr;
21376 if (sizeof ac_aggr.f_bfree)
21377 return 0;
21379 return 0;
21381 _ACEOF
21382 rm -f conftest.$ac_objext
21383 if { (ac_try="$ac_compile"
21384 case "(($ac_try" in
21385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21386 *) ac_try_echo=$ac_try;;
21387 esac
21388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21389 $as_echo "$ac_try_echo") >&5
21390 (eval "$ac_compile") 2>conftest.er1
21391 ac_status=$?
21392 grep -v '^ *+' conftest.er1 >conftest.err
21393 rm -f conftest.er1
21394 cat conftest.err >&5
21395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21396 (exit $ac_status); } && {
21397 test -z "$ac_c_werror_flag" ||
21398 test ! -s conftest.err
21399 } && test -s conftest.$ac_objext; then
21400 ac_cv_member_struct_statfs_f_bfree=yes
21401 else
21402 $as_echo "$as_me: failed program was:" >&5
21403 sed 's/^/| /' conftest.$ac_ext >&5
21405 ac_cv_member_struct_statfs_f_bfree=no
21408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21413 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21414 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21415 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21417 cat >>confdefs.h <<_ACEOF
21418 #define HAVE_STRUCT_STATFS_F_BFREE 1
21419 _ACEOF
21423 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21424 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21425 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21426 $as_echo_n "(cached) " >&6
21427 else
21428 cat >conftest.$ac_ext <<_ACEOF
21429 /* confdefs.h. */
21430 _ACEOF
21431 cat confdefs.h >>conftest.$ac_ext
21432 cat >>conftest.$ac_ext <<_ACEOF
21433 /* end confdefs.h. */
21434 #include <sys/types.h>
21435 #ifdef HAVE_SYS_PARAM_H
21436 # include <sys/param.h>
21437 #endif
21438 #ifdef HAVE_SYS_MOUNT_H
21439 # include <sys/mount.h>
21440 #endif
21441 #ifdef HAVE_SYS_VFS_H
21442 # include <sys/vfs.h>
21443 #endif
21444 #ifdef HAVE_SYS_STATFS_H
21445 # include <sys/statfs.h>
21446 #endif
21449 main ()
21451 static struct statfs ac_aggr;
21452 if (ac_aggr.f_bavail)
21453 return 0;
21455 return 0;
21457 _ACEOF
21458 rm -f conftest.$ac_objext
21459 if { (ac_try="$ac_compile"
21460 case "(($ac_try" in
21461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21462 *) ac_try_echo=$ac_try;;
21463 esac
21464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21465 $as_echo "$ac_try_echo") >&5
21466 (eval "$ac_compile") 2>conftest.er1
21467 ac_status=$?
21468 grep -v '^ *+' conftest.er1 >conftest.err
21469 rm -f conftest.er1
21470 cat conftest.err >&5
21471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); } && {
21473 test -z "$ac_c_werror_flag" ||
21474 test ! -s conftest.err
21475 } && test -s conftest.$ac_objext; then
21476 ac_cv_member_struct_statfs_f_bavail=yes
21477 else
21478 $as_echo "$as_me: failed program was:" >&5
21479 sed 's/^/| /' conftest.$ac_ext >&5
21481 cat >conftest.$ac_ext <<_ACEOF
21482 /* confdefs.h. */
21483 _ACEOF
21484 cat confdefs.h >>conftest.$ac_ext
21485 cat >>conftest.$ac_ext <<_ACEOF
21486 /* end confdefs.h. */
21487 #include <sys/types.h>
21488 #ifdef HAVE_SYS_PARAM_H
21489 # include <sys/param.h>
21490 #endif
21491 #ifdef HAVE_SYS_MOUNT_H
21492 # include <sys/mount.h>
21493 #endif
21494 #ifdef HAVE_SYS_VFS_H
21495 # include <sys/vfs.h>
21496 #endif
21497 #ifdef HAVE_SYS_STATFS_H
21498 # include <sys/statfs.h>
21499 #endif
21502 main ()
21504 static struct statfs ac_aggr;
21505 if (sizeof ac_aggr.f_bavail)
21506 return 0;
21508 return 0;
21510 _ACEOF
21511 rm -f conftest.$ac_objext
21512 if { (ac_try="$ac_compile"
21513 case "(($ac_try" in
21514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21515 *) ac_try_echo=$ac_try;;
21516 esac
21517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21518 $as_echo "$ac_try_echo") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21520 ac_status=$?
21521 grep -v '^ *+' conftest.er1 >conftest.err
21522 rm -f conftest.er1
21523 cat conftest.err >&5
21524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_statfs_f_bavail=yes
21530 else
21531 $as_echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 ac_cv_member_struct_statfs_f_bavail=no
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21543 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21544 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21546 cat >>confdefs.h <<_ACEOF
21547 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21548 _ACEOF
21552 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21553 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21554 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21555 $as_echo_n "(cached) " >&6
21556 else
21557 cat >conftest.$ac_ext <<_ACEOF
21558 /* confdefs.h. */
21559 _ACEOF
21560 cat confdefs.h >>conftest.$ac_ext
21561 cat >>conftest.$ac_ext <<_ACEOF
21562 /* end confdefs.h. */
21563 #include <sys/types.h>
21564 #ifdef HAVE_SYS_PARAM_H
21565 # include <sys/param.h>
21566 #endif
21567 #ifdef HAVE_SYS_MOUNT_H
21568 # include <sys/mount.h>
21569 #endif
21570 #ifdef HAVE_SYS_VFS_H
21571 # include <sys/vfs.h>
21572 #endif
21573 #ifdef HAVE_SYS_STATFS_H
21574 # include <sys/statfs.h>
21575 #endif
21578 main ()
21580 static struct statfs ac_aggr;
21581 if (ac_aggr.f_frsize)
21582 return 0;
21584 return 0;
21586 _ACEOF
21587 rm -f conftest.$ac_objext
21588 if { (ac_try="$ac_compile"
21589 case "(($ac_try" in
21590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21591 *) ac_try_echo=$ac_try;;
21592 esac
21593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21594 $as_echo "$ac_try_echo") >&5
21595 (eval "$ac_compile") 2>conftest.er1
21596 ac_status=$?
21597 grep -v '^ *+' conftest.er1 >conftest.err
21598 rm -f conftest.er1
21599 cat conftest.err >&5
21600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21601 (exit $ac_status); } && {
21602 test -z "$ac_c_werror_flag" ||
21603 test ! -s conftest.err
21604 } && test -s conftest.$ac_objext; then
21605 ac_cv_member_struct_statfs_f_frsize=yes
21606 else
21607 $as_echo "$as_me: failed program was:" >&5
21608 sed 's/^/| /' conftest.$ac_ext >&5
21610 cat >conftest.$ac_ext <<_ACEOF
21611 /* confdefs.h. */
21612 _ACEOF
21613 cat confdefs.h >>conftest.$ac_ext
21614 cat >>conftest.$ac_ext <<_ACEOF
21615 /* end confdefs.h. */
21616 #include <sys/types.h>
21617 #ifdef HAVE_SYS_PARAM_H
21618 # include <sys/param.h>
21619 #endif
21620 #ifdef HAVE_SYS_MOUNT_H
21621 # include <sys/mount.h>
21622 #endif
21623 #ifdef HAVE_SYS_VFS_H
21624 # include <sys/vfs.h>
21625 #endif
21626 #ifdef HAVE_SYS_STATFS_H
21627 # include <sys/statfs.h>
21628 #endif
21631 main ()
21633 static struct statfs ac_aggr;
21634 if (sizeof ac_aggr.f_frsize)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21647 $as_echo "$ac_try_echo") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_statfs_f_frsize=yes
21659 else
21660 $as_echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 ac_cv_member_struct_statfs_f_frsize=no
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21672 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21673 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21675 cat >>confdefs.h <<_ACEOF
21676 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21677 _ACEOF
21681 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21682 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21683 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21684 $as_echo_n "(cached) " >&6
21685 else
21686 cat >conftest.$ac_ext <<_ACEOF
21687 /* confdefs.h. */
21688 _ACEOF
21689 cat confdefs.h >>conftest.$ac_ext
21690 cat >>conftest.$ac_ext <<_ACEOF
21691 /* end confdefs.h. */
21692 #include <sys/types.h>
21693 #ifdef HAVE_SYS_PARAM_H
21694 # include <sys/param.h>
21695 #endif
21696 #ifdef HAVE_SYS_MOUNT_H
21697 # include <sys/mount.h>
21698 #endif
21699 #ifdef HAVE_SYS_VFS_H
21700 # include <sys/vfs.h>
21701 #endif
21702 #ifdef HAVE_SYS_STATFS_H
21703 # include <sys/statfs.h>
21704 #endif
21707 main ()
21709 static struct statfs ac_aggr;
21710 if (ac_aggr.f_ffree)
21711 return 0;
21713 return 0;
21715 _ACEOF
21716 rm -f conftest.$ac_objext
21717 if { (ac_try="$ac_compile"
21718 case "(($ac_try" in
21719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21720 *) ac_try_echo=$ac_try;;
21721 esac
21722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21723 $as_echo "$ac_try_echo") >&5
21724 (eval "$ac_compile") 2>conftest.er1
21725 ac_status=$?
21726 grep -v '^ *+' conftest.er1 >conftest.err
21727 rm -f conftest.er1
21728 cat conftest.err >&5
21729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730 (exit $ac_status); } && {
21731 test -z "$ac_c_werror_flag" ||
21732 test ! -s conftest.err
21733 } && test -s conftest.$ac_objext; then
21734 ac_cv_member_struct_statfs_f_ffree=yes
21735 else
21736 $as_echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21739 cat >conftest.$ac_ext <<_ACEOF
21740 /* confdefs.h. */
21741 _ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 #include <sys/types.h>
21746 #ifdef HAVE_SYS_PARAM_H
21747 # include <sys/param.h>
21748 #endif
21749 #ifdef HAVE_SYS_MOUNT_H
21750 # include <sys/mount.h>
21751 #endif
21752 #ifdef HAVE_SYS_VFS_H
21753 # include <sys/vfs.h>
21754 #endif
21755 #ifdef HAVE_SYS_STATFS_H
21756 # include <sys/statfs.h>
21757 #endif
21760 main ()
21762 static struct statfs ac_aggr;
21763 if (sizeof ac_aggr.f_ffree)
21764 return 0;
21766 return 0;
21768 _ACEOF
21769 rm -f conftest.$ac_objext
21770 if { (ac_try="$ac_compile"
21771 case "(($ac_try" in
21772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21773 *) ac_try_echo=$ac_try;;
21774 esac
21775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21776 $as_echo "$ac_try_echo") >&5
21777 (eval "$ac_compile") 2>conftest.er1
21778 ac_status=$?
21779 grep -v '^ *+' conftest.er1 >conftest.err
21780 rm -f conftest.er1
21781 cat conftest.err >&5
21782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21783 (exit $ac_status); } && {
21784 test -z "$ac_c_werror_flag" ||
21785 test ! -s conftest.err
21786 } && test -s conftest.$ac_objext; then
21787 ac_cv_member_struct_statfs_f_ffree=yes
21788 else
21789 $as_echo "$as_me: failed program was:" >&5
21790 sed 's/^/| /' conftest.$ac_ext >&5
21792 ac_cv_member_struct_statfs_f_ffree=no
21795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21800 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21801 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21802 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21804 cat >>confdefs.h <<_ACEOF
21805 #define HAVE_STRUCT_STATFS_F_FFREE 1
21806 _ACEOF
21810 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21811 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21812 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21813 $as_echo_n "(cached) " >&6
21814 else
21815 cat >conftest.$ac_ext <<_ACEOF
21816 /* confdefs.h. */
21817 _ACEOF
21818 cat confdefs.h >>conftest.$ac_ext
21819 cat >>conftest.$ac_ext <<_ACEOF
21820 /* end confdefs.h. */
21821 #include <sys/types.h>
21822 #ifdef HAVE_SYS_PARAM_H
21823 # include <sys/param.h>
21824 #endif
21825 #ifdef HAVE_SYS_MOUNT_H
21826 # include <sys/mount.h>
21827 #endif
21828 #ifdef HAVE_SYS_VFS_H
21829 # include <sys/vfs.h>
21830 #endif
21831 #ifdef HAVE_SYS_STATFS_H
21832 # include <sys/statfs.h>
21833 #endif
21836 main ()
21838 static struct statfs ac_aggr;
21839 if (ac_aggr.f_favail)
21840 return 0;
21842 return 0;
21844 _ACEOF
21845 rm -f conftest.$ac_objext
21846 if { (ac_try="$ac_compile"
21847 case "(($ac_try" in
21848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21849 *) ac_try_echo=$ac_try;;
21850 esac
21851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21852 $as_echo "$ac_try_echo") >&5
21853 (eval "$ac_compile") 2>conftest.er1
21854 ac_status=$?
21855 grep -v '^ *+' conftest.er1 >conftest.err
21856 rm -f conftest.er1
21857 cat conftest.err >&5
21858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21859 (exit $ac_status); } && {
21860 test -z "$ac_c_werror_flag" ||
21861 test ! -s conftest.err
21862 } && test -s conftest.$ac_objext; then
21863 ac_cv_member_struct_statfs_f_favail=yes
21864 else
21865 $as_echo "$as_me: failed program was:" >&5
21866 sed 's/^/| /' conftest.$ac_ext >&5
21868 cat >conftest.$ac_ext <<_ACEOF
21869 /* confdefs.h. */
21870 _ACEOF
21871 cat confdefs.h >>conftest.$ac_ext
21872 cat >>conftest.$ac_ext <<_ACEOF
21873 /* end confdefs.h. */
21874 #include <sys/types.h>
21875 #ifdef HAVE_SYS_PARAM_H
21876 # include <sys/param.h>
21877 #endif
21878 #ifdef HAVE_SYS_MOUNT_H
21879 # include <sys/mount.h>
21880 #endif
21881 #ifdef HAVE_SYS_VFS_H
21882 # include <sys/vfs.h>
21883 #endif
21884 #ifdef HAVE_SYS_STATFS_H
21885 # include <sys/statfs.h>
21886 #endif
21889 main ()
21891 static struct statfs ac_aggr;
21892 if (sizeof ac_aggr.f_favail)
21893 return 0;
21895 return 0;
21897 _ACEOF
21898 rm -f conftest.$ac_objext
21899 if { (ac_try="$ac_compile"
21900 case "(($ac_try" in
21901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21902 *) ac_try_echo=$ac_try;;
21903 esac
21904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21905 $as_echo "$ac_try_echo") >&5
21906 (eval "$ac_compile") 2>conftest.er1
21907 ac_status=$?
21908 grep -v '^ *+' conftest.er1 >conftest.err
21909 rm -f conftest.er1
21910 cat conftest.err >&5
21911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21912 (exit $ac_status); } && {
21913 test -z "$ac_c_werror_flag" ||
21914 test ! -s conftest.err
21915 } && test -s conftest.$ac_objext; then
21916 ac_cv_member_struct_statfs_f_favail=yes
21917 else
21918 $as_echo "$as_me: failed program was:" >&5
21919 sed 's/^/| /' conftest.$ac_ext >&5
21921 ac_cv_member_struct_statfs_f_favail=no
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21929 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21930 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21931 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21933 cat >>confdefs.h <<_ACEOF
21934 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21935 _ACEOF
21939 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21940 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21941 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21942 $as_echo_n "(cached) " >&6
21943 else
21944 cat >conftest.$ac_ext <<_ACEOF
21945 /* confdefs.h. */
21946 _ACEOF
21947 cat confdefs.h >>conftest.$ac_ext
21948 cat >>conftest.$ac_ext <<_ACEOF
21949 /* end confdefs.h. */
21950 #include <sys/types.h>
21951 #ifdef HAVE_SYS_PARAM_H
21952 # include <sys/param.h>
21953 #endif
21954 #ifdef HAVE_SYS_MOUNT_H
21955 # include <sys/mount.h>
21956 #endif
21957 #ifdef HAVE_SYS_VFS_H
21958 # include <sys/vfs.h>
21959 #endif
21960 #ifdef HAVE_SYS_STATFS_H
21961 # include <sys/statfs.h>
21962 #endif
21965 main ()
21967 static struct statfs ac_aggr;
21968 if (ac_aggr.f_namelen)
21969 return 0;
21971 return 0;
21973 _ACEOF
21974 rm -f conftest.$ac_objext
21975 if { (ac_try="$ac_compile"
21976 case "(($ac_try" in
21977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21978 *) ac_try_echo=$ac_try;;
21979 esac
21980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21981 $as_echo "$ac_try_echo") >&5
21982 (eval "$ac_compile") 2>conftest.er1
21983 ac_status=$?
21984 grep -v '^ *+' conftest.er1 >conftest.err
21985 rm -f conftest.er1
21986 cat conftest.err >&5
21987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21988 (exit $ac_status); } && {
21989 test -z "$ac_c_werror_flag" ||
21990 test ! -s conftest.err
21991 } && test -s conftest.$ac_objext; then
21992 ac_cv_member_struct_statfs_f_namelen=yes
21993 else
21994 $as_echo "$as_me: failed program was:" >&5
21995 sed 's/^/| /' conftest.$ac_ext >&5
21997 cat >conftest.$ac_ext <<_ACEOF
21998 /* confdefs.h. */
21999 _ACEOF
22000 cat confdefs.h >>conftest.$ac_ext
22001 cat >>conftest.$ac_ext <<_ACEOF
22002 /* end confdefs.h. */
22003 #include <sys/types.h>
22004 #ifdef HAVE_SYS_PARAM_H
22005 # include <sys/param.h>
22006 #endif
22007 #ifdef HAVE_SYS_MOUNT_H
22008 # include <sys/mount.h>
22009 #endif
22010 #ifdef HAVE_SYS_VFS_H
22011 # include <sys/vfs.h>
22012 #endif
22013 #ifdef HAVE_SYS_STATFS_H
22014 # include <sys/statfs.h>
22015 #endif
22018 main ()
22020 static struct statfs ac_aggr;
22021 if (sizeof ac_aggr.f_namelen)
22022 return 0;
22024 return 0;
22026 _ACEOF
22027 rm -f conftest.$ac_objext
22028 if { (ac_try="$ac_compile"
22029 case "(($ac_try" in
22030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22031 *) ac_try_echo=$ac_try;;
22032 esac
22033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22034 $as_echo "$ac_try_echo") >&5
22035 (eval "$ac_compile") 2>conftest.er1
22036 ac_status=$?
22037 grep -v '^ *+' conftest.er1 >conftest.err
22038 rm -f conftest.er1
22039 cat conftest.err >&5
22040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22041 (exit $ac_status); } && {
22042 test -z "$ac_c_werror_flag" ||
22043 test ! -s conftest.err
22044 } && test -s conftest.$ac_objext; then
22045 ac_cv_member_struct_statfs_f_namelen=yes
22046 else
22047 $as_echo "$as_me: failed program was:" >&5
22048 sed 's/^/| /' conftest.$ac_ext >&5
22050 ac_cv_member_struct_statfs_f_namelen=no
22053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22058 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
22059 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
22060 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
22062 cat >>confdefs.h <<_ACEOF
22063 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
22064 _ACEOF
22070 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
22071 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
22072 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
22073 $as_echo_n "(cached) " >&6
22074 else
22075 cat >conftest.$ac_ext <<_ACEOF
22076 /* confdefs.h. */
22077 _ACEOF
22078 cat confdefs.h >>conftest.$ac_ext
22079 cat >>conftest.$ac_ext <<_ACEOF
22080 /* end confdefs.h. */
22081 #ifdef HAVE_SYS_STATVFS_H
22082 #include <sys/statvfs.h>
22083 #endif
22086 main ()
22088 static struct statvfs ac_aggr;
22089 if (ac_aggr.f_blocks)
22090 return 0;
22092 return 0;
22094 _ACEOF
22095 rm -f conftest.$ac_objext
22096 if { (ac_try="$ac_compile"
22097 case "(($ac_try" in
22098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22099 *) ac_try_echo=$ac_try;;
22100 esac
22101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22102 $as_echo "$ac_try_echo") >&5
22103 (eval "$ac_compile") 2>conftest.er1
22104 ac_status=$?
22105 grep -v '^ *+' conftest.er1 >conftest.err
22106 rm -f conftest.er1
22107 cat conftest.err >&5
22108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22109 (exit $ac_status); } && {
22110 test -z "$ac_c_werror_flag" ||
22111 test ! -s conftest.err
22112 } && test -s conftest.$ac_objext; then
22113 ac_cv_member_struct_statvfs_f_blocks=yes
22114 else
22115 $as_echo "$as_me: failed program was:" >&5
22116 sed 's/^/| /' conftest.$ac_ext >&5
22118 cat >conftest.$ac_ext <<_ACEOF
22119 /* confdefs.h. */
22120 _ACEOF
22121 cat confdefs.h >>conftest.$ac_ext
22122 cat >>conftest.$ac_ext <<_ACEOF
22123 /* end confdefs.h. */
22124 #ifdef HAVE_SYS_STATVFS_H
22125 #include <sys/statvfs.h>
22126 #endif
22129 main ()
22131 static struct statvfs ac_aggr;
22132 if (sizeof ac_aggr.f_blocks)
22133 return 0;
22135 return 0;
22137 _ACEOF
22138 rm -f conftest.$ac_objext
22139 if { (ac_try="$ac_compile"
22140 case "(($ac_try" in
22141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22142 *) ac_try_echo=$ac_try;;
22143 esac
22144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22145 $as_echo "$ac_try_echo") >&5
22146 (eval "$ac_compile") 2>conftest.er1
22147 ac_status=$?
22148 grep -v '^ *+' conftest.er1 >conftest.err
22149 rm -f conftest.er1
22150 cat conftest.err >&5
22151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22152 (exit $ac_status); } && {
22153 test -z "$ac_c_werror_flag" ||
22154 test ! -s conftest.err
22155 } && test -s conftest.$ac_objext; then
22156 ac_cv_member_struct_statvfs_f_blocks=yes
22157 else
22158 $as_echo "$as_me: failed program was:" >&5
22159 sed 's/^/| /' conftest.$ac_ext >&5
22161 ac_cv_member_struct_statvfs_f_blocks=no
22164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22169 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22170 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22171 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22173 cat >>confdefs.h <<_ACEOF
22174 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22175 _ACEOF
22181 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22182 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22183 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22184 $as_echo_n "(cached) " >&6
22185 else
22186 cat >conftest.$ac_ext <<_ACEOF
22187 /* confdefs.h. */
22188 _ACEOF
22189 cat confdefs.h >>conftest.$ac_ext
22190 cat >>conftest.$ac_ext <<_ACEOF
22191 /* end confdefs.h. */
22192 #include <sys/types.h>
22193 #ifdef HAVE_SYS_SOCKET_H
22194 # include <sys/socket.h>
22195 #endif
22196 #ifdef HAVE_SYS_UN_H
22197 # include <sys/un.h>
22198 #endif
22201 main ()
22203 static struct msghdr ac_aggr;
22204 if (ac_aggr.msg_accrights)
22205 return 0;
22207 return 0;
22209 _ACEOF
22210 rm -f conftest.$ac_objext
22211 if { (ac_try="$ac_compile"
22212 case "(($ac_try" in
22213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22214 *) ac_try_echo=$ac_try;;
22215 esac
22216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22217 $as_echo "$ac_try_echo") >&5
22218 (eval "$ac_compile") 2>conftest.er1
22219 ac_status=$?
22220 grep -v '^ *+' conftest.er1 >conftest.err
22221 rm -f conftest.er1
22222 cat conftest.err >&5
22223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22224 (exit $ac_status); } && {
22225 test -z "$ac_c_werror_flag" ||
22226 test ! -s conftest.err
22227 } && test -s conftest.$ac_objext; then
22228 ac_cv_member_struct_msghdr_msg_accrights=yes
22229 else
22230 $as_echo "$as_me: failed program was:" >&5
22231 sed 's/^/| /' conftest.$ac_ext >&5
22233 cat >conftest.$ac_ext <<_ACEOF
22234 /* confdefs.h. */
22235 _ACEOF
22236 cat confdefs.h >>conftest.$ac_ext
22237 cat >>conftest.$ac_ext <<_ACEOF
22238 /* end confdefs.h. */
22239 #include <sys/types.h>
22240 #ifdef HAVE_SYS_SOCKET_H
22241 # include <sys/socket.h>
22242 #endif
22243 #ifdef HAVE_SYS_UN_H
22244 # include <sys/un.h>
22245 #endif
22248 main ()
22250 static struct msghdr ac_aggr;
22251 if (sizeof ac_aggr.msg_accrights)
22252 return 0;
22254 return 0;
22256 _ACEOF
22257 rm -f conftest.$ac_objext
22258 if { (ac_try="$ac_compile"
22259 case "(($ac_try" in
22260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22261 *) ac_try_echo=$ac_try;;
22262 esac
22263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22264 $as_echo "$ac_try_echo") >&5
22265 (eval "$ac_compile") 2>conftest.er1
22266 ac_status=$?
22267 grep -v '^ *+' conftest.er1 >conftest.err
22268 rm -f conftest.er1
22269 cat conftest.err >&5
22270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22271 (exit $ac_status); } && {
22272 test -z "$ac_c_werror_flag" ||
22273 test ! -s conftest.err
22274 } && test -s conftest.$ac_objext; then
22275 ac_cv_member_struct_msghdr_msg_accrights=yes
22276 else
22277 $as_echo "$as_me: failed program was:" >&5
22278 sed 's/^/| /' conftest.$ac_ext >&5
22280 ac_cv_member_struct_msghdr_msg_accrights=no
22283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22288 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22289 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22290 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22292 cat >>confdefs.h <<_ACEOF
22293 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22294 _ACEOF
22298 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22299 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22300 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22301 $as_echo_n "(cached) " >&6
22302 else
22303 cat >conftest.$ac_ext <<_ACEOF
22304 /* confdefs.h. */
22305 _ACEOF
22306 cat confdefs.h >>conftest.$ac_ext
22307 cat >>conftest.$ac_ext <<_ACEOF
22308 /* end confdefs.h. */
22309 #include <sys/types.h>
22310 #ifdef HAVE_SYS_SOCKET_H
22311 # include <sys/socket.h>
22312 #endif
22313 #ifdef HAVE_SYS_UN_H
22314 # include <sys/un.h>
22315 #endif
22318 main ()
22320 static struct sockaddr ac_aggr;
22321 if (ac_aggr.sa_len)
22322 return 0;
22324 return 0;
22326 _ACEOF
22327 rm -f conftest.$ac_objext
22328 if { (ac_try="$ac_compile"
22329 case "(($ac_try" in
22330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22331 *) ac_try_echo=$ac_try;;
22332 esac
22333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22334 $as_echo "$ac_try_echo") >&5
22335 (eval "$ac_compile") 2>conftest.er1
22336 ac_status=$?
22337 grep -v '^ *+' conftest.er1 >conftest.err
22338 rm -f conftest.er1
22339 cat conftest.err >&5
22340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22341 (exit $ac_status); } && {
22342 test -z "$ac_c_werror_flag" ||
22343 test ! -s conftest.err
22344 } && test -s conftest.$ac_objext; then
22345 ac_cv_member_struct_sockaddr_sa_len=yes
22346 else
22347 $as_echo "$as_me: failed program was:" >&5
22348 sed 's/^/| /' conftest.$ac_ext >&5
22350 cat >conftest.$ac_ext <<_ACEOF
22351 /* confdefs.h. */
22352 _ACEOF
22353 cat confdefs.h >>conftest.$ac_ext
22354 cat >>conftest.$ac_ext <<_ACEOF
22355 /* end confdefs.h. */
22356 #include <sys/types.h>
22357 #ifdef HAVE_SYS_SOCKET_H
22358 # include <sys/socket.h>
22359 #endif
22360 #ifdef HAVE_SYS_UN_H
22361 # include <sys/un.h>
22362 #endif
22365 main ()
22367 static struct sockaddr ac_aggr;
22368 if (sizeof ac_aggr.sa_len)
22369 return 0;
22371 return 0;
22373 _ACEOF
22374 rm -f conftest.$ac_objext
22375 if { (ac_try="$ac_compile"
22376 case "(($ac_try" in
22377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22378 *) ac_try_echo=$ac_try;;
22379 esac
22380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22381 $as_echo "$ac_try_echo") >&5
22382 (eval "$ac_compile") 2>conftest.er1
22383 ac_status=$?
22384 grep -v '^ *+' conftest.er1 >conftest.err
22385 rm -f conftest.er1
22386 cat conftest.err >&5
22387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22388 (exit $ac_status); } && {
22389 test -z "$ac_c_werror_flag" ||
22390 test ! -s conftest.err
22391 } && test -s conftest.$ac_objext; then
22392 ac_cv_member_struct_sockaddr_sa_len=yes
22393 else
22394 $as_echo "$as_me: failed program was:" >&5
22395 sed 's/^/| /' conftest.$ac_ext >&5
22397 ac_cv_member_struct_sockaddr_sa_len=no
22400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22406 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22407 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22409 cat >>confdefs.h <<_ACEOF
22410 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22411 _ACEOF
22415 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22416 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22417 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22418 $as_echo_n "(cached) " >&6
22419 else
22420 cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h. */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h. */
22426 #include <sys/types.h>
22427 #ifdef HAVE_SYS_SOCKET_H
22428 # include <sys/socket.h>
22429 #endif
22430 #ifdef HAVE_SYS_UN_H
22431 # include <sys/un.h>
22432 #endif
22435 main ()
22437 static struct sockaddr_un ac_aggr;
22438 if (ac_aggr.sun_len)
22439 return 0;
22441 return 0;
22443 _ACEOF
22444 rm -f conftest.$ac_objext
22445 if { (ac_try="$ac_compile"
22446 case "(($ac_try" in
22447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22448 *) ac_try_echo=$ac_try;;
22449 esac
22450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22451 $as_echo "$ac_try_echo") >&5
22452 (eval "$ac_compile") 2>conftest.er1
22453 ac_status=$?
22454 grep -v '^ *+' conftest.er1 >conftest.err
22455 rm -f conftest.er1
22456 cat conftest.err >&5
22457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22458 (exit $ac_status); } && {
22459 test -z "$ac_c_werror_flag" ||
22460 test ! -s conftest.err
22461 } && test -s conftest.$ac_objext; then
22462 ac_cv_member_struct_sockaddr_un_sun_len=yes
22463 else
22464 $as_echo "$as_me: failed program was:" >&5
22465 sed 's/^/| /' conftest.$ac_ext >&5
22467 cat >conftest.$ac_ext <<_ACEOF
22468 /* confdefs.h. */
22469 _ACEOF
22470 cat confdefs.h >>conftest.$ac_ext
22471 cat >>conftest.$ac_ext <<_ACEOF
22472 /* end confdefs.h. */
22473 #include <sys/types.h>
22474 #ifdef HAVE_SYS_SOCKET_H
22475 # include <sys/socket.h>
22476 #endif
22477 #ifdef HAVE_SYS_UN_H
22478 # include <sys/un.h>
22479 #endif
22482 main ()
22484 static struct sockaddr_un ac_aggr;
22485 if (sizeof ac_aggr.sun_len)
22486 return 0;
22488 return 0;
22490 _ACEOF
22491 rm -f conftest.$ac_objext
22492 if { (ac_try="$ac_compile"
22493 case "(($ac_try" in
22494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22495 *) ac_try_echo=$ac_try;;
22496 esac
22497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22498 $as_echo "$ac_try_echo") >&5
22499 (eval "$ac_compile") 2>conftest.er1
22500 ac_status=$?
22501 grep -v '^ *+' conftest.er1 >conftest.err
22502 rm -f conftest.er1
22503 cat conftest.err >&5
22504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22505 (exit $ac_status); } && {
22506 test -z "$ac_c_werror_flag" ||
22507 test ! -s conftest.err
22508 } && test -s conftest.$ac_objext; then
22509 ac_cv_member_struct_sockaddr_un_sun_len=yes
22510 else
22511 $as_echo "$as_me: failed program was:" >&5
22512 sed 's/^/| /' conftest.$ac_ext >&5
22514 ac_cv_member_struct_sockaddr_un_sun_len=no
22517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22522 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22523 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22524 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22526 cat >>confdefs.h <<_ACEOF
22527 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22528 _ACEOF
22534 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22535 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22536 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22537 $as_echo_n "(cached) " >&6
22538 else
22539 cat >conftest.$ac_ext <<_ACEOF
22540 /* confdefs.h. */
22541 _ACEOF
22542 cat confdefs.h >>conftest.$ac_ext
22543 cat >>conftest.$ac_ext <<_ACEOF
22544 /* end confdefs.h. */
22545 #include <sys/types.h>
22546 #ifdef HAVE_SCSI_SG_H
22547 #include <scsi/sg.h>
22548 #endif
22551 main ()
22553 static scsireq_t ac_aggr;
22554 if (ac_aggr.cmd)
22555 return 0;
22557 return 0;
22559 _ACEOF
22560 rm -f conftest.$ac_objext
22561 if { (ac_try="$ac_compile"
22562 case "(($ac_try" in
22563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22564 *) ac_try_echo=$ac_try;;
22565 esac
22566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22567 $as_echo "$ac_try_echo") >&5
22568 (eval "$ac_compile") 2>conftest.er1
22569 ac_status=$?
22570 grep -v '^ *+' conftest.er1 >conftest.err
22571 rm -f conftest.er1
22572 cat conftest.err >&5
22573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22574 (exit $ac_status); } && {
22575 test -z "$ac_c_werror_flag" ||
22576 test ! -s conftest.err
22577 } && test -s conftest.$ac_objext; then
22578 ac_cv_member_scsireq_t_cmd=yes
22579 else
22580 $as_echo "$as_me: failed program was:" >&5
22581 sed 's/^/| /' conftest.$ac_ext >&5
22583 cat >conftest.$ac_ext <<_ACEOF
22584 /* confdefs.h. */
22585 _ACEOF
22586 cat confdefs.h >>conftest.$ac_ext
22587 cat >>conftest.$ac_ext <<_ACEOF
22588 /* end confdefs.h. */
22589 #include <sys/types.h>
22590 #ifdef HAVE_SCSI_SG_H
22591 #include <scsi/sg.h>
22592 #endif
22595 main ()
22597 static scsireq_t ac_aggr;
22598 if (sizeof ac_aggr.cmd)
22599 return 0;
22601 return 0;
22603 _ACEOF
22604 rm -f conftest.$ac_objext
22605 if { (ac_try="$ac_compile"
22606 case "(($ac_try" in
22607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22608 *) ac_try_echo=$ac_try;;
22609 esac
22610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22611 $as_echo "$ac_try_echo") >&5
22612 (eval "$ac_compile") 2>conftest.er1
22613 ac_status=$?
22614 grep -v '^ *+' conftest.er1 >conftest.err
22615 rm -f conftest.er1
22616 cat conftest.err >&5
22617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); } && {
22619 test -z "$ac_c_werror_flag" ||
22620 test ! -s conftest.err
22621 } && test -s conftest.$ac_objext; then
22622 ac_cv_member_scsireq_t_cmd=yes
22623 else
22624 $as_echo "$as_me: failed program was:" >&5
22625 sed 's/^/| /' conftest.$ac_ext >&5
22627 ac_cv_member_scsireq_t_cmd=no
22630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22635 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22636 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22637 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22639 cat >>confdefs.h <<_ACEOF
22640 #define HAVE_SCSIREQ_T_CMD 1
22641 _ACEOF
22645 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22646 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22647 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22648 $as_echo_n "(cached) " >&6
22649 else
22650 cat >conftest.$ac_ext <<_ACEOF
22651 /* confdefs.h. */
22652 _ACEOF
22653 cat confdefs.h >>conftest.$ac_ext
22654 cat >>conftest.$ac_ext <<_ACEOF
22655 /* end confdefs.h. */
22656 #include <sys/types.h>
22657 #ifdef HAVE_SCSI_SG_H
22658 #include <scsi/sg.h>
22659 #endif
22662 main ()
22664 static sg_io_hdr_t ac_aggr;
22665 if (ac_aggr.interface_id)
22666 return 0;
22668 return 0;
22670 _ACEOF
22671 rm -f conftest.$ac_objext
22672 if { (ac_try="$ac_compile"
22673 case "(($ac_try" in
22674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22675 *) ac_try_echo=$ac_try;;
22676 esac
22677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22678 $as_echo "$ac_try_echo") >&5
22679 (eval "$ac_compile") 2>conftest.er1
22680 ac_status=$?
22681 grep -v '^ *+' conftest.er1 >conftest.err
22682 rm -f conftest.er1
22683 cat conftest.err >&5
22684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22685 (exit $ac_status); } && {
22686 test -z "$ac_c_werror_flag" ||
22687 test ! -s conftest.err
22688 } && test -s conftest.$ac_objext; then
22689 ac_cv_member_sg_io_hdr_t_interface_id=yes
22690 else
22691 $as_echo "$as_me: failed program was:" >&5
22692 sed 's/^/| /' conftest.$ac_ext >&5
22694 cat >conftest.$ac_ext <<_ACEOF
22695 /* confdefs.h. */
22696 _ACEOF
22697 cat confdefs.h >>conftest.$ac_ext
22698 cat >>conftest.$ac_ext <<_ACEOF
22699 /* end confdefs.h. */
22700 #include <sys/types.h>
22701 #ifdef HAVE_SCSI_SG_H
22702 #include <scsi/sg.h>
22703 #endif
22706 main ()
22708 static sg_io_hdr_t ac_aggr;
22709 if (sizeof ac_aggr.interface_id)
22710 return 0;
22712 return 0;
22714 _ACEOF
22715 rm -f conftest.$ac_objext
22716 if { (ac_try="$ac_compile"
22717 case "(($ac_try" in
22718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22719 *) ac_try_echo=$ac_try;;
22720 esac
22721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22722 $as_echo "$ac_try_echo") >&5
22723 (eval "$ac_compile") 2>conftest.er1
22724 ac_status=$?
22725 grep -v '^ *+' conftest.er1 >conftest.err
22726 rm -f conftest.er1
22727 cat conftest.err >&5
22728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22729 (exit $ac_status); } && {
22730 test -z "$ac_c_werror_flag" ||
22731 test ! -s conftest.err
22732 } && test -s conftest.$ac_objext; then
22733 ac_cv_member_sg_io_hdr_t_interface_id=yes
22734 else
22735 $as_echo "$as_me: failed program was:" >&5
22736 sed 's/^/| /' conftest.$ac_ext >&5
22738 ac_cv_member_sg_io_hdr_t_interface_id=no
22741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22746 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22747 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22748 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22750 cat >>confdefs.h <<_ACEOF
22751 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22752 _ACEOF
22758 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22759 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22760 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22761 $as_echo_n "(cached) " >&6
22762 else
22763 cat >conftest.$ac_ext <<_ACEOF
22764 /* confdefs.h. */
22765 _ACEOF
22766 cat confdefs.h >>conftest.$ac_ext
22767 cat >>conftest.$ac_ext <<_ACEOF
22768 /* end confdefs.h. */
22769 #include <signal.h>
22772 main ()
22774 static siginfo_t ac_aggr;
22775 if (ac_aggr.si_fd)
22776 return 0;
22778 return 0;
22780 _ACEOF
22781 rm -f conftest.$ac_objext
22782 if { (ac_try="$ac_compile"
22783 case "(($ac_try" in
22784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22785 *) ac_try_echo=$ac_try;;
22786 esac
22787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22788 $as_echo "$ac_try_echo") >&5
22789 (eval "$ac_compile") 2>conftest.er1
22790 ac_status=$?
22791 grep -v '^ *+' conftest.er1 >conftest.err
22792 rm -f conftest.er1
22793 cat conftest.err >&5
22794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22795 (exit $ac_status); } && {
22796 test -z "$ac_c_werror_flag" ||
22797 test ! -s conftest.err
22798 } && test -s conftest.$ac_objext; then
22799 ac_cv_member_siginfo_t_si_fd=yes
22800 else
22801 $as_echo "$as_me: failed program was:" >&5
22802 sed 's/^/| /' conftest.$ac_ext >&5
22804 cat >conftest.$ac_ext <<_ACEOF
22805 /* confdefs.h. */
22806 _ACEOF
22807 cat confdefs.h >>conftest.$ac_ext
22808 cat >>conftest.$ac_ext <<_ACEOF
22809 /* end confdefs.h. */
22810 #include <signal.h>
22813 main ()
22815 static siginfo_t ac_aggr;
22816 if (sizeof ac_aggr.si_fd)
22817 return 0;
22819 return 0;
22821 _ACEOF
22822 rm -f conftest.$ac_objext
22823 if { (ac_try="$ac_compile"
22824 case "(($ac_try" in
22825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22826 *) ac_try_echo=$ac_try;;
22827 esac
22828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22829 $as_echo "$ac_try_echo") >&5
22830 (eval "$ac_compile") 2>conftest.er1
22831 ac_status=$?
22832 grep -v '^ *+' conftest.er1 >conftest.err
22833 rm -f conftest.er1
22834 cat conftest.err >&5
22835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836 (exit $ac_status); } && {
22837 test -z "$ac_c_werror_flag" ||
22838 test ! -s conftest.err
22839 } && test -s conftest.$ac_objext; then
22840 ac_cv_member_siginfo_t_si_fd=yes
22841 else
22842 $as_echo "$as_me: failed program was:" >&5
22843 sed 's/^/| /' conftest.$ac_ext >&5
22845 ac_cv_member_siginfo_t_si_fd=no
22848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22853 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22854 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22855 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22857 cat >>confdefs.h <<_ACEOF
22858 #define HAVE_SIGINFO_T_SI_FD 1
22859 _ACEOF
22865 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22866 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22867 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22868 $as_echo_n "(cached) " >&6
22869 else
22870 cat >conftest.$ac_ext <<_ACEOF
22871 /* confdefs.h. */
22872 _ACEOF
22873 cat confdefs.h >>conftest.$ac_ext
22874 cat >>conftest.$ac_ext <<_ACEOF
22875 /* end confdefs.h. */
22876 #include <sys/types.h>
22877 #ifdef HAVE_SYS_MTIO_H
22878 #include <sys/mtio.h>
22879 #endif
22882 main ()
22884 static struct mtget ac_aggr;
22885 if (ac_aggr.mt_blksiz)
22886 return 0;
22888 return 0;
22890 _ACEOF
22891 rm -f conftest.$ac_objext
22892 if { (ac_try="$ac_compile"
22893 case "(($ac_try" in
22894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22895 *) ac_try_echo=$ac_try;;
22896 esac
22897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22898 $as_echo "$ac_try_echo") >&5
22899 (eval "$ac_compile") 2>conftest.er1
22900 ac_status=$?
22901 grep -v '^ *+' conftest.er1 >conftest.err
22902 rm -f conftest.er1
22903 cat conftest.err >&5
22904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22905 (exit $ac_status); } && {
22906 test -z "$ac_c_werror_flag" ||
22907 test ! -s conftest.err
22908 } && test -s conftest.$ac_objext; then
22909 ac_cv_member_struct_mtget_mt_blksiz=yes
22910 else
22911 $as_echo "$as_me: failed program was:" >&5
22912 sed 's/^/| /' conftest.$ac_ext >&5
22914 cat >conftest.$ac_ext <<_ACEOF
22915 /* confdefs.h. */
22916 _ACEOF
22917 cat confdefs.h >>conftest.$ac_ext
22918 cat >>conftest.$ac_ext <<_ACEOF
22919 /* end confdefs.h. */
22920 #include <sys/types.h>
22921 #ifdef HAVE_SYS_MTIO_H
22922 #include <sys/mtio.h>
22923 #endif
22926 main ()
22928 static struct mtget ac_aggr;
22929 if (sizeof ac_aggr.mt_blksiz)
22930 return 0;
22932 return 0;
22934 _ACEOF
22935 rm -f conftest.$ac_objext
22936 if { (ac_try="$ac_compile"
22937 case "(($ac_try" in
22938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22939 *) ac_try_echo=$ac_try;;
22940 esac
22941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22942 $as_echo "$ac_try_echo") >&5
22943 (eval "$ac_compile") 2>conftest.er1
22944 ac_status=$?
22945 grep -v '^ *+' conftest.er1 >conftest.err
22946 rm -f conftest.er1
22947 cat conftest.err >&5
22948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22949 (exit $ac_status); } && {
22950 test -z "$ac_c_werror_flag" ||
22951 test ! -s conftest.err
22952 } && test -s conftest.$ac_objext; then
22953 ac_cv_member_struct_mtget_mt_blksiz=yes
22954 else
22955 $as_echo "$as_me: failed program was:" >&5
22956 sed 's/^/| /' conftest.$ac_ext >&5
22958 ac_cv_member_struct_mtget_mt_blksiz=no
22961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22966 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22967 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22968 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22970 cat >>confdefs.h <<_ACEOF
22971 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22972 _ACEOF
22976 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22977 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22978 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22979 $as_echo_n "(cached) " >&6
22980 else
22981 cat >conftest.$ac_ext <<_ACEOF
22982 /* confdefs.h. */
22983 _ACEOF
22984 cat confdefs.h >>conftest.$ac_ext
22985 cat >>conftest.$ac_ext <<_ACEOF
22986 /* end confdefs.h. */
22987 #include <sys/types.h>
22988 #ifdef HAVE_SYS_MTIO_H
22989 #include <sys/mtio.h>
22990 #endif
22993 main ()
22995 static struct mtget ac_aggr;
22996 if (ac_aggr.mt_gstat)
22997 return 0;
22999 return 0;
23001 _ACEOF
23002 rm -f conftest.$ac_objext
23003 if { (ac_try="$ac_compile"
23004 case "(($ac_try" in
23005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23006 *) ac_try_echo=$ac_try;;
23007 esac
23008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23009 $as_echo "$ac_try_echo") >&5
23010 (eval "$ac_compile") 2>conftest.er1
23011 ac_status=$?
23012 grep -v '^ *+' conftest.er1 >conftest.err
23013 rm -f conftest.er1
23014 cat conftest.err >&5
23015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23016 (exit $ac_status); } && {
23017 test -z "$ac_c_werror_flag" ||
23018 test ! -s conftest.err
23019 } && test -s conftest.$ac_objext; then
23020 ac_cv_member_struct_mtget_mt_gstat=yes
23021 else
23022 $as_echo "$as_me: failed program was:" >&5
23023 sed 's/^/| /' conftest.$ac_ext >&5
23025 cat >conftest.$ac_ext <<_ACEOF
23026 /* confdefs.h. */
23027 _ACEOF
23028 cat confdefs.h >>conftest.$ac_ext
23029 cat >>conftest.$ac_ext <<_ACEOF
23030 /* end confdefs.h. */
23031 #include <sys/types.h>
23032 #ifdef HAVE_SYS_MTIO_H
23033 #include <sys/mtio.h>
23034 #endif
23037 main ()
23039 static struct mtget ac_aggr;
23040 if (sizeof ac_aggr.mt_gstat)
23041 return 0;
23043 return 0;
23045 _ACEOF
23046 rm -f conftest.$ac_objext
23047 if { (ac_try="$ac_compile"
23048 case "(($ac_try" in
23049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23050 *) ac_try_echo=$ac_try;;
23051 esac
23052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23053 $as_echo "$ac_try_echo") >&5
23054 (eval "$ac_compile") 2>conftest.er1
23055 ac_status=$?
23056 grep -v '^ *+' conftest.er1 >conftest.err
23057 rm -f conftest.er1
23058 cat conftest.err >&5
23059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23060 (exit $ac_status); } && {
23061 test -z "$ac_c_werror_flag" ||
23062 test ! -s conftest.err
23063 } && test -s conftest.$ac_objext; then
23064 ac_cv_member_struct_mtget_mt_gstat=yes
23065 else
23066 $as_echo "$as_me: failed program was:" >&5
23067 sed 's/^/| /' conftest.$ac_ext >&5
23069 ac_cv_member_struct_mtget_mt_gstat=no
23072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23077 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
23078 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
23079 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
23081 cat >>confdefs.h <<_ACEOF
23082 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
23083 _ACEOF
23087 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
23088 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
23089 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
23090 $as_echo_n "(cached) " >&6
23091 else
23092 cat >conftest.$ac_ext <<_ACEOF
23093 /* confdefs.h. */
23094 _ACEOF
23095 cat confdefs.h >>conftest.$ac_ext
23096 cat >>conftest.$ac_ext <<_ACEOF
23097 /* end confdefs.h. */
23098 #include <sys/types.h>
23099 #ifdef HAVE_SYS_MTIO_H
23100 #include <sys/mtio.h>
23101 #endif
23104 main ()
23106 static struct mtget ac_aggr;
23107 if (ac_aggr.mt_blkno)
23108 return 0;
23110 return 0;
23112 _ACEOF
23113 rm -f conftest.$ac_objext
23114 if { (ac_try="$ac_compile"
23115 case "(($ac_try" in
23116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23117 *) ac_try_echo=$ac_try;;
23118 esac
23119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23120 $as_echo "$ac_try_echo") >&5
23121 (eval "$ac_compile") 2>conftest.er1
23122 ac_status=$?
23123 grep -v '^ *+' conftest.er1 >conftest.err
23124 rm -f conftest.er1
23125 cat conftest.err >&5
23126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); } && {
23128 test -z "$ac_c_werror_flag" ||
23129 test ! -s conftest.err
23130 } && test -s conftest.$ac_objext; then
23131 ac_cv_member_struct_mtget_mt_blkno=yes
23132 else
23133 $as_echo "$as_me: failed program was:" >&5
23134 sed 's/^/| /' conftest.$ac_ext >&5
23136 cat >conftest.$ac_ext <<_ACEOF
23137 /* confdefs.h. */
23138 _ACEOF
23139 cat confdefs.h >>conftest.$ac_ext
23140 cat >>conftest.$ac_ext <<_ACEOF
23141 /* end confdefs.h. */
23142 #include <sys/types.h>
23143 #ifdef HAVE_SYS_MTIO_H
23144 #include <sys/mtio.h>
23145 #endif
23148 main ()
23150 static struct mtget ac_aggr;
23151 if (sizeof ac_aggr.mt_blkno)
23152 return 0;
23154 return 0;
23156 _ACEOF
23157 rm -f conftest.$ac_objext
23158 if { (ac_try="$ac_compile"
23159 case "(($ac_try" in
23160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23161 *) ac_try_echo=$ac_try;;
23162 esac
23163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23164 $as_echo "$ac_try_echo") >&5
23165 (eval "$ac_compile") 2>conftest.er1
23166 ac_status=$?
23167 grep -v '^ *+' conftest.er1 >conftest.err
23168 rm -f conftest.er1
23169 cat conftest.err >&5
23170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23171 (exit $ac_status); } && {
23172 test -z "$ac_c_werror_flag" ||
23173 test ! -s conftest.err
23174 } && test -s conftest.$ac_objext; then
23175 ac_cv_member_struct_mtget_mt_blkno=yes
23176 else
23177 $as_echo "$as_me: failed program was:" >&5
23178 sed 's/^/| /' conftest.$ac_ext >&5
23180 ac_cv_member_struct_mtget_mt_blkno=no
23183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23188 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23189 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23190 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23192 cat >>confdefs.h <<_ACEOF
23193 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23194 _ACEOF
23200 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23201 $as_echo_n "checking for struct option.name... " >&6; }
23202 if test "${ac_cv_member_struct_option_name+set}" = set; then
23203 $as_echo_n "(cached) " >&6
23204 else
23205 cat >conftest.$ac_ext <<_ACEOF
23206 /* confdefs.h. */
23207 _ACEOF
23208 cat confdefs.h >>conftest.$ac_ext
23209 cat >>conftest.$ac_ext <<_ACEOF
23210 /* end confdefs.h. */
23211 #ifdef HAVE_GETOPT_H
23212 #include <getopt.h>
23213 #endif
23216 main ()
23218 static struct option ac_aggr;
23219 if (ac_aggr.name)
23220 return 0;
23222 return 0;
23224 _ACEOF
23225 rm -f conftest.$ac_objext
23226 if { (ac_try="$ac_compile"
23227 case "(($ac_try" in
23228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23229 *) ac_try_echo=$ac_try;;
23230 esac
23231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23232 $as_echo "$ac_try_echo") >&5
23233 (eval "$ac_compile") 2>conftest.er1
23234 ac_status=$?
23235 grep -v '^ *+' conftest.er1 >conftest.err
23236 rm -f conftest.er1
23237 cat conftest.err >&5
23238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); } && {
23240 test -z "$ac_c_werror_flag" ||
23241 test ! -s conftest.err
23242 } && test -s conftest.$ac_objext; then
23243 ac_cv_member_struct_option_name=yes
23244 else
23245 $as_echo "$as_me: failed program was:" >&5
23246 sed 's/^/| /' conftest.$ac_ext >&5
23248 cat >conftest.$ac_ext <<_ACEOF
23249 /* confdefs.h. */
23250 _ACEOF
23251 cat confdefs.h >>conftest.$ac_ext
23252 cat >>conftest.$ac_ext <<_ACEOF
23253 /* end confdefs.h. */
23254 #ifdef HAVE_GETOPT_H
23255 #include <getopt.h>
23256 #endif
23259 main ()
23261 static struct option ac_aggr;
23262 if (sizeof ac_aggr.name)
23263 return 0;
23265 return 0;
23267 _ACEOF
23268 rm -f conftest.$ac_objext
23269 if { (ac_try="$ac_compile"
23270 case "(($ac_try" in
23271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23272 *) ac_try_echo=$ac_try;;
23273 esac
23274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23275 $as_echo "$ac_try_echo") >&5
23276 (eval "$ac_compile") 2>conftest.er1
23277 ac_status=$?
23278 grep -v '^ *+' conftest.er1 >conftest.err
23279 rm -f conftest.er1
23280 cat conftest.err >&5
23281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); } && {
23283 test -z "$ac_c_werror_flag" ||
23284 test ! -s conftest.err
23285 } && test -s conftest.$ac_objext; then
23286 ac_cv_member_struct_option_name=yes
23287 else
23288 $as_echo "$as_me: failed program was:" >&5
23289 sed 's/^/| /' conftest.$ac_ext >&5
23291 ac_cv_member_struct_option_name=no
23294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23299 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23300 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23301 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23303 cat >>confdefs.h <<_ACEOF
23304 #define HAVE_STRUCT_OPTION_NAME 1
23305 _ACEOF
23311 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23312 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23313 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23314 $as_echo_n "(cached) " >&6
23315 else
23316 cat >conftest.$ac_ext <<_ACEOF
23317 /* confdefs.h. */
23318 _ACEOF
23319 cat confdefs.h >>conftest.$ac_ext
23320 cat >>conftest.$ac_ext <<_ACEOF
23321 /* end confdefs.h. */
23322 $ac_includes_default
23324 main ()
23326 static struct stat ac_aggr;
23327 if (ac_aggr.st_blocks)
23328 return 0;
23330 return 0;
23332 _ACEOF
23333 rm -f conftest.$ac_objext
23334 if { (ac_try="$ac_compile"
23335 case "(($ac_try" in
23336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23337 *) ac_try_echo=$ac_try;;
23338 esac
23339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23340 $as_echo "$ac_try_echo") >&5
23341 (eval "$ac_compile") 2>conftest.er1
23342 ac_status=$?
23343 grep -v '^ *+' conftest.er1 >conftest.err
23344 rm -f conftest.er1
23345 cat conftest.err >&5
23346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23347 (exit $ac_status); } && {
23348 test -z "$ac_c_werror_flag" ||
23349 test ! -s conftest.err
23350 } && test -s conftest.$ac_objext; then
23351 ac_cv_member_struct_stat_st_blocks=yes
23352 else
23353 $as_echo "$as_me: failed program was:" >&5
23354 sed 's/^/| /' conftest.$ac_ext >&5
23356 cat >conftest.$ac_ext <<_ACEOF
23357 /* confdefs.h. */
23358 _ACEOF
23359 cat confdefs.h >>conftest.$ac_ext
23360 cat >>conftest.$ac_ext <<_ACEOF
23361 /* end confdefs.h. */
23362 $ac_includes_default
23364 main ()
23366 static struct stat ac_aggr;
23367 if (sizeof ac_aggr.st_blocks)
23368 return 0;
23370 return 0;
23372 _ACEOF
23373 rm -f conftest.$ac_objext
23374 if { (ac_try="$ac_compile"
23375 case "(($ac_try" in
23376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23377 *) ac_try_echo=$ac_try;;
23378 esac
23379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23380 $as_echo "$ac_try_echo") >&5
23381 (eval "$ac_compile") 2>conftest.er1
23382 ac_status=$?
23383 grep -v '^ *+' conftest.er1 >conftest.err
23384 rm -f conftest.er1
23385 cat conftest.err >&5
23386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387 (exit $ac_status); } && {
23388 test -z "$ac_c_werror_flag" ||
23389 test ! -s conftest.err
23390 } && test -s conftest.$ac_objext; then
23391 ac_cv_member_struct_stat_st_blocks=yes
23392 else
23393 $as_echo "$as_me: failed program was:" >&5
23394 sed 's/^/| /' conftest.$ac_ext >&5
23396 ac_cv_member_struct_stat_st_blocks=no
23399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23404 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23405 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23406 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23408 cat >>confdefs.h <<_ACEOF
23409 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23410 _ACEOF
23414 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23415 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23416 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23417 $as_echo_n "(cached) " >&6
23418 else
23419 cat >conftest.$ac_ext <<_ACEOF
23420 /* confdefs.h. */
23421 _ACEOF
23422 cat confdefs.h >>conftest.$ac_ext
23423 cat >>conftest.$ac_ext <<_ACEOF
23424 /* end confdefs.h. */
23425 $ac_includes_default
23427 main ()
23429 static struct stat ac_aggr;
23430 if (ac_aggr.st_mtim)
23431 return 0;
23433 return 0;
23435 _ACEOF
23436 rm -f conftest.$ac_objext
23437 if { (ac_try="$ac_compile"
23438 case "(($ac_try" in
23439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23440 *) ac_try_echo=$ac_try;;
23441 esac
23442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23443 $as_echo "$ac_try_echo") >&5
23444 (eval "$ac_compile") 2>conftest.er1
23445 ac_status=$?
23446 grep -v '^ *+' conftest.er1 >conftest.err
23447 rm -f conftest.er1
23448 cat conftest.err >&5
23449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23450 (exit $ac_status); } && {
23451 test -z "$ac_c_werror_flag" ||
23452 test ! -s conftest.err
23453 } && test -s conftest.$ac_objext; then
23454 ac_cv_member_struct_stat_st_mtim=yes
23455 else
23456 $as_echo "$as_me: failed program was:" >&5
23457 sed 's/^/| /' conftest.$ac_ext >&5
23459 cat >conftest.$ac_ext <<_ACEOF
23460 /* confdefs.h. */
23461 _ACEOF
23462 cat confdefs.h >>conftest.$ac_ext
23463 cat >>conftest.$ac_ext <<_ACEOF
23464 /* end confdefs.h. */
23465 $ac_includes_default
23467 main ()
23469 static struct stat ac_aggr;
23470 if (sizeof ac_aggr.st_mtim)
23471 return 0;
23473 return 0;
23475 _ACEOF
23476 rm -f conftest.$ac_objext
23477 if { (ac_try="$ac_compile"
23478 case "(($ac_try" in
23479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23480 *) ac_try_echo=$ac_try;;
23481 esac
23482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23483 $as_echo "$ac_try_echo") >&5
23484 (eval "$ac_compile") 2>conftest.er1
23485 ac_status=$?
23486 grep -v '^ *+' conftest.er1 >conftest.err
23487 rm -f conftest.er1
23488 cat conftest.err >&5
23489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23490 (exit $ac_status); } && {
23491 test -z "$ac_c_werror_flag" ||
23492 test ! -s conftest.err
23493 } && test -s conftest.$ac_objext; then
23494 ac_cv_member_struct_stat_st_mtim=yes
23495 else
23496 $as_echo "$as_me: failed program was:" >&5
23497 sed 's/^/| /' conftest.$ac_ext >&5
23499 ac_cv_member_struct_stat_st_mtim=no
23502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23507 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23508 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23509 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23511 cat >>confdefs.h <<_ACEOF
23512 #define HAVE_STRUCT_STAT_ST_MTIM 1
23513 _ACEOF
23517 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23518 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23519 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23520 $as_echo_n "(cached) " >&6
23521 else
23522 cat >conftest.$ac_ext <<_ACEOF
23523 /* confdefs.h. */
23524 _ACEOF
23525 cat confdefs.h >>conftest.$ac_ext
23526 cat >>conftest.$ac_ext <<_ACEOF
23527 /* end confdefs.h. */
23528 $ac_includes_default
23530 main ()
23532 static struct stat ac_aggr;
23533 if (ac_aggr.st_ctim)
23534 return 0;
23536 return 0;
23538 _ACEOF
23539 rm -f conftest.$ac_objext
23540 if { (ac_try="$ac_compile"
23541 case "(($ac_try" in
23542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23543 *) ac_try_echo=$ac_try;;
23544 esac
23545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23546 $as_echo "$ac_try_echo") >&5
23547 (eval "$ac_compile") 2>conftest.er1
23548 ac_status=$?
23549 grep -v '^ *+' conftest.er1 >conftest.err
23550 rm -f conftest.er1
23551 cat conftest.err >&5
23552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23553 (exit $ac_status); } && {
23554 test -z "$ac_c_werror_flag" ||
23555 test ! -s conftest.err
23556 } && test -s conftest.$ac_objext; then
23557 ac_cv_member_struct_stat_st_ctim=yes
23558 else
23559 $as_echo "$as_me: failed program was:" >&5
23560 sed 's/^/| /' conftest.$ac_ext >&5
23562 cat >conftest.$ac_ext <<_ACEOF
23563 /* confdefs.h. */
23564 _ACEOF
23565 cat confdefs.h >>conftest.$ac_ext
23566 cat >>conftest.$ac_ext <<_ACEOF
23567 /* end confdefs.h. */
23568 $ac_includes_default
23570 main ()
23572 static struct stat ac_aggr;
23573 if (sizeof ac_aggr.st_ctim)
23574 return 0;
23576 return 0;
23578 _ACEOF
23579 rm -f conftest.$ac_objext
23580 if { (ac_try="$ac_compile"
23581 case "(($ac_try" in
23582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23583 *) ac_try_echo=$ac_try;;
23584 esac
23585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23586 $as_echo "$ac_try_echo") >&5
23587 (eval "$ac_compile") 2>conftest.er1
23588 ac_status=$?
23589 grep -v '^ *+' conftest.er1 >conftest.err
23590 rm -f conftest.er1
23591 cat conftest.err >&5
23592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23593 (exit $ac_status); } && {
23594 test -z "$ac_c_werror_flag" ||
23595 test ! -s conftest.err
23596 } && test -s conftest.$ac_objext; then
23597 ac_cv_member_struct_stat_st_ctim=yes
23598 else
23599 $as_echo "$as_me: failed program was:" >&5
23600 sed 's/^/| /' conftest.$ac_ext >&5
23602 ac_cv_member_struct_stat_st_ctim=no
23605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23610 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23611 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23612 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23614 cat >>confdefs.h <<_ACEOF
23615 #define HAVE_STRUCT_STAT_ST_CTIM 1
23616 _ACEOF
23620 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23621 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23622 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23623 $as_echo_n "(cached) " >&6
23624 else
23625 cat >conftest.$ac_ext <<_ACEOF
23626 /* confdefs.h. */
23627 _ACEOF
23628 cat confdefs.h >>conftest.$ac_ext
23629 cat >>conftest.$ac_ext <<_ACEOF
23630 /* end confdefs.h. */
23631 $ac_includes_default
23633 main ()
23635 static struct stat ac_aggr;
23636 if (ac_aggr.st_atim)
23637 return 0;
23639 return 0;
23641 _ACEOF
23642 rm -f conftest.$ac_objext
23643 if { (ac_try="$ac_compile"
23644 case "(($ac_try" in
23645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23646 *) ac_try_echo=$ac_try;;
23647 esac
23648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23649 $as_echo "$ac_try_echo") >&5
23650 (eval "$ac_compile") 2>conftest.er1
23651 ac_status=$?
23652 grep -v '^ *+' conftest.er1 >conftest.err
23653 rm -f conftest.er1
23654 cat conftest.err >&5
23655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23656 (exit $ac_status); } && {
23657 test -z "$ac_c_werror_flag" ||
23658 test ! -s conftest.err
23659 } && test -s conftest.$ac_objext; then
23660 ac_cv_member_struct_stat_st_atim=yes
23661 else
23662 $as_echo "$as_me: failed program was:" >&5
23663 sed 's/^/| /' conftest.$ac_ext >&5
23665 cat >conftest.$ac_ext <<_ACEOF
23666 /* confdefs.h. */
23667 _ACEOF
23668 cat confdefs.h >>conftest.$ac_ext
23669 cat >>conftest.$ac_ext <<_ACEOF
23670 /* end confdefs.h. */
23671 $ac_includes_default
23673 main ()
23675 static struct stat ac_aggr;
23676 if (sizeof ac_aggr.st_atim)
23677 return 0;
23679 return 0;
23681 _ACEOF
23682 rm -f conftest.$ac_objext
23683 if { (ac_try="$ac_compile"
23684 case "(($ac_try" in
23685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23686 *) ac_try_echo=$ac_try;;
23687 esac
23688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23689 $as_echo "$ac_try_echo") >&5
23690 (eval "$ac_compile") 2>conftest.er1
23691 ac_status=$?
23692 grep -v '^ *+' conftest.er1 >conftest.err
23693 rm -f conftest.er1
23694 cat conftest.err >&5
23695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23696 (exit $ac_status); } && {
23697 test -z "$ac_c_werror_flag" ||
23698 test ! -s conftest.err
23699 } && test -s conftest.$ac_objext; then
23700 ac_cv_member_struct_stat_st_atim=yes
23701 else
23702 $as_echo "$as_me: failed program was:" >&5
23703 sed 's/^/| /' conftest.$ac_ext >&5
23705 ac_cv_member_struct_stat_st_atim=no
23708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23713 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23714 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23715 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23717 cat >>confdefs.h <<_ACEOF
23718 #define HAVE_STRUCT_STAT_ST_ATIM 1
23719 _ACEOF
23725 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23726 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23727 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23728 $as_echo_n "(cached) " >&6
23729 else
23730 cat >conftest.$ac_ext <<_ACEOF
23731 /* confdefs.h. */
23732 _ACEOF
23733 cat confdefs.h >>conftest.$ac_ext
23734 cat >>conftest.$ac_ext <<_ACEOF
23735 /* end confdefs.h. */
23736 #ifdef HAVE_SYS_TYPES_H
23737 #include <sys/types.h>
23738 #endif
23739 #ifdef HAVE_NETINET_IN_H
23740 #include <netinet/in.h>
23741 #endif
23744 main ()
23746 static struct sockaddr_in6 ac_aggr;
23747 if (ac_aggr.sin6_scope_id)
23748 return 0;
23750 return 0;
23752 _ACEOF
23753 rm -f conftest.$ac_objext
23754 if { (ac_try="$ac_compile"
23755 case "(($ac_try" in
23756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23757 *) ac_try_echo=$ac_try;;
23758 esac
23759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23760 $as_echo "$ac_try_echo") >&5
23761 (eval "$ac_compile") 2>conftest.er1
23762 ac_status=$?
23763 grep -v '^ *+' conftest.er1 >conftest.err
23764 rm -f conftest.er1
23765 cat conftest.err >&5
23766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23767 (exit $ac_status); } && {
23768 test -z "$ac_c_werror_flag" ||
23769 test ! -s conftest.err
23770 } && test -s conftest.$ac_objext; then
23771 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23772 else
23773 $as_echo "$as_me: failed program was:" >&5
23774 sed 's/^/| /' conftest.$ac_ext >&5
23776 cat >conftest.$ac_ext <<_ACEOF
23777 /* confdefs.h. */
23778 _ACEOF
23779 cat confdefs.h >>conftest.$ac_ext
23780 cat >>conftest.$ac_ext <<_ACEOF
23781 /* end confdefs.h. */
23782 #ifdef HAVE_SYS_TYPES_H
23783 #include <sys/types.h>
23784 #endif
23785 #ifdef HAVE_NETINET_IN_H
23786 #include <netinet/in.h>
23787 #endif
23790 main ()
23792 static struct sockaddr_in6 ac_aggr;
23793 if (sizeof ac_aggr.sin6_scope_id)
23794 return 0;
23796 return 0;
23798 _ACEOF
23799 rm -f conftest.$ac_objext
23800 if { (ac_try="$ac_compile"
23801 case "(($ac_try" in
23802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23803 *) ac_try_echo=$ac_try;;
23804 esac
23805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23806 $as_echo "$ac_try_echo") >&5
23807 (eval "$ac_compile") 2>conftest.er1
23808 ac_status=$?
23809 grep -v '^ *+' conftest.er1 >conftest.err
23810 rm -f conftest.er1
23811 cat conftest.err >&5
23812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23813 (exit $ac_status); } && {
23814 test -z "$ac_c_werror_flag" ||
23815 test ! -s conftest.err
23816 } && test -s conftest.$ac_objext; then
23817 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23818 else
23819 $as_echo "$as_me: failed program was:" >&5
23820 sed 's/^/| /' conftest.$ac_ext >&5
23822 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23830 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23831 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23832 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23834 cat >>confdefs.h <<_ACEOF
23835 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23836 _ACEOF
23842 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23843 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23844 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23845 $as_echo_n "(cached) " >&6
23846 else
23847 cat >conftest.$ac_ext <<_ACEOF
23848 /* confdefs.h. */
23849 _ACEOF
23850 cat confdefs.h >>conftest.$ac_ext
23851 cat >>conftest.$ac_ext <<_ACEOF
23852 /* end confdefs.h. */
23853 #ifdef HAVE_SYS_TYPES_H
23854 #include <sys/types.h>
23855 #endif
23856 #ifdef HAVE_NETINET_IN_H
23857 # include <netinet/in.h>
23858 #endif
23859 #ifdef HAVE_ARPA_NAMESER_H
23860 # include <arpa/nameser.h>
23861 #endif
23864 main ()
23866 static ns_msg ac_aggr;
23867 if (ac_aggr._msg_ptr)
23868 return 0;
23870 return 0;
23872 _ACEOF
23873 rm -f conftest.$ac_objext
23874 if { (ac_try="$ac_compile"
23875 case "(($ac_try" in
23876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23877 *) ac_try_echo=$ac_try;;
23878 esac
23879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23880 $as_echo "$ac_try_echo") >&5
23881 (eval "$ac_compile") 2>conftest.er1
23882 ac_status=$?
23883 grep -v '^ *+' conftest.er1 >conftest.err
23884 rm -f conftest.er1
23885 cat conftest.err >&5
23886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23887 (exit $ac_status); } && {
23888 test -z "$ac_c_werror_flag" ||
23889 test ! -s conftest.err
23890 } && test -s conftest.$ac_objext; then
23891 ac_cv_member_ns_msg__msg_ptr=yes
23892 else
23893 $as_echo "$as_me: failed program was:" >&5
23894 sed 's/^/| /' conftest.$ac_ext >&5
23896 cat >conftest.$ac_ext <<_ACEOF
23897 /* confdefs.h. */
23898 _ACEOF
23899 cat confdefs.h >>conftest.$ac_ext
23900 cat >>conftest.$ac_ext <<_ACEOF
23901 /* end confdefs.h. */
23902 #ifdef HAVE_SYS_TYPES_H
23903 #include <sys/types.h>
23904 #endif
23905 #ifdef HAVE_NETINET_IN_H
23906 # include <netinet/in.h>
23907 #endif
23908 #ifdef HAVE_ARPA_NAMESER_H
23909 # include <arpa/nameser.h>
23910 #endif
23913 main ()
23915 static ns_msg ac_aggr;
23916 if (sizeof ac_aggr._msg_ptr)
23917 return 0;
23919 return 0;
23921 _ACEOF
23922 rm -f conftest.$ac_objext
23923 if { (ac_try="$ac_compile"
23924 case "(($ac_try" in
23925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23926 *) ac_try_echo=$ac_try;;
23927 esac
23928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23929 $as_echo "$ac_try_echo") >&5
23930 (eval "$ac_compile") 2>conftest.er1
23931 ac_status=$?
23932 grep -v '^ *+' conftest.er1 >conftest.err
23933 rm -f conftest.er1
23934 cat conftest.err >&5
23935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23936 (exit $ac_status); } && {
23937 test -z "$ac_c_werror_flag" ||
23938 test ! -s conftest.err
23939 } && test -s conftest.$ac_objext; then
23940 ac_cv_member_ns_msg__msg_ptr=yes
23941 else
23942 $as_echo "$as_me: failed program was:" >&5
23943 sed 's/^/| /' conftest.$ac_ext >&5
23945 ac_cv_member_ns_msg__msg_ptr=no
23948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23953 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23954 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23955 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23957 cat >>confdefs.h <<_ACEOF
23958 #define HAVE_NS_MSG__MSG_PTR 1
23959 _ACEOF
23965 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23966 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23967 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23968 $as_echo_n "(cached) " >&6
23969 else
23970 cat >conftest.$ac_ext <<_ACEOF
23971 /* confdefs.h. */
23972 _ACEOF
23973 cat confdefs.h >>conftest.$ac_ext
23974 cat >>conftest.$ac_ext <<_ACEOF
23975 /* end confdefs.h. */
23976 #ifdef HAVE_SYS_TYPES_H
23977 #include <sys/types.h>
23978 #endif
23979 #ifdef HAVE_ALIAS_H
23980 #include <alias.h>
23981 #endif
23982 #ifdef HAVE_SYS_SOCKET_H
23983 #include <sys/socket.h>
23984 #endif
23985 #ifdef HAVE_SYS_SOCKETVAR_H
23986 #include <sys/socketvar.h>
23987 #endif
23988 #ifdef HAVE_SYS_TIMEOUT_H
23989 #include <sys/timeout.h>
23990 #endif
23991 #ifdef HAVE_NETINET_IN_H
23992 #include <netinet/in.h>
23993 #endif
23994 #ifdef HAVE_NETINET_IN_SYSTM_H
23995 #include <netinet/in_systm.h>
23996 #endif
23997 #ifdef HAVE_NETINET_IP_H
23998 #include <netinet/ip.h>
23999 #endif
24000 #ifdef HAVE_NETINET_IP_VAR_H
24001 #include <netinet/ip_var.h>
24002 #endif
24003 #ifdef HAVE_NETINET_IP_ICMP_H
24004 #include <netinet/ip_icmp.h>
24005 #endif
24006 #ifdef HAVE_NETINET_ICMP_VAR
24007 #include <netinet/icmp_var.h>
24008 #endif
24011 main ()
24013 static struct icmpstat ac_aggr;
24014 if (ac_aggr.icps_outhist)
24015 return 0;
24017 return 0;
24019 _ACEOF
24020 rm -f conftest.$ac_objext
24021 if { (ac_try="$ac_compile"
24022 case "(($ac_try" in
24023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24024 *) ac_try_echo=$ac_try;;
24025 esac
24026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24027 $as_echo "$ac_try_echo") >&5
24028 (eval "$ac_compile") 2>conftest.er1
24029 ac_status=$?
24030 grep -v '^ *+' conftest.er1 >conftest.err
24031 rm -f conftest.er1
24032 cat conftest.err >&5
24033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24034 (exit $ac_status); } && {
24035 test -z "$ac_c_werror_flag" ||
24036 test ! -s conftest.err
24037 } && test -s conftest.$ac_objext; then
24038 ac_cv_member_struct_icmpstat_icps_outhist=yes
24039 else
24040 $as_echo "$as_me: failed program was:" >&5
24041 sed 's/^/| /' conftest.$ac_ext >&5
24043 cat >conftest.$ac_ext <<_ACEOF
24044 /* confdefs.h. */
24045 _ACEOF
24046 cat confdefs.h >>conftest.$ac_ext
24047 cat >>conftest.$ac_ext <<_ACEOF
24048 /* end confdefs.h. */
24049 #ifdef HAVE_SYS_TYPES_H
24050 #include <sys/types.h>
24051 #endif
24052 #ifdef HAVE_ALIAS_H
24053 #include <alias.h>
24054 #endif
24055 #ifdef HAVE_SYS_SOCKET_H
24056 #include <sys/socket.h>
24057 #endif
24058 #ifdef HAVE_SYS_SOCKETVAR_H
24059 #include <sys/socketvar.h>
24060 #endif
24061 #ifdef HAVE_SYS_TIMEOUT_H
24062 #include <sys/timeout.h>
24063 #endif
24064 #ifdef HAVE_NETINET_IN_H
24065 #include <netinet/in.h>
24066 #endif
24067 #ifdef HAVE_NETINET_IN_SYSTM_H
24068 #include <netinet/in_systm.h>
24069 #endif
24070 #ifdef HAVE_NETINET_IP_H
24071 #include <netinet/ip.h>
24072 #endif
24073 #ifdef HAVE_NETINET_IP_VAR_H
24074 #include <netinet/ip_var.h>
24075 #endif
24076 #ifdef HAVE_NETINET_IP_ICMP_H
24077 #include <netinet/ip_icmp.h>
24078 #endif
24079 #ifdef HAVE_NETINET_ICMP_VAR
24080 #include <netinet/icmp_var.h>
24081 #endif
24084 main ()
24086 static struct icmpstat ac_aggr;
24087 if (sizeof ac_aggr.icps_outhist)
24088 return 0;
24090 return 0;
24092 _ACEOF
24093 rm -f conftest.$ac_objext
24094 if { (ac_try="$ac_compile"
24095 case "(($ac_try" in
24096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24097 *) ac_try_echo=$ac_try;;
24098 esac
24099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24100 $as_echo "$ac_try_echo") >&5
24101 (eval "$ac_compile") 2>conftest.er1
24102 ac_status=$?
24103 grep -v '^ *+' conftest.er1 >conftest.err
24104 rm -f conftest.er1
24105 cat conftest.err >&5
24106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24107 (exit $ac_status); } && {
24108 test -z "$ac_c_werror_flag" ||
24109 test ! -s conftest.err
24110 } && test -s conftest.$ac_objext; then
24111 ac_cv_member_struct_icmpstat_icps_outhist=yes
24112 else
24113 $as_echo "$as_me: failed program was:" >&5
24114 sed 's/^/| /' conftest.$ac_ext >&5
24116 ac_cv_member_struct_icmpstat_icps_outhist=no
24119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24124 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
24125 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
24126 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
24128 cat >>confdefs.h <<_ACEOF
24129 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
24130 _ACEOF
24136 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
24137 $as_echo_n "checking for timezone variable... " >&6; }
24138 if test "${ac_cv_have_timezone+set}" = set; then
24139 $as_echo_n "(cached) " >&6
24140 else
24141 cat >conftest.$ac_ext <<_ACEOF
24142 /* confdefs.h. */
24143 _ACEOF
24144 cat confdefs.h >>conftest.$ac_ext
24145 cat >>conftest.$ac_ext <<_ACEOF
24146 /* end confdefs.h. */
24147 #include <time.h>
24149 main ()
24151 timezone = 1
24153 return 0;
24155 _ACEOF
24156 rm -f conftest.$ac_objext conftest$ac_exeext
24157 if { (ac_try="$ac_link"
24158 case "(($ac_try" in
24159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24160 *) ac_try_echo=$ac_try;;
24161 esac
24162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24163 $as_echo "$ac_try_echo") >&5
24164 (eval "$ac_link") 2>conftest.er1
24165 ac_status=$?
24166 grep -v '^ *+' conftest.er1 >conftest.err
24167 rm -f conftest.er1
24168 cat conftest.err >&5
24169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24170 (exit $ac_status); } && {
24171 test -z "$ac_c_werror_flag" ||
24172 test ! -s conftest.err
24173 } && test -s conftest$ac_exeext && {
24174 test "$cross_compiling" = yes ||
24175 $as_test_x conftest$ac_exeext
24176 }; then
24177 ac_cv_have_timezone="yes"
24178 else
24179 $as_echo "$as_me: failed program was:" >&5
24180 sed 's/^/| /' conftest.$ac_ext >&5
24182 ac_cv_have_timezone="no"
24185 rm -rf conftest.dSYM
24186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24187 conftest$ac_exeext conftest.$ac_ext
24189 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24190 $as_echo "$ac_cv_have_timezone" >&6; }
24191 if test "$ac_cv_have_timezone" = "yes"
24192 then
24194 cat >>confdefs.h <<\_ACEOF
24195 #define HAVE_TIMEZONE 1
24196 _ACEOF
24199 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24200 $as_echo_n "checking for daylight variable... " >&6; }
24201 if test "${ac_cv_have_daylight+set}" = set; then
24202 $as_echo_n "(cached) " >&6
24203 else
24204 cat >conftest.$ac_ext <<_ACEOF
24205 /* confdefs.h. */
24206 _ACEOF
24207 cat confdefs.h >>conftest.$ac_ext
24208 cat >>conftest.$ac_ext <<_ACEOF
24209 /* end confdefs.h. */
24210 #include <time.h>
24212 main ()
24214 daylight = 1
24216 return 0;
24218 _ACEOF
24219 rm -f conftest.$ac_objext conftest$ac_exeext
24220 if { (ac_try="$ac_link"
24221 case "(($ac_try" in
24222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24223 *) ac_try_echo=$ac_try;;
24224 esac
24225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24226 $as_echo "$ac_try_echo") >&5
24227 (eval "$ac_link") 2>conftest.er1
24228 ac_status=$?
24229 grep -v '^ *+' conftest.er1 >conftest.err
24230 rm -f conftest.er1
24231 cat conftest.err >&5
24232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24233 (exit $ac_status); } && {
24234 test -z "$ac_c_werror_flag" ||
24235 test ! -s conftest.err
24236 } && test -s conftest$ac_exeext && {
24237 test "$cross_compiling" = yes ||
24238 $as_test_x conftest$ac_exeext
24239 }; then
24240 ac_cv_have_daylight="yes"
24241 else
24242 $as_echo "$as_me: failed program was:" >&5
24243 sed 's/^/| /' conftest.$ac_ext >&5
24245 ac_cv_have_daylight="no"
24248 rm -rf conftest.dSYM
24249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24250 conftest$ac_exeext conftest.$ac_ext
24252 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24253 $as_echo "$ac_cv_have_daylight" >&6; }
24254 if test "$ac_cv_have_daylight" = "yes"
24255 then
24257 cat >>confdefs.h <<\_ACEOF
24258 #define HAVE_DAYLIGHT 1
24259 _ACEOF
24263 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24264 $as_echo_n "checking for isinf... " >&6; }
24265 if test "${ac_cv_have_isinf+set}" = set; then
24266 $as_echo_n "(cached) " >&6
24267 else
24268 cat >conftest.$ac_ext <<_ACEOF
24269 /* confdefs.h. */
24270 _ACEOF
24271 cat confdefs.h >>conftest.$ac_ext
24272 cat >>conftest.$ac_ext <<_ACEOF
24273 /* end confdefs.h. */
24274 #include <math.h>
24276 main ()
24278 float f = 0.0; int i=isinf(f)
24280 return 0;
24282 _ACEOF
24283 rm -f conftest.$ac_objext conftest$ac_exeext
24284 if { (ac_try="$ac_link"
24285 case "(($ac_try" in
24286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24287 *) ac_try_echo=$ac_try;;
24288 esac
24289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24290 $as_echo "$ac_try_echo") >&5
24291 (eval "$ac_link") 2>conftest.er1
24292 ac_status=$?
24293 grep -v '^ *+' conftest.er1 >conftest.err
24294 rm -f conftest.er1
24295 cat conftest.err >&5
24296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24297 (exit $ac_status); } && {
24298 test -z "$ac_c_werror_flag" ||
24299 test ! -s conftest.err
24300 } && test -s conftest$ac_exeext && {
24301 test "$cross_compiling" = yes ||
24302 $as_test_x conftest$ac_exeext
24303 }; then
24304 ac_cv_have_isinf="yes"
24305 else
24306 $as_echo "$as_me: failed program was:" >&5
24307 sed 's/^/| /' conftest.$ac_ext >&5
24309 ac_cv_have_isinf="no"
24312 rm -rf conftest.dSYM
24313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24314 conftest$ac_exeext conftest.$ac_ext
24316 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24317 $as_echo "$ac_cv_have_isinf" >&6; }
24318 if test "$ac_cv_have_isinf" = "yes"
24319 then
24321 cat >>confdefs.h <<\_ACEOF
24322 #define HAVE_ISINF 1
24323 _ACEOF
24327 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24328 $as_echo_n "checking for isnan... " >&6; }
24329 if test "${ac_cv_have_isnan+set}" = set; then
24330 $as_echo_n "(cached) " >&6
24331 else
24332 cat >conftest.$ac_ext <<_ACEOF
24333 /* confdefs.h. */
24334 _ACEOF
24335 cat confdefs.h >>conftest.$ac_ext
24336 cat >>conftest.$ac_ext <<_ACEOF
24337 /* end confdefs.h. */
24338 #include <math.h>
24340 main ()
24342 float f = 0.0; int i=isnan(f)
24344 return 0;
24346 _ACEOF
24347 rm -f conftest.$ac_objext conftest$ac_exeext
24348 if { (ac_try="$ac_link"
24349 case "(($ac_try" in
24350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24351 *) ac_try_echo=$ac_try;;
24352 esac
24353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24354 $as_echo "$ac_try_echo") >&5
24355 (eval "$ac_link") 2>conftest.er1
24356 ac_status=$?
24357 grep -v '^ *+' conftest.er1 >conftest.err
24358 rm -f conftest.er1
24359 cat conftest.err >&5
24360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24361 (exit $ac_status); } && {
24362 test -z "$ac_c_werror_flag" ||
24363 test ! -s conftest.err
24364 } && test -s conftest$ac_exeext && {
24365 test "$cross_compiling" = yes ||
24366 $as_test_x conftest$ac_exeext
24367 }; then
24368 ac_cv_have_isnan="yes"
24369 else
24370 $as_echo "$as_me: failed program was:" >&5
24371 sed 's/^/| /' conftest.$ac_ext >&5
24373 ac_cv_have_isnan="no"
24376 rm -rf conftest.dSYM
24377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24378 conftest$ac_exeext conftest.$ac_ext
24380 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24381 $as_echo "$ac_cv_have_isnan" >&6; }
24382 if test "$ac_cv_have_isnan" = "yes"
24383 then
24385 cat >>confdefs.h <<\_ACEOF
24386 #define HAVE_ISNAN 1
24387 _ACEOF
24392 case $host_cpu in
24393 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24394 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24395 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24396 $as_echo_n "(cached) " >&6
24397 else
24398 cat >conftest.$ac_ext <<_ACEOF
24399 /* confdefs.h. */
24400 _ACEOF
24401 cat confdefs.h >>conftest.$ac_ext
24402 cat >>conftest.$ac_ext <<_ACEOF
24403 /* end confdefs.h. */
24404 #ifndef __i386__
24406 #endif
24407 _ACEOF
24408 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24409 $EGREP "yes" >/dev/null 2>&1; then
24410 ac_cv_cpp_def___i386__=yes
24411 else
24412 ac_cv_cpp_def___i386__=no
24414 rm -f conftest*
24417 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24418 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24419 if test $ac_cv_cpp_def___i386__ = yes; then
24420 CFLAGS="$CFLAGS -D__i386__"
24421 LINTFLAGS="$LINTFLAGS -D__i386__"
24424 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24425 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24426 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24427 $as_echo_n "(cached) " >&6
24428 else
24429 cat >conftest.$ac_ext <<_ACEOF
24430 /* confdefs.h. */
24431 _ACEOF
24432 cat confdefs.h >>conftest.$ac_ext
24433 cat >>conftest.$ac_ext <<_ACEOF
24434 /* end confdefs.h. */
24435 #ifndef __x86_64__
24437 #endif
24438 _ACEOF
24439 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24440 $EGREP "yes" >/dev/null 2>&1; then
24441 ac_cv_cpp_def___x86_64__=yes
24442 else
24443 ac_cv_cpp_def___x86_64__=no
24445 rm -f conftest*
24448 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24449 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24450 if test $ac_cv_cpp_def___x86_64__ = yes; then
24451 CFLAGS="$CFLAGS -D__x86_64__"
24452 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24455 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24456 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24457 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24458 $as_echo_n "(cached) " >&6
24459 else
24460 cat >conftest.$ac_ext <<_ACEOF
24461 /* confdefs.h. */
24462 _ACEOF
24463 cat confdefs.h >>conftest.$ac_ext
24464 cat >>conftest.$ac_ext <<_ACEOF
24465 /* end confdefs.h. */
24466 #ifndef __ALPHA__
24468 #endif
24469 _ACEOF
24470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24471 $EGREP "yes" >/dev/null 2>&1; then
24472 ac_cv_cpp_def___ALPHA__=yes
24473 else
24474 ac_cv_cpp_def___ALPHA__=no
24476 rm -f conftest*
24479 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24480 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24481 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24482 CFLAGS="$CFLAGS -D__ALPHA__"
24483 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24486 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24487 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24488 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24489 $as_echo_n "(cached) " >&6
24490 else
24491 cat >conftest.$ac_ext <<_ACEOF
24492 /* confdefs.h. */
24493 _ACEOF
24494 cat confdefs.h >>conftest.$ac_ext
24495 cat >>conftest.$ac_ext <<_ACEOF
24496 /* end confdefs.h. */
24497 #ifndef __sparc__
24499 #endif
24500 _ACEOF
24501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24502 $EGREP "yes" >/dev/null 2>&1; then
24503 ac_cv_cpp_def___sparc__=yes
24504 else
24505 ac_cv_cpp_def___sparc__=no
24507 rm -f conftest*
24510 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24511 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24512 if test $ac_cv_cpp_def___sparc__ = yes; then
24513 CFLAGS="$CFLAGS -D__sparc__"
24514 LINTFLAGS="$LINTFLAGS -D__sparc__"
24517 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24518 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24519 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24520 $as_echo_n "(cached) " >&6
24521 else
24522 cat >conftest.$ac_ext <<_ACEOF
24523 /* confdefs.h. */
24524 _ACEOF
24525 cat confdefs.h >>conftest.$ac_ext
24526 cat >>conftest.$ac_ext <<_ACEOF
24527 /* end confdefs.h. */
24528 #ifndef __powerpc__
24530 #endif
24531 _ACEOF
24532 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24533 $EGREP "yes" >/dev/null 2>&1; then
24534 ac_cv_cpp_def___powerpc__=yes
24535 else
24536 ac_cv_cpp_def___powerpc__=no
24538 rm -f conftest*
24541 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24542 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24543 if test $ac_cv_cpp_def___powerpc__ = yes; then
24544 CFLAGS="$CFLAGS -D__powerpc__"
24545 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24548 esac
24550 case $host_vendor in
24551 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24552 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24553 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24554 $as_echo_n "(cached) " >&6
24555 else
24556 cat >conftest.$ac_ext <<_ACEOF
24557 /* confdefs.h. */
24558 _ACEOF
24559 cat confdefs.h >>conftest.$ac_ext
24560 cat >>conftest.$ac_ext <<_ACEOF
24561 /* end confdefs.h. */
24562 #ifndef __sun__
24564 #endif
24565 _ACEOF
24566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24567 $EGREP "yes" >/dev/null 2>&1; then
24568 ac_cv_cpp_def___sun__=yes
24569 else
24570 ac_cv_cpp_def___sun__=no
24572 rm -f conftest*
24575 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24576 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24577 if test $ac_cv_cpp_def___sun__ = yes; then
24578 CFLAGS="$CFLAGS -D__sun__"
24579 LINTFLAGS="$LINTFLAGS -D__sun__"
24582 esac
24585 DEPENDENCIES="### Dependencies:
24587 .INIT: Makefile
24588 .BEGIN: Makefile
24589 .MAKEFILEDEPS:
24590 Makefile: dummy
24591 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24593 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24594 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24595 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24596 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24597 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24600 ALL_MAKERULES=""
24602 ALL_MAKEFILES=""
24604 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24607 ALL_TOP_DIRS=""
24609 ALL_DLL_DIRS=""
24611 ALL_IMPLIB_DIRS=""
24613 ALL_TEST_DIRS=""
24615 ALL_PROGRAM_DIRS=""
24617 ALL_PROGRAM_INSTALL_DIRS=""
24619 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24625 ac_config_commands="$ac_config_commands include/stamp-h"
24628 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24630 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24632 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24634 ac_config_commands="$ac_config_commands dlls/user32/resources"
24636 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24638 ac_config_commands="$ac_config_commands include/wine"
24641 ALL_MAKERULES="$ALL_MAKERULES \\
24642 Make.rules"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 Make.rules: Make.rules.in"
24645 MAKE_RULES=Make.rules
24646 ac_config_files="$ac_config_files Make.rules"
24648 ALL_MAKERULES="$ALL_MAKERULES \\
24649 dlls/Makedll.rules"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24652 MAKE_DLL_RULES=dlls/Makedll.rules
24653 ac_config_files="$ac_config_files dlls/Makedll.rules"
24655 ALL_MAKERULES="$ALL_MAKERULES \\
24656 dlls/Makeimplib.rules"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24659 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24660 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24662 ALL_MAKERULES="$ALL_MAKERULES \\
24663 dlls/Maketest.rules"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24666 MAKE_TEST_RULES=dlls/Maketest.rules
24667 ac_config_files="$ac_config_files dlls/Maketest.rules"
24669 ALL_MAKERULES="$ALL_MAKERULES \\
24670 programs/Makeprog.rules"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24673 MAKE_PROG_RULES=programs/Makeprog.rules
24674 ac_config_files="$ac_config_files programs/Makeprog.rules"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 Makefile: Makefile.in Make.rules"
24681 ac_config_files="$ac_config_files Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/Makefile"
24685 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24686 dlls"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/Makefile: dlls/Makefile.in Make.rules"
24689 ac_config_files="$ac_config_files dlls/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/acledit/Makefile"
24693 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 acledit"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/aclui/Makefile"
24701 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 aclui"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/activeds/Makefile"
24709 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 activeds"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/actxprxy/Makefile"
24717 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 actxprxy"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/adsiid/Makefile"
24725 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24726 adsiid"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24729 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/advapi32/Makefile"
24733 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 advapi32"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/advapi32/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 advapi32/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/advpack/Makefile"
24749 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 advpack"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/advpack/tests/Makefile"
24757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24758 advpack/tests"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/amstream/Makefile"
24765 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 amstream"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/amstream/tests/Makefile"
24773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24774 amstream/tests"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24777 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/appwiz.cpl/Makefile"
24781 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 appwiz.cpl"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/atl/Makefile"
24789 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 atl"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/atl/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/authz/Makefile"
24797 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 authz"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/authz/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/avicap32/Makefile"
24805 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 avicap32"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/avifil32/Makefile"
24813 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 avifil32"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/avifile.dll16/Makefile"
24821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 avifile.dll16"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/bcrypt/Makefile"
24829 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 bcrypt"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/browseui/Makefile"
24837 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 browseui"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/browseui/tests/Makefile"
24845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846 browseui/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/cabinet/Makefile"
24853 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 cabinet"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/cabinet/tests/Makefile"
24861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862 cabinet/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/capi2032/Makefile"
24869 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 capi2032"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/cards/Makefile"
24877 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 cards"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/cards/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/cfgmgr32/Makefile"
24885 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 cfgmgr32"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/clusapi/Makefile"
24893 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 clusapi"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/comcat/Makefile"
24901 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 comcat"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/comcat/tests/Makefile"
24909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24910 comcat/tests"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24913 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/comctl32/Makefile"
24917 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 comctl32"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/comctl32/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 comctl32/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/comdlg32/Makefile"
24933 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 comdlg32"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/comdlg32/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 comdlg32/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/comm.drv16/Makefile"
24949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 comm.drv16"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/compobj.dll16/Makefile"
24957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 compobj.dll16"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/compstui/Makefile"
24965 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 compstui"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/credui/Makefile"
24973 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 credui"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/credui/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/credui/tests/Makefile"
24981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 credui/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/crtdll/Makefile"
24989 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 crtdll"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/crypt32/Makefile"
24997 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 crypt32"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/crypt32/tests/Makefile"
25005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25006 crypt32/tests"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/cryptdlg/Makefile"
25013 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 cryptdlg"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/cryptdll/Makefile"
25021 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 cryptdll"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/cryptnet/Makefile"
25029 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 cryptnet"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/cryptnet/tests/Makefile"
25037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 cryptnet/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/cryptui/Makefile"
25045 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 cryptui"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/cryptui/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 cryptui/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/ctapi32/Makefile"
25061 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 ctapi32"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/ctl3d.dll16/Makefile"
25069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 ctl3d.dll16"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/ctl3d32/Makefile"
25077 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 ctl3d32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/ctl3dv2.dll16/Makefile"
25085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 ctl3dv2.dll16"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/d3d10/Makefile"
25093 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 d3d10"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/d3d10/tests/Makefile"
25101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102 d3d10/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/d3d10core/Makefile"
25109 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 d3d10core"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/d3d10core/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118 d3d10core/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/d3d8/Makefile"
25125 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 d3d8"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/d3d8/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134 d3d8/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/d3d9/Makefile"
25141 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 d3d9"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/d3d9/tests/Makefile"
25149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25150 d3d9/tests"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/d3dim/Makefile"
25157 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 d3dim"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/d3drm/Makefile"
25165 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 d3drm"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/d3drm/tests/Makefile"
25173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25174 d3drm/tests"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25177 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/d3dx9_24/Makefile"
25181 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 d3dx9_24"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/d3dx9_25/Makefile"
25189 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 d3dx9_25"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/d3dx9_26/Makefile"
25197 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 d3dx9_26"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/d3dx9_27/Makefile"
25205 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 d3dx9_27"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/d3dx9_28/Makefile"
25213 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 d3dx9_28"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/d3dx9_29/Makefile"
25221 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 d3dx9_29"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/d3dx9_30/Makefile"
25229 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 d3dx9_30"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/d3dx9_31/Makefile"
25237 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 d3dx9_31"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/d3dx9_32/Makefile"
25245 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 d3dx9_32"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/d3dx9_33/Makefile"
25253 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 d3dx9_33"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/d3dx9_34/Makefile"
25261 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 d3dx9_34"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/d3dx9_35/Makefile"
25269 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 d3dx9_35"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/d3dx9_36/Makefile"
25277 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 d3dx9_36"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/d3dx9_36/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286 d3dx9_36/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/d3dx9_37/Makefile"
25293 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 d3dx9_37"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/d3dx9_38/Makefile"
25301 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 d3dx9_38"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/d3dx9_39/Makefile"
25309 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 d3dx9_39"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/d3dx9_40/Makefile"
25317 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 d3dx9_40"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/d3dx9_41/Makefile"
25325 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 d3dx9_41"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/d3dxof/Makefile"
25333 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 d3dxof"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/d3dxof/tests/Makefile"
25341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25342 d3dxof/tests"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25345 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/dbghelp/Makefile"
25349 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 dbghelp"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/dciman32/Makefile"
25357 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 dciman32"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/ddeml.dll16/Makefile"
25365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 ddeml.dll16"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/ddraw/Makefile"
25373 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 ddraw"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/ddraw/tests/Makefile"
25381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25382 ddraw/tests"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25385 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/ddrawex/Makefile"
25389 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 ddrawex"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/ddrawex/tests/Makefile"
25397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398 ddrawex/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/devenum/Makefile"
25405 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 devenum"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/dinput/Makefile"
25413 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 dinput"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/dinput/tests/Makefile"
25421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25422 dinput/tests"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/dinput8/Makefile"
25429 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 dinput8"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/dispdib.dll16/Makefile"
25437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 dispdib.dll16"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/display.drv16/Makefile"
25445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 display.drv16"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/dmband/Makefile"
25453 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 dmband"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/dmcompos/Makefile"
25461 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 dmcompos"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/dmime/Makefile"
25469 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 dmime"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/dmloader/Makefile"
25477 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 dmloader"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/dmscript/Makefile"
25485 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 dmscript"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/dmstyle/Makefile"
25493 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 dmstyle"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/dmsynth/Makefile"
25501 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 dmsynth"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/dmusic/Makefile"
25509 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 dmusic"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/dmusic32/Makefile"
25517 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 dmusic32"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/dnsapi/Makefile"
25525 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 dnsapi"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/dnsapi/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534 dnsapi/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/dplay/Makefile"
25541 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 dplay"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/dplayx/Makefile"
25549 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 dplayx"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/dplayx/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558 dplayx/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/dpnaddr/Makefile"
25565 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 dpnaddr"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/dpnet/Makefile"
25573 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 dpnet"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/dpnhpast/Makefile"
25581 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 dpnhpast"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/dpnlobby/Makefile"
25589 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 dpnlobby"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/dpwsockx/Makefile"
25597 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 dpwsockx"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/drmclien/Makefile"
25605 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 drmclien"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/dsound/Makefile"
25613 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 dsound"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/dsound/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622 dsound/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/dssenh/Makefile"
25629 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 dssenh"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/dswave/Makefile"
25637 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 dswave"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/dwmapi/Makefile"
25645 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 dwmapi"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/dxdiagn/Makefile"
25653 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 dxdiagn"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/dxerr8/Makefile"
25661 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25662 dxerr8"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25665 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/dxerr9/Makefile"
25669 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25670 dxerr9"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25673 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/dxgi/Makefile"
25677 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 dxgi"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/dxgi/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 dxgi/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/dxguid/Makefile"
25693 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25694 dxguid"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25697 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/faultrep/Makefile"
25701 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 faultrep"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/fusion/Makefile"
25709 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 fusion"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/fusion/tests/Makefile"
25717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25718 fusion/tests"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25721 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/gdi32/Makefile"
25725 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 gdi32"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/gdi32/tests/Makefile"
25733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25734 gdi32/tests"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25737 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/gdiplus/Makefile"
25741 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 gdiplus"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/gdiplus/tests/Makefile"
25749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25750 gdiplus/tests"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25753 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/glu32/Makefile"
25757 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 glu32"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/gphoto2.ds/Makefile"
25765 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 gphoto2.ds"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/gpkcsp/Makefile"
25773 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 gpkcsp"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/hal/Makefile"
25781 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 hal"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/hal/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/hhctrl.ocx/Makefile"
25789 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 hhctrl.ocx"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/hid/Makefile"
25797 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 hid"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/hid/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/hlink/Makefile"
25805 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 hlink"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/hlink/tests/Makefile"
25813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25814 hlink/tests"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25817 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/hnetcfg/Makefile"
25821 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 hnetcfg"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/httpapi/Makefile"
25829 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 httpapi"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/iccvid/Makefile"
25837 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 iccvid"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/icmp/Makefile"
25845 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 icmp"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/ifsmgr.vxd/Makefile"
25853 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 ifsmgr.vxd"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/imaadp32.acm/Makefile"
25861 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 imaadp32.acm"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/imagehlp/Makefile"
25869 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 imagehlp"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/imm.dll16/Makefile"
25877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 imm.dll16"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/imm32/Makefile"
25885 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 imm32"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/imm32/tests/Makefile"
25893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25894 imm32/tests"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25897 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/inetcomm/Makefile"
25901 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 inetcomm"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/inetcomm/tests/Makefile"
25909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25910 inetcomm/tests"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25913 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/inetmib1/Makefile"
25917 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 inetmib1"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/inetmib1/tests/Makefile"
25925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25926 inetmib1/tests"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25929 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/infosoft/Makefile"
25933 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 infosoft"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/infosoft/tests/Makefile"
25941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25942 infosoft/tests"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25945 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/initpki/Makefile"
25949 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 initpki"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/inkobj/Makefile"
25957 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 inkobj"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/inseng/Makefile"
25965 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 inseng"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/iphlpapi/Makefile"
25973 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 iphlpapi"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/iphlpapi/tests/Makefile"
25981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25982 iphlpapi/tests"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25985 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/itircl/Makefile"
25989 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 itircl"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/itss/Makefile"
25997 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 itss"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/itss/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/itss/tests/Makefile"
26005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26006 itss/tests"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
26009 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/jscript/Makefile"
26013 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 jscript"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/jscript/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/jscript/tests/Makefile"
26021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26022 jscript/tests"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
26025 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/kernel32/Makefile"
26029 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 kernel32"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/kernel32/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038 kernel32/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/keyboard.drv16/Makefile"
26045 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 keyboard.drv16"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/loadperf/Makefile"
26053 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 loadperf"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/localspl/Makefile"
26061 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 localspl"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/localspl/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/localspl/tests/Makefile"
26069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26070 localspl/tests"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
26073 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/localui/Makefile"
26077 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 localui"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/localui/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/localui/tests/Makefile"
26085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26086 localui/tests"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
26089 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/lz32/Makefile"
26093 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 lz32"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/lz32/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/lz32/tests/Makefile"
26101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26102 lz32/tests"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
26105 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/lzexpand.dll16/Makefile"
26109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 lzexpand.dll16"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/mapi32/Makefile"
26117 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 mapi32"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/mapi32/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126 mapi32/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/mciavi32/Makefile"
26133 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 mciavi32"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/mcicda/Makefile"
26141 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 mcicda"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/mciqtz32/Makefile"
26149 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150 mciqtz32"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/mciseq/Makefile"
26157 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 mciseq"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/mciwave/Makefile"
26165 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 mciwave"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/midimap/Makefile"
26173 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 midimap"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/mlang/Makefile"
26181 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 mlang"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/mlang/tests/Makefile"
26189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26190 mlang/tests"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26193 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/mmdevldr.vxd/Makefile"
26197 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 mmdevldr.vxd"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/monodebg.vxd/Makefile"
26205 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 monodebg.vxd"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/mountmgr.sys/Makefile"
26213 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 mountmgr.sys"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/mouse.drv16/Makefile"
26221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 mouse.drv16"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/mpr/Makefile"
26229 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 mpr"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/mprapi/Makefile"
26237 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 mprapi"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/msacm.dll16/Makefile"
26245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 msacm.dll16"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/msacm32.drv/Makefile"
26253 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 msacm32.drv"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/msacm32/Makefile"
26261 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 msacm32"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/msacm32/tests/Makefile"
26269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26270 msacm32/tests"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26273 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/msadp32.acm/Makefile"
26277 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 msadp32.acm"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/mscat32/Makefile"
26285 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 mscat32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/mscms/Makefile"
26293 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 mscms"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/mscms/tests/Makefile"
26301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26302 mscms/tests"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26305 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/mscoree/Makefile"
26309 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 mscoree"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/msctf/Makefile"
26317 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 msctf"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/msctf/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 msctf/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/msdmo/Makefile"
26333 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 msdmo"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/msftedit/Makefile"
26341 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 msftedit"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/msg711.acm/Makefile"
26349 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 msg711.acm"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/mshtml.tlb/Makefile"
26357 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 mshtml.tlb"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/mshtml/Makefile"
26365 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 mshtml"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/mshtml/tests/Makefile"
26373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26374 mshtml/tests"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26377 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/msi/Makefile"
26381 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 msi"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/msi/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/msi/tests/Makefile"
26389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26390 msi/tests"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26393 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/msimg32/Makefile"
26397 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 msimg32"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/msimtf/Makefile"
26405 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 msimtf"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/msisip/Makefile"
26413 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 msisip"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/msisys.ocx/Makefile"
26421 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 msisys.ocx"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/msnet32/Makefile"
26429 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 msnet32"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/msrle32/Makefile"
26437 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 msrle32"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/mssign32/Makefile"
26445 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 mssign32"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/mssip32/Makefile"
26453 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 mssip32"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/mstask/Makefile"
26461 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 mstask"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/mstask/tests/Makefile"
26469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26470 mstask/tests"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26473 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/msvcirt/Makefile"
26477 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 msvcirt"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/msvcr71/Makefile"
26485 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 msvcr71"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/msvcrt/Makefile"
26493 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 msvcrt"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/msvcrt/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502 msvcrt/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/msvcrt20/Makefile"
26509 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510 msvcrt20"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/msvcrt40/Makefile"
26517 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 msvcrt40"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/msvcrtd/Makefile"
26525 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 msvcrtd"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/msvcrtd/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534 msvcrtd/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/msvfw32/Makefile"
26541 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542 msvfw32"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/msvfw32/tests/Makefile"
26549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26550 msvfw32/tests"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26553 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/msvidc32/Makefile"
26557 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558 msvidc32"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/msvideo.dll16/Makefile"
26565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 msvideo.dll16"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/mswsock/Makefile"
26573 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574 mswsock"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/msxml3/Makefile"
26581 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 msxml3"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/msxml3/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590 msxml3/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/nddeapi/Makefile"
26597 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598 nddeapi"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/netapi32/Makefile"
26605 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 netapi32"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/netapi32/tests/Makefile"
26613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26614 netapi32/tests"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26617 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/newdev/Makefile"
26621 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 newdev"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/ntdll/Makefile"
26629 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630 ntdll"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/ntdll/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638 ntdll/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/ntdsapi/Makefile"
26645 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646 ntdsapi"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/ntdsapi/tests/Makefile"
26653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26654 ntdsapi/tests"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26657 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/ntoskrnl.exe/Makefile"
26661 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 ntoskrnl.exe"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/ntprint/Makefile"
26669 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 ntprint"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/ntprint/tests/Makefile"
26677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26678 ntprint/tests"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26681 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/objsel/Makefile"
26685 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 objsel"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/odbc32/Makefile"
26693 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694 odbc32"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/odbccp32/Makefile"
26701 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 odbccp32"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/odbccp32/tests/Makefile"
26709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26710 odbccp32/tests"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26713 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/ole2.dll16/Makefile"
26717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 ole2.dll16"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/ole2conv.dll16/Makefile"
26725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 ole2conv.dll16"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/ole2disp.dll16/Makefile"
26733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734 ole2disp.dll16"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/ole2nls.dll16/Makefile"
26741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 ole2nls.dll16"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/ole2prox.dll16/Makefile"
26749 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750 ole2prox.dll16"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/ole2thk.dll16/Makefile"
26757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 ole2thk.dll16"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/ole32/Makefile"
26765 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 ole32"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/ole32/tests/Makefile"
26773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26774 ole32/tests"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26777 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/oleacc/Makefile"
26781 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 oleacc"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/oleacc/tests/Makefile"
26789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26790 oleacc/tests"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26793 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/oleaut32/Makefile"
26797 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 oleaut32"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/oleaut32/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806 oleaut32/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/olecli.dll16/Makefile"
26813 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 olecli.dll16"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/olecli32/Makefile"
26821 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 olecli32"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/oledlg/Makefile"
26829 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830 oledlg"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/olepro32/Makefile"
26837 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 olepro32"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/olesvr.dll16/Makefile"
26845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 olesvr.dll16"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/olesvr32/Makefile"
26853 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 olesvr32"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/olethk32/Makefile"
26861 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 olethk32"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/opengl32/Makefile"
26869 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26870 opengl32"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26873 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/opengl32/tests/Makefile"
26877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26878 opengl32/tests"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26881 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/pdh/Makefile"
26885 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 pdh"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/pdh/tests/Makefile"
26893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26894 pdh/tests"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26897 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/pidgen/Makefile"
26901 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 pidgen"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/powrprof/Makefile"
26909 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 powrprof"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/printui/Makefile"
26917 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918 printui"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/printui/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/propsys/Makefile"
26925 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 propsys"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/psapi/Makefile"
26933 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 psapi"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/psapi/tests/Makefile"
26941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26942 psapi/tests"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26945 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/pstorec/Makefile"
26949 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 pstorec"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/qcap/Makefile"
26957 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26958 qcap"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26961 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/qedit/Makefile"
26965 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 qedit"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/qedit/tests/Makefile"
26973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26974 qedit/tests"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26977 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/qmgr/Makefile"
26981 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 qmgr"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/qmgr/tests/Makefile"
26989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26990 qmgr/tests"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26993 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/qmgrprxy/Makefile"
26997 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 qmgrprxy"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/quartz/Makefile"
27005 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006 quartz"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/quartz/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/quartz/tests/Makefile"
27013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27014 quartz/tests"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
27017 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/query/Makefile"
27021 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 query"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/query/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/rasapi16.dll16/Makefile"
27029 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030 rasapi16.dll16"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/rasapi32/Makefile"
27037 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 rasapi32"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/rasapi32/tests/Makefile"
27045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27046 rasapi32/tests"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
27049 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/rasdlg/Makefile"
27053 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 rasdlg"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/resutils/Makefile"
27061 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062 resutils"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/resutils/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/riched20/Makefile"
27069 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 riched20"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/riched20/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/riched20/tests/Makefile"
27077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27078 riched20/tests"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
27081 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/riched32/Makefile"
27085 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 riched32"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/riched32/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/riched32/tests/Makefile"
27093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27094 riched32/tests"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
27097 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/rpcrt4/Makefile"
27101 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 rpcrt4"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/rpcrt4/tests/Makefile"
27109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27110 rpcrt4/tests"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
27113 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/rsabase/Makefile"
27117 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 rsabase"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/rsaenh/Makefile"
27125 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 rsaenh"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/rsaenh/tests/Makefile"
27133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27134 rsaenh/tests"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27137 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/rtutils/Makefile"
27141 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 rtutils"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/sane.ds/Makefile"
27149 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 sane.ds"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/sccbase/Makefile"
27157 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158 sccbase"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/schannel/Makefile"
27165 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 schannel"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/schannel/tests/Makefile"
27173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27174 schannel/tests"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27177 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/secur32/Makefile"
27181 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 secur32"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/secur32/tests/Makefile"
27189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27190 secur32/tests"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27193 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/security/Makefile"
27197 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 security"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/security/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/sensapi/Makefile"
27205 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27206 sensapi"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27209 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/serialui/Makefile"
27213 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 serialui"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/serialui/tests/Makefile"
27221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27222 serialui/tests"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27225 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/setupapi/Makefile"
27229 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 setupapi"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/setupapi/tests/Makefile"
27237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27238 setupapi/tests"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27241 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/sfc/Makefile"
27245 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 sfc"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/sfc_os/Makefile"
27253 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 sfc_os"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/shdoclc/Makefile"
27261 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 shdoclc"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/shdocvw/Makefile"
27269 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27270 shdocvw"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27273 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/shdocvw/tests/Makefile"
27277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27278 shdocvw/tests"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27281 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/shell.dll16/Makefile"
27285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286 shell.dll16"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/shell32/Makefile"
27293 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 shell32"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/shell32/tests/Makefile"
27301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27302 shell32/tests"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27305 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/shfolder/Makefile"
27309 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 shfolder"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/shlwapi/Makefile"
27317 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 shlwapi"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/shlwapi/tests/Makefile"
27325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27326 shlwapi/tests"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27329 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/slbcsp/Makefile"
27333 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334 slbcsp"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/slc/Makefile"
27341 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 slc"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/slc/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/snmpapi/Makefile"
27349 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 snmpapi"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/snmpapi/tests/Makefile"
27357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27358 snmpapi/tests"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27361 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/softpub/Makefile"
27365 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 softpub"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/sound.drv16/Makefile"
27373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374 sound.drv16"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/spoolss/Makefile"
27381 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 spoolss"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/spoolss/tests/Makefile"
27389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27390 spoolss/tests"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27393 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/stdole2.tlb/Makefile"
27397 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 stdole2.tlb"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/stdole32.tlb/Makefile"
27405 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 stdole32.tlb"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/sti/Makefile"
27413 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414 sti"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/sti/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/storage.dll16/Makefile"
27421 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 storage.dll16"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/stress.dll16/Makefile"
27429 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27430 stress.dll16"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27433 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/strmiids/Makefile"
27437 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27438 strmiids"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27441 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/svrapi/Makefile"
27445 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 svrapi"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/sxs/Makefile"
27453 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27454 sxs"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27457 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/t2embed/Makefile"
27461 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 t2embed"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/tapi32/Makefile"
27469 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27470 tapi32"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27473 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/traffic/Makefile"
27477 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 traffic"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 dlls/twain.dll16/Makefile"
27485 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27486 twain.dll16"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27489 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 dlls/twain_32/Makefile"
27493 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27494 twain_32"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27497 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 dlls/twain_32/tests/Makefile"
27501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27502 twain_32/tests"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27505 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 dlls/typelib.dll16/Makefile"
27509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27510 typelib.dll16"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27513 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 dlls/unicows/Makefile"
27517 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27518 unicows"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27521 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524 dlls/updspapi/Makefile"
27525 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27526 updspapi"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27529 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 dlls/url/Makefile"
27533 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27534 url"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27537 ac_config_files="$ac_config_files dlls/url/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 dlls/urlmon/Makefile"
27541 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27542 urlmon"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27545 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 dlls/urlmon/tests/Makefile"
27549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27550 urlmon/tests"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27553 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 dlls/user32/Makefile"
27557 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27558 user32"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27561 ac_config_files="$ac_config_files dlls/user32/Makefile"
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564 dlls/user32/tests/Makefile"
27565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27566 user32/tests"
27567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27568 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27569 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27571 ALL_MAKEFILES="$ALL_MAKEFILES \\
27572 dlls/userenv/Makefile"
27573 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27574 userenv"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27577 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 dlls/userenv/tests/Makefile"
27581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27582 userenv/tests"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27585 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 dlls/usp10/Makefile"
27589 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27590 usp10"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27593 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596 dlls/usp10/tests/Makefile"
27597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27598 usp10/tests"
27599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27600 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27601 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27603 ALL_MAKEFILES="$ALL_MAKEFILES \\
27604 dlls/uuid/Makefile"
27605 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27606 uuid"
27607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27608 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27609 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27611 ALL_MAKEFILES="$ALL_MAKEFILES \\
27612 dlls/uxtheme/Makefile"
27613 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27614 uxtheme"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27617 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 dlls/uxtheme/tests/Makefile"
27621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27622 uxtheme/tests"
27623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27624 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27625 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27627 ALL_MAKEFILES="$ALL_MAKEFILES \\
27628 dlls/vdhcp.vxd/Makefile"
27629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27630 vdhcp.vxd"
27631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27632 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27633 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27635 ALL_MAKEFILES="$ALL_MAKEFILES \\
27636 dlls/vdmdbg/Makefile"
27637 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27638 vdmdbg"
27639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27640 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27641 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27643 ALL_MAKEFILES="$ALL_MAKEFILES \\
27644 dlls/version/Makefile"
27645 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27646 version"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27649 ac_config_files="$ac_config_files dlls/version/Makefile"
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652 dlls/version/tests/Makefile"
27653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27654 version/tests"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27657 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 dlls/vmm.vxd/Makefile"
27661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27662 vmm.vxd"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27665 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668 dlls/vnbt.vxd/Makefile"
27669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27670 vnbt.vxd"
27671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27672 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27673 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27675 ALL_MAKEFILES="$ALL_MAKEFILES \\
27676 dlls/vnetbios.vxd/Makefile"
27677 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27678 vnetbios.vxd"
27679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27680 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27681 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27683 ALL_MAKEFILES="$ALL_MAKEFILES \\
27684 dlls/vtdapi.vxd/Makefile"
27685 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27686 vtdapi.vxd"
27687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27688 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27689 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27691 ALL_MAKEFILES="$ALL_MAKEFILES \\
27692 dlls/vwin32.vxd/Makefile"
27693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27694 vwin32.vxd"
27695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27696 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27697 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27699 ALL_MAKEFILES="$ALL_MAKEFILES \\
27700 dlls/w32skrnl/Makefile"
27701 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27702 w32skrnl"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27705 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708 dlls/w32sys.dll16/Makefile"
27709 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27710 w32sys.dll16"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27713 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 dlls/wbemprox/Makefile"
27717 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27718 wbemprox"
27719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27720 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27721 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27723 ALL_MAKEFILES="$ALL_MAKEFILES \\
27724 dlls/win32s16.dll16/Makefile"
27725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27726 win32s16.dll16"
27727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27728 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27729 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27731 ALL_MAKEFILES="$ALL_MAKEFILES \\
27732 dlls/win87em.dll16/Makefile"
27733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27734 win87em.dll16"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27737 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740 dlls/winaspi.dll16/Makefile"
27741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27742 winaspi.dll16"
27743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27744 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27745 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27747 ALL_MAKEFILES="$ALL_MAKEFILES \\
27748 dlls/windebug.dll16/Makefile"
27749 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27750 windebug.dll16"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27753 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756 dlls/windowscodecs/Makefile"
27757 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27758 windowscodecs"
27759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27760 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27761 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27763 ALL_MAKEFILES="$ALL_MAKEFILES \\
27764 dlls/windowscodecs/tests/Makefile"
27765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27766 windowscodecs/tests"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27769 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 dlls/winealsa.drv/Makefile"
27773 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27774 winealsa.drv"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27777 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 dlls/wineaudioio.drv/Makefile"
27781 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27782 wineaudioio.drv"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27785 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788 dlls/winecoreaudio.drv/Makefile"
27789 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27790 winecoreaudio.drv"
27791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27792 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27793 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27795 ALL_MAKEFILES="$ALL_MAKEFILES \\
27796 dlls/winecrt0/Makefile"
27797 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27798 winecrt0"
27799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27800 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27801 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27803 ALL_MAKEFILES="$ALL_MAKEFILES \\
27804 dlls/wined3d/Makefile"
27805 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27806 wined3d"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27809 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 dlls/winedos/Makefile"
27813 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27814 winedos"
27815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27816 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27817 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27819 ALL_MAKEFILES="$ALL_MAKEFILES \\
27820 dlls/wineesd.drv/Makefile"
27821 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27822 wineesd.drv"
27823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27824 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27825 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27827 ALL_MAKEFILES="$ALL_MAKEFILES \\
27828 dlls/winejack.drv/Makefile"
27829 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27830 winejack.drv"
27831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27832 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27833 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27835 ALL_MAKEFILES="$ALL_MAKEFILES \\
27836 dlls/winejoystick.drv/Makefile"
27837 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27838 winejoystick.drv"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27841 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 dlls/winemp3.acm/Makefile"
27845 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27846 winemp3.acm"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27849 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 dlls/winenas.drv/Makefile"
27853 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27854 winenas.drv"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27857 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860 dlls/wineoss.drv/Makefile"
27861 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27862 wineoss.drv"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27865 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868 dlls/wineps.drv/Makefile"
27869 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27870 wineps.drv"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27873 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876 dlls/winequartz.drv/Makefile"
27877 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27878 winequartz.drv"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27881 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884 dlls/winex11.drv/Makefile"
27885 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27886 winex11.drv"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27889 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 dlls/wing32/Makefile"
27893 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27894 wing32"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27897 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900 dlls/winhttp/Makefile"
27901 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27902 winhttp"
27903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27904 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27905 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27907 ALL_MAKEFILES="$ALL_MAKEFILES \\
27908 dlls/winhttp/tests/Makefile"
27909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27910 winhttp/tests"
27911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27912 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27913 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27915 ALL_MAKEFILES="$ALL_MAKEFILES \\
27916 dlls/wininet/Makefile"
27917 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27918 wininet"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27921 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 dlls/wininet/tests/Makefile"
27925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27926 wininet/tests"
27927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27928 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27929 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27931 ALL_MAKEFILES="$ALL_MAKEFILES \\
27932 dlls/winmm/Makefile"
27933 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27934 winmm"
27935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27936 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27937 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27939 ALL_MAKEFILES="$ALL_MAKEFILES \\
27940 dlls/winmm/tests/Makefile"
27941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27942 winmm/tests"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27945 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 dlls/winnls.dll16/Makefile"
27949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27950 winnls.dll16"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27953 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956 dlls/winnls32/Makefile"
27957 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27958 winnls32"
27959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27960 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27961 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27963 ALL_MAKEFILES="$ALL_MAKEFILES \\
27964 dlls/winscard/Makefile"
27965 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27966 winscard"
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27969 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972 dlls/winspool.drv/Makefile"
27973 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27974 winspool.drv"
27975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27976 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27977 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27979 ALL_MAKEFILES="$ALL_MAKEFILES \\
27980 dlls/winspool.drv/tests/Makefile"
27981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27982 winspool.drv/tests"
27983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27984 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27985 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27987 ALL_MAKEFILES="$ALL_MAKEFILES \\
27988 dlls/wintab.dll16/Makefile"
27989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27990 wintab.dll16"
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27993 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27995 ALL_MAKEFILES="$ALL_MAKEFILES \\
27996 dlls/wintab32/Makefile"
27997 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27998 wintab32"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
28001 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004 dlls/wintrust/Makefile"
28005 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28006 wintrust"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
28009 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 dlls/wintrust/tests/Makefile"
28013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28014 wintrust/tests"
28015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28016 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
28017 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
28019 ALL_MAKEFILES="$ALL_MAKEFILES \\
28020 dlls/wldap32/Makefile"
28021 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28022 wldap32"
28023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28024 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
28025 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
28027 ALL_MAKEFILES="$ALL_MAKEFILES \\
28028 dlls/wldap32/tests/Makefile"
28029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28030 wldap32/tests"
28031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28032 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
28033 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
28035 ALL_MAKEFILES="$ALL_MAKEFILES \\
28036 dlls/wmi/Makefile"
28037 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28038 wmi"
28039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28040 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
28041 ac_config_files="$ac_config_files dlls/wmi/Makefile"
28043 ALL_MAKEFILES="$ALL_MAKEFILES \\
28044 dlls/wmiutils/Makefile"
28045 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28046 wmiutils"
28047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28048 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
28049 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
28051 ALL_MAKEFILES="$ALL_MAKEFILES \\
28052 dlls/wnaspi32/Makefile"
28053 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28054 wnaspi32"
28055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28056 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
28057 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
28059 ALL_MAKEFILES="$ALL_MAKEFILES \\
28060 dlls/wow32/Makefile"
28061 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28062 wow32"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
28065 ac_config_files="$ac_config_files dlls/wow32/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 dlls/ws2_32/Makefile"
28069 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28070 ws2_32"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
28073 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 dlls/ws2_32/tests/Makefile"
28077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28078 ws2_32/tests"
28079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28080 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
28081 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
28083 ALL_MAKEFILES="$ALL_MAKEFILES \\
28084 dlls/wsock32/Makefile"
28085 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28086 wsock32"
28087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28088 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
28089 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
28091 ALL_MAKEFILES="$ALL_MAKEFILES \\
28092 dlls/wtsapi32/Makefile"
28093 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28094 wtsapi32"
28095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28096 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
28097 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
28099 ALL_MAKEFILES="$ALL_MAKEFILES \\
28100 dlls/wuapi/Makefile"
28101 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28102 wuapi"
28103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28104 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
28105 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
28107 ALL_MAKEFILES="$ALL_MAKEFILES \\
28108 dlls/xinput1_1/Makefile"
28109 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28110 xinput1_1"
28111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28112 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
28113 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
28115 ALL_MAKEFILES="$ALL_MAKEFILES \\
28116 dlls/xinput1_2/Makefile"
28117 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28118 xinput1_2"
28119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28120 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
28121 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
28123 ALL_MAKEFILES="$ALL_MAKEFILES \\
28124 dlls/xinput1_3/Makefile"
28125 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28126 xinput1_3"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
28129 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132 dlls/xinput1_3/tests/Makefile"
28133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28134 xinput1_3/tests"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
28137 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140 dlls/xinput9_1_0/Makefile"
28141 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28142 xinput9_1_0"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
28145 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 dlls/xmllite/Makefile"
28149 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28150 xmllite"
28151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28152 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
28153 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
28155 ALL_MAKEFILES="$ALL_MAKEFILES \\
28156 documentation/Makefile"
28157 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28158 documentation"
28159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28160 documentation/Makefile: documentation/Makefile.in Make.rules"
28161 ac_config_files="$ac_config_files documentation/Makefile"
28163 ALL_MAKEFILES="$ALL_MAKEFILES \\
28164 fonts/Makefile"
28165 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28166 fonts"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 fonts/Makefile: fonts/Makefile.in Make.rules"
28169 ac_config_files="$ac_config_files fonts/Makefile"
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172 include/Makefile"
28173 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28174 include"
28175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28176 include/Makefile: include/Makefile.in Make.rules"
28177 ac_config_files="$ac_config_files include/Makefile"
28179 ALL_MAKEFILES="$ALL_MAKEFILES \\
28180 libs/Makefile"
28181 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28182 libs"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 libs/Makefile: libs/Makefile.in Make.rules"
28185 ac_config_files="$ac_config_files libs/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 libs/port/Makefile"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28192 ac_config_files="$ac_config_files libs/port/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 libs/wine/Makefile"
28197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28198 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28199 ac_config_files="$ac_config_files libs/wine/Makefile"
28201 ALL_MAKEFILES="$ALL_MAKEFILES \\
28202 libs/wpp/Makefile"
28204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28205 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28206 ac_config_files="$ac_config_files libs/wpp/Makefile"
28208 ALL_MAKEFILES="$ALL_MAKEFILES \\
28209 loader/Makefile"
28210 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28211 loader"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 loader/Makefile: loader/Makefile.in Make.rules"
28214 ac_config_files="$ac_config_files loader/Makefile"
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217 programs/Makefile"
28218 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28219 programs"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/Makefile: programs/Makefile.in Make.rules"
28222 ac_config_files="$ac_config_files programs/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/cacls/Makefile"
28226 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 cacls"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/cacls/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 programs/clock/Makefile"
28235 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237 clock"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/clock/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/cmd/Makefile"
28244 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 cmd"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/cmd/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/cmdlgtst/Makefile"
28253 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 cmdlgtst"
28255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28256 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28257 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28259 ALL_MAKEFILES="$ALL_MAKEFILES \\
28260 programs/control/Makefile"
28261 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28262 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28263 control"
28264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28265 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28266 ac_config_files="$ac_config_files programs/control/Makefile"
28268 ALL_MAKEFILES="$ALL_MAKEFILES \\
28269 programs/eject/Makefile"
28270 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28271 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28272 eject"
28273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28274 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28275 ac_config_files="$ac_config_files programs/eject/Makefile"
28277 ALL_MAKEFILES="$ALL_MAKEFILES \\
28278 programs/expand/Makefile"
28279 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28280 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28281 expand"
28282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28283 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28284 ac_config_files="$ac_config_files programs/expand/Makefile"
28286 ALL_MAKEFILES="$ALL_MAKEFILES \\
28287 programs/explorer/Makefile"
28288 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28289 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28290 explorer"
28291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28292 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28293 ac_config_files="$ac_config_files programs/explorer/Makefile"
28295 ALL_MAKEFILES="$ALL_MAKEFILES \\
28296 programs/hh/Makefile"
28297 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28298 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28301 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28302 ac_config_files="$ac_config_files programs/hh/Makefile"
28304 ALL_MAKEFILES="$ALL_MAKEFILES \\
28305 programs/icinfo/Makefile"
28306 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28307 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28308 icinfo"
28309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28310 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28311 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28313 ALL_MAKEFILES="$ALL_MAKEFILES \\
28314 programs/iexplore/Makefile"
28315 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28316 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28317 iexplore"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28320 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28322 ALL_MAKEFILES="$ALL_MAKEFILES \\
28323 programs/lodctr/Makefile"
28324 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28325 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28326 lodctr"
28327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28328 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28329 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28331 ALL_MAKEFILES="$ALL_MAKEFILES \\
28332 programs/msiexec/Makefile"
28333 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28334 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28335 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28336 msiexec"
28337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28338 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28339 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28341 ALL_MAKEFILES="$ALL_MAKEFILES \\
28342 programs/net/Makefile"
28343 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28344 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28345 net"
28346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28347 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28348 ac_config_files="$ac_config_files programs/net/Makefile"
28350 ALL_MAKEFILES="$ALL_MAKEFILES \\
28351 programs/notepad/Makefile"
28352 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28353 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28354 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28355 notepad"
28356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28357 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28358 ac_config_files="$ac_config_files programs/notepad/Makefile"
28360 ALL_MAKEFILES="$ALL_MAKEFILES \\
28361 programs/oleview/Makefile"
28362 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28363 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28364 oleview"
28365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28366 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28367 ac_config_files="$ac_config_files programs/oleview/Makefile"
28369 ALL_MAKEFILES="$ALL_MAKEFILES \\
28370 programs/progman/Makefile"
28371 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28372 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28373 progman"
28374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28375 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28376 ac_config_files="$ac_config_files programs/progman/Makefile"
28378 ALL_MAKEFILES="$ALL_MAKEFILES \\
28379 programs/reg/Makefile"
28380 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28381 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28382 reg"
28383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28384 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28385 ac_config_files="$ac_config_files programs/reg/Makefile"
28387 ALL_MAKEFILES="$ALL_MAKEFILES \\
28388 programs/regedit/Makefile"
28389 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28390 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28391 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28392 regedit"
28393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28394 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28395 ac_config_files="$ac_config_files programs/regedit/Makefile"
28397 ALL_MAKEFILES="$ALL_MAKEFILES \\
28398 programs/regsvr32/Makefile"
28399 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28400 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28401 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28402 regsvr32"
28403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28404 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28405 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28407 ALL_MAKEFILES="$ALL_MAKEFILES \\
28408 programs/rpcss/Makefile"
28409 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28410 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28411 rpcss"
28412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28413 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28414 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28416 ALL_MAKEFILES="$ALL_MAKEFILES \\
28417 programs/rundll32/Makefile"
28418 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28419 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28420 rundll32"
28421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28422 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28423 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28425 ALL_MAKEFILES="$ALL_MAKEFILES \\
28426 programs/secedit/Makefile"
28427 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28428 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28429 secedit"
28430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28431 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28432 ac_config_files="$ac_config_files programs/secedit/Makefile"
28434 ALL_MAKEFILES="$ALL_MAKEFILES \\
28435 programs/services/Makefile"
28436 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28437 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28438 services"
28439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28440 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28441 ac_config_files="$ac_config_files programs/services/Makefile"
28443 ALL_MAKEFILES="$ALL_MAKEFILES \\
28444 programs/spoolsv/Makefile"
28445 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28446 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28447 spoolsv"
28448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28449 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28450 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28452 ALL_MAKEFILES="$ALL_MAKEFILES \\
28453 programs/start/Makefile"
28454 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28455 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28456 start"
28457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28458 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28459 ac_config_files="$ac_config_files programs/start/Makefile"
28461 ALL_MAKEFILES="$ALL_MAKEFILES \\
28462 programs/svchost/Makefile"
28463 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28464 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28465 svchost"
28466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28467 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28468 ac_config_files="$ac_config_files programs/svchost/Makefile"
28470 ALL_MAKEFILES="$ALL_MAKEFILES \\
28471 programs/taskmgr/Makefile"
28472 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28473 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28474 taskmgr"
28475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28476 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28477 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28479 ALL_MAKEFILES="$ALL_MAKEFILES \\
28480 programs/termsv/Makefile"
28481 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28482 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28483 termsv"
28484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28485 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28486 ac_config_files="$ac_config_files programs/termsv/Makefile"
28488 ALL_MAKEFILES="$ALL_MAKEFILES \\
28489 programs/uninstaller/Makefile"
28490 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28491 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28492 uninstaller"
28493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28494 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28495 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28497 ALL_MAKEFILES="$ALL_MAKEFILES \\
28498 programs/unlodctr/Makefile"
28499 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28500 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28501 unlodctr"
28502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28503 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28504 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28506 ALL_MAKEFILES="$ALL_MAKEFILES \\
28507 programs/view/Makefile"
28508 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28509 view"
28510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28511 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28512 ac_config_files="$ac_config_files programs/view/Makefile"
28514 ALL_MAKEFILES="$ALL_MAKEFILES \\
28515 programs/wineboot/Makefile"
28516 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28517 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28518 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28519 wineboot"
28520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28521 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28522 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28524 ALL_MAKEFILES="$ALL_MAKEFILES \\
28525 programs/winebrowser/Makefile"
28526 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28527 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28528 winebrowser"
28529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28530 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28531 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28533 ALL_MAKEFILES="$ALL_MAKEFILES \\
28534 programs/winecfg/Makefile"
28535 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28536 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28537 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28538 winecfg"
28539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28540 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28541 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28543 ALL_MAKEFILES="$ALL_MAKEFILES \\
28544 programs/wineconsole/Makefile"
28545 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28546 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28547 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28548 wineconsole"
28549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28550 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28551 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28553 ALL_MAKEFILES="$ALL_MAKEFILES \\
28554 programs/winedbg/Makefile"
28555 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28556 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28557 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28558 winedbg"
28559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28560 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28561 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28563 ALL_MAKEFILES="$ALL_MAKEFILES \\
28564 programs/winedevice/Makefile"
28565 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28566 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28567 winedevice"
28568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28569 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28570 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28572 ALL_MAKEFILES="$ALL_MAKEFILES \\
28573 programs/winefile/Makefile"
28574 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28575 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28576 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28577 winefile"
28578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28579 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28580 ac_config_files="$ac_config_files programs/winefile/Makefile"
28582 ALL_MAKEFILES="$ALL_MAKEFILES \\
28583 programs/winemenubuilder/Makefile"
28584 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28585 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28586 winemenubuilder"
28587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28588 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28589 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28591 ALL_MAKEFILES="$ALL_MAKEFILES \\
28592 programs/winemine/Makefile"
28593 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28594 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28595 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28596 winemine"
28597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28598 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28599 ac_config_files="$ac_config_files programs/winemine/Makefile"
28601 ALL_MAKEFILES="$ALL_MAKEFILES \\
28602 programs/winepath/Makefile"
28603 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28604 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28605 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28606 winepath"
28607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28608 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28609 ac_config_files="$ac_config_files programs/winepath/Makefile"
28611 ALL_MAKEFILES="$ALL_MAKEFILES \\
28612 programs/winetest/Makefile"
28613 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28614 winetest"
28615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28616 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28617 ac_config_files="$ac_config_files programs/winetest/Makefile"
28619 ALL_MAKEFILES="$ALL_MAKEFILES \\
28620 programs/winevdm/Makefile"
28621 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28622 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28623 winevdm"
28624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28625 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28626 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28628 ALL_MAKEFILES="$ALL_MAKEFILES \\
28629 programs/winhelp.exe16/Makefile"
28630 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28631 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28632 winhelp.exe16"
28633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28634 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28635 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28637 ALL_MAKEFILES="$ALL_MAKEFILES \\
28638 programs/winhlp32/Makefile"
28639 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28640 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28641 winhlp32"
28642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28643 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28644 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28646 ALL_MAKEFILES="$ALL_MAKEFILES \\
28647 programs/winoldap.mod16/Makefile"
28648 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28649 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28650 winoldap.mod16"
28651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28652 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28653 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28655 ALL_MAKEFILES="$ALL_MAKEFILES \\
28656 programs/winver/Makefile"
28657 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28658 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28659 winver"
28660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28661 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28662 ac_config_files="$ac_config_files programs/winver/Makefile"
28664 ALL_MAKEFILES="$ALL_MAKEFILES \\
28665 programs/wordpad/Makefile"
28666 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28667 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28668 wordpad"
28669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28670 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28671 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28673 ALL_MAKEFILES="$ALL_MAKEFILES \\
28674 programs/write/Makefile"
28675 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28676 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28677 write"
28678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28679 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28680 ac_config_files="$ac_config_files programs/write/Makefile"
28682 ALL_MAKEFILES="$ALL_MAKEFILES \\
28683 programs/xcopy/Makefile"
28684 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28685 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28686 xcopy"
28687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28688 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28689 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28691 ALL_MAKEFILES="$ALL_MAKEFILES \\
28692 server/Makefile"
28693 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28694 server"
28695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28696 server/Makefile: server/Makefile.in Make.rules"
28697 ac_config_files="$ac_config_files server/Makefile"
28699 ALL_MAKEFILES="$ALL_MAKEFILES \\
28700 tools/Makefile"
28701 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28702 tools"
28703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28704 tools/Makefile: tools/Makefile.in Make.rules"
28705 ac_config_files="$ac_config_files tools/Makefile"
28707 ALL_MAKEFILES="$ALL_MAKEFILES \\
28708 tools/widl/Makefile"
28710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28711 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28712 ac_config_files="$ac_config_files tools/widl/Makefile"
28714 ALL_MAKEFILES="$ALL_MAKEFILES \\
28715 tools/winebuild/Makefile"
28717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28718 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28719 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28721 ALL_MAKEFILES="$ALL_MAKEFILES \\
28722 tools/winedump/Makefile"
28724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28725 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28726 ac_config_files="$ac_config_files tools/winedump/Makefile"
28728 ALL_MAKEFILES="$ALL_MAKEFILES \\
28729 tools/winegcc/Makefile"
28731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28732 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28733 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28735 ALL_MAKEFILES="$ALL_MAKEFILES \\
28736 tools/wmc/Makefile"
28738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28739 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28740 ac_config_files="$ac_config_files tools/wmc/Makefile"
28742 ALL_MAKEFILES="$ALL_MAKEFILES \\
28743 tools/wrc/Makefile"
28745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28746 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28747 ac_config_files="$ac_config_files tools/wrc/Makefile"
28751 ALL_WINETEST_DEPENDS="# Test binaries"
28753 for dir in $ALL_TEST_DIRS
28755 if test "$dir" != "\\"
28756 then
28757 testname=`expr $dir : '\(.*\)/tests'`_test
28758 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28760 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28761 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28762 $testname.rc:
28763 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28764 $testname.res: $testname.rc $testname.exe"
28766 done
28768 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28770 cat >confcache <<\_ACEOF
28771 # This file is a shell script that caches the results of configure
28772 # tests run on this system so they can be shared between configure
28773 # scripts and configure runs, see configure's option --config-cache.
28774 # It is not useful on other systems. If it contains results you don't
28775 # want to keep, you may remove or edit it.
28777 # config.status only pays attention to the cache file if you give it
28778 # the --recheck option to rerun configure.
28780 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28781 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28782 # following values.
28784 _ACEOF
28786 # The following way of writing the cache mishandles newlines in values,
28787 # but we know of no workaround that is simple, portable, and efficient.
28788 # So, we kill variables containing newlines.
28789 # Ultrix sh set writes to stderr and can't be redirected directly,
28790 # and sets the high bit in the cache file unless we assign to the vars.
28792 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28793 eval ac_val=\$$ac_var
28794 case $ac_val in #(
28795 *${as_nl}*)
28796 case $ac_var in #(
28797 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28798 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28799 esac
28800 case $ac_var in #(
28801 _ | IFS | as_nl) ;; #(
28802 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28803 *) $as_unset $ac_var ;;
28804 esac ;;
28805 esac
28806 done
28808 (set) 2>&1 |
28809 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28810 *${as_nl}ac_space=\ *)
28811 # `set' does not quote correctly, so add quotes (double-quote
28812 # substitution turns \\\\ into \\, and sed turns \\ into \).
28813 sed -n \
28814 "s/'/'\\\\''/g;
28815 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28816 ;; #(
28818 # `set' quotes correctly as required by POSIX, so do not add quotes.
28819 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28821 esac |
28822 sort
28824 sed '
28825 /^ac_cv_env_/b end
28826 t clear
28827 :clear
28828 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28829 t end
28830 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28831 :end' >>confcache
28832 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28833 if test -w "$cache_file"; then
28834 test "x$cache_file" != "x/dev/null" &&
28835 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28836 $as_echo "$as_me: updating cache $cache_file" >&6;}
28837 cat confcache >$cache_file
28838 else
28839 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28840 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28843 rm -f confcache
28845 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28846 # Let make expand exec_prefix.
28847 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28849 DEFS=-DHAVE_CONFIG_H
28851 ac_libobjs=
28852 ac_ltlibobjs=
28853 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28854 # 1. Remove the extension, and $U if already installed.
28855 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28856 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28857 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28858 # will be set to the directory where LIBOBJS objects are built.
28859 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28860 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28861 done
28862 LIBOBJS=$ac_libobjs
28864 LTLIBOBJS=$ac_ltlibobjs
28868 : ${CONFIG_STATUS=./config.status}
28869 ac_write_fail=0
28870 ac_clean_files_save=$ac_clean_files
28871 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28872 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28873 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28874 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28875 #! $SHELL
28876 # Generated by $as_me.
28877 # Run this file to recreate the current configuration.
28878 # Compiler output produced by configure, useful for debugging
28879 # configure, is in config.log if it exists.
28881 debug=false
28882 ac_cs_recheck=false
28883 ac_cs_silent=false
28884 SHELL=\${CONFIG_SHELL-$SHELL}
28885 _ACEOF
28887 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28888 ## --------------------- ##
28889 ## M4sh Initialization. ##
28890 ## --------------------- ##
28892 # Be more Bourne compatible
28893 DUALCASE=1; export DUALCASE # for MKS sh
28894 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28895 emulate sh
28896 NULLCMD=:
28897 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28898 # is contrary to our usage. Disable this feature.
28899 alias -g '${1+"$@"}'='"$@"'
28900 setopt NO_GLOB_SUBST
28901 else
28902 case `(set -o) 2>/dev/null` in
28903 *posix*) set -o posix ;;
28904 esac
28911 # PATH needs CR
28912 # Avoid depending upon Character Ranges.
28913 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28914 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28915 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28916 as_cr_digits='0123456789'
28917 as_cr_alnum=$as_cr_Letters$as_cr_digits
28919 as_nl='
28921 export as_nl
28922 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28923 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28924 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28925 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28926 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28927 as_echo='printf %s\n'
28928 as_echo_n='printf %s'
28929 else
28930 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28931 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28932 as_echo_n='/usr/ucb/echo -n'
28933 else
28934 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28935 as_echo_n_body='eval
28936 arg=$1;
28937 case $arg in
28938 *"$as_nl"*)
28939 expr "X$arg" : "X\\(.*\\)$as_nl";
28940 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28941 esac;
28942 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28944 export as_echo_n_body
28945 as_echo_n='sh -c $as_echo_n_body as_echo'
28947 export as_echo_body
28948 as_echo='sh -c $as_echo_body as_echo'
28951 # The user is always right.
28952 if test "${PATH_SEPARATOR+set}" != set; then
28953 PATH_SEPARATOR=:
28954 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28955 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28956 PATH_SEPARATOR=';'
28960 # Support unset when possible.
28961 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28962 as_unset=unset
28963 else
28964 as_unset=false
28968 # IFS
28969 # We need space, tab and new line, in precisely that order. Quoting is
28970 # there to prevent editors from complaining about space-tab.
28971 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28972 # splitting by setting IFS to empty value.)
28973 IFS=" "" $as_nl"
28975 # Find who we are. Look in the path if we contain no directory separator.
28976 case $0 in
28977 *[\\/]* ) as_myself=$0 ;;
28978 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28979 for as_dir in $PATH
28981 IFS=$as_save_IFS
28982 test -z "$as_dir" && as_dir=.
28983 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28984 done
28985 IFS=$as_save_IFS
28988 esac
28989 # We did not find ourselves, most probably we were run as `sh COMMAND'
28990 # in which case we are not to be found in the path.
28991 if test "x$as_myself" = x; then
28992 as_myself=$0
28994 if test ! -f "$as_myself"; then
28995 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28996 { (exit 1); exit 1; }
28999 # Work around bugs in pre-3.0 UWIN ksh.
29000 for as_var in ENV MAIL MAILPATH
29001 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
29002 done
29003 PS1='$ '
29004 PS2='> '
29005 PS4='+ '
29007 # NLS nuisances.
29008 LC_ALL=C
29009 export LC_ALL
29010 LANGUAGE=C
29011 export LANGUAGE
29013 # Required to use basename.
29014 if expr a : '\(a\)' >/dev/null 2>&1 &&
29015 test "X`expr 00001 : '.*\(...\)'`" = X001; then
29016 as_expr=expr
29017 else
29018 as_expr=false
29021 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
29022 as_basename=basename
29023 else
29024 as_basename=false
29028 # Name of the executable.
29029 as_me=`$as_basename -- "$0" ||
29030 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
29031 X"$0" : 'X\(//\)$' \| \
29032 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
29033 $as_echo X/"$0" |
29034 sed '/^.*\/\([^/][^/]*\)\/*$/{
29035 s//\1/
29038 /^X\/\(\/\/\)$/{
29039 s//\1/
29042 /^X\/\(\/\).*/{
29043 s//\1/
29046 s/.*/./; q'`
29048 # CDPATH.
29049 $as_unset CDPATH
29053 as_lineno_1=$LINENO
29054 as_lineno_2=$LINENO
29055 test "x$as_lineno_1" != "x$as_lineno_2" &&
29056 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
29058 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
29059 # uniformly replaced by the line number. The first 'sed' inserts a
29060 # line-number line after each line using $LINENO; the second 'sed'
29061 # does the real work. The second script uses 'N' to pair each
29062 # line-number line with the line containing $LINENO, and appends
29063 # trailing '-' during substitution so that $LINENO is not a special
29064 # case at line end.
29065 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
29066 # scripts with optimization help from Paolo Bonzini. Blame Lee
29067 # E. McMahon (1931-1989) for sed's syntax. :-)
29068 sed -n '
29070 /[$]LINENO/=
29071 ' <$as_myself |
29072 sed '
29073 s/[$]LINENO.*/&-/
29074 t lineno
29076 :lineno
29078 :loop
29079 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
29080 t loop
29081 s/-\n.*//
29082 ' >$as_me.lineno &&
29083 chmod +x "$as_me.lineno" ||
29084 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
29085 { (exit 1); exit 1; }; }
29087 # Don't try to exec as it changes $[0], causing all sort of problems
29088 # (the dirname of $[0] is not the place where we might find the
29089 # original and so on. Autoconf is especially sensitive to this).
29090 . "./$as_me.lineno"
29091 # Exit status is that of the last command.
29092 exit
29096 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
29097 as_dirname=dirname
29098 else
29099 as_dirname=false
29102 ECHO_C= ECHO_N= ECHO_T=
29103 case `echo -n x` in
29104 -n*)
29105 case `echo 'x\c'` in
29106 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
29107 *) ECHO_C='\c';;
29108 esac;;
29110 ECHO_N='-n';;
29111 esac
29112 if expr a : '\(a\)' >/dev/null 2>&1 &&
29113 test "X`expr 00001 : '.*\(...\)'`" = X001; then
29114 as_expr=expr
29115 else
29116 as_expr=false
29119 rm -f conf$$ conf$$.exe conf$$.file
29120 if test -d conf$$.dir; then
29121 rm -f conf$$.dir/conf$$.file
29122 else
29123 rm -f conf$$.dir
29124 mkdir conf$$.dir 2>/dev/null
29126 if (echo >conf$$.file) 2>/dev/null; then
29127 if ln -s conf$$.file conf$$ 2>/dev/null; then
29128 as_ln_s='ln -s'
29129 # ... but there are two gotchas:
29130 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29131 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29132 # In both cases, we have to default to `cp -p'.
29133 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29134 as_ln_s='cp -p'
29135 elif ln conf$$.file conf$$ 2>/dev/null; then
29136 as_ln_s=ln
29137 else
29138 as_ln_s='cp -p'
29140 else
29141 as_ln_s='cp -p'
29143 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29144 rmdir conf$$.dir 2>/dev/null
29146 if mkdir -p . 2>/dev/null; then
29147 as_mkdir_p=:
29148 else
29149 test -d ./-p && rmdir ./-p
29150 as_mkdir_p=false
29153 if test -x / >/dev/null 2>&1; then
29154 as_test_x='test -x'
29155 else
29156 if ls -dL / >/dev/null 2>&1; then
29157 as_ls_L_option=L
29158 else
29159 as_ls_L_option=
29161 as_test_x='
29162 eval sh -c '\''
29163 if test -d "$1"; then
29164 test -d "$1/.";
29165 else
29166 case $1 in
29167 -*)set "./$1";;
29168 esac;
29169 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29170 ???[sx]*):;;*)false;;esac;fi
29171 '\'' sh
29174 as_executable_p=$as_test_x
29176 # Sed expression to map a string onto a valid CPP name.
29177 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29179 # Sed expression to map a string onto a valid variable name.
29180 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29183 exec 6>&1
29185 # Save the log message, to keep $[0] and so on meaningful, and to
29186 # report actual input values of CONFIG_FILES etc. instead of their
29187 # values after options handling.
29188 ac_log="
29189 This file was extended by Wine $as_me 1.1.26, which was
29190 generated by GNU Autoconf 2.63. Invocation command line was
29192 CONFIG_FILES = $CONFIG_FILES
29193 CONFIG_HEADERS = $CONFIG_HEADERS
29194 CONFIG_LINKS = $CONFIG_LINKS
29195 CONFIG_COMMANDS = $CONFIG_COMMANDS
29196 $ $0 $@
29198 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29201 _ACEOF
29203 case $ac_config_files in *"
29204 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29205 esac
29207 case $ac_config_headers in *"
29208 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29209 esac
29212 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29213 # Files that config.status was made for.
29214 config_files="$ac_config_files"
29215 config_headers="$ac_config_headers"
29216 config_commands="$ac_config_commands"
29218 _ACEOF
29220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29221 ac_cs_usage="\
29222 \`$as_me' instantiates files from templates according to the
29223 current configuration.
29225 Usage: $0 [OPTION]... [FILE]...
29227 -h, --help print this help, then exit
29228 -V, --version print version number and configuration settings, then exit
29229 -q, --quiet, --silent
29230 do not print progress messages
29231 -d, --debug don't remove temporary files
29232 --recheck update $as_me by reconfiguring in the same conditions
29233 --file=FILE[:TEMPLATE]
29234 instantiate the configuration file FILE
29235 --header=FILE[:TEMPLATE]
29236 instantiate the configuration header FILE
29238 Configuration files:
29239 $config_files
29241 Configuration headers:
29242 $config_headers
29244 Configuration commands:
29245 $config_commands
29247 Report bugs to <bug-autoconf@gnu.org>."
29249 _ACEOF
29250 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29251 ac_cs_version="\\
29252 Wine config.status 1.1.26
29253 configured by $0, generated by GNU Autoconf 2.63,
29254 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29256 Copyright (C) 2008 Free Software Foundation, Inc.
29257 This config.status script is free software; the Free Software Foundation
29258 gives unlimited permission to copy, distribute and modify it."
29260 ac_pwd='$ac_pwd'
29261 srcdir='$srcdir'
29262 INSTALL='$INSTALL'
29263 test -n "\$AWK" || AWK=awk
29264 _ACEOF
29266 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29267 # The default lists apply if the user does not specify any file.
29268 ac_need_defaults=:
29269 while test $# != 0
29271 case $1 in
29272 --*=*)
29273 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29274 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29275 ac_shift=:
29278 ac_option=$1
29279 ac_optarg=$2
29280 ac_shift=shift
29282 esac
29284 case $ac_option in
29285 # Handling of the options.
29286 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29287 ac_cs_recheck=: ;;
29288 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29289 $as_echo "$ac_cs_version"; exit ;;
29290 --debug | --debu | --deb | --de | --d | -d )
29291 debug=: ;;
29292 --file | --fil | --fi | --f )
29293 $ac_shift
29294 case $ac_optarg in
29295 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29296 esac
29297 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29298 ac_need_defaults=false;;
29299 --header | --heade | --head | --hea )
29300 $ac_shift
29301 case $ac_optarg in
29302 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29303 esac
29304 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29305 ac_need_defaults=false;;
29306 --he | --h)
29307 # Conflict between --help and --header
29308 { $as_echo "$as_me: error: ambiguous option: $1
29309 Try \`$0 --help' for more information." >&2
29310 { (exit 1); exit 1; }; };;
29311 --help | --hel | -h )
29312 $as_echo "$ac_cs_usage"; exit ;;
29313 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29314 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29315 ac_cs_silent=: ;;
29317 # This is an error.
29318 -*) { $as_echo "$as_me: error: unrecognized option: $1
29319 Try \`$0 --help' for more information." >&2
29320 { (exit 1); exit 1; }; } ;;
29322 *) ac_config_targets="$ac_config_targets $1"
29323 ac_need_defaults=false ;;
29325 esac
29326 shift
29327 done
29329 ac_configure_extra_args=
29331 if $ac_cs_silent; then
29332 exec 6>/dev/null
29333 ac_configure_extra_args="$ac_configure_extra_args --silent"
29336 _ACEOF
29337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29338 if \$ac_cs_recheck; then
29339 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29340 shift
29341 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29342 CONFIG_SHELL='$SHELL'
29343 export CONFIG_SHELL
29344 exec "\$@"
29347 _ACEOF
29348 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29349 exec 5>>config.log
29351 echo
29352 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29353 ## Running $as_me. ##
29354 _ASBOX
29355 $as_echo "$ac_log"
29356 } >&5
29358 _ACEOF
29359 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29360 _ACEOF
29362 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29364 # Handling of arguments.
29365 for ac_config_target in $ac_config_targets
29367 case $ac_config_target in
29368 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29369 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29370 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29371 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29372 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29373 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29374 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29375 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29376 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29377 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29378 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29379 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29380 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29381 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29382 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29383 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29384 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29385 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29386 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29387 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29388 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29389 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29390 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29391 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29392 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29393 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29394 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29395 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29396 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29397 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29398 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29399 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29400 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29401 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29402 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29403 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29404 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29405 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29406 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29407 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29408 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29409 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29410 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29411 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29412 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29413 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29414 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29415 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29416 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29417 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29418 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29419 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29420 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29421 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29422 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29423 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29424 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29425 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29426 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29427 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29428 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29429 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29430 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29431 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29432 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29433 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29434 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29435 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29436 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29437 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29438 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29439 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29440 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29441 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29442 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29443 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29444 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29445 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29446 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29447 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29448 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29449 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29450 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29451 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29452 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29453 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29454 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29455 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29456 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29457 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29458 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29459 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29460 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29461 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29462 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29463 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29464 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29465 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29466 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29467 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29468 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29469 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29470 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29471 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29472 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29473 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29474 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29475 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29476 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29477 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29478 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29479 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29480 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29481 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29482 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29483 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29484 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29485 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29486 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29487 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29488 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29489 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29490 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29491 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29492 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29493 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29494 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29495 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29496 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29497 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29498 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29499 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29500 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29501 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29502 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29503 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29504 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29505 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29506 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29507 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29508 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29509 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29510 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29511 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29512 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29513 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29514 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29515 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29516 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29517 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29518 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29519 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29520 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29521 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29522 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29523 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29524 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29525 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29526 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29527 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29528 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29529 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29530 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29531 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29532 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29533 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29534 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29535 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29536 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29537 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29538 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29539 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29540 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29541 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29542 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29543 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29544 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29545 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29546 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29547 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29548 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29549 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29550 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29551 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29552 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29553 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29554 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29555 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29556 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29557 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29558 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29559 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29560 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29561 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29562 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29563 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29564 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29565 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29566 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29567 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29568 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29569 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29570 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29571 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29572 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29573 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29574 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29575 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29576 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29577 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29578 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29579 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29580 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29581 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29582 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29583 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29584 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29585 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29586 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29587 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29588 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29589 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29590 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29591 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29592 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29593 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29594 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29595 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29596 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29597 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29598 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29599 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29600 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29601 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29602 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29603 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29604 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29605 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29606 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29607 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29608 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29609 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29610 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29611 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29612 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29613 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29614 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29615 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29616 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29617 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29618 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29619 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29620 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29621 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29622 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29623 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29624 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29625 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29626 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29627 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29628 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29629 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29630 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29631 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29632 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29633 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29634 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29635 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29636 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29637 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29638 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29639 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29640 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29641 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29642 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29643 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29644 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29645 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29646 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29647 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29648 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29649 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29650 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29651 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29652 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29653 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29654 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29655 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29656 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29657 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29658 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29659 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29660 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29661 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29662 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29663 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29664 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29665 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29666 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29667 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29668 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29669 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29670 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29671 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29672 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29673 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29674 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29675 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29676 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29677 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29678 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29679 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29680 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29681 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29682 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29683 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29684 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29685 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29686 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29687 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29688 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29689 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29690 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29691 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29692 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29693 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29694 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29695 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29696 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29697 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29698 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29699 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29700 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29701 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29702 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29703 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29704 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29705 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29706 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29707 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29708 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29709 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29710 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29711 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29712 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29713 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29714 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29715 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29716 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29717 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29718 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29719 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29720 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29721 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29722 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29723 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29724 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29725 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29726 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29727 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29728 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29729 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29730 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29731 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29732 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29733 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29734 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29735 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29736 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29737 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29738 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29739 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29740 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29741 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29742 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29743 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29744 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29745 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29746 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29747 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29748 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29749 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29750 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29751 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29752 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29753 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29754 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29755 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29756 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29757 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29758 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29759 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29760 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29761 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29762 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29763 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29764 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29765 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29766 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29767 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29768 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29769 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29770 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29771 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29772 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29773 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29774 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29775 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29776 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29777 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29778 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29779 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29780 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29781 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29782 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29783 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29784 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29785 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29786 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29787 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29788 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29789 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29790 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29791 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29792 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29793 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29794 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29795 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29796 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29797 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29798 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29799 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29800 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29801 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29802 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29803 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29804 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29805 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29806 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29807 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29808 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29809 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29810 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29811 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29812 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29813 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29814 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29815 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29816 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29817 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29818 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29819 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29820 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29821 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29822 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29823 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29824 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29825 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29826 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29827 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29828 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29829 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29830 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29831 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29832 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29833 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29834 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29835 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29836 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29837 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29838 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29839 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29840 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29841 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29842 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29843 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29844 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29845 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29846 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29847 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29848 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29849 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29850 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29851 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29852 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29853 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29854 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29855 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29856 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29857 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29858 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29859 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29860 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29861 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29862 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29863 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29864 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29865 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29866 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29867 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29868 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29869 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29870 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29871 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29872 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29873 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29874 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29875 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29876 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29877 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29878 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29879 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29880 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29881 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29882 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29883 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29885 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29886 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29887 { (exit 1); exit 1; }; };;
29888 esac
29889 done
29892 # If the user did not use the arguments to specify the items to instantiate,
29893 # then the envvar interface is used. Set only those that are not.
29894 # We use the long form for the default assignment because of an extremely
29895 # bizarre bug on SunOS 4.1.3.
29896 if $ac_need_defaults; then
29897 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29898 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29899 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29902 # Have a temporary directory for convenience. Make it in the build tree
29903 # simply because there is no reason against having it here, and in addition,
29904 # creating and moving files from /tmp can sometimes cause problems.
29905 # Hook for its removal unless debugging.
29906 # Note that there is a small window in which the directory will not be cleaned:
29907 # after its creation but before its name has been assigned to `$tmp'.
29908 $debug ||
29910 tmp=
29911 trap 'exit_status=$?
29912 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29914 trap '{ (exit 1); exit 1; }' 1 2 13 15
29916 # Create a (secure) tmp directory for tmp files.
29919 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29920 test -n "$tmp" && test -d "$tmp"
29921 } ||
29923 tmp=./conf$$-$RANDOM
29924 (umask 077 && mkdir "$tmp")
29925 } ||
29927 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29928 { (exit 1); exit 1; }
29931 # Set up the scripts for CONFIG_FILES section.
29932 # No need to generate them if there are no CONFIG_FILES.
29933 # This happens for instance with `./config.status config.h'.
29934 if test -n "$CONFIG_FILES"; then
29936 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29937 ac_cs_awk_getline=:
29938 ac_cs_awk_pipe_init=
29939 ac_cs_awk_read_file='
29940 while ((getline aline < (F[key])) > 0)
29941 print(aline)
29942 close(F[key])'
29943 ac_cs_awk_pipe_fini=
29944 else
29945 ac_cs_awk_getline=false
29946 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29947 ac_cs_awk_read_file='
29948 print "|#_!!_#|"
29949 print "cat " F[key] " &&"
29950 '$ac_cs_awk_pipe_init
29951 # The final `:' finishes the AND list.
29952 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29954 ac_cr=' '
29955 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29956 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29957 ac_cs_awk_cr='\\r'
29958 else
29959 ac_cs_awk_cr=$ac_cr
29962 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29963 _ACEOF
29965 # Create commands to substitute file output variables.
29967 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29968 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29969 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29970 echo "_ACAWK" &&
29971 echo "_ACEOF"
29972 } >conf$$files.sh &&
29973 . ./conf$$files.sh ||
29974 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29975 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29976 { (exit 1); exit 1; }; }
29977 rm -f conf$$files.sh
29980 echo "cat >conf$$subs.awk <<_ACEOF" &&
29981 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29982 echo "_ACEOF"
29983 } >conf$$subs.sh ||
29984 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29985 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29986 { (exit 1); exit 1; }; }
29987 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29988 ac_delim='%!_!# '
29989 for ac_last_try in false false false false false :; do
29990 . ./conf$$subs.sh ||
29991 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29992 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29993 { (exit 1); exit 1; }; }
29995 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29996 if test $ac_delim_n = $ac_delim_num; then
29997 break
29998 elif $ac_last_try; then
29999 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30000 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30001 { (exit 1); exit 1; }; }
30002 else
30003 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30005 done
30006 rm -f conf$$subs.sh
30008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30009 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
30010 _ACEOF
30011 sed -n '
30013 s/^/S["/; s/!.*/"]=/
30016 s/^[^!]*!//
30017 :repl
30018 t repl
30019 s/'"$ac_delim"'$//
30020 t delim
30023 s/\(.\{148\}\).*/\1/
30024 t more1
30025 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
30028 b repl
30029 :more1
30030 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30033 s/.\{148\}//
30034 t nl
30035 :delim
30037 s/\(.\{148\}\).*/\1/
30038 t more2
30039 s/["\\]/\\&/g; s/^/"/; s/$/"/
30042 :more2
30043 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30046 s/.\{148\}//
30047 t delim
30048 ' <conf$$subs.awk | sed '
30049 /^[^""]/{
30051 s/\n//
30053 ' >>$CONFIG_STATUS || ac_write_fail=1
30054 rm -f conf$$subs.awk
30055 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30056 _ACAWK
30057 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
30058 for (key in S) S_is_set[key] = 1
30059 FS = "\a"
30060 \$ac_cs_awk_pipe_init
30063 line = $ 0
30064 nfields = split(line, field, "@")
30065 substed = 0
30066 len = length(field[1])
30067 for (i = 2; i < nfields; i++) {
30068 key = field[i]
30069 keylen = length(key)
30070 if (S_is_set[key]) {
30071 value = S[key]
30072 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
30073 len += length(value) + length(field[++i])
30074 substed = 1
30075 } else
30076 len += 1 + keylen
30078 if (nfields == 3 && !substed) {
30079 key = field[2]
30080 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
30081 \$ac_cs_awk_read_file
30082 next
30085 print line
30087 \$ac_cs_awk_pipe_fini
30088 _ACAWK
30089 _ACEOF
30090 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30091 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
30092 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
30093 else
30095 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
30096 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
30097 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
30098 { (exit 1); exit 1; }; }
30099 _ACEOF
30101 # VPATH may cause trouble with some makes, so we remove $(srcdir),
30102 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
30103 # trailing colons and then remove the whole line if VPATH becomes empty
30104 # (actually we leave an empty line to preserve line numbers).
30105 if test "x$srcdir" = x.; then
30106 ac_vpsub='/^[ ]*VPATH[ ]*=/{
30107 s/:*\$(srcdir):*/:/
30108 s/:*\${srcdir}:*/:/
30109 s/:*@srcdir@:*/:/
30110 s/^\([^=]*=[ ]*\):*/\1/
30111 s/:*$//
30112 s/^[^=]*=[ ]*$//
30116 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30117 fi # test -n "$CONFIG_FILES"
30119 # Set up the scripts for CONFIG_HEADERS section.
30120 # No need to generate them if there are no CONFIG_HEADERS.
30121 # This happens for instance with `./config.status Makefile'.
30122 if test -n "$CONFIG_HEADERS"; then
30123 cat >"$tmp/defines.awk" <<\_ACAWK ||
30124 BEGIN {
30125 _ACEOF
30127 # Transform confdefs.h into an awk script `defines.awk', embedded as
30128 # here-document in config.status, that substitutes the proper values into
30129 # config.h.in to produce config.h.
30131 # Create a delimiter string that does not exist in confdefs.h, to ease
30132 # handling of long lines.
30133 ac_delim='%!_!# '
30134 for ac_last_try in false false :; do
30135 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30136 if test -z "$ac_t"; then
30137 break
30138 elif $ac_last_try; then
30139 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
30140 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
30141 { (exit 1); exit 1; }; }
30142 else
30143 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30145 done
30147 # For the awk script, D is an array of macro values keyed by name,
30148 # likewise P contains macro parameters if any. Preserve backslash
30149 # newline sequences.
30151 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30152 sed -n '
30153 s/.\{148\}/&'"$ac_delim"'/g
30154 t rset
30155 :rset
30156 s/^[ ]*#[ ]*define[ ][ ]*/ /
30157 t def
30159 :def
30160 s/\\$//
30161 t bsnl
30162 s/["\\]/\\&/g
30163 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30164 D["\1"]=" \3"/p
30165 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
30167 :bsnl
30168 s/["\\]/\\&/g
30169 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30170 D["\1"]=" \3\\\\\\n"\\/p
30171 t cont
30172 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30173 t cont
30175 :cont
30177 s/.\{148\}/&'"$ac_delim"'/g
30178 t clear
30179 :clear
30180 s/\\$//
30181 t bsnlc
30182 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30184 :bsnlc
30185 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30186 b cont
30187 ' <confdefs.h | sed '
30188 s/'"$ac_delim"'/"\\\
30189 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30192 for (key in D) D_is_set[key] = 1
30193 FS = "\a"
30195 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30196 line = \$ 0
30197 split(line, arg, " ")
30198 if (arg[1] == "#") {
30199 defundef = arg[2]
30200 mac1 = arg[3]
30201 } else {
30202 defundef = substr(arg[1], 2)
30203 mac1 = arg[2]
30205 split(mac1, mac2, "(") #)
30206 macro = mac2[1]
30207 prefix = substr(line, 1, index(line, defundef) - 1)
30208 if (D_is_set[macro]) {
30209 # Preserve the white space surrounding the "#".
30210 print prefix "define", macro P[macro] D[macro]
30211 next
30212 } else {
30213 # Replace #undef with comments. This is necessary, for example,
30214 # in the case of _POSIX_SOURCE, which is predefined and required
30215 # on some systems where configure will not decide to define it.
30216 if (defundef == "undef") {
30217 print "/*", prefix defundef, macro, "*/"
30218 next
30222 { print }
30223 _ACAWK
30224 _ACEOF
30225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30226 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30227 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30228 { (exit 1); exit 1; }; }
30229 fi # test -n "$CONFIG_HEADERS"
30232 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30233 shift
30234 for ac_tag
30236 case $ac_tag in
30237 :[FHLC]) ac_mode=$ac_tag; continue;;
30238 esac
30239 case $ac_mode$ac_tag in
30240 :[FHL]*:*);;
30241 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30242 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30243 { (exit 1); exit 1; }; };;
30244 :[FH]-) ac_tag=-:-;;
30245 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30246 esac
30247 ac_save_IFS=$IFS
30248 IFS=:
30249 set x $ac_tag
30250 IFS=$ac_save_IFS
30251 shift
30252 ac_file=$1
30253 shift
30255 case $ac_mode in
30256 :L) ac_source=$1;;
30257 :[FH])
30258 ac_file_inputs=
30259 for ac_f
30261 case $ac_f in
30262 -) ac_f="$tmp/stdin";;
30263 *) # Look for the file first in the build tree, then in the source tree
30264 # (if the path is not absolute). The absolute path cannot be DOS-style,
30265 # because $ac_f cannot contain `:'.
30266 test -f "$ac_f" ||
30267 case $ac_f in
30268 [\\/$]*) false;;
30269 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30270 esac ||
30271 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30272 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30273 { (exit 1); exit 1; }; };;
30274 esac
30275 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30276 ac_file_inputs="$ac_file_inputs '$ac_f'"
30277 done
30279 # Let's still pretend it is `configure' which instantiates (i.e., don't
30280 # use $as_me), people would be surprised to read:
30281 # /* config.h. Generated by config.status. */
30282 configure_input='Generated from '`
30283 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30284 `' by configure.'
30285 if test x"$ac_file" != x-; then
30286 configure_input="$ac_file. $configure_input"
30287 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30288 $as_echo "$as_me: creating $ac_file" >&6;}
30290 # Neutralize special characters interpreted by sed in replacement strings.
30291 case $configure_input in #(
30292 *\&* | *\|* | *\\* )
30293 ac_sed_conf_input=`$as_echo "$configure_input" |
30294 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30295 *) ac_sed_conf_input=$configure_input;;
30296 esac
30298 case $ac_tag in
30299 *:-:* | *:-) cat >"$tmp/stdin" \
30300 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30301 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30302 { (exit 1); exit 1; }; } ;;
30303 esac
30305 esac
30307 ac_dir=`$as_dirname -- "$ac_file" ||
30308 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30309 X"$ac_file" : 'X\(//\)[^/]' \| \
30310 X"$ac_file" : 'X\(//\)$' \| \
30311 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30312 $as_echo X"$ac_file" |
30313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30314 s//\1/
30317 /^X\(\/\/\)[^/].*/{
30318 s//\1/
30321 /^X\(\/\/\)$/{
30322 s//\1/
30325 /^X\(\/\).*/{
30326 s//\1/
30329 s/.*/./; q'`
30330 { as_dir="$ac_dir"
30331 case $as_dir in #(
30332 -*) as_dir=./$as_dir;;
30333 esac
30334 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30335 as_dirs=
30336 while :; do
30337 case $as_dir in #(
30338 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30339 *) as_qdir=$as_dir;;
30340 esac
30341 as_dirs="'$as_qdir' $as_dirs"
30342 as_dir=`$as_dirname -- "$as_dir" ||
30343 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30344 X"$as_dir" : 'X\(//\)[^/]' \| \
30345 X"$as_dir" : 'X\(//\)$' \| \
30346 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30347 $as_echo X"$as_dir" |
30348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30349 s//\1/
30352 /^X\(\/\/\)[^/].*/{
30353 s//\1/
30356 /^X\(\/\/\)$/{
30357 s//\1/
30360 /^X\(\/\).*/{
30361 s//\1/
30364 s/.*/./; q'`
30365 test -d "$as_dir" && break
30366 done
30367 test -z "$as_dirs" || eval "mkdir $as_dirs"
30368 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30369 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30370 { (exit 1); exit 1; }; }; }
30371 ac_builddir=.
30373 case "$ac_dir" in
30374 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30376 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30377 # A ".." for each directory in $ac_dir_suffix.
30378 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30379 case $ac_top_builddir_sub in
30380 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30381 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30382 esac ;;
30383 esac
30384 ac_abs_top_builddir=$ac_pwd
30385 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30386 # for backward compatibility:
30387 ac_top_builddir=$ac_top_build_prefix
30389 case $srcdir in
30390 .) # We are building in place.
30391 ac_srcdir=.
30392 ac_top_srcdir=$ac_top_builddir_sub
30393 ac_abs_top_srcdir=$ac_pwd ;;
30394 [\\/]* | ?:[\\/]* ) # Absolute name.
30395 ac_srcdir=$srcdir$ac_dir_suffix;
30396 ac_top_srcdir=$srcdir
30397 ac_abs_top_srcdir=$srcdir ;;
30398 *) # Relative name.
30399 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30400 ac_top_srcdir=$ac_top_build_prefix$srcdir
30401 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30402 esac
30403 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30406 case $ac_mode in
30409 # CONFIG_FILE
30412 case $INSTALL in
30413 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30414 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30415 esac
30416 _ACEOF
30418 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30419 # If the template does not know about datarootdir, expand it.
30420 # FIXME: This hack should be removed a few years after 2.60.
30421 ac_datarootdir_hack=; ac_datarootdir_seen=
30423 ac_sed_dataroot='
30424 /datarootdir/ {
30428 /@datadir@/p
30429 /@docdir@/p
30430 /@infodir@/p
30431 /@localedir@/p
30432 /@mandir@/p
30434 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30435 *datarootdir*) ac_datarootdir_seen=yes;;
30436 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30437 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30438 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30439 _ACEOF
30440 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30441 ac_datarootdir_hack='
30442 s&@datadir@&$datadir&g
30443 s&@docdir@&$docdir&g
30444 s&@infodir@&$infodir&g
30445 s&@localedir@&$localedir&g
30446 s&@mandir@&$mandir&g
30447 s&\\\${datarootdir}&$datarootdir&g' ;;
30448 esac
30449 _ACEOF
30451 # Neutralize VPATH when `$srcdir' = `.'.
30452 # Shell code in configure.ac might set extrasub.
30453 # FIXME: do we really want to maintain this feature?
30454 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30455 ac_sed_extra="$ac_vpsub
30456 $extrasub
30457 _ACEOF
30458 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30460 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30461 s|@configure_input@|$ac_sed_conf_input|;t t
30462 s&@top_builddir@&$ac_top_builddir_sub&;t t
30463 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30464 s&@srcdir@&$ac_srcdir&;t t
30465 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30466 s&@top_srcdir@&$ac_top_srcdir&;t t
30467 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30468 s&@builddir@&$ac_builddir&;t t
30469 s&@abs_builddir@&$ac_abs_builddir&;t t
30470 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30471 s&@INSTALL@&$ac_INSTALL&;t t
30472 $ac_datarootdir_hack
30474 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30475 if $ac_cs_awk_getline; then
30476 $AWK -f "$tmp/subs.awk"
30477 else
30478 $AWK -f "$tmp/subs.awk" | $SHELL
30479 fi >$tmp/out \
30480 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30481 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30482 { (exit 1); exit 1; }; }
30484 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30485 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30486 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30487 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30488 which seems to be undefined. Please make sure it is defined." >&5
30489 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30490 which seems to be undefined. Please make sure it is defined." >&2;}
30492 rm -f "$tmp/stdin"
30493 case $ac_file in
30494 -) cat "$tmp/out" && rm -f "$tmp/out";;
30495 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30496 esac \
30497 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30498 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30499 { (exit 1); exit 1; }; }
30503 # CONFIG_HEADER
30505 if test x"$ac_file" != x-; then
30507 $as_echo "/* $configure_input */" \
30508 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30509 } >"$tmp/config.h" \
30510 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30511 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30512 { (exit 1); exit 1; }; }
30513 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30514 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30515 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30516 else
30517 rm -f "$ac_file"
30518 mv "$tmp/config.h" "$ac_file" \
30519 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30520 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30521 { (exit 1); exit 1; }; }
30523 else
30524 $as_echo "/* $configure_input */" \
30525 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30526 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30527 $as_echo "$as_me: error: could not create -" >&2;}
30528 { (exit 1); exit 1; }; }
30532 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30533 $as_echo "$as_me: executing $ac_file commands" >&6;}
30535 esac
30538 case $ac_file$ac_mode in
30539 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30540 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30541 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30542 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30543 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30544 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30545 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30546 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30547 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30548 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30549 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30550 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30551 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30553 esac
30554 done # for ac_tag
30557 { (exit 0); exit 0; }
30558 _ACEOF
30559 chmod +x $CONFIG_STATUS
30560 ac_clean_files=$ac_clean_files_save
30562 test $ac_write_fail = 0 ||
30563 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30564 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30565 { (exit 1); exit 1; }; }
30568 # configure is writing to config.log, and then calls config.status.
30569 # config.status does its own redirection, appending to config.log.
30570 # Unfortunately, on DOS this fails, as config.log is still kept open
30571 # by configure, so config.status won't be able to write to it; its
30572 # output is simply discarded. So we exec the FD to /dev/null,
30573 # effectively closing config.log, so it can be properly (re)opened and
30574 # appended to by config.status. When coming back to configure, we
30575 # need to make the FD available again.
30576 if test "$no_create" != yes; then
30577 ac_cs_success=:
30578 ac_config_status_args=
30579 test "$silent" = yes &&
30580 ac_config_status_args="$ac_config_status_args --quiet"
30581 exec 5>/dev/null
30582 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30583 exec 5>>config.log
30584 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30585 # would make configure fail if this is the last instruction.
30586 $ac_cs_success || { (exit 1); exit 1; }
30588 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30589 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30590 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30594 if test "$no_create" = "yes"
30595 then
30596 exit 0
30599 ac_save_IFS="$IFS"
30600 if test "x$wine_notices != "x; then
30601 echo >&6
30602 IFS="|"
30603 for msg in $wine_notices; do
30604 IFS="$ac_save_IFS"
30605 if test -n "$msg"; then
30606 { $as_echo "$as_me:$LINENO: $msg" >&5
30607 $as_echo "$as_me: $msg" >&6;}
30609 done
30611 IFS="|"
30612 for msg in $wine_warnings; do
30613 IFS="$ac_save_IFS"
30614 if test -n "$msg"; then
30615 echo >&2
30616 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30617 $as_echo "$as_me: WARNING: $msg" >&2;}
30619 done
30620 IFS="$ac_save_IFS"
30622 echo "
30623 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30624 " >&6