msctf: Framework for ITfInsertAtSelection in ITfContext.
[wine.git] / configure
blobdf17af8152c32904e99895463ba549ceb409dd6c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.22.
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.22'
600 PACKAGE_STRING='Wine 1.1.22'
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 FREETYPEINCL
673 FREETYPELIBS
674 ft_devel
675 LCMSLIBS
676 RESOLVLIBS
677 GPHOTO2INCL
678 GPHOTO2LIBS
679 gphoto2port_devel
680 gphoto2_devel
681 SANEINCL
682 sane_devel
683 GNUTLSINCL
684 HALINCL
685 XSLTINCL
686 XML2INCL
687 XML2LIBS
688 NASLIBS
689 X_EXTRA_LIBS
690 X_LIBS
691 X_PRE_LIBS
692 X_CFLAGS
693 XMKMF
694 LIBPTHREAD
695 CROSSTEST
696 CROSSWINDRES
697 CROSSCC
698 CARBONLIB
699 COREAUDIO
700 DISKARBITRATIONLIB
701 LDEXECFLAGS
702 IOKITLIB
703 COREFOUNDATIONLIB
704 SECURITYLIB
705 MINGWAR
706 DLLWRAP
707 DLLTOOL
709 LDRPATH_LOCAL
710 LDRPATH_INSTALL
711 IMPLIBEXT
712 LIBEXT
713 LDDLLFLAGS
714 LDSHARED
715 DLLFLAGS
716 DLLEXT
718 OPENGL_LIBS
719 XLIB
720 PRELINK
721 ICOTOOL
722 RSVG
723 PKG_CONFIG
724 FONTFORGE
725 LINTFLAGS
726 LINT
727 INSTALL_DATA
728 INSTALL_SCRIPT
729 INSTALL_PROGRAM
730 LDCONFIG
731 EGREP
732 GREP
734 LN_S
735 WINDRES
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 ac_ct_NM
743 ac_ct_LD
745 ac_ct_AS
747 BISON
748 FLEX
749 TOOLSDIR
750 WIN16_INSTALL
751 WIN16_FILES
752 TARGETFLAGS
753 CPPBIN
754 ac_ct_CXX
755 CXXFLAGS
757 OBJEXT
758 EXEEXT
759 ac_ct_CC
760 CPPFLAGS
761 LDFLAGS
762 CFLAGS
764 SET_MAKE
765 host_os
766 host_vendor
767 host_cpu
768 host
769 build_os
770 build_vendor
771 build_cpu
772 build
773 MAINTAINER_MODE
774 target_alias
775 host_alias
776 build_alias
777 LIBS
778 ECHO_T
779 ECHO_N
780 ECHO_C
781 DEFS
782 mandir
783 localedir
784 libdir
785 psdir
786 pdfdir
787 dvidir
788 htmldir
789 infodir
790 docdir
791 oldincludedir
792 includedir
793 localstatedir
794 sharedstatedir
795 sysconfdir
796 datadir
797 datarootdir
798 libexecdir
799 sbindir
800 bindir
801 program_transform_name
802 prefix
803 exec_prefix
804 PACKAGE_BUGREPORT
805 PACKAGE_STRING
806 PACKAGE_VERSION
807 PACKAGE_TARNAME
808 PACKAGE_NAME
809 PATH_SEPARATOR
810 SHELL'
811 ac_subst_files='MAKE_RULES
812 MAKE_DLL_RULES
813 MAKE_IMPLIB_RULES
814 MAKE_TEST_RULES
815 MAKE_PROG_RULES'
816 ac_user_opts='
817 enable_option_checking
818 enable_win16
819 enable_win64
820 enable_tests
821 enable_maintainer_mode
822 with_alsa
823 with_audioio
824 with_capi
825 with_cms
826 with_coreaudio
827 with_cups
828 with_curses
829 with_esd
830 with_fontconfig
831 with_freetype
832 with_gphoto
833 with_glu
834 with_gnutls
835 with_hal
836 with_jack
837 with_jpeg
838 with_ldap
839 with_nas
840 with_opengl
841 with_openssl
842 with_oss
843 with_png
844 with_pthread
845 with_sane
846 with_xcomposite
847 with_xcursor
848 with_xinerama
849 with_xinput
850 with_xml
851 with_xrandr
852 with_xrender
853 with_xshape
854 with_xshm
855 with_xslt
856 with_xxf86vm
857 with_wine_tools
858 with_x
860 ac_precious_vars='build_alias
861 host_alias
862 target_alias
864 CFLAGS
865 LDFLAGS
866 LIBS
867 CPPFLAGS
869 CXXFLAGS
872 XMKMF'
875 # Initialize some variables set by options.
876 ac_init_help=
877 ac_init_version=false
878 ac_unrecognized_opts=
879 ac_unrecognized_sep=
880 # The variables have the same names as the options, with
881 # dashes changed to underlines.
882 cache_file=/dev/null
883 exec_prefix=NONE
884 no_create=
885 no_recursion=
886 prefix=NONE
887 program_prefix=NONE
888 program_suffix=NONE
889 program_transform_name=s,x,x,
890 silent=
891 site=
892 srcdir=
893 verbose=
894 x_includes=NONE
895 x_libraries=NONE
897 # Installation directory options.
898 # These are left unexpanded so users can "make install exec_prefix=/foo"
899 # and all the variables that are supposed to be based on exec_prefix
900 # by default will actually change.
901 # Use braces instead of parens because sh, perl, etc. also accept them.
902 # (The list follows the same order as the GNU Coding Standards.)
903 bindir='${exec_prefix}/bin'
904 sbindir='${exec_prefix}/sbin'
905 libexecdir='${exec_prefix}/libexec'
906 datarootdir='${prefix}/share'
907 datadir='${datarootdir}'
908 sysconfdir='${prefix}/etc'
909 sharedstatedir='${prefix}/com'
910 localstatedir='${prefix}/var'
911 includedir='${prefix}/include'
912 oldincludedir='/usr/include'
913 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
914 infodir='${datarootdir}/info'
915 htmldir='${docdir}'
916 dvidir='${docdir}'
917 pdfdir='${docdir}'
918 psdir='${docdir}'
919 libdir='${exec_prefix}/lib'
920 localedir='${datarootdir}/locale'
921 mandir='${datarootdir}/man'
923 ac_prev=
924 ac_dashdash=
925 for ac_option
927 # If the previous option needs an argument, assign it.
928 if test -n "$ac_prev"; then
929 eval $ac_prev=\$ac_option
930 ac_prev=
931 continue
934 case $ac_option in
935 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
936 *) ac_optarg=yes ;;
937 esac
939 # Accept the important Cygnus configure options, so we can diagnose typos.
941 case $ac_dashdash$ac_option in
943 ac_dashdash=yes ;;
945 -bindir | --bindir | --bindi | --bind | --bin | --bi)
946 ac_prev=bindir ;;
947 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
948 bindir=$ac_optarg ;;
950 -build | --build | --buil | --bui | --bu)
951 ac_prev=build_alias ;;
952 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
953 build_alias=$ac_optarg ;;
955 -cache-file | --cache-file | --cache-fil | --cache-fi \
956 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
957 ac_prev=cache_file ;;
958 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
959 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
960 cache_file=$ac_optarg ;;
962 --config-cache | -C)
963 cache_file=config.cache ;;
965 -datadir | --datadir | --datadi | --datad)
966 ac_prev=datadir ;;
967 -datadir=* | --datadir=* | --datadi=* | --datad=*)
968 datadir=$ac_optarg ;;
970 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
971 | --dataroo | --dataro | --datar)
972 ac_prev=datarootdir ;;
973 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
974 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
975 datarootdir=$ac_optarg ;;
977 -disable-* | --disable-*)
978 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
979 # Reject names that are not valid shell variable names.
980 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
981 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
982 { (exit 1); exit 1; }; }
983 ac_useropt_orig=$ac_useropt
984 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
985 case $ac_user_opts in
987 "enable_$ac_useropt"
988 "*) ;;
989 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
990 ac_unrecognized_sep=', ';;
991 esac
992 eval enable_$ac_useropt=no ;;
994 -docdir | --docdir | --docdi | --doc | --do)
995 ac_prev=docdir ;;
996 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
997 docdir=$ac_optarg ;;
999 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1000 ac_prev=dvidir ;;
1001 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1002 dvidir=$ac_optarg ;;
1004 -enable-* | --enable-*)
1005 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1006 # Reject names that are not valid shell variable names.
1007 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1008 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1009 { (exit 1); exit 1; }; }
1010 ac_useropt_orig=$ac_useropt
1011 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1012 case $ac_user_opts in
1014 "enable_$ac_useropt"
1015 "*) ;;
1016 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1017 ac_unrecognized_sep=', ';;
1018 esac
1019 eval enable_$ac_useropt=\$ac_optarg ;;
1021 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1022 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1023 | --exec | --exe | --ex)
1024 ac_prev=exec_prefix ;;
1025 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1026 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1027 | --exec=* | --exe=* | --ex=*)
1028 exec_prefix=$ac_optarg ;;
1030 -gas | --gas | --ga | --g)
1031 # Obsolete; use --with-gas.
1032 with_gas=yes ;;
1034 -help | --help | --hel | --he | -h)
1035 ac_init_help=long ;;
1036 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1037 ac_init_help=recursive ;;
1038 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1039 ac_init_help=short ;;
1041 -host | --host | --hos | --ho)
1042 ac_prev=host_alias ;;
1043 -host=* | --host=* | --hos=* | --ho=*)
1044 host_alias=$ac_optarg ;;
1046 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1047 ac_prev=htmldir ;;
1048 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1049 | --ht=*)
1050 htmldir=$ac_optarg ;;
1052 -includedir | --includedir | --includedi | --included | --include \
1053 | --includ | --inclu | --incl | --inc)
1054 ac_prev=includedir ;;
1055 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1056 | --includ=* | --inclu=* | --incl=* | --inc=*)
1057 includedir=$ac_optarg ;;
1059 -infodir | --infodir | --infodi | --infod | --info | --inf)
1060 ac_prev=infodir ;;
1061 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1062 infodir=$ac_optarg ;;
1064 -libdir | --libdir | --libdi | --libd)
1065 ac_prev=libdir ;;
1066 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1067 libdir=$ac_optarg ;;
1069 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1070 | --libexe | --libex | --libe)
1071 ac_prev=libexecdir ;;
1072 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1073 | --libexe=* | --libex=* | --libe=*)
1074 libexecdir=$ac_optarg ;;
1076 -localedir | --localedir | --localedi | --localed | --locale)
1077 ac_prev=localedir ;;
1078 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1079 localedir=$ac_optarg ;;
1081 -localstatedir | --localstatedir | --localstatedi | --localstated \
1082 | --localstate | --localstat | --localsta | --localst | --locals)
1083 ac_prev=localstatedir ;;
1084 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1085 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1086 localstatedir=$ac_optarg ;;
1088 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1089 ac_prev=mandir ;;
1090 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1091 mandir=$ac_optarg ;;
1093 -nfp | --nfp | --nf)
1094 # Obsolete; use --without-fp.
1095 with_fp=no ;;
1097 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1098 | --no-cr | --no-c | -n)
1099 no_create=yes ;;
1101 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1102 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1103 no_recursion=yes ;;
1105 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1106 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1107 | --oldin | --oldi | --old | --ol | --o)
1108 ac_prev=oldincludedir ;;
1109 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1110 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1111 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1112 oldincludedir=$ac_optarg ;;
1114 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1115 ac_prev=prefix ;;
1116 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1117 prefix=$ac_optarg ;;
1119 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1120 | --program-pre | --program-pr | --program-p)
1121 ac_prev=program_prefix ;;
1122 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1123 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1124 program_prefix=$ac_optarg ;;
1126 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1127 | --program-suf | --program-su | --program-s)
1128 ac_prev=program_suffix ;;
1129 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1130 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1131 program_suffix=$ac_optarg ;;
1133 -program-transform-name | --program-transform-name \
1134 | --program-transform-nam | --program-transform-na \
1135 | --program-transform-n | --program-transform- \
1136 | --program-transform | --program-transfor \
1137 | --program-transfo | --program-transf \
1138 | --program-trans | --program-tran \
1139 | --progr-tra | --program-tr | --program-t)
1140 ac_prev=program_transform_name ;;
1141 -program-transform-name=* | --program-transform-name=* \
1142 | --program-transform-nam=* | --program-transform-na=* \
1143 | --program-transform-n=* | --program-transform-=* \
1144 | --program-transform=* | --program-transfor=* \
1145 | --program-transfo=* | --program-transf=* \
1146 | --program-trans=* | --program-tran=* \
1147 | --progr-tra=* | --program-tr=* | --program-t=*)
1148 program_transform_name=$ac_optarg ;;
1150 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1151 ac_prev=pdfdir ;;
1152 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1153 pdfdir=$ac_optarg ;;
1155 -psdir | --psdir | --psdi | --psd | --ps)
1156 ac_prev=psdir ;;
1157 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1158 psdir=$ac_optarg ;;
1160 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1161 | -silent | --silent | --silen | --sile | --sil)
1162 silent=yes ;;
1164 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1165 ac_prev=sbindir ;;
1166 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1167 | --sbi=* | --sb=*)
1168 sbindir=$ac_optarg ;;
1170 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1171 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1172 | --sharedst | --shareds | --shared | --share | --shar \
1173 | --sha | --sh)
1174 ac_prev=sharedstatedir ;;
1175 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1176 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1177 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1178 | --sha=* | --sh=*)
1179 sharedstatedir=$ac_optarg ;;
1181 -site | --site | --sit)
1182 ac_prev=site ;;
1183 -site=* | --site=* | --sit=*)
1184 site=$ac_optarg ;;
1186 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1187 ac_prev=srcdir ;;
1188 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1189 srcdir=$ac_optarg ;;
1191 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1192 | --syscon | --sysco | --sysc | --sys | --sy)
1193 ac_prev=sysconfdir ;;
1194 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1195 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1196 sysconfdir=$ac_optarg ;;
1198 -target | --target | --targe | --targ | --tar | --ta | --t)
1199 ac_prev=target_alias ;;
1200 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1201 target_alias=$ac_optarg ;;
1203 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1204 verbose=yes ;;
1206 -version | --version | --versio | --versi | --vers | -V)
1207 ac_init_version=: ;;
1209 -with-* | --with-*)
1210 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1214 { (exit 1); exit 1; }; }
1215 ac_useropt_orig=$ac_useropt
1216 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1217 case $ac_user_opts in
1219 "with_$ac_useropt"
1220 "*) ;;
1221 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1222 ac_unrecognized_sep=', ';;
1223 esac
1224 eval with_$ac_useropt=\$ac_optarg ;;
1226 -without-* | --without-*)
1227 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1228 # Reject names that are not valid shell variable names.
1229 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1230 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1231 { (exit 1); exit 1; }; }
1232 ac_useropt_orig=$ac_useropt
1233 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1234 case $ac_user_opts in
1236 "with_$ac_useropt"
1237 "*) ;;
1238 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1239 ac_unrecognized_sep=', ';;
1240 esac
1241 eval with_$ac_useropt=no ;;
1243 --x)
1244 # Obsolete; use --with-x.
1245 with_x=yes ;;
1247 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1248 | --x-incl | --x-inc | --x-in | --x-i)
1249 ac_prev=x_includes ;;
1250 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1251 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1252 x_includes=$ac_optarg ;;
1254 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1255 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1256 ac_prev=x_libraries ;;
1257 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1258 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1259 x_libraries=$ac_optarg ;;
1261 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1262 Try \`$0 --help' for more information." >&2
1263 { (exit 1); exit 1; }; }
1266 *=*)
1267 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1268 # Reject names that are not valid shell variable names.
1269 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1270 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1271 { (exit 1); exit 1; }; }
1272 eval $ac_envvar=\$ac_optarg
1273 export $ac_envvar ;;
1276 # FIXME: should be removed in autoconf 3.0.
1277 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1278 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1279 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1280 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1283 esac
1284 done
1286 if test -n "$ac_prev"; then
1287 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1288 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1289 { (exit 1); exit 1; }; }
1292 if test -n "$ac_unrecognized_opts"; then
1293 case $enable_option_checking in
1294 no) ;;
1295 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1296 { (exit 1); exit 1; }; } ;;
1297 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1298 esac
1301 # Check all directory arguments for consistency.
1302 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1303 datadir sysconfdir sharedstatedir localstatedir includedir \
1304 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1305 libdir localedir mandir
1307 eval ac_val=\$$ac_var
1308 # Remove trailing slashes.
1309 case $ac_val in
1310 */ )
1311 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1312 eval $ac_var=\$ac_val;;
1313 esac
1314 # Be sure to have absolute directory names.
1315 case $ac_val in
1316 [\\/$]* | ?:[\\/]* ) continue;;
1317 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1318 esac
1319 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1320 { (exit 1); exit 1; }; }
1321 done
1323 # There might be people who depend on the old broken behavior: `$host'
1324 # used to hold the argument of --host etc.
1325 # FIXME: To remove some day.
1326 build=$build_alias
1327 host=$host_alias
1328 target=$target_alias
1330 # FIXME: To remove some day.
1331 if test "x$host_alias" != x; then
1332 if test "x$build_alias" = x; then
1333 cross_compiling=maybe
1334 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1335 If a cross compiler is detected then cross compile mode will be used." >&2
1336 elif test "x$build_alias" != "x$host_alias"; then
1337 cross_compiling=yes
1341 ac_tool_prefix=
1342 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1344 test "$silent" = yes && exec 6>/dev/null
1347 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1348 ac_ls_di=`ls -di .` &&
1349 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1350 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1351 { (exit 1); exit 1; }; }
1352 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1353 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1354 { (exit 1); exit 1; }; }
1357 # Find the source files, if location was not specified.
1358 if test -z "$srcdir"; then
1359 ac_srcdir_defaulted=yes
1360 # Try the directory containing this script, then the parent directory.
1361 ac_confdir=`$as_dirname -- "$as_myself" ||
1362 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1363 X"$as_myself" : 'X\(//\)[^/]' \| \
1364 X"$as_myself" : 'X\(//\)$' \| \
1365 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1366 $as_echo X"$as_myself" |
1367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1368 s//\1/
1371 /^X\(\/\/\)[^/].*/{
1372 s//\1/
1375 /^X\(\/\/\)$/{
1376 s//\1/
1379 /^X\(\/\).*/{
1380 s//\1/
1383 s/.*/./; q'`
1384 srcdir=$ac_confdir
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 srcdir=..
1388 else
1389 ac_srcdir_defaulted=no
1391 if test ! -r "$srcdir/$ac_unique_file"; then
1392 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1393 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1394 { (exit 1); exit 1; }; }
1396 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1397 ac_abs_confdir=`(
1398 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1399 { (exit 1); exit 1; }; }
1400 pwd)`
1401 # When building in place, set srcdir=.
1402 if test "$ac_abs_confdir" = "$ac_pwd"; then
1403 srcdir=.
1405 # Remove unnecessary trailing slashes from srcdir.
1406 # Double slashes in file names in object file debugging info
1407 # mess up M-x gdb in Emacs.
1408 case $srcdir in
1409 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1410 esac
1411 for ac_var in $ac_precious_vars; do
1412 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_env_${ac_var}_value=\$${ac_var}
1414 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1415 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1416 done
1419 # Report the --help message.
1421 if test "$ac_init_help" = "long"; then
1422 # Omit some internal or obsolete options to make the list less imposing.
1423 # This message is too long to be a string in the A/UX 3.1 sh.
1424 cat <<_ACEOF
1425 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1427 Usage: $0 [OPTION]... [VAR=VALUE]...
1429 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1430 VAR=VALUE. See below for descriptions of some of the useful variables.
1432 Defaults for the options are specified in brackets.
1434 Configuration:
1435 -h, --help display this help and exit
1436 --help=short display options specific to this package
1437 --help=recursive display the short help of all the included packages
1438 -V, --version display version information and exit
1439 -q, --quiet, --silent do not print \`checking...' messages
1440 --cache-file=FILE cache test results in FILE [disabled]
1441 -C, --config-cache alias for \`--cache-file=config.cache'
1442 -n, --no-create do not create output files
1443 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1445 Installation directories:
1446 --prefix=PREFIX install architecture-independent files in PREFIX
1447 [$ac_default_prefix]
1448 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1449 [PREFIX]
1451 By default, \`make install' will install all the files in
1452 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1453 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1454 for instance \`--prefix=\$HOME'.
1456 For better control, use the options below.
1458 Fine tuning of the installation directories:
1459 --bindir=DIR user executables [EPREFIX/bin]
1460 --sbindir=DIR system admin executables [EPREFIX/sbin]
1461 --libexecdir=DIR program executables [EPREFIX/libexec]
1462 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1463 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1464 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1465 --libdir=DIR object code libraries [EPREFIX/lib]
1466 --includedir=DIR C header files [PREFIX/include]
1467 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1468 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1469 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1470 --infodir=DIR info documentation [DATAROOTDIR/info]
1471 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1472 --mandir=DIR man documentation [DATAROOTDIR/man]
1473 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1474 --htmldir=DIR html documentation [DOCDIR]
1475 --dvidir=DIR dvi documentation [DOCDIR]
1476 --pdfdir=DIR pdf documentation [DOCDIR]
1477 --psdir=DIR ps documentation [DOCDIR]
1478 _ACEOF
1480 cat <<\_ACEOF
1482 X features:
1483 --x-includes=DIR X include files are in DIR
1484 --x-libraries=DIR X library files are in DIR
1486 System types:
1487 --build=BUILD configure for building on BUILD [guessed]
1488 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1489 _ACEOF
1492 if test -n "$ac_init_help"; then
1493 case $ac_init_help in
1494 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1495 esac
1496 cat <<\_ACEOF
1498 Optional Features:
1499 --disable-option-checking ignore unrecognized --enable/--with options
1500 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1501 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1502 --disable-win16 do not include Win16 support
1503 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1504 binaries)
1505 --disable-tests do not build the regression tests
1506 --enable-maintainer-mode
1507 enable maintainer-specific build rules
1509 Optional Packages:
1510 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1511 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1512 --without-alsa do not use the Alsa sound support
1513 --without-audioio do not use the AudioIO sound support
1514 --without-capi do not use CAPI (ISDN support)
1515 --without-cms do not use CMS (color management support)
1516 --without-coreaudio do not use the CoreAudio sound support
1517 --without-cups do not use CUPS
1518 --without-curses do not use (n)curses
1519 --without-esd do not use the EsounD sound support
1520 --without-fontconfig do not use fontconfig
1521 --without-freetype do not use the FreeType library
1522 --without-gphoto do not use gphoto (Digital Camera support)
1523 --without-glu do not use the GLU library
1524 --without-gnutls do not use GnuTLS (schannel support)
1525 --without-hal do not use HAL (dynamic device support)
1526 --without-jack do not use the Jack sound support
1527 --without-jpeg do not use JPEG
1528 --without-ldap do not use LDAP
1529 --without-nas do not use the NAS sound support
1530 --without-opengl do not use OpenGL
1531 --without-openssl do not use OpenSSL
1532 --without-oss do not use the OSS sound support
1533 --without-png do not use PNG
1534 --without-pthread do not use the pthread library
1535 --without-sane do not use SANE (scanner support)
1536 --without-xcomposite do not use the Xcomposite extension
1537 --without-xcursor do not use the Xcursor extension
1538 --without-xinerama do not use Xinerama (multi-monitor support)
1539 --without-xinput do not use the Xinput extension
1540 --without-xml do not use XML
1541 --without-xrandr do not use Xrandr (resolution changes)
1542 --without-xrender do not use the Xrender extension
1543 --without-xshape do not use the Xshape extension
1544 --without-xshm do not use XShm (shared memory extension)
1545 --without-xslt do not use XSLT
1546 --without-xxf86vm do not use XFree video mode extension
1547 --with-wine-tools=DIR use Wine tools from directory DIR
1548 --with-x use the X Window System
1550 Some influential environment variables:
1551 CC C compiler command
1552 CFLAGS C compiler flags
1553 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1554 nonstandard directory <lib dir>
1555 LIBS libraries to pass to the linker, e.g. -l<library>
1556 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1557 you have headers in a nonstandard directory <include dir>
1558 CXX C++ compiler command
1559 CXXFLAGS C++ compiler flags
1560 CPP C preprocessor
1561 XMKMF Path to xmkmf, Makefile generator for X Window System
1563 Use these variables to override the choices made by `configure' or to help
1564 it to find libraries and programs with nonstandard names/locations.
1566 Report bugs to <wine-devel@winehq.org>.
1567 _ACEOF
1568 ac_status=$?
1571 if test "$ac_init_help" = "recursive"; then
1572 # If there are subdirs, report their specific --help.
1573 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1574 test -d "$ac_dir" ||
1575 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1576 continue
1577 ac_builddir=.
1579 case "$ac_dir" in
1580 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1583 # A ".." for each directory in $ac_dir_suffix.
1584 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1585 case $ac_top_builddir_sub in
1586 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1587 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1588 esac ;;
1589 esac
1590 ac_abs_top_builddir=$ac_pwd
1591 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1592 # for backward compatibility:
1593 ac_top_builddir=$ac_top_build_prefix
1595 case $srcdir in
1596 .) # We are building in place.
1597 ac_srcdir=.
1598 ac_top_srcdir=$ac_top_builddir_sub
1599 ac_abs_top_srcdir=$ac_pwd ;;
1600 [\\/]* | ?:[\\/]* ) # Absolute name.
1601 ac_srcdir=$srcdir$ac_dir_suffix;
1602 ac_top_srcdir=$srcdir
1603 ac_abs_top_srcdir=$srcdir ;;
1604 *) # Relative name.
1605 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1606 ac_top_srcdir=$ac_top_build_prefix$srcdir
1607 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1608 esac
1609 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1611 cd "$ac_dir" || { ac_status=$?; continue; }
1612 # Check for guested configure.
1613 if test -f "$ac_srcdir/configure.gnu"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1616 elif test -f "$ac_srcdir/configure"; then
1617 echo &&
1618 $SHELL "$ac_srcdir/configure" --help=recursive
1619 else
1620 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1621 fi || ac_status=$?
1622 cd "$ac_pwd" || { ac_status=$?; break; }
1623 done
1626 test -n "$ac_init_help" && exit $ac_status
1627 if $ac_init_version; then
1628 cat <<\_ACEOF
1629 Wine configure 1.1.22
1630 generated by GNU Autoconf 2.63
1632 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1633 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1634 This configure script is free software; the Free Software Foundation
1635 gives unlimited permission to copy, distribute and modify it.
1636 _ACEOF
1637 exit
1639 cat >config.log <<_ACEOF
1640 This file contains any messages produced by compilers while
1641 running configure, to aid debugging if configure makes a mistake.
1643 It was created by Wine $as_me 1.1.22, which was
1644 generated by GNU Autoconf 2.63. Invocation command line was
1646 $ $0 $@
1648 _ACEOF
1649 exec 5>>config.log
1651 cat <<_ASUNAME
1652 ## --------- ##
1653 ## Platform. ##
1654 ## --------- ##
1656 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1657 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1658 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1659 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1660 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1662 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1663 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1665 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1666 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1667 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1668 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1669 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1670 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1671 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1673 _ASUNAME
1675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1676 for as_dir in $PATH
1678 IFS=$as_save_IFS
1679 test -z "$as_dir" && as_dir=.
1680 $as_echo "PATH: $as_dir"
1681 done
1682 IFS=$as_save_IFS
1684 } >&5
1686 cat >&5 <<_ACEOF
1689 ## ----------- ##
1690 ## Core tests. ##
1691 ## ----------- ##
1693 _ACEOF
1696 # Keep a trace of the command line.
1697 # Strip out --no-create and --no-recursion so they do not pile up.
1698 # Strip out --silent because we don't want to record it for future runs.
1699 # Also quote any args containing shell meta-characters.
1700 # Make two passes to allow for proper duplicate-argument suppression.
1701 ac_configure_args=
1702 ac_configure_args0=
1703 ac_configure_args1=
1704 ac_must_keep_next=false
1705 for ac_pass in 1 2
1707 for ac_arg
1709 case $ac_arg in
1710 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1711 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1712 | -silent | --silent | --silen | --sile | --sil)
1713 continue ;;
1714 *\'*)
1715 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1716 esac
1717 case $ac_pass in
1718 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1720 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1721 if test $ac_must_keep_next = true; then
1722 ac_must_keep_next=false # Got value, back to normal.
1723 else
1724 case $ac_arg in
1725 *=* | --config-cache | -C | -disable-* | --disable-* \
1726 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1727 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1728 | -with-* | --with-* | -without-* | --without-* | --x)
1729 case "$ac_configure_args0 " in
1730 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1731 esac
1733 -* ) ac_must_keep_next=true ;;
1734 esac
1736 ac_configure_args="$ac_configure_args '$ac_arg'"
1738 esac
1739 done
1740 done
1741 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1742 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1744 # When interrupted or exit'd, cleanup temporary files, and complete
1745 # config.log. We remove comments because anyway the quotes in there
1746 # would cause problems or look ugly.
1747 # WARNING: Use '\'' to represent an apostrophe within the trap.
1748 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1749 trap 'exit_status=$?
1750 # Save into config.log some information that might help in debugging.
1752 echo
1754 cat <<\_ASBOX
1755 ## ---------------- ##
1756 ## Cache variables. ##
1757 ## ---------------- ##
1758 _ASBOX
1759 echo
1760 # The following way of writing the cache mishandles newlines in values,
1762 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1763 eval ac_val=\$$ac_var
1764 case $ac_val in #(
1765 *${as_nl}*)
1766 case $ac_var in #(
1767 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1768 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1769 esac
1770 case $ac_var in #(
1771 _ | IFS | as_nl) ;; #(
1772 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1773 *) $as_unset $ac_var ;;
1774 esac ;;
1775 esac
1776 done
1777 (set) 2>&1 |
1778 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1779 *${as_nl}ac_space=\ *)
1780 sed -n \
1781 "s/'\''/'\''\\\\'\'''\''/g;
1782 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1783 ;; #(
1785 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1787 esac |
1788 sort
1790 echo
1792 cat <<\_ASBOX
1793 ## ----------------- ##
1794 ## Output variables. ##
1795 ## ----------------- ##
1796 _ASBOX
1797 echo
1798 for ac_var in $ac_subst_vars
1800 eval ac_val=\$$ac_var
1801 case $ac_val in
1802 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1803 esac
1804 $as_echo "$ac_var='\''$ac_val'\''"
1805 done | sort
1806 echo
1808 if test -n "$ac_subst_files"; then
1809 cat <<\_ASBOX
1810 ## ------------------- ##
1811 ## File substitutions. ##
1812 ## ------------------- ##
1813 _ASBOX
1814 echo
1815 for ac_var in $ac_subst_files
1817 eval ac_val=\$$ac_var
1818 case $ac_val in
1819 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1820 esac
1821 $as_echo "$ac_var='\''$ac_val'\''"
1822 done | sort
1823 echo
1826 if test -s confdefs.h; then
1827 cat <<\_ASBOX
1828 ## ----------- ##
1829 ## confdefs.h. ##
1830 ## ----------- ##
1831 _ASBOX
1832 echo
1833 cat confdefs.h
1834 echo
1836 test "$ac_signal" != 0 &&
1837 $as_echo "$as_me: caught signal $ac_signal"
1838 $as_echo "$as_me: exit $exit_status"
1839 } >&5
1840 rm -f core *.core core.conftest.* &&
1841 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1842 exit $exit_status
1844 for ac_signal in 1 2 13 15; do
1845 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1846 done
1847 ac_signal=0
1849 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1850 rm -f -r conftest* confdefs.h
1852 # Predefined preprocessor variables.
1854 cat >>confdefs.h <<_ACEOF
1855 #define PACKAGE_NAME "$PACKAGE_NAME"
1856 _ACEOF
1859 cat >>confdefs.h <<_ACEOF
1860 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1861 _ACEOF
1864 cat >>confdefs.h <<_ACEOF
1865 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1866 _ACEOF
1869 cat >>confdefs.h <<_ACEOF
1870 #define PACKAGE_STRING "$PACKAGE_STRING"
1871 _ACEOF
1874 cat >>confdefs.h <<_ACEOF
1875 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1876 _ACEOF
1879 # Let the site file select an alternate cache file if it wants to.
1880 # Prefer an explicitly selected file to automatically selected ones.
1881 ac_site_file1=NONE
1882 ac_site_file2=NONE
1883 if test -n "$CONFIG_SITE"; then
1884 ac_site_file1=$CONFIG_SITE
1885 elif test "x$prefix" != xNONE; then
1886 ac_site_file1=$prefix/share/config.site
1887 ac_site_file2=$prefix/etc/config.site
1888 else
1889 ac_site_file1=$ac_default_prefix/share/config.site
1890 ac_site_file2=$ac_default_prefix/etc/config.site
1892 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1894 test "x$ac_site_file" = xNONE && continue
1895 if test -r "$ac_site_file"; then
1896 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1897 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1898 sed 's/^/| /' "$ac_site_file" >&5
1899 . "$ac_site_file"
1901 done
1903 if test -r "$cache_file"; then
1904 # Some versions of bash will fail to source /dev/null (special
1905 # files actually), so we avoid doing that.
1906 if test -f "$cache_file"; then
1907 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1908 $as_echo "$as_me: loading cache $cache_file" >&6;}
1909 case $cache_file in
1910 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1911 *) . "./$cache_file";;
1912 esac
1914 else
1915 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1916 $as_echo "$as_me: creating cache $cache_file" >&6;}
1917 >$cache_file
1920 # Check that the precious variables saved in the cache have kept the same
1921 # value.
1922 ac_cache_corrupted=false
1923 for ac_var in $ac_precious_vars; do
1924 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1925 eval ac_new_set=\$ac_env_${ac_var}_set
1926 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1927 eval ac_new_val=\$ac_env_${ac_var}_value
1928 case $ac_old_set,$ac_new_set in
1929 set,)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,set)
1934 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1935 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1936 ac_cache_corrupted=: ;;
1937 ,);;
1939 if test "x$ac_old_val" != "x$ac_new_val"; then
1940 # differences in whitespace do not lead to failure.
1941 ac_old_val_w=`echo x $ac_old_val`
1942 ac_new_val_w=`echo x $ac_new_val`
1943 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1944 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1945 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1946 ac_cache_corrupted=:
1947 else
1948 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1949 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1950 eval $ac_var=\$ac_old_val
1952 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1953 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1954 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1955 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1956 fi;;
1957 esac
1958 # Pass precious variables to config.status.
1959 if test "$ac_new_set" = set; then
1960 case $ac_new_val in
1961 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1962 *) ac_arg=$ac_var=$ac_new_val ;;
1963 esac
1964 case " $ac_configure_args " in
1965 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1966 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1967 esac
1969 done
1970 if $ac_cache_corrupted; then
1971 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1972 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1973 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1974 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1975 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1976 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1977 { (exit 1); exit 1; }; }
2004 ac_ext=c
2005 ac_cpp='$CPP $CPPFLAGS'
2006 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2007 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2008 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2012 ac_config_headers="$ac_config_headers include/config.h"
2014 ac_aux_dir=
2015 for ac_dir in tools "$srcdir"/tools; do
2016 if test -f "$ac_dir/install-sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install-sh -c"
2019 break
2020 elif test -f "$ac_dir/install.sh"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/install.sh -c"
2023 break
2024 elif test -f "$ac_dir/shtool"; then
2025 ac_aux_dir=$ac_dir
2026 ac_install_sh="$ac_aux_dir/shtool install -c"
2027 break
2029 done
2030 if test -z "$ac_aux_dir"; then
2031 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2032 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2033 { (exit 1); exit 1; }; }
2036 # These three variables are undocumented and unsupported,
2037 # and are intended to be withdrawn in a future Autoconf release.
2038 # They can cause serious problems if a builder's source tree is in a directory
2039 # whose full name contains unusual characters.
2040 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2041 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2042 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2047 # Check whether --enable-win16 was given.
2048 if test "${enable_win16+set}" = set; then
2049 enableval=$enable_win16;
2052 # Check whether --enable-win64 was given.
2053 if test "${enable_win64+set}" = set; then
2054 enableval=$enable_win64;
2057 # Check whether --enable-tests was given.
2058 if test "${enable_tests+set}" = set; then
2059 enableval=$enable_tests;
2062 # Check whether --enable-maintainer-mode was given.
2063 if test "${enable_maintainer_mode+set}" = set; then
2064 enableval=$enable_maintainer_mode;
2065 else
2066 MAINTAINER_MODE=\#
2072 # Check whether --with-alsa was given.
2073 if test "${with_alsa+set}" = set; then
2074 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2078 # Check whether --with-audioio was given.
2079 if test "${with_audioio+set}" = set; then
2080 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2084 # Check whether --with-capi was given.
2085 if test "${with_capi+set}" = set; then
2086 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2090 # Check whether --with-cms was given.
2091 if test "${with_cms+set}" = set; then
2092 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2096 # Check whether --with-coreaudio was given.
2097 if test "${with_coreaudio+set}" = set; then
2098 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2102 # Check whether --with-cups was given.
2103 if test "${with_cups+set}" = set; then
2104 withval=$with_cups;
2108 # Check whether --with-curses was given.
2109 if test "${with_curses+set}" = set; then
2110 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2114 # Check whether --with-esd was given.
2115 if test "${with_esd+set}" = set; then
2116 withval=$with_esd;
2120 # Check whether --with-fontconfig was given.
2121 if test "${with_fontconfig+set}" = set; then
2122 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2126 # Check whether --with-freetype was given.
2127 if test "${with_freetype+set}" = set; then
2128 withval=$with_freetype;
2132 # Check whether --with-gphoto was given.
2133 if test "${with_gphoto+set}" = set; then
2134 withval=$with_gphoto;
2138 # Check whether --with-glu was given.
2139 if test "${with_glu+set}" = set; then
2140 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2144 # Check whether --with-gnutls was given.
2145 if test "${with_gnutls+set}" = set; then
2146 withval=$with_gnutls;
2150 # Check whether --with-hal was given.
2151 if test "${with_hal+set}" = set; then
2152 withval=$with_hal;
2156 # Check whether --with-jack was given.
2157 if test "${with_jack+set}" = set; then
2158 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2162 # Check whether --with-jpeg was given.
2163 if test "${with_jpeg+set}" = set; then
2164 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2168 # Check whether --with-ldap was given.
2169 if test "${with_ldap+set}" = set; then
2170 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2174 # Check whether --with-nas was given.
2175 if test "${with_nas+set}" = set; then
2176 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2180 # Check whether --with-opengl was given.
2181 if test "${with_opengl+set}" = set; then
2182 withval=$with_opengl;
2186 # Check whether --with-openssl was given.
2187 if test "${with_openssl+set}" = set; then
2188 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2192 # Check whether --with-oss was given.
2193 if test "${with_oss+set}" = set; then
2194 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2198 # Check whether --with-png was given.
2199 if test "${with_png+set}" = set; then
2200 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2204 # Check whether --with-pthread was given.
2205 if test "${with_pthread+set}" = set; then
2206 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2210 # Check whether --with-sane was given.
2211 if test "${with_sane+set}" = set; then
2212 withval=$with_sane;
2216 # Check whether --with-xcomposite was given.
2217 if test "${with_xcomposite+set}" = set; then
2218 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2222 # Check whether --with-xcursor was given.
2223 if test "${with_xcursor+set}" = set; then
2224 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2228 # Check whether --with-xinerama was given.
2229 if test "${with_xinerama+set}" = set; then
2230 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2234 # Check whether --with-xinput was given.
2235 if test "${with_xinput+set}" = set; then
2236 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2240 # Check whether --with-xml was given.
2241 if test "${with_xml+set}" = set; then
2242 withval=$with_xml;
2246 # Check whether --with-xrandr was given.
2247 if test "${with_xrandr+set}" = set; then
2248 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2252 # Check whether --with-xrender was given.
2253 if test "${with_xrender+set}" = set; then
2254 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2258 # Check whether --with-xshape was given.
2259 if test "${with_xshape+set}" = set; then
2260 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2264 # Check whether --with-xshm was given.
2265 if test "${with_xshm+set}" = set; then
2266 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2270 # Check whether --with-xslt was given.
2271 if test "${with_xslt+set}" = set; then
2272 withval=$with_xslt;
2276 # Check whether --with-xxf86vm was given.
2277 if test "${with_xxf86vm+set}" = set; then
2278 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2283 # Check whether --with-wine-tools was given.
2284 if test "${with_wine_tools+set}" = set; then
2285 withval=$with_wine_tools;
2289 # Make sure we can run config.sub.
2290 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2291 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2292 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2293 { (exit 1); exit 1; }; }
2295 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2296 $as_echo_n "checking build system type... " >&6; }
2297 if test "${ac_cv_build+set}" = set; then
2298 $as_echo_n "(cached) " >&6
2299 else
2300 ac_build_alias=$build_alias
2301 test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303 test "x$ac_build_alias" = x &&
2304 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2305 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2306 { (exit 1); exit 1; }; }
2307 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2308 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2309 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2310 { (exit 1); exit 1; }; }
2313 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2314 $as_echo "$ac_cv_build" >&6; }
2315 case $ac_cv_build in
2316 *-*-*) ;;
2317 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2318 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2319 { (exit 1); exit 1; }; };;
2320 esac
2321 build=$ac_cv_build
2322 ac_save_IFS=$IFS; IFS='-'
2323 set x $ac_cv_build
2324 shift
2325 build_cpu=$1
2326 build_vendor=$2
2327 shift; shift
2328 # Remember, the first character of IFS is used to create $*,
2329 # except with old shells:
2330 build_os=$*
2331 IFS=$ac_save_IFS
2332 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2335 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2336 $as_echo_n "checking host system type... " >&6; }
2337 if test "${ac_cv_host+set}" = set; then
2338 $as_echo_n "(cached) " >&6
2339 else
2340 if test "x$host_alias" = x; then
2341 ac_cv_host=$ac_cv_build
2342 else
2343 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2344 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2345 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2346 { (exit 1); exit 1; }; }
2350 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2351 $as_echo "$ac_cv_host" >&6; }
2352 case $ac_cv_host in
2353 *-*-*) ;;
2354 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2355 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2356 { (exit 1); exit 1; }; };;
2357 esac
2358 host=$ac_cv_host
2359 ac_save_IFS=$IFS; IFS='-'
2360 set x $ac_cv_host
2361 shift
2362 host_cpu=$1
2363 host_vendor=$2
2364 shift; shift
2365 # Remember, the first character of IFS is used to create $*,
2366 # except with old shells:
2367 host_os=$*
2368 IFS=$ac_save_IFS
2369 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2373 case "$srcdir" in
2374 .) ;;
2375 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2376 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2377 You need to run 'make distclean' in the source tree first." >&5
2378 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2379 You need to run 'make distclean' in the source tree first." >&2;}
2380 { (exit 1); exit 1; }; }
2381 fi ;;
2382 esac
2385 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2386 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2387 set x ${MAKE-make}
2388 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2389 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2390 $as_echo_n "(cached) " >&6
2391 else
2392 cat >conftest.make <<\_ACEOF
2393 SHELL = /bin/sh
2394 all:
2395 @echo '@@@%%%=$(MAKE)=@@@%%%'
2396 _ACEOF
2397 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2398 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2399 *@@@%%%=?*=@@@%%%*)
2400 eval ac_cv_prog_make_${ac_make}_set=yes;;
2402 eval ac_cv_prog_make_${ac_make}_set=no;;
2403 esac
2404 rm -f conftest.make
2406 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2407 { $as_echo "$as_me:$LINENO: result: yes" >&5
2408 $as_echo "yes" >&6; }
2409 SET_MAKE=
2410 else
2411 { $as_echo "$as_me:$LINENO: result: no" >&5
2412 $as_echo "no" >&6; }
2413 SET_MAKE="MAKE=${MAKE-make}"
2416 ac_ext=c
2417 ac_cpp='$CPP $CPPFLAGS'
2418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2421 if test -n "$ac_tool_prefix"; then
2422 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2423 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2425 $as_echo_n "checking for $ac_word... " >&6; }
2426 if test "${ac_cv_prog_CC+set}" = set; then
2427 $as_echo_n "(cached) " >&6
2428 else
2429 if test -n "$CC"; then
2430 ac_cv_prog_CC="$CC" # Let the user override the test.
2431 else
2432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2433 for as_dir in $PATH
2435 IFS=$as_save_IFS
2436 test -z "$as_dir" && as_dir=.
2437 for ac_exec_ext in '' $ac_executable_extensions; do
2438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2439 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2440 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2441 break 2
2443 done
2444 done
2445 IFS=$as_save_IFS
2449 CC=$ac_cv_prog_CC
2450 if test -n "$CC"; then
2451 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2452 $as_echo "$CC" >&6; }
2453 else
2454 { $as_echo "$as_me:$LINENO: result: no" >&5
2455 $as_echo "no" >&6; }
2460 if test -z "$ac_cv_prog_CC"; then
2461 ac_ct_CC=$CC
2462 # Extract the first word of "gcc", so it can be a program name with args.
2463 set dummy gcc; ac_word=$2
2464 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2465 $as_echo_n "checking for $ac_word... " >&6; }
2466 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2467 $as_echo_n "(cached) " >&6
2468 else
2469 if test -n "$ac_ct_CC"; then
2470 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2471 else
2472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2473 for as_dir in $PATH
2475 IFS=$as_save_IFS
2476 test -z "$as_dir" && as_dir=.
2477 for ac_exec_ext in '' $ac_executable_extensions; do
2478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2479 ac_cv_prog_ac_ct_CC="gcc"
2480 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2481 break 2
2483 done
2484 done
2485 IFS=$as_save_IFS
2489 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2490 if test -n "$ac_ct_CC"; then
2491 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2492 $as_echo "$ac_ct_CC" >&6; }
2493 else
2494 { $as_echo "$as_me:$LINENO: result: no" >&5
2495 $as_echo "no" >&6; }
2498 if test "x$ac_ct_CC" = x; then
2499 CC=""
2500 else
2501 case $cross_compiling:$ac_tool_warned in
2502 yes:)
2503 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2505 ac_tool_warned=yes ;;
2506 esac
2507 CC=$ac_ct_CC
2509 else
2510 CC="$ac_cv_prog_CC"
2513 if test -z "$CC"; then
2514 if test -n "$ac_tool_prefix"; then
2515 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2516 set dummy ${ac_tool_prefix}cc; ac_word=$2
2517 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2518 $as_echo_n "checking for $ac_word... " >&6; }
2519 if test "${ac_cv_prog_CC+set}" = set; then
2520 $as_echo_n "(cached) " >&6
2521 else
2522 if test -n "$CC"; then
2523 ac_cv_prog_CC="$CC" # Let the user override the test.
2524 else
2525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2526 for as_dir in $PATH
2528 IFS=$as_save_IFS
2529 test -z "$as_dir" && as_dir=.
2530 for ac_exec_ext in '' $ac_executable_extensions; do
2531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2532 ac_cv_prog_CC="${ac_tool_prefix}cc"
2533 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2534 break 2
2536 done
2537 done
2538 IFS=$as_save_IFS
2542 CC=$ac_cv_prog_CC
2543 if test -n "$CC"; then
2544 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2545 $as_echo "$CC" >&6; }
2546 else
2547 { $as_echo "$as_me:$LINENO: result: no" >&5
2548 $as_echo "no" >&6; }
2554 if test -z "$CC"; then
2555 # Extract the first word of "cc", so it can be a program name with args.
2556 set dummy cc; ac_word=$2
2557 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2558 $as_echo_n "checking for $ac_word... " >&6; }
2559 if test "${ac_cv_prog_CC+set}" = set; then
2560 $as_echo_n "(cached) " >&6
2561 else
2562 if test -n "$CC"; then
2563 ac_cv_prog_CC="$CC" # Let the user override the test.
2564 else
2565 ac_prog_rejected=no
2566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2567 for as_dir in $PATH
2569 IFS=$as_save_IFS
2570 test -z "$as_dir" && as_dir=.
2571 for ac_exec_ext in '' $ac_executable_extensions; do
2572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2573 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2574 ac_prog_rejected=yes
2575 continue
2577 ac_cv_prog_CC="cc"
2578 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2581 done
2582 done
2583 IFS=$as_save_IFS
2585 if test $ac_prog_rejected = yes; then
2586 # We found a bogon in the path, so make sure we never use it.
2587 set dummy $ac_cv_prog_CC
2588 shift
2589 if test $# != 0; then
2590 # We chose a different compiler from the bogus one.
2591 # However, it has the same basename, so the bogon will be chosen
2592 # first if we set CC to just the basename; use the full file name.
2593 shift
2594 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2599 CC=$ac_cv_prog_CC
2600 if test -n "$CC"; then
2601 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2602 $as_echo "$CC" >&6; }
2603 else
2604 { $as_echo "$as_me:$LINENO: result: no" >&5
2605 $as_echo "no" >&6; }
2610 if test -z "$CC"; then
2611 if test -n "$ac_tool_prefix"; then
2612 for ac_prog in cl.exe
2614 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2615 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2617 $as_echo_n "checking for $ac_word... " >&6; }
2618 if test "${ac_cv_prog_CC+set}" = set; then
2619 $as_echo_n "(cached) " >&6
2620 else
2621 if test -n "$CC"; then
2622 ac_cv_prog_CC="$CC" # Let the user override the test.
2623 else
2624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625 for as_dir in $PATH
2627 IFS=$as_save_IFS
2628 test -z "$as_dir" && as_dir=.
2629 for ac_exec_ext in '' $ac_executable_extensions; do
2630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2631 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2633 break 2
2635 done
2636 done
2637 IFS=$as_save_IFS
2641 CC=$ac_cv_prog_CC
2642 if test -n "$CC"; then
2643 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2644 $as_echo "$CC" >&6; }
2645 else
2646 { $as_echo "$as_me:$LINENO: result: no" >&5
2647 $as_echo "no" >&6; }
2651 test -n "$CC" && break
2652 done
2654 if test -z "$CC"; then
2655 ac_ct_CC=$CC
2656 for ac_prog in cl.exe
2658 # Extract the first word of "$ac_prog", so it can be a program name with args.
2659 set dummy $ac_prog; ac_word=$2
2660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2661 $as_echo_n "checking for $ac_word... " >&6; }
2662 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2663 $as_echo_n "(cached) " >&6
2664 else
2665 if test -n "$ac_ct_CC"; then
2666 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2667 else
2668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2669 for as_dir in $PATH
2671 IFS=$as_save_IFS
2672 test -z "$as_dir" && as_dir=.
2673 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2675 ac_cv_prog_ac_ct_CC="$ac_prog"
2676 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2677 break 2
2679 done
2680 done
2681 IFS=$as_save_IFS
2685 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2686 if test -n "$ac_ct_CC"; then
2687 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2688 $as_echo "$ac_ct_CC" >&6; }
2689 else
2690 { $as_echo "$as_me:$LINENO: result: no" >&5
2691 $as_echo "no" >&6; }
2695 test -n "$ac_ct_CC" && break
2696 done
2698 if test "x$ac_ct_CC" = x; then
2699 CC=""
2700 else
2701 case $cross_compiling:$ac_tool_warned in
2702 yes:)
2703 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2704 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2705 ac_tool_warned=yes ;;
2706 esac
2707 CC=$ac_ct_CC
2714 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2716 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2717 See \`config.log' for more details." >&5
2718 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2719 See \`config.log' for more details." >&2;}
2720 { (exit 1); exit 1; }; }; }
2722 # Provide some information about the compiler.
2723 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2724 set X $ac_compile
2725 ac_compiler=$2
2726 { (ac_try="$ac_compiler --version >&5"
2727 case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2730 esac
2731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2732 $as_echo "$ac_try_echo") >&5
2733 (eval "$ac_compiler --version >&5") 2>&5
2734 ac_status=$?
2735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736 (exit $ac_status); }
2737 { (ac_try="$ac_compiler -v >&5"
2738 case "(($ac_try" in
2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2740 *) ac_try_echo=$ac_try;;
2741 esac
2742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2743 $as_echo "$ac_try_echo") >&5
2744 (eval "$ac_compiler -v >&5") 2>&5
2745 ac_status=$?
2746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); }
2748 { (ac_try="$ac_compiler -V >&5"
2749 case "(($ac_try" in
2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751 *) ac_try_echo=$ac_try;;
2752 esac
2753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2754 $as_echo "$ac_try_echo") >&5
2755 (eval "$ac_compiler -V >&5") 2>&5
2756 ac_status=$?
2757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758 (exit $ac_status); }
2760 cat >conftest.$ac_ext <<_ACEOF
2761 /* confdefs.h. */
2762 _ACEOF
2763 cat confdefs.h >>conftest.$ac_ext
2764 cat >>conftest.$ac_ext <<_ACEOF
2765 /* end confdefs.h. */
2768 main ()
2772 return 0;
2774 _ACEOF
2775 ac_clean_files_save=$ac_clean_files
2776 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2777 # Try to create an executable without -o first, disregard a.out.
2778 # It will help us diagnose broken compilers, and finding out an intuition
2779 # of exeext.
2780 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2781 $as_echo_n "checking for C compiler default output file name... " >&6; }
2782 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2784 # The possible output files:
2785 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2787 ac_rmfiles=
2788 for ac_file in $ac_files
2790 case $ac_file in
2791 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2792 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2793 esac
2794 done
2795 rm -f $ac_rmfiles
2797 if { (ac_try="$ac_link_default"
2798 case "(($ac_try" in
2799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2800 *) ac_try_echo=$ac_try;;
2801 esac
2802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2803 $as_echo "$ac_try_echo") >&5
2804 (eval "$ac_link_default") 2>&5
2805 ac_status=$?
2806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807 (exit $ac_status); }; then
2808 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2809 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2810 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2811 # so that the user can short-circuit this test for compilers unknown to
2812 # Autoconf.
2813 for ac_file in $ac_files ''
2815 test -f "$ac_file" || continue
2816 case $ac_file in
2817 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2819 [ab].out )
2820 # We found the default executable, but exeext='' is most
2821 # certainly right.
2822 break;;
2823 *.* )
2824 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2825 then :; else
2826 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2828 # We set ac_cv_exeext here because the later test for it is not
2829 # safe: cross compilers may not add the suffix if given an `-o'
2830 # argument, so we may need to know it at that point already.
2831 # Even if this section looks crufty: it has the advantage of
2832 # actually working.
2833 break;;
2835 break;;
2836 esac
2837 done
2838 test "$ac_cv_exeext" = no && ac_cv_exeext=
2840 else
2841 ac_file=''
2844 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2845 $as_echo "$ac_file" >&6; }
2846 if test -z "$ac_file"; then
2847 $as_echo "$as_me: failed program was:" >&5
2848 sed 's/^/| /' conftest.$ac_ext >&5
2850 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2851 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2852 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2853 See \`config.log' for more details." >&5
2854 $as_echo "$as_me: error: C compiler cannot create executables
2855 See \`config.log' for more details." >&2;}
2856 { (exit 77); exit 77; }; }; }
2859 ac_exeext=$ac_cv_exeext
2861 # Check that the compiler produces executables we can run. If not, either
2862 # the compiler is broken, or we cross compile.
2863 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2864 $as_echo_n "checking whether the C compiler works... " >&6; }
2865 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2866 # If not cross compiling, check that we can run a simple program.
2867 if test "$cross_compiling" != yes; then
2868 if { ac_try='./$ac_file'
2869 { (case "(($ac_try" in
2870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2871 *) ac_try_echo=$ac_try;;
2872 esac
2873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2874 $as_echo "$ac_try_echo") >&5
2875 (eval "$ac_try") 2>&5
2876 ac_status=$?
2877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878 (exit $ac_status); }; }; then
2879 cross_compiling=no
2880 else
2881 if test "$cross_compiling" = maybe; then
2882 cross_compiling=yes
2883 else
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2887 If you meant to cross compile, use \`--host'.
2888 See \`config.log' for more details." >&5
2889 $as_echo "$as_me: error: cannot run C compiled programs.
2890 If you meant to cross compile, use \`--host'.
2891 See \`config.log' for more details." >&2;}
2892 { (exit 1); exit 1; }; }; }
2896 { $as_echo "$as_me:$LINENO: result: yes" >&5
2897 $as_echo "yes" >&6; }
2899 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2900 ac_clean_files=$ac_clean_files_save
2901 # Check that the compiler produces executables we can run. If not, either
2902 # the compiler is broken, or we cross compile.
2903 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2904 $as_echo_n "checking whether we are cross compiling... " >&6; }
2905 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2906 $as_echo "$cross_compiling" >&6; }
2908 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2909 $as_echo_n "checking for suffix of executables... " >&6; }
2910 if { (ac_try="$ac_link"
2911 case "(($ac_try" in
2912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2913 *) ac_try_echo=$ac_try;;
2914 esac
2915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2916 $as_echo "$ac_try_echo") >&5
2917 (eval "$ac_link") 2>&5
2918 ac_status=$?
2919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2920 (exit $ac_status); }; then
2921 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2922 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2923 # work properly (i.e., refer to `conftest.exe'), while it won't with
2924 # `rm'.
2925 for ac_file in conftest.exe conftest conftest.*; do
2926 test -f "$ac_file" || continue
2927 case $ac_file in
2928 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2929 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2930 break;;
2931 * ) break;;
2932 esac
2933 done
2934 else
2935 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2936 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2937 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2938 See \`config.log' for more details." >&5
2939 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2940 See \`config.log' for more details." >&2;}
2941 { (exit 1); exit 1; }; }; }
2944 rm -f conftest$ac_cv_exeext
2945 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2946 $as_echo "$ac_cv_exeext" >&6; }
2948 rm -f conftest.$ac_ext
2949 EXEEXT=$ac_cv_exeext
2950 ac_exeext=$EXEEXT
2951 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2952 $as_echo_n "checking for suffix of object files... " >&6; }
2953 if test "${ac_cv_objext+set}" = set; then
2954 $as_echo_n "(cached) " >&6
2955 else
2956 cat >conftest.$ac_ext <<_ACEOF
2957 /* confdefs.h. */
2958 _ACEOF
2959 cat confdefs.h >>conftest.$ac_ext
2960 cat >>conftest.$ac_ext <<_ACEOF
2961 /* end confdefs.h. */
2964 main ()
2968 return 0;
2970 _ACEOF
2971 rm -f conftest.o conftest.obj
2972 if { (ac_try="$ac_compile"
2973 case "(($ac_try" in
2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2975 *) ac_try_echo=$ac_try;;
2976 esac
2977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2978 $as_echo "$ac_try_echo") >&5
2979 (eval "$ac_compile") 2>&5
2980 ac_status=$?
2981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2982 (exit $ac_status); }; then
2983 for ac_file in conftest.o conftest.obj conftest.*; do
2984 test -f "$ac_file" || continue;
2985 case $ac_file in
2986 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2987 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2988 break;;
2989 esac
2990 done
2991 else
2992 $as_echo "$as_me: failed program was:" >&5
2993 sed 's/^/| /' conftest.$ac_ext >&5
2995 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2997 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2998 See \`config.log' for more details." >&5
2999 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3000 See \`config.log' for more details." >&2;}
3001 { (exit 1); exit 1; }; }; }
3004 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3006 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3007 $as_echo "$ac_cv_objext" >&6; }
3008 OBJEXT=$ac_cv_objext
3009 ac_objext=$OBJEXT
3010 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3011 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3012 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3013 $as_echo_n "(cached) " >&6
3014 else
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3025 #ifndef __GNUC__
3026 choke me
3027 #endif
3030 return 0;
3032 _ACEOF
3033 rm -f conftest.$ac_objext
3034 if { (ac_try="$ac_compile"
3035 case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038 esac
3039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3040 $as_echo "$ac_try_echo") >&5
3041 (eval "$ac_compile") 2>conftest.er1
3042 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1
3045 cat conftest.err >&5
3046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } && {
3048 test -z "$ac_c_werror_flag" ||
3049 test ! -s conftest.err
3050 } && test -s conftest.$ac_objext; then
3051 ac_compiler_gnu=yes
3052 else
3053 $as_echo "$as_me: failed program was:" >&5
3054 sed 's/^/| /' conftest.$ac_ext >&5
3056 ac_compiler_gnu=no
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3063 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3064 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3065 if test $ac_compiler_gnu = yes; then
3066 GCC=yes
3067 else
3068 GCC=
3070 ac_test_CFLAGS=${CFLAGS+set}
3071 ac_save_CFLAGS=$CFLAGS
3072 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3073 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3074 if test "${ac_cv_prog_cc_g+set}" = set; then
3075 $as_echo_n "(cached) " >&6
3076 else
3077 ac_save_c_werror_flag=$ac_c_werror_flag
3078 ac_c_werror_flag=yes
3079 ac_cv_prog_cc_g=no
3080 CFLAGS="-g"
3081 cat >conftest.$ac_ext <<_ACEOF
3082 /* confdefs.h. */
3083 _ACEOF
3084 cat confdefs.h >>conftest.$ac_ext
3085 cat >>conftest.$ac_ext <<_ACEOF
3086 /* end confdefs.h. */
3089 main ()
3093 return 0;
3095 _ACEOF
3096 rm -f conftest.$ac_objext
3097 if { (ac_try="$ac_compile"
3098 case "(($ac_try" in
3099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3100 *) ac_try_echo=$ac_try;;
3101 esac
3102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3103 $as_echo "$ac_try_echo") >&5
3104 (eval "$ac_compile") 2>conftest.er1
3105 ac_status=$?
3106 grep -v '^ *+' conftest.er1 >conftest.err
3107 rm -f conftest.er1
3108 cat conftest.err >&5
3109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3110 (exit $ac_status); } && {
3111 test -z "$ac_c_werror_flag" ||
3112 test ! -s conftest.err
3113 } && test -s conftest.$ac_objext; then
3114 ac_cv_prog_cc_g=yes
3115 else
3116 $as_echo "$as_me: failed program was:" >&5
3117 sed 's/^/| /' conftest.$ac_ext >&5
3119 CFLAGS=""
3120 cat >conftest.$ac_ext <<_ACEOF
3121 /* confdefs.h. */
3122 _ACEOF
3123 cat confdefs.h >>conftest.$ac_ext
3124 cat >>conftest.$ac_ext <<_ACEOF
3125 /* end confdefs.h. */
3128 main ()
3132 return 0;
3134 _ACEOF
3135 rm -f conftest.$ac_objext
3136 if { (ac_try="$ac_compile"
3137 case "(($ac_try" in
3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3140 esac
3141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3142 $as_echo "$ac_try_echo") >&5
3143 (eval "$ac_compile") 2>conftest.er1
3144 ac_status=$?
3145 grep -v '^ *+' conftest.er1 >conftest.err
3146 rm -f conftest.er1
3147 cat conftest.err >&5
3148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149 (exit $ac_status); } && {
3150 test -z "$ac_c_werror_flag" ||
3151 test ! -s conftest.err
3152 } && test -s conftest.$ac_objext; then
3154 else
3155 $as_echo "$as_me: failed program was:" >&5
3156 sed 's/^/| /' conftest.$ac_ext >&5
3158 ac_c_werror_flag=$ac_save_c_werror_flag
3159 CFLAGS="-g"
3160 cat >conftest.$ac_ext <<_ACEOF
3161 /* confdefs.h. */
3162 _ACEOF
3163 cat confdefs.h >>conftest.$ac_ext
3164 cat >>conftest.$ac_ext <<_ACEOF
3165 /* end confdefs.h. */
3168 main ()
3172 return 0;
3174 _ACEOF
3175 rm -f conftest.$ac_objext
3176 if { (ac_try="$ac_compile"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3182 $as_echo "$ac_try_echo") >&5
3183 (eval "$ac_compile") 2>conftest.er1
3184 ac_status=$?
3185 grep -v '^ *+' conftest.er1 >conftest.err
3186 rm -f conftest.er1
3187 cat conftest.err >&5
3188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189 (exit $ac_status); } && {
3190 test -z "$ac_c_werror_flag" ||
3191 test ! -s conftest.err
3192 } && test -s conftest.$ac_objext; then
3193 ac_cv_prog_cc_g=yes
3194 else
3195 $as_echo "$as_me: failed program was:" >&5
3196 sed 's/^/| /' conftest.$ac_ext >&5
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3208 ac_c_werror_flag=$ac_save_c_werror_flag
3210 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3211 $as_echo "$ac_cv_prog_cc_g" >&6; }
3212 if test "$ac_test_CFLAGS" = set; then
3213 CFLAGS=$ac_save_CFLAGS
3214 elif test $ac_cv_prog_cc_g = yes; then
3215 if test "$GCC" = yes; then
3216 CFLAGS="-g -O2"
3217 else
3218 CFLAGS="-g"
3220 else
3221 if test "$GCC" = yes; then
3222 CFLAGS="-O2"
3223 else
3224 CFLAGS=
3227 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3228 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3229 if test "${ac_cv_prog_cc_c89+set}" = set; then
3230 $as_echo_n "(cached) " >&6
3231 else
3232 ac_cv_prog_cc_c89=no
3233 ac_save_CC=$CC
3234 cat >conftest.$ac_ext <<_ACEOF
3235 /* confdefs.h. */
3236 _ACEOF
3237 cat confdefs.h >>conftest.$ac_ext
3238 cat >>conftest.$ac_ext <<_ACEOF
3239 /* end confdefs.h. */
3240 #include <stdarg.h>
3241 #include <stdio.h>
3242 #include <sys/types.h>
3243 #include <sys/stat.h>
3244 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245 struct buf { int x; };
3246 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247 static char *e (p, i)
3248 char **p;
3249 int i;
3251 return p[i];
3253 static char *f (char * (*g) (char **, int), char **p, ...)
3255 char *s;
3256 va_list v;
3257 va_start (v,p);
3258 s = g (p, va_arg (v,int));
3259 va_end (v);
3260 return s;
3263 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3264 function prototypes and stuff, but not '\xHH' hex character constants.
3265 These don't provoke an error unfortunately, instead are silently treated
3266 as 'x'. The following induces an error, until -std is added to get
3267 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3268 array size at least. It's necessary to write '\x00'==0 to get something
3269 that's true only with -std. */
3270 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3272 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3273 inside strings and character constants. */
3274 #define FOO(x) 'x'
3275 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3277 int test (int i, double x);
3278 struct s1 {int (*f) (int a);};
3279 struct s2 {int (*f) (double a);};
3280 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3281 int argc;
3282 char **argv;
3284 main ()
3286 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3288 return 0;
3290 _ACEOF
3291 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3292 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3294 CC="$ac_save_CC $ac_arg"
3295 rm -f conftest.$ac_objext
3296 if { (ac_try="$ac_compile"
3297 case "(($ac_try" in
3298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3299 *) ac_try_echo=$ac_try;;
3300 esac
3301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3302 $as_echo "$ac_try_echo") >&5
3303 (eval "$ac_compile") 2>conftest.er1
3304 ac_status=$?
3305 grep -v '^ *+' conftest.er1 >conftest.err
3306 rm -f conftest.er1
3307 cat conftest.err >&5
3308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3309 (exit $ac_status); } && {
3310 test -z "$ac_c_werror_flag" ||
3311 test ! -s conftest.err
3312 } && test -s conftest.$ac_objext; then
3313 ac_cv_prog_cc_c89=$ac_arg
3314 else
3315 $as_echo "$as_me: failed program was:" >&5
3316 sed 's/^/| /' conftest.$ac_ext >&5
3321 rm -f core conftest.err conftest.$ac_objext
3322 test "x$ac_cv_prog_cc_c89" != "xno" && break
3323 done
3324 rm -f conftest.$ac_ext
3325 CC=$ac_save_CC
3328 # AC_CACHE_VAL
3329 case "x$ac_cv_prog_cc_c89" in
3331 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3332 $as_echo "none needed" >&6; } ;;
3333 xno)
3334 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3335 $as_echo "unsupported" >&6; } ;;
3337 CC="$CC $ac_cv_prog_cc_c89"
3338 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3339 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3340 esac
3343 ac_ext=c
3344 ac_cpp='$CPP $CPPFLAGS'
3345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3349 ac_ext=cpp
3350 ac_cpp='$CXXCPP $CPPFLAGS'
3351 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3352 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3353 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3354 if test -z "$CXX"; then
3355 if test -n "$CCC"; then
3356 CXX=$CCC
3357 else
3358 if test -n "$ac_tool_prefix"; then
3359 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3361 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3362 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3364 $as_echo_n "checking for $ac_word... " >&6; }
3365 if test "${ac_cv_prog_CXX+set}" = set; then
3366 $as_echo_n "(cached) " >&6
3367 else
3368 if test -n "$CXX"; then
3369 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3370 else
3371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3372 for as_dir in $PATH
3374 IFS=$as_save_IFS
3375 test -z "$as_dir" && as_dir=.
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3378 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3379 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3380 break 2
3382 done
3383 done
3384 IFS=$as_save_IFS
3388 CXX=$ac_cv_prog_CXX
3389 if test -n "$CXX"; then
3390 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3391 $as_echo "$CXX" >&6; }
3392 else
3393 { $as_echo "$as_me:$LINENO: result: no" >&5
3394 $as_echo "no" >&6; }
3398 test -n "$CXX" && break
3399 done
3401 if test -z "$CXX"; then
3402 ac_ct_CXX=$CXX
3403 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3405 # Extract the first word of "$ac_prog", so it can be a program name with args.
3406 set dummy $ac_prog; ac_word=$2
3407 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3408 $as_echo_n "checking for $ac_word... " >&6; }
3409 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3410 $as_echo_n "(cached) " >&6
3411 else
3412 if test -n "$ac_ct_CXX"; then
3413 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3414 else
3415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3416 for as_dir in $PATH
3418 IFS=$as_save_IFS
3419 test -z "$as_dir" && as_dir=.
3420 for ac_exec_ext in '' $ac_executable_extensions; do
3421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3422 ac_cv_prog_ac_ct_CXX="$ac_prog"
3423 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3424 break 2
3426 done
3427 done
3428 IFS=$as_save_IFS
3432 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3433 if test -n "$ac_ct_CXX"; then
3434 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3435 $as_echo "$ac_ct_CXX" >&6; }
3436 else
3437 { $as_echo "$as_me:$LINENO: result: no" >&5
3438 $as_echo "no" >&6; }
3442 test -n "$ac_ct_CXX" && break
3443 done
3445 if test "x$ac_ct_CXX" = x; then
3446 CXX="g++"
3447 else
3448 case $cross_compiling:$ac_tool_warned in
3449 yes:)
3450 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3452 ac_tool_warned=yes ;;
3453 esac
3454 CXX=$ac_ct_CXX
3460 # Provide some information about the compiler.
3461 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3462 set X $ac_compile
3463 ac_compiler=$2
3464 { (ac_try="$ac_compiler --version >&5"
3465 case "(($ac_try" in
3466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3467 *) ac_try_echo=$ac_try;;
3468 esac
3469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3470 $as_echo "$ac_try_echo") >&5
3471 (eval "$ac_compiler --version >&5") 2>&5
3472 ac_status=$?
3473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3474 (exit $ac_status); }
3475 { (ac_try="$ac_compiler -v >&5"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3481 $as_echo "$ac_try_echo") >&5
3482 (eval "$ac_compiler -v >&5") 2>&5
3483 ac_status=$?
3484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); }
3486 { (ac_try="$ac_compiler -V >&5"
3487 case "(($ac_try" in
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3490 esac
3491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3492 $as_echo "$ac_try_echo") >&5
3493 (eval "$ac_compiler -V >&5") 2>&5
3494 ac_status=$?
3495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); }
3498 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3499 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3500 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3501 $as_echo_n "(cached) " >&6
3502 else
3503 cat >conftest.$ac_ext <<_ACEOF
3504 /* confdefs.h. */
3505 _ACEOF
3506 cat confdefs.h >>conftest.$ac_ext
3507 cat >>conftest.$ac_ext <<_ACEOF
3508 /* end confdefs.h. */
3511 main ()
3513 #ifndef __GNUC__
3514 choke me
3515 #endif
3518 return 0;
3520 _ACEOF
3521 rm -f conftest.$ac_objext
3522 if { (ac_try="$ac_compile"
3523 case "(($ac_try" in
3524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3525 *) ac_try_echo=$ac_try;;
3526 esac
3527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3528 $as_echo "$ac_try_echo") >&5
3529 (eval "$ac_compile") 2>conftest.er1
3530 ac_status=$?
3531 grep -v '^ *+' conftest.er1 >conftest.err
3532 rm -f conftest.er1
3533 cat conftest.err >&5
3534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535 (exit $ac_status); } && {
3536 test -z "$ac_cxx_werror_flag" ||
3537 test ! -s conftest.err
3538 } && test -s conftest.$ac_objext; then
3539 ac_compiler_gnu=yes
3540 else
3541 $as_echo "$as_me: failed program was:" >&5
3542 sed 's/^/| /' conftest.$ac_ext >&5
3544 ac_compiler_gnu=no
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3551 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3552 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3553 if test $ac_compiler_gnu = yes; then
3554 GXX=yes
3555 else
3556 GXX=
3558 ac_test_CXXFLAGS=${CXXFLAGS+set}
3559 ac_save_CXXFLAGS=$CXXFLAGS
3560 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3561 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3562 if test "${ac_cv_prog_cxx_g+set}" = set; then
3563 $as_echo_n "(cached) " >&6
3564 else
3565 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3566 ac_cxx_werror_flag=yes
3567 ac_cv_prog_cxx_g=no
3568 CXXFLAGS="-g"
3569 cat >conftest.$ac_ext <<_ACEOF
3570 /* confdefs.h. */
3571 _ACEOF
3572 cat confdefs.h >>conftest.$ac_ext
3573 cat >>conftest.$ac_ext <<_ACEOF
3574 /* end confdefs.h. */
3577 main ()
3581 return 0;
3583 _ACEOF
3584 rm -f conftest.$ac_objext
3585 if { (ac_try="$ac_compile"
3586 case "(($ac_try" in
3587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3588 *) ac_try_echo=$ac_try;;
3589 esac
3590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3591 $as_echo "$ac_try_echo") >&5
3592 (eval "$ac_compile") 2>conftest.er1
3593 ac_status=$?
3594 grep -v '^ *+' conftest.er1 >conftest.err
3595 rm -f conftest.er1
3596 cat conftest.err >&5
3597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598 (exit $ac_status); } && {
3599 test -z "$ac_cxx_werror_flag" ||
3600 test ! -s conftest.err
3601 } && test -s conftest.$ac_objext; then
3602 ac_cv_prog_cxx_g=yes
3603 else
3604 $as_echo "$as_me: failed program was:" >&5
3605 sed 's/^/| /' conftest.$ac_ext >&5
3607 CXXFLAGS=""
3608 cat >conftest.$ac_ext <<_ACEOF
3609 /* confdefs.h. */
3610 _ACEOF
3611 cat confdefs.h >>conftest.$ac_ext
3612 cat >>conftest.$ac_ext <<_ACEOF
3613 /* end confdefs.h. */
3616 main ()
3620 return 0;
3622 _ACEOF
3623 rm -f conftest.$ac_objext
3624 if { (ac_try="$ac_compile"
3625 case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628 esac
3629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3630 $as_echo "$ac_try_echo") >&5
3631 (eval "$ac_compile") 2>conftest.er1
3632 ac_status=$?
3633 grep -v '^ *+' conftest.er1 >conftest.err
3634 rm -f conftest.er1
3635 cat conftest.err >&5
3636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); } && {
3638 test -z "$ac_cxx_werror_flag" ||
3639 test ! -s conftest.err
3640 } && test -s conftest.$ac_objext; then
3642 else
3643 $as_echo "$as_me: failed program was:" >&5
3644 sed 's/^/| /' conftest.$ac_ext >&5
3646 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3647 CXXFLAGS="-g"
3648 cat >conftest.$ac_ext <<_ACEOF
3649 /* confdefs.h. */
3650 _ACEOF
3651 cat confdefs.h >>conftest.$ac_ext
3652 cat >>conftest.$ac_ext <<_ACEOF
3653 /* end confdefs.h. */
3656 main ()
3660 return 0;
3662 _ACEOF
3663 rm -f conftest.$ac_objext
3664 if { (ac_try="$ac_compile"
3665 case "(($ac_try" in
3666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3667 *) ac_try_echo=$ac_try;;
3668 esac
3669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3670 $as_echo "$ac_try_echo") >&5
3671 (eval "$ac_compile") 2>conftest.er1
3672 ac_status=$?
3673 grep -v '^ *+' conftest.er1 >conftest.err
3674 rm -f conftest.er1
3675 cat conftest.err >&5
3676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677 (exit $ac_status); } && {
3678 test -z "$ac_cxx_werror_flag" ||
3679 test ! -s conftest.err
3680 } && test -s conftest.$ac_objext; then
3681 ac_cv_prog_cxx_g=yes
3682 else
3683 $as_echo "$as_me: failed program was:" >&5
3684 sed 's/^/| /' conftest.$ac_ext >&5
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3696 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3698 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3699 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3700 if test "$ac_test_CXXFLAGS" = set; then
3701 CXXFLAGS=$ac_save_CXXFLAGS
3702 elif test $ac_cv_prog_cxx_g = yes; then
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-g -O2"
3705 else
3706 CXXFLAGS="-g"
3708 else
3709 if test "$GXX" = yes; then
3710 CXXFLAGS="-O2"
3711 else
3712 CXXFLAGS=
3715 ac_ext=c
3716 ac_cpp='$CPP $CPPFLAGS'
3717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 if test -n "$ac_tool_prefix"; then
3722 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3723 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3724 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3725 $as_echo_n "checking for $ac_word... " >&6; }
3726 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3727 $as_echo_n "(cached) " >&6
3728 else
3729 if test -n "$CPPBIN"; then
3730 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3731 else
3732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3733 for as_dir in $PATH
3735 IFS=$as_save_IFS
3736 test -z "$as_dir" && as_dir=.
3737 for ac_exec_ext in '' $ac_executable_extensions; do
3738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3739 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3740 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3741 break 2
3743 done
3744 done
3745 IFS=$as_save_IFS
3749 CPPBIN=$ac_cv_prog_CPPBIN
3750 if test -n "$CPPBIN"; then
3751 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3752 $as_echo "$CPPBIN" >&6; }
3753 else
3754 { $as_echo "$as_me:$LINENO: result: no" >&5
3755 $as_echo "no" >&6; }
3760 if test -z "$ac_cv_prog_CPPBIN"; then
3761 ac_ct_CPPBIN=$CPPBIN
3762 # Extract the first word of "cpp", so it can be a program name with args.
3763 set dummy cpp; ac_word=$2
3764 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3765 $as_echo_n "checking for $ac_word... " >&6; }
3766 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3767 $as_echo_n "(cached) " >&6
3768 else
3769 if test -n "$ac_ct_CPPBIN"; then
3770 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3771 else
3772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH
3775 IFS=$as_save_IFS
3776 test -z "$as_dir" && as_dir=.
3777 for ac_exec_ext in '' $ac_executable_extensions; do
3778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3779 ac_cv_prog_ac_ct_CPPBIN="cpp"
3780 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3781 break 2
3783 done
3784 done
3785 IFS=$as_save_IFS
3789 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3790 if test -n "$ac_ct_CPPBIN"; then
3791 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3792 $as_echo "$ac_ct_CPPBIN" >&6; }
3793 else
3794 { $as_echo "$as_me:$LINENO: result: no" >&5
3795 $as_echo "no" >&6; }
3798 if test "x$ac_ct_CPPBIN" = x; then
3799 CPPBIN="cpp"
3800 else
3801 case $cross_compiling:$ac_tool_warned in
3802 yes:)
3803 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3804 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3805 ac_tool_warned=yes ;;
3806 esac
3807 CPPBIN=$ac_ct_CPPBIN
3809 else
3810 CPPBIN="$ac_cv_prog_CPPBIN"
3814 case $host in
3815 *-darwin*)
3816 if test "x$enable_win64" == "xyes"
3817 then
3818 CC="$CC -m64"
3819 CXX="$CXX -m64"
3820 LD="${LD:-ld} -arch x86_64"
3821 AS="${AS:-as} -arch x86_64"
3822 host_cpu="x86_64"
3823 notice_platform="64-bit "
3824 TARGETFLAGS="-m64"
3826 else
3827 CC="$CC -m32"
3828 CXX="$CXX -m32"
3829 LD="${LD:-ld} -arch i386"
3830 AS="${AS:-as} -arch i386"
3831 host_cpu="i386"
3832 notice_platform="32-bit "
3833 TARGETFLAGS="-m32"
3835 enable_win16=${enable_win16:-yes}
3838 x86_64*)
3839 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3840 then
3841 CC="$CC -m32"
3842 CXX="$CXX -m32"
3843 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3844 $as_echo_n "checking whether $CC works... " >&6; }
3846 cat >conftest.$ac_ext <<_ACEOF
3847 /* confdefs.h. */
3848 _ACEOF
3849 cat confdefs.h >>conftest.$ac_ext
3850 cat >>conftest.$ac_ext <<_ACEOF
3851 /* end confdefs.h. */
3854 main ()
3858 return 0;
3860 _ACEOF
3861 rm -f conftest.$ac_objext conftest$ac_exeext
3862 if { (ac_try="$ac_link"
3863 case "(($ac_try" in
3864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3865 *) ac_try_echo=$ac_try;;
3866 esac
3867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3868 $as_echo "$ac_try_echo") >&5
3869 (eval "$ac_link") 2>conftest.er1
3870 ac_status=$?
3871 grep -v '^ *+' conftest.er1 >conftest.err
3872 rm -f conftest.er1
3873 cat conftest.err >&5
3874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); } && {
3876 test -z "$ac_c_werror_flag" ||
3877 test ! -s conftest.err
3878 } && test -s conftest$ac_exeext && {
3879 test "$cross_compiling" = yes ||
3880 $as_test_x conftest$ac_exeext
3881 }; then
3882 { $as_echo "$as_me:$LINENO: result: yes" >&5
3883 $as_echo "yes" >&6; }
3884 else
3885 $as_echo "$as_me: failed program was:" >&5
3886 sed 's/^/| /' conftest.$ac_ext >&5
3888 { $as_echo "$as_me:$LINENO: result: no" >&5
3889 $as_echo "no" >&6; }
3890 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3891 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3892 { (exit 1); exit 1; }; }
3895 rm -rf conftest.dSYM
3896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3897 conftest$ac_exeext conftest.$ac_ext
3898 LD="${LD:-ld} -m elf_i386"
3899 AS="${AS:-as} --32"
3900 host_cpu="i386"
3901 notice_platform="32-bit "
3902 TARGETFLAGS="-m32"
3904 enable_win16=${enable_win16:-yes}
3905 else
3906 TARGETFLAGS="-m64"
3910 *-mingw32*|*-cygwin*)
3911 enable_win16=${enable_win16:-no}
3913 i[3456789]86*)
3914 enable_win16=${enable_win16:-yes}
3916 esac
3918 enable_win16=${enable_win16:-no}
3920 WIN16_FILES="\$(WIN16_FILES)"
3922 WIN16_INSTALL="\$(WIN16_INSTALL)"
3924 if test "x$enable_win16" != "xyes"
3925 then
3926 WIN16_FILES=""
3927 WIN16_INSTALL=""
3928 enable_w32skrnl=${enable_w32skrnl:-no}
3929 enable_winedos=${enable_winedos:-no}
3930 enable_winevdm=${enable_winevdm:-no}
3933 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3934 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3935 if test "${wine_cv_toolsdir+set}" = set; then
3936 $as_echo_n "(cached) " >&6
3937 else
3938 if test -z "$with_wine_tools"; then
3939 if test "$cross_compiling" = "yes"; then
3940 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3941 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3942 { (exit 1); exit 1; }; }
3943 else
3944 wine_cv_toolsdir="\$(TOPOBJDIR)"
3946 elif test -d "$with_wine_tools/tools/winebuild"; then
3947 case $with_wine_tools in
3948 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3949 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3950 esac
3951 else
3952 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3953 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3954 { (exit 1); exit 1; }; }
3957 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3958 $as_echo "$wine_cv_toolsdir" >&6; }
3959 TOOLSDIR=$wine_cv_toolsdir
3961 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3962 then
3963 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3967 for ac_prog in flex
3969 # Extract the first word of "$ac_prog", so it can be a program name with args.
3970 set dummy $ac_prog; ac_word=$2
3971 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3972 $as_echo_n "checking for $ac_word... " >&6; }
3973 if test "${ac_cv_prog_FLEX+set}" = set; then
3974 $as_echo_n "(cached) " >&6
3975 else
3976 if test -n "$FLEX"; then
3977 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3978 else
3979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3980 for as_dir in $PATH
3982 IFS=$as_save_IFS
3983 test -z "$as_dir" && as_dir=.
3984 for ac_exec_ext in '' $ac_executable_extensions; do
3985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3986 ac_cv_prog_FLEX="$ac_prog"
3987 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3988 break 2
3990 done
3991 done
3992 IFS=$as_save_IFS
3996 FLEX=$ac_cv_prog_FLEX
3997 if test -n "$FLEX"; then
3998 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3999 $as_echo "$FLEX" >&6; }
4000 else
4001 { $as_echo "$as_me:$LINENO: result: no" >&5
4002 $as_echo "no" >&6; }
4006 test -n "$FLEX" && break
4007 done
4008 test -n "$FLEX" || FLEX="none"
4010 if test "$FLEX" = "none"
4011 then
4012 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4013 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4014 { (exit 1); exit 1; }; }
4017 for ac_prog in bison
4019 # Extract the first word of "$ac_prog", so it can be a program name with args.
4020 set dummy $ac_prog; ac_word=$2
4021 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4022 $as_echo_n "checking for $ac_word... " >&6; }
4023 if test "${ac_cv_prog_BISON+set}" = set; then
4024 $as_echo_n "(cached) " >&6
4025 else
4026 if test -n "$BISON"; then
4027 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4028 else
4029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4030 for as_dir in $PATH
4032 IFS=$as_save_IFS
4033 test -z "$as_dir" && as_dir=.
4034 for ac_exec_ext in '' $ac_executable_extensions; do
4035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4036 ac_cv_prog_BISON="$ac_prog"
4037 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4038 break 2
4040 done
4041 done
4042 IFS=$as_save_IFS
4046 BISON=$ac_cv_prog_BISON
4047 if test -n "$BISON"; then
4048 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4049 $as_echo "$BISON" >&6; }
4050 else
4051 { $as_echo "$as_me:$LINENO: result: no" >&5
4052 $as_echo "no" >&6; }
4056 test -n "$BISON" && break
4057 done
4058 test -n "$BISON" || BISON="none"
4060 if test "$BISON" = "none"
4061 then
4062 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4063 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4064 { (exit 1); exit 1; }; }
4067 if test -n "$ac_tool_prefix"; then
4068 for ac_prog in gas as
4070 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4071 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4072 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4073 $as_echo_n "checking for $ac_word... " >&6; }
4074 if test "${ac_cv_prog_AS+set}" = set; then
4075 $as_echo_n "(cached) " >&6
4076 else
4077 if test -n "$AS"; then
4078 ac_cv_prog_AS="$AS" # Let the user override the test.
4079 else
4080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4081 for as_dir in $PATH
4083 IFS=$as_save_IFS
4084 test -z "$as_dir" && as_dir=.
4085 for ac_exec_ext in '' $ac_executable_extensions; do
4086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4087 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4088 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4089 break 2
4091 done
4092 done
4093 IFS=$as_save_IFS
4097 AS=$ac_cv_prog_AS
4098 if test -n "$AS"; then
4099 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4100 $as_echo "$AS" >&6; }
4101 else
4102 { $as_echo "$as_me:$LINENO: result: no" >&5
4103 $as_echo "no" >&6; }
4107 test -n "$AS" && break
4108 done
4110 if test -z "$AS"; then
4111 ac_ct_AS=$AS
4112 for ac_prog in gas as
4114 # Extract the first word of "$ac_prog", so it can be a program name with args.
4115 set dummy $ac_prog; ac_word=$2
4116 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4117 $as_echo_n "checking for $ac_word... " >&6; }
4118 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4119 $as_echo_n "(cached) " >&6
4120 else
4121 if test -n "$ac_ct_AS"; then
4122 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4123 else
4124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4125 for as_dir in $PATH
4127 IFS=$as_save_IFS
4128 test -z "$as_dir" && as_dir=.
4129 for ac_exec_ext in '' $ac_executable_extensions; do
4130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4131 ac_cv_prog_ac_ct_AS="$ac_prog"
4132 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4133 break 2
4135 done
4136 done
4137 IFS=$as_save_IFS
4141 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4142 if test -n "$ac_ct_AS"; then
4143 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4144 $as_echo "$ac_ct_AS" >&6; }
4145 else
4146 { $as_echo "$as_me:$LINENO: result: no" >&5
4147 $as_echo "no" >&6; }
4151 test -n "$ac_ct_AS" && break
4152 done
4154 if test "x$ac_ct_AS" = x; then
4155 AS="as"
4156 else
4157 case $cross_compiling:$ac_tool_warned in
4158 yes:)
4159 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4160 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4161 ac_tool_warned=yes ;;
4162 esac
4163 AS=$ac_ct_AS
4167 if test -n "$ac_tool_prefix"; then
4168 for ac_prog in ld gld
4170 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4171 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if test "${ac_cv_prog_LD+set}" = set; then
4175 $as_echo_n "(cached) " >&6
4176 else
4177 if test -n "$LD"; then
4178 ac_cv_prog_LD="$LD" # Let the user override the test.
4179 else
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_exec_ext in '' $ac_executable_extensions; do
4186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4187 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 break 2
4191 done
4192 done
4193 IFS=$as_save_IFS
4197 LD=$ac_cv_prog_LD
4198 if test -n "$LD"; then
4199 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4200 $as_echo "$LD" >&6; }
4201 else
4202 { $as_echo "$as_me:$LINENO: result: no" >&5
4203 $as_echo "no" >&6; }
4207 test -n "$LD" && break
4208 done
4210 if test -z "$LD"; then
4211 ac_ct_LD=$LD
4212 for ac_prog in ld gld
4214 # Extract the first word of "$ac_prog", so it can be a program name with args.
4215 set dummy $ac_prog; ac_word=$2
4216 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4217 $as_echo_n "checking for $ac_word... " >&6; }
4218 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4219 $as_echo_n "(cached) " >&6
4220 else
4221 if test -n "$ac_ct_LD"; then
4222 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4223 else
4224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4225 for as_dir in $PATH
4227 IFS=$as_save_IFS
4228 test -z "$as_dir" && as_dir=.
4229 for ac_exec_ext in '' $ac_executable_extensions; do
4230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4231 ac_cv_prog_ac_ct_LD="$ac_prog"
4232 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4233 break 2
4235 done
4236 done
4237 IFS=$as_save_IFS
4241 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4242 if test -n "$ac_ct_LD"; then
4243 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4244 $as_echo "$ac_ct_LD" >&6; }
4245 else
4246 { $as_echo "$as_me:$LINENO: result: no" >&5
4247 $as_echo "no" >&6; }
4251 test -n "$ac_ct_LD" && break
4252 done
4254 if test "x$ac_ct_LD" = x; then
4255 LD="ld"
4256 else
4257 case $cross_compiling:$ac_tool_warned in
4258 yes:)
4259 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4260 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4261 ac_tool_warned=yes ;;
4262 esac
4263 LD=$ac_ct_LD
4267 if test -n "$ac_tool_prefix"; then
4268 for ac_prog in nm gnm
4270 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4271 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4272 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4273 $as_echo_n "checking for $ac_word... " >&6; }
4274 if test "${ac_cv_prog_NM+set}" = set; then
4275 $as_echo_n "(cached) " >&6
4276 else
4277 if test -n "$NM"; then
4278 ac_cv_prog_NM="$NM" # Let the user override the test.
4279 else
4280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4281 for as_dir in $PATH
4283 IFS=$as_save_IFS
4284 test -z "$as_dir" && as_dir=.
4285 for ac_exec_ext in '' $ac_executable_extensions; do
4286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4287 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4288 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4289 break 2
4291 done
4292 done
4293 IFS=$as_save_IFS
4297 NM=$ac_cv_prog_NM
4298 if test -n "$NM"; then
4299 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4300 $as_echo "$NM" >&6; }
4301 else
4302 { $as_echo "$as_me:$LINENO: result: no" >&5
4303 $as_echo "no" >&6; }
4307 test -n "$NM" && break
4308 done
4310 if test -z "$NM"; then
4311 ac_ct_NM=$NM
4312 for ac_prog in nm gnm
4314 # Extract the first word of "$ac_prog", so it can be a program name with args.
4315 set dummy $ac_prog; ac_word=$2
4316 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4317 $as_echo_n "checking for $ac_word... " >&6; }
4318 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4319 $as_echo_n "(cached) " >&6
4320 else
4321 if test -n "$ac_ct_NM"; then
4322 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4323 else
4324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4325 for as_dir in $PATH
4327 IFS=$as_save_IFS
4328 test -z "$as_dir" && as_dir=.
4329 for ac_exec_ext in '' $ac_executable_extensions; do
4330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4331 ac_cv_prog_ac_ct_NM="$ac_prog"
4332 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4335 done
4336 done
4337 IFS=$as_save_IFS
4341 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4342 if test -n "$ac_ct_NM"; then
4343 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4344 $as_echo "$ac_ct_NM" >&6; }
4345 else
4346 { $as_echo "$as_me:$LINENO: result: no" >&5
4347 $as_echo "no" >&6; }
4351 test -n "$ac_ct_NM" && break
4352 done
4354 if test "x$ac_ct_NM" = x; then
4355 NM="nm"
4356 else
4357 case $cross_compiling:$ac_tool_warned in
4358 yes:)
4359 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4360 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4361 ac_tool_warned=yes ;;
4362 esac
4363 NM=$ac_ct_NM
4367 if test -n "$ac_tool_prefix"; then
4368 for ac_prog in ar gar
4370 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4371 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4372 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4373 $as_echo_n "checking for $ac_word... " >&6; }
4374 if test "${ac_cv_prog_AR+set}" = set; then
4375 $as_echo_n "(cached) " >&6
4376 else
4377 if test -n "$AR"; then
4378 ac_cv_prog_AR="$AR" # Let the user override the test.
4379 else
4380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4381 for as_dir in $PATH
4383 IFS=$as_save_IFS
4384 test -z "$as_dir" && as_dir=.
4385 for ac_exec_ext in '' $ac_executable_extensions; do
4386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4387 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4388 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4389 break 2
4391 done
4392 done
4393 IFS=$as_save_IFS
4397 AR=$ac_cv_prog_AR
4398 if test -n "$AR"; then
4399 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4400 $as_echo "$AR" >&6; }
4401 else
4402 { $as_echo "$as_me:$LINENO: result: no" >&5
4403 $as_echo "no" >&6; }
4407 test -n "$AR" && break
4408 done
4410 if test -z "$AR"; then
4411 ac_ct_AR=$AR
4412 for ac_prog in ar gar
4414 # Extract the first word of "$ac_prog", so it can be a program name with args.
4415 set dummy $ac_prog; ac_word=$2
4416 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4417 $as_echo_n "checking for $ac_word... " >&6; }
4418 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4419 $as_echo_n "(cached) " >&6
4420 else
4421 if test -n "$ac_ct_AR"; then
4422 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4423 else
4424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4425 for as_dir in $PATH
4427 IFS=$as_save_IFS
4428 test -z "$as_dir" && as_dir=.
4429 for ac_exec_ext in '' $ac_executable_extensions; do
4430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4431 ac_cv_prog_ac_ct_AR="$ac_prog"
4432 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4433 break 2
4435 done
4436 done
4437 IFS=$as_save_IFS
4441 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4442 if test -n "$ac_ct_AR"; then
4443 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4444 $as_echo "$ac_ct_AR" >&6; }
4445 else
4446 { $as_echo "$as_me:$LINENO: result: no" >&5
4447 $as_echo "no" >&6; }
4451 test -n "$ac_ct_AR" && break
4452 done
4454 if test "x$ac_ct_AR" = x; then
4455 AR="ar"
4456 else
4457 case $cross_compiling:$ac_tool_warned in
4458 yes:)
4459 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4460 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4461 ac_tool_warned=yes ;;
4462 esac
4463 AR=$ac_ct_AR
4467 ARFLAGS=rc
4469 if test -n "$ac_tool_prefix"; then
4470 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4471 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4472 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4473 $as_echo_n "checking for $ac_word... " >&6; }
4474 if test "${ac_cv_prog_RANLIB+set}" = set; then
4475 $as_echo_n "(cached) " >&6
4476 else
4477 if test -n "$RANLIB"; then
4478 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4479 else
4480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4481 for as_dir in $PATH
4483 IFS=$as_save_IFS
4484 test -z "$as_dir" && as_dir=.
4485 for ac_exec_ext in '' $ac_executable_extensions; do
4486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4487 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4488 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4489 break 2
4491 done
4492 done
4493 IFS=$as_save_IFS
4497 RANLIB=$ac_cv_prog_RANLIB
4498 if test -n "$RANLIB"; then
4499 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4500 $as_echo "$RANLIB" >&6; }
4501 else
4502 { $as_echo "$as_me:$LINENO: result: no" >&5
4503 $as_echo "no" >&6; }
4508 if test -z "$ac_cv_prog_RANLIB"; then
4509 ac_ct_RANLIB=$RANLIB
4510 # Extract the first word of "ranlib", so it can be a program name with args.
4511 set dummy ranlib; ac_word=$2
4512 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4513 $as_echo_n "checking for $ac_word... " >&6; }
4514 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4515 $as_echo_n "(cached) " >&6
4516 else
4517 if test -n "$ac_ct_RANLIB"; then
4518 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4519 else
4520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521 for as_dir in $PATH
4523 IFS=$as_save_IFS
4524 test -z "$as_dir" && as_dir=.
4525 for ac_exec_ext in '' $ac_executable_extensions; do
4526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4527 ac_cv_prog_ac_ct_RANLIB="ranlib"
4528 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4529 break 2
4531 done
4532 done
4533 IFS=$as_save_IFS
4537 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4538 if test -n "$ac_ct_RANLIB"; then
4539 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4540 $as_echo "$ac_ct_RANLIB" >&6; }
4541 else
4542 { $as_echo "$as_me:$LINENO: result: no" >&5
4543 $as_echo "no" >&6; }
4546 if test "x$ac_ct_RANLIB" = x; then
4547 RANLIB=":"
4548 else
4549 case $cross_compiling:$ac_tool_warned in
4550 yes:)
4551 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4552 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4553 ac_tool_warned=yes ;;
4554 esac
4555 RANLIB=$ac_ct_RANLIB
4557 else
4558 RANLIB="$ac_cv_prog_RANLIB"
4561 if test -n "$ac_tool_prefix"; then
4562 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4563 set dummy ${ac_tool_prefix}strip; ac_word=$2
4564 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4565 $as_echo_n "checking for $ac_word... " >&6; }
4566 if test "${ac_cv_prog_STRIP+set}" = set; then
4567 $as_echo_n "(cached) " >&6
4568 else
4569 if test -n "$STRIP"; then
4570 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4571 else
4572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573 for as_dir in $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_prog_STRIP="${ac_tool_prefix}strip"
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
4589 STRIP=$ac_cv_prog_STRIP
4590 if test -n "$STRIP"; then
4591 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4592 $as_echo "$STRIP" >&6; }
4593 else
4594 { $as_echo "$as_me:$LINENO: result: no" >&5
4595 $as_echo "no" >&6; }
4600 if test -z "$ac_cv_prog_STRIP"; then
4601 ac_ct_STRIP=$STRIP
4602 # Extract the first word of "strip", so it can be a program name with args.
4603 set dummy strip; ac_word=$2
4604 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4605 $as_echo_n "checking for $ac_word... " >&6; }
4606 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4607 $as_echo_n "(cached) " >&6
4608 else
4609 if test -n "$ac_ct_STRIP"; then
4610 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4611 else
4612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4613 for as_dir in $PATH
4615 IFS=$as_save_IFS
4616 test -z "$as_dir" && as_dir=.
4617 for ac_exec_ext in '' $ac_executable_extensions; do
4618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4619 ac_cv_prog_ac_ct_STRIP="strip"
4620 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4621 break 2
4623 done
4624 done
4625 IFS=$as_save_IFS
4629 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4630 if test -n "$ac_ct_STRIP"; then
4631 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4632 $as_echo "$ac_ct_STRIP" >&6; }
4633 else
4634 { $as_echo "$as_me:$LINENO: result: no" >&5
4635 $as_echo "no" >&6; }
4638 if test "x$ac_ct_STRIP" = x; then
4639 STRIP="strip"
4640 else
4641 case $cross_compiling:$ac_tool_warned in
4642 yes:)
4643 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4644 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4645 ac_tool_warned=yes ;;
4646 esac
4647 STRIP=$ac_ct_STRIP
4649 else
4650 STRIP="$ac_cv_prog_STRIP"
4653 if test -n "$ac_tool_prefix"; then
4654 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4655 set dummy ${ac_tool_prefix}windres; ac_word=$2
4656 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4657 $as_echo_n "checking for $ac_word... " >&6; }
4658 if test "${ac_cv_prog_WINDRES+set}" = set; then
4659 $as_echo_n "(cached) " >&6
4660 else
4661 if test -n "$WINDRES"; then
4662 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4663 else
4664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4665 for as_dir in $PATH
4667 IFS=$as_save_IFS
4668 test -z "$as_dir" && as_dir=.
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4671 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4672 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4673 break 2
4675 done
4676 done
4677 IFS=$as_save_IFS
4681 WINDRES=$ac_cv_prog_WINDRES
4682 if test -n "$WINDRES"; then
4683 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4684 $as_echo "$WINDRES" >&6; }
4685 else
4686 { $as_echo "$as_me:$LINENO: result: no" >&5
4687 $as_echo "no" >&6; }
4692 if test -z "$ac_cv_prog_WINDRES"; then
4693 ac_ct_WINDRES=$WINDRES
4694 # Extract the first word of "windres", so it can be a program name with args.
4695 set dummy windres; ac_word=$2
4696 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4697 $as_echo_n "checking for $ac_word... " >&6; }
4698 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4699 $as_echo_n "(cached) " >&6
4700 else
4701 if test -n "$ac_ct_WINDRES"; then
4702 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4703 else
4704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705 for as_dir in $PATH
4707 IFS=$as_save_IFS
4708 test -z "$as_dir" && as_dir=.
4709 for ac_exec_ext in '' $ac_executable_extensions; do
4710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4711 ac_cv_prog_ac_ct_WINDRES="windres"
4712 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4713 break 2
4715 done
4716 done
4717 IFS=$as_save_IFS
4721 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4722 if test -n "$ac_ct_WINDRES"; then
4723 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4724 $as_echo "$ac_ct_WINDRES" >&6; }
4725 else
4726 { $as_echo "$as_me:$LINENO: result: no" >&5
4727 $as_echo "no" >&6; }
4730 if test "x$ac_ct_WINDRES" = x; then
4731 WINDRES="false"
4732 else
4733 case $cross_compiling:$ac_tool_warned in
4734 yes:)
4735 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4737 ac_tool_warned=yes ;;
4738 esac
4739 WINDRES=$ac_ct_WINDRES
4741 else
4742 WINDRES="$ac_cv_prog_WINDRES"
4745 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4746 $as_echo_n "checking whether ln -s works... " >&6; }
4747 LN_S=$as_ln_s
4748 if test "$LN_S" = "ln -s"; then
4749 { $as_echo "$as_me:$LINENO: result: yes" >&5
4750 $as_echo "yes" >&6; }
4751 else
4752 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4753 $as_echo "no, using $LN_S" >&6; }
4756 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4757 $as_echo_n "checking whether ln works... " >&6; }
4758 rm -f conf$$ conf$$.file
4759 echo >conf$$.file
4760 if ln conf$$.file conf$$ 2>/dev/null; then
4761 LN=ln
4763 { $as_echo "$as_me:$LINENO: result: yes" >&5
4764 $as_echo "yes" >&6; }
4765 else
4766 LN="cp -p"
4768 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4769 $as_echo "no, using $LN" >&6; }
4771 rm -f conf$$ conf$$.file
4772 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4773 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4774 if test "${ac_cv_path_GREP+set}" = set; then
4775 $as_echo_n "(cached) " >&6
4776 else
4777 if test -z "$GREP"; then
4778 ac_path_GREP_found=false
4779 # Loop through the user's path and test for each of PROGNAME-LIST
4780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4781 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4783 IFS=$as_save_IFS
4784 test -z "$as_dir" && as_dir=.
4785 for ac_prog in grep ggrep; do
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4788 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4789 # Check for GNU ac_path_GREP and select it if it is found.
4790 # Check for GNU $ac_path_GREP
4791 case `"$ac_path_GREP" --version 2>&1` in
4792 *GNU*)
4793 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4795 ac_count=0
4796 $as_echo_n 0123456789 >"conftest.in"
4797 while :
4799 cat "conftest.in" "conftest.in" >"conftest.tmp"
4800 mv "conftest.tmp" "conftest.in"
4801 cp "conftest.in" "conftest.nl"
4802 $as_echo 'GREP' >> "conftest.nl"
4803 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4804 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4805 ac_count=`expr $ac_count + 1`
4806 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4807 # Best one so far, save it but keep looking for a better one
4808 ac_cv_path_GREP="$ac_path_GREP"
4809 ac_path_GREP_max=$ac_count
4811 # 10*(2^10) chars as input seems more than enough
4812 test $ac_count -gt 10 && break
4813 done
4814 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4815 esac
4817 $ac_path_GREP_found && break 3
4818 done
4819 done
4820 done
4821 IFS=$as_save_IFS
4822 if test -z "$ac_cv_path_GREP"; then
4823 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4824 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4825 { (exit 1); exit 1; }; }
4827 else
4828 ac_cv_path_GREP=$GREP
4832 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4833 $as_echo "$ac_cv_path_GREP" >&6; }
4834 GREP="$ac_cv_path_GREP"
4837 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4838 $as_echo_n "checking for egrep... " >&6; }
4839 if test "${ac_cv_path_EGREP+set}" = set; then
4840 $as_echo_n "(cached) " >&6
4841 else
4842 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4843 then ac_cv_path_EGREP="$GREP -E"
4844 else
4845 if test -z "$EGREP"; then
4846 ac_path_EGREP_found=false
4847 # Loop through the user's path and test for each of PROGNAME-LIST
4848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4849 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4851 IFS=$as_save_IFS
4852 test -z "$as_dir" && as_dir=.
4853 for ac_prog in egrep; do
4854 for ac_exec_ext in '' $ac_executable_extensions; do
4855 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4856 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4857 # Check for GNU ac_path_EGREP and select it if it is found.
4858 # Check for GNU $ac_path_EGREP
4859 case `"$ac_path_EGREP" --version 2>&1` in
4860 *GNU*)
4861 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4863 ac_count=0
4864 $as_echo_n 0123456789 >"conftest.in"
4865 while :
4867 cat "conftest.in" "conftest.in" >"conftest.tmp"
4868 mv "conftest.tmp" "conftest.in"
4869 cp "conftest.in" "conftest.nl"
4870 $as_echo 'EGREP' >> "conftest.nl"
4871 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4872 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4873 ac_count=`expr $ac_count + 1`
4874 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4875 # Best one so far, save it but keep looking for a better one
4876 ac_cv_path_EGREP="$ac_path_EGREP"
4877 ac_path_EGREP_max=$ac_count
4879 # 10*(2^10) chars as input seems more than enough
4880 test $ac_count -gt 10 && break
4881 done
4882 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4883 esac
4885 $ac_path_EGREP_found && break 3
4886 done
4887 done
4888 done
4889 IFS=$as_save_IFS
4890 if test -z "$ac_cv_path_EGREP"; then
4891 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4892 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4893 { (exit 1); exit 1; }; }
4895 else
4896 ac_cv_path_EGREP=$EGREP
4901 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4902 $as_echo "$ac_cv_path_EGREP" >&6; }
4903 EGREP="$ac_cv_path_EGREP"
4906 # Extract the first word of "ldconfig", so it can be a program name with args.
4907 set dummy ldconfig; ac_word=$2
4908 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4909 $as_echo_n "checking for $ac_word... " >&6; }
4910 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4911 $as_echo_n "(cached) " >&6
4912 else
4913 case $LDCONFIG in
4914 [\\/]* | ?:[\\/]*)
4915 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4919 for as_dir in /sbin /usr/sbin $PATH
4921 IFS=$as_save_IFS
4922 test -z "$as_dir" && as_dir=.
4923 for ac_exec_ext in '' $ac_executable_extensions; do
4924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4925 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4926 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4927 break 2
4929 done
4930 done
4931 IFS=$as_save_IFS
4933 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4935 esac
4937 LDCONFIG=$ac_cv_path_LDCONFIG
4938 if test -n "$LDCONFIG"; then
4939 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4940 $as_echo "$LDCONFIG" >&6; }
4941 else
4942 { $as_echo "$as_me:$LINENO: result: no" >&5
4943 $as_echo "no" >&6; }
4947 # Find a good install program. We prefer a C program (faster),
4948 # so one script is as good as another. But avoid the broken or
4949 # incompatible versions:
4950 # SysV /etc/install, /usr/sbin/install
4951 # SunOS /usr/etc/install
4952 # IRIX /sbin/install
4953 # AIX /bin/install
4954 # AmigaOS /C/install, which installs bootblocks on floppy discs
4955 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4956 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4957 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4958 # OS/2's system install, which has a completely different semantic
4959 # ./install, which can be erroneously created by make from ./install.sh.
4960 # Reject install programs that cannot install multiple files.
4961 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4962 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4963 if test -z "$INSTALL"; then
4964 if test "${ac_cv_path_install+set}" = set; then
4965 $as_echo_n "(cached) " >&6
4966 else
4967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4968 for as_dir in $PATH
4970 IFS=$as_save_IFS
4971 test -z "$as_dir" && as_dir=.
4972 # Account for people who put trailing slashes in PATH elements.
4973 case $as_dir/ in
4974 ./ | .// | /cC/* | \
4975 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4976 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4977 /usr/ucb/* ) ;;
4979 # OSF1 and SCO ODT 3.0 have their own names for install.
4980 # Don't use installbsd from OSF since it installs stuff as root
4981 # by default.
4982 for ac_prog in ginstall scoinst install; do
4983 for ac_exec_ext in '' $ac_executable_extensions; do
4984 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4985 if test $ac_prog = install &&
4986 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4987 # AIX install. It has an incompatible calling convention.
4989 elif test $ac_prog = install &&
4990 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4991 # program-specific install script used by HP pwplus--don't use.
4993 else
4994 rm -rf conftest.one conftest.two conftest.dir
4995 echo one > conftest.one
4996 echo two > conftest.two
4997 mkdir conftest.dir
4998 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4999 test -s conftest.one && test -s conftest.two &&
5000 test -s conftest.dir/conftest.one &&
5001 test -s conftest.dir/conftest.two
5002 then
5003 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5004 break 3
5008 done
5009 done
5011 esac
5013 done
5014 IFS=$as_save_IFS
5016 rm -rf conftest.one conftest.two conftest.dir
5019 if test "${ac_cv_path_install+set}" = set; then
5020 INSTALL=$ac_cv_path_install
5021 else
5022 # As a last resort, use the slow shell script. Don't cache a
5023 # value for INSTALL within a source directory, because that will
5024 # break other packages using the cache if that directory is
5025 # removed, or if the value is a relative name.
5026 INSTALL=$ac_install_sh
5029 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5030 $as_echo "$INSTALL" >&6; }
5032 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5033 # It thinks the first close brace ends the variable substitution.
5034 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5036 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5038 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5040 case "$INSTALL" in
5041 [\\/$]* | ?:[\\/]* ) ;;
5042 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5043 esac
5045 for ac_prog in lclint lint
5047 # Extract the first word of "$ac_prog", so it can be a program name with args.
5048 set dummy $ac_prog; ac_word=$2
5049 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5050 $as_echo_n "checking for $ac_word... " >&6; }
5051 if test "${ac_cv_prog_LINT+set}" = set; then
5052 $as_echo_n "(cached) " >&6
5053 else
5054 if test -n "$LINT"; then
5055 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5056 else
5057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5058 for as_dir in $PATH
5060 IFS=$as_save_IFS
5061 test -z "$as_dir" && as_dir=.
5062 for ac_exec_ext in '' $ac_executable_extensions; do
5063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5064 ac_cv_prog_LINT="$ac_prog"
5065 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5066 break 2
5068 done
5069 done
5070 IFS=$as_save_IFS
5074 LINT=$ac_cv_prog_LINT
5075 if test -n "$LINT"; then
5076 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5077 $as_echo "$LINT" >&6; }
5078 else
5079 { $as_echo "$as_me:$LINENO: result: no" >&5
5080 $as_echo "no" >&6; }
5084 test -n "$LINT" && break
5085 done
5087 if test "$LINT" = "lint"
5088 then
5089 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5094 for ac_prog in fontforge
5096 # Extract the first word of "$ac_prog", so it can be a program name with args.
5097 set dummy $ac_prog; ac_word=$2
5098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5099 $as_echo_n "checking for $ac_word... " >&6; }
5100 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5101 $as_echo_n "(cached) " >&6
5102 else
5103 if test -n "$FONTFORGE"; then
5104 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5105 else
5106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5107 for as_dir in $PATH
5109 IFS=$as_save_IFS
5110 test -z "$as_dir" && as_dir=.
5111 for ac_exec_ext in '' $ac_executable_extensions; do
5112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5113 ac_cv_prog_FONTFORGE="$ac_prog"
5114 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5115 break 2
5117 done
5118 done
5119 IFS=$as_save_IFS
5123 FONTFORGE=$ac_cv_prog_FONTFORGE
5124 if test -n "$FONTFORGE"; then
5125 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5126 $as_echo "$FONTFORGE" >&6; }
5127 else
5128 { $as_echo "$as_me:$LINENO: result: no" >&5
5129 $as_echo "no" >&6; }
5133 test -n "$FONTFORGE" && break
5134 done
5135 test -n "$FONTFORGE" || FONTFORGE="false"
5137 for ac_prog in pkg-config
5139 # Extract the first word of "$ac_prog", so it can be a program name with args.
5140 set dummy $ac_prog; ac_word=$2
5141 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5142 $as_echo_n "checking for $ac_word... " >&6; }
5143 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5144 $as_echo_n "(cached) " >&6
5145 else
5146 if test -n "$PKG_CONFIG"; then
5147 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5148 else
5149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150 for as_dir in $PATH
5152 IFS=$as_save_IFS
5153 test -z "$as_dir" && as_dir=.
5154 for ac_exec_ext in '' $ac_executable_extensions; do
5155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5156 ac_cv_prog_PKG_CONFIG="$ac_prog"
5157 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5158 break 2
5160 done
5161 done
5162 IFS=$as_save_IFS
5166 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5167 if test -n "$PKG_CONFIG"; then
5168 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5169 $as_echo "$PKG_CONFIG" >&6; }
5170 else
5171 { $as_echo "$as_me:$LINENO: result: no" >&5
5172 $as_echo "no" >&6; }
5176 test -n "$PKG_CONFIG" && break
5177 done
5178 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5180 for ac_prog in rsvg
5182 # Extract the first word of "$ac_prog", so it can be a program name with args.
5183 set dummy $ac_prog; ac_word=$2
5184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5185 $as_echo_n "checking for $ac_word... " >&6; }
5186 if test "${ac_cv_prog_RSVG+set}" = set; then
5187 $as_echo_n "(cached) " >&6
5188 else
5189 if test -n "$RSVG"; then
5190 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5191 else
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193 for as_dir in $PATH
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
5198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5199 ac_cv_prog_RSVG="$ac_prog"
5200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 break 2
5203 done
5204 done
5205 IFS=$as_save_IFS
5209 RSVG=$ac_cv_prog_RSVG
5210 if test -n "$RSVG"; then
5211 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5212 $as_echo "$RSVG" >&6; }
5213 else
5214 { $as_echo "$as_me:$LINENO: result: no" >&5
5215 $as_echo "no" >&6; }
5219 test -n "$RSVG" && break
5220 done
5221 test -n "$RSVG" || RSVG="false"
5223 for ac_prog in icotool
5225 # Extract the first word of "$ac_prog", so it can be a program name with args.
5226 set dummy $ac_prog; ac_word=$2
5227 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5228 $as_echo_n "checking for $ac_word... " >&6; }
5229 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5230 $as_echo_n "(cached) " >&6
5231 else
5232 if test -n "$ICOTOOL"; then
5233 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5234 else
5235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236 for as_dir in $PATH
5238 IFS=$as_save_IFS
5239 test -z "$as_dir" && as_dir=.
5240 for ac_exec_ext in '' $ac_executable_extensions; do
5241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5242 ac_cv_prog_ICOTOOL="$ac_prog"
5243 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5244 break 2
5246 done
5247 done
5248 IFS=$as_save_IFS
5252 ICOTOOL=$ac_cv_prog_ICOTOOL
5253 if test -n "$ICOTOOL"; then
5254 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5255 $as_echo "$ICOTOOL" >&6; }
5256 else
5257 { $as_echo "$as_me:$LINENO: result: no" >&5
5258 $as_echo "no" >&6; }
5262 test -n "$ICOTOOL" && break
5263 done
5264 test -n "$ICOTOOL" || ICOTOOL="false"
5267 if test "${enable_maintainer_mode+set}" = set
5268 then
5269 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5270 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5271 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5274 case $host_cpu in
5275 *i[3456789]86*)
5276 # Extract the first word of "prelink", so it can be a program name with args.
5277 set dummy prelink; ac_word=$2
5278 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5279 $as_echo_n "checking for $ac_word... " >&6; }
5280 if test "${ac_cv_path_PRELINK+set}" = set; then
5281 $as_echo_n "(cached) " >&6
5282 else
5283 case $PRELINK in
5284 [\\/]* | ?:[\\/]*)
5285 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 for as_dir in /sbin /usr/sbin $PATH
5291 IFS=$as_save_IFS
5292 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
5294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5295 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5296 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5297 break 2
5299 done
5300 done
5301 IFS=$as_save_IFS
5303 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5305 esac
5307 PRELINK=$ac_cv_path_PRELINK
5308 if test -n "$PRELINK"; then
5309 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5310 $as_echo "$PRELINK" >&6; }
5311 else
5312 { $as_echo "$as_me:$LINENO: result: no" >&5
5313 $as_echo "no" >&6; }
5318 esac
5322 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5323 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5324 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5325 $as_echo_n "(cached) " >&6
5326 else
5327 ac_check_lib_save_LIBS=$LIBS
5328 LIBS="-li386 $LIBS"
5329 cat >conftest.$ac_ext <<_ACEOF
5330 /* confdefs.h. */
5331 _ACEOF
5332 cat confdefs.h >>conftest.$ac_ext
5333 cat >>conftest.$ac_ext <<_ACEOF
5334 /* end confdefs.h. */
5336 /* Override any GCC internal prototype to avoid an error.
5337 Use char because int might match the return type of a GCC
5338 builtin and then its argument prototype would still apply. */
5339 #ifdef __cplusplus
5340 extern "C"
5341 #endif
5342 char i386_set_ldt ();
5344 main ()
5346 return i386_set_ldt ();
5348 return 0;
5350 _ACEOF
5351 rm -f conftest.$ac_objext conftest$ac_exeext
5352 if { (ac_try="$ac_link"
5353 case "(($ac_try" in
5354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5355 *) ac_try_echo=$ac_try;;
5356 esac
5357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5358 $as_echo "$ac_try_echo") >&5
5359 (eval "$ac_link") 2>conftest.er1
5360 ac_status=$?
5361 grep -v '^ *+' conftest.er1 >conftest.err
5362 rm -f conftest.er1
5363 cat conftest.err >&5
5364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5365 (exit $ac_status); } && {
5366 test -z "$ac_c_werror_flag" ||
5367 test ! -s conftest.err
5368 } && test -s conftest$ac_exeext && {
5369 test "$cross_compiling" = yes ||
5370 $as_test_x conftest$ac_exeext
5371 }; then
5372 ac_cv_lib_i386_i386_set_ldt=yes
5373 else
5374 $as_echo "$as_me: failed program was:" >&5
5375 sed 's/^/| /' conftest.$ac_ext >&5
5377 ac_cv_lib_i386_i386_set_ldt=no
5380 rm -rf conftest.dSYM
5381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5382 conftest$ac_exeext conftest.$ac_ext
5383 LIBS=$ac_check_lib_save_LIBS
5385 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5386 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5387 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5388 cat >>confdefs.h <<_ACEOF
5389 #define HAVE_LIBI386 1
5390 _ACEOF
5392 LIBS="-li386 $LIBS"
5397 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5398 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5399 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5400 $as_echo_n "(cached) " >&6
5401 else
5402 ac_check_lib_save_LIBS=$LIBS
5403 LIBS="-lossaudio $LIBS"
5404 cat >conftest.$ac_ext <<_ACEOF
5405 /* confdefs.h. */
5406 _ACEOF
5407 cat confdefs.h >>conftest.$ac_ext
5408 cat >>conftest.$ac_ext <<_ACEOF
5409 /* end confdefs.h. */
5411 /* Override any GCC internal prototype to avoid an error.
5412 Use char because int might match the return type of a GCC
5413 builtin and then its argument prototype would still apply. */
5414 #ifdef __cplusplus
5415 extern "C"
5416 #endif
5417 char _oss_ioctl ();
5419 main ()
5421 return _oss_ioctl ();
5423 return 0;
5425 _ACEOF
5426 rm -f conftest.$ac_objext conftest$ac_exeext
5427 if { (ac_try="$ac_link"
5428 case "(($ac_try" in
5429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5430 *) ac_try_echo=$ac_try;;
5431 esac
5432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5433 $as_echo "$ac_try_echo") >&5
5434 (eval "$ac_link") 2>conftest.er1
5435 ac_status=$?
5436 grep -v '^ *+' conftest.er1 >conftest.err
5437 rm -f conftest.er1
5438 cat conftest.err >&5
5439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); } && {
5441 test -z "$ac_c_werror_flag" ||
5442 test ! -s conftest.err
5443 } && test -s conftest$ac_exeext && {
5444 test "$cross_compiling" = yes ||
5445 $as_test_x conftest$ac_exeext
5446 }; then
5447 ac_cv_lib_ossaudio__oss_ioctl=yes
5448 else
5449 $as_echo "$as_me: failed program was:" >&5
5450 sed 's/^/| /' conftest.$ac_ext >&5
5452 ac_cv_lib_ossaudio__oss_ioctl=no
5455 rm -rf conftest.dSYM
5456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5457 conftest$ac_exeext conftest.$ac_ext
5458 LIBS=$ac_check_lib_save_LIBS
5460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5461 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5462 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5463 cat >>confdefs.h <<_ACEOF
5464 #define HAVE_LIBOSSAUDIO 1
5465 _ACEOF
5467 LIBS="-lossaudio $LIBS"
5472 XLIB=""
5474 OPENGL_LIBS=""
5478 ac_ext=c
5479 ac_cpp='$CPP $CPPFLAGS'
5480 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5481 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5482 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5483 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5484 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5485 # On Suns, sometimes $CPP names a directory.
5486 if test -n "$CPP" && test -d "$CPP"; then
5487 CPP=
5489 if test -z "$CPP"; then
5490 if test "${ac_cv_prog_CPP+set}" = set; then
5491 $as_echo_n "(cached) " >&6
5492 else
5493 # Double quotes because CPP needs to be expanded
5494 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5496 ac_preproc_ok=false
5497 for ac_c_preproc_warn_flag in '' yes
5499 # Use a header file that comes with gcc, so configuring glibc
5500 # with a fresh cross-compiler works.
5501 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5502 # <limits.h> exists even on freestanding compilers.
5503 # On the NeXT, cc -E runs the code through the compiler's parser,
5504 # not just through cpp. "Syntax error" is here to catch this case.
5505 cat >conftest.$ac_ext <<_ACEOF
5506 /* confdefs.h. */
5507 _ACEOF
5508 cat confdefs.h >>conftest.$ac_ext
5509 cat >>conftest.$ac_ext <<_ACEOF
5510 /* end confdefs.h. */
5511 #ifdef __STDC__
5512 # include <limits.h>
5513 #else
5514 # include <assert.h>
5515 #endif
5516 Syntax error
5517 _ACEOF
5518 if { (ac_try="$ac_cpp conftest.$ac_ext"
5519 case "(($ac_try" in
5520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5521 *) ac_try_echo=$ac_try;;
5522 esac
5523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5524 $as_echo "$ac_try_echo") >&5
5525 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5526 ac_status=$?
5527 grep -v '^ *+' conftest.er1 >conftest.err
5528 rm -f conftest.er1
5529 cat conftest.err >&5
5530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); } >/dev/null && {
5532 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5533 test ! -s conftest.err
5534 }; then
5536 else
5537 $as_echo "$as_me: failed program was:" >&5
5538 sed 's/^/| /' conftest.$ac_ext >&5
5540 # Broken: fails on valid input.
5541 continue
5544 rm -f conftest.err conftest.$ac_ext
5546 # OK, works on sane cases. Now check whether nonexistent headers
5547 # can be detected and how.
5548 cat >conftest.$ac_ext <<_ACEOF
5549 /* confdefs.h. */
5550 _ACEOF
5551 cat confdefs.h >>conftest.$ac_ext
5552 cat >>conftest.$ac_ext <<_ACEOF
5553 /* end confdefs.h. */
5554 #include <ac_nonexistent.h>
5555 _ACEOF
5556 if { (ac_try="$ac_cpp conftest.$ac_ext"
5557 case "(($ac_try" in
5558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5559 *) ac_try_echo=$ac_try;;
5560 esac
5561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5562 $as_echo "$ac_try_echo") >&5
5563 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5564 ac_status=$?
5565 grep -v '^ *+' conftest.er1 >conftest.err
5566 rm -f conftest.er1
5567 cat conftest.err >&5
5568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5569 (exit $ac_status); } >/dev/null && {
5570 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5571 test ! -s conftest.err
5572 }; then
5573 # Broken: success on invalid input.
5574 continue
5575 else
5576 $as_echo "$as_me: failed program was:" >&5
5577 sed 's/^/| /' conftest.$ac_ext >&5
5579 # Passes both tests.
5580 ac_preproc_ok=:
5581 break
5584 rm -f conftest.err conftest.$ac_ext
5586 done
5587 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5588 rm -f conftest.err conftest.$ac_ext
5589 if $ac_preproc_ok; then
5590 break
5593 done
5594 ac_cv_prog_CPP=$CPP
5597 CPP=$ac_cv_prog_CPP
5598 else
5599 ac_cv_prog_CPP=$CPP
5601 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5602 $as_echo "$CPP" >&6; }
5603 ac_preproc_ok=false
5604 for ac_c_preproc_warn_flag in '' yes
5606 # Use a header file that comes with gcc, so configuring glibc
5607 # with a fresh cross-compiler works.
5608 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5609 # <limits.h> exists even on freestanding compilers.
5610 # On the NeXT, cc -E runs the code through the compiler's parser,
5611 # not just through cpp. "Syntax error" is here to catch this case.
5612 cat >conftest.$ac_ext <<_ACEOF
5613 /* confdefs.h. */
5614 _ACEOF
5615 cat confdefs.h >>conftest.$ac_ext
5616 cat >>conftest.$ac_ext <<_ACEOF
5617 /* end confdefs.h. */
5618 #ifdef __STDC__
5619 # include <limits.h>
5620 #else
5621 # include <assert.h>
5622 #endif
5623 Syntax error
5624 _ACEOF
5625 if { (ac_try="$ac_cpp conftest.$ac_ext"
5626 case "(($ac_try" in
5627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5628 *) ac_try_echo=$ac_try;;
5629 esac
5630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5631 $as_echo "$ac_try_echo") >&5
5632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5633 ac_status=$?
5634 grep -v '^ *+' conftest.er1 >conftest.err
5635 rm -f conftest.er1
5636 cat conftest.err >&5
5637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5638 (exit $ac_status); } >/dev/null && {
5639 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5640 test ! -s conftest.err
5641 }; then
5643 else
5644 $as_echo "$as_me: failed program was:" >&5
5645 sed 's/^/| /' conftest.$ac_ext >&5
5647 # Broken: fails on valid input.
5648 continue
5651 rm -f conftest.err conftest.$ac_ext
5653 # OK, works on sane cases. Now check whether nonexistent headers
5654 # can be detected and how.
5655 cat >conftest.$ac_ext <<_ACEOF
5656 /* confdefs.h. */
5657 _ACEOF
5658 cat confdefs.h >>conftest.$ac_ext
5659 cat >>conftest.$ac_ext <<_ACEOF
5660 /* end confdefs.h. */
5661 #include <ac_nonexistent.h>
5662 _ACEOF
5663 if { (ac_try="$ac_cpp conftest.$ac_ext"
5664 case "(($ac_try" in
5665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5666 *) ac_try_echo=$ac_try;;
5667 esac
5668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5669 $as_echo "$ac_try_echo") >&5
5670 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5671 ac_status=$?
5672 grep -v '^ *+' conftest.er1 >conftest.err
5673 rm -f conftest.er1
5674 cat conftest.err >&5
5675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5676 (exit $ac_status); } >/dev/null && {
5677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5678 test ! -s conftest.err
5679 }; then
5680 # Broken: success on invalid input.
5681 continue
5682 else
5683 $as_echo "$as_me: failed program was:" >&5
5684 sed 's/^/| /' conftest.$ac_ext >&5
5686 # Passes both tests.
5687 ac_preproc_ok=:
5688 break
5691 rm -f conftest.err conftest.$ac_ext
5693 done
5694 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5695 rm -f conftest.err conftest.$ac_ext
5696 if $ac_preproc_ok; then
5698 else
5699 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5701 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5702 See \`config.log' for more details." >&5
5703 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5704 See \`config.log' for more details." >&2;}
5705 { (exit 1); exit 1; }; }; }
5708 ac_ext=c
5709 ac_cpp='$CPP $CPPFLAGS'
5710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5715 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5716 $as_echo_n "checking for ANSI C header files... " >&6; }
5717 if test "${ac_cv_header_stdc+set}" = set; then
5718 $as_echo_n "(cached) " >&6
5719 else
5720 cat >conftest.$ac_ext <<_ACEOF
5721 /* confdefs.h. */
5722 _ACEOF
5723 cat confdefs.h >>conftest.$ac_ext
5724 cat >>conftest.$ac_ext <<_ACEOF
5725 /* end confdefs.h. */
5726 #include <stdlib.h>
5727 #include <stdarg.h>
5728 #include <string.h>
5729 #include <float.h>
5732 main ()
5736 return 0;
5738 _ACEOF
5739 rm -f conftest.$ac_objext
5740 if { (ac_try="$ac_compile"
5741 case "(($ac_try" in
5742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5743 *) ac_try_echo=$ac_try;;
5744 esac
5745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5746 $as_echo "$ac_try_echo") >&5
5747 (eval "$ac_compile") 2>conftest.er1
5748 ac_status=$?
5749 grep -v '^ *+' conftest.er1 >conftest.err
5750 rm -f conftest.er1
5751 cat conftest.err >&5
5752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5753 (exit $ac_status); } && {
5754 test -z "$ac_c_werror_flag" ||
5755 test ! -s conftest.err
5756 } && test -s conftest.$ac_objext; then
5757 ac_cv_header_stdc=yes
5758 else
5759 $as_echo "$as_me: failed program was:" >&5
5760 sed 's/^/| /' conftest.$ac_ext >&5
5762 ac_cv_header_stdc=no
5765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5767 if test $ac_cv_header_stdc = yes; then
5768 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5769 cat >conftest.$ac_ext <<_ACEOF
5770 /* confdefs.h. */
5771 _ACEOF
5772 cat confdefs.h >>conftest.$ac_ext
5773 cat >>conftest.$ac_ext <<_ACEOF
5774 /* end confdefs.h. */
5775 #include <string.h>
5777 _ACEOF
5778 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5779 $EGREP "memchr" >/dev/null 2>&1; then
5781 else
5782 ac_cv_header_stdc=no
5784 rm -f conftest*
5788 if test $ac_cv_header_stdc = yes; then
5789 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5790 cat >conftest.$ac_ext <<_ACEOF
5791 /* confdefs.h. */
5792 _ACEOF
5793 cat confdefs.h >>conftest.$ac_ext
5794 cat >>conftest.$ac_ext <<_ACEOF
5795 /* end confdefs.h. */
5796 #include <stdlib.h>
5798 _ACEOF
5799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5800 $EGREP "free" >/dev/null 2>&1; then
5802 else
5803 ac_cv_header_stdc=no
5805 rm -f conftest*
5809 if test $ac_cv_header_stdc = yes; then
5810 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5811 if test "$cross_compiling" = yes; then
5813 else
5814 cat >conftest.$ac_ext <<_ACEOF
5815 /* confdefs.h. */
5816 _ACEOF
5817 cat confdefs.h >>conftest.$ac_ext
5818 cat >>conftest.$ac_ext <<_ACEOF
5819 /* end confdefs.h. */
5820 #include <ctype.h>
5821 #include <stdlib.h>
5822 #if ((' ' & 0x0FF) == 0x020)
5823 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5824 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5825 #else
5826 # define ISLOWER(c) \
5827 (('a' <= (c) && (c) <= 'i') \
5828 || ('j' <= (c) && (c) <= 'r') \
5829 || ('s' <= (c) && (c) <= 'z'))
5830 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5831 #endif
5833 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5835 main ()
5837 int i;
5838 for (i = 0; i < 256; i++)
5839 if (XOR (islower (i), ISLOWER (i))
5840 || toupper (i) != TOUPPER (i))
5841 return 2;
5842 return 0;
5844 _ACEOF
5845 rm -f conftest$ac_exeext
5846 if { (ac_try="$ac_link"
5847 case "(($ac_try" in
5848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5849 *) ac_try_echo=$ac_try;;
5850 esac
5851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5852 $as_echo "$ac_try_echo") >&5
5853 (eval "$ac_link") 2>&5
5854 ac_status=$?
5855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5856 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5857 { (case "(($ac_try" in
5858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5859 *) ac_try_echo=$ac_try;;
5860 esac
5861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5862 $as_echo "$ac_try_echo") >&5
5863 (eval "$ac_try") 2>&5
5864 ac_status=$?
5865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5866 (exit $ac_status); }; }; then
5868 else
5869 $as_echo "$as_me: program exited with status $ac_status" >&5
5870 $as_echo "$as_me: failed program was:" >&5
5871 sed 's/^/| /' conftest.$ac_ext >&5
5873 ( exit $ac_status )
5874 ac_cv_header_stdc=no
5876 rm -rf conftest.dSYM
5877 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5883 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5884 $as_echo "$ac_cv_header_stdc" >&6; }
5885 if test $ac_cv_header_stdc = yes; then
5887 cat >>confdefs.h <<\_ACEOF
5888 #define STDC_HEADERS 1
5889 _ACEOF
5893 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5903 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5904 inttypes.h stdint.h unistd.h
5906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5907 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5908 $as_echo_n "checking for $ac_header... " >&6; }
5909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5910 $as_echo_n "(cached) " >&6
5911 else
5912 cat >conftest.$ac_ext <<_ACEOF
5913 /* confdefs.h. */
5914 _ACEOF
5915 cat confdefs.h >>conftest.$ac_ext
5916 cat >>conftest.$ac_ext <<_ACEOF
5917 /* end confdefs.h. */
5918 $ac_includes_default
5920 #include <$ac_header>
5921 _ACEOF
5922 rm -f conftest.$ac_objext
5923 if { (ac_try="$ac_compile"
5924 case "(($ac_try" in
5925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5926 *) ac_try_echo=$ac_try;;
5927 esac
5928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5929 $as_echo "$ac_try_echo") >&5
5930 (eval "$ac_compile") 2>conftest.er1
5931 ac_status=$?
5932 grep -v '^ *+' conftest.er1 >conftest.err
5933 rm -f conftest.er1
5934 cat conftest.err >&5
5935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5936 (exit $ac_status); } && {
5937 test -z "$ac_c_werror_flag" ||
5938 test ! -s conftest.err
5939 } && test -s conftest.$ac_objext; then
5940 eval "$as_ac_Header=yes"
5941 else
5942 $as_echo "$as_me: failed program was:" >&5
5943 sed 's/^/| /' conftest.$ac_ext >&5
5945 eval "$as_ac_Header=no"
5948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5950 ac_res=`eval 'as_val=${'$as_ac_Header'}
5951 $as_echo "$as_val"'`
5952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5953 $as_echo "$ac_res" >&6; }
5954 as_val=`eval 'as_val=${'$as_ac_Header'}
5955 $as_echo "$as_val"'`
5956 if test "x$as_val" = x""yes; then
5957 cat >>confdefs.h <<_ACEOF
5958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5959 _ACEOF
5963 done
6087 for ac_header in \
6088 AudioUnit/AudioUnit.h \
6089 Carbon/Carbon.h \
6090 CoreAudio/CoreAudio.h \
6091 DiskArbitration/DiskArbitration.h \
6092 IOKit/IOKitLib.h \
6093 IOKit/hid/IOHIDLib.h \
6094 alias.h \
6095 alsa/asoundlib.h \
6096 arpa/inet.h \
6097 arpa/nameser.h \
6098 asm/types.h \
6099 capi20.h \
6100 curses.h \
6101 direct.h \
6102 dirent.h \
6103 dlfcn.h \
6104 elf.h \
6105 float.h \
6106 fontconfig/fontconfig.h \
6107 getopt.h \
6108 grp.h \
6109 ieeefp.h \
6110 inet/mib2.h \
6111 io.h \
6112 jack/jack.h \
6113 jpeglib.h \
6114 kstat.h \
6115 lber.h \
6116 lcms.h \
6117 lcms/lcms.h \
6118 ldap.h \
6119 libaudioio.h \
6120 link.h \
6121 linux/cdrom.h \
6122 linux/compiler.h \
6123 linux/hdreg.h \
6124 linux/input.h \
6125 linux/ioctl.h \
6126 linux/joystick.h \
6127 linux/major.h \
6128 linux/param.h \
6129 linux/serial.h \
6130 linux/types.h \
6131 linux/ucdrom.h \
6132 mach-o/dyld_images.h \
6133 mach-o/nlist.h \
6134 mach/mach.h \
6135 mach/machine.h \
6136 machine/cpu.h \
6137 machine/limits.h \
6138 machine/soundcard.h \
6139 mntent.h \
6140 ncurses.h \
6141 netdb.h \
6142 netinet/in.h \
6143 netinet/in_systm.h \
6144 netinet/tcp.h \
6145 netinet/tcp_fsm.h \
6146 openssl/err.h \
6147 openssl/ssl.h \
6148 png.h \
6149 poll.h \
6150 process.h \
6151 pthread.h \
6152 pwd.h \
6153 regex.h \
6154 sched.h \
6155 scsi/scsi.h \
6156 scsi/scsi_ioctl.h \
6157 scsi/sg.h \
6158 soundcard.h \
6159 stdint.h \
6160 strings.h \
6161 stropts.h \
6162 sys/asoundlib.h \
6163 sys/cdio.h \
6164 sys/elf32.h \
6165 sys/epoll.h \
6166 sys/errno.h \
6167 sys/event.h \
6168 sys/exec_elf.h \
6169 sys/filio.h \
6170 sys/ioctl.h \
6171 sys/ipc.h \
6172 sys/limits.h \
6173 sys/link.h \
6174 sys/mman.h \
6175 sys/modem.h \
6176 sys/msg.h \
6177 sys/mtio.h \
6178 sys/param.h \
6179 sys/poll.h \
6180 sys/prctl.h \
6181 sys/protosw.h \
6182 sys/ptrace.h \
6183 sys/resource.h \
6184 sys/scsiio.h \
6185 sys/shm.h \
6186 sys/signal.h \
6187 sys/socket.h \
6188 sys/socketvar.h \
6189 sys/sockio.h \
6190 sys/soundcard.h \
6191 sys/statvfs.h \
6192 sys/strtio.h \
6193 sys/syscall.h \
6194 sys/tihdr.h \
6195 sys/time.h \
6196 sys/timeout.h \
6197 sys/times.h \
6198 sys/uio.h \
6199 sys/un.h \
6200 sys/utsname.h \
6201 sys/vm86.h \
6202 sys/wait.h \
6203 syscall.h \
6204 termios.h \
6205 unistd.h \
6206 utime.h \
6207 valgrind/memcheck.h \
6208 valgrind/valgrind.h
6211 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6213 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6214 $as_echo_n "checking for $ac_header... " >&6; }
6215 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6216 $as_echo_n "(cached) " >&6
6218 ac_res=`eval 'as_val=${'$as_ac_Header'}
6219 $as_echo "$as_val"'`
6220 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6221 $as_echo "$ac_res" >&6; }
6222 else
6223 # Is the header compilable?
6224 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6225 $as_echo_n "checking $ac_header usability... " >&6; }
6226 cat >conftest.$ac_ext <<_ACEOF
6227 /* confdefs.h. */
6228 _ACEOF
6229 cat confdefs.h >>conftest.$ac_ext
6230 cat >>conftest.$ac_ext <<_ACEOF
6231 /* end confdefs.h. */
6232 $ac_includes_default
6233 #include <$ac_header>
6234 _ACEOF
6235 rm -f conftest.$ac_objext
6236 if { (ac_try="$ac_compile"
6237 case "(($ac_try" in
6238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6239 *) ac_try_echo=$ac_try;;
6240 esac
6241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6242 $as_echo "$ac_try_echo") >&5
6243 (eval "$ac_compile") 2>conftest.er1
6244 ac_status=$?
6245 grep -v '^ *+' conftest.er1 >conftest.err
6246 rm -f conftest.er1
6247 cat conftest.err >&5
6248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6249 (exit $ac_status); } && {
6250 test -z "$ac_c_werror_flag" ||
6251 test ! -s conftest.err
6252 } && test -s conftest.$ac_objext; then
6253 ac_header_compiler=yes
6254 else
6255 $as_echo "$as_me: failed program was:" >&5
6256 sed 's/^/| /' conftest.$ac_ext >&5
6258 ac_header_compiler=no
6261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6262 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6263 $as_echo "$ac_header_compiler" >&6; }
6265 # Is the header present?
6266 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6267 $as_echo_n "checking $ac_header presence... " >&6; }
6268 cat >conftest.$ac_ext <<_ACEOF
6269 /* confdefs.h. */
6270 _ACEOF
6271 cat confdefs.h >>conftest.$ac_ext
6272 cat >>conftest.$ac_ext <<_ACEOF
6273 /* end confdefs.h. */
6274 #include <$ac_header>
6275 _ACEOF
6276 if { (ac_try="$ac_cpp conftest.$ac_ext"
6277 case "(($ac_try" in
6278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6279 *) ac_try_echo=$ac_try;;
6280 esac
6281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6282 $as_echo "$ac_try_echo") >&5
6283 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6284 ac_status=$?
6285 grep -v '^ *+' conftest.er1 >conftest.err
6286 rm -f conftest.er1
6287 cat conftest.err >&5
6288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6289 (exit $ac_status); } >/dev/null && {
6290 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6291 test ! -s conftest.err
6292 }; then
6293 ac_header_preproc=yes
6294 else
6295 $as_echo "$as_me: failed program was:" >&5
6296 sed 's/^/| /' conftest.$ac_ext >&5
6298 ac_header_preproc=no
6301 rm -f conftest.err conftest.$ac_ext
6302 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6303 $as_echo "$ac_header_preproc" >&6; }
6305 # So? What about this header?
6306 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6307 yes:no: )
6308 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6309 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6310 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6311 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6312 ac_header_preproc=yes
6314 no:yes:* )
6315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6316 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6317 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6318 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6319 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6320 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6322 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6324 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6326 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6327 ( cat <<\_ASBOX
6328 ## ------------------------------------ ##
6329 ## Report this to wine-devel@winehq.org ##
6330 ## ------------------------------------ ##
6331 _ASBOX
6332 ) | sed "s/^/$as_me: WARNING: /" >&2
6334 esac
6335 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6336 $as_echo_n "checking for $ac_header... " >&6; }
6337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6338 $as_echo_n "(cached) " >&6
6339 else
6340 eval "$as_ac_Header=\$ac_header_preproc"
6342 ac_res=`eval 'as_val=${'$as_ac_Header'}
6343 $as_echo "$as_val"'`
6344 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6345 $as_echo "$ac_res" >&6; }
6348 as_val=`eval 'as_val=${'$as_ac_Header'}
6349 $as_echo "$as_val"'`
6350 if test "x$as_val" = x""yes; then
6351 cat >>confdefs.h <<_ACEOF
6352 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6353 _ACEOF
6357 done
6359 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6360 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6361 if test "${ac_cv_header_stat_broken+set}" = set; then
6362 $as_echo_n "(cached) " >&6
6363 else
6364 cat >conftest.$ac_ext <<_ACEOF
6365 /* confdefs.h. */
6366 _ACEOF
6367 cat confdefs.h >>conftest.$ac_ext
6368 cat >>conftest.$ac_ext <<_ACEOF
6369 /* end confdefs.h. */
6370 #include <sys/types.h>
6371 #include <sys/stat.h>
6373 #if defined S_ISBLK && defined S_IFDIR
6374 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6375 #endif
6377 #if defined S_ISBLK && defined S_IFCHR
6378 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6379 #endif
6381 #if defined S_ISLNK && defined S_IFREG
6382 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6383 #endif
6385 #if defined S_ISSOCK && defined S_IFREG
6386 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6387 #endif
6389 _ACEOF
6390 rm -f conftest.$ac_objext
6391 if { (ac_try="$ac_compile"
6392 case "(($ac_try" in
6393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6394 *) ac_try_echo=$ac_try;;
6395 esac
6396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6397 $as_echo "$ac_try_echo") >&5
6398 (eval "$ac_compile") 2>conftest.er1
6399 ac_status=$?
6400 grep -v '^ *+' conftest.er1 >conftest.err
6401 rm -f conftest.er1
6402 cat conftest.err >&5
6403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6404 (exit $ac_status); } && {
6405 test -z "$ac_c_werror_flag" ||
6406 test ! -s conftest.err
6407 } && test -s conftest.$ac_objext; then
6408 ac_cv_header_stat_broken=no
6409 else
6410 $as_echo "$as_me: failed program was:" >&5
6411 sed 's/^/| /' conftest.$ac_ext >&5
6413 ac_cv_header_stat_broken=yes
6416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6418 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6419 $as_echo "$ac_cv_header_stat_broken" >&6; }
6420 if test $ac_cv_header_stat_broken = yes; then
6422 cat >>confdefs.h <<\_ACEOF
6423 #define STAT_MACROS_BROKEN 1
6424 _ACEOF
6435 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6437 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6438 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6439 $as_echo_n "checking for $ac_header... " >&6; }
6440 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6441 $as_echo_n "(cached) " >&6
6442 else
6443 cat >conftest.$ac_ext <<_ACEOF
6444 /* confdefs.h. */
6445 _ACEOF
6446 cat confdefs.h >>conftest.$ac_ext
6447 cat >>conftest.$ac_ext <<_ACEOF
6448 /* end confdefs.h. */
6449 #include <sys/types.h>
6450 #ifdef HAVE_SYS_PARAM_H
6451 # include <sys/param.h>
6452 #endif
6454 #include <$ac_header>
6455 _ACEOF
6456 rm -f conftest.$ac_objext
6457 if { (ac_try="$ac_compile"
6458 case "(($ac_try" in
6459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6460 *) ac_try_echo=$ac_try;;
6461 esac
6462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6463 $as_echo "$ac_try_echo") >&5
6464 (eval "$ac_compile") 2>conftest.er1
6465 ac_status=$?
6466 grep -v '^ *+' conftest.er1 >conftest.err
6467 rm -f conftest.er1
6468 cat conftest.err >&5
6469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6470 (exit $ac_status); } && {
6471 test -z "$ac_c_werror_flag" ||
6472 test ! -s conftest.err
6473 } && test -s conftest.$ac_objext; then
6474 eval "$as_ac_Header=yes"
6475 else
6476 $as_echo "$as_me: failed program was:" >&5
6477 sed 's/^/| /' conftest.$ac_ext >&5
6479 eval "$as_ac_Header=no"
6482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6484 ac_res=`eval 'as_val=${'$as_ac_Header'}
6485 $as_echo "$as_val"'`
6486 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6487 $as_echo "$ac_res" >&6; }
6488 as_val=`eval 'as_val=${'$as_ac_Header'}
6489 $as_echo "$as_val"'`
6490 if test "x$as_val" = x""yes; then
6491 cat >>confdefs.h <<_ACEOF
6492 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6493 _ACEOF
6497 done
6513 for ac_header in \
6514 netinet/ip.h \
6515 net/if.h \
6516 net/if_arp.h \
6517 net/if_dl.h \
6518 net/if_types.h \
6519 net/route.h \
6520 netinet/if_ether.h \
6521 netinet/if_inarp.h \
6522 netinet/in_pcb.h \
6523 netinet/ip_icmp.h \
6524 netinet/ip_var.h \
6525 netinet/udp.h \
6526 netipx/ipx.h \
6529 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6530 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6531 $as_echo_n "checking for $ac_header... " >&6; }
6532 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6533 $as_echo_n "(cached) " >&6
6534 else
6535 cat >conftest.$ac_ext <<_ACEOF
6536 /* confdefs.h. */
6537 _ACEOF
6538 cat confdefs.h >>conftest.$ac_ext
6539 cat >>conftest.$ac_ext <<_ACEOF
6540 /* end confdefs.h. */
6541 #include <sys/types.h>
6542 #ifdef HAVE_SYS_SOCKET_H
6543 # include <sys/socket.h>
6544 #endif
6545 #ifdef HAVE_SYS_SOCKETVAR_H
6546 # include <sys/socketvar.h>
6547 #endif
6548 #ifdef HAVE_NET_ROUTE_H
6549 # include <net/route.h>
6550 #endif
6551 #ifdef HAVE_NETINET_IN_H
6552 # include <netinet/in.h>
6553 #endif
6554 #ifdef HAVE_NETINET_IN_SYSTM_H
6555 # include <netinet/in_systm.h>
6556 #endif
6557 #ifdef HAVE_NET_IF_H
6558 # include <net/if.h>
6559 #endif
6560 #ifdef HAVE_NETINET_IP_H
6561 # include <netinet/ip.h>
6562 #endif
6564 #include <$ac_header>
6565 _ACEOF
6566 rm -f conftest.$ac_objext
6567 if { (ac_try="$ac_compile"
6568 case "(($ac_try" in
6569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6570 *) ac_try_echo=$ac_try;;
6571 esac
6572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6573 $as_echo "$ac_try_echo") >&5
6574 (eval "$ac_compile") 2>conftest.er1
6575 ac_status=$?
6576 grep -v '^ *+' conftest.er1 >conftest.err
6577 rm -f conftest.er1
6578 cat conftest.err >&5
6579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6580 (exit $ac_status); } && {
6581 test -z "$ac_c_werror_flag" ||
6582 test ! -s conftest.err
6583 } && test -s conftest.$ac_objext; then
6584 eval "$as_ac_Header=yes"
6585 else
6586 $as_echo "$as_me: failed program was:" >&5
6587 sed 's/^/| /' conftest.$ac_ext >&5
6589 eval "$as_ac_Header=no"
6592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6594 ac_res=`eval 'as_val=${'$as_ac_Header'}
6595 $as_echo "$as_val"'`
6596 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6597 $as_echo "$ac_res" >&6; }
6598 as_val=`eval 'as_val=${'$as_ac_Header'}
6599 $as_echo "$as_val"'`
6600 if test "x$as_val" = x""yes; then
6601 cat >>confdefs.h <<_ACEOF
6602 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6603 _ACEOF
6607 done
6614 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6616 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6618 $as_echo_n "checking for $ac_header... " >&6; }
6619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6620 $as_echo_n "(cached) " >&6
6621 else
6622 cat >conftest.$ac_ext <<_ACEOF
6623 /* confdefs.h. */
6624 _ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <sys/types.h>
6629 #ifdef HAVE_ALIAS_H
6630 # include <alias.h>
6631 #endif
6632 #ifdef HAVE_SYS_SOCKET_H
6633 # include <sys/socket.h>
6634 #endif
6635 #ifdef HAVE_SYS_SOCKETVAR_H
6636 # include <sys/socketvar.h>
6637 #endif
6638 #ifdef HAVE_SYS_TIMEOUT_H
6639 # include <sys/timeout.h>
6640 #endif
6641 #ifdef HAVE_NETINET_IN_H
6642 # include <netinet/in.h>
6643 #endif
6644 #ifdef HAVE_NETINET_IN_SYSTM_H
6645 # include <netinet/in_systm.h>
6646 #endif
6647 #ifdef HAVE_NETINET_IP_H
6648 # include <netinet/ip.h>
6649 #endif
6650 #ifdef HAVE_NETINET_IP_VAR_H
6651 # include <netinet/ip_var.h>
6652 #endif
6653 #ifdef HAVE_NETINET_IP_ICMP_H
6654 # include <netinet/ip_icmp.h>
6655 #endif
6656 #ifdef HAVE_NETINET_UDP_H
6657 # include <netinet/udp.h>
6658 #endif
6659 #ifdef HAVE_NETINET_TCP_H
6660 # include <netinet/tcp.h>
6661 #endif
6662 #ifdef HAVE_NETINET_TCP_TIMER_H
6663 #include <netinet/tcp_timer.h>
6664 #endif
6666 #include <$ac_header>
6667 _ACEOF
6668 rm -f conftest.$ac_objext
6669 if { (ac_try="$ac_compile"
6670 case "(($ac_try" in
6671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6672 *) ac_try_echo=$ac_try;;
6673 esac
6674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6675 $as_echo "$ac_try_echo") >&5
6676 (eval "$ac_compile") 2>conftest.er1
6677 ac_status=$?
6678 grep -v '^ *+' conftest.er1 >conftest.err
6679 rm -f conftest.er1
6680 cat conftest.err >&5
6681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6682 (exit $ac_status); } && {
6683 test -z "$ac_c_werror_flag" ||
6684 test ! -s conftest.err
6685 } && test -s conftest.$ac_objext; then
6686 eval "$as_ac_Header=yes"
6687 else
6688 $as_echo "$as_me: failed program was:" >&5
6689 sed 's/^/| /' conftest.$ac_ext >&5
6691 eval "$as_ac_Header=no"
6694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6696 ac_res=`eval 'as_val=${'$as_ac_Header'}
6697 $as_echo "$as_val"'`
6698 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6699 $as_echo "$ac_res" >&6; }
6700 as_val=`eval 'as_val=${'$as_ac_Header'}
6701 $as_echo "$as_val"'`
6702 if test "x$as_val" = x""yes; then
6703 cat >>confdefs.h <<_ACEOF
6704 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6705 _ACEOF
6709 done
6713 for ac_header in linux/ipx.h
6715 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6716 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6717 $as_echo_n "checking for $ac_header... " >&6; }
6718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6719 $as_echo_n "(cached) " >&6
6720 else
6721 cat >conftest.$ac_ext <<_ACEOF
6722 /* confdefs.h. */
6723 _ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6727 #include <sys/types.h>
6728 #ifdef HAVE_ASM_TYPES_H
6729 # include <asm/types.h>
6730 #endif
6731 #ifdef HAVE_SYS_SOCKET_H
6732 # include <sys/socket.h>
6733 #endif
6734 #ifdef HAVE_LINUX_TYPES_H
6735 # include <linux/types.h>
6736 #endif
6738 #include <$ac_header>
6739 _ACEOF
6740 rm -f conftest.$ac_objext
6741 if { (ac_try="$ac_compile"
6742 case "(($ac_try" in
6743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6744 *) ac_try_echo=$ac_try;;
6745 esac
6746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6747 $as_echo "$ac_try_echo") >&5
6748 (eval "$ac_compile") 2>conftest.er1
6749 ac_status=$?
6750 grep -v '^ *+' conftest.er1 >conftest.err
6751 rm -f conftest.er1
6752 cat conftest.err >&5
6753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6754 (exit $ac_status); } && {
6755 test -z "$ac_c_werror_flag" ||
6756 test ! -s conftest.err
6757 } && test -s conftest.$ac_objext; then
6758 eval "$as_ac_Header=yes"
6759 else
6760 $as_echo "$as_me: failed program was:" >&5
6761 sed 's/^/| /' conftest.$ac_ext >&5
6763 eval "$as_ac_Header=no"
6766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6768 ac_res=`eval 'as_val=${'$as_ac_Header'}
6769 $as_echo "$as_val"'`
6770 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6771 $as_echo "$ac_res" >&6; }
6772 as_val=`eval 'as_val=${'$as_ac_Header'}
6773 $as_echo "$as_val"'`
6774 if test "x$as_val" = x""yes; then
6775 cat >>confdefs.h <<_ACEOF
6776 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6777 _ACEOF
6781 done
6785 for ac_header in resolv.h
6787 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6788 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6789 $as_echo_n "checking for $ac_header... " >&6; }
6790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6791 $as_echo_n "(cached) " >&6
6792 else
6793 cat >conftest.$ac_ext <<_ACEOF
6794 /* confdefs.h. */
6795 _ACEOF
6796 cat confdefs.h >>conftest.$ac_ext
6797 cat >>conftest.$ac_ext <<_ACEOF
6798 /* end confdefs.h. */
6799 #include <sys/types.h>
6800 #ifdef HAVE_SYS_SOCKET_H
6801 # include <sys/socket.h>
6802 #endif
6803 #ifdef HAVE_NETINET_IN_H
6804 # include <netinet/in.h>
6805 #endif
6806 #ifdef HAVE_ARPA_NAMESER_H
6807 # include <arpa/nameser.h>
6808 #endif
6810 #include <$ac_header>
6811 _ACEOF
6812 rm -f conftest.$ac_objext
6813 if { (ac_try="$ac_compile"
6814 case "(($ac_try" in
6815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6816 *) ac_try_echo=$ac_try;;
6817 esac
6818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6819 $as_echo "$ac_try_echo") >&5
6820 (eval "$ac_compile") 2>conftest.er1
6821 ac_status=$?
6822 grep -v '^ *+' conftest.er1 >conftest.err
6823 rm -f conftest.er1
6824 cat conftest.err >&5
6825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); } && {
6827 test -z "$ac_c_werror_flag" ||
6828 test ! -s conftest.err
6829 } && test -s conftest.$ac_objext; then
6830 eval "$as_ac_Header=yes"
6831 else
6832 $as_echo "$as_me: failed program was:" >&5
6833 sed 's/^/| /' conftest.$ac_ext >&5
6835 eval "$as_ac_Header=no"
6838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6840 ac_res=`eval 'as_val=${'$as_ac_Header'}
6841 $as_echo "$as_val"'`
6842 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6843 $as_echo "$ac_res" >&6; }
6844 as_val=`eval 'as_val=${'$as_ac_Header'}
6845 $as_echo "$as_val"'`
6846 if test "x$as_val" = x""yes; then
6847 cat >>confdefs.h <<_ACEOF
6848 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6849 _ACEOF
6853 done
6857 for ac_header in ucontext.h
6859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6860 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6861 $as_echo_n "checking for $ac_header... " >&6; }
6862 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6863 $as_echo_n "(cached) " >&6
6864 else
6865 cat >conftest.$ac_ext <<_ACEOF
6866 /* confdefs.h. */
6867 _ACEOF
6868 cat confdefs.h >>conftest.$ac_ext
6869 cat >>conftest.$ac_ext <<_ACEOF
6870 /* end confdefs.h. */
6871 #include <signal.h>
6873 #include <$ac_header>
6874 _ACEOF
6875 rm -f conftest.$ac_objext
6876 if { (ac_try="$ac_compile"
6877 case "(($ac_try" in
6878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6879 *) ac_try_echo=$ac_try;;
6880 esac
6881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6882 $as_echo "$ac_try_echo") >&5
6883 (eval "$ac_compile") 2>conftest.er1
6884 ac_status=$?
6885 grep -v '^ *+' conftest.er1 >conftest.err
6886 rm -f conftest.er1
6887 cat conftest.err >&5
6888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6889 (exit $ac_status); } && {
6890 test -z "$ac_c_werror_flag" ||
6891 test ! -s conftest.err
6892 } && test -s conftest.$ac_objext; then
6893 eval "$as_ac_Header=yes"
6894 else
6895 $as_echo "$as_me: failed program was:" >&5
6896 sed 's/^/| /' conftest.$ac_ext >&5
6898 eval "$as_ac_Header=no"
6901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6903 ac_res=`eval 'as_val=${'$as_ac_Header'}
6904 $as_echo "$as_val"'`
6905 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6906 $as_echo "$ac_res" >&6; }
6907 as_val=`eval 'as_val=${'$as_ac_Header'}
6908 $as_echo "$as_val"'`
6909 if test "x$as_val" = x""yes; then
6910 cat >>confdefs.h <<_ACEOF
6911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6912 _ACEOF
6916 done
6920 for ac_header in sys/thr.h
6922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6923 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6924 $as_echo_n "checking for $ac_header... " >&6; }
6925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6926 $as_echo_n "(cached) " >&6
6927 else
6928 cat >conftest.$ac_ext <<_ACEOF
6929 /* confdefs.h. */
6930 _ACEOF
6931 cat confdefs.h >>conftest.$ac_ext
6932 cat >>conftest.$ac_ext <<_ACEOF
6933 /* end confdefs.h. */
6934 #include <sys/types.h>
6935 #ifdef HAVE_UCONTEXT_H
6936 #include <ucontext.h>
6937 #endif
6939 #include <$ac_header>
6940 _ACEOF
6941 rm -f conftest.$ac_objext
6942 if { (ac_try="$ac_compile"
6943 case "(($ac_try" in
6944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6945 *) ac_try_echo=$ac_try;;
6946 esac
6947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6948 $as_echo "$ac_try_echo") >&5
6949 (eval "$ac_compile") 2>conftest.er1
6950 ac_status=$?
6951 grep -v '^ *+' conftest.er1 >conftest.err
6952 rm -f conftest.er1
6953 cat conftest.err >&5
6954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6955 (exit $ac_status); } && {
6956 test -z "$ac_c_werror_flag" ||
6957 test ! -s conftest.err
6958 } && test -s conftest.$ac_objext; then
6959 eval "$as_ac_Header=yes"
6960 else
6961 $as_echo "$as_me: failed program was:" >&5
6962 sed 's/^/| /' conftest.$ac_ext >&5
6964 eval "$as_ac_Header=no"
6967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6969 ac_res=`eval 'as_val=${'$as_ac_Header'}
6970 $as_echo "$as_val"'`
6971 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6972 $as_echo "$ac_res" >&6; }
6973 as_val=`eval 'as_val=${'$as_ac_Header'}
6974 $as_echo "$as_val"'`
6975 if test "x$as_val" = x""yes; then
6976 cat >>confdefs.h <<_ACEOF
6977 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6978 _ACEOF
6982 done
6986 for ac_header in pthread_np.h
6988 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6989 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6990 $as_echo_n "checking for $ac_header... " >&6; }
6991 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6992 $as_echo_n "(cached) " >&6
6993 else
6994 cat >conftest.$ac_ext <<_ACEOF
6995 /* confdefs.h. */
6996 _ACEOF
6997 cat confdefs.h >>conftest.$ac_ext
6998 cat >>conftest.$ac_ext <<_ACEOF
6999 /* end confdefs.h. */
7000 #ifdef HAVE_PTHREAD_H
7001 #include <pthread.h>
7002 #endif
7004 #include <$ac_header>
7005 _ACEOF
7006 rm -f conftest.$ac_objext
7007 if { (ac_try="$ac_compile"
7008 case "(($ac_try" in
7009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7010 *) ac_try_echo=$ac_try;;
7011 esac
7012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7013 $as_echo "$ac_try_echo") >&5
7014 (eval "$ac_compile") 2>conftest.er1
7015 ac_status=$?
7016 grep -v '^ *+' conftest.er1 >conftest.err
7017 rm -f conftest.er1
7018 cat conftest.err >&5
7019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020 (exit $ac_status); } && {
7021 test -z "$ac_c_werror_flag" ||
7022 test ! -s conftest.err
7023 } && test -s conftest.$ac_objext; then
7024 eval "$as_ac_Header=yes"
7025 else
7026 $as_echo "$as_me: failed program was:" >&5
7027 sed 's/^/| /' conftest.$ac_ext >&5
7029 eval "$as_ac_Header=no"
7032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7034 ac_res=`eval 'as_val=${'$as_ac_Header'}
7035 $as_echo "$as_val"'`
7036 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7037 $as_echo "$ac_res" >&6; }
7038 as_val=`eval 'as_val=${'$as_ac_Header'}
7039 $as_echo "$as_val"'`
7040 if test "x$as_val" = x""yes; then
7041 cat >>confdefs.h <<_ACEOF
7042 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7043 _ACEOF
7047 done
7051 for ac_header in linux/videodev.h
7053 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 $as_echo_n "checking for $ac_header... " >&6; }
7056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 $as_echo_n "(cached) " >&6
7058 else
7059 cat >conftest.$ac_ext <<_ACEOF
7060 /* confdefs.h. */
7061 _ACEOF
7062 cat confdefs.h >>conftest.$ac_ext
7063 cat >>conftest.$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 #ifdef HAVE_SYS_TIME_H
7066 #include <sys/time.h>
7067 #endif
7068 #include <sys/types.h>
7069 #ifdef HAVE_ASM_TYPES_H
7070 #include <asm/types.h>
7071 #endif
7073 #include <$ac_header>
7074 _ACEOF
7075 rm -f conftest.$ac_objext
7076 if { (ac_try="$ac_compile"
7077 case "(($ac_try" in
7078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7079 *) ac_try_echo=$ac_try;;
7080 esac
7081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7082 $as_echo "$ac_try_echo") >&5
7083 (eval "$ac_compile") 2>conftest.er1
7084 ac_status=$?
7085 grep -v '^ *+' conftest.er1 >conftest.err
7086 rm -f conftest.er1
7087 cat conftest.err >&5
7088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } && {
7090 test -z "$ac_c_werror_flag" ||
7091 test ! -s conftest.err
7092 } && test -s conftest.$ac_objext; then
7093 eval "$as_ac_Header=yes"
7094 else
7095 $as_echo "$as_me: failed program was:" >&5
7096 sed 's/^/| /' conftest.$ac_ext >&5
7098 eval "$as_ac_Header=no"
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7103 ac_res=`eval 'as_val=${'$as_ac_Header'}
7104 $as_echo "$as_val"'`
7105 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7106 $as_echo "$ac_res" >&6; }
7107 as_val=`eval 'as_val=${'$as_ac_Header'}
7108 $as_echo "$as_val"'`
7109 if test "x$as_val" = x""yes; then
7110 cat >>confdefs.h <<_ACEOF
7111 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7112 _ACEOF
7116 done
7120 for ac_header in linux/capi.h
7122 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7123 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7124 $as_echo_n "checking for $ac_header... " >&6; }
7125 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7126 $as_echo_n "(cached) " >&6
7127 else
7128 cat >conftest.$ac_ext <<_ACEOF
7129 /* confdefs.h. */
7130 _ACEOF
7131 cat confdefs.h >>conftest.$ac_ext
7132 cat >>conftest.$ac_ext <<_ACEOF
7133 /* end confdefs.h. */
7134 #define __user
7136 #include <$ac_header>
7137 _ACEOF
7138 rm -f conftest.$ac_objext
7139 if { (ac_try="$ac_compile"
7140 case "(($ac_try" in
7141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7142 *) ac_try_echo=$ac_try;;
7143 esac
7144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7145 $as_echo "$ac_try_echo") >&5
7146 (eval "$ac_compile") 2>conftest.er1
7147 ac_status=$?
7148 grep -v '^ *+' conftest.er1 >conftest.err
7149 rm -f conftest.er1
7150 cat conftest.err >&5
7151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7152 (exit $ac_status); } && {
7153 test -z "$ac_c_werror_flag" ||
7154 test ! -s conftest.err
7155 } && test -s conftest.$ac_objext; then
7156 eval "$as_ac_Header=yes"
7157 else
7158 $as_echo "$as_me: failed program was:" >&5
7159 sed 's/^/| /' conftest.$ac_ext >&5
7161 eval "$as_ac_Header=no"
7164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7166 ac_res=`eval 'as_val=${'$as_ac_Header'}
7167 $as_echo "$as_val"'`
7168 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7169 $as_echo "$ac_res" >&6; }
7170 as_val=`eval 'as_val=${'$as_ac_Header'}
7171 $as_echo "$as_val"'`
7172 if test "x$as_val" = x""yes; then
7173 cat >>confdefs.h <<_ACEOF
7174 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7175 _ACEOF
7179 done
7183 DLLEXT=""
7185 DLLFLAGS="-D_REENTRANT"
7187 LDSHARED=""
7189 LDDLLFLAGS=""
7191 LIBEXT="so"
7193 IMPLIBEXT="def"
7195 LDRPATH_INSTALL=""
7197 LDRPATH_LOCAL=""
7199 # Extract the first word of "ldd", so it can be a program name with args.
7200 set dummy ldd; ac_word=$2
7201 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7202 $as_echo_n "checking for $ac_word... " >&6; }
7203 if test "${ac_cv_path_LDD+set}" = set; then
7204 $as_echo_n "(cached) " >&6
7205 else
7206 case $LDD in
7207 [\\/]* | ?:[\\/]*)
7208 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7212 as_dummy="/sbin:/usr/sbin:$PATH"
7213 for as_dir in $as_dummy
7215 IFS=$as_save_IFS
7216 test -z "$as_dir" && as_dir=.
7217 for ac_exec_ext in '' $ac_executable_extensions; do
7218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7219 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7220 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7221 break 2
7223 done
7224 done
7225 IFS=$as_save_IFS
7227 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7229 esac
7231 LDD=$ac_cv_path_LDD
7232 if test -n "$LDD"; then
7233 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7234 $as_echo "$LDD" >&6; }
7235 else
7236 { $as_echo "$as_me:$LINENO: result: no" >&5
7237 $as_echo "no" >&6; }
7242 case $host_os in
7243 cygwin*|mingw32*)
7244 if test -n "$ac_tool_prefix"; then
7245 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7246 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7247 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7248 $as_echo_n "checking for $ac_word... " >&6; }
7249 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7250 $as_echo_n "(cached) " >&6
7251 else
7252 if test -n "$DLLTOOL"; then
7253 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7254 else
7255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7256 for as_dir in $PATH
7258 IFS=$as_save_IFS
7259 test -z "$as_dir" && as_dir=.
7260 for ac_exec_ext in '' $ac_executable_extensions; do
7261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7262 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7263 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7264 break 2
7266 done
7267 done
7268 IFS=$as_save_IFS
7272 DLLTOOL=$ac_cv_prog_DLLTOOL
7273 if test -n "$DLLTOOL"; then
7274 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7275 $as_echo "$DLLTOOL" >&6; }
7276 else
7277 { $as_echo "$as_me:$LINENO: result: no" >&5
7278 $as_echo "no" >&6; }
7283 if test -z "$ac_cv_prog_DLLTOOL"; then
7284 ac_ct_DLLTOOL=$DLLTOOL
7285 # Extract the first word of "dlltool", so it can be a program name with args.
7286 set dummy dlltool; ac_word=$2
7287 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7288 $as_echo_n "checking for $ac_word... " >&6; }
7289 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7290 $as_echo_n "(cached) " >&6
7291 else
7292 if test -n "$ac_ct_DLLTOOL"; then
7293 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7294 else
7295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7296 for as_dir in $PATH
7298 IFS=$as_save_IFS
7299 test -z "$as_dir" && as_dir=.
7300 for ac_exec_ext in '' $ac_executable_extensions; do
7301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7302 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7303 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7304 break 2
7306 done
7307 done
7308 IFS=$as_save_IFS
7312 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7313 if test -n "$ac_ct_DLLTOOL"; then
7314 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7315 $as_echo "$ac_ct_DLLTOOL" >&6; }
7316 else
7317 { $as_echo "$as_me:$LINENO: result: no" >&5
7318 $as_echo "no" >&6; }
7321 if test "x$ac_ct_DLLTOOL" = x; then
7322 DLLTOOL="false"
7323 else
7324 case $cross_compiling:$ac_tool_warned in
7325 yes:)
7326 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7327 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7328 ac_tool_warned=yes ;;
7329 esac
7330 DLLTOOL=$ac_ct_DLLTOOL
7332 else
7333 DLLTOOL="$ac_cv_prog_DLLTOOL"
7336 if test -n "$ac_tool_prefix"; then
7337 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7338 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7339 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7340 $as_echo_n "checking for $ac_word... " >&6; }
7341 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7342 $as_echo_n "(cached) " >&6
7343 else
7344 if test -n "$DLLWRAP"; then
7345 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7346 else
7347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7348 for as_dir in $PATH
7350 IFS=$as_save_IFS
7351 test -z "$as_dir" && as_dir=.
7352 for ac_exec_ext in '' $ac_executable_extensions; do
7353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7354 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7355 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7356 break 2
7358 done
7359 done
7360 IFS=$as_save_IFS
7364 DLLWRAP=$ac_cv_prog_DLLWRAP
7365 if test -n "$DLLWRAP"; then
7366 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7367 $as_echo "$DLLWRAP" >&6; }
7368 else
7369 { $as_echo "$as_me:$LINENO: result: no" >&5
7370 $as_echo "no" >&6; }
7375 if test -z "$ac_cv_prog_DLLWRAP"; then
7376 ac_ct_DLLWRAP=$DLLWRAP
7377 # Extract the first word of "dllwrap", so it can be a program name with args.
7378 set dummy dllwrap; ac_word=$2
7379 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7380 $as_echo_n "checking for $ac_word... " >&6; }
7381 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7382 $as_echo_n "(cached) " >&6
7383 else
7384 if test -n "$ac_ct_DLLWRAP"; then
7385 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7386 else
7387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7388 for as_dir in $PATH
7390 IFS=$as_save_IFS
7391 test -z "$as_dir" && as_dir=.
7392 for ac_exec_ext in '' $ac_executable_extensions; do
7393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7394 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7395 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7396 break 2
7398 done
7399 done
7400 IFS=$as_save_IFS
7404 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7405 if test -n "$ac_ct_DLLWRAP"; then
7406 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7407 $as_echo "$ac_ct_DLLWRAP" >&6; }
7408 else
7409 { $as_echo "$as_me:$LINENO: result: no" >&5
7410 $as_echo "no" >&6; }
7413 if test "x$ac_ct_DLLWRAP" = x; then
7414 DLLWRAP="false"
7415 else
7416 case $cross_compiling:$ac_tool_warned in
7417 yes:)
7418 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7420 ac_tool_warned=yes ;;
7421 esac
7422 DLLWRAP=$ac_ct_DLLWRAP
7424 else
7425 DLLWRAP="$ac_cv_prog_DLLWRAP"
7428 if test -n "$ac_tool_prefix"; then
7429 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7430 set dummy ${ac_tool_prefix}ar; ac_word=$2
7431 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7432 $as_echo_n "checking for $ac_word... " >&6; }
7433 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7434 $as_echo_n "(cached) " >&6
7435 else
7436 if test -n "$MINGWAR"; then
7437 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7438 else
7439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7440 for as_dir in $PATH
7442 IFS=$as_save_IFS
7443 test -z "$as_dir" && as_dir=.
7444 for ac_exec_ext in '' $ac_executable_extensions; do
7445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7446 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7447 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7448 break 2
7450 done
7451 done
7452 IFS=$as_save_IFS
7456 MINGWAR=$ac_cv_prog_MINGWAR
7457 if test -n "$MINGWAR"; then
7458 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7459 $as_echo "$MINGWAR" >&6; }
7460 else
7461 { $as_echo "$as_me:$LINENO: result: no" >&5
7462 $as_echo "no" >&6; }
7467 if test -z "$ac_cv_prog_MINGWAR"; then
7468 ac_ct_MINGWAR=$MINGWAR
7469 # Extract the first word of "ar", so it can be a program name with args.
7470 set dummy ar; ac_word=$2
7471 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7472 $as_echo_n "checking for $ac_word... " >&6; }
7473 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7474 $as_echo_n "(cached) " >&6
7475 else
7476 if test -n "$ac_ct_MINGWAR"; then
7477 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7478 else
7479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7480 for as_dir in $PATH
7482 IFS=$as_save_IFS
7483 test -z "$as_dir" && as_dir=.
7484 for ac_exec_ext in '' $ac_executable_extensions; do
7485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7486 ac_cv_prog_ac_ct_MINGWAR="ar"
7487 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7488 break 2
7490 done
7491 done
7492 IFS=$as_save_IFS
7496 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7497 if test -n "$ac_ct_MINGWAR"; then
7498 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7499 $as_echo "$ac_ct_MINGWAR" >&6; }
7500 else
7501 { $as_echo "$as_me:$LINENO: result: no" >&5
7502 $as_echo "no" >&6; }
7505 if test "x$ac_ct_MINGWAR" = x; then
7506 MINGWAR="false"
7507 else
7508 case $cross_compiling:$ac_tool_warned in
7509 yes:)
7510 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7512 ac_tool_warned=yes ;;
7513 esac
7514 MINGWAR=$ac_ct_MINGWAR
7516 else
7517 MINGWAR="$ac_cv_prog_MINGWAR"
7520 if test "$DLLWRAP" = "false"; then
7521 LIBEXT="a"
7522 else
7523 LIBEXT="dll"
7525 IMPLIBEXT="a"
7526 enable_iphlpapi=${enable_iphlpapi:-no}
7527 enable_kernel32=${enable_kernel32:-no}
7528 enable_msvcrt=${enable_msvcrt:-no}
7529 enable_ntdll=${enable_ntdll:-no}
7530 enable_ws2_32=${enable_ws2_32:-no}
7531 enable_loader=${enable_loader:-no}
7532 enable_server=${enable_server:-no}
7533 with_x=${with_x:-no}
7534 with_pthread=${with_pthread:-no}
7536 darwin*|macosx*)
7537 DLLEXT=".so"
7538 LIBEXT="dylib"
7539 DLLFLAGS="$DLLFLAGS -fPIC"
7540 LDDLLFLAGS="-bundle -multiply_defined suppress"
7541 LIBWINE_LDFLAGS="-multiply_defined suppress"
7542 LDSHARED="\$(CC) -dynamiclib"
7543 STRIP="$STRIP -x"
7544 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7545 SECURITYLIB="-framework Security -framework CoreFoundation"
7547 COREFOUNDATIONLIB="-framework CoreFoundation"
7549 IOKITLIB="-framework IOKit -framework CoreFoundation"
7551 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7553 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7554 then
7555 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7558 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7559 then
7560 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7563 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7564 then
7565 ac_save_LIBS="$LIBS"
7566 LIBS="$LIBS $IOKITLIB"
7568 for ac_func in IOHIDManagerCreate
7570 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7571 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7572 $as_echo_n "checking for $ac_func... " >&6; }
7573 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7574 $as_echo_n "(cached) " >&6
7575 else
7576 cat >conftest.$ac_ext <<_ACEOF
7577 /* confdefs.h. */
7578 _ACEOF
7579 cat confdefs.h >>conftest.$ac_ext
7580 cat >>conftest.$ac_ext <<_ACEOF
7581 /* end confdefs.h. */
7582 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7583 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7584 #define $ac_func innocuous_$ac_func
7586 /* System header to define __stub macros and hopefully few prototypes,
7587 which can conflict with char $ac_func (); below.
7588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7589 <limits.h> exists even on freestanding compilers. */
7591 #ifdef __STDC__
7592 # include <limits.h>
7593 #else
7594 # include <assert.h>
7595 #endif
7597 #undef $ac_func
7599 /* Override any GCC internal prototype to avoid an error.
7600 Use char because int might match the return type of a GCC
7601 builtin and then its argument prototype would still apply. */
7602 #ifdef __cplusplus
7603 extern "C"
7604 #endif
7605 char $ac_func ();
7606 /* The GNU C library defines this for functions which it implements
7607 to always fail with ENOSYS. Some functions are actually named
7608 something starting with __ and the normal name is an alias. */
7609 #if defined __stub_$ac_func || defined __stub___$ac_func
7610 choke me
7611 #endif
7614 main ()
7616 return $ac_func ();
7618 return 0;
7620 _ACEOF
7621 rm -f conftest.$ac_objext conftest$ac_exeext
7622 if { (ac_try="$ac_link"
7623 case "(($ac_try" in
7624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7625 *) ac_try_echo=$ac_try;;
7626 esac
7627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7628 $as_echo "$ac_try_echo") >&5
7629 (eval "$ac_link") 2>conftest.er1
7630 ac_status=$?
7631 grep -v '^ *+' conftest.er1 >conftest.err
7632 rm -f conftest.er1
7633 cat conftest.err >&5
7634 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635 (exit $ac_status); } && {
7636 test -z "$ac_c_werror_flag" ||
7637 test ! -s conftest.err
7638 } && test -s conftest$ac_exeext && {
7639 test "$cross_compiling" = yes ||
7640 $as_test_x conftest$ac_exeext
7641 }; then
7642 eval "$as_ac_var=yes"
7643 else
7644 $as_echo "$as_me: failed program was:" >&5
7645 sed 's/^/| /' conftest.$ac_ext >&5
7647 eval "$as_ac_var=no"
7650 rm -rf conftest.dSYM
7651 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7652 conftest$ac_exeext conftest.$ac_ext
7654 ac_res=`eval 'as_val=${'$as_ac_var'}
7655 $as_echo "$as_val"'`
7656 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7657 $as_echo "$ac_res" >&6; }
7658 as_val=`eval 'as_val=${'$as_ac_var'}
7659 $as_echo "$as_val"'`
7660 if test "x$as_val" = x""yes; then
7661 cat >>confdefs.h <<_ACEOF
7662 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7663 _ACEOF
7666 done
7668 LIBS="$ac_save_LIBS"
7670 case $host_cpu in
7671 *powerpc*)
7672 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7673 esac
7674 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7675 then
7676 CARBONLIB="-framework Carbon"
7678 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7682 DLLFLAGS="$DLLFLAGS -fPIC"
7683 DLLEXT=".so"
7684 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7685 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7686 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7687 $as_echo_n "(cached) " >&6
7688 else
7689 ac_wine_try_cflags_saved=$CFLAGS
7690 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7691 cat >conftest.$ac_ext <<_ACEOF
7692 void myfunc() {}
7693 _ACEOF
7694 rm -f conftest.$ac_objext conftest$ac_exeext
7695 if { (ac_try="$ac_link"
7696 case "(($ac_try" in
7697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7698 *) ac_try_echo=$ac_try;;
7699 esac
7700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7701 $as_echo "$ac_try_echo") >&5
7702 (eval "$ac_link") 2>conftest.er1
7703 ac_status=$?
7704 grep -v '^ *+' conftest.er1 >conftest.err
7705 rm -f conftest.er1
7706 cat conftest.err >&5
7707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7708 (exit $ac_status); } && {
7709 test -z "$ac_c_werror_flag" ||
7710 test ! -s conftest.err
7711 } && test -s conftest$ac_exeext && {
7712 test "$cross_compiling" = yes ||
7713 $as_test_x conftest$ac_exeext
7714 }; then
7715 ac_cv_c_dll_gnuelf="yes"
7716 else
7717 $as_echo "$as_me: failed program was:" >&5
7718 sed 's/^/| /' conftest.$ac_ext >&5
7720 ac_cv_c_dll_gnuelf="no"
7723 rm -rf conftest.dSYM
7724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7725 conftest$ac_exeext conftest.$ac_ext
7726 CFLAGS=$ac_wine_try_cflags_saved
7728 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7729 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7730 if test "$ac_cv_c_dll_gnuelf" = "yes"
7731 then
7732 LDSHARED="\$(CC) -shared"
7733 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7734 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7735 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7736 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7737 $as_echo_n "(cached) " >&6
7738 else
7739 ac_wine_try_cflags_saved=$CFLAGS
7740 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7741 cat >conftest.$ac_ext <<_ACEOF
7742 /* confdefs.h. */
7743 _ACEOF
7744 cat confdefs.h >>conftest.$ac_ext
7745 cat >>conftest.$ac_ext <<_ACEOF
7746 /* end confdefs.h. */
7749 main ()
7753 return 0;
7755 _ACEOF
7756 rm -f conftest.$ac_objext conftest$ac_exeext
7757 if { (ac_try="$ac_link"
7758 case "(($ac_try" in
7759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7760 *) ac_try_echo=$ac_try;;
7761 esac
7762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7763 $as_echo "$ac_try_echo") >&5
7764 (eval "$ac_link") 2>conftest.er1
7765 ac_status=$?
7766 grep -v '^ *+' conftest.er1 >conftest.err
7767 rm -f conftest.er1
7768 cat conftest.err >&5
7769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 (exit $ac_status); } && {
7771 test -z "$ac_c_werror_flag" ||
7772 test ! -s conftest.err
7773 } && test -s conftest$ac_exeext && {
7774 test "$cross_compiling" = yes ||
7775 $as_test_x conftest$ac_exeext
7776 }; then
7777 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7778 else
7779 $as_echo "$as_me: failed program was:" >&5
7780 sed 's/^/| /' conftest.$ac_ext >&5
7782 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7785 rm -rf conftest.dSYM
7786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7787 conftest$ac_exeext conftest.$ac_ext
7788 CFLAGS=$ac_wine_try_cflags_saved
7790 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7791 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7792 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7793 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7794 else
7795 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7796 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7797 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7798 $as_echo_n "(cached) " >&6
7799 else
7800 ac_wine_try_cflags_saved=$CFLAGS
7801 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7802 cat >conftest.$ac_ext <<_ACEOF
7803 /* confdefs.h. */
7804 _ACEOF
7805 cat confdefs.h >>conftest.$ac_ext
7806 cat >>conftest.$ac_ext <<_ACEOF
7807 /* end confdefs.h. */
7810 main ()
7814 return 0;
7816 _ACEOF
7817 rm -f conftest.$ac_objext conftest$ac_exeext
7818 if { (ac_try="$ac_link"
7819 case "(($ac_try" in
7820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821 *) ac_try_echo=$ac_try;;
7822 esac
7823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7824 $as_echo "$ac_try_echo") >&5
7825 (eval "$ac_link") 2>conftest.er1
7826 ac_status=$?
7827 grep -v '^ *+' conftest.er1 >conftest.err
7828 rm -f conftest.er1
7829 cat conftest.err >&5
7830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 (exit $ac_status); } && {
7832 test -z "$ac_c_werror_flag" ||
7833 test ! -s conftest.err
7834 } && test -s conftest$ac_exeext && {
7835 test "$cross_compiling" = yes ||
7836 $as_test_x conftest$ac_exeext
7837 }; then
7838 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7839 else
7840 $as_echo "$as_me: failed program was:" >&5
7841 sed 's/^/| /' conftest.$ac_ext >&5
7843 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7846 rm -rf conftest.dSYM
7847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7848 conftest$ac_exeext conftest.$ac_ext
7849 CFLAGS=$ac_wine_try_cflags_saved
7851 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7852 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7853 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7854 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7860 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7861 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7862 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7863 $as_echo_n "(cached) " >&6
7864 else
7865 ac_wine_try_cflags_saved=$CFLAGS
7866 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7867 cat >conftest.$ac_ext <<_ACEOF
7868 /* confdefs.h. */
7869 _ACEOF
7870 cat confdefs.h >>conftest.$ac_ext
7871 cat >>conftest.$ac_ext <<_ACEOF
7872 /* end confdefs.h. */
7875 main ()
7879 return 0;
7881 _ACEOF
7882 rm -f conftest.$ac_objext conftest$ac_exeext
7883 if { (ac_try="$ac_link"
7884 case "(($ac_try" in
7885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7886 *) ac_try_echo=$ac_try;;
7887 esac
7888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7889 $as_echo "$ac_try_echo") >&5
7890 (eval "$ac_link") 2>conftest.er1
7891 ac_status=$?
7892 grep -v '^ *+' conftest.er1 >conftest.err
7893 rm -f conftest.er1
7894 cat conftest.err >&5
7895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7896 (exit $ac_status); } && {
7897 test -z "$ac_c_werror_flag" ||
7898 test ! -s conftest.err
7899 } && test -s conftest$ac_exeext && {
7900 test "$cross_compiling" = yes ||
7901 $as_test_x conftest$ac_exeext
7902 }; then
7903 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7904 else
7905 $as_echo "$as_me: failed program was:" >&5
7906 sed 's/^/| /' conftest.$ac_ext >&5
7908 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7911 rm -rf conftest.dSYM
7912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7913 conftest$ac_exeext conftest.$ac_ext
7914 CFLAGS=$ac_wine_try_cflags_saved
7916 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7917 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7919 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7923 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7924 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7925 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7926 $as_echo_n "(cached) " >&6
7927 else
7928 ac_wine_try_cflags_saved=$CFLAGS
7929 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7930 cat >conftest.$ac_ext <<_ACEOF
7931 /* confdefs.h. */
7932 _ACEOF
7933 cat confdefs.h >>conftest.$ac_ext
7934 cat >>conftest.$ac_ext <<_ACEOF
7935 /* end confdefs.h. */
7938 main ()
7942 return 0;
7944 _ACEOF
7945 rm -f conftest.$ac_objext conftest$ac_exeext
7946 if { (ac_try="$ac_link"
7947 case "(($ac_try" in
7948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7949 *) ac_try_echo=$ac_try;;
7950 esac
7951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7952 $as_echo "$ac_try_echo") >&5
7953 (eval "$ac_link") 2>conftest.er1
7954 ac_status=$?
7955 grep -v '^ *+' conftest.er1 >conftest.err
7956 rm -f conftest.er1
7957 cat conftest.err >&5
7958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959 (exit $ac_status); } && {
7960 test -z "$ac_c_werror_flag" ||
7961 test ! -s conftest.err
7962 } && test -s conftest$ac_exeext && {
7963 test "$cross_compiling" = yes ||
7964 $as_test_x conftest$ac_exeext
7965 }; then
7966 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7967 else
7968 $as_echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.$ac_ext >&5
7971 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7974 rm -rf conftest.dSYM
7975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7976 conftest$ac_exeext conftest.$ac_ext
7977 CFLAGS=$ac_wine_try_cflags_saved
7979 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7980 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7981 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7982 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7986 echo '{ global: *; };' >conftest.map
7987 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7988 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7989 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7990 $as_echo_n "(cached) " >&6
7991 else
7992 ac_wine_try_cflags_saved=$CFLAGS
7993 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7994 cat >conftest.$ac_ext <<_ACEOF
7995 /* confdefs.h. */
7996 _ACEOF
7997 cat confdefs.h >>conftest.$ac_ext
7998 cat >>conftest.$ac_ext <<_ACEOF
7999 /* end confdefs.h. */
8002 main ()
8006 return 0;
8008 _ACEOF
8009 rm -f conftest.$ac_objext conftest$ac_exeext
8010 if { (ac_try="$ac_link"
8011 case "(($ac_try" in
8012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8013 *) ac_try_echo=$ac_try;;
8014 esac
8015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8016 $as_echo "$ac_try_echo") >&5
8017 (eval "$ac_link") 2>conftest.er1
8018 ac_status=$?
8019 grep -v '^ *+' conftest.er1 >conftest.err
8020 rm -f conftest.er1
8021 cat conftest.err >&5
8022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8023 (exit $ac_status); } && {
8024 test -z "$ac_c_werror_flag" ||
8025 test ! -s conftest.err
8026 } && test -s conftest$ac_exeext && {
8027 test "$cross_compiling" = yes ||
8028 $as_test_x conftest$ac_exeext
8029 }; then
8030 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8031 else
8032 $as_echo "$as_me: failed program was:" >&5
8033 sed 's/^/| /' conftest.$ac_ext >&5
8035 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8038 rm -rf conftest.dSYM
8039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8040 conftest$ac_exeext conftest.$ac_ext
8041 CFLAGS=$ac_wine_try_cflags_saved
8043 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8044 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8045 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8046 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8049 rm -f conftest.map
8051 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8052 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8053 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8054 $as_echo_n "(cached) " >&6
8055 else
8056 ac_wine_try_cflags_saved=$CFLAGS
8057 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8058 cat >conftest.$ac_ext <<_ACEOF
8059 /* confdefs.h. */
8060 _ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8066 main ()
8070 return 0;
8072 _ACEOF
8073 rm -f conftest.$ac_objext conftest$ac_exeext
8074 if { (ac_try="$ac_link"
8075 case "(($ac_try" in
8076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8077 *) ac_try_echo=$ac_try;;
8078 esac
8079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8080 $as_echo "$ac_try_echo") >&5
8081 (eval "$ac_link") 2>conftest.er1
8082 ac_status=$?
8083 grep -v '^ *+' conftest.er1 >conftest.err
8084 rm -f conftest.er1
8085 cat conftest.err >&5
8086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 (exit $ac_status); } && {
8088 test -z "$ac_c_werror_flag" ||
8089 test ! -s conftest.err
8090 } && test -s conftest$ac_exeext && {
8091 test "$cross_compiling" = yes ||
8092 $as_test_x conftest$ac_exeext
8093 }; then
8094 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8095 else
8096 $as_echo "$as_me: failed program was:" >&5
8097 sed 's/^/| /' conftest.$ac_ext >&5
8099 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8102 rm -rf conftest.dSYM
8103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8104 conftest$ac_exeext conftest.$ac_ext
8105 CFLAGS=$ac_wine_try_cflags_saved
8107 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8108 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8109 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8110 LDEXECFLAGS="-Wl,--export-dynamic"
8115 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8116 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8117 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8118 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8119 $as_echo_n "(cached) " >&6
8120 else
8121 ac_wine_try_cflags_saved=$CFLAGS
8122 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8123 cat >conftest.$ac_ext <<_ACEOF
8124 /* confdefs.h. */
8125 _ACEOF
8126 cat confdefs.h >>conftest.$ac_ext
8127 cat >>conftest.$ac_ext <<_ACEOF
8128 /* end confdefs.h. */
8131 main ()
8135 return 0;
8137 _ACEOF
8138 rm -f conftest.$ac_objext conftest$ac_exeext
8139 if { (ac_try="$ac_link"
8140 case "(($ac_try" in
8141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142 *) ac_try_echo=$ac_try;;
8143 esac
8144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8145 $as_echo "$ac_try_echo") >&5
8146 (eval "$ac_link") 2>conftest.er1
8147 ac_status=$?
8148 grep -v '^ *+' conftest.er1 >conftest.err
8149 rm -f conftest.er1
8150 cat conftest.err >&5
8151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 (exit $ac_status); } && {
8153 test -z "$ac_c_werror_flag" ||
8154 test ! -s conftest.err
8155 } && test -s conftest$ac_exeext && {
8156 test "$cross_compiling" = yes ||
8157 $as_test_x conftest$ac_exeext
8158 }; then
8159 eval "$as_ac_var=yes"
8160 else
8161 $as_echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 eval "$as_ac_var=no"
8167 rm -rf conftest.dSYM
8168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8169 conftest$ac_exeext conftest.$ac_ext
8170 CFLAGS=$ac_wine_try_cflags_saved
8172 ac_res=`eval 'as_val=${'$as_ac_var'}
8173 $as_echo "$as_val"'`
8174 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8175 $as_echo "$ac_res" >&6; }
8176 if test `eval 'as_val=${'$as_ac_var'}
8177 $as_echo "$as_val"'` = yes; then
8178 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8179 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8180 else
8181 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8182 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8183 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8184 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8185 $as_echo_n "(cached) " >&6
8186 else
8187 ac_wine_try_cflags_saved=$CFLAGS
8188 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8189 cat >conftest.$ac_ext <<_ACEOF
8190 /* confdefs.h. */
8191 _ACEOF
8192 cat confdefs.h >>conftest.$ac_ext
8193 cat >>conftest.$ac_ext <<_ACEOF
8194 /* end confdefs.h. */
8197 main ()
8201 return 0;
8203 _ACEOF
8204 rm -f conftest.$ac_objext conftest$ac_exeext
8205 if { (ac_try="$ac_link"
8206 case "(($ac_try" in
8207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8208 *) ac_try_echo=$ac_try;;
8209 esac
8210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8211 $as_echo "$ac_try_echo") >&5
8212 (eval "$ac_link") 2>conftest.er1
8213 ac_status=$?
8214 grep -v '^ *+' conftest.er1 >conftest.err
8215 rm -f conftest.er1
8216 cat conftest.err >&5
8217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8218 (exit $ac_status); } && {
8219 test -z "$ac_c_werror_flag" ||
8220 test ! -s conftest.err
8221 } && test -s conftest$ac_exeext && {
8222 test "$cross_compiling" = yes ||
8223 $as_test_x conftest$ac_exeext
8224 }; then
8225 eval "$as_ac_var=yes"
8226 else
8227 $as_echo "$as_me: failed program was:" >&5
8228 sed 's/^/| /' conftest.$ac_ext >&5
8230 eval "$as_ac_var=no"
8233 rm -rf conftest.dSYM
8234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8235 conftest$ac_exeext conftest.$ac_ext
8236 CFLAGS=$ac_wine_try_cflags_saved
8238 ac_res=`eval 'as_val=${'$as_ac_var'}
8239 $as_echo "$as_val"'`
8240 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8241 $as_echo "$ac_res" >&6; }
8242 if test `eval 'as_val=${'$as_ac_var'}
8243 $as_echo "$as_val"'` = yes; then
8244 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8245 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8251 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8252 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8253 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8254 $as_echo_n "(cached) " >&6
8255 else
8256 ac_wine_try_cflags_saved=$CFLAGS
8257 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8258 cat >conftest.$ac_ext <<_ACEOF
8259 /* confdefs.h. */
8260 _ACEOF
8261 cat confdefs.h >>conftest.$ac_ext
8262 cat >>conftest.$ac_ext <<_ACEOF
8263 /* end confdefs.h. */
8266 main ()
8270 return 0;
8272 _ACEOF
8273 rm -f conftest.$ac_objext conftest$ac_exeext
8274 if { (ac_try="$ac_link"
8275 case "(($ac_try" in
8276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8277 *) ac_try_echo=$ac_try;;
8278 esac
8279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8280 $as_echo "$ac_try_echo") >&5
8281 (eval "$ac_link") 2>conftest.er1
8282 ac_status=$?
8283 grep -v '^ *+' conftest.er1 >conftest.err
8284 rm -f conftest.er1
8285 cat conftest.err >&5
8286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 (exit $ac_status); } && {
8288 test -z "$ac_c_werror_flag" ||
8289 test ! -s conftest.err
8290 } && test -s conftest$ac_exeext && {
8291 test "$cross_compiling" = yes ||
8292 $as_test_x conftest$ac_exeext
8293 }; then
8294 ac_cv_cflags__Wl___enable_new_dtags=yes
8295 else
8296 $as_echo "$as_me: failed program was:" >&5
8297 sed 's/^/| /' conftest.$ac_ext >&5
8299 ac_cv_cflags__Wl___enable_new_dtags=no
8302 rm -rf conftest.dSYM
8303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8304 conftest$ac_exeext conftest.$ac_ext
8305 CFLAGS=$ac_wine_try_cflags_saved
8307 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8308 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8309 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8310 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8314 case $host_cpu in
8315 *i[3456789]86* | x86_64)
8316 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8317 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8318 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8319 $as_echo_n "(cached) " >&6
8320 else
8321 ac_wine_try_cflags_saved=$CFLAGS
8322 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8323 cat >conftest.$ac_ext <<_ACEOF
8324 /* confdefs.h. */
8325 _ACEOF
8326 cat confdefs.h >>conftest.$ac_ext
8327 cat >>conftest.$ac_ext <<_ACEOF
8328 /* end confdefs.h. */
8331 main ()
8335 return 0;
8337 _ACEOF
8338 rm -f conftest.$ac_objext conftest$ac_exeext
8339 if { (ac_try="$ac_link"
8340 case "(($ac_try" in
8341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8342 *) ac_try_echo=$ac_try;;
8343 esac
8344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8345 $as_echo "$ac_try_echo") >&5
8346 (eval "$ac_link") 2>conftest.er1
8347 ac_status=$?
8348 grep -v '^ *+' conftest.er1 >conftest.err
8349 rm -f conftest.er1
8350 cat conftest.err >&5
8351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352 (exit $ac_status); } && {
8353 test -z "$ac_c_werror_flag" ||
8354 test ! -s conftest.err
8355 } && test -s conftest$ac_exeext && {
8356 test "$cross_compiling" = yes ||
8357 $as_test_x conftest$ac_exeext
8358 }; then
8359 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8360 else
8361 $as_echo "$as_me: failed program was:" >&5
8362 sed 's/^/| /' conftest.$ac_ext >&5
8364 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8367 rm -rf conftest.dSYM
8368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8369 conftest$ac_exeext conftest.$ac_ext
8370 CFLAGS=$ac_wine_try_cflags_saved
8372 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8373 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8374 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8375 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8379 esac
8381 else
8382 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8383 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8384 if test "${ac_cv_c_dll_unixware+set}" = set; then
8385 $as_echo_n "(cached) " >&6
8386 else
8387 ac_wine_try_cflags_saved=$CFLAGS
8388 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8389 cat >conftest.$ac_ext <<_ACEOF
8390 void myfunc() {}
8391 _ACEOF
8392 rm -f conftest.$ac_objext conftest$ac_exeext
8393 if { (ac_try="$ac_link"
8394 case "(($ac_try" in
8395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8396 *) ac_try_echo=$ac_try;;
8397 esac
8398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8399 $as_echo "$ac_try_echo") >&5
8400 (eval "$ac_link") 2>conftest.er1
8401 ac_status=$?
8402 grep -v '^ *+' conftest.er1 >conftest.err
8403 rm -f conftest.er1
8404 cat conftest.err >&5
8405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8406 (exit $ac_status); } && {
8407 test -z "$ac_c_werror_flag" ||
8408 test ! -s conftest.err
8409 } && test -s conftest$ac_exeext && {
8410 test "$cross_compiling" = yes ||
8411 $as_test_x conftest$ac_exeext
8412 }; then
8413 ac_cv_c_dll_unixware="yes"
8414 else
8415 $as_echo "$as_me: failed program was:" >&5
8416 sed 's/^/| /' conftest.$ac_ext >&5
8418 ac_cv_c_dll_unixware="no"
8421 rm -rf conftest.dSYM
8422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8423 conftest$ac_exeext conftest.$ac_ext
8424 CFLAGS=$ac_wine_try_cflags_saved
8426 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8427 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8428 if test "$ac_cv_c_dll_unixware" = "yes"
8429 then
8430 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8431 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8433 else
8434 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8435 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8436 if test "${ac_cv_c_dll_hpux+set}" = set; then
8437 $as_echo_n "(cached) " >&6
8438 else
8439 ac_wine_try_cflags_saved=$CFLAGS
8440 CFLAGS="$CFLAGS -shared"
8441 cat >conftest.$ac_ext <<_ACEOF
8442 void myfunc() {}
8443 _ACEOF
8444 rm -f conftest.$ac_objext conftest$ac_exeext
8445 if { (ac_try="$ac_link"
8446 case "(($ac_try" in
8447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8448 *) ac_try_echo=$ac_try;;
8449 esac
8450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8451 $as_echo "$ac_try_echo") >&5
8452 (eval "$ac_link") 2>conftest.er1
8453 ac_status=$?
8454 grep -v '^ *+' conftest.er1 >conftest.err
8455 rm -f conftest.er1
8456 cat conftest.err >&5
8457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8458 (exit $ac_status); } && {
8459 test -z "$ac_c_werror_flag" ||
8460 test ! -s conftest.err
8461 } && test -s conftest$ac_exeext && {
8462 test "$cross_compiling" = yes ||
8463 $as_test_x conftest$ac_exeext
8464 }; then
8465 ac_cv_c_dll_hpux="yes"
8466 else
8467 $as_echo "$as_me: failed program was:" >&5
8468 sed 's/^/| /' conftest.$ac_ext >&5
8470 ac_cv_c_dll_hpux="no"
8473 rm -rf conftest.dSYM
8474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8475 conftest$ac_exeext conftest.$ac_ext
8476 CFLAGS=$ac_wine_try_cflags_saved
8478 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8479 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8480 if test "$ac_cv_c_dll_hpux" = "yes"
8481 then
8482 LIBEXT="sl"
8483 DLLEXT=".sl"
8484 LDDLLFLAGS="-shared -fPIC"
8485 LDSHARED="\$(CC) -shared"
8490 esac
8492 enable_winequartz_drv=${enable_winequartz_drv:-no}
8494 if test "$LIBEXT" = "a"; then
8495 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8496 It is currently not possible to build Wine without shared library
8497 (.so) support to allow transparent switch between .so and .dll files.
8498 If you are using Linux, you will need a newer binutils.
8499 " >&5
8500 $as_echo "$as_me: error: could not find a way to build shared libraries.
8501 It is currently not possible to build Wine without shared library
8502 (.so) support to allow transparent switch between .so and .dll files.
8503 If you are using Linux, you will need a newer binutils.
8504 " >&2;}
8505 { (exit 1); exit 1; }; }
8508 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8509 then
8510 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8512 # Extract the first word of "$ac_prog", so it can be a program name with args.
8513 set dummy $ac_prog; ac_word=$2
8514 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8515 $as_echo_n "checking for $ac_word... " >&6; }
8516 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8517 $as_echo_n "(cached) " >&6
8518 else
8519 if test -n "$CROSSCC"; then
8520 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8521 else
8522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8523 for as_dir in $PATH
8525 IFS=$as_save_IFS
8526 test -z "$as_dir" && as_dir=.
8527 for ac_exec_ext in '' $ac_executable_extensions; do
8528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8529 ac_cv_prog_CROSSCC="$ac_prog"
8530 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8531 break 2
8533 done
8534 done
8535 IFS=$as_save_IFS
8539 CROSSCC=$ac_cv_prog_CROSSCC
8540 if test -n "$CROSSCC"; then
8541 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8542 $as_echo "$CROSSCC" >&6; }
8543 else
8544 { $as_echo "$as_me:$LINENO: result: no" >&5
8545 $as_echo "no" >&6; }
8549 test -n "$CROSSCC" && break
8550 done
8551 test -n "$CROSSCC" || CROSSCC="false"
8553 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8555 # Extract the first word of "$ac_prog", so it can be a program name with args.
8556 set dummy $ac_prog; ac_word=$2
8557 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8558 $as_echo_n "checking for $ac_word... " >&6; }
8559 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8560 $as_echo_n "(cached) " >&6
8561 else
8562 if test -n "$DLLTOOL"; then
8563 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8564 else
8565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8566 for as_dir in $PATH
8568 IFS=$as_save_IFS
8569 test -z "$as_dir" && as_dir=.
8570 for ac_exec_ext in '' $ac_executable_extensions; do
8571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8572 ac_cv_prog_DLLTOOL="$ac_prog"
8573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8574 break 2
8576 done
8577 done
8578 IFS=$as_save_IFS
8582 DLLTOOL=$ac_cv_prog_DLLTOOL
8583 if test -n "$DLLTOOL"; then
8584 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8585 $as_echo "$DLLTOOL" >&6; }
8586 else
8587 { $as_echo "$as_me:$LINENO: result: no" >&5
8588 $as_echo "no" >&6; }
8592 test -n "$DLLTOOL" && break
8593 done
8594 test -n "$DLLTOOL" || DLLTOOL="false"
8596 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8598 # Extract the first word of "$ac_prog", so it can be a program name with args.
8599 set dummy $ac_prog; ac_word=$2
8600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8601 $as_echo_n "checking for $ac_word... " >&6; }
8602 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8603 $as_echo_n "(cached) " >&6
8604 else
8605 if test -n "$CROSSWINDRES"; then
8606 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8607 else
8608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8609 for as_dir in $PATH
8611 IFS=$as_save_IFS
8612 test -z "$as_dir" && as_dir=.
8613 for ac_exec_ext in '' $ac_executable_extensions; do
8614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8615 ac_cv_prog_CROSSWINDRES="$ac_prog"
8616 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8617 break 2
8619 done
8620 done
8621 IFS=$as_save_IFS
8625 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8626 if test -n "$CROSSWINDRES"; then
8627 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8628 $as_echo "$CROSSWINDRES" >&6; }
8629 else
8630 { $as_echo "$as_me:$LINENO: result: no" >&5
8631 $as_echo "no" >&6; }
8635 test -n "$CROSSWINDRES" && break
8636 done
8637 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8639 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8641 # Extract the first word of "$ac_prog", so it can be a program name with args.
8642 set dummy $ac_prog; ac_word=$2
8643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8644 $as_echo_n "checking for $ac_word... " >&6; }
8645 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8646 $as_echo_n "(cached) " >&6
8647 else
8648 if test -n "$MINGWAR"; then
8649 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8650 else
8651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8652 for as_dir in $PATH
8654 IFS=$as_save_IFS
8655 test -z "$as_dir" && as_dir=.
8656 for ac_exec_ext in '' $ac_executable_extensions; do
8657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8658 ac_cv_prog_MINGWAR="$ac_prog"
8659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8660 break 2
8662 done
8663 done
8664 IFS=$as_save_IFS
8668 MINGWAR=$ac_cv_prog_MINGWAR
8669 if test -n "$MINGWAR"; then
8670 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8671 $as_echo "$MINGWAR" >&6; }
8672 else
8673 { $as_echo "$as_me:$LINENO: result: no" >&5
8674 $as_echo "no" >&6; }
8678 test -n "$MINGWAR" && break
8679 done
8680 test -n "$MINGWAR" || MINGWAR="false"
8682 if test "$CROSSCC" != "false"
8683 then
8684 CROSSTEST="\$(CROSSTEST)"
8690 if test "$ac_cv_header_pthread_h" = "yes"
8691 then
8692 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8693 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8694 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8695 $as_echo_n "(cached) " >&6
8696 else
8697 ac_check_lib_save_LIBS=$LIBS
8698 LIBS="-lpthread $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. */
8706 /* Override any GCC internal prototype to avoid an error.
8707 Use char because int might match the return type of a GCC
8708 builtin and then its argument prototype would still apply. */
8709 #ifdef __cplusplus
8710 extern "C"
8711 #endif
8712 char pthread_create ();
8714 main ()
8716 return pthread_create ();
8718 return 0;
8720 _ACEOF
8721 rm -f conftest.$ac_objext conftest$ac_exeext
8722 if { (ac_try="$ac_link"
8723 case "(($ac_try" in
8724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8725 *) ac_try_echo=$ac_try;;
8726 esac
8727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8728 $as_echo "$ac_try_echo") >&5
8729 (eval "$ac_link") 2>conftest.er1
8730 ac_status=$?
8731 grep -v '^ *+' conftest.er1 >conftest.err
8732 rm -f conftest.er1
8733 cat conftest.err >&5
8734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); } && {
8736 test -z "$ac_c_werror_flag" ||
8737 test ! -s conftest.err
8738 } && test -s conftest$ac_exeext && {
8739 test "$cross_compiling" = yes ||
8740 $as_test_x conftest$ac_exeext
8741 }; then
8742 ac_cv_lib_pthread_pthread_create=yes
8743 else
8744 $as_echo "$as_me: failed program was:" >&5
8745 sed 's/^/| /' conftest.$ac_ext >&5
8747 ac_cv_lib_pthread_pthread_create=no
8750 rm -rf conftest.dSYM
8751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8752 conftest$ac_exeext conftest.$ac_ext
8753 LIBS=$ac_check_lib_save_LIBS
8755 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8756 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8757 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8758 LIBPTHREAD="-lpthread"
8763 if test "x$LIBPTHREAD" = "x"; then
8764 case "x$with_pthread" in
8765 xno) ;;
8766 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8767 Wine cannot support threads without libpthread.
8768 Use the --without-pthread option if you really want this." >&5
8769 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8770 Wine cannot support threads without libpthread.
8771 Use the --without-pthread option if you really want this." >&2;}
8772 { (exit 1); exit 1; }; } ;;
8773 esac
8778 { $as_echo "$as_me:$LINENO: checking for X" >&5
8779 $as_echo_n "checking for X... " >&6; }
8782 # Check whether --with-x was given.
8783 if test "${with_x+set}" = set; then
8784 withval=$with_x;
8787 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8788 if test "x$with_x" = xno; then
8789 # The user explicitly disabled X.
8790 have_x=disabled
8791 else
8792 case $x_includes,$x_libraries in #(
8793 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8794 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8795 { (exit 1); exit 1; }; };; #(
8796 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8797 $as_echo_n "(cached) " >&6
8798 else
8799 # One or both of the vars are not set, and there is no cached value.
8800 ac_x_includes=no ac_x_libraries=no
8801 rm -f -r conftest.dir
8802 if mkdir conftest.dir; then
8803 cd conftest.dir
8804 cat >Imakefile <<'_ACEOF'
8805 incroot:
8806 @echo incroot='${INCROOT}'
8807 usrlibdir:
8808 @echo usrlibdir='${USRLIBDIR}'
8809 libdir:
8810 @echo libdir='${LIBDIR}'
8811 _ACEOF
8812 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8813 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8814 for ac_var in incroot usrlibdir libdir; do
8815 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8816 done
8817 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8818 for ac_extension in a so sl dylib la dll; do
8819 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8820 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8821 ac_im_usrlibdir=$ac_im_libdir; break
8823 done
8824 # Screen out bogus values from the imake configuration. They are
8825 # bogus both because they are the default anyway, and because
8826 # using them would break gcc on systems where it needs fixed includes.
8827 case $ac_im_incroot in
8828 /usr/include) ac_x_includes= ;;
8829 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8830 esac
8831 case $ac_im_usrlibdir in
8832 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8833 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8834 esac
8836 cd ..
8837 rm -f -r conftest.dir
8840 # Standard set of common directories for X headers.
8841 # Check X11 before X11Rn because it is often a symlink to the current release.
8842 ac_x_header_dirs='
8843 /usr/X11/include
8844 /usr/X11R6/include
8845 /usr/X11R5/include
8846 /usr/X11R4/include
8848 /usr/include/X11
8849 /usr/include/X11R6
8850 /usr/include/X11R5
8851 /usr/include/X11R4
8853 /usr/local/X11/include
8854 /usr/local/X11R6/include
8855 /usr/local/X11R5/include
8856 /usr/local/X11R4/include
8858 /usr/local/include/X11
8859 /usr/local/include/X11R6
8860 /usr/local/include/X11R5
8861 /usr/local/include/X11R4
8863 /usr/X386/include
8864 /usr/x386/include
8865 /usr/XFree86/include/X11
8867 /usr/include
8868 /usr/local/include
8869 /usr/unsupported/include
8870 /usr/athena/include
8871 /usr/local/x11r5/include
8872 /usr/lpp/Xamples/include
8874 /usr/openwin/include
8875 /usr/openwin/share/include'
8877 if test "$ac_x_includes" = no; then
8878 # Guess where to find include files, by looking for Xlib.h.
8879 # First, try using that file with no special directory specified.
8880 cat >conftest.$ac_ext <<_ACEOF
8881 /* confdefs.h. */
8882 _ACEOF
8883 cat confdefs.h >>conftest.$ac_ext
8884 cat >>conftest.$ac_ext <<_ACEOF
8885 /* end confdefs.h. */
8886 #include <X11/Xlib.h>
8887 _ACEOF
8888 if { (ac_try="$ac_cpp conftest.$ac_ext"
8889 case "(($ac_try" in
8890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8891 *) ac_try_echo=$ac_try;;
8892 esac
8893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8894 $as_echo "$ac_try_echo") >&5
8895 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8896 ac_status=$?
8897 grep -v '^ *+' conftest.er1 >conftest.err
8898 rm -f conftest.er1
8899 cat conftest.err >&5
8900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 (exit $ac_status); } >/dev/null && {
8902 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8903 test ! -s conftest.err
8904 }; then
8905 # We can compile using X headers with no special include directory.
8906 ac_x_includes=
8907 else
8908 $as_echo "$as_me: failed program was:" >&5
8909 sed 's/^/| /' conftest.$ac_ext >&5
8911 for ac_dir in $ac_x_header_dirs; do
8912 if test -r "$ac_dir/X11/Xlib.h"; then
8913 ac_x_includes=$ac_dir
8914 break
8916 done
8919 rm -f conftest.err conftest.$ac_ext
8920 fi # $ac_x_includes = no
8922 if test "$ac_x_libraries" = no; then
8923 # Check for the libraries.
8924 # See if we find them without any special options.
8925 # Don't add to $LIBS permanently.
8926 ac_save_LIBS=$LIBS
8927 LIBS="-lX11 $LIBS"
8928 cat >conftest.$ac_ext <<_ACEOF
8929 /* confdefs.h. */
8930 _ACEOF
8931 cat confdefs.h >>conftest.$ac_ext
8932 cat >>conftest.$ac_ext <<_ACEOF
8933 /* end confdefs.h. */
8934 #include <X11/Xlib.h>
8936 main ()
8938 XrmInitialize ()
8940 return 0;
8942 _ACEOF
8943 rm -f conftest.$ac_objext conftest$ac_exeext
8944 if { (ac_try="$ac_link"
8945 case "(($ac_try" in
8946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8947 *) ac_try_echo=$ac_try;;
8948 esac
8949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8950 $as_echo "$ac_try_echo") >&5
8951 (eval "$ac_link") 2>conftest.er1
8952 ac_status=$?
8953 grep -v '^ *+' conftest.er1 >conftest.err
8954 rm -f conftest.er1
8955 cat conftest.err >&5
8956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8957 (exit $ac_status); } && {
8958 test -z "$ac_c_werror_flag" ||
8959 test ! -s conftest.err
8960 } && test -s conftest$ac_exeext && {
8961 test "$cross_compiling" = yes ||
8962 $as_test_x conftest$ac_exeext
8963 }; then
8964 LIBS=$ac_save_LIBS
8965 # We can link X programs with no special library path.
8966 ac_x_libraries=
8967 else
8968 $as_echo "$as_me: failed program was:" >&5
8969 sed 's/^/| /' conftest.$ac_ext >&5
8971 LIBS=$ac_save_LIBS
8972 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8974 # Don't even attempt the hair of trying to link an X program!
8975 for ac_extension in a so sl dylib la dll; do
8976 if test -r "$ac_dir/libX11.$ac_extension"; then
8977 ac_x_libraries=$ac_dir
8978 break 2
8980 done
8981 done
8984 rm -rf conftest.dSYM
8985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8986 conftest$ac_exeext conftest.$ac_ext
8987 fi # $ac_x_libraries = no
8989 case $ac_x_includes,$ac_x_libraries in #(
8990 no,* | *,no | *\'*)
8991 # Didn't find X, or a directory has "'" in its name.
8992 ac_cv_have_x="have_x=no";; #(
8994 # Record where we found X for the cache.
8995 ac_cv_have_x="have_x=yes\
8996 ac_x_includes='$ac_x_includes'\
8997 ac_x_libraries='$ac_x_libraries'"
8998 esac
9000 ;; #(
9001 *) have_x=yes;;
9002 esac
9003 eval "$ac_cv_have_x"
9004 fi # $with_x != no
9006 if test "$have_x" != yes; then
9007 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9008 $as_echo "$have_x" >&6; }
9009 no_x=yes
9010 else
9011 # If each of the values was on the command line, it overrides each guess.
9012 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9013 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9014 # Update the cache value to reflect the command line values.
9015 ac_cv_have_x="have_x=yes\
9016 ac_x_includes='$x_includes'\
9017 ac_x_libraries='$x_libraries'"
9018 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9019 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9022 if test "$no_x" = yes; then
9023 # Not all programs may use this symbol, but it does not hurt to define it.
9025 cat >>confdefs.h <<\_ACEOF
9026 #define X_DISPLAY_MISSING 1
9027 _ACEOF
9029 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9030 else
9031 if test -n "$x_includes"; then
9032 X_CFLAGS="$X_CFLAGS -I$x_includes"
9035 # It would also be nice to do this for all -L options, not just this one.
9036 if test -n "$x_libraries"; then
9037 X_LIBS="$X_LIBS -L$x_libraries"
9038 # For Solaris; some versions of Sun CC require a space after -R and
9039 # others require no space. Words are not sufficient . . . .
9040 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9041 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9042 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9043 ac_xsave_c_werror_flag=$ac_c_werror_flag
9044 ac_c_werror_flag=yes
9045 cat >conftest.$ac_ext <<_ACEOF
9046 /* confdefs.h. */
9047 _ACEOF
9048 cat confdefs.h >>conftest.$ac_ext
9049 cat >>conftest.$ac_ext <<_ACEOF
9050 /* end confdefs.h. */
9053 main ()
9057 return 0;
9059 _ACEOF
9060 rm -f conftest.$ac_objext conftest$ac_exeext
9061 if { (ac_try="$ac_link"
9062 case "(($ac_try" in
9063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9064 *) ac_try_echo=$ac_try;;
9065 esac
9066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9067 $as_echo "$ac_try_echo") >&5
9068 (eval "$ac_link") 2>conftest.er1
9069 ac_status=$?
9070 grep -v '^ *+' conftest.er1 >conftest.err
9071 rm -f conftest.er1
9072 cat conftest.err >&5
9073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 (exit $ac_status); } && {
9075 test -z "$ac_c_werror_flag" ||
9076 test ! -s conftest.err
9077 } && test -s conftest$ac_exeext && {
9078 test "$cross_compiling" = yes ||
9079 $as_test_x conftest$ac_exeext
9080 }; then
9081 { $as_echo "$as_me:$LINENO: result: no" >&5
9082 $as_echo "no" >&6; }
9083 X_LIBS="$X_LIBS -R$x_libraries"
9084 else
9085 $as_echo "$as_me: failed program was:" >&5
9086 sed 's/^/| /' conftest.$ac_ext >&5
9088 LIBS="$ac_xsave_LIBS -R $x_libraries"
9089 cat >conftest.$ac_ext <<_ACEOF
9090 /* confdefs.h. */
9091 _ACEOF
9092 cat confdefs.h >>conftest.$ac_ext
9093 cat >>conftest.$ac_ext <<_ACEOF
9094 /* end confdefs.h. */
9097 main ()
9101 return 0;
9103 _ACEOF
9104 rm -f conftest.$ac_objext conftest$ac_exeext
9105 if { (ac_try="$ac_link"
9106 case "(($ac_try" in
9107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9108 *) ac_try_echo=$ac_try;;
9109 esac
9110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9111 $as_echo "$ac_try_echo") >&5
9112 (eval "$ac_link") 2>conftest.er1
9113 ac_status=$?
9114 grep -v '^ *+' conftest.er1 >conftest.err
9115 rm -f conftest.er1
9116 cat conftest.err >&5
9117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9118 (exit $ac_status); } && {
9119 test -z "$ac_c_werror_flag" ||
9120 test ! -s conftest.err
9121 } && test -s conftest$ac_exeext && {
9122 test "$cross_compiling" = yes ||
9123 $as_test_x conftest$ac_exeext
9124 }; then
9125 { $as_echo "$as_me:$LINENO: result: yes" >&5
9126 $as_echo "yes" >&6; }
9127 X_LIBS="$X_LIBS -R $x_libraries"
9128 else
9129 $as_echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9132 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9133 $as_echo "neither works" >&6; }
9136 rm -rf conftest.dSYM
9137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext
9141 rm -rf conftest.dSYM
9142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9143 conftest$ac_exeext conftest.$ac_ext
9144 ac_c_werror_flag=$ac_xsave_c_werror_flag
9145 LIBS=$ac_xsave_LIBS
9148 # Check for system-dependent libraries X programs must link with.
9149 # Do this before checking for the system-independent R6 libraries
9150 # (-lICE), since we may need -lsocket or whatever for X linking.
9152 if test "$ISC" = yes; then
9153 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9154 else
9155 # Martyn Johnson says this is needed for Ultrix, if the X
9156 # libraries were built with DECnet support. And Karl Berry says
9157 # the Alpha needs dnet_stub (dnet does not exist).
9158 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9159 cat >conftest.$ac_ext <<_ACEOF
9160 /* confdefs.h. */
9161 _ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9166 /* Override any GCC internal prototype to avoid an error.
9167 Use char because int might match the return type of a GCC
9168 builtin and then its argument prototype would still apply. */
9169 #ifdef __cplusplus
9170 extern "C"
9171 #endif
9172 char XOpenDisplay ();
9174 main ()
9176 return XOpenDisplay ();
9178 return 0;
9180 _ACEOF
9181 rm -f conftest.$ac_objext conftest$ac_exeext
9182 if { (ac_try="$ac_link"
9183 case "(($ac_try" in
9184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9185 *) ac_try_echo=$ac_try;;
9186 esac
9187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9188 $as_echo "$ac_try_echo") >&5
9189 (eval "$ac_link") 2>conftest.er1
9190 ac_status=$?
9191 grep -v '^ *+' conftest.er1 >conftest.err
9192 rm -f conftest.er1
9193 cat conftest.err >&5
9194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); } && {
9196 test -z "$ac_c_werror_flag" ||
9197 test ! -s conftest.err
9198 } && test -s conftest$ac_exeext && {
9199 test "$cross_compiling" = yes ||
9200 $as_test_x conftest$ac_exeext
9201 }; then
9203 else
9204 $as_echo "$as_me: failed program was:" >&5
9205 sed 's/^/| /' conftest.$ac_ext >&5
9207 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9208 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9209 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9210 $as_echo_n "(cached) " >&6
9211 else
9212 ac_check_lib_save_LIBS=$LIBS
9213 LIBS="-ldnet $LIBS"
9214 cat >conftest.$ac_ext <<_ACEOF
9215 /* confdefs.h. */
9216 _ACEOF
9217 cat confdefs.h >>conftest.$ac_ext
9218 cat >>conftest.$ac_ext <<_ACEOF
9219 /* end confdefs.h. */
9221 /* Override any GCC internal prototype to avoid an error.
9222 Use char because int might match the return type of a GCC
9223 builtin and then its argument prototype would still apply. */
9224 #ifdef __cplusplus
9225 extern "C"
9226 #endif
9227 char dnet_ntoa ();
9229 main ()
9231 return dnet_ntoa ();
9233 return 0;
9235 _ACEOF
9236 rm -f conftest.$ac_objext conftest$ac_exeext
9237 if { (ac_try="$ac_link"
9238 case "(($ac_try" in
9239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9240 *) ac_try_echo=$ac_try;;
9241 esac
9242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9243 $as_echo "$ac_try_echo") >&5
9244 (eval "$ac_link") 2>conftest.er1
9245 ac_status=$?
9246 grep -v '^ *+' conftest.er1 >conftest.err
9247 rm -f conftest.er1
9248 cat conftest.err >&5
9249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9250 (exit $ac_status); } && {
9251 test -z "$ac_c_werror_flag" ||
9252 test ! -s conftest.err
9253 } && test -s conftest$ac_exeext && {
9254 test "$cross_compiling" = yes ||
9255 $as_test_x conftest$ac_exeext
9256 }; then
9257 ac_cv_lib_dnet_dnet_ntoa=yes
9258 else
9259 $as_echo "$as_me: failed program was:" >&5
9260 sed 's/^/| /' conftest.$ac_ext >&5
9262 ac_cv_lib_dnet_dnet_ntoa=no
9265 rm -rf conftest.dSYM
9266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9267 conftest$ac_exeext conftest.$ac_ext
9268 LIBS=$ac_check_lib_save_LIBS
9270 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9271 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9272 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9273 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9276 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9277 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9278 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9279 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9280 $as_echo_n "(cached) " >&6
9281 else
9282 ac_check_lib_save_LIBS=$LIBS
9283 LIBS="-ldnet_stub $LIBS"
9284 cat >conftest.$ac_ext <<_ACEOF
9285 /* confdefs.h. */
9286 _ACEOF
9287 cat confdefs.h >>conftest.$ac_ext
9288 cat >>conftest.$ac_ext <<_ACEOF
9289 /* end confdefs.h. */
9291 /* Override any GCC internal prototype to avoid an error.
9292 Use char because int might match the return type of a GCC
9293 builtin and then its argument prototype would still apply. */
9294 #ifdef __cplusplus
9295 extern "C"
9296 #endif
9297 char dnet_ntoa ();
9299 main ()
9301 return dnet_ntoa ();
9303 return 0;
9305 _ACEOF
9306 rm -f conftest.$ac_objext conftest$ac_exeext
9307 if { (ac_try="$ac_link"
9308 case "(($ac_try" in
9309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9310 *) ac_try_echo=$ac_try;;
9311 esac
9312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9313 $as_echo "$ac_try_echo") >&5
9314 (eval "$ac_link") 2>conftest.er1
9315 ac_status=$?
9316 grep -v '^ *+' conftest.er1 >conftest.err
9317 rm -f conftest.er1
9318 cat conftest.err >&5
9319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9320 (exit $ac_status); } && {
9321 test -z "$ac_c_werror_flag" ||
9322 test ! -s conftest.err
9323 } && test -s conftest$ac_exeext && {
9324 test "$cross_compiling" = yes ||
9325 $as_test_x conftest$ac_exeext
9326 }; then
9327 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9328 else
9329 $as_echo "$as_me: failed program was:" >&5
9330 sed 's/^/| /' conftest.$ac_ext >&5
9332 ac_cv_lib_dnet_stub_dnet_ntoa=no
9335 rm -rf conftest.dSYM
9336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9337 conftest$ac_exeext conftest.$ac_ext
9338 LIBS=$ac_check_lib_save_LIBS
9340 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9341 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9342 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9343 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9349 rm -rf conftest.dSYM
9350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9351 conftest$ac_exeext conftest.$ac_ext
9352 LIBS="$ac_xsave_LIBS"
9354 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9355 # to get the SysV transport functions.
9356 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9357 # needs -lnsl.
9358 # The nsl library prevents programs from opening the X display
9359 # on Irix 5.2, according to T.E. Dickey.
9360 # The functions gethostbyname, getservbyname, and inet_addr are
9361 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9362 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9363 $as_echo_n "checking for gethostbyname... " >&6; }
9364 if test "${ac_cv_func_gethostbyname+set}" = set; then
9365 $as_echo_n "(cached) " >&6
9366 else
9367 cat >conftest.$ac_ext <<_ACEOF
9368 /* confdefs.h. */
9369 _ACEOF
9370 cat confdefs.h >>conftest.$ac_ext
9371 cat >>conftest.$ac_ext <<_ACEOF
9372 /* end confdefs.h. */
9373 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9374 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9375 #define gethostbyname innocuous_gethostbyname
9377 /* System header to define __stub macros and hopefully few prototypes,
9378 which can conflict with char gethostbyname (); below.
9379 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9380 <limits.h> exists even on freestanding compilers. */
9382 #ifdef __STDC__
9383 # include <limits.h>
9384 #else
9385 # include <assert.h>
9386 #endif
9388 #undef gethostbyname
9390 /* Override any GCC internal prototype to avoid an error.
9391 Use char because int might match the return type of a GCC
9392 builtin and then its argument prototype would still apply. */
9393 #ifdef __cplusplus
9394 extern "C"
9395 #endif
9396 char gethostbyname ();
9397 /* The GNU C library defines this for functions which it implements
9398 to always fail with ENOSYS. Some functions are actually named
9399 something starting with __ and the normal name is an alias. */
9400 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9401 choke me
9402 #endif
9405 main ()
9407 return gethostbyname ();
9409 return 0;
9411 _ACEOF
9412 rm -f conftest.$ac_objext conftest$ac_exeext
9413 if { (ac_try="$ac_link"
9414 case "(($ac_try" in
9415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9416 *) ac_try_echo=$ac_try;;
9417 esac
9418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9419 $as_echo "$ac_try_echo") >&5
9420 (eval "$ac_link") 2>conftest.er1
9421 ac_status=$?
9422 grep -v '^ *+' conftest.er1 >conftest.err
9423 rm -f conftest.er1
9424 cat conftest.err >&5
9425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9426 (exit $ac_status); } && {
9427 test -z "$ac_c_werror_flag" ||
9428 test ! -s conftest.err
9429 } && test -s conftest$ac_exeext && {
9430 test "$cross_compiling" = yes ||
9431 $as_test_x conftest$ac_exeext
9432 }; then
9433 ac_cv_func_gethostbyname=yes
9434 else
9435 $as_echo "$as_me: failed program was:" >&5
9436 sed 's/^/| /' conftest.$ac_ext >&5
9438 ac_cv_func_gethostbyname=no
9441 rm -rf conftest.dSYM
9442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9443 conftest$ac_exeext conftest.$ac_ext
9445 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9446 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9448 if test $ac_cv_func_gethostbyname = no; then
9449 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9450 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9451 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9452 $as_echo_n "(cached) " >&6
9453 else
9454 ac_check_lib_save_LIBS=$LIBS
9455 LIBS="-lnsl $LIBS"
9456 cat >conftest.$ac_ext <<_ACEOF
9457 /* confdefs.h. */
9458 _ACEOF
9459 cat confdefs.h >>conftest.$ac_ext
9460 cat >>conftest.$ac_ext <<_ACEOF
9461 /* end confdefs.h. */
9463 /* Override any GCC internal prototype to avoid an error.
9464 Use char because int might match the return type of a GCC
9465 builtin and then its argument prototype would still apply. */
9466 #ifdef __cplusplus
9467 extern "C"
9468 #endif
9469 char gethostbyname ();
9471 main ()
9473 return gethostbyname ();
9475 return 0;
9477 _ACEOF
9478 rm -f conftest.$ac_objext conftest$ac_exeext
9479 if { (ac_try="$ac_link"
9480 case "(($ac_try" in
9481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9482 *) ac_try_echo=$ac_try;;
9483 esac
9484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9485 $as_echo "$ac_try_echo") >&5
9486 (eval "$ac_link") 2>conftest.er1
9487 ac_status=$?
9488 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1
9490 cat conftest.err >&5
9491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492 (exit $ac_status); } && {
9493 test -z "$ac_c_werror_flag" ||
9494 test ! -s conftest.err
9495 } && test -s conftest$ac_exeext && {
9496 test "$cross_compiling" = yes ||
9497 $as_test_x conftest$ac_exeext
9498 }; then
9499 ac_cv_lib_nsl_gethostbyname=yes
9500 else
9501 $as_echo "$as_me: failed program was:" >&5
9502 sed 's/^/| /' conftest.$ac_ext >&5
9504 ac_cv_lib_nsl_gethostbyname=no
9507 rm -rf conftest.dSYM
9508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9509 conftest$ac_exeext conftest.$ac_ext
9510 LIBS=$ac_check_lib_save_LIBS
9512 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9513 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9514 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9515 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9518 if test $ac_cv_lib_nsl_gethostbyname = no; then
9519 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9520 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9521 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9522 $as_echo_n "(cached) " >&6
9523 else
9524 ac_check_lib_save_LIBS=$LIBS
9525 LIBS="-lbsd $LIBS"
9526 cat >conftest.$ac_ext <<_ACEOF
9527 /* confdefs.h. */
9528 _ACEOF
9529 cat confdefs.h >>conftest.$ac_ext
9530 cat >>conftest.$ac_ext <<_ACEOF
9531 /* end confdefs.h. */
9533 /* Override any GCC internal prototype to avoid an error.
9534 Use char because int might match the return type of a GCC
9535 builtin and then its argument prototype would still apply. */
9536 #ifdef __cplusplus
9537 extern "C"
9538 #endif
9539 char gethostbyname ();
9541 main ()
9543 return gethostbyname ();
9545 return 0;
9547 _ACEOF
9548 rm -f conftest.$ac_objext conftest$ac_exeext
9549 if { (ac_try="$ac_link"
9550 case "(($ac_try" in
9551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9552 *) ac_try_echo=$ac_try;;
9553 esac
9554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9555 $as_echo "$ac_try_echo") >&5
9556 (eval "$ac_link") 2>conftest.er1
9557 ac_status=$?
9558 grep -v '^ *+' conftest.er1 >conftest.err
9559 rm -f conftest.er1
9560 cat conftest.err >&5
9561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9562 (exit $ac_status); } && {
9563 test -z "$ac_c_werror_flag" ||
9564 test ! -s conftest.err
9565 } && test -s conftest$ac_exeext && {
9566 test "$cross_compiling" = yes ||
9567 $as_test_x conftest$ac_exeext
9568 }; then
9569 ac_cv_lib_bsd_gethostbyname=yes
9570 else
9571 $as_echo "$as_me: failed program was:" >&5
9572 sed 's/^/| /' conftest.$ac_ext >&5
9574 ac_cv_lib_bsd_gethostbyname=no
9577 rm -rf conftest.dSYM
9578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9579 conftest$ac_exeext conftest.$ac_ext
9580 LIBS=$ac_check_lib_save_LIBS
9582 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9583 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9584 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9585 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9591 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9592 # socket/setsockopt and other routines are undefined under SCO ODT
9593 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9594 # on later versions), says Simon Leinen: it contains gethostby*
9595 # variants that don't use the name server (or something). -lsocket
9596 # must be given before -lnsl if both are needed. We assume that
9597 # if connect needs -lnsl, so does gethostbyname.
9598 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9599 $as_echo_n "checking for connect... " >&6; }
9600 if test "${ac_cv_func_connect+set}" = set; then
9601 $as_echo_n "(cached) " >&6
9602 else
9603 cat >conftest.$ac_ext <<_ACEOF
9604 /* confdefs.h. */
9605 _ACEOF
9606 cat confdefs.h >>conftest.$ac_ext
9607 cat >>conftest.$ac_ext <<_ACEOF
9608 /* end confdefs.h. */
9609 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9610 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9611 #define connect innocuous_connect
9613 /* System header to define __stub macros and hopefully few prototypes,
9614 which can conflict with char connect (); below.
9615 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9616 <limits.h> exists even on freestanding compilers. */
9618 #ifdef __STDC__
9619 # include <limits.h>
9620 #else
9621 # include <assert.h>
9622 #endif
9624 #undef connect
9626 /* Override any GCC internal prototype to avoid an error.
9627 Use char because int might match the return type of a GCC
9628 builtin and then its argument prototype would still apply. */
9629 #ifdef __cplusplus
9630 extern "C"
9631 #endif
9632 char connect ();
9633 /* The GNU C library defines this for functions which it implements
9634 to always fail with ENOSYS. Some functions are actually named
9635 something starting with __ and the normal name is an alias. */
9636 #if defined __stub_connect || defined __stub___connect
9637 choke me
9638 #endif
9641 main ()
9643 return connect ();
9645 return 0;
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652 *) ac_try_echo=$ac_try;;
9653 esac
9654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9655 $as_echo "$ac_try_echo") >&5
9656 (eval "$ac_link") 2>conftest.er1
9657 ac_status=$?
9658 grep -v '^ *+' conftest.er1 >conftest.err
9659 rm -f conftest.er1
9660 cat conftest.err >&5
9661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9662 (exit $ac_status); } && {
9663 test -z "$ac_c_werror_flag" ||
9664 test ! -s conftest.err
9665 } && test -s conftest$ac_exeext && {
9666 test "$cross_compiling" = yes ||
9667 $as_test_x conftest$ac_exeext
9668 }; then
9669 ac_cv_func_connect=yes
9670 else
9671 $as_echo "$as_me: failed program was:" >&5
9672 sed 's/^/| /' conftest.$ac_ext >&5
9674 ac_cv_func_connect=no
9677 rm -rf conftest.dSYM
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679 conftest$ac_exeext conftest.$ac_ext
9681 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9682 $as_echo "$ac_cv_func_connect" >&6; }
9684 if test $ac_cv_func_connect = no; then
9685 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9686 $as_echo_n "checking for connect in -lsocket... " >&6; }
9687 if test "${ac_cv_lib_socket_connect+set}" = set; then
9688 $as_echo_n "(cached) " >&6
9689 else
9690 ac_check_lib_save_LIBS=$LIBS
9691 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
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. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9702 #ifdef __cplusplus
9703 extern "C"
9704 #endif
9705 char connect ();
9707 main ()
9709 return connect ();
9711 return 0;
9713 _ACEOF
9714 rm -f conftest.$ac_objext conftest$ac_exeext
9715 if { (ac_try="$ac_link"
9716 case "(($ac_try" in
9717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9718 *) ac_try_echo=$ac_try;;
9719 esac
9720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9721 $as_echo "$ac_try_echo") >&5
9722 (eval "$ac_link") 2>conftest.er1
9723 ac_status=$?
9724 grep -v '^ *+' conftest.er1 >conftest.err
9725 rm -f conftest.er1
9726 cat conftest.err >&5
9727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9728 (exit $ac_status); } && {
9729 test -z "$ac_c_werror_flag" ||
9730 test ! -s conftest.err
9731 } && test -s conftest$ac_exeext && {
9732 test "$cross_compiling" = yes ||
9733 $as_test_x conftest$ac_exeext
9734 }; then
9735 ac_cv_lib_socket_connect=yes
9736 else
9737 $as_echo "$as_me: failed program was:" >&5
9738 sed 's/^/| /' conftest.$ac_ext >&5
9740 ac_cv_lib_socket_connect=no
9743 rm -rf conftest.dSYM
9744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9745 conftest$ac_exeext conftest.$ac_ext
9746 LIBS=$ac_check_lib_save_LIBS
9748 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9749 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9750 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9751 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9756 # Guillermo Gomez says -lposix is necessary on A/UX.
9757 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9758 $as_echo_n "checking for remove... " >&6; }
9759 if test "${ac_cv_func_remove+set}" = set; then
9760 $as_echo_n "(cached) " >&6
9761 else
9762 cat >conftest.$ac_ext <<_ACEOF
9763 /* confdefs.h. */
9764 _ACEOF
9765 cat confdefs.h >>conftest.$ac_ext
9766 cat >>conftest.$ac_ext <<_ACEOF
9767 /* end confdefs.h. */
9768 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9769 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9770 #define remove innocuous_remove
9772 /* System header to define __stub macros and hopefully few prototypes,
9773 which can conflict with char remove (); below.
9774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9775 <limits.h> exists even on freestanding compilers. */
9777 #ifdef __STDC__
9778 # include <limits.h>
9779 #else
9780 # include <assert.h>
9781 #endif
9783 #undef remove
9785 /* Override any GCC internal prototype to avoid an error.
9786 Use char because int might match the return type of a GCC
9787 builtin and then its argument prototype would still apply. */
9788 #ifdef __cplusplus
9789 extern "C"
9790 #endif
9791 char remove ();
9792 /* The GNU C library defines this for functions which it implements
9793 to always fail with ENOSYS. Some functions are actually named
9794 something starting with __ and the normal name is an alias. */
9795 #if defined __stub_remove || defined __stub___remove
9796 choke me
9797 #endif
9800 main ()
9802 return remove ();
9804 return 0;
9806 _ACEOF
9807 rm -f conftest.$ac_objext conftest$ac_exeext
9808 if { (ac_try="$ac_link"
9809 case "(($ac_try" in
9810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9811 *) ac_try_echo=$ac_try;;
9812 esac
9813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9814 $as_echo "$ac_try_echo") >&5
9815 (eval "$ac_link") 2>conftest.er1
9816 ac_status=$?
9817 grep -v '^ *+' conftest.er1 >conftest.err
9818 rm -f conftest.er1
9819 cat conftest.err >&5
9820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9821 (exit $ac_status); } && {
9822 test -z "$ac_c_werror_flag" ||
9823 test ! -s conftest.err
9824 } && test -s conftest$ac_exeext && {
9825 test "$cross_compiling" = yes ||
9826 $as_test_x conftest$ac_exeext
9827 }; then
9828 ac_cv_func_remove=yes
9829 else
9830 $as_echo "$as_me: failed program was:" >&5
9831 sed 's/^/| /' conftest.$ac_ext >&5
9833 ac_cv_func_remove=no
9836 rm -rf conftest.dSYM
9837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9838 conftest$ac_exeext conftest.$ac_ext
9840 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9841 $as_echo "$ac_cv_func_remove" >&6; }
9843 if test $ac_cv_func_remove = no; then
9844 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9845 $as_echo_n "checking for remove in -lposix... " >&6; }
9846 if test "${ac_cv_lib_posix_remove+set}" = set; then
9847 $as_echo_n "(cached) " >&6
9848 else
9849 ac_check_lib_save_LIBS=$LIBS
9850 LIBS="-lposix $LIBS"
9851 cat >conftest.$ac_ext <<_ACEOF
9852 /* confdefs.h. */
9853 _ACEOF
9854 cat confdefs.h >>conftest.$ac_ext
9855 cat >>conftest.$ac_ext <<_ACEOF
9856 /* end confdefs.h. */
9858 /* Override any GCC internal prototype to avoid an error.
9859 Use char because int might match the return type of a GCC
9860 builtin and then its argument prototype would still apply. */
9861 #ifdef __cplusplus
9862 extern "C"
9863 #endif
9864 char remove ();
9866 main ()
9868 return remove ();
9870 return 0;
9872 _ACEOF
9873 rm -f conftest.$ac_objext conftest$ac_exeext
9874 if { (ac_try="$ac_link"
9875 case "(($ac_try" in
9876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9877 *) ac_try_echo=$ac_try;;
9878 esac
9879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9880 $as_echo "$ac_try_echo") >&5
9881 (eval "$ac_link") 2>conftest.er1
9882 ac_status=$?
9883 grep -v '^ *+' conftest.er1 >conftest.err
9884 rm -f conftest.er1
9885 cat conftest.err >&5
9886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } && {
9888 test -z "$ac_c_werror_flag" ||
9889 test ! -s conftest.err
9890 } && test -s conftest$ac_exeext && {
9891 test "$cross_compiling" = yes ||
9892 $as_test_x conftest$ac_exeext
9893 }; then
9894 ac_cv_lib_posix_remove=yes
9895 else
9896 $as_echo "$as_me: failed program was:" >&5
9897 sed 's/^/| /' conftest.$ac_ext >&5
9899 ac_cv_lib_posix_remove=no
9902 rm -rf conftest.dSYM
9903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9904 conftest$ac_exeext conftest.$ac_ext
9905 LIBS=$ac_check_lib_save_LIBS
9907 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9908 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9909 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9910 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9915 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9916 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9917 $as_echo_n "checking for shmat... " >&6; }
9918 if test "${ac_cv_func_shmat+set}" = set; then
9919 $as_echo_n "(cached) " >&6
9920 else
9921 cat >conftest.$ac_ext <<_ACEOF
9922 /* confdefs.h. */
9923 _ACEOF
9924 cat confdefs.h >>conftest.$ac_ext
9925 cat >>conftest.$ac_ext <<_ACEOF
9926 /* end confdefs.h. */
9927 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9929 #define shmat innocuous_shmat
9931 /* System header to define __stub macros and hopefully few prototypes,
9932 which can conflict with char shmat (); below.
9933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9934 <limits.h> exists even on freestanding compilers. */
9936 #ifdef __STDC__
9937 # include <limits.h>
9938 #else
9939 # include <assert.h>
9940 #endif
9942 #undef shmat
9944 /* Override any GCC internal prototype to avoid an error.
9945 Use char because int might match the return type of a GCC
9946 builtin and then its argument prototype would still apply. */
9947 #ifdef __cplusplus
9948 extern "C"
9949 #endif
9950 char shmat ();
9951 /* The GNU C library defines this for functions which it implements
9952 to always fail with ENOSYS. Some functions are actually named
9953 something starting with __ and the normal name is an alias. */
9954 #if defined __stub_shmat || defined __stub___shmat
9955 choke me
9956 #endif
9959 main ()
9961 return shmat ();
9963 return 0;
9965 _ACEOF
9966 rm -f conftest.$ac_objext conftest$ac_exeext
9967 if { (ac_try="$ac_link"
9968 case "(($ac_try" in
9969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9970 *) ac_try_echo=$ac_try;;
9971 esac
9972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9973 $as_echo "$ac_try_echo") >&5
9974 (eval "$ac_link") 2>conftest.er1
9975 ac_status=$?
9976 grep -v '^ *+' conftest.er1 >conftest.err
9977 rm -f conftest.er1
9978 cat conftest.err >&5
9979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9980 (exit $ac_status); } && {
9981 test -z "$ac_c_werror_flag" ||
9982 test ! -s conftest.err
9983 } && test -s conftest$ac_exeext && {
9984 test "$cross_compiling" = yes ||
9985 $as_test_x conftest$ac_exeext
9986 }; then
9987 ac_cv_func_shmat=yes
9988 else
9989 $as_echo "$as_me: failed program was:" >&5
9990 sed 's/^/| /' conftest.$ac_ext >&5
9992 ac_cv_func_shmat=no
9995 rm -rf conftest.dSYM
9996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9997 conftest$ac_exeext conftest.$ac_ext
9999 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10000 $as_echo "$ac_cv_func_shmat" >&6; }
10002 if test $ac_cv_func_shmat = no; then
10003 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10004 $as_echo_n "checking for shmat in -lipc... " >&6; }
10005 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10006 $as_echo_n "(cached) " >&6
10007 else
10008 ac_check_lib_save_LIBS=$LIBS
10009 LIBS="-lipc $LIBS"
10010 cat >conftest.$ac_ext <<_ACEOF
10011 /* confdefs.h. */
10012 _ACEOF
10013 cat confdefs.h >>conftest.$ac_ext
10014 cat >>conftest.$ac_ext <<_ACEOF
10015 /* end confdefs.h. */
10017 /* Override any GCC internal prototype to avoid an error.
10018 Use char because int might match the return type of a GCC
10019 builtin and then its argument prototype would still apply. */
10020 #ifdef __cplusplus
10021 extern "C"
10022 #endif
10023 char shmat ();
10025 main ()
10027 return shmat ();
10029 return 0;
10031 _ACEOF
10032 rm -f conftest.$ac_objext conftest$ac_exeext
10033 if { (ac_try="$ac_link"
10034 case "(($ac_try" in
10035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10036 *) ac_try_echo=$ac_try;;
10037 esac
10038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10039 $as_echo "$ac_try_echo") >&5
10040 (eval "$ac_link") 2>conftest.er1
10041 ac_status=$?
10042 grep -v '^ *+' conftest.er1 >conftest.err
10043 rm -f conftest.er1
10044 cat conftest.err >&5
10045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 (exit $ac_status); } && {
10047 test -z "$ac_c_werror_flag" ||
10048 test ! -s conftest.err
10049 } && test -s conftest$ac_exeext && {
10050 test "$cross_compiling" = yes ||
10051 $as_test_x conftest$ac_exeext
10052 }; then
10053 ac_cv_lib_ipc_shmat=yes
10054 else
10055 $as_echo "$as_me: failed program was:" >&5
10056 sed 's/^/| /' conftest.$ac_ext >&5
10058 ac_cv_lib_ipc_shmat=no
10061 rm -rf conftest.dSYM
10062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10063 conftest$ac_exeext conftest.$ac_ext
10064 LIBS=$ac_check_lib_save_LIBS
10066 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10067 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10068 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10069 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10075 # Check for libraries that X11R6 Xt/Xaw programs need.
10076 ac_save_LDFLAGS=$LDFLAGS
10077 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10078 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10079 # check for ICE first), but we must link in the order -lSM -lICE or
10080 # we get undefined symbols. So assume we have SM if we have ICE.
10081 # These have to be linked with before -lX11, unlike the other
10082 # libraries we check for below, so use a different variable.
10083 # John Interrante, Karl Berry
10084 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10085 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10086 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10087 $as_echo_n "(cached) " >&6
10088 else
10089 ac_check_lib_save_LIBS=$LIBS
10090 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10091 cat >conftest.$ac_ext <<_ACEOF
10092 /* confdefs.h. */
10093 _ACEOF
10094 cat confdefs.h >>conftest.$ac_ext
10095 cat >>conftest.$ac_ext <<_ACEOF
10096 /* end confdefs.h. */
10098 /* Override any GCC internal prototype to avoid an error.
10099 Use char because int might match the return type of a GCC
10100 builtin and then its argument prototype would still apply. */
10101 #ifdef __cplusplus
10102 extern "C"
10103 #endif
10104 char IceConnectionNumber ();
10106 main ()
10108 return IceConnectionNumber ();
10110 return 0;
10112 _ACEOF
10113 rm -f conftest.$ac_objext conftest$ac_exeext
10114 if { (ac_try="$ac_link"
10115 case "(($ac_try" in
10116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10117 *) ac_try_echo=$ac_try;;
10118 esac
10119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10120 $as_echo "$ac_try_echo") >&5
10121 (eval "$ac_link") 2>conftest.er1
10122 ac_status=$?
10123 grep -v '^ *+' conftest.er1 >conftest.err
10124 rm -f conftest.er1
10125 cat conftest.err >&5
10126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest$ac_exeext && {
10131 test "$cross_compiling" = yes ||
10132 $as_test_x conftest$ac_exeext
10133 }; then
10134 ac_cv_lib_ICE_IceConnectionNumber=yes
10135 else
10136 $as_echo "$as_me: failed program was:" >&5
10137 sed 's/^/| /' conftest.$ac_ext >&5
10139 ac_cv_lib_ICE_IceConnectionNumber=no
10142 rm -rf conftest.dSYM
10143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10144 conftest$ac_exeext conftest.$ac_ext
10145 LIBS=$ac_check_lib_save_LIBS
10147 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10148 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10149 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10150 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10153 LDFLAGS=$ac_save_LDFLAGS
10158 if test "$have_x" = "yes"
10159 then
10160 XLIB="-lXext -lX11"
10161 ac_save_CPPFLAGS="$CPPFLAGS"
10162 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10164 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10165 $as_echo_n "checking for -lX11... " >&6; }
10166 if test "${ac_cv_lib_soname_X11+set}" = set; then
10167 $as_echo_n "(cached) " >&6
10168 else
10169 ac_check_soname_save_LIBS=$LIBS
10170 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10171 cat >conftest.$ac_ext <<_ACEOF
10172 /* confdefs.h. */
10173 _ACEOF
10174 cat confdefs.h >>conftest.$ac_ext
10175 cat >>conftest.$ac_ext <<_ACEOF
10176 /* end confdefs.h. */
10178 /* Override any GCC internal prototype to avoid an error.
10179 Use char because int might match the return type of a GCC
10180 builtin and then its argument prototype would still apply. */
10181 #ifdef __cplusplus
10182 extern "C"
10183 #endif
10184 char XCreateWindow ();
10186 main ()
10188 return XCreateWindow ();
10190 return 0;
10192 _ACEOF
10193 rm -f conftest.$ac_objext conftest$ac_exeext
10194 if { (ac_try="$ac_link"
10195 case "(($ac_try" in
10196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10197 *) ac_try_echo=$ac_try;;
10198 esac
10199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10200 $as_echo "$ac_try_echo") >&5
10201 (eval "$ac_link") 2>conftest.er1
10202 ac_status=$?
10203 grep -v '^ *+' conftest.er1 >conftest.err
10204 rm -f conftest.er1
10205 cat conftest.err >&5
10206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207 (exit $ac_status); } && {
10208 test -z "$ac_c_werror_flag" ||
10209 test ! -s conftest.err
10210 } && test -s conftest$ac_exeext && {
10211 test "$cross_compiling" = yes ||
10212 $as_test_x conftest$ac_exeext
10213 }; then
10214 case "$LIBEXT" in
10215 dll) ;;
10216 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'` ;;
10217 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10218 esac
10219 else
10220 $as_echo "$as_me: failed program was:" >&5
10221 sed 's/^/| /' conftest.$ac_ext >&5
10226 rm -rf conftest.dSYM
10227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10228 conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_soname_save_LIBS
10231 if test "x$ac_cv_lib_soname_X11" = "x"; then
10232 { $as_echo "$as_me:$LINENO: result: not found" >&5
10233 $as_echo "not found" >&6; }
10235 else
10236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10237 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10239 cat >>confdefs.h <<_ACEOF
10240 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10241 _ACEOF
10246 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10247 $as_echo_n "checking for -lXext... " >&6; }
10248 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10249 $as_echo_n "(cached) " >&6
10250 else
10251 ac_check_soname_save_LIBS=$LIBS
10252 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10253 cat >conftest.$ac_ext <<_ACEOF
10254 /* confdefs.h. */
10255 _ACEOF
10256 cat confdefs.h >>conftest.$ac_ext
10257 cat >>conftest.$ac_ext <<_ACEOF
10258 /* end confdefs.h. */
10260 /* Override any GCC internal prototype to avoid an error.
10261 Use char because int might match the return type of a GCC
10262 builtin and then its argument prototype would still apply. */
10263 #ifdef __cplusplus
10264 extern "C"
10265 #endif
10266 char XextCreateExtension ();
10268 main ()
10270 return XextCreateExtension ();
10272 return 0;
10274 _ACEOF
10275 rm -f conftest.$ac_objext conftest$ac_exeext
10276 if { (ac_try="$ac_link"
10277 case "(($ac_try" in
10278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10279 *) ac_try_echo=$ac_try;;
10280 esac
10281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10282 $as_echo "$ac_try_echo") >&5
10283 (eval "$ac_link") 2>conftest.er1
10284 ac_status=$?
10285 grep -v '^ *+' conftest.er1 >conftest.err
10286 rm -f conftest.er1
10287 cat conftest.err >&5
10288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289 (exit $ac_status); } && {
10290 test -z "$ac_c_werror_flag" ||
10291 test ! -s conftest.err
10292 } && test -s conftest$ac_exeext && {
10293 test "$cross_compiling" = yes ||
10294 $as_test_x conftest$ac_exeext
10295 }; then
10296 case "$LIBEXT" in
10297 dll) ;;
10298 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'` ;;
10299 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10300 esac
10301 else
10302 $as_echo "$as_me: failed program was:" >&5
10303 sed 's/^/| /' conftest.$ac_ext >&5
10308 rm -rf conftest.dSYM
10309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10310 conftest$ac_exeext conftest.$ac_ext
10311 LIBS=$ac_check_soname_save_LIBS
10313 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10314 { $as_echo "$as_me:$LINENO: result: not found" >&5
10315 $as_echo "not found" >&6; }
10317 else
10318 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10319 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10321 cat >>confdefs.h <<_ACEOF
10322 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10323 _ACEOF
10341 for ac_header in X11/Xlib.h \
10342 X11/XKBlib.h \
10343 X11/Xutil.h \
10344 X11/Xcursor/Xcursor.h \
10345 X11/extensions/shape.h \
10346 X11/extensions/XInput.h \
10347 X11/extensions/XShm.h \
10348 X11/extensions/Xcomposite.h \
10349 X11/extensions/Xinerama.h \
10350 X11/extensions/Xrandr.h \
10351 X11/extensions/Xrender.h \
10352 X11/extensions/xf86vmode.h
10354 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10355 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10356 $as_echo_n "checking for $ac_header... " >&6; }
10357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10358 $as_echo_n "(cached) " >&6
10359 else
10360 cat >conftest.$ac_ext <<_ACEOF
10361 /* confdefs.h. */
10362 _ACEOF
10363 cat confdefs.h >>conftest.$ac_ext
10364 cat >>conftest.$ac_ext <<_ACEOF
10365 /* end confdefs.h. */
10366 #ifdef HAVE_X11_XLIB_H
10367 # include <X11/Xlib.h>
10368 #endif
10369 #ifdef HAVE_X11_XUTIL_H
10370 # include <X11/Xutil.h>
10371 #endif
10373 #include <$ac_header>
10374 _ACEOF
10375 rm -f conftest.$ac_objext
10376 if { (ac_try="$ac_compile"
10377 case "(($ac_try" in
10378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10379 *) ac_try_echo=$ac_try;;
10380 esac
10381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10382 $as_echo "$ac_try_echo") >&5
10383 (eval "$ac_compile") 2>conftest.er1
10384 ac_status=$?
10385 grep -v '^ *+' conftest.er1 >conftest.err
10386 rm -f conftest.er1
10387 cat conftest.err >&5
10388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10389 (exit $ac_status); } && {
10390 test -z "$ac_c_werror_flag" ||
10391 test ! -s conftest.err
10392 } && test -s conftest.$ac_objext; then
10393 eval "$as_ac_Header=yes"
10394 else
10395 $as_echo "$as_me: failed program was:" >&5
10396 sed 's/^/| /' conftest.$ac_ext >&5
10398 eval "$as_ac_Header=no"
10401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10403 ac_res=`eval 'as_val=${'$as_ac_Header'}
10404 $as_echo "$as_val"'`
10405 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10406 $as_echo "$ac_res" >&6; }
10407 as_val=`eval 'as_val=${'$as_ac_Header'}
10408 $as_echo "$as_val"'`
10409 if test "x$as_val" = x""yes; then
10410 cat >>confdefs.h <<_ACEOF
10411 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10412 _ACEOF
10416 done
10419 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10420 then
10421 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10422 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10423 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10424 $as_echo_n "(cached) " >&6
10425 else
10426 ac_check_lib_save_LIBS=$LIBS
10427 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10428 cat >conftest.$ac_ext <<_ACEOF
10429 /* confdefs.h. */
10430 _ACEOF
10431 cat confdefs.h >>conftest.$ac_ext
10432 cat >>conftest.$ac_ext <<_ACEOF
10433 /* end confdefs.h. */
10435 /* Override any GCC internal prototype to avoid an error.
10436 Use char because int might match the return type of a GCC
10437 builtin and then its argument prototype would still apply. */
10438 #ifdef __cplusplus
10439 extern "C"
10440 #endif
10441 char XkbQueryExtension ();
10443 main ()
10445 return XkbQueryExtension ();
10447 return 0;
10449 _ACEOF
10450 rm -f conftest.$ac_objext conftest$ac_exeext
10451 if { (ac_try="$ac_link"
10452 case "(($ac_try" in
10453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10454 *) ac_try_echo=$ac_try;;
10455 esac
10456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10457 $as_echo "$ac_try_echo") >&5
10458 (eval "$ac_link") 2>conftest.er1
10459 ac_status=$?
10460 grep -v '^ *+' conftest.er1 >conftest.err
10461 rm -f conftest.er1
10462 cat conftest.err >&5
10463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10464 (exit $ac_status); } && {
10465 test -z "$ac_c_werror_flag" ||
10466 test ! -s conftest.err
10467 } && test -s conftest$ac_exeext && {
10468 test "$cross_compiling" = yes ||
10469 $as_test_x conftest$ac_exeext
10470 }; then
10471 ac_cv_lib_X11_XkbQueryExtension=yes
10472 else
10473 $as_echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.$ac_ext >&5
10476 ac_cv_lib_X11_XkbQueryExtension=no
10479 rm -rf conftest.dSYM
10480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10481 conftest$ac_exeext conftest.$ac_ext
10482 LIBS=$ac_check_lib_save_LIBS
10484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10485 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10486 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10488 cat >>confdefs.h <<\_ACEOF
10489 #define HAVE_XKB 1
10490 _ACEOF
10496 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10497 then
10498 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10499 $as_echo_n "checking for -lXcursor... " >&6; }
10500 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10501 $as_echo_n "(cached) " >&6
10502 else
10503 ac_check_soname_save_LIBS=$LIBS
10504 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10505 cat >conftest.$ac_ext <<_ACEOF
10506 /* confdefs.h. */
10507 _ACEOF
10508 cat confdefs.h >>conftest.$ac_ext
10509 cat >>conftest.$ac_ext <<_ACEOF
10510 /* end confdefs.h. */
10512 /* Override any GCC internal prototype to avoid an error.
10513 Use char because int might match the return type of a GCC
10514 builtin and then its argument prototype would still apply. */
10515 #ifdef __cplusplus
10516 extern "C"
10517 #endif
10518 char XcursorImageLoadCursor ();
10520 main ()
10522 return XcursorImageLoadCursor ();
10524 return 0;
10526 _ACEOF
10527 rm -f conftest.$ac_objext conftest$ac_exeext
10528 if { (ac_try="$ac_link"
10529 case "(($ac_try" in
10530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10531 *) ac_try_echo=$ac_try;;
10532 esac
10533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10534 $as_echo "$ac_try_echo") >&5
10535 (eval "$ac_link") 2>conftest.er1
10536 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1
10539 cat conftest.err >&5
10540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest$ac_exeext && {
10545 test "$cross_compiling" = yes ||
10546 $as_test_x conftest$ac_exeext
10547 }; then
10548 case "$LIBEXT" in
10549 dll) ;;
10550 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'` ;;
10551 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10552 esac
10553 else
10554 $as_echo "$as_me: failed program was:" >&5
10555 sed 's/^/| /' conftest.$ac_ext >&5
10560 rm -rf conftest.dSYM
10561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10562 conftest$ac_exeext conftest.$ac_ext
10563 LIBS=$ac_check_soname_save_LIBS
10565 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10566 { $as_echo "$as_me:$LINENO: result: not found" >&5
10567 $as_echo "not found" >&6; }
10569 else
10570 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10571 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10573 cat >>confdefs.h <<_ACEOF
10574 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10575 _ACEOF
10581 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10582 case "x$with_xcursor" in
10583 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10584 xno) ;;
10585 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10586 This is an error since --with-xcursor was requested." >&5
10587 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10588 This is an error since --with-xcursor was requested." >&2;}
10589 { (exit 1); exit 1; }; } ;;
10590 esac
10594 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10595 then
10596 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10597 $as_echo_n "checking for -lXi... " >&6; }
10598 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10599 $as_echo_n "(cached) " >&6
10600 else
10601 ac_check_soname_save_LIBS=$LIBS
10602 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10603 cat >conftest.$ac_ext <<_ACEOF
10604 /* confdefs.h. */
10605 _ACEOF
10606 cat confdefs.h >>conftest.$ac_ext
10607 cat >>conftest.$ac_ext <<_ACEOF
10608 /* end confdefs.h. */
10610 /* Override any GCC internal prototype to avoid an error.
10611 Use char because int might match the return type of a GCC
10612 builtin and then its argument prototype would still apply. */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char XOpenDevice ();
10618 main ()
10620 return XOpenDevice ();
10622 return 0;
10624 _ACEOF
10625 rm -f conftest.$ac_objext conftest$ac_exeext
10626 if { (ac_try="$ac_link"
10627 case "(($ac_try" in
10628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10629 *) ac_try_echo=$ac_try;;
10630 esac
10631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10632 $as_echo "$ac_try_echo") >&5
10633 (eval "$ac_link") 2>conftest.er1
10634 ac_status=$?
10635 grep -v '^ *+' conftest.er1 >conftest.err
10636 rm -f conftest.er1
10637 cat conftest.err >&5
10638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10639 (exit $ac_status); } && {
10640 test -z "$ac_c_werror_flag" ||
10641 test ! -s conftest.err
10642 } && test -s conftest$ac_exeext && {
10643 test "$cross_compiling" = yes ||
10644 $as_test_x conftest$ac_exeext
10645 }; then
10646 case "$LIBEXT" in
10647 dll) ;;
10648 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'` ;;
10649 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10650 esac
10651 else
10652 $as_echo "$as_me: failed program was:" >&5
10653 sed 's/^/| /' conftest.$ac_ext >&5
10658 rm -rf conftest.dSYM
10659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10660 conftest$ac_exeext conftest.$ac_ext
10661 LIBS=$ac_check_soname_save_LIBS
10663 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10664 { $as_echo "$as_me:$LINENO: result: not found" >&5
10665 $as_echo "not found" >&6; }
10667 else
10668 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10669 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10671 cat >>confdefs.h <<_ACEOF
10672 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10673 _ACEOF
10679 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10680 case "x$with_xinput" in
10681 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10682 xno) ;;
10683 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10684 This is an error since --with-xinput was requested." >&5
10685 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10686 This is an error since --with-xinput was requested." >&2;}
10687 { (exit 1); exit 1; }; } ;;
10688 esac
10692 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10693 then
10694 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10695 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10696 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10697 $as_echo_n "(cached) " >&6
10698 else
10699 ac_check_lib_save_LIBS=$LIBS
10700 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10701 cat >conftest.$ac_ext <<_ACEOF
10702 /* confdefs.h. */
10703 _ACEOF
10704 cat confdefs.h >>conftest.$ac_ext
10705 cat >>conftest.$ac_ext <<_ACEOF
10706 /* end confdefs.h. */
10708 /* Override any GCC internal prototype to avoid an error.
10709 Use char because int might match the return type of a GCC
10710 builtin and then its argument prototype would still apply. */
10711 #ifdef __cplusplus
10712 extern "C"
10713 #endif
10714 char XShmQueryExtension ();
10716 main ()
10718 return XShmQueryExtension ();
10720 return 0;
10722 _ACEOF
10723 rm -f conftest.$ac_objext conftest$ac_exeext
10724 if { (ac_try="$ac_link"
10725 case "(($ac_try" in
10726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10727 *) ac_try_echo=$ac_try;;
10728 esac
10729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10730 $as_echo "$ac_try_echo") >&5
10731 (eval "$ac_link") 2>conftest.er1
10732 ac_status=$?
10733 grep -v '^ *+' conftest.er1 >conftest.err
10734 rm -f conftest.er1
10735 cat conftest.err >&5
10736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10737 (exit $ac_status); } && {
10738 test -z "$ac_c_werror_flag" ||
10739 test ! -s conftest.err
10740 } && test -s conftest$ac_exeext && {
10741 test "$cross_compiling" = yes ||
10742 $as_test_x conftest$ac_exeext
10743 }; then
10744 ac_cv_lib_Xext_XShmQueryExtension=yes
10745 else
10746 $as_echo "$as_me: failed program was:" >&5
10747 sed 's/^/| /' conftest.$ac_ext >&5
10749 ac_cv_lib_Xext_XShmQueryExtension=no
10752 rm -rf conftest.dSYM
10753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10754 conftest$ac_exeext conftest.$ac_ext
10755 LIBS=$ac_check_lib_save_LIBS
10757 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10758 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10759 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10761 cat >>confdefs.h <<\_ACEOF
10762 #define HAVE_LIBXXSHM 1
10763 _ACEOF
10768 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10769 case "x$with_xshm" in
10770 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10771 xno) ;;
10772 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10773 This is an error since --with-xshm was requested." >&5
10774 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10775 This is an error since --with-xshm was requested." >&2;}
10776 { (exit 1); exit 1; }; } ;;
10777 esac
10781 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10782 then
10783 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10784 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10785 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10786 $as_echo_n "(cached) " >&6
10787 else
10788 ac_check_lib_save_LIBS=$LIBS
10789 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10790 cat >conftest.$ac_ext <<_ACEOF
10791 /* confdefs.h. */
10792 _ACEOF
10793 cat confdefs.h >>conftest.$ac_ext
10794 cat >>conftest.$ac_ext <<_ACEOF
10795 /* end confdefs.h. */
10797 /* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char XShapeQueryExtension ();
10805 main ()
10807 return XShapeQueryExtension ();
10809 return 0;
10811 _ACEOF
10812 rm -f conftest.$ac_objext conftest$ac_exeext
10813 if { (ac_try="$ac_link"
10814 case "(($ac_try" in
10815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10816 *) ac_try_echo=$ac_try;;
10817 esac
10818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10819 $as_echo "$ac_try_echo") >&5
10820 (eval "$ac_link") 2>conftest.er1
10821 ac_status=$?
10822 grep -v '^ *+' conftest.er1 >conftest.err
10823 rm -f conftest.er1
10824 cat conftest.err >&5
10825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10826 (exit $ac_status); } && {
10827 test -z "$ac_c_werror_flag" ||
10828 test ! -s conftest.err
10829 } && test -s conftest$ac_exeext && {
10830 test "$cross_compiling" = yes ||
10831 $as_test_x conftest$ac_exeext
10832 }; then
10833 ac_cv_lib_Xext_XShapeQueryExtension=yes
10834 else
10835 $as_echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10838 ac_cv_lib_Xext_XShapeQueryExtension=no
10841 rm -rf conftest.dSYM
10842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10843 conftest$ac_exeext conftest.$ac_ext
10844 LIBS=$ac_check_lib_save_LIBS
10846 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10847 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10848 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10850 cat >>confdefs.h <<\_ACEOF
10851 #define HAVE_LIBXSHAPE 1
10852 _ACEOF
10857 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10858 case "x$with_xshape" in
10859 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10860 xno) ;;
10861 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10862 This is an error since --with-xshape was requested." >&5
10863 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10864 This is an error since --with-xshape was requested." >&2;}
10865 { (exit 1); exit 1; }; } ;;
10866 esac
10870 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10871 then
10872 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10873 $as_echo_n "checking for -lXxf86vm... " >&6; }
10874 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10875 $as_echo_n "(cached) " >&6
10876 else
10877 ac_check_soname_save_LIBS=$LIBS
10878 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10879 cat >conftest.$ac_ext <<_ACEOF
10880 /* confdefs.h. */
10881 _ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10886 /* Override any GCC internal prototype to avoid an error.
10887 Use char because int might match the return type of a GCC
10888 builtin and then its argument prototype would still apply. */
10889 #ifdef __cplusplus
10890 extern "C"
10891 #endif
10892 char XF86VidModeQueryExtension ();
10894 main ()
10896 return XF86VidModeQueryExtension ();
10898 return 0;
10900 _ACEOF
10901 rm -f conftest.$ac_objext conftest$ac_exeext
10902 if { (ac_try="$ac_link"
10903 case "(($ac_try" in
10904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10905 *) ac_try_echo=$ac_try;;
10906 esac
10907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10908 $as_echo "$ac_try_echo") >&5
10909 (eval "$ac_link") 2>conftest.er1
10910 ac_status=$?
10911 grep -v '^ *+' conftest.er1 >conftest.err
10912 rm -f conftest.er1
10913 cat conftest.err >&5
10914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } && {
10916 test -z "$ac_c_werror_flag" ||
10917 test ! -s conftest.err
10918 } && test -s conftest$ac_exeext && {
10919 test "$cross_compiling" = yes ||
10920 $as_test_x conftest$ac_exeext
10921 }; then
10922 case "$LIBEXT" in
10923 dll) ;;
10924 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'` ;;
10925 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10926 esac
10927 else
10928 $as_echo "$as_me: failed program was:" >&5
10929 sed 's/^/| /' conftest.$ac_ext >&5
10934 rm -rf conftest.dSYM
10935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10936 conftest$ac_exeext conftest.$ac_ext
10937 LIBS=$ac_check_soname_save_LIBS
10939 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10940 { $as_echo "$as_me:$LINENO: result: not found" >&5
10941 $as_echo "not found" >&6; }
10943 else
10944 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10945 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10947 cat >>confdefs.h <<_ACEOF
10948 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10949 _ACEOF
10955 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10956 case "x$with_xxf86vm" in
10957 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10958 xno) ;;
10959 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10960 This is an error since --with-xxf86vm was requested." >&5
10961 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10962 This is an error since --with-xxf86vm was requested." >&2;}
10963 { (exit 1); exit 1; }; } ;;
10964 esac
10968 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"
10969 then
10970 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10971 $as_echo_n "checking for -lXrender... " >&6; }
10972 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10973 $as_echo_n "(cached) " >&6
10974 else
10975 ac_check_soname_save_LIBS=$LIBS
10976 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10977 cat >conftest.$ac_ext <<_ACEOF
10978 /* confdefs.h. */
10979 _ACEOF
10980 cat confdefs.h >>conftest.$ac_ext
10981 cat >>conftest.$ac_ext <<_ACEOF
10982 /* end confdefs.h. */
10984 /* Override any GCC internal prototype to avoid an error.
10985 Use char because int might match the return type of a GCC
10986 builtin and then its argument prototype would still apply. */
10987 #ifdef __cplusplus
10988 extern "C"
10989 #endif
10990 char XRenderQueryExtension ();
10992 main ()
10994 return XRenderQueryExtension ();
10996 return 0;
10998 _ACEOF
10999 rm -f conftest.$ac_objext conftest$ac_exeext
11000 if { (ac_try="$ac_link"
11001 case "(($ac_try" in
11002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11003 *) ac_try_echo=$ac_try;;
11004 esac
11005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11006 $as_echo "$ac_try_echo") >&5
11007 (eval "$ac_link") 2>conftest.er1
11008 ac_status=$?
11009 grep -v '^ *+' conftest.er1 >conftest.err
11010 rm -f conftest.er1
11011 cat conftest.err >&5
11012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013 (exit $ac_status); } && {
11014 test -z "$ac_c_werror_flag" ||
11015 test ! -s conftest.err
11016 } && test -s conftest$ac_exeext && {
11017 test "$cross_compiling" = yes ||
11018 $as_test_x conftest$ac_exeext
11019 }; then
11020 case "$LIBEXT" in
11021 dll) ;;
11022 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'` ;;
11023 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11024 esac
11025 else
11026 $as_echo "$as_me: failed program was:" >&5
11027 sed 's/^/| /' conftest.$ac_ext >&5
11032 rm -rf conftest.dSYM
11033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11034 conftest$ac_exeext conftest.$ac_ext
11035 LIBS=$ac_check_soname_save_LIBS
11037 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11038 { $as_echo "$as_me:$LINENO: result: not found" >&5
11039 $as_echo "not found" >&6; }
11041 else
11042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11043 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11045 cat >>confdefs.h <<_ACEOF
11046 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11047 _ACEOF
11049 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11050 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11051 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11052 $as_echo_n "(cached) " >&6
11053 else
11054 ac_check_lib_save_LIBS=$LIBS
11055 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11056 cat >conftest.$ac_ext <<_ACEOF
11057 /* confdefs.h. */
11058 _ACEOF
11059 cat confdefs.h >>conftest.$ac_ext
11060 cat >>conftest.$ac_ext <<_ACEOF
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11066 #ifdef __cplusplus
11067 extern "C"
11068 #endif
11069 char XRenderSetPictureTransform ();
11071 main ()
11073 return XRenderSetPictureTransform ();
11075 return 0;
11077 _ACEOF
11078 rm -f conftest.$ac_objext conftest$ac_exeext
11079 if { (ac_try="$ac_link"
11080 case "(($ac_try" in
11081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11082 *) ac_try_echo=$ac_try;;
11083 esac
11084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11085 $as_echo "$ac_try_echo") >&5
11086 (eval "$ac_link") 2>conftest.er1
11087 ac_status=$?
11088 grep -v '^ *+' conftest.er1 >conftest.err
11089 rm -f conftest.er1
11090 cat conftest.err >&5
11091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092 (exit $ac_status); } && {
11093 test -z "$ac_c_werror_flag" ||
11094 test ! -s conftest.err
11095 } && test -s conftest$ac_exeext && {
11096 test "$cross_compiling" = yes ||
11097 $as_test_x conftest$ac_exeext
11098 }; then
11099 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11100 else
11101 $as_echo "$as_me: failed program was:" >&5
11102 sed 's/^/| /' conftest.$ac_ext >&5
11104 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11107 rm -rf conftest.dSYM
11108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11109 conftest$ac_exeext conftest.$ac_ext
11110 LIBS=$ac_check_lib_save_LIBS
11112 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11113 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11114 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11116 cat >>confdefs.h <<\_ACEOF
11117 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11118 _ACEOF
11126 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11127 case "x$with_xrender" in
11128 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11129 xno) ;;
11130 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11131 This is an error since --with-xrender was requested." >&5
11132 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11133 This is an error since --with-xrender was requested." >&2;}
11134 { (exit 1); exit 1; }; } ;;
11135 esac
11139 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11140 then
11141 cat >conftest.$ac_ext <<_ACEOF
11142 /* confdefs.h. */
11143 _ACEOF
11144 cat confdefs.h >>conftest.$ac_ext
11145 cat >>conftest.$ac_ext <<_ACEOF
11146 /* end confdefs.h. */
11147 #include <X11/Xlib.h>
11148 #include <X11/extensions/Xrandr.h>
11150 main ()
11152 static typeof(XRRSetScreenConfigAndRate) * func;
11154 return 0;
11156 _ACEOF
11157 rm -f conftest.$ac_objext
11158 if { (ac_try="$ac_compile"
11159 case "(($ac_try" in
11160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11161 *) ac_try_echo=$ac_try;;
11162 esac
11163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11164 $as_echo "$ac_try_echo") >&5
11165 (eval "$ac_compile") 2>conftest.er1
11166 ac_status=$?
11167 grep -v '^ *+' conftest.er1 >conftest.err
11168 rm -f conftest.er1
11169 cat conftest.err >&5
11170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); } && {
11172 test -z "$ac_c_werror_flag" ||
11173 test ! -s conftest.err
11174 } && test -s conftest.$ac_objext; then
11175 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11176 $as_echo_n "checking for -lXrandr... " >&6; }
11177 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_check_soname_save_LIBS=$LIBS
11181 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11182 cat >conftest.$ac_ext <<_ACEOF
11183 /* confdefs.h. */
11184 _ACEOF
11185 cat confdefs.h >>conftest.$ac_ext
11186 cat >>conftest.$ac_ext <<_ACEOF
11187 /* end confdefs.h. */
11189 /* Override any GCC internal prototype to avoid an error.
11190 Use char because int might match the return type of a GCC
11191 builtin and then its argument prototype would still apply. */
11192 #ifdef __cplusplus
11193 extern "C"
11194 #endif
11195 char XRRQueryExtension ();
11197 main ()
11199 return XRRQueryExtension ();
11201 return 0;
11203 _ACEOF
11204 rm -f conftest.$ac_objext conftest$ac_exeext
11205 if { (ac_try="$ac_link"
11206 case "(($ac_try" in
11207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11208 *) ac_try_echo=$ac_try;;
11209 esac
11210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11211 $as_echo "$ac_try_echo") >&5
11212 (eval "$ac_link") 2>conftest.er1
11213 ac_status=$?
11214 grep -v '^ *+' conftest.er1 >conftest.err
11215 rm -f conftest.er1
11216 cat conftest.err >&5
11217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11218 (exit $ac_status); } && {
11219 test -z "$ac_c_werror_flag" ||
11220 test ! -s conftest.err
11221 } && test -s conftest$ac_exeext && {
11222 test "$cross_compiling" = yes ||
11223 $as_test_x conftest$ac_exeext
11224 }; then
11225 case "$LIBEXT" in
11226 dll) ;;
11227 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'` ;;
11228 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11229 esac
11230 else
11231 $as_echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -rf conftest.dSYM
11238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11239 conftest$ac_exeext conftest.$ac_ext
11240 LIBS=$ac_check_soname_save_LIBS
11242 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11243 { $as_echo "$as_me:$LINENO: result: not found" >&5
11244 $as_echo "not found" >&6; }
11246 else
11247 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11248 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11250 cat >>confdefs.h <<_ACEOF
11251 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11252 _ACEOF
11257 else
11258 $as_echo "$as_me: failed program was:" >&5
11259 sed 's/^/| /' conftest.$ac_ext >&5
11264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11266 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11267 case "x$with_xrandr" in
11268 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11269 xno) ;;
11270 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11271 This is an error since --with-xrandr was requested." >&5
11272 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11273 This is an error since --with-xrandr was requested." >&2;}
11274 { (exit 1); exit 1; }; } ;;
11275 esac
11279 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11280 then
11281 cat >conftest.$ac_ext <<_ACEOF
11282 /* confdefs.h. */
11283 _ACEOF
11284 cat confdefs.h >>conftest.$ac_ext
11285 cat >>conftest.$ac_ext <<_ACEOF
11286 /* end confdefs.h. */
11287 #include <X11/Xlib.h>
11288 #include <X11/extensions/Xinerama.h>
11290 main ()
11292 static typeof(XineramaQueryScreens) * func;
11294 return 0;
11296 _ACEOF
11297 rm -f conftest.$ac_objext
11298 if { (ac_try="$ac_compile"
11299 case "(($ac_try" in
11300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11301 *) ac_try_echo=$ac_try;;
11302 esac
11303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11304 $as_echo "$ac_try_echo") >&5
11305 (eval "$ac_compile") 2>conftest.er1
11306 ac_status=$?
11307 grep -v '^ *+' conftest.er1 >conftest.err
11308 rm -f conftest.er1
11309 cat conftest.err >&5
11310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11311 (exit $ac_status); } && {
11312 test -z "$ac_c_werror_flag" ||
11313 test ! -s conftest.err
11314 } && test -s conftest.$ac_objext; then
11315 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11316 $as_echo_n "checking for -lXinerama... " >&6; }
11317 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11318 $as_echo_n "(cached) " >&6
11319 else
11320 ac_check_soname_save_LIBS=$LIBS
11321 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11322 cat >conftest.$ac_ext <<_ACEOF
11323 /* confdefs.h. */
11324 _ACEOF
11325 cat confdefs.h >>conftest.$ac_ext
11326 cat >>conftest.$ac_ext <<_ACEOF
11327 /* end confdefs.h. */
11329 /* Override any GCC internal prototype to avoid an error.
11330 Use char because int might match the return type of a GCC
11331 builtin and then its argument prototype would still apply. */
11332 #ifdef __cplusplus
11333 extern "C"
11334 #endif
11335 char XineramaQueryScreens ();
11337 main ()
11339 return XineramaQueryScreens ();
11341 return 0;
11343 _ACEOF
11344 rm -f conftest.$ac_objext conftest$ac_exeext
11345 if { (ac_try="$ac_link"
11346 case "(($ac_try" in
11347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11348 *) ac_try_echo=$ac_try;;
11349 esac
11350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11351 $as_echo "$ac_try_echo") >&5
11352 (eval "$ac_link") 2>conftest.er1
11353 ac_status=$?
11354 grep -v '^ *+' conftest.er1 >conftest.err
11355 rm -f conftest.er1
11356 cat conftest.err >&5
11357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11358 (exit $ac_status); } && {
11359 test -z "$ac_c_werror_flag" ||
11360 test ! -s conftest.err
11361 } && test -s conftest$ac_exeext && {
11362 test "$cross_compiling" = yes ||
11363 $as_test_x conftest$ac_exeext
11364 }; then
11365 case "$LIBEXT" in
11366 dll) ;;
11367 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'` ;;
11368 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11369 esac
11370 else
11371 $as_echo "$as_me: failed program was:" >&5
11372 sed 's/^/| /' conftest.$ac_ext >&5
11377 rm -rf conftest.dSYM
11378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11379 conftest$ac_exeext conftest.$ac_ext
11380 LIBS=$ac_check_soname_save_LIBS
11382 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11383 { $as_echo "$as_me:$LINENO: result: not found" >&5
11384 $as_echo "not found" >&6; }
11386 else
11387 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11388 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11390 cat >>confdefs.h <<_ACEOF
11391 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11392 _ACEOF
11397 else
11398 $as_echo "$as_me: failed program was:" >&5
11399 sed 's/^/| /' conftest.$ac_ext >&5
11404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11406 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11407 case "x$with_xinerama" in
11408 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11409 xno) ;;
11410 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11411 This is an error since --with-xinerama was requested." >&5
11412 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11413 This is an error since --with-xinerama was requested." >&2;}
11414 { (exit 1); exit 1; }; } ;;
11415 esac
11419 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11420 then
11421 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11422 $as_echo_n "checking for -lXcomposite... " >&6; }
11423 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11424 $as_echo_n "(cached) " >&6
11425 else
11426 ac_check_soname_save_LIBS=$LIBS
11427 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11428 cat >conftest.$ac_ext <<_ACEOF
11429 /* confdefs.h. */
11430 _ACEOF
11431 cat confdefs.h >>conftest.$ac_ext
11432 cat >>conftest.$ac_ext <<_ACEOF
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11438 #ifdef __cplusplus
11439 extern "C"
11440 #endif
11441 char XCompositeRedirectWindow ();
11443 main ()
11445 return XCompositeRedirectWindow ();
11447 return 0;
11449 _ACEOF
11450 rm -f conftest.$ac_objext conftest$ac_exeext
11451 if { (ac_try="$ac_link"
11452 case "(($ac_try" in
11453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11454 *) ac_try_echo=$ac_try;;
11455 esac
11456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11457 $as_echo "$ac_try_echo") >&5
11458 (eval "$ac_link") 2>conftest.er1
11459 ac_status=$?
11460 grep -v '^ *+' conftest.er1 >conftest.err
11461 rm -f conftest.er1
11462 cat conftest.err >&5
11463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11464 (exit $ac_status); } && {
11465 test -z "$ac_c_werror_flag" ||
11466 test ! -s conftest.err
11467 } && test -s conftest$ac_exeext && {
11468 test "$cross_compiling" = yes ||
11469 $as_test_x conftest$ac_exeext
11470 }; then
11471 case "$LIBEXT" in
11472 dll) ;;
11473 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'` ;;
11474 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11475 esac
11476 else
11477 $as_echo "$as_me: failed program was:" >&5
11478 sed 's/^/| /' conftest.$ac_ext >&5
11483 rm -rf conftest.dSYM
11484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11485 conftest$ac_exeext conftest.$ac_ext
11486 LIBS=$ac_check_soname_save_LIBS
11488 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11489 { $as_echo "$as_me:$LINENO: result: not found" >&5
11490 $as_echo "not found" >&6; }
11492 else
11493 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11494 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11496 cat >>confdefs.h <<_ACEOF
11497 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11498 _ACEOF
11504 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11505 case "x$with_xcomposite" in
11506 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11507 xno) ;;
11508 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11509 This is an error since --with-xcomposite was requested." >&5
11510 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11511 This is an error since --with-xcomposite was requested." >&2;}
11512 { (exit 1); exit 1; }; } ;;
11513 esac
11517 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11518 $as_echo_n "checking for XICCallback.callback... " >&6; }
11519 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11520 $as_echo_n "(cached) " >&6
11521 else
11522 cat >conftest.$ac_ext <<_ACEOF
11523 /* confdefs.h. */
11524 _ACEOF
11525 cat confdefs.h >>conftest.$ac_ext
11526 cat >>conftest.$ac_ext <<_ACEOF
11527 /* end confdefs.h. */
11528 #ifdef HAVE_X11_XLIB_H
11529 #include <X11/Xlib.h>
11530 #endif
11533 main ()
11535 static XICCallback ac_aggr;
11536 if (ac_aggr.callback)
11537 return 0;
11539 return 0;
11541 _ACEOF
11542 rm -f conftest.$ac_objext
11543 if { (ac_try="$ac_compile"
11544 case "(($ac_try" in
11545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11546 *) ac_try_echo=$ac_try;;
11547 esac
11548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11549 $as_echo "$ac_try_echo") >&5
11550 (eval "$ac_compile") 2>conftest.er1
11551 ac_status=$?
11552 grep -v '^ *+' conftest.er1 >conftest.err
11553 rm -f conftest.er1
11554 cat conftest.err >&5
11555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11556 (exit $ac_status); } && {
11557 test -z "$ac_c_werror_flag" ||
11558 test ! -s conftest.err
11559 } && test -s conftest.$ac_objext; then
11560 ac_cv_member_XICCallback_callback=yes
11561 else
11562 $as_echo "$as_me: failed program was:" >&5
11563 sed 's/^/| /' conftest.$ac_ext >&5
11565 cat >conftest.$ac_ext <<_ACEOF
11566 /* confdefs.h. */
11567 _ACEOF
11568 cat confdefs.h >>conftest.$ac_ext
11569 cat >>conftest.$ac_ext <<_ACEOF
11570 /* end confdefs.h. */
11571 #ifdef HAVE_X11_XLIB_H
11572 #include <X11/Xlib.h>
11573 #endif
11576 main ()
11578 static XICCallback ac_aggr;
11579 if (sizeof ac_aggr.callback)
11580 return 0;
11582 return 0;
11584 _ACEOF
11585 rm -f conftest.$ac_objext
11586 if { (ac_try="$ac_compile"
11587 case "(($ac_try" in
11588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11589 *) ac_try_echo=$ac_try;;
11590 esac
11591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11592 $as_echo "$ac_try_echo") >&5
11593 (eval "$ac_compile") 2>conftest.er1
11594 ac_status=$?
11595 grep -v '^ *+' conftest.er1 >conftest.err
11596 rm -f conftest.er1
11597 cat conftest.err >&5
11598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11599 (exit $ac_status); } && {
11600 test -z "$ac_c_werror_flag" ||
11601 test ! -s conftest.err
11602 } && test -s conftest.$ac_objext; then
11603 ac_cv_member_XICCallback_callback=yes
11604 else
11605 $as_echo "$as_me: failed program was:" >&5
11606 sed 's/^/| /' conftest.$ac_ext >&5
11608 ac_cv_member_XICCallback_callback=no
11611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11616 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11617 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11618 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11620 cat >>confdefs.h <<_ACEOF
11621 #define HAVE_XICCALLBACK_CALLBACK 1
11622 _ACEOF
11629 opengl_msg=""
11630 if test "x$with_opengl" != "xno"
11631 then
11636 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11638 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11639 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11640 $as_echo_n "checking for $ac_header... " >&6; }
11641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11642 $as_echo_n "(cached) " >&6
11643 else
11644 cat >conftest.$ac_ext <<_ACEOF
11645 /* confdefs.h. */
11646 _ACEOF
11647 cat confdefs.h >>conftest.$ac_ext
11648 cat >>conftest.$ac_ext <<_ACEOF
11649 /* end confdefs.h. */
11650 #ifdef HAVE_GL_GLX_H
11651 # include <GL/glx.h>
11652 #endif
11654 #include <$ac_header>
11655 _ACEOF
11656 rm -f conftest.$ac_objext
11657 if { (ac_try="$ac_compile"
11658 case "(($ac_try" in
11659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11660 *) ac_try_echo=$ac_try;;
11661 esac
11662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11663 $as_echo "$ac_try_echo") >&5
11664 (eval "$ac_compile") 2>conftest.er1
11665 ac_status=$?
11666 grep -v '^ *+' conftest.er1 >conftest.err
11667 rm -f conftest.er1
11668 cat conftest.err >&5
11669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11670 (exit $ac_status); } && {
11671 test -z "$ac_c_werror_flag" ||
11672 test ! -s conftest.err
11673 } && test -s conftest.$ac_objext; then
11674 eval "$as_ac_Header=yes"
11675 else
11676 $as_echo "$as_me: failed program was:" >&5
11677 sed 's/^/| /' conftest.$ac_ext >&5
11679 eval "$as_ac_Header=no"
11682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11684 ac_res=`eval 'as_val=${'$as_ac_Header'}
11685 $as_echo "$as_val"'`
11686 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11687 $as_echo "$ac_res" >&6; }
11688 as_val=`eval 'as_val=${'$as_ac_Header'}
11689 $as_echo "$as_val"'`
11690 if test "x$as_val" = x""yes; then
11691 cat >>confdefs.h <<_ACEOF
11692 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11693 _ACEOF
11697 done
11699 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11700 then
11701 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11702 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11703 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11704 $as_echo_n "(cached) " >&6
11705 else
11706 cat >conftest.$ac_ext <<_ACEOF
11707 /* confdefs.h. */
11708 _ACEOF
11709 cat confdefs.h >>conftest.$ac_ext
11710 cat >>conftest.$ac_ext <<_ACEOF
11711 /* end confdefs.h. */
11712 #include <GL/gl.h>
11714 main ()
11716 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11718 return 0;
11720 _ACEOF
11721 rm -f conftest.$ac_objext
11722 if { (ac_try="$ac_compile"
11723 case "(($ac_try" in
11724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11725 *) ac_try_echo=$ac_try;;
11726 esac
11727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11728 $as_echo "$ac_try_echo") >&5
11729 (eval "$ac_compile") 2>conftest.er1
11730 ac_status=$?
11731 grep -v '^ *+' conftest.er1 >conftest.err
11732 rm -f conftest.er1
11733 cat conftest.err >&5
11734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11735 (exit $ac_status); } && {
11736 test -z "$ac_c_werror_flag" ||
11737 test ! -s conftest.err
11738 } && test -s conftest.$ac_objext; then
11739 wine_cv_opengl_header_version_OK="yes"
11740 else
11741 $as_echo "$as_me: failed program was:" >&5
11742 sed 's/^/| /' conftest.$ac_ext >&5
11744 wine_cv_opengl_header_version_OK="no"
11747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11749 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11750 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11752 if test "$wine_cv_opengl_header_version_OK" = "yes"
11753 then
11754 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11755 $as_echo_n "checking for -lGL... " >&6; }
11756 if test "${ac_cv_lib_soname_GL+set}" = set; then
11757 $as_echo_n "(cached) " >&6
11758 else
11759 ac_check_soname_save_LIBS=$LIBS
11760 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11761 cat >conftest.$ac_ext <<_ACEOF
11762 /* confdefs.h. */
11763 _ACEOF
11764 cat confdefs.h >>conftest.$ac_ext
11765 cat >>conftest.$ac_ext <<_ACEOF
11766 /* end confdefs.h. */
11768 /* Override any GCC internal prototype to avoid an error.
11769 Use char because int might match the return type of a GCC
11770 builtin and then its argument prototype would still apply. */
11771 #ifdef __cplusplus
11772 extern "C"
11773 #endif
11774 char glXCreateContext ();
11776 main ()
11778 return glXCreateContext ();
11780 return 0;
11782 _ACEOF
11783 rm -f conftest.$ac_objext conftest$ac_exeext
11784 if { (ac_try="$ac_link"
11785 case "(($ac_try" in
11786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11787 *) ac_try_echo=$ac_try;;
11788 esac
11789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11790 $as_echo "$ac_try_echo") >&5
11791 (eval "$ac_link") 2>conftest.er1
11792 ac_status=$?
11793 grep -v '^ *+' conftest.er1 >conftest.err
11794 rm -f conftest.er1
11795 cat conftest.err >&5
11796 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11797 (exit $ac_status); } && {
11798 test -z "$ac_c_werror_flag" ||
11799 test ! -s conftest.err
11800 } && test -s conftest$ac_exeext && {
11801 test "$cross_compiling" = yes ||
11802 $as_test_x conftest$ac_exeext
11803 }; then
11804 case "$LIBEXT" in
11805 dll) ;;
11806 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'` ;;
11807 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11808 esac
11809 else
11810 $as_echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.$ac_ext >&5
11816 rm -rf conftest.dSYM
11817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11818 conftest$ac_exeext conftest.$ac_ext
11819 LIBS=$ac_check_soname_save_LIBS
11821 if test "x$ac_cv_lib_soname_GL" = "x"; then
11822 { $as_echo "$as_me:$LINENO: result: not found" >&5
11823 $as_echo "not found" >&6; }
11824 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11825 $as_echo_n "checking for -lGL... " >&6; }
11826 if test "${ac_cv_lib_soname_GL+set}" = set; then
11827 $as_echo_n "(cached) " >&6
11828 else
11829 ac_check_soname_save_LIBS=$LIBS
11830 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"
11831 cat >conftest.$ac_ext <<_ACEOF
11832 /* confdefs.h. */
11833 _ACEOF
11834 cat confdefs.h >>conftest.$ac_ext
11835 cat >>conftest.$ac_ext <<_ACEOF
11836 /* end confdefs.h. */
11838 /* Override any GCC internal prototype to avoid an error.
11839 Use char because int might match the return type of a GCC
11840 builtin and then its argument prototype would still apply. */
11841 #ifdef __cplusplus
11842 extern "C"
11843 #endif
11844 char glXCreateContext ();
11846 main ()
11848 return glXCreateContext ();
11850 return 0;
11852 _ACEOF
11853 rm -f conftest.$ac_objext conftest$ac_exeext
11854 if { (ac_try="$ac_link"
11855 case "(($ac_try" in
11856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11857 *) ac_try_echo=$ac_try;;
11858 esac
11859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11860 $as_echo "$ac_try_echo") >&5
11861 (eval "$ac_link") 2>conftest.er1
11862 ac_status=$?
11863 grep -v '^ *+' conftest.er1 >conftest.err
11864 rm -f conftest.er1
11865 cat conftest.err >&5
11866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); } && {
11868 test -z "$ac_c_werror_flag" ||
11869 test ! -s conftest.err
11870 } && test -s conftest$ac_exeext && {
11871 test "$cross_compiling" = yes ||
11872 $as_test_x conftest$ac_exeext
11873 }; then
11874 case "$LIBEXT" in
11875 dll) ;;
11876 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'` ;;
11877 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11878 esac
11879 else
11880 $as_echo "$as_me: failed program was:" >&5
11881 sed 's/^/| /' conftest.$ac_ext >&5
11886 rm -rf conftest.dSYM
11887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11888 conftest$ac_exeext conftest.$ac_ext
11889 LIBS=$ac_check_soname_save_LIBS
11891 if test "x$ac_cv_lib_soname_GL" = "x"; then
11892 { $as_echo "$as_me:$LINENO: result: not found" >&5
11893 $as_echo "not found" >&6; }
11894 if test -f /usr/X11R6/lib/libGL.a
11895 then
11896 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11897 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11898 else
11899 opengl_msg="No OpenGL library found on this system."
11901 else
11902 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11903 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11905 cat >>confdefs.h <<_ACEOF
11906 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11907 _ACEOF
11909 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"
11911 cat >>confdefs.h <<\_ACEOF
11912 #define HAVE_OPENGL 1
11913 _ACEOF
11917 else
11918 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11919 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11921 cat >>confdefs.h <<_ACEOF
11922 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11923 _ACEOF
11925 OPENGL_LIBS="-lGL"
11927 cat >>confdefs.h <<\_ACEOF
11928 #define HAVE_OPENGL 1
11929 _ACEOF
11933 if test "$ac_cv_header_GL_glu_h" = "yes"
11934 then
11935 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11936 $as_echo_n "checking for -lGLU... " >&6; }
11937 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11938 $as_echo_n "(cached) " >&6
11939 else
11940 ac_check_soname_save_LIBS=$LIBS
11941 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11942 cat >conftest.$ac_ext <<_ACEOF
11943 /* confdefs.h. */
11944 _ACEOF
11945 cat confdefs.h >>conftest.$ac_ext
11946 cat >>conftest.$ac_ext <<_ACEOF
11947 /* end confdefs.h. */
11949 /* Override any GCC internal prototype to avoid an error.
11950 Use char because int might match the return type of a GCC
11951 builtin and then its argument prototype would still apply. */
11952 #ifdef __cplusplus
11953 extern "C"
11954 #endif
11955 char gluLookAt ();
11957 main ()
11959 return gluLookAt ();
11961 return 0;
11963 _ACEOF
11964 rm -f conftest.$ac_objext conftest$ac_exeext
11965 if { (ac_try="$ac_link"
11966 case "(($ac_try" in
11967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11968 *) ac_try_echo=$ac_try;;
11969 esac
11970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11971 $as_echo "$ac_try_echo") >&5
11972 (eval "$ac_link") 2>conftest.er1
11973 ac_status=$?
11974 grep -v '^ *+' conftest.er1 >conftest.err
11975 rm -f conftest.er1
11976 cat conftest.err >&5
11977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11978 (exit $ac_status); } && {
11979 test -z "$ac_c_werror_flag" ||
11980 test ! -s conftest.err
11981 } && test -s conftest$ac_exeext && {
11982 test "$cross_compiling" = yes ||
11983 $as_test_x conftest$ac_exeext
11984 }; then
11985 case "$LIBEXT" in
11986 dll) ;;
11987 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'` ;;
11988 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11989 esac
11990 else
11991 $as_echo "$as_me: failed program was:" >&5
11992 sed 's/^/| /' conftest.$ac_ext >&5
11997 rm -rf conftest.dSYM
11998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11999 conftest$ac_exeext conftest.$ac_ext
12000 LIBS=$ac_check_soname_save_LIBS
12002 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12003 { $as_echo "$as_me:$LINENO: result: not found" >&5
12004 $as_echo "not found" >&6; }
12006 else
12007 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12008 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12010 cat >>confdefs.h <<_ACEOF
12011 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12012 _ACEOF
12018 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12019 case "x$with_glu" in
12020 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12021 xno) ;;
12022 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12023 This is an error since --with-glu was requested." >&5
12024 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12025 This is an error since --with-glu was requested." >&2;}
12026 { (exit 1); exit 1; }; } ;;
12027 esac
12030 else
12031 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12033 else
12034 opengl_msg="OpenGL development headers not found."
12036 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12037 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12038 else
12039 enable_opengl32=${enable_opengl32:-no}
12040 enable_glu32=${enable_glu32:-no}
12042 if test -n "$opengl_msg"; then
12043 case "x$with_opengl" in
12044 x) wine_warnings="$wine_warnings|$opengl_msg
12045 OpenGL and Direct3D won't be supported." ;;
12046 xno) ;;
12047 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12048 OpenGL and Direct3D won't be supported.
12049 This is an error since --with-opengl was requested." >&5
12050 $as_echo "$as_me: error: $opengl_msg
12051 OpenGL and Direct3D won't be supported.
12052 This is an error since --with-opengl was requested." >&2;}
12053 { (exit 1); exit 1; }; } ;;
12054 esac
12058 NASLIBS=""
12061 for ac_header in audio/audiolib.h
12063 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12065 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12066 $as_echo_n "checking for $ac_header... " >&6; }
12067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12068 $as_echo_n "(cached) " >&6
12070 ac_res=`eval 'as_val=${'$as_ac_Header'}
12071 $as_echo "$as_val"'`
12072 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12073 $as_echo "$ac_res" >&6; }
12074 else
12075 # Is the header compilable?
12076 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12077 $as_echo_n "checking $ac_header usability... " >&6; }
12078 cat >conftest.$ac_ext <<_ACEOF
12079 /* confdefs.h. */
12080 _ACEOF
12081 cat confdefs.h >>conftest.$ac_ext
12082 cat >>conftest.$ac_ext <<_ACEOF
12083 /* end confdefs.h. */
12084 $ac_includes_default
12085 #include <$ac_header>
12086 _ACEOF
12087 rm -f conftest.$ac_objext
12088 if { (ac_try="$ac_compile"
12089 case "(($ac_try" in
12090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12091 *) ac_try_echo=$ac_try;;
12092 esac
12093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12094 $as_echo "$ac_try_echo") >&5
12095 (eval "$ac_compile") 2>conftest.er1
12096 ac_status=$?
12097 grep -v '^ *+' conftest.er1 >conftest.err
12098 rm -f conftest.er1
12099 cat conftest.err >&5
12100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12101 (exit $ac_status); } && {
12102 test -z "$ac_c_werror_flag" ||
12103 test ! -s conftest.err
12104 } && test -s conftest.$ac_objext; then
12105 ac_header_compiler=yes
12106 else
12107 $as_echo "$as_me: failed program was:" >&5
12108 sed 's/^/| /' conftest.$ac_ext >&5
12110 ac_header_compiler=no
12113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12114 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12115 $as_echo "$ac_header_compiler" >&6; }
12117 # Is the header present?
12118 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12119 $as_echo_n "checking $ac_header presence... " >&6; }
12120 cat >conftest.$ac_ext <<_ACEOF
12121 /* confdefs.h. */
12122 _ACEOF
12123 cat confdefs.h >>conftest.$ac_ext
12124 cat >>conftest.$ac_ext <<_ACEOF
12125 /* end confdefs.h. */
12126 #include <$ac_header>
12127 _ACEOF
12128 if { (ac_try="$ac_cpp conftest.$ac_ext"
12129 case "(($ac_try" in
12130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12131 *) ac_try_echo=$ac_try;;
12132 esac
12133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12134 $as_echo "$ac_try_echo") >&5
12135 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12136 ac_status=$?
12137 grep -v '^ *+' conftest.er1 >conftest.err
12138 rm -f conftest.er1
12139 cat conftest.err >&5
12140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12141 (exit $ac_status); } >/dev/null && {
12142 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12143 test ! -s conftest.err
12144 }; then
12145 ac_header_preproc=yes
12146 else
12147 $as_echo "$as_me: failed program was:" >&5
12148 sed 's/^/| /' conftest.$ac_ext >&5
12150 ac_header_preproc=no
12153 rm -f conftest.err conftest.$ac_ext
12154 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12155 $as_echo "$ac_header_preproc" >&6; }
12157 # So? What about this header?
12158 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12159 yes:no: )
12160 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12161 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12162 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12163 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12164 ac_header_preproc=yes
12166 no:yes:* )
12167 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12168 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12169 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12170 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12171 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12172 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12173 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12174 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12175 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12176 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12177 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12178 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12179 ( cat <<\_ASBOX
12180 ## ------------------------------------ ##
12181 ## Report this to wine-devel@winehq.org ##
12182 ## ------------------------------------ ##
12183 _ASBOX
12184 ) | sed "s/^/$as_me: WARNING: /" >&2
12186 esac
12187 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12188 $as_echo_n "checking for $ac_header... " >&6; }
12189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12190 $as_echo_n "(cached) " >&6
12191 else
12192 eval "$as_ac_Header=\$ac_header_preproc"
12194 ac_res=`eval 'as_val=${'$as_ac_Header'}
12195 $as_echo "$as_val"'`
12196 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12197 $as_echo "$ac_res" >&6; }
12200 as_val=`eval 'as_val=${'$as_ac_Header'}
12201 $as_echo "$as_val"'`
12202 if test "x$as_val" = x""yes; then
12203 cat >>confdefs.h <<_ACEOF
12204 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12205 _ACEOF
12207 for ac_header in audio/soundlib.h
12209 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12210 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12211 $as_echo_n "checking for $ac_header... " >&6; }
12212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12213 $as_echo_n "(cached) " >&6
12214 else
12215 cat >conftest.$ac_ext <<_ACEOF
12216 /* confdefs.h. */
12217 _ACEOF
12218 cat confdefs.h >>conftest.$ac_ext
12219 cat >>conftest.$ac_ext <<_ACEOF
12220 /* end confdefs.h. */
12221 #include <audio/audiolib.h>
12223 #include <$ac_header>
12224 _ACEOF
12225 rm -f conftest.$ac_objext
12226 if { (ac_try="$ac_compile"
12227 case "(($ac_try" in
12228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12229 *) ac_try_echo=$ac_try;;
12230 esac
12231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12232 $as_echo "$ac_try_echo") >&5
12233 (eval "$ac_compile") 2>conftest.er1
12234 ac_status=$?
12235 grep -v '^ *+' conftest.er1 >conftest.err
12236 rm -f conftest.er1
12237 cat conftest.err >&5
12238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12239 (exit $ac_status); } && {
12240 test -z "$ac_c_werror_flag" ||
12241 test ! -s conftest.err
12242 } && test -s conftest.$ac_objext; then
12243 eval "$as_ac_Header=yes"
12244 else
12245 $as_echo "$as_me: failed program was:" >&5
12246 sed 's/^/| /' conftest.$ac_ext >&5
12248 eval "$as_ac_Header=no"
12251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12253 ac_res=`eval 'as_val=${'$as_ac_Header'}
12254 $as_echo "$as_val"'`
12255 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12256 $as_echo "$ac_res" >&6; }
12257 as_val=`eval 'as_val=${'$as_ac_Header'}
12258 $as_echo "$as_val"'`
12259 if test "x$as_val" = x""yes; then
12260 cat >>confdefs.h <<_ACEOF
12261 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12262 _ACEOF
12266 done
12268 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12269 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12270 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12271 $as_echo_n "(cached) " >&6
12272 else
12273 ac_check_lib_save_LIBS=$LIBS
12274 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12275 cat >conftest.$ac_ext <<_ACEOF
12276 /* confdefs.h. */
12277 _ACEOF
12278 cat confdefs.h >>conftest.$ac_ext
12279 cat >>conftest.$ac_ext <<_ACEOF
12280 /* end confdefs.h. */
12282 /* Override any GCC internal prototype to avoid an error.
12283 Use char because int might match the return type of a GCC
12284 builtin and then its argument prototype would still apply. */
12285 #ifdef __cplusplus
12286 extern "C"
12287 #endif
12288 char AuCreateFlow ();
12290 main ()
12292 return AuCreateFlow ();
12294 return 0;
12296 _ACEOF
12297 rm -f conftest.$ac_objext conftest$ac_exeext
12298 if { (ac_try="$ac_link"
12299 case "(($ac_try" in
12300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12301 *) ac_try_echo=$ac_try;;
12302 esac
12303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12304 $as_echo "$ac_try_echo") >&5
12305 (eval "$ac_link") 2>conftest.er1
12306 ac_status=$?
12307 grep -v '^ *+' conftest.er1 >conftest.err
12308 rm -f conftest.er1
12309 cat conftest.err >&5
12310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12311 (exit $ac_status); } && {
12312 test -z "$ac_c_werror_flag" ||
12313 test ! -s conftest.err
12314 } && test -s conftest$ac_exeext && {
12315 test "$cross_compiling" = yes ||
12316 $as_test_x conftest$ac_exeext
12317 }; then
12318 ac_cv_lib_audio_AuCreateFlow=yes
12319 else
12320 $as_echo "$as_me: failed program was:" >&5
12321 sed 's/^/| /' conftest.$ac_ext >&5
12323 ac_cv_lib_audio_AuCreateFlow=no
12326 rm -rf conftest.dSYM
12327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12328 conftest$ac_exeext conftest.$ac_ext
12329 LIBS=$ac_check_lib_save_LIBS
12331 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12332 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12333 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12335 cat >>confdefs.h <<\_ACEOF
12336 #define HAVE_NAS 1
12337 _ACEOF
12339 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12340 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12341 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12342 $as_echo_n "(cached) " >&6
12343 else
12344 ac_check_lib_save_LIBS=$LIBS
12345 LIBS="-lXau $X_LIBS $LIBS"
12346 cat >conftest.$ac_ext <<_ACEOF
12347 /* confdefs.h. */
12348 _ACEOF
12349 cat confdefs.h >>conftest.$ac_ext
12350 cat >>conftest.$ac_ext <<_ACEOF
12351 /* end confdefs.h. */
12353 /* Override any GCC internal prototype to avoid an error.
12354 Use char because int might match the return type of a GCC
12355 builtin and then its argument prototype would still apply. */
12356 #ifdef __cplusplus
12357 extern "C"
12358 #endif
12359 char XauGetBestAuthByAddr ();
12361 main ()
12363 return XauGetBestAuthByAddr ();
12365 return 0;
12367 _ACEOF
12368 rm -f conftest.$ac_objext conftest$ac_exeext
12369 if { (ac_try="$ac_link"
12370 case "(($ac_try" in
12371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12373 esac
12374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12375 $as_echo "$ac_try_echo") >&5
12376 (eval "$ac_link") 2>conftest.er1
12377 ac_status=$?
12378 grep -v '^ *+' conftest.er1 >conftest.err
12379 rm -f conftest.er1
12380 cat conftest.err >&5
12381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } && {
12383 test -z "$ac_c_werror_flag" ||
12384 test ! -s conftest.err
12385 } && test -s conftest$ac_exeext && {
12386 test "$cross_compiling" = yes ||
12387 $as_test_x conftest$ac_exeext
12388 }; then
12389 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12390 else
12391 $as_echo "$as_me: failed program was:" >&5
12392 sed 's/^/| /' conftest.$ac_ext >&5
12394 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12397 rm -rf conftest.dSYM
12398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12399 conftest$ac_exeext conftest.$ac_ext
12400 LIBS=$ac_check_lib_save_LIBS
12402 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12403 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12404 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12405 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12406 else
12407 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12415 done
12418 CPPFLAGS="$ac_save_CPPFLAGS"
12419 else
12420 XLIB=""
12421 X_CFLAGS=""
12422 X_LIBS=""
12423 enable_winex11_drv=${enable_winex11_drv:-no}
12424 enable_opengl32=${enable_opengl32:-no}
12425 enable_glu32=${enable_glu32:-no}
12427 if test "x$XLIB" = "x"; then
12428 case "x$with_x" in
12429 xno) ;;
12430 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12431 without X support, which probably isn't what you want. You will need to install
12432 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12433 Use the --without-x option if you really want this." >&5
12434 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12435 without X support, which probably isn't what you want. You will need to install
12436 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12437 Use the --without-x option if you really want this." >&2;}
12438 { (exit 1); exit 1; }; } ;;
12439 esac
12444 XML2LIBS=""
12446 XML2INCL=""
12448 XSLTINCL=""
12450 if test "x$with_xml" != "xno"
12451 then
12452 ac_save_CPPFLAGS="$CPPFLAGS"
12453 if test "$PKG_CONFIG" != "false"
12454 then
12455 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12456 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12457 else
12458 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12459 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12461 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12463 for ac_header in libxml/parser.h
12465 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12466 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12467 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12468 $as_echo_n "checking for $ac_header... " >&6; }
12469 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12470 $as_echo_n "(cached) " >&6
12472 ac_res=`eval 'as_val=${'$as_ac_Header'}
12473 $as_echo "$as_val"'`
12474 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12475 $as_echo "$ac_res" >&6; }
12476 else
12477 # Is the header compilable?
12478 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12479 $as_echo_n "checking $ac_header usability... " >&6; }
12480 cat >conftest.$ac_ext <<_ACEOF
12481 /* confdefs.h. */
12482 _ACEOF
12483 cat confdefs.h >>conftest.$ac_ext
12484 cat >>conftest.$ac_ext <<_ACEOF
12485 /* end confdefs.h. */
12486 $ac_includes_default
12487 #include <$ac_header>
12488 _ACEOF
12489 rm -f conftest.$ac_objext
12490 if { (ac_try="$ac_compile"
12491 case "(($ac_try" in
12492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12493 *) ac_try_echo=$ac_try;;
12494 esac
12495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12496 $as_echo "$ac_try_echo") >&5
12497 (eval "$ac_compile") 2>conftest.er1
12498 ac_status=$?
12499 grep -v '^ *+' conftest.er1 >conftest.err
12500 rm -f conftest.er1
12501 cat conftest.err >&5
12502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12503 (exit $ac_status); } && {
12504 test -z "$ac_c_werror_flag" ||
12505 test ! -s conftest.err
12506 } && test -s conftest.$ac_objext; then
12507 ac_header_compiler=yes
12508 else
12509 $as_echo "$as_me: failed program was:" >&5
12510 sed 's/^/| /' conftest.$ac_ext >&5
12512 ac_header_compiler=no
12515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12516 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12517 $as_echo "$ac_header_compiler" >&6; }
12519 # Is the header present?
12520 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12521 $as_echo_n "checking $ac_header presence... " >&6; }
12522 cat >conftest.$ac_ext <<_ACEOF
12523 /* confdefs.h. */
12524 _ACEOF
12525 cat confdefs.h >>conftest.$ac_ext
12526 cat >>conftest.$ac_ext <<_ACEOF
12527 /* end confdefs.h. */
12528 #include <$ac_header>
12529 _ACEOF
12530 if { (ac_try="$ac_cpp conftest.$ac_ext"
12531 case "(($ac_try" in
12532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12533 *) ac_try_echo=$ac_try;;
12534 esac
12535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12536 $as_echo "$ac_try_echo") >&5
12537 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12538 ac_status=$?
12539 grep -v '^ *+' conftest.er1 >conftest.err
12540 rm -f conftest.er1
12541 cat conftest.err >&5
12542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); } >/dev/null && {
12544 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12545 test ! -s conftest.err
12546 }; then
12547 ac_header_preproc=yes
12548 else
12549 $as_echo "$as_me: failed program was:" >&5
12550 sed 's/^/| /' conftest.$ac_ext >&5
12552 ac_header_preproc=no
12555 rm -f conftest.err conftest.$ac_ext
12556 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12557 $as_echo "$ac_header_preproc" >&6; }
12559 # So? What about this header?
12560 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12561 yes:no: )
12562 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12563 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12564 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12565 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12566 ac_header_preproc=yes
12568 no:yes:* )
12569 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12570 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12571 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12572 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12573 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12574 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12575 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12576 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12577 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12578 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12579 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12580 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12581 ( cat <<\_ASBOX
12582 ## ------------------------------------ ##
12583 ## Report this to wine-devel@winehq.org ##
12584 ## ------------------------------------ ##
12585 _ASBOX
12586 ) | sed "s/^/$as_me: WARNING: /" >&2
12588 esac
12589 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12590 $as_echo_n "checking for $ac_header... " >&6; }
12591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12592 $as_echo_n "(cached) " >&6
12593 else
12594 eval "$as_ac_Header=\$ac_header_preproc"
12596 ac_res=`eval 'as_val=${'$as_ac_Header'}
12597 $as_echo "$as_val"'`
12598 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12599 $as_echo "$ac_res" >&6; }
12602 as_val=`eval 'as_val=${'$as_ac_Header'}
12603 $as_echo "$as_val"'`
12604 if test "x$as_val" = x""yes; then
12605 cat >>confdefs.h <<_ACEOF
12606 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12607 _ACEOF
12608 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12609 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12610 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12611 $as_echo_n "(cached) " >&6
12612 else
12613 ac_check_lib_save_LIBS=$LIBS
12614 LIBS="-lxml2 $ac_xml_libs $LIBS"
12615 cat >conftest.$ac_ext <<_ACEOF
12616 /* confdefs.h. */
12617 _ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h. */
12622 /* Override any GCC internal prototype to avoid an error.
12623 Use char because int might match the return type of a GCC
12624 builtin and then its argument prototype would still apply. */
12625 #ifdef __cplusplus
12626 extern "C"
12627 #endif
12628 char xmlParseMemory ();
12630 main ()
12632 return xmlParseMemory ();
12634 return 0;
12636 _ACEOF
12637 rm -f conftest.$ac_objext conftest$ac_exeext
12638 if { (ac_try="$ac_link"
12639 case "(($ac_try" in
12640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12641 *) ac_try_echo=$ac_try;;
12642 esac
12643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12644 $as_echo "$ac_try_echo") >&5
12645 (eval "$ac_link") 2>conftest.er1
12646 ac_status=$?
12647 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1
12649 cat conftest.err >&5
12650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && {
12652 test -z "$ac_c_werror_flag" ||
12653 test ! -s conftest.err
12654 } && test -s conftest$ac_exeext && {
12655 test "$cross_compiling" = yes ||
12656 $as_test_x conftest$ac_exeext
12657 }; then
12658 ac_cv_lib_xml2_xmlParseMemory=yes
12659 else
12660 $as_echo "$as_me: failed program was:" >&5
12661 sed 's/^/| /' conftest.$ac_ext >&5
12663 ac_cv_lib_xml2_xmlParseMemory=no
12666 rm -rf conftest.dSYM
12667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12668 conftest$ac_exeext conftest.$ac_ext
12669 LIBS=$ac_check_lib_save_LIBS
12671 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12672 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12673 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12675 cat >>confdefs.h <<\_ACEOF
12676 #define HAVE_LIBXML2 1
12677 _ACEOF
12679 XML2LIBS="$ac_xml_libs"
12680 XML2INCL="$ac_xml_cflags"
12683 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12684 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12685 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12686 $as_echo_n "(cached) " >&6
12687 else
12688 ac_check_lib_save_LIBS=$LIBS
12689 LIBS="-lxml2 $ac_xml_libs $LIBS"
12690 cat >conftest.$ac_ext <<_ACEOF
12691 /* confdefs.h. */
12692 _ACEOF
12693 cat confdefs.h >>conftest.$ac_ext
12694 cat >>conftest.$ac_ext <<_ACEOF
12695 /* end confdefs.h. */
12697 /* Override any GCC internal prototype to avoid an error.
12698 Use char because int might match the return type of a GCC
12699 builtin and then its argument prototype would still apply. */
12700 #ifdef __cplusplus
12701 extern "C"
12702 #endif
12703 char xmlReadMemory ();
12705 main ()
12707 return xmlReadMemory ();
12709 return 0;
12711 _ACEOF
12712 rm -f conftest.$ac_objext conftest$ac_exeext
12713 if { (ac_try="$ac_link"
12714 case "(($ac_try" in
12715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12716 *) ac_try_echo=$ac_try;;
12717 esac
12718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12719 $as_echo "$ac_try_echo") >&5
12720 (eval "$ac_link") 2>conftest.er1
12721 ac_status=$?
12722 grep -v '^ *+' conftest.er1 >conftest.err
12723 rm -f conftest.er1
12724 cat conftest.err >&5
12725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12726 (exit $ac_status); } && {
12727 test -z "$ac_c_werror_flag" ||
12728 test ! -s conftest.err
12729 } && test -s conftest$ac_exeext && {
12730 test "$cross_compiling" = yes ||
12731 $as_test_x conftest$ac_exeext
12732 }; then
12733 ac_cv_lib_xml2_xmlReadMemory=yes
12734 else
12735 $as_echo "$as_me: failed program was:" >&5
12736 sed 's/^/| /' conftest.$ac_ext >&5
12738 ac_cv_lib_xml2_xmlReadMemory=no
12741 rm -rf conftest.dSYM
12742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12743 conftest$ac_exeext conftest.$ac_ext
12744 LIBS=$ac_check_lib_save_LIBS
12746 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12747 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12748 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12750 cat >>confdefs.h <<\_ACEOF
12751 #define HAVE_XMLREADMEMORY 1
12752 _ACEOF
12756 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12757 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12758 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12759 $as_echo_n "(cached) " >&6
12760 else
12761 ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-lxml2 $ac_xml_libs $LIBS"
12763 cat >conftest.$ac_ext <<_ACEOF
12764 /* confdefs.h. */
12765 _ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12770 /* Override any GCC internal prototype to avoid an error.
12771 Use char because int might match the return type of a GCC
12772 builtin and then its argument prototype would still apply. */
12773 #ifdef __cplusplus
12774 extern "C"
12775 #endif
12776 char xmlNewDocPI ();
12778 main ()
12780 return xmlNewDocPI ();
12782 return 0;
12784 _ACEOF
12785 rm -f conftest.$ac_objext conftest$ac_exeext
12786 if { (ac_try="$ac_link"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12792 $as_echo "$ac_try_echo") >&5
12793 (eval "$ac_link") 2>conftest.er1
12794 ac_status=$?
12795 grep -v '^ *+' conftest.er1 >conftest.err
12796 rm -f conftest.er1
12797 cat conftest.err >&5
12798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12799 (exit $ac_status); } && {
12800 test -z "$ac_c_werror_flag" ||
12801 test ! -s conftest.err
12802 } && test -s conftest$ac_exeext && {
12803 test "$cross_compiling" = yes ||
12804 $as_test_x conftest$ac_exeext
12805 }; then
12806 ac_cv_lib_xml2_xmlNewDocPI=yes
12807 else
12808 $as_echo "$as_me: failed program was:" >&5
12809 sed 's/^/| /' conftest.$ac_ext >&5
12811 ac_cv_lib_xml2_xmlNewDocPI=no
12814 rm -rf conftest.dSYM
12815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12816 conftest$ac_exeext conftest.$ac_ext
12817 LIBS=$ac_check_lib_save_LIBS
12819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12820 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12821 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12823 cat >>confdefs.h <<\_ACEOF
12824 #define HAVE_XMLNEWDOCPI 1
12825 _ACEOF
12832 done
12834 CPPFLAGS="$ac_save_CPPFLAGS"
12836 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12837 case "x$with_xml" in
12838 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12839 xno) ;;
12840 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12841 This is an error since --with-xml was requested." >&5
12842 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12843 This is an error since --with-xml was requested." >&2;}
12844 { (exit 1); exit 1; }; } ;;
12845 esac
12849 if test "x$with_xslt" != "xno"
12850 then
12851 if test "$PKG_CONFIG" != "false"
12852 then
12853 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12854 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12855 else
12856 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12857 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12859 ac_save_CPPFLAGS="$CPPFLAGS"
12860 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12863 for ac_header in libxslt/pattern.h libxslt/transform.h
12865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12866 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12867 $as_echo_n "checking for $ac_header... " >&6; }
12868 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12869 $as_echo_n "(cached) " >&6
12870 else
12871 cat >conftest.$ac_ext <<_ACEOF
12872 /* confdefs.h. */
12873 _ACEOF
12874 cat confdefs.h >>conftest.$ac_ext
12875 cat >>conftest.$ac_ext <<_ACEOF
12876 /* end confdefs.h. */
12877 #ifdef HAVE_LIBXSLT_PATTERN_H
12878 # include <libxslt/pattern.h>
12879 #endif
12881 #include <$ac_header>
12882 _ACEOF
12883 rm -f conftest.$ac_objext
12884 if { (ac_try="$ac_compile"
12885 case "(($ac_try" in
12886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12887 *) ac_try_echo=$ac_try;;
12888 esac
12889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12890 $as_echo "$ac_try_echo") >&5
12891 (eval "$ac_compile") 2>conftest.er1
12892 ac_status=$?
12893 grep -v '^ *+' conftest.er1 >conftest.err
12894 rm -f conftest.er1
12895 cat conftest.err >&5
12896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12897 (exit $ac_status); } && {
12898 test -z "$ac_c_werror_flag" ||
12899 test ! -s conftest.err
12900 } && test -s conftest.$ac_objext; then
12901 eval "$as_ac_Header=yes"
12902 else
12903 $as_echo "$as_me: failed program was:" >&5
12904 sed 's/^/| /' conftest.$ac_ext >&5
12906 eval "$as_ac_Header=no"
12909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12911 ac_res=`eval 'as_val=${'$as_ac_Header'}
12912 $as_echo "$as_val"'`
12913 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12914 $as_echo "$ac_res" >&6; }
12915 as_val=`eval 'as_val=${'$as_ac_Header'}
12916 $as_echo "$as_val"'`
12917 if test "x$as_val" = x""yes; then
12918 cat >>confdefs.h <<_ACEOF
12919 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12920 _ACEOF
12924 done
12926 CPPFLAGS="$ac_save_CPPFLAGS"
12927 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12928 then
12929 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12930 $as_echo_n "checking for -lxslt... " >&6; }
12931 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12932 $as_echo_n "(cached) " >&6
12933 else
12934 ac_check_soname_save_LIBS=$LIBS
12935 LIBS="-lxslt $ac_xslt_libs $LIBS"
12936 cat >conftest.$ac_ext <<_ACEOF
12937 /* confdefs.h. */
12938 _ACEOF
12939 cat confdefs.h >>conftest.$ac_ext
12940 cat >>conftest.$ac_ext <<_ACEOF
12941 /* end confdefs.h. */
12943 /* Override any GCC internal prototype to avoid an error.
12944 Use char because int might match the return type of a GCC
12945 builtin and then its argument prototype would still apply. */
12946 #ifdef __cplusplus
12947 extern "C"
12948 #endif
12949 char xsltCompilePattern ();
12951 main ()
12953 return xsltCompilePattern ();
12955 return 0;
12957 _ACEOF
12958 rm -f conftest.$ac_objext conftest$ac_exeext
12959 if { (ac_try="$ac_link"
12960 case "(($ac_try" in
12961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12962 *) ac_try_echo=$ac_try;;
12963 esac
12964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12965 $as_echo "$ac_try_echo") >&5
12966 (eval "$ac_link") 2>conftest.er1
12967 ac_status=$?
12968 grep -v '^ *+' conftest.er1 >conftest.err
12969 rm -f conftest.er1
12970 cat conftest.err >&5
12971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12972 (exit $ac_status); } && {
12973 test -z "$ac_c_werror_flag" ||
12974 test ! -s conftest.err
12975 } && test -s conftest$ac_exeext && {
12976 test "$cross_compiling" = yes ||
12977 $as_test_x conftest$ac_exeext
12978 }; then
12979 case "$LIBEXT" in
12980 dll) ;;
12981 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'` ;;
12982 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12983 esac
12984 else
12985 $as_echo "$as_me: failed program was:" >&5
12986 sed 's/^/| /' conftest.$ac_ext >&5
12991 rm -rf conftest.dSYM
12992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12993 conftest$ac_exeext conftest.$ac_ext
12994 LIBS=$ac_check_soname_save_LIBS
12996 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12997 { $as_echo "$as_me:$LINENO: result: not found" >&5
12998 $as_echo "not found" >&6; }
13000 else
13001 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13002 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13004 cat >>confdefs.h <<_ACEOF
13005 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13006 _ACEOF
13008 XSLTINCL="$ac_xslt_cflags"
13013 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13014 case "x$with_xslt" in
13015 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13016 xno) ;;
13017 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13018 This is an error since --with-xslt was requested." >&5
13019 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13020 This is an error since --with-xslt was requested." >&2;}
13021 { (exit 1); exit 1; }; } ;;
13022 esac
13026 HALINCL=""
13028 if test "x$with_hal" != "xno"
13029 then
13030 ac_save_CPPFLAGS="$CPPFLAGS"
13031 if test "$PKG_CONFIG" != "false"
13032 then
13033 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13034 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13035 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13039 for ac_header in dbus/dbus.h hal/libhal.h
13041 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13042 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13043 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13044 $as_echo_n "checking for $ac_header... " >&6; }
13045 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13046 $as_echo_n "(cached) " >&6
13048 ac_res=`eval 'as_val=${'$as_ac_Header'}
13049 $as_echo "$as_val"'`
13050 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13051 $as_echo "$ac_res" >&6; }
13052 else
13053 # Is the header compilable?
13054 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13055 $as_echo_n "checking $ac_header usability... " >&6; }
13056 cat >conftest.$ac_ext <<_ACEOF
13057 /* confdefs.h. */
13058 _ACEOF
13059 cat confdefs.h >>conftest.$ac_ext
13060 cat >>conftest.$ac_ext <<_ACEOF
13061 /* end confdefs.h. */
13062 $ac_includes_default
13063 #include <$ac_header>
13064 _ACEOF
13065 rm -f conftest.$ac_objext
13066 if { (ac_try="$ac_compile"
13067 case "(($ac_try" in
13068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13069 *) ac_try_echo=$ac_try;;
13070 esac
13071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13072 $as_echo "$ac_try_echo") >&5
13073 (eval "$ac_compile") 2>conftest.er1
13074 ac_status=$?
13075 grep -v '^ *+' conftest.er1 >conftest.err
13076 rm -f conftest.er1
13077 cat conftest.err >&5
13078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } && {
13080 test -z "$ac_c_werror_flag" ||
13081 test ! -s conftest.err
13082 } && test -s conftest.$ac_objext; then
13083 ac_header_compiler=yes
13084 else
13085 $as_echo "$as_me: failed program was:" >&5
13086 sed 's/^/| /' conftest.$ac_ext >&5
13088 ac_header_compiler=no
13091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13092 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13093 $as_echo "$ac_header_compiler" >&6; }
13095 # Is the header present?
13096 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13097 $as_echo_n "checking $ac_header presence... " >&6; }
13098 cat >conftest.$ac_ext <<_ACEOF
13099 /* confdefs.h. */
13100 _ACEOF
13101 cat confdefs.h >>conftest.$ac_ext
13102 cat >>conftest.$ac_ext <<_ACEOF
13103 /* end confdefs.h. */
13104 #include <$ac_header>
13105 _ACEOF
13106 if { (ac_try="$ac_cpp conftest.$ac_ext"
13107 case "(($ac_try" in
13108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13109 *) ac_try_echo=$ac_try;;
13110 esac
13111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13112 $as_echo "$ac_try_echo") >&5
13113 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13114 ac_status=$?
13115 grep -v '^ *+' conftest.er1 >conftest.err
13116 rm -f conftest.er1
13117 cat conftest.err >&5
13118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13119 (exit $ac_status); } >/dev/null && {
13120 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13121 test ! -s conftest.err
13122 }; then
13123 ac_header_preproc=yes
13124 else
13125 $as_echo "$as_me: failed program was:" >&5
13126 sed 's/^/| /' conftest.$ac_ext >&5
13128 ac_header_preproc=no
13131 rm -f conftest.err conftest.$ac_ext
13132 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13133 $as_echo "$ac_header_preproc" >&6; }
13135 # So? What about this header?
13136 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13137 yes:no: )
13138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13139 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13141 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13142 ac_header_preproc=yes
13144 no:yes:* )
13145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13146 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13148 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13150 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13152 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13154 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13155 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13156 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13157 ( cat <<\_ASBOX
13158 ## ------------------------------------ ##
13159 ## Report this to wine-devel@winehq.org ##
13160 ## ------------------------------------ ##
13161 _ASBOX
13162 ) | sed "s/^/$as_me: WARNING: /" >&2
13164 esac
13165 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13166 $as_echo_n "checking for $ac_header... " >&6; }
13167 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13168 $as_echo_n "(cached) " >&6
13169 else
13170 eval "$as_ac_Header=\$ac_header_preproc"
13172 ac_res=`eval 'as_val=${'$as_ac_Header'}
13173 $as_echo "$as_val"'`
13174 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13175 $as_echo "$ac_res" >&6; }
13178 as_val=`eval 'as_val=${'$as_ac_Header'}
13179 $as_echo "$as_val"'`
13180 if test "x$as_val" = x""yes; then
13181 cat >>confdefs.h <<_ACEOF
13182 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13183 _ACEOF
13187 done
13189 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13190 then
13191 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13192 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13193 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13194 $as_echo_n "(cached) " >&6
13195 else
13196 ac_check_lib_save_LIBS=$LIBS
13197 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13198 cat >conftest.$ac_ext <<_ACEOF
13199 /* confdefs.h. */
13200 _ACEOF
13201 cat confdefs.h >>conftest.$ac_ext
13202 cat >>conftest.$ac_ext <<_ACEOF
13203 /* end confdefs.h. */
13205 /* Override any GCC internal prototype to avoid an error.
13206 Use char because int might match the return type of a GCC
13207 builtin and then its argument prototype would still apply. */
13208 #ifdef __cplusplus
13209 extern "C"
13210 #endif
13211 char dbus_connection_close ();
13213 main ()
13215 return dbus_connection_close ();
13217 return 0;
13219 _ACEOF
13220 rm -f conftest.$ac_objext conftest$ac_exeext
13221 if { (ac_try="$ac_link"
13222 case "(($ac_try" in
13223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13224 *) ac_try_echo=$ac_try;;
13225 esac
13226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13227 $as_echo "$ac_try_echo") >&5
13228 (eval "$ac_link") 2>conftest.er1
13229 ac_status=$?
13230 grep -v '^ *+' conftest.er1 >conftest.err
13231 rm -f conftest.er1
13232 cat conftest.err >&5
13233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13234 (exit $ac_status); } && {
13235 test -z "$ac_c_werror_flag" ||
13236 test ! -s conftest.err
13237 } && test -s conftest$ac_exeext && {
13238 test "$cross_compiling" = yes ||
13239 $as_test_x conftest$ac_exeext
13240 }; then
13241 ac_cv_lib_dbus_1_dbus_connection_close=yes
13242 else
13243 $as_echo "$as_me: failed program was:" >&5
13244 sed 's/^/| /' conftest.$ac_ext >&5
13246 ac_cv_lib_dbus_1_dbus_connection_close=no
13249 rm -rf conftest.dSYM
13250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13251 conftest$ac_exeext conftest.$ac_ext
13252 LIBS=$ac_check_lib_save_LIBS
13254 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13255 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13256 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13257 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13258 $as_echo_n "checking for -lhal... " >&6; }
13259 if test "${ac_cv_lib_soname_hal+set}" = set; then
13260 $as_echo_n "(cached) " >&6
13261 else
13262 ac_check_soname_save_LIBS=$LIBS
13263 LIBS="-lhal $ac_hal_libs $LIBS"
13264 cat >conftest.$ac_ext <<_ACEOF
13265 /* confdefs.h. */
13266 _ACEOF
13267 cat confdefs.h >>conftest.$ac_ext
13268 cat >>conftest.$ac_ext <<_ACEOF
13269 /* end confdefs.h. */
13271 /* Override any GCC internal prototype to avoid an error.
13272 Use char because int might match the return type of a GCC
13273 builtin and then its argument prototype would still apply. */
13274 #ifdef __cplusplus
13275 extern "C"
13276 #endif
13277 char libhal_ctx_new ();
13279 main ()
13281 return libhal_ctx_new ();
13283 return 0;
13285 _ACEOF
13286 rm -f conftest.$ac_objext conftest$ac_exeext
13287 if { (ac_try="$ac_link"
13288 case "(($ac_try" in
13289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13290 *) ac_try_echo=$ac_try;;
13291 esac
13292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13293 $as_echo "$ac_try_echo") >&5
13294 (eval "$ac_link") 2>conftest.er1
13295 ac_status=$?
13296 grep -v '^ *+' conftest.er1 >conftest.err
13297 rm -f conftest.er1
13298 cat conftest.err >&5
13299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13300 (exit $ac_status); } && {
13301 test -z "$ac_c_werror_flag" ||
13302 test ! -s conftest.err
13303 } && test -s conftest$ac_exeext && {
13304 test "$cross_compiling" = yes ||
13305 $as_test_x conftest$ac_exeext
13306 }; then
13307 case "$LIBEXT" in
13308 dll) ;;
13309 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'` ;;
13310 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13311 esac
13312 else
13313 $as_echo "$as_me: failed program was:" >&5
13314 sed 's/^/| /' conftest.$ac_ext >&5
13319 rm -rf conftest.dSYM
13320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13321 conftest$ac_exeext conftest.$ac_ext
13322 LIBS=$ac_check_soname_save_LIBS
13324 if test "x$ac_cv_lib_soname_hal" = "x"; then
13325 { $as_echo "$as_me:$LINENO: result: not found" >&5
13326 $as_echo "not found" >&6; }
13328 else
13329 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13330 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13332 cat >>confdefs.h <<_ACEOF
13333 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13334 _ACEOF
13336 HALINCL="$ac_hal_cflags"
13342 CPPFLAGS="$ac_save_CPPFLAGS"
13344 if test "x$ac_cv_lib_soname_hal" = "x"; then
13345 case "x$with_hal" in
13346 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13347 xno) ;;
13348 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13349 This is an error since --with-hal was requested." >&5
13350 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13351 This is an error since --with-hal was requested." >&2;}
13352 { (exit 1); exit 1; }; } ;;
13353 esac
13357 if test "x$with_gnutls" != "xno"
13358 then
13359 ac_save_CPPFLAGS="$CPPFLAGS"
13360 if test "$PKG_CONFIG" != "false"
13361 then
13362 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13363 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13364 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13366 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13367 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13368 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13369 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13370 $as_echo_n "(cached) " >&6
13372 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13373 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13374 else
13375 # Is the header compilable?
13376 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13377 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13378 cat >conftest.$ac_ext <<_ACEOF
13379 /* confdefs.h. */
13380 _ACEOF
13381 cat confdefs.h >>conftest.$ac_ext
13382 cat >>conftest.$ac_ext <<_ACEOF
13383 /* end confdefs.h. */
13384 $ac_includes_default
13385 #include <gnutls/gnutls.h>
13386 _ACEOF
13387 rm -f conftest.$ac_objext
13388 if { (ac_try="$ac_compile"
13389 case "(($ac_try" in
13390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13391 *) ac_try_echo=$ac_try;;
13392 esac
13393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13394 $as_echo "$ac_try_echo") >&5
13395 (eval "$ac_compile") 2>conftest.er1
13396 ac_status=$?
13397 grep -v '^ *+' conftest.er1 >conftest.err
13398 rm -f conftest.er1
13399 cat conftest.err >&5
13400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13401 (exit $ac_status); } && {
13402 test -z "$ac_c_werror_flag" ||
13403 test ! -s conftest.err
13404 } && test -s conftest.$ac_objext; then
13405 ac_header_compiler=yes
13406 else
13407 $as_echo "$as_me: failed program was:" >&5
13408 sed 's/^/| /' conftest.$ac_ext >&5
13410 ac_header_compiler=no
13413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13414 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13415 $as_echo "$ac_header_compiler" >&6; }
13417 # Is the header present?
13418 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13419 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13420 cat >conftest.$ac_ext <<_ACEOF
13421 /* confdefs.h. */
13422 _ACEOF
13423 cat confdefs.h >>conftest.$ac_ext
13424 cat >>conftest.$ac_ext <<_ACEOF
13425 /* end confdefs.h. */
13426 #include <gnutls/gnutls.h>
13427 _ACEOF
13428 if { (ac_try="$ac_cpp conftest.$ac_ext"
13429 case "(($ac_try" in
13430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13431 *) ac_try_echo=$ac_try;;
13432 esac
13433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13434 $as_echo "$ac_try_echo") >&5
13435 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13436 ac_status=$?
13437 grep -v '^ *+' conftest.er1 >conftest.err
13438 rm -f conftest.er1
13439 cat conftest.err >&5
13440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441 (exit $ac_status); } >/dev/null && {
13442 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13443 test ! -s conftest.err
13444 }; then
13445 ac_header_preproc=yes
13446 else
13447 $as_echo "$as_me: failed program was:" >&5
13448 sed 's/^/| /' conftest.$ac_ext >&5
13450 ac_header_preproc=no
13453 rm -f conftest.err conftest.$ac_ext
13454 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13455 $as_echo "$ac_header_preproc" >&6; }
13457 # So? What about this header?
13458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13459 yes:no: )
13460 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13461 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13462 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13463 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13464 ac_header_preproc=yes
13466 no:yes:* )
13467 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13468 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13469 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13470 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13471 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13472 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13473 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13474 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13475 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13476 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13477 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13478 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13479 ( cat <<\_ASBOX
13480 ## ------------------------------------ ##
13481 ## Report this to wine-devel@winehq.org ##
13482 ## ------------------------------------ ##
13483 _ASBOX
13484 ) | sed "s/^/$as_me: WARNING: /" >&2
13486 esac
13487 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13488 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13489 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13490 $as_echo_n "(cached) " >&6
13491 else
13492 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13494 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13495 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13498 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13499 cat >conftest.$ac_ext <<_ACEOF
13500 /* confdefs.h. */
13501 _ACEOF
13502 cat confdefs.h >>conftest.$ac_ext
13503 cat >>conftest.$ac_ext <<_ACEOF
13504 /* end confdefs.h. */
13505 #include <gnutls/gnutls.h>
13507 main ()
13509 typeof(gnutls_mac_get_key_size) *pfunc;
13511 return 0;
13513 _ACEOF
13514 rm -f conftest.$ac_objext
13515 if { (ac_try="$ac_compile"
13516 case "(($ac_try" in
13517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13518 *) ac_try_echo=$ac_try;;
13519 esac
13520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13521 $as_echo "$ac_try_echo") >&5
13522 (eval "$ac_compile") 2>conftest.er1
13523 ac_status=$?
13524 grep -v '^ *+' conftest.er1 >conftest.err
13525 rm -f conftest.er1
13526 cat conftest.err >&5
13527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); } && {
13529 test -z "$ac_c_werror_flag" ||
13530 test ! -s conftest.err
13531 } && test -s conftest.$ac_objext; then
13532 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13533 $as_echo_n "checking for -lgnutls... " >&6; }
13534 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13535 $as_echo_n "(cached) " >&6
13536 else
13537 ac_check_soname_save_LIBS=$LIBS
13538 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13539 cat >conftest.$ac_ext <<_ACEOF
13540 /* confdefs.h. */
13541 _ACEOF
13542 cat confdefs.h >>conftest.$ac_ext
13543 cat >>conftest.$ac_ext <<_ACEOF
13544 /* end confdefs.h. */
13546 /* Override any GCC internal prototype to avoid an error.
13547 Use char because int might match the return type of a GCC
13548 builtin and then its argument prototype would still apply. */
13549 #ifdef __cplusplus
13550 extern "C"
13551 #endif
13552 char gnutls_global_init ();
13554 main ()
13556 return gnutls_global_init ();
13558 return 0;
13560 _ACEOF
13561 rm -f conftest.$ac_objext conftest$ac_exeext
13562 if { (ac_try="$ac_link"
13563 case "(($ac_try" in
13564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13565 *) ac_try_echo=$ac_try;;
13566 esac
13567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13568 $as_echo "$ac_try_echo") >&5
13569 (eval "$ac_link") 2>conftest.er1
13570 ac_status=$?
13571 grep -v '^ *+' conftest.er1 >conftest.err
13572 rm -f conftest.er1
13573 cat conftest.err >&5
13574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } && {
13576 test -z "$ac_c_werror_flag" ||
13577 test ! -s conftest.err
13578 } && test -s conftest$ac_exeext && {
13579 test "$cross_compiling" = yes ||
13580 $as_test_x conftest$ac_exeext
13581 }; then
13582 case "$LIBEXT" in
13583 dll) ;;
13584 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'` ;;
13585 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13586 esac
13587 else
13588 $as_echo "$as_me: failed program was:" >&5
13589 sed 's/^/| /' conftest.$ac_ext >&5
13594 rm -rf conftest.dSYM
13595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13596 conftest$ac_exeext conftest.$ac_ext
13597 LIBS=$ac_check_soname_save_LIBS
13599 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13600 { $as_echo "$as_me:$LINENO: result: not found" >&5
13601 $as_echo "not found" >&6; }
13603 else
13604 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13605 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13607 cat >>confdefs.h <<_ACEOF
13608 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13609 _ACEOF
13611 GNUTLSINCL="$ac_gnutls_cflags"
13615 else
13616 $as_echo "$as_me: failed program was:" >&5
13617 sed 's/^/| /' conftest.$ac_ext >&5
13622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13626 CPPFLAGS="$ac_save_CPPFLAGS"
13628 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13629 case "x$with_gnutls" in
13630 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13631 xno) ;;
13632 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13633 This is an error since --with-gnutls was requested." >&5
13634 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13635 This is an error since --with-gnutls was requested." >&2;}
13636 { (exit 1); exit 1; }; } ;;
13637 esac
13641 CURSESLIBS=""
13642 if test "$ac_cv_header_ncurses_h" = "yes"
13643 then
13644 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13645 $as_echo_n "checking for -lncurses... " >&6; }
13646 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13647 $as_echo_n "(cached) " >&6
13648 else
13649 ac_check_soname_save_LIBS=$LIBS
13650 LIBS="-lncurses $LIBS"
13651 cat >conftest.$ac_ext <<_ACEOF
13652 /* confdefs.h. */
13653 _ACEOF
13654 cat confdefs.h >>conftest.$ac_ext
13655 cat >>conftest.$ac_ext <<_ACEOF
13656 /* end confdefs.h. */
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13661 #ifdef __cplusplus
13662 extern "C"
13663 #endif
13664 char waddch ();
13666 main ()
13668 return waddch ();
13670 return 0;
13672 _ACEOF
13673 rm -f conftest.$ac_objext conftest$ac_exeext
13674 if { (ac_try="$ac_link"
13675 case "(($ac_try" in
13676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13677 *) ac_try_echo=$ac_try;;
13678 esac
13679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13680 $as_echo "$ac_try_echo") >&5
13681 (eval "$ac_link") 2>conftest.er1
13682 ac_status=$?
13683 grep -v '^ *+' conftest.er1 >conftest.err
13684 rm -f conftest.er1
13685 cat conftest.err >&5
13686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13687 (exit $ac_status); } && {
13688 test -z "$ac_c_werror_flag" ||
13689 test ! -s conftest.err
13690 } && test -s conftest$ac_exeext && {
13691 test "$cross_compiling" = yes ||
13692 $as_test_x conftest$ac_exeext
13693 }; then
13694 case "$LIBEXT" in
13695 dll) ;;
13696 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'` ;;
13697 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13698 esac
13699 else
13700 $as_echo "$as_me: failed program was:" >&5
13701 sed 's/^/| /' conftest.$ac_ext >&5
13706 rm -rf conftest.dSYM
13707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13708 conftest$ac_exeext conftest.$ac_ext
13709 LIBS=$ac_check_soname_save_LIBS
13711 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13712 { $as_echo "$as_me:$LINENO: result: not found" >&5
13713 $as_echo "not found" >&6; }
13715 else
13716 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13717 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13719 cat >>confdefs.h <<_ACEOF
13720 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13721 _ACEOF
13723 CURSESLIBS="-lncurses"
13726 elif test "$ac_cv_header_curses_h" = "yes"
13727 then
13728 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13729 $as_echo_n "checking for -lcurses... " >&6; }
13730 if test "${ac_cv_lib_soname_curses+set}" = set; then
13731 $as_echo_n "(cached) " >&6
13732 else
13733 ac_check_soname_save_LIBS=$LIBS
13734 LIBS="-lcurses $LIBS"
13735 cat >conftest.$ac_ext <<_ACEOF
13736 /* confdefs.h. */
13737 _ACEOF
13738 cat confdefs.h >>conftest.$ac_ext
13739 cat >>conftest.$ac_ext <<_ACEOF
13740 /* end confdefs.h. */
13742 /* Override any GCC internal prototype to avoid an error.
13743 Use char because int might match the return type of a GCC
13744 builtin and then its argument prototype would still apply. */
13745 #ifdef __cplusplus
13746 extern "C"
13747 #endif
13748 char waddch ();
13750 main ()
13752 return waddch ();
13754 return 0;
13756 _ACEOF
13757 rm -f conftest.$ac_objext conftest$ac_exeext
13758 if { (ac_try="$ac_link"
13759 case "(($ac_try" in
13760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13761 *) ac_try_echo=$ac_try;;
13762 esac
13763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13764 $as_echo "$ac_try_echo") >&5
13765 (eval "$ac_link") 2>conftest.er1
13766 ac_status=$?
13767 grep -v '^ *+' conftest.er1 >conftest.err
13768 rm -f conftest.er1
13769 cat conftest.err >&5
13770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13771 (exit $ac_status); } && {
13772 test -z "$ac_c_werror_flag" ||
13773 test ! -s conftest.err
13774 } && test -s conftest$ac_exeext && {
13775 test "$cross_compiling" = yes ||
13776 $as_test_x conftest$ac_exeext
13777 }; then
13778 case "$LIBEXT" in
13779 dll) ;;
13780 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'` ;;
13781 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13782 esac
13783 else
13784 $as_echo "$as_me: failed program was:" >&5
13785 sed 's/^/| /' conftest.$ac_ext >&5
13790 rm -rf conftest.dSYM
13791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13792 conftest$ac_exeext conftest.$ac_ext
13793 LIBS=$ac_check_soname_save_LIBS
13795 if test "x$ac_cv_lib_soname_curses" = "x"; then
13796 { $as_echo "$as_me:$LINENO: result: not found" >&5
13797 $as_echo "not found" >&6; }
13799 else
13800 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13801 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13803 cat >>confdefs.h <<_ACEOF
13804 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13805 _ACEOF
13807 CURSESLIBS="-lcurses"
13811 ac_save_LIBS="$LIBS"
13812 LIBS="$LIBS $CURSESLIBS"
13814 for ac_func in mousemask
13816 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13817 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13818 $as_echo_n "checking for $ac_func... " >&6; }
13819 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13820 $as_echo_n "(cached) " >&6
13821 else
13822 cat >conftest.$ac_ext <<_ACEOF
13823 /* confdefs.h. */
13824 _ACEOF
13825 cat confdefs.h >>conftest.$ac_ext
13826 cat >>conftest.$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13828 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13829 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13830 #define $ac_func innocuous_$ac_func
13832 /* System header to define __stub macros and hopefully few prototypes,
13833 which can conflict with char $ac_func (); below.
13834 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13835 <limits.h> exists even on freestanding compilers. */
13837 #ifdef __STDC__
13838 # include <limits.h>
13839 #else
13840 # include <assert.h>
13841 #endif
13843 #undef $ac_func
13845 /* Override any GCC internal prototype to avoid an error.
13846 Use char because int might match the return type of a GCC
13847 builtin and then its argument prototype would still apply. */
13848 #ifdef __cplusplus
13849 extern "C"
13850 #endif
13851 char $ac_func ();
13852 /* The GNU C library defines this for functions which it implements
13853 to always fail with ENOSYS. Some functions are actually named
13854 something starting with __ and the normal name is an alias. */
13855 #if defined __stub_$ac_func || defined __stub___$ac_func
13856 choke me
13857 #endif
13860 main ()
13862 return $ac_func ();
13864 return 0;
13866 _ACEOF
13867 rm -f conftest.$ac_objext conftest$ac_exeext
13868 if { (ac_try="$ac_link"
13869 case "(($ac_try" in
13870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13871 *) ac_try_echo=$ac_try;;
13872 esac
13873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13874 $as_echo "$ac_try_echo") >&5
13875 (eval "$ac_link") 2>conftest.er1
13876 ac_status=$?
13877 grep -v '^ *+' conftest.er1 >conftest.err
13878 rm -f conftest.er1
13879 cat conftest.err >&5
13880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13881 (exit $ac_status); } && {
13882 test -z "$ac_c_werror_flag" ||
13883 test ! -s conftest.err
13884 } && test -s conftest$ac_exeext && {
13885 test "$cross_compiling" = yes ||
13886 $as_test_x conftest$ac_exeext
13887 }; then
13888 eval "$as_ac_var=yes"
13889 else
13890 $as_echo "$as_me: failed program was:" >&5
13891 sed 's/^/| /' conftest.$ac_ext >&5
13893 eval "$as_ac_var=no"
13896 rm -rf conftest.dSYM
13897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13898 conftest$ac_exeext conftest.$ac_ext
13900 ac_res=`eval 'as_val=${'$as_ac_var'}
13901 $as_echo "$as_val"'`
13902 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13903 $as_echo "$ac_res" >&6; }
13904 as_val=`eval 'as_val=${'$as_ac_var'}
13905 $as_echo "$as_val"'`
13906 if test "x$as_val" = x""yes; then
13907 cat >>confdefs.h <<_ACEOF
13908 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13909 _ACEOF
13912 done
13914 LIBS="$ac_save_LIBS"
13915 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13916 case "x$with_curses" in
13917 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13918 xno) ;;
13919 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13920 This is an error since --with-curses was requested." >&5
13921 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13922 This is an error since --with-curses was requested." >&2;}
13923 { (exit 1); exit 1; }; } ;;
13924 esac
13928 if test "x$with_sane" != "xno"
13929 then
13930 ac_save_CPPFLAGS="$CPPFLAGS"
13931 # Extract the first word of "sane-config", so it can be a program name with args.
13932 set dummy sane-config; ac_word=$2
13933 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13934 $as_echo_n "checking for $ac_word... " >&6; }
13935 if test "${ac_cv_prog_sane_devel+set}" = set; then
13936 $as_echo_n "(cached) " >&6
13937 else
13938 if test -n "$sane_devel"; then
13939 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13940 else
13941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13942 for as_dir in $PATH
13944 IFS=$as_save_IFS
13945 test -z "$as_dir" && as_dir=.
13946 for ac_exec_ext in '' $ac_executable_extensions; do
13947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13948 ac_cv_prog_sane_devel="sane-config"
13949 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13950 break 2
13952 done
13953 done
13954 IFS=$as_save_IFS
13956 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13959 sane_devel=$ac_cv_prog_sane_devel
13960 if test -n "$sane_devel"; then
13961 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13962 $as_echo "$sane_devel" >&6; }
13963 else
13964 { $as_echo "$as_me:$LINENO: result: no" >&5
13965 $as_echo "no" >&6; }
13969 if test "$sane_devel" != "no"
13970 then
13971 ac_sane_incl="`$sane_devel --cflags`"
13972 ac_sane_libs="`$sane_devel --ldflags`"
13973 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13975 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13976 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13977 $as_echo_n "checking for sane/sane.h... " >&6; }
13978 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13979 $as_echo_n "(cached) " >&6
13981 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13982 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13983 else
13984 # Is the header compilable?
13985 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13986 $as_echo_n "checking sane/sane.h usability... " >&6; }
13987 cat >conftest.$ac_ext <<_ACEOF
13988 /* confdefs.h. */
13989 _ACEOF
13990 cat confdefs.h >>conftest.$ac_ext
13991 cat >>conftest.$ac_ext <<_ACEOF
13992 /* end confdefs.h. */
13993 $ac_includes_default
13994 #include <sane/sane.h>
13995 _ACEOF
13996 rm -f conftest.$ac_objext
13997 if { (ac_try="$ac_compile"
13998 case "(($ac_try" in
13999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14000 *) ac_try_echo=$ac_try;;
14001 esac
14002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14003 $as_echo "$ac_try_echo") >&5
14004 (eval "$ac_compile") 2>conftest.er1
14005 ac_status=$?
14006 grep -v '^ *+' conftest.er1 >conftest.err
14007 rm -f conftest.er1
14008 cat conftest.err >&5
14009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14010 (exit $ac_status); } && {
14011 test -z "$ac_c_werror_flag" ||
14012 test ! -s conftest.err
14013 } && test -s conftest.$ac_objext; then
14014 ac_header_compiler=yes
14015 else
14016 $as_echo "$as_me: failed program was:" >&5
14017 sed 's/^/| /' conftest.$ac_ext >&5
14019 ac_header_compiler=no
14022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14023 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14024 $as_echo "$ac_header_compiler" >&6; }
14026 # Is the header present?
14027 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14028 $as_echo_n "checking sane/sane.h presence... " >&6; }
14029 cat >conftest.$ac_ext <<_ACEOF
14030 /* confdefs.h. */
14031 _ACEOF
14032 cat confdefs.h >>conftest.$ac_ext
14033 cat >>conftest.$ac_ext <<_ACEOF
14034 /* end confdefs.h. */
14035 #include <sane/sane.h>
14036 _ACEOF
14037 if { (ac_try="$ac_cpp conftest.$ac_ext"
14038 case "(($ac_try" in
14039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14040 *) ac_try_echo=$ac_try;;
14041 esac
14042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14043 $as_echo "$ac_try_echo") >&5
14044 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14045 ac_status=$?
14046 grep -v '^ *+' conftest.er1 >conftest.err
14047 rm -f conftest.er1
14048 cat conftest.err >&5
14049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050 (exit $ac_status); } >/dev/null && {
14051 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14052 test ! -s conftest.err
14053 }; then
14054 ac_header_preproc=yes
14055 else
14056 $as_echo "$as_me: failed program was:" >&5
14057 sed 's/^/| /' conftest.$ac_ext >&5
14059 ac_header_preproc=no
14062 rm -f conftest.err conftest.$ac_ext
14063 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14064 $as_echo "$ac_header_preproc" >&6; }
14066 # So? What about this header?
14067 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14068 yes:no: )
14069 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14070 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14071 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14072 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14073 ac_header_preproc=yes
14075 no:yes:* )
14076 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14077 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14078 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14079 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14080 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14081 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14082 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14083 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14084 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14085 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14086 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14087 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14088 ( cat <<\_ASBOX
14089 ## ------------------------------------ ##
14090 ## Report this to wine-devel@winehq.org ##
14091 ## ------------------------------------ ##
14092 _ASBOX
14093 ) | sed "s/^/$as_me: WARNING: /" >&2
14095 esac
14096 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14097 $as_echo_n "checking for sane/sane.h... " >&6; }
14098 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14099 $as_echo_n "(cached) " >&6
14100 else
14101 ac_cv_header_sane_sane_h=$ac_header_preproc
14103 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14104 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14107 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14108 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14109 $as_echo_n "checking for -lsane... " >&6; }
14110 if test "${ac_cv_lib_soname_sane+set}" = set; then
14111 $as_echo_n "(cached) " >&6
14112 else
14113 ac_check_soname_save_LIBS=$LIBS
14114 LIBS="-lsane $ac_sane_libs $LIBS"
14115 cat >conftest.$ac_ext <<_ACEOF
14116 /* confdefs.h. */
14117 _ACEOF
14118 cat confdefs.h >>conftest.$ac_ext
14119 cat >>conftest.$ac_ext <<_ACEOF
14120 /* end confdefs.h. */
14122 /* Override any GCC internal prototype to avoid an error.
14123 Use char because int might match the return type of a GCC
14124 builtin and then its argument prototype would still apply. */
14125 #ifdef __cplusplus
14126 extern "C"
14127 #endif
14128 char sane_init ();
14130 main ()
14132 return sane_init ();
14134 return 0;
14136 _ACEOF
14137 rm -f conftest.$ac_objext conftest$ac_exeext
14138 if { (ac_try="$ac_link"
14139 case "(($ac_try" in
14140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14141 *) ac_try_echo=$ac_try;;
14142 esac
14143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14144 $as_echo "$ac_try_echo") >&5
14145 (eval "$ac_link") 2>conftest.er1
14146 ac_status=$?
14147 grep -v '^ *+' conftest.er1 >conftest.err
14148 rm -f conftest.er1
14149 cat conftest.err >&5
14150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14151 (exit $ac_status); } && {
14152 test -z "$ac_c_werror_flag" ||
14153 test ! -s conftest.err
14154 } && test -s conftest$ac_exeext && {
14155 test "$cross_compiling" = yes ||
14156 $as_test_x conftest$ac_exeext
14157 }; then
14158 case "$LIBEXT" in
14159 dll) ;;
14160 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'` ;;
14161 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14162 esac
14163 else
14164 $as_echo "$as_me: failed program was:" >&5
14165 sed 's/^/| /' conftest.$ac_ext >&5
14170 rm -rf conftest.dSYM
14171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14172 conftest$ac_exeext conftest.$ac_ext
14173 LIBS=$ac_check_soname_save_LIBS
14175 if test "x$ac_cv_lib_soname_sane" = "x"; then
14176 { $as_echo "$as_me:$LINENO: result: not found" >&5
14177 $as_echo "not found" >&6; }
14179 else
14180 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14181 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14183 cat >>confdefs.h <<_ACEOF
14184 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14185 _ACEOF
14187 SANEINCL="$ac_sane_incl"
14194 CPPFLAGS="$ac_save_CPPFLAGS"
14196 if test "x$ac_cv_lib_soname_sane" = "x"; then
14197 case "x$with_sane" in
14198 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14199 xno) ;;
14200 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14201 This is an error since --with-sane was requested." >&5
14202 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14203 This is an error since --with-sane was requested." >&2;}
14204 { (exit 1); exit 1; }; } ;;
14205 esac
14209 if test "x$with_gphoto" != "xno"
14210 then
14211 ac_save_CPPFLAGS="$CPPFLAGS"
14212 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14213 set dummy gphoto2-config; ac_word=$2
14214 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14215 $as_echo_n "checking for $ac_word... " >&6; }
14216 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14217 $as_echo_n "(cached) " >&6
14218 else
14219 if test -n "$gphoto2_devel"; then
14220 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14221 else
14222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14223 for as_dir in $PATH
14225 IFS=$as_save_IFS
14226 test -z "$as_dir" && as_dir=.
14227 for ac_exec_ext in '' $ac_executable_extensions; do
14228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14229 ac_cv_prog_gphoto2_devel="gphoto2-config"
14230 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14231 break 2
14233 done
14234 done
14235 IFS=$as_save_IFS
14237 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14240 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14241 if test -n "$gphoto2_devel"; then
14242 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14243 $as_echo "$gphoto2_devel" >&6; }
14244 else
14245 { $as_echo "$as_me:$LINENO: result: no" >&5
14246 $as_echo "no" >&6; }
14250 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14251 set dummy gphoto2-port-config; ac_word=$2
14252 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14253 $as_echo_n "checking for $ac_word... " >&6; }
14254 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14255 $as_echo_n "(cached) " >&6
14256 else
14257 if test -n "$gphoto2port_devel"; then
14258 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14259 else
14260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14261 for as_dir in $PATH
14263 IFS=$as_save_IFS
14264 test -z "$as_dir" && as_dir=.
14265 for ac_exec_ext in '' $ac_executable_extensions; do
14266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14267 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14268 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14269 break 2
14271 done
14272 done
14273 IFS=$as_save_IFS
14275 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14278 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14279 if test -n "$gphoto2port_devel"; then
14280 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14281 $as_echo "$gphoto2port_devel" >&6; }
14282 else
14283 { $as_echo "$as_me:$LINENO: result: no" >&5
14284 $as_echo "no" >&6; }
14288 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14289 then
14290 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14291 ac_gphoto2_libs=""
14292 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14294 case "$i" in
14295 -L/usr/lib|-L/usr/lib64) ;;
14296 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14297 esac
14298 done
14299 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14301 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14302 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14303 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14304 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14305 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14306 $as_echo_n "(cached) " >&6
14308 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14309 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14310 else
14311 # Is the header compilable?
14312 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14313 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14314 cat >conftest.$ac_ext <<_ACEOF
14315 /* confdefs.h. */
14316 _ACEOF
14317 cat confdefs.h >>conftest.$ac_ext
14318 cat >>conftest.$ac_ext <<_ACEOF
14319 /* end confdefs.h. */
14320 $ac_includes_default
14321 #include <gphoto2-camera.h>
14322 _ACEOF
14323 rm -f conftest.$ac_objext
14324 if { (ac_try="$ac_compile"
14325 case "(($ac_try" in
14326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14327 *) ac_try_echo=$ac_try;;
14328 esac
14329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14330 $as_echo "$ac_try_echo") >&5
14331 (eval "$ac_compile") 2>conftest.er1
14332 ac_status=$?
14333 grep -v '^ *+' conftest.er1 >conftest.err
14334 rm -f conftest.er1
14335 cat conftest.err >&5
14336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); } && {
14338 test -z "$ac_c_werror_flag" ||
14339 test ! -s conftest.err
14340 } && test -s conftest.$ac_objext; then
14341 ac_header_compiler=yes
14342 else
14343 $as_echo "$as_me: failed program was:" >&5
14344 sed 's/^/| /' conftest.$ac_ext >&5
14346 ac_header_compiler=no
14349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14350 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14351 $as_echo "$ac_header_compiler" >&6; }
14353 # Is the header present?
14354 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14355 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14356 cat >conftest.$ac_ext <<_ACEOF
14357 /* confdefs.h. */
14358 _ACEOF
14359 cat confdefs.h >>conftest.$ac_ext
14360 cat >>conftest.$ac_ext <<_ACEOF
14361 /* end confdefs.h. */
14362 #include <gphoto2-camera.h>
14363 _ACEOF
14364 if { (ac_try="$ac_cpp conftest.$ac_ext"
14365 case "(($ac_try" in
14366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14367 *) ac_try_echo=$ac_try;;
14368 esac
14369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14370 $as_echo "$ac_try_echo") >&5
14371 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14372 ac_status=$?
14373 grep -v '^ *+' conftest.er1 >conftest.err
14374 rm -f conftest.er1
14375 cat conftest.err >&5
14376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14377 (exit $ac_status); } >/dev/null && {
14378 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14379 test ! -s conftest.err
14380 }; then
14381 ac_header_preproc=yes
14382 else
14383 $as_echo "$as_me: failed program was:" >&5
14384 sed 's/^/| /' conftest.$ac_ext >&5
14386 ac_header_preproc=no
14389 rm -f conftest.err conftest.$ac_ext
14390 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14391 $as_echo "$ac_header_preproc" >&6; }
14393 # So? What about this header?
14394 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14395 yes:no: )
14396 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14397 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14398 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14399 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14400 ac_header_preproc=yes
14402 no:yes:* )
14403 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14404 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14405 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14406 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14407 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14408 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14409 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14410 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14411 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14412 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14413 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14414 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14415 ( cat <<\_ASBOX
14416 ## ------------------------------------ ##
14417 ## Report this to wine-devel@winehq.org ##
14418 ## ------------------------------------ ##
14419 _ASBOX
14420 ) | sed "s/^/$as_me: WARNING: /" >&2
14422 esac
14423 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14424 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14425 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14426 $as_echo_n "(cached) " >&6
14427 else
14428 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14430 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14431 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14434 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14435 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14436 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14437 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14438 $as_echo_n "(cached) " >&6
14439 else
14440 ac_check_lib_save_LIBS=$LIBS
14441 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14442 cat >conftest.$ac_ext <<_ACEOF
14443 /* confdefs.h. */
14444 _ACEOF
14445 cat confdefs.h >>conftest.$ac_ext
14446 cat >>conftest.$ac_ext <<_ACEOF
14447 /* end confdefs.h. */
14449 /* Override any GCC internal prototype to avoid an error.
14450 Use char because int might match the return type of a GCC
14451 builtin and then its argument prototype would still apply. */
14452 #ifdef __cplusplus
14453 extern "C"
14454 #endif
14455 char gp_camera_new ();
14457 main ()
14459 return gp_camera_new ();
14461 return 0;
14463 _ACEOF
14464 rm -f conftest.$ac_objext conftest$ac_exeext
14465 if { (ac_try="$ac_link"
14466 case "(($ac_try" in
14467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14468 *) ac_try_echo=$ac_try;;
14469 esac
14470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14471 $as_echo "$ac_try_echo") >&5
14472 (eval "$ac_link") 2>conftest.er1
14473 ac_status=$?
14474 grep -v '^ *+' conftest.er1 >conftest.err
14475 rm -f conftest.er1
14476 cat conftest.err >&5
14477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } && {
14479 test -z "$ac_c_werror_flag" ||
14480 test ! -s conftest.err
14481 } && test -s conftest$ac_exeext && {
14482 test "$cross_compiling" = yes ||
14483 $as_test_x conftest$ac_exeext
14484 }; then
14485 ac_cv_lib_gphoto2_gp_camera_new=yes
14486 else
14487 $as_echo "$as_me: failed program was:" >&5
14488 sed 's/^/| /' conftest.$ac_ext >&5
14490 ac_cv_lib_gphoto2_gp_camera_new=no
14493 rm -rf conftest.dSYM
14494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14495 conftest$ac_exeext conftest.$ac_ext
14496 LIBS=$ac_check_lib_save_LIBS
14498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14499 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14500 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14502 cat >>confdefs.h <<\_ACEOF
14503 #define HAVE_GPHOTO2 1
14504 _ACEOF
14506 GPHOTO2LIBS="$ac_gphoto2_libs"
14508 GPHOTO2INCL="$ac_gphoto2_incl"
14515 CPPFLAGS="$ac_save_CPPFLAGS"
14517 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14518 case "x$with_gphoto" in
14519 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14520 xno) ;;
14521 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14522 This is an error since --with-gphoto was requested." >&5
14523 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14524 This is an error since --with-gphoto was requested." >&2;}
14525 { (exit 1); exit 1; }; } ;;
14526 esac
14531 RESOLVLIBS=""
14533 if test "$ac_cv_header_resolv_h" = "yes"
14534 then
14535 ac_save_LIBS="$LIBS"
14536 LIBS="$LIBS -lresolv"
14537 cat >conftest.$ac_ext <<_ACEOF
14538 /* confdefs.h. */
14539 _ACEOF
14540 cat confdefs.h >>conftest.$ac_ext
14541 cat >>conftest.$ac_ext <<_ACEOF
14542 /* end confdefs.h. */
14543 #ifdef HAVE_NETINET_IN_H
14544 #include <netinet/in.h>
14545 #endif
14546 #include <resolv.h>
14548 main ()
14550 res_init();
14552 return 0;
14554 _ACEOF
14555 rm -f conftest.$ac_objext conftest$ac_exeext
14556 if { (ac_try="$ac_link"
14557 case "(($ac_try" in
14558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14559 *) ac_try_echo=$ac_try;;
14560 esac
14561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14562 $as_echo "$ac_try_echo") >&5
14563 (eval "$ac_link") 2>conftest.er1
14564 ac_status=$?
14565 grep -v '^ *+' conftest.er1 >conftest.err
14566 rm -f conftest.er1
14567 cat conftest.err >&5
14568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err
14572 } && test -s conftest$ac_exeext && {
14573 test "$cross_compiling" = yes ||
14574 $as_test_x conftest$ac_exeext
14575 }; then
14577 cat >>confdefs.h <<\_ACEOF
14578 #define HAVE_RESOLV 1
14579 _ACEOF
14581 RESOLVLIBS="-lresolv"
14582 else
14583 $as_echo "$as_me: failed program was:" >&5
14584 sed 's/^/| /' conftest.$ac_ext >&5
14589 rm -rf conftest.dSYM
14590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14591 conftest$ac_exeext conftest.$ac_ext
14592 LIBS="$ac_save_LIBS"
14595 LCMSLIBS=""
14597 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14598 then
14599 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14600 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14601 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14602 $as_echo_n "(cached) " >&6
14603 else
14604 ac_check_lib_save_LIBS=$LIBS
14605 LIBS="-llcms $LIBS"
14606 cat >conftest.$ac_ext <<_ACEOF
14607 /* confdefs.h. */
14608 _ACEOF
14609 cat confdefs.h >>conftest.$ac_ext
14610 cat >>conftest.$ac_ext <<_ACEOF
14611 /* end confdefs.h. */
14613 /* Override any GCC internal prototype to avoid an error.
14614 Use char because int might match the return type of a GCC
14615 builtin and then its argument prototype would still apply. */
14616 #ifdef __cplusplus
14617 extern "C"
14618 #endif
14619 char cmsOpenProfileFromFile ();
14621 main ()
14623 return cmsOpenProfileFromFile ();
14625 return 0;
14627 _ACEOF
14628 rm -f conftest.$ac_objext conftest$ac_exeext
14629 if { (ac_try="$ac_link"
14630 case "(($ac_try" in
14631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14632 *) ac_try_echo=$ac_try;;
14633 esac
14634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14635 $as_echo "$ac_try_echo") >&5
14636 (eval "$ac_link") 2>conftest.er1
14637 ac_status=$?
14638 grep -v '^ *+' conftest.er1 >conftest.err
14639 rm -f conftest.er1
14640 cat conftest.err >&5
14641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14642 (exit $ac_status); } && {
14643 test -z "$ac_c_werror_flag" ||
14644 test ! -s conftest.err
14645 } && test -s conftest$ac_exeext && {
14646 test "$cross_compiling" = yes ||
14647 $as_test_x conftest$ac_exeext
14648 }; then
14649 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14650 else
14651 $as_echo "$as_me: failed program was:" >&5
14652 sed 's/^/| /' conftest.$ac_ext >&5
14654 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14657 rm -rf conftest.dSYM
14658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14659 conftest$ac_exeext conftest.$ac_ext
14660 LIBS=$ac_check_lib_save_LIBS
14662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14663 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14664 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14666 cat >>confdefs.h <<\_ACEOF
14667 #define HAVE_LCMS 1
14668 _ACEOF
14670 LCMSLIBS="-llcms"
14674 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14675 case "x$with_cms" in
14676 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14677 xno) ;;
14678 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14679 This is an error since --with-cms was requested." >&5
14680 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14681 This is an error since --with-cms was requested." >&2;}
14682 { (exit 1); exit 1; }; } ;;
14683 esac
14687 if test "x$with_freetype" != "xno"
14688 then
14689 for ac_prog in freetype-config freetype2-config
14691 # Extract the first word of "$ac_prog", so it can be a program name with args.
14692 set dummy $ac_prog; ac_word=$2
14693 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14694 $as_echo_n "checking for $ac_word... " >&6; }
14695 if test "${ac_cv_prog_ft_devel+set}" = set; then
14696 $as_echo_n "(cached) " >&6
14697 else
14698 if test -n "$ft_devel"; then
14699 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14700 else
14701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14702 for as_dir in $PATH
14704 IFS=$as_save_IFS
14705 test -z "$as_dir" && as_dir=.
14706 for ac_exec_ext in '' $ac_executable_extensions; do
14707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14708 ac_cv_prog_ft_devel="$ac_prog"
14709 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14710 break 2
14712 done
14713 done
14714 IFS=$as_save_IFS
14718 ft_devel=$ac_cv_prog_ft_devel
14719 if test -n "$ft_devel"; then
14720 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14721 $as_echo "$ft_devel" >&6; }
14722 else
14723 { $as_echo "$as_me:$LINENO: result: no" >&5
14724 $as_echo "no" >&6; }
14728 test -n "$ft_devel" && break
14729 done
14730 test -n "$ft_devel" || ft_devel="no"
14732 if test "$ft_devel" != "no"
14733 then
14734 ac_freetype_incl=`$ft_devel --cflags`
14735 ac_freetype_libs=`$ft_devel --libs`
14737 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14738 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14739 $as_echo_n "checking for -lfreetype... " >&6; }
14740 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14741 $as_echo_n "(cached) " >&6
14742 else
14743 ac_check_soname_save_LIBS=$LIBS
14744 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14745 cat >conftest.$ac_ext <<_ACEOF
14746 /* confdefs.h. */
14747 _ACEOF
14748 cat confdefs.h >>conftest.$ac_ext
14749 cat >>conftest.$ac_ext <<_ACEOF
14750 /* end confdefs.h. */
14752 /* Override any GCC internal prototype to avoid an error.
14753 Use char because int might match the return type of a GCC
14754 builtin and then its argument prototype would still apply. */
14755 #ifdef __cplusplus
14756 extern "C"
14757 #endif
14758 char FT_Init_FreeType ();
14760 main ()
14762 return FT_Init_FreeType ();
14764 return 0;
14766 _ACEOF
14767 rm -f conftest.$ac_objext conftest$ac_exeext
14768 if { (ac_try="$ac_link"
14769 case "(($ac_try" in
14770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14771 *) ac_try_echo=$ac_try;;
14772 esac
14773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14774 $as_echo "$ac_try_echo") >&5
14775 (eval "$ac_link") 2>conftest.er1
14776 ac_status=$?
14777 grep -v '^ *+' conftest.er1 >conftest.err
14778 rm -f conftest.er1
14779 cat conftest.err >&5
14780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14781 (exit $ac_status); } && {
14782 test -z "$ac_c_werror_flag" ||
14783 test ! -s conftest.err
14784 } && test -s conftest$ac_exeext && {
14785 test "$cross_compiling" = yes ||
14786 $as_test_x conftest$ac_exeext
14787 }; then
14788 case "$LIBEXT" in
14789 dll) ;;
14790 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'` ;;
14791 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14792 esac
14793 else
14794 $as_echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14800 rm -rf conftest.dSYM
14801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14802 conftest$ac_exeext conftest.$ac_ext
14803 LIBS=$ac_check_soname_save_LIBS
14805 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14806 { $as_echo "$as_me:$LINENO: result: not found" >&5
14807 $as_echo "not found" >&6; }
14808 ft_lib=no
14809 else
14810 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14811 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14813 cat >>confdefs.h <<_ACEOF
14814 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14815 _ACEOF
14817 ft_lib=yes
14820 if test "$ft_lib" = "yes"
14821 then
14822 ac_save_CPPFLAGS="$CPPFLAGS"
14823 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14837 for ac_header in ft2build.h \
14838 freetype/freetype.h \
14839 freetype/ftglyph.h \
14840 freetype/fttypes.h \
14841 freetype/tttables.h \
14842 freetype/ftnames.h \
14843 freetype/ftsnames.h \
14844 freetype/ttnameid.h \
14845 freetype/ftoutln.h \
14846 freetype/ftwinfnt.h \
14847 freetype/ftmodapi.h \
14848 freetype/ftlcdfil.h \
14849 freetype/internal/sfnt.h
14851 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14852 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14853 $as_echo_n "checking for $ac_header... " >&6; }
14854 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14855 $as_echo_n "(cached) " >&6
14856 else
14857 cat >conftest.$ac_ext <<_ACEOF
14858 /* confdefs.h. */
14859 _ACEOF
14860 cat confdefs.h >>conftest.$ac_ext
14861 cat >>conftest.$ac_ext <<_ACEOF
14862 /* end confdefs.h. */
14863 #ifdef HAVE_FT2BUILD_H
14864 # include <ft2build.h>
14865 #endif
14867 #include <$ac_header>
14868 _ACEOF
14869 rm -f conftest.$ac_objext
14870 if { (ac_try="$ac_compile"
14871 case "(($ac_try" in
14872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14873 *) ac_try_echo=$ac_try;;
14874 esac
14875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14876 $as_echo "$ac_try_echo") >&5
14877 (eval "$ac_compile") 2>conftest.er1
14878 ac_status=$?
14879 grep -v '^ *+' conftest.er1 >conftest.err
14880 rm -f conftest.er1
14881 cat conftest.err >&5
14882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14883 (exit $ac_status); } && {
14884 test -z "$ac_c_werror_flag" ||
14885 test ! -s conftest.err
14886 } && test -s conftest.$ac_objext; then
14887 eval "$as_ac_Header=yes"
14888 else
14889 $as_echo "$as_me: failed program was:" >&5
14890 sed 's/^/| /' conftest.$ac_ext >&5
14892 eval "$as_ac_Header=no"
14895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14897 ac_res=`eval 'as_val=${'$as_ac_Header'}
14898 $as_echo "$as_val"'`
14899 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14900 $as_echo "$ac_res" >&6; }
14901 as_val=`eval 'as_val=${'$as_ac_Header'}
14902 $as_echo "$as_val"'`
14903 if test "x$as_val" = x""yes; then
14904 cat >>confdefs.h <<_ACEOF
14905 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14906 _ACEOF
14910 done
14912 cat >conftest.$ac_ext <<_ACEOF
14913 /* confdefs.h. */
14914 _ACEOF
14915 cat confdefs.h >>conftest.$ac_ext
14916 cat >>conftest.$ac_ext <<_ACEOF
14917 /* end confdefs.h. */
14918 #include <ft2build.h>
14919 #include <freetype/fttrigon.h>
14920 _ACEOF
14921 if { (ac_try="$ac_cpp conftest.$ac_ext"
14922 case "(($ac_try" in
14923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14924 *) ac_try_echo=$ac_try;;
14925 esac
14926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14927 $as_echo "$ac_try_echo") >&5
14928 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14929 ac_status=$?
14930 grep -v '^ *+' conftest.er1 >conftest.err
14931 rm -f conftest.er1
14932 cat conftest.err >&5
14933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); } >/dev/null && {
14935 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14936 test ! -s conftest.err
14937 }; then
14939 cat >>confdefs.h <<\_ACEOF
14940 #define HAVE_FREETYPE_FTTRIGON_H 1
14941 _ACEOF
14943 wine_cv_fttrigon=yes
14944 else
14945 $as_echo "$as_me: failed program was:" >&5
14946 sed 's/^/| /' conftest.$ac_ext >&5
14948 wine_cv_fttrigon=no
14951 rm -f conftest.err conftest.$ac_ext
14952 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14953 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14954 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14955 $as_echo_n "(cached) " >&6
14956 else
14957 ac_cv_type_FT_TrueTypeEngineType=no
14958 cat >conftest.$ac_ext <<_ACEOF
14959 /* confdefs.h. */
14960 _ACEOF
14961 cat confdefs.h >>conftest.$ac_ext
14962 cat >>conftest.$ac_ext <<_ACEOF
14963 /* end confdefs.h. */
14964 #include <freetype/ftmodapi.h>
14967 main ()
14969 if (sizeof (FT_TrueTypeEngineType))
14970 return 0;
14972 return 0;
14974 _ACEOF
14975 rm -f conftest.$ac_objext
14976 if { (ac_try="$ac_compile"
14977 case "(($ac_try" in
14978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14979 *) ac_try_echo=$ac_try;;
14980 esac
14981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14982 $as_echo "$ac_try_echo") >&5
14983 (eval "$ac_compile") 2>conftest.er1
14984 ac_status=$?
14985 grep -v '^ *+' conftest.er1 >conftest.err
14986 rm -f conftest.er1
14987 cat conftest.err >&5
14988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); } && {
14990 test -z "$ac_c_werror_flag" ||
14991 test ! -s conftest.err
14992 } && test -s conftest.$ac_objext; then
14993 cat >conftest.$ac_ext <<_ACEOF
14994 /* confdefs.h. */
14995 _ACEOF
14996 cat confdefs.h >>conftest.$ac_ext
14997 cat >>conftest.$ac_ext <<_ACEOF
14998 /* end confdefs.h. */
14999 #include <freetype/ftmodapi.h>
15002 main ()
15004 if (sizeof ((FT_TrueTypeEngineType)))
15005 return 0;
15007 return 0;
15009 _ACEOF
15010 rm -f conftest.$ac_objext
15011 if { (ac_try="$ac_compile"
15012 case "(($ac_try" in
15013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15015 esac
15016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15017 $as_echo "$ac_try_echo") >&5
15018 (eval "$ac_compile") 2>conftest.er1
15019 ac_status=$?
15020 grep -v '^ *+' conftest.er1 >conftest.err
15021 rm -f conftest.er1
15022 cat conftest.err >&5
15023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024 (exit $ac_status); } && {
15025 test -z "$ac_c_werror_flag" ||
15026 test ! -s conftest.err
15027 } && test -s conftest.$ac_objext; then
15029 else
15030 $as_echo "$as_me: failed program was:" >&5
15031 sed 's/^/| /' conftest.$ac_ext >&5
15033 ac_cv_type_FT_TrueTypeEngineType=yes
15036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15037 else
15038 $as_echo "$as_me: failed program was:" >&5
15039 sed 's/^/| /' conftest.$ac_ext >&5
15044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15046 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15047 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15048 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15050 cat >>confdefs.h <<_ACEOF
15051 #define HAVE_FT_TRUETYPEENGINETYPE 1
15052 _ACEOF
15057 ac_save_CFLAGS="$CFLAGS"
15058 CFLAGS="$CFLAGS $ac_freetype_libs"
15060 for ac_func in FT_Load_Sfnt_Table
15062 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15063 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15064 $as_echo_n "checking for $ac_func... " >&6; }
15065 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15066 $as_echo_n "(cached) " >&6
15067 else
15068 cat >conftest.$ac_ext <<_ACEOF
15069 /* confdefs.h. */
15070 _ACEOF
15071 cat confdefs.h >>conftest.$ac_ext
15072 cat >>conftest.$ac_ext <<_ACEOF
15073 /* end confdefs.h. */
15074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15076 #define $ac_func innocuous_$ac_func
15078 /* System header to define __stub macros and hopefully few prototypes,
15079 which can conflict with char $ac_func (); below.
15080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15081 <limits.h> exists even on freestanding compilers. */
15083 #ifdef __STDC__
15084 # include <limits.h>
15085 #else
15086 # include <assert.h>
15087 #endif
15089 #undef $ac_func
15091 /* Override any GCC internal prototype to avoid an error.
15092 Use char because int might match the return type of a GCC
15093 builtin and then its argument prototype would still apply. */
15094 #ifdef __cplusplus
15095 extern "C"
15096 #endif
15097 char $ac_func ();
15098 /* The GNU C library defines this for functions which it implements
15099 to always fail with ENOSYS. Some functions are actually named
15100 something starting with __ and the normal name is an alias. */
15101 #if defined __stub_$ac_func || defined __stub___$ac_func
15102 choke me
15103 #endif
15106 main ()
15108 return $ac_func ();
15110 return 0;
15112 _ACEOF
15113 rm -f conftest.$ac_objext conftest$ac_exeext
15114 if { (ac_try="$ac_link"
15115 case "(($ac_try" in
15116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15117 *) ac_try_echo=$ac_try;;
15118 esac
15119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15120 $as_echo "$ac_try_echo") >&5
15121 (eval "$ac_link") 2>conftest.er1
15122 ac_status=$?
15123 grep -v '^ *+' conftest.er1 >conftest.err
15124 rm -f conftest.er1
15125 cat conftest.err >&5
15126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15127 (exit $ac_status); } && {
15128 test -z "$ac_c_werror_flag" ||
15129 test ! -s conftest.err
15130 } && test -s conftest$ac_exeext && {
15131 test "$cross_compiling" = yes ||
15132 $as_test_x conftest$ac_exeext
15133 }; then
15134 eval "$as_ac_var=yes"
15135 else
15136 $as_echo "$as_me: failed program was:" >&5
15137 sed 's/^/| /' conftest.$ac_ext >&5
15139 eval "$as_ac_var=no"
15142 rm -rf conftest.dSYM
15143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15144 conftest$ac_exeext conftest.$ac_ext
15146 ac_res=`eval 'as_val=${'$as_ac_var'}
15147 $as_echo "$as_val"'`
15148 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15149 $as_echo "$ac_res" >&6; }
15150 as_val=`eval 'as_val=${'$as_ac_var'}
15151 $as_echo "$as_val"'`
15152 if test "x$as_val" = x""yes; then
15153 cat >>confdefs.h <<_ACEOF
15154 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15155 _ACEOF
15158 done
15160 CFLAGS="$ac_save_CFLAGS"
15161 CPPFLAGS="$ac_save_CPPFLAGS"
15162 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15163 then
15165 cat >>confdefs.h <<\_ACEOF
15166 #define HAVE_FREETYPE 1
15167 _ACEOF
15169 FREETYPELIBS="$ac_freetype_libs"
15171 FREETYPEINCL="$ac_freetype_incl"
15176 if test "x$FREETYPELIBS" = "x"; then
15177 case "x$with_freetype" in
15178 xno) ;;
15179 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15180 Use the --without-freetype option if you really want this." >&5
15181 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15182 Use the --without-freetype option if you really want this." >&2;}
15183 { (exit 1); exit 1; }; } ;;
15184 esac
15187 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15189 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15190 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15191 if test "${ac_cv_c_ppdev+set}" = set; then
15192 $as_echo_n "(cached) " >&6
15193 else
15194 cat >conftest.$ac_ext <<_ACEOF
15195 /* confdefs.h. */
15196 _ACEOF
15197 cat confdefs.h >>conftest.$ac_ext
15198 cat >>conftest.$ac_ext <<_ACEOF
15199 /* end confdefs.h. */
15200 #include <linux/ppdev.h>
15202 main ()
15204 ioctl (1,PPCLAIM,0)
15206 return 0;
15208 _ACEOF
15209 rm -f conftest.$ac_objext
15210 if { (ac_try="$ac_compile"
15211 case "(($ac_try" in
15212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15214 esac
15215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15216 $as_echo "$ac_try_echo") >&5
15217 (eval "$ac_compile") 2>conftest.er1
15218 ac_status=$?
15219 grep -v '^ *+' conftest.er1 >conftest.err
15220 rm -f conftest.er1
15221 cat conftest.err >&5
15222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15223 (exit $ac_status); } && {
15224 test -z "$ac_c_werror_flag" ||
15225 test ! -s conftest.err
15226 } && test -s conftest.$ac_objext; then
15227 ac_cv_c_ppdev="yes"
15228 else
15229 $as_echo "$as_me: failed program was:" >&5
15230 sed 's/^/| /' conftest.$ac_ext >&5
15232 ac_cv_c_ppdev="no"
15235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15237 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15238 $as_echo "$ac_cv_c_ppdev" >&6; }
15239 if test "$ac_cv_c_ppdev" = "yes"
15240 then
15242 cat >>confdefs.h <<\_ACEOF
15243 #define HAVE_PPDEV 1
15244 _ACEOF
15248 ac_wine_check_funcs_save_LIBS="$LIBS"
15249 LIBS="$LIBS $LIBPTHREAD"
15254 for ac_func in \
15255 pthread_attr_get_np \
15256 pthread_getattr_np \
15257 pthread_get_stackaddr_np \
15258 pthread_get_stacksize_np
15260 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15261 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15262 $as_echo_n "checking for $ac_func... " >&6; }
15263 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15264 $as_echo_n "(cached) " >&6
15265 else
15266 cat >conftest.$ac_ext <<_ACEOF
15267 /* confdefs.h. */
15268 _ACEOF
15269 cat confdefs.h >>conftest.$ac_ext
15270 cat >>conftest.$ac_ext <<_ACEOF
15271 /* end confdefs.h. */
15272 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15273 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15274 #define $ac_func innocuous_$ac_func
15276 /* System header to define __stub macros and hopefully few prototypes,
15277 which can conflict with char $ac_func (); below.
15278 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15279 <limits.h> exists even on freestanding compilers. */
15281 #ifdef __STDC__
15282 # include <limits.h>
15283 #else
15284 # include <assert.h>
15285 #endif
15287 #undef $ac_func
15289 /* Override any GCC internal prototype to avoid an error.
15290 Use char because int might match the return type of a GCC
15291 builtin and then its argument prototype would still apply. */
15292 #ifdef __cplusplus
15293 extern "C"
15294 #endif
15295 char $ac_func ();
15296 /* The GNU C library defines this for functions which it implements
15297 to always fail with ENOSYS. Some functions are actually named
15298 something starting with __ and the normal name is an alias. */
15299 #if defined __stub_$ac_func || defined __stub___$ac_func
15300 choke me
15301 #endif
15304 main ()
15306 return $ac_func ();
15308 return 0;
15310 _ACEOF
15311 rm -f conftest.$ac_objext conftest$ac_exeext
15312 if { (ac_try="$ac_link"
15313 case "(($ac_try" in
15314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15315 *) ac_try_echo=$ac_try;;
15316 esac
15317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15318 $as_echo "$ac_try_echo") >&5
15319 (eval "$ac_link") 2>conftest.er1
15320 ac_status=$?
15321 grep -v '^ *+' conftest.er1 >conftest.err
15322 rm -f conftest.er1
15323 cat conftest.err >&5
15324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15325 (exit $ac_status); } && {
15326 test -z "$ac_c_werror_flag" ||
15327 test ! -s conftest.err
15328 } && test -s conftest$ac_exeext && {
15329 test "$cross_compiling" = yes ||
15330 $as_test_x conftest$ac_exeext
15331 }; then
15332 eval "$as_ac_var=yes"
15333 else
15334 $as_echo "$as_me: failed program was:" >&5
15335 sed 's/^/| /' conftest.$ac_ext >&5
15337 eval "$as_ac_var=no"
15340 rm -rf conftest.dSYM
15341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15342 conftest$ac_exeext conftest.$ac_ext
15344 ac_res=`eval 'as_val=${'$as_ac_var'}
15345 $as_echo "$as_val"'`
15346 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15347 $as_echo "$ac_res" >&6; }
15348 as_val=`eval 'as_val=${'$as_ac_var'}
15349 $as_echo "$as_val"'`
15350 if test "x$as_val" = x""yes; then
15351 cat >>confdefs.h <<_ACEOF
15352 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15353 _ACEOF
15356 done
15358 LIBS="$ac_wine_check_funcs_save_LIBS"
15360 if test "x$with_esd" != xno
15361 then
15362 save_CFLAGS="$CFLAGS"
15363 # Extract the first word of "esd-config", so it can be a program name with args.
15364 set dummy esd-config; ac_word=$2
15365 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15366 $as_echo_n "checking for $ac_word... " >&6; }
15367 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15368 $as_echo_n "(cached) " >&6
15369 else
15370 case $ESDCONFIG in
15371 [\\/]* | ?:[\\/]*)
15372 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15376 for as_dir in $PATH
15378 IFS=$as_save_IFS
15379 test -z "$as_dir" && as_dir=.
15380 for ac_exec_ext in '' $ac_executable_extensions; do
15381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15382 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15383 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15384 break 2
15386 done
15387 done
15388 IFS=$as_save_IFS
15390 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15392 esac
15394 ESDCONFIG=$ac_cv_path_ESDCONFIG
15395 if test -n "$ESDCONFIG"; then
15396 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15397 $as_echo "$ESDCONFIG" >&6; }
15398 else
15399 { $as_echo "$as_me:$LINENO: result: no" >&5
15400 $as_echo "no" >&6; }
15404 if test "x$ESDCONFIG" != "xno"
15405 then
15406 ac_esd_incl=""
15407 for i in `$ESDCONFIG --cflags`
15409 case "$i" in
15410 -I*) ac_esd_incl="$ac_esd_incl $i";;
15411 esac
15412 done
15413 ac_esd_libs=`$ESDCONFIG --libs`
15414 CFLAGS="$CFLAGS $ac_esd_incl"
15416 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15417 if test "${ac_cv_header_esd_h+set}" = set; then
15418 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15419 $as_echo_n "checking for esd.h... " >&6; }
15420 if test "${ac_cv_header_esd_h+set}" = set; then
15421 $as_echo_n "(cached) " >&6
15423 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15424 $as_echo "$ac_cv_header_esd_h" >&6; }
15425 else
15426 # Is the header compilable?
15427 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15428 $as_echo_n "checking esd.h usability... " >&6; }
15429 cat >conftest.$ac_ext <<_ACEOF
15430 /* confdefs.h. */
15431 _ACEOF
15432 cat confdefs.h >>conftest.$ac_ext
15433 cat >>conftest.$ac_ext <<_ACEOF
15434 /* end confdefs.h. */
15435 $ac_includes_default
15436 #include <esd.h>
15437 _ACEOF
15438 rm -f conftest.$ac_objext
15439 if { (ac_try="$ac_compile"
15440 case "(($ac_try" in
15441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15442 *) ac_try_echo=$ac_try;;
15443 esac
15444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15445 $as_echo "$ac_try_echo") >&5
15446 (eval "$ac_compile") 2>conftest.er1
15447 ac_status=$?
15448 grep -v '^ *+' conftest.er1 >conftest.err
15449 rm -f conftest.er1
15450 cat conftest.err >&5
15451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15452 (exit $ac_status); } && {
15453 test -z "$ac_c_werror_flag" ||
15454 test ! -s conftest.err
15455 } && test -s conftest.$ac_objext; then
15456 ac_header_compiler=yes
15457 else
15458 $as_echo "$as_me: failed program was:" >&5
15459 sed 's/^/| /' conftest.$ac_ext >&5
15461 ac_header_compiler=no
15464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15465 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15466 $as_echo "$ac_header_compiler" >&6; }
15468 # Is the header present?
15469 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15470 $as_echo_n "checking esd.h presence... " >&6; }
15471 cat >conftest.$ac_ext <<_ACEOF
15472 /* confdefs.h. */
15473 _ACEOF
15474 cat confdefs.h >>conftest.$ac_ext
15475 cat >>conftest.$ac_ext <<_ACEOF
15476 /* end confdefs.h. */
15477 #include <esd.h>
15478 _ACEOF
15479 if { (ac_try="$ac_cpp conftest.$ac_ext"
15480 case "(($ac_try" in
15481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15482 *) ac_try_echo=$ac_try;;
15483 esac
15484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15485 $as_echo "$ac_try_echo") >&5
15486 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15487 ac_status=$?
15488 grep -v '^ *+' conftest.er1 >conftest.err
15489 rm -f conftest.er1
15490 cat conftest.err >&5
15491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15492 (exit $ac_status); } >/dev/null && {
15493 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15494 test ! -s conftest.err
15495 }; then
15496 ac_header_preproc=yes
15497 else
15498 $as_echo "$as_me: failed program was:" >&5
15499 sed 's/^/| /' conftest.$ac_ext >&5
15501 ac_header_preproc=no
15504 rm -f conftest.err conftest.$ac_ext
15505 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15506 $as_echo "$ac_header_preproc" >&6; }
15508 # So? What about this header?
15509 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15510 yes:no: )
15511 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15512 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15513 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15514 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15515 ac_header_preproc=yes
15517 no:yes:* )
15518 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15519 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15520 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15521 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15522 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15523 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15524 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15525 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15526 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15527 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15528 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15529 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15530 ( cat <<\_ASBOX
15531 ## ------------------------------------ ##
15532 ## Report this to wine-devel@winehq.org ##
15533 ## ------------------------------------ ##
15534 _ASBOX
15535 ) | sed "s/^/$as_me: WARNING: /" >&2
15537 esac
15538 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15539 $as_echo_n "checking for esd.h... " >&6; }
15540 if test "${ac_cv_header_esd_h+set}" = set; then
15541 $as_echo_n "(cached) " >&6
15542 else
15543 ac_cv_header_esd_h=$ac_header_preproc
15545 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15546 $as_echo "$ac_cv_header_esd_h" >&6; }
15549 if test "x$ac_cv_header_esd_h" = x""yes; then
15550 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15551 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15552 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15553 $as_echo_n "(cached) " >&6
15554 else
15555 ac_check_lib_save_LIBS=$LIBS
15556 LIBS="-lesd $ac_esd_libs $LIBS"
15557 cat >conftest.$ac_ext <<_ACEOF
15558 /* confdefs.h. */
15559 _ACEOF
15560 cat confdefs.h >>conftest.$ac_ext
15561 cat >>conftest.$ac_ext <<_ACEOF
15562 /* end confdefs.h. */
15564 /* Override any GCC internal prototype to avoid an error.
15565 Use char because int might match the return type of a GCC
15566 builtin and then its argument prototype would still apply. */
15567 #ifdef __cplusplus
15568 extern "C"
15569 #endif
15570 char esd_open_sound ();
15572 main ()
15574 return esd_open_sound ();
15576 return 0;
15578 _ACEOF
15579 rm -f conftest.$ac_objext conftest$ac_exeext
15580 if { (ac_try="$ac_link"
15581 case "(($ac_try" in
15582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15583 *) ac_try_echo=$ac_try;;
15584 esac
15585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15586 $as_echo "$ac_try_echo") >&5
15587 (eval "$ac_link") 2>conftest.er1
15588 ac_status=$?
15589 grep -v '^ *+' conftest.er1 >conftest.err
15590 rm -f conftest.er1
15591 cat conftest.err >&5
15592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15593 (exit $ac_status); } && {
15594 test -z "$ac_c_werror_flag" ||
15595 test ! -s conftest.err
15596 } && test -s conftest$ac_exeext && {
15597 test "$cross_compiling" = yes ||
15598 $as_test_x conftest$ac_exeext
15599 }; then
15600 ac_cv_lib_esd_esd_open_sound=yes
15601 else
15602 $as_echo "$as_me: failed program was:" >&5
15603 sed 's/^/| /' conftest.$ac_ext >&5
15605 ac_cv_lib_esd_esd_open_sound=no
15608 rm -rf conftest.dSYM
15609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15610 conftest$ac_exeext conftest.$ac_ext
15611 LIBS=$ac_check_lib_save_LIBS
15613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15614 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15615 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15616 ESDINCL="$ac_esd_incl"
15618 ESDLIBS="$ac_esd_libs"
15621 cat >>confdefs.h <<\_ACEOF
15622 #define HAVE_ESD 1
15623 _ACEOF
15630 CFLAGS="$save_CFLAGS"
15633 ALSALIBS=""
15635 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15636 then
15637 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15638 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15639 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15640 $as_echo_n "(cached) " >&6
15641 else
15642 ac_check_lib_save_LIBS=$LIBS
15643 LIBS="-lasound $LIBS"
15644 cat >conftest.$ac_ext <<_ACEOF
15645 /* confdefs.h. */
15646 _ACEOF
15647 cat confdefs.h >>conftest.$ac_ext
15648 cat >>conftest.$ac_ext <<_ACEOF
15649 /* end confdefs.h. */
15651 /* Override any GCC internal prototype to avoid an error.
15652 Use char because int might match the return type of a GCC
15653 builtin and then its argument prototype would still apply. */
15654 #ifdef __cplusplus
15655 extern "C"
15656 #endif
15657 char snd_pcm_hw_params_get_access ();
15659 main ()
15661 return snd_pcm_hw_params_get_access ();
15663 return 0;
15665 _ACEOF
15666 rm -f conftest.$ac_objext conftest$ac_exeext
15667 if { (ac_try="$ac_link"
15668 case "(($ac_try" in
15669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15670 *) ac_try_echo=$ac_try;;
15671 esac
15672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15673 $as_echo "$ac_try_echo") >&5
15674 (eval "$ac_link") 2>conftest.er1
15675 ac_status=$?
15676 grep -v '^ *+' conftest.er1 >conftest.err
15677 rm -f conftest.er1
15678 cat conftest.err >&5
15679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680 (exit $ac_status); } && {
15681 test -z "$ac_c_werror_flag" ||
15682 test ! -s conftest.err
15683 } && test -s conftest$ac_exeext && {
15684 test "$cross_compiling" = yes ||
15685 $as_test_x conftest$ac_exeext
15686 }; then
15687 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15688 else
15689 $as_echo "$as_me: failed program was:" >&5
15690 sed 's/^/| /' conftest.$ac_ext >&5
15692 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15695 rm -rf conftest.dSYM
15696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15697 conftest$ac_exeext conftest.$ac_ext
15698 LIBS=$ac_check_lib_save_LIBS
15700 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15701 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15702 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15703 cat >conftest.$ac_ext <<_ACEOF
15704 /* confdefs.h. */
15705 _ACEOF
15706 cat confdefs.h >>conftest.$ac_ext
15707 cat >>conftest.$ac_ext <<_ACEOF
15708 /* end confdefs.h. */
15709 #ifdef HAVE_ALSA_ASOUNDLIB_H
15710 #include <alsa/asoundlib.h>
15711 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15712 #include <sys/asoundlib.h>
15713 #endif
15715 main ()
15717 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15719 return 0;
15721 _ACEOF
15722 rm -f conftest.$ac_objext
15723 if { (ac_try="$ac_compile"
15724 case "(($ac_try" in
15725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726 *) ac_try_echo=$ac_try;;
15727 esac
15728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15729 $as_echo "$ac_try_echo") >&5
15730 (eval "$ac_compile") 2>conftest.er1
15731 ac_status=$?
15732 grep -v '^ *+' conftest.er1 >conftest.err
15733 rm -f conftest.er1
15734 cat conftest.err >&5
15735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736 (exit $ac_status); } && {
15737 test -z "$ac_c_werror_flag" ||
15738 test ! -s conftest.err
15739 } && test -s conftest.$ac_objext; then
15741 cat >>confdefs.h <<\_ACEOF
15742 #define HAVE_ALSA 1
15743 _ACEOF
15745 ALSALIBS="-lasound"
15746 else
15747 $as_echo "$as_me: failed program was:" >&5
15748 sed 's/^/| /' conftest.$ac_ext >&5
15753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15758 AUDIOIOLIBS=""
15760 if test "$ac_cv_header_libaudioio_h" = "yes"
15761 then
15762 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15763 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15764 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15765 $as_echo_n "(cached) " >&6
15766 else
15767 ac_check_lib_save_LIBS=$LIBS
15768 LIBS="-laudioio $LIBS"
15769 cat >conftest.$ac_ext <<_ACEOF
15770 /* confdefs.h. */
15771 _ACEOF
15772 cat confdefs.h >>conftest.$ac_ext
15773 cat >>conftest.$ac_ext <<_ACEOF
15774 /* end confdefs.h. */
15776 /* Override any GCC internal prototype to avoid an error.
15777 Use char because int might match the return type of a GCC
15778 builtin and then its argument prototype would still apply. */
15779 #ifdef __cplusplus
15780 extern "C"
15781 #endif
15782 char AudioIOGetVersion ();
15784 main ()
15786 return AudioIOGetVersion ();
15788 return 0;
15790 _ACEOF
15791 rm -f conftest.$ac_objext conftest$ac_exeext
15792 if { (ac_try="$ac_link"
15793 case "(($ac_try" in
15794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15795 *) ac_try_echo=$ac_try;;
15796 esac
15797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15798 $as_echo "$ac_try_echo") >&5
15799 (eval "$ac_link") 2>conftest.er1
15800 ac_status=$?
15801 grep -v '^ *+' conftest.er1 >conftest.err
15802 rm -f conftest.er1
15803 cat conftest.err >&5
15804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15805 (exit $ac_status); } && {
15806 test -z "$ac_c_werror_flag" ||
15807 test ! -s conftest.err
15808 } && test -s conftest$ac_exeext && {
15809 test "$cross_compiling" = yes ||
15810 $as_test_x conftest$ac_exeext
15811 }; then
15812 ac_cv_lib_audioio_AudioIOGetVersion=yes
15813 else
15814 $as_echo "$as_me: failed program was:" >&5
15815 sed 's/^/| /' conftest.$ac_ext >&5
15817 ac_cv_lib_audioio_AudioIOGetVersion=no
15820 rm -rf conftest.dSYM
15821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15822 conftest$ac_exeext conftest.$ac_ext
15823 LIBS=$ac_check_lib_save_LIBS
15825 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15826 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15827 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15828 AUDIOIOLIBS="-laudioio"
15830 cat >>confdefs.h <<\_ACEOF
15831 #define HAVE_LIBAUDIOIO 1
15832 _ACEOF
15839 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15840 then
15841 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15842 $as_echo_n "checking for -lcapi20... " >&6; }
15843 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15844 $as_echo_n "(cached) " >&6
15845 else
15846 ac_check_soname_save_LIBS=$LIBS
15847 LIBS="-lcapi20 $LIBS"
15848 cat >conftest.$ac_ext <<_ACEOF
15849 /* confdefs.h. */
15850 _ACEOF
15851 cat confdefs.h >>conftest.$ac_ext
15852 cat >>conftest.$ac_ext <<_ACEOF
15853 /* end confdefs.h. */
15855 /* Override any GCC internal prototype to avoid an error.
15856 Use char because int might match the return type of a GCC
15857 builtin and then its argument prototype would still apply. */
15858 #ifdef __cplusplus
15859 extern "C"
15860 #endif
15861 char capi20_register ();
15863 main ()
15865 return capi20_register ();
15867 return 0;
15869 _ACEOF
15870 rm -f conftest.$ac_objext conftest$ac_exeext
15871 if { (ac_try="$ac_link"
15872 case "(($ac_try" in
15873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15874 *) ac_try_echo=$ac_try;;
15875 esac
15876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15877 $as_echo "$ac_try_echo") >&5
15878 (eval "$ac_link") 2>conftest.er1
15879 ac_status=$?
15880 grep -v '^ *+' conftest.er1 >conftest.err
15881 rm -f conftest.er1
15882 cat conftest.err >&5
15883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15884 (exit $ac_status); } && {
15885 test -z "$ac_c_werror_flag" ||
15886 test ! -s conftest.err
15887 } && test -s conftest$ac_exeext && {
15888 test "$cross_compiling" = yes ||
15889 $as_test_x conftest$ac_exeext
15890 }; then
15891 case "$LIBEXT" in
15892 dll) ;;
15893 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'` ;;
15894 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15895 esac
15896 else
15897 $as_echo "$as_me: failed program was:" >&5
15898 sed 's/^/| /' conftest.$ac_ext >&5
15903 rm -rf conftest.dSYM
15904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15905 conftest$ac_exeext conftest.$ac_ext
15906 LIBS=$ac_check_soname_save_LIBS
15908 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15909 { $as_echo "$as_me:$LINENO: result: not found" >&5
15910 $as_echo "not found" >&6; }
15912 else
15913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15914 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15918 _ACEOF
15924 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15925 case "x$with_capi" in
15926 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15927 xno) ;;
15928 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15929 This is an error since --with-capi was requested." >&5
15930 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15931 This is an error since --with-capi was requested." >&2;}
15932 { (exit 1); exit 1; }; } ;;
15933 esac
15937 CUPSINCL=""
15939 if test "x$with_cups" != "xno"
15940 then
15941 ac_save_CPPFLAGS="$CPPFLAGS"
15942 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15943 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15944 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15946 for ac_header in cups/cups.h
15948 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15950 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15951 $as_echo_n "checking for $ac_header... " >&6; }
15952 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15953 $as_echo_n "(cached) " >&6
15955 ac_res=`eval 'as_val=${'$as_ac_Header'}
15956 $as_echo "$as_val"'`
15957 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15958 $as_echo "$ac_res" >&6; }
15959 else
15960 # Is the header compilable?
15961 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15962 $as_echo_n "checking $ac_header usability... " >&6; }
15963 cat >conftest.$ac_ext <<_ACEOF
15964 /* confdefs.h. */
15965 _ACEOF
15966 cat confdefs.h >>conftest.$ac_ext
15967 cat >>conftest.$ac_ext <<_ACEOF
15968 /* end confdefs.h. */
15969 $ac_includes_default
15970 #include <$ac_header>
15971 _ACEOF
15972 rm -f conftest.$ac_objext
15973 if { (ac_try="$ac_compile"
15974 case "(($ac_try" in
15975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15976 *) ac_try_echo=$ac_try;;
15977 esac
15978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15979 $as_echo "$ac_try_echo") >&5
15980 (eval "$ac_compile") 2>conftest.er1
15981 ac_status=$?
15982 grep -v '^ *+' conftest.er1 >conftest.err
15983 rm -f conftest.er1
15984 cat conftest.err >&5
15985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15986 (exit $ac_status); } && {
15987 test -z "$ac_c_werror_flag" ||
15988 test ! -s conftest.err
15989 } && test -s conftest.$ac_objext; then
15990 ac_header_compiler=yes
15991 else
15992 $as_echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.$ac_ext >&5
15995 ac_header_compiler=no
15998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15999 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16000 $as_echo "$ac_header_compiler" >&6; }
16002 # Is the header present?
16003 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16004 $as_echo_n "checking $ac_header presence... " >&6; }
16005 cat >conftest.$ac_ext <<_ACEOF
16006 /* confdefs.h. */
16007 _ACEOF
16008 cat confdefs.h >>conftest.$ac_ext
16009 cat >>conftest.$ac_ext <<_ACEOF
16010 /* end confdefs.h. */
16011 #include <$ac_header>
16012 _ACEOF
16013 if { (ac_try="$ac_cpp conftest.$ac_ext"
16014 case "(($ac_try" in
16015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16016 *) ac_try_echo=$ac_try;;
16017 esac
16018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16019 $as_echo "$ac_try_echo") >&5
16020 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16021 ac_status=$?
16022 grep -v '^ *+' conftest.er1 >conftest.err
16023 rm -f conftest.er1
16024 cat conftest.err >&5
16025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16026 (exit $ac_status); } >/dev/null && {
16027 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16028 test ! -s conftest.err
16029 }; then
16030 ac_header_preproc=yes
16031 else
16032 $as_echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.$ac_ext >&5
16035 ac_header_preproc=no
16038 rm -f conftest.err conftest.$ac_ext
16039 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16040 $as_echo "$ac_header_preproc" >&6; }
16042 # So? What about this header?
16043 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16044 yes:no: )
16045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16046 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16048 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16049 ac_header_preproc=yes
16051 no:yes:* )
16052 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16053 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16054 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16055 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16056 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16057 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16058 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16059 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16060 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16061 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16062 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16063 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16064 ( cat <<\_ASBOX
16065 ## ------------------------------------ ##
16066 ## Report this to wine-devel@winehq.org ##
16067 ## ------------------------------------ ##
16068 _ASBOX
16069 ) | sed "s/^/$as_me: WARNING: /" >&2
16071 esac
16072 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16073 $as_echo_n "checking for $ac_header... " >&6; }
16074 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16075 $as_echo_n "(cached) " >&6
16076 else
16077 eval "$as_ac_Header=\$ac_header_preproc"
16079 ac_res=`eval 'as_val=${'$as_ac_Header'}
16080 $as_echo "$as_val"'`
16081 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16082 $as_echo "$ac_res" >&6; }
16085 as_val=`eval 'as_val=${'$as_ac_Header'}
16086 $as_echo "$as_val"'`
16087 if test "x$as_val" = x""yes; then
16088 cat >>confdefs.h <<_ACEOF
16089 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16090 _ACEOF
16091 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16092 $as_echo_n "checking for -lcups... " >&6; }
16093 if test "${ac_cv_lib_soname_cups+set}" = set; then
16094 $as_echo_n "(cached) " >&6
16095 else
16096 ac_check_soname_save_LIBS=$LIBS
16097 LIBS="-lcups $ac_cups_libs $LIBS"
16098 cat >conftest.$ac_ext <<_ACEOF
16099 /* confdefs.h. */
16100 _ACEOF
16101 cat confdefs.h >>conftest.$ac_ext
16102 cat >>conftest.$ac_ext <<_ACEOF
16103 /* end confdefs.h. */
16105 /* Override any GCC internal prototype to avoid an error.
16106 Use char because int might match the return type of a GCC
16107 builtin and then its argument prototype would still apply. */
16108 #ifdef __cplusplus
16109 extern "C"
16110 #endif
16111 char cupsGetDefault ();
16113 main ()
16115 return cupsGetDefault ();
16117 return 0;
16119 _ACEOF
16120 rm -f conftest.$ac_objext conftest$ac_exeext
16121 if { (ac_try="$ac_link"
16122 case "(($ac_try" in
16123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16124 *) ac_try_echo=$ac_try;;
16125 esac
16126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16127 $as_echo "$ac_try_echo") >&5
16128 (eval "$ac_link") 2>conftest.er1
16129 ac_status=$?
16130 grep -v '^ *+' conftest.er1 >conftest.err
16131 rm -f conftest.er1
16132 cat conftest.err >&5
16133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); } && {
16135 test -z "$ac_c_werror_flag" ||
16136 test ! -s conftest.err
16137 } && test -s conftest$ac_exeext && {
16138 test "$cross_compiling" = yes ||
16139 $as_test_x conftest$ac_exeext
16140 }; then
16141 case "$LIBEXT" in
16142 dll) ;;
16143 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'` ;;
16144 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16145 esac
16146 else
16147 $as_echo "$as_me: failed program was:" >&5
16148 sed 's/^/| /' conftest.$ac_ext >&5
16153 rm -rf conftest.dSYM
16154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16155 conftest$ac_exeext conftest.$ac_ext
16156 LIBS=$ac_check_soname_save_LIBS
16158 if test "x$ac_cv_lib_soname_cups" = "x"; then
16159 { $as_echo "$as_me:$LINENO: result: not found" >&5
16160 $as_echo "not found" >&6; }
16162 else
16163 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16164 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16166 cat >>confdefs.h <<_ACEOF
16167 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16168 _ACEOF
16170 CUPSINCL="$ac_cups_cflags"
16175 done
16177 CPPFLAGS="$ac_save_CPPFLAGS"
16179 if test "x$ac_cv_lib_soname_cups" = "x"; then
16180 case "x$with_cups" in
16181 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16182 xno) ;;
16183 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16184 This is an error since --with-cups was requested." >&5
16185 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16186 This is an error since --with-cups was requested." >&2;}
16187 { (exit 1); exit 1; }; } ;;
16188 esac
16192 if test "$ac_cv_header_jack_jack_h" = "yes"
16193 then
16194 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16195 $as_echo_n "checking for -ljack... " >&6; }
16196 if test "${ac_cv_lib_soname_jack+set}" = set; then
16197 $as_echo_n "(cached) " >&6
16198 else
16199 ac_check_soname_save_LIBS=$LIBS
16200 LIBS="-ljack $LIBS"
16201 cat >conftest.$ac_ext <<_ACEOF
16202 /* confdefs.h. */
16203 _ACEOF
16204 cat confdefs.h >>conftest.$ac_ext
16205 cat >>conftest.$ac_ext <<_ACEOF
16206 /* end confdefs.h. */
16208 /* Override any GCC internal prototype to avoid an error.
16209 Use char because int might match the return type of a GCC
16210 builtin and then its argument prototype would still apply. */
16211 #ifdef __cplusplus
16212 extern "C"
16213 #endif
16214 char jack_client_new ();
16216 main ()
16218 return jack_client_new ();
16220 return 0;
16222 _ACEOF
16223 rm -f conftest.$ac_objext conftest$ac_exeext
16224 if { (ac_try="$ac_link"
16225 case "(($ac_try" in
16226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16227 *) ac_try_echo=$ac_try;;
16228 esac
16229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16230 $as_echo "$ac_try_echo") >&5
16231 (eval "$ac_link") 2>conftest.er1
16232 ac_status=$?
16233 grep -v '^ *+' conftest.er1 >conftest.err
16234 rm -f conftest.er1
16235 cat conftest.err >&5
16236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); } && {
16238 test -z "$ac_c_werror_flag" ||
16239 test ! -s conftest.err
16240 } && test -s conftest$ac_exeext && {
16241 test "$cross_compiling" = yes ||
16242 $as_test_x conftest$ac_exeext
16243 }; then
16244 case "$LIBEXT" in
16245 dll) ;;
16246 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'` ;;
16247 *) 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'` ;;
16248 esac
16249 else
16250 $as_echo "$as_me: failed program was:" >&5
16251 sed 's/^/| /' conftest.$ac_ext >&5
16256 rm -rf conftest.dSYM
16257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16258 conftest$ac_exeext conftest.$ac_ext
16259 LIBS=$ac_check_soname_save_LIBS
16261 if test "x$ac_cv_lib_soname_jack" = "x"; then
16262 { $as_echo "$as_me:$LINENO: result: not found" >&5
16263 $as_echo "not found" >&6; }
16265 else
16266 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16267 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16269 cat >>confdefs.h <<_ACEOF
16270 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16271 _ACEOF
16278 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16279 then
16280 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16281 $as_echo_n "checking for -lfontconfig... " >&6; }
16282 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16283 $as_echo_n "(cached) " >&6
16284 else
16285 ac_check_soname_save_LIBS=$LIBS
16286 LIBS="-lfontconfig $LIBS"
16287 cat >conftest.$ac_ext <<_ACEOF
16288 /* confdefs.h. */
16289 _ACEOF
16290 cat confdefs.h >>conftest.$ac_ext
16291 cat >>conftest.$ac_ext <<_ACEOF
16292 /* end confdefs.h. */
16294 /* Override any GCC internal prototype to avoid an error.
16295 Use char because int might match the return type of a GCC
16296 builtin and then its argument prototype would still apply. */
16297 #ifdef __cplusplus
16298 extern "C"
16299 #endif
16300 char FcInit ();
16302 main ()
16304 return FcInit ();
16306 return 0;
16308 _ACEOF
16309 rm -f conftest.$ac_objext conftest$ac_exeext
16310 if { (ac_try="$ac_link"
16311 case "(($ac_try" in
16312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16313 *) ac_try_echo=$ac_try;;
16314 esac
16315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16316 $as_echo "$ac_try_echo") >&5
16317 (eval "$ac_link") 2>conftest.er1
16318 ac_status=$?
16319 grep -v '^ *+' conftest.er1 >conftest.err
16320 rm -f conftest.er1
16321 cat conftest.err >&5
16322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); } && {
16324 test -z "$ac_c_werror_flag" ||
16325 test ! -s conftest.err
16326 } && test -s conftest$ac_exeext && {
16327 test "$cross_compiling" = yes ||
16328 $as_test_x conftest$ac_exeext
16329 }; then
16330 case "$LIBEXT" in
16331 dll) ;;
16332 dylib) ac_cv_lib_soname_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'` ;;
16333 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16334 esac
16335 else
16336 $as_echo "$as_me: failed program was:" >&5
16337 sed 's/^/| /' conftest.$ac_ext >&5
16342 rm -rf conftest.dSYM
16343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16344 conftest$ac_exeext conftest.$ac_ext
16345 LIBS=$ac_check_soname_save_LIBS
16347 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16348 { $as_echo "$as_me:$LINENO: result: not found" >&5
16349 $as_echo "not found" >&6; }
16351 else
16352 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16353 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16355 cat >>confdefs.h <<_ACEOF
16356 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16357 _ACEOF
16362 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16363 then
16364 ac_save_CPPFLAGS="$CPPFLAGS"
16365 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16366 $as_unset ac_cv_header_fontconfig_fontconfig_h
16368 for ac_header in fontconfig/fontconfig.h
16370 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16371 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16372 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16373 $as_echo_n "checking for $ac_header... " >&6; }
16374 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16375 $as_echo_n "(cached) " >&6
16377 ac_res=`eval 'as_val=${'$as_ac_Header'}
16378 $as_echo "$as_val"'`
16379 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16380 $as_echo "$ac_res" >&6; }
16381 else
16382 # Is the header compilable?
16383 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16384 $as_echo_n "checking $ac_header usability... " >&6; }
16385 cat >conftest.$ac_ext <<_ACEOF
16386 /* confdefs.h. */
16387 _ACEOF
16388 cat confdefs.h >>conftest.$ac_ext
16389 cat >>conftest.$ac_ext <<_ACEOF
16390 /* end confdefs.h. */
16391 $ac_includes_default
16392 #include <$ac_header>
16393 _ACEOF
16394 rm -f conftest.$ac_objext
16395 if { (ac_try="$ac_compile"
16396 case "(($ac_try" in
16397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16398 *) ac_try_echo=$ac_try;;
16399 esac
16400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16401 $as_echo "$ac_try_echo") >&5
16402 (eval "$ac_compile") 2>conftest.er1
16403 ac_status=$?
16404 grep -v '^ *+' conftest.er1 >conftest.err
16405 rm -f conftest.er1
16406 cat conftest.err >&5
16407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16408 (exit $ac_status); } && {
16409 test -z "$ac_c_werror_flag" ||
16410 test ! -s conftest.err
16411 } && test -s conftest.$ac_objext; then
16412 ac_header_compiler=yes
16413 else
16414 $as_echo "$as_me: failed program was:" >&5
16415 sed 's/^/| /' conftest.$ac_ext >&5
16417 ac_header_compiler=no
16420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16421 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16422 $as_echo "$ac_header_compiler" >&6; }
16424 # Is the header present?
16425 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16426 $as_echo_n "checking $ac_header presence... " >&6; }
16427 cat >conftest.$ac_ext <<_ACEOF
16428 /* confdefs.h. */
16429 _ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16433 #include <$ac_header>
16434 _ACEOF
16435 if { (ac_try="$ac_cpp conftest.$ac_ext"
16436 case "(($ac_try" in
16437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16438 *) ac_try_echo=$ac_try;;
16439 esac
16440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16441 $as_echo "$ac_try_echo") >&5
16442 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16443 ac_status=$?
16444 grep -v '^ *+' conftest.er1 >conftest.err
16445 rm -f conftest.er1
16446 cat conftest.err >&5
16447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16448 (exit $ac_status); } >/dev/null && {
16449 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16450 test ! -s conftest.err
16451 }; then
16452 ac_header_preproc=yes
16453 else
16454 $as_echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16457 ac_header_preproc=no
16460 rm -f conftest.err conftest.$ac_ext
16461 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16462 $as_echo "$ac_header_preproc" >&6; }
16464 # So? What about this header?
16465 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16466 yes:no: )
16467 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16468 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16469 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16470 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16471 ac_header_preproc=yes
16473 no:yes:* )
16474 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16475 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16476 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16477 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16478 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16479 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16480 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16481 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16482 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16483 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16484 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16485 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16486 ( cat <<\_ASBOX
16487 ## ------------------------------------ ##
16488 ## Report this to wine-devel@winehq.org ##
16489 ## ------------------------------------ ##
16490 _ASBOX
16491 ) | sed "s/^/$as_me: WARNING: /" >&2
16493 esac
16494 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16495 $as_echo_n "checking for $ac_header... " >&6; }
16496 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16497 $as_echo_n "(cached) " >&6
16498 else
16499 eval "$as_ac_Header=\$ac_header_preproc"
16501 ac_res=`eval 'as_val=${'$as_ac_Header'}
16502 $as_echo "$as_val"'`
16503 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16504 $as_echo "$ac_res" >&6; }
16507 as_val=`eval 'as_val=${'$as_ac_Header'}
16508 $as_echo "$as_val"'`
16509 if test "x$as_val" = x""yes; then
16510 cat >>confdefs.h <<_ACEOF
16511 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16512 _ACEOF
16516 done
16518 CPPFLAGS="$ac_save_CPPFLAGS"
16519 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16520 then
16521 FONTCONFIGINCL="$X_CFLAGS"
16523 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16524 $as_echo_n "checking for -lfontconfig... " >&6; }
16525 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16526 $as_echo_n "(cached) " >&6
16527 else
16528 ac_check_soname_save_LIBS=$LIBS
16529 LIBS="-lfontconfig $X_LIBS $LIBS"
16530 cat >conftest.$ac_ext <<_ACEOF
16531 /* confdefs.h. */
16532 _ACEOF
16533 cat confdefs.h >>conftest.$ac_ext
16534 cat >>conftest.$ac_ext <<_ACEOF
16535 /* end confdefs.h. */
16537 /* Override any GCC internal prototype to avoid an error.
16538 Use char because int might match the return type of a GCC
16539 builtin and then its argument prototype would still apply. */
16540 #ifdef __cplusplus
16541 extern "C"
16542 #endif
16543 char FcInit ();
16545 main ()
16547 return FcInit ();
16549 return 0;
16551 _ACEOF
16552 rm -f conftest.$ac_objext conftest$ac_exeext
16553 if { (ac_try="$ac_link"
16554 case "(($ac_try" in
16555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16556 *) ac_try_echo=$ac_try;;
16557 esac
16558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16559 $as_echo "$ac_try_echo") >&5
16560 (eval "$ac_link") 2>conftest.er1
16561 ac_status=$?
16562 grep -v '^ *+' conftest.er1 >conftest.err
16563 rm -f conftest.er1
16564 cat conftest.err >&5
16565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16566 (exit $ac_status); } && {
16567 test -z "$ac_c_werror_flag" ||
16568 test ! -s conftest.err
16569 } && test -s conftest$ac_exeext && {
16570 test "$cross_compiling" = yes ||
16571 $as_test_x conftest$ac_exeext
16572 }; then
16573 case "$LIBEXT" in
16574 dll) ;;
16575 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'` ;;
16576 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16577 esac
16578 else
16579 $as_echo "$as_me: failed program was:" >&5
16580 sed 's/^/| /' conftest.$ac_ext >&5
16585 rm -rf conftest.dSYM
16586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16587 conftest$ac_exeext conftest.$ac_ext
16588 LIBS=$ac_check_soname_save_LIBS
16590 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16591 { $as_echo "$as_me:$LINENO: result: not found" >&5
16592 $as_echo "not found" >&6; }
16594 else
16595 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16596 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16598 cat >>confdefs.h <<_ACEOF
16599 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16600 _ACEOF
16607 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16608 case "x$with_fontconfig" in
16609 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16610 xno) ;;
16611 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16612 This is an error since --with-fontconfig was requested." >&5
16613 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16614 This is an error since --with-fontconfig was requested." >&2;}
16615 { (exit 1); exit 1; }; } ;;
16616 esac
16620 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16621 then
16622 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16623 $as_echo_n "checking for -lssl... " >&6; }
16624 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16625 $as_echo_n "(cached) " >&6
16626 else
16627 ac_check_soname_save_LIBS=$LIBS
16628 LIBS="-lssl $LIBS"
16629 cat >conftest.$ac_ext <<_ACEOF
16630 /* confdefs.h. */
16631 _ACEOF
16632 cat confdefs.h >>conftest.$ac_ext
16633 cat >>conftest.$ac_ext <<_ACEOF
16634 /* end confdefs.h. */
16636 /* Override any GCC internal prototype to avoid an error.
16637 Use char because int might match the return type of a GCC
16638 builtin and then its argument prototype would still apply. */
16639 #ifdef __cplusplus
16640 extern "C"
16641 #endif
16642 char SSL_library_init ();
16644 main ()
16646 return SSL_library_init ();
16648 return 0;
16650 _ACEOF
16651 rm -f conftest.$ac_objext conftest$ac_exeext
16652 if { (ac_try="$ac_link"
16653 case "(($ac_try" in
16654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16655 *) ac_try_echo=$ac_try;;
16656 esac
16657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16658 $as_echo "$ac_try_echo") >&5
16659 (eval "$ac_link") 2>conftest.er1
16660 ac_status=$?
16661 grep -v '^ *+' conftest.er1 >conftest.err
16662 rm -f conftest.er1
16663 cat conftest.err >&5
16664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665 (exit $ac_status); } && {
16666 test -z "$ac_c_werror_flag" ||
16667 test ! -s conftest.err
16668 } && test -s conftest$ac_exeext && {
16669 test "$cross_compiling" = yes ||
16670 $as_test_x conftest$ac_exeext
16671 }; then
16672 case "$LIBEXT" in
16673 dll) ;;
16674 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'` ;;
16675 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16676 esac
16677 else
16678 $as_echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.$ac_ext >&5
16684 rm -rf conftest.dSYM
16685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16686 conftest$ac_exeext conftest.$ac_ext
16687 LIBS=$ac_check_soname_save_LIBS
16689 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16690 { $as_echo "$as_me:$LINENO: result: not found" >&5
16691 $as_echo "not found" >&6; }
16693 else
16694 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16695 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16697 cat >>confdefs.h <<_ACEOF
16698 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16699 _ACEOF
16704 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16705 $as_echo_n "checking for -lcrypto... " >&6; }
16706 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16707 $as_echo_n "(cached) " >&6
16708 else
16709 ac_check_soname_save_LIBS=$LIBS
16710 LIBS="-lcrypto $LIBS"
16711 cat >conftest.$ac_ext <<_ACEOF
16712 /* confdefs.h. */
16713 _ACEOF
16714 cat confdefs.h >>conftest.$ac_ext
16715 cat >>conftest.$ac_ext <<_ACEOF
16716 /* end confdefs.h. */
16718 /* Override any GCC internal prototype to avoid an error.
16719 Use char because int might match the return type of a GCC
16720 builtin and then its argument prototype would still apply. */
16721 #ifdef __cplusplus
16722 extern "C"
16723 #endif
16724 char BIO_new_socket ();
16726 main ()
16728 return BIO_new_socket ();
16730 return 0;
16732 _ACEOF
16733 rm -f conftest.$ac_objext conftest$ac_exeext
16734 if { (ac_try="$ac_link"
16735 case "(($ac_try" in
16736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16737 *) ac_try_echo=$ac_try;;
16738 esac
16739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16740 $as_echo "$ac_try_echo") >&5
16741 (eval "$ac_link") 2>conftest.er1
16742 ac_status=$?
16743 grep -v '^ *+' conftest.er1 >conftest.err
16744 rm -f conftest.er1
16745 cat conftest.err >&5
16746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16747 (exit $ac_status); } && {
16748 test -z "$ac_c_werror_flag" ||
16749 test ! -s conftest.err
16750 } && test -s conftest$ac_exeext && {
16751 test "$cross_compiling" = yes ||
16752 $as_test_x conftest$ac_exeext
16753 }; then
16754 case "$LIBEXT" in
16755 dll) ;;
16756 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'` ;;
16757 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16758 esac
16759 else
16760 $as_echo "$as_me: failed program was:" >&5
16761 sed 's/^/| /' conftest.$ac_ext >&5
16766 rm -rf conftest.dSYM
16767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16768 conftest$ac_exeext conftest.$ac_ext
16769 LIBS=$ac_check_soname_save_LIBS
16771 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16772 { $as_echo "$as_me:$LINENO: result: not found" >&5
16773 $as_echo "not found" >&6; }
16775 else
16776 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16777 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16779 cat >>confdefs.h <<_ACEOF
16780 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16781 _ACEOF
16787 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16788 case "x$with_openssl" in
16789 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16790 xno) ;;
16791 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16792 This is an error since --with-openssl was requested." >&5
16793 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16794 This is an error since --with-openssl was requested." >&2;}
16795 { (exit 1); exit 1; }; } ;;
16796 esac
16800 if test "$ac_cv_header_jpeglib_h" = "yes"
16801 then
16802 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16803 $as_echo_n "checking for -ljpeg... " >&6; }
16804 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16805 $as_echo_n "(cached) " >&6
16806 else
16807 ac_check_soname_save_LIBS=$LIBS
16808 LIBS="-ljpeg $LIBS"
16809 cat >conftest.$ac_ext <<_ACEOF
16810 /* confdefs.h. */
16811 _ACEOF
16812 cat confdefs.h >>conftest.$ac_ext
16813 cat >>conftest.$ac_ext <<_ACEOF
16814 /* end confdefs.h. */
16816 /* Override any GCC internal prototype to avoid an error.
16817 Use char because int might match the return type of a GCC
16818 builtin and then its argument prototype would still apply. */
16819 #ifdef __cplusplus
16820 extern "C"
16821 #endif
16822 char jpeg_start_decompress ();
16824 main ()
16826 return jpeg_start_decompress ();
16828 return 0;
16830 _ACEOF
16831 rm -f conftest.$ac_objext conftest$ac_exeext
16832 if { (ac_try="$ac_link"
16833 case "(($ac_try" in
16834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16835 *) ac_try_echo=$ac_try;;
16836 esac
16837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16838 $as_echo "$ac_try_echo") >&5
16839 (eval "$ac_link") 2>conftest.er1
16840 ac_status=$?
16841 grep -v '^ *+' conftest.er1 >conftest.err
16842 rm -f conftest.er1
16843 cat conftest.err >&5
16844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); } && {
16846 test -z "$ac_c_werror_flag" ||
16847 test ! -s conftest.err
16848 } && test -s conftest$ac_exeext && {
16849 test "$cross_compiling" = yes ||
16850 $as_test_x conftest$ac_exeext
16851 }; then
16852 case "$LIBEXT" in
16853 dll) ;;
16854 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'` ;;
16855 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16856 esac
16857 else
16858 $as_echo "$as_me: failed program was:" >&5
16859 sed 's/^/| /' conftest.$ac_ext >&5
16864 rm -rf conftest.dSYM
16865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16866 conftest$ac_exeext conftest.$ac_ext
16867 LIBS=$ac_check_soname_save_LIBS
16869 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16870 { $as_echo "$as_me:$LINENO: result: not found" >&5
16871 $as_echo "not found" >&6; }
16873 else
16874 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16875 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16877 cat >>confdefs.h <<_ACEOF
16878 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16879 _ACEOF
16885 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16886 case "x$with_jpeg" in
16887 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16888 xno) ;;
16889 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16890 This is an error since --with-jpeg was requested." >&5
16891 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16892 This is an error since --with-jpeg was requested." >&2;}
16893 { (exit 1); exit 1; }; } ;;
16894 esac
16898 if test "$ac_cv_header_png_h" = "yes"
16899 then
16900 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16901 $as_echo_n "checking for -lpng... " >&6; }
16902 if test "${ac_cv_lib_soname_png+set}" = set; then
16903 $as_echo_n "(cached) " >&6
16904 else
16905 ac_check_soname_save_LIBS=$LIBS
16906 LIBS="-lpng -lm -lz $LIBS"
16907 cat >conftest.$ac_ext <<_ACEOF
16908 /* confdefs.h. */
16909 _ACEOF
16910 cat confdefs.h >>conftest.$ac_ext
16911 cat >>conftest.$ac_ext <<_ACEOF
16912 /* end confdefs.h. */
16914 /* Override any GCC internal prototype to avoid an error.
16915 Use char because int might match the return type of a GCC
16916 builtin and then its argument prototype would still apply. */
16917 #ifdef __cplusplus
16918 extern "C"
16919 #endif
16920 char png_create_read_struct ();
16922 main ()
16924 return png_create_read_struct ();
16926 return 0;
16928 _ACEOF
16929 rm -f conftest.$ac_objext conftest$ac_exeext
16930 if { (ac_try="$ac_link"
16931 case "(($ac_try" in
16932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16933 *) ac_try_echo=$ac_try;;
16934 esac
16935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16936 $as_echo "$ac_try_echo") >&5
16937 (eval "$ac_link") 2>conftest.er1
16938 ac_status=$?
16939 grep -v '^ *+' conftest.er1 >conftest.err
16940 rm -f conftest.er1
16941 cat conftest.err >&5
16942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16943 (exit $ac_status); } && {
16944 test -z "$ac_c_werror_flag" ||
16945 test ! -s conftest.err
16946 } && test -s conftest$ac_exeext && {
16947 test "$cross_compiling" = yes ||
16948 $as_test_x conftest$ac_exeext
16949 }; then
16950 case "$LIBEXT" in
16951 dll) ;;
16952 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'` ;;
16953 *) 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'` ;;
16954 esac
16955 else
16956 $as_echo "$as_me: failed program was:" >&5
16957 sed 's/^/| /' conftest.$ac_ext >&5
16962 rm -rf conftest.dSYM
16963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16964 conftest$ac_exeext conftest.$ac_ext
16965 LIBS=$ac_check_soname_save_LIBS
16967 if test "x$ac_cv_lib_soname_png" = "x"; then
16968 { $as_echo "$as_me:$LINENO: result: not found" >&5
16969 $as_echo "not found" >&6; }
16971 else
16972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16973 $as_echo "$ac_cv_lib_soname_png" >&6; }
16975 cat >>confdefs.h <<_ACEOF
16976 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16977 _ACEOF
16982 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16983 then
16984 ac_save_CPPFLAGS="$CPPFLAGS"
16985 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16986 $as_unset ac_cv_header_png_h
16988 for ac_header in png.h
16990 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16991 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16992 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16993 $as_echo_n "checking for $ac_header... " >&6; }
16994 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16995 $as_echo_n "(cached) " >&6
16997 ac_res=`eval 'as_val=${'$as_ac_Header'}
16998 $as_echo "$as_val"'`
16999 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17000 $as_echo "$ac_res" >&6; }
17001 else
17002 # Is the header compilable?
17003 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
17004 $as_echo_n "checking $ac_header usability... " >&6; }
17005 cat >conftest.$ac_ext <<_ACEOF
17006 /* confdefs.h. */
17007 _ACEOF
17008 cat confdefs.h >>conftest.$ac_ext
17009 cat >>conftest.$ac_ext <<_ACEOF
17010 /* end confdefs.h. */
17011 $ac_includes_default
17012 #include <$ac_header>
17013 _ACEOF
17014 rm -f conftest.$ac_objext
17015 if { (ac_try="$ac_compile"
17016 case "(($ac_try" in
17017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17018 *) ac_try_echo=$ac_try;;
17019 esac
17020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17021 $as_echo "$ac_try_echo") >&5
17022 (eval "$ac_compile") 2>conftest.er1
17023 ac_status=$?
17024 grep -v '^ *+' conftest.er1 >conftest.err
17025 rm -f conftest.er1
17026 cat conftest.err >&5
17027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17028 (exit $ac_status); } && {
17029 test -z "$ac_c_werror_flag" ||
17030 test ! -s conftest.err
17031 } && test -s conftest.$ac_objext; then
17032 ac_header_compiler=yes
17033 else
17034 $as_echo "$as_me: failed program was:" >&5
17035 sed 's/^/| /' conftest.$ac_ext >&5
17037 ac_header_compiler=no
17040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17041 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17042 $as_echo "$ac_header_compiler" >&6; }
17044 # Is the header present?
17045 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
17046 $as_echo_n "checking $ac_header presence... " >&6; }
17047 cat >conftest.$ac_ext <<_ACEOF
17048 /* confdefs.h. */
17049 _ACEOF
17050 cat confdefs.h >>conftest.$ac_ext
17051 cat >>conftest.$ac_ext <<_ACEOF
17052 /* end confdefs.h. */
17053 #include <$ac_header>
17054 _ACEOF
17055 if { (ac_try="$ac_cpp conftest.$ac_ext"
17056 case "(($ac_try" in
17057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17058 *) ac_try_echo=$ac_try;;
17059 esac
17060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17061 $as_echo "$ac_try_echo") >&5
17062 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17063 ac_status=$?
17064 grep -v '^ *+' conftest.er1 >conftest.err
17065 rm -f conftest.er1
17066 cat conftest.err >&5
17067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17068 (exit $ac_status); } >/dev/null && {
17069 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17070 test ! -s conftest.err
17071 }; then
17072 ac_header_preproc=yes
17073 else
17074 $as_echo "$as_me: failed program was:" >&5
17075 sed 's/^/| /' conftest.$ac_ext >&5
17077 ac_header_preproc=no
17080 rm -f conftest.err conftest.$ac_ext
17081 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17082 $as_echo "$ac_header_preproc" >&6; }
17084 # So? What about this header?
17085 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17086 yes:no: )
17087 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17088 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17089 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17090 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17091 ac_header_preproc=yes
17093 no:yes:* )
17094 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17095 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17096 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17097 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17098 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17099 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17100 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17101 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17102 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17103 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17104 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17105 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17106 ( cat <<\_ASBOX
17107 ## ------------------------------------ ##
17108 ## Report this to wine-devel@winehq.org ##
17109 ## ------------------------------------ ##
17110 _ASBOX
17111 ) | sed "s/^/$as_me: WARNING: /" >&2
17113 esac
17114 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
17115 $as_echo_n "checking for $ac_header... " >&6; }
17116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17117 $as_echo_n "(cached) " >&6
17118 else
17119 eval "$as_ac_Header=\$ac_header_preproc"
17121 ac_res=`eval 'as_val=${'$as_ac_Header'}
17122 $as_echo "$as_val"'`
17123 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17124 $as_echo "$ac_res" >&6; }
17127 as_val=`eval 'as_val=${'$as_ac_Header'}
17128 $as_echo "$as_val"'`
17129 if test "x$as_val" = x""yes; then
17130 cat >>confdefs.h <<_ACEOF
17131 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17132 _ACEOF
17136 done
17138 CPPFLAGS="$ac_save_CPPFLAGS"
17139 if test "$ac_cv_header_png_h" = "yes"
17140 then
17141 PNGINCL="$X_CFLAGS"
17143 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17144 $as_echo_n "checking for -lpng... " >&6; }
17145 if test "${ac_cv_lib_soname_png+set}" = set; then
17146 $as_echo_n "(cached) " >&6
17147 else
17148 ac_check_soname_save_LIBS=$LIBS
17149 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
17150 cat >conftest.$ac_ext <<_ACEOF
17151 /* confdefs.h. */
17152 _ACEOF
17153 cat confdefs.h >>conftest.$ac_ext
17154 cat >>conftest.$ac_ext <<_ACEOF
17155 /* end confdefs.h. */
17157 /* Override any GCC internal prototype to avoid an error.
17158 Use char because int might match the return type of a GCC
17159 builtin and then its argument prototype would still apply. */
17160 #ifdef __cplusplus
17161 extern "C"
17162 #endif
17163 char png_create_read_struct ();
17165 main ()
17167 return png_create_read_struct ();
17169 return 0;
17171 _ACEOF
17172 rm -f conftest.$ac_objext conftest$ac_exeext
17173 if { (ac_try="$ac_link"
17174 case "(($ac_try" in
17175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17176 *) ac_try_echo=$ac_try;;
17177 esac
17178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17179 $as_echo "$ac_try_echo") >&5
17180 (eval "$ac_link") 2>conftest.er1
17181 ac_status=$?
17182 grep -v '^ *+' conftest.er1 >conftest.err
17183 rm -f conftest.er1
17184 cat conftest.err >&5
17185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17186 (exit $ac_status); } && {
17187 test -z "$ac_c_werror_flag" ||
17188 test ! -s conftest.err
17189 } && test -s conftest$ac_exeext && {
17190 test "$cross_compiling" = yes ||
17191 $as_test_x conftest$ac_exeext
17192 }; then
17193 case "$LIBEXT" in
17194 dll) ;;
17195 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'` ;;
17196 *) 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'` ;;
17197 esac
17198 else
17199 $as_echo "$as_me: failed program was:" >&5
17200 sed 's/^/| /' conftest.$ac_ext >&5
17205 rm -rf conftest.dSYM
17206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17207 conftest$ac_exeext conftest.$ac_ext
17208 LIBS=$ac_check_soname_save_LIBS
17210 if test "x$ac_cv_lib_soname_png" = "x"; then
17211 { $as_echo "$as_me:$LINENO: result: not found" >&5
17212 $as_echo "not found" >&6; }
17214 else
17215 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17216 $as_echo "$ac_cv_lib_soname_png" >&6; }
17218 cat >>confdefs.h <<_ACEOF
17219 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17220 _ACEOF
17227 if test "x$ac_cv_lib_soname_png" = "x"; then
17228 case "x$with_png" in
17229 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17230 xno) ;;
17231 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17232 This is an error since --with-png was requested." >&5
17233 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17234 This is an error since --with-png was requested." >&2;}
17235 { (exit 1); exit 1; }; } ;;
17236 esac
17240 if test "$ac_cv_header_kstat_h" = "yes"
17241 then
17242 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17243 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17244 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17245 $as_echo_n "(cached) " >&6
17246 else
17247 ac_check_lib_save_LIBS=$LIBS
17248 LIBS="-lkstat $LIBS"
17249 cat >conftest.$ac_ext <<_ACEOF
17250 /* confdefs.h. */
17251 _ACEOF
17252 cat confdefs.h >>conftest.$ac_ext
17253 cat >>conftest.$ac_ext <<_ACEOF
17254 /* end confdefs.h. */
17256 /* Override any GCC internal prototype to avoid an error.
17257 Use char because int might match the return type of a GCC
17258 builtin and then its argument prototype would still apply. */
17259 #ifdef __cplusplus
17260 extern "C"
17261 #endif
17262 char kstat_open ();
17264 main ()
17266 return kstat_open ();
17268 return 0;
17270 _ACEOF
17271 rm -f conftest.$ac_objext conftest$ac_exeext
17272 if { (ac_try="$ac_link"
17273 case "(($ac_try" in
17274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17275 *) ac_try_echo=$ac_try;;
17276 esac
17277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17278 $as_echo "$ac_try_echo") >&5
17279 (eval "$ac_link") 2>conftest.er1
17280 ac_status=$?
17281 grep -v '^ *+' conftest.er1 >conftest.err
17282 rm -f conftest.er1
17283 cat conftest.err >&5
17284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17285 (exit $ac_status); } && {
17286 test -z "$ac_c_werror_flag" ||
17287 test ! -s conftest.err
17288 } && test -s conftest$ac_exeext && {
17289 test "$cross_compiling" = yes ||
17290 $as_test_x conftest$ac_exeext
17291 }; then
17292 ac_cv_lib_kstat_kstat_open=yes
17293 else
17294 $as_echo "$as_me: failed program was:" >&5
17295 sed 's/^/| /' conftest.$ac_ext >&5
17297 ac_cv_lib_kstat_kstat_open=no
17300 rm -rf conftest.dSYM
17301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17302 conftest$ac_exeext conftest.$ac_ext
17303 LIBS=$ac_check_lib_save_LIBS
17305 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17306 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17307 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17309 cat >>confdefs.h <<\_ACEOF
17310 #define HAVE_LIBKSTAT 1
17311 _ACEOF
17313 LIBKSTAT="-lkstat"
17319 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17320 $as_echo_n "checking for -lodbc... " >&6; }
17321 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17322 $as_echo_n "(cached) " >&6
17323 else
17324 ac_check_soname_save_LIBS=$LIBS
17325 LIBS="-lodbc $LIBS"
17326 cat >conftest.$ac_ext <<_ACEOF
17327 /* confdefs.h. */
17328 _ACEOF
17329 cat confdefs.h >>conftest.$ac_ext
17330 cat >>conftest.$ac_ext <<_ACEOF
17331 /* end confdefs.h. */
17333 /* Override any GCC internal prototype to avoid an error.
17334 Use char because int might match the return type of a GCC
17335 builtin and then its argument prototype would still apply. */
17336 #ifdef __cplusplus
17337 extern "C"
17338 #endif
17339 char SQLConnect ();
17341 main ()
17343 return SQLConnect ();
17345 return 0;
17347 _ACEOF
17348 rm -f conftest.$ac_objext conftest$ac_exeext
17349 if { (ac_try="$ac_link"
17350 case "(($ac_try" in
17351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17352 *) ac_try_echo=$ac_try;;
17353 esac
17354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17355 $as_echo "$ac_try_echo") >&5
17356 (eval "$ac_link") 2>conftest.er1
17357 ac_status=$?
17358 grep -v '^ *+' conftest.er1 >conftest.err
17359 rm -f conftest.er1
17360 cat conftest.err >&5
17361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362 (exit $ac_status); } && {
17363 test -z "$ac_c_werror_flag" ||
17364 test ! -s conftest.err
17365 } && test -s conftest$ac_exeext && {
17366 test "$cross_compiling" = yes ||
17367 $as_test_x conftest$ac_exeext
17368 }; then
17369 case "$LIBEXT" in
17370 dll) ;;
17371 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'` ;;
17372 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17373 esac
17374 else
17375 $as_echo "$as_me: failed program was:" >&5
17376 sed 's/^/| /' conftest.$ac_ext >&5
17381 rm -rf conftest.dSYM
17382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17383 conftest$ac_exeext conftest.$ac_ext
17384 LIBS=$ac_check_soname_save_LIBS
17386 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17387 { $as_echo "$as_me:$LINENO: result: not found" >&5
17388 $as_echo "not found" >&6; }
17389 cat >>confdefs.h <<_ACEOF
17390 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17391 _ACEOF
17393 else
17394 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17395 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17397 cat >>confdefs.h <<_ACEOF
17398 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17399 _ACEOF
17405 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17406 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17407 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17408 "$ac_cv_header_soundcard_h" != "yes" -a \
17409 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17410 then
17411 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17415 EXTRACFLAGS=""
17417 if test "x${GCC}" = "xyes"
17418 then
17419 EXTRACFLAGS="-Wall -pipe"
17421 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17422 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17423 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17424 $as_echo_n "(cached) " >&6
17425 else
17426 if test "$cross_compiling" = yes; then
17427 ac_cv_c_gcc_strength_bug="yes"
17428 else
17429 cat >conftest.$ac_ext <<_ACEOF
17430 /* confdefs.h. */
17431 _ACEOF
17432 cat confdefs.h >>conftest.$ac_ext
17433 cat >>conftest.$ac_ext <<_ACEOF
17434 /* end confdefs.h. */
17435 int L[4] = {0,1,2,3};
17437 main ()
17439 static int Array[3];
17440 unsigned int B = 3;
17441 int i;
17442 for(i=0; i<B; i++) Array[i] = i - 3;
17443 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17444 L[i] = 4;
17445 return (Array[1] != -2 || L[2] != 3)
17447 return 0;
17449 _ACEOF
17450 rm -f conftest$ac_exeext
17451 if { (ac_try="$ac_link"
17452 case "(($ac_try" in
17453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454 *) ac_try_echo=$ac_try;;
17455 esac
17456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17457 $as_echo "$ac_try_echo") >&5
17458 (eval "$ac_link") 2>&5
17459 ac_status=$?
17460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17462 { (case "(($ac_try" in
17463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17464 *) ac_try_echo=$ac_try;;
17465 esac
17466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17467 $as_echo "$ac_try_echo") >&5
17468 (eval "$ac_try") 2>&5
17469 ac_status=$?
17470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17471 (exit $ac_status); }; }; then
17472 ac_cv_c_gcc_strength_bug="no"
17473 else
17474 $as_echo "$as_me: program exited with status $ac_status" >&5
17475 $as_echo "$as_me: failed program was:" >&5
17476 sed 's/^/| /' conftest.$ac_ext >&5
17478 ( exit $ac_status )
17479 ac_cv_c_gcc_strength_bug="yes"
17481 rm -rf conftest.dSYM
17482 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17487 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17488 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17489 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17490 then
17491 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17494 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17495 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17496 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17497 $as_echo_n "(cached) " >&6
17498 else
17499 ac_wine_try_cflags_saved=$CFLAGS
17500 CFLAGS="$CFLAGS -fno-builtin"
17501 cat >conftest.$ac_ext <<_ACEOF
17502 /* confdefs.h. */
17503 _ACEOF
17504 cat confdefs.h >>conftest.$ac_ext
17505 cat >>conftest.$ac_ext <<_ACEOF
17506 /* end confdefs.h. */
17509 main ()
17513 return 0;
17515 _ACEOF
17516 rm -f conftest.$ac_objext conftest$ac_exeext
17517 if { (ac_try="$ac_link"
17518 case "(($ac_try" in
17519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17520 *) ac_try_echo=$ac_try;;
17521 esac
17522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17523 $as_echo "$ac_try_echo") >&5
17524 (eval "$ac_link") 2>conftest.er1
17525 ac_status=$?
17526 grep -v '^ *+' conftest.er1 >conftest.err
17527 rm -f conftest.er1
17528 cat conftest.err >&5
17529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530 (exit $ac_status); } && {
17531 test -z "$ac_c_werror_flag" ||
17532 test ! -s conftest.err
17533 } && test -s conftest$ac_exeext && {
17534 test "$cross_compiling" = yes ||
17535 $as_test_x conftest$ac_exeext
17536 }; then
17537 ac_cv_cflags__fno_builtin=yes
17538 else
17539 $as_echo "$as_me: failed program was:" >&5
17540 sed 's/^/| /' conftest.$ac_ext >&5
17542 ac_cv_cflags__fno_builtin=no
17545 rm -rf conftest.dSYM
17546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17547 conftest$ac_exeext conftest.$ac_ext
17548 CFLAGS=$ac_wine_try_cflags_saved
17550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17551 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17552 if test $ac_cv_cflags__fno_builtin = yes; then
17553 BUILTINFLAG="-fno-builtin"
17557 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17558 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17559 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17560 $as_echo_n "(cached) " >&6
17561 else
17562 ac_wine_try_cflags_saved=$CFLAGS
17563 CFLAGS="$CFLAGS -fno-strict-aliasing"
17564 cat >conftest.$ac_ext <<_ACEOF
17565 /* confdefs.h. */
17566 _ACEOF
17567 cat confdefs.h >>conftest.$ac_ext
17568 cat >>conftest.$ac_ext <<_ACEOF
17569 /* end confdefs.h. */
17572 main ()
17576 return 0;
17578 _ACEOF
17579 rm -f conftest.$ac_objext conftest$ac_exeext
17580 if { (ac_try="$ac_link"
17581 case "(($ac_try" in
17582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17583 *) ac_try_echo=$ac_try;;
17584 esac
17585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17586 $as_echo "$ac_try_echo") >&5
17587 (eval "$ac_link") 2>conftest.er1
17588 ac_status=$?
17589 grep -v '^ *+' conftest.er1 >conftest.err
17590 rm -f conftest.er1
17591 cat conftest.err >&5
17592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17593 (exit $ac_status); } && {
17594 test -z "$ac_c_werror_flag" ||
17595 test ! -s conftest.err
17596 } && test -s conftest$ac_exeext && {
17597 test "$cross_compiling" = yes ||
17598 $as_test_x conftest$ac_exeext
17599 }; then
17600 ac_cv_cflags__fno_strict_aliasing=yes
17601 else
17602 $as_echo "$as_me: failed program was:" >&5
17603 sed 's/^/| /' conftest.$ac_ext >&5
17605 ac_cv_cflags__fno_strict_aliasing=no
17608 rm -rf conftest.dSYM
17609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17610 conftest$ac_exeext conftest.$ac_ext
17611 CFLAGS=$ac_wine_try_cflags_saved
17613 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17614 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17615 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17616 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17619 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17620 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17621 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17622 $as_echo_n "(cached) " >&6
17623 else
17624 ac_wine_try_cflags_saved=$CFLAGS
17625 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17626 cat >conftest.$ac_ext <<_ACEOF
17627 /* confdefs.h. */
17628 _ACEOF
17629 cat confdefs.h >>conftest.$ac_ext
17630 cat >>conftest.$ac_ext <<_ACEOF
17631 /* end confdefs.h. */
17634 main ()
17638 return 0;
17640 _ACEOF
17641 rm -f conftest.$ac_objext conftest$ac_exeext
17642 if { (ac_try="$ac_link"
17643 case "(($ac_try" in
17644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17645 *) ac_try_echo=$ac_try;;
17646 esac
17647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17648 $as_echo "$ac_try_echo") >&5
17649 (eval "$ac_link") 2>conftest.er1
17650 ac_status=$?
17651 grep -v '^ *+' conftest.er1 >conftest.err
17652 rm -f conftest.er1
17653 cat conftest.err >&5
17654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17655 (exit $ac_status); } && {
17656 test -z "$ac_c_werror_flag" ||
17657 test ! -s conftest.err
17658 } && test -s conftest$ac_exeext && {
17659 test "$cross_compiling" = yes ||
17660 $as_test_x conftest$ac_exeext
17661 }; then
17662 ac_cv_cflags__Wdeclaration_after_statement=yes
17663 else
17664 $as_echo "$as_me: failed program was:" >&5
17665 sed 's/^/| /' conftest.$ac_ext >&5
17667 ac_cv_cflags__Wdeclaration_after_statement=no
17670 rm -rf conftest.dSYM
17671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17672 conftest$ac_exeext conftest.$ac_ext
17673 CFLAGS=$ac_wine_try_cflags_saved
17675 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17676 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17677 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17678 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17681 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17682 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17683 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17684 $as_echo_n "(cached) " >&6
17685 else
17686 ac_wine_try_cflags_saved=$CFLAGS
17687 CFLAGS="$CFLAGS -Wwrite-strings"
17688 cat >conftest.$ac_ext <<_ACEOF
17689 /* confdefs.h. */
17690 _ACEOF
17691 cat confdefs.h >>conftest.$ac_ext
17692 cat >>conftest.$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17696 main ()
17700 return 0;
17702 _ACEOF
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17707 *) ac_try_echo=$ac_try;;
17708 esac
17709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17710 $as_echo "$ac_try_echo") >&5
17711 (eval "$ac_link") 2>conftest.er1
17712 ac_status=$?
17713 grep -v '^ *+' conftest.er1 >conftest.err
17714 rm -f conftest.er1
17715 cat conftest.err >&5
17716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); } && {
17718 test -z "$ac_c_werror_flag" ||
17719 test ! -s conftest.err
17720 } && test -s conftest$ac_exeext && {
17721 test "$cross_compiling" = yes ||
17722 $as_test_x conftest$ac_exeext
17723 }; then
17724 ac_cv_cflags__Wwrite_strings=yes
17725 else
17726 $as_echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.$ac_ext >&5
17729 ac_cv_cflags__Wwrite_strings=no
17732 rm -rf conftest.dSYM
17733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17734 conftest$ac_exeext conftest.$ac_ext
17735 CFLAGS=$ac_wine_try_cflags_saved
17737 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17738 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17739 if test $ac_cv_cflags__Wwrite_strings = yes; then
17740 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17743 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17744 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17745 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17746 $as_echo_n "(cached) " >&6
17747 else
17748 ac_wine_try_cflags_saved=$CFLAGS
17749 CFLAGS="$CFLAGS -Wtype-limits"
17750 cat >conftest.$ac_ext <<_ACEOF
17751 /* confdefs.h. */
17752 _ACEOF
17753 cat confdefs.h >>conftest.$ac_ext
17754 cat >>conftest.$ac_ext <<_ACEOF
17755 /* end confdefs.h. */
17758 main ()
17762 return 0;
17764 _ACEOF
17765 rm -f conftest.$ac_objext conftest$ac_exeext
17766 if { (ac_try="$ac_link"
17767 case "(($ac_try" in
17768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17769 *) ac_try_echo=$ac_try;;
17770 esac
17771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17772 $as_echo "$ac_try_echo") >&5
17773 (eval "$ac_link") 2>conftest.er1
17774 ac_status=$?
17775 grep -v '^ *+' conftest.er1 >conftest.err
17776 rm -f conftest.er1
17777 cat conftest.err >&5
17778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17779 (exit $ac_status); } && {
17780 test -z "$ac_c_werror_flag" ||
17781 test ! -s conftest.err
17782 } && test -s conftest$ac_exeext && {
17783 test "$cross_compiling" = yes ||
17784 $as_test_x conftest$ac_exeext
17785 }; then
17786 ac_cv_cflags__Wtype_limits=yes
17787 else
17788 $as_echo "$as_me: failed program was:" >&5
17789 sed 's/^/| /' conftest.$ac_ext >&5
17791 ac_cv_cflags__Wtype_limits=no
17794 rm -rf conftest.dSYM
17795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17796 conftest$ac_exeext conftest.$ac_ext
17797 CFLAGS=$ac_wine_try_cflags_saved
17799 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17800 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17801 if test $ac_cv_cflags__Wtype_limits = yes; then
17802 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17806 saved_CFLAGS="$CFLAGS"
17807 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17808 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17809 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17810 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17811 $as_echo_n "(cached) " >&6
17812 else
17813 cat >conftest.$ac_ext <<_ACEOF
17814 /* confdefs.h. */
17815 _ACEOF
17816 cat confdefs.h >>conftest.$ac_ext
17817 cat >>conftest.$ac_ext <<_ACEOF
17818 /* end confdefs.h. */
17819 #include <string.h>
17821 main ()
17825 return 0;
17827 _ACEOF
17828 rm -f conftest.$ac_objext
17829 if { (ac_try="$ac_compile"
17830 case "(($ac_try" in
17831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17832 *) ac_try_echo=$ac_try;;
17833 esac
17834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17835 $as_echo "$ac_try_echo") >&5
17836 (eval "$ac_compile") 2>conftest.er1
17837 ac_status=$?
17838 grep -v '^ *+' conftest.er1 >conftest.err
17839 rm -f conftest.er1
17840 cat conftest.err >&5
17841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17842 (exit $ac_status); } && {
17843 test -z "$ac_c_werror_flag" ||
17844 test ! -s conftest.err
17845 } && test -s conftest.$ac_objext; then
17846 ac_cv_c_string_h_warnings=no
17847 else
17848 $as_echo "$as_me: failed program was:" >&5
17849 sed 's/^/| /' conftest.$ac_ext >&5
17851 ac_cv_c_string_h_warnings=yes
17854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17856 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17857 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17858 CFLAGS="$saved_CFLAGS"
17859 if test "$ac_cv_c_string_h_warnings" = "no"
17860 then
17861 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17866 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17867 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17868 if test "${ac_cv_asm_func_def+set}" = set; then
17869 $as_echo_n "(cached) " >&6
17870 else
17871 cat >conftest.$ac_ext <<_ACEOF
17872 /* confdefs.h. */
17873 _ACEOF
17874 cat confdefs.h >>conftest.$ac_ext
17875 cat >>conftest.$ac_ext <<_ACEOF
17876 /* end confdefs.h. */
17879 main ()
17881 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17883 return 0;
17885 _ACEOF
17886 rm -f conftest.$ac_objext conftest$ac_exeext
17887 if { (ac_try="$ac_link"
17888 case "(($ac_try" in
17889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17890 *) ac_try_echo=$ac_try;;
17891 esac
17892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17893 $as_echo "$ac_try_echo") >&5
17894 (eval "$ac_link") 2>conftest.er1
17895 ac_status=$?
17896 grep -v '^ *+' conftest.er1 >conftest.err
17897 rm -f conftest.er1
17898 cat conftest.err >&5
17899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900 (exit $ac_status); } && {
17901 test -z "$ac_c_werror_flag" ||
17902 test ! -s conftest.err
17903 } && test -s conftest$ac_exeext && {
17904 test "$cross_compiling" = yes ||
17905 $as_test_x conftest$ac_exeext
17906 }; then
17907 ac_cv_asm_func_def=".def"
17908 else
17909 $as_echo "$as_me: failed program was:" >&5
17910 sed 's/^/| /' conftest.$ac_ext >&5
17912 cat >conftest.$ac_ext <<_ACEOF
17913 /* confdefs.h. */
17914 _ACEOF
17915 cat confdefs.h >>conftest.$ac_ext
17916 cat >>conftest.$ac_ext <<_ACEOF
17917 /* end confdefs.h. */
17920 main ()
17922 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17924 return 0;
17926 _ACEOF
17927 rm -f conftest.$ac_objext conftest$ac_exeext
17928 if { (ac_try="$ac_link"
17929 case "(($ac_try" in
17930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17931 *) ac_try_echo=$ac_try;;
17932 esac
17933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17934 $as_echo "$ac_try_echo") >&5
17935 (eval "$ac_link") 2>conftest.er1
17936 ac_status=$?
17937 grep -v '^ *+' conftest.er1 >conftest.err
17938 rm -f conftest.er1
17939 cat conftest.err >&5
17940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17941 (exit $ac_status); } && {
17942 test -z "$ac_c_werror_flag" ||
17943 test ! -s conftest.err
17944 } && test -s conftest$ac_exeext && {
17945 test "$cross_compiling" = yes ||
17946 $as_test_x conftest$ac_exeext
17947 }; then
17948 ac_cv_asm_func_def=".type @function"
17949 else
17950 $as_echo "$as_me: failed program was:" >&5
17951 sed 's/^/| /' conftest.$ac_ext >&5
17953 cat >conftest.$ac_ext <<_ACEOF
17954 /* confdefs.h. */
17955 _ACEOF
17956 cat confdefs.h >>conftest.$ac_ext
17957 cat >>conftest.$ac_ext <<_ACEOF
17958 /* end confdefs.h. */
17961 main ()
17963 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17965 return 0;
17967 _ACEOF
17968 rm -f conftest.$ac_objext conftest$ac_exeext
17969 if { (ac_try="$ac_link"
17970 case "(($ac_try" in
17971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17972 *) ac_try_echo=$ac_try;;
17973 esac
17974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17975 $as_echo "$ac_try_echo") >&5
17976 (eval "$ac_link") 2>conftest.er1
17977 ac_status=$?
17978 grep -v '^ *+' conftest.er1 >conftest.err
17979 rm -f conftest.er1
17980 cat conftest.err >&5
17981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17982 (exit $ac_status); } && {
17983 test -z "$ac_c_werror_flag" ||
17984 test ! -s conftest.err
17985 } && test -s conftest$ac_exeext && {
17986 test "$cross_compiling" = yes ||
17987 $as_test_x conftest$ac_exeext
17988 }; then
17989 ac_cv_asm_func_def=".type 2"
17990 else
17991 $as_echo "$as_me: failed program was:" >&5
17992 sed 's/^/| /' conftest.$ac_ext >&5
17994 ac_cv_asm_func_def="unknown"
17997 rm -rf conftest.dSYM
17998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17999 conftest$ac_exeext conftest.$ac_ext
18002 rm -rf conftest.dSYM
18003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18004 conftest$ac_exeext conftest.$ac_ext
18007 rm -rf conftest.dSYM
18008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18009 conftest$ac_exeext conftest.$ac_ext
18011 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18012 $as_echo "$ac_cv_asm_func_def" >&6; }
18016 case "$ac_cv_asm_func_def" in
18017 ".def")
18018 cat >>confdefs.h <<\_ACEOF
18019 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18020 _ACEOF
18022 ".type @function")
18023 cat >>confdefs.h <<\_ACEOF
18024 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18025 _ACEOF
18027 ".type 2")
18028 cat >>confdefs.h <<\_ACEOF
18029 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18030 _ACEOF
18033 cat >>confdefs.h <<\_ACEOF
18034 #define __ASM_FUNC(name) ""
18035 _ACEOF
18037 esac
18040 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18041 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18042 if test "${ac_cv_c_extern_prefix+set}" = set; then
18043 $as_echo_n "(cached) " >&6
18044 else
18045 cat >conftest.$ac_ext <<_ACEOF
18046 /* confdefs.h. */
18047 _ACEOF
18048 cat confdefs.h >>conftest.$ac_ext
18049 cat >>conftest.$ac_ext <<_ACEOF
18050 /* end confdefs.h. */
18051 extern int ac_test;
18053 main ()
18055 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18057 return 0;
18059 _ACEOF
18060 rm -f conftest.$ac_objext conftest$ac_exeext
18061 if { (ac_try="$ac_link"
18062 case "(($ac_try" in
18063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18064 *) ac_try_echo=$ac_try;;
18065 esac
18066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18067 $as_echo "$ac_try_echo") >&5
18068 (eval "$ac_link") 2>conftest.er1
18069 ac_status=$?
18070 grep -v '^ *+' conftest.er1 >conftest.err
18071 rm -f conftest.er1
18072 cat conftest.err >&5
18073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18074 (exit $ac_status); } && {
18075 test -z "$ac_c_werror_flag" ||
18076 test ! -s conftest.err
18077 } && test -s conftest$ac_exeext && {
18078 test "$cross_compiling" = yes ||
18079 $as_test_x conftest$ac_exeext
18080 }; then
18081 ac_cv_c_extern_prefix="yes"
18082 else
18083 $as_echo "$as_me: failed program was:" >&5
18084 sed 's/^/| /' conftest.$ac_ext >&5
18086 ac_cv_c_extern_prefix="no"
18089 rm -rf conftest.dSYM
18090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18091 conftest$ac_exeext conftest.$ac_ext
18093 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18094 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18098 if test "$ac_cv_c_extern_prefix" = "yes"
18099 then
18100 cat >>confdefs.h <<\_ACEOF
18101 #define __ASM_NAME(name) "_" name
18102 _ACEOF
18104 else
18105 cat >>confdefs.h <<\_ACEOF
18106 #define __ASM_NAME(name) name
18107 _ACEOF
18112 LDPATH=""
18114 case $build_os in
18115 cygwin*|mingw32*)
18116 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18118 darwin*|macosx*)
18121 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18123 esac
18125 case $host_os in
18126 mingw32*)
18127 CRTLIBS="-lmsvcrt"
18129 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18132 esac
18134 case $host_cpu in
18135 *i[3456789]86*)
18136 case $host_os in
18137 linux* | k*bsd*-gnu)
18138 EXTRA_BINARIES="wine-preloader"
18140 esac
18142 esac
18145 ac_save_CFLAGS="$CFLAGS"
18146 CFLAGS="$CFLAGS $BUILTINFLAG"
18215 for ac_func in \
18216 _pclose \
18217 _popen \
18218 _snprintf \
18219 _spawnvp \
18220 _strdup \
18221 _stricmp \
18222 _strnicmp \
18223 _strtoi64 \
18224 _strtoui64 \
18225 _vsnprintf \
18226 asctime_r \
18227 chsize \
18228 dlopen \
18229 epoll_create \
18230 ffs \
18231 finite \
18232 fork \
18233 fpclass \
18234 fstatfs \
18235 fstatvfs \
18236 ftruncate \
18237 futimes \
18238 futimesat \
18239 getdirentries \
18240 getopt_long \
18241 getpagesize \
18242 getpwuid \
18243 gettid \
18244 gettimeofday \
18245 getuid \
18246 kqueue \
18247 lstat \
18248 memmove \
18249 mmap \
18250 pclose \
18251 poll \
18252 popen \
18253 prctl \
18254 pread \
18255 pwrite \
18256 readdir \
18257 readlink \
18258 sched_yield \
18259 select \
18260 setproctitle \
18261 setrlimit \
18262 settimeofday \
18263 sigaltstack \
18264 sigprocmask \
18265 snprintf \
18266 spawnvp \
18267 statfs \
18268 statvfs \
18269 strcasecmp \
18270 strdup \
18271 strerror \
18272 strncasecmp \
18273 strtold \
18274 strtoll \
18275 strtoull \
18276 symlink \
18277 tcgetattr \
18278 thr_kill2 \
18279 timegm \
18280 usleep \
18281 vsnprintf \
18282 wait4 \
18283 waitpid \
18286 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18287 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18288 $as_echo_n "checking for $ac_func... " >&6; }
18289 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18290 $as_echo_n "(cached) " >&6
18291 else
18292 cat >conftest.$ac_ext <<_ACEOF
18293 /* confdefs.h. */
18294 _ACEOF
18295 cat confdefs.h >>conftest.$ac_ext
18296 cat >>conftest.$ac_ext <<_ACEOF
18297 /* end confdefs.h. */
18298 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18300 #define $ac_func innocuous_$ac_func
18302 /* System header to define __stub macros and hopefully few prototypes,
18303 which can conflict with char $ac_func (); below.
18304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18305 <limits.h> exists even on freestanding compilers. */
18307 #ifdef __STDC__
18308 # include <limits.h>
18309 #else
18310 # include <assert.h>
18311 #endif
18313 #undef $ac_func
18315 /* Override any GCC internal prototype to avoid an error.
18316 Use char because int might match the return type of a GCC
18317 builtin and then its argument prototype would still apply. */
18318 #ifdef __cplusplus
18319 extern "C"
18320 #endif
18321 char $ac_func ();
18322 /* The GNU C library defines this for functions which it implements
18323 to always fail with ENOSYS. Some functions are actually named
18324 something starting with __ and the normal name is an alias. */
18325 #if defined __stub_$ac_func || defined __stub___$ac_func
18326 choke me
18327 #endif
18330 main ()
18332 return $ac_func ();
18334 return 0;
18336 _ACEOF
18337 rm -f conftest.$ac_objext conftest$ac_exeext
18338 if { (ac_try="$ac_link"
18339 case "(($ac_try" in
18340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18341 *) ac_try_echo=$ac_try;;
18342 esac
18343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18344 $as_echo "$ac_try_echo") >&5
18345 (eval "$ac_link") 2>conftest.er1
18346 ac_status=$?
18347 grep -v '^ *+' conftest.er1 >conftest.err
18348 rm -f conftest.er1
18349 cat conftest.err >&5
18350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18351 (exit $ac_status); } && {
18352 test -z "$ac_c_werror_flag" ||
18353 test ! -s conftest.err
18354 } && test -s conftest$ac_exeext && {
18355 test "$cross_compiling" = yes ||
18356 $as_test_x conftest$ac_exeext
18357 }; then
18358 eval "$as_ac_var=yes"
18359 else
18360 $as_echo "$as_me: failed program was:" >&5
18361 sed 's/^/| /' conftest.$ac_ext >&5
18363 eval "$as_ac_var=no"
18366 rm -rf conftest.dSYM
18367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18368 conftest$ac_exeext conftest.$ac_ext
18370 ac_res=`eval 'as_val=${'$as_ac_var'}
18371 $as_echo "$as_val"'`
18372 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18373 $as_echo "$ac_res" >&6; }
18374 as_val=`eval 'as_val=${'$as_ac_var'}
18375 $as_echo "$as_val"'`
18376 if test "x$as_val" = x""yes; then
18377 cat >>confdefs.h <<_ACEOF
18378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18379 _ACEOF
18382 done
18384 CFLAGS="$ac_save_CFLAGS"
18386 if test "$ac_cv_func_dlopen" = no
18387 then
18388 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18389 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18390 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18391 $as_echo_n "(cached) " >&6
18392 else
18393 ac_check_lib_save_LIBS=$LIBS
18394 LIBS="-ldl $LIBS"
18395 cat >conftest.$ac_ext <<_ACEOF
18396 /* confdefs.h. */
18397 _ACEOF
18398 cat confdefs.h >>conftest.$ac_ext
18399 cat >>conftest.$ac_ext <<_ACEOF
18400 /* end confdefs.h. */
18402 /* Override any GCC internal prototype to avoid an error.
18403 Use char because int might match the return type of a GCC
18404 builtin and then its argument prototype would still apply. */
18405 #ifdef __cplusplus
18406 extern "C"
18407 #endif
18408 char dlopen ();
18410 main ()
18412 return dlopen ();
18414 return 0;
18416 _ACEOF
18417 rm -f conftest.$ac_objext conftest$ac_exeext
18418 if { (ac_try="$ac_link"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18424 $as_echo "$ac_try_echo") >&5
18425 (eval "$ac_link") 2>conftest.er1
18426 ac_status=$?
18427 grep -v '^ *+' conftest.er1 >conftest.err
18428 rm -f conftest.er1
18429 cat conftest.err >&5
18430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18431 (exit $ac_status); } && {
18432 test -z "$ac_c_werror_flag" ||
18433 test ! -s conftest.err
18434 } && test -s conftest$ac_exeext && {
18435 test "$cross_compiling" = yes ||
18436 $as_test_x conftest$ac_exeext
18437 }; then
18438 ac_cv_lib_dl_dlopen=yes
18439 else
18440 $as_echo "$as_me: failed program was:" >&5
18441 sed 's/^/| /' conftest.$ac_ext >&5
18443 ac_cv_lib_dl_dlopen=no
18446 rm -rf conftest.dSYM
18447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18448 conftest$ac_exeext conftest.$ac_ext
18449 LIBS=$ac_check_lib_save_LIBS
18451 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18452 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18453 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18454 cat >>confdefs.h <<\_ACEOF
18455 #define HAVE_DLOPEN 1
18456 _ACEOF
18457 LIBDL="-ldl"
18462 ac_wine_check_funcs_save_LIBS="$LIBS"
18463 LIBS="$LIBS $LIBDL"
18465 for ac_func in dladdr
18467 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18468 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18469 $as_echo_n "checking for $ac_func... " >&6; }
18470 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18471 $as_echo_n "(cached) " >&6
18472 else
18473 cat >conftest.$ac_ext <<_ACEOF
18474 /* confdefs.h. */
18475 _ACEOF
18476 cat confdefs.h >>conftest.$ac_ext
18477 cat >>conftest.$ac_ext <<_ACEOF
18478 /* end confdefs.h. */
18479 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18481 #define $ac_func innocuous_$ac_func
18483 /* System header to define __stub macros and hopefully few prototypes,
18484 which can conflict with char $ac_func (); below.
18485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18486 <limits.h> exists even on freestanding compilers. */
18488 #ifdef __STDC__
18489 # include <limits.h>
18490 #else
18491 # include <assert.h>
18492 #endif
18494 #undef $ac_func
18496 /* Override any GCC internal prototype to avoid an error.
18497 Use char because int might match the return type of a GCC
18498 builtin and then its argument prototype would still apply. */
18499 #ifdef __cplusplus
18500 extern "C"
18501 #endif
18502 char $ac_func ();
18503 /* The GNU C library defines this for functions which it implements
18504 to always fail with ENOSYS. Some functions are actually named
18505 something starting with __ and the normal name is an alias. */
18506 #if defined __stub_$ac_func || defined __stub___$ac_func
18507 choke me
18508 #endif
18511 main ()
18513 return $ac_func ();
18515 return 0;
18517 _ACEOF
18518 rm -f conftest.$ac_objext conftest$ac_exeext
18519 if { (ac_try="$ac_link"
18520 case "(($ac_try" in
18521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18522 *) ac_try_echo=$ac_try;;
18523 esac
18524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18525 $as_echo "$ac_try_echo") >&5
18526 (eval "$ac_link") 2>conftest.er1
18527 ac_status=$?
18528 grep -v '^ *+' conftest.er1 >conftest.err
18529 rm -f conftest.er1
18530 cat conftest.err >&5
18531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18532 (exit $ac_status); } && {
18533 test -z "$ac_c_werror_flag" ||
18534 test ! -s conftest.err
18535 } && test -s conftest$ac_exeext && {
18536 test "$cross_compiling" = yes ||
18537 $as_test_x conftest$ac_exeext
18538 }; then
18539 eval "$as_ac_var=yes"
18540 else
18541 $as_echo "$as_me: failed program was:" >&5
18542 sed 's/^/| /' conftest.$ac_ext >&5
18544 eval "$as_ac_var=no"
18547 rm -rf conftest.dSYM
18548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18549 conftest$ac_exeext conftest.$ac_ext
18551 ac_res=`eval 'as_val=${'$as_ac_var'}
18552 $as_echo "$as_val"'`
18553 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18554 $as_echo "$ac_res" >&6; }
18555 as_val=`eval 'as_val=${'$as_ac_var'}
18556 $as_echo "$as_val"'`
18557 if test "x$as_val" = x""yes; then
18558 cat >>confdefs.h <<_ACEOF
18559 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18560 _ACEOF
18563 done
18565 LIBS="$ac_wine_check_funcs_save_LIBS"
18567 if test "$ac_cv_func_poll" = no
18568 then
18569 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18570 $as_echo_n "checking for poll in -lpoll... " >&6; }
18571 if test "${ac_cv_lib_poll_poll+set}" = set; then
18572 $as_echo_n "(cached) " >&6
18573 else
18574 ac_check_lib_save_LIBS=$LIBS
18575 LIBS="-lpoll $LIBS"
18576 cat >conftest.$ac_ext <<_ACEOF
18577 /* confdefs.h. */
18578 _ACEOF
18579 cat confdefs.h >>conftest.$ac_ext
18580 cat >>conftest.$ac_ext <<_ACEOF
18581 /* end confdefs.h. */
18583 /* Override any GCC internal prototype to avoid an error.
18584 Use char because int might match the return type of a GCC
18585 builtin and then its argument prototype would still apply. */
18586 #ifdef __cplusplus
18587 extern "C"
18588 #endif
18589 char poll ();
18591 main ()
18593 return poll ();
18595 return 0;
18597 _ACEOF
18598 rm -f conftest.$ac_objext conftest$ac_exeext
18599 if { (ac_try="$ac_link"
18600 case "(($ac_try" in
18601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18602 *) ac_try_echo=$ac_try;;
18603 esac
18604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18605 $as_echo "$ac_try_echo") >&5
18606 (eval "$ac_link") 2>conftest.er1
18607 ac_status=$?
18608 grep -v '^ *+' conftest.er1 >conftest.err
18609 rm -f conftest.er1
18610 cat conftest.err >&5
18611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18612 (exit $ac_status); } && {
18613 test -z "$ac_c_werror_flag" ||
18614 test ! -s conftest.err
18615 } && test -s conftest$ac_exeext && {
18616 test "$cross_compiling" = yes ||
18617 $as_test_x conftest$ac_exeext
18618 }; then
18619 ac_cv_lib_poll_poll=yes
18620 else
18621 $as_echo "$as_me: failed program was:" >&5
18622 sed 's/^/| /' conftest.$ac_ext >&5
18624 ac_cv_lib_poll_poll=no
18627 rm -rf conftest.dSYM
18628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18629 conftest$ac_exeext conftest.$ac_ext
18630 LIBS=$ac_check_lib_save_LIBS
18632 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18633 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18634 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18635 cat >>confdefs.h <<\_ACEOF
18636 #define HAVE_POLL 1
18637 _ACEOF
18638 LIBPOLL="-lpoll"
18644 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18645 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18646 if test "${ac_cv_search_gethostbyname+set}" = set; then
18647 $as_echo_n "(cached) " >&6
18648 else
18649 ac_func_search_save_LIBS=$LIBS
18650 cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h. */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h. */
18657 /* Override any GCC internal prototype to avoid an error.
18658 Use char because int might match the return type of a GCC
18659 builtin and then its argument prototype would still apply. */
18660 #ifdef __cplusplus
18661 extern "C"
18662 #endif
18663 char gethostbyname ();
18665 main ()
18667 return gethostbyname ();
18669 return 0;
18671 _ACEOF
18672 for ac_lib in '' nsl; do
18673 if test -z "$ac_lib"; then
18674 ac_res="none required"
18675 else
18676 ac_res=-l$ac_lib
18677 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18679 rm -f conftest.$ac_objext conftest$ac_exeext
18680 if { (ac_try="$ac_link"
18681 case "(($ac_try" in
18682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18683 *) ac_try_echo=$ac_try;;
18684 esac
18685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18686 $as_echo "$ac_try_echo") >&5
18687 (eval "$ac_link") 2>conftest.er1
18688 ac_status=$?
18689 grep -v '^ *+' conftest.er1 >conftest.err
18690 rm -f conftest.er1
18691 cat conftest.err >&5
18692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); } && {
18694 test -z "$ac_c_werror_flag" ||
18695 test ! -s conftest.err
18696 } && test -s conftest$ac_exeext && {
18697 test "$cross_compiling" = yes ||
18698 $as_test_x conftest$ac_exeext
18699 }; then
18700 ac_cv_search_gethostbyname=$ac_res
18701 else
18702 $as_echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18708 rm -rf conftest.dSYM
18709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18710 conftest$ac_exeext
18711 if test "${ac_cv_search_gethostbyname+set}" = set; then
18712 break
18714 done
18715 if test "${ac_cv_search_gethostbyname+set}" = set; then
18717 else
18718 ac_cv_search_gethostbyname=no
18720 rm conftest.$ac_ext
18721 LIBS=$ac_func_search_save_LIBS
18723 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18724 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18725 ac_res=$ac_cv_search_gethostbyname
18726 if test "$ac_res" != no; then
18727 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18732 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18733 $as_echo_n "checking for library containing connect... " >&6; }
18734 if test "${ac_cv_search_connect+set}" = set; then
18735 $as_echo_n "(cached) " >&6
18736 else
18737 ac_func_search_save_LIBS=$LIBS
18738 cat >conftest.$ac_ext <<_ACEOF
18739 /* confdefs.h. */
18740 _ACEOF
18741 cat confdefs.h >>conftest.$ac_ext
18742 cat >>conftest.$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18745 /* Override any GCC internal prototype to avoid an error.
18746 Use char because int might match the return type of a GCC
18747 builtin and then its argument prototype would still apply. */
18748 #ifdef __cplusplus
18749 extern "C"
18750 #endif
18751 char connect ();
18753 main ()
18755 return connect ();
18757 return 0;
18759 _ACEOF
18760 for ac_lib in '' socket; do
18761 if test -z "$ac_lib"; then
18762 ac_res="none required"
18763 else
18764 ac_res=-l$ac_lib
18765 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18767 rm -f conftest.$ac_objext conftest$ac_exeext
18768 if { (ac_try="$ac_link"
18769 case "(($ac_try" in
18770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18771 *) ac_try_echo=$ac_try;;
18772 esac
18773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18774 $as_echo "$ac_try_echo") >&5
18775 (eval "$ac_link") 2>conftest.er1
18776 ac_status=$?
18777 grep -v '^ *+' conftest.er1 >conftest.err
18778 rm -f conftest.er1
18779 cat conftest.err >&5
18780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18781 (exit $ac_status); } && {
18782 test -z "$ac_c_werror_flag" ||
18783 test ! -s conftest.err
18784 } && test -s conftest$ac_exeext && {
18785 test "$cross_compiling" = yes ||
18786 $as_test_x conftest$ac_exeext
18787 }; then
18788 ac_cv_search_connect=$ac_res
18789 else
18790 $as_echo "$as_me: failed program was:" >&5
18791 sed 's/^/| /' conftest.$ac_ext >&5
18796 rm -rf conftest.dSYM
18797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18798 conftest$ac_exeext
18799 if test "${ac_cv_search_connect+set}" = set; then
18800 break
18802 done
18803 if test "${ac_cv_search_connect+set}" = set; then
18805 else
18806 ac_cv_search_connect=no
18808 rm conftest.$ac_ext
18809 LIBS=$ac_func_search_save_LIBS
18811 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18812 $as_echo "$ac_cv_search_connect" >&6; }
18813 ac_res=$ac_cv_search_connect
18814 if test "$ac_res" != no; then
18815 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18820 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18821 $as_echo_n "checking for library containing inet_aton... " >&6; }
18822 if test "${ac_cv_search_inet_aton+set}" = set; then
18823 $as_echo_n "(cached) " >&6
18824 else
18825 ac_func_search_save_LIBS=$LIBS
18826 cat >conftest.$ac_ext <<_ACEOF
18827 /* confdefs.h. */
18828 _ACEOF
18829 cat confdefs.h >>conftest.$ac_ext
18830 cat >>conftest.$ac_ext <<_ACEOF
18831 /* end confdefs.h. */
18833 /* Override any GCC internal prototype to avoid an error.
18834 Use char because int might match the return type of a GCC
18835 builtin and then its argument prototype would still apply. */
18836 #ifdef __cplusplus
18837 extern "C"
18838 #endif
18839 char inet_aton ();
18841 main ()
18843 return inet_aton ();
18845 return 0;
18847 _ACEOF
18848 for ac_lib in '' resolv; do
18849 if test -z "$ac_lib"; then
18850 ac_res="none required"
18851 else
18852 ac_res=-l$ac_lib
18853 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18855 rm -f conftest.$ac_objext conftest$ac_exeext
18856 if { (ac_try="$ac_link"
18857 case "(($ac_try" in
18858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18859 *) ac_try_echo=$ac_try;;
18860 esac
18861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18862 $as_echo "$ac_try_echo") >&5
18863 (eval "$ac_link") 2>conftest.er1
18864 ac_status=$?
18865 grep -v '^ *+' conftest.er1 >conftest.err
18866 rm -f conftest.er1
18867 cat conftest.err >&5
18868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18869 (exit $ac_status); } && {
18870 test -z "$ac_c_werror_flag" ||
18871 test ! -s conftest.err
18872 } && test -s conftest$ac_exeext && {
18873 test "$cross_compiling" = yes ||
18874 $as_test_x conftest$ac_exeext
18875 }; then
18876 ac_cv_search_inet_aton=$ac_res
18877 else
18878 $as_echo "$as_me: failed program was:" >&5
18879 sed 's/^/| /' conftest.$ac_ext >&5
18884 rm -rf conftest.dSYM
18885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18886 conftest$ac_exeext
18887 if test "${ac_cv_search_inet_aton+set}" = set; then
18888 break
18890 done
18891 if test "${ac_cv_search_inet_aton+set}" = set; then
18893 else
18894 ac_cv_search_inet_aton=no
18896 rm conftest.$ac_ext
18897 LIBS=$ac_func_search_save_LIBS
18899 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18900 $as_echo "$ac_cv_search_inet_aton" >&6; }
18901 ac_res=$ac_cv_search_inet_aton
18902 if test "$ac_res" != no; then
18903 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18919 for ac_func in \
18920 getaddrinfo \
18921 getnameinfo \
18922 getnetbyname \
18923 getprotobyname \
18924 getprotobynumber \
18925 getservbyport \
18926 inet_network \
18927 inet_ntop \
18928 inet_pton \
18929 sendmsg \
18930 socketpair \
18933 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18934 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18935 $as_echo_n "checking for $ac_func... " >&6; }
18936 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18937 $as_echo_n "(cached) " >&6
18938 else
18939 cat >conftest.$ac_ext <<_ACEOF
18940 /* confdefs.h. */
18941 _ACEOF
18942 cat confdefs.h >>conftest.$ac_ext
18943 cat >>conftest.$ac_ext <<_ACEOF
18944 /* end confdefs.h. */
18945 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18946 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18947 #define $ac_func innocuous_$ac_func
18949 /* System header to define __stub macros and hopefully few prototypes,
18950 which can conflict with char $ac_func (); below.
18951 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18952 <limits.h> exists even on freestanding compilers. */
18954 #ifdef __STDC__
18955 # include <limits.h>
18956 #else
18957 # include <assert.h>
18958 #endif
18960 #undef $ac_func
18962 /* Override any GCC internal prototype to avoid an error.
18963 Use char because int might match the return type of a GCC
18964 builtin and then its argument prototype would still apply. */
18965 #ifdef __cplusplus
18966 extern "C"
18967 #endif
18968 char $ac_func ();
18969 /* The GNU C library defines this for functions which it implements
18970 to always fail with ENOSYS. Some functions are actually named
18971 something starting with __ and the normal name is an alias. */
18972 #if defined __stub_$ac_func || defined __stub___$ac_func
18973 choke me
18974 #endif
18977 main ()
18979 return $ac_func ();
18981 return 0;
18983 _ACEOF
18984 rm -f conftest.$ac_objext conftest$ac_exeext
18985 if { (ac_try="$ac_link"
18986 case "(($ac_try" in
18987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18988 *) ac_try_echo=$ac_try;;
18989 esac
18990 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18991 $as_echo "$ac_try_echo") >&5
18992 (eval "$ac_link") 2>conftest.er1
18993 ac_status=$?
18994 grep -v '^ *+' conftest.er1 >conftest.err
18995 rm -f conftest.er1
18996 cat conftest.err >&5
18997 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18998 (exit $ac_status); } && {
18999 test -z "$ac_c_werror_flag" ||
19000 test ! -s conftest.err
19001 } && test -s conftest$ac_exeext && {
19002 test "$cross_compiling" = yes ||
19003 $as_test_x conftest$ac_exeext
19004 }; then
19005 eval "$as_ac_var=yes"
19006 else
19007 $as_echo "$as_me: failed program was:" >&5
19008 sed 's/^/| /' conftest.$ac_ext >&5
19010 eval "$as_ac_var=no"
19013 rm -rf conftest.dSYM
19014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19015 conftest$ac_exeext conftest.$ac_ext
19017 ac_res=`eval 'as_val=${'$as_ac_var'}
19018 $as_echo "$as_val"'`
19019 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19020 $as_echo "$ac_res" >&6; }
19021 as_val=`eval 'as_val=${'$as_ac_var'}
19022 $as_echo "$as_val"'`
19023 if test "x$as_val" = x""yes; then
19024 cat >>confdefs.h <<_ACEOF
19025 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19026 _ACEOF
19029 done
19032 LDAPLIBS=""
19034 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19035 then
19036 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19037 $as_echo_n "checking for LDAPSortKey... " >&6; }
19038 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19039 $as_echo_n "(cached) " >&6
19040 else
19041 ac_cv_type_LDAPSortKey=no
19042 cat >conftest.$ac_ext <<_ACEOF
19043 /* confdefs.h. */
19044 _ACEOF
19045 cat confdefs.h >>conftest.$ac_ext
19046 cat >>conftest.$ac_ext <<_ACEOF
19047 /* end confdefs.h. */
19048 #include <ldap.h>
19051 main ()
19053 if (sizeof (LDAPSortKey))
19054 return 0;
19056 return 0;
19058 _ACEOF
19059 rm -f conftest.$ac_objext
19060 if { (ac_try="$ac_compile"
19061 case "(($ac_try" in
19062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19063 *) ac_try_echo=$ac_try;;
19064 esac
19065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19066 $as_echo "$ac_try_echo") >&5
19067 (eval "$ac_compile") 2>conftest.er1
19068 ac_status=$?
19069 grep -v '^ *+' conftest.er1 >conftest.err
19070 rm -f conftest.er1
19071 cat conftest.err >&5
19072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19073 (exit $ac_status); } && {
19074 test -z "$ac_c_werror_flag" ||
19075 test ! -s conftest.err
19076 } && test -s conftest.$ac_objext; then
19077 cat >conftest.$ac_ext <<_ACEOF
19078 /* confdefs.h. */
19079 _ACEOF
19080 cat confdefs.h >>conftest.$ac_ext
19081 cat >>conftest.$ac_ext <<_ACEOF
19082 /* end confdefs.h. */
19083 #include <ldap.h>
19086 main ()
19088 if (sizeof ((LDAPSortKey)))
19089 return 0;
19091 return 0;
19093 _ACEOF
19094 rm -f conftest.$ac_objext
19095 if { (ac_try="$ac_compile"
19096 case "(($ac_try" in
19097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19098 *) ac_try_echo=$ac_try;;
19099 esac
19100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19101 $as_echo "$ac_try_echo") >&5
19102 (eval "$ac_compile") 2>conftest.er1
19103 ac_status=$?
19104 grep -v '^ *+' conftest.er1 >conftest.err
19105 rm -f conftest.er1
19106 cat conftest.err >&5
19107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19108 (exit $ac_status); } && {
19109 test -z "$ac_c_werror_flag" ||
19110 test ! -s conftest.err
19111 } && test -s conftest.$ac_objext; then
19113 else
19114 $as_echo "$as_me: failed program was:" >&5
19115 sed 's/^/| /' conftest.$ac_ext >&5
19117 ac_cv_type_LDAPSortKey=yes
19120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19121 else
19122 $as_echo "$as_me: failed program was:" >&5
19123 sed 's/^/| /' conftest.$ac_ext >&5
19128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19130 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19131 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19132 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19133 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19134 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19135 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19136 $as_echo_n "(cached) " >&6
19137 else
19138 ac_check_lib_save_LIBS=$LIBS
19139 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19140 cat >conftest.$ac_ext <<_ACEOF
19141 /* confdefs.h. */
19142 _ACEOF
19143 cat confdefs.h >>conftest.$ac_ext
19144 cat >>conftest.$ac_ext <<_ACEOF
19145 /* end confdefs.h. */
19147 /* Override any GCC internal prototype to avoid an error.
19148 Use char because int might match the return type of a GCC
19149 builtin and then its argument prototype would still apply. */
19150 #ifdef __cplusplus
19151 extern "C"
19152 #endif
19153 char ldap_initialize ();
19155 main ()
19157 return ldap_initialize ();
19159 return 0;
19161 _ACEOF
19162 rm -f conftest.$ac_objext conftest$ac_exeext
19163 if { (ac_try="$ac_link"
19164 case "(($ac_try" in
19165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166 *) ac_try_echo=$ac_try;;
19167 esac
19168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19169 $as_echo "$ac_try_echo") >&5
19170 (eval "$ac_link") 2>conftest.er1
19171 ac_status=$?
19172 grep -v '^ *+' conftest.er1 >conftest.err
19173 rm -f conftest.er1
19174 cat conftest.err >&5
19175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176 (exit $ac_status); } && {
19177 test -z "$ac_c_werror_flag" ||
19178 test ! -s conftest.err
19179 } && test -s conftest$ac_exeext && {
19180 test "$cross_compiling" = yes ||
19181 $as_test_x conftest$ac_exeext
19182 }; then
19183 ac_cv_lib_ldap_r_ldap_initialize=yes
19184 else
19185 $as_echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.$ac_ext >&5
19188 ac_cv_lib_ldap_r_ldap_initialize=no
19191 rm -rf conftest.dSYM
19192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19193 conftest$ac_exeext conftest.$ac_ext
19194 LIBS=$ac_check_lib_save_LIBS
19196 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19197 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19198 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19199 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19200 $as_echo_n "checking for ber_init in -llber... " >&6; }
19201 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19202 $as_echo_n "(cached) " >&6
19203 else
19204 ac_check_lib_save_LIBS=$LIBS
19205 LIBS="-llber $LIBPTHREAD $LIBS"
19206 cat >conftest.$ac_ext <<_ACEOF
19207 /* confdefs.h. */
19208 _ACEOF
19209 cat confdefs.h >>conftest.$ac_ext
19210 cat >>conftest.$ac_ext <<_ACEOF
19211 /* end confdefs.h. */
19213 /* Override any GCC internal prototype to avoid an error.
19214 Use char because int might match the return type of a GCC
19215 builtin and then its argument prototype would still apply. */
19216 #ifdef __cplusplus
19217 extern "C"
19218 #endif
19219 char ber_init ();
19221 main ()
19223 return ber_init ();
19225 return 0;
19227 _ACEOF
19228 rm -f conftest.$ac_objext conftest$ac_exeext
19229 if { (ac_try="$ac_link"
19230 case "(($ac_try" in
19231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19232 *) ac_try_echo=$ac_try;;
19233 esac
19234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19235 $as_echo "$ac_try_echo") >&5
19236 (eval "$ac_link") 2>conftest.er1
19237 ac_status=$?
19238 grep -v '^ *+' conftest.er1 >conftest.err
19239 rm -f conftest.er1
19240 cat conftest.err >&5
19241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242 (exit $ac_status); } && {
19243 test -z "$ac_c_werror_flag" ||
19244 test ! -s conftest.err
19245 } && test -s conftest$ac_exeext && {
19246 test "$cross_compiling" = yes ||
19247 $as_test_x conftest$ac_exeext
19248 }; then
19249 ac_cv_lib_lber_ber_init=yes
19250 else
19251 $as_echo "$as_me: failed program was:" >&5
19252 sed 's/^/| /' conftest.$ac_ext >&5
19254 ac_cv_lib_lber_ber_init=no
19257 rm -rf conftest.dSYM
19258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19259 conftest$ac_exeext conftest.$ac_ext
19260 LIBS=$ac_check_lib_save_LIBS
19262 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19263 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19264 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19266 cat >>confdefs.h <<\_ACEOF
19267 #define HAVE_LDAP 1
19268 _ACEOF
19270 LDAPLIBS="-lldap_r -llber"
19277 ac_wine_check_funcs_save_LIBS="$LIBS"
19278 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19287 for ac_func in \
19288 ldap_count_references \
19289 ldap_first_reference \
19290 ldap_next_reference \
19291 ldap_parse_reference \
19292 ldap_parse_sort_control \
19293 ldap_parse_sortresponse_control \
19294 ldap_parse_vlv_control \
19295 ldap_parse_vlvresponse_control
19297 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19298 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19299 $as_echo_n "checking for $ac_func... " >&6; }
19300 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19301 $as_echo_n "(cached) " >&6
19302 else
19303 cat >conftest.$ac_ext <<_ACEOF
19304 /* confdefs.h. */
19305 _ACEOF
19306 cat confdefs.h >>conftest.$ac_ext
19307 cat >>conftest.$ac_ext <<_ACEOF
19308 /* end confdefs.h. */
19309 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19310 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19311 #define $ac_func innocuous_$ac_func
19313 /* System header to define __stub macros and hopefully few prototypes,
19314 which can conflict with char $ac_func (); below.
19315 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19316 <limits.h> exists even on freestanding compilers. */
19318 #ifdef __STDC__
19319 # include <limits.h>
19320 #else
19321 # include <assert.h>
19322 #endif
19324 #undef $ac_func
19326 /* Override any GCC internal prototype to avoid an error.
19327 Use char because int might match the return type of a GCC
19328 builtin and then its argument prototype would still apply. */
19329 #ifdef __cplusplus
19330 extern "C"
19331 #endif
19332 char $ac_func ();
19333 /* The GNU C library defines this for functions which it implements
19334 to always fail with ENOSYS. Some functions are actually named
19335 something starting with __ and the normal name is an alias. */
19336 #if defined __stub_$ac_func || defined __stub___$ac_func
19337 choke me
19338 #endif
19341 main ()
19343 return $ac_func ();
19345 return 0;
19347 _ACEOF
19348 rm -f conftest.$ac_objext conftest$ac_exeext
19349 if { (ac_try="$ac_link"
19350 case "(($ac_try" in
19351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19352 *) ac_try_echo=$ac_try;;
19353 esac
19354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19355 $as_echo "$ac_try_echo") >&5
19356 (eval "$ac_link") 2>conftest.er1
19357 ac_status=$?
19358 grep -v '^ *+' conftest.er1 >conftest.err
19359 rm -f conftest.er1
19360 cat conftest.err >&5
19361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19362 (exit $ac_status); } && {
19363 test -z "$ac_c_werror_flag" ||
19364 test ! -s conftest.err
19365 } && test -s conftest$ac_exeext && {
19366 test "$cross_compiling" = yes ||
19367 $as_test_x conftest$ac_exeext
19368 }; then
19369 eval "$as_ac_var=yes"
19370 else
19371 $as_echo "$as_me: failed program was:" >&5
19372 sed 's/^/| /' conftest.$ac_ext >&5
19374 eval "$as_ac_var=no"
19377 rm -rf conftest.dSYM
19378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19379 conftest$ac_exeext conftest.$ac_ext
19381 ac_res=`eval 'as_val=${'$as_ac_var'}
19382 $as_echo "$as_val"'`
19383 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19384 $as_echo "$ac_res" >&6; }
19385 as_val=`eval 'as_val=${'$as_ac_var'}
19386 $as_echo "$as_val"'`
19387 if test "x$as_val" = x""yes; then
19388 cat >>confdefs.h <<_ACEOF
19389 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19390 _ACEOF
19393 done
19395 LIBS="$ac_wine_check_funcs_save_LIBS"
19397 if test "x$LDAPLIBS" = "x"; then
19398 case "x$with_ldap" in
19399 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19400 xno) ;;
19401 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19402 This is an error since --with-ldap was requested." >&5
19403 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19404 This is an error since --with-ldap was requested." >&2;}
19405 { (exit 1); exit 1; }; } ;;
19406 esac
19410 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19411 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19412 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19413 $as_echo_n "(cached) " >&6
19414 else
19415 cat >conftest.$ac_ext <<_ACEOF
19416 /* confdefs.h. */
19417 _ACEOF
19418 cat confdefs.h >>conftest.$ac_ext
19419 cat >>conftest.$ac_ext <<_ACEOF
19420 /* end confdefs.h. */
19421 #include <sys/stat.h>
19423 main ()
19425 mkdir("foo");
19427 return 0;
19429 _ACEOF
19430 rm -f conftest.$ac_objext
19431 if { (ac_try="$ac_compile"
19432 case "(($ac_try" in
19433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19434 *) ac_try_echo=$ac_try;;
19435 esac
19436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19437 $as_echo "$ac_try_echo") >&5
19438 (eval "$ac_compile") 2>conftest.er1
19439 ac_status=$?
19440 grep -v '^ *+' conftest.er1 >conftest.err
19441 rm -f conftest.er1
19442 cat conftest.err >&5
19443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19444 (exit $ac_status); } && {
19445 test -z "$ac_c_werror_flag" ||
19446 test ! -s conftest.err
19447 } && test -s conftest.$ac_objext; then
19448 wine_cv_one_arg_mkdir=yes
19449 else
19450 $as_echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.$ac_ext >&5
19453 wine_cv_one_arg_mkdir=no
19456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19458 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19459 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19460 if test "$wine_cv_one_arg_mkdir" = "yes"
19461 then
19463 cat >>confdefs.h <<\_ACEOF
19464 #define HAVE_ONE_ARG_MKDIR 1
19465 _ACEOF
19470 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19471 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19472 if test "${ac_cv_c_const+set}" = set; then
19473 $as_echo_n "(cached) " >&6
19474 else
19475 cat >conftest.$ac_ext <<_ACEOF
19476 /* confdefs.h. */
19477 _ACEOF
19478 cat confdefs.h >>conftest.$ac_ext
19479 cat >>conftest.$ac_ext <<_ACEOF
19480 /* end confdefs.h. */
19483 main ()
19485 /* FIXME: Include the comments suggested by Paul. */
19486 #ifndef __cplusplus
19487 /* Ultrix mips cc rejects this. */
19488 typedef int charset[2];
19489 const charset cs;
19490 /* SunOS 4.1.1 cc rejects this. */
19491 char const *const *pcpcc;
19492 char **ppc;
19493 /* NEC SVR4.0.2 mips cc rejects this. */
19494 struct point {int x, y;};
19495 static struct point const zero = {0,0};
19496 /* AIX XL C 1.02.0.0 rejects this.
19497 It does not let you subtract one const X* pointer from another in
19498 an arm of an if-expression whose if-part is not a constant
19499 expression */
19500 const char *g = "string";
19501 pcpcc = &g + (g ? g-g : 0);
19502 /* HPUX 7.0 cc rejects these. */
19503 ++pcpcc;
19504 ppc = (char**) pcpcc;
19505 pcpcc = (char const *const *) ppc;
19506 { /* SCO 3.2v4 cc rejects this. */
19507 char *t;
19508 char const *s = 0 ? (char *) 0 : (char const *) 0;
19510 *t++ = 0;
19511 if (s) return 0;
19513 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19514 int x[] = {25, 17};
19515 const int *foo = &x[0];
19516 ++foo;
19518 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19519 typedef const int *iptr;
19520 iptr p = 0;
19521 ++p;
19523 { /* AIX XL C 1.02.0.0 rejects this saying
19524 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19525 struct s { int j; const int *ap[3]; };
19526 struct s *b; b->j = 5;
19528 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19529 const int foo = 10;
19530 if (!foo) return 0;
19532 return !cs[0] && !zero.x;
19533 #endif
19536 return 0;
19538 _ACEOF
19539 rm -f conftest.$ac_objext
19540 if { (ac_try="$ac_compile"
19541 case "(($ac_try" in
19542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19543 *) ac_try_echo=$ac_try;;
19544 esac
19545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19546 $as_echo "$ac_try_echo") >&5
19547 (eval "$ac_compile") 2>conftest.er1
19548 ac_status=$?
19549 grep -v '^ *+' conftest.er1 >conftest.err
19550 rm -f conftest.er1
19551 cat conftest.err >&5
19552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19553 (exit $ac_status); } && {
19554 test -z "$ac_c_werror_flag" ||
19555 test ! -s conftest.err
19556 } && test -s conftest.$ac_objext; then
19557 ac_cv_c_const=yes
19558 else
19559 $as_echo "$as_me: failed program was:" >&5
19560 sed 's/^/| /' conftest.$ac_ext >&5
19562 ac_cv_c_const=no
19565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19567 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19568 $as_echo "$ac_cv_c_const" >&6; }
19569 if test $ac_cv_c_const = no; then
19571 cat >>confdefs.h <<\_ACEOF
19572 #define const /**/
19573 _ACEOF
19577 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19578 $as_echo_n "checking for inline... " >&6; }
19579 if test "${ac_cv_c_inline+set}" = set; then
19580 $as_echo_n "(cached) " >&6
19581 else
19582 ac_cv_c_inline=no
19583 for ac_kw in inline __inline__ __inline; do
19584 cat >conftest.$ac_ext <<_ACEOF
19585 /* confdefs.h. */
19586 _ACEOF
19587 cat confdefs.h >>conftest.$ac_ext
19588 cat >>conftest.$ac_ext <<_ACEOF
19589 /* end confdefs.h. */
19590 #ifndef __cplusplus
19591 typedef int foo_t;
19592 static $ac_kw foo_t static_foo () {return 0; }
19593 $ac_kw foo_t foo () {return 0; }
19594 #endif
19596 _ACEOF
19597 rm -f conftest.$ac_objext
19598 if { (ac_try="$ac_compile"
19599 case "(($ac_try" in
19600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19601 *) ac_try_echo=$ac_try;;
19602 esac
19603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19604 $as_echo "$ac_try_echo") >&5
19605 (eval "$ac_compile") 2>conftest.er1
19606 ac_status=$?
19607 grep -v '^ *+' conftest.er1 >conftest.err
19608 rm -f conftest.er1
19609 cat conftest.err >&5
19610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19611 (exit $ac_status); } && {
19612 test -z "$ac_c_werror_flag" ||
19613 test ! -s conftest.err
19614 } && test -s conftest.$ac_objext; then
19615 ac_cv_c_inline=$ac_kw
19616 else
19617 $as_echo "$as_me: failed program was:" >&5
19618 sed 's/^/| /' conftest.$ac_ext >&5
19623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19624 test "$ac_cv_c_inline" != no && break
19625 done
19628 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19629 $as_echo "$ac_cv_c_inline" >&6; }
19632 case $ac_cv_c_inline in
19633 inline | yes) ;;
19635 case $ac_cv_c_inline in
19636 no) ac_val=;;
19637 *) ac_val=$ac_cv_c_inline;;
19638 esac
19639 cat >>confdefs.h <<_ACEOF
19640 #ifndef __cplusplus
19641 #define inline $ac_val
19642 #endif
19643 _ACEOF
19645 esac
19647 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19648 $as_echo_n "checking for mode_t... " >&6; }
19649 if test "${ac_cv_type_mode_t+set}" = set; then
19650 $as_echo_n "(cached) " >&6
19651 else
19652 ac_cv_type_mode_t=no
19653 cat >conftest.$ac_ext <<_ACEOF
19654 /* confdefs.h. */
19655 _ACEOF
19656 cat confdefs.h >>conftest.$ac_ext
19657 cat >>conftest.$ac_ext <<_ACEOF
19658 /* end confdefs.h. */
19659 $ac_includes_default
19661 main ()
19663 if (sizeof (mode_t))
19664 return 0;
19666 return 0;
19668 _ACEOF
19669 rm -f conftest.$ac_objext
19670 if { (ac_try="$ac_compile"
19671 case "(($ac_try" in
19672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19673 *) ac_try_echo=$ac_try;;
19674 esac
19675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19676 $as_echo "$ac_try_echo") >&5
19677 (eval "$ac_compile") 2>conftest.er1
19678 ac_status=$?
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
19682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } && {
19684 test -z "$ac_c_werror_flag" ||
19685 test ! -s conftest.err
19686 } && test -s conftest.$ac_objext; then
19687 cat >conftest.$ac_ext <<_ACEOF
19688 /* confdefs.h. */
19689 _ACEOF
19690 cat confdefs.h >>conftest.$ac_ext
19691 cat >>conftest.$ac_ext <<_ACEOF
19692 /* end confdefs.h. */
19693 $ac_includes_default
19695 main ()
19697 if (sizeof ((mode_t)))
19698 return 0;
19700 return 0;
19702 _ACEOF
19703 rm -f conftest.$ac_objext
19704 if { (ac_try="$ac_compile"
19705 case "(($ac_try" in
19706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19707 *) ac_try_echo=$ac_try;;
19708 esac
19709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19710 $as_echo "$ac_try_echo") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19722 else
19723 $as_echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 ac_cv_type_mode_t=yes
19729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19730 else
19731 $as_echo "$as_me: failed program was:" >&5
19732 sed 's/^/| /' conftest.$ac_ext >&5
19737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19739 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19740 $as_echo "$ac_cv_type_mode_t" >&6; }
19741 if test "x$ac_cv_type_mode_t" = x""yes; then
19743 cat >>confdefs.h <<_ACEOF
19744 #define HAVE_MODE_T 1
19745 _ACEOF
19749 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19750 $as_echo_n "checking for off_t... " >&6; }
19751 if test "${ac_cv_type_off_t+set}" = set; then
19752 $as_echo_n "(cached) " >&6
19753 else
19754 ac_cv_type_off_t=no
19755 cat >conftest.$ac_ext <<_ACEOF
19756 /* confdefs.h. */
19757 _ACEOF
19758 cat confdefs.h >>conftest.$ac_ext
19759 cat >>conftest.$ac_ext <<_ACEOF
19760 /* end confdefs.h. */
19761 $ac_includes_default
19763 main ()
19765 if (sizeof (off_t))
19766 return 0;
19768 return 0;
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (ac_try="$ac_compile"
19773 case "(($ac_try" in
19774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19775 *) ac_try_echo=$ac_try;;
19776 esac
19777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19778 $as_echo "$ac_try_echo") >&5
19779 (eval "$ac_compile") 2>conftest.er1
19780 ac_status=$?
19781 grep -v '^ *+' conftest.er1 >conftest.err
19782 rm -f conftest.er1
19783 cat conftest.err >&5
19784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); } && {
19786 test -z "$ac_c_werror_flag" ||
19787 test ! -s conftest.err
19788 } && test -s conftest.$ac_objext; then
19789 cat >conftest.$ac_ext <<_ACEOF
19790 /* confdefs.h. */
19791 _ACEOF
19792 cat confdefs.h >>conftest.$ac_ext
19793 cat >>conftest.$ac_ext <<_ACEOF
19794 /* end confdefs.h. */
19795 $ac_includes_default
19797 main ()
19799 if (sizeof ((off_t)))
19800 return 0;
19802 return 0;
19804 _ACEOF
19805 rm -f conftest.$ac_objext
19806 if { (ac_try="$ac_compile"
19807 case "(($ac_try" in
19808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19809 *) ac_try_echo=$ac_try;;
19810 esac
19811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19812 $as_echo "$ac_try_echo") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19824 else
19825 $as_echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19828 ac_cv_type_off_t=yes
19831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19832 else
19833 $as_echo "$as_me: failed program was:" >&5
19834 sed 's/^/| /' conftest.$ac_ext >&5
19839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19841 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19842 $as_echo "$ac_cv_type_off_t" >&6; }
19843 if test "x$ac_cv_type_off_t" = x""yes; then
19845 cat >>confdefs.h <<_ACEOF
19846 #define HAVE_OFF_T 1
19847 _ACEOF
19851 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19852 $as_echo_n "checking for pid_t... " >&6; }
19853 if test "${ac_cv_type_pid_t+set}" = set; then
19854 $as_echo_n "(cached) " >&6
19855 else
19856 ac_cv_type_pid_t=no
19857 cat >conftest.$ac_ext <<_ACEOF
19858 /* confdefs.h. */
19859 _ACEOF
19860 cat confdefs.h >>conftest.$ac_ext
19861 cat >>conftest.$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 $ac_includes_default
19865 main ()
19867 if (sizeof (pid_t))
19868 return 0;
19870 return 0;
19872 _ACEOF
19873 rm -f conftest.$ac_objext
19874 if { (ac_try="$ac_compile"
19875 case "(($ac_try" in
19876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19877 *) ac_try_echo=$ac_try;;
19878 esac
19879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19880 $as_echo "$ac_try_echo") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19882 ac_status=$?
19883 grep -v '^ *+' conftest.er1 >conftest.err
19884 rm -f conftest.er1
19885 cat conftest.err >&5
19886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } && {
19888 test -z "$ac_c_werror_flag" ||
19889 test ! -s conftest.err
19890 } && test -s conftest.$ac_objext; then
19891 cat >conftest.$ac_ext <<_ACEOF
19892 /* confdefs.h. */
19893 _ACEOF
19894 cat confdefs.h >>conftest.$ac_ext
19895 cat >>conftest.$ac_ext <<_ACEOF
19896 /* end confdefs.h. */
19897 $ac_includes_default
19899 main ()
19901 if (sizeof ((pid_t)))
19902 return 0;
19904 return 0;
19906 _ACEOF
19907 rm -f conftest.$ac_objext
19908 if { (ac_try="$ac_compile"
19909 case "(($ac_try" in
19910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19911 *) ac_try_echo=$ac_try;;
19912 esac
19913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19914 $as_echo "$ac_try_echo") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19916 ac_status=$?
19917 grep -v '^ *+' conftest.er1 >conftest.err
19918 rm -f conftest.er1
19919 cat conftest.err >&5
19920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.$ac_objext; then
19926 else
19927 $as_echo "$as_me: failed program was:" >&5
19928 sed 's/^/| /' conftest.$ac_ext >&5
19930 ac_cv_type_pid_t=yes
19933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19934 else
19935 $as_echo "$as_me: failed program was:" >&5
19936 sed 's/^/| /' conftest.$ac_ext >&5
19941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19943 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19944 $as_echo "$ac_cv_type_pid_t" >&6; }
19945 if test "x$ac_cv_type_pid_t" = x""yes; then
19947 cat >>confdefs.h <<_ACEOF
19948 #define HAVE_PID_T 1
19949 _ACEOF
19953 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19954 $as_echo_n "checking for size_t... " >&6; }
19955 if test "${ac_cv_type_size_t+set}" = set; then
19956 $as_echo_n "(cached) " >&6
19957 else
19958 ac_cv_type_size_t=no
19959 cat >conftest.$ac_ext <<_ACEOF
19960 /* confdefs.h. */
19961 _ACEOF
19962 cat confdefs.h >>conftest.$ac_ext
19963 cat >>conftest.$ac_ext <<_ACEOF
19964 /* end confdefs.h. */
19965 $ac_includes_default
19967 main ()
19969 if (sizeof (size_t))
19970 return 0;
19972 return 0;
19974 _ACEOF
19975 rm -f conftest.$ac_objext
19976 if { (ac_try="$ac_compile"
19977 case "(($ac_try" in
19978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19979 *) ac_try_echo=$ac_try;;
19980 esac
19981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19982 $as_echo "$ac_try_echo") >&5
19983 (eval "$ac_compile") 2>conftest.er1
19984 ac_status=$?
19985 grep -v '^ *+' conftest.er1 >conftest.err
19986 rm -f conftest.er1
19987 cat conftest.err >&5
19988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); } && {
19990 test -z "$ac_c_werror_flag" ||
19991 test ! -s conftest.err
19992 } && test -s conftest.$ac_objext; then
19993 cat >conftest.$ac_ext <<_ACEOF
19994 /* confdefs.h. */
19995 _ACEOF
19996 cat confdefs.h >>conftest.$ac_ext
19997 cat >>conftest.$ac_ext <<_ACEOF
19998 /* end confdefs.h. */
19999 $ac_includes_default
20001 main ()
20003 if (sizeof ((size_t)))
20004 return 0;
20006 return 0;
20008 _ACEOF
20009 rm -f conftest.$ac_objext
20010 if { (ac_try="$ac_compile"
20011 case "(($ac_try" in
20012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 *) ac_try_echo=$ac_try;;
20014 esac
20015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20016 $as_echo "$ac_try_echo") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20028 else
20029 $as_echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.$ac_ext >&5
20032 ac_cv_type_size_t=yes
20035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20036 else
20037 $as_echo "$as_me: failed program was:" >&5
20038 sed 's/^/| /' conftest.$ac_ext >&5
20043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20045 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20046 $as_echo "$ac_cv_type_size_t" >&6; }
20047 if test "x$ac_cv_type_size_t" = x""yes; then
20049 cat >>confdefs.h <<_ACEOF
20050 #define HAVE_SIZE_T 1
20051 _ACEOF
20055 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20056 $as_echo_n "checking for ssize_t... " >&6; }
20057 if test "${ac_cv_type_ssize_t+set}" = set; then
20058 $as_echo_n "(cached) " >&6
20059 else
20060 ac_cv_type_ssize_t=no
20061 cat >conftest.$ac_ext <<_ACEOF
20062 /* confdefs.h. */
20063 _ACEOF
20064 cat confdefs.h >>conftest.$ac_ext
20065 cat >>conftest.$ac_ext <<_ACEOF
20066 /* end confdefs.h. */
20067 $ac_includes_default
20069 main ()
20071 if (sizeof (ssize_t))
20072 return 0;
20074 return 0;
20076 _ACEOF
20077 rm -f conftest.$ac_objext
20078 if { (ac_try="$ac_compile"
20079 case "(($ac_try" in
20080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20081 *) ac_try_echo=$ac_try;;
20082 esac
20083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20084 $as_echo "$ac_try_echo") >&5
20085 (eval "$ac_compile") 2>conftest.er1
20086 ac_status=$?
20087 grep -v '^ *+' conftest.er1 >conftest.err
20088 rm -f conftest.er1
20089 cat conftest.err >&5
20090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20091 (exit $ac_status); } && {
20092 test -z "$ac_c_werror_flag" ||
20093 test ! -s conftest.err
20094 } && test -s conftest.$ac_objext; then
20095 cat >conftest.$ac_ext <<_ACEOF
20096 /* confdefs.h. */
20097 _ACEOF
20098 cat confdefs.h >>conftest.$ac_ext
20099 cat >>conftest.$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20101 $ac_includes_default
20103 main ()
20105 if (sizeof ((ssize_t)))
20106 return 0;
20108 return 0;
20110 _ACEOF
20111 rm -f conftest.$ac_objext
20112 if { (ac_try="$ac_compile"
20113 case "(($ac_try" in
20114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20115 *) ac_try_echo=$ac_try;;
20116 esac
20117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20118 $as_echo "$ac_try_echo") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20130 else
20131 $as_echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_type_ssize_t=yes
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20138 else
20139 $as_echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20147 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20148 $as_echo "$ac_cv_type_ssize_t" >&6; }
20149 if test "x$ac_cv_type_ssize_t" = x""yes; then
20151 cat >>confdefs.h <<_ACEOF
20152 #define HAVE_SSIZE_T 1
20153 _ACEOF
20157 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20158 $as_echo_n "checking for long long... " >&6; }
20159 if test "${ac_cv_type_long_long+set}" = set; then
20160 $as_echo_n "(cached) " >&6
20161 else
20162 ac_cv_type_long_long=no
20163 cat >conftest.$ac_ext <<_ACEOF
20164 /* confdefs.h. */
20165 _ACEOF
20166 cat confdefs.h >>conftest.$ac_ext
20167 cat >>conftest.$ac_ext <<_ACEOF
20168 /* end confdefs.h. */
20169 $ac_includes_default
20171 main ()
20173 if (sizeof (long long))
20174 return 0;
20176 return 0;
20178 _ACEOF
20179 rm -f conftest.$ac_objext
20180 if { (ac_try="$ac_compile"
20181 case "(($ac_try" in
20182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20183 *) ac_try_echo=$ac_try;;
20184 esac
20185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20186 $as_echo "$ac_try_echo") >&5
20187 (eval "$ac_compile") 2>conftest.er1
20188 ac_status=$?
20189 grep -v '^ *+' conftest.er1 >conftest.err
20190 rm -f conftest.er1
20191 cat conftest.err >&5
20192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20193 (exit $ac_status); } && {
20194 test -z "$ac_c_werror_flag" ||
20195 test ! -s conftest.err
20196 } && test -s conftest.$ac_objext; then
20197 cat >conftest.$ac_ext <<_ACEOF
20198 /* confdefs.h. */
20199 _ACEOF
20200 cat confdefs.h >>conftest.$ac_ext
20201 cat >>conftest.$ac_ext <<_ACEOF
20202 /* end confdefs.h. */
20203 $ac_includes_default
20205 main ()
20207 if (sizeof ((long long)))
20208 return 0;
20210 return 0;
20212 _ACEOF
20213 rm -f conftest.$ac_objext
20214 if { (ac_try="$ac_compile"
20215 case "(($ac_try" in
20216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20217 *) ac_try_echo=$ac_try;;
20218 esac
20219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20220 $as_echo "$ac_try_echo") >&5
20221 (eval "$ac_compile") 2>conftest.er1
20222 ac_status=$?
20223 grep -v '^ *+' conftest.er1 >conftest.err
20224 rm -f conftest.er1
20225 cat conftest.err >&5
20226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20227 (exit $ac_status); } && {
20228 test -z "$ac_c_werror_flag" ||
20229 test ! -s conftest.err
20230 } && test -s conftest.$ac_objext; then
20232 else
20233 $as_echo "$as_me: failed program was:" >&5
20234 sed 's/^/| /' conftest.$ac_ext >&5
20236 ac_cv_type_long_long=yes
20239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20240 else
20241 $as_echo "$as_me: failed program was:" >&5
20242 sed 's/^/| /' conftest.$ac_ext >&5
20247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20250 $as_echo "$ac_cv_type_long_long" >&6; }
20251 if test "x$ac_cv_type_long_long" = x""yes; then
20253 cat >>confdefs.h <<_ACEOF
20254 #define HAVE_LONG_LONG 1
20255 _ACEOF
20259 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20260 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20261 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20262 $as_echo_n "(cached) " >&6
20263 else
20264 ac_cv_type_fsblkcnt_t=no
20265 cat >conftest.$ac_ext <<_ACEOF
20266 /* confdefs.h. */
20267 _ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 $ac_includes_default
20273 main ()
20275 if (sizeof (fsblkcnt_t))
20276 return 0;
20278 return 0;
20280 _ACEOF
20281 rm -f conftest.$ac_objext
20282 if { (ac_try="$ac_compile"
20283 case "(($ac_try" in
20284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20285 *) ac_try_echo=$ac_try;;
20286 esac
20287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20288 $as_echo "$ac_try_echo") >&5
20289 (eval "$ac_compile") 2>conftest.er1
20290 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && {
20296 test -z "$ac_c_werror_flag" ||
20297 test ! -s conftest.err
20298 } && test -s conftest.$ac_objext; then
20299 cat >conftest.$ac_ext <<_ACEOF
20300 /* confdefs.h. */
20301 _ACEOF
20302 cat confdefs.h >>conftest.$ac_ext
20303 cat >>conftest.$ac_ext <<_ACEOF
20304 /* end confdefs.h. */
20305 $ac_includes_default
20307 main ()
20309 if (sizeof ((fsblkcnt_t)))
20310 return 0;
20312 return 0;
20314 _ACEOF
20315 rm -f conftest.$ac_objext
20316 if { (ac_try="$ac_compile"
20317 case "(($ac_try" in
20318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20319 *) ac_try_echo=$ac_try;;
20320 esac
20321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20322 $as_echo "$ac_try_echo") >&5
20323 (eval "$ac_compile") 2>conftest.er1
20324 ac_status=$?
20325 grep -v '^ *+' conftest.er1 >conftest.err
20326 rm -f conftest.er1
20327 cat conftest.err >&5
20328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20329 (exit $ac_status); } && {
20330 test -z "$ac_c_werror_flag" ||
20331 test ! -s conftest.err
20332 } && test -s conftest.$ac_objext; then
20334 else
20335 $as_echo "$as_me: failed program was:" >&5
20336 sed 's/^/| /' conftest.$ac_ext >&5
20338 ac_cv_type_fsblkcnt_t=yes
20341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20342 else
20343 $as_echo "$as_me: failed program was:" >&5
20344 sed 's/^/| /' conftest.$ac_ext >&5
20349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20351 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20352 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20353 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20355 cat >>confdefs.h <<_ACEOF
20356 #define HAVE_FSBLKCNT_T 1
20357 _ACEOF
20361 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20362 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20363 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20364 $as_echo_n "(cached) " >&6
20365 else
20366 ac_cv_type_fsfilcnt_t=no
20367 cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h. */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h. */
20373 $ac_includes_default
20375 main ()
20377 if (sizeof (fsfilcnt_t))
20378 return 0;
20380 return 0;
20382 _ACEOF
20383 rm -f conftest.$ac_objext
20384 if { (ac_try="$ac_compile"
20385 case "(($ac_try" in
20386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20387 *) ac_try_echo=$ac_try;;
20388 esac
20389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20390 $as_echo "$ac_try_echo") >&5
20391 (eval "$ac_compile") 2>conftest.er1
20392 ac_status=$?
20393 grep -v '^ *+' conftest.er1 >conftest.err
20394 rm -f conftest.er1
20395 cat conftest.err >&5
20396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20397 (exit $ac_status); } && {
20398 test -z "$ac_c_werror_flag" ||
20399 test ! -s conftest.err
20400 } && test -s conftest.$ac_objext; then
20401 cat >conftest.$ac_ext <<_ACEOF
20402 /* confdefs.h. */
20403 _ACEOF
20404 cat confdefs.h >>conftest.$ac_ext
20405 cat >>conftest.$ac_ext <<_ACEOF
20406 /* end confdefs.h. */
20407 $ac_includes_default
20409 main ()
20411 if (sizeof ((fsfilcnt_t)))
20412 return 0;
20414 return 0;
20416 _ACEOF
20417 rm -f conftest.$ac_objext
20418 if { (ac_try="$ac_compile"
20419 case "(($ac_try" in
20420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20421 *) ac_try_echo=$ac_try;;
20422 esac
20423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20424 $as_echo "$ac_try_echo") >&5
20425 (eval "$ac_compile") 2>conftest.er1
20426 ac_status=$?
20427 grep -v '^ *+' conftest.er1 >conftest.err
20428 rm -f conftest.er1
20429 cat conftest.err >&5
20430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20431 (exit $ac_status); } && {
20432 test -z "$ac_c_werror_flag" ||
20433 test ! -s conftest.err
20434 } && test -s conftest.$ac_objext; then
20436 else
20437 $as_echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20440 ac_cv_type_fsfilcnt_t=yes
20443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20444 else
20445 $as_echo "$as_me: failed program was:" >&5
20446 sed 's/^/| /' conftest.$ac_ext >&5
20451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20453 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20454 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20455 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20457 cat >>confdefs.h <<_ACEOF
20458 #define HAVE_FSFILCNT_T 1
20459 _ACEOF
20464 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20465 $as_echo_n "checking for sigset_t... " >&6; }
20466 if test "${ac_cv_type_sigset_t+set}" = set; then
20467 $as_echo_n "(cached) " >&6
20468 else
20469 ac_cv_type_sigset_t=no
20470 cat >conftest.$ac_ext <<_ACEOF
20471 /* confdefs.h. */
20472 _ACEOF
20473 cat confdefs.h >>conftest.$ac_ext
20474 cat >>conftest.$ac_ext <<_ACEOF
20475 /* end confdefs.h. */
20476 #include <sys/types.h>
20477 #include <signal.h>
20480 main ()
20482 if (sizeof (sigset_t))
20483 return 0;
20485 return 0;
20487 _ACEOF
20488 rm -f conftest.$ac_objext
20489 if { (ac_try="$ac_compile"
20490 case "(($ac_try" in
20491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20492 *) ac_try_echo=$ac_try;;
20493 esac
20494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20495 $as_echo "$ac_try_echo") >&5
20496 (eval "$ac_compile") 2>conftest.er1
20497 ac_status=$?
20498 grep -v '^ *+' conftest.er1 >conftest.err
20499 rm -f conftest.er1
20500 cat conftest.err >&5
20501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20502 (exit $ac_status); } && {
20503 test -z "$ac_c_werror_flag" ||
20504 test ! -s conftest.err
20505 } && test -s conftest.$ac_objext; then
20506 cat >conftest.$ac_ext <<_ACEOF
20507 /* confdefs.h. */
20508 _ACEOF
20509 cat confdefs.h >>conftest.$ac_ext
20510 cat >>conftest.$ac_ext <<_ACEOF
20511 /* end confdefs.h. */
20512 #include <sys/types.h>
20513 #include <signal.h>
20516 main ()
20518 if (sizeof ((sigset_t)))
20519 return 0;
20521 return 0;
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528 *) ac_try_echo=$ac_try;;
20529 esac
20530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20531 $as_echo "$ac_try_echo") >&5
20532 (eval "$ac_compile") 2>conftest.er1
20533 ac_status=$?
20534 grep -v '^ *+' conftest.er1 >conftest.err
20535 rm -f conftest.er1
20536 cat conftest.err >&5
20537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20538 (exit $ac_status); } && {
20539 test -z "$ac_c_werror_flag" ||
20540 test ! -s conftest.err
20541 } && test -s conftest.$ac_objext; then
20543 else
20544 $as_echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.$ac_ext >&5
20547 ac_cv_type_sigset_t=yes
20550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20551 else
20552 $as_echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20560 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20561 $as_echo "$ac_cv_type_sigset_t" >&6; }
20562 if test "x$ac_cv_type_sigset_t" = x""yes; then
20564 cat >>confdefs.h <<_ACEOF
20565 #define HAVE_SIGSET_T 1
20566 _ACEOF
20571 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20572 $as_echo_n "checking for request_sense... " >&6; }
20573 if test "${ac_cv_type_request_sense+set}" = set; then
20574 $as_echo_n "(cached) " >&6
20575 else
20576 ac_cv_type_request_sense=no
20577 cat >conftest.$ac_ext <<_ACEOF
20578 /* confdefs.h. */
20579 _ACEOF
20580 cat confdefs.h >>conftest.$ac_ext
20581 cat >>conftest.$ac_ext <<_ACEOF
20582 /* end confdefs.h. */
20583 #include <linux/cdrom.h>
20586 main ()
20588 if (sizeof (request_sense))
20589 return 0;
20591 return 0;
20593 _ACEOF
20594 rm -f conftest.$ac_objext
20595 if { (ac_try="$ac_compile"
20596 case "(($ac_try" in
20597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20598 *) ac_try_echo=$ac_try;;
20599 esac
20600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20601 $as_echo "$ac_try_echo") >&5
20602 (eval "$ac_compile") 2>conftest.er1
20603 ac_status=$?
20604 grep -v '^ *+' conftest.er1 >conftest.err
20605 rm -f conftest.er1
20606 cat conftest.err >&5
20607 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20608 (exit $ac_status); } && {
20609 test -z "$ac_c_werror_flag" ||
20610 test ! -s conftest.err
20611 } && test -s conftest.$ac_objext; then
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 <linux/cdrom.h>
20621 main ()
20623 if (sizeof ((request_sense)))
20624 return 0;
20626 return 0;
20628 _ACEOF
20629 rm -f conftest.$ac_objext
20630 if { (ac_try="$ac_compile"
20631 case "(($ac_try" in
20632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20633 *) ac_try_echo=$ac_try;;
20634 esac
20635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20636 $as_echo "$ac_try_echo") >&5
20637 (eval "$ac_compile") 2>conftest.er1
20638 ac_status=$?
20639 grep -v '^ *+' conftest.er1 >conftest.err
20640 rm -f conftest.er1
20641 cat conftest.err >&5
20642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20643 (exit $ac_status); } && {
20644 test -z "$ac_c_werror_flag" ||
20645 test ! -s conftest.err
20646 } && test -s conftest.$ac_objext; then
20648 else
20649 $as_echo "$as_me: failed program was:" >&5
20650 sed 's/^/| /' conftest.$ac_ext >&5
20652 ac_cv_type_request_sense=yes
20655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20656 else
20657 $as_echo "$as_me: failed program was:" >&5
20658 sed 's/^/| /' conftest.$ac_ext >&5
20663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20665 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20666 $as_echo "$ac_cv_type_request_sense" >&6; }
20667 if test "x$ac_cv_type_request_sense" = x""yes; then
20669 cat >>confdefs.h <<_ACEOF
20670 #define HAVE_REQUEST_SENSE 1
20671 _ACEOF
20677 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20678 $as_echo_n "checking for struct xinpgen... " >&6; }
20679 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20680 $as_echo_n "(cached) " >&6
20681 else
20682 ac_cv_type_struct_xinpgen=no
20683 cat >conftest.$ac_ext <<_ACEOF
20684 /* confdefs.h. */
20685 _ACEOF
20686 cat confdefs.h >>conftest.$ac_ext
20687 cat >>conftest.$ac_ext <<_ACEOF
20688 /* end confdefs.h. */
20689 #include <sys/types.h>
20690 #ifdef HAVE_SYS_SOCKET_H
20691 #include <sys/socket.h>
20692 #endif
20693 #ifdef HAVE_SYS_SOCKETVAR_H
20694 #include <sys/socketvar.h>
20695 #endif
20696 #ifdef HAVE_NET_ROUTE_H
20697 #include <net/route.h>
20698 #endif
20699 #ifdef HAVE_NETINET_IN_H
20700 #include <netinet/in.h>
20701 #endif
20702 #ifdef HAVE_NETINET_IN_SYSTM_H
20703 #include <netinet/in_systm.h>
20704 #endif
20705 #ifdef HAVE_NETINET_IP_H
20706 #include <netinet/ip.h>
20707 #endif
20708 #ifdef HAVE_NETINET_IN_PCB_H
20709 #include <netinet/in_pcb.h>
20710 #endif
20713 main ()
20715 if (sizeof (struct xinpgen))
20716 return 0;
20718 return 0;
20720 _ACEOF
20721 rm -f conftest.$ac_objext
20722 if { (ac_try="$ac_compile"
20723 case "(($ac_try" in
20724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20725 *) ac_try_echo=$ac_try;;
20726 esac
20727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20728 $as_echo "$ac_try_echo") >&5
20729 (eval "$ac_compile") 2>conftest.er1
20730 ac_status=$?
20731 grep -v '^ *+' conftest.er1 >conftest.err
20732 rm -f conftest.er1
20733 cat conftest.err >&5
20734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20735 (exit $ac_status); } && {
20736 test -z "$ac_c_werror_flag" ||
20737 test ! -s conftest.err
20738 } && test -s conftest.$ac_objext; then
20739 cat >conftest.$ac_ext <<_ACEOF
20740 /* confdefs.h. */
20741 _ACEOF
20742 cat confdefs.h >>conftest.$ac_ext
20743 cat >>conftest.$ac_ext <<_ACEOF
20744 /* end confdefs.h. */
20745 #include <sys/types.h>
20746 #ifdef HAVE_SYS_SOCKET_H
20747 #include <sys/socket.h>
20748 #endif
20749 #ifdef HAVE_SYS_SOCKETVAR_H
20750 #include <sys/socketvar.h>
20751 #endif
20752 #ifdef HAVE_NET_ROUTE_H
20753 #include <net/route.h>
20754 #endif
20755 #ifdef HAVE_NETINET_IN_H
20756 #include <netinet/in.h>
20757 #endif
20758 #ifdef HAVE_NETINET_IN_SYSTM_H
20759 #include <netinet/in_systm.h>
20760 #endif
20761 #ifdef HAVE_NETINET_IP_H
20762 #include <netinet/ip.h>
20763 #endif
20764 #ifdef HAVE_NETINET_IN_PCB_H
20765 #include <netinet/in_pcb.h>
20766 #endif
20769 main ()
20771 if (sizeof ((struct xinpgen)))
20772 return 0;
20774 return 0;
20776 _ACEOF
20777 rm -f conftest.$ac_objext
20778 if { (ac_try="$ac_compile"
20779 case "(($ac_try" in
20780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20781 *) ac_try_echo=$ac_try;;
20782 esac
20783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20784 $as_echo "$ac_try_echo") >&5
20785 (eval "$ac_compile") 2>conftest.er1
20786 ac_status=$?
20787 grep -v '^ *+' conftest.er1 >conftest.err
20788 rm -f conftest.er1
20789 cat conftest.err >&5
20790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20791 (exit $ac_status); } && {
20792 test -z "$ac_c_werror_flag" ||
20793 test ! -s conftest.err
20794 } && test -s conftest.$ac_objext; then
20796 else
20797 $as_echo "$as_me: failed program was:" >&5
20798 sed 's/^/| /' conftest.$ac_ext >&5
20800 ac_cv_type_struct_xinpgen=yes
20803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20804 else
20805 $as_echo "$as_me: failed program was:" >&5
20806 sed 's/^/| /' conftest.$ac_ext >&5
20811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20813 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20814 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20815 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20817 cat >>confdefs.h <<_ACEOF
20818 #define HAVE_STRUCT_XINPGEN 1
20819 _ACEOF
20825 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20826 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20827 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20828 $as_echo_n "(cached) " >&6
20829 else
20830 cat >conftest.$ac_ext <<_ACEOF
20831 /* confdefs.h. */
20832 _ACEOF
20833 cat confdefs.h >>conftest.$ac_ext
20834 cat >>conftest.$ac_ext <<_ACEOF
20835 /* end confdefs.h. */
20836 #ifdef HAVE_LINUX_INPUT_H
20837 #include <linux/input.h>
20838 #endif
20841 main ()
20843 static struct ff_effect ac_aggr;
20844 if (ac_aggr.direction)
20845 return 0;
20847 return 0;
20849 _ACEOF
20850 rm -f conftest.$ac_objext
20851 if { (ac_try="$ac_compile"
20852 case "(($ac_try" in
20853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20854 *) ac_try_echo=$ac_try;;
20855 esac
20856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20857 $as_echo "$ac_try_echo") >&5
20858 (eval "$ac_compile") 2>conftest.er1
20859 ac_status=$?
20860 grep -v '^ *+' conftest.er1 >conftest.err
20861 rm -f conftest.er1
20862 cat conftest.err >&5
20863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20864 (exit $ac_status); } && {
20865 test -z "$ac_c_werror_flag" ||
20866 test ! -s conftest.err
20867 } && test -s conftest.$ac_objext; then
20868 ac_cv_member_struct_ff_effect_direction=yes
20869 else
20870 $as_echo "$as_me: failed program was:" >&5
20871 sed 's/^/| /' conftest.$ac_ext >&5
20873 cat >conftest.$ac_ext <<_ACEOF
20874 /* confdefs.h. */
20875 _ACEOF
20876 cat confdefs.h >>conftest.$ac_ext
20877 cat >>conftest.$ac_ext <<_ACEOF
20878 /* end confdefs.h. */
20879 #ifdef HAVE_LINUX_INPUT_H
20880 #include <linux/input.h>
20881 #endif
20884 main ()
20886 static struct ff_effect ac_aggr;
20887 if (sizeof ac_aggr.direction)
20888 return 0;
20890 return 0;
20892 _ACEOF
20893 rm -f conftest.$ac_objext
20894 if { (ac_try="$ac_compile"
20895 case "(($ac_try" in
20896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20897 *) ac_try_echo=$ac_try;;
20898 esac
20899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20900 $as_echo "$ac_try_echo") >&5
20901 (eval "$ac_compile") 2>conftest.er1
20902 ac_status=$?
20903 grep -v '^ *+' conftest.er1 >conftest.err
20904 rm -f conftest.er1
20905 cat conftest.err >&5
20906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20907 (exit $ac_status); } && {
20908 test -z "$ac_c_werror_flag" ||
20909 test ! -s conftest.err
20910 } && test -s conftest.$ac_objext; then
20911 ac_cv_member_struct_ff_effect_direction=yes
20912 else
20913 $as_echo "$as_me: failed program was:" >&5
20914 sed 's/^/| /' conftest.$ac_ext >&5
20916 ac_cv_member_struct_ff_effect_direction=no
20919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20925 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20926 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20928 cat >>confdefs.h <<_ACEOF
20929 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20930 _ACEOF
20936 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20937 $as_echo_n "checking for sigaddset... " >&6; }
20938 if test "${wine_cv_have_sigaddset+set}" = set; then
20939 $as_echo_n "(cached) " >&6
20940 else
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <signal.h>
20949 main ()
20951 sigset_t set; sigaddset(&set,SIGTERM);
20953 return 0;
20955 _ACEOF
20956 rm -f conftest.$ac_objext conftest$ac_exeext
20957 if { (ac_try="$ac_link"
20958 case "(($ac_try" in
20959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20960 *) ac_try_echo=$ac_try;;
20961 esac
20962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20963 $as_echo "$ac_try_echo") >&5
20964 (eval "$ac_link") 2>conftest.er1
20965 ac_status=$?
20966 grep -v '^ *+' conftest.er1 >conftest.err
20967 rm -f conftest.er1
20968 cat conftest.err >&5
20969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20970 (exit $ac_status); } && {
20971 test -z "$ac_c_werror_flag" ||
20972 test ! -s conftest.err
20973 } && test -s conftest$ac_exeext && {
20974 test "$cross_compiling" = yes ||
20975 $as_test_x conftest$ac_exeext
20976 }; then
20977 wine_cv_have_sigaddset=yes
20978 else
20979 $as_echo "$as_me: failed program was:" >&5
20980 sed 's/^/| /' conftest.$ac_ext >&5
20982 wine_cv_have_sigaddset=no
20985 rm -rf conftest.dSYM
20986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20987 conftest$ac_exeext conftest.$ac_ext
20989 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20990 $as_echo "$wine_cv_have_sigaddset" >&6; }
20991 if test "$wine_cv_have_sigaddset" = "yes"
20992 then
20994 cat >>confdefs.h <<\_ACEOF
20995 #define HAVE_SIGADDSET 1
20996 _ACEOF
21001 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21002 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21003 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21004 $as_echo_n "(cached) " >&6
21005 else
21006 cat >conftest.$ac_ext <<_ACEOF
21007 /* confdefs.h. */
21008 _ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h. */
21012 #include <netdb.h>
21014 main ()
21017 char *name=0;
21018 struct hostent he;
21019 struct hostent *result;
21020 char *buf=0;
21021 int bufsize=0;
21022 int res,errnr;
21023 char *addr=0;
21024 int addrlen=0;
21025 int addrtype=0;
21026 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21027 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21030 return 0;
21032 _ACEOF
21033 rm -f conftest.$ac_objext conftest$ac_exeext
21034 if { (ac_try="$ac_link"
21035 case "(($ac_try" in
21036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21037 *) ac_try_echo=$ac_try;;
21038 esac
21039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21040 $as_echo "$ac_try_echo") >&5
21041 (eval "$ac_link") 2>conftest.er1
21042 ac_status=$?
21043 grep -v '^ *+' conftest.er1 >conftest.err
21044 rm -f conftest.er1
21045 cat conftest.err >&5
21046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21047 (exit $ac_status); } && {
21048 test -z "$ac_c_werror_flag" ||
21049 test ! -s conftest.err
21050 } && test -s conftest$ac_exeext && {
21051 test "$cross_compiling" = yes ||
21052 $as_test_x conftest$ac_exeext
21053 }; then
21054 wine_cv_linux_gethostbyname_r_6=yes
21055 else
21056 $as_echo "$as_me: failed program was:" >&5
21057 sed 's/^/| /' conftest.$ac_ext >&5
21059 wine_cv_linux_gethostbyname_r_6=no
21063 rm -rf conftest.dSYM
21064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21065 conftest$ac_exeext conftest.$ac_ext
21068 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21069 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21070 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21071 then
21073 cat >>confdefs.h <<\_ACEOF
21074 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21075 _ACEOF
21079 if test "$ac_cv_header_linux_joystick_h" = "yes"
21080 then
21081 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21082 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21083 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21084 $as_echo_n "(cached) " >&6
21085 else
21086 cat >conftest.$ac_ext <<_ACEOF
21087 /* confdefs.h. */
21088 _ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21093 #include <sys/ioctl.h>
21094 #include <sys/types.h>
21095 #include <linux/joystick.h>
21097 struct js_event blub;
21098 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21099 #error "no 2.2 header"
21100 #endif
21103 main ()
21105 /*empty*/
21107 return 0;
21109 _ACEOF
21110 rm -f conftest.$ac_objext
21111 if { (ac_try="$ac_compile"
21112 case "(($ac_try" in
21113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21114 *) ac_try_echo=$ac_try;;
21115 esac
21116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21117 $as_echo "$ac_try_echo") >&5
21118 (eval "$ac_compile") 2>conftest.er1
21119 ac_status=$?
21120 grep -v '^ *+' conftest.er1 >conftest.err
21121 rm -f conftest.er1
21122 cat conftest.err >&5
21123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21124 (exit $ac_status); } && {
21125 test -z "$ac_c_werror_flag" ||
21126 test ! -s conftest.err
21127 } && test -s conftest.$ac_objext; then
21128 wine_cv_linux_joystick_22_api=yes
21129 else
21130 $as_echo "$as_me: failed program was:" >&5
21131 sed 's/^/| /' conftest.$ac_ext >&5
21133 wine_cv_linux_joystick_22_api=no
21136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21139 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21140 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21141 if test "$wine_cv_linux_joystick_22_api" = "yes"
21142 then
21144 cat >>confdefs.h <<\_ACEOF
21145 #define HAVE_LINUX_22_JOYSTICK_API 1
21146 _ACEOF
21152 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21153 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21154 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21155 $as_echo_n "(cached) " >&6
21156 else
21157 cat >conftest.$ac_ext <<_ACEOF
21158 /* confdefs.h. */
21159 _ACEOF
21160 cat confdefs.h >>conftest.$ac_ext
21161 cat >>conftest.$ac_ext <<_ACEOF
21162 /* end confdefs.h. */
21163 #include <sys/types.h>
21164 #ifdef HAVE_SYS_PARAM_H
21165 # include <sys/param.h>
21166 #endif
21167 #ifdef HAVE_SYS_MOUNT_H
21168 # include <sys/mount.h>
21169 #endif
21170 #ifdef HAVE_SYS_VFS_H
21171 # include <sys/vfs.h>
21172 #endif
21173 #ifdef HAVE_SYS_STATFS_H
21174 # include <sys/statfs.h>
21175 #endif
21178 main ()
21180 static struct statfs ac_aggr;
21181 if (ac_aggr.f_bfree)
21182 return 0;
21184 return 0;
21186 _ACEOF
21187 rm -f conftest.$ac_objext
21188 if { (ac_try="$ac_compile"
21189 case "(($ac_try" in
21190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21191 *) ac_try_echo=$ac_try;;
21192 esac
21193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21194 $as_echo "$ac_try_echo") >&5
21195 (eval "$ac_compile") 2>conftest.er1
21196 ac_status=$?
21197 grep -v '^ *+' conftest.er1 >conftest.err
21198 rm -f conftest.er1
21199 cat conftest.err >&5
21200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21201 (exit $ac_status); } && {
21202 test -z "$ac_c_werror_flag" ||
21203 test ! -s conftest.err
21204 } && test -s conftest.$ac_objext; then
21205 ac_cv_member_struct_statfs_f_bfree=yes
21206 else
21207 $as_echo "$as_me: failed program was:" >&5
21208 sed 's/^/| /' conftest.$ac_ext >&5
21210 cat >conftest.$ac_ext <<_ACEOF
21211 /* confdefs.h. */
21212 _ACEOF
21213 cat confdefs.h >>conftest.$ac_ext
21214 cat >>conftest.$ac_ext <<_ACEOF
21215 /* end confdefs.h. */
21216 #include <sys/types.h>
21217 #ifdef HAVE_SYS_PARAM_H
21218 # include <sys/param.h>
21219 #endif
21220 #ifdef HAVE_SYS_MOUNT_H
21221 # include <sys/mount.h>
21222 #endif
21223 #ifdef HAVE_SYS_VFS_H
21224 # include <sys/vfs.h>
21225 #endif
21226 #ifdef HAVE_SYS_STATFS_H
21227 # include <sys/statfs.h>
21228 #endif
21231 main ()
21233 static struct statfs ac_aggr;
21234 if (sizeof ac_aggr.f_bfree)
21235 return 0;
21237 return 0;
21239 _ACEOF
21240 rm -f conftest.$ac_objext
21241 if { (ac_try="$ac_compile"
21242 case "(($ac_try" in
21243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21244 *) ac_try_echo=$ac_try;;
21245 esac
21246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21247 $as_echo "$ac_try_echo") >&5
21248 (eval "$ac_compile") 2>conftest.er1
21249 ac_status=$?
21250 grep -v '^ *+' conftest.er1 >conftest.err
21251 rm -f conftest.er1
21252 cat conftest.err >&5
21253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21254 (exit $ac_status); } && {
21255 test -z "$ac_c_werror_flag" ||
21256 test ! -s conftest.err
21257 } && test -s conftest.$ac_objext; then
21258 ac_cv_member_struct_statfs_f_bfree=yes
21259 else
21260 $as_echo "$as_me: failed program was:" >&5
21261 sed 's/^/| /' conftest.$ac_ext >&5
21263 ac_cv_member_struct_statfs_f_bfree=no
21266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21271 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21272 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21273 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21275 cat >>confdefs.h <<_ACEOF
21276 #define HAVE_STRUCT_STATFS_F_BFREE 1
21277 _ACEOF
21281 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21282 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21283 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21284 $as_echo_n "(cached) " >&6
21285 else
21286 cat >conftest.$ac_ext <<_ACEOF
21287 /* confdefs.h. */
21288 _ACEOF
21289 cat confdefs.h >>conftest.$ac_ext
21290 cat >>conftest.$ac_ext <<_ACEOF
21291 /* end confdefs.h. */
21292 #include <sys/types.h>
21293 #ifdef HAVE_SYS_PARAM_H
21294 # include <sys/param.h>
21295 #endif
21296 #ifdef HAVE_SYS_MOUNT_H
21297 # include <sys/mount.h>
21298 #endif
21299 #ifdef HAVE_SYS_VFS_H
21300 # include <sys/vfs.h>
21301 #endif
21302 #ifdef HAVE_SYS_STATFS_H
21303 # include <sys/statfs.h>
21304 #endif
21307 main ()
21309 static struct statfs ac_aggr;
21310 if (ac_aggr.f_bavail)
21311 return 0;
21313 return 0;
21315 _ACEOF
21316 rm -f conftest.$ac_objext
21317 if { (ac_try="$ac_compile"
21318 case "(($ac_try" in
21319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21320 *) ac_try_echo=$ac_try;;
21321 esac
21322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21323 $as_echo "$ac_try_echo") >&5
21324 (eval "$ac_compile") 2>conftest.er1
21325 ac_status=$?
21326 grep -v '^ *+' conftest.er1 >conftest.err
21327 rm -f conftest.er1
21328 cat conftest.err >&5
21329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21330 (exit $ac_status); } && {
21331 test -z "$ac_c_werror_flag" ||
21332 test ! -s conftest.err
21333 } && test -s conftest.$ac_objext; then
21334 ac_cv_member_struct_statfs_f_bavail=yes
21335 else
21336 $as_echo "$as_me: failed program was:" >&5
21337 sed 's/^/| /' conftest.$ac_ext >&5
21339 cat >conftest.$ac_ext <<_ACEOF
21340 /* confdefs.h. */
21341 _ACEOF
21342 cat confdefs.h >>conftest.$ac_ext
21343 cat >>conftest.$ac_ext <<_ACEOF
21344 /* end confdefs.h. */
21345 #include <sys/types.h>
21346 #ifdef HAVE_SYS_PARAM_H
21347 # include <sys/param.h>
21348 #endif
21349 #ifdef HAVE_SYS_MOUNT_H
21350 # include <sys/mount.h>
21351 #endif
21352 #ifdef HAVE_SYS_VFS_H
21353 # include <sys/vfs.h>
21354 #endif
21355 #ifdef HAVE_SYS_STATFS_H
21356 # include <sys/statfs.h>
21357 #endif
21360 main ()
21362 static struct statfs ac_aggr;
21363 if (sizeof ac_aggr.f_bavail)
21364 return 0;
21366 return 0;
21368 _ACEOF
21369 rm -f conftest.$ac_objext
21370 if { (ac_try="$ac_compile"
21371 case "(($ac_try" in
21372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21373 *) ac_try_echo=$ac_try;;
21374 esac
21375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21376 $as_echo "$ac_try_echo") >&5
21377 (eval "$ac_compile") 2>conftest.er1
21378 ac_status=$?
21379 grep -v '^ *+' conftest.er1 >conftest.err
21380 rm -f conftest.er1
21381 cat conftest.err >&5
21382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21383 (exit $ac_status); } && {
21384 test -z "$ac_c_werror_flag" ||
21385 test ! -s conftest.err
21386 } && test -s conftest.$ac_objext; then
21387 ac_cv_member_struct_statfs_f_bavail=yes
21388 else
21389 $as_echo "$as_me: failed program was:" >&5
21390 sed 's/^/| /' conftest.$ac_ext >&5
21392 ac_cv_member_struct_statfs_f_bavail=no
21395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21400 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21401 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21402 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21404 cat >>confdefs.h <<_ACEOF
21405 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21406 _ACEOF
21410 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21411 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21412 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21413 $as_echo_n "(cached) " >&6
21414 else
21415 cat >conftest.$ac_ext <<_ACEOF
21416 /* confdefs.h. */
21417 _ACEOF
21418 cat confdefs.h >>conftest.$ac_ext
21419 cat >>conftest.$ac_ext <<_ACEOF
21420 /* end confdefs.h. */
21421 #include <sys/types.h>
21422 #ifdef HAVE_SYS_PARAM_H
21423 # include <sys/param.h>
21424 #endif
21425 #ifdef HAVE_SYS_MOUNT_H
21426 # include <sys/mount.h>
21427 #endif
21428 #ifdef HAVE_SYS_VFS_H
21429 # include <sys/vfs.h>
21430 #endif
21431 #ifdef HAVE_SYS_STATFS_H
21432 # include <sys/statfs.h>
21433 #endif
21436 main ()
21438 static struct statfs ac_aggr;
21439 if (ac_aggr.f_frsize)
21440 return 0;
21442 return 0;
21444 _ACEOF
21445 rm -f conftest.$ac_objext
21446 if { (ac_try="$ac_compile"
21447 case "(($ac_try" in
21448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21449 *) ac_try_echo=$ac_try;;
21450 esac
21451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21452 $as_echo "$ac_try_echo") >&5
21453 (eval "$ac_compile") 2>conftest.er1
21454 ac_status=$?
21455 grep -v '^ *+' conftest.er1 >conftest.err
21456 rm -f conftest.er1
21457 cat conftest.err >&5
21458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21459 (exit $ac_status); } && {
21460 test -z "$ac_c_werror_flag" ||
21461 test ! -s conftest.err
21462 } && test -s conftest.$ac_objext; then
21463 ac_cv_member_struct_statfs_f_frsize=yes
21464 else
21465 $as_echo "$as_me: failed program was:" >&5
21466 sed 's/^/| /' conftest.$ac_ext >&5
21468 cat >conftest.$ac_ext <<_ACEOF
21469 /* confdefs.h. */
21470 _ACEOF
21471 cat confdefs.h >>conftest.$ac_ext
21472 cat >>conftest.$ac_ext <<_ACEOF
21473 /* end confdefs.h. */
21474 #include <sys/types.h>
21475 #ifdef HAVE_SYS_PARAM_H
21476 # include <sys/param.h>
21477 #endif
21478 #ifdef HAVE_SYS_MOUNT_H
21479 # include <sys/mount.h>
21480 #endif
21481 #ifdef HAVE_SYS_VFS_H
21482 # include <sys/vfs.h>
21483 #endif
21484 #ifdef HAVE_SYS_STATFS_H
21485 # include <sys/statfs.h>
21486 #endif
21489 main ()
21491 static struct statfs ac_aggr;
21492 if (sizeof ac_aggr.f_frsize)
21493 return 0;
21495 return 0;
21497 _ACEOF
21498 rm -f conftest.$ac_objext
21499 if { (ac_try="$ac_compile"
21500 case "(($ac_try" in
21501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21502 *) ac_try_echo=$ac_try;;
21503 esac
21504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21505 $as_echo "$ac_try_echo") >&5
21506 (eval "$ac_compile") 2>conftest.er1
21507 ac_status=$?
21508 grep -v '^ *+' conftest.er1 >conftest.err
21509 rm -f conftest.er1
21510 cat conftest.err >&5
21511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21512 (exit $ac_status); } && {
21513 test -z "$ac_c_werror_flag" ||
21514 test ! -s conftest.err
21515 } && test -s conftest.$ac_objext; then
21516 ac_cv_member_struct_statfs_f_frsize=yes
21517 else
21518 $as_echo "$as_me: failed program was:" >&5
21519 sed 's/^/| /' conftest.$ac_ext >&5
21521 ac_cv_member_struct_statfs_f_frsize=no
21524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21529 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21530 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21531 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21533 cat >>confdefs.h <<_ACEOF
21534 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21535 _ACEOF
21539 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21540 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21541 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21542 $as_echo_n "(cached) " >&6
21543 else
21544 cat >conftest.$ac_ext <<_ACEOF
21545 /* confdefs.h. */
21546 _ACEOF
21547 cat confdefs.h >>conftest.$ac_ext
21548 cat >>conftest.$ac_ext <<_ACEOF
21549 /* end confdefs.h. */
21550 #include <sys/types.h>
21551 #ifdef HAVE_SYS_PARAM_H
21552 # include <sys/param.h>
21553 #endif
21554 #ifdef HAVE_SYS_MOUNT_H
21555 # include <sys/mount.h>
21556 #endif
21557 #ifdef HAVE_SYS_VFS_H
21558 # include <sys/vfs.h>
21559 #endif
21560 #ifdef HAVE_SYS_STATFS_H
21561 # include <sys/statfs.h>
21562 #endif
21565 main ()
21567 static struct statfs ac_aggr;
21568 if (ac_aggr.f_ffree)
21569 return 0;
21571 return 0;
21573 _ACEOF
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21578 *) ac_try_echo=$ac_try;;
21579 esac
21580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21581 $as_echo "$ac_try_echo") >&5
21582 (eval "$ac_compile") 2>conftest.er1
21583 ac_status=$?
21584 grep -v '^ *+' conftest.er1 >conftest.err
21585 rm -f conftest.er1
21586 cat conftest.err >&5
21587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21588 (exit $ac_status); } && {
21589 test -z "$ac_c_werror_flag" ||
21590 test ! -s conftest.err
21591 } && test -s conftest.$ac_objext; then
21592 ac_cv_member_struct_statfs_f_ffree=yes
21593 else
21594 $as_echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.$ac_ext >&5
21597 cat >conftest.$ac_ext <<_ACEOF
21598 /* confdefs.h. */
21599 _ACEOF
21600 cat confdefs.h >>conftest.$ac_ext
21601 cat >>conftest.$ac_ext <<_ACEOF
21602 /* end confdefs.h. */
21603 #include <sys/types.h>
21604 #ifdef HAVE_SYS_PARAM_H
21605 # include <sys/param.h>
21606 #endif
21607 #ifdef HAVE_SYS_MOUNT_H
21608 # include <sys/mount.h>
21609 #endif
21610 #ifdef HAVE_SYS_VFS_H
21611 # include <sys/vfs.h>
21612 #endif
21613 #ifdef HAVE_SYS_STATFS_H
21614 # include <sys/statfs.h>
21615 #endif
21618 main ()
21620 static struct statfs ac_aggr;
21621 if (sizeof ac_aggr.f_ffree)
21622 return 0;
21624 return 0;
21626 _ACEOF
21627 rm -f conftest.$ac_objext
21628 if { (ac_try="$ac_compile"
21629 case "(($ac_try" in
21630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21631 *) ac_try_echo=$ac_try;;
21632 esac
21633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21634 $as_echo "$ac_try_echo") >&5
21635 (eval "$ac_compile") 2>conftest.er1
21636 ac_status=$?
21637 grep -v '^ *+' conftest.er1 >conftest.err
21638 rm -f conftest.er1
21639 cat conftest.err >&5
21640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21641 (exit $ac_status); } && {
21642 test -z "$ac_c_werror_flag" ||
21643 test ! -s conftest.err
21644 } && test -s conftest.$ac_objext; then
21645 ac_cv_member_struct_statfs_f_ffree=yes
21646 else
21647 $as_echo "$as_me: failed program was:" >&5
21648 sed 's/^/| /' conftest.$ac_ext >&5
21650 ac_cv_member_struct_statfs_f_ffree=no
21653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21658 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21659 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21660 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21662 cat >>confdefs.h <<_ACEOF
21663 #define HAVE_STRUCT_STATFS_F_FFREE 1
21664 _ACEOF
21668 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21669 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21670 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21671 $as_echo_n "(cached) " >&6
21672 else
21673 cat >conftest.$ac_ext <<_ACEOF
21674 /* confdefs.h. */
21675 _ACEOF
21676 cat confdefs.h >>conftest.$ac_ext
21677 cat >>conftest.$ac_ext <<_ACEOF
21678 /* end confdefs.h. */
21679 #include <sys/types.h>
21680 #ifdef HAVE_SYS_PARAM_H
21681 # include <sys/param.h>
21682 #endif
21683 #ifdef HAVE_SYS_MOUNT_H
21684 # include <sys/mount.h>
21685 #endif
21686 #ifdef HAVE_SYS_VFS_H
21687 # include <sys/vfs.h>
21688 #endif
21689 #ifdef HAVE_SYS_STATFS_H
21690 # include <sys/statfs.h>
21691 #endif
21694 main ()
21696 static struct statfs ac_aggr;
21697 if (ac_aggr.f_favail)
21698 return 0;
21700 return 0;
21702 _ACEOF
21703 rm -f conftest.$ac_objext
21704 if { (ac_try="$ac_compile"
21705 case "(($ac_try" in
21706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21707 *) ac_try_echo=$ac_try;;
21708 esac
21709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21710 $as_echo "$ac_try_echo") >&5
21711 (eval "$ac_compile") 2>conftest.er1
21712 ac_status=$?
21713 grep -v '^ *+' conftest.er1 >conftest.err
21714 rm -f conftest.er1
21715 cat conftest.err >&5
21716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21717 (exit $ac_status); } && {
21718 test -z "$ac_c_werror_flag" ||
21719 test ! -s conftest.err
21720 } && test -s conftest.$ac_objext; then
21721 ac_cv_member_struct_statfs_f_favail=yes
21722 else
21723 $as_echo "$as_me: failed program was:" >&5
21724 sed 's/^/| /' conftest.$ac_ext >&5
21726 cat >conftest.$ac_ext <<_ACEOF
21727 /* confdefs.h. */
21728 _ACEOF
21729 cat confdefs.h >>conftest.$ac_ext
21730 cat >>conftest.$ac_ext <<_ACEOF
21731 /* end confdefs.h. */
21732 #include <sys/types.h>
21733 #ifdef HAVE_SYS_PARAM_H
21734 # include <sys/param.h>
21735 #endif
21736 #ifdef HAVE_SYS_MOUNT_H
21737 # include <sys/mount.h>
21738 #endif
21739 #ifdef HAVE_SYS_VFS_H
21740 # include <sys/vfs.h>
21741 #endif
21742 #ifdef HAVE_SYS_STATFS_H
21743 # include <sys/statfs.h>
21744 #endif
21747 main ()
21749 static struct statfs ac_aggr;
21750 if (sizeof ac_aggr.f_favail)
21751 return 0;
21753 return 0;
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21761 esac
21762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21763 $as_echo "$ac_try_echo") >&5
21764 (eval "$ac_compile") 2>conftest.er1
21765 ac_status=$?
21766 grep -v '^ *+' conftest.er1 >conftest.err
21767 rm -f conftest.er1
21768 cat conftest.err >&5
21769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770 (exit $ac_status); } && {
21771 test -z "$ac_c_werror_flag" ||
21772 test ! -s conftest.err
21773 } && test -s conftest.$ac_objext; then
21774 ac_cv_member_struct_statfs_f_favail=yes
21775 else
21776 $as_echo "$as_me: failed program was:" >&5
21777 sed 's/^/| /' conftest.$ac_ext >&5
21779 ac_cv_member_struct_statfs_f_favail=no
21782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21787 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21788 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21789 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21791 cat >>confdefs.h <<_ACEOF
21792 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21793 _ACEOF
21797 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21798 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21799 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21800 $as_echo_n "(cached) " >&6
21801 else
21802 cat >conftest.$ac_ext <<_ACEOF
21803 /* confdefs.h. */
21804 _ACEOF
21805 cat confdefs.h >>conftest.$ac_ext
21806 cat >>conftest.$ac_ext <<_ACEOF
21807 /* end confdefs.h. */
21808 #include <sys/types.h>
21809 #ifdef HAVE_SYS_PARAM_H
21810 # include <sys/param.h>
21811 #endif
21812 #ifdef HAVE_SYS_MOUNT_H
21813 # include <sys/mount.h>
21814 #endif
21815 #ifdef HAVE_SYS_VFS_H
21816 # include <sys/vfs.h>
21817 #endif
21818 #ifdef HAVE_SYS_STATFS_H
21819 # include <sys/statfs.h>
21820 #endif
21823 main ()
21825 static struct statfs ac_aggr;
21826 if (ac_aggr.f_namelen)
21827 return 0;
21829 return 0;
21831 _ACEOF
21832 rm -f conftest.$ac_objext
21833 if { (ac_try="$ac_compile"
21834 case "(($ac_try" in
21835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21836 *) ac_try_echo=$ac_try;;
21837 esac
21838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21839 $as_echo "$ac_try_echo") >&5
21840 (eval "$ac_compile") 2>conftest.er1
21841 ac_status=$?
21842 grep -v '^ *+' conftest.er1 >conftest.err
21843 rm -f conftest.er1
21844 cat conftest.err >&5
21845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21846 (exit $ac_status); } && {
21847 test -z "$ac_c_werror_flag" ||
21848 test ! -s conftest.err
21849 } && test -s conftest.$ac_objext; then
21850 ac_cv_member_struct_statfs_f_namelen=yes
21851 else
21852 $as_echo "$as_me: failed program was:" >&5
21853 sed 's/^/| /' conftest.$ac_ext >&5
21855 cat >conftest.$ac_ext <<_ACEOF
21856 /* confdefs.h. */
21857 _ACEOF
21858 cat confdefs.h >>conftest.$ac_ext
21859 cat >>conftest.$ac_ext <<_ACEOF
21860 /* end confdefs.h. */
21861 #include <sys/types.h>
21862 #ifdef HAVE_SYS_PARAM_H
21863 # include <sys/param.h>
21864 #endif
21865 #ifdef HAVE_SYS_MOUNT_H
21866 # include <sys/mount.h>
21867 #endif
21868 #ifdef HAVE_SYS_VFS_H
21869 # include <sys/vfs.h>
21870 #endif
21871 #ifdef HAVE_SYS_STATFS_H
21872 # include <sys/statfs.h>
21873 #endif
21876 main ()
21878 static struct statfs ac_aggr;
21879 if (sizeof ac_aggr.f_namelen)
21880 return 0;
21882 return 0;
21884 _ACEOF
21885 rm -f conftest.$ac_objext
21886 if { (ac_try="$ac_compile"
21887 case "(($ac_try" in
21888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21889 *) ac_try_echo=$ac_try;;
21890 esac
21891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21892 $as_echo "$ac_try_echo") >&5
21893 (eval "$ac_compile") 2>conftest.er1
21894 ac_status=$?
21895 grep -v '^ *+' conftest.er1 >conftest.err
21896 rm -f conftest.er1
21897 cat conftest.err >&5
21898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21899 (exit $ac_status); } && {
21900 test -z "$ac_c_werror_flag" ||
21901 test ! -s conftest.err
21902 } && test -s conftest.$ac_objext; then
21903 ac_cv_member_struct_statfs_f_namelen=yes
21904 else
21905 $as_echo "$as_me: failed program was:" >&5
21906 sed 's/^/| /' conftest.$ac_ext >&5
21908 ac_cv_member_struct_statfs_f_namelen=no
21911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21916 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21917 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21918 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21920 cat >>confdefs.h <<_ACEOF
21921 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21922 _ACEOF
21928 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21929 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21930 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21931 $as_echo_n "(cached) " >&6
21932 else
21933 cat >conftest.$ac_ext <<_ACEOF
21934 /* confdefs.h. */
21935 _ACEOF
21936 cat confdefs.h >>conftest.$ac_ext
21937 cat >>conftest.$ac_ext <<_ACEOF
21938 /* end confdefs.h. */
21939 #ifdef HAVE_SYS_STATVFS_H
21940 #include <sys/statvfs.h>
21941 #endif
21944 main ()
21946 static struct statvfs ac_aggr;
21947 if (ac_aggr.f_blocks)
21948 return 0;
21950 return 0;
21952 _ACEOF
21953 rm -f conftest.$ac_objext
21954 if { (ac_try="$ac_compile"
21955 case "(($ac_try" in
21956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21957 *) ac_try_echo=$ac_try;;
21958 esac
21959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21960 $as_echo "$ac_try_echo") >&5
21961 (eval "$ac_compile") 2>conftest.er1
21962 ac_status=$?
21963 grep -v '^ *+' conftest.er1 >conftest.err
21964 rm -f conftest.er1
21965 cat conftest.err >&5
21966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21967 (exit $ac_status); } && {
21968 test -z "$ac_c_werror_flag" ||
21969 test ! -s conftest.err
21970 } && test -s conftest.$ac_objext; then
21971 ac_cv_member_struct_statvfs_f_blocks=yes
21972 else
21973 $as_echo "$as_me: failed program was:" >&5
21974 sed 's/^/| /' conftest.$ac_ext >&5
21976 cat >conftest.$ac_ext <<_ACEOF
21977 /* confdefs.h. */
21978 _ACEOF
21979 cat confdefs.h >>conftest.$ac_ext
21980 cat >>conftest.$ac_ext <<_ACEOF
21981 /* end confdefs.h. */
21982 #ifdef HAVE_SYS_STATVFS_H
21983 #include <sys/statvfs.h>
21984 #endif
21987 main ()
21989 static struct statvfs ac_aggr;
21990 if (sizeof ac_aggr.f_blocks)
21991 return 0;
21993 return 0;
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22003 $as_echo "$ac_try_echo") >&5
22004 (eval "$ac_compile") 2>conftest.er1
22005 ac_status=$?
22006 grep -v '^ *+' conftest.er1 >conftest.err
22007 rm -f conftest.er1
22008 cat conftest.err >&5
22009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22010 (exit $ac_status); } && {
22011 test -z "$ac_c_werror_flag" ||
22012 test ! -s conftest.err
22013 } && test -s conftest.$ac_objext; then
22014 ac_cv_member_struct_statvfs_f_blocks=yes
22015 else
22016 $as_echo "$as_me: failed program was:" >&5
22017 sed 's/^/| /' conftest.$ac_ext >&5
22019 ac_cv_member_struct_statvfs_f_blocks=no
22022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22027 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22028 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22029 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22031 cat >>confdefs.h <<_ACEOF
22032 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22033 _ACEOF
22039 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22040 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22041 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22042 $as_echo_n "(cached) " >&6
22043 else
22044 cat >conftest.$ac_ext <<_ACEOF
22045 /* confdefs.h. */
22046 _ACEOF
22047 cat confdefs.h >>conftest.$ac_ext
22048 cat >>conftest.$ac_ext <<_ACEOF
22049 /* end confdefs.h. */
22050 #include <sys/types.h>
22051 #ifdef HAVE_SYS_SOCKET_H
22052 # include <sys/socket.h>
22053 #endif
22054 #ifdef HAVE_SYS_UN_H
22055 # include <sys/un.h>
22056 #endif
22059 main ()
22061 static struct msghdr ac_aggr;
22062 if (ac_aggr.msg_accrights)
22063 return 0;
22065 return 0;
22067 _ACEOF
22068 rm -f conftest.$ac_objext
22069 if { (ac_try="$ac_compile"
22070 case "(($ac_try" in
22071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22072 *) ac_try_echo=$ac_try;;
22073 esac
22074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22075 $as_echo "$ac_try_echo") >&5
22076 (eval "$ac_compile") 2>conftest.er1
22077 ac_status=$?
22078 grep -v '^ *+' conftest.er1 >conftest.err
22079 rm -f conftest.er1
22080 cat conftest.err >&5
22081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); } && {
22083 test -z "$ac_c_werror_flag" ||
22084 test ! -s conftest.err
22085 } && test -s conftest.$ac_objext; then
22086 ac_cv_member_struct_msghdr_msg_accrights=yes
22087 else
22088 $as_echo "$as_me: failed program was:" >&5
22089 sed 's/^/| /' conftest.$ac_ext >&5
22091 cat >conftest.$ac_ext <<_ACEOF
22092 /* confdefs.h. */
22093 _ACEOF
22094 cat confdefs.h >>conftest.$ac_ext
22095 cat >>conftest.$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #include <sys/types.h>
22098 #ifdef HAVE_SYS_SOCKET_H
22099 # include <sys/socket.h>
22100 #endif
22101 #ifdef HAVE_SYS_UN_H
22102 # include <sys/un.h>
22103 #endif
22106 main ()
22108 static struct msghdr ac_aggr;
22109 if (sizeof ac_aggr.msg_accrights)
22110 return 0;
22112 return 0;
22114 _ACEOF
22115 rm -f conftest.$ac_objext
22116 if { (ac_try="$ac_compile"
22117 case "(($ac_try" in
22118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22119 *) ac_try_echo=$ac_try;;
22120 esac
22121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22122 $as_echo "$ac_try_echo") >&5
22123 (eval "$ac_compile") 2>conftest.er1
22124 ac_status=$?
22125 grep -v '^ *+' conftest.er1 >conftest.err
22126 rm -f conftest.er1
22127 cat conftest.err >&5
22128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22129 (exit $ac_status); } && {
22130 test -z "$ac_c_werror_flag" ||
22131 test ! -s conftest.err
22132 } && test -s conftest.$ac_objext; then
22133 ac_cv_member_struct_msghdr_msg_accrights=yes
22134 else
22135 $as_echo "$as_me: failed program was:" >&5
22136 sed 's/^/| /' conftest.$ac_ext >&5
22138 ac_cv_member_struct_msghdr_msg_accrights=no
22141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22146 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22147 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22148 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22150 cat >>confdefs.h <<_ACEOF
22151 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22152 _ACEOF
22156 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22157 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22158 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22159 $as_echo_n "(cached) " >&6
22160 else
22161 cat >conftest.$ac_ext <<_ACEOF
22162 /* confdefs.h. */
22163 _ACEOF
22164 cat confdefs.h >>conftest.$ac_ext
22165 cat >>conftest.$ac_ext <<_ACEOF
22166 /* end confdefs.h. */
22167 #include <sys/types.h>
22168 #ifdef HAVE_SYS_SOCKET_H
22169 # include <sys/socket.h>
22170 #endif
22171 #ifdef HAVE_SYS_UN_H
22172 # include <sys/un.h>
22173 #endif
22176 main ()
22178 static struct sockaddr ac_aggr;
22179 if (ac_aggr.sa_len)
22180 return 0;
22182 return 0;
22184 _ACEOF
22185 rm -f conftest.$ac_objext
22186 if { (ac_try="$ac_compile"
22187 case "(($ac_try" in
22188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22189 *) ac_try_echo=$ac_try;;
22190 esac
22191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22192 $as_echo "$ac_try_echo") >&5
22193 (eval "$ac_compile") 2>conftest.er1
22194 ac_status=$?
22195 grep -v '^ *+' conftest.er1 >conftest.err
22196 rm -f conftest.er1
22197 cat conftest.err >&5
22198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22199 (exit $ac_status); } && {
22200 test -z "$ac_c_werror_flag" ||
22201 test ! -s conftest.err
22202 } && test -s conftest.$ac_objext; then
22203 ac_cv_member_struct_sockaddr_sa_len=yes
22204 else
22205 $as_echo "$as_me: failed program was:" >&5
22206 sed 's/^/| /' conftest.$ac_ext >&5
22208 cat >conftest.$ac_ext <<_ACEOF
22209 /* confdefs.h. */
22210 _ACEOF
22211 cat confdefs.h >>conftest.$ac_ext
22212 cat >>conftest.$ac_ext <<_ACEOF
22213 /* end confdefs.h. */
22214 #include <sys/types.h>
22215 #ifdef HAVE_SYS_SOCKET_H
22216 # include <sys/socket.h>
22217 #endif
22218 #ifdef HAVE_SYS_UN_H
22219 # include <sys/un.h>
22220 #endif
22223 main ()
22225 static struct sockaddr ac_aggr;
22226 if (sizeof ac_aggr.sa_len)
22227 return 0;
22229 return 0;
22231 _ACEOF
22232 rm -f conftest.$ac_objext
22233 if { (ac_try="$ac_compile"
22234 case "(($ac_try" in
22235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22236 *) ac_try_echo=$ac_try;;
22237 esac
22238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22239 $as_echo "$ac_try_echo") >&5
22240 (eval "$ac_compile") 2>conftest.er1
22241 ac_status=$?
22242 grep -v '^ *+' conftest.er1 >conftest.err
22243 rm -f conftest.er1
22244 cat conftest.err >&5
22245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22246 (exit $ac_status); } && {
22247 test -z "$ac_c_werror_flag" ||
22248 test ! -s conftest.err
22249 } && test -s conftest.$ac_objext; then
22250 ac_cv_member_struct_sockaddr_sa_len=yes
22251 else
22252 $as_echo "$as_me: failed program was:" >&5
22253 sed 's/^/| /' conftest.$ac_ext >&5
22255 ac_cv_member_struct_sockaddr_sa_len=no
22258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22263 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22264 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22265 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22267 cat >>confdefs.h <<_ACEOF
22268 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22269 _ACEOF
22273 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22274 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22275 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22276 $as_echo_n "(cached) " >&6
22277 else
22278 cat >conftest.$ac_ext <<_ACEOF
22279 /* confdefs.h. */
22280 _ACEOF
22281 cat confdefs.h >>conftest.$ac_ext
22282 cat >>conftest.$ac_ext <<_ACEOF
22283 /* end confdefs.h. */
22284 #include <sys/types.h>
22285 #ifdef HAVE_SYS_SOCKET_H
22286 # include <sys/socket.h>
22287 #endif
22288 #ifdef HAVE_SYS_UN_H
22289 # include <sys/un.h>
22290 #endif
22293 main ()
22295 static struct sockaddr_un ac_aggr;
22296 if (ac_aggr.sun_len)
22297 return 0;
22299 return 0;
22301 _ACEOF
22302 rm -f conftest.$ac_objext
22303 if { (ac_try="$ac_compile"
22304 case "(($ac_try" in
22305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22306 *) ac_try_echo=$ac_try;;
22307 esac
22308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22309 $as_echo "$ac_try_echo") >&5
22310 (eval "$ac_compile") 2>conftest.er1
22311 ac_status=$?
22312 grep -v '^ *+' conftest.er1 >conftest.err
22313 rm -f conftest.er1
22314 cat conftest.err >&5
22315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22316 (exit $ac_status); } && {
22317 test -z "$ac_c_werror_flag" ||
22318 test ! -s conftest.err
22319 } && test -s conftest.$ac_objext; then
22320 ac_cv_member_struct_sockaddr_un_sun_len=yes
22321 else
22322 $as_echo "$as_me: failed program was:" >&5
22323 sed 's/^/| /' conftest.$ac_ext >&5
22325 cat >conftest.$ac_ext <<_ACEOF
22326 /* confdefs.h. */
22327 _ACEOF
22328 cat confdefs.h >>conftest.$ac_ext
22329 cat >>conftest.$ac_ext <<_ACEOF
22330 /* end confdefs.h. */
22331 #include <sys/types.h>
22332 #ifdef HAVE_SYS_SOCKET_H
22333 # include <sys/socket.h>
22334 #endif
22335 #ifdef HAVE_SYS_UN_H
22336 # include <sys/un.h>
22337 #endif
22340 main ()
22342 static struct sockaddr_un ac_aggr;
22343 if (sizeof ac_aggr.sun_len)
22344 return 0;
22346 return 0;
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353 *) ac_try_echo=$ac_try;;
22354 esac
22355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22356 $as_echo "$ac_try_echo") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_cv_member_struct_sockaddr_un_sun_len=yes
22368 else
22369 $as_echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22372 ac_cv_member_struct_sockaddr_un_sun_len=no
22375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22380 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22381 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22382 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22384 cat >>confdefs.h <<_ACEOF
22385 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22386 _ACEOF
22392 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22393 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22394 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22395 $as_echo_n "(cached) " >&6
22396 else
22397 cat >conftest.$ac_ext <<_ACEOF
22398 /* confdefs.h. */
22399 _ACEOF
22400 cat confdefs.h >>conftest.$ac_ext
22401 cat >>conftest.$ac_ext <<_ACEOF
22402 /* end confdefs.h. */
22403 #include <sys/types.h>
22404 #ifdef HAVE_SCSI_SG_H
22405 #include <scsi/sg.h>
22406 #endif
22409 main ()
22411 static scsireq_t ac_aggr;
22412 if (ac_aggr.cmd)
22413 return 0;
22415 return 0;
22417 _ACEOF
22418 rm -f conftest.$ac_objext
22419 if { (ac_try="$ac_compile"
22420 case "(($ac_try" in
22421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22422 *) ac_try_echo=$ac_try;;
22423 esac
22424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22425 $as_echo "$ac_try_echo") >&5
22426 (eval "$ac_compile") 2>conftest.er1
22427 ac_status=$?
22428 grep -v '^ *+' conftest.er1 >conftest.err
22429 rm -f conftest.er1
22430 cat conftest.err >&5
22431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); } && {
22433 test -z "$ac_c_werror_flag" ||
22434 test ! -s conftest.err
22435 } && test -s conftest.$ac_objext; then
22436 ac_cv_member_scsireq_t_cmd=yes
22437 else
22438 $as_echo "$as_me: failed program was:" >&5
22439 sed 's/^/| /' conftest.$ac_ext >&5
22441 cat >conftest.$ac_ext <<_ACEOF
22442 /* confdefs.h. */
22443 _ACEOF
22444 cat confdefs.h >>conftest.$ac_ext
22445 cat >>conftest.$ac_ext <<_ACEOF
22446 /* end confdefs.h. */
22447 #include <sys/types.h>
22448 #ifdef HAVE_SCSI_SG_H
22449 #include <scsi/sg.h>
22450 #endif
22453 main ()
22455 static scsireq_t ac_aggr;
22456 if (sizeof ac_aggr.cmd)
22457 return 0;
22459 return 0;
22461 _ACEOF
22462 rm -f conftest.$ac_objext
22463 if { (ac_try="$ac_compile"
22464 case "(($ac_try" in
22465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22466 *) ac_try_echo=$ac_try;;
22467 esac
22468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22469 $as_echo "$ac_try_echo") >&5
22470 (eval "$ac_compile") 2>conftest.er1
22471 ac_status=$?
22472 grep -v '^ *+' conftest.er1 >conftest.err
22473 rm -f conftest.er1
22474 cat conftest.err >&5
22475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22476 (exit $ac_status); } && {
22477 test -z "$ac_c_werror_flag" ||
22478 test ! -s conftest.err
22479 } && test -s conftest.$ac_objext; then
22480 ac_cv_member_scsireq_t_cmd=yes
22481 else
22482 $as_echo "$as_me: failed program was:" >&5
22483 sed 's/^/| /' conftest.$ac_ext >&5
22485 ac_cv_member_scsireq_t_cmd=no
22488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22493 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22494 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22495 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22497 cat >>confdefs.h <<_ACEOF
22498 #define HAVE_SCSIREQ_T_CMD 1
22499 _ACEOF
22503 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22504 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22505 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22506 $as_echo_n "(cached) " >&6
22507 else
22508 cat >conftest.$ac_ext <<_ACEOF
22509 /* confdefs.h. */
22510 _ACEOF
22511 cat confdefs.h >>conftest.$ac_ext
22512 cat >>conftest.$ac_ext <<_ACEOF
22513 /* end confdefs.h. */
22514 #include <sys/types.h>
22515 #ifdef HAVE_SCSI_SG_H
22516 #include <scsi/sg.h>
22517 #endif
22520 main ()
22522 static sg_io_hdr_t ac_aggr;
22523 if (ac_aggr.interface_id)
22524 return 0;
22526 return 0;
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (ac_try="$ac_compile"
22531 case "(($ac_try" in
22532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22533 *) ac_try_echo=$ac_try;;
22534 esac
22535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22536 $as_echo "$ac_try_echo") >&5
22537 (eval "$ac_compile") 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } && {
22544 test -z "$ac_c_werror_flag" ||
22545 test ! -s conftest.err
22546 } && test -s conftest.$ac_objext; then
22547 ac_cv_member_sg_io_hdr_t_interface_id=yes
22548 else
22549 $as_echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22552 cat >conftest.$ac_ext <<_ACEOF
22553 /* confdefs.h. */
22554 _ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h. */
22558 #include <sys/types.h>
22559 #ifdef HAVE_SCSI_SG_H
22560 #include <scsi/sg.h>
22561 #endif
22564 main ()
22566 static sg_io_hdr_t ac_aggr;
22567 if (sizeof ac_aggr.interface_id)
22568 return 0;
22570 return 0;
22572 _ACEOF
22573 rm -f conftest.$ac_objext
22574 if { (ac_try="$ac_compile"
22575 case "(($ac_try" in
22576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22577 *) ac_try_echo=$ac_try;;
22578 esac
22579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22580 $as_echo "$ac_try_echo") >&5
22581 (eval "$ac_compile") 2>conftest.er1
22582 ac_status=$?
22583 grep -v '^ *+' conftest.er1 >conftest.err
22584 rm -f conftest.er1
22585 cat conftest.err >&5
22586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22587 (exit $ac_status); } && {
22588 test -z "$ac_c_werror_flag" ||
22589 test ! -s conftest.err
22590 } && test -s conftest.$ac_objext; then
22591 ac_cv_member_sg_io_hdr_t_interface_id=yes
22592 else
22593 $as_echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.$ac_ext >&5
22596 ac_cv_member_sg_io_hdr_t_interface_id=no
22599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22604 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22605 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22606 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22608 cat >>confdefs.h <<_ACEOF
22609 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22610 _ACEOF
22616 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22617 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22618 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22619 $as_echo_n "(cached) " >&6
22620 else
22621 cat >conftest.$ac_ext <<_ACEOF
22622 /* confdefs.h. */
22623 _ACEOF
22624 cat confdefs.h >>conftest.$ac_ext
22625 cat >>conftest.$ac_ext <<_ACEOF
22626 /* end confdefs.h. */
22627 #include <signal.h>
22630 main ()
22632 static siginfo_t ac_aggr;
22633 if (ac_aggr.si_fd)
22634 return 0;
22636 return 0;
22638 _ACEOF
22639 rm -f conftest.$ac_objext
22640 if { (ac_try="$ac_compile"
22641 case "(($ac_try" in
22642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22643 *) ac_try_echo=$ac_try;;
22644 esac
22645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22646 $as_echo "$ac_try_echo") >&5
22647 (eval "$ac_compile") 2>conftest.er1
22648 ac_status=$?
22649 grep -v '^ *+' conftest.er1 >conftest.err
22650 rm -f conftest.er1
22651 cat conftest.err >&5
22652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22653 (exit $ac_status); } && {
22654 test -z "$ac_c_werror_flag" ||
22655 test ! -s conftest.err
22656 } && test -s conftest.$ac_objext; then
22657 ac_cv_member_siginfo_t_si_fd=yes
22658 else
22659 $as_echo "$as_me: failed program was:" >&5
22660 sed 's/^/| /' conftest.$ac_ext >&5
22662 cat >conftest.$ac_ext <<_ACEOF
22663 /* confdefs.h. */
22664 _ACEOF
22665 cat confdefs.h >>conftest.$ac_ext
22666 cat >>conftest.$ac_ext <<_ACEOF
22667 /* end confdefs.h. */
22668 #include <signal.h>
22671 main ()
22673 static siginfo_t ac_aggr;
22674 if (sizeof ac_aggr.si_fd)
22675 return 0;
22677 return 0;
22679 _ACEOF
22680 rm -f conftest.$ac_objext
22681 if { (ac_try="$ac_compile"
22682 case "(($ac_try" in
22683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22684 *) ac_try_echo=$ac_try;;
22685 esac
22686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22687 $as_echo "$ac_try_echo") >&5
22688 (eval "$ac_compile") 2>conftest.er1
22689 ac_status=$?
22690 grep -v '^ *+' conftest.er1 >conftest.err
22691 rm -f conftest.er1
22692 cat conftest.err >&5
22693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22694 (exit $ac_status); } && {
22695 test -z "$ac_c_werror_flag" ||
22696 test ! -s conftest.err
22697 } && test -s conftest.$ac_objext; then
22698 ac_cv_member_siginfo_t_si_fd=yes
22699 else
22700 $as_echo "$as_me: failed program was:" >&5
22701 sed 's/^/| /' conftest.$ac_ext >&5
22703 ac_cv_member_siginfo_t_si_fd=no
22706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22711 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22712 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22713 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22715 cat >>confdefs.h <<_ACEOF
22716 #define HAVE_SIGINFO_T_SI_FD 1
22717 _ACEOF
22723 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22724 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22725 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22726 $as_echo_n "(cached) " >&6
22727 else
22728 cat >conftest.$ac_ext <<_ACEOF
22729 /* confdefs.h. */
22730 _ACEOF
22731 cat confdefs.h >>conftest.$ac_ext
22732 cat >>conftest.$ac_ext <<_ACEOF
22733 /* end confdefs.h. */
22734 #include <sys/types.h>
22735 #ifdef HAVE_SYS_MTIO_H
22736 #include <sys/mtio.h>
22737 #endif
22740 main ()
22742 static struct mtget ac_aggr;
22743 if (ac_aggr.mt_blksiz)
22744 return 0;
22746 return 0;
22748 _ACEOF
22749 rm -f conftest.$ac_objext
22750 if { (ac_try="$ac_compile"
22751 case "(($ac_try" in
22752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22753 *) ac_try_echo=$ac_try;;
22754 esac
22755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22756 $as_echo "$ac_try_echo") >&5
22757 (eval "$ac_compile") 2>conftest.er1
22758 ac_status=$?
22759 grep -v '^ *+' conftest.er1 >conftest.err
22760 rm -f conftest.er1
22761 cat conftest.err >&5
22762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22763 (exit $ac_status); } && {
22764 test -z "$ac_c_werror_flag" ||
22765 test ! -s conftest.err
22766 } && test -s conftest.$ac_objext; then
22767 ac_cv_member_struct_mtget_mt_blksiz=yes
22768 else
22769 $as_echo "$as_me: failed program was:" >&5
22770 sed 's/^/| /' conftest.$ac_ext >&5
22772 cat >conftest.$ac_ext <<_ACEOF
22773 /* confdefs.h. */
22774 _ACEOF
22775 cat confdefs.h >>conftest.$ac_ext
22776 cat >>conftest.$ac_ext <<_ACEOF
22777 /* end confdefs.h. */
22778 #include <sys/types.h>
22779 #ifdef HAVE_SYS_MTIO_H
22780 #include <sys/mtio.h>
22781 #endif
22784 main ()
22786 static struct mtget ac_aggr;
22787 if (sizeof ac_aggr.mt_blksiz)
22788 return 0;
22790 return 0;
22792 _ACEOF
22793 rm -f conftest.$ac_objext
22794 if { (ac_try="$ac_compile"
22795 case "(($ac_try" in
22796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22797 *) ac_try_echo=$ac_try;;
22798 esac
22799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22800 $as_echo "$ac_try_echo") >&5
22801 (eval "$ac_compile") 2>conftest.er1
22802 ac_status=$?
22803 grep -v '^ *+' conftest.er1 >conftest.err
22804 rm -f conftest.er1
22805 cat conftest.err >&5
22806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22807 (exit $ac_status); } && {
22808 test -z "$ac_c_werror_flag" ||
22809 test ! -s conftest.err
22810 } && test -s conftest.$ac_objext; then
22811 ac_cv_member_struct_mtget_mt_blksiz=yes
22812 else
22813 $as_echo "$as_me: failed program was:" >&5
22814 sed 's/^/| /' conftest.$ac_ext >&5
22816 ac_cv_member_struct_mtget_mt_blksiz=no
22819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22824 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22825 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22826 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22828 cat >>confdefs.h <<_ACEOF
22829 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22830 _ACEOF
22834 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22835 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22836 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22837 $as_echo_n "(cached) " >&6
22838 else
22839 cat >conftest.$ac_ext <<_ACEOF
22840 /* confdefs.h. */
22841 _ACEOF
22842 cat confdefs.h >>conftest.$ac_ext
22843 cat >>conftest.$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22845 #include <sys/types.h>
22846 #ifdef HAVE_SYS_MTIO_H
22847 #include <sys/mtio.h>
22848 #endif
22851 main ()
22853 static struct mtget ac_aggr;
22854 if (ac_aggr.mt_gstat)
22855 return 0;
22857 return 0;
22859 _ACEOF
22860 rm -f conftest.$ac_objext
22861 if { (ac_try="$ac_compile"
22862 case "(($ac_try" in
22863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22864 *) ac_try_echo=$ac_try;;
22865 esac
22866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22867 $as_echo "$ac_try_echo") >&5
22868 (eval "$ac_compile") 2>conftest.er1
22869 ac_status=$?
22870 grep -v '^ *+' conftest.er1 >conftest.err
22871 rm -f conftest.er1
22872 cat conftest.err >&5
22873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22874 (exit $ac_status); } && {
22875 test -z "$ac_c_werror_flag" ||
22876 test ! -s conftest.err
22877 } && test -s conftest.$ac_objext; then
22878 ac_cv_member_struct_mtget_mt_gstat=yes
22879 else
22880 $as_echo "$as_me: failed program was:" >&5
22881 sed 's/^/| /' conftest.$ac_ext >&5
22883 cat >conftest.$ac_ext <<_ACEOF
22884 /* confdefs.h. */
22885 _ACEOF
22886 cat confdefs.h >>conftest.$ac_ext
22887 cat >>conftest.$ac_ext <<_ACEOF
22888 /* end confdefs.h. */
22889 #include <sys/types.h>
22890 #ifdef HAVE_SYS_MTIO_H
22891 #include <sys/mtio.h>
22892 #endif
22895 main ()
22897 static struct mtget ac_aggr;
22898 if (sizeof ac_aggr.mt_gstat)
22899 return 0;
22901 return 0;
22903 _ACEOF
22904 rm -f conftest.$ac_objext
22905 if { (ac_try="$ac_compile"
22906 case "(($ac_try" in
22907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22908 *) ac_try_echo=$ac_try;;
22909 esac
22910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22911 $as_echo "$ac_try_echo") >&5
22912 (eval "$ac_compile") 2>conftest.er1
22913 ac_status=$?
22914 grep -v '^ *+' conftest.er1 >conftest.err
22915 rm -f conftest.er1
22916 cat conftest.err >&5
22917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22918 (exit $ac_status); } && {
22919 test -z "$ac_c_werror_flag" ||
22920 test ! -s conftest.err
22921 } && test -s conftest.$ac_objext; then
22922 ac_cv_member_struct_mtget_mt_gstat=yes
22923 else
22924 $as_echo "$as_me: failed program was:" >&5
22925 sed 's/^/| /' conftest.$ac_ext >&5
22927 ac_cv_member_struct_mtget_mt_gstat=no
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22935 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22936 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22937 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22939 cat >>confdefs.h <<_ACEOF
22940 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22941 _ACEOF
22945 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22946 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22947 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22948 $as_echo_n "(cached) " >&6
22949 else
22950 cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h. */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h. */
22956 #include <sys/types.h>
22957 #ifdef HAVE_SYS_MTIO_H
22958 #include <sys/mtio.h>
22959 #endif
22962 main ()
22964 static struct mtget ac_aggr;
22965 if (ac_aggr.mt_blkno)
22966 return 0;
22968 return 0;
22970 _ACEOF
22971 rm -f conftest.$ac_objext
22972 if { (ac_try="$ac_compile"
22973 case "(($ac_try" in
22974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975 *) ac_try_echo=$ac_try;;
22976 esac
22977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22978 $as_echo "$ac_try_echo") >&5
22979 (eval "$ac_compile") 2>conftest.er1
22980 ac_status=$?
22981 grep -v '^ *+' conftest.er1 >conftest.err
22982 rm -f conftest.er1
22983 cat conftest.err >&5
22984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985 (exit $ac_status); } && {
22986 test -z "$ac_c_werror_flag" ||
22987 test ! -s conftest.err
22988 } && test -s conftest.$ac_objext; then
22989 ac_cv_member_struct_mtget_mt_blkno=yes
22990 else
22991 $as_echo "$as_me: failed program was:" >&5
22992 sed 's/^/| /' conftest.$ac_ext >&5
22994 cat >conftest.$ac_ext <<_ACEOF
22995 /* confdefs.h. */
22996 _ACEOF
22997 cat confdefs.h >>conftest.$ac_ext
22998 cat >>conftest.$ac_ext <<_ACEOF
22999 /* end confdefs.h. */
23000 #include <sys/types.h>
23001 #ifdef HAVE_SYS_MTIO_H
23002 #include <sys/mtio.h>
23003 #endif
23006 main ()
23008 static struct mtget ac_aggr;
23009 if (sizeof ac_aggr.mt_blkno)
23010 return 0;
23012 return 0;
23014 _ACEOF
23015 rm -f conftest.$ac_objext
23016 if { (ac_try="$ac_compile"
23017 case "(($ac_try" in
23018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23019 *) ac_try_echo=$ac_try;;
23020 esac
23021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23022 $as_echo "$ac_try_echo") >&5
23023 (eval "$ac_compile") 2>conftest.er1
23024 ac_status=$?
23025 grep -v '^ *+' conftest.er1 >conftest.err
23026 rm -f conftest.er1
23027 cat conftest.err >&5
23028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23029 (exit $ac_status); } && {
23030 test -z "$ac_c_werror_flag" ||
23031 test ! -s conftest.err
23032 } && test -s conftest.$ac_objext; then
23033 ac_cv_member_struct_mtget_mt_blkno=yes
23034 else
23035 $as_echo "$as_me: failed program was:" >&5
23036 sed 's/^/| /' conftest.$ac_ext >&5
23038 ac_cv_member_struct_mtget_mt_blkno=no
23041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23046 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23047 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23048 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23050 cat >>confdefs.h <<_ACEOF
23051 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23052 _ACEOF
23058 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23059 $as_echo_n "checking for struct option.name... " >&6; }
23060 if test "${ac_cv_member_struct_option_name+set}" = set; then
23061 $as_echo_n "(cached) " >&6
23062 else
23063 cat >conftest.$ac_ext <<_ACEOF
23064 /* confdefs.h. */
23065 _ACEOF
23066 cat confdefs.h >>conftest.$ac_ext
23067 cat >>conftest.$ac_ext <<_ACEOF
23068 /* end confdefs.h. */
23069 #ifdef HAVE_GETOPT_H
23070 #include <getopt.h>
23071 #endif
23074 main ()
23076 static struct option ac_aggr;
23077 if (ac_aggr.name)
23078 return 0;
23080 return 0;
23082 _ACEOF
23083 rm -f conftest.$ac_objext
23084 if { (ac_try="$ac_compile"
23085 case "(($ac_try" in
23086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23087 *) ac_try_echo=$ac_try;;
23088 esac
23089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23090 $as_echo "$ac_try_echo") >&5
23091 (eval "$ac_compile") 2>conftest.er1
23092 ac_status=$?
23093 grep -v '^ *+' conftest.er1 >conftest.err
23094 rm -f conftest.er1
23095 cat conftest.err >&5
23096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23097 (exit $ac_status); } && {
23098 test -z "$ac_c_werror_flag" ||
23099 test ! -s conftest.err
23100 } && test -s conftest.$ac_objext; then
23101 ac_cv_member_struct_option_name=yes
23102 else
23103 $as_echo "$as_me: failed program was:" >&5
23104 sed 's/^/| /' conftest.$ac_ext >&5
23106 cat >conftest.$ac_ext <<_ACEOF
23107 /* confdefs.h. */
23108 _ACEOF
23109 cat confdefs.h >>conftest.$ac_ext
23110 cat >>conftest.$ac_ext <<_ACEOF
23111 /* end confdefs.h. */
23112 #ifdef HAVE_GETOPT_H
23113 #include <getopt.h>
23114 #endif
23117 main ()
23119 static struct option ac_aggr;
23120 if (sizeof ac_aggr.name)
23121 return 0;
23123 return 0;
23125 _ACEOF
23126 rm -f conftest.$ac_objext
23127 if { (ac_try="$ac_compile"
23128 case "(($ac_try" in
23129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23130 *) ac_try_echo=$ac_try;;
23131 esac
23132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23133 $as_echo "$ac_try_echo") >&5
23134 (eval "$ac_compile") 2>conftest.er1
23135 ac_status=$?
23136 grep -v '^ *+' conftest.er1 >conftest.err
23137 rm -f conftest.er1
23138 cat conftest.err >&5
23139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23140 (exit $ac_status); } && {
23141 test -z "$ac_c_werror_flag" ||
23142 test ! -s conftest.err
23143 } && test -s conftest.$ac_objext; then
23144 ac_cv_member_struct_option_name=yes
23145 else
23146 $as_echo "$as_me: failed program was:" >&5
23147 sed 's/^/| /' conftest.$ac_ext >&5
23149 ac_cv_member_struct_option_name=no
23152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23157 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23158 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23159 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23161 cat >>confdefs.h <<_ACEOF
23162 #define HAVE_STRUCT_OPTION_NAME 1
23163 _ACEOF
23169 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23170 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23171 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23172 $as_echo_n "(cached) " >&6
23173 else
23174 cat >conftest.$ac_ext <<_ACEOF
23175 /* confdefs.h. */
23176 _ACEOF
23177 cat confdefs.h >>conftest.$ac_ext
23178 cat >>conftest.$ac_ext <<_ACEOF
23179 /* end confdefs.h. */
23180 $ac_includes_default
23182 main ()
23184 static struct stat ac_aggr;
23185 if (ac_aggr.st_blocks)
23186 return 0;
23188 return 0;
23190 _ACEOF
23191 rm -f conftest.$ac_objext
23192 if { (ac_try="$ac_compile"
23193 case "(($ac_try" in
23194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23195 *) ac_try_echo=$ac_try;;
23196 esac
23197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23198 $as_echo "$ac_try_echo") >&5
23199 (eval "$ac_compile") 2>conftest.er1
23200 ac_status=$?
23201 grep -v '^ *+' conftest.er1 >conftest.err
23202 rm -f conftest.er1
23203 cat conftest.err >&5
23204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23205 (exit $ac_status); } && {
23206 test -z "$ac_c_werror_flag" ||
23207 test ! -s conftest.err
23208 } && test -s conftest.$ac_objext; then
23209 ac_cv_member_struct_stat_st_blocks=yes
23210 else
23211 $as_echo "$as_me: failed program was:" >&5
23212 sed 's/^/| /' conftest.$ac_ext >&5
23214 cat >conftest.$ac_ext <<_ACEOF
23215 /* confdefs.h. */
23216 _ACEOF
23217 cat confdefs.h >>conftest.$ac_ext
23218 cat >>conftest.$ac_ext <<_ACEOF
23219 /* end confdefs.h. */
23220 $ac_includes_default
23222 main ()
23224 static struct stat ac_aggr;
23225 if (sizeof ac_aggr.st_blocks)
23226 return 0;
23228 return 0;
23230 _ACEOF
23231 rm -f conftest.$ac_objext
23232 if { (ac_try="$ac_compile"
23233 case "(($ac_try" in
23234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23235 *) ac_try_echo=$ac_try;;
23236 esac
23237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23238 $as_echo "$ac_try_echo") >&5
23239 (eval "$ac_compile") 2>conftest.er1
23240 ac_status=$?
23241 grep -v '^ *+' conftest.er1 >conftest.err
23242 rm -f conftest.er1
23243 cat conftest.err >&5
23244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23245 (exit $ac_status); } && {
23246 test -z "$ac_c_werror_flag" ||
23247 test ! -s conftest.err
23248 } && test -s conftest.$ac_objext; then
23249 ac_cv_member_struct_stat_st_blocks=yes
23250 else
23251 $as_echo "$as_me: failed program was:" >&5
23252 sed 's/^/| /' conftest.$ac_ext >&5
23254 ac_cv_member_struct_stat_st_blocks=no
23257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23262 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23263 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23264 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23266 cat >>confdefs.h <<_ACEOF
23267 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23268 _ACEOF
23272 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23273 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23274 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23275 $as_echo_n "(cached) " >&6
23276 else
23277 cat >conftest.$ac_ext <<_ACEOF
23278 /* confdefs.h. */
23279 _ACEOF
23280 cat confdefs.h >>conftest.$ac_ext
23281 cat >>conftest.$ac_ext <<_ACEOF
23282 /* end confdefs.h. */
23283 $ac_includes_default
23285 main ()
23287 static struct stat ac_aggr;
23288 if (ac_aggr.st_mtim)
23289 return 0;
23291 return 0;
23293 _ACEOF
23294 rm -f conftest.$ac_objext
23295 if { (ac_try="$ac_compile"
23296 case "(($ac_try" in
23297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23298 *) ac_try_echo=$ac_try;;
23299 esac
23300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23301 $as_echo "$ac_try_echo") >&5
23302 (eval "$ac_compile") 2>conftest.er1
23303 ac_status=$?
23304 grep -v '^ *+' conftest.er1 >conftest.err
23305 rm -f conftest.er1
23306 cat conftest.err >&5
23307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23308 (exit $ac_status); } && {
23309 test -z "$ac_c_werror_flag" ||
23310 test ! -s conftest.err
23311 } && test -s conftest.$ac_objext; then
23312 ac_cv_member_struct_stat_st_mtim=yes
23313 else
23314 $as_echo "$as_me: failed program was:" >&5
23315 sed 's/^/| /' conftest.$ac_ext >&5
23317 cat >conftest.$ac_ext <<_ACEOF
23318 /* confdefs.h. */
23319 _ACEOF
23320 cat confdefs.h >>conftest.$ac_ext
23321 cat >>conftest.$ac_ext <<_ACEOF
23322 /* end confdefs.h. */
23323 $ac_includes_default
23325 main ()
23327 static struct stat ac_aggr;
23328 if (sizeof ac_aggr.st_mtim)
23329 return 0;
23331 return 0;
23333 _ACEOF
23334 rm -f conftest.$ac_objext
23335 if { (ac_try="$ac_compile"
23336 case "(($ac_try" in
23337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23338 *) ac_try_echo=$ac_try;;
23339 esac
23340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23341 $as_echo "$ac_try_echo") >&5
23342 (eval "$ac_compile") 2>conftest.er1
23343 ac_status=$?
23344 grep -v '^ *+' conftest.er1 >conftest.err
23345 rm -f conftest.er1
23346 cat conftest.err >&5
23347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23348 (exit $ac_status); } && {
23349 test -z "$ac_c_werror_flag" ||
23350 test ! -s conftest.err
23351 } && test -s conftest.$ac_objext; then
23352 ac_cv_member_struct_stat_st_mtim=yes
23353 else
23354 $as_echo "$as_me: failed program was:" >&5
23355 sed 's/^/| /' conftest.$ac_ext >&5
23357 ac_cv_member_struct_stat_st_mtim=no
23360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23365 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23366 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23367 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23369 cat >>confdefs.h <<_ACEOF
23370 #define HAVE_STRUCT_STAT_ST_MTIM 1
23371 _ACEOF
23375 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23376 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23377 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23378 $as_echo_n "(cached) " >&6
23379 else
23380 cat >conftest.$ac_ext <<_ACEOF
23381 /* confdefs.h. */
23382 _ACEOF
23383 cat confdefs.h >>conftest.$ac_ext
23384 cat >>conftest.$ac_ext <<_ACEOF
23385 /* end confdefs.h. */
23386 $ac_includes_default
23388 main ()
23390 static struct stat ac_aggr;
23391 if (ac_aggr.st_ctim)
23392 return 0;
23394 return 0;
23396 _ACEOF
23397 rm -f conftest.$ac_objext
23398 if { (ac_try="$ac_compile"
23399 case "(($ac_try" in
23400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23401 *) ac_try_echo=$ac_try;;
23402 esac
23403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23404 $as_echo "$ac_try_echo") >&5
23405 (eval "$ac_compile") 2>conftest.er1
23406 ac_status=$?
23407 grep -v '^ *+' conftest.er1 >conftest.err
23408 rm -f conftest.er1
23409 cat conftest.err >&5
23410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23411 (exit $ac_status); } && {
23412 test -z "$ac_c_werror_flag" ||
23413 test ! -s conftest.err
23414 } && test -s conftest.$ac_objext; then
23415 ac_cv_member_struct_stat_st_ctim=yes
23416 else
23417 $as_echo "$as_me: failed program was:" >&5
23418 sed 's/^/| /' conftest.$ac_ext >&5
23420 cat >conftest.$ac_ext <<_ACEOF
23421 /* confdefs.h. */
23422 _ACEOF
23423 cat confdefs.h >>conftest.$ac_ext
23424 cat >>conftest.$ac_ext <<_ACEOF
23425 /* end confdefs.h. */
23426 $ac_includes_default
23428 main ()
23430 static struct stat ac_aggr;
23431 if (sizeof ac_aggr.st_ctim)
23432 return 0;
23434 return 0;
23436 _ACEOF
23437 rm -f conftest.$ac_objext
23438 if { (ac_try="$ac_compile"
23439 case "(($ac_try" in
23440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23441 *) ac_try_echo=$ac_try;;
23442 esac
23443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23444 $as_echo "$ac_try_echo") >&5
23445 (eval "$ac_compile") 2>conftest.er1
23446 ac_status=$?
23447 grep -v '^ *+' conftest.er1 >conftest.err
23448 rm -f conftest.er1
23449 cat conftest.err >&5
23450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); } && {
23452 test -z "$ac_c_werror_flag" ||
23453 test ! -s conftest.err
23454 } && test -s conftest.$ac_objext; then
23455 ac_cv_member_struct_stat_st_ctim=yes
23456 else
23457 $as_echo "$as_me: failed program was:" >&5
23458 sed 's/^/| /' conftest.$ac_ext >&5
23460 ac_cv_member_struct_stat_st_ctim=no
23463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23468 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23469 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23470 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23472 cat >>confdefs.h <<_ACEOF
23473 #define HAVE_STRUCT_STAT_ST_CTIM 1
23474 _ACEOF
23478 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23479 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23480 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23481 $as_echo_n "(cached) " >&6
23482 else
23483 cat >conftest.$ac_ext <<_ACEOF
23484 /* confdefs.h. */
23485 _ACEOF
23486 cat confdefs.h >>conftest.$ac_ext
23487 cat >>conftest.$ac_ext <<_ACEOF
23488 /* end confdefs.h. */
23489 $ac_includes_default
23491 main ()
23493 static struct stat ac_aggr;
23494 if (ac_aggr.st_atim)
23495 return 0;
23497 return 0;
23499 _ACEOF
23500 rm -f conftest.$ac_objext
23501 if { (ac_try="$ac_compile"
23502 case "(($ac_try" in
23503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23504 *) ac_try_echo=$ac_try;;
23505 esac
23506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23507 $as_echo "$ac_try_echo") >&5
23508 (eval "$ac_compile") 2>conftest.er1
23509 ac_status=$?
23510 grep -v '^ *+' conftest.er1 >conftest.err
23511 rm -f conftest.er1
23512 cat conftest.err >&5
23513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23514 (exit $ac_status); } && {
23515 test -z "$ac_c_werror_flag" ||
23516 test ! -s conftest.err
23517 } && test -s conftest.$ac_objext; then
23518 ac_cv_member_struct_stat_st_atim=yes
23519 else
23520 $as_echo "$as_me: failed program was:" >&5
23521 sed 's/^/| /' conftest.$ac_ext >&5
23523 cat >conftest.$ac_ext <<_ACEOF
23524 /* confdefs.h. */
23525 _ACEOF
23526 cat confdefs.h >>conftest.$ac_ext
23527 cat >>conftest.$ac_ext <<_ACEOF
23528 /* end confdefs.h. */
23529 $ac_includes_default
23531 main ()
23533 static struct stat ac_aggr;
23534 if (sizeof ac_aggr.st_atim)
23535 return 0;
23537 return 0;
23539 _ACEOF
23540 rm -f conftest.$ac_objext
23541 if { (ac_try="$ac_compile"
23542 case "(($ac_try" in
23543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23544 *) ac_try_echo=$ac_try;;
23545 esac
23546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23547 $as_echo "$ac_try_echo") >&5
23548 (eval "$ac_compile") 2>conftest.er1
23549 ac_status=$?
23550 grep -v '^ *+' conftest.er1 >conftest.err
23551 rm -f conftest.er1
23552 cat conftest.err >&5
23553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23554 (exit $ac_status); } && {
23555 test -z "$ac_c_werror_flag" ||
23556 test ! -s conftest.err
23557 } && test -s conftest.$ac_objext; then
23558 ac_cv_member_struct_stat_st_atim=yes
23559 else
23560 $as_echo "$as_me: failed program was:" >&5
23561 sed 's/^/| /' conftest.$ac_ext >&5
23563 ac_cv_member_struct_stat_st_atim=no
23566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23571 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23572 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23573 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23575 cat >>confdefs.h <<_ACEOF
23576 #define HAVE_STRUCT_STAT_ST_ATIM 1
23577 _ACEOF
23583 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23584 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23585 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23586 $as_echo_n "(cached) " >&6
23587 else
23588 cat >conftest.$ac_ext <<_ACEOF
23589 /* confdefs.h. */
23590 _ACEOF
23591 cat confdefs.h >>conftest.$ac_ext
23592 cat >>conftest.$ac_ext <<_ACEOF
23593 /* end confdefs.h. */
23594 #ifdef HAVE_SYS_TYPES_H
23595 #include <sys/types.h>
23596 #endif
23597 #ifdef HAVE_NETINET_IN_H
23598 #include <netinet/in.h>
23599 #endif
23602 main ()
23604 static struct sockaddr_in6 ac_aggr;
23605 if (ac_aggr.sin6_scope_id)
23606 return 0;
23608 return 0;
23610 _ACEOF
23611 rm -f conftest.$ac_objext
23612 if { (ac_try="$ac_compile"
23613 case "(($ac_try" in
23614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23615 *) ac_try_echo=$ac_try;;
23616 esac
23617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23618 $as_echo "$ac_try_echo") >&5
23619 (eval "$ac_compile") 2>conftest.er1
23620 ac_status=$?
23621 grep -v '^ *+' conftest.er1 >conftest.err
23622 rm -f conftest.er1
23623 cat conftest.err >&5
23624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23625 (exit $ac_status); } && {
23626 test -z "$ac_c_werror_flag" ||
23627 test ! -s conftest.err
23628 } && test -s conftest.$ac_objext; then
23629 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23630 else
23631 $as_echo "$as_me: failed program was:" >&5
23632 sed 's/^/| /' conftest.$ac_ext >&5
23634 cat >conftest.$ac_ext <<_ACEOF
23635 /* confdefs.h. */
23636 _ACEOF
23637 cat confdefs.h >>conftest.$ac_ext
23638 cat >>conftest.$ac_ext <<_ACEOF
23639 /* end confdefs.h. */
23640 #ifdef HAVE_SYS_TYPES_H
23641 #include <sys/types.h>
23642 #endif
23643 #ifdef HAVE_NETINET_IN_H
23644 #include <netinet/in.h>
23645 #endif
23648 main ()
23650 static struct sockaddr_in6 ac_aggr;
23651 if (sizeof ac_aggr.sin6_scope_id)
23652 return 0;
23654 return 0;
23656 _ACEOF
23657 rm -f conftest.$ac_objext
23658 if { (ac_try="$ac_compile"
23659 case "(($ac_try" in
23660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23661 *) ac_try_echo=$ac_try;;
23662 esac
23663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23664 $as_echo "$ac_try_echo") >&5
23665 (eval "$ac_compile") 2>conftest.er1
23666 ac_status=$?
23667 grep -v '^ *+' conftest.er1 >conftest.err
23668 rm -f conftest.er1
23669 cat conftest.err >&5
23670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23671 (exit $ac_status); } && {
23672 test -z "$ac_c_werror_flag" ||
23673 test ! -s conftest.err
23674 } && test -s conftest.$ac_objext; then
23675 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23676 else
23677 $as_echo "$as_me: failed program was:" >&5
23678 sed 's/^/| /' conftest.$ac_ext >&5
23680 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23688 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23689 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23690 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23692 cat >>confdefs.h <<_ACEOF
23693 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23694 _ACEOF
23700 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23701 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23702 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23703 $as_echo_n "(cached) " >&6
23704 else
23705 cat >conftest.$ac_ext <<_ACEOF
23706 /* confdefs.h. */
23707 _ACEOF
23708 cat confdefs.h >>conftest.$ac_ext
23709 cat >>conftest.$ac_ext <<_ACEOF
23710 /* end confdefs.h. */
23711 #ifdef HAVE_SYS_TYPES_H
23712 #include <sys/types.h>
23713 #endif
23714 #ifdef HAVE_NETINET_IN_H
23715 # include <netinet/in.h>
23716 #endif
23717 #ifdef HAVE_ARPA_NAMESER_H
23718 # include <arpa/nameser.h>
23719 #endif
23722 main ()
23724 static ns_msg ac_aggr;
23725 if (ac_aggr._msg_ptr)
23726 return 0;
23728 return 0;
23730 _ACEOF
23731 rm -f conftest.$ac_objext
23732 if { (ac_try="$ac_compile"
23733 case "(($ac_try" in
23734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23735 *) ac_try_echo=$ac_try;;
23736 esac
23737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23738 $as_echo "$ac_try_echo") >&5
23739 (eval "$ac_compile") 2>conftest.er1
23740 ac_status=$?
23741 grep -v '^ *+' conftest.er1 >conftest.err
23742 rm -f conftest.er1
23743 cat conftest.err >&5
23744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23745 (exit $ac_status); } && {
23746 test -z "$ac_c_werror_flag" ||
23747 test ! -s conftest.err
23748 } && test -s conftest.$ac_objext; then
23749 ac_cv_member_ns_msg__msg_ptr=yes
23750 else
23751 $as_echo "$as_me: failed program was:" >&5
23752 sed 's/^/| /' conftest.$ac_ext >&5
23754 cat >conftest.$ac_ext <<_ACEOF
23755 /* confdefs.h. */
23756 _ACEOF
23757 cat confdefs.h >>conftest.$ac_ext
23758 cat >>conftest.$ac_ext <<_ACEOF
23759 /* end confdefs.h. */
23760 #ifdef HAVE_SYS_TYPES_H
23761 #include <sys/types.h>
23762 #endif
23763 #ifdef HAVE_NETINET_IN_H
23764 # include <netinet/in.h>
23765 #endif
23766 #ifdef HAVE_ARPA_NAMESER_H
23767 # include <arpa/nameser.h>
23768 #endif
23771 main ()
23773 static ns_msg ac_aggr;
23774 if (sizeof ac_aggr._msg_ptr)
23775 return 0;
23777 return 0;
23779 _ACEOF
23780 rm -f conftest.$ac_objext
23781 if { (ac_try="$ac_compile"
23782 case "(($ac_try" in
23783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23784 *) ac_try_echo=$ac_try;;
23785 esac
23786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23787 $as_echo "$ac_try_echo") >&5
23788 (eval "$ac_compile") 2>conftest.er1
23789 ac_status=$?
23790 grep -v '^ *+' conftest.er1 >conftest.err
23791 rm -f conftest.er1
23792 cat conftest.err >&5
23793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23794 (exit $ac_status); } && {
23795 test -z "$ac_c_werror_flag" ||
23796 test ! -s conftest.err
23797 } && test -s conftest.$ac_objext; then
23798 ac_cv_member_ns_msg__msg_ptr=yes
23799 else
23800 $as_echo "$as_me: failed program was:" >&5
23801 sed 's/^/| /' conftest.$ac_ext >&5
23803 ac_cv_member_ns_msg__msg_ptr=no
23806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23811 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23812 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23813 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23815 cat >>confdefs.h <<_ACEOF
23816 #define HAVE_NS_MSG__MSG_PTR 1
23817 _ACEOF
23823 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23824 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23825 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23826 $as_echo_n "(cached) " >&6
23827 else
23828 cat >conftest.$ac_ext <<_ACEOF
23829 /* confdefs.h. */
23830 _ACEOF
23831 cat confdefs.h >>conftest.$ac_ext
23832 cat >>conftest.$ac_ext <<_ACEOF
23833 /* end confdefs.h. */
23834 #ifdef HAVE_SYS_TYPES_H
23835 #include <sys/types.h>
23836 #endif
23837 #ifdef HAVE_ALIAS_H
23838 #include <alias.h>
23839 #endif
23840 #ifdef HAVE_SYS_SOCKET_H
23841 #include <sys/socket.h>
23842 #endif
23843 #ifdef HAVE_SYS_SOCKETVAR_H
23844 #include <sys/socketvar.h>
23845 #endif
23846 #ifdef HAVE_SYS_TIMEOUT_H
23847 #include <sys/timeout.h>
23848 #endif
23849 #ifdef HAVE_NETINET_IN_H
23850 #include <netinet/in.h>
23851 #endif
23852 #ifdef HAVE_NETINET_IN_SYSTM_H
23853 #include <netinet/in_systm.h>
23854 #endif
23855 #ifdef HAVE_NETINET_IP_H
23856 #include <netinet/ip.h>
23857 #endif
23858 #ifdef HAVE_NETINET_IP_VAR_H
23859 #include <netinet/ip_var.h>
23860 #endif
23861 #ifdef HAVE_NETINET_IP_ICMP_H
23862 #include <netinet/ip_icmp.h>
23863 #endif
23864 #ifdef HAVE_NETINET_ICMP_VAR
23865 #include <netinet/icmp_var.h>
23866 #endif
23869 main ()
23871 static struct icmpstat ac_aggr;
23872 if (ac_aggr.icps_outhist)
23873 return 0;
23875 return 0;
23877 _ACEOF
23878 rm -f conftest.$ac_objext
23879 if { (ac_try="$ac_compile"
23880 case "(($ac_try" in
23881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23882 *) ac_try_echo=$ac_try;;
23883 esac
23884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23885 $as_echo "$ac_try_echo") >&5
23886 (eval "$ac_compile") 2>conftest.er1
23887 ac_status=$?
23888 grep -v '^ *+' conftest.er1 >conftest.err
23889 rm -f conftest.er1
23890 cat conftest.err >&5
23891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23892 (exit $ac_status); } && {
23893 test -z "$ac_c_werror_flag" ||
23894 test ! -s conftest.err
23895 } && test -s conftest.$ac_objext; then
23896 ac_cv_member_struct_icmpstat_icps_outhist=yes
23897 else
23898 $as_echo "$as_me: failed program was:" >&5
23899 sed 's/^/| /' conftest.$ac_ext >&5
23901 cat >conftest.$ac_ext <<_ACEOF
23902 /* confdefs.h. */
23903 _ACEOF
23904 cat confdefs.h >>conftest.$ac_ext
23905 cat >>conftest.$ac_ext <<_ACEOF
23906 /* end confdefs.h. */
23907 #ifdef HAVE_SYS_TYPES_H
23908 #include <sys/types.h>
23909 #endif
23910 #ifdef HAVE_ALIAS_H
23911 #include <alias.h>
23912 #endif
23913 #ifdef HAVE_SYS_SOCKET_H
23914 #include <sys/socket.h>
23915 #endif
23916 #ifdef HAVE_SYS_SOCKETVAR_H
23917 #include <sys/socketvar.h>
23918 #endif
23919 #ifdef HAVE_SYS_TIMEOUT_H
23920 #include <sys/timeout.h>
23921 #endif
23922 #ifdef HAVE_NETINET_IN_H
23923 #include <netinet/in.h>
23924 #endif
23925 #ifdef HAVE_NETINET_IN_SYSTM_H
23926 #include <netinet/in_systm.h>
23927 #endif
23928 #ifdef HAVE_NETINET_IP_H
23929 #include <netinet/ip.h>
23930 #endif
23931 #ifdef HAVE_NETINET_IP_VAR_H
23932 #include <netinet/ip_var.h>
23933 #endif
23934 #ifdef HAVE_NETINET_IP_ICMP_H
23935 #include <netinet/ip_icmp.h>
23936 #endif
23937 #ifdef HAVE_NETINET_ICMP_VAR
23938 #include <netinet/icmp_var.h>
23939 #endif
23942 main ()
23944 static struct icmpstat ac_aggr;
23945 if (sizeof ac_aggr.icps_outhist)
23946 return 0;
23948 return 0;
23950 _ACEOF
23951 rm -f conftest.$ac_objext
23952 if { (ac_try="$ac_compile"
23953 case "(($ac_try" in
23954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23955 *) ac_try_echo=$ac_try;;
23956 esac
23957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23958 $as_echo "$ac_try_echo") >&5
23959 (eval "$ac_compile") 2>conftest.er1
23960 ac_status=$?
23961 grep -v '^ *+' conftest.er1 >conftest.err
23962 rm -f conftest.er1
23963 cat conftest.err >&5
23964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23965 (exit $ac_status); } && {
23966 test -z "$ac_c_werror_flag" ||
23967 test ! -s conftest.err
23968 } && test -s conftest.$ac_objext; then
23969 ac_cv_member_struct_icmpstat_icps_outhist=yes
23970 else
23971 $as_echo "$as_me: failed program was:" >&5
23972 sed 's/^/| /' conftest.$ac_ext >&5
23974 ac_cv_member_struct_icmpstat_icps_outhist=no
23977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23982 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23983 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23984 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23986 cat >>confdefs.h <<_ACEOF
23987 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23988 _ACEOF
23994 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23995 $as_echo_n "checking for timezone variable... " >&6; }
23996 if test "${ac_cv_have_timezone+set}" = set; then
23997 $as_echo_n "(cached) " >&6
23998 else
23999 cat >conftest.$ac_ext <<_ACEOF
24000 /* confdefs.h. */
24001 _ACEOF
24002 cat confdefs.h >>conftest.$ac_ext
24003 cat >>conftest.$ac_ext <<_ACEOF
24004 /* end confdefs.h. */
24005 #include <time.h>
24007 main ()
24009 timezone = 1
24011 return 0;
24013 _ACEOF
24014 rm -f conftest.$ac_objext conftest$ac_exeext
24015 if { (ac_try="$ac_link"
24016 case "(($ac_try" in
24017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24018 *) ac_try_echo=$ac_try;;
24019 esac
24020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24021 $as_echo "$ac_try_echo") >&5
24022 (eval "$ac_link") 2>conftest.er1
24023 ac_status=$?
24024 grep -v '^ *+' conftest.er1 >conftest.err
24025 rm -f conftest.er1
24026 cat conftest.err >&5
24027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24028 (exit $ac_status); } && {
24029 test -z "$ac_c_werror_flag" ||
24030 test ! -s conftest.err
24031 } && test -s conftest$ac_exeext && {
24032 test "$cross_compiling" = yes ||
24033 $as_test_x conftest$ac_exeext
24034 }; then
24035 ac_cv_have_timezone="yes"
24036 else
24037 $as_echo "$as_me: failed program was:" >&5
24038 sed 's/^/| /' conftest.$ac_ext >&5
24040 ac_cv_have_timezone="no"
24043 rm -rf conftest.dSYM
24044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24045 conftest$ac_exeext conftest.$ac_ext
24047 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24048 $as_echo "$ac_cv_have_timezone" >&6; }
24049 if test "$ac_cv_have_timezone" = "yes"
24050 then
24052 cat >>confdefs.h <<\_ACEOF
24053 #define HAVE_TIMEZONE 1
24054 _ACEOF
24057 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24058 $as_echo_n "checking for daylight variable... " >&6; }
24059 if test "${ac_cv_have_daylight+set}" = set; then
24060 $as_echo_n "(cached) " >&6
24061 else
24062 cat >conftest.$ac_ext <<_ACEOF
24063 /* confdefs.h. */
24064 _ACEOF
24065 cat confdefs.h >>conftest.$ac_ext
24066 cat >>conftest.$ac_ext <<_ACEOF
24067 /* end confdefs.h. */
24068 #include <time.h>
24070 main ()
24072 daylight = 1
24074 return 0;
24076 _ACEOF
24077 rm -f conftest.$ac_objext conftest$ac_exeext
24078 if { (ac_try="$ac_link"
24079 case "(($ac_try" in
24080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24081 *) ac_try_echo=$ac_try;;
24082 esac
24083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24084 $as_echo "$ac_try_echo") >&5
24085 (eval "$ac_link") 2>conftest.er1
24086 ac_status=$?
24087 grep -v '^ *+' conftest.er1 >conftest.err
24088 rm -f conftest.er1
24089 cat conftest.err >&5
24090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24091 (exit $ac_status); } && {
24092 test -z "$ac_c_werror_flag" ||
24093 test ! -s conftest.err
24094 } && test -s conftest$ac_exeext && {
24095 test "$cross_compiling" = yes ||
24096 $as_test_x conftest$ac_exeext
24097 }; then
24098 ac_cv_have_daylight="yes"
24099 else
24100 $as_echo "$as_me: failed program was:" >&5
24101 sed 's/^/| /' conftest.$ac_ext >&5
24103 ac_cv_have_daylight="no"
24106 rm -rf conftest.dSYM
24107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24108 conftest$ac_exeext conftest.$ac_ext
24110 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24111 $as_echo "$ac_cv_have_daylight" >&6; }
24112 if test "$ac_cv_have_daylight" = "yes"
24113 then
24115 cat >>confdefs.h <<\_ACEOF
24116 #define HAVE_DAYLIGHT 1
24117 _ACEOF
24121 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24122 $as_echo_n "checking for isinf... " >&6; }
24123 if test "${ac_cv_have_isinf+set}" = set; then
24124 $as_echo_n "(cached) " >&6
24125 else
24126 cat >conftest.$ac_ext <<_ACEOF
24127 /* confdefs.h. */
24128 _ACEOF
24129 cat confdefs.h >>conftest.$ac_ext
24130 cat >>conftest.$ac_ext <<_ACEOF
24131 /* end confdefs.h. */
24132 #include <math.h>
24134 main ()
24136 float f = 0.0; int i=isinf(f)
24138 return 0;
24140 _ACEOF
24141 rm -f conftest.$ac_objext conftest$ac_exeext
24142 if { (ac_try="$ac_link"
24143 case "(($ac_try" in
24144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24145 *) ac_try_echo=$ac_try;;
24146 esac
24147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24148 $as_echo "$ac_try_echo") >&5
24149 (eval "$ac_link") 2>conftest.er1
24150 ac_status=$?
24151 grep -v '^ *+' conftest.er1 >conftest.err
24152 rm -f conftest.er1
24153 cat conftest.err >&5
24154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24155 (exit $ac_status); } && {
24156 test -z "$ac_c_werror_flag" ||
24157 test ! -s conftest.err
24158 } && test -s conftest$ac_exeext && {
24159 test "$cross_compiling" = yes ||
24160 $as_test_x conftest$ac_exeext
24161 }; then
24162 ac_cv_have_isinf="yes"
24163 else
24164 $as_echo "$as_me: failed program was:" >&5
24165 sed 's/^/| /' conftest.$ac_ext >&5
24167 ac_cv_have_isinf="no"
24170 rm -rf conftest.dSYM
24171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24172 conftest$ac_exeext conftest.$ac_ext
24174 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24175 $as_echo "$ac_cv_have_isinf" >&6; }
24176 if test "$ac_cv_have_isinf" = "yes"
24177 then
24179 cat >>confdefs.h <<\_ACEOF
24180 #define HAVE_ISINF 1
24181 _ACEOF
24185 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24186 $as_echo_n "checking for isnan... " >&6; }
24187 if test "${ac_cv_have_isnan+set}" = set; then
24188 $as_echo_n "(cached) " >&6
24189 else
24190 cat >conftest.$ac_ext <<_ACEOF
24191 /* confdefs.h. */
24192 _ACEOF
24193 cat confdefs.h >>conftest.$ac_ext
24194 cat >>conftest.$ac_ext <<_ACEOF
24195 /* end confdefs.h. */
24196 #include <math.h>
24198 main ()
24200 float f = 0.0; int i=isnan(f)
24202 return 0;
24204 _ACEOF
24205 rm -f conftest.$ac_objext conftest$ac_exeext
24206 if { (ac_try="$ac_link"
24207 case "(($ac_try" in
24208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24209 *) ac_try_echo=$ac_try;;
24210 esac
24211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24212 $as_echo "$ac_try_echo") >&5
24213 (eval "$ac_link") 2>conftest.er1
24214 ac_status=$?
24215 grep -v '^ *+' conftest.er1 >conftest.err
24216 rm -f conftest.er1
24217 cat conftest.err >&5
24218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24219 (exit $ac_status); } && {
24220 test -z "$ac_c_werror_flag" ||
24221 test ! -s conftest.err
24222 } && test -s conftest$ac_exeext && {
24223 test "$cross_compiling" = yes ||
24224 $as_test_x conftest$ac_exeext
24225 }; then
24226 ac_cv_have_isnan="yes"
24227 else
24228 $as_echo "$as_me: failed program was:" >&5
24229 sed 's/^/| /' conftest.$ac_ext >&5
24231 ac_cv_have_isnan="no"
24234 rm -rf conftest.dSYM
24235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24236 conftest$ac_exeext conftest.$ac_ext
24238 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24239 $as_echo "$ac_cv_have_isnan" >&6; }
24240 if test "$ac_cv_have_isnan" = "yes"
24241 then
24243 cat >>confdefs.h <<\_ACEOF
24244 #define HAVE_ISNAN 1
24245 _ACEOF
24250 case $host_cpu in
24251 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24252 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24253 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24254 $as_echo_n "(cached) " >&6
24255 else
24256 cat >conftest.$ac_ext <<_ACEOF
24257 /* confdefs.h. */
24258 _ACEOF
24259 cat confdefs.h >>conftest.$ac_ext
24260 cat >>conftest.$ac_ext <<_ACEOF
24261 /* end confdefs.h. */
24262 #ifndef __i386__
24264 #endif
24265 _ACEOF
24266 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24267 $EGREP "yes" >/dev/null 2>&1; then
24268 ac_cv_cpp_def___i386__=yes
24269 else
24270 ac_cv_cpp_def___i386__=no
24272 rm -f conftest*
24275 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24276 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24277 if test $ac_cv_cpp_def___i386__ = yes; then
24278 CFLAGS="$CFLAGS -D__i386__"
24279 LINTFLAGS="$LINTFLAGS -D__i386__"
24282 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24283 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24284 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24285 $as_echo_n "(cached) " >&6
24286 else
24287 cat >conftest.$ac_ext <<_ACEOF
24288 /* confdefs.h. */
24289 _ACEOF
24290 cat confdefs.h >>conftest.$ac_ext
24291 cat >>conftest.$ac_ext <<_ACEOF
24292 /* end confdefs.h. */
24293 #ifndef __x86_64__
24295 #endif
24296 _ACEOF
24297 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24298 $EGREP "yes" >/dev/null 2>&1; then
24299 ac_cv_cpp_def___x86_64__=yes
24300 else
24301 ac_cv_cpp_def___x86_64__=no
24303 rm -f conftest*
24306 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24307 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24308 if test $ac_cv_cpp_def___x86_64__ = yes; then
24309 CFLAGS="$CFLAGS -D__x86_64__"
24310 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24313 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24314 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24315 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24316 $as_echo_n "(cached) " >&6
24317 else
24318 cat >conftest.$ac_ext <<_ACEOF
24319 /* confdefs.h. */
24320 _ACEOF
24321 cat confdefs.h >>conftest.$ac_ext
24322 cat >>conftest.$ac_ext <<_ACEOF
24323 /* end confdefs.h. */
24324 #ifndef __ALPHA__
24326 #endif
24327 _ACEOF
24328 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24329 $EGREP "yes" >/dev/null 2>&1; then
24330 ac_cv_cpp_def___ALPHA__=yes
24331 else
24332 ac_cv_cpp_def___ALPHA__=no
24334 rm -f conftest*
24337 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24338 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24339 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24340 CFLAGS="$CFLAGS -D__ALPHA__"
24341 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24344 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24345 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24346 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24347 $as_echo_n "(cached) " >&6
24348 else
24349 cat >conftest.$ac_ext <<_ACEOF
24350 /* confdefs.h. */
24351 _ACEOF
24352 cat confdefs.h >>conftest.$ac_ext
24353 cat >>conftest.$ac_ext <<_ACEOF
24354 /* end confdefs.h. */
24355 #ifndef __sparc__
24357 #endif
24358 _ACEOF
24359 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24360 $EGREP "yes" >/dev/null 2>&1; then
24361 ac_cv_cpp_def___sparc__=yes
24362 else
24363 ac_cv_cpp_def___sparc__=no
24365 rm -f conftest*
24368 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24369 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24370 if test $ac_cv_cpp_def___sparc__ = yes; then
24371 CFLAGS="$CFLAGS -D__sparc__"
24372 LINTFLAGS="$LINTFLAGS -D__sparc__"
24375 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24376 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24377 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24378 $as_echo_n "(cached) " >&6
24379 else
24380 cat >conftest.$ac_ext <<_ACEOF
24381 /* confdefs.h. */
24382 _ACEOF
24383 cat confdefs.h >>conftest.$ac_ext
24384 cat >>conftest.$ac_ext <<_ACEOF
24385 /* end confdefs.h. */
24386 #ifndef __powerpc__
24388 #endif
24389 _ACEOF
24390 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24391 $EGREP "yes" >/dev/null 2>&1; then
24392 ac_cv_cpp_def___powerpc__=yes
24393 else
24394 ac_cv_cpp_def___powerpc__=no
24396 rm -f conftest*
24399 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24400 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24401 if test $ac_cv_cpp_def___powerpc__ = yes; then
24402 CFLAGS="$CFLAGS -D__powerpc__"
24403 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24406 esac
24408 case $host_vendor in
24409 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24410 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24411 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24412 $as_echo_n "(cached) " >&6
24413 else
24414 cat >conftest.$ac_ext <<_ACEOF
24415 /* confdefs.h. */
24416 _ACEOF
24417 cat confdefs.h >>conftest.$ac_ext
24418 cat >>conftest.$ac_ext <<_ACEOF
24419 /* end confdefs.h. */
24420 #ifndef __sun__
24422 #endif
24423 _ACEOF
24424 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24425 $EGREP "yes" >/dev/null 2>&1; then
24426 ac_cv_cpp_def___sun__=yes
24427 else
24428 ac_cv_cpp_def___sun__=no
24430 rm -f conftest*
24433 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24434 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24435 if test $ac_cv_cpp_def___sun__ = yes; then
24436 CFLAGS="$CFLAGS -D__sun__"
24437 LINTFLAGS="$LINTFLAGS -D__sun__"
24440 esac
24443 DEPENDENCIES="### Dependencies:
24445 .INIT: Makefile
24446 .BEGIN: Makefile
24447 .MAKEFILEDEPS:
24448 Makefile: dummy
24449 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24451 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24452 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24453 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24454 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24455 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24458 ALL_MAKERULES=""
24460 ALL_MAKEFILES=""
24462 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24465 ALL_TOP_DIRS=""
24467 ALL_DLL_DIRS=""
24469 ALL_IMPLIB_DIRS=""
24471 ALL_TEST_DIRS=""
24473 ALL_PROGRAM_DIRS=""
24475 ALL_PROGRAM_INSTALL_DIRS=""
24477 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24483 ac_config_commands="$ac_config_commands include/stamp-h"
24486 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24488 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24490 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24492 ac_config_commands="$ac_config_commands dlls/user32/resources"
24494 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24496 ac_config_commands="$ac_config_commands include/wine"
24499 ALL_MAKERULES="$ALL_MAKERULES \\
24500 Make.rules"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 Make.rules: Make.rules.in"
24503 MAKE_RULES=Make.rules
24504 ac_config_files="$ac_config_files Make.rules"
24506 ALL_MAKERULES="$ALL_MAKERULES \\
24507 dlls/Makedll.rules"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24510 MAKE_DLL_RULES=dlls/Makedll.rules
24511 ac_config_files="$ac_config_files dlls/Makedll.rules"
24513 ALL_MAKERULES="$ALL_MAKERULES \\
24514 dlls/Makeimplib.rules"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24517 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24518 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24520 ALL_MAKERULES="$ALL_MAKERULES \\
24521 dlls/Maketest.rules"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24524 MAKE_TEST_RULES=dlls/Maketest.rules
24525 ac_config_files="$ac_config_files dlls/Maketest.rules"
24527 ALL_MAKERULES="$ALL_MAKERULES \\
24528 programs/Makeprog.rules"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24531 MAKE_PROG_RULES=programs/Makeprog.rules
24532 ac_config_files="$ac_config_files programs/Makeprog.rules"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 Makefile: Makefile.in Make.rules"
24539 ac_config_files="$ac_config_files Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/Makefile"
24543 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24544 dlls"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/Makefile: dlls/Makefile.in Make.rules"
24547 ac_config_files="$ac_config_files dlls/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/acledit/Makefile"
24551 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 acledit"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/aclui/Makefile"
24559 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 aclui"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/activeds/Makefile"
24567 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 activeds"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/actxprxy/Makefile"
24575 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 actxprxy"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/adsiid/Makefile"
24583 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24584 adsiid"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24587 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/advapi32/Makefile"
24591 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 advapi32"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/advapi32/tests/Makefile"
24599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24600 advapi32/tests"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24603 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/advpack/Makefile"
24607 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 advpack"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/advpack/tests/Makefile"
24615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 advpack/tests"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24619 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/amstream/Makefile"
24623 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 amstream"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/amstream/tests/Makefile"
24631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24632 amstream/tests"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24635 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/appwiz.cpl/Makefile"
24639 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 appwiz.cpl"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/atl/Makefile"
24647 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 atl"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/atl/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/authz/Makefile"
24655 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 authz"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/authz/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/avicap32/Makefile"
24663 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 avicap32"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/avifil32/Makefile"
24671 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 avifil32"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/avifile.dll16/Makefile"
24679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 avifile.dll16"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/bcrypt/Makefile"
24687 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 bcrypt"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/browseui/Makefile"
24695 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 browseui"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/browseui/tests/Makefile"
24703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24704 browseui/tests"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24707 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/cabinet/Makefile"
24711 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 cabinet"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/cabinet/tests/Makefile"
24719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24720 cabinet/tests"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24723 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/capi2032/Makefile"
24727 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 capi2032"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/cards/Makefile"
24735 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 cards"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/cards/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/cfgmgr32/Makefile"
24743 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 cfgmgr32"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/clusapi/Makefile"
24751 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 clusapi"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/comcat/Makefile"
24759 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 comcat"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/comcat/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 comcat/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/comctl32/Makefile"
24775 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 comctl32"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/comctl32/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 comctl32/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/comdlg32/Makefile"
24791 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 comdlg32"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/comdlg32/tests/Makefile"
24799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24800 comdlg32/tests"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24803 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/comm.drv16/Makefile"
24807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 comm.drv16"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/compobj.dll16/Makefile"
24815 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 compobj.dll16"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/compstui/Makefile"
24823 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 compstui"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/credui/Makefile"
24831 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 credui"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/credui/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/credui/tests/Makefile"
24839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24840 credui/tests"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24843 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/crtdll/Makefile"
24847 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 crtdll"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/crypt32/Makefile"
24855 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 crypt32"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/crypt32/tests/Makefile"
24863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24864 crypt32/tests"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24867 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/cryptdlg/Makefile"
24871 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 cryptdlg"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/cryptdll/Makefile"
24879 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 cryptdll"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/cryptnet/Makefile"
24887 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 cryptnet"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/cryptnet/tests/Makefile"
24895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24896 cryptnet/tests"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24899 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/cryptui/Makefile"
24903 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 cryptui"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/cryptui/tests/Makefile"
24911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24912 cryptui/tests"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24915 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/ctapi32/Makefile"
24919 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 ctapi32"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/ctl3d.dll16/Makefile"
24927 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 ctl3d.dll16"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/ctl3d32/Makefile"
24935 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 ctl3d32"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/ctl3dv2.dll16/Makefile"
24943 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 ctl3dv2.dll16"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/d3d10/Makefile"
24951 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 d3d10"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/d3d10/tests/Makefile"
24959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24960 d3d10/tests"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24963 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/d3d10core/Makefile"
24967 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 d3d10core"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/d3d10core/tests/Makefile"
24975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24976 d3d10core/tests"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24979 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/d3d8/Makefile"
24983 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 d3d8"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/d3d8/tests/Makefile"
24991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24992 d3d8/tests"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24995 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/d3d9/Makefile"
24999 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 d3d9"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/d3d9/tests/Makefile"
25007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25008 d3d9/tests"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25011 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/d3dim/Makefile"
25015 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 d3dim"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/d3drm/Makefile"
25023 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 d3drm"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/d3drm/tests/Makefile"
25031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25032 d3drm/tests"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25035 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/d3dx8/Makefile"
25039 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 d3dx8"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/d3dx8/tests/Makefile"
25047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25048 d3dx8/tests"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25051 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/d3dx9_24/Makefile"
25055 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 d3dx9_24"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/d3dx9_25/Makefile"
25063 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 d3dx9_25"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/d3dx9_26/Makefile"
25071 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 d3dx9_26"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/d3dx9_27/Makefile"
25079 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 d3dx9_27"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/d3dx9_28/Makefile"
25087 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 d3dx9_28"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/d3dx9_29/Makefile"
25095 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 d3dx9_29"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/d3dx9_30/Makefile"
25103 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 d3dx9_30"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/d3dx9_31/Makefile"
25111 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 d3dx9_31"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/d3dx9_32/Makefile"
25119 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 d3dx9_32"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/d3dx9_33/Makefile"
25127 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 d3dx9_33"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/d3dx9_34/Makefile"
25135 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 d3dx9_34"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/d3dx9_35/Makefile"
25143 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 d3dx9_35"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/d3dx9_36/Makefile"
25151 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 d3dx9_36"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/d3dx9_36/tests/Makefile"
25159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25160 d3dx9_36/tests"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25163 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/d3dx9_37/Makefile"
25167 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 d3dx9_37"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/d3dx9_38/Makefile"
25175 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 d3dx9_38"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/d3dx9_39/Makefile"
25183 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 d3dx9_39"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/d3dx9_40/Makefile"
25191 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 d3dx9_40"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/d3dx9_41/Makefile"
25199 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 d3dx9_41"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/d3dxof/Makefile"
25207 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 d3dxof"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/d3dxof/tests/Makefile"
25215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25216 d3dxof/tests"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25219 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/dbghelp/Makefile"
25223 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 dbghelp"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/dciman32/Makefile"
25231 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 dciman32"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/ddeml.dll16/Makefile"
25239 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 ddeml.dll16"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/ddraw/Makefile"
25247 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 ddraw"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/ddraw/tests/Makefile"
25255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25256 ddraw/tests"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25259 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/ddrawex/Makefile"
25263 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 ddrawex"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/ddrawex/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 ddrawex/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/devenum/Makefile"
25279 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 devenum"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/dinput/Makefile"
25287 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 dinput"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/dinput/tests/Makefile"
25295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25296 dinput/tests"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25299 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/dinput8/Makefile"
25303 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 dinput8"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/dispdib.dll16/Makefile"
25311 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 dispdib.dll16"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/display.drv16/Makefile"
25319 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 display.drv16"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/dmband/Makefile"
25327 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 dmband"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/dmcompos/Makefile"
25335 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 dmcompos"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/dmime/Makefile"
25343 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 dmime"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/dmloader/Makefile"
25351 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 dmloader"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/dmscript/Makefile"
25359 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 dmscript"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/dmstyle/Makefile"
25367 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 dmstyle"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/dmsynth/Makefile"
25375 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 dmsynth"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/dmusic/Makefile"
25383 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 dmusic"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/dmusic32/Makefile"
25391 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 dmusic32"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/dnsapi/Makefile"
25399 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 dnsapi"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/dnsapi/tests/Makefile"
25407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25408 dnsapi/tests"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25411 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/dplay/Makefile"
25415 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 dplay"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/dplayx/Makefile"
25423 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 dplayx"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/dplayx/tests/Makefile"
25431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25432 dplayx/tests"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25435 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/dpnaddr/Makefile"
25439 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 dpnaddr"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/dpnet/Makefile"
25447 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 dpnet"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/dpnhpast/Makefile"
25455 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 dpnhpast"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/dpnlobby/Makefile"
25463 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 dpnlobby"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/dpwsockx/Makefile"
25471 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 dpwsockx"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/dsound/Makefile"
25479 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 dsound"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/dsound/tests/Makefile"
25487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25488 dsound/tests"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25491 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/dssenh/Makefile"
25495 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 dssenh"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/dswave/Makefile"
25503 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 dswave"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/dwmapi/Makefile"
25511 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 dwmapi"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/dxdiagn/Makefile"
25519 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 dxdiagn"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/dxerr8/Makefile"
25527 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25528 dxerr8"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25531 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/dxerr9/Makefile"
25535 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25536 dxerr9"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25539 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/dxgi/Makefile"
25543 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 dxgi"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/dxgi/tests/Makefile"
25551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25552 dxgi/tests"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25555 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/dxguid/Makefile"
25559 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25560 dxguid"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25563 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/faultrep/Makefile"
25567 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 faultrep"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/fusion/Makefile"
25575 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 fusion"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/fusion/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 fusion/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/gdi32/Makefile"
25591 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 gdi32"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/gdi32/tests/Makefile"
25599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25600 gdi32/tests"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25603 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/gdiplus/Makefile"
25607 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 gdiplus"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/gdiplus/tests/Makefile"
25615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25616 gdiplus/tests"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25619 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/glu32/Makefile"
25623 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 glu32"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/gphoto2.ds/Makefile"
25631 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 gphoto2.ds"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/gpkcsp/Makefile"
25639 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 gpkcsp"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/hal/Makefile"
25647 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 hal"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/hal/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/hhctrl.ocx/Makefile"
25655 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 hhctrl.ocx"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/hid/Makefile"
25663 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 hid"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/hid/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/hlink/Makefile"
25671 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 hlink"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/hlink/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 hlink/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/hnetcfg/Makefile"
25687 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 hnetcfg"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/httpapi/Makefile"
25695 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 httpapi"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/iccvid/Makefile"
25703 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 iccvid"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/icmp/Makefile"
25711 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 icmp"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/ifsmgr.vxd/Makefile"
25719 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 ifsmgr.vxd"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/imaadp32.acm/Makefile"
25727 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 imaadp32.acm"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/imagehlp/Makefile"
25735 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 imagehlp"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/imm.dll16/Makefile"
25743 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 imm.dll16"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/imm32/Makefile"
25751 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 imm32"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/imm32/tests/Makefile"
25759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25760 imm32/tests"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25763 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/inetcomm/Makefile"
25767 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 inetcomm"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/inetcomm/tests/Makefile"
25775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25776 inetcomm/tests"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25779 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/inetmib1/Makefile"
25783 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 inetmib1"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/inetmib1/tests/Makefile"
25791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25792 inetmib1/tests"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25795 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/infosoft/Makefile"
25799 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 infosoft"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/infosoft/tests/Makefile"
25807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25808 infosoft/tests"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25811 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/initpki/Makefile"
25815 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 initpki"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/inkobj/Makefile"
25823 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 inkobj"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/inseng/Makefile"
25831 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 inseng"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/iphlpapi/Makefile"
25839 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 iphlpapi"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/iphlpapi/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 iphlpapi/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/itircl/Makefile"
25855 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 itircl"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/itss/Makefile"
25863 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 itss"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/itss/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/itss/tests/Makefile"
25871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25872 itss/tests"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25875 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/jscript/Makefile"
25879 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 jscript"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/jscript/tests/Makefile"
25887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25888 jscript/tests"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25891 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/kernel32/Makefile"
25895 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 kernel32"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/kernel32/tests/Makefile"
25903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25904 kernel32/tests"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25907 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/keyboard.drv16/Makefile"
25911 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 keyboard.drv16"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/loadperf/Makefile"
25919 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 loadperf"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/localspl/Makefile"
25927 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 localspl"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/localspl/tests/Makefile"
25935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25936 localspl/tests"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25939 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/localui/Makefile"
25943 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 localui"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/localui/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/localui/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 localui/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/lz32/Makefile"
25959 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 lz32"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/lz32/tests/Makefile"
25967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25968 lz32/tests"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25971 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/lzexpand.dll16/Makefile"
25975 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 lzexpand.dll16"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/mapi32/Makefile"
25983 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 mapi32"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/mapi32/tests/Makefile"
25991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25992 mapi32/tests"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25995 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/mciavi32/Makefile"
25999 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 mciavi32"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/mcicda/Makefile"
26007 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 mcicda"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/mciqtz32/Makefile"
26015 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 mciqtz32"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/mciseq/Makefile"
26023 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 mciseq"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/mciwave/Makefile"
26031 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 mciwave"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/midimap/Makefile"
26039 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 midimap"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/mlang/Makefile"
26047 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 mlang"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/mlang/tests/Makefile"
26055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26056 mlang/tests"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26059 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/mmdevldr.vxd/Makefile"
26063 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 mmdevldr.vxd"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/monodebg.vxd/Makefile"
26071 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 monodebg.vxd"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/mountmgr.sys/Makefile"
26079 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 mountmgr.sys"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/mouse.drv16/Makefile"
26087 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 mouse.drv16"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/mpr/Makefile"
26095 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 mpr"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/mprapi/Makefile"
26103 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 mprapi"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/msacm.dll16/Makefile"
26111 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26112 msacm.dll16"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26115 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/msacm32.drv/Makefile"
26119 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 msacm32.drv"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/msacm32/Makefile"
26127 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 msacm32"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/msacm32/tests/Makefile"
26135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26136 msacm32/tests"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26139 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/msadp32.acm/Makefile"
26143 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 msadp32.acm"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/mscat32/Makefile"
26151 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 mscat32"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/mscms/Makefile"
26159 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 mscms"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/mscms/tests/Makefile"
26167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26168 mscms/tests"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26171 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/mscoree/Makefile"
26175 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 mscoree"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/msctf/Makefile"
26183 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 msctf"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/msctf/tests/Makefile"
26191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26192 msctf/tests"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26195 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/msdmo/Makefile"
26199 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 msdmo"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/msftedit/Makefile"
26207 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 msftedit"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/msg711.acm/Makefile"
26215 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 msg711.acm"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/mshtml.tlb/Makefile"
26223 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 mshtml.tlb"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/mshtml/Makefile"
26231 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 mshtml"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/mshtml/tests/Makefile"
26239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26240 mshtml/tests"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26243 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/msi/Makefile"
26247 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 msi"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/msi/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/msi/tests/Makefile"
26255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26256 msi/tests"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26259 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/msimg32/Makefile"
26263 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 msimg32"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/msimtf/Makefile"
26271 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 msimtf"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/msisip/Makefile"
26279 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 msisip"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/msisys.ocx/Makefile"
26287 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 msisys.ocx"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/msnet32/Makefile"
26295 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 msnet32"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/msrle32/Makefile"
26303 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 msrle32"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/mssign32/Makefile"
26311 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 mssign32"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/mssip32/Makefile"
26319 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 mssip32"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/mstask/Makefile"
26327 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 mstask"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/mstask/tests/Makefile"
26335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26336 mstask/tests"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26339 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/msvcirt/Makefile"
26343 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 msvcirt"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/msvcr71/Makefile"
26351 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 msvcr71"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/msvcrt/Makefile"
26359 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 msvcrt"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/msvcrt/tests/Makefile"
26367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26368 msvcrt/tests"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26371 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/msvcrt20/Makefile"
26375 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 msvcrt20"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/msvcrt40/Makefile"
26383 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 msvcrt40"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/msvcrtd/Makefile"
26391 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 msvcrtd"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/msvcrtd/tests/Makefile"
26399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26400 msvcrtd/tests"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26403 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/msvfw32/Makefile"
26407 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 msvfw32"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/msvfw32/tests/Makefile"
26415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26416 msvfw32/tests"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26419 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/msvidc32/Makefile"
26423 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 msvidc32"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/msvideo.dll16/Makefile"
26431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 msvideo.dll16"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/mswsock/Makefile"
26439 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 mswsock"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/msxml3/Makefile"
26447 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 msxml3"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/msxml3/tests/Makefile"
26455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26456 msxml3/tests"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26459 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/nddeapi/Makefile"
26463 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 nddeapi"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/netapi32/Makefile"
26471 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 netapi32"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/netapi32/tests/Makefile"
26479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26480 netapi32/tests"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26483 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/newdev/Makefile"
26487 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 newdev"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/ntdll/Makefile"
26495 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 ntdll"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/ntdll/tests/Makefile"
26503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26504 ntdll/tests"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26507 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/ntdsapi/Makefile"
26511 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 ntdsapi"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/ntdsapi/tests/Makefile"
26519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26520 ntdsapi/tests"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26523 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/ntoskrnl.exe/Makefile"
26527 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 ntoskrnl.exe"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/ntprint/Makefile"
26535 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 ntprint"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/ntprint/tests/Makefile"
26543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26544 ntprint/tests"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26547 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/objsel/Makefile"
26551 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 objsel"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/odbc32/Makefile"
26559 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 odbc32"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/odbccp32/Makefile"
26567 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 odbccp32"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/odbccp32/tests/Makefile"
26575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26576 odbccp32/tests"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26579 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/ole2.dll16/Makefile"
26583 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 ole2.dll16"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/ole2conv.dll16/Makefile"
26591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 ole2conv.dll16"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/ole2disp.dll16/Makefile"
26599 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 ole2disp.dll16"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/ole2nls.dll16/Makefile"
26607 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 ole2nls.dll16"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/ole2prox.dll16/Makefile"
26615 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26616 ole2prox.dll16"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26619 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/ole2thk.dll16/Makefile"
26623 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 ole2thk.dll16"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/ole32/Makefile"
26631 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26632 ole32"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26635 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/ole32/tests/Makefile"
26639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26640 ole32/tests"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26643 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/oleacc/Makefile"
26647 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 oleacc"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/oleacc/tests/Makefile"
26655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26656 oleacc/tests"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26659 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/oleaut32/Makefile"
26663 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 oleaut32"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/oleaut32/tests/Makefile"
26671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26672 oleaut32/tests"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26675 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/olecli.dll16/Makefile"
26679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 olecli.dll16"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/olecli32/Makefile"
26687 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 olecli32"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/oledlg/Makefile"
26695 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 oledlg"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/olepro32/Makefile"
26703 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 olepro32"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/olesvr.dll16/Makefile"
26711 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 olesvr.dll16"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/olesvr32/Makefile"
26719 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26720 olesvr32"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26723 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/olethk32/Makefile"
26727 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 olethk32"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/opengl32/Makefile"
26735 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 opengl32"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/opengl32/tests/Makefile"
26743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26744 opengl32/tests"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26747 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/pdh/Makefile"
26751 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 pdh"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/pdh/tests/Makefile"
26759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26760 pdh/tests"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26763 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/pidgen/Makefile"
26767 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 pidgen"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/powrprof/Makefile"
26775 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 powrprof"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/printui/Makefile"
26783 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 printui"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/printui/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/propsys/Makefile"
26791 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 propsys"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/psapi/Makefile"
26799 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 psapi"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/psapi/tests/Makefile"
26807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26808 psapi/tests"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26811 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/pstorec/Makefile"
26815 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 pstorec"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/qcap/Makefile"
26823 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26824 qcap"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26827 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/qedit/Makefile"
26831 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 qedit"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/qedit/tests/Makefile"
26839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26840 qedit/tests"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26843 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/qmgr/Makefile"
26847 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 qmgr"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/qmgr/tests/Makefile"
26855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26856 qmgr/tests"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26859 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/qmgrprxy/Makefile"
26863 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 qmgrprxy"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/quartz/Makefile"
26871 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 quartz"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/quartz/tests/Makefile"
26879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26880 quartz/tests"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26883 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/query/Makefile"
26887 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26888 query"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26891 ac_config_files="$ac_config_files dlls/query/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/rasapi16.dll16/Makefile"
26895 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 rasapi16.dll16"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/rasapi32/Makefile"
26903 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 rasapi32"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/rasapi32/tests/Makefile"
26911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26912 rasapi32/tests"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26915 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/rasdlg/Makefile"
26919 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 rasdlg"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/resutils/Makefile"
26927 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26928 resutils"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26931 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/riched20/Makefile"
26935 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26936 riched20"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26939 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/riched20/tests/Makefile"
26943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26944 riched20/tests"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26947 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/riched32/Makefile"
26951 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 riched32"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/riched32/tests/Makefile"
26959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26960 riched32/tests"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26963 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/rpcrt4/Makefile"
26967 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26968 rpcrt4"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26971 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/rpcrt4/tests/Makefile"
26975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26976 rpcrt4/tests"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26979 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/rsabase/Makefile"
26983 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 rsabase"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/rsaenh/Makefile"
26991 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26992 rsaenh"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26995 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/rsaenh/tests/Makefile"
26999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27000 rsaenh/tests"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27003 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/sane.ds/Makefile"
27007 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 sane.ds"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/sccbase/Makefile"
27015 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 sccbase"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/schannel/Makefile"
27023 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27024 schannel"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27027 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/schannel/tests/Makefile"
27031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27032 schannel/tests"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27035 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/secur32/Makefile"
27039 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 secur32"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/secur32/tests/Makefile"
27047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27048 secur32/tests"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27051 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/security/Makefile"
27055 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 security"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/security/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/sensapi/Makefile"
27063 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 sensapi"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/serialui/Makefile"
27071 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27072 serialui"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27075 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/serialui/tests/Makefile"
27079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27080 serialui/tests"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27083 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/setupapi/Makefile"
27087 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 setupapi"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/setupapi/tests/Makefile"
27095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27096 setupapi/tests"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27099 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/sfc/Makefile"
27103 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 sfc"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/sfc_os/Makefile"
27111 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27112 sfc_os"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27115 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/shdoclc/Makefile"
27119 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27120 shdoclc"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27123 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/shdocvw/Makefile"
27127 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27128 shdocvw"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27131 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/shdocvw/tests/Makefile"
27135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27136 shdocvw/tests"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27139 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/shell.dll16/Makefile"
27143 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 shell.dll16"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/shell32/Makefile"
27151 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27152 shell32"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27155 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/shell32/tests/Makefile"
27159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27160 shell32/tests"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27163 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/shfolder/Makefile"
27167 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 shfolder"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/shlwapi/Makefile"
27175 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27176 shlwapi"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27179 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/shlwapi/tests/Makefile"
27183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27184 shlwapi/tests"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27187 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/slbcsp/Makefile"
27191 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27192 slbcsp"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27195 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/slc/Makefile"
27199 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27200 slc"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27203 ac_config_files="$ac_config_files dlls/slc/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/snmpapi/Makefile"
27207 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 snmpapi"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/snmpapi/tests/Makefile"
27215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27216 snmpapi/tests"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27219 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/softpub/Makefile"
27223 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 softpub"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/sound.drv16/Makefile"
27231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27232 sound.drv16"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27235 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/spoolss/Makefile"
27239 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 spoolss"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/spoolss/tests/Makefile"
27247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27248 spoolss/tests"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27251 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/stdole2.tlb/Makefile"
27255 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27256 stdole2.tlb"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27259 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/stdole32.tlb/Makefile"
27263 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 stdole32.tlb"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/sti/Makefile"
27271 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 sti"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/sti/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/storage.dll16/Makefile"
27279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 storage.dll16"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/stress.dll16/Makefile"
27287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27288 stress.dll16"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27291 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/strmiids/Makefile"
27295 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27296 strmiids"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27299 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/svrapi/Makefile"
27303 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27304 svrapi"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27307 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/sxs/Makefile"
27311 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 sxs"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/t2embed/Makefile"
27319 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27320 t2embed"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27323 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/tapi32/Makefile"
27327 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 tapi32"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/traffic/Makefile"
27335 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27336 traffic"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27339 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/twain.dll16/Makefile"
27343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 twain.dll16"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/twain_32/Makefile"
27351 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27352 twain_32"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27355 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/twain_32/tests/Makefile"
27359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27360 twain_32/tests"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27363 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/typelib.dll16/Makefile"
27367 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 typelib.dll16"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/unicows/Makefile"
27375 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27376 unicows"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27379 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/updspapi/Makefile"
27383 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 updspapi"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/url/Makefile"
27391 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 url"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/url/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/urlmon/Makefile"
27399 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 urlmon"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/urlmon/tests/Makefile"
27407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27408 urlmon/tests"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27411 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/user32/Makefile"
27415 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27416 user32"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27419 ac_config_files="$ac_config_files dlls/user32/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/user32/tests/Makefile"
27423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27424 user32/tests"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27427 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/userenv/Makefile"
27431 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27432 userenv"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27435 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/userenv/tests/Makefile"
27439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27440 userenv/tests"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27443 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/usp10/Makefile"
27447 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 usp10"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/usp10/tests/Makefile"
27455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27456 usp10/tests"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27459 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/uuid/Makefile"
27463 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27464 uuid"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27467 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/uxtheme/Makefile"
27471 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27472 uxtheme"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27475 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/uxtheme/tests/Makefile"
27479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27480 uxtheme/tests"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27483 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/vdhcp.vxd/Makefile"
27487 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27488 vdhcp.vxd"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27491 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/vdmdbg/Makefile"
27495 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 vdmdbg"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 dlls/version/Makefile"
27503 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27504 version"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27507 ac_config_files="$ac_config_files dlls/version/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 dlls/version/tests/Makefile"
27511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27512 version/tests"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27515 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 dlls/vmm.vxd/Makefile"
27519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27520 vmm.vxd"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27523 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 dlls/vnbt.vxd/Makefile"
27527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27528 vnbt.vxd"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27531 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 dlls/vnetbios.vxd/Makefile"
27535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27536 vnetbios.vxd"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27539 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 dlls/vtdapi.vxd/Makefile"
27543 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27544 vtdapi.vxd"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27547 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550 dlls/vwin32.vxd/Makefile"
27551 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27552 vwin32.vxd"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27555 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 dlls/w32skrnl/Makefile"
27559 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27560 w32skrnl"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27563 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 dlls/w32sys.dll16/Makefile"
27567 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27568 w32sys.dll16"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27571 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 dlls/wbemprox/Makefile"
27575 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27576 wbemprox"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27579 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582 dlls/win32s16.dll16/Makefile"
27583 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27584 win32s16.dll16"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27587 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27589 ALL_MAKEFILES="$ALL_MAKEFILES \\
27590 dlls/win87em.dll16/Makefile"
27591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27592 win87em.dll16"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27595 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 dlls/winaspi.dll16/Makefile"
27599 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27600 winaspi.dll16"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27603 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 dlls/windebug.dll16/Makefile"
27607 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27608 windebug.dll16"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27611 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614 dlls/winealsa.drv/Makefile"
27615 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27616 winealsa.drv"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27619 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 dlls/wineaudioio.drv/Makefile"
27623 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27624 wineaudioio.drv"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27627 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 dlls/winecoreaudio.drv/Makefile"
27631 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27632 winecoreaudio.drv"
27633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27634 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27635 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27637 ALL_MAKEFILES="$ALL_MAKEFILES \\
27638 dlls/winecrt0/Makefile"
27639 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27640 winecrt0"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27643 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646 dlls/wined3d/Makefile"
27647 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27648 wined3d"
27649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27650 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27651 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27653 ALL_MAKEFILES="$ALL_MAKEFILES \\
27654 dlls/winedos/Makefile"
27655 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27656 winedos"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27659 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 dlls/wineesd.drv/Makefile"
27663 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27664 wineesd.drv"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27667 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 dlls/winejack.drv/Makefile"
27671 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27672 winejack.drv"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27675 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 dlls/winejoystick.drv/Makefile"
27679 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27680 winejoystick.drv"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27683 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 dlls/winemp3.acm/Makefile"
27687 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27688 winemp3.acm"
27689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27690 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27691 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27693 ALL_MAKEFILES="$ALL_MAKEFILES \\
27694 dlls/winenas.drv/Makefile"
27695 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27696 winenas.drv"
27697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27698 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27699 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27701 ALL_MAKEFILES="$ALL_MAKEFILES \\
27702 dlls/wineoss.drv/Makefile"
27703 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27704 wineoss.drv"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27707 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 dlls/wineps.drv/Makefile"
27711 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27712 wineps.drv"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27715 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 dlls/winequartz.drv/Makefile"
27719 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27720 winequartz.drv"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27723 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 dlls/winex11.drv/Makefile"
27727 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27728 winex11.drv"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27731 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734 dlls/wing32/Makefile"
27735 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27736 wing32"
27737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27738 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27739 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27741 ALL_MAKEFILES="$ALL_MAKEFILES \\
27742 dlls/winhttp/Makefile"
27743 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27744 winhttp"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27747 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 dlls/winhttp/tests/Makefile"
27751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27752 winhttp/tests"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27755 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 dlls/wininet/Makefile"
27759 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27760 wininet"
27761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27762 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27763 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27765 ALL_MAKEFILES="$ALL_MAKEFILES \\
27766 dlls/wininet/tests/Makefile"
27767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27768 wininet/tests"
27769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27770 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27771 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27773 ALL_MAKEFILES="$ALL_MAKEFILES \\
27774 dlls/winmm/Makefile"
27775 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27776 winmm"
27777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27778 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27779 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27781 ALL_MAKEFILES="$ALL_MAKEFILES \\
27782 dlls/winmm/tests/Makefile"
27783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27784 winmm/tests"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27787 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 dlls/winnls.dll16/Makefile"
27791 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27792 winnls.dll16"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27795 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798 dlls/winnls32/Makefile"
27799 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27800 winnls32"
27801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27802 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27803 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27805 ALL_MAKEFILES="$ALL_MAKEFILES \\
27806 dlls/winscard/Makefile"
27807 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27808 winscard"
27809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27810 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27811 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27813 ALL_MAKEFILES="$ALL_MAKEFILES \\
27814 dlls/winspool.drv/Makefile"
27815 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27816 winspool.drv"
27817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27818 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27819 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27821 ALL_MAKEFILES="$ALL_MAKEFILES \\
27822 dlls/winspool.drv/tests/Makefile"
27823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27824 winspool.drv/tests"
27825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27826 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27827 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27829 ALL_MAKEFILES="$ALL_MAKEFILES \\
27830 dlls/wintab.dll16/Makefile"
27831 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27832 wintab.dll16"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27835 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 dlls/wintab32/Makefile"
27839 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27840 wintab32"
27841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27842 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27843 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27845 ALL_MAKEFILES="$ALL_MAKEFILES \\
27846 dlls/wintrust/Makefile"
27847 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27848 wintrust"
27849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27850 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27851 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27853 ALL_MAKEFILES="$ALL_MAKEFILES \\
27854 dlls/wintrust/tests/Makefile"
27855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27856 wintrust/tests"
27857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27858 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27859 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27861 ALL_MAKEFILES="$ALL_MAKEFILES \\
27862 dlls/wldap32/Makefile"
27863 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27864 wldap32"
27865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27866 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27867 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27869 ALL_MAKEFILES="$ALL_MAKEFILES \\
27870 dlls/wldap32/tests/Makefile"
27871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27872 wldap32/tests"
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27875 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878 dlls/wmi/Makefile"
27879 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27880 wmi"
27881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27882 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27883 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27885 ALL_MAKEFILES="$ALL_MAKEFILES \\
27886 dlls/wnaspi32/Makefile"
27887 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27888 wnaspi32"
27889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27890 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27891 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27893 ALL_MAKEFILES="$ALL_MAKEFILES \\
27894 dlls/wow32/Makefile"
27895 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27896 wow32"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27899 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 dlls/ws2_32/Makefile"
27903 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27904 ws2_32"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27907 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910 dlls/ws2_32/tests/Makefile"
27911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27912 ws2_32/tests"
27913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27914 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27915 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27917 ALL_MAKEFILES="$ALL_MAKEFILES \\
27918 dlls/wsock32/Makefile"
27919 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27920 wsock32"
27921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27922 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27923 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27925 ALL_MAKEFILES="$ALL_MAKEFILES \\
27926 dlls/wtsapi32/Makefile"
27927 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27928 wtsapi32"
27929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27930 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27931 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27933 ALL_MAKEFILES="$ALL_MAKEFILES \\
27934 dlls/wuapi/Makefile"
27935 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27936 wuapi"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27939 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942 dlls/xinput1_1/Makefile"
27943 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27944 xinput1_1"
27945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27946 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27947 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27949 ALL_MAKEFILES="$ALL_MAKEFILES \\
27950 dlls/xinput1_2/Makefile"
27951 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27952 xinput1_2"
27953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27954 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27955 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27957 ALL_MAKEFILES="$ALL_MAKEFILES \\
27958 dlls/xinput1_3/Makefile"
27959 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27960 xinput1_3"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27963 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 dlls/xinput1_3/tests/Makefile"
27967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27968 xinput1_3/tests"
27969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27970 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27971 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27973 ALL_MAKEFILES="$ALL_MAKEFILES \\
27974 dlls/xinput9_1_0/Makefile"
27975 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27976 xinput9_1_0"
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27979 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27981 ALL_MAKEFILES="$ALL_MAKEFILES \\
27982 dlls/xmllite/Makefile"
27983 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27984 xmllite"
27985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27986 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27987 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27989 ALL_MAKEFILES="$ALL_MAKEFILES \\
27990 documentation/Makefile"
27991 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27992 documentation"
27993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27994 documentation/Makefile: documentation/Makefile.in Make.rules"
27995 ac_config_files="$ac_config_files documentation/Makefile"
27997 ALL_MAKEFILES="$ALL_MAKEFILES \\
27998 fonts/Makefile"
27999 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28000 fonts"
28001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28002 fonts/Makefile: fonts/Makefile.in Make.rules"
28003 ac_config_files="$ac_config_files fonts/Makefile"
28005 ALL_MAKEFILES="$ALL_MAKEFILES \\
28006 include/Makefile"
28007 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28008 include"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 include/Makefile: include/Makefile.in Make.rules"
28011 ac_config_files="$ac_config_files include/Makefile"
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014 libs/Makefile"
28015 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28016 libs"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 libs/Makefile: libs/Makefile.in Make.rules"
28019 ac_config_files="$ac_config_files libs/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 libs/port/Makefile"
28024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28025 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28026 ac_config_files="$ac_config_files libs/port/Makefile"
28028 ALL_MAKEFILES="$ALL_MAKEFILES \\
28029 libs/wine/Makefile"
28031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28032 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28033 ac_config_files="$ac_config_files libs/wine/Makefile"
28035 ALL_MAKEFILES="$ALL_MAKEFILES \\
28036 libs/wpp/Makefile"
28038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28039 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28040 ac_config_files="$ac_config_files libs/wpp/Makefile"
28042 ALL_MAKEFILES="$ALL_MAKEFILES \\
28043 loader/Makefile"
28044 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28045 loader"
28046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28047 loader/Makefile: loader/Makefile.in Make.rules"
28048 ac_config_files="$ac_config_files loader/Makefile"
28050 ALL_MAKEFILES="$ALL_MAKEFILES \\
28051 programs/Makefile"
28052 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28053 programs"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/Makefile: programs/Makefile.in Make.rules"
28056 ac_config_files="$ac_config_files programs/Makefile"
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059 programs/cacls/Makefile"
28060 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062 cacls"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/cacls/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 programs/clock/Makefile"
28069 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071 clock"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/clock/Makefile"
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077 programs/cmd/Makefile"
28078 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080 cmd"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/cmd/Makefile"
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086 programs/cmdlgtst/Makefile"
28087 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088 cmdlgtst"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/control/Makefile"
28095 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 control"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/control/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 programs/eject/Makefile"
28104 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106 eject"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/eject/Makefile"
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112 programs/expand/Makefile"
28113 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115 expand"
28116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28117 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28118 ac_config_files="$ac_config_files programs/expand/Makefile"
28120 ALL_MAKEFILES="$ALL_MAKEFILES \\
28121 programs/explorer/Makefile"
28122 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28123 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28124 explorer"
28125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28126 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28127 ac_config_files="$ac_config_files programs/explorer/Makefile"
28129 ALL_MAKEFILES="$ALL_MAKEFILES \\
28130 programs/hh/Makefile"
28131 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28132 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28135 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28136 ac_config_files="$ac_config_files programs/hh/Makefile"
28138 ALL_MAKEFILES="$ALL_MAKEFILES \\
28139 programs/icinfo/Makefile"
28140 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28141 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28142 icinfo"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28145 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 programs/iexplore/Makefile"
28149 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28150 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28151 iexplore"
28152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28153 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28154 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28156 ALL_MAKEFILES="$ALL_MAKEFILES \\
28157 programs/lodctr/Makefile"
28158 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28159 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28160 lodctr"
28161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28162 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28163 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28165 ALL_MAKEFILES="$ALL_MAKEFILES \\
28166 programs/msiexec/Makefile"
28167 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28168 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28169 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28170 msiexec"
28171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28172 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28173 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28175 ALL_MAKEFILES="$ALL_MAKEFILES \\
28176 programs/net/Makefile"
28177 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28178 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28179 net"
28180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28181 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28182 ac_config_files="$ac_config_files programs/net/Makefile"
28184 ALL_MAKEFILES="$ALL_MAKEFILES \\
28185 programs/notepad/Makefile"
28186 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28187 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28188 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28189 notepad"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28192 ac_config_files="$ac_config_files programs/notepad/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 programs/oleview/Makefile"
28196 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28197 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28198 oleview"
28199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28200 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28201 ac_config_files="$ac_config_files programs/oleview/Makefile"
28203 ALL_MAKEFILES="$ALL_MAKEFILES \\
28204 programs/progman/Makefile"
28205 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28206 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28207 progman"
28208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28209 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28210 ac_config_files="$ac_config_files programs/progman/Makefile"
28212 ALL_MAKEFILES="$ALL_MAKEFILES \\
28213 programs/reg/Makefile"
28214 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28215 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28216 reg"
28217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28218 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28219 ac_config_files="$ac_config_files programs/reg/Makefile"
28221 ALL_MAKEFILES="$ALL_MAKEFILES \\
28222 programs/regedit/Makefile"
28223 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28224 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28225 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28226 regedit"
28227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28228 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28229 ac_config_files="$ac_config_files programs/regedit/Makefile"
28231 ALL_MAKEFILES="$ALL_MAKEFILES \\
28232 programs/regsvr32/Makefile"
28233 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28234 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28235 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28236 regsvr32"
28237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28238 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28239 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28241 ALL_MAKEFILES="$ALL_MAKEFILES \\
28242 programs/rpcss/Makefile"
28243 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28244 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28245 rpcss"
28246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28247 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28248 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28250 ALL_MAKEFILES="$ALL_MAKEFILES \\
28251 programs/rundll32/Makefile"
28252 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28253 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28254 rundll32"
28255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28256 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28257 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28259 ALL_MAKEFILES="$ALL_MAKEFILES \\
28260 programs/secedit/Makefile"
28261 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28262 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28263 secedit"
28264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28265 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28266 ac_config_files="$ac_config_files programs/secedit/Makefile"
28268 ALL_MAKEFILES="$ALL_MAKEFILES \\
28269 programs/services/Makefile"
28270 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28271 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28272 services"
28273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28274 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28275 ac_config_files="$ac_config_files programs/services/Makefile"
28277 ALL_MAKEFILES="$ALL_MAKEFILES \\
28278 programs/spoolsv/Makefile"
28279 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28280 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28281 spoolsv"
28282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28283 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28284 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28286 ALL_MAKEFILES="$ALL_MAKEFILES \\
28287 programs/start/Makefile"
28288 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28289 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28290 start"
28291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28292 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28293 ac_config_files="$ac_config_files programs/start/Makefile"
28295 ALL_MAKEFILES="$ALL_MAKEFILES \\
28296 programs/svchost/Makefile"
28297 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28298 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28299 svchost"
28300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28301 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28302 ac_config_files="$ac_config_files programs/svchost/Makefile"
28304 ALL_MAKEFILES="$ALL_MAKEFILES \\
28305 programs/taskmgr/Makefile"
28306 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28307 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28308 taskmgr"
28309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28310 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28311 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28313 ALL_MAKEFILES="$ALL_MAKEFILES \\
28314 programs/termsv/Makefile"
28315 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28316 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28317 termsv"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28320 ac_config_files="$ac_config_files programs/termsv/Makefile"
28322 ALL_MAKEFILES="$ALL_MAKEFILES \\
28323 programs/uninstaller/Makefile"
28324 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28325 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28326 uninstaller"
28327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28328 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28329 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28331 ALL_MAKEFILES="$ALL_MAKEFILES \\
28332 programs/unlodctr/Makefile"
28333 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28334 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28335 unlodctr"
28336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28337 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28338 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28340 ALL_MAKEFILES="$ALL_MAKEFILES \\
28341 programs/view/Makefile"
28342 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28343 view"
28344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28345 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28346 ac_config_files="$ac_config_files programs/view/Makefile"
28348 ALL_MAKEFILES="$ALL_MAKEFILES \\
28349 programs/wineboot/Makefile"
28350 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28351 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28352 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28353 wineboot"
28354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28355 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28356 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28358 ALL_MAKEFILES="$ALL_MAKEFILES \\
28359 programs/winebrowser/Makefile"
28360 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28361 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28362 winebrowser"
28363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28364 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28365 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28367 ALL_MAKEFILES="$ALL_MAKEFILES \\
28368 programs/winecfg/Makefile"
28369 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28370 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28371 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28372 winecfg"
28373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28374 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28375 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28377 ALL_MAKEFILES="$ALL_MAKEFILES \\
28378 programs/wineconsole/Makefile"
28379 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28380 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28381 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28382 wineconsole"
28383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28384 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28385 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28387 ALL_MAKEFILES="$ALL_MAKEFILES \\
28388 programs/winedbg/Makefile"
28389 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28390 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28391 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28392 winedbg"
28393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28394 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28395 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28397 ALL_MAKEFILES="$ALL_MAKEFILES \\
28398 programs/winedevice/Makefile"
28399 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28400 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28401 winedevice"
28402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28403 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28404 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28406 ALL_MAKEFILES="$ALL_MAKEFILES \\
28407 programs/winefile/Makefile"
28408 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28409 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28410 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28411 winefile"
28412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28413 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28414 ac_config_files="$ac_config_files programs/winefile/Makefile"
28416 ALL_MAKEFILES="$ALL_MAKEFILES \\
28417 programs/winemenubuilder/Makefile"
28418 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28419 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28420 winemenubuilder"
28421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28422 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28423 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28425 ALL_MAKEFILES="$ALL_MAKEFILES \\
28426 programs/winemine/Makefile"
28427 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28428 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28429 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28430 winemine"
28431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28432 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28433 ac_config_files="$ac_config_files programs/winemine/Makefile"
28435 ALL_MAKEFILES="$ALL_MAKEFILES \\
28436 programs/winepath/Makefile"
28437 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28438 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28439 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28440 winepath"
28441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28442 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28443 ac_config_files="$ac_config_files programs/winepath/Makefile"
28445 ALL_MAKEFILES="$ALL_MAKEFILES \\
28446 programs/winetest/Makefile"
28447 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28448 winetest"
28449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28450 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28451 ac_config_files="$ac_config_files programs/winetest/Makefile"
28453 ALL_MAKEFILES="$ALL_MAKEFILES \\
28454 programs/winevdm/Makefile"
28455 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28456 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28457 winevdm"
28458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28459 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28460 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28462 ALL_MAKEFILES="$ALL_MAKEFILES \\
28463 programs/winhelp.exe16/Makefile"
28464 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28465 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28466 winhelp.exe16"
28467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28468 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28469 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28471 ALL_MAKEFILES="$ALL_MAKEFILES \\
28472 programs/winhlp32/Makefile"
28473 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28474 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28475 winhlp32"
28476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28477 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28478 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28480 ALL_MAKEFILES="$ALL_MAKEFILES \\
28481 programs/winoldap.mod16/Makefile"
28482 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28483 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28484 winoldap.mod16"
28485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28486 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28487 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28489 ALL_MAKEFILES="$ALL_MAKEFILES \\
28490 programs/winver/Makefile"
28491 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28492 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28493 winver"
28494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28495 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28496 ac_config_files="$ac_config_files programs/winver/Makefile"
28498 ALL_MAKEFILES="$ALL_MAKEFILES \\
28499 programs/wordpad/Makefile"
28500 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28501 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28502 wordpad"
28503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28504 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28505 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28507 ALL_MAKEFILES="$ALL_MAKEFILES \\
28508 programs/write/Makefile"
28509 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28510 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28511 write"
28512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28513 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28514 ac_config_files="$ac_config_files programs/write/Makefile"
28516 ALL_MAKEFILES="$ALL_MAKEFILES \\
28517 programs/xcopy/Makefile"
28518 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28519 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28520 xcopy"
28521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28522 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28523 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28525 ALL_MAKEFILES="$ALL_MAKEFILES \\
28526 server/Makefile"
28527 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28528 server"
28529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28530 server/Makefile: server/Makefile.in Make.rules"
28531 ac_config_files="$ac_config_files server/Makefile"
28533 ALL_MAKEFILES="$ALL_MAKEFILES \\
28534 tools/Makefile"
28535 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28536 tools"
28537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28538 tools/Makefile: tools/Makefile.in Make.rules"
28539 ac_config_files="$ac_config_files tools/Makefile"
28541 ALL_MAKEFILES="$ALL_MAKEFILES \\
28542 tools/widl/Makefile"
28544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28545 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28546 ac_config_files="$ac_config_files tools/widl/Makefile"
28548 ALL_MAKEFILES="$ALL_MAKEFILES \\
28549 tools/winebuild/Makefile"
28551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28552 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28553 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28555 ALL_MAKEFILES="$ALL_MAKEFILES \\
28556 tools/winedump/Makefile"
28558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28559 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28560 ac_config_files="$ac_config_files tools/winedump/Makefile"
28562 ALL_MAKEFILES="$ALL_MAKEFILES \\
28563 tools/winegcc/Makefile"
28565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28566 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28567 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28569 ALL_MAKEFILES="$ALL_MAKEFILES \\
28570 tools/wmc/Makefile"
28572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28573 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28574 ac_config_files="$ac_config_files tools/wmc/Makefile"
28576 ALL_MAKEFILES="$ALL_MAKEFILES \\
28577 tools/wrc/Makefile"
28579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28580 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28581 ac_config_files="$ac_config_files tools/wrc/Makefile"
28585 ALL_WINETEST_DEPENDS="# Test binaries"
28587 for dir in $ALL_TEST_DIRS
28589 if test "$dir" != "\\"
28590 then
28591 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28592 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28593 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28594 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28596 done
28598 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28600 cat >confcache <<\_ACEOF
28601 # This file is a shell script that caches the results of configure
28602 # tests run on this system so they can be shared between configure
28603 # scripts and configure runs, see configure's option --config-cache.
28604 # It is not useful on other systems. If it contains results you don't
28605 # want to keep, you may remove or edit it.
28607 # config.status only pays attention to the cache file if you give it
28608 # the --recheck option to rerun configure.
28610 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28611 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28612 # following values.
28614 _ACEOF
28616 # The following way of writing the cache mishandles newlines in values,
28617 # but we know of no workaround that is simple, portable, and efficient.
28618 # So, we kill variables containing newlines.
28619 # Ultrix sh set writes to stderr and can't be redirected directly,
28620 # and sets the high bit in the cache file unless we assign to the vars.
28622 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28623 eval ac_val=\$$ac_var
28624 case $ac_val in #(
28625 *${as_nl}*)
28626 case $ac_var in #(
28627 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28628 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28629 esac
28630 case $ac_var in #(
28631 _ | IFS | as_nl) ;; #(
28632 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28633 *) $as_unset $ac_var ;;
28634 esac ;;
28635 esac
28636 done
28638 (set) 2>&1 |
28639 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28640 *${as_nl}ac_space=\ *)
28641 # `set' does not quote correctly, so add quotes (double-quote
28642 # substitution turns \\\\ into \\, and sed turns \\ into \).
28643 sed -n \
28644 "s/'/'\\\\''/g;
28645 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28646 ;; #(
28648 # `set' quotes correctly as required by POSIX, so do not add quotes.
28649 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28651 esac |
28652 sort
28654 sed '
28655 /^ac_cv_env_/b end
28656 t clear
28657 :clear
28658 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28659 t end
28660 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28661 :end' >>confcache
28662 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28663 if test -w "$cache_file"; then
28664 test "x$cache_file" != "x/dev/null" &&
28665 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28666 $as_echo "$as_me: updating cache $cache_file" >&6;}
28667 cat confcache >$cache_file
28668 else
28669 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28670 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28673 rm -f confcache
28675 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28676 # Let make expand exec_prefix.
28677 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28679 DEFS=-DHAVE_CONFIG_H
28681 ac_libobjs=
28682 ac_ltlibobjs=
28683 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28684 # 1. Remove the extension, and $U if already installed.
28685 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28686 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28687 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28688 # will be set to the directory where LIBOBJS objects are built.
28689 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28690 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28691 done
28692 LIBOBJS=$ac_libobjs
28694 LTLIBOBJS=$ac_ltlibobjs
28698 : ${CONFIG_STATUS=./config.status}
28699 ac_write_fail=0
28700 ac_clean_files_save=$ac_clean_files
28701 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28702 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28703 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28704 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28705 #! $SHELL
28706 # Generated by $as_me.
28707 # Run this file to recreate the current configuration.
28708 # Compiler output produced by configure, useful for debugging
28709 # configure, is in config.log if it exists.
28711 debug=false
28712 ac_cs_recheck=false
28713 ac_cs_silent=false
28714 SHELL=\${CONFIG_SHELL-$SHELL}
28715 _ACEOF
28717 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28718 ## --------------------- ##
28719 ## M4sh Initialization. ##
28720 ## --------------------- ##
28722 # Be more Bourne compatible
28723 DUALCASE=1; export DUALCASE # for MKS sh
28724 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28725 emulate sh
28726 NULLCMD=:
28727 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28728 # is contrary to our usage. Disable this feature.
28729 alias -g '${1+"$@"}'='"$@"'
28730 setopt NO_GLOB_SUBST
28731 else
28732 case `(set -o) 2>/dev/null` in
28733 *posix*) set -o posix ;;
28734 esac
28741 # PATH needs CR
28742 # Avoid depending upon Character Ranges.
28743 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28744 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28745 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28746 as_cr_digits='0123456789'
28747 as_cr_alnum=$as_cr_Letters$as_cr_digits
28749 as_nl='
28751 export as_nl
28752 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28753 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28754 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28755 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28756 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28757 as_echo='printf %s\n'
28758 as_echo_n='printf %s'
28759 else
28760 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28761 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28762 as_echo_n='/usr/ucb/echo -n'
28763 else
28764 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28765 as_echo_n_body='eval
28766 arg=$1;
28767 case $arg in
28768 *"$as_nl"*)
28769 expr "X$arg" : "X\\(.*\\)$as_nl";
28770 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28771 esac;
28772 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28774 export as_echo_n_body
28775 as_echo_n='sh -c $as_echo_n_body as_echo'
28777 export as_echo_body
28778 as_echo='sh -c $as_echo_body as_echo'
28781 # The user is always right.
28782 if test "${PATH_SEPARATOR+set}" != set; then
28783 PATH_SEPARATOR=:
28784 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28785 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28786 PATH_SEPARATOR=';'
28790 # Support unset when possible.
28791 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28792 as_unset=unset
28793 else
28794 as_unset=false
28798 # IFS
28799 # We need space, tab and new line, in precisely that order. Quoting is
28800 # there to prevent editors from complaining about space-tab.
28801 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28802 # splitting by setting IFS to empty value.)
28803 IFS=" "" $as_nl"
28805 # Find who we are. Look in the path if we contain no directory separator.
28806 case $0 in
28807 *[\\/]* ) as_myself=$0 ;;
28808 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28809 for as_dir in $PATH
28811 IFS=$as_save_IFS
28812 test -z "$as_dir" && as_dir=.
28813 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28814 done
28815 IFS=$as_save_IFS
28818 esac
28819 # We did not find ourselves, most probably we were run as `sh COMMAND'
28820 # in which case we are not to be found in the path.
28821 if test "x$as_myself" = x; then
28822 as_myself=$0
28824 if test ! -f "$as_myself"; then
28825 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28826 { (exit 1); exit 1; }
28829 # Work around bugs in pre-3.0 UWIN ksh.
28830 for as_var in ENV MAIL MAILPATH
28831 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28832 done
28833 PS1='$ '
28834 PS2='> '
28835 PS4='+ '
28837 # NLS nuisances.
28838 LC_ALL=C
28839 export LC_ALL
28840 LANGUAGE=C
28841 export LANGUAGE
28843 # Required to use basename.
28844 if expr a : '\(a\)' >/dev/null 2>&1 &&
28845 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28846 as_expr=expr
28847 else
28848 as_expr=false
28851 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28852 as_basename=basename
28853 else
28854 as_basename=false
28858 # Name of the executable.
28859 as_me=`$as_basename -- "$0" ||
28860 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28861 X"$0" : 'X\(//\)$' \| \
28862 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28863 $as_echo X/"$0" |
28864 sed '/^.*\/\([^/][^/]*\)\/*$/{
28865 s//\1/
28868 /^X\/\(\/\/\)$/{
28869 s//\1/
28872 /^X\/\(\/\).*/{
28873 s//\1/
28876 s/.*/./; q'`
28878 # CDPATH.
28879 $as_unset CDPATH
28883 as_lineno_1=$LINENO
28884 as_lineno_2=$LINENO
28885 test "x$as_lineno_1" != "x$as_lineno_2" &&
28886 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28888 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28889 # uniformly replaced by the line number. The first 'sed' inserts a
28890 # line-number line after each line using $LINENO; the second 'sed'
28891 # does the real work. The second script uses 'N' to pair each
28892 # line-number line with the line containing $LINENO, and appends
28893 # trailing '-' during substitution so that $LINENO is not a special
28894 # case at line end.
28895 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28896 # scripts with optimization help from Paolo Bonzini. Blame Lee
28897 # E. McMahon (1931-1989) for sed's syntax. :-)
28898 sed -n '
28900 /[$]LINENO/=
28901 ' <$as_myself |
28902 sed '
28903 s/[$]LINENO.*/&-/
28904 t lineno
28906 :lineno
28908 :loop
28909 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28910 t loop
28911 s/-\n.*//
28912 ' >$as_me.lineno &&
28913 chmod +x "$as_me.lineno" ||
28914 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28915 { (exit 1); exit 1; }; }
28917 # Don't try to exec as it changes $[0], causing all sort of problems
28918 # (the dirname of $[0] is not the place where we might find the
28919 # original and so on. Autoconf is especially sensitive to this).
28920 . "./$as_me.lineno"
28921 # Exit status is that of the last command.
28922 exit
28926 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28927 as_dirname=dirname
28928 else
28929 as_dirname=false
28932 ECHO_C= ECHO_N= ECHO_T=
28933 case `echo -n x` in
28934 -n*)
28935 case `echo 'x\c'` in
28936 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28937 *) ECHO_C='\c';;
28938 esac;;
28940 ECHO_N='-n';;
28941 esac
28942 if expr a : '\(a\)' >/dev/null 2>&1 &&
28943 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28944 as_expr=expr
28945 else
28946 as_expr=false
28949 rm -f conf$$ conf$$.exe conf$$.file
28950 if test -d conf$$.dir; then
28951 rm -f conf$$.dir/conf$$.file
28952 else
28953 rm -f conf$$.dir
28954 mkdir conf$$.dir 2>/dev/null
28956 if (echo >conf$$.file) 2>/dev/null; then
28957 if ln -s conf$$.file conf$$ 2>/dev/null; then
28958 as_ln_s='ln -s'
28959 # ... but there are two gotchas:
28960 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28961 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28962 # In both cases, we have to default to `cp -p'.
28963 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28964 as_ln_s='cp -p'
28965 elif ln conf$$.file conf$$ 2>/dev/null; then
28966 as_ln_s=ln
28967 else
28968 as_ln_s='cp -p'
28970 else
28971 as_ln_s='cp -p'
28973 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28974 rmdir conf$$.dir 2>/dev/null
28976 if mkdir -p . 2>/dev/null; then
28977 as_mkdir_p=:
28978 else
28979 test -d ./-p && rmdir ./-p
28980 as_mkdir_p=false
28983 if test -x / >/dev/null 2>&1; then
28984 as_test_x='test -x'
28985 else
28986 if ls -dL / >/dev/null 2>&1; then
28987 as_ls_L_option=L
28988 else
28989 as_ls_L_option=
28991 as_test_x='
28992 eval sh -c '\''
28993 if test -d "$1"; then
28994 test -d "$1/.";
28995 else
28996 case $1 in
28997 -*)set "./$1";;
28998 esac;
28999 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29000 ???[sx]*):;;*)false;;esac;fi
29001 '\'' sh
29004 as_executable_p=$as_test_x
29006 # Sed expression to map a string onto a valid CPP name.
29007 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29009 # Sed expression to map a string onto a valid variable name.
29010 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29013 exec 6>&1
29015 # Save the log message, to keep $[0] and so on meaningful, and to
29016 # report actual input values of CONFIG_FILES etc. instead of their
29017 # values after options handling.
29018 ac_log="
29019 This file was extended by Wine $as_me 1.1.22, which was
29020 generated by GNU Autoconf 2.63. Invocation command line was
29022 CONFIG_FILES = $CONFIG_FILES
29023 CONFIG_HEADERS = $CONFIG_HEADERS
29024 CONFIG_LINKS = $CONFIG_LINKS
29025 CONFIG_COMMANDS = $CONFIG_COMMANDS
29026 $ $0 $@
29028 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29031 _ACEOF
29033 case $ac_config_files in *"
29034 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29035 esac
29037 case $ac_config_headers in *"
29038 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29039 esac
29042 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29043 # Files that config.status was made for.
29044 config_files="$ac_config_files"
29045 config_headers="$ac_config_headers"
29046 config_commands="$ac_config_commands"
29048 _ACEOF
29050 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29051 ac_cs_usage="\
29052 \`$as_me' instantiates files from templates according to the
29053 current configuration.
29055 Usage: $0 [OPTION]... [FILE]...
29057 -h, --help print this help, then exit
29058 -V, --version print version number and configuration settings, then exit
29059 -q, --quiet, --silent
29060 do not print progress messages
29061 -d, --debug don't remove temporary files
29062 --recheck update $as_me by reconfiguring in the same conditions
29063 --file=FILE[:TEMPLATE]
29064 instantiate the configuration file FILE
29065 --header=FILE[:TEMPLATE]
29066 instantiate the configuration header FILE
29068 Configuration files:
29069 $config_files
29071 Configuration headers:
29072 $config_headers
29074 Configuration commands:
29075 $config_commands
29077 Report bugs to <bug-autoconf@gnu.org>."
29079 _ACEOF
29080 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29081 ac_cs_version="\\
29082 Wine config.status 1.1.22
29083 configured by $0, generated by GNU Autoconf 2.63,
29084 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29086 Copyright (C) 2008 Free Software Foundation, Inc.
29087 This config.status script is free software; the Free Software Foundation
29088 gives unlimited permission to copy, distribute and modify it."
29090 ac_pwd='$ac_pwd'
29091 srcdir='$srcdir'
29092 INSTALL='$INSTALL'
29093 test -n "\$AWK" || AWK=awk
29094 _ACEOF
29096 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29097 # The default lists apply if the user does not specify any file.
29098 ac_need_defaults=:
29099 while test $# != 0
29101 case $1 in
29102 --*=*)
29103 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29104 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29105 ac_shift=:
29108 ac_option=$1
29109 ac_optarg=$2
29110 ac_shift=shift
29112 esac
29114 case $ac_option in
29115 # Handling of the options.
29116 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29117 ac_cs_recheck=: ;;
29118 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29119 $as_echo "$ac_cs_version"; exit ;;
29120 --debug | --debu | --deb | --de | --d | -d )
29121 debug=: ;;
29122 --file | --fil | --fi | --f )
29123 $ac_shift
29124 case $ac_optarg in
29125 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29126 esac
29127 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29128 ac_need_defaults=false;;
29129 --header | --heade | --head | --hea )
29130 $ac_shift
29131 case $ac_optarg in
29132 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29133 esac
29134 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29135 ac_need_defaults=false;;
29136 --he | --h)
29137 # Conflict between --help and --header
29138 { $as_echo "$as_me: error: ambiguous option: $1
29139 Try \`$0 --help' for more information." >&2
29140 { (exit 1); exit 1; }; };;
29141 --help | --hel | -h )
29142 $as_echo "$ac_cs_usage"; exit ;;
29143 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29144 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29145 ac_cs_silent=: ;;
29147 # This is an error.
29148 -*) { $as_echo "$as_me: error: unrecognized option: $1
29149 Try \`$0 --help' for more information." >&2
29150 { (exit 1); exit 1; }; } ;;
29152 *) ac_config_targets="$ac_config_targets $1"
29153 ac_need_defaults=false ;;
29155 esac
29156 shift
29157 done
29159 ac_configure_extra_args=
29161 if $ac_cs_silent; then
29162 exec 6>/dev/null
29163 ac_configure_extra_args="$ac_configure_extra_args --silent"
29166 _ACEOF
29167 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29168 if \$ac_cs_recheck; then
29169 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29170 shift
29171 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29172 CONFIG_SHELL='$SHELL'
29173 export CONFIG_SHELL
29174 exec "\$@"
29177 _ACEOF
29178 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29179 exec 5>>config.log
29181 echo
29182 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29183 ## Running $as_me. ##
29184 _ASBOX
29185 $as_echo "$ac_log"
29186 } >&5
29188 _ACEOF
29189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29190 _ACEOF
29192 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29194 # Handling of arguments.
29195 for ac_config_target in $ac_config_targets
29197 case $ac_config_target in
29198 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29199 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29200 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29201 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29202 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29203 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29204 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29205 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29206 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29207 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29208 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29209 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29210 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29211 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29212 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29213 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29214 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29215 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29216 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29217 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29218 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29219 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29220 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29221 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29222 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29223 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29224 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29225 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29226 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29227 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29228 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29229 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29230 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29231 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29232 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29233 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29234 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29235 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29236 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29237 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29238 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29239 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29240 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29241 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29242 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29243 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29244 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29245 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29246 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29247 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29248 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29249 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29250 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29251 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29252 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29253 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29254 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29255 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29256 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29257 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29258 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29259 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29260 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29261 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29262 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29263 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29264 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29265 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29266 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29267 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29268 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29269 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29270 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29271 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29272 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29273 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29274 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29275 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29276 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29277 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29278 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29279 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29280 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29281 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29282 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29283 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29284 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29285 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29286 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29287 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29288 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29289 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29290 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29291 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29292 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29293 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29294 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29295 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29296 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29297 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29298 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29299 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29300 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29301 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29302 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29303 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29304 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29305 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29306 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29307 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29308 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29309 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29310 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29311 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29312 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29313 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29314 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29315 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29316 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29317 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29318 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29319 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29320 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29321 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29322 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29323 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29324 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29325 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29326 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29327 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29328 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29329 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29330 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29331 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29332 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29333 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29334 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29335 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29336 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29337 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29338 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29339 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29340 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29341 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29342 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29343 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29344 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29345 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29346 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29347 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29348 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29349 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29350 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29351 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29352 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29353 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29354 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29355 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29356 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29357 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29358 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29359 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29360 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29361 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29362 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29363 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29364 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29365 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29366 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29367 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29368 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29369 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29370 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29371 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29372 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29373 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29374 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29375 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29376 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29377 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29378 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29379 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29380 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29381 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29382 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29383 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29384 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29385 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29386 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29387 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29388 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29389 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29390 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29391 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29392 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29393 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29394 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29395 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29396 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29397 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29398 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29399 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29400 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29401 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29402 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29403 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29404 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29405 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29406 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29407 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29408 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29409 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29410 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29411 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29412 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29413 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29414 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29415 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29416 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29417 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29418 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29419 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29420 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29421 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29422 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29423 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29424 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29425 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29426 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29427 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29428 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29429 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29430 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29431 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29432 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29433 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29434 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29435 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29436 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29437 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29438 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29439 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29440 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29441 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29442 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29443 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29444 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29445 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29446 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29447 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29448 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29449 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29450 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29451 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29452 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29453 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29454 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29455 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29456 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29457 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29458 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29459 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29460 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29461 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29462 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29463 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29464 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29465 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29466 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29467 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29468 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29469 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29470 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29471 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29472 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29473 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29474 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29475 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29476 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29477 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29478 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29479 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29480 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29481 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29482 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29483 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29484 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29485 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29486 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29487 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29488 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29489 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29490 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29491 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29492 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29493 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29494 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29495 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29496 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29497 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29498 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29499 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29500 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29501 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29502 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29503 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29504 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29505 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29506 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29507 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29508 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29509 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29510 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29511 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29512 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29513 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29514 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29515 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29516 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29517 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29518 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29519 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29520 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29521 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29522 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29523 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29524 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29525 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29526 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29527 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29528 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29529 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29530 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29531 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29532 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29533 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29534 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29535 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29536 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29537 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29538 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29539 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29540 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29541 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29542 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29543 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29544 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29545 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29546 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29547 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29548 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29549 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29550 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29551 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29552 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29553 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29554 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29555 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29556 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29557 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29558 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29559 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29560 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29561 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29562 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29563 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29564 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29565 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29566 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29567 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29568 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29569 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29570 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29571 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29572 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29573 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29574 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29575 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29576 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29577 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29578 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29579 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29580 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29581 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29582 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29583 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29584 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29585 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29586 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29587 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29588 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29589 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29590 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29591 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29592 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29593 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29594 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29595 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29596 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29597 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29598 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29599 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29600 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29601 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29602 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29603 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29604 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29605 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29606 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29607 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29608 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29609 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29610 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29611 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29612 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29613 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29614 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29615 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29616 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29617 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29618 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29619 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29620 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29621 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29622 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29623 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29624 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29625 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29626 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29627 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29628 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29629 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29630 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29631 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29632 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29633 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29634 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29635 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29636 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29637 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29638 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29639 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29640 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29641 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29642 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29643 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29644 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29645 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29646 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29647 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29648 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29649 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29650 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29651 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29652 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29653 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29654 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29655 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29656 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29657 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29658 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29659 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29660 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29661 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29662 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29663 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29664 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29665 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29666 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29667 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29668 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29669 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29670 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29671 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29672 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29673 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29674 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29675 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29676 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29677 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29678 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29679 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29680 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29681 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29682 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29683 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29684 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29685 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29686 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29687 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29688 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29689 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29690 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29691 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29692 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29693 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29694 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29695 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29696 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29697 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29698 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29699 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29700 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29701 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29702 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29703 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29704 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29705 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29706 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29707 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29708 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29709 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29710 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29712 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29713 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29714 { (exit 1); exit 1; }; };;
29715 esac
29716 done
29719 # If the user did not use the arguments to specify the items to instantiate,
29720 # then the envvar interface is used. Set only those that are not.
29721 # We use the long form for the default assignment because of an extremely
29722 # bizarre bug on SunOS 4.1.3.
29723 if $ac_need_defaults; then
29724 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29725 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29726 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29729 # Have a temporary directory for convenience. Make it in the build tree
29730 # simply because there is no reason against having it here, and in addition,
29731 # creating and moving files from /tmp can sometimes cause problems.
29732 # Hook for its removal unless debugging.
29733 # Note that there is a small window in which the directory will not be cleaned:
29734 # after its creation but before its name has been assigned to `$tmp'.
29735 $debug ||
29737 tmp=
29738 trap 'exit_status=$?
29739 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29741 trap '{ (exit 1); exit 1; }' 1 2 13 15
29743 # Create a (secure) tmp directory for tmp files.
29746 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29747 test -n "$tmp" && test -d "$tmp"
29748 } ||
29750 tmp=./conf$$-$RANDOM
29751 (umask 077 && mkdir "$tmp")
29752 } ||
29754 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29755 { (exit 1); exit 1; }
29758 # Set up the scripts for CONFIG_FILES section.
29759 # No need to generate them if there are no CONFIG_FILES.
29760 # This happens for instance with `./config.status config.h'.
29761 if test -n "$CONFIG_FILES"; then
29763 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29764 ac_cs_awk_getline=:
29765 ac_cs_awk_pipe_init=
29766 ac_cs_awk_read_file='
29767 while ((getline aline < (F[key])) > 0)
29768 print(aline)
29769 close(F[key])'
29770 ac_cs_awk_pipe_fini=
29771 else
29772 ac_cs_awk_getline=false
29773 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29774 ac_cs_awk_read_file='
29775 print "|#_!!_#|"
29776 print "cat " F[key] " &&"
29777 '$ac_cs_awk_pipe_init
29778 # The final `:' finishes the AND list.
29779 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29781 ac_cr=' '
29782 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29783 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29784 ac_cs_awk_cr='\\r'
29785 else
29786 ac_cs_awk_cr=$ac_cr
29789 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29790 _ACEOF
29792 # Create commands to substitute file output variables.
29794 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29795 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29796 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29797 echo "_ACAWK" &&
29798 echo "_ACEOF"
29799 } >conf$$files.sh &&
29800 . ./conf$$files.sh ||
29801 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29802 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29803 { (exit 1); exit 1; }; }
29804 rm -f conf$$files.sh
29807 echo "cat >conf$$subs.awk <<_ACEOF" &&
29808 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29809 echo "_ACEOF"
29810 } >conf$$subs.sh ||
29811 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29812 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29813 { (exit 1); exit 1; }; }
29814 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29815 ac_delim='%!_!# '
29816 for ac_last_try in false false false false false :; do
29817 . ./conf$$subs.sh ||
29818 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29819 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29820 { (exit 1); exit 1; }; }
29822 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29823 if test $ac_delim_n = $ac_delim_num; then
29824 break
29825 elif $ac_last_try; then
29826 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29827 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29828 { (exit 1); exit 1; }; }
29829 else
29830 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29832 done
29833 rm -f conf$$subs.sh
29835 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29836 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29837 _ACEOF
29838 sed -n '
29840 s/^/S["/; s/!.*/"]=/
29843 s/^[^!]*!//
29844 :repl
29845 t repl
29846 s/'"$ac_delim"'$//
29847 t delim
29850 s/\(.\{148\}\).*/\1/
29851 t more1
29852 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29855 b repl
29856 :more1
29857 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29860 s/.\{148\}//
29861 t nl
29862 :delim
29864 s/\(.\{148\}\).*/\1/
29865 t more2
29866 s/["\\]/\\&/g; s/^/"/; s/$/"/
29869 :more2
29870 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29873 s/.\{148\}//
29874 t delim
29875 ' <conf$$subs.awk | sed '
29876 /^[^""]/{
29878 s/\n//
29880 ' >>$CONFIG_STATUS || ac_write_fail=1
29881 rm -f conf$$subs.awk
29882 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29883 _ACAWK
29884 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29885 for (key in S) S_is_set[key] = 1
29886 FS = "\a"
29887 \$ac_cs_awk_pipe_init
29890 line = $ 0
29891 nfields = split(line, field, "@")
29892 substed = 0
29893 len = length(field[1])
29894 for (i = 2; i < nfields; i++) {
29895 key = field[i]
29896 keylen = length(key)
29897 if (S_is_set[key]) {
29898 value = S[key]
29899 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29900 len += length(value) + length(field[++i])
29901 substed = 1
29902 } else
29903 len += 1 + keylen
29905 if (nfields == 3 && !substed) {
29906 key = field[2]
29907 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29908 \$ac_cs_awk_read_file
29909 next
29912 print line
29914 \$ac_cs_awk_pipe_fini
29915 _ACAWK
29916 _ACEOF
29917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29918 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29919 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29920 else
29922 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29923 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29924 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29925 { (exit 1); exit 1; }; }
29926 _ACEOF
29928 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29929 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29930 # trailing colons and then remove the whole line if VPATH becomes empty
29931 # (actually we leave an empty line to preserve line numbers).
29932 if test "x$srcdir" = x.; then
29933 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29934 s/:*\$(srcdir):*/:/
29935 s/:*\${srcdir}:*/:/
29936 s/:*@srcdir@:*/:/
29937 s/^\([^=]*=[ ]*\):*/\1/
29938 s/:*$//
29939 s/^[^=]*=[ ]*$//
29943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29944 fi # test -n "$CONFIG_FILES"
29946 # Set up the scripts for CONFIG_HEADERS section.
29947 # No need to generate them if there are no CONFIG_HEADERS.
29948 # This happens for instance with `./config.status Makefile'.
29949 if test -n "$CONFIG_HEADERS"; then
29950 cat >"$tmp/defines.awk" <<\_ACAWK ||
29951 BEGIN {
29952 _ACEOF
29954 # Transform confdefs.h into an awk script `defines.awk', embedded as
29955 # here-document in config.status, that substitutes the proper values into
29956 # config.h.in to produce config.h.
29958 # Create a delimiter string that does not exist in confdefs.h, to ease
29959 # handling of long lines.
29960 ac_delim='%!_!# '
29961 for ac_last_try in false false :; do
29962 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29963 if test -z "$ac_t"; then
29964 break
29965 elif $ac_last_try; then
29966 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29967 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29968 { (exit 1); exit 1; }; }
29969 else
29970 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29972 done
29974 # For the awk script, D is an array of macro values keyed by name,
29975 # likewise P contains macro parameters if any. Preserve backslash
29976 # newline sequences.
29978 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29979 sed -n '
29980 s/.\{148\}/&'"$ac_delim"'/g
29981 t rset
29982 :rset
29983 s/^[ ]*#[ ]*define[ ][ ]*/ /
29984 t def
29986 :def
29987 s/\\$//
29988 t bsnl
29989 s/["\\]/\\&/g
29990 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29991 D["\1"]=" \3"/p
29992 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29994 :bsnl
29995 s/["\\]/\\&/g
29996 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29997 D["\1"]=" \3\\\\\\n"\\/p
29998 t cont
29999 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30000 t cont
30002 :cont
30004 s/.\{148\}/&'"$ac_delim"'/g
30005 t clear
30006 :clear
30007 s/\\$//
30008 t bsnlc
30009 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30011 :bsnlc
30012 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30013 b cont
30014 ' <confdefs.h | sed '
30015 s/'"$ac_delim"'/"\\\
30016 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30019 for (key in D) D_is_set[key] = 1
30020 FS = "\a"
30022 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30023 line = \$ 0
30024 split(line, arg, " ")
30025 if (arg[1] == "#") {
30026 defundef = arg[2]
30027 mac1 = arg[3]
30028 } else {
30029 defundef = substr(arg[1], 2)
30030 mac1 = arg[2]
30032 split(mac1, mac2, "(") #)
30033 macro = mac2[1]
30034 prefix = substr(line, 1, index(line, defundef) - 1)
30035 if (D_is_set[macro]) {
30036 # Preserve the white space surrounding the "#".
30037 print prefix "define", macro P[macro] D[macro]
30038 next
30039 } else {
30040 # Replace #undef with comments. This is necessary, for example,
30041 # in the case of _POSIX_SOURCE, which is predefined and required
30042 # on some systems where configure will not decide to define it.
30043 if (defundef == "undef") {
30044 print "/*", prefix defundef, macro, "*/"
30045 next
30049 { print }
30050 _ACAWK
30051 _ACEOF
30052 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30053 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30054 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30055 { (exit 1); exit 1; }; }
30056 fi # test -n "$CONFIG_HEADERS"
30059 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30060 shift
30061 for ac_tag
30063 case $ac_tag in
30064 :[FHLC]) ac_mode=$ac_tag; continue;;
30065 esac
30066 case $ac_mode$ac_tag in
30067 :[FHL]*:*);;
30068 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30069 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30070 { (exit 1); exit 1; }; };;
30071 :[FH]-) ac_tag=-:-;;
30072 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30073 esac
30074 ac_save_IFS=$IFS
30075 IFS=:
30076 set x $ac_tag
30077 IFS=$ac_save_IFS
30078 shift
30079 ac_file=$1
30080 shift
30082 case $ac_mode in
30083 :L) ac_source=$1;;
30084 :[FH])
30085 ac_file_inputs=
30086 for ac_f
30088 case $ac_f in
30089 -) ac_f="$tmp/stdin";;
30090 *) # Look for the file first in the build tree, then in the source tree
30091 # (if the path is not absolute). The absolute path cannot be DOS-style,
30092 # because $ac_f cannot contain `:'.
30093 test -f "$ac_f" ||
30094 case $ac_f in
30095 [\\/$]*) false;;
30096 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30097 esac ||
30098 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30099 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30100 { (exit 1); exit 1; }; };;
30101 esac
30102 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30103 ac_file_inputs="$ac_file_inputs '$ac_f'"
30104 done
30106 # Let's still pretend it is `configure' which instantiates (i.e., don't
30107 # use $as_me), people would be surprised to read:
30108 # /* config.h. Generated by config.status. */
30109 configure_input='Generated from '`
30110 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30111 `' by configure.'
30112 if test x"$ac_file" != x-; then
30113 configure_input="$ac_file. $configure_input"
30114 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30115 $as_echo "$as_me: creating $ac_file" >&6;}
30117 # Neutralize special characters interpreted by sed in replacement strings.
30118 case $configure_input in #(
30119 *\&* | *\|* | *\\* )
30120 ac_sed_conf_input=`$as_echo "$configure_input" |
30121 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30122 *) ac_sed_conf_input=$configure_input;;
30123 esac
30125 case $ac_tag in
30126 *:-:* | *:-) cat >"$tmp/stdin" \
30127 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30128 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30129 { (exit 1); exit 1; }; } ;;
30130 esac
30132 esac
30134 ac_dir=`$as_dirname -- "$ac_file" ||
30135 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30136 X"$ac_file" : 'X\(//\)[^/]' \| \
30137 X"$ac_file" : 'X\(//\)$' \| \
30138 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30139 $as_echo X"$ac_file" |
30140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30141 s//\1/
30144 /^X\(\/\/\)[^/].*/{
30145 s//\1/
30148 /^X\(\/\/\)$/{
30149 s//\1/
30152 /^X\(\/\).*/{
30153 s//\1/
30156 s/.*/./; q'`
30157 { as_dir="$ac_dir"
30158 case $as_dir in #(
30159 -*) as_dir=./$as_dir;;
30160 esac
30161 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30162 as_dirs=
30163 while :; do
30164 case $as_dir in #(
30165 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30166 *) as_qdir=$as_dir;;
30167 esac
30168 as_dirs="'$as_qdir' $as_dirs"
30169 as_dir=`$as_dirname -- "$as_dir" ||
30170 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30171 X"$as_dir" : 'X\(//\)[^/]' \| \
30172 X"$as_dir" : 'X\(//\)$' \| \
30173 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30174 $as_echo X"$as_dir" |
30175 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30176 s//\1/
30179 /^X\(\/\/\)[^/].*/{
30180 s//\1/
30183 /^X\(\/\/\)$/{
30184 s//\1/
30187 /^X\(\/\).*/{
30188 s//\1/
30191 s/.*/./; q'`
30192 test -d "$as_dir" && break
30193 done
30194 test -z "$as_dirs" || eval "mkdir $as_dirs"
30195 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30196 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30197 { (exit 1); exit 1; }; }; }
30198 ac_builddir=.
30200 case "$ac_dir" in
30201 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30203 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30204 # A ".." for each directory in $ac_dir_suffix.
30205 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30206 case $ac_top_builddir_sub in
30207 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30208 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30209 esac ;;
30210 esac
30211 ac_abs_top_builddir=$ac_pwd
30212 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30213 # for backward compatibility:
30214 ac_top_builddir=$ac_top_build_prefix
30216 case $srcdir in
30217 .) # We are building in place.
30218 ac_srcdir=.
30219 ac_top_srcdir=$ac_top_builddir_sub
30220 ac_abs_top_srcdir=$ac_pwd ;;
30221 [\\/]* | ?:[\\/]* ) # Absolute name.
30222 ac_srcdir=$srcdir$ac_dir_suffix;
30223 ac_top_srcdir=$srcdir
30224 ac_abs_top_srcdir=$srcdir ;;
30225 *) # Relative name.
30226 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30227 ac_top_srcdir=$ac_top_build_prefix$srcdir
30228 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30229 esac
30230 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30233 case $ac_mode in
30236 # CONFIG_FILE
30239 case $INSTALL in
30240 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30241 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30242 esac
30243 _ACEOF
30245 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30246 # If the template does not know about datarootdir, expand it.
30247 # FIXME: This hack should be removed a few years after 2.60.
30248 ac_datarootdir_hack=; ac_datarootdir_seen=
30250 ac_sed_dataroot='
30251 /datarootdir/ {
30255 /@datadir@/p
30256 /@docdir@/p
30257 /@infodir@/p
30258 /@localedir@/p
30259 /@mandir@/p
30261 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30262 *datarootdir*) ac_datarootdir_seen=yes;;
30263 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30264 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30265 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30266 _ACEOF
30267 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30268 ac_datarootdir_hack='
30269 s&@datadir@&$datadir&g
30270 s&@docdir@&$docdir&g
30271 s&@infodir@&$infodir&g
30272 s&@localedir@&$localedir&g
30273 s&@mandir@&$mandir&g
30274 s&\\\${datarootdir}&$datarootdir&g' ;;
30275 esac
30276 _ACEOF
30278 # Neutralize VPATH when `$srcdir' = `.'.
30279 # Shell code in configure.ac might set extrasub.
30280 # FIXME: do we really want to maintain this feature?
30281 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30282 ac_sed_extra="$ac_vpsub
30283 $extrasub
30284 _ACEOF
30285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30287 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30288 s|@configure_input@|$ac_sed_conf_input|;t t
30289 s&@top_builddir@&$ac_top_builddir_sub&;t t
30290 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30291 s&@srcdir@&$ac_srcdir&;t t
30292 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30293 s&@top_srcdir@&$ac_top_srcdir&;t t
30294 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30295 s&@builddir@&$ac_builddir&;t t
30296 s&@abs_builddir@&$ac_abs_builddir&;t t
30297 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30298 s&@INSTALL@&$ac_INSTALL&;t t
30299 $ac_datarootdir_hack
30301 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30302 if $ac_cs_awk_getline; then
30303 $AWK -f "$tmp/subs.awk"
30304 else
30305 $AWK -f "$tmp/subs.awk" | $SHELL
30306 fi >$tmp/out \
30307 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30308 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30309 { (exit 1); exit 1; }; }
30311 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30312 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30313 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30314 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30315 which seems to be undefined. Please make sure it is defined." >&5
30316 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30317 which seems to be undefined. Please make sure it is defined." >&2;}
30319 rm -f "$tmp/stdin"
30320 case $ac_file in
30321 -) cat "$tmp/out" && rm -f "$tmp/out";;
30322 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30323 esac \
30324 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30325 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30326 { (exit 1); exit 1; }; }
30330 # CONFIG_HEADER
30332 if test x"$ac_file" != x-; then
30334 $as_echo "/* $configure_input */" \
30335 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30336 } >"$tmp/config.h" \
30337 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30338 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30339 { (exit 1); exit 1; }; }
30340 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30341 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30342 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30343 else
30344 rm -f "$ac_file"
30345 mv "$tmp/config.h" "$ac_file" \
30346 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30347 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30348 { (exit 1); exit 1; }; }
30350 else
30351 $as_echo "/* $configure_input */" \
30352 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30353 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30354 $as_echo "$as_me: error: could not create -" >&2;}
30355 { (exit 1); exit 1; }; }
30359 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30360 $as_echo "$as_me: executing $ac_file commands" >&6;}
30362 esac
30365 case $ac_file$ac_mode in
30366 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30367 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30368 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30369 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30370 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30371 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30372 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30373 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30374 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30375 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30376 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30377 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30378 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30380 esac
30381 done # for ac_tag
30384 { (exit 0); exit 0; }
30385 _ACEOF
30386 chmod +x $CONFIG_STATUS
30387 ac_clean_files=$ac_clean_files_save
30389 test $ac_write_fail = 0 ||
30390 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30391 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30392 { (exit 1); exit 1; }; }
30395 # configure is writing to config.log, and then calls config.status.
30396 # config.status does its own redirection, appending to config.log.
30397 # Unfortunately, on DOS this fails, as config.log is still kept open
30398 # by configure, so config.status won't be able to write to it; its
30399 # output is simply discarded. So we exec the FD to /dev/null,
30400 # effectively closing config.log, so it can be properly (re)opened and
30401 # appended to by config.status. When coming back to configure, we
30402 # need to make the FD available again.
30403 if test "$no_create" != yes; then
30404 ac_cs_success=:
30405 ac_config_status_args=
30406 test "$silent" = yes &&
30407 ac_config_status_args="$ac_config_status_args --quiet"
30408 exec 5>/dev/null
30409 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30410 exec 5>>config.log
30411 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30412 # would make configure fail if this is the last instruction.
30413 $ac_cs_success || { (exit 1); exit 1; }
30415 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30416 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30417 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30421 if test "$no_create" = "yes"
30422 then
30423 exit 0
30426 ac_save_IFS="$IFS"
30427 if test "x$wine_notices != "x; then
30428 echo >&6
30429 IFS="|"
30430 for msg in $wine_notices; do
30431 IFS="$ac_save_IFS"
30432 if test -n "$msg"; then
30433 { $as_echo "$as_me:$LINENO: $msg" >&5
30434 $as_echo "$as_me: $msg" >&6;}
30436 done
30438 IFS="|"
30439 for msg in $wine_warnings; do
30440 IFS="$ac_save_IFS"
30441 if test -n "$msg"; then
30442 echo >&2
30443 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30444 $as_echo "$as_me: WARNING: $msg" >&2;}
30446 done
30447 IFS="$ac_save_IFS"
30449 echo "
30450 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30451 " >&6