user32: Make display.drv into a stand-alone 16-bit module.
[wine/multimedia.git] / configure
blobab40d143c3ccbad381ab20336e6f8b7ad7e7c844
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_comm_drv16=${enable_comm_drv16:-no}
3905 enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3906 enable_display_drv16=${enable_display_drv16:-no}
3907 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3908 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3909 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3910 enable_stress_dll16=${enable_stress_dll16:-no}
3911 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3912 enable_vmm_vxd=${enable_vmm_vxd:-no}
3913 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3914 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3915 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3916 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3917 enable_w32skrnl=${enable_w32skrnl:-no}
3918 enable_win87em_dll16=${enable_win87em_dll16:-no}
3919 enable_windebug_dll16=${enable_windebug_dll16:-no}
3920 enable_winedos=${enable_winedos:-no}
3921 enable_winevdm=${enable_winevdm:-no}
3922 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3923 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3926 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3927 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3928 if test "${wine_cv_toolsdir+set}" = set; then
3929 $as_echo_n "(cached) " >&6
3930 else
3931 if test -z "$with_wine_tools"; then
3932 if test "$cross_compiling" = "yes"; then
3933 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3934 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3935 { (exit 1); exit 1; }; }
3936 else
3937 wine_cv_toolsdir="\$(TOPOBJDIR)"
3939 elif test -d "$with_wine_tools/tools/winebuild"; then
3940 case $with_wine_tools in
3941 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3942 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3943 esac
3944 else
3945 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3946 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3947 { (exit 1); exit 1; }; }
3950 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3951 $as_echo "$wine_cv_toolsdir" >&6; }
3952 TOOLSDIR=$wine_cv_toolsdir
3954 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3955 then
3956 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3960 for ac_prog in flex
3962 # Extract the first word of "$ac_prog", so it can be a program name with args.
3963 set dummy $ac_prog; ac_word=$2
3964 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3965 $as_echo_n "checking for $ac_word... " >&6; }
3966 if test "${ac_cv_prog_FLEX+set}" = set; then
3967 $as_echo_n "(cached) " >&6
3968 else
3969 if test -n "$FLEX"; then
3970 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3971 else
3972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3973 for as_dir in $PATH
3975 IFS=$as_save_IFS
3976 test -z "$as_dir" && as_dir=.
3977 for ac_exec_ext in '' $ac_executable_extensions; do
3978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3979 ac_cv_prog_FLEX="$ac_prog"
3980 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3981 break 2
3983 done
3984 done
3985 IFS=$as_save_IFS
3989 FLEX=$ac_cv_prog_FLEX
3990 if test -n "$FLEX"; then
3991 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3992 $as_echo "$FLEX" >&6; }
3993 else
3994 { $as_echo "$as_me:$LINENO: result: no" >&5
3995 $as_echo "no" >&6; }
3999 test -n "$FLEX" && break
4000 done
4001 test -n "$FLEX" || FLEX="none"
4003 if test "$FLEX" = "none"
4004 then
4005 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4006 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4007 { (exit 1); exit 1; }; }
4010 for ac_prog in bison
4012 # Extract the first word of "$ac_prog", so it can be a program name with args.
4013 set dummy $ac_prog; ac_word=$2
4014 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4015 $as_echo_n "checking for $ac_word... " >&6; }
4016 if test "${ac_cv_prog_BISON+set}" = set; then
4017 $as_echo_n "(cached) " >&6
4018 else
4019 if test -n "$BISON"; then
4020 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4021 else
4022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4023 for as_dir in $PATH
4025 IFS=$as_save_IFS
4026 test -z "$as_dir" && as_dir=.
4027 for ac_exec_ext in '' $ac_executable_extensions; do
4028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4029 ac_cv_prog_BISON="$ac_prog"
4030 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4031 break 2
4033 done
4034 done
4035 IFS=$as_save_IFS
4039 BISON=$ac_cv_prog_BISON
4040 if test -n "$BISON"; then
4041 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4042 $as_echo "$BISON" >&6; }
4043 else
4044 { $as_echo "$as_me:$LINENO: result: no" >&5
4045 $as_echo "no" >&6; }
4049 test -n "$BISON" && break
4050 done
4051 test -n "$BISON" || BISON="none"
4053 if test "$BISON" = "none"
4054 then
4055 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4056 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4057 { (exit 1); exit 1; }; }
4060 if test -n "$ac_tool_prefix"; then
4061 for ac_prog in gas as
4063 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4064 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4066 $as_echo_n "checking for $ac_word... " >&6; }
4067 if test "${ac_cv_prog_AS+set}" = set; then
4068 $as_echo_n "(cached) " >&6
4069 else
4070 if test -n "$AS"; then
4071 ac_cv_prog_AS="$AS" # Let the user override the test.
4072 else
4073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4074 for as_dir in $PATH
4076 IFS=$as_save_IFS
4077 test -z "$as_dir" && as_dir=.
4078 for ac_exec_ext in '' $ac_executable_extensions; do
4079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4080 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4082 break 2
4084 done
4085 done
4086 IFS=$as_save_IFS
4090 AS=$ac_cv_prog_AS
4091 if test -n "$AS"; then
4092 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4093 $as_echo "$AS" >&6; }
4094 else
4095 { $as_echo "$as_me:$LINENO: result: no" >&5
4096 $as_echo "no" >&6; }
4100 test -n "$AS" && break
4101 done
4103 if test -z "$AS"; then
4104 ac_ct_AS=$AS
4105 for ac_prog in gas as
4107 # Extract the first word of "$ac_prog", so it can be a program name with args.
4108 set dummy $ac_prog; ac_word=$2
4109 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4110 $as_echo_n "checking for $ac_word... " >&6; }
4111 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4112 $as_echo_n "(cached) " >&6
4113 else
4114 if test -n "$ac_ct_AS"; then
4115 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4116 else
4117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4118 for as_dir in $PATH
4120 IFS=$as_save_IFS
4121 test -z "$as_dir" && as_dir=.
4122 for ac_exec_ext in '' $ac_executable_extensions; do
4123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4124 ac_cv_prog_ac_ct_AS="$ac_prog"
4125 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4126 break 2
4128 done
4129 done
4130 IFS=$as_save_IFS
4134 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4135 if test -n "$ac_ct_AS"; then
4136 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4137 $as_echo "$ac_ct_AS" >&6; }
4138 else
4139 { $as_echo "$as_me:$LINENO: result: no" >&5
4140 $as_echo "no" >&6; }
4144 test -n "$ac_ct_AS" && break
4145 done
4147 if test "x$ac_ct_AS" = x; then
4148 AS="as"
4149 else
4150 case $cross_compiling:$ac_tool_warned in
4151 yes:)
4152 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4153 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4154 ac_tool_warned=yes ;;
4155 esac
4156 AS=$ac_ct_AS
4160 if test -n "$ac_tool_prefix"; then
4161 for ac_prog in ld gld
4163 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4164 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4165 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4166 $as_echo_n "checking for $ac_word... " >&6; }
4167 if test "${ac_cv_prog_LD+set}" = set; then
4168 $as_echo_n "(cached) " >&6
4169 else
4170 if test -n "$LD"; then
4171 ac_cv_prog_LD="$LD" # Let the user override the test.
4172 else
4173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174 for as_dir in $PATH
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
4178 for ac_exec_ext in '' $ac_executable_extensions; do
4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4180 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4181 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4182 break 2
4184 done
4185 done
4186 IFS=$as_save_IFS
4190 LD=$ac_cv_prog_LD
4191 if test -n "$LD"; then
4192 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4193 $as_echo "$LD" >&6; }
4194 else
4195 { $as_echo "$as_me:$LINENO: result: no" >&5
4196 $as_echo "no" >&6; }
4200 test -n "$LD" && break
4201 done
4203 if test -z "$LD"; then
4204 ac_ct_LD=$LD
4205 for ac_prog in ld gld
4207 # Extract the first word of "$ac_prog", so it can be a program name with args.
4208 set dummy $ac_prog; ac_word=$2
4209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4210 $as_echo_n "checking for $ac_word... " >&6; }
4211 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4212 $as_echo_n "(cached) " >&6
4213 else
4214 if test -n "$ac_ct_LD"; then
4215 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4216 else
4217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218 for as_dir in $PATH
4220 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=.
4222 for ac_exec_ext in '' $ac_executable_extensions; do
4223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4224 ac_cv_prog_ac_ct_LD="$ac_prog"
4225 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4228 done
4229 done
4230 IFS=$as_save_IFS
4234 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4235 if test -n "$ac_ct_LD"; then
4236 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4237 $as_echo "$ac_ct_LD" >&6; }
4238 else
4239 { $as_echo "$as_me:$LINENO: result: no" >&5
4240 $as_echo "no" >&6; }
4244 test -n "$ac_ct_LD" && break
4245 done
4247 if test "x$ac_ct_LD" = x; then
4248 LD="ld"
4249 else
4250 case $cross_compiling:$ac_tool_warned in
4251 yes:)
4252 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4254 ac_tool_warned=yes ;;
4255 esac
4256 LD=$ac_ct_LD
4260 if test -n "$ac_tool_prefix"; then
4261 for ac_prog in nm gnm
4263 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4264 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4265 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4266 $as_echo_n "checking for $ac_word... " >&6; }
4267 if test "${ac_cv_prog_NM+set}" = set; then
4268 $as_echo_n "(cached) " >&6
4269 else
4270 if test -n "$NM"; then
4271 ac_cv_prog_NM="$NM" # Let the user override the test.
4272 else
4273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4274 for as_dir in $PATH
4276 IFS=$as_save_IFS
4277 test -z "$as_dir" && as_dir=.
4278 for ac_exec_ext in '' $ac_executable_extensions; do
4279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4280 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4281 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4282 break 2
4284 done
4285 done
4286 IFS=$as_save_IFS
4290 NM=$ac_cv_prog_NM
4291 if test -n "$NM"; then
4292 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4293 $as_echo "$NM" >&6; }
4294 else
4295 { $as_echo "$as_me:$LINENO: result: no" >&5
4296 $as_echo "no" >&6; }
4300 test -n "$NM" && break
4301 done
4303 if test -z "$NM"; then
4304 ac_ct_NM=$NM
4305 for ac_prog in nm gnm
4307 # Extract the first word of "$ac_prog", so it can be a program name with args.
4308 set dummy $ac_prog; ac_word=$2
4309 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4310 $as_echo_n "checking for $ac_word... " >&6; }
4311 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4312 $as_echo_n "(cached) " >&6
4313 else
4314 if test -n "$ac_ct_NM"; then
4315 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4316 else
4317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4318 for as_dir in $PATH
4320 IFS=$as_save_IFS
4321 test -z "$as_dir" && as_dir=.
4322 for ac_exec_ext in '' $ac_executable_extensions; do
4323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4324 ac_cv_prog_ac_ct_NM="$ac_prog"
4325 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4326 break 2
4328 done
4329 done
4330 IFS=$as_save_IFS
4334 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4335 if test -n "$ac_ct_NM"; then
4336 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4337 $as_echo "$ac_ct_NM" >&6; }
4338 else
4339 { $as_echo "$as_me:$LINENO: result: no" >&5
4340 $as_echo "no" >&6; }
4344 test -n "$ac_ct_NM" && break
4345 done
4347 if test "x$ac_ct_NM" = x; then
4348 NM="nm"
4349 else
4350 case $cross_compiling:$ac_tool_warned in
4351 yes:)
4352 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4353 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4354 ac_tool_warned=yes ;;
4355 esac
4356 NM=$ac_ct_NM
4360 if test -n "$ac_tool_prefix"; then
4361 for ac_prog in ar gar
4363 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4364 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4365 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4366 $as_echo_n "checking for $ac_word... " >&6; }
4367 if test "${ac_cv_prog_AR+set}" = set; then
4368 $as_echo_n "(cached) " >&6
4369 else
4370 if test -n "$AR"; then
4371 ac_cv_prog_AR="$AR" # Let the user override the test.
4372 else
4373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4374 for as_dir in $PATH
4376 IFS=$as_save_IFS
4377 test -z "$as_dir" && as_dir=.
4378 for ac_exec_ext in '' $ac_executable_extensions; do
4379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4380 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4381 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4382 break 2
4384 done
4385 done
4386 IFS=$as_save_IFS
4390 AR=$ac_cv_prog_AR
4391 if test -n "$AR"; then
4392 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4393 $as_echo "$AR" >&6; }
4394 else
4395 { $as_echo "$as_me:$LINENO: result: no" >&5
4396 $as_echo "no" >&6; }
4400 test -n "$AR" && break
4401 done
4403 if test -z "$AR"; then
4404 ac_ct_AR=$AR
4405 for ac_prog in ar gar
4407 # Extract the first word of "$ac_prog", so it can be a program name with args.
4408 set dummy $ac_prog; ac_word=$2
4409 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4410 $as_echo_n "checking for $ac_word... " >&6; }
4411 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4412 $as_echo_n "(cached) " >&6
4413 else
4414 if test -n "$ac_ct_AR"; then
4415 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4416 else
4417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4418 for as_dir in $PATH
4420 IFS=$as_save_IFS
4421 test -z "$as_dir" && as_dir=.
4422 for ac_exec_ext in '' $ac_executable_extensions; do
4423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4424 ac_cv_prog_ac_ct_AR="$ac_prog"
4425 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4426 break 2
4428 done
4429 done
4430 IFS=$as_save_IFS
4434 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4435 if test -n "$ac_ct_AR"; then
4436 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4437 $as_echo "$ac_ct_AR" >&6; }
4438 else
4439 { $as_echo "$as_me:$LINENO: result: no" >&5
4440 $as_echo "no" >&6; }
4444 test -n "$ac_ct_AR" && break
4445 done
4447 if test "x$ac_ct_AR" = x; then
4448 AR="ar"
4449 else
4450 case $cross_compiling:$ac_tool_warned in
4451 yes:)
4452 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4453 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4454 ac_tool_warned=yes ;;
4455 esac
4456 AR=$ac_ct_AR
4460 ARFLAGS=rc
4462 if test -n "$ac_tool_prefix"; then
4463 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4464 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4465 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4466 $as_echo_n "checking for $ac_word... " >&6; }
4467 if test "${ac_cv_prog_RANLIB+set}" = set; then
4468 $as_echo_n "(cached) " >&6
4469 else
4470 if test -n "$RANLIB"; then
4471 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4472 else
4473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4474 for as_dir in $PATH
4476 IFS=$as_save_IFS
4477 test -z "$as_dir" && as_dir=.
4478 for ac_exec_ext in '' $ac_executable_extensions; do
4479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4480 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4481 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4482 break 2
4484 done
4485 done
4486 IFS=$as_save_IFS
4490 RANLIB=$ac_cv_prog_RANLIB
4491 if test -n "$RANLIB"; then
4492 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4493 $as_echo "$RANLIB" >&6; }
4494 else
4495 { $as_echo "$as_me:$LINENO: result: no" >&5
4496 $as_echo "no" >&6; }
4501 if test -z "$ac_cv_prog_RANLIB"; then
4502 ac_ct_RANLIB=$RANLIB
4503 # Extract the first word of "ranlib", so it can be a program name with args.
4504 set dummy ranlib; ac_word=$2
4505 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4506 $as_echo_n "checking for $ac_word... " >&6; }
4507 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4508 $as_echo_n "(cached) " >&6
4509 else
4510 if test -n "$ac_ct_RANLIB"; then
4511 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4512 else
4513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4514 for as_dir in $PATH
4516 IFS=$as_save_IFS
4517 test -z "$as_dir" && as_dir=.
4518 for ac_exec_ext in '' $ac_executable_extensions; do
4519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4520 ac_cv_prog_ac_ct_RANLIB="ranlib"
4521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4522 break 2
4524 done
4525 done
4526 IFS=$as_save_IFS
4530 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4531 if test -n "$ac_ct_RANLIB"; then
4532 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4533 $as_echo "$ac_ct_RANLIB" >&6; }
4534 else
4535 { $as_echo "$as_me:$LINENO: result: no" >&5
4536 $as_echo "no" >&6; }
4539 if test "x$ac_ct_RANLIB" = x; then
4540 RANLIB=":"
4541 else
4542 case $cross_compiling:$ac_tool_warned in
4543 yes:)
4544 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4545 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4546 ac_tool_warned=yes ;;
4547 esac
4548 RANLIB=$ac_ct_RANLIB
4550 else
4551 RANLIB="$ac_cv_prog_RANLIB"
4554 if test -n "$ac_tool_prefix"; then
4555 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4556 set dummy ${ac_tool_prefix}strip; ac_word=$2
4557 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4558 $as_echo_n "checking for $ac_word... " >&6; }
4559 if test "${ac_cv_prog_STRIP+set}" = set; then
4560 $as_echo_n "(cached) " >&6
4561 else
4562 if test -n "$STRIP"; then
4563 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4564 else
4565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4566 for as_dir in $PATH
4568 IFS=$as_save_IFS
4569 test -z "$as_dir" && as_dir=.
4570 for ac_exec_ext in '' $ac_executable_extensions; do
4571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4572 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4574 break 2
4576 done
4577 done
4578 IFS=$as_save_IFS
4582 STRIP=$ac_cv_prog_STRIP
4583 if test -n "$STRIP"; then
4584 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4585 $as_echo "$STRIP" >&6; }
4586 else
4587 { $as_echo "$as_me:$LINENO: result: no" >&5
4588 $as_echo "no" >&6; }
4593 if test -z "$ac_cv_prog_STRIP"; then
4594 ac_ct_STRIP=$STRIP
4595 # Extract the first word of "strip", so it can be a program name with args.
4596 set dummy strip; ac_word=$2
4597 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4598 $as_echo_n "checking for $ac_word... " >&6; }
4599 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4600 $as_echo_n "(cached) " >&6
4601 else
4602 if test -n "$ac_ct_STRIP"; then
4603 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4604 else
4605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606 for as_dir in $PATH
4608 IFS=$as_save_IFS
4609 test -z "$as_dir" && as_dir=.
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4612 ac_cv_prog_ac_ct_STRIP="strip"
4613 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4614 break 2
4616 done
4617 done
4618 IFS=$as_save_IFS
4622 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4623 if test -n "$ac_ct_STRIP"; then
4624 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4625 $as_echo "$ac_ct_STRIP" >&6; }
4626 else
4627 { $as_echo "$as_me:$LINENO: result: no" >&5
4628 $as_echo "no" >&6; }
4631 if test "x$ac_ct_STRIP" = x; then
4632 STRIP="strip"
4633 else
4634 case $cross_compiling:$ac_tool_warned in
4635 yes:)
4636 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4637 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4638 ac_tool_warned=yes ;;
4639 esac
4640 STRIP=$ac_ct_STRIP
4642 else
4643 STRIP="$ac_cv_prog_STRIP"
4646 if test -n "$ac_tool_prefix"; then
4647 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4648 set dummy ${ac_tool_prefix}windres; ac_word=$2
4649 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4650 $as_echo_n "checking for $ac_word... " >&6; }
4651 if test "${ac_cv_prog_WINDRES+set}" = set; then
4652 $as_echo_n "(cached) " >&6
4653 else
4654 if test -n "$WINDRES"; then
4655 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4656 else
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4664 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4665 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2
4668 done
4669 done
4670 IFS=$as_save_IFS
4674 WINDRES=$ac_cv_prog_WINDRES
4675 if test -n "$WINDRES"; then
4676 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4677 $as_echo "$WINDRES" >&6; }
4678 else
4679 { $as_echo "$as_me:$LINENO: result: no" >&5
4680 $as_echo "no" >&6; }
4685 if test -z "$ac_cv_prog_WINDRES"; then
4686 ac_ct_WINDRES=$WINDRES
4687 # Extract the first word of "windres", so it can be a program name with args.
4688 set dummy windres; ac_word=$2
4689 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4690 $as_echo_n "checking for $ac_word... " >&6; }
4691 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4692 $as_echo_n "(cached) " >&6
4693 else
4694 if test -n "$ac_ct_WINDRES"; then
4695 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4696 else
4697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698 for as_dir in $PATH
4700 IFS=$as_save_IFS
4701 test -z "$as_dir" && as_dir=.
4702 for ac_exec_ext in '' $ac_executable_extensions; do
4703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4704 ac_cv_prog_ac_ct_WINDRES="windres"
4705 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4706 break 2
4708 done
4709 done
4710 IFS=$as_save_IFS
4714 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4715 if test -n "$ac_ct_WINDRES"; then
4716 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4717 $as_echo "$ac_ct_WINDRES" >&6; }
4718 else
4719 { $as_echo "$as_me:$LINENO: result: no" >&5
4720 $as_echo "no" >&6; }
4723 if test "x$ac_ct_WINDRES" = x; then
4724 WINDRES="false"
4725 else
4726 case $cross_compiling:$ac_tool_warned in
4727 yes:)
4728 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4729 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4730 ac_tool_warned=yes ;;
4731 esac
4732 WINDRES=$ac_ct_WINDRES
4734 else
4735 WINDRES="$ac_cv_prog_WINDRES"
4738 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4739 $as_echo_n "checking whether ln -s works... " >&6; }
4740 LN_S=$as_ln_s
4741 if test "$LN_S" = "ln -s"; then
4742 { $as_echo "$as_me:$LINENO: result: yes" >&5
4743 $as_echo "yes" >&6; }
4744 else
4745 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4746 $as_echo "no, using $LN_S" >&6; }
4749 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4750 $as_echo_n "checking whether ln works... " >&6; }
4751 rm -f conf$$ conf$$.file
4752 echo >conf$$.file
4753 if ln conf$$.file conf$$ 2>/dev/null; then
4754 LN=ln
4756 { $as_echo "$as_me:$LINENO: result: yes" >&5
4757 $as_echo "yes" >&6; }
4758 else
4759 LN="cp -p"
4761 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4762 $as_echo "no, using $LN" >&6; }
4764 rm -f conf$$ conf$$.file
4765 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4766 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4767 if test "${ac_cv_path_GREP+set}" = set; then
4768 $as_echo_n "(cached) " >&6
4769 else
4770 if test -z "$GREP"; then
4771 ac_path_GREP_found=false
4772 # Loop through the user's path and test for each of PROGNAME-LIST
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_prog in grep ggrep; do
4779 for ac_exec_ext in '' $ac_executable_extensions; do
4780 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4781 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4782 # Check for GNU ac_path_GREP and select it if it is found.
4783 # Check for GNU $ac_path_GREP
4784 case `"$ac_path_GREP" --version 2>&1` in
4785 *GNU*)
4786 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4788 ac_count=0
4789 $as_echo_n 0123456789 >"conftest.in"
4790 while :
4792 cat "conftest.in" "conftest.in" >"conftest.tmp"
4793 mv "conftest.tmp" "conftest.in"
4794 cp "conftest.in" "conftest.nl"
4795 $as_echo 'GREP' >> "conftest.nl"
4796 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4797 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4798 ac_count=`expr $ac_count + 1`
4799 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4800 # Best one so far, save it but keep looking for a better one
4801 ac_cv_path_GREP="$ac_path_GREP"
4802 ac_path_GREP_max=$ac_count
4804 # 10*(2^10) chars as input seems more than enough
4805 test $ac_count -gt 10 && break
4806 done
4807 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4808 esac
4810 $ac_path_GREP_found && break 3
4811 done
4812 done
4813 done
4814 IFS=$as_save_IFS
4815 if test -z "$ac_cv_path_GREP"; then
4816 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4817 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4818 { (exit 1); exit 1; }; }
4820 else
4821 ac_cv_path_GREP=$GREP
4825 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4826 $as_echo "$ac_cv_path_GREP" >&6; }
4827 GREP="$ac_cv_path_GREP"
4830 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4831 $as_echo_n "checking for egrep... " >&6; }
4832 if test "${ac_cv_path_EGREP+set}" = set; then
4833 $as_echo_n "(cached) " >&6
4834 else
4835 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4836 then ac_cv_path_EGREP="$GREP -E"
4837 else
4838 if test -z "$EGREP"; then
4839 ac_path_EGREP_found=false
4840 # Loop through the user's path and test for each of PROGNAME-LIST
4841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4842 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4844 IFS=$as_save_IFS
4845 test -z "$as_dir" && as_dir=.
4846 for ac_prog in egrep; do
4847 for ac_exec_ext in '' $ac_executable_extensions; do
4848 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4849 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4850 # Check for GNU ac_path_EGREP and select it if it is found.
4851 # Check for GNU $ac_path_EGREP
4852 case `"$ac_path_EGREP" --version 2>&1` in
4853 *GNU*)
4854 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4856 ac_count=0
4857 $as_echo_n 0123456789 >"conftest.in"
4858 while :
4860 cat "conftest.in" "conftest.in" >"conftest.tmp"
4861 mv "conftest.tmp" "conftest.in"
4862 cp "conftest.in" "conftest.nl"
4863 $as_echo 'EGREP' >> "conftest.nl"
4864 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4865 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4866 ac_count=`expr $ac_count + 1`
4867 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4868 # Best one so far, save it but keep looking for a better one
4869 ac_cv_path_EGREP="$ac_path_EGREP"
4870 ac_path_EGREP_max=$ac_count
4872 # 10*(2^10) chars as input seems more than enough
4873 test $ac_count -gt 10 && break
4874 done
4875 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4876 esac
4878 $ac_path_EGREP_found && break 3
4879 done
4880 done
4881 done
4882 IFS=$as_save_IFS
4883 if test -z "$ac_cv_path_EGREP"; then
4884 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4885 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4886 { (exit 1); exit 1; }; }
4888 else
4889 ac_cv_path_EGREP=$EGREP
4894 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4895 $as_echo "$ac_cv_path_EGREP" >&6; }
4896 EGREP="$ac_cv_path_EGREP"
4899 # Extract the first word of "ldconfig", so it can be a program name with args.
4900 set dummy ldconfig; ac_word=$2
4901 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4904 $as_echo_n "(cached) " >&6
4905 else
4906 case $LDCONFIG in
4907 [\\/]* | ?:[\\/]*)
4908 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4912 for as_dir in /sbin /usr/sbin $PATH
4914 IFS=$as_save_IFS
4915 test -z "$as_dir" && as_dir=.
4916 for ac_exec_ext in '' $ac_executable_extensions; do
4917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4918 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4919 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4920 break 2
4922 done
4923 done
4924 IFS=$as_save_IFS
4926 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4928 esac
4930 LDCONFIG=$ac_cv_path_LDCONFIG
4931 if test -n "$LDCONFIG"; then
4932 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4933 $as_echo "$LDCONFIG" >&6; }
4934 else
4935 { $as_echo "$as_me:$LINENO: result: no" >&5
4936 $as_echo "no" >&6; }
4940 # Find a good install program. We prefer a C program (faster),
4941 # so one script is as good as another. But avoid the broken or
4942 # incompatible versions:
4943 # SysV /etc/install, /usr/sbin/install
4944 # SunOS /usr/etc/install
4945 # IRIX /sbin/install
4946 # AIX /bin/install
4947 # AmigaOS /C/install, which installs bootblocks on floppy discs
4948 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4949 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4950 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4951 # OS/2's system install, which has a completely different semantic
4952 # ./install, which can be erroneously created by make from ./install.sh.
4953 # Reject install programs that cannot install multiple files.
4954 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4955 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4956 if test -z "$INSTALL"; then
4957 if test "${ac_cv_path_install+set}" = set; then
4958 $as_echo_n "(cached) " >&6
4959 else
4960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4961 for as_dir in $PATH
4963 IFS=$as_save_IFS
4964 test -z "$as_dir" && as_dir=.
4965 # Account for people who put trailing slashes in PATH elements.
4966 case $as_dir/ in
4967 ./ | .// | /cC/* | \
4968 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4969 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4970 /usr/ucb/* ) ;;
4972 # OSF1 and SCO ODT 3.0 have their own names for install.
4973 # Don't use installbsd from OSF since it installs stuff as root
4974 # by default.
4975 for ac_prog in ginstall scoinst install; do
4976 for ac_exec_ext in '' $ac_executable_extensions; do
4977 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4978 if test $ac_prog = install &&
4979 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4980 # AIX install. It has an incompatible calling convention.
4982 elif test $ac_prog = install &&
4983 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4984 # program-specific install script used by HP pwplus--don't use.
4986 else
4987 rm -rf conftest.one conftest.two conftest.dir
4988 echo one > conftest.one
4989 echo two > conftest.two
4990 mkdir conftest.dir
4991 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4992 test -s conftest.one && test -s conftest.two &&
4993 test -s conftest.dir/conftest.one &&
4994 test -s conftest.dir/conftest.two
4995 then
4996 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4997 break 3
5001 done
5002 done
5004 esac
5006 done
5007 IFS=$as_save_IFS
5009 rm -rf conftest.one conftest.two conftest.dir
5012 if test "${ac_cv_path_install+set}" = set; then
5013 INSTALL=$ac_cv_path_install
5014 else
5015 # As a last resort, use the slow shell script. Don't cache a
5016 # value for INSTALL within a source directory, because that will
5017 # break other packages using the cache if that directory is
5018 # removed, or if the value is a relative name.
5019 INSTALL=$ac_install_sh
5022 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5023 $as_echo "$INSTALL" >&6; }
5025 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5026 # It thinks the first close brace ends the variable substitution.
5027 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5029 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5031 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5033 case "$INSTALL" in
5034 [\\/$]* | ?:[\\/]* ) ;;
5035 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5036 esac
5038 for ac_prog in lclint lint
5040 # Extract the first word of "$ac_prog", so it can be a program name with args.
5041 set dummy $ac_prog; ac_word=$2
5042 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5043 $as_echo_n "checking for $ac_word... " >&6; }
5044 if test "${ac_cv_prog_LINT+set}" = set; then
5045 $as_echo_n "(cached) " >&6
5046 else
5047 if test -n "$LINT"; then
5048 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5049 else
5050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5051 for as_dir in $PATH
5053 IFS=$as_save_IFS
5054 test -z "$as_dir" && as_dir=.
5055 for ac_exec_ext in '' $ac_executable_extensions; do
5056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5057 ac_cv_prog_LINT="$ac_prog"
5058 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5059 break 2
5061 done
5062 done
5063 IFS=$as_save_IFS
5067 LINT=$ac_cv_prog_LINT
5068 if test -n "$LINT"; then
5069 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5070 $as_echo "$LINT" >&6; }
5071 else
5072 { $as_echo "$as_me:$LINENO: result: no" >&5
5073 $as_echo "no" >&6; }
5077 test -n "$LINT" && break
5078 done
5080 if test "$LINT" = "lint"
5081 then
5082 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5087 for ac_prog in fontforge
5089 # Extract the first word of "$ac_prog", so it can be a program name with args.
5090 set dummy $ac_prog; ac_word=$2
5091 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5092 $as_echo_n "checking for $ac_word... " >&6; }
5093 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5094 $as_echo_n "(cached) " >&6
5095 else
5096 if test -n "$FONTFORGE"; then
5097 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5098 else
5099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5100 for as_dir in $PATH
5102 IFS=$as_save_IFS
5103 test -z "$as_dir" && as_dir=.
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5106 ac_cv_prog_FONTFORGE="$ac_prog"
5107 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5108 break 2
5110 done
5111 done
5112 IFS=$as_save_IFS
5116 FONTFORGE=$ac_cv_prog_FONTFORGE
5117 if test -n "$FONTFORGE"; then
5118 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5119 $as_echo "$FONTFORGE" >&6; }
5120 else
5121 { $as_echo "$as_me:$LINENO: result: no" >&5
5122 $as_echo "no" >&6; }
5126 test -n "$FONTFORGE" && break
5127 done
5128 test -n "$FONTFORGE" || FONTFORGE="false"
5130 for ac_prog in pkg-config
5132 # Extract the first word of "$ac_prog", so it can be a program name with args.
5133 set dummy $ac_prog; ac_word=$2
5134 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5135 $as_echo_n "checking for $ac_word... " >&6; }
5136 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5137 $as_echo_n "(cached) " >&6
5138 else
5139 if test -n "$PKG_CONFIG"; then
5140 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5141 else
5142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143 for as_dir in $PATH
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
5148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5149 ac_cv_prog_PKG_CONFIG="$ac_prog"
5150 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 break 2
5153 done
5154 done
5155 IFS=$as_save_IFS
5159 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5160 if test -n "$PKG_CONFIG"; then
5161 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5162 $as_echo "$PKG_CONFIG" >&6; }
5163 else
5164 { $as_echo "$as_me:$LINENO: result: no" >&5
5165 $as_echo "no" >&6; }
5169 test -n "$PKG_CONFIG" && break
5170 done
5171 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5173 for ac_prog in rsvg
5175 # Extract the first word of "$ac_prog", so it can be a program name with args.
5176 set dummy $ac_prog; ac_word=$2
5177 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if test "${ac_cv_prog_RSVG+set}" = set; then
5180 $as_echo_n "(cached) " >&6
5181 else
5182 if test -n "$RSVG"; then
5183 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5184 else
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5186 for as_dir in $PATH
5188 IFS=$as_save_IFS
5189 test -z "$as_dir" && as_dir=.
5190 for ac_exec_ext in '' $ac_executable_extensions; do
5191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5192 ac_cv_prog_RSVG="$ac_prog"
5193 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5194 break 2
5196 done
5197 done
5198 IFS=$as_save_IFS
5202 RSVG=$ac_cv_prog_RSVG
5203 if test -n "$RSVG"; then
5204 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5205 $as_echo "$RSVG" >&6; }
5206 else
5207 { $as_echo "$as_me:$LINENO: result: no" >&5
5208 $as_echo "no" >&6; }
5212 test -n "$RSVG" && break
5213 done
5214 test -n "$RSVG" || RSVG="false"
5216 for ac_prog in icotool
5218 # Extract the first word of "$ac_prog", so it can be a program name with args.
5219 set dummy $ac_prog; ac_word=$2
5220 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5221 $as_echo_n "checking for $ac_word... " >&6; }
5222 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5223 $as_echo_n "(cached) " >&6
5224 else
5225 if test -n "$ICOTOOL"; then
5226 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5227 else
5228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5229 for as_dir in $PATH
5231 IFS=$as_save_IFS
5232 test -z "$as_dir" && as_dir=.
5233 for ac_exec_ext in '' $ac_executable_extensions; do
5234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5235 ac_cv_prog_ICOTOOL="$ac_prog"
5236 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5237 break 2
5239 done
5240 done
5241 IFS=$as_save_IFS
5245 ICOTOOL=$ac_cv_prog_ICOTOOL
5246 if test -n "$ICOTOOL"; then
5247 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5248 $as_echo "$ICOTOOL" >&6; }
5249 else
5250 { $as_echo "$as_me:$LINENO: result: no" >&5
5251 $as_echo "no" >&6; }
5255 test -n "$ICOTOOL" && break
5256 done
5257 test -n "$ICOTOOL" || ICOTOOL="false"
5260 if test "${enable_maintainer_mode+set}" = set
5261 then
5262 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5263 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5264 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5267 case $host_cpu in
5268 *i[3456789]86*)
5269 # Extract the first word of "prelink", so it can be a program name with args.
5270 set dummy prelink; ac_word=$2
5271 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5272 $as_echo_n "checking for $ac_word... " >&6; }
5273 if test "${ac_cv_path_PRELINK+set}" = set; then
5274 $as_echo_n "(cached) " >&6
5275 else
5276 case $PRELINK in
5277 [\\/]* | ?:[\\/]*)
5278 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5282 for as_dir in /sbin /usr/sbin $PATH
5284 IFS=$as_save_IFS
5285 test -z "$as_dir" && as_dir=.
5286 for ac_exec_ext in '' $ac_executable_extensions; do
5287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5288 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5289 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5290 break 2
5292 done
5293 done
5294 IFS=$as_save_IFS
5296 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5298 esac
5300 PRELINK=$ac_cv_path_PRELINK
5301 if test -n "$PRELINK"; then
5302 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5303 $as_echo "$PRELINK" >&6; }
5304 else
5305 { $as_echo "$as_me:$LINENO: result: no" >&5
5306 $as_echo "no" >&6; }
5311 esac
5315 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5316 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5317 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5318 $as_echo_n "(cached) " >&6
5319 else
5320 ac_check_lib_save_LIBS=$LIBS
5321 LIBS="-li386 $LIBS"
5322 cat >conftest.$ac_ext <<_ACEOF
5323 /* confdefs.h. */
5324 _ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5329 /* Override any GCC internal prototype to avoid an error.
5330 Use char because int might match the return type of a GCC
5331 builtin and then its argument prototype would still apply. */
5332 #ifdef __cplusplus
5333 extern "C"
5334 #endif
5335 char i386_set_ldt ();
5337 main ()
5339 return i386_set_ldt ();
5341 return 0;
5343 _ACEOF
5344 rm -f conftest.$ac_objext conftest$ac_exeext
5345 if { (ac_try="$ac_link"
5346 case "(($ac_try" in
5347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5348 *) ac_try_echo=$ac_try;;
5349 esac
5350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5351 $as_echo "$ac_try_echo") >&5
5352 (eval "$ac_link") 2>conftest.er1
5353 ac_status=$?
5354 grep -v '^ *+' conftest.er1 >conftest.err
5355 rm -f conftest.er1
5356 cat conftest.err >&5
5357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5358 (exit $ac_status); } && {
5359 test -z "$ac_c_werror_flag" ||
5360 test ! -s conftest.err
5361 } && test -s conftest$ac_exeext && {
5362 test "$cross_compiling" = yes ||
5363 $as_test_x conftest$ac_exeext
5364 }; then
5365 ac_cv_lib_i386_i386_set_ldt=yes
5366 else
5367 $as_echo "$as_me: failed program was:" >&5
5368 sed 's/^/| /' conftest.$ac_ext >&5
5370 ac_cv_lib_i386_i386_set_ldt=no
5373 rm -rf conftest.dSYM
5374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5375 conftest$ac_exeext conftest.$ac_ext
5376 LIBS=$ac_check_lib_save_LIBS
5378 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5379 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5380 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5381 cat >>confdefs.h <<_ACEOF
5382 #define HAVE_LIBI386 1
5383 _ACEOF
5385 LIBS="-li386 $LIBS"
5390 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5391 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5392 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5393 $as_echo_n "(cached) " >&6
5394 else
5395 ac_check_lib_save_LIBS=$LIBS
5396 LIBS="-lossaudio $LIBS"
5397 cat >conftest.$ac_ext <<_ACEOF
5398 /* confdefs.h. */
5399 _ACEOF
5400 cat confdefs.h >>conftest.$ac_ext
5401 cat >>conftest.$ac_ext <<_ACEOF
5402 /* end confdefs.h. */
5404 /* Override any GCC internal prototype to avoid an error.
5405 Use char because int might match the return type of a GCC
5406 builtin and then its argument prototype would still apply. */
5407 #ifdef __cplusplus
5408 extern "C"
5409 #endif
5410 char _oss_ioctl ();
5412 main ()
5414 return _oss_ioctl ();
5416 return 0;
5418 _ACEOF
5419 rm -f conftest.$ac_objext conftest$ac_exeext
5420 if { (ac_try="$ac_link"
5421 case "(($ac_try" in
5422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5423 *) ac_try_echo=$ac_try;;
5424 esac
5425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5426 $as_echo "$ac_try_echo") >&5
5427 (eval "$ac_link") 2>conftest.er1
5428 ac_status=$?
5429 grep -v '^ *+' conftest.er1 >conftest.err
5430 rm -f conftest.er1
5431 cat conftest.err >&5
5432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5433 (exit $ac_status); } && {
5434 test -z "$ac_c_werror_flag" ||
5435 test ! -s conftest.err
5436 } && test -s conftest$ac_exeext && {
5437 test "$cross_compiling" = yes ||
5438 $as_test_x conftest$ac_exeext
5439 }; then
5440 ac_cv_lib_ossaudio__oss_ioctl=yes
5441 else
5442 $as_echo "$as_me: failed program was:" >&5
5443 sed 's/^/| /' conftest.$ac_ext >&5
5445 ac_cv_lib_ossaudio__oss_ioctl=no
5448 rm -rf conftest.dSYM
5449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5450 conftest$ac_exeext conftest.$ac_ext
5451 LIBS=$ac_check_lib_save_LIBS
5453 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5454 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5455 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5456 cat >>confdefs.h <<_ACEOF
5457 #define HAVE_LIBOSSAUDIO 1
5458 _ACEOF
5460 LIBS="-lossaudio $LIBS"
5465 XLIB=""
5467 OPENGL_LIBS=""
5471 ac_ext=c
5472 ac_cpp='$CPP $CPPFLAGS'
5473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5476 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5477 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5478 # On Suns, sometimes $CPP names a directory.
5479 if test -n "$CPP" && test -d "$CPP"; then
5480 CPP=
5482 if test -z "$CPP"; then
5483 if test "${ac_cv_prog_CPP+set}" = set; then
5484 $as_echo_n "(cached) " >&6
5485 else
5486 # Double quotes because CPP needs to be expanded
5487 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5489 ac_preproc_ok=false
5490 for ac_c_preproc_warn_flag in '' yes
5492 # Use a header file that comes with gcc, so configuring glibc
5493 # with a fresh cross-compiler works.
5494 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5495 # <limits.h> exists even on freestanding compilers.
5496 # On the NeXT, cc -E runs the code through the compiler's parser,
5497 # not just through cpp. "Syntax error" is here to catch this case.
5498 cat >conftest.$ac_ext <<_ACEOF
5499 /* confdefs.h. */
5500 _ACEOF
5501 cat confdefs.h >>conftest.$ac_ext
5502 cat >>conftest.$ac_ext <<_ACEOF
5503 /* end confdefs.h. */
5504 #ifdef __STDC__
5505 # include <limits.h>
5506 #else
5507 # include <assert.h>
5508 #endif
5509 Syntax error
5510 _ACEOF
5511 if { (ac_try="$ac_cpp conftest.$ac_ext"
5512 case "(($ac_try" in
5513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5514 *) ac_try_echo=$ac_try;;
5515 esac
5516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5517 $as_echo "$ac_try_echo") >&5
5518 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5519 ac_status=$?
5520 grep -v '^ *+' conftest.er1 >conftest.err
5521 rm -f conftest.er1
5522 cat conftest.err >&5
5523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5524 (exit $ac_status); } >/dev/null && {
5525 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5526 test ! -s conftest.err
5527 }; then
5529 else
5530 $as_echo "$as_me: failed program was:" >&5
5531 sed 's/^/| /' conftest.$ac_ext >&5
5533 # Broken: fails on valid input.
5534 continue
5537 rm -f conftest.err conftest.$ac_ext
5539 # OK, works on sane cases. Now check whether nonexistent headers
5540 # can be detected and how.
5541 cat >conftest.$ac_ext <<_ACEOF
5542 /* confdefs.h. */
5543 _ACEOF
5544 cat confdefs.h >>conftest.$ac_ext
5545 cat >>conftest.$ac_ext <<_ACEOF
5546 /* end confdefs.h. */
5547 #include <ac_nonexistent.h>
5548 _ACEOF
5549 if { (ac_try="$ac_cpp conftest.$ac_ext"
5550 case "(($ac_try" in
5551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5552 *) ac_try_echo=$ac_try;;
5553 esac
5554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5555 $as_echo "$ac_try_echo") >&5
5556 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5557 ac_status=$?
5558 grep -v '^ *+' conftest.er1 >conftest.err
5559 rm -f conftest.er1
5560 cat conftest.err >&5
5561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5562 (exit $ac_status); } >/dev/null && {
5563 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5564 test ! -s conftest.err
5565 }; then
5566 # Broken: success on invalid input.
5567 continue
5568 else
5569 $as_echo "$as_me: failed program was:" >&5
5570 sed 's/^/| /' conftest.$ac_ext >&5
5572 # Passes both tests.
5573 ac_preproc_ok=:
5574 break
5577 rm -f conftest.err conftest.$ac_ext
5579 done
5580 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5581 rm -f conftest.err conftest.$ac_ext
5582 if $ac_preproc_ok; then
5583 break
5586 done
5587 ac_cv_prog_CPP=$CPP
5590 CPP=$ac_cv_prog_CPP
5591 else
5592 ac_cv_prog_CPP=$CPP
5594 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5595 $as_echo "$CPP" >&6; }
5596 ac_preproc_ok=false
5597 for ac_c_preproc_warn_flag in '' yes
5599 # Use a header file that comes with gcc, so configuring glibc
5600 # with a fresh cross-compiler works.
5601 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5602 # <limits.h> exists even on freestanding compilers.
5603 # On the NeXT, cc -E runs the code through the compiler's parser,
5604 # not just through cpp. "Syntax error" is here to catch this case.
5605 cat >conftest.$ac_ext <<_ACEOF
5606 /* confdefs.h. */
5607 _ACEOF
5608 cat confdefs.h >>conftest.$ac_ext
5609 cat >>conftest.$ac_ext <<_ACEOF
5610 /* end confdefs.h. */
5611 #ifdef __STDC__
5612 # include <limits.h>
5613 #else
5614 # include <assert.h>
5615 #endif
5616 Syntax error
5617 _ACEOF
5618 if { (ac_try="$ac_cpp conftest.$ac_ext"
5619 case "(($ac_try" in
5620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5621 *) ac_try_echo=$ac_try;;
5622 esac
5623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5624 $as_echo "$ac_try_echo") >&5
5625 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } >/dev/null && {
5632 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5633 test ! -s conftest.err
5634 }; then
5636 else
5637 $as_echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5640 # Broken: fails on valid input.
5641 continue
5644 rm -f conftest.err conftest.$ac_ext
5646 # OK, works on sane cases. Now check whether nonexistent headers
5647 # can be detected and how.
5648 cat >conftest.$ac_ext <<_ACEOF
5649 /* confdefs.h. */
5650 _ACEOF
5651 cat confdefs.h >>conftest.$ac_ext
5652 cat >>conftest.$ac_ext <<_ACEOF
5653 /* end confdefs.h. */
5654 #include <ac_nonexistent.h>
5655 _ACEOF
5656 if { (ac_try="$ac_cpp conftest.$ac_ext"
5657 case "(($ac_try" in
5658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5659 *) ac_try_echo=$ac_try;;
5660 esac
5661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5662 $as_echo "$ac_try_echo") >&5
5663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5664 ac_status=$?
5665 grep -v '^ *+' conftest.er1 >conftest.err
5666 rm -f conftest.er1
5667 cat conftest.err >&5
5668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5669 (exit $ac_status); } >/dev/null && {
5670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5671 test ! -s conftest.err
5672 }; then
5673 # Broken: success on invalid input.
5674 continue
5675 else
5676 $as_echo "$as_me: failed program was:" >&5
5677 sed 's/^/| /' conftest.$ac_ext >&5
5679 # Passes both tests.
5680 ac_preproc_ok=:
5681 break
5684 rm -f conftest.err conftest.$ac_ext
5686 done
5687 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5688 rm -f conftest.err conftest.$ac_ext
5689 if $ac_preproc_ok; then
5691 else
5692 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5694 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5695 See \`config.log' for more details." >&5
5696 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5697 See \`config.log' for more details." >&2;}
5698 { (exit 1); exit 1; }; }; }
5701 ac_ext=c
5702 ac_cpp='$CPP $CPPFLAGS'
5703 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5704 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5705 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5708 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5709 $as_echo_n "checking for ANSI C header files... " >&6; }
5710 if test "${ac_cv_header_stdc+set}" = set; then
5711 $as_echo_n "(cached) " >&6
5712 else
5713 cat >conftest.$ac_ext <<_ACEOF
5714 /* confdefs.h. */
5715 _ACEOF
5716 cat confdefs.h >>conftest.$ac_ext
5717 cat >>conftest.$ac_ext <<_ACEOF
5718 /* end confdefs.h. */
5719 #include <stdlib.h>
5720 #include <stdarg.h>
5721 #include <string.h>
5722 #include <float.h>
5725 main ()
5729 return 0;
5731 _ACEOF
5732 rm -f conftest.$ac_objext
5733 if { (ac_try="$ac_compile"
5734 case "(($ac_try" in
5735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5736 *) ac_try_echo=$ac_try;;
5737 esac
5738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5739 $as_echo "$ac_try_echo") >&5
5740 (eval "$ac_compile") 2>conftest.er1
5741 ac_status=$?
5742 grep -v '^ *+' conftest.er1 >conftest.err
5743 rm -f conftest.er1
5744 cat conftest.err >&5
5745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); } && {
5747 test -z "$ac_c_werror_flag" ||
5748 test ! -s conftest.err
5749 } && test -s conftest.$ac_objext; then
5750 ac_cv_header_stdc=yes
5751 else
5752 $as_echo "$as_me: failed program was:" >&5
5753 sed 's/^/| /' conftest.$ac_ext >&5
5755 ac_cv_header_stdc=no
5758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5760 if test $ac_cv_header_stdc = yes; then
5761 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5762 cat >conftest.$ac_ext <<_ACEOF
5763 /* confdefs.h. */
5764 _ACEOF
5765 cat confdefs.h >>conftest.$ac_ext
5766 cat >>conftest.$ac_ext <<_ACEOF
5767 /* end confdefs.h. */
5768 #include <string.h>
5770 _ACEOF
5771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5772 $EGREP "memchr" >/dev/null 2>&1; then
5774 else
5775 ac_cv_header_stdc=no
5777 rm -f conftest*
5781 if test $ac_cv_header_stdc = yes; then
5782 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5783 cat >conftest.$ac_ext <<_ACEOF
5784 /* confdefs.h. */
5785 _ACEOF
5786 cat confdefs.h >>conftest.$ac_ext
5787 cat >>conftest.$ac_ext <<_ACEOF
5788 /* end confdefs.h. */
5789 #include <stdlib.h>
5791 _ACEOF
5792 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5793 $EGREP "free" >/dev/null 2>&1; then
5795 else
5796 ac_cv_header_stdc=no
5798 rm -f conftest*
5802 if test $ac_cv_header_stdc = yes; then
5803 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5804 if test "$cross_compiling" = yes; then
5806 else
5807 cat >conftest.$ac_ext <<_ACEOF
5808 /* confdefs.h. */
5809 _ACEOF
5810 cat confdefs.h >>conftest.$ac_ext
5811 cat >>conftest.$ac_ext <<_ACEOF
5812 /* end confdefs.h. */
5813 #include <ctype.h>
5814 #include <stdlib.h>
5815 #if ((' ' & 0x0FF) == 0x020)
5816 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5817 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5818 #else
5819 # define ISLOWER(c) \
5820 (('a' <= (c) && (c) <= 'i') \
5821 || ('j' <= (c) && (c) <= 'r') \
5822 || ('s' <= (c) && (c) <= 'z'))
5823 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5824 #endif
5826 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5828 main ()
5830 int i;
5831 for (i = 0; i < 256; i++)
5832 if (XOR (islower (i), ISLOWER (i))
5833 || toupper (i) != TOUPPER (i))
5834 return 2;
5835 return 0;
5837 _ACEOF
5838 rm -f conftest$ac_exeext
5839 if { (ac_try="$ac_link"
5840 case "(($ac_try" in
5841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5842 *) ac_try_echo=$ac_try;;
5843 esac
5844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5845 $as_echo "$ac_try_echo") >&5
5846 (eval "$ac_link") 2>&5
5847 ac_status=$?
5848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5850 { (case "(($ac_try" in
5851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5852 *) ac_try_echo=$ac_try;;
5853 esac
5854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5855 $as_echo "$ac_try_echo") >&5
5856 (eval "$ac_try") 2>&5
5857 ac_status=$?
5858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); }; }; then
5861 else
5862 $as_echo "$as_me: program exited with status $ac_status" >&5
5863 $as_echo "$as_me: failed program was:" >&5
5864 sed 's/^/| /' conftest.$ac_ext >&5
5866 ( exit $ac_status )
5867 ac_cv_header_stdc=no
5869 rm -rf conftest.dSYM
5870 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5876 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5877 $as_echo "$ac_cv_header_stdc" >&6; }
5878 if test $ac_cv_header_stdc = yes; then
5880 cat >>confdefs.h <<\_ACEOF
5881 #define STDC_HEADERS 1
5882 _ACEOF
5886 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5896 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5897 inttypes.h stdint.h unistd.h
5899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5900 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5901 $as_echo_n "checking for $ac_header... " >&6; }
5902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5903 $as_echo_n "(cached) " >&6
5904 else
5905 cat >conftest.$ac_ext <<_ACEOF
5906 /* confdefs.h. */
5907 _ACEOF
5908 cat confdefs.h >>conftest.$ac_ext
5909 cat >>conftest.$ac_ext <<_ACEOF
5910 /* end confdefs.h. */
5911 $ac_includes_default
5913 #include <$ac_header>
5914 _ACEOF
5915 rm -f conftest.$ac_objext
5916 if { (ac_try="$ac_compile"
5917 case "(($ac_try" in
5918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5919 *) ac_try_echo=$ac_try;;
5920 esac
5921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5922 $as_echo "$ac_try_echo") >&5
5923 (eval "$ac_compile") 2>conftest.er1
5924 ac_status=$?
5925 grep -v '^ *+' conftest.er1 >conftest.err
5926 rm -f conftest.er1
5927 cat conftest.err >&5
5928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5929 (exit $ac_status); } && {
5930 test -z "$ac_c_werror_flag" ||
5931 test ! -s conftest.err
5932 } && test -s conftest.$ac_objext; then
5933 eval "$as_ac_Header=yes"
5934 else
5935 $as_echo "$as_me: failed program was:" >&5
5936 sed 's/^/| /' conftest.$ac_ext >&5
5938 eval "$as_ac_Header=no"
5941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5943 ac_res=`eval 'as_val=${'$as_ac_Header'}
5944 $as_echo "$as_val"'`
5945 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5946 $as_echo "$ac_res" >&6; }
5947 as_val=`eval 'as_val=${'$as_ac_Header'}
5948 $as_echo "$as_val"'`
5949 if test "x$as_val" = x""yes; then
5950 cat >>confdefs.h <<_ACEOF
5951 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5952 _ACEOF
5956 done
6075 for ac_header in \
6076 AudioUnit/AudioUnit.h \
6077 Carbon/Carbon.h \
6078 CoreAudio/CoreAudio.h \
6079 DiskArbitration/DiskArbitration.h \
6080 IOKit/IOKitLib.h \
6081 alias.h \
6082 alsa/asoundlib.h \
6083 arpa/inet.h \
6084 arpa/nameser.h \
6085 asm/types.h \
6086 capi20.h \
6087 curses.h \
6088 direct.h \
6089 dirent.h \
6090 dlfcn.h \
6091 elf.h \
6092 float.h \
6093 fontconfig/fontconfig.h \
6094 getopt.h \
6095 grp.h \
6096 ieeefp.h \
6097 io.h \
6098 jack/jack.h \
6099 jpeglib.h \
6100 lber.h \
6101 lcms.h \
6102 lcms/lcms.h \
6103 ldap.h \
6104 libaudioio.h \
6105 link.h \
6106 linux/cdrom.h \
6107 linux/compiler.h \
6108 linux/hdreg.h \
6109 linux/input.h \
6110 linux/ioctl.h \
6111 linux/joystick.h \
6112 linux/major.h \
6113 linux/param.h \
6114 linux/serial.h \
6115 linux/types.h \
6116 linux/ucdrom.h \
6117 mach/mach.h \
6118 mach/machine.h \
6119 machine/cpu.h \
6120 machine/limits.h \
6121 machine/soundcard.h \
6122 mntent.h \
6123 ncurses.h \
6124 netdb.h \
6125 netinet/in.h \
6126 netinet/in_systm.h \
6127 netinet/tcp.h \
6128 netinet/tcp_fsm.h \
6129 openssl/err.h \
6130 openssl/ssl.h \
6131 png.h \
6132 poll.h \
6133 process.h \
6134 pthread.h \
6135 pwd.h \
6136 regex.h \
6137 sched.h \
6138 scsi/scsi.h \
6139 scsi/scsi_ioctl.h \
6140 scsi/sg.h \
6141 soundcard.h \
6142 stdint.h \
6143 strings.h \
6144 sys/asoundlib.h \
6145 sys/cdio.h \
6146 sys/elf32.h \
6147 sys/epoll.h \
6148 sys/errno.h \
6149 sys/event.h \
6150 sys/exec_elf.h \
6151 sys/filio.h \
6152 sys/ioctl.h \
6153 sys/ipc.h \
6154 sys/limits.h \
6155 sys/link.h \
6156 sys/lwp.h \
6157 sys/mman.h \
6158 sys/modem.h \
6159 sys/msg.h \
6160 sys/mtio.h \
6161 sys/param.h \
6162 sys/poll.h \
6163 sys/prctl.h \
6164 sys/protosw.h \
6165 sys/ptrace.h \
6166 sys/reg.h \
6167 sys/resource.h \
6168 sys/scsiio.h \
6169 sys/shm.h \
6170 sys/signal.h \
6171 sys/socket.h \
6172 sys/socketvar.h \
6173 sys/sockio.h \
6174 sys/soundcard.h \
6175 sys/statvfs.h \
6176 sys/strtio.h \
6177 sys/syscall.h \
6178 sys/time.h \
6179 sys/timeout.h \
6180 sys/times.h \
6181 sys/uio.h \
6182 sys/un.h \
6183 sys/utsname.h \
6184 sys/vm86.h \
6185 sys/wait.h \
6186 syscall.h \
6187 termios.h \
6188 unistd.h \
6189 utime.h \
6190 valgrind/memcheck.h \
6191 valgrind/valgrind.h
6194 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6196 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6197 $as_echo_n "checking for $ac_header... " >&6; }
6198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6199 $as_echo_n "(cached) " >&6
6201 ac_res=`eval 'as_val=${'$as_ac_Header'}
6202 $as_echo "$as_val"'`
6203 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6204 $as_echo "$ac_res" >&6; }
6205 else
6206 # Is the header compilable?
6207 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6208 $as_echo_n "checking $ac_header usability... " >&6; }
6209 cat >conftest.$ac_ext <<_ACEOF
6210 /* confdefs.h. */
6211 _ACEOF
6212 cat confdefs.h >>conftest.$ac_ext
6213 cat >>conftest.$ac_ext <<_ACEOF
6214 /* end confdefs.h. */
6215 $ac_includes_default
6216 #include <$ac_header>
6217 _ACEOF
6218 rm -f conftest.$ac_objext
6219 if { (ac_try="$ac_compile"
6220 case "(($ac_try" in
6221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6222 *) ac_try_echo=$ac_try;;
6223 esac
6224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6225 $as_echo "$ac_try_echo") >&5
6226 (eval "$ac_compile") 2>conftest.er1
6227 ac_status=$?
6228 grep -v '^ *+' conftest.er1 >conftest.err
6229 rm -f conftest.er1
6230 cat conftest.err >&5
6231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6232 (exit $ac_status); } && {
6233 test -z "$ac_c_werror_flag" ||
6234 test ! -s conftest.err
6235 } && test -s conftest.$ac_objext; then
6236 ac_header_compiler=yes
6237 else
6238 $as_echo "$as_me: failed program was:" >&5
6239 sed 's/^/| /' conftest.$ac_ext >&5
6241 ac_header_compiler=no
6244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6245 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6246 $as_echo "$ac_header_compiler" >&6; }
6248 # Is the header present?
6249 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6250 $as_echo_n "checking $ac_header presence... " >&6; }
6251 cat >conftest.$ac_ext <<_ACEOF
6252 /* confdefs.h. */
6253 _ACEOF
6254 cat confdefs.h >>conftest.$ac_ext
6255 cat >>conftest.$ac_ext <<_ACEOF
6256 /* end confdefs.h. */
6257 #include <$ac_header>
6258 _ACEOF
6259 if { (ac_try="$ac_cpp conftest.$ac_ext"
6260 case "(($ac_try" in
6261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6262 *) ac_try_echo=$ac_try;;
6263 esac
6264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6265 $as_echo "$ac_try_echo") >&5
6266 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6267 ac_status=$?
6268 grep -v '^ *+' conftest.er1 >conftest.err
6269 rm -f conftest.er1
6270 cat conftest.err >&5
6271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6272 (exit $ac_status); } >/dev/null && {
6273 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6274 test ! -s conftest.err
6275 }; then
6276 ac_header_preproc=yes
6277 else
6278 $as_echo "$as_me: failed program was:" >&5
6279 sed 's/^/| /' conftest.$ac_ext >&5
6281 ac_header_preproc=no
6284 rm -f conftest.err conftest.$ac_ext
6285 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6286 $as_echo "$ac_header_preproc" >&6; }
6288 # So? What about this header?
6289 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6290 yes:no: )
6291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6292 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6294 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6295 ac_header_preproc=yes
6297 no:yes:* )
6298 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6299 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6300 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6302 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6303 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6304 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6305 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6306 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6307 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6308 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6309 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6310 ( cat <<\_ASBOX
6311 ## ------------------------------------ ##
6312 ## Report this to wine-devel@winehq.org ##
6313 ## ------------------------------------ ##
6314 _ASBOX
6315 ) | sed "s/^/$as_me: WARNING: /" >&2
6317 esac
6318 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6319 $as_echo_n "checking for $ac_header... " >&6; }
6320 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6321 $as_echo_n "(cached) " >&6
6322 else
6323 eval "$as_ac_Header=\$ac_header_preproc"
6325 ac_res=`eval 'as_val=${'$as_ac_Header'}
6326 $as_echo "$as_val"'`
6327 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6328 $as_echo "$ac_res" >&6; }
6331 as_val=`eval 'as_val=${'$as_ac_Header'}
6332 $as_echo "$as_val"'`
6333 if test "x$as_val" = x""yes; then
6334 cat >>confdefs.h <<_ACEOF
6335 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6336 _ACEOF
6340 done
6342 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6343 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6344 if test "${ac_cv_header_stat_broken+set}" = set; then
6345 $as_echo_n "(cached) " >&6
6346 else
6347 cat >conftest.$ac_ext <<_ACEOF
6348 /* confdefs.h. */
6349 _ACEOF
6350 cat confdefs.h >>conftest.$ac_ext
6351 cat >>conftest.$ac_ext <<_ACEOF
6352 /* end confdefs.h. */
6353 #include <sys/types.h>
6354 #include <sys/stat.h>
6356 #if defined S_ISBLK && defined S_IFDIR
6357 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6358 #endif
6360 #if defined S_ISBLK && defined S_IFCHR
6361 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6362 #endif
6364 #if defined S_ISLNK && defined S_IFREG
6365 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6366 #endif
6368 #if defined S_ISSOCK && defined S_IFREG
6369 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6370 #endif
6372 _ACEOF
6373 rm -f conftest.$ac_objext
6374 if { (ac_try="$ac_compile"
6375 case "(($ac_try" in
6376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6377 *) ac_try_echo=$ac_try;;
6378 esac
6379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6380 $as_echo "$ac_try_echo") >&5
6381 (eval "$ac_compile") 2>conftest.er1
6382 ac_status=$?
6383 grep -v '^ *+' conftest.er1 >conftest.err
6384 rm -f conftest.er1
6385 cat conftest.err >&5
6386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6387 (exit $ac_status); } && {
6388 test -z "$ac_c_werror_flag" ||
6389 test ! -s conftest.err
6390 } && test -s conftest.$ac_objext; then
6391 ac_cv_header_stat_broken=no
6392 else
6393 $as_echo "$as_me: failed program was:" >&5
6394 sed 's/^/| /' conftest.$ac_ext >&5
6396 ac_cv_header_stat_broken=yes
6399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6401 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6402 $as_echo "$ac_cv_header_stat_broken" >&6; }
6403 if test $ac_cv_header_stat_broken = yes; then
6405 cat >>confdefs.h <<\_ACEOF
6406 #define STAT_MACROS_BROKEN 1
6407 _ACEOF
6418 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6420 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6421 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6422 $as_echo_n "checking for $ac_header... " >&6; }
6423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6424 $as_echo_n "(cached) " >&6
6425 else
6426 cat >conftest.$ac_ext <<_ACEOF
6427 /* confdefs.h. */
6428 _ACEOF
6429 cat confdefs.h >>conftest.$ac_ext
6430 cat >>conftest.$ac_ext <<_ACEOF
6431 /* end confdefs.h. */
6432 #include <sys/types.h>
6433 #ifdef HAVE_SYS_PARAM_H
6434 # include <sys/param.h>
6435 #endif
6437 #include <$ac_header>
6438 _ACEOF
6439 rm -f conftest.$ac_objext
6440 if { (ac_try="$ac_compile"
6441 case "(($ac_try" in
6442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6443 *) ac_try_echo=$ac_try;;
6444 esac
6445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6446 $as_echo "$ac_try_echo") >&5
6447 (eval "$ac_compile") 2>conftest.er1
6448 ac_status=$?
6449 grep -v '^ *+' conftest.er1 >conftest.err
6450 rm -f conftest.er1
6451 cat conftest.err >&5
6452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); } && {
6454 test -z "$ac_c_werror_flag" ||
6455 test ! -s conftest.err
6456 } && test -s conftest.$ac_objext; then
6457 eval "$as_ac_Header=yes"
6458 else
6459 $as_echo "$as_me: failed program was:" >&5
6460 sed 's/^/| /' conftest.$ac_ext >&5
6462 eval "$as_ac_Header=no"
6465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6467 ac_res=`eval 'as_val=${'$as_ac_Header'}
6468 $as_echo "$as_val"'`
6469 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6470 $as_echo "$ac_res" >&6; }
6471 as_val=`eval 'as_val=${'$as_ac_Header'}
6472 $as_echo "$as_val"'`
6473 if test "x$as_val" = x""yes; then
6474 cat >>confdefs.h <<_ACEOF
6475 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6476 _ACEOF
6480 done
6496 for ac_header in \
6497 netinet/ip.h \
6498 net/if.h \
6499 net/if_arp.h \
6500 net/if_dl.h \
6501 net/if_types.h \
6502 net/route.h \
6503 netinet/if_ether.h \
6504 netinet/if_inarp.h \
6505 netinet/in_pcb.h \
6506 netinet/ip_icmp.h \
6507 netinet/ip_var.h \
6508 netinet/udp.h \
6509 netipx/ipx.h \
6512 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6513 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6514 $as_echo_n "checking for $ac_header... " >&6; }
6515 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6516 $as_echo_n "(cached) " >&6
6517 else
6518 cat >conftest.$ac_ext <<_ACEOF
6519 /* confdefs.h. */
6520 _ACEOF
6521 cat confdefs.h >>conftest.$ac_ext
6522 cat >>conftest.$ac_ext <<_ACEOF
6523 /* end confdefs.h. */
6524 #include <sys/types.h>
6525 #ifdef HAVE_SYS_SOCKET_H
6526 # include <sys/socket.h>
6527 #endif
6528 #ifdef HAVE_SYS_SOCKETVAR_H
6529 # include <sys/socketvar.h>
6530 #endif
6531 #ifdef HAVE_NET_ROUTE_H
6532 # include <net/route.h>
6533 #endif
6534 #ifdef HAVE_NETINET_IN_H
6535 # include <netinet/in.h>
6536 #endif
6537 #ifdef HAVE_NETINET_IN_SYSTM_H
6538 # include <netinet/in_systm.h>
6539 #endif
6540 #ifdef HAVE_NET_IF_H
6541 # include <net/if.h>
6542 #endif
6543 #ifdef HAVE_NETINET_IP_H
6544 # include <netinet/ip.h>
6545 #endif
6547 #include <$ac_header>
6548 _ACEOF
6549 rm -f conftest.$ac_objext
6550 if { (ac_try="$ac_compile"
6551 case "(($ac_try" in
6552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6553 *) ac_try_echo=$ac_try;;
6554 esac
6555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6556 $as_echo "$ac_try_echo") >&5
6557 (eval "$ac_compile") 2>conftest.er1
6558 ac_status=$?
6559 grep -v '^ *+' conftest.er1 >conftest.err
6560 rm -f conftest.er1
6561 cat conftest.err >&5
6562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 (exit $ac_status); } && {
6564 test -z "$ac_c_werror_flag" ||
6565 test ! -s conftest.err
6566 } && test -s conftest.$ac_objext; then
6567 eval "$as_ac_Header=yes"
6568 else
6569 $as_echo "$as_me: failed program was:" >&5
6570 sed 's/^/| /' conftest.$ac_ext >&5
6572 eval "$as_ac_Header=no"
6575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6577 ac_res=`eval 'as_val=${'$as_ac_Header'}
6578 $as_echo "$as_val"'`
6579 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6580 $as_echo "$ac_res" >&6; }
6581 as_val=`eval 'as_val=${'$as_ac_Header'}
6582 $as_echo "$as_val"'`
6583 if test "x$as_val" = x""yes; then
6584 cat >>confdefs.h <<_ACEOF
6585 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6586 _ACEOF
6590 done
6597 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6599 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6600 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6601 $as_echo_n "checking for $ac_header... " >&6; }
6602 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6603 $as_echo_n "(cached) " >&6
6604 else
6605 cat >conftest.$ac_ext <<_ACEOF
6606 /* confdefs.h. */
6607 _ACEOF
6608 cat confdefs.h >>conftest.$ac_ext
6609 cat >>conftest.$ac_ext <<_ACEOF
6610 /* end confdefs.h. */
6611 #include <sys/types.h>
6612 #ifdef HAVE_ALIAS_H
6613 # include <alias.h>
6614 #endif
6615 #ifdef HAVE_SYS_SOCKET_H
6616 # include <sys/socket.h>
6617 #endif
6618 #ifdef HAVE_SYS_SOCKETVAR_H
6619 # include <sys/socketvar.h>
6620 #endif
6621 #ifdef HAVE_SYS_TIMEOUT_H
6622 # include <sys/timeout.h>
6623 #endif
6624 #ifdef HAVE_NETINET_IN_H
6625 # include <netinet/in.h>
6626 #endif
6627 #ifdef HAVE_NETINET_IN_SYSTM_H
6628 # include <netinet/in_systm.h>
6629 #endif
6630 #ifdef HAVE_NETINET_IP_H
6631 # include <netinet/ip.h>
6632 #endif
6633 #ifdef HAVE_NETINET_IP_VAR_H
6634 # include <netinet/ip_var.h>
6635 #endif
6636 #ifdef HAVE_NETINET_IP_ICMP_H
6637 # include <netinet/ip_icmp.h>
6638 #endif
6639 #ifdef HAVE_NETINET_UDP_H
6640 # include <netinet/udp.h>
6641 #endif
6642 #ifdef HAVE_NETINET_TCP_H
6643 # include <netinet/tcp.h>
6644 #endif
6645 #ifdef HAVE_NETINET_TCP_TIMER_H
6646 #include <netinet/tcp_timer.h>
6647 #endif
6649 #include <$ac_header>
6650 _ACEOF
6651 rm -f conftest.$ac_objext
6652 if { (ac_try="$ac_compile"
6653 case "(($ac_try" in
6654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6655 *) ac_try_echo=$ac_try;;
6656 esac
6657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6658 $as_echo "$ac_try_echo") >&5
6659 (eval "$ac_compile") 2>conftest.er1
6660 ac_status=$?
6661 grep -v '^ *+' conftest.er1 >conftest.err
6662 rm -f conftest.er1
6663 cat conftest.err >&5
6664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6665 (exit $ac_status); } && {
6666 test -z "$ac_c_werror_flag" ||
6667 test ! -s conftest.err
6668 } && test -s conftest.$ac_objext; then
6669 eval "$as_ac_Header=yes"
6670 else
6671 $as_echo "$as_me: failed program was:" >&5
6672 sed 's/^/| /' conftest.$ac_ext >&5
6674 eval "$as_ac_Header=no"
6677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6679 ac_res=`eval 'as_val=${'$as_ac_Header'}
6680 $as_echo "$as_val"'`
6681 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6682 $as_echo "$ac_res" >&6; }
6683 as_val=`eval 'as_val=${'$as_ac_Header'}
6684 $as_echo "$as_val"'`
6685 if test "x$as_val" = x""yes; then
6686 cat >>confdefs.h <<_ACEOF
6687 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6688 _ACEOF
6692 done
6696 for ac_header in linux/ipx.h
6698 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6699 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6700 $as_echo_n "checking for $ac_header... " >&6; }
6701 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6702 $as_echo_n "(cached) " >&6
6703 else
6704 cat >conftest.$ac_ext <<_ACEOF
6705 /* confdefs.h. */
6706 _ACEOF
6707 cat confdefs.h >>conftest.$ac_ext
6708 cat >>conftest.$ac_ext <<_ACEOF
6709 /* end confdefs.h. */
6710 #include <sys/types.h>
6711 #ifdef HAVE_ASM_TYPES_H
6712 # include <asm/types.h>
6713 #endif
6714 #ifdef HAVE_SYS_SOCKET_H
6715 # include <sys/socket.h>
6716 #endif
6717 #ifdef HAVE_LINUX_TYPES_H
6718 # include <linux/types.h>
6719 #endif
6721 #include <$ac_header>
6722 _ACEOF
6723 rm -f conftest.$ac_objext
6724 if { (ac_try="$ac_compile"
6725 case "(($ac_try" in
6726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6727 *) ac_try_echo=$ac_try;;
6728 esac
6729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6730 $as_echo "$ac_try_echo") >&5
6731 (eval "$ac_compile") 2>conftest.er1
6732 ac_status=$?
6733 grep -v '^ *+' conftest.er1 >conftest.err
6734 rm -f conftest.er1
6735 cat conftest.err >&5
6736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6737 (exit $ac_status); } && {
6738 test -z "$ac_c_werror_flag" ||
6739 test ! -s conftest.err
6740 } && test -s conftest.$ac_objext; then
6741 eval "$as_ac_Header=yes"
6742 else
6743 $as_echo "$as_me: failed program was:" >&5
6744 sed 's/^/| /' conftest.$ac_ext >&5
6746 eval "$as_ac_Header=no"
6749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6751 ac_res=`eval 'as_val=${'$as_ac_Header'}
6752 $as_echo "$as_val"'`
6753 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6754 $as_echo "$ac_res" >&6; }
6755 as_val=`eval 'as_val=${'$as_ac_Header'}
6756 $as_echo "$as_val"'`
6757 if test "x$as_val" = x""yes; then
6758 cat >>confdefs.h <<_ACEOF
6759 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6760 _ACEOF
6764 done
6768 for ac_header in resolv.h
6770 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6771 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6772 $as_echo_n "checking for $ac_header... " >&6; }
6773 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6774 $as_echo_n "(cached) " >&6
6775 else
6776 cat >conftest.$ac_ext <<_ACEOF
6777 /* confdefs.h. */
6778 _ACEOF
6779 cat confdefs.h >>conftest.$ac_ext
6780 cat >>conftest.$ac_ext <<_ACEOF
6781 /* end confdefs.h. */
6782 #include <sys/types.h>
6783 #ifdef HAVE_SYS_SOCKET_H
6784 # include <sys/socket.h>
6785 #endif
6786 #ifdef HAVE_NETINET_IN_H
6787 # include <netinet/in.h>
6788 #endif
6789 #ifdef HAVE_ARPA_NAMESER_H
6790 # include <arpa/nameser.h>
6791 #endif
6793 #include <$ac_header>
6794 _ACEOF
6795 rm -f conftest.$ac_objext
6796 if { (ac_try="$ac_compile"
6797 case "(($ac_try" in
6798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6799 *) ac_try_echo=$ac_try;;
6800 esac
6801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6802 $as_echo "$ac_try_echo") >&5
6803 (eval "$ac_compile") 2>conftest.er1
6804 ac_status=$?
6805 grep -v '^ *+' conftest.er1 >conftest.err
6806 rm -f conftest.er1
6807 cat conftest.err >&5
6808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809 (exit $ac_status); } && {
6810 test -z "$ac_c_werror_flag" ||
6811 test ! -s conftest.err
6812 } && test -s conftest.$ac_objext; then
6813 eval "$as_ac_Header=yes"
6814 else
6815 $as_echo "$as_me: failed program was:" >&5
6816 sed 's/^/| /' conftest.$ac_ext >&5
6818 eval "$as_ac_Header=no"
6821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6823 ac_res=`eval 'as_val=${'$as_ac_Header'}
6824 $as_echo "$as_val"'`
6825 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6826 $as_echo "$ac_res" >&6; }
6827 as_val=`eval 'as_val=${'$as_ac_Header'}
6828 $as_echo "$as_val"'`
6829 if test "x$as_val" = x""yes; then
6830 cat >>confdefs.h <<_ACEOF
6831 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6832 _ACEOF
6836 done
6840 for ac_header in ucontext.h
6842 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6843 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6844 $as_echo_n "checking for $ac_header... " >&6; }
6845 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6846 $as_echo_n "(cached) " >&6
6847 else
6848 cat >conftest.$ac_ext <<_ACEOF
6849 /* confdefs.h. */
6850 _ACEOF
6851 cat confdefs.h >>conftest.$ac_ext
6852 cat >>conftest.$ac_ext <<_ACEOF
6853 /* end confdefs.h. */
6854 #include <signal.h>
6856 #include <$ac_header>
6857 _ACEOF
6858 rm -f conftest.$ac_objext
6859 if { (ac_try="$ac_compile"
6860 case "(($ac_try" in
6861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6862 *) ac_try_echo=$ac_try;;
6863 esac
6864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6865 $as_echo "$ac_try_echo") >&5
6866 (eval "$ac_compile") 2>conftest.er1
6867 ac_status=$?
6868 grep -v '^ *+' conftest.er1 >conftest.err
6869 rm -f conftest.er1
6870 cat conftest.err >&5
6871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6872 (exit $ac_status); } && {
6873 test -z "$ac_c_werror_flag" ||
6874 test ! -s conftest.err
6875 } && test -s conftest.$ac_objext; then
6876 eval "$as_ac_Header=yes"
6877 else
6878 $as_echo "$as_me: failed program was:" >&5
6879 sed 's/^/| /' conftest.$ac_ext >&5
6881 eval "$as_ac_Header=no"
6884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6886 ac_res=`eval 'as_val=${'$as_ac_Header'}
6887 $as_echo "$as_val"'`
6888 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6889 $as_echo "$ac_res" >&6; }
6890 as_val=`eval 'as_val=${'$as_ac_Header'}
6891 $as_echo "$as_val"'`
6892 if test "x$as_val" = x""yes; then
6893 cat >>confdefs.h <<_ACEOF
6894 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6895 _ACEOF
6899 done
6903 for ac_header in sys/thr.h
6905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6906 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6907 $as_echo_n "checking for $ac_header... " >&6; }
6908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6909 $as_echo_n "(cached) " >&6
6910 else
6911 cat >conftest.$ac_ext <<_ACEOF
6912 /* confdefs.h. */
6913 _ACEOF
6914 cat confdefs.h >>conftest.$ac_ext
6915 cat >>conftest.$ac_ext <<_ACEOF
6916 /* end confdefs.h. */
6917 #include <sys/types.h>
6918 #ifdef HAVE_UCONTEXT_H
6919 #include <ucontext.h>
6920 #endif
6922 #include <$ac_header>
6923 _ACEOF
6924 rm -f conftest.$ac_objext
6925 if { (ac_try="$ac_compile"
6926 case "(($ac_try" in
6927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6928 *) ac_try_echo=$ac_try;;
6929 esac
6930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6931 $as_echo "$ac_try_echo") >&5
6932 (eval "$ac_compile") 2>conftest.er1
6933 ac_status=$?
6934 grep -v '^ *+' conftest.er1 >conftest.err
6935 rm -f conftest.er1
6936 cat conftest.err >&5
6937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6938 (exit $ac_status); } && {
6939 test -z "$ac_c_werror_flag" ||
6940 test ! -s conftest.err
6941 } && test -s conftest.$ac_objext; then
6942 eval "$as_ac_Header=yes"
6943 else
6944 $as_echo "$as_me: failed program was:" >&5
6945 sed 's/^/| /' conftest.$ac_ext >&5
6947 eval "$as_ac_Header=no"
6950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6952 ac_res=`eval 'as_val=${'$as_ac_Header'}
6953 $as_echo "$as_val"'`
6954 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6955 $as_echo "$ac_res" >&6; }
6956 as_val=`eval 'as_val=${'$as_ac_Header'}
6957 $as_echo "$as_val"'`
6958 if test "x$as_val" = x""yes; then
6959 cat >>confdefs.h <<_ACEOF
6960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6961 _ACEOF
6965 done
6969 for ac_header in pthread_np.h
6971 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6972 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6973 $as_echo_n "checking for $ac_header... " >&6; }
6974 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6975 $as_echo_n "(cached) " >&6
6976 else
6977 cat >conftest.$ac_ext <<_ACEOF
6978 /* confdefs.h. */
6979 _ACEOF
6980 cat confdefs.h >>conftest.$ac_ext
6981 cat >>conftest.$ac_ext <<_ACEOF
6982 /* end confdefs.h. */
6983 #ifdef HAVE_PTHREAD_H
6984 #include <pthread.h>
6985 #endif
6987 #include <$ac_header>
6988 _ACEOF
6989 rm -f conftest.$ac_objext
6990 if { (ac_try="$ac_compile"
6991 case "(($ac_try" in
6992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6993 *) ac_try_echo=$ac_try;;
6994 esac
6995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6996 $as_echo "$ac_try_echo") >&5
6997 (eval "$ac_compile") 2>conftest.er1
6998 ac_status=$?
6999 grep -v '^ *+' conftest.er1 >conftest.err
7000 rm -f conftest.er1
7001 cat conftest.err >&5
7002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003 (exit $ac_status); } && {
7004 test -z "$ac_c_werror_flag" ||
7005 test ! -s conftest.err
7006 } && test -s conftest.$ac_objext; then
7007 eval "$as_ac_Header=yes"
7008 else
7009 $as_echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.$ac_ext >&5
7012 eval "$as_ac_Header=no"
7015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7017 ac_res=`eval 'as_val=${'$as_ac_Header'}
7018 $as_echo "$as_val"'`
7019 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7020 $as_echo "$ac_res" >&6; }
7021 as_val=`eval 'as_val=${'$as_ac_Header'}
7022 $as_echo "$as_val"'`
7023 if test "x$as_val" = x""yes; then
7024 cat >>confdefs.h <<_ACEOF
7025 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7026 _ACEOF
7030 done
7034 for ac_header in linux/videodev.h
7036 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7037 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7038 $as_echo_n "checking for $ac_header... " >&6; }
7039 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7040 $as_echo_n "(cached) " >&6
7041 else
7042 cat >conftest.$ac_ext <<_ACEOF
7043 /* confdefs.h. */
7044 _ACEOF
7045 cat confdefs.h >>conftest.$ac_ext
7046 cat >>conftest.$ac_ext <<_ACEOF
7047 /* end confdefs.h. */
7048 #ifdef HAVE_SYS_TIME_H
7049 #include <sys/time.h>
7050 #endif
7051 #include <sys/types.h>
7052 #ifdef HAVE_ASM_TYPES_H
7053 #include <asm/types.h>
7054 #endif
7056 #include <$ac_header>
7057 _ACEOF
7058 rm -f conftest.$ac_objext
7059 if { (ac_try="$ac_compile"
7060 case "(($ac_try" in
7061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7062 *) ac_try_echo=$ac_try;;
7063 esac
7064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7065 $as_echo "$ac_try_echo") >&5
7066 (eval "$ac_compile") 2>conftest.er1
7067 ac_status=$?
7068 grep -v '^ *+' conftest.er1 >conftest.err
7069 rm -f conftest.er1
7070 cat conftest.err >&5
7071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072 (exit $ac_status); } && {
7073 test -z "$ac_c_werror_flag" ||
7074 test ! -s conftest.err
7075 } && test -s conftest.$ac_objext; then
7076 eval "$as_ac_Header=yes"
7077 else
7078 $as_echo "$as_me: failed program was:" >&5
7079 sed 's/^/| /' conftest.$ac_ext >&5
7081 eval "$as_ac_Header=no"
7084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7086 ac_res=`eval 'as_val=${'$as_ac_Header'}
7087 $as_echo "$as_val"'`
7088 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7089 $as_echo "$ac_res" >&6; }
7090 as_val=`eval 'as_val=${'$as_ac_Header'}
7091 $as_echo "$as_val"'`
7092 if test "x$as_val" = x""yes; then
7093 cat >>confdefs.h <<_ACEOF
7094 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7095 _ACEOF
7099 done
7103 for ac_header in linux/capi.h
7105 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7106 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7107 $as_echo_n "checking for $ac_header... " >&6; }
7108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7109 $as_echo_n "(cached) " >&6
7110 else
7111 cat >conftest.$ac_ext <<_ACEOF
7112 /* confdefs.h. */
7113 _ACEOF
7114 cat confdefs.h >>conftest.$ac_ext
7115 cat >>conftest.$ac_ext <<_ACEOF
7116 /* end confdefs.h. */
7117 #define __user
7119 #include <$ac_header>
7120 _ACEOF
7121 rm -f conftest.$ac_objext
7122 if { (ac_try="$ac_compile"
7123 case "(($ac_try" in
7124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7125 *) ac_try_echo=$ac_try;;
7126 esac
7127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7128 $as_echo "$ac_try_echo") >&5
7129 (eval "$ac_compile") 2>conftest.er1
7130 ac_status=$?
7131 grep -v '^ *+' conftest.er1 >conftest.err
7132 rm -f conftest.er1
7133 cat conftest.err >&5
7134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7135 (exit $ac_status); } && {
7136 test -z "$ac_c_werror_flag" ||
7137 test ! -s conftest.err
7138 } && test -s conftest.$ac_objext; then
7139 eval "$as_ac_Header=yes"
7140 else
7141 $as_echo "$as_me: failed program was:" >&5
7142 sed 's/^/| /' conftest.$ac_ext >&5
7144 eval "$as_ac_Header=no"
7147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7149 ac_res=`eval 'as_val=${'$as_ac_Header'}
7150 $as_echo "$as_val"'`
7151 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7152 $as_echo "$ac_res" >&6; }
7153 as_val=`eval 'as_val=${'$as_ac_Header'}
7154 $as_echo "$as_val"'`
7155 if test "x$as_val" = x""yes; then
7156 cat >>confdefs.h <<_ACEOF
7157 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7158 _ACEOF
7162 done
7166 DLLEXT=""
7168 DLLFLAGS="-D_REENTRANT"
7170 LDSHARED=""
7172 LDDLLFLAGS=""
7174 LIBEXT="so"
7176 IMPLIBEXT="def"
7178 LDRPATH_INSTALL=""
7180 LDRPATH_LOCAL=""
7182 # Extract the first word of "ldd", so it can be a program name with args.
7183 set dummy ldd; ac_word=$2
7184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7185 $as_echo_n "checking for $ac_word... " >&6; }
7186 if test "${ac_cv_path_LDD+set}" = set; then
7187 $as_echo_n "(cached) " >&6
7188 else
7189 case $LDD in
7190 [\\/]* | ?:[\\/]*)
7191 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7195 as_dummy="/sbin:/usr/sbin:$PATH"
7196 for as_dir in $as_dummy
7198 IFS=$as_save_IFS
7199 test -z "$as_dir" && as_dir=.
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7202 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7203 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7204 break 2
7206 done
7207 done
7208 IFS=$as_save_IFS
7210 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7212 esac
7214 LDD=$ac_cv_path_LDD
7215 if test -n "$LDD"; then
7216 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7217 $as_echo "$LDD" >&6; }
7218 else
7219 { $as_echo "$as_me:$LINENO: result: no" >&5
7220 $as_echo "no" >&6; }
7225 case $host_os in
7226 cygwin*|mingw32*)
7227 if test -n "$ac_tool_prefix"; then
7228 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7229 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7230 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7231 $as_echo_n "checking for $ac_word... " >&6; }
7232 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7233 $as_echo_n "(cached) " >&6
7234 else
7235 if test -n "$DLLTOOL"; then
7236 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7237 else
7238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7239 for as_dir in $PATH
7241 IFS=$as_save_IFS
7242 test -z "$as_dir" && as_dir=.
7243 for ac_exec_ext in '' $ac_executable_extensions; do
7244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7245 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7246 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7247 break 2
7249 done
7250 done
7251 IFS=$as_save_IFS
7255 DLLTOOL=$ac_cv_prog_DLLTOOL
7256 if test -n "$DLLTOOL"; then
7257 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7258 $as_echo "$DLLTOOL" >&6; }
7259 else
7260 { $as_echo "$as_me:$LINENO: result: no" >&5
7261 $as_echo "no" >&6; }
7266 if test -z "$ac_cv_prog_DLLTOOL"; then
7267 ac_ct_DLLTOOL=$DLLTOOL
7268 # Extract the first word of "dlltool", so it can be a program name with args.
7269 set dummy dlltool; ac_word=$2
7270 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7271 $as_echo_n "checking for $ac_word... " >&6; }
7272 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7273 $as_echo_n "(cached) " >&6
7274 else
7275 if test -n "$ac_ct_DLLTOOL"; then
7276 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7277 else
7278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279 for as_dir in $PATH
7281 IFS=$as_save_IFS
7282 test -z "$as_dir" && as_dir=.
7283 for ac_exec_ext in '' $ac_executable_extensions; do
7284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7285 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7286 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7287 break 2
7289 done
7290 done
7291 IFS=$as_save_IFS
7295 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7296 if test -n "$ac_ct_DLLTOOL"; then
7297 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7298 $as_echo "$ac_ct_DLLTOOL" >&6; }
7299 else
7300 { $as_echo "$as_me:$LINENO: result: no" >&5
7301 $as_echo "no" >&6; }
7304 if test "x$ac_ct_DLLTOOL" = x; then
7305 DLLTOOL="false"
7306 else
7307 case $cross_compiling:$ac_tool_warned in
7308 yes:)
7309 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7310 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7311 ac_tool_warned=yes ;;
7312 esac
7313 DLLTOOL=$ac_ct_DLLTOOL
7315 else
7316 DLLTOOL="$ac_cv_prog_DLLTOOL"
7319 if test -n "$ac_tool_prefix"; then
7320 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7321 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7323 $as_echo_n "checking for $ac_word... " >&6; }
7324 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7325 $as_echo_n "(cached) " >&6
7326 else
7327 if test -n "$DLLWRAP"; then
7328 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7329 else
7330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7331 for as_dir in $PATH
7333 IFS=$as_save_IFS
7334 test -z "$as_dir" && as_dir=.
7335 for ac_exec_ext in '' $ac_executable_extensions; do
7336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7337 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7338 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7339 break 2
7341 done
7342 done
7343 IFS=$as_save_IFS
7347 DLLWRAP=$ac_cv_prog_DLLWRAP
7348 if test -n "$DLLWRAP"; then
7349 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7350 $as_echo "$DLLWRAP" >&6; }
7351 else
7352 { $as_echo "$as_me:$LINENO: result: no" >&5
7353 $as_echo "no" >&6; }
7358 if test -z "$ac_cv_prog_DLLWRAP"; then
7359 ac_ct_DLLWRAP=$DLLWRAP
7360 # Extract the first word of "dllwrap", so it can be a program name with args.
7361 set dummy dllwrap; ac_word=$2
7362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7363 $as_echo_n "checking for $ac_word... " >&6; }
7364 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7365 $as_echo_n "(cached) " >&6
7366 else
7367 if test -n "$ac_ct_DLLWRAP"; then
7368 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7369 else
7370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7371 for as_dir in $PATH
7373 IFS=$as_save_IFS
7374 test -z "$as_dir" && as_dir=.
7375 for ac_exec_ext in '' $ac_executable_extensions; do
7376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7377 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7379 break 2
7381 done
7382 done
7383 IFS=$as_save_IFS
7387 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7388 if test -n "$ac_ct_DLLWRAP"; then
7389 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7390 $as_echo "$ac_ct_DLLWRAP" >&6; }
7391 else
7392 { $as_echo "$as_me:$LINENO: result: no" >&5
7393 $as_echo "no" >&6; }
7396 if test "x$ac_ct_DLLWRAP" = x; then
7397 DLLWRAP="false"
7398 else
7399 case $cross_compiling:$ac_tool_warned in
7400 yes:)
7401 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7403 ac_tool_warned=yes ;;
7404 esac
7405 DLLWRAP=$ac_ct_DLLWRAP
7407 else
7408 DLLWRAP="$ac_cv_prog_DLLWRAP"
7411 if test -n "$ac_tool_prefix"; then
7412 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7413 set dummy ${ac_tool_prefix}ar; ac_word=$2
7414 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7415 $as_echo_n "checking for $ac_word... " >&6; }
7416 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7417 $as_echo_n "(cached) " >&6
7418 else
7419 if test -n "$MINGWAR"; then
7420 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7421 else
7422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7423 for as_dir in $PATH
7425 IFS=$as_save_IFS
7426 test -z "$as_dir" && as_dir=.
7427 for ac_exec_ext in '' $ac_executable_extensions; do
7428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7429 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7430 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7431 break 2
7433 done
7434 done
7435 IFS=$as_save_IFS
7439 MINGWAR=$ac_cv_prog_MINGWAR
7440 if test -n "$MINGWAR"; then
7441 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7442 $as_echo "$MINGWAR" >&6; }
7443 else
7444 { $as_echo "$as_me:$LINENO: result: no" >&5
7445 $as_echo "no" >&6; }
7450 if test -z "$ac_cv_prog_MINGWAR"; then
7451 ac_ct_MINGWAR=$MINGWAR
7452 # Extract the first word of "ar", so it can be a program name with args.
7453 set dummy ar; ac_word=$2
7454 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7455 $as_echo_n "checking for $ac_word... " >&6; }
7456 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7457 $as_echo_n "(cached) " >&6
7458 else
7459 if test -n "$ac_ct_MINGWAR"; then
7460 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7461 else
7462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463 for as_dir in $PATH
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
7467 for ac_exec_ext in '' $ac_executable_extensions; do
7468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7469 ac_cv_prog_ac_ct_MINGWAR="ar"
7470 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 break 2
7473 done
7474 done
7475 IFS=$as_save_IFS
7479 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7480 if test -n "$ac_ct_MINGWAR"; then
7481 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7482 $as_echo "$ac_ct_MINGWAR" >&6; }
7483 else
7484 { $as_echo "$as_me:$LINENO: result: no" >&5
7485 $as_echo "no" >&6; }
7488 if test "x$ac_ct_MINGWAR" = x; then
7489 MINGWAR="false"
7490 else
7491 case $cross_compiling:$ac_tool_warned in
7492 yes:)
7493 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7494 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7495 ac_tool_warned=yes ;;
7496 esac
7497 MINGWAR=$ac_ct_MINGWAR
7499 else
7500 MINGWAR="$ac_cv_prog_MINGWAR"
7503 if test "$DLLWRAP" = "false"; then
7504 LIBEXT="a"
7505 else
7506 LIBEXT="dll"
7508 IMPLIBEXT="a"
7509 WIN16_FILES=""
7510 WIN16_INSTALL=""
7511 enable_iphlpapi=${enable_iphlpapi:-no}
7512 enable_kernel32=${enable_kernel32:-no}
7513 enable_msvcrt=${enable_msvcrt:-no}
7514 enable_ntdll=${enable_ntdll:-no}
7515 enable_ws2_32=${enable_ws2_32:-no}
7516 enable_loader=${enable_loader:-no}
7517 enable_server=${enable_server:-no}
7518 with_x=${with_x:-no}
7519 with_pthread=${with_pthread:-no}
7521 darwin*|macosx*)
7522 DLLEXT=".so"
7523 LIBEXT="dylib"
7524 DLLFLAGS="$DLLFLAGS -fPIC"
7525 LDDLLFLAGS="-bundle -multiply_defined suppress"
7526 LIBWINE_LDFLAGS="-multiply_defined suppress"
7527 LDSHARED="\$(CC) -dynamiclib"
7528 STRIP="$STRIP -x"
7529 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7530 SECURITYLIB="-framework Security -framework CoreFoundation"
7532 COREFOUNDATIONLIB="-framework CoreFoundation"
7534 IOKITLIB="-framework IOKit -framework CoreFoundation"
7536 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7538 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7539 then
7540 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7543 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7544 then
7545 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7548 case $host_cpu in
7549 *powerpc*)
7550 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7551 esac
7552 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7553 then
7554 CARBONLIB="-framework Carbon"
7556 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7560 DLLFLAGS="$DLLFLAGS -fPIC"
7561 DLLEXT=".so"
7562 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7563 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7564 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7565 $as_echo_n "(cached) " >&6
7566 else
7567 ac_wine_try_cflags_saved=$CFLAGS
7568 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7569 cat >conftest.$ac_ext <<_ACEOF
7570 void myfunc() {}
7571 _ACEOF
7572 rm -f conftest.$ac_objext conftest$ac_exeext
7573 if { (ac_try="$ac_link"
7574 case "(($ac_try" in
7575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7576 *) ac_try_echo=$ac_try;;
7577 esac
7578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7579 $as_echo "$ac_try_echo") >&5
7580 (eval "$ac_link") 2>conftest.er1
7581 ac_status=$?
7582 grep -v '^ *+' conftest.er1 >conftest.err
7583 rm -f conftest.er1
7584 cat conftest.err >&5
7585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586 (exit $ac_status); } && {
7587 test -z "$ac_c_werror_flag" ||
7588 test ! -s conftest.err
7589 } && test -s conftest$ac_exeext && {
7590 test "$cross_compiling" = yes ||
7591 $as_test_x conftest$ac_exeext
7592 }; then
7593 ac_cv_c_dll_gnuelf="yes"
7594 else
7595 $as_echo "$as_me: failed program was:" >&5
7596 sed 's/^/| /' conftest.$ac_ext >&5
7598 ac_cv_c_dll_gnuelf="no"
7601 rm -rf conftest.dSYM
7602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7603 conftest$ac_exeext conftest.$ac_ext
7604 CFLAGS=$ac_wine_try_cflags_saved
7606 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7607 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7608 if test "$ac_cv_c_dll_gnuelf" = "yes"
7609 then
7610 LDSHARED="\$(CC) -shared"
7611 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7612 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7613 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7614 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7615 $as_echo_n "(cached) " >&6
7616 else
7617 ac_wine_try_cflags_saved=$CFLAGS
7618 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7619 cat >conftest.$ac_ext <<_ACEOF
7620 /* confdefs.h. */
7621 _ACEOF
7622 cat confdefs.h >>conftest.$ac_ext
7623 cat >>conftest.$ac_ext <<_ACEOF
7624 /* end confdefs.h. */
7627 main ()
7631 return 0;
7633 _ACEOF
7634 rm -f conftest.$ac_objext conftest$ac_exeext
7635 if { (ac_try="$ac_link"
7636 case "(($ac_try" in
7637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7638 *) ac_try_echo=$ac_try;;
7639 esac
7640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7641 $as_echo "$ac_try_echo") >&5
7642 (eval "$ac_link") 2>conftest.er1
7643 ac_status=$?
7644 grep -v '^ *+' conftest.er1 >conftest.err
7645 rm -f conftest.er1
7646 cat conftest.err >&5
7647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7648 (exit $ac_status); } && {
7649 test -z "$ac_c_werror_flag" ||
7650 test ! -s conftest.err
7651 } && test -s conftest$ac_exeext && {
7652 test "$cross_compiling" = yes ||
7653 $as_test_x conftest$ac_exeext
7654 }; then
7655 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7656 else
7657 $as_echo "$as_me: failed program was:" >&5
7658 sed 's/^/| /' conftest.$ac_ext >&5
7660 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7663 rm -rf conftest.dSYM
7664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7665 conftest$ac_exeext conftest.$ac_ext
7666 CFLAGS=$ac_wine_try_cflags_saved
7668 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7669 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7670 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7671 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7672 else
7673 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7674 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7675 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7676 $as_echo_n "(cached) " >&6
7677 else
7678 ac_wine_try_cflags_saved=$CFLAGS
7679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7680 cat >conftest.$ac_ext <<_ACEOF
7681 /* confdefs.h. */
7682 _ACEOF
7683 cat confdefs.h >>conftest.$ac_ext
7684 cat >>conftest.$ac_ext <<_ACEOF
7685 /* end confdefs.h. */
7688 main ()
7692 return 0;
7694 _ACEOF
7695 rm -f conftest.$ac_objext conftest$ac_exeext
7696 if { (ac_try="$ac_link"
7697 case "(($ac_try" in
7698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7699 *) ac_try_echo=$ac_try;;
7700 esac
7701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7702 $as_echo "$ac_try_echo") >&5
7703 (eval "$ac_link") 2>conftest.er1
7704 ac_status=$?
7705 grep -v '^ *+' conftest.er1 >conftest.err
7706 rm -f conftest.er1
7707 cat conftest.err >&5
7708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7709 (exit $ac_status); } && {
7710 test -z "$ac_c_werror_flag" ||
7711 test ! -s conftest.err
7712 } && test -s conftest$ac_exeext && {
7713 test "$cross_compiling" = yes ||
7714 $as_test_x conftest$ac_exeext
7715 }; then
7716 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7717 else
7718 $as_echo "$as_me: failed program was:" >&5
7719 sed 's/^/| /' conftest.$ac_ext >&5
7721 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7724 rm -rf conftest.dSYM
7725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7726 conftest$ac_exeext conftest.$ac_ext
7727 CFLAGS=$ac_wine_try_cflags_saved
7729 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7730 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7731 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7732 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7738 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7739 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7740 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7741 $as_echo_n "(cached) " >&6
7742 else
7743 ac_wine_try_cflags_saved=$CFLAGS
7744 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h. */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h. */
7753 main ()
7757 return 0;
7759 _ACEOF
7760 rm -f conftest.$ac_objext conftest$ac_exeext
7761 if { (ac_try="$ac_link"
7762 case "(($ac_try" in
7763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7764 *) ac_try_echo=$ac_try;;
7765 esac
7766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7767 $as_echo "$ac_try_echo") >&5
7768 (eval "$ac_link") 2>conftest.er1
7769 ac_status=$?
7770 grep -v '^ *+' conftest.er1 >conftest.err
7771 rm -f conftest.er1
7772 cat conftest.err >&5
7773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7774 (exit $ac_status); } && {
7775 test -z "$ac_c_werror_flag" ||
7776 test ! -s conftest.err
7777 } && test -s conftest$ac_exeext && {
7778 test "$cross_compiling" = yes ||
7779 $as_test_x conftest$ac_exeext
7780 }; then
7781 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7782 else
7783 $as_echo "$as_me: failed program was:" >&5
7784 sed 's/^/| /' conftest.$ac_ext >&5
7786 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7789 rm -rf conftest.dSYM
7790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7791 conftest$ac_exeext conftest.$ac_ext
7792 CFLAGS=$ac_wine_try_cflags_saved
7794 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7795 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7796 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7797 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7801 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7802 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7803 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7804 $as_echo_n "(cached) " >&6
7805 else
7806 ac_wine_try_cflags_saved=$CFLAGS
7807 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7808 cat >conftest.$ac_ext <<_ACEOF
7809 /* confdefs.h. */
7810 _ACEOF
7811 cat confdefs.h >>conftest.$ac_ext
7812 cat >>conftest.$ac_ext <<_ACEOF
7813 /* end confdefs.h. */
7816 main ()
7820 return 0;
7822 _ACEOF
7823 rm -f conftest.$ac_objext conftest$ac_exeext
7824 if { (ac_try="$ac_link"
7825 case "(($ac_try" in
7826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7827 *) ac_try_echo=$ac_try;;
7828 esac
7829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7830 $as_echo "$ac_try_echo") >&5
7831 (eval "$ac_link") 2>conftest.er1
7832 ac_status=$?
7833 grep -v '^ *+' conftest.er1 >conftest.err
7834 rm -f conftest.er1
7835 cat conftest.err >&5
7836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837 (exit $ac_status); } && {
7838 test -z "$ac_c_werror_flag" ||
7839 test ! -s conftest.err
7840 } && test -s conftest$ac_exeext && {
7841 test "$cross_compiling" = yes ||
7842 $as_test_x conftest$ac_exeext
7843 }; then
7844 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7845 else
7846 $as_echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.$ac_ext >&5
7849 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7852 rm -rf conftest.dSYM
7853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7854 conftest$ac_exeext conftest.$ac_ext
7855 CFLAGS=$ac_wine_try_cflags_saved
7857 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7858 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7860 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7864 echo '{ global: *; };' >conftest.map
7865 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7866 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7867 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7868 $as_echo_n "(cached) " >&6
7869 else
7870 ac_wine_try_cflags_saved=$CFLAGS
7871 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7872 cat >conftest.$ac_ext <<_ACEOF
7873 /* confdefs.h. */
7874 _ACEOF
7875 cat confdefs.h >>conftest.$ac_ext
7876 cat >>conftest.$ac_ext <<_ACEOF
7877 /* end confdefs.h. */
7880 main ()
7884 return 0;
7886 _ACEOF
7887 rm -f conftest.$ac_objext conftest$ac_exeext
7888 if { (ac_try="$ac_link"
7889 case "(($ac_try" in
7890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7891 *) ac_try_echo=$ac_try;;
7892 esac
7893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7894 $as_echo "$ac_try_echo") >&5
7895 (eval "$ac_link") 2>conftest.er1
7896 ac_status=$?
7897 grep -v '^ *+' conftest.er1 >conftest.err
7898 rm -f conftest.er1
7899 cat conftest.err >&5
7900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); } && {
7902 test -z "$ac_c_werror_flag" ||
7903 test ! -s conftest.err
7904 } && test -s conftest$ac_exeext && {
7905 test "$cross_compiling" = yes ||
7906 $as_test_x conftest$ac_exeext
7907 }; then
7908 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7909 else
7910 $as_echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7913 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7916 rm -rf conftest.dSYM
7917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7918 conftest$ac_exeext conftest.$ac_ext
7919 CFLAGS=$ac_wine_try_cflags_saved
7921 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7922 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7923 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7924 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7927 rm -f conftest.map
7929 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7930 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7931 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7932 $as_echo_n "(cached) " >&6
7933 else
7934 ac_wine_try_cflags_saved=$CFLAGS
7935 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7936 cat >conftest.$ac_ext <<_ACEOF
7937 /* confdefs.h. */
7938 _ACEOF
7939 cat confdefs.h >>conftest.$ac_ext
7940 cat >>conftest.$ac_ext <<_ACEOF
7941 /* end confdefs.h. */
7944 main ()
7948 return 0;
7950 _ACEOF
7951 rm -f conftest.$ac_objext conftest$ac_exeext
7952 if { (ac_try="$ac_link"
7953 case "(($ac_try" in
7954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7955 *) ac_try_echo=$ac_try;;
7956 esac
7957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7958 $as_echo "$ac_try_echo") >&5
7959 (eval "$ac_link") 2>conftest.er1
7960 ac_status=$?
7961 grep -v '^ *+' conftest.er1 >conftest.err
7962 rm -f conftest.er1
7963 cat conftest.err >&5
7964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965 (exit $ac_status); } && {
7966 test -z "$ac_c_werror_flag" ||
7967 test ! -s conftest.err
7968 } && test -s conftest$ac_exeext && {
7969 test "$cross_compiling" = yes ||
7970 $as_test_x conftest$ac_exeext
7971 }; then
7972 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7973 else
7974 $as_echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7977 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7980 rm -rf conftest.dSYM
7981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7982 conftest$ac_exeext conftest.$ac_ext
7983 CFLAGS=$ac_wine_try_cflags_saved
7985 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7986 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7987 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7988 LDEXECFLAGS="-Wl,--export-dynamic"
7993 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7994 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7995 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7996 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7997 $as_echo_n "(cached) " >&6
7998 else
7999 ac_wine_try_cflags_saved=$CFLAGS
8000 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8001 cat >conftest.$ac_ext <<_ACEOF
8002 /* confdefs.h. */
8003 _ACEOF
8004 cat confdefs.h >>conftest.$ac_ext
8005 cat >>conftest.$ac_ext <<_ACEOF
8006 /* end confdefs.h. */
8009 main ()
8013 return 0;
8015 _ACEOF
8016 rm -f conftest.$ac_objext conftest$ac_exeext
8017 if { (ac_try="$ac_link"
8018 case "(($ac_try" in
8019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8020 *) ac_try_echo=$ac_try;;
8021 esac
8022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8023 $as_echo "$ac_try_echo") >&5
8024 (eval "$ac_link") 2>conftest.er1
8025 ac_status=$?
8026 grep -v '^ *+' conftest.er1 >conftest.err
8027 rm -f conftest.er1
8028 cat conftest.err >&5
8029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest$ac_exeext && {
8034 test "$cross_compiling" = yes ||
8035 $as_test_x conftest$ac_exeext
8036 }; then
8037 eval "$as_ac_var=yes"
8038 else
8039 $as_echo "$as_me: failed program was:" >&5
8040 sed 's/^/| /' conftest.$ac_ext >&5
8042 eval "$as_ac_var=no"
8045 rm -rf conftest.dSYM
8046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8047 conftest$ac_exeext conftest.$ac_ext
8048 CFLAGS=$ac_wine_try_cflags_saved
8050 ac_res=`eval 'as_val=${'$as_ac_var'}
8051 $as_echo "$as_val"'`
8052 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8053 $as_echo "$ac_res" >&6; }
8054 if test `eval 'as_val=${'$as_ac_var'}
8055 $as_echo "$as_val"'` = yes; then
8056 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8057 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8058 else
8059 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8060 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8061 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8062 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8063 $as_echo_n "(cached) " >&6
8064 else
8065 ac_wine_try_cflags_saved=$CFLAGS
8066 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8067 cat >conftest.$ac_ext <<_ACEOF
8068 /* confdefs.h. */
8069 _ACEOF
8070 cat confdefs.h >>conftest.$ac_ext
8071 cat >>conftest.$ac_ext <<_ACEOF
8072 /* end confdefs.h. */
8075 main ()
8079 return 0;
8081 _ACEOF
8082 rm -f conftest.$ac_objext conftest$ac_exeext
8083 if { (ac_try="$ac_link"
8084 case "(($ac_try" in
8085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8086 *) ac_try_echo=$ac_try;;
8087 esac
8088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8089 $as_echo "$ac_try_echo") >&5
8090 (eval "$ac_link") 2>conftest.er1
8091 ac_status=$?
8092 grep -v '^ *+' conftest.er1 >conftest.err
8093 rm -f conftest.er1
8094 cat conftest.err >&5
8095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096 (exit $ac_status); } && {
8097 test -z "$ac_c_werror_flag" ||
8098 test ! -s conftest.err
8099 } && test -s conftest$ac_exeext && {
8100 test "$cross_compiling" = yes ||
8101 $as_test_x conftest$ac_exeext
8102 }; then
8103 eval "$as_ac_var=yes"
8104 else
8105 $as_echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8108 eval "$as_ac_var=no"
8111 rm -rf conftest.dSYM
8112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8113 conftest$ac_exeext conftest.$ac_ext
8114 CFLAGS=$ac_wine_try_cflags_saved
8116 ac_res=`eval 'as_val=${'$as_ac_var'}
8117 $as_echo "$as_val"'`
8118 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8119 $as_echo "$ac_res" >&6; }
8120 if test `eval 'as_val=${'$as_ac_var'}
8121 $as_echo "$as_val"'` = yes; then
8122 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8123 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8129 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8130 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8131 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8132 $as_echo_n "(cached) " >&6
8133 else
8134 ac_wine_try_cflags_saved=$CFLAGS
8135 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8136 cat >conftest.$ac_ext <<_ACEOF
8137 /* confdefs.h. */
8138 _ACEOF
8139 cat confdefs.h >>conftest.$ac_ext
8140 cat >>conftest.$ac_ext <<_ACEOF
8141 /* end confdefs.h. */
8144 main ()
8148 return 0;
8150 _ACEOF
8151 rm -f conftest.$ac_objext conftest$ac_exeext
8152 if { (ac_try="$ac_link"
8153 case "(($ac_try" in
8154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8155 *) ac_try_echo=$ac_try;;
8156 esac
8157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8158 $as_echo "$ac_try_echo") >&5
8159 (eval "$ac_link") 2>conftest.er1
8160 ac_status=$?
8161 grep -v '^ *+' conftest.er1 >conftest.err
8162 rm -f conftest.er1
8163 cat conftest.err >&5
8164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165 (exit $ac_status); } && {
8166 test -z "$ac_c_werror_flag" ||
8167 test ! -s conftest.err
8168 } && test -s conftest$ac_exeext && {
8169 test "$cross_compiling" = yes ||
8170 $as_test_x conftest$ac_exeext
8171 }; then
8172 ac_cv_cflags__Wl___enable_new_dtags=yes
8173 else
8174 $as_echo "$as_me: failed program was:" >&5
8175 sed 's/^/| /' conftest.$ac_ext >&5
8177 ac_cv_cflags__Wl___enable_new_dtags=no
8180 rm -rf conftest.dSYM
8181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8182 conftest$ac_exeext conftest.$ac_ext
8183 CFLAGS=$ac_wine_try_cflags_saved
8185 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8186 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8187 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8188 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8192 case $host_cpu in
8193 *i[3456789]86* | x86_64)
8194 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8195 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8196 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8197 $as_echo_n "(cached) " >&6
8198 else
8199 ac_wine_try_cflags_saved=$CFLAGS
8200 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8201 cat >conftest.$ac_ext <<_ACEOF
8202 /* confdefs.h. */
8203 _ACEOF
8204 cat confdefs.h >>conftest.$ac_ext
8205 cat >>conftest.$ac_ext <<_ACEOF
8206 /* end confdefs.h. */
8209 main ()
8213 return 0;
8215 _ACEOF
8216 rm -f conftest.$ac_objext conftest$ac_exeext
8217 if { (ac_try="$ac_link"
8218 case "(($ac_try" in
8219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8220 *) ac_try_echo=$ac_try;;
8221 esac
8222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8223 $as_echo "$ac_try_echo") >&5
8224 (eval "$ac_link") 2>conftest.er1
8225 ac_status=$?
8226 grep -v '^ *+' conftest.er1 >conftest.err
8227 rm -f conftest.er1
8228 cat conftest.err >&5
8229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230 (exit $ac_status); } && {
8231 test -z "$ac_c_werror_flag" ||
8232 test ! -s conftest.err
8233 } && test -s conftest$ac_exeext && {
8234 test "$cross_compiling" = yes ||
8235 $as_test_x conftest$ac_exeext
8236 }; then
8237 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8238 else
8239 $as_echo "$as_me: failed program was:" >&5
8240 sed 's/^/| /' conftest.$ac_ext >&5
8242 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8245 rm -rf conftest.dSYM
8246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8247 conftest$ac_exeext conftest.$ac_ext
8248 CFLAGS=$ac_wine_try_cflags_saved
8250 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8251 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8252 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8253 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8257 esac
8259 else
8260 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8261 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8262 if test "${ac_cv_c_dll_unixware+set}" = set; then
8263 $as_echo_n "(cached) " >&6
8264 else
8265 ac_wine_try_cflags_saved=$CFLAGS
8266 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8267 cat >conftest.$ac_ext <<_ACEOF
8268 void myfunc() {}
8269 _ACEOF
8270 rm -f conftest.$ac_objext conftest$ac_exeext
8271 if { (ac_try="$ac_link"
8272 case "(($ac_try" in
8273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8274 *) ac_try_echo=$ac_try;;
8275 esac
8276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8277 $as_echo "$ac_try_echo") >&5
8278 (eval "$ac_link") 2>conftest.er1
8279 ac_status=$?
8280 grep -v '^ *+' conftest.er1 >conftest.err
8281 rm -f conftest.er1
8282 cat conftest.err >&5
8283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); } && {
8285 test -z "$ac_c_werror_flag" ||
8286 test ! -s conftest.err
8287 } && test -s conftest$ac_exeext && {
8288 test "$cross_compiling" = yes ||
8289 $as_test_x conftest$ac_exeext
8290 }; then
8291 ac_cv_c_dll_unixware="yes"
8292 else
8293 $as_echo "$as_me: failed program was:" >&5
8294 sed 's/^/| /' conftest.$ac_ext >&5
8296 ac_cv_c_dll_unixware="no"
8299 rm -rf conftest.dSYM
8300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8301 conftest$ac_exeext conftest.$ac_ext
8302 CFLAGS=$ac_wine_try_cflags_saved
8304 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8305 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8306 if test "$ac_cv_c_dll_unixware" = "yes"
8307 then
8308 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8309 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8311 else
8312 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8313 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8314 if test "${ac_cv_c_dll_hpux+set}" = set; then
8315 $as_echo_n "(cached) " >&6
8316 else
8317 ac_wine_try_cflags_saved=$CFLAGS
8318 CFLAGS="$CFLAGS -shared"
8319 cat >conftest.$ac_ext <<_ACEOF
8320 void myfunc() {}
8321 _ACEOF
8322 rm -f conftest.$ac_objext conftest$ac_exeext
8323 if { (ac_try="$ac_link"
8324 case "(($ac_try" in
8325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8326 *) ac_try_echo=$ac_try;;
8327 esac
8328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8329 $as_echo "$ac_try_echo") >&5
8330 (eval "$ac_link") 2>conftest.er1
8331 ac_status=$?
8332 grep -v '^ *+' conftest.er1 >conftest.err
8333 rm -f conftest.er1
8334 cat conftest.err >&5
8335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8336 (exit $ac_status); } && {
8337 test -z "$ac_c_werror_flag" ||
8338 test ! -s conftest.err
8339 } && test -s conftest$ac_exeext && {
8340 test "$cross_compiling" = yes ||
8341 $as_test_x conftest$ac_exeext
8342 }; then
8343 ac_cv_c_dll_hpux="yes"
8344 else
8345 $as_echo "$as_me: failed program was:" >&5
8346 sed 's/^/| /' conftest.$ac_ext >&5
8348 ac_cv_c_dll_hpux="no"
8351 rm -rf conftest.dSYM
8352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8353 conftest$ac_exeext conftest.$ac_ext
8354 CFLAGS=$ac_wine_try_cflags_saved
8356 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8357 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8358 if test "$ac_cv_c_dll_hpux" = "yes"
8359 then
8360 LIBEXT="sl"
8361 DLLEXT=".sl"
8362 LDDLLFLAGS="-shared -fPIC"
8363 LDSHARED="\$(CC) -shared"
8368 esac
8370 enable_winequartz_drv=${enable_winequartz_drv:-no}
8372 if test "$LIBEXT" = "a"; then
8373 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8374 It is currently not possible to build Wine without shared library
8375 (.so) support to allow transparent switch between .so and .dll files.
8376 If you are using Linux, you will need a newer binutils.
8377 " >&5
8378 $as_echo "$as_me: error: could not find a way to build shared libraries.
8379 It is currently not possible to build Wine without shared library
8380 (.so) support to allow transparent switch between .so and .dll files.
8381 If you are using Linux, you will need a newer binutils.
8382 " >&2;}
8383 { (exit 1); exit 1; }; }
8386 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8387 then
8388 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
8390 # Extract the first word of "$ac_prog", so it can be a program name with args.
8391 set dummy $ac_prog; ac_word=$2
8392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8393 $as_echo_n "checking for $ac_word... " >&6; }
8394 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8395 $as_echo_n "(cached) " >&6
8396 else
8397 if test -n "$CROSSCC"; then
8398 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8399 else
8400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8401 for as_dir in $PATH
8403 IFS=$as_save_IFS
8404 test -z "$as_dir" && as_dir=.
8405 for ac_exec_ext in '' $ac_executable_extensions; do
8406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8407 ac_cv_prog_CROSSCC="$ac_prog"
8408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8409 break 2
8411 done
8412 done
8413 IFS=$as_save_IFS
8417 CROSSCC=$ac_cv_prog_CROSSCC
8418 if test -n "$CROSSCC"; then
8419 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8420 $as_echo "$CROSSCC" >&6; }
8421 else
8422 { $as_echo "$as_me:$LINENO: result: no" >&5
8423 $as_echo "no" >&6; }
8427 test -n "$CROSSCC" && break
8428 done
8429 test -n "$CROSSCC" || CROSSCC="false"
8431 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
8433 # Extract the first word of "$ac_prog", so it can be a program name with args.
8434 set dummy $ac_prog; ac_word=$2
8435 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8436 $as_echo_n "checking for $ac_word... " >&6; }
8437 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8438 $as_echo_n "(cached) " >&6
8439 else
8440 if test -n "$DLLTOOL"; then
8441 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8442 else
8443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8444 for as_dir in $PATH
8446 IFS=$as_save_IFS
8447 test -z "$as_dir" && as_dir=.
8448 for ac_exec_ext in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450 ac_cv_prog_DLLTOOL="$ac_prog"
8451 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 break 2
8454 done
8455 done
8456 IFS=$as_save_IFS
8460 DLLTOOL=$ac_cv_prog_DLLTOOL
8461 if test -n "$DLLTOOL"; then
8462 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8463 $as_echo "$DLLTOOL" >&6; }
8464 else
8465 { $as_echo "$as_me:$LINENO: result: no" >&5
8466 $as_echo "no" >&6; }
8470 test -n "$DLLTOOL" && break
8471 done
8472 test -n "$DLLTOOL" || DLLTOOL="false"
8474 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
8476 # Extract the first word of "$ac_prog", so it can be a program name with args.
8477 set dummy $ac_prog; ac_word=$2
8478 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8479 $as_echo_n "checking for $ac_word... " >&6; }
8480 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8481 $as_echo_n "(cached) " >&6
8482 else
8483 if test -n "$CROSSWINDRES"; then
8484 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8485 else
8486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8487 for as_dir in $PATH
8489 IFS=$as_save_IFS
8490 test -z "$as_dir" && as_dir=.
8491 for ac_exec_ext in '' $ac_executable_extensions; do
8492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8493 ac_cv_prog_CROSSWINDRES="$ac_prog"
8494 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8495 break 2
8497 done
8498 done
8499 IFS=$as_save_IFS
8503 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8504 if test -n "$CROSSWINDRES"; then
8505 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8506 $as_echo "$CROSSWINDRES" >&6; }
8507 else
8508 { $as_echo "$as_me:$LINENO: result: no" >&5
8509 $as_echo "no" >&6; }
8513 test -n "$CROSSWINDRES" && break
8514 done
8515 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8517 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
8519 # Extract the first word of "$ac_prog", so it can be a program name with args.
8520 set dummy $ac_prog; ac_word=$2
8521 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8522 $as_echo_n "checking for $ac_word... " >&6; }
8523 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8524 $as_echo_n "(cached) " >&6
8525 else
8526 if test -n "$MINGWAR"; then
8527 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8528 else
8529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8530 for as_dir in $PATH
8532 IFS=$as_save_IFS
8533 test -z "$as_dir" && as_dir=.
8534 for ac_exec_ext in '' $ac_executable_extensions; do
8535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8536 ac_cv_prog_MINGWAR="$ac_prog"
8537 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8538 break 2
8540 done
8541 done
8542 IFS=$as_save_IFS
8546 MINGWAR=$ac_cv_prog_MINGWAR
8547 if test -n "$MINGWAR"; then
8548 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8549 $as_echo "$MINGWAR" >&6; }
8550 else
8551 { $as_echo "$as_me:$LINENO: result: no" >&5
8552 $as_echo "no" >&6; }
8556 test -n "$MINGWAR" && break
8557 done
8558 test -n "$MINGWAR" || MINGWAR="false"
8560 if test "$CROSSCC" != "false"
8561 then
8562 CROSSTEST="\$(CROSSTEST)"
8568 if test "$ac_cv_header_pthread_h" = "yes"
8569 then
8570 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8571 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8572 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8573 $as_echo_n "(cached) " >&6
8574 else
8575 ac_check_lib_save_LIBS=$LIBS
8576 LIBS="-lpthread $LIBS"
8577 cat >conftest.$ac_ext <<_ACEOF
8578 /* confdefs.h. */
8579 _ACEOF
8580 cat confdefs.h >>conftest.$ac_ext
8581 cat >>conftest.$ac_ext <<_ACEOF
8582 /* end confdefs.h. */
8584 /* Override any GCC internal prototype to avoid an error.
8585 Use char because int might match the return type of a GCC
8586 builtin and then its argument prototype would still apply. */
8587 #ifdef __cplusplus
8588 extern "C"
8589 #endif
8590 char pthread_create ();
8592 main ()
8594 return pthread_create ();
8596 return 0;
8598 _ACEOF
8599 rm -f conftest.$ac_objext conftest$ac_exeext
8600 if { (ac_try="$ac_link"
8601 case "(($ac_try" in
8602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8603 *) ac_try_echo=$ac_try;;
8604 esac
8605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8606 $as_echo "$ac_try_echo") >&5
8607 (eval "$ac_link") 2>conftest.er1
8608 ac_status=$?
8609 grep -v '^ *+' conftest.er1 >conftest.err
8610 rm -f conftest.er1
8611 cat conftest.err >&5
8612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8613 (exit $ac_status); } && {
8614 test -z "$ac_c_werror_flag" ||
8615 test ! -s conftest.err
8616 } && test -s conftest$ac_exeext && {
8617 test "$cross_compiling" = yes ||
8618 $as_test_x conftest$ac_exeext
8619 }; then
8620 ac_cv_lib_pthread_pthread_create=yes
8621 else
8622 $as_echo "$as_me: failed program was:" >&5
8623 sed 's/^/| /' conftest.$ac_ext >&5
8625 ac_cv_lib_pthread_pthread_create=no
8628 rm -rf conftest.dSYM
8629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8630 conftest$ac_exeext conftest.$ac_ext
8631 LIBS=$ac_check_lib_save_LIBS
8633 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8634 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8635 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8636 LIBPTHREAD="-lpthread"
8641 if test "x$LIBPTHREAD" = "x"; then
8642 case "x$with_pthread" in
8643 xno) ;;
8644 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8645 Wine cannot support threads without libpthread.
8646 Use the --without-pthread option if you really want this." >&5
8647 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8648 Wine cannot support threads without libpthread.
8649 Use the --without-pthread option if you really want this." >&2;}
8650 { (exit 1); exit 1; }; } ;;
8651 esac
8656 { $as_echo "$as_me:$LINENO: checking for X" >&5
8657 $as_echo_n "checking for X... " >&6; }
8660 # Check whether --with-x was given.
8661 if test "${with_x+set}" = set; then
8662 withval=$with_x;
8665 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8666 if test "x$with_x" = xno; then
8667 # The user explicitly disabled X.
8668 have_x=disabled
8669 else
8670 case $x_includes,$x_libraries in #(
8671 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8672 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8673 { (exit 1); exit 1; }; };; #(
8674 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8675 $as_echo_n "(cached) " >&6
8676 else
8677 # One or both of the vars are not set, and there is no cached value.
8678 ac_x_includes=no ac_x_libraries=no
8679 rm -f -r conftest.dir
8680 if mkdir conftest.dir; then
8681 cd conftest.dir
8682 cat >Imakefile <<'_ACEOF'
8683 incroot:
8684 @echo incroot='${INCROOT}'
8685 usrlibdir:
8686 @echo usrlibdir='${USRLIBDIR}'
8687 libdir:
8688 @echo libdir='${LIBDIR}'
8689 _ACEOF
8690 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8691 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8692 for ac_var in incroot usrlibdir libdir; do
8693 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8694 done
8695 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8696 for ac_extension in a so sl dylib la dll; do
8697 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8698 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8699 ac_im_usrlibdir=$ac_im_libdir; break
8701 done
8702 # Screen out bogus values from the imake configuration. They are
8703 # bogus both because they are the default anyway, and because
8704 # using them would break gcc on systems where it needs fixed includes.
8705 case $ac_im_incroot in
8706 /usr/include) ac_x_includes= ;;
8707 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8708 esac
8709 case $ac_im_usrlibdir in
8710 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8711 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8712 esac
8714 cd ..
8715 rm -f -r conftest.dir
8718 # Standard set of common directories for X headers.
8719 # Check X11 before X11Rn because it is often a symlink to the current release.
8720 ac_x_header_dirs='
8721 /usr/X11/include
8722 /usr/X11R6/include
8723 /usr/X11R5/include
8724 /usr/X11R4/include
8726 /usr/include/X11
8727 /usr/include/X11R6
8728 /usr/include/X11R5
8729 /usr/include/X11R4
8731 /usr/local/X11/include
8732 /usr/local/X11R6/include
8733 /usr/local/X11R5/include
8734 /usr/local/X11R4/include
8736 /usr/local/include/X11
8737 /usr/local/include/X11R6
8738 /usr/local/include/X11R5
8739 /usr/local/include/X11R4
8741 /usr/X386/include
8742 /usr/x386/include
8743 /usr/XFree86/include/X11
8745 /usr/include
8746 /usr/local/include
8747 /usr/unsupported/include
8748 /usr/athena/include
8749 /usr/local/x11r5/include
8750 /usr/lpp/Xamples/include
8752 /usr/openwin/include
8753 /usr/openwin/share/include'
8755 if test "$ac_x_includes" = no; then
8756 # Guess where to find include files, by looking for Xlib.h.
8757 # First, try using that file with no special directory specified.
8758 cat >conftest.$ac_ext <<_ACEOF
8759 /* confdefs.h. */
8760 _ACEOF
8761 cat confdefs.h >>conftest.$ac_ext
8762 cat >>conftest.$ac_ext <<_ACEOF
8763 /* end confdefs.h. */
8764 #include <X11/Xlib.h>
8765 _ACEOF
8766 if { (ac_try="$ac_cpp conftest.$ac_ext"
8767 case "(($ac_try" in
8768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8769 *) ac_try_echo=$ac_try;;
8770 esac
8771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8772 $as_echo "$ac_try_echo") >&5
8773 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8774 ac_status=$?
8775 grep -v '^ *+' conftest.er1 >conftest.err
8776 rm -f conftest.er1
8777 cat conftest.err >&5
8778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } >/dev/null && {
8780 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 }; then
8783 # We can compile using X headers with no special include directory.
8784 ac_x_includes=
8785 else
8786 $as_echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 for ac_dir in $ac_x_header_dirs; do
8790 if test -r "$ac_dir/X11/Xlib.h"; then
8791 ac_x_includes=$ac_dir
8792 break
8794 done
8797 rm -f conftest.err conftest.$ac_ext
8798 fi # $ac_x_includes = no
8800 if test "$ac_x_libraries" = no; then
8801 # Check for the libraries.
8802 # See if we find them without any special options.
8803 # Don't add to $LIBS permanently.
8804 ac_save_LIBS=$LIBS
8805 LIBS="-lX11 $LIBS"
8806 cat >conftest.$ac_ext <<_ACEOF
8807 /* confdefs.h. */
8808 _ACEOF
8809 cat confdefs.h >>conftest.$ac_ext
8810 cat >>conftest.$ac_ext <<_ACEOF
8811 /* end confdefs.h. */
8812 #include <X11/Xlib.h>
8814 main ()
8816 XrmInitialize ()
8818 return 0;
8820 _ACEOF
8821 rm -f conftest.$ac_objext conftest$ac_exeext
8822 if { (ac_try="$ac_link"
8823 case "(($ac_try" in
8824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8825 *) ac_try_echo=$ac_try;;
8826 esac
8827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8828 $as_echo "$ac_try_echo") >&5
8829 (eval "$ac_link") 2>conftest.er1
8830 ac_status=$?
8831 grep -v '^ *+' conftest.er1 >conftest.err
8832 rm -f conftest.er1
8833 cat conftest.err >&5
8834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8835 (exit $ac_status); } && {
8836 test -z "$ac_c_werror_flag" ||
8837 test ! -s conftest.err
8838 } && test -s conftest$ac_exeext && {
8839 test "$cross_compiling" = yes ||
8840 $as_test_x conftest$ac_exeext
8841 }; then
8842 LIBS=$ac_save_LIBS
8843 # We can link X programs with no special library path.
8844 ac_x_libraries=
8845 else
8846 $as_echo "$as_me: failed program was:" >&5
8847 sed 's/^/| /' conftest.$ac_ext >&5
8849 LIBS=$ac_save_LIBS
8850 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8852 # Don't even attempt the hair of trying to link an X program!
8853 for ac_extension in a so sl dylib la dll; do
8854 if test -r "$ac_dir/libX11.$ac_extension"; then
8855 ac_x_libraries=$ac_dir
8856 break 2
8858 done
8859 done
8862 rm -rf conftest.dSYM
8863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8864 conftest$ac_exeext conftest.$ac_ext
8865 fi # $ac_x_libraries = no
8867 case $ac_x_includes,$ac_x_libraries in #(
8868 no,* | *,no | *\'*)
8869 # Didn't find X, or a directory has "'" in its name.
8870 ac_cv_have_x="have_x=no";; #(
8872 # Record where we found X for the cache.
8873 ac_cv_have_x="have_x=yes\
8874 ac_x_includes='$ac_x_includes'\
8875 ac_x_libraries='$ac_x_libraries'"
8876 esac
8878 ;; #(
8879 *) have_x=yes;;
8880 esac
8881 eval "$ac_cv_have_x"
8882 fi # $with_x != no
8884 if test "$have_x" != yes; then
8885 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8886 $as_echo "$have_x" >&6; }
8887 no_x=yes
8888 else
8889 # If each of the values was on the command line, it overrides each guess.
8890 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8891 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8892 # Update the cache value to reflect the command line values.
8893 ac_cv_have_x="have_x=yes\
8894 ac_x_includes='$x_includes'\
8895 ac_x_libraries='$x_libraries'"
8896 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8897 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8900 if test "$no_x" = yes; then
8901 # Not all programs may use this symbol, but it does not hurt to define it.
8903 cat >>confdefs.h <<\_ACEOF
8904 #define X_DISPLAY_MISSING 1
8905 _ACEOF
8907 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8908 else
8909 if test -n "$x_includes"; then
8910 X_CFLAGS="$X_CFLAGS -I$x_includes"
8913 # It would also be nice to do this for all -L options, not just this one.
8914 if test -n "$x_libraries"; then
8915 X_LIBS="$X_LIBS -L$x_libraries"
8916 # For Solaris; some versions of Sun CC require a space after -R and
8917 # others require no space. Words are not sufficient . . . .
8918 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8919 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8920 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8921 ac_xsave_c_werror_flag=$ac_c_werror_flag
8922 ac_c_werror_flag=yes
8923 cat >conftest.$ac_ext <<_ACEOF
8924 /* confdefs.h. */
8925 _ACEOF
8926 cat confdefs.h >>conftest.$ac_ext
8927 cat >>conftest.$ac_ext <<_ACEOF
8928 /* end confdefs.h. */
8931 main ()
8935 return 0;
8937 _ACEOF
8938 rm -f conftest.$ac_objext conftest$ac_exeext
8939 if { (ac_try="$ac_link"
8940 case "(($ac_try" in
8941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8942 *) ac_try_echo=$ac_try;;
8943 esac
8944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8945 $as_echo "$ac_try_echo") >&5
8946 (eval "$ac_link") 2>conftest.er1
8947 ac_status=$?
8948 grep -v '^ *+' conftest.er1 >conftest.err
8949 rm -f conftest.er1
8950 cat conftest.err >&5
8951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8952 (exit $ac_status); } && {
8953 test -z "$ac_c_werror_flag" ||
8954 test ! -s conftest.err
8955 } && test -s conftest$ac_exeext && {
8956 test "$cross_compiling" = yes ||
8957 $as_test_x conftest$ac_exeext
8958 }; then
8959 { $as_echo "$as_me:$LINENO: result: no" >&5
8960 $as_echo "no" >&6; }
8961 X_LIBS="$X_LIBS -R$x_libraries"
8962 else
8963 $as_echo "$as_me: failed program was:" >&5
8964 sed 's/^/| /' conftest.$ac_ext >&5
8966 LIBS="$ac_xsave_LIBS -R $x_libraries"
8967 cat >conftest.$ac_ext <<_ACEOF
8968 /* confdefs.h. */
8969 _ACEOF
8970 cat confdefs.h >>conftest.$ac_ext
8971 cat >>conftest.$ac_ext <<_ACEOF
8972 /* end confdefs.h. */
8975 main ()
8979 return 0;
8981 _ACEOF
8982 rm -f conftest.$ac_objext conftest$ac_exeext
8983 if { (ac_try="$ac_link"
8984 case "(($ac_try" in
8985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8986 *) ac_try_echo=$ac_try;;
8987 esac
8988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8989 $as_echo "$ac_try_echo") >&5
8990 (eval "$ac_link") 2>conftest.er1
8991 ac_status=$?
8992 grep -v '^ *+' conftest.er1 >conftest.err
8993 rm -f conftest.er1
8994 cat conftest.err >&5
8995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8996 (exit $ac_status); } && {
8997 test -z "$ac_c_werror_flag" ||
8998 test ! -s conftest.err
8999 } && test -s conftest$ac_exeext && {
9000 test "$cross_compiling" = yes ||
9001 $as_test_x conftest$ac_exeext
9002 }; then
9003 { $as_echo "$as_me:$LINENO: result: yes" >&5
9004 $as_echo "yes" >&6; }
9005 X_LIBS="$X_LIBS -R $x_libraries"
9006 else
9007 $as_echo "$as_me: failed program was:" >&5
9008 sed 's/^/| /' conftest.$ac_ext >&5
9010 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9011 $as_echo "neither works" >&6; }
9014 rm -rf conftest.dSYM
9015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9016 conftest$ac_exeext conftest.$ac_ext
9019 rm -rf conftest.dSYM
9020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9021 conftest$ac_exeext conftest.$ac_ext
9022 ac_c_werror_flag=$ac_xsave_c_werror_flag
9023 LIBS=$ac_xsave_LIBS
9026 # Check for system-dependent libraries X programs must link with.
9027 # Do this before checking for the system-independent R6 libraries
9028 # (-lICE), since we may need -lsocket or whatever for X linking.
9030 if test "$ISC" = yes; then
9031 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9032 else
9033 # Martyn Johnson says this is needed for Ultrix, if the X
9034 # libraries were built with DECnet support. And Karl Berry says
9035 # the Alpha needs dnet_stub (dnet does not exist).
9036 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9037 cat >conftest.$ac_ext <<_ACEOF
9038 /* confdefs.h. */
9039 _ACEOF
9040 cat confdefs.h >>conftest.$ac_ext
9041 cat >>conftest.$ac_ext <<_ACEOF
9042 /* end confdefs.h. */
9044 /* Override any GCC internal prototype to avoid an error.
9045 Use char because int might match the return type of a GCC
9046 builtin and then its argument prototype would still apply. */
9047 #ifdef __cplusplus
9048 extern "C"
9049 #endif
9050 char XOpenDisplay ();
9052 main ()
9054 return XOpenDisplay ();
9056 return 0;
9058 _ACEOF
9059 rm -f conftest.$ac_objext conftest$ac_exeext
9060 if { (ac_try="$ac_link"
9061 case "(($ac_try" in
9062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9063 *) ac_try_echo=$ac_try;;
9064 esac
9065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9066 $as_echo "$ac_try_echo") >&5
9067 (eval "$ac_link") 2>conftest.er1
9068 ac_status=$?
9069 grep -v '^ *+' conftest.er1 >conftest.err
9070 rm -f conftest.er1
9071 cat conftest.err >&5
9072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 (exit $ac_status); } && {
9074 test -z "$ac_c_werror_flag" ||
9075 test ! -s conftest.err
9076 } && test -s conftest$ac_exeext && {
9077 test "$cross_compiling" = yes ||
9078 $as_test_x conftest$ac_exeext
9079 }; then
9081 else
9082 $as_echo "$as_me: failed program was:" >&5
9083 sed 's/^/| /' conftest.$ac_ext >&5
9085 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9086 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9087 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9088 $as_echo_n "(cached) " >&6
9089 else
9090 ac_check_lib_save_LIBS=$LIBS
9091 LIBS="-ldnet $LIBS"
9092 cat >conftest.$ac_ext <<_ACEOF
9093 /* confdefs.h. */
9094 _ACEOF
9095 cat confdefs.h >>conftest.$ac_ext
9096 cat >>conftest.$ac_ext <<_ACEOF
9097 /* end confdefs.h. */
9099 /* Override any GCC internal prototype to avoid an error.
9100 Use char because int might match the return type of a GCC
9101 builtin and then its argument prototype would still apply. */
9102 #ifdef __cplusplus
9103 extern "C"
9104 #endif
9105 char dnet_ntoa ();
9107 main ()
9109 return dnet_ntoa ();
9111 return 0;
9113 _ACEOF
9114 rm -f conftest.$ac_objext conftest$ac_exeext
9115 if { (ac_try="$ac_link"
9116 case "(($ac_try" in
9117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9118 *) ac_try_echo=$ac_try;;
9119 esac
9120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9121 $as_echo "$ac_try_echo") >&5
9122 (eval "$ac_link") 2>conftest.er1
9123 ac_status=$?
9124 grep -v '^ *+' conftest.er1 >conftest.err
9125 rm -f conftest.er1
9126 cat conftest.err >&5
9127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9128 (exit $ac_status); } && {
9129 test -z "$ac_c_werror_flag" ||
9130 test ! -s conftest.err
9131 } && test -s conftest$ac_exeext && {
9132 test "$cross_compiling" = yes ||
9133 $as_test_x conftest$ac_exeext
9134 }; then
9135 ac_cv_lib_dnet_dnet_ntoa=yes
9136 else
9137 $as_echo "$as_me: failed program was:" >&5
9138 sed 's/^/| /' conftest.$ac_ext >&5
9140 ac_cv_lib_dnet_dnet_ntoa=no
9143 rm -rf conftest.dSYM
9144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9145 conftest$ac_exeext conftest.$ac_ext
9146 LIBS=$ac_check_lib_save_LIBS
9148 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9149 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9150 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9151 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9154 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9155 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9156 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9157 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9158 $as_echo_n "(cached) " >&6
9159 else
9160 ac_check_lib_save_LIBS=$LIBS
9161 LIBS="-ldnet_stub $LIBS"
9162 cat >conftest.$ac_ext <<_ACEOF
9163 /* confdefs.h. */
9164 _ACEOF
9165 cat confdefs.h >>conftest.$ac_ext
9166 cat >>conftest.$ac_ext <<_ACEOF
9167 /* end confdefs.h. */
9169 /* Override any GCC internal prototype to avoid an error.
9170 Use char because int might match the return type of a GCC
9171 builtin and then its argument prototype would still apply. */
9172 #ifdef __cplusplus
9173 extern "C"
9174 #endif
9175 char dnet_ntoa ();
9177 main ()
9179 return dnet_ntoa ();
9181 return 0;
9183 _ACEOF
9184 rm -f conftest.$ac_objext conftest$ac_exeext
9185 if { (ac_try="$ac_link"
9186 case "(($ac_try" in
9187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9188 *) ac_try_echo=$ac_try;;
9189 esac
9190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9191 $as_echo "$ac_try_echo") >&5
9192 (eval "$ac_link") 2>conftest.er1
9193 ac_status=$?
9194 grep -v '^ *+' conftest.er1 >conftest.err
9195 rm -f conftest.er1
9196 cat conftest.err >&5
9197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9198 (exit $ac_status); } && {
9199 test -z "$ac_c_werror_flag" ||
9200 test ! -s conftest.err
9201 } && test -s conftest$ac_exeext && {
9202 test "$cross_compiling" = yes ||
9203 $as_test_x conftest$ac_exeext
9204 }; then
9205 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9206 else
9207 $as_echo "$as_me: failed program was:" >&5
9208 sed 's/^/| /' conftest.$ac_ext >&5
9210 ac_cv_lib_dnet_stub_dnet_ntoa=no
9213 rm -rf conftest.dSYM
9214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9215 conftest$ac_exeext conftest.$ac_ext
9216 LIBS=$ac_check_lib_save_LIBS
9218 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9219 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9220 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9221 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9227 rm -rf conftest.dSYM
9228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9229 conftest$ac_exeext conftest.$ac_ext
9230 LIBS="$ac_xsave_LIBS"
9232 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9233 # to get the SysV transport functions.
9234 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9235 # needs -lnsl.
9236 # The nsl library prevents programs from opening the X display
9237 # on Irix 5.2, according to T.E. Dickey.
9238 # The functions gethostbyname, getservbyname, and inet_addr are
9239 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9240 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9241 $as_echo_n "checking for gethostbyname... " >&6; }
9242 if test "${ac_cv_func_gethostbyname+set}" = set; then
9243 $as_echo_n "(cached) " >&6
9244 else
9245 cat >conftest.$ac_ext <<_ACEOF
9246 /* confdefs.h. */
9247 _ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h. */
9251 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9252 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9253 #define gethostbyname innocuous_gethostbyname
9255 /* System header to define __stub macros and hopefully few prototypes,
9256 which can conflict with char gethostbyname (); below.
9257 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9258 <limits.h> exists even on freestanding compilers. */
9260 #ifdef __STDC__
9261 # include <limits.h>
9262 #else
9263 # include <assert.h>
9264 #endif
9266 #undef gethostbyname
9268 /* Override any GCC internal prototype to avoid an error.
9269 Use char because int might match the return type of a GCC
9270 builtin and then its argument prototype would still apply. */
9271 #ifdef __cplusplus
9272 extern "C"
9273 #endif
9274 char gethostbyname ();
9275 /* The GNU C library defines this for functions which it implements
9276 to always fail with ENOSYS. Some functions are actually named
9277 something starting with __ and the normal name is an alias. */
9278 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9279 choke me
9280 #endif
9283 main ()
9285 return gethostbyname ();
9287 return 0;
9289 _ACEOF
9290 rm -f conftest.$ac_objext conftest$ac_exeext
9291 if { (ac_try="$ac_link"
9292 case "(($ac_try" in
9293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9294 *) ac_try_echo=$ac_try;;
9295 esac
9296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9297 $as_echo "$ac_try_echo") >&5
9298 (eval "$ac_link") 2>conftest.er1
9299 ac_status=$?
9300 grep -v '^ *+' conftest.er1 >conftest.err
9301 rm -f conftest.er1
9302 cat conftest.err >&5
9303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } && {
9305 test -z "$ac_c_werror_flag" ||
9306 test ! -s conftest.err
9307 } && test -s conftest$ac_exeext && {
9308 test "$cross_compiling" = yes ||
9309 $as_test_x conftest$ac_exeext
9310 }; then
9311 ac_cv_func_gethostbyname=yes
9312 else
9313 $as_echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_func_gethostbyname=no
9319 rm -rf conftest.dSYM
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9323 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9324 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9326 if test $ac_cv_func_gethostbyname = no; then
9327 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9328 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9329 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9330 $as_echo_n "(cached) " >&6
9331 else
9332 ac_check_lib_save_LIBS=$LIBS
9333 LIBS="-lnsl $LIBS"
9334 cat >conftest.$ac_ext <<_ACEOF
9335 /* confdefs.h. */
9336 _ACEOF
9337 cat confdefs.h >>conftest.$ac_ext
9338 cat >>conftest.$ac_ext <<_ACEOF
9339 /* end confdefs.h. */
9341 /* Override any GCC internal prototype to avoid an error.
9342 Use char because int might match the return type of a GCC
9343 builtin and then its argument prototype would still apply. */
9344 #ifdef __cplusplus
9345 extern "C"
9346 #endif
9347 char gethostbyname ();
9349 main ()
9351 return gethostbyname ();
9353 return 0;
9355 _ACEOF
9356 rm -f conftest.$ac_objext conftest$ac_exeext
9357 if { (ac_try="$ac_link"
9358 case "(($ac_try" in
9359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9360 *) ac_try_echo=$ac_try;;
9361 esac
9362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9363 $as_echo "$ac_try_echo") >&5
9364 (eval "$ac_link") 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } && {
9371 test -z "$ac_c_werror_flag" ||
9372 test ! -s conftest.err
9373 } && test -s conftest$ac_exeext && {
9374 test "$cross_compiling" = yes ||
9375 $as_test_x conftest$ac_exeext
9376 }; then
9377 ac_cv_lib_nsl_gethostbyname=yes
9378 else
9379 $as_echo "$as_me: failed program was:" >&5
9380 sed 's/^/| /' conftest.$ac_ext >&5
9382 ac_cv_lib_nsl_gethostbyname=no
9385 rm -rf conftest.dSYM
9386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9387 conftest$ac_exeext conftest.$ac_ext
9388 LIBS=$ac_check_lib_save_LIBS
9390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9391 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9392 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9393 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9396 if test $ac_cv_lib_nsl_gethostbyname = no; then
9397 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9398 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9399 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9400 $as_echo_n "(cached) " >&6
9401 else
9402 ac_check_lib_save_LIBS=$LIBS
9403 LIBS="-lbsd $LIBS"
9404 cat >conftest.$ac_ext <<_ACEOF
9405 /* confdefs.h. */
9406 _ACEOF
9407 cat confdefs.h >>conftest.$ac_ext
9408 cat >>conftest.$ac_ext <<_ACEOF
9409 /* end confdefs.h. */
9411 /* Override any GCC internal prototype to avoid an error.
9412 Use char because int might match the return type of a GCC
9413 builtin and then its argument prototype would still apply. */
9414 #ifdef __cplusplus
9415 extern "C"
9416 #endif
9417 char gethostbyname ();
9419 main ()
9421 return gethostbyname ();
9423 return 0;
9425 _ACEOF
9426 rm -f conftest.$ac_objext conftest$ac_exeext
9427 if { (ac_try="$ac_link"
9428 case "(($ac_try" in
9429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9430 *) ac_try_echo=$ac_try;;
9431 esac
9432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9433 $as_echo "$ac_try_echo") >&5
9434 (eval "$ac_link") 2>conftest.er1
9435 ac_status=$?
9436 grep -v '^ *+' conftest.er1 >conftest.err
9437 rm -f conftest.er1
9438 cat conftest.err >&5
9439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); } && {
9441 test -z "$ac_c_werror_flag" ||
9442 test ! -s conftest.err
9443 } && test -s conftest$ac_exeext && {
9444 test "$cross_compiling" = yes ||
9445 $as_test_x conftest$ac_exeext
9446 }; then
9447 ac_cv_lib_bsd_gethostbyname=yes
9448 else
9449 $as_echo "$as_me: failed program was:" >&5
9450 sed 's/^/| /' conftest.$ac_ext >&5
9452 ac_cv_lib_bsd_gethostbyname=no
9455 rm -rf conftest.dSYM
9456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9457 conftest$ac_exeext conftest.$ac_ext
9458 LIBS=$ac_check_lib_save_LIBS
9460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9461 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9462 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9463 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9469 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9470 # socket/setsockopt and other routines are undefined under SCO ODT
9471 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9472 # on later versions), says Simon Leinen: it contains gethostby*
9473 # variants that don't use the name server (or something). -lsocket
9474 # must be given before -lnsl if both are needed. We assume that
9475 # if connect needs -lnsl, so does gethostbyname.
9476 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9477 $as_echo_n "checking for connect... " >&6; }
9478 if test "${ac_cv_func_connect+set}" = set; then
9479 $as_echo_n "(cached) " >&6
9480 else
9481 cat >conftest.$ac_ext <<_ACEOF
9482 /* confdefs.h. */
9483 _ACEOF
9484 cat confdefs.h >>conftest.$ac_ext
9485 cat >>conftest.$ac_ext <<_ACEOF
9486 /* end confdefs.h. */
9487 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9488 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9489 #define connect innocuous_connect
9491 /* System header to define __stub macros and hopefully few prototypes,
9492 which can conflict with char connect (); below.
9493 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9494 <limits.h> exists even on freestanding compilers. */
9496 #ifdef __STDC__
9497 # include <limits.h>
9498 #else
9499 # include <assert.h>
9500 #endif
9502 #undef connect
9504 /* Override any GCC internal prototype to avoid an error.
9505 Use char because int might match the return type of a GCC
9506 builtin and then its argument prototype would still apply. */
9507 #ifdef __cplusplus
9508 extern "C"
9509 #endif
9510 char connect ();
9511 /* The GNU C library defines this for functions which it implements
9512 to always fail with ENOSYS. Some functions are actually named
9513 something starting with __ and the normal name is an alias. */
9514 #if defined __stub_connect || defined __stub___connect
9515 choke me
9516 #endif
9519 main ()
9521 return connect ();
9523 return 0;
9525 _ACEOF
9526 rm -f conftest.$ac_objext conftest$ac_exeext
9527 if { (ac_try="$ac_link"
9528 case "(($ac_try" in
9529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9530 *) ac_try_echo=$ac_try;;
9531 esac
9532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9533 $as_echo "$ac_try_echo") >&5
9534 (eval "$ac_link") 2>conftest.er1
9535 ac_status=$?
9536 grep -v '^ *+' conftest.er1 >conftest.err
9537 rm -f conftest.er1
9538 cat conftest.err >&5
9539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9540 (exit $ac_status); } && {
9541 test -z "$ac_c_werror_flag" ||
9542 test ! -s conftest.err
9543 } && test -s conftest$ac_exeext && {
9544 test "$cross_compiling" = yes ||
9545 $as_test_x conftest$ac_exeext
9546 }; then
9547 ac_cv_func_connect=yes
9548 else
9549 $as_echo "$as_me: failed program was:" >&5
9550 sed 's/^/| /' conftest.$ac_ext >&5
9552 ac_cv_func_connect=no
9555 rm -rf conftest.dSYM
9556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9557 conftest$ac_exeext conftest.$ac_ext
9559 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9560 $as_echo "$ac_cv_func_connect" >&6; }
9562 if test $ac_cv_func_connect = no; then
9563 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9564 $as_echo_n "checking for connect in -lsocket... " >&6; }
9565 if test "${ac_cv_lib_socket_connect+set}" = set; then
9566 $as_echo_n "(cached) " >&6
9567 else
9568 ac_check_lib_save_LIBS=$LIBS
9569 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9570 cat >conftest.$ac_ext <<_ACEOF
9571 /* confdefs.h. */
9572 _ACEOF
9573 cat confdefs.h >>conftest.$ac_ext
9574 cat >>conftest.$ac_ext <<_ACEOF
9575 /* end confdefs.h. */
9577 /* Override any GCC internal prototype to avoid an error.
9578 Use char because int might match the return type of a GCC
9579 builtin and then its argument prototype would still apply. */
9580 #ifdef __cplusplus
9581 extern "C"
9582 #endif
9583 char connect ();
9585 main ()
9587 return connect ();
9589 return 0;
9591 _ACEOF
9592 rm -f conftest.$ac_objext conftest$ac_exeext
9593 if { (ac_try="$ac_link"
9594 case "(($ac_try" in
9595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9596 *) ac_try_echo=$ac_try;;
9597 esac
9598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9599 $as_echo "$ac_try_echo") >&5
9600 (eval "$ac_link") 2>conftest.er1
9601 ac_status=$?
9602 grep -v '^ *+' conftest.er1 >conftest.err
9603 rm -f conftest.er1
9604 cat conftest.err >&5
9605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606 (exit $ac_status); } && {
9607 test -z "$ac_c_werror_flag" ||
9608 test ! -s conftest.err
9609 } && test -s conftest$ac_exeext && {
9610 test "$cross_compiling" = yes ||
9611 $as_test_x conftest$ac_exeext
9612 }; then
9613 ac_cv_lib_socket_connect=yes
9614 else
9615 $as_echo "$as_me: failed program was:" >&5
9616 sed 's/^/| /' conftest.$ac_ext >&5
9618 ac_cv_lib_socket_connect=no
9621 rm -rf conftest.dSYM
9622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9623 conftest$ac_exeext conftest.$ac_ext
9624 LIBS=$ac_check_lib_save_LIBS
9626 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9627 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9628 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9629 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9634 # Guillermo Gomez says -lposix is necessary on A/UX.
9635 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9636 $as_echo_n "checking for remove... " >&6; }
9637 if test "${ac_cv_func_remove+set}" = set; then
9638 $as_echo_n "(cached) " >&6
9639 else
9640 cat >conftest.$ac_ext <<_ACEOF
9641 /* confdefs.h. */
9642 _ACEOF
9643 cat confdefs.h >>conftest.$ac_ext
9644 cat >>conftest.$ac_ext <<_ACEOF
9645 /* end confdefs.h. */
9646 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9647 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9648 #define remove innocuous_remove
9650 /* System header to define __stub macros and hopefully few prototypes,
9651 which can conflict with char remove (); below.
9652 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9653 <limits.h> exists even on freestanding compilers. */
9655 #ifdef __STDC__
9656 # include <limits.h>
9657 #else
9658 # include <assert.h>
9659 #endif
9661 #undef remove
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9666 #ifdef __cplusplus
9667 extern "C"
9668 #endif
9669 char remove ();
9670 /* The GNU C library defines this for functions which it implements
9671 to always fail with ENOSYS. Some functions are actually named
9672 something starting with __ and the normal name is an alias. */
9673 #if defined __stub_remove || defined __stub___remove
9674 choke me
9675 #endif
9678 main ()
9680 return remove ();
9682 return 0;
9684 _ACEOF
9685 rm -f conftest.$ac_objext conftest$ac_exeext
9686 if { (ac_try="$ac_link"
9687 case "(($ac_try" in
9688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9689 *) ac_try_echo=$ac_try;;
9690 esac
9691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9692 $as_echo "$ac_try_echo") >&5
9693 (eval "$ac_link") 2>conftest.er1
9694 ac_status=$?
9695 grep -v '^ *+' conftest.er1 >conftest.err
9696 rm -f conftest.er1
9697 cat conftest.err >&5
9698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext && {
9703 test "$cross_compiling" = yes ||
9704 $as_test_x conftest$ac_exeext
9705 }; then
9706 ac_cv_func_remove=yes
9707 else
9708 $as_echo "$as_me: failed program was:" >&5
9709 sed 's/^/| /' conftest.$ac_ext >&5
9711 ac_cv_func_remove=no
9714 rm -rf conftest.dSYM
9715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9716 conftest$ac_exeext conftest.$ac_ext
9718 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9719 $as_echo "$ac_cv_func_remove" >&6; }
9721 if test $ac_cv_func_remove = no; then
9722 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9723 $as_echo_n "checking for remove in -lposix... " >&6; }
9724 if test "${ac_cv_lib_posix_remove+set}" = set; then
9725 $as_echo_n "(cached) " >&6
9726 else
9727 ac_check_lib_save_LIBS=$LIBS
9728 LIBS="-lposix $LIBS"
9729 cat >conftest.$ac_ext <<_ACEOF
9730 /* confdefs.h. */
9731 _ACEOF
9732 cat confdefs.h >>conftest.$ac_ext
9733 cat >>conftest.$ac_ext <<_ACEOF
9734 /* end confdefs.h. */
9736 /* Override any GCC internal prototype to avoid an error.
9737 Use char because int might match the return type of a GCC
9738 builtin and then its argument prototype would still apply. */
9739 #ifdef __cplusplus
9740 extern "C"
9741 #endif
9742 char remove ();
9744 main ()
9746 return remove ();
9748 return 0;
9750 _ACEOF
9751 rm -f conftest.$ac_objext conftest$ac_exeext
9752 if { (ac_try="$ac_link"
9753 case "(($ac_try" in
9754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9755 *) ac_try_echo=$ac_try;;
9756 esac
9757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9758 $as_echo "$ac_try_echo") >&5
9759 (eval "$ac_link") 2>conftest.er1
9760 ac_status=$?
9761 grep -v '^ *+' conftest.er1 >conftest.err
9762 rm -f conftest.er1
9763 cat conftest.err >&5
9764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 (exit $ac_status); } && {
9766 test -z "$ac_c_werror_flag" ||
9767 test ! -s conftest.err
9768 } && test -s conftest$ac_exeext && {
9769 test "$cross_compiling" = yes ||
9770 $as_test_x conftest$ac_exeext
9771 }; then
9772 ac_cv_lib_posix_remove=yes
9773 else
9774 $as_echo "$as_me: failed program was:" >&5
9775 sed 's/^/| /' conftest.$ac_ext >&5
9777 ac_cv_lib_posix_remove=no
9780 rm -rf conftest.dSYM
9781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9782 conftest$ac_exeext conftest.$ac_ext
9783 LIBS=$ac_check_lib_save_LIBS
9785 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9786 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9787 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9788 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9793 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9794 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9795 $as_echo_n "checking for shmat... " >&6; }
9796 if test "${ac_cv_func_shmat+set}" = set; then
9797 $as_echo_n "(cached) " >&6
9798 else
9799 cat >conftest.$ac_ext <<_ACEOF
9800 /* confdefs.h. */
9801 _ACEOF
9802 cat confdefs.h >>conftest.$ac_ext
9803 cat >>conftest.$ac_ext <<_ACEOF
9804 /* end confdefs.h. */
9805 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9807 #define shmat innocuous_shmat
9809 /* System header to define __stub macros and hopefully few prototypes,
9810 which can conflict with char shmat (); below.
9811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9812 <limits.h> exists even on freestanding compilers. */
9814 #ifdef __STDC__
9815 # include <limits.h>
9816 #else
9817 # include <assert.h>
9818 #endif
9820 #undef shmat
9822 /* Override any GCC internal prototype to avoid an error.
9823 Use char because int might match the return type of a GCC
9824 builtin and then its argument prototype would still apply. */
9825 #ifdef __cplusplus
9826 extern "C"
9827 #endif
9828 char shmat ();
9829 /* The GNU C library defines this for functions which it implements
9830 to always fail with ENOSYS. Some functions are actually named
9831 something starting with __ and the normal name is an alias. */
9832 #if defined __stub_shmat || defined __stub___shmat
9833 choke me
9834 #endif
9837 main ()
9839 return shmat ();
9841 return 0;
9843 _ACEOF
9844 rm -f conftest.$ac_objext conftest$ac_exeext
9845 if { (ac_try="$ac_link"
9846 case "(($ac_try" in
9847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9848 *) ac_try_echo=$ac_try;;
9849 esac
9850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9851 $as_echo "$ac_try_echo") >&5
9852 (eval "$ac_link") 2>conftest.er1
9853 ac_status=$?
9854 grep -v '^ *+' conftest.er1 >conftest.err
9855 rm -f conftest.er1
9856 cat conftest.err >&5
9857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858 (exit $ac_status); } && {
9859 test -z "$ac_c_werror_flag" ||
9860 test ! -s conftest.err
9861 } && test -s conftest$ac_exeext && {
9862 test "$cross_compiling" = yes ||
9863 $as_test_x conftest$ac_exeext
9864 }; then
9865 ac_cv_func_shmat=yes
9866 else
9867 $as_echo "$as_me: failed program was:" >&5
9868 sed 's/^/| /' conftest.$ac_ext >&5
9870 ac_cv_func_shmat=no
9873 rm -rf conftest.dSYM
9874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9875 conftest$ac_exeext conftest.$ac_ext
9877 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9878 $as_echo "$ac_cv_func_shmat" >&6; }
9880 if test $ac_cv_func_shmat = no; then
9881 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9882 $as_echo_n "checking for shmat in -lipc... " >&6; }
9883 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9884 $as_echo_n "(cached) " >&6
9885 else
9886 ac_check_lib_save_LIBS=$LIBS
9887 LIBS="-lipc $LIBS"
9888 cat >conftest.$ac_ext <<_ACEOF
9889 /* confdefs.h. */
9890 _ACEOF
9891 cat confdefs.h >>conftest.$ac_ext
9892 cat >>conftest.$ac_ext <<_ACEOF
9893 /* end confdefs.h. */
9895 /* Override any GCC internal prototype to avoid an error.
9896 Use char because int might match the return type of a GCC
9897 builtin and then its argument prototype would still apply. */
9898 #ifdef __cplusplus
9899 extern "C"
9900 #endif
9901 char shmat ();
9903 main ()
9905 return shmat ();
9907 return 0;
9909 _ACEOF
9910 rm -f conftest.$ac_objext conftest$ac_exeext
9911 if { (ac_try="$ac_link"
9912 case "(($ac_try" in
9913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9914 *) ac_try_echo=$ac_try;;
9915 esac
9916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9917 $as_echo "$ac_try_echo") >&5
9918 (eval "$ac_link") 2>conftest.er1
9919 ac_status=$?
9920 grep -v '^ *+' conftest.er1 >conftest.err
9921 rm -f conftest.er1
9922 cat conftest.err >&5
9923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9924 (exit $ac_status); } && {
9925 test -z "$ac_c_werror_flag" ||
9926 test ! -s conftest.err
9927 } && test -s conftest$ac_exeext && {
9928 test "$cross_compiling" = yes ||
9929 $as_test_x conftest$ac_exeext
9930 }; then
9931 ac_cv_lib_ipc_shmat=yes
9932 else
9933 $as_echo "$as_me: failed program was:" >&5
9934 sed 's/^/| /' conftest.$ac_ext >&5
9936 ac_cv_lib_ipc_shmat=no
9939 rm -rf conftest.dSYM
9940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9941 conftest$ac_exeext conftest.$ac_ext
9942 LIBS=$ac_check_lib_save_LIBS
9944 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9945 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9946 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9947 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9953 # Check for libraries that X11R6 Xt/Xaw programs need.
9954 ac_save_LDFLAGS=$LDFLAGS
9955 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9956 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9957 # check for ICE first), but we must link in the order -lSM -lICE or
9958 # we get undefined symbols. So assume we have SM if we have ICE.
9959 # These have to be linked with before -lX11, unlike the other
9960 # libraries we check for below, so use a different variable.
9961 # John Interrante, Karl Berry
9962 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9963 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9964 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9965 $as_echo_n "(cached) " >&6
9966 else
9967 ac_check_lib_save_LIBS=$LIBS
9968 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9969 cat >conftest.$ac_ext <<_ACEOF
9970 /* confdefs.h. */
9971 _ACEOF
9972 cat confdefs.h >>conftest.$ac_ext
9973 cat >>conftest.$ac_ext <<_ACEOF
9974 /* end confdefs.h. */
9976 /* Override any GCC internal prototype to avoid an error.
9977 Use char because int might match the return type of a GCC
9978 builtin and then its argument prototype would still apply. */
9979 #ifdef __cplusplus
9980 extern "C"
9981 #endif
9982 char IceConnectionNumber ();
9984 main ()
9986 return IceConnectionNumber ();
9988 return 0;
9990 _ACEOF
9991 rm -f conftest.$ac_objext conftest$ac_exeext
9992 if { (ac_try="$ac_link"
9993 case "(($ac_try" in
9994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9995 *) ac_try_echo=$ac_try;;
9996 esac
9997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9998 $as_echo "$ac_try_echo") >&5
9999 (eval "$ac_link") 2>conftest.er1
10000 ac_status=$?
10001 grep -v '^ *+' conftest.er1 >conftest.err
10002 rm -f conftest.er1
10003 cat conftest.err >&5
10004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10005 (exit $ac_status); } && {
10006 test -z "$ac_c_werror_flag" ||
10007 test ! -s conftest.err
10008 } && test -s conftest$ac_exeext && {
10009 test "$cross_compiling" = yes ||
10010 $as_test_x conftest$ac_exeext
10011 }; then
10012 ac_cv_lib_ICE_IceConnectionNumber=yes
10013 else
10014 $as_echo "$as_me: failed program was:" >&5
10015 sed 's/^/| /' conftest.$ac_ext >&5
10017 ac_cv_lib_ICE_IceConnectionNumber=no
10020 rm -rf conftest.dSYM
10021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10022 conftest$ac_exeext conftest.$ac_ext
10023 LIBS=$ac_check_lib_save_LIBS
10025 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10026 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10027 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10028 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10031 LDFLAGS=$ac_save_LDFLAGS
10036 if test "$have_x" = "yes"
10037 then
10038 XLIB="-lXext -lX11"
10039 ac_save_CPPFLAGS="$CPPFLAGS"
10040 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10042 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10043 $as_echo_n "checking for -lX11... " >&6; }
10044 if test "${ac_cv_lib_soname_X11+set}" = set; then
10045 $as_echo_n "(cached) " >&6
10046 else
10047 ac_check_soname_save_LIBS=$LIBS
10048 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10049 cat >conftest.$ac_ext <<_ACEOF
10050 /* confdefs.h. */
10051 _ACEOF
10052 cat confdefs.h >>conftest.$ac_ext
10053 cat >>conftest.$ac_ext <<_ACEOF
10054 /* end confdefs.h. */
10056 /* Override any GCC internal prototype to avoid an error.
10057 Use char because int might match the return type of a GCC
10058 builtin and then its argument prototype would still apply. */
10059 #ifdef __cplusplus
10060 extern "C"
10061 #endif
10062 char XCreateWindow ();
10064 main ()
10066 return XCreateWindow ();
10068 return 0;
10070 _ACEOF
10071 rm -f conftest.$ac_objext conftest$ac_exeext
10072 if { (ac_try="$ac_link"
10073 case "(($ac_try" in
10074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10075 *) ac_try_echo=$ac_try;;
10076 esac
10077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10078 $as_echo "$ac_try_echo") >&5
10079 (eval "$ac_link") 2>conftest.er1
10080 ac_status=$?
10081 grep -v '^ *+' conftest.er1 >conftest.err
10082 rm -f conftest.er1
10083 cat conftest.err >&5
10084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10085 (exit $ac_status); } && {
10086 test -z "$ac_c_werror_flag" ||
10087 test ! -s conftest.err
10088 } && test -s conftest$ac_exeext && {
10089 test "$cross_compiling" = yes ||
10090 $as_test_x conftest$ac_exeext
10091 }; then
10092 case "$LIBEXT" in
10093 dll) ;;
10094 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'` ;;
10095 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10096 esac
10097 else
10098 $as_echo "$as_me: failed program was:" >&5
10099 sed 's/^/| /' conftest.$ac_ext >&5
10104 rm -rf conftest.dSYM
10105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10106 conftest$ac_exeext conftest.$ac_ext
10107 LIBS=$ac_check_soname_save_LIBS
10109 if test "x$ac_cv_lib_soname_X11" = "x"; then
10110 { $as_echo "$as_me:$LINENO: result: not found" >&5
10111 $as_echo "not found" >&6; }
10113 else
10114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10115 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10117 cat >>confdefs.h <<_ACEOF
10118 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10119 _ACEOF
10124 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10125 $as_echo_n "checking for -lXext... " >&6; }
10126 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10127 $as_echo_n "(cached) " >&6
10128 else
10129 ac_check_soname_save_LIBS=$LIBS
10130 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10131 cat >conftest.$ac_ext <<_ACEOF
10132 /* confdefs.h. */
10133 _ACEOF
10134 cat confdefs.h >>conftest.$ac_ext
10135 cat >>conftest.$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10138 /* Override any GCC internal prototype to avoid an error.
10139 Use char because int might match the return type of a GCC
10140 builtin and then its argument prototype would still apply. */
10141 #ifdef __cplusplus
10142 extern "C"
10143 #endif
10144 char XextCreateExtension ();
10146 main ()
10148 return XextCreateExtension ();
10150 return 0;
10152 _ACEOF
10153 rm -f conftest.$ac_objext conftest$ac_exeext
10154 if { (ac_try="$ac_link"
10155 case "(($ac_try" in
10156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10157 *) ac_try_echo=$ac_try;;
10158 esac
10159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10160 $as_echo "$ac_try_echo") >&5
10161 (eval "$ac_link") 2>conftest.er1
10162 ac_status=$?
10163 grep -v '^ *+' conftest.er1 >conftest.err
10164 rm -f conftest.er1
10165 cat conftest.err >&5
10166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 (exit $ac_status); } && {
10168 test -z "$ac_c_werror_flag" ||
10169 test ! -s conftest.err
10170 } && test -s conftest$ac_exeext && {
10171 test "$cross_compiling" = yes ||
10172 $as_test_x conftest$ac_exeext
10173 }; then
10174 case "$LIBEXT" in
10175 dll) ;;
10176 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'` ;;
10177 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10178 esac
10179 else
10180 $as_echo "$as_me: failed program was:" >&5
10181 sed 's/^/| /' conftest.$ac_ext >&5
10186 rm -rf conftest.dSYM
10187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10188 conftest$ac_exeext conftest.$ac_ext
10189 LIBS=$ac_check_soname_save_LIBS
10191 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10192 { $as_echo "$as_me:$LINENO: result: not found" >&5
10193 $as_echo "not found" >&6; }
10195 else
10196 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10197 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10199 cat >>confdefs.h <<_ACEOF
10200 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10201 _ACEOF
10219 for ac_header in X11/Xlib.h \
10220 X11/XKBlib.h \
10221 X11/Xutil.h \
10222 X11/Xcursor/Xcursor.h \
10223 X11/extensions/shape.h \
10224 X11/extensions/XInput.h \
10225 X11/extensions/XShm.h \
10226 X11/extensions/Xcomposite.h \
10227 X11/extensions/Xinerama.h \
10228 X11/extensions/Xrandr.h \
10229 X11/extensions/Xrender.h \
10230 X11/extensions/xf86vmode.h
10232 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10233 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10234 $as_echo_n "checking for $ac_header... " >&6; }
10235 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10236 $as_echo_n "(cached) " >&6
10237 else
10238 cat >conftest.$ac_ext <<_ACEOF
10239 /* confdefs.h. */
10240 _ACEOF
10241 cat confdefs.h >>conftest.$ac_ext
10242 cat >>conftest.$ac_ext <<_ACEOF
10243 /* end confdefs.h. */
10244 #ifdef HAVE_X11_XLIB_H
10245 # include <X11/Xlib.h>
10246 #endif
10247 #ifdef HAVE_X11_XUTIL_H
10248 # include <X11/Xutil.h>
10249 #endif
10251 #include <$ac_header>
10252 _ACEOF
10253 rm -f conftest.$ac_objext
10254 if { (ac_try="$ac_compile"
10255 case "(($ac_try" in
10256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10257 *) ac_try_echo=$ac_try;;
10258 esac
10259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10260 $as_echo "$ac_try_echo") >&5
10261 (eval "$ac_compile") 2>conftest.er1
10262 ac_status=$?
10263 grep -v '^ *+' conftest.er1 >conftest.err
10264 rm -f conftest.er1
10265 cat conftest.err >&5
10266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); } && {
10268 test -z "$ac_c_werror_flag" ||
10269 test ! -s conftest.err
10270 } && test -s conftest.$ac_objext; then
10271 eval "$as_ac_Header=yes"
10272 else
10273 $as_echo "$as_me: failed program was:" >&5
10274 sed 's/^/| /' conftest.$ac_ext >&5
10276 eval "$as_ac_Header=no"
10279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10281 ac_res=`eval 'as_val=${'$as_ac_Header'}
10282 $as_echo "$as_val"'`
10283 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10284 $as_echo "$ac_res" >&6; }
10285 as_val=`eval 'as_val=${'$as_ac_Header'}
10286 $as_echo "$as_val"'`
10287 if test "x$as_val" = x""yes; then
10288 cat >>confdefs.h <<_ACEOF
10289 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10290 _ACEOF
10294 done
10297 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10298 then
10299 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10300 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10301 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10302 $as_echo_n "(cached) " >&6
10303 else
10304 ac_check_lib_save_LIBS=$LIBS
10305 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10306 cat >conftest.$ac_ext <<_ACEOF
10307 /* confdefs.h. */
10308 _ACEOF
10309 cat confdefs.h >>conftest.$ac_ext
10310 cat >>conftest.$ac_ext <<_ACEOF
10311 /* end confdefs.h. */
10313 /* Override any GCC internal prototype to avoid an error.
10314 Use char because int might match the return type of a GCC
10315 builtin and then its argument prototype would still apply. */
10316 #ifdef __cplusplus
10317 extern "C"
10318 #endif
10319 char XkbQueryExtension ();
10321 main ()
10323 return XkbQueryExtension ();
10325 return 0;
10327 _ACEOF
10328 rm -f conftest.$ac_objext conftest$ac_exeext
10329 if { (ac_try="$ac_link"
10330 case "(($ac_try" in
10331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10332 *) ac_try_echo=$ac_try;;
10333 esac
10334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10335 $as_echo "$ac_try_echo") >&5
10336 (eval "$ac_link") 2>conftest.er1
10337 ac_status=$?
10338 grep -v '^ *+' conftest.er1 >conftest.err
10339 rm -f conftest.er1
10340 cat conftest.err >&5
10341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 (exit $ac_status); } && {
10343 test -z "$ac_c_werror_flag" ||
10344 test ! -s conftest.err
10345 } && test -s conftest$ac_exeext && {
10346 test "$cross_compiling" = yes ||
10347 $as_test_x conftest$ac_exeext
10348 }; then
10349 ac_cv_lib_X11_XkbQueryExtension=yes
10350 else
10351 $as_echo "$as_me: failed program was:" >&5
10352 sed 's/^/| /' conftest.$ac_ext >&5
10354 ac_cv_lib_X11_XkbQueryExtension=no
10357 rm -rf conftest.dSYM
10358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LIBS=$ac_check_lib_save_LIBS
10362 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10363 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10364 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10366 cat >>confdefs.h <<\_ACEOF
10367 #define HAVE_XKB 1
10368 _ACEOF
10374 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10375 then
10376 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10377 $as_echo_n "checking for -lXcursor... " >&6; }
10378 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10379 $as_echo_n "(cached) " >&6
10380 else
10381 ac_check_soname_save_LIBS=$LIBS
10382 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10383 cat >conftest.$ac_ext <<_ACEOF
10384 /* confdefs.h. */
10385 _ACEOF
10386 cat confdefs.h >>conftest.$ac_ext
10387 cat >>conftest.$ac_ext <<_ACEOF
10388 /* end confdefs.h. */
10390 /* Override any GCC internal prototype to avoid an error.
10391 Use char because int might match the return type of a GCC
10392 builtin and then its argument prototype would still apply. */
10393 #ifdef __cplusplus
10394 extern "C"
10395 #endif
10396 char XcursorImageLoadCursor ();
10398 main ()
10400 return XcursorImageLoadCursor ();
10402 return 0;
10404 _ACEOF
10405 rm -f conftest.$ac_objext conftest$ac_exeext
10406 if { (ac_try="$ac_link"
10407 case "(($ac_try" in
10408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10409 *) ac_try_echo=$ac_try;;
10410 esac
10411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10412 $as_echo "$ac_try_echo") >&5
10413 (eval "$ac_link") 2>conftest.er1
10414 ac_status=$?
10415 grep -v '^ *+' conftest.er1 >conftest.err
10416 rm -f conftest.er1
10417 cat conftest.err >&5
10418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10419 (exit $ac_status); } && {
10420 test -z "$ac_c_werror_flag" ||
10421 test ! -s conftest.err
10422 } && test -s conftest$ac_exeext && {
10423 test "$cross_compiling" = yes ||
10424 $as_test_x conftest$ac_exeext
10425 }; then
10426 case "$LIBEXT" in
10427 dll) ;;
10428 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'` ;;
10429 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10430 esac
10431 else
10432 $as_echo "$as_me: failed program was:" >&5
10433 sed 's/^/| /' conftest.$ac_ext >&5
10438 rm -rf conftest.dSYM
10439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10440 conftest$ac_exeext conftest.$ac_ext
10441 LIBS=$ac_check_soname_save_LIBS
10443 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10444 { $as_echo "$as_me:$LINENO: result: not found" >&5
10445 $as_echo "not found" >&6; }
10447 else
10448 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10449 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10451 cat >>confdefs.h <<_ACEOF
10452 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10453 _ACEOF
10459 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10460 case "x$with_xcursor" in
10461 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10462 xno) ;;
10463 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10464 This is an error since --with-xcursor was requested." >&5
10465 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10466 This is an error since --with-xcursor was requested." >&2;}
10467 { (exit 1); exit 1; }; } ;;
10468 esac
10472 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10473 then
10474 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10475 $as_echo_n "checking for -lXi... " >&6; }
10476 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10477 $as_echo_n "(cached) " >&6
10478 else
10479 ac_check_soname_save_LIBS=$LIBS
10480 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10481 cat >conftest.$ac_ext <<_ACEOF
10482 /* confdefs.h. */
10483 _ACEOF
10484 cat confdefs.h >>conftest.$ac_ext
10485 cat >>conftest.$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10491 #ifdef __cplusplus
10492 extern "C"
10493 #endif
10494 char XOpenDevice ();
10496 main ()
10498 return XOpenDevice ();
10500 return 0;
10502 _ACEOF
10503 rm -f conftest.$ac_objext conftest$ac_exeext
10504 if { (ac_try="$ac_link"
10505 case "(($ac_try" in
10506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10508 esac
10509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10510 $as_echo "$ac_try_echo") >&5
10511 (eval "$ac_link") 2>conftest.er1
10512 ac_status=$?
10513 grep -v '^ *+' conftest.er1 >conftest.err
10514 rm -f conftest.er1
10515 cat conftest.err >&5
10516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10517 (exit $ac_status); } && {
10518 test -z "$ac_c_werror_flag" ||
10519 test ! -s conftest.err
10520 } && test -s conftest$ac_exeext && {
10521 test "$cross_compiling" = yes ||
10522 $as_test_x conftest$ac_exeext
10523 }; then
10524 case "$LIBEXT" in
10525 dll) ;;
10526 dylib) ac_cv_lib_soname_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'` ;;
10527 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10528 esac
10529 else
10530 $as_echo "$as_me: failed program was:" >&5
10531 sed 's/^/| /' conftest.$ac_ext >&5
10536 rm -rf conftest.dSYM
10537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10538 conftest$ac_exeext conftest.$ac_ext
10539 LIBS=$ac_check_soname_save_LIBS
10541 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10542 { $as_echo "$as_me:$LINENO: result: not found" >&5
10543 $as_echo "not found" >&6; }
10545 else
10546 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10547 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10549 cat >>confdefs.h <<_ACEOF
10550 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10551 _ACEOF
10557 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10558 case "x$with_xinput" in
10559 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10560 xno) ;;
10561 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10562 This is an error since --with-xinput was requested." >&5
10563 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10564 This is an error since --with-xinput was requested." >&2;}
10565 { (exit 1); exit 1; }; } ;;
10566 esac
10570 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10571 then
10572 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10573 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10574 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10575 $as_echo_n "(cached) " >&6
10576 else
10577 ac_check_lib_save_LIBS=$LIBS
10578 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10579 cat >conftest.$ac_ext <<_ACEOF
10580 /* confdefs.h. */
10581 _ACEOF
10582 cat confdefs.h >>conftest.$ac_ext
10583 cat >>conftest.$ac_ext <<_ACEOF
10584 /* end confdefs.h. */
10586 /* Override any GCC internal prototype to avoid an error.
10587 Use char because int might match the return type of a GCC
10588 builtin and then its argument prototype would still apply. */
10589 #ifdef __cplusplus
10590 extern "C"
10591 #endif
10592 char XShmQueryExtension ();
10594 main ()
10596 return XShmQueryExtension ();
10598 return 0;
10600 _ACEOF
10601 rm -f conftest.$ac_objext conftest$ac_exeext
10602 if { (ac_try="$ac_link"
10603 case "(($ac_try" in
10604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10605 *) ac_try_echo=$ac_try;;
10606 esac
10607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10608 $as_echo "$ac_try_echo") >&5
10609 (eval "$ac_link") 2>conftest.er1
10610 ac_status=$?
10611 grep -v '^ *+' conftest.er1 >conftest.err
10612 rm -f conftest.er1
10613 cat conftest.err >&5
10614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10615 (exit $ac_status); } && {
10616 test -z "$ac_c_werror_flag" ||
10617 test ! -s conftest.err
10618 } && test -s conftest$ac_exeext && {
10619 test "$cross_compiling" = yes ||
10620 $as_test_x conftest$ac_exeext
10621 }; then
10622 ac_cv_lib_Xext_XShmQueryExtension=yes
10623 else
10624 $as_echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.$ac_ext >&5
10627 ac_cv_lib_Xext_XShmQueryExtension=no
10630 rm -rf conftest.dSYM
10631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10632 conftest$ac_exeext conftest.$ac_ext
10633 LIBS=$ac_check_lib_save_LIBS
10635 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10636 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10637 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10639 cat >>confdefs.h <<\_ACEOF
10640 #define HAVE_LIBXXSHM 1
10641 _ACEOF
10646 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10647 case "x$with_xshm" in
10648 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10649 xno) ;;
10650 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10651 This is an error since --with-xshm was requested." >&5
10652 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10653 This is an error since --with-xshm was requested." >&2;}
10654 { (exit 1); exit 1; }; } ;;
10655 esac
10659 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10660 then
10661 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10662 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10663 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10664 $as_echo_n "(cached) " >&6
10665 else
10666 ac_check_lib_save_LIBS=$LIBS
10667 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10668 cat >conftest.$ac_ext <<_ACEOF
10669 /* confdefs.h. */
10670 _ACEOF
10671 cat confdefs.h >>conftest.$ac_ext
10672 cat >>conftest.$ac_ext <<_ACEOF
10673 /* end confdefs.h. */
10675 /* Override any GCC internal prototype to avoid an error.
10676 Use char because int might match the return type of a GCC
10677 builtin and then its argument prototype would still apply. */
10678 #ifdef __cplusplus
10679 extern "C"
10680 #endif
10681 char XShapeQueryExtension ();
10683 main ()
10685 return XShapeQueryExtension ();
10687 return 0;
10689 _ACEOF
10690 rm -f conftest.$ac_objext conftest$ac_exeext
10691 if { (ac_try="$ac_link"
10692 case "(($ac_try" in
10693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10694 *) ac_try_echo=$ac_try;;
10695 esac
10696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10697 $as_echo "$ac_try_echo") >&5
10698 (eval "$ac_link") 2>conftest.er1
10699 ac_status=$?
10700 grep -v '^ *+' conftest.er1 >conftest.err
10701 rm -f conftest.er1
10702 cat conftest.err >&5
10703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10704 (exit $ac_status); } && {
10705 test -z "$ac_c_werror_flag" ||
10706 test ! -s conftest.err
10707 } && test -s conftest$ac_exeext && {
10708 test "$cross_compiling" = yes ||
10709 $as_test_x conftest$ac_exeext
10710 }; then
10711 ac_cv_lib_Xext_XShapeQueryExtension=yes
10712 else
10713 $as_echo "$as_me: failed program was:" >&5
10714 sed 's/^/| /' conftest.$ac_ext >&5
10716 ac_cv_lib_Xext_XShapeQueryExtension=no
10719 rm -rf conftest.dSYM
10720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10721 conftest$ac_exeext conftest.$ac_ext
10722 LIBS=$ac_check_lib_save_LIBS
10724 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10725 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10726 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10728 cat >>confdefs.h <<\_ACEOF
10729 #define HAVE_LIBXSHAPE 1
10730 _ACEOF
10735 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10736 case "x$with_xshape" in
10737 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10738 xno) ;;
10739 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10740 This is an error since --with-xshape was requested." >&5
10741 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10742 This is an error since --with-xshape was requested." >&2;}
10743 { (exit 1); exit 1; }; } ;;
10744 esac
10748 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10749 then
10750 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10751 $as_echo_n "checking for -lXxf86vm... " >&6; }
10752 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10753 $as_echo_n "(cached) " >&6
10754 else
10755 ac_check_soname_save_LIBS=$LIBS
10756 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10757 cat >conftest.$ac_ext <<_ACEOF
10758 /* confdefs.h. */
10759 _ACEOF
10760 cat confdefs.h >>conftest.$ac_ext
10761 cat >>conftest.$ac_ext <<_ACEOF
10762 /* end confdefs.h. */
10764 /* Override any GCC internal prototype to avoid an error.
10765 Use char because int might match the return type of a GCC
10766 builtin and then its argument prototype would still apply. */
10767 #ifdef __cplusplus
10768 extern "C"
10769 #endif
10770 char XF86VidModeQueryExtension ();
10772 main ()
10774 return XF86VidModeQueryExtension ();
10776 return 0;
10778 _ACEOF
10779 rm -f conftest.$ac_objext conftest$ac_exeext
10780 if { (ac_try="$ac_link"
10781 case "(($ac_try" in
10782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10783 *) ac_try_echo=$ac_try;;
10784 esac
10785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10786 $as_echo "$ac_try_echo") >&5
10787 (eval "$ac_link") 2>conftest.er1
10788 ac_status=$?
10789 grep -v '^ *+' conftest.er1 >conftest.err
10790 rm -f conftest.er1
10791 cat conftest.err >&5
10792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); } && {
10794 test -z "$ac_c_werror_flag" ||
10795 test ! -s conftest.err
10796 } && test -s conftest$ac_exeext && {
10797 test "$cross_compiling" = yes ||
10798 $as_test_x conftest$ac_exeext
10799 }; then
10800 case "$LIBEXT" in
10801 dll) ;;
10802 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'` ;;
10803 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10804 esac
10805 else
10806 $as_echo "$as_me: failed program was:" >&5
10807 sed 's/^/| /' conftest.$ac_ext >&5
10812 rm -rf conftest.dSYM
10813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10814 conftest$ac_exeext conftest.$ac_ext
10815 LIBS=$ac_check_soname_save_LIBS
10817 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10818 { $as_echo "$as_me:$LINENO: result: not found" >&5
10819 $as_echo "not found" >&6; }
10821 else
10822 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10823 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10825 cat >>confdefs.h <<_ACEOF
10826 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10827 _ACEOF
10833 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10834 case "x$with_xxf86vm" in
10835 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10836 xno) ;;
10837 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10838 This is an error since --with-xxf86vm was requested." >&5
10839 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10840 This is an error since --with-xxf86vm was requested." >&2;}
10841 { (exit 1); exit 1; }; } ;;
10842 esac
10846 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"
10847 then
10848 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10849 $as_echo_n "checking for -lXrender... " >&6; }
10850 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10851 $as_echo_n "(cached) " >&6
10852 else
10853 ac_check_soname_save_LIBS=$LIBS
10854 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10855 cat >conftest.$ac_ext <<_ACEOF
10856 /* confdefs.h. */
10857 _ACEOF
10858 cat confdefs.h >>conftest.$ac_ext
10859 cat >>conftest.$ac_ext <<_ACEOF
10860 /* end confdefs.h. */
10862 /* Override any GCC internal prototype to avoid an error.
10863 Use char because int might match the return type of a GCC
10864 builtin and then its argument prototype would still apply. */
10865 #ifdef __cplusplus
10866 extern "C"
10867 #endif
10868 char XRenderQueryExtension ();
10870 main ()
10872 return XRenderQueryExtension ();
10874 return 0;
10876 _ACEOF
10877 rm -f conftest.$ac_objext conftest$ac_exeext
10878 if { (ac_try="$ac_link"
10879 case "(($ac_try" in
10880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10881 *) ac_try_echo=$ac_try;;
10882 esac
10883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10884 $as_echo "$ac_try_echo") >&5
10885 (eval "$ac_link") 2>conftest.er1
10886 ac_status=$?
10887 grep -v '^ *+' conftest.er1 >conftest.err
10888 rm -f conftest.er1
10889 cat conftest.err >&5
10890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10891 (exit $ac_status); } && {
10892 test -z "$ac_c_werror_flag" ||
10893 test ! -s conftest.err
10894 } && test -s conftest$ac_exeext && {
10895 test "$cross_compiling" = yes ||
10896 $as_test_x conftest$ac_exeext
10897 }; then
10898 case "$LIBEXT" in
10899 dll) ;;
10900 dylib) ac_cv_lib_soname_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'` ;;
10901 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10902 esac
10903 else
10904 $as_echo "$as_me: failed program was:" >&5
10905 sed 's/^/| /' conftest.$ac_ext >&5
10910 rm -rf conftest.dSYM
10911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10912 conftest$ac_exeext conftest.$ac_ext
10913 LIBS=$ac_check_soname_save_LIBS
10915 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10916 { $as_echo "$as_me:$LINENO: result: not found" >&5
10917 $as_echo "not found" >&6; }
10919 else
10920 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10921 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10923 cat >>confdefs.h <<_ACEOF
10924 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10925 _ACEOF
10927 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10928 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10929 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10930 $as_echo_n "(cached) " >&6
10931 else
10932 ac_check_lib_save_LIBS=$LIBS
10933 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10934 cat >conftest.$ac_ext <<_ACEOF
10935 /* confdefs.h. */
10936 _ACEOF
10937 cat confdefs.h >>conftest.$ac_ext
10938 cat >>conftest.$ac_ext <<_ACEOF
10939 /* end confdefs.h. */
10941 /* Override any GCC internal prototype to avoid an error.
10942 Use char because int might match the return type of a GCC
10943 builtin and then its argument prototype would still apply. */
10944 #ifdef __cplusplus
10945 extern "C"
10946 #endif
10947 char XRenderSetPictureTransform ();
10949 main ()
10951 return XRenderSetPictureTransform ();
10953 return 0;
10955 _ACEOF
10956 rm -f conftest.$ac_objext conftest$ac_exeext
10957 if { (ac_try="$ac_link"
10958 case "(($ac_try" in
10959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10960 *) ac_try_echo=$ac_try;;
10961 esac
10962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10963 $as_echo "$ac_try_echo") >&5
10964 (eval "$ac_link") 2>conftest.er1
10965 ac_status=$?
10966 grep -v '^ *+' conftest.er1 >conftest.err
10967 rm -f conftest.er1
10968 cat conftest.err >&5
10969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest$ac_exeext && {
10974 test "$cross_compiling" = yes ||
10975 $as_test_x conftest$ac_exeext
10976 }; then
10977 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10978 else
10979 $as_echo "$as_me: failed program was:" >&5
10980 sed 's/^/| /' conftest.$ac_ext >&5
10982 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10985 rm -rf conftest.dSYM
10986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10987 conftest$ac_exeext conftest.$ac_ext
10988 LIBS=$ac_check_lib_save_LIBS
10990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10991 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10992 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10994 cat >>confdefs.h <<\_ACEOF
10995 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10996 _ACEOF
11004 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11005 case "x$with_xrender" in
11006 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11007 xno) ;;
11008 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11009 This is an error since --with-xrender was requested." >&5
11010 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11011 This is an error since --with-xrender was requested." >&2;}
11012 { (exit 1); exit 1; }; } ;;
11013 esac
11017 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11018 then
11019 cat >conftest.$ac_ext <<_ACEOF
11020 /* confdefs.h. */
11021 _ACEOF
11022 cat confdefs.h >>conftest.$ac_ext
11023 cat >>conftest.$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11025 #include <X11/Xlib.h>
11026 #include <X11/extensions/Xrandr.h>
11028 main ()
11030 static typeof(XRRSetScreenConfigAndRate) * func;
11032 return 0;
11034 _ACEOF
11035 rm -f conftest.$ac_objext
11036 if { (ac_try="$ac_compile"
11037 case "(($ac_try" in
11038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11039 *) ac_try_echo=$ac_try;;
11040 esac
11041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11042 $as_echo "$ac_try_echo") >&5
11043 (eval "$ac_compile") 2>conftest.er1
11044 ac_status=$?
11045 grep -v '^ *+' conftest.er1 >conftest.err
11046 rm -f conftest.er1
11047 cat conftest.err >&5
11048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11049 (exit $ac_status); } && {
11050 test -z "$ac_c_werror_flag" ||
11051 test ! -s conftest.err
11052 } && test -s conftest.$ac_objext; then
11053 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11054 $as_echo_n "checking for -lXrandr... " >&6; }
11055 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11056 $as_echo_n "(cached) " >&6
11057 else
11058 ac_check_soname_save_LIBS=$LIBS
11059 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11060 cat >conftest.$ac_ext <<_ACEOF
11061 /* confdefs.h. */
11062 _ACEOF
11063 cat confdefs.h >>conftest.$ac_ext
11064 cat >>conftest.$ac_ext <<_ACEOF
11065 /* end confdefs.h. */
11067 /* Override any GCC internal prototype to avoid an error.
11068 Use char because int might match the return type of a GCC
11069 builtin and then its argument prototype would still apply. */
11070 #ifdef __cplusplus
11071 extern "C"
11072 #endif
11073 char XRRQueryExtension ();
11075 main ()
11077 return XRRQueryExtension ();
11079 return 0;
11081 _ACEOF
11082 rm -f conftest.$ac_objext conftest$ac_exeext
11083 if { (ac_try="$ac_link"
11084 case "(($ac_try" in
11085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11086 *) ac_try_echo=$ac_try;;
11087 esac
11088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11089 $as_echo "$ac_try_echo") >&5
11090 (eval "$ac_link") 2>conftest.er1
11091 ac_status=$?
11092 grep -v '^ *+' conftest.er1 >conftest.err
11093 rm -f conftest.er1
11094 cat conftest.err >&5
11095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096 (exit $ac_status); } && {
11097 test -z "$ac_c_werror_flag" ||
11098 test ! -s conftest.err
11099 } && test -s conftest$ac_exeext && {
11100 test "$cross_compiling" = yes ||
11101 $as_test_x conftest$ac_exeext
11102 }; then
11103 case "$LIBEXT" in
11104 dll) ;;
11105 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'` ;;
11106 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11107 esac
11108 else
11109 $as_echo "$as_me: failed program was:" >&5
11110 sed 's/^/| /' conftest.$ac_ext >&5
11115 rm -rf conftest.dSYM
11116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11117 conftest$ac_exeext conftest.$ac_ext
11118 LIBS=$ac_check_soname_save_LIBS
11120 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11121 { $as_echo "$as_me:$LINENO: result: not found" >&5
11122 $as_echo "not found" >&6; }
11124 else
11125 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11126 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11128 cat >>confdefs.h <<_ACEOF
11129 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11130 _ACEOF
11135 else
11136 $as_echo "$as_me: failed program was:" >&5
11137 sed 's/^/| /' conftest.$ac_ext >&5
11142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11144 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11145 case "x$with_xrandr" in
11146 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11147 xno) ;;
11148 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11149 This is an error since --with-xrandr was requested." >&5
11150 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11151 This is an error since --with-xrandr was requested." >&2;}
11152 { (exit 1); exit 1; }; } ;;
11153 esac
11157 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11158 then
11159 cat >conftest.$ac_ext <<_ACEOF
11160 /* confdefs.h. */
11161 _ACEOF
11162 cat confdefs.h >>conftest.$ac_ext
11163 cat >>conftest.$ac_ext <<_ACEOF
11164 /* end confdefs.h. */
11165 #include <X11/Xlib.h>
11166 #include <X11/extensions/Xinerama.h>
11168 main ()
11170 static typeof(XineramaQueryScreens) * func;
11172 return 0;
11174 _ACEOF
11175 rm -f conftest.$ac_objext
11176 if { (ac_try="$ac_compile"
11177 case "(($ac_try" in
11178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11179 *) ac_try_echo=$ac_try;;
11180 esac
11181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11182 $as_echo "$ac_try_echo") >&5
11183 (eval "$ac_compile") 2>conftest.er1
11184 ac_status=$?
11185 grep -v '^ *+' conftest.er1 >conftest.err
11186 rm -f conftest.er1
11187 cat conftest.err >&5
11188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11189 (exit $ac_status); } && {
11190 test -z "$ac_c_werror_flag" ||
11191 test ! -s conftest.err
11192 } && test -s conftest.$ac_objext; then
11193 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11194 $as_echo_n "checking for -lXinerama... " >&6; }
11195 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11196 $as_echo_n "(cached) " >&6
11197 else
11198 ac_check_soname_save_LIBS=$LIBS
11199 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11200 cat >conftest.$ac_ext <<_ACEOF
11201 /* confdefs.h. */
11202 _ACEOF
11203 cat confdefs.h >>conftest.$ac_ext
11204 cat >>conftest.$ac_ext <<_ACEOF
11205 /* end confdefs.h. */
11207 /* Override any GCC internal prototype to avoid an error.
11208 Use char because int might match the return type of a GCC
11209 builtin and then its argument prototype would still apply. */
11210 #ifdef __cplusplus
11211 extern "C"
11212 #endif
11213 char XineramaQueryScreens ();
11215 main ()
11217 return XineramaQueryScreens ();
11219 return 0;
11221 _ACEOF
11222 rm -f conftest.$ac_objext conftest$ac_exeext
11223 if { (ac_try="$ac_link"
11224 case "(($ac_try" in
11225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11226 *) ac_try_echo=$ac_try;;
11227 esac
11228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11229 $as_echo "$ac_try_echo") >&5
11230 (eval "$ac_link") 2>conftest.er1
11231 ac_status=$?
11232 grep -v '^ *+' conftest.er1 >conftest.err
11233 rm -f conftest.er1
11234 cat conftest.err >&5
11235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11236 (exit $ac_status); } && {
11237 test -z "$ac_c_werror_flag" ||
11238 test ! -s conftest.err
11239 } && test -s conftest$ac_exeext && {
11240 test "$cross_compiling" = yes ||
11241 $as_test_x conftest$ac_exeext
11242 }; then
11243 case "$LIBEXT" in
11244 dll) ;;
11245 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'` ;;
11246 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11247 esac
11248 else
11249 $as_echo "$as_me: failed program was:" >&5
11250 sed 's/^/| /' conftest.$ac_ext >&5
11255 rm -rf conftest.dSYM
11256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11257 conftest$ac_exeext conftest.$ac_ext
11258 LIBS=$ac_check_soname_save_LIBS
11260 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11261 { $as_echo "$as_me:$LINENO: result: not found" >&5
11262 $as_echo "not found" >&6; }
11264 else
11265 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11266 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11270 _ACEOF
11275 else
11276 $as_echo "$as_me: failed program was:" >&5
11277 sed 's/^/| /' conftest.$ac_ext >&5
11282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11284 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11285 case "x$with_xinerama" in
11286 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11287 xno) ;;
11288 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11289 This is an error since --with-xinerama was requested." >&5
11290 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11291 This is an error since --with-xinerama was requested." >&2;}
11292 { (exit 1); exit 1; }; } ;;
11293 esac
11297 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11298 then
11299 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11300 $as_echo_n "checking for -lXcomposite... " >&6; }
11301 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11302 $as_echo_n "(cached) " >&6
11303 else
11304 ac_check_soname_save_LIBS=$LIBS
11305 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11306 cat >conftest.$ac_ext <<_ACEOF
11307 /* confdefs.h. */
11308 _ACEOF
11309 cat confdefs.h >>conftest.$ac_ext
11310 cat >>conftest.$ac_ext <<_ACEOF
11311 /* end confdefs.h. */
11313 /* Override any GCC internal prototype to avoid an error.
11314 Use char because int might match the return type of a GCC
11315 builtin and then its argument prototype would still apply. */
11316 #ifdef __cplusplus
11317 extern "C"
11318 #endif
11319 char XCompositeRedirectWindow ();
11321 main ()
11323 return XCompositeRedirectWindow ();
11325 return 0;
11327 _ACEOF
11328 rm -f conftest.$ac_objext conftest$ac_exeext
11329 if { (ac_try="$ac_link"
11330 case "(($ac_try" in
11331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11332 *) ac_try_echo=$ac_try;;
11333 esac
11334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11335 $as_echo "$ac_try_echo") >&5
11336 (eval "$ac_link") 2>conftest.er1
11337 ac_status=$?
11338 grep -v '^ *+' conftest.er1 >conftest.err
11339 rm -f conftest.er1
11340 cat conftest.err >&5
11341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11342 (exit $ac_status); } && {
11343 test -z "$ac_c_werror_flag" ||
11344 test ! -s conftest.err
11345 } && test -s conftest$ac_exeext && {
11346 test "$cross_compiling" = yes ||
11347 $as_test_x conftest$ac_exeext
11348 }; then
11349 case "$LIBEXT" in
11350 dll) ;;
11351 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'` ;;
11352 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11353 esac
11354 else
11355 $as_echo "$as_me: failed program was:" >&5
11356 sed 's/^/| /' conftest.$ac_ext >&5
11361 rm -rf conftest.dSYM
11362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11363 conftest$ac_exeext conftest.$ac_ext
11364 LIBS=$ac_check_soname_save_LIBS
11366 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11367 { $as_echo "$as_me:$LINENO: result: not found" >&5
11368 $as_echo "not found" >&6; }
11370 else
11371 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11372 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11374 cat >>confdefs.h <<_ACEOF
11375 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11376 _ACEOF
11382 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11383 case "x$with_xcomposite" in
11384 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11385 xno) ;;
11386 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11387 This is an error since --with-xcomposite was requested." >&5
11388 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11389 This is an error since --with-xcomposite was requested." >&2;}
11390 { (exit 1); exit 1; }; } ;;
11391 esac
11395 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11396 $as_echo_n "checking for XICCallback.callback... " >&6; }
11397 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11398 $as_echo_n "(cached) " >&6
11399 else
11400 cat >conftest.$ac_ext <<_ACEOF
11401 /* confdefs.h. */
11402 _ACEOF
11403 cat confdefs.h >>conftest.$ac_ext
11404 cat >>conftest.$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11406 #ifdef HAVE_X11_XLIB_H
11407 #include <X11/Xlib.h>
11408 #endif
11411 main ()
11413 static XICCallback ac_aggr;
11414 if (ac_aggr.callback)
11415 return 0;
11417 return 0;
11419 _ACEOF
11420 rm -f conftest.$ac_objext
11421 if { (ac_try="$ac_compile"
11422 case "(($ac_try" in
11423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11424 *) ac_try_echo=$ac_try;;
11425 esac
11426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11427 $as_echo "$ac_try_echo") >&5
11428 (eval "$ac_compile") 2>conftest.er1
11429 ac_status=$?
11430 grep -v '^ *+' conftest.er1 >conftest.err
11431 rm -f conftest.er1
11432 cat conftest.err >&5
11433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11434 (exit $ac_status); } && {
11435 test -z "$ac_c_werror_flag" ||
11436 test ! -s conftest.err
11437 } && test -s conftest.$ac_objext; then
11438 ac_cv_member_XICCallback_callback=yes
11439 else
11440 $as_echo "$as_me: failed program was:" >&5
11441 sed 's/^/| /' conftest.$ac_ext >&5
11443 cat >conftest.$ac_ext <<_ACEOF
11444 /* confdefs.h. */
11445 _ACEOF
11446 cat confdefs.h >>conftest.$ac_ext
11447 cat >>conftest.$ac_ext <<_ACEOF
11448 /* end confdefs.h. */
11449 #ifdef HAVE_X11_XLIB_H
11450 #include <X11/Xlib.h>
11451 #endif
11454 main ()
11456 static XICCallback ac_aggr;
11457 if (sizeof ac_aggr.callback)
11458 return 0;
11460 return 0;
11462 _ACEOF
11463 rm -f conftest.$ac_objext
11464 if { (ac_try="$ac_compile"
11465 case "(($ac_try" in
11466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11467 *) ac_try_echo=$ac_try;;
11468 esac
11469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11470 $as_echo "$ac_try_echo") >&5
11471 (eval "$ac_compile") 2>conftest.er1
11472 ac_status=$?
11473 grep -v '^ *+' conftest.er1 >conftest.err
11474 rm -f conftest.er1
11475 cat conftest.err >&5
11476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } && {
11478 test -z "$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 } && test -s conftest.$ac_objext; then
11481 ac_cv_member_XICCallback_callback=yes
11482 else
11483 $as_echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11486 ac_cv_member_XICCallback_callback=no
11489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11494 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11495 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11496 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11498 cat >>confdefs.h <<_ACEOF
11499 #define HAVE_XICCALLBACK_CALLBACK 1
11500 _ACEOF
11507 opengl_msg=""
11508 if test "x$with_opengl" != "xno"
11509 then
11514 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11516 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11517 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11518 $as_echo_n "checking for $ac_header... " >&6; }
11519 if { as_var=$as_ac_Header; eval "test \"\${$as_var+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_GL_GLX_H
11529 # include <GL/glx.h>
11530 #endif
11532 #include <$ac_header>
11533 _ACEOF
11534 rm -f conftest.$ac_objext
11535 if { (ac_try="$ac_compile"
11536 case "(($ac_try" in
11537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11538 *) ac_try_echo=$ac_try;;
11539 esac
11540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11541 $as_echo "$ac_try_echo") >&5
11542 (eval "$ac_compile") 2>conftest.er1
11543 ac_status=$?
11544 grep -v '^ *+' conftest.er1 >conftest.err
11545 rm -f conftest.er1
11546 cat conftest.err >&5
11547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); } && {
11549 test -z "$ac_c_werror_flag" ||
11550 test ! -s conftest.err
11551 } && test -s conftest.$ac_objext; then
11552 eval "$as_ac_Header=yes"
11553 else
11554 $as_echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11557 eval "$as_ac_Header=no"
11560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11562 ac_res=`eval 'as_val=${'$as_ac_Header'}
11563 $as_echo "$as_val"'`
11564 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11565 $as_echo "$ac_res" >&6; }
11566 as_val=`eval 'as_val=${'$as_ac_Header'}
11567 $as_echo "$as_val"'`
11568 if test "x$as_val" = x""yes; then
11569 cat >>confdefs.h <<_ACEOF
11570 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11571 _ACEOF
11575 done
11577 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11578 then
11579 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11580 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11581 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11582 $as_echo_n "(cached) " >&6
11583 else
11584 cat >conftest.$ac_ext <<_ACEOF
11585 /* confdefs.h. */
11586 _ACEOF
11587 cat confdefs.h >>conftest.$ac_ext
11588 cat >>conftest.$ac_ext <<_ACEOF
11589 /* end confdefs.h. */
11590 #include <GL/gl.h>
11592 main ()
11594 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11596 return 0;
11598 _ACEOF
11599 rm -f conftest.$ac_objext
11600 if { (ac_try="$ac_compile"
11601 case "(($ac_try" in
11602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11603 *) ac_try_echo=$ac_try;;
11604 esac
11605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11606 $as_echo "$ac_try_echo") >&5
11607 (eval "$ac_compile") 2>conftest.er1
11608 ac_status=$?
11609 grep -v '^ *+' conftest.er1 >conftest.err
11610 rm -f conftest.er1
11611 cat conftest.err >&5
11612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); } && {
11614 test -z "$ac_c_werror_flag" ||
11615 test ! -s conftest.err
11616 } && test -s conftest.$ac_objext; then
11617 wine_cv_opengl_header_version_OK="yes"
11618 else
11619 $as_echo "$as_me: failed program was:" >&5
11620 sed 's/^/| /' conftest.$ac_ext >&5
11622 wine_cv_opengl_header_version_OK="no"
11625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11627 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11628 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11630 if test "$wine_cv_opengl_header_version_OK" = "yes"
11631 then
11632 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11633 $as_echo_n "checking for -lGL... " >&6; }
11634 if test "${ac_cv_lib_soname_GL+set}" = set; then
11635 $as_echo_n "(cached) " >&6
11636 else
11637 ac_check_soname_save_LIBS=$LIBS
11638 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11639 cat >conftest.$ac_ext <<_ACEOF
11640 /* confdefs.h. */
11641 _ACEOF
11642 cat confdefs.h >>conftest.$ac_ext
11643 cat >>conftest.$ac_ext <<_ACEOF
11644 /* end confdefs.h. */
11646 /* Override any GCC internal prototype to avoid an error.
11647 Use char because int might match the return type of a GCC
11648 builtin and then its argument prototype would still apply. */
11649 #ifdef __cplusplus
11650 extern "C"
11651 #endif
11652 char glXCreateContext ();
11654 main ()
11656 return glXCreateContext ();
11658 return 0;
11660 _ACEOF
11661 rm -f conftest.$ac_objext conftest$ac_exeext
11662 if { (ac_try="$ac_link"
11663 case "(($ac_try" in
11664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11665 *) ac_try_echo=$ac_try;;
11666 esac
11667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11668 $as_echo "$ac_try_echo") >&5
11669 (eval "$ac_link") 2>conftest.er1
11670 ac_status=$?
11671 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1
11673 cat conftest.err >&5
11674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && {
11676 test -z "$ac_c_werror_flag" ||
11677 test ! -s conftest.err
11678 } && test -s conftest$ac_exeext && {
11679 test "$cross_compiling" = yes ||
11680 $as_test_x conftest$ac_exeext
11681 }; then
11682 case "$LIBEXT" in
11683 dll) ;;
11684 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'` ;;
11685 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11686 esac
11687 else
11688 $as_echo "$as_me: failed program was:" >&5
11689 sed 's/^/| /' conftest.$ac_ext >&5
11694 rm -rf conftest.dSYM
11695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11696 conftest$ac_exeext conftest.$ac_ext
11697 LIBS=$ac_check_soname_save_LIBS
11699 if test "x$ac_cv_lib_soname_GL" = "x"; then
11700 { $as_echo "$as_me:$LINENO: result: not found" >&5
11701 $as_echo "not found" >&6; }
11702 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11703 $as_echo_n "checking for -lGL... " >&6; }
11704 if test "${ac_cv_lib_soname_GL+set}" = set; then
11705 $as_echo_n "(cached) " >&6
11706 else
11707 ac_check_soname_save_LIBS=$LIBS
11708 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"
11709 cat >conftest.$ac_ext <<_ACEOF
11710 /* confdefs.h. */
11711 _ACEOF
11712 cat confdefs.h >>conftest.$ac_ext
11713 cat >>conftest.$ac_ext <<_ACEOF
11714 /* end confdefs.h. */
11716 /* Override any GCC internal prototype to avoid an error.
11717 Use char because int might match the return type of a GCC
11718 builtin and then its argument prototype would still apply. */
11719 #ifdef __cplusplus
11720 extern "C"
11721 #endif
11722 char glXCreateContext ();
11724 main ()
11726 return glXCreateContext ();
11728 return 0;
11730 _ACEOF
11731 rm -f conftest.$ac_objext conftest$ac_exeext
11732 if { (ac_try="$ac_link"
11733 case "(($ac_try" in
11734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11735 *) ac_try_echo=$ac_try;;
11736 esac
11737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11738 $as_echo "$ac_try_echo") >&5
11739 (eval "$ac_link") 2>conftest.er1
11740 ac_status=$?
11741 grep -v '^ *+' conftest.er1 >conftest.err
11742 rm -f conftest.er1
11743 cat conftest.err >&5
11744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); } && {
11746 test -z "$ac_c_werror_flag" ||
11747 test ! -s conftest.err
11748 } && test -s conftest$ac_exeext && {
11749 test "$cross_compiling" = yes ||
11750 $as_test_x conftest$ac_exeext
11751 }; then
11752 case "$LIBEXT" in
11753 dll) ;;
11754 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'` ;;
11755 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11756 esac
11757 else
11758 $as_echo "$as_me: failed program was:" >&5
11759 sed 's/^/| /' conftest.$ac_ext >&5
11764 rm -rf conftest.dSYM
11765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11766 conftest$ac_exeext conftest.$ac_ext
11767 LIBS=$ac_check_soname_save_LIBS
11769 if test "x$ac_cv_lib_soname_GL" = "x"; then
11770 { $as_echo "$as_me:$LINENO: result: not found" >&5
11771 $as_echo "not found" >&6; }
11772 if test -f /usr/X11R6/lib/libGL.a
11773 then
11774 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11775 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11776 else
11777 opengl_msg="No OpenGL library found on this system."
11779 else
11780 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11781 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11783 cat >>confdefs.h <<_ACEOF
11784 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11785 _ACEOF
11787 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"
11789 cat >>confdefs.h <<\_ACEOF
11790 #define HAVE_OPENGL 1
11791 _ACEOF
11795 else
11796 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11797 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11799 cat >>confdefs.h <<_ACEOF
11800 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11801 _ACEOF
11803 OPENGL_LIBS="-lGL"
11805 cat >>confdefs.h <<\_ACEOF
11806 #define HAVE_OPENGL 1
11807 _ACEOF
11811 if test "$ac_cv_header_GL_glu_h" = "yes"
11812 then
11813 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11814 $as_echo_n "checking for -lGLU... " >&6; }
11815 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11816 $as_echo_n "(cached) " >&6
11817 else
11818 ac_check_soname_save_LIBS=$LIBS
11819 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11820 cat >conftest.$ac_ext <<_ACEOF
11821 /* confdefs.h. */
11822 _ACEOF
11823 cat confdefs.h >>conftest.$ac_ext
11824 cat >>conftest.$ac_ext <<_ACEOF
11825 /* end confdefs.h. */
11827 /* Override any GCC internal prototype to avoid an error.
11828 Use char because int might match the return type of a GCC
11829 builtin and then its argument prototype would still apply. */
11830 #ifdef __cplusplus
11831 extern "C"
11832 #endif
11833 char gluLookAt ();
11835 main ()
11837 return gluLookAt ();
11839 return 0;
11841 _ACEOF
11842 rm -f conftest.$ac_objext conftest$ac_exeext
11843 if { (ac_try="$ac_link"
11844 case "(($ac_try" in
11845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11846 *) ac_try_echo=$ac_try;;
11847 esac
11848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11849 $as_echo "$ac_try_echo") >&5
11850 (eval "$ac_link") 2>conftest.er1
11851 ac_status=$?
11852 grep -v '^ *+' conftest.er1 >conftest.err
11853 rm -f conftest.er1
11854 cat conftest.err >&5
11855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11856 (exit $ac_status); } && {
11857 test -z "$ac_c_werror_flag" ||
11858 test ! -s conftest.err
11859 } && test -s conftest$ac_exeext && {
11860 test "$cross_compiling" = yes ||
11861 $as_test_x conftest$ac_exeext
11862 }; then
11863 case "$LIBEXT" in
11864 dll) ;;
11865 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'` ;;
11866 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11867 esac
11868 else
11869 $as_echo "$as_me: failed program was:" >&5
11870 sed 's/^/| /' conftest.$ac_ext >&5
11875 rm -rf conftest.dSYM
11876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11877 conftest$ac_exeext conftest.$ac_ext
11878 LIBS=$ac_check_soname_save_LIBS
11880 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11881 { $as_echo "$as_me:$LINENO: result: not found" >&5
11882 $as_echo "not found" >&6; }
11884 else
11885 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11886 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11888 cat >>confdefs.h <<_ACEOF
11889 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11890 _ACEOF
11896 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11897 case "x$with_glu" in
11898 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11899 xno) ;;
11900 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11901 This is an error since --with-glu was requested." >&5
11902 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11903 This is an error since --with-glu was requested." >&2;}
11904 { (exit 1); exit 1; }; } ;;
11905 esac
11908 else
11909 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11911 else
11912 opengl_msg="OpenGL development headers not found."
11914 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11915 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11916 else
11917 enable_opengl32=${enable_opengl32:-no}
11918 enable_glu32=${enable_glu32:-no}
11920 if test -n "$opengl_msg"; then
11921 case "x$with_opengl" in
11922 x) wine_warnings="$wine_warnings|$opengl_msg
11923 OpenGL and Direct3D won't be supported." ;;
11924 xno) ;;
11925 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11926 OpenGL and Direct3D won't be supported.
11927 This is an error since --with-opengl was requested." >&5
11928 $as_echo "$as_me: error: $opengl_msg
11929 OpenGL and Direct3D won't be supported.
11930 This is an error since --with-opengl was requested." >&2;}
11931 { (exit 1); exit 1; }; } ;;
11932 esac
11936 NASLIBS=""
11939 for ac_header in audio/audiolib.h
11941 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11943 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11944 $as_echo_n "checking for $ac_header... " >&6; }
11945 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11946 $as_echo_n "(cached) " >&6
11948 ac_res=`eval 'as_val=${'$as_ac_Header'}
11949 $as_echo "$as_val"'`
11950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11951 $as_echo "$ac_res" >&6; }
11952 else
11953 # Is the header compilable?
11954 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11955 $as_echo_n "checking $ac_header usability... " >&6; }
11956 cat >conftest.$ac_ext <<_ACEOF
11957 /* confdefs.h. */
11958 _ACEOF
11959 cat confdefs.h >>conftest.$ac_ext
11960 cat >>conftest.$ac_ext <<_ACEOF
11961 /* end confdefs.h. */
11962 $ac_includes_default
11963 #include <$ac_header>
11964 _ACEOF
11965 rm -f conftest.$ac_objext
11966 if { (ac_try="$ac_compile"
11967 case "(($ac_try" in
11968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11969 *) ac_try_echo=$ac_try;;
11970 esac
11971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11972 $as_echo "$ac_try_echo") >&5
11973 (eval "$ac_compile") 2>conftest.er1
11974 ac_status=$?
11975 grep -v '^ *+' conftest.er1 >conftest.err
11976 rm -f conftest.er1
11977 cat conftest.err >&5
11978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11979 (exit $ac_status); } && {
11980 test -z "$ac_c_werror_flag" ||
11981 test ! -s conftest.err
11982 } && test -s conftest.$ac_objext; then
11983 ac_header_compiler=yes
11984 else
11985 $as_echo "$as_me: failed program was:" >&5
11986 sed 's/^/| /' conftest.$ac_ext >&5
11988 ac_header_compiler=no
11991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11992 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11993 $as_echo "$ac_header_compiler" >&6; }
11995 # Is the header present?
11996 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11997 $as_echo_n "checking $ac_header presence... " >&6; }
11998 cat >conftest.$ac_ext <<_ACEOF
11999 /* confdefs.h. */
12000 _ACEOF
12001 cat confdefs.h >>conftest.$ac_ext
12002 cat >>conftest.$ac_ext <<_ACEOF
12003 /* end confdefs.h. */
12004 #include <$ac_header>
12005 _ACEOF
12006 if { (ac_try="$ac_cpp conftest.$ac_ext"
12007 case "(($ac_try" in
12008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12009 *) ac_try_echo=$ac_try;;
12010 esac
12011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12012 $as_echo "$ac_try_echo") >&5
12013 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12014 ac_status=$?
12015 grep -v '^ *+' conftest.er1 >conftest.err
12016 rm -f conftest.er1
12017 cat conftest.err >&5
12018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019 (exit $ac_status); } >/dev/null && {
12020 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12021 test ! -s conftest.err
12022 }; then
12023 ac_header_preproc=yes
12024 else
12025 $as_echo "$as_me: failed program was:" >&5
12026 sed 's/^/| /' conftest.$ac_ext >&5
12028 ac_header_preproc=no
12031 rm -f conftest.err conftest.$ac_ext
12032 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12033 $as_echo "$ac_header_preproc" >&6; }
12035 # So? What about this header?
12036 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12037 yes:no: )
12038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12039 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12041 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12042 ac_header_preproc=yes
12044 no:yes:* )
12045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12046 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12050 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12052 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12053 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12054 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12055 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12056 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12057 ( cat <<\_ASBOX
12058 ## ------------------------------------ ##
12059 ## Report this to wine-devel@winehq.org ##
12060 ## ------------------------------------ ##
12061 _ASBOX
12062 ) | sed "s/^/$as_me: WARNING: /" >&2
12064 esac
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
12069 else
12070 eval "$as_ac_Header=\$ac_header_preproc"
12072 ac_res=`eval 'as_val=${'$as_ac_Header'}
12073 $as_echo "$as_val"'`
12074 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12075 $as_echo "$ac_res" >&6; }
12078 as_val=`eval 'as_val=${'$as_ac_Header'}
12079 $as_echo "$as_val"'`
12080 if test "x$as_val" = x""yes; then
12081 cat >>confdefs.h <<_ACEOF
12082 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12083 _ACEOF
12085 for ac_header in audio/soundlib.h
12087 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12088 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12089 $as_echo_n "checking for $ac_header... " >&6; }
12090 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12091 $as_echo_n "(cached) " >&6
12092 else
12093 cat >conftest.$ac_ext <<_ACEOF
12094 /* confdefs.h. */
12095 _ACEOF
12096 cat confdefs.h >>conftest.$ac_ext
12097 cat >>conftest.$ac_ext <<_ACEOF
12098 /* end confdefs.h. */
12099 #include <audio/audiolib.h>
12101 #include <$ac_header>
12102 _ACEOF
12103 rm -f conftest.$ac_objext
12104 if { (ac_try="$ac_compile"
12105 case "(($ac_try" in
12106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12107 *) ac_try_echo=$ac_try;;
12108 esac
12109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12110 $as_echo "$ac_try_echo") >&5
12111 (eval "$ac_compile") 2>conftest.er1
12112 ac_status=$?
12113 grep -v '^ *+' conftest.er1 >conftest.err
12114 rm -f conftest.er1
12115 cat conftest.err >&5
12116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } && {
12118 test -z "$ac_c_werror_flag" ||
12119 test ! -s conftest.err
12120 } && test -s conftest.$ac_objext; then
12121 eval "$as_ac_Header=yes"
12122 else
12123 $as_echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.$ac_ext >&5
12126 eval "$as_ac_Header=no"
12129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12131 ac_res=`eval 'as_val=${'$as_ac_Header'}
12132 $as_echo "$as_val"'`
12133 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12134 $as_echo "$ac_res" >&6; }
12135 as_val=`eval 'as_val=${'$as_ac_Header'}
12136 $as_echo "$as_val"'`
12137 if test "x$as_val" = x""yes; then
12138 cat >>confdefs.h <<_ACEOF
12139 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12140 _ACEOF
12144 done
12146 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12147 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12148 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12149 $as_echo_n "(cached) " >&6
12150 else
12151 ac_check_lib_save_LIBS=$LIBS
12152 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12153 cat >conftest.$ac_ext <<_ACEOF
12154 /* confdefs.h. */
12155 _ACEOF
12156 cat confdefs.h >>conftest.$ac_ext
12157 cat >>conftest.$ac_ext <<_ACEOF
12158 /* end confdefs.h. */
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12163 #ifdef __cplusplus
12164 extern "C"
12165 #endif
12166 char AuCreateFlow ();
12168 main ()
12170 return AuCreateFlow ();
12172 return 0;
12174 _ACEOF
12175 rm -f conftest.$ac_objext conftest$ac_exeext
12176 if { (ac_try="$ac_link"
12177 case "(($ac_try" in
12178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12179 *) ac_try_echo=$ac_try;;
12180 esac
12181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12182 $as_echo "$ac_try_echo") >&5
12183 (eval "$ac_link") 2>conftest.er1
12184 ac_status=$?
12185 grep -v '^ *+' conftest.er1 >conftest.err
12186 rm -f conftest.er1
12187 cat conftest.err >&5
12188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } && {
12190 test -z "$ac_c_werror_flag" ||
12191 test ! -s conftest.err
12192 } && test -s conftest$ac_exeext && {
12193 test "$cross_compiling" = yes ||
12194 $as_test_x conftest$ac_exeext
12195 }; then
12196 ac_cv_lib_audio_AuCreateFlow=yes
12197 else
12198 $as_echo "$as_me: failed program was:" >&5
12199 sed 's/^/| /' conftest.$ac_ext >&5
12201 ac_cv_lib_audio_AuCreateFlow=no
12204 rm -rf conftest.dSYM
12205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12206 conftest$ac_exeext conftest.$ac_ext
12207 LIBS=$ac_check_lib_save_LIBS
12209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12210 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12211 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12213 cat >>confdefs.h <<\_ACEOF
12214 #define HAVE_NAS 1
12215 _ACEOF
12217 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12218 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12219 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12220 $as_echo_n "(cached) " >&6
12221 else
12222 ac_check_lib_save_LIBS=$LIBS
12223 LIBS="-lXau $X_LIBS $LIBS"
12224 cat >conftest.$ac_ext <<_ACEOF
12225 /* confdefs.h. */
12226 _ACEOF
12227 cat confdefs.h >>conftest.$ac_ext
12228 cat >>conftest.$ac_ext <<_ACEOF
12229 /* end confdefs.h. */
12231 /* Override any GCC internal prototype to avoid an error.
12232 Use char because int might match the return type of a GCC
12233 builtin and then its argument prototype would still apply. */
12234 #ifdef __cplusplus
12235 extern "C"
12236 #endif
12237 char XauGetBestAuthByAddr ();
12239 main ()
12241 return XauGetBestAuthByAddr ();
12243 return 0;
12245 _ACEOF
12246 rm -f conftest.$ac_objext conftest$ac_exeext
12247 if { (ac_try="$ac_link"
12248 case "(($ac_try" in
12249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12250 *) ac_try_echo=$ac_try;;
12251 esac
12252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12253 $as_echo "$ac_try_echo") >&5
12254 (eval "$ac_link") 2>conftest.er1
12255 ac_status=$?
12256 grep -v '^ *+' conftest.er1 >conftest.err
12257 rm -f conftest.er1
12258 cat conftest.err >&5
12259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260 (exit $ac_status); } && {
12261 test -z "$ac_c_werror_flag" ||
12262 test ! -s conftest.err
12263 } && test -s conftest$ac_exeext && {
12264 test "$cross_compiling" = yes ||
12265 $as_test_x conftest$ac_exeext
12266 }; then
12267 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12268 else
12269 $as_echo "$as_me: failed program was:" >&5
12270 sed 's/^/| /' conftest.$ac_ext >&5
12272 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12275 rm -rf conftest.dSYM
12276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12277 conftest$ac_exeext conftest.$ac_ext
12278 LIBS=$ac_check_lib_save_LIBS
12280 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12281 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12282 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12283 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12284 else
12285 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12293 done
12296 CPPFLAGS="$ac_save_CPPFLAGS"
12297 else
12298 XLIB=""
12299 X_CFLAGS=""
12300 X_LIBS=""
12301 enable_winex11_drv=${enable_winex11_drv:-no}
12302 enable_opengl32=${enable_opengl32:-no}
12303 enable_glu32=${enable_glu32:-no}
12305 if test "x$XLIB" = "x"; then
12306 case "x$with_x" in
12307 xno) ;;
12308 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12309 without X support, which probably isn't what you want. You will need to install
12310 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12311 Use the --without-x option if you really want this." >&5
12312 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12313 without X support, which probably isn't what you want. You will need to install
12314 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12315 Use the --without-x option if you really want this." >&2;}
12316 { (exit 1); exit 1; }; } ;;
12317 esac
12322 XML2LIBS=""
12324 XML2INCL=""
12326 XSLTINCL=""
12328 if test "x$with_xml" != "xno"
12329 then
12330 ac_save_CPPFLAGS="$CPPFLAGS"
12331 if test "$PKG_CONFIG" != "false"
12332 then
12333 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12334 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12335 else
12336 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12337 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12339 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12341 for ac_header in libxml/parser.h
12343 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12345 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12346 $as_echo_n "checking for $ac_header... " >&6; }
12347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12348 $as_echo_n "(cached) " >&6
12350 ac_res=`eval 'as_val=${'$as_ac_Header'}
12351 $as_echo "$as_val"'`
12352 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12353 $as_echo "$ac_res" >&6; }
12354 else
12355 # Is the header compilable?
12356 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12357 $as_echo_n "checking $ac_header usability... " >&6; }
12358 cat >conftest.$ac_ext <<_ACEOF
12359 /* confdefs.h. */
12360 _ACEOF
12361 cat confdefs.h >>conftest.$ac_ext
12362 cat >>conftest.$ac_ext <<_ACEOF
12363 /* end confdefs.h. */
12364 $ac_includes_default
12365 #include <$ac_header>
12366 _ACEOF
12367 rm -f conftest.$ac_objext
12368 if { (ac_try="$ac_compile"
12369 case "(($ac_try" in
12370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12371 *) ac_try_echo=$ac_try;;
12372 esac
12373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12374 $as_echo "$ac_try_echo") >&5
12375 (eval "$ac_compile") 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest.$ac_objext; then
12385 ac_header_compiler=yes
12386 else
12387 $as_echo "$as_me: failed program was:" >&5
12388 sed 's/^/| /' conftest.$ac_ext >&5
12390 ac_header_compiler=no
12393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12394 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12395 $as_echo "$ac_header_compiler" >&6; }
12397 # Is the header present?
12398 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12399 $as_echo_n "checking $ac_header presence... " >&6; }
12400 cat >conftest.$ac_ext <<_ACEOF
12401 /* confdefs.h. */
12402 _ACEOF
12403 cat confdefs.h >>conftest.$ac_ext
12404 cat >>conftest.$ac_ext <<_ACEOF
12405 /* end confdefs.h. */
12406 #include <$ac_header>
12407 _ACEOF
12408 if { (ac_try="$ac_cpp conftest.$ac_ext"
12409 case "(($ac_try" in
12410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12411 *) ac_try_echo=$ac_try;;
12412 esac
12413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12414 $as_echo "$ac_try_echo") >&5
12415 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12416 ac_status=$?
12417 grep -v '^ *+' conftest.er1 >conftest.err
12418 rm -f conftest.er1
12419 cat conftest.err >&5
12420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12421 (exit $ac_status); } >/dev/null && {
12422 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12423 test ! -s conftest.err
12424 }; then
12425 ac_header_preproc=yes
12426 else
12427 $as_echo "$as_me: failed program was:" >&5
12428 sed 's/^/| /' conftest.$ac_ext >&5
12430 ac_header_preproc=no
12433 rm -f conftest.err conftest.$ac_ext
12434 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12435 $as_echo "$ac_header_preproc" >&6; }
12437 # So? What about this header?
12438 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12439 yes:no: )
12440 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12441 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12442 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12443 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12444 ac_header_preproc=yes
12446 no:yes:* )
12447 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12448 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12451 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12452 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12453 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12454 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12455 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12456 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12457 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12458 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12459 ( cat <<\_ASBOX
12460 ## ------------------------------------ ##
12461 ## Report this to wine-devel@winehq.org ##
12462 ## ------------------------------------ ##
12463 _ASBOX
12464 ) | sed "s/^/$as_me: WARNING: /" >&2
12466 esac
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
12471 else
12472 eval "$as_ac_Header=\$ac_header_preproc"
12474 ac_res=`eval 'as_val=${'$as_ac_Header'}
12475 $as_echo "$as_val"'`
12476 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12477 $as_echo "$ac_res" >&6; }
12480 as_val=`eval 'as_val=${'$as_ac_Header'}
12481 $as_echo "$as_val"'`
12482 if test "x$as_val" = x""yes; then
12483 cat >>confdefs.h <<_ACEOF
12484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12485 _ACEOF
12486 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12487 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12488 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12489 $as_echo_n "(cached) " >&6
12490 else
12491 ac_check_lib_save_LIBS=$LIBS
12492 LIBS="-lxml2 $ac_xml_libs $LIBS"
12493 cat >conftest.$ac_ext <<_ACEOF
12494 /* confdefs.h. */
12495 _ACEOF
12496 cat confdefs.h >>conftest.$ac_ext
12497 cat >>conftest.$ac_ext <<_ACEOF
12498 /* end confdefs.h. */
12500 /* Override any GCC internal prototype to avoid an error.
12501 Use char because int might match the return type of a GCC
12502 builtin and then its argument prototype would still apply. */
12503 #ifdef __cplusplus
12504 extern "C"
12505 #endif
12506 char xmlParseMemory ();
12508 main ()
12510 return xmlParseMemory ();
12512 return 0;
12514 _ACEOF
12515 rm -f conftest.$ac_objext conftest$ac_exeext
12516 if { (ac_try="$ac_link"
12517 case "(($ac_try" in
12518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12519 *) ac_try_echo=$ac_try;;
12520 esac
12521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12522 $as_echo "$ac_try_echo") >&5
12523 (eval "$ac_link") 2>conftest.er1
12524 ac_status=$?
12525 grep -v '^ *+' conftest.er1 >conftest.err
12526 rm -f conftest.er1
12527 cat conftest.err >&5
12528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12529 (exit $ac_status); } && {
12530 test -z "$ac_c_werror_flag" ||
12531 test ! -s conftest.err
12532 } && test -s conftest$ac_exeext && {
12533 test "$cross_compiling" = yes ||
12534 $as_test_x conftest$ac_exeext
12535 }; then
12536 ac_cv_lib_xml2_xmlParseMemory=yes
12537 else
12538 $as_echo "$as_me: failed program was:" >&5
12539 sed 's/^/| /' conftest.$ac_ext >&5
12541 ac_cv_lib_xml2_xmlParseMemory=no
12544 rm -rf conftest.dSYM
12545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12546 conftest$ac_exeext conftest.$ac_ext
12547 LIBS=$ac_check_lib_save_LIBS
12549 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12550 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12551 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12553 cat >>confdefs.h <<\_ACEOF
12554 #define HAVE_LIBXML2 1
12555 _ACEOF
12557 XML2LIBS="$ac_xml_libs"
12558 XML2INCL="$ac_xml_cflags"
12561 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12562 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12563 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12564 $as_echo_n "(cached) " >&6
12565 else
12566 ac_check_lib_save_LIBS=$LIBS
12567 LIBS="-lxml2 $ac_xml_libs $LIBS"
12568 cat >conftest.$ac_ext <<_ACEOF
12569 /* confdefs.h. */
12570 _ACEOF
12571 cat confdefs.h >>conftest.$ac_ext
12572 cat >>conftest.$ac_ext <<_ACEOF
12573 /* end confdefs.h. */
12575 /* Override any GCC internal prototype to avoid an error.
12576 Use char because int might match the return type of a GCC
12577 builtin and then its argument prototype would still apply. */
12578 #ifdef __cplusplus
12579 extern "C"
12580 #endif
12581 char xmlReadMemory ();
12583 main ()
12585 return xmlReadMemory ();
12587 return 0;
12589 _ACEOF
12590 rm -f conftest.$ac_objext conftest$ac_exeext
12591 if { (ac_try="$ac_link"
12592 case "(($ac_try" in
12593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12594 *) ac_try_echo=$ac_try;;
12595 esac
12596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12597 $as_echo "$ac_try_echo") >&5
12598 (eval "$ac_link") 2>conftest.er1
12599 ac_status=$?
12600 grep -v '^ *+' conftest.er1 >conftest.err
12601 rm -f conftest.er1
12602 cat conftest.err >&5
12603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12604 (exit $ac_status); } && {
12605 test -z "$ac_c_werror_flag" ||
12606 test ! -s conftest.err
12607 } && test -s conftest$ac_exeext && {
12608 test "$cross_compiling" = yes ||
12609 $as_test_x conftest$ac_exeext
12610 }; then
12611 ac_cv_lib_xml2_xmlReadMemory=yes
12612 else
12613 $as_echo "$as_me: failed program was:" >&5
12614 sed 's/^/| /' conftest.$ac_ext >&5
12616 ac_cv_lib_xml2_xmlReadMemory=no
12619 rm -rf conftest.dSYM
12620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12621 conftest$ac_exeext conftest.$ac_ext
12622 LIBS=$ac_check_lib_save_LIBS
12624 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12625 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12626 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12628 cat >>confdefs.h <<\_ACEOF
12629 #define HAVE_XMLREADMEMORY 1
12630 _ACEOF
12634 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12635 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12636 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12637 $as_echo_n "(cached) " >&6
12638 else
12639 ac_check_lib_save_LIBS=$LIBS
12640 LIBS="-lxml2 $ac_xml_libs $LIBS"
12641 cat >conftest.$ac_ext <<_ACEOF
12642 /* confdefs.h. */
12643 _ACEOF
12644 cat confdefs.h >>conftest.$ac_ext
12645 cat >>conftest.$ac_ext <<_ACEOF
12646 /* end confdefs.h. */
12648 /* Override any GCC internal prototype to avoid an error.
12649 Use char because int might match the return type of a GCC
12650 builtin and then its argument prototype would still apply. */
12651 #ifdef __cplusplus
12652 extern "C"
12653 #endif
12654 char xmlNewDocPI ();
12656 main ()
12658 return xmlNewDocPI ();
12660 return 0;
12662 _ACEOF
12663 rm -f conftest.$ac_objext conftest$ac_exeext
12664 if { (ac_try="$ac_link"
12665 case "(($ac_try" in
12666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12667 *) ac_try_echo=$ac_try;;
12668 esac
12669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12670 $as_echo "$ac_try_echo") >&5
12671 (eval "$ac_link") 2>conftest.er1
12672 ac_status=$?
12673 grep -v '^ *+' conftest.er1 >conftest.err
12674 rm -f conftest.er1
12675 cat conftest.err >&5
12676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12677 (exit $ac_status); } && {
12678 test -z "$ac_c_werror_flag" ||
12679 test ! -s conftest.err
12680 } && test -s conftest$ac_exeext && {
12681 test "$cross_compiling" = yes ||
12682 $as_test_x conftest$ac_exeext
12683 }; then
12684 ac_cv_lib_xml2_xmlNewDocPI=yes
12685 else
12686 $as_echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.$ac_ext >&5
12689 ac_cv_lib_xml2_xmlNewDocPI=no
12692 rm -rf conftest.dSYM
12693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12694 conftest$ac_exeext conftest.$ac_ext
12695 LIBS=$ac_check_lib_save_LIBS
12697 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12698 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12699 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12701 cat >>confdefs.h <<\_ACEOF
12702 #define HAVE_XMLNEWDOCPI 1
12703 _ACEOF
12710 done
12712 CPPFLAGS="$ac_save_CPPFLAGS"
12714 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12715 case "x$with_xml" in
12716 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12717 xno) ;;
12718 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12719 This is an error since --with-xml was requested." >&5
12720 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12721 This is an error since --with-xml was requested." >&2;}
12722 { (exit 1); exit 1; }; } ;;
12723 esac
12727 if test "x$with_xslt" != "xno"
12728 then
12729 if test "$PKG_CONFIG" != "false"
12730 then
12731 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12732 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12733 else
12734 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12735 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12737 ac_save_CPPFLAGS="$CPPFLAGS"
12738 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12741 for ac_header in libxslt/pattern.h libxslt/transform.h
12743 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12744 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12745 $as_echo_n "checking for $ac_header... " >&6; }
12746 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12747 $as_echo_n "(cached) " >&6
12748 else
12749 cat >conftest.$ac_ext <<_ACEOF
12750 /* confdefs.h. */
12751 _ACEOF
12752 cat confdefs.h >>conftest.$ac_ext
12753 cat >>conftest.$ac_ext <<_ACEOF
12754 /* end confdefs.h. */
12755 #ifdef HAVE_LIBXSLT_PATTERN_H
12756 # include <libxslt/pattern.h>
12757 #endif
12759 #include <$ac_header>
12760 _ACEOF
12761 rm -f conftest.$ac_objext
12762 if { (ac_try="$ac_compile"
12763 case "(($ac_try" in
12764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12765 *) ac_try_echo=$ac_try;;
12766 esac
12767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12768 $as_echo "$ac_try_echo") >&5
12769 (eval "$ac_compile") 2>conftest.er1
12770 ac_status=$?
12771 grep -v '^ *+' conftest.er1 >conftest.err
12772 rm -f conftest.er1
12773 cat conftest.err >&5
12774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12775 (exit $ac_status); } && {
12776 test -z "$ac_c_werror_flag" ||
12777 test ! -s conftest.err
12778 } && test -s conftest.$ac_objext; then
12779 eval "$as_ac_Header=yes"
12780 else
12781 $as_echo "$as_me: failed program was:" >&5
12782 sed 's/^/| /' conftest.$ac_ext >&5
12784 eval "$as_ac_Header=no"
12787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12789 ac_res=`eval 'as_val=${'$as_ac_Header'}
12790 $as_echo "$as_val"'`
12791 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12792 $as_echo "$ac_res" >&6; }
12793 as_val=`eval 'as_val=${'$as_ac_Header'}
12794 $as_echo "$as_val"'`
12795 if test "x$as_val" = x""yes; then
12796 cat >>confdefs.h <<_ACEOF
12797 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12798 _ACEOF
12802 done
12804 CPPFLAGS="$ac_save_CPPFLAGS"
12805 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12806 then
12807 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12808 $as_echo_n "checking for -lxslt... " >&6; }
12809 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12810 $as_echo_n "(cached) " >&6
12811 else
12812 ac_check_soname_save_LIBS=$LIBS
12813 LIBS="-lxslt $ac_xslt_libs $LIBS"
12814 cat >conftest.$ac_ext <<_ACEOF
12815 /* confdefs.h. */
12816 _ACEOF
12817 cat confdefs.h >>conftest.$ac_ext
12818 cat >>conftest.$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12824 #ifdef __cplusplus
12825 extern "C"
12826 #endif
12827 char xsltCompilePattern ();
12829 main ()
12831 return xsltCompilePattern ();
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext conftest$ac_exeext
12837 if { (ac_try="$ac_link"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12843 $as_echo "$ac_try_echo") >&5
12844 (eval "$ac_link") 2>conftest.er1
12845 ac_status=$?
12846 grep -v '^ *+' conftest.er1 >conftest.err
12847 rm -f conftest.er1
12848 cat conftest.err >&5
12849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } && {
12851 test -z "$ac_c_werror_flag" ||
12852 test ! -s conftest.err
12853 } && test -s conftest$ac_exeext && {
12854 test "$cross_compiling" = yes ||
12855 $as_test_x conftest$ac_exeext
12856 }; then
12857 case "$LIBEXT" in
12858 dll) ;;
12859 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'` ;;
12860 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12861 esac
12862 else
12863 $as_echo "$as_me: failed program was:" >&5
12864 sed 's/^/| /' conftest.$ac_ext >&5
12869 rm -rf conftest.dSYM
12870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12871 conftest$ac_exeext conftest.$ac_ext
12872 LIBS=$ac_check_soname_save_LIBS
12874 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12875 { $as_echo "$as_me:$LINENO: result: not found" >&5
12876 $as_echo "not found" >&6; }
12878 else
12879 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12880 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12882 cat >>confdefs.h <<_ACEOF
12883 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12884 _ACEOF
12886 XSLTINCL="$ac_xslt_cflags"
12891 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12892 case "x$with_xslt" in
12893 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12894 xno) ;;
12895 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12896 This is an error since --with-xslt was requested." >&5
12897 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12898 This is an error since --with-xslt was requested." >&2;}
12899 { (exit 1); exit 1; }; } ;;
12900 esac
12904 HALINCL=""
12906 if test "x$with_hal" != "xno"
12907 then
12908 ac_save_CPPFLAGS="$CPPFLAGS"
12909 if test "$PKG_CONFIG" != "false"
12910 then
12911 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12912 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12913 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12917 for ac_header in dbus/dbus.h hal/libhal.h
12919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12920 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12921 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12922 $as_echo_n "checking for $ac_header... " >&6; }
12923 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12924 $as_echo_n "(cached) " >&6
12926 ac_res=`eval 'as_val=${'$as_ac_Header'}
12927 $as_echo "$as_val"'`
12928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12929 $as_echo "$ac_res" >&6; }
12930 else
12931 # Is the header compilable?
12932 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12933 $as_echo_n "checking $ac_header usability... " >&6; }
12934 cat >conftest.$ac_ext <<_ACEOF
12935 /* confdefs.h. */
12936 _ACEOF
12937 cat confdefs.h >>conftest.$ac_ext
12938 cat >>conftest.$ac_ext <<_ACEOF
12939 /* end confdefs.h. */
12940 $ac_includes_default
12941 #include <$ac_header>
12942 _ACEOF
12943 rm -f conftest.$ac_objext
12944 if { (ac_try="$ac_compile"
12945 case "(($ac_try" in
12946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12947 *) ac_try_echo=$ac_try;;
12948 esac
12949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12950 $as_echo "$ac_try_echo") >&5
12951 (eval "$ac_compile") 2>conftest.er1
12952 ac_status=$?
12953 grep -v '^ *+' conftest.er1 >conftest.err
12954 rm -f conftest.er1
12955 cat conftest.err >&5
12956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12957 (exit $ac_status); } && {
12958 test -z "$ac_c_werror_flag" ||
12959 test ! -s conftest.err
12960 } && test -s conftest.$ac_objext; then
12961 ac_header_compiler=yes
12962 else
12963 $as_echo "$as_me: failed program was:" >&5
12964 sed 's/^/| /' conftest.$ac_ext >&5
12966 ac_header_compiler=no
12969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12970 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12971 $as_echo "$ac_header_compiler" >&6; }
12973 # Is the header present?
12974 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12975 $as_echo_n "checking $ac_header presence... " >&6; }
12976 cat >conftest.$ac_ext <<_ACEOF
12977 /* confdefs.h. */
12978 _ACEOF
12979 cat confdefs.h >>conftest.$ac_ext
12980 cat >>conftest.$ac_ext <<_ACEOF
12981 /* end confdefs.h. */
12982 #include <$ac_header>
12983 _ACEOF
12984 if { (ac_try="$ac_cpp conftest.$ac_ext"
12985 case "(($ac_try" in
12986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12987 *) ac_try_echo=$ac_try;;
12988 esac
12989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12990 $as_echo "$ac_try_echo") >&5
12991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12992 ac_status=$?
12993 grep -v '^ *+' conftest.er1 >conftest.err
12994 rm -f conftest.er1
12995 cat conftest.err >&5
12996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); } >/dev/null && {
12998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12999 test ! -s conftest.err
13000 }; then
13001 ac_header_preproc=yes
13002 else
13003 $as_echo "$as_me: failed program was:" >&5
13004 sed 's/^/| /' conftest.$ac_ext >&5
13006 ac_header_preproc=no
13009 rm -f conftest.err conftest.$ac_ext
13010 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13011 $as_echo "$ac_header_preproc" >&6; }
13013 # So? What about this header?
13014 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13015 yes:no: )
13016 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13017 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13018 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13019 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13020 ac_header_preproc=yes
13022 no:yes:* )
13023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13024 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13028 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13029 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13030 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13031 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13032 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13033 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13034 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13035 ( cat <<\_ASBOX
13036 ## ------------------------------------ ##
13037 ## Report this to wine-devel@winehq.org ##
13038 ## ------------------------------------ ##
13039 _ASBOX
13040 ) | sed "s/^/$as_me: WARNING: /" >&2
13042 esac
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
13047 else
13048 eval "$as_ac_Header=\$ac_header_preproc"
13050 ac_res=`eval 'as_val=${'$as_ac_Header'}
13051 $as_echo "$as_val"'`
13052 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13053 $as_echo "$ac_res" >&6; }
13056 as_val=`eval 'as_val=${'$as_ac_Header'}
13057 $as_echo "$as_val"'`
13058 if test "x$as_val" = x""yes; then
13059 cat >>confdefs.h <<_ACEOF
13060 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13061 _ACEOF
13065 done
13067 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13068 then
13069 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13070 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13071 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13072 $as_echo_n "(cached) " >&6
13073 else
13074 ac_check_lib_save_LIBS=$LIBS
13075 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13076 cat >conftest.$ac_ext <<_ACEOF
13077 /* confdefs.h. */
13078 _ACEOF
13079 cat confdefs.h >>conftest.$ac_ext
13080 cat >>conftest.$ac_ext <<_ACEOF
13081 /* end confdefs.h. */
13083 /* Override any GCC internal prototype to avoid an error.
13084 Use char because int might match the return type of a GCC
13085 builtin and then its argument prototype would still apply. */
13086 #ifdef __cplusplus
13087 extern "C"
13088 #endif
13089 char dbus_connection_close ();
13091 main ()
13093 return dbus_connection_close ();
13095 return 0;
13097 _ACEOF
13098 rm -f conftest.$ac_objext conftest$ac_exeext
13099 if { (ac_try="$ac_link"
13100 case "(($ac_try" in
13101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13102 *) ac_try_echo=$ac_try;;
13103 esac
13104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13105 $as_echo "$ac_try_echo") >&5
13106 (eval "$ac_link") 2>conftest.er1
13107 ac_status=$?
13108 grep -v '^ *+' conftest.er1 >conftest.err
13109 rm -f conftest.er1
13110 cat conftest.err >&5
13111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13112 (exit $ac_status); } && {
13113 test -z "$ac_c_werror_flag" ||
13114 test ! -s conftest.err
13115 } && test -s conftest$ac_exeext && {
13116 test "$cross_compiling" = yes ||
13117 $as_test_x conftest$ac_exeext
13118 }; then
13119 ac_cv_lib_dbus_1_dbus_connection_close=yes
13120 else
13121 $as_echo "$as_me: failed program was:" >&5
13122 sed 's/^/| /' conftest.$ac_ext >&5
13124 ac_cv_lib_dbus_1_dbus_connection_close=no
13127 rm -rf conftest.dSYM
13128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13129 conftest$ac_exeext conftest.$ac_ext
13130 LIBS=$ac_check_lib_save_LIBS
13132 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13133 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13134 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13135 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13136 $as_echo_n "checking for -lhal... " >&6; }
13137 if test "${ac_cv_lib_soname_hal+set}" = set; then
13138 $as_echo_n "(cached) " >&6
13139 else
13140 ac_check_soname_save_LIBS=$LIBS
13141 LIBS="-lhal $ac_hal_libs $LIBS"
13142 cat >conftest.$ac_ext <<_ACEOF
13143 /* confdefs.h. */
13144 _ACEOF
13145 cat confdefs.h >>conftest.$ac_ext
13146 cat >>conftest.$ac_ext <<_ACEOF
13147 /* end confdefs.h. */
13149 /* Override any GCC internal prototype to avoid an error.
13150 Use char because int might match the return type of a GCC
13151 builtin and then its argument prototype would still apply. */
13152 #ifdef __cplusplus
13153 extern "C"
13154 #endif
13155 char libhal_ctx_new ();
13157 main ()
13159 return libhal_ctx_new ();
13161 return 0;
13163 _ACEOF
13164 rm -f conftest.$ac_objext conftest$ac_exeext
13165 if { (ac_try="$ac_link"
13166 case "(($ac_try" in
13167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13168 *) ac_try_echo=$ac_try;;
13169 esac
13170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13171 $as_echo "$ac_try_echo") >&5
13172 (eval "$ac_link") 2>conftest.er1
13173 ac_status=$?
13174 grep -v '^ *+' conftest.er1 >conftest.err
13175 rm -f conftest.er1
13176 cat conftest.err >&5
13177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); } && {
13179 test -z "$ac_c_werror_flag" ||
13180 test ! -s conftest.err
13181 } && test -s conftest$ac_exeext && {
13182 test "$cross_compiling" = yes ||
13183 $as_test_x conftest$ac_exeext
13184 }; then
13185 case "$LIBEXT" in
13186 dll) ;;
13187 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'` ;;
13188 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13189 esac
13190 else
13191 $as_echo "$as_me: failed program was:" >&5
13192 sed 's/^/| /' conftest.$ac_ext >&5
13197 rm -rf conftest.dSYM
13198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13199 conftest$ac_exeext conftest.$ac_ext
13200 LIBS=$ac_check_soname_save_LIBS
13202 if test "x$ac_cv_lib_soname_hal" = "x"; then
13203 { $as_echo "$as_me:$LINENO: result: not found" >&5
13204 $as_echo "not found" >&6; }
13206 else
13207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13208 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13210 cat >>confdefs.h <<_ACEOF
13211 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13212 _ACEOF
13214 HALINCL="$ac_hal_cflags"
13220 CPPFLAGS="$ac_save_CPPFLAGS"
13222 if test "x$ac_cv_lib_soname_hal" = "x"; then
13223 case "x$with_hal" in
13224 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13225 xno) ;;
13226 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13227 This is an error since --with-hal was requested." >&5
13228 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13229 This is an error since --with-hal was requested." >&2;}
13230 { (exit 1); exit 1; }; } ;;
13231 esac
13235 if test "x$with_gnutls" != "xno"
13236 then
13237 ac_save_CPPFLAGS="$CPPFLAGS"
13238 if test "$PKG_CONFIG" != "false"
13239 then
13240 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13241 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13242 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13244 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13245 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13246 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13247 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13248 $as_echo_n "(cached) " >&6
13250 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13251 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13252 else
13253 # Is the header compilable?
13254 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13255 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13256 cat >conftest.$ac_ext <<_ACEOF
13257 /* confdefs.h. */
13258 _ACEOF
13259 cat confdefs.h >>conftest.$ac_ext
13260 cat >>conftest.$ac_ext <<_ACEOF
13261 /* end confdefs.h. */
13262 $ac_includes_default
13263 #include <gnutls/gnutls.h>
13264 _ACEOF
13265 rm -f conftest.$ac_objext
13266 if { (ac_try="$ac_compile"
13267 case "(($ac_try" in
13268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13269 *) ac_try_echo=$ac_try;;
13270 esac
13271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13272 $as_echo "$ac_try_echo") >&5
13273 (eval "$ac_compile") 2>conftest.er1
13274 ac_status=$?
13275 grep -v '^ *+' conftest.er1 >conftest.err
13276 rm -f conftest.er1
13277 cat conftest.err >&5
13278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); } && {
13280 test -z "$ac_c_werror_flag" ||
13281 test ! -s conftest.err
13282 } && test -s conftest.$ac_objext; then
13283 ac_header_compiler=yes
13284 else
13285 $as_echo "$as_me: failed program was:" >&5
13286 sed 's/^/| /' conftest.$ac_ext >&5
13288 ac_header_compiler=no
13291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13292 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13293 $as_echo "$ac_header_compiler" >&6; }
13295 # Is the header present?
13296 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13297 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13298 cat >conftest.$ac_ext <<_ACEOF
13299 /* confdefs.h. */
13300 _ACEOF
13301 cat confdefs.h >>conftest.$ac_ext
13302 cat >>conftest.$ac_ext <<_ACEOF
13303 /* end confdefs.h. */
13304 #include <gnutls/gnutls.h>
13305 _ACEOF
13306 if { (ac_try="$ac_cpp conftest.$ac_ext"
13307 case "(($ac_try" in
13308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13309 *) ac_try_echo=$ac_try;;
13310 esac
13311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13312 $as_echo "$ac_try_echo") >&5
13313 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13314 ac_status=$?
13315 grep -v '^ *+' conftest.er1 >conftest.err
13316 rm -f conftest.er1
13317 cat conftest.err >&5
13318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319 (exit $ac_status); } >/dev/null && {
13320 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13321 test ! -s conftest.err
13322 }; then
13323 ac_header_preproc=yes
13324 else
13325 $as_echo "$as_me: failed program was:" >&5
13326 sed 's/^/| /' conftest.$ac_ext >&5
13328 ac_header_preproc=no
13331 rm -f conftest.err conftest.$ac_ext
13332 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13333 $as_echo "$ac_header_preproc" >&6; }
13335 # So? What about this header?
13336 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13337 yes:no: )
13338 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13339 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13340 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13341 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13342 ac_header_preproc=yes
13344 no:yes:* )
13345 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13347 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13349 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13350 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13351 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13352 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13353 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13354 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13355 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13356 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13357 ( cat <<\_ASBOX
13358 ## ------------------------------------ ##
13359 ## Report this to wine-devel@winehq.org ##
13360 ## ------------------------------------ ##
13361 _ASBOX
13362 ) | sed "s/^/$as_me: WARNING: /" >&2
13364 esac
13365 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13366 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13367 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13368 $as_echo_n "(cached) " >&6
13369 else
13370 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13372 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13373 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13376 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 #include <gnutls/gnutls.h>
13385 main ()
13387 typeof(gnutls_mac_get_key_size) *pfunc;
13389 return 0;
13391 _ACEOF
13392 rm -f conftest.$ac_objext
13393 if { (ac_try="$ac_compile"
13394 case "(($ac_try" in
13395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13396 *) ac_try_echo=$ac_try;;
13397 esac
13398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13399 $as_echo "$ac_try_echo") >&5
13400 (eval "$ac_compile") 2>conftest.er1
13401 ac_status=$?
13402 grep -v '^ *+' conftest.er1 >conftest.err
13403 rm -f conftest.er1
13404 cat conftest.err >&5
13405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); } && {
13407 test -z "$ac_c_werror_flag" ||
13408 test ! -s conftest.err
13409 } && test -s conftest.$ac_objext; then
13410 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13411 $as_echo_n "checking for -lgnutls... " >&6; }
13412 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13413 $as_echo_n "(cached) " >&6
13414 else
13415 ac_check_soname_save_LIBS=$LIBS
13416 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13417 cat >conftest.$ac_ext <<_ACEOF
13418 /* confdefs.h. */
13419 _ACEOF
13420 cat confdefs.h >>conftest.$ac_ext
13421 cat >>conftest.$ac_ext <<_ACEOF
13422 /* end confdefs.h. */
13424 /* Override any GCC internal prototype to avoid an error.
13425 Use char because int might match the return type of a GCC
13426 builtin and then its argument prototype would still apply. */
13427 #ifdef __cplusplus
13428 extern "C"
13429 #endif
13430 char gnutls_global_init ();
13432 main ()
13434 return gnutls_global_init ();
13436 return 0;
13438 _ACEOF
13439 rm -f conftest.$ac_objext conftest$ac_exeext
13440 if { (ac_try="$ac_link"
13441 case "(($ac_try" in
13442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13443 *) ac_try_echo=$ac_try;;
13444 esac
13445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13446 $as_echo "$ac_try_echo") >&5
13447 (eval "$ac_link") 2>conftest.er1
13448 ac_status=$?
13449 grep -v '^ *+' conftest.er1 >conftest.err
13450 rm -f conftest.er1
13451 cat conftest.err >&5
13452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13453 (exit $ac_status); } && {
13454 test -z "$ac_c_werror_flag" ||
13455 test ! -s conftest.err
13456 } && test -s conftest$ac_exeext && {
13457 test "$cross_compiling" = yes ||
13458 $as_test_x conftest$ac_exeext
13459 }; then
13460 case "$LIBEXT" in
13461 dll) ;;
13462 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'` ;;
13463 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13464 esac
13465 else
13466 $as_echo "$as_me: failed program was:" >&5
13467 sed 's/^/| /' conftest.$ac_ext >&5
13472 rm -rf conftest.dSYM
13473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13474 conftest$ac_exeext conftest.$ac_ext
13475 LIBS=$ac_check_soname_save_LIBS
13477 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13478 { $as_echo "$as_me:$LINENO: result: not found" >&5
13479 $as_echo "not found" >&6; }
13481 else
13482 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13483 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13485 cat >>confdefs.h <<_ACEOF
13486 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13487 _ACEOF
13489 GNUTLSINCL="$ac_gnutls_cflags"
13493 else
13494 $as_echo "$as_me: failed program was:" >&5
13495 sed 's/^/| /' conftest.$ac_ext >&5
13500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13504 CPPFLAGS="$ac_save_CPPFLAGS"
13506 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13507 case "x$with_gnutls" in
13508 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13509 xno) ;;
13510 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13511 This is an error since --with-gnutls was requested." >&5
13512 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13513 This is an error since --with-gnutls was requested." >&2;}
13514 { (exit 1); exit 1; }; } ;;
13515 esac
13519 CURSESLIBS=""
13520 if test "$ac_cv_header_ncurses_h" = "yes"
13521 then
13522 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13523 $as_echo_n "checking for -lncurses... " >&6; }
13524 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13525 $as_echo_n "(cached) " >&6
13526 else
13527 ac_check_soname_save_LIBS=$LIBS
13528 LIBS="-lncurses $LIBS"
13529 cat >conftest.$ac_ext <<_ACEOF
13530 /* confdefs.h. */
13531 _ACEOF
13532 cat confdefs.h >>conftest.$ac_ext
13533 cat >>conftest.$ac_ext <<_ACEOF
13534 /* end confdefs.h. */
13536 /* Override any GCC internal prototype to avoid an error.
13537 Use char because int might match the return type of a GCC
13538 builtin and then its argument prototype would still apply. */
13539 #ifdef __cplusplus
13540 extern "C"
13541 #endif
13542 char waddch ();
13544 main ()
13546 return waddch ();
13548 return 0;
13550 _ACEOF
13551 rm -f conftest.$ac_objext conftest$ac_exeext
13552 if { (ac_try="$ac_link"
13553 case "(($ac_try" in
13554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13555 *) ac_try_echo=$ac_try;;
13556 esac
13557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13558 $as_echo "$ac_try_echo") >&5
13559 (eval "$ac_link") 2>conftest.er1
13560 ac_status=$?
13561 grep -v '^ *+' conftest.er1 >conftest.err
13562 rm -f conftest.er1
13563 cat conftest.err >&5
13564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); } && {
13566 test -z "$ac_c_werror_flag" ||
13567 test ! -s conftest.err
13568 } && test -s conftest$ac_exeext && {
13569 test "$cross_compiling" = yes ||
13570 $as_test_x conftest$ac_exeext
13571 }; then
13572 case "$LIBEXT" in
13573 dll) ;;
13574 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'` ;;
13575 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13576 esac
13577 else
13578 $as_echo "$as_me: failed program was:" >&5
13579 sed 's/^/| /' conftest.$ac_ext >&5
13584 rm -rf conftest.dSYM
13585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13586 conftest$ac_exeext conftest.$ac_ext
13587 LIBS=$ac_check_soname_save_LIBS
13589 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13590 { $as_echo "$as_me:$LINENO: result: not found" >&5
13591 $as_echo "not found" >&6; }
13593 else
13594 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13595 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13597 cat >>confdefs.h <<_ACEOF
13598 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13599 _ACEOF
13601 CURSESLIBS="-lncurses"
13604 elif test "$ac_cv_header_curses_h" = "yes"
13605 then
13606 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13607 $as_echo_n "checking for -lcurses... " >&6; }
13608 if test "${ac_cv_lib_soname_curses+set}" = set; then
13609 $as_echo_n "(cached) " >&6
13610 else
13611 ac_check_soname_save_LIBS=$LIBS
13612 LIBS="-lcurses $LIBS"
13613 cat >conftest.$ac_ext <<_ACEOF
13614 /* confdefs.h. */
13615 _ACEOF
13616 cat confdefs.h >>conftest.$ac_ext
13617 cat >>conftest.$ac_ext <<_ACEOF
13618 /* end confdefs.h. */
13620 /* Override any GCC internal prototype to avoid an error.
13621 Use char because int might match the return type of a GCC
13622 builtin and then its argument prototype would still apply. */
13623 #ifdef __cplusplus
13624 extern "C"
13625 #endif
13626 char waddch ();
13628 main ()
13630 return waddch ();
13632 return 0;
13634 _ACEOF
13635 rm -f conftest.$ac_objext conftest$ac_exeext
13636 if { (ac_try="$ac_link"
13637 case "(($ac_try" in
13638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13639 *) ac_try_echo=$ac_try;;
13640 esac
13641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13642 $as_echo "$ac_try_echo") >&5
13643 (eval "$ac_link") 2>conftest.er1
13644 ac_status=$?
13645 grep -v '^ *+' conftest.er1 >conftest.err
13646 rm -f conftest.er1
13647 cat conftest.err >&5
13648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13649 (exit $ac_status); } && {
13650 test -z "$ac_c_werror_flag" ||
13651 test ! -s conftest.err
13652 } && test -s conftest$ac_exeext && {
13653 test "$cross_compiling" = yes ||
13654 $as_test_x conftest$ac_exeext
13655 }; then
13656 case "$LIBEXT" in
13657 dll) ;;
13658 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'` ;;
13659 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13660 esac
13661 else
13662 $as_echo "$as_me: failed program was:" >&5
13663 sed 's/^/| /' conftest.$ac_ext >&5
13668 rm -rf conftest.dSYM
13669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13670 conftest$ac_exeext conftest.$ac_ext
13671 LIBS=$ac_check_soname_save_LIBS
13673 if test "x$ac_cv_lib_soname_curses" = "x"; then
13674 { $as_echo "$as_me:$LINENO: result: not found" >&5
13675 $as_echo "not found" >&6; }
13677 else
13678 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13679 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13681 cat >>confdefs.h <<_ACEOF
13682 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13683 _ACEOF
13685 CURSESLIBS="-lcurses"
13689 ac_save_LIBS="$LIBS"
13690 LIBS="$LIBS $CURSESLIBS"
13692 for ac_func in mousemask
13694 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13695 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13696 $as_echo_n "checking for $ac_func... " >&6; }
13697 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13698 $as_echo_n "(cached) " >&6
13699 else
13700 cat >conftest.$ac_ext <<_ACEOF
13701 /* confdefs.h. */
13702 _ACEOF
13703 cat confdefs.h >>conftest.$ac_ext
13704 cat >>conftest.$ac_ext <<_ACEOF
13705 /* end confdefs.h. */
13706 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13707 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13708 #define $ac_func innocuous_$ac_func
13710 /* System header to define __stub macros and hopefully few prototypes,
13711 which can conflict with char $ac_func (); below.
13712 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13713 <limits.h> exists even on freestanding compilers. */
13715 #ifdef __STDC__
13716 # include <limits.h>
13717 #else
13718 # include <assert.h>
13719 #endif
13721 #undef $ac_func
13723 /* Override any GCC internal prototype to avoid an error.
13724 Use char because int might match the return type of a GCC
13725 builtin and then its argument prototype would still apply. */
13726 #ifdef __cplusplus
13727 extern "C"
13728 #endif
13729 char $ac_func ();
13730 /* The GNU C library defines this for functions which it implements
13731 to always fail with ENOSYS. Some functions are actually named
13732 something starting with __ and the normal name is an alias. */
13733 #if defined __stub_$ac_func || defined __stub___$ac_func
13734 choke me
13735 #endif
13738 main ()
13740 return $ac_func ();
13742 return 0;
13744 _ACEOF
13745 rm -f conftest.$ac_objext conftest$ac_exeext
13746 if { (ac_try="$ac_link"
13747 case "(($ac_try" in
13748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13749 *) ac_try_echo=$ac_try;;
13750 esac
13751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13752 $as_echo "$ac_try_echo") >&5
13753 (eval "$ac_link") 2>conftest.er1
13754 ac_status=$?
13755 grep -v '^ *+' conftest.er1 >conftest.err
13756 rm -f conftest.er1
13757 cat conftest.err >&5
13758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13759 (exit $ac_status); } && {
13760 test -z "$ac_c_werror_flag" ||
13761 test ! -s conftest.err
13762 } && test -s conftest$ac_exeext && {
13763 test "$cross_compiling" = yes ||
13764 $as_test_x conftest$ac_exeext
13765 }; then
13766 eval "$as_ac_var=yes"
13767 else
13768 $as_echo "$as_me: failed program was:" >&5
13769 sed 's/^/| /' conftest.$ac_ext >&5
13771 eval "$as_ac_var=no"
13774 rm -rf conftest.dSYM
13775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13776 conftest$ac_exeext conftest.$ac_ext
13778 ac_res=`eval 'as_val=${'$as_ac_var'}
13779 $as_echo "$as_val"'`
13780 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13781 $as_echo "$ac_res" >&6; }
13782 as_val=`eval 'as_val=${'$as_ac_var'}
13783 $as_echo "$as_val"'`
13784 if test "x$as_val" = x""yes; then
13785 cat >>confdefs.h <<_ACEOF
13786 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13787 _ACEOF
13790 done
13792 LIBS="$ac_save_LIBS"
13793 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13794 case "x$with_curses" in
13795 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13796 xno) ;;
13797 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13798 This is an error since --with-curses was requested." >&5
13799 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13800 This is an error since --with-curses was requested." >&2;}
13801 { (exit 1); exit 1; }; } ;;
13802 esac
13806 if test "x$with_sane" != "xno"
13807 then
13808 ac_save_CPPFLAGS="$CPPFLAGS"
13809 # Extract the first word of "sane-config", so it can be a program name with args.
13810 set dummy sane-config; ac_word=$2
13811 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13812 $as_echo_n "checking for $ac_word... " >&6; }
13813 if test "${ac_cv_prog_sane_devel+set}" = set; then
13814 $as_echo_n "(cached) " >&6
13815 else
13816 if test -n "$sane_devel"; then
13817 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13818 else
13819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13820 for as_dir in $PATH
13822 IFS=$as_save_IFS
13823 test -z "$as_dir" && as_dir=.
13824 for ac_exec_ext in '' $ac_executable_extensions; do
13825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13826 ac_cv_prog_sane_devel="sane-config"
13827 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13828 break 2
13830 done
13831 done
13832 IFS=$as_save_IFS
13834 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13837 sane_devel=$ac_cv_prog_sane_devel
13838 if test -n "$sane_devel"; then
13839 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13840 $as_echo "$sane_devel" >&6; }
13841 else
13842 { $as_echo "$as_me:$LINENO: result: no" >&5
13843 $as_echo "no" >&6; }
13847 if test "$sane_devel" != "no"
13848 then
13849 ac_sane_incl="`$sane_devel --cflags`"
13850 ac_sane_libs="`$sane_devel --ldflags`"
13851 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13853 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13854 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13855 $as_echo_n "checking for sane/sane.h... " >&6; }
13856 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13857 $as_echo_n "(cached) " >&6
13859 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13860 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13861 else
13862 # Is the header compilable?
13863 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13864 $as_echo_n "checking sane/sane.h usability... " >&6; }
13865 cat >conftest.$ac_ext <<_ACEOF
13866 /* confdefs.h. */
13867 _ACEOF
13868 cat confdefs.h >>conftest.$ac_ext
13869 cat >>conftest.$ac_ext <<_ACEOF
13870 /* end confdefs.h. */
13871 $ac_includes_default
13872 #include <sane/sane.h>
13873 _ACEOF
13874 rm -f conftest.$ac_objext
13875 if { (ac_try="$ac_compile"
13876 case "(($ac_try" in
13877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13878 *) ac_try_echo=$ac_try;;
13879 esac
13880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13881 $as_echo "$ac_try_echo") >&5
13882 (eval "$ac_compile") 2>conftest.er1
13883 ac_status=$?
13884 grep -v '^ *+' conftest.er1 >conftest.err
13885 rm -f conftest.er1
13886 cat conftest.err >&5
13887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 (exit $ac_status); } && {
13889 test -z "$ac_c_werror_flag" ||
13890 test ! -s conftest.err
13891 } && test -s conftest.$ac_objext; then
13892 ac_header_compiler=yes
13893 else
13894 $as_echo "$as_me: failed program was:" >&5
13895 sed 's/^/| /' conftest.$ac_ext >&5
13897 ac_header_compiler=no
13900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13901 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13902 $as_echo "$ac_header_compiler" >&6; }
13904 # Is the header present?
13905 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13906 $as_echo_n "checking sane/sane.h presence... " >&6; }
13907 cat >conftest.$ac_ext <<_ACEOF
13908 /* confdefs.h. */
13909 _ACEOF
13910 cat confdefs.h >>conftest.$ac_ext
13911 cat >>conftest.$ac_ext <<_ACEOF
13912 /* end confdefs.h. */
13913 #include <sane/sane.h>
13914 _ACEOF
13915 if { (ac_try="$ac_cpp conftest.$ac_ext"
13916 case "(($ac_try" in
13917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13918 *) ac_try_echo=$ac_try;;
13919 esac
13920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13921 $as_echo "$ac_try_echo") >&5
13922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13923 ac_status=$?
13924 grep -v '^ *+' conftest.er1 >conftest.err
13925 rm -f conftest.er1
13926 cat conftest.err >&5
13927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13928 (exit $ac_status); } >/dev/null && {
13929 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13930 test ! -s conftest.err
13931 }; then
13932 ac_header_preproc=yes
13933 else
13934 $as_echo "$as_me: failed program was:" >&5
13935 sed 's/^/| /' conftest.$ac_ext >&5
13937 ac_header_preproc=no
13940 rm -f conftest.err conftest.$ac_ext
13941 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13942 $as_echo "$ac_header_preproc" >&6; }
13944 # So? What about this header?
13945 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13946 yes:no: )
13947 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13948 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13949 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13950 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13951 ac_header_preproc=yes
13953 no:yes:* )
13954 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13956 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13958 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13959 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13960 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13961 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13962 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13963 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13964 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13965 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13966 ( cat <<\_ASBOX
13967 ## ------------------------------------ ##
13968 ## Report this to wine-devel@winehq.org ##
13969 ## ------------------------------------ ##
13970 _ASBOX
13971 ) | sed "s/^/$as_me: WARNING: /" >&2
13973 esac
13974 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13975 $as_echo_n "checking for sane/sane.h... " >&6; }
13976 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13977 $as_echo_n "(cached) " >&6
13978 else
13979 ac_cv_header_sane_sane_h=$ac_header_preproc
13981 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13982 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13985 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13986 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13987 $as_echo_n "checking for -lsane... " >&6; }
13988 if test "${ac_cv_lib_soname_sane+set}" = set; then
13989 $as_echo_n "(cached) " >&6
13990 else
13991 ac_check_soname_save_LIBS=$LIBS
13992 LIBS="-lsane $ac_sane_libs $LIBS"
13993 cat >conftest.$ac_ext <<_ACEOF
13994 /* confdefs.h. */
13995 _ACEOF
13996 cat confdefs.h >>conftest.$ac_ext
13997 cat >>conftest.$ac_ext <<_ACEOF
13998 /* end confdefs.h. */
14000 /* Override any GCC internal prototype to avoid an error.
14001 Use char because int might match the return type of a GCC
14002 builtin and then its argument prototype would still apply. */
14003 #ifdef __cplusplus
14004 extern "C"
14005 #endif
14006 char sane_init ();
14008 main ()
14010 return sane_init ();
14012 return 0;
14014 _ACEOF
14015 rm -f conftest.$ac_objext conftest$ac_exeext
14016 if { (ac_try="$ac_link"
14017 case "(($ac_try" in
14018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14019 *) ac_try_echo=$ac_try;;
14020 esac
14021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14022 $as_echo "$ac_try_echo") >&5
14023 (eval "$ac_link") 2>conftest.er1
14024 ac_status=$?
14025 grep -v '^ *+' conftest.er1 >conftest.err
14026 rm -f conftest.er1
14027 cat conftest.err >&5
14028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } && {
14030 test -z "$ac_c_werror_flag" ||
14031 test ! -s conftest.err
14032 } && test -s conftest$ac_exeext && {
14033 test "$cross_compiling" = yes ||
14034 $as_test_x conftest$ac_exeext
14035 }; then
14036 case "$LIBEXT" in
14037 dll) ;;
14038 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'` ;;
14039 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14040 esac
14041 else
14042 $as_echo "$as_me: failed program was:" >&5
14043 sed 's/^/| /' conftest.$ac_ext >&5
14048 rm -rf conftest.dSYM
14049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14050 conftest$ac_exeext conftest.$ac_ext
14051 LIBS=$ac_check_soname_save_LIBS
14053 if test "x$ac_cv_lib_soname_sane" = "x"; then
14054 { $as_echo "$as_me:$LINENO: result: not found" >&5
14055 $as_echo "not found" >&6; }
14057 else
14058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14059 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14061 cat >>confdefs.h <<_ACEOF
14062 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14063 _ACEOF
14065 SANEINCL="$ac_sane_incl"
14072 CPPFLAGS="$ac_save_CPPFLAGS"
14074 if test "x$ac_cv_lib_soname_sane" = "x"; then
14075 case "x$with_sane" in
14076 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14077 xno) ;;
14078 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14079 This is an error since --with-sane was requested." >&5
14080 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14081 This is an error since --with-sane was requested." >&2;}
14082 { (exit 1); exit 1; }; } ;;
14083 esac
14087 if test "x$with_gphoto" != "xno"
14088 then
14089 ac_save_CPPFLAGS="$CPPFLAGS"
14090 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14091 set dummy gphoto2-config; ac_word=$2
14092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14093 $as_echo_n "checking for $ac_word... " >&6; }
14094 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14095 $as_echo_n "(cached) " >&6
14096 else
14097 if test -n "$gphoto2_devel"; then
14098 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14099 else
14100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14101 for as_dir in $PATH
14103 IFS=$as_save_IFS
14104 test -z "$as_dir" && as_dir=.
14105 for ac_exec_ext in '' $ac_executable_extensions; do
14106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14107 ac_cv_prog_gphoto2_devel="gphoto2-config"
14108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14109 break 2
14111 done
14112 done
14113 IFS=$as_save_IFS
14115 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14118 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14119 if test -n "$gphoto2_devel"; then
14120 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14121 $as_echo "$gphoto2_devel" >&6; }
14122 else
14123 { $as_echo "$as_me:$LINENO: result: no" >&5
14124 $as_echo "no" >&6; }
14128 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14129 set dummy gphoto2-port-config; ac_word=$2
14130 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14131 $as_echo_n "checking for $ac_word... " >&6; }
14132 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14133 $as_echo_n "(cached) " >&6
14134 else
14135 if test -n "$gphoto2port_devel"; then
14136 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14137 else
14138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14139 for as_dir in $PATH
14141 IFS=$as_save_IFS
14142 test -z "$as_dir" && as_dir=.
14143 for ac_exec_ext in '' $ac_executable_extensions; do
14144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14145 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14146 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14147 break 2
14149 done
14150 done
14151 IFS=$as_save_IFS
14153 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14156 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14157 if test -n "$gphoto2port_devel"; then
14158 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14159 $as_echo "$gphoto2port_devel" >&6; }
14160 else
14161 { $as_echo "$as_me:$LINENO: result: no" >&5
14162 $as_echo "no" >&6; }
14166 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14167 then
14168 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14169 ac_gphoto2_libs=""
14170 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14172 case "$i" in
14173 -L/usr/lib|-L/usr/lib64) ;;
14174 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14175 esac
14176 done
14177 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14179 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14180 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14181 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14182 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14183 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14184 $as_echo_n "(cached) " >&6
14186 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14187 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14188 else
14189 # Is the header compilable?
14190 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14191 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14192 cat >conftest.$ac_ext <<_ACEOF
14193 /* confdefs.h. */
14194 _ACEOF
14195 cat confdefs.h >>conftest.$ac_ext
14196 cat >>conftest.$ac_ext <<_ACEOF
14197 /* end confdefs.h. */
14198 $ac_includes_default
14199 #include <gphoto2-camera.h>
14200 _ACEOF
14201 rm -f conftest.$ac_objext
14202 if { (ac_try="$ac_compile"
14203 case "(($ac_try" in
14204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14205 *) ac_try_echo=$ac_try;;
14206 esac
14207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14208 $as_echo "$ac_try_echo") >&5
14209 (eval "$ac_compile") 2>conftest.er1
14210 ac_status=$?
14211 grep -v '^ *+' conftest.er1 >conftest.err
14212 rm -f conftest.er1
14213 cat conftest.err >&5
14214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14215 (exit $ac_status); } && {
14216 test -z "$ac_c_werror_flag" ||
14217 test ! -s conftest.err
14218 } && test -s conftest.$ac_objext; then
14219 ac_header_compiler=yes
14220 else
14221 $as_echo "$as_me: failed program was:" >&5
14222 sed 's/^/| /' conftest.$ac_ext >&5
14224 ac_header_compiler=no
14227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14228 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14229 $as_echo "$ac_header_compiler" >&6; }
14231 # Is the header present?
14232 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14233 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14234 cat >conftest.$ac_ext <<_ACEOF
14235 /* confdefs.h. */
14236 _ACEOF
14237 cat confdefs.h >>conftest.$ac_ext
14238 cat >>conftest.$ac_ext <<_ACEOF
14239 /* end confdefs.h. */
14240 #include <gphoto2-camera.h>
14241 _ACEOF
14242 if { (ac_try="$ac_cpp conftest.$ac_ext"
14243 case "(($ac_try" in
14244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14245 *) ac_try_echo=$ac_try;;
14246 esac
14247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14248 $as_echo "$ac_try_echo") >&5
14249 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14250 ac_status=$?
14251 grep -v '^ *+' conftest.er1 >conftest.err
14252 rm -f conftest.er1
14253 cat conftest.err >&5
14254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); } >/dev/null && {
14256 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14257 test ! -s conftest.err
14258 }; then
14259 ac_header_preproc=yes
14260 else
14261 $as_echo "$as_me: failed program was:" >&5
14262 sed 's/^/| /' conftest.$ac_ext >&5
14264 ac_header_preproc=no
14267 rm -f conftest.err conftest.$ac_ext
14268 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14269 $as_echo "$ac_header_preproc" >&6; }
14271 # So? What about this header?
14272 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14273 yes:no: )
14274 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14275 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14276 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14277 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14278 ac_header_preproc=yes
14280 no:yes:* )
14281 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14283 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14285 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14286 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14287 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14288 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14289 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14290 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14291 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14292 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14293 ( cat <<\_ASBOX
14294 ## ------------------------------------ ##
14295 ## Report this to wine-devel@winehq.org ##
14296 ## ------------------------------------ ##
14297 _ASBOX
14298 ) | sed "s/^/$as_me: WARNING: /" >&2
14300 esac
14301 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14302 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14303 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14304 $as_echo_n "(cached) " >&6
14305 else
14306 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14308 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14309 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14312 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14313 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14314 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14315 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14316 $as_echo_n "(cached) " >&6
14317 else
14318 ac_check_lib_save_LIBS=$LIBS
14319 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14320 cat >conftest.$ac_ext <<_ACEOF
14321 /* confdefs.h. */
14322 _ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h. */
14327 /* Override any GCC internal prototype to avoid an error.
14328 Use char because int might match the return type of a GCC
14329 builtin and then its argument prototype would still apply. */
14330 #ifdef __cplusplus
14331 extern "C"
14332 #endif
14333 char gp_camera_new ();
14335 main ()
14337 return gp_camera_new ();
14339 return 0;
14341 _ACEOF
14342 rm -f conftest.$ac_objext conftest$ac_exeext
14343 if { (ac_try="$ac_link"
14344 case "(($ac_try" in
14345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14346 *) ac_try_echo=$ac_try;;
14347 esac
14348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14349 $as_echo "$ac_try_echo") >&5
14350 (eval "$ac_link") 2>conftest.er1
14351 ac_status=$?
14352 grep -v '^ *+' conftest.er1 >conftest.err
14353 rm -f conftest.er1
14354 cat conftest.err >&5
14355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); } && {
14357 test -z "$ac_c_werror_flag" ||
14358 test ! -s conftest.err
14359 } && test -s conftest$ac_exeext && {
14360 test "$cross_compiling" = yes ||
14361 $as_test_x conftest$ac_exeext
14362 }; then
14363 ac_cv_lib_gphoto2_gp_camera_new=yes
14364 else
14365 $as_echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 ac_cv_lib_gphoto2_gp_camera_new=no
14371 rm -rf conftest.dSYM
14372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14373 conftest$ac_exeext conftest.$ac_ext
14374 LIBS=$ac_check_lib_save_LIBS
14376 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14377 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14378 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14380 cat >>confdefs.h <<\_ACEOF
14381 #define HAVE_GPHOTO2 1
14382 _ACEOF
14384 GPHOTO2LIBS="$ac_gphoto2_libs"
14386 GPHOTO2INCL="$ac_gphoto2_incl"
14393 CPPFLAGS="$ac_save_CPPFLAGS"
14395 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14396 case "x$with_gphoto" in
14397 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14398 xno) ;;
14399 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14400 This is an error since --with-gphoto was requested." >&5
14401 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14402 This is an error since --with-gphoto was requested." >&2;}
14403 { (exit 1); exit 1; }; } ;;
14404 esac
14409 RESOLVLIBS=""
14411 if test "$ac_cv_header_resolv_h" = "yes"
14412 then
14413 ac_save_LIBS="$LIBS"
14414 LIBS="$LIBS -lresolv"
14415 cat >conftest.$ac_ext <<_ACEOF
14416 /* confdefs.h. */
14417 _ACEOF
14418 cat confdefs.h >>conftest.$ac_ext
14419 cat >>conftest.$ac_ext <<_ACEOF
14420 /* end confdefs.h. */
14421 #ifdef HAVE_NETINET_IN_H
14422 #include <netinet/in.h>
14423 #endif
14424 #include <resolv.h>
14426 main ()
14428 res_init();
14430 return 0;
14432 _ACEOF
14433 rm -f conftest.$ac_objext conftest$ac_exeext
14434 if { (ac_try="$ac_link"
14435 case "(($ac_try" in
14436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14437 *) ac_try_echo=$ac_try;;
14438 esac
14439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14440 $as_echo "$ac_try_echo") >&5
14441 (eval "$ac_link") 2>conftest.er1
14442 ac_status=$?
14443 grep -v '^ *+' conftest.er1 >conftest.err
14444 rm -f conftest.er1
14445 cat conftest.err >&5
14446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14447 (exit $ac_status); } && {
14448 test -z "$ac_c_werror_flag" ||
14449 test ! -s conftest.err
14450 } && test -s conftest$ac_exeext && {
14451 test "$cross_compiling" = yes ||
14452 $as_test_x conftest$ac_exeext
14453 }; then
14455 cat >>confdefs.h <<\_ACEOF
14456 #define HAVE_RESOLV 1
14457 _ACEOF
14459 RESOLVLIBS="-lresolv"
14460 else
14461 $as_echo "$as_me: failed program was:" >&5
14462 sed 's/^/| /' conftest.$ac_ext >&5
14467 rm -rf conftest.dSYM
14468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14469 conftest$ac_exeext conftest.$ac_ext
14470 LIBS="$ac_save_LIBS"
14473 LCMSLIBS=""
14475 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14476 then
14477 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14478 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14479 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14480 $as_echo_n "(cached) " >&6
14481 else
14482 ac_check_lib_save_LIBS=$LIBS
14483 LIBS="-llcms $LIBS"
14484 cat >conftest.$ac_ext <<_ACEOF
14485 /* confdefs.h. */
14486 _ACEOF
14487 cat confdefs.h >>conftest.$ac_ext
14488 cat >>conftest.$ac_ext <<_ACEOF
14489 /* end confdefs.h. */
14491 /* Override any GCC internal prototype to avoid an error.
14492 Use char because int might match the return type of a GCC
14493 builtin and then its argument prototype would still apply. */
14494 #ifdef __cplusplus
14495 extern "C"
14496 #endif
14497 char cmsOpenProfileFromFile ();
14499 main ()
14501 return cmsOpenProfileFromFile ();
14503 return 0;
14505 _ACEOF
14506 rm -f conftest.$ac_objext conftest$ac_exeext
14507 if { (ac_try="$ac_link"
14508 case "(($ac_try" in
14509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14510 *) ac_try_echo=$ac_try;;
14511 esac
14512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14513 $as_echo "$ac_try_echo") >&5
14514 (eval "$ac_link") 2>conftest.er1
14515 ac_status=$?
14516 grep -v '^ *+' conftest.er1 >conftest.err
14517 rm -f conftest.er1
14518 cat conftest.err >&5
14519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14520 (exit $ac_status); } && {
14521 test -z "$ac_c_werror_flag" ||
14522 test ! -s conftest.err
14523 } && test -s conftest$ac_exeext && {
14524 test "$cross_compiling" = yes ||
14525 $as_test_x conftest$ac_exeext
14526 }; then
14527 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14528 else
14529 $as_echo "$as_me: failed program was:" >&5
14530 sed 's/^/| /' conftest.$ac_ext >&5
14532 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14535 rm -rf conftest.dSYM
14536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14537 conftest$ac_exeext conftest.$ac_ext
14538 LIBS=$ac_check_lib_save_LIBS
14540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14541 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14542 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14544 cat >>confdefs.h <<\_ACEOF
14545 #define HAVE_LCMS 1
14546 _ACEOF
14548 LCMSLIBS="-llcms"
14552 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14553 case "x$with_cms" in
14554 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14555 xno) ;;
14556 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14557 This is an error since --with-cms was requested." >&5
14558 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14559 This is an error since --with-cms was requested." >&2;}
14560 { (exit 1); exit 1; }; } ;;
14561 esac
14565 if test "x$with_freetype" != "xno"
14566 then
14567 for ac_prog in freetype-config freetype2-config
14569 # Extract the first word of "$ac_prog", so it can be a program name with args.
14570 set dummy $ac_prog; ac_word=$2
14571 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14572 $as_echo_n "checking for $ac_word... " >&6; }
14573 if test "${ac_cv_prog_ft_devel+set}" = set; then
14574 $as_echo_n "(cached) " >&6
14575 else
14576 if test -n "$ft_devel"; then
14577 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14578 else
14579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14580 for as_dir in $PATH
14582 IFS=$as_save_IFS
14583 test -z "$as_dir" && as_dir=.
14584 for ac_exec_ext in '' $ac_executable_extensions; do
14585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14586 ac_cv_prog_ft_devel="$ac_prog"
14587 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14588 break 2
14590 done
14591 done
14592 IFS=$as_save_IFS
14596 ft_devel=$ac_cv_prog_ft_devel
14597 if test -n "$ft_devel"; then
14598 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14599 $as_echo "$ft_devel" >&6; }
14600 else
14601 { $as_echo "$as_me:$LINENO: result: no" >&5
14602 $as_echo "no" >&6; }
14606 test -n "$ft_devel" && break
14607 done
14608 test -n "$ft_devel" || ft_devel="no"
14610 if test "$ft_devel" != "no"
14611 then
14612 ac_freetype_incl=`$ft_devel --cflags`
14613 ac_freetype_libs=`$ft_devel --libs`
14615 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14616 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14617 $as_echo_n "checking for -lfreetype... " >&6; }
14618 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14619 $as_echo_n "(cached) " >&6
14620 else
14621 ac_check_soname_save_LIBS=$LIBS
14622 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14623 cat >conftest.$ac_ext <<_ACEOF
14624 /* confdefs.h. */
14625 _ACEOF
14626 cat confdefs.h >>conftest.$ac_ext
14627 cat >>conftest.$ac_ext <<_ACEOF
14628 /* end confdefs.h. */
14630 /* Override any GCC internal prototype to avoid an error.
14631 Use char because int might match the return type of a GCC
14632 builtin and then its argument prototype would still apply. */
14633 #ifdef __cplusplus
14634 extern "C"
14635 #endif
14636 char FT_Init_FreeType ();
14638 main ()
14640 return FT_Init_FreeType ();
14642 return 0;
14644 _ACEOF
14645 rm -f conftest.$ac_objext conftest$ac_exeext
14646 if { (ac_try="$ac_link"
14647 case "(($ac_try" in
14648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14649 *) ac_try_echo=$ac_try;;
14650 esac
14651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14652 $as_echo "$ac_try_echo") >&5
14653 (eval "$ac_link") 2>conftest.er1
14654 ac_status=$?
14655 grep -v '^ *+' conftest.er1 >conftest.err
14656 rm -f conftest.er1
14657 cat conftest.err >&5
14658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14659 (exit $ac_status); } && {
14660 test -z "$ac_c_werror_flag" ||
14661 test ! -s conftest.err
14662 } && test -s conftest$ac_exeext && {
14663 test "$cross_compiling" = yes ||
14664 $as_test_x conftest$ac_exeext
14665 }; then
14666 case "$LIBEXT" in
14667 dll) ;;
14668 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'` ;;
14669 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14670 esac
14671 else
14672 $as_echo "$as_me: failed program was:" >&5
14673 sed 's/^/| /' conftest.$ac_ext >&5
14678 rm -rf conftest.dSYM
14679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14680 conftest$ac_exeext conftest.$ac_ext
14681 LIBS=$ac_check_soname_save_LIBS
14683 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14684 { $as_echo "$as_me:$LINENO: result: not found" >&5
14685 $as_echo "not found" >&6; }
14686 ft_lib=no
14687 else
14688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14689 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14691 cat >>confdefs.h <<_ACEOF
14692 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14693 _ACEOF
14695 ft_lib=yes
14698 if test "$ft_lib" = "yes"
14699 then
14700 ac_save_CPPFLAGS="$CPPFLAGS"
14701 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14715 for ac_header in ft2build.h \
14716 freetype/freetype.h \
14717 freetype/ftglyph.h \
14718 freetype/fttypes.h \
14719 freetype/tttables.h \
14720 freetype/ftnames.h \
14721 freetype/ftsnames.h \
14722 freetype/ttnameid.h \
14723 freetype/ftoutln.h \
14724 freetype/ftwinfnt.h \
14725 freetype/ftmodapi.h \
14726 freetype/ftlcdfil.h \
14727 freetype/internal/sfnt.h
14729 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14730 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14731 $as_echo_n "checking for $ac_header... " >&6; }
14732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14733 $as_echo_n "(cached) " >&6
14734 else
14735 cat >conftest.$ac_ext <<_ACEOF
14736 /* confdefs.h. */
14737 _ACEOF
14738 cat confdefs.h >>conftest.$ac_ext
14739 cat >>conftest.$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14741 #ifdef HAVE_FT2BUILD_H
14742 # include <ft2build.h>
14743 #endif
14745 #include <$ac_header>
14746 _ACEOF
14747 rm -f conftest.$ac_objext
14748 if { (ac_try="$ac_compile"
14749 case "(($ac_try" in
14750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14751 *) ac_try_echo=$ac_try;;
14752 esac
14753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14754 $as_echo "$ac_try_echo") >&5
14755 (eval "$ac_compile") 2>conftest.er1
14756 ac_status=$?
14757 grep -v '^ *+' conftest.er1 >conftest.err
14758 rm -f conftest.er1
14759 cat conftest.err >&5
14760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); } && {
14762 test -z "$ac_c_werror_flag" ||
14763 test ! -s conftest.err
14764 } && test -s conftest.$ac_objext; then
14765 eval "$as_ac_Header=yes"
14766 else
14767 $as_echo "$as_me: failed program was:" >&5
14768 sed 's/^/| /' conftest.$ac_ext >&5
14770 eval "$as_ac_Header=no"
14773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14775 ac_res=`eval 'as_val=${'$as_ac_Header'}
14776 $as_echo "$as_val"'`
14777 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14778 $as_echo "$ac_res" >&6; }
14779 as_val=`eval 'as_val=${'$as_ac_Header'}
14780 $as_echo "$as_val"'`
14781 if test "x$as_val" = x""yes; then
14782 cat >>confdefs.h <<_ACEOF
14783 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14784 _ACEOF
14788 done
14790 cat >conftest.$ac_ext <<_ACEOF
14791 /* confdefs.h. */
14792 _ACEOF
14793 cat confdefs.h >>conftest.$ac_ext
14794 cat >>conftest.$ac_ext <<_ACEOF
14795 /* end confdefs.h. */
14796 #include <ft2build.h>
14797 #include <freetype/fttrigon.h>
14798 _ACEOF
14799 if { (ac_try="$ac_cpp conftest.$ac_ext"
14800 case "(($ac_try" in
14801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14802 *) ac_try_echo=$ac_try;;
14803 esac
14804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14805 $as_echo "$ac_try_echo") >&5
14806 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14807 ac_status=$?
14808 grep -v '^ *+' conftest.er1 >conftest.err
14809 rm -f conftest.er1
14810 cat conftest.err >&5
14811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); } >/dev/null && {
14813 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14814 test ! -s conftest.err
14815 }; then
14817 cat >>confdefs.h <<\_ACEOF
14818 #define HAVE_FREETYPE_FTTRIGON_H 1
14819 _ACEOF
14821 wine_cv_fttrigon=yes
14822 else
14823 $as_echo "$as_me: failed program was:" >&5
14824 sed 's/^/| /' conftest.$ac_ext >&5
14826 wine_cv_fttrigon=no
14829 rm -f conftest.err conftest.$ac_ext
14830 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14831 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14832 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14833 $as_echo_n "(cached) " >&6
14834 else
14835 ac_cv_type_FT_TrueTypeEngineType=no
14836 cat >conftest.$ac_ext <<_ACEOF
14837 /* confdefs.h. */
14838 _ACEOF
14839 cat confdefs.h >>conftest.$ac_ext
14840 cat >>conftest.$ac_ext <<_ACEOF
14841 /* end confdefs.h. */
14842 #include <freetype/ftmodapi.h>
14845 main ()
14847 if (sizeof (FT_TrueTypeEngineType))
14848 return 0;
14850 return 0;
14852 _ACEOF
14853 rm -f conftest.$ac_objext
14854 if { (ac_try="$ac_compile"
14855 case "(($ac_try" in
14856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14857 *) ac_try_echo=$ac_try;;
14858 esac
14859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14860 $as_echo "$ac_try_echo") >&5
14861 (eval "$ac_compile") 2>conftest.er1
14862 ac_status=$?
14863 grep -v '^ *+' conftest.er1 >conftest.err
14864 rm -f conftest.er1
14865 cat conftest.err >&5
14866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14867 (exit $ac_status); } && {
14868 test -z "$ac_c_werror_flag" ||
14869 test ! -s conftest.err
14870 } && test -s conftest.$ac_objext; then
14871 cat >conftest.$ac_ext <<_ACEOF
14872 /* confdefs.h. */
14873 _ACEOF
14874 cat confdefs.h >>conftest.$ac_ext
14875 cat >>conftest.$ac_ext <<_ACEOF
14876 /* end confdefs.h. */
14877 #include <freetype/ftmodapi.h>
14880 main ()
14882 if (sizeof ((FT_TrueTypeEngineType)))
14883 return 0;
14885 return 0;
14887 _ACEOF
14888 rm -f conftest.$ac_objext
14889 if { (ac_try="$ac_compile"
14890 case "(($ac_try" in
14891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14892 *) ac_try_echo=$ac_try;;
14893 esac
14894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14895 $as_echo "$ac_try_echo") >&5
14896 (eval "$ac_compile") 2>conftest.er1
14897 ac_status=$?
14898 grep -v '^ *+' conftest.er1 >conftest.err
14899 rm -f conftest.er1
14900 cat conftest.err >&5
14901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14902 (exit $ac_status); } && {
14903 test -z "$ac_c_werror_flag" ||
14904 test ! -s conftest.err
14905 } && test -s conftest.$ac_objext; then
14907 else
14908 $as_echo "$as_me: failed program was:" >&5
14909 sed 's/^/| /' conftest.$ac_ext >&5
14911 ac_cv_type_FT_TrueTypeEngineType=yes
14914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14915 else
14916 $as_echo "$as_me: failed program was:" >&5
14917 sed 's/^/| /' conftest.$ac_ext >&5
14922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14924 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14925 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14926 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14928 cat >>confdefs.h <<_ACEOF
14929 #define HAVE_FT_TRUETYPEENGINETYPE 1
14930 _ACEOF
14935 ac_save_CFLAGS="$CFLAGS"
14936 CFLAGS="$CFLAGS $ac_freetype_libs"
14938 for ac_func in FT_Load_Sfnt_Table
14940 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14941 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14942 $as_echo_n "checking for $ac_func... " >&6; }
14943 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14944 $as_echo_n "(cached) " >&6
14945 else
14946 cat >conftest.$ac_ext <<_ACEOF
14947 /* confdefs.h. */
14948 _ACEOF
14949 cat confdefs.h >>conftest.$ac_ext
14950 cat >>conftest.$ac_ext <<_ACEOF
14951 /* end confdefs.h. */
14952 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14953 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14954 #define $ac_func innocuous_$ac_func
14956 /* System header to define __stub macros and hopefully few prototypes,
14957 which can conflict with char $ac_func (); below.
14958 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14959 <limits.h> exists even on freestanding compilers. */
14961 #ifdef __STDC__
14962 # include <limits.h>
14963 #else
14964 # include <assert.h>
14965 #endif
14967 #undef $ac_func
14969 /* Override any GCC internal prototype to avoid an error.
14970 Use char because int might match the return type of a GCC
14971 builtin and then its argument prototype would still apply. */
14972 #ifdef __cplusplus
14973 extern "C"
14974 #endif
14975 char $ac_func ();
14976 /* The GNU C library defines this for functions which it implements
14977 to always fail with ENOSYS. Some functions are actually named
14978 something starting with __ and the normal name is an alias. */
14979 #if defined __stub_$ac_func || defined __stub___$ac_func
14980 choke me
14981 #endif
14984 main ()
14986 return $ac_func ();
14988 return 0;
14990 _ACEOF
14991 rm -f conftest.$ac_objext conftest$ac_exeext
14992 if { (ac_try="$ac_link"
14993 case "(($ac_try" in
14994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14995 *) ac_try_echo=$ac_try;;
14996 esac
14997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14998 $as_echo "$ac_try_echo") >&5
14999 (eval "$ac_link") 2>conftest.er1
15000 ac_status=$?
15001 grep -v '^ *+' conftest.er1 >conftest.err
15002 rm -f conftest.er1
15003 cat conftest.err >&5
15004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15005 (exit $ac_status); } && {
15006 test -z "$ac_c_werror_flag" ||
15007 test ! -s conftest.err
15008 } && test -s conftest$ac_exeext && {
15009 test "$cross_compiling" = yes ||
15010 $as_test_x conftest$ac_exeext
15011 }; then
15012 eval "$as_ac_var=yes"
15013 else
15014 $as_echo "$as_me: failed program was:" >&5
15015 sed 's/^/| /' conftest.$ac_ext >&5
15017 eval "$as_ac_var=no"
15020 rm -rf conftest.dSYM
15021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15022 conftest$ac_exeext conftest.$ac_ext
15024 ac_res=`eval 'as_val=${'$as_ac_var'}
15025 $as_echo "$as_val"'`
15026 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15027 $as_echo "$ac_res" >&6; }
15028 as_val=`eval 'as_val=${'$as_ac_var'}
15029 $as_echo "$as_val"'`
15030 if test "x$as_val" = x""yes; then
15031 cat >>confdefs.h <<_ACEOF
15032 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15033 _ACEOF
15036 done
15038 CFLAGS="$ac_save_CFLAGS"
15039 CPPFLAGS="$ac_save_CPPFLAGS"
15040 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15041 then
15043 cat >>confdefs.h <<\_ACEOF
15044 #define HAVE_FREETYPE 1
15045 _ACEOF
15047 FREETYPELIBS="$ac_freetype_libs"
15049 FREETYPEINCL="$ac_freetype_incl"
15054 if test "x$FREETYPELIBS" = "x"; then
15055 case "x$with_freetype" in
15056 xno) ;;
15057 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15058 Use the --without-freetype option if you really want this." >&5
15059 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15060 Use the --without-freetype option if you really want this." >&2;}
15061 { (exit 1); exit 1; }; } ;;
15062 esac
15065 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15067 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15068 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15069 if test "${ac_cv_c_ppdev+set}" = set; then
15070 $as_echo_n "(cached) " >&6
15071 else
15072 cat >conftest.$ac_ext <<_ACEOF
15073 /* confdefs.h. */
15074 _ACEOF
15075 cat confdefs.h >>conftest.$ac_ext
15076 cat >>conftest.$ac_ext <<_ACEOF
15077 /* end confdefs.h. */
15078 #include <linux/ppdev.h>
15080 main ()
15082 ioctl (1,PPCLAIM,0)
15084 return 0;
15086 _ACEOF
15087 rm -f conftest.$ac_objext
15088 if { (ac_try="$ac_compile"
15089 case "(($ac_try" in
15090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15091 *) ac_try_echo=$ac_try;;
15092 esac
15093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15094 $as_echo "$ac_try_echo") >&5
15095 (eval "$ac_compile") 2>conftest.er1
15096 ac_status=$?
15097 grep -v '^ *+' conftest.er1 >conftest.err
15098 rm -f conftest.er1
15099 cat conftest.err >&5
15100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101 (exit $ac_status); } && {
15102 test -z "$ac_c_werror_flag" ||
15103 test ! -s conftest.err
15104 } && test -s conftest.$ac_objext; then
15105 ac_cv_c_ppdev="yes"
15106 else
15107 $as_echo "$as_me: failed program was:" >&5
15108 sed 's/^/| /' conftest.$ac_ext >&5
15110 ac_cv_c_ppdev="no"
15113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15115 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15116 $as_echo "$ac_cv_c_ppdev" >&6; }
15117 if test "$ac_cv_c_ppdev" = "yes"
15118 then
15120 cat >>confdefs.h <<\_ACEOF
15121 #define HAVE_PPDEV 1
15122 _ACEOF
15126 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15127 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15128 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15129 $as_echo_n "(cached) " >&6
15130 else
15131 ac_cv_type_pthread_rwlock_t=no
15132 cat >conftest.$ac_ext <<_ACEOF
15133 /* confdefs.h. */
15134 _ACEOF
15135 cat confdefs.h >>conftest.$ac_ext
15136 cat >>conftest.$ac_ext <<_ACEOF
15137 /* end confdefs.h. */
15138 #define _GNU_SOURCE
15139 #include <pthread.h>
15142 main ()
15144 if (sizeof (pthread_rwlock_t))
15145 return 0;
15147 return 0;
15149 _ACEOF
15150 rm -f conftest.$ac_objext
15151 if { (ac_try="$ac_compile"
15152 case "(($ac_try" in
15153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15154 *) ac_try_echo=$ac_try;;
15155 esac
15156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15157 $as_echo "$ac_try_echo") >&5
15158 (eval "$ac_compile") 2>conftest.er1
15159 ac_status=$?
15160 grep -v '^ *+' conftest.er1 >conftest.err
15161 rm -f conftest.er1
15162 cat conftest.err >&5
15163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164 (exit $ac_status); } && {
15165 test -z "$ac_c_werror_flag" ||
15166 test ! -s conftest.err
15167 } && test -s conftest.$ac_objext; then
15168 cat >conftest.$ac_ext <<_ACEOF
15169 /* confdefs.h. */
15170 _ACEOF
15171 cat confdefs.h >>conftest.$ac_ext
15172 cat >>conftest.$ac_ext <<_ACEOF
15173 /* end confdefs.h. */
15174 #define _GNU_SOURCE
15175 #include <pthread.h>
15178 main ()
15180 if (sizeof ((pthread_rwlock_t)))
15181 return 0;
15183 return 0;
15185 _ACEOF
15186 rm -f conftest.$ac_objext
15187 if { (ac_try="$ac_compile"
15188 case "(($ac_try" in
15189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15190 *) ac_try_echo=$ac_try;;
15191 esac
15192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15193 $as_echo "$ac_try_echo") >&5
15194 (eval "$ac_compile") 2>conftest.er1
15195 ac_status=$?
15196 grep -v '^ *+' conftest.er1 >conftest.err
15197 rm -f conftest.er1
15198 cat conftest.err >&5
15199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15200 (exit $ac_status); } && {
15201 test -z "$ac_c_werror_flag" ||
15202 test ! -s conftest.err
15203 } && test -s conftest.$ac_objext; then
15205 else
15206 $as_echo "$as_me: failed program was:" >&5
15207 sed 's/^/| /' conftest.$ac_ext >&5
15209 ac_cv_type_pthread_rwlock_t=yes
15212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15213 else
15214 $as_echo "$as_me: failed program was:" >&5
15215 sed 's/^/| /' conftest.$ac_ext >&5
15220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15222 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15223 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15224 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15226 cat >>confdefs.h <<_ACEOF
15227 #define HAVE_PTHREAD_RWLOCK_T 1
15228 _ACEOF
15232 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15233 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15234 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15235 $as_echo_n "(cached) " >&6
15236 else
15237 ac_cv_type_pthread_rwlockattr_t=no
15238 cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h. */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h. */
15244 #define _GNU_SOURCE
15245 #include <pthread.h>
15248 main ()
15250 if (sizeof (pthread_rwlockattr_t))
15251 return 0;
15253 return 0;
15255 _ACEOF
15256 rm -f conftest.$ac_objext
15257 if { (ac_try="$ac_compile"
15258 case "(($ac_try" in
15259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260 *) ac_try_echo=$ac_try;;
15261 esac
15262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15263 $as_echo "$ac_try_echo") >&5
15264 (eval "$ac_compile") 2>conftest.er1
15265 ac_status=$?
15266 grep -v '^ *+' conftest.er1 >conftest.err
15267 rm -f conftest.er1
15268 cat conftest.err >&5
15269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270 (exit $ac_status); } && {
15271 test -z "$ac_c_werror_flag" ||
15272 test ! -s conftest.err
15273 } && test -s conftest.$ac_objext; then
15274 cat >conftest.$ac_ext <<_ACEOF
15275 /* confdefs.h. */
15276 _ACEOF
15277 cat confdefs.h >>conftest.$ac_ext
15278 cat >>conftest.$ac_ext <<_ACEOF
15279 /* end confdefs.h. */
15280 #define _GNU_SOURCE
15281 #include <pthread.h>
15284 main ()
15286 if (sizeof ((pthread_rwlockattr_t)))
15287 return 0;
15289 return 0;
15291 _ACEOF
15292 rm -f conftest.$ac_objext
15293 if { (ac_try="$ac_compile"
15294 case "(($ac_try" in
15295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15296 *) ac_try_echo=$ac_try;;
15297 esac
15298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15299 $as_echo "$ac_try_echo") >&5
15300 (eval "$ac_compile") 2>conftest.er1
15301 ac_status=$?
15302 grep -v '^ *+' conftest.er1 >conftest.err
15303 rm -f conftest.er1
15304 cat conftest.err >&5
15305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15306 (exit $ac_status); } && {
15307 test -z "$ac_c_werror_flag" ||
15308 test ! -s conftest.err
15309 } && test -s conftest.$ac_objext; then
15311 else
15312 $as_echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15315 ac_cv_type_pthread_rwlockattr_t=yes
15318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15319 else
15320 $as_echo "$as_me: failed program was:" >&5
15321 sed 's/^/| /' conftest.$ac_ext >&5
15326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15328 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15329 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15330 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15332 cat >>confdefs.h <<_ACEOF
15333 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15334 _ACEOF
15340 ac_wine_check_funcs_save_LIBS="$LIBS"
15341 LIBS="$LIBS $LIBPTHREAD"
15346 for ac_func in \
15347 pthread_attr_get_np \
15348 pthread_getattr_np \
15349 pthread_get_stackaddr_np \
15350 pthread_get_stacksize_np
15352 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15353 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15354 $as_echo_n "checking for $ac_func... " >&6; }
15355 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15356 $as_echo_n "(cached) " >&6
15357 else
15358 cat >conftest.$ac_ext <<_ACEOF
15359 /* confdefs.h. */
15360 _ACEOF
15361 cat confdefs.h >>conftest.$ac_ext
15362 cat >>conftest.$ac_ext <<_ACEOF
15363 /* end confdefs.h. */
15364 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15365 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15366 #define $ac_func innocuous_$ac_func
15368 /* System header to define __stub macros and hopefully few prototypes,
15369 which can conflict with char $ac_func (); below.
15370 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15371 <limits.h> exists even on freestanding compilers. */
15373 #ifdef __STDC__
15374 # include <limits.h>
15375 #else
15376 # include <assert.h>
15377 #endif
15379 #undef $ac_func
15381 /* Override any GCC internal prototype to avoid an error.
15382 Use char because int might match the return type of a GCC
15383 builtin and then its argument prototype would still apply. */
15384 #ifdef __cplusplus
15385 extern "C"
15386 #endif
15387 char $ac_func ();
15388 /* The GNU C library defines this for functions which it implements
15389 to always fail with ENOSYS. Some functions are actually named
15390 something starting with __ and the normal name is an alias. */
15391 #if defined __stub_$ac_func || defined __stub___$ac_func
15392 choke me
15393 #endif
15396 main ()
15398 return $ac_func ();
15400 return 0;
15402 _ACEOF
15403 rm -f conftest.$ac_objext conftest$ac_exeext
15404 if { (ac_try="$ac_link"
15405 case "(($ac_try" in
15406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15407 *) ac_try_echo=$ac_try;;
15408 esac
15409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15410 $as_echo "$ac_try_echo") >&5
15411 (eval "$ac_link") 2>conftest.er1
15412 ac_status=$?
15413 grep -v '^ *+' conftest.er1 >conftest.err
15414 rm -f conftest.er1
15415 cat conftest.err >&5
15416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15417 (exit $ac_status); } && {
15418 test -z "$ac_c_werror_flag" ||
15419 test ! -s conftest.err
15420 } && test -s conftest$ac_exeext && {
15421 test "$cross_compiling" = yes ||
15422 $as_test_x conftest$ac_exeext
15423 }; then
15424 eval "$as_ac_var=yes"
15425 else
15426 $as_echo "$as_me: failed program was:" >&5
15427 sed 's/^/| /' conftest.$ac_ext >&5
15429 eval "$as_ac_var=no"
15432 rm -rf conftest.dSYM
15433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15434 conftest$ac_exeext conftest.$ac_ext
15436 ac_res=`eval 'as_val=${'$as_ac_var'}
15437 $as_echo "$as_val"'`
15438 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15439 $as_echo "$ac_res" >&6; }
15440 as_val=`eval 'as_val=${'$as_ac_var'}
15441 $as_echo "$as_val"'`
15442 if test "x$as_val" = x""yes; then
15443 cat >>confdefs.h <<_ACEOF
15444 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15445 _ACEOF
15448 done
15450 LIBS="$ac_wine_check_funcs_save_LIBS"
15452 if test "x$with_esd" != xno
15453 then
15454 save_CFLAGS="$CFLAGS"
15455 # Extract the first word of "esd-config", so it can be a program name with args.
15456 set dummy esd-config; ac_word=$2
15457 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15458 $as_echo_n "checking for $ac_word... " >&6; }
15459 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15460 $as_echo_n "(cached) " >&6
15461 else
15462 case $ESDCONFIG in
15463 [\\/]* | ?:[\\/]*)
15464 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15468 for as_dir in $PATH
15470 IFS=$as_save_IFS
15471 test -z "$as_dir" && as_dir=.
15472 for ac_exec_ext in '' $ac_executable_extensions; do
15473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15474 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15476 break 2
15478 done
15479 done
15480 IFS=$as_save_IFS
15482 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15484 esac
15486 ESDCONFIG=$ac_cv_path_ESDCONFIG
15487 if test -n "$ESDCONFIG"; then
15488 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15489 $as_echo "$ESDCONFIG" >&6; }
15490 else
15491 { $as_echo "$as_me:$LINENO: result: no" >&5
15492 $as_echo "no" >&6; }
15496 if test "x$ESDCONFIG" != "xno"
15497 then
15498 ac_esd_incl=""
15499 for i in `$ESDCONFIG --cflags`
15501 case "$i" in
15502 -I*) ac_esd_incl="$ac_esd_incl $i";;
15503 esac
15504 done
15505 ac_esd_libs=`$ESDCONFIG --libs`
15506 CFLAGS="$CFLAGS $ac_esd_incl"
15508 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15509 if test "${ac_cv_header_esd_h+set}" = set; then
15510 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15511 $as_echo_n "checking for esd.h... " >&6; }
15512 if test "${ac_cv_header_esd_h+set}" = set; then
15513 $as_echo_n "(cached) " >&6
15515 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15516 $as_echo "$ac_cv_header_esd_h" >&6; }
15517 else
15518 # Is the header compilable?
15519 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15520 $as_echo_n "checking esd.h usability... " >&6; }
15521 cat >conftest.$ac_ext <<_ACEOF
15522 /* confdefs.h. */
15523 _ACEOF
15524 cat confdefs.h >>conftest.$ac_ext
15525 cat >>conftest.$ac_ext <<_ACEOF
15526 /* end confdefs.h. */
15527 $ac_includes_default
15528 #include <esd.h>
15529 _ACEOF
15530 rm -f conftest.$ac_objext
15531 if { (ac_try="$ac_compile"
15532 case "(($ac_try" in
15533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15534 *) ac_try_echo=$ac_try;;
15535 esac
15536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15537 $as_echo "$ac_try_echo") >&5
15538 (eval "$ac_compile") 2>conftest.er1
15539 ac_status=$?
15540 grep -v '^ *+' conftest.er1 >conftest.err
15541 rm -f conftest.er1
15542 cat conftest.err >&5
15543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544 (exit $ac_status); } && {
15545 test -z "$ac_c_werror_flag" ||
15546 test ! -s conftest.err
15547 } && test -s conftest.$ac_objext; then
15548 ac_header_compiler=yes
15549 else
15550 $as_echo "$as_me: failed program was:" >&5
15551 sed 's/^/| /' conftest.$ac_ext >&5
15553 ac_header_compiler=no
15556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15557 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15558 $as_echo "$ac_header_compiler" >&6; }
15560 # Is the header present?
15561 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15562 $as_echo_n "checking esd.h presence... " >&6; }
15563 cat >conftest.$ac_ext <<_ACEOF
15564 /* confdefs.h. */
15565 _ACEOF
15566 cat confdefs.h >>conftest.$ac_ext
15567 cat >>conftest.$ac_ext <<_ACEOF
15568 /* end confdefs.h. */
15569 #include <esd.h>
15570 _ACEOF
15571 if { (ac_try="$ac_cpp conftest.$ac_ext"
15572 case "(($ac_try" in
15573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15574 *) ac_try_echo=$ac_try;;
15575 esac
15576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15577 $as_echo "$ac_try_echo") >&5
15578 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15579 ac_status=$?
15580 grep -v '^ *+' conftest.er1 >conftest.err
15581 rm -f conftest.er1
15582 cat conftest.err >&5
15583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); } >/dev/null && {
15585 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15586 test ! -s conftest.err
15587 }; then
15588 ac_header_preproc=yes
15589 else
15590 $as_echo "$as_me: failed program was:" >&5
15591 sed 's/^/| /' conftest.$ac_ext >&5
15593 ac_header_preproc=no
15596 rm -f conftest.err conftest.$ac_ext
15597 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15598 $as_echo "$ac_header_preproc" >&6; }
15600 # So? What about this header?
15601 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15602 yes:no: )
15603 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15604 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15605 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15606 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15607 ac_header_preproc=yes
15609 no:yes:* )
15610 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15611 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15612 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15613 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15614 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15615 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15616 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15617 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15618 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15619 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15620 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15621 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15622 ( cat <<\_ASBOX
15623 ## ------------------------------------ ##
15624 ## Report this to wine-devel@winehq.org ##
15625 ## ------------------------------------ ##
15626 _ASBOX
15627 ) | sed "s/^/$as_me: WARNING: /" >&2
15629 esac
15630 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15631 $as_echo_n "checking for esd.h... " >&6; }
15632 if test "${ac_cv_header_esd_h+set}" = set; then
15633 $as_echo_n "(cached) " >&6
15634 else
15635 ac_cv_header_esd_h=$ac_header_preproc
15637 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15638 $as_echo "$ac_cv_header_esd_h" >&6; }
15641 if test "x$ac_cv_header_esd_h" = x""yes; then
15642 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15643 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15644 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15645 $as_echo_n "(cached) " >&6
15646 else
15647 ac_check_lib_save_LIBS=$LIBS
15648 LIBS="-lesd $ac_esd_libs $LIBS"
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h. */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h. */
15656 /* Override any GCC internal prototype to avoid an error.
15657 Use char because int might match the return type of a GCC
15658 builtin and then its argument prototype would still apply. */
15659 #ifdef __cplusplus
15660 extern "C"
15661 #endif
15662 char esd_open_sound ();
15664 main ()
15666 return esd_open_sound ();
15668 return 0;
15670 _ACEOF
15671 rm -f conftest.$ac_objext conftest$ac_exeext
15672 if { (ac_try="$ac_link"
15673 case "(($ac_try" in
15674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15675 *) ac_try_echo=$ac_try;;
15676 esac
15677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15678 $as_echo "$ac_try_echo") >&5
15679 (eval "$ac_link") 2>conftest.er1
15680 ac_status=$?
15681 grep -v '^ *+' conftest.er1 >conftest.err
15682 rm -f conftest.er1
15683 cat conftest.err >&5
15684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15685 (exit $ac_status); } && {
15686 test -z "$ac_c_werror_flag" ||
15687 test ! -s conftest.err
15688 } && test -s conftest$ac_exeext && {
15689 test "$cross_compiling" = yes ||
15690 $as_test_x conftest$ac_exeext
15691 }; then
15692 ac_cv_lib_esd_esd_open_sound=yes
15693 else
15694 $as_echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15697 ac_cv_lib_esd_esd_open_sound=no
15700 rm -rf conftest.dSYM
15701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15702 conftest$ac_exeext conftest.$ac_ext
15703 LIBS=$ac_check_lib_save_LIBS
15705 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15706 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15707 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15708 ESDINCL="$ac_esd_incl"
15710 ESDLIBS="$ac_esd_libs"
15713 cat >>confdefs.h <<\_ACEOF
15714 #define HAVE_ESD 1
15715 _ACEOF
15722 CFLAGS="$save_CFLAGS"
15725 ALSALIBS=""
15727 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15728 then
15729 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15730 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15731 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15732 $as_echo_n "(cached) " >&6
15733 else
15734 ac_check_lib_save_LIBS=$LIBS
15735 LIBS="-lasound $LIBS"
15736 cat >conftest.$ac_ext <<_ACEOF
15737 /* confdefs.h. */
15738 _ACEOF
15739 cat confdefs.h >>conftest.$ac_ext
15740 cat >>conftest.$ac_ext <<_ACEOF
15741 /* end confdefs.h. */
15743 /* Override any GCC internal prototype to avoid an error.
15744 Use char because int might match the return type of a GCC
15745 builtin and then its argument prototype would still apply. */
15746 #ifdef __cplusplus
15747 extern "C"
15748 #endif
15749 char snd_pcm_hw_params_get_access ();
15751 main ()
15753 return snd_pcm_hw_params_get_access ();
15755 return 0;
15757 _ACEOF
15758 rm -f conftest.$ac_objext conftest$ac_exeext
15759 if { (ac_try="$ac_link"
15760 case "(($ac_try" in
15761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15762 *) ac_try_echo=$ac_try;;
15763 esac
15764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15765 $as_echo "$ac_try_echo") >&5
15766 (eval "$ac_link") 2>conftest.er1
15767 ac_status=$?
15768 grep -v '^ *+' conftest.er1 >conftest.err
15769 rm -f conftest.er1
15770 cat conftest.err >&5
15771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15772 (exit $ac_status); } && {
15773 test -z "$ac_c_werror_flag" ||
15774 test ! -s conftest.err
15775 } && test -s conftest$ac_exeext && {
15776 test "$cross_compiling" = yes ||
15777 $as_test_x conftest$ac_exeext
15778 }; then
15779 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15780 else
15781 $as_echo "$as_me: failed program was:" >&5
15782 sed 's/^/| /' conftest.$ac_ext >&5
15784 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15787 rm -rf conftest.dSYM
15788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15789 conftest$ac_exeext conftest.$ac_ext
15790 LIBS=$ac_check_lib_save_LIBS
15792 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15793 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15794 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15795 cat >conftest.$ac_ext <<_ACEOF
15796 /* confdefs.h. */
15797 _ACEOF
15798 cat confdefs.h >>conftest.$ac_ext
15799 cat >>conftest.$ac_ext <<_ACEOF
15800 /* end confdefs.h. */
15801 #ifdef HAVE_ALSA_ASOUNDLIB_H
15802 #include <alsa/asoundlib.h>
15803 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15804 #include <sys/asoundlib.h>
15805 #endif
15807 main ()
15809 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15811 return 0;
15813 _ACEOF
15814 rm -f conftest.$ac_objext
15815 if { (ac_try="$ac_compile"
15816 case "(($ac_try" in
15817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15818 *) ac_try_echo=$ac_try;;
15819 esac
15820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15821 $as_echo "$ac_try_echo") >&5
15822 (eval "$ac_compile") 2>conftest.er1
15823 ac_status=$?
15824 grep -v '^ *+' conftest.er1 >conftest.err
15825 rm -f conftest.er1
15826 cat conftest.err >&5
15827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15828 (exit $ac_status); } && {
15829 test -z "$ac_c_werror_flag" ||
15830 test ! -s conftest.err
15831 } && test -s conftest.$ac_objext; then
15833 cat >>confdefs.h <<\_ACEOF
15834 #define HAVE_ALSA 1
15835 _ACEOF
15837 ALSALIBS="-lasound"
15838 else
15839 $as_echo "$as_me: failed program was:" >&5
15840 sed 's/^/| /' conftest.$ac_ext >&5
15845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15850 AUDIOIOLIBS=""
15852 if test "$ac_cv_header_libaudioio_h" = "yes"
15853 then
15854 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15855 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15856 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15857 $as_echo_n "(cached) " >&6
15858 else
15859 ac_check_lib_save_LIBS=$LIBS
15860 LIBS="-laudioio $LIBS"
15861 cat >conftest.$ac_ext <<_ACEOF
15862 /* confdefs.h. */
15863 _ACEOF
15864 cat confdefs.h >>conftest.$ac_ext
15865 cat >>conftest.$ac_ext <<_ACEOF
15866 /* end confdefs.h. */
15868 /* Override any GCC internal prototype to avoid an error.
15869 Use char because int might match the return type of a GCC
15870 builtin and then its argument prototype would still apply. */
15871 #ifdef __cplusplus
15872 extern "C"
15873 #endif
15874 char AudioIOGetVersion ();
15876 main ()
15878 return AudioIOGetVersion ();
15880 return 0;
15882 _ACEOF
15883 rm -f conftest.$ac_objext conftest$ac_exeext
15884 if { (ac_try="$ac_link"
15885 case "(($ac_try" in
15886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15887 *) ac_try_echo=$ac_try;;
15888 esac
15889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15890 $as_echo "$ac_try_echo") >&5
15891 (eval "$ac_link") 2>conftest.er1
15892 ac_status=$?
15893 grep -v '^ *+' conftest.er1 >conftest.err
15894 rm -f conftest.er1
15895 cat conftest.err >&5
15896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15897 (exit $ac_status); } && {
15898 test -z "$ac_c_werror_flag" ||
15899 test ! -s conftest.err
15900 } && test -s conftest$ac_exeext && {
15901 test "$cross_compiling" = yes ||
15902 $as_test_x conftest$ac_exeext
15903 }; then
15904 ac_cv_lib_audioio_AudioIOGetVersion=yes
15905 else
15906 $as_echo "$as_me: failed program was:" >&5
15907 sed 's/^/| /' conftest.$ac_ext >&5
15909 ac_cv_lib_audioio_AudioIOGetVersion=no
15912 rm -rf conftest.dSYM
15913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15914 conftest$ac_exeext conftest.$ac_ext
15915 LIBS=$ac_check_lib_save_LIBS
15917 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15918 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15919 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15920 AUDIOIOLIBS="-laudioio"
15922 cat >>confdefs.h <<\_ACEOF
15923 #define HAVE_LIBAUDIOIO 1
15924 _ACEOF
15931 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15932 then
15933 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15934 $as_echo_n "checking for -lcapi20... " >&6; }
15935 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15936 $as_echo_n "(cached) " >&6
15937 else
15938 ac_check_soname_save_LIBS=$LIBS
15939 LIBS="-lcapi20 $LIBS"
15940 cat >conftest.$ac_ext <<_ACEOF
15941 /* confdefs.h. */
15942 _ACEOF
15943 cat confdefs.h >>conftest.$ac_ext
15944 cat >>conftest.$ac_ext <<_ACEOF
15945 /* end confdefs.h. */
15947 /* Override any GCC internal prototype to avoid an error.
15948 Use char because int might match the return type of a GCC
15949 builtin and then its argument prototype would still apply. */
15950 #ifdef __cplusplus
15951 extern "C"
15952 #endif
15953 char capi20_register ();
15955 main ()
15957 return capi20_register ();
15959 return 0;
15961 _ACEOF
15962 rm -f conftest.$ac_objext conftest$ac_exeext
15963 if { (ac_try="$ac_link"
15964 case "(($ac_try" in
15965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15966 *) ac_try_echo=$ac_try;;
15967 esac
15968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15969 $as_echo "$ac_try_echo") >&5
15970 (eval "$ac_link") 2>conftest.er1
15971 ac_status=$?
15972 grep -v '^ *+' conftest.er1 >conftest.err
15973 rm -f conftest.er1
15974 cat conftest.err >&5
15975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15976 (exit $ac_status); } && {
15977 test -z "$ac_c_werror_flag" ||
15978 test ! -s conftest.err
15979 } && test -s conftest$ac_exeext && {
15980 test "$cross_compiling" = yes ||
15981 $as_test_x conftest$ac_exeext
15982 }; then
15983 case "$LIBEXT" in
15984 dll) ;;
15985 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'` ;;
15986 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15987 esac
15988 else
15989 $as_echo "$as_me: failed program was:" >&5
15990 sed 's/^/| /' conftest.$ac_ext >&5
15995 rm -rf conftest.dSYM
15996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15997 conftest$ac_exeext conftest.$ac_ext
15998 LIBS=$ac_check_soname_save_LIBS
16000 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16001 { $as_echo "$as_me:$LINENO: result: not found" >&5
16002 $as_echo "not found" >&6; }
16004 else
16005 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16006 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16008 cat >>confdefs.h <<_ACEOF
16009 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16010 _ACEOF
16016 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16017 case "x$with_capi" in
16018 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16019 xno) ;;
16020 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16021 This is an error since --with-capi was requested." >&5
16022 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16023 This is an error since --with-capi was requested." >&2;}
16024 { (exit 1); exit 1; }; } ;;
16025 esac
16029 CUPSINCL=""
16031 if test "x$with_cups" != "xno"
16032 then
16033 ac_save_CPPFLAGS="$CPPFLAGS"
16034 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16035 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16036 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16038 for ac_header in cups/cups.h
16040 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16042 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16043 $as_echo_n "checking for $ac_header... " >&6; }
16044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16045 $as_echo_n "(cached) " >&6
16047 ac_res=`eval 'as_val=${'$as_ac_Header'}
16048 $as_echo "$as_val"'`
16049 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16050 $as_echo "$ac_res" >&6; }
16051 else
16052 # Is the header compilable?
16053 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16054 $as_echo_n "checking $ac_header usability... " >&6; }
16055 cat >conftest.$ac_ext <<_ACEOF
16056 /* confdefs.h. */
16057 _ACEOF
16058 cat confdefs.h >>conftest.$ac_ext
16059 cat >>conftest.$ac_ext <<_ACEOF
16060 /* end confdefs.h. */
16061 $ac_includes_default
16062 #include <$ac_header>
16063 _ACEOF
16064 rm -f conftest.$ac_objext
16065 if { (ac_try="$ac_compile"
16066 case "(($ac_try" in
16067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16068 *) ac_try_echo=$ac_try;;
16069 esac
16070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16071 $as_echo "$ac_try_echo") >&5
16072 (eval "$ac_compile") 2>conftest.er1
16073 ac_status=$?
16074 grep -v '^ *+' conftest.er1 >conftest.err
16075 rm -f conftest.er1
16076 cat conftest.err >&5
16077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16078 (exit $ac_status); } && {
16079 test -z "$ac_c_werror_flag" ||
16080 test ! -s conftest.err
16081 } && test -s conftest.$ac_objext; then
16082 ac_header_compiler=yes
16083 else
16084 $as_echo "$as_me: failed program was:" >&5
16085 sed 's/^/| /' conftest.$ac_ext >&5
16087 ac_header_compiler=no
16090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16091 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16092 $as_echo "$ac_header_compiler" >&6; }
16094 # Is the header present?
16095 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16096 $as_echo_n "checking $ac_header presence... " >&6; }
16097 cat >conftest.$ac_ext <<_ACEOF
16098 /* confdefs.h. */
16099 _ACEOF
16100 cat confdefs.h >>conftest.$ac_ext
16101 cat >>conftest.$ac_ext <<_ACEOF
16102 /* end confdefs.h. */
16103 #include <$ac_header>
16104 _ACEOF
16105 if { (ac_try="$ac_cpp conftest.$ac_ext"
16106 case "(($ac_try" in
16107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16108 *) ac_try_echo=$ac_try;;
16109 esac
16110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16111 $as_echo "$ac_try_echo") >&5
16112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16113 ac_status=$?
16114 grep -v '^ *+' conftest.er1 >conftest.err
16115 rm -f conftest.er1
16116 cat conftest.err >&5
16117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16118 (exit $ac_status); } >/dev/null && {
16119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16120 test ! -s conftest.err
16121 }; then
16122 ac_header_preproc=yes
16123 else
16124 $as_echo "$as_me: failed program was:" >&5
16125 sed 's/^/| /' conftest.$ac_ext >&5
16127 ac_header_preproc=no
16130 rm -f conftest.err conftest.$ac_ext
16131 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16132 $as_echo "$ac_header_preproc" >&6; }
16134 # So? What about this header?
16135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16136 yes:no: )
16137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16138 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16140 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16141 ac_header_preproc=yes
16143 no:yes:* )
16144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16145 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16149 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16150 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16151 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16152 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16153 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16154 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16155 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16156 ( cat <<\_ASBOX
16157 ## ------------------------------------ ##
16158 ## Report this to wine-devel@winehq.org ##
16159 ## ------------------------------------ ##
16160 _ASBOX
16161 ) | sed "s/^/$as_me: WARNING: /" >&2
16163 esac
16164 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16165 $as_echo_n "checking for $ac_header... " >&6; }
16166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16167 $as_echo_n "(cached) " >&6
16168 else
16169 eval "$as_ac_Header=\$ac_header_preproc"
16171 ac_res=`eval 'as_val=${'$as_ac_Header'}
16172 $as_echo "$as_val"'`
16173 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16174 $as_echo "$ac_res" >&6; }
16177 as_val=`eval 'as_val=${'$as_ac_Header'}
16178 $as_echo "$as_val"'`
16179 if test "x$as_val" = x""yes; then
16180 cat >>confdefs.h <<_ACEOF
16181 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16182 _ACEOF
16183 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16184 $as_echo_n "checking for -lcups... " >&6; }
16185 if test "${ac_cv_lib_soname_cups+set}" = set; then
16186 $as_echo_n "(cached) " >&6
16187 else
16188 ac_check_soname_save_LIBS=$LIBS
16189 LIBS="-lcups $ac_cups_libs $LIBS"
16190 cat >conftest.$ac_ext <<_ACEOF
16191 /* confdefs.h. */
16192 _ACEOF
16193 cat confdefs.h >>conftest.$ac_ext
16194 cat >>conftest.$ac_ext <<_ACEOF
16195 /* end confdefs.h. */
16197 /* Override any GCC internal prototype to avoid an error.
16198 Use char because int might match the return type of a GCC
16199 builtin and then its argument prototype would still apply. */
16200 #ifdef __cplusplus
16201 extern "C"
16202 #endif
16203 char cupsGetDefault ();
16205 main ()
16207 return cupsGetDefault ();
16209 return 0;
16211 _ACEOF
16212 rm -f conftest.$ac_objext conftest$ac_exeext
16213 if { (ac_try="$ac_link"
16214 case "(($ac_try" in
16215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16216 *) ac_try_echo=$ac_try;;
16217 esac
16218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16219 $as_echo "$ac_try_echo") >&5
16220 (eval "$ac_link") 2>conftest.er1
16221 ac_status=$?
16222 grep -v '^ *+' conftest.er1 >conftest.err
16223 rm -f conftest.er1
16224 cat conftest.err >&5
16225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest$ac_exeext && {
16230 test "$cross_compiling" = yes ||
16231 $as_test_x conftest$ac_exeext
16232 }; then
16233 case "$LIBEXT" in
16234 dll) ;;
16235 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'` ;;
16236 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16237 esac
16238 else
16239 $as_echo "$as_me: failed program was:" >&5
16240 sed 's/^/| /' conftest.$ac_ext >&5
16245 rm -rf conftest.dSYM
16246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16247 conftest$ac_exeext conftest.$ac_ext
16248 LIBS=$ac_check_soname_save_LIBS
16250 if test "x$ac_cv_lib_soname_cups" = "x"; then
16251 { $as_echo "$as_me:$LINENO: result: not found" >&5
16252 $as_echo "not found" >&6; }
16254 else
16255 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16256 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16258 cat >>confdefs.h <<_ACEOF
16259 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16260 _ACEOF
16262 CUPSINCL="$ac_cups_cflags"
16267 done
16269 CPPFLAGS="$ac_save_CPPFLAGS"
16271 if test "x$ac_cv_lib_soname_cups" = "x"; then
16272 case "x$with_cups" in
16273 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16274 xno) ;;
16275 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16276 This is an error since --with-cups was requested." >&5
16277 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16278 This is an error since --with-cups was requested." >&2;}
16279 { (exit 1); exit 1; }; } ;;
16280 esac
16284 if test "$ac_cv_header_jack_jack_h" = "yes"
16285 then
16286 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16287 $as_echo_n "checking for -ljack... " >&6; }
16288 if test "${ac_cv_lib_soname_jack+set}" = set; then
16289 $as_echo_n "(cached) " >&6
16290 else
16291 ac_check_soname_save_LIBS=$LIBS
16292 LIBS="-ljack $LIBS"
16293 cat >conftest.$ac_ext <<_ACEOF
16294 /* confdefs.h. */
16295 _ACEOF
16296 cat confdefs.h >>conftest.$ac_ext
16297 cat >>conftest.$ac_ext <<_ACEOF
16298 /* end confdefs.h. */
16300 /* Override any GCC internal prototype to avoid an error.
16301 Use char because int might match the return type of a GCC
16302 builtin and then its argument prototype would still apply. */
16303 #ifdef __cplusplus
16304 extern "C"
16305 #endif
16306 char jack_client_new ();
16308 main ()
16310 return jack_client_new ();
16312 return 0;
16314 _ACEOF
16315 rm -f conftest.$ac_objext conftest$ac_exeext
16316 if { (ac_try="$ac_link"
16317 case "(($ac_try" in
16318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16319 *) ac_try_echo=$ac_try;;
16320 esac
16321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16322 $as_echo "$ac_try_echo") >&5
16323 (eval "$ac_link") 2>conftest.er1
16324 ac_status=$?
16325 grep -v '^ *+' conftest.er1 >conftest.err
16326 rm -f conftest.er1
16327 cat conftest.err >&5
16328 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } && {
16330 test -z "$ac_c_werror_flag" ||
16331 test ! -s conftest.err
16332 } && test -s conftest$ac_exeext && {
16333 test "$cross_compiling" = yes ||
16334 $as_test_x conftest$ac_exeext
16335 }; then
16336 case "$LIBEXT" in
16337 dll) ;;
16338 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'` ;;
16339 *) 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'` ;;
16340 esac
16341 else
16342 $as_echo "$as_me: failed program was:" >&5
16343 sed 's/^/| /' conftest.$ac_ext >&5
16348 rm -rf conftest.dSYM
16349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16350 conftest$ac_exeext conftest.$ac_ext
16351 LIBS=$ac_check_soname_save_LIBS
16353 if test "x$ac_cv_lib_soname_jack" = "x"; then
16354 { $as_echo "$as_me:$LINENO: result: not found" >&5
16355 $as_echo "not found" >&6; }
16357 else
16358 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16359 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16361 cat >>confdefs.h <<_ACEOF
16362 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16363 _ACEOF
16370 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16371 then
16372 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16373 $as_echo_n "checking for -lfontconfig... " >&6; }
16374 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16375 $as_echo_n "(cached) " >&6
16376 else
16377 ac_check_soname_save_LIBS=$LIBS
16378 LIBS="-lfontconfig $LIBS"
16379 cat >conftest.$ac_ext <<_ACEOF
16380 /* confdefs.h. */
16381 _ACEOF
16382 cat confdefs.h >>conftest.$ac_ext
16383 cat >>conftest.$ac_ext <<_ACEOF
16384 /* end confdefs.h. */
16386 /* Override any GCC internal prototype to avoid an error.
16387 Use char because int might match the return type of a GCC
16388 builtin and then its argument prototype would still apply. */
16389 #ifdef __cplusplus
16390 extern "C"
16391 #endif
16392 char FcInit ();
16394 main ()
16396 return FcInit ();
16398 return 0;
16400 _ACEOF
16401 rm -f conftest.$ac_objext conftest$ac_exeext
16402 if { (ac_try="$ac_link"
16403 case "(($ac_try" in
16404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16405 *) ac_try_echo=$ac_try;;
16406 esac
16407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16408 $as_echo "$ac_try_echo") >&5
16409 (eval "$ac_link") 2>conftest.er1
16410 ac_status=$?
16411 grep -v '^ *+' conftest.er1 >conftest.err
16412 rm -f conftest.er1
16413 cat conftest.err >&5
16414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16415 (exit $ac_status); } && {
16416 test -z "$ac_c_werror_flag" ||
16417 test ! -s conftest.err
16418 } && test -s conftest$ac_exeext && {
16419 test "$cross_compiling" = yes ||
16420 $as_test_x conftest$ac_exeext
16421 }; then
16422 case "$LIBEXT" in
16423 dll) ;;
16424 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'` ;;
16425 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16426 esac
16427 else
16428 $as_echo "$as_me: failed program was:" >&5
16429 sed 's/^/| /' conftest.$ac_ext >&5
16434 rm -rf conftest.dSYM
16435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16436 conftest$ac_exeext conftest.$ac_ext
16437 LIBS=$ac_check_soname_save_LIBS
16439 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16440 { $as_echo "$as_me:$LINENO: result: not found" >&5
16441 $as_echo "not found" >&6; }
16443 else
16444 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16445 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16447 cat >>confdefs.h <<_ACEOF
16448 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16449 _ACEOF
16454 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16455 then
16456 ac_save_CPPFLAGS="$CPPFLAGS"
16457 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16458 $as_unset ac_cv_header_fontconfig_fontconfig_h
16460 for ac_header in fontconfig/fontconfig.h
16462 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16463 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16464 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16465 $as_echo_n "checking for $ac_header... " >&6; }
16466 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16467 $as_echo_n "(cached) " >&6
16469 ac_res=`eval 'as_val=${'$as_ac_Header'}
16470 $as_echo "$as_val"'`
16471 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16472 $as_echo "$ac_res" >&6; }
16473 else
16474 # Is the header compilable?
16475 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16476 $as_echo_n "checking $ac_header usability... " >&6; }
16477 cat >conftest.$ac_ext <<_ACEOF
16478 /* confdefs.h. */
16479 _ACEOF
16480 cat confdefs.h >>conftest.$ac_ext
16481 cat >>conftest.$ac_ext <<_ACEOF
16482 /* end confdefs.h. */
16483 $ac_includes_default
16484 #include <$ac_header>
16485 _ACEOF
16486 rm -f conftest.$ac_objext
16487 if { (ac_try="$ac_compile"
16488 case "(($ac_try" in
16489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16490 *) ac_try_echo=$ac_try;;
16491 esac
16492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16493 $as_echo "$ac_try_echo") >&5
16494 (eval "$ac_compile") 2>conftest.er1
16495 ac_status=$?
16496 grep -v '^ *+' conftest.er1 >conftest.err
16497 rm -f conftest.er1
16498 cat conftest.err >&5
16499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16500 (exit $ac_status); } && {
16501 test -z "$ac_c_werror_flag" ||
16502 test ! -s conftest.err
16503 } && test -s conftest.$ac_objext; then
16504 ac_header_compiler=yes
16505 else
16506 $as_echo "$as_me: failed program was:" >&5
16507 sed 's/^/| /' conftest.$ac_ext >&5
16509 ac_header_compiler=no
16512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16513 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16514 $as_echo "$ac_header_compiler" >&6; }
16516 # Is the header present?
16517 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16518 $as_echo_n "checking $ac_header presence... " >&6; }
16519 cat >conftest.$ac_ext <<_ACEOF
16520 /* confdefs.h. */
16521 _ACEOF
16522 cat confdefs.h >>conftest.$ac_ext
16523 cat >>conftest.$ac_ext <<_ACEOF
16524 /* end confdefs.h. */
16525 #include <$ac_header>
16526 _ACEOF
16527 if { (ac_try="$ac_cpp conftest.$ac_ext"
16528 case "(($ac_try" in
16529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16530 *) ac_try_echo=$ac_try;;
16531 esac
16532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16533 $as_echo "$ac_try_echo") >&5
16534 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16535 ac_status=$?
16536 grep -v '^ *+' conftest.er1 >conftest.err
16537 rm -f conftest.er1
16538 cat conftest.err >&5
16539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); } >/dev/null && {
16541 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16542 test ! -s conftest.err
16543 }; then
16544 ac_header_preproc=yes
16545 else
16546 $as_echo "$as_me: failed program was:" >&5
16547 sed 's/^/| /' conftest.$ac_ext >&5
16549 ac_header_preproc=no
16552 rm -f conftest.err conftest.$ac_ext
16553 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16554 $as_echo "$ac_header_preproc" >&6; }
16556 # So? What about this header?
16557 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16558 yes:no: )
16559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16560 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16562 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16563 ac_header_preproc=yes
16565 no:yes:* )
16566 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16567 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16570 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16571 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16572 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16573 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16574 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16575 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16576 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16577 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16578 ( cat <<\_ASBOX
16579 ## ------------------------------------ ##
16580 ## Report this to wine-devel@winehq.org ##
16581 ## ------------------------------------ ##
16582 _ASBOX
16583 ) | sed "s/^/$as_me: WARNING: /" >&2
16585 esac
16586 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16587 $as_echo_n "checking for $ac_header... " >&6; }
16588 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16589 $as_echo_n "(cached) " >&6
16590 else
16591 eval "$as_ac_Header=\$ac_header_preproc"
16593 ac_res=`eval 'as_val=${'$as_ac_Header'}
16594 $as_echo "$as_val"'`
16595 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16596 $as_echo "$ac_res" >&6; }
16599 as_val=`eval 'as_val=${'$as_ac_Header'}
16600 $as_echo "$as_val"'`
16601 if test "x$as_val" = x""yes; then
16602 cat >>confdefs.h <<_ACEOF
16603 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16604 _ACEOF
16608 done
16610 CPPFLAGS="$ac_save_CPPFLAGS"
16611 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16612 then
16613 FONTCONFIGINCL="$X_CFLAGS"
16615 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16616 $as_echo_n "checking for -lfontconfig... " >&6; }
16617 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16618 $as_echo_n "(cached) " >&6
16619 else
16620 ac_check_soname_save_LIBS=$LIBS
16621 LIBS="-lfontconfig $X_LIBS $LIBS"
16622 cat >conftest.$ac_ext <<_ACEOF
16623 /* confdefs.h. */
16624 _ACEOF
16625 cat confdefs.h >>conftest.$ac_ext
16626 cat >>conftest.$ac_ext <<_ACEOF
16627 /* end confdefs.h. */
16629 /* Override any GCC internal prototype to avoid an error.
16630 Use char because int might match the return type of a GCC
16631 builtin and then its argument prototype would still apply. */
16632 #ifdef __cplusplus
16633 extern "C"
16634 #endif
16635 char FcInit ();
16637 main ()
16639 return FcInit ();
16641 return 0;
16643 _ACEOF
16644 rm -f conftest.$ac_objext conftest$ac_exeext
16645 if { (ac_try="$ac_link"
16646 case "(($ac_try" in
16647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16648 *) ac_try_echo=$ac_try;;
16649 esac
16650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16651 $as_echo "$ac_try_echo") >&5
16652 (eval "$ac_link") 2>conftest.er1
16653 ac_status=$?
16654 grep -v '^ *+' conftest.er1 >conftest.err
16655 rm -f conftest.er1
16656 cat conftest.err >&5
16657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); } && {
16659 test -z "$ac_c_werror_flag" ||
16660 test ! -s conftest.err
16661 } && test -s conftest$ac_exeext && {
16662 test "$cross_compiling" = yes ||
16663 $as_test_x conftest$ac_exeext
16664 }; then
16665 case "$LIBEXT" in
16666 dll) ;;
16667 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'` ;;
16668 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16669 esac
16670 else
16671 $as_echo "$as_me: failed program was:" >&5
16672 sed 's/^/| /' conftest.$ac_ext >&5
16677 rm -rf conftest.dSYM
16678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16679 conftest$ac_exeext conftest.$ac_ext
16680 LIBS=$ac_check_soname_save_LIBS
16682 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16683 { $as_echo "$as_me:$LINENO: result: not found" >&5
16684 $as_echo "not found" >&6; }
16686 else
16687 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16688 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16690 cat >>confdefs.h <<_ACEOF
16691 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16692 _ACEOF
16699 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16700 case "x$with_fontconfig" in
16701 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16702 xno) ;;
16703 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16704 This is an error since --with-fontconfig was requested." >&5
16705 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16706 This is an error since --with-fontconfig was requested." >&2;}
16707 { (exit 1); exit 1; }; } ;;
16708 esac
16712 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16713 then
16714 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16715 $as_echo_n "checking for -lssl... " >&6; }
16716 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16717 $as_echo_n "(cached) " >&6
16718 else
16719 ac_check_soname_save_LIBS=$LIBS
16720 LIBS="-lssl $LIBS"
16721 cat >conftest.$ac_ext <<_ACEOF
16722 /* confdefs.h. */
16723 _ACEOF
16724 cat confdefs.h >>conftest.$ac_ext
16725 cat >>conftest.$ac_ext <<_ACEOF
16726 /* end confdefs.h. */
16728 /* Override any GCC internal prototype to avoid an error.
16729 Use char because int might match the return type of a GCC
16730 builtin and then its argument prototype would still apply. */
16731 #ifdef __cplusplus
16732 extern "C"
16733 #endif
16734 char SSL_library_init ();
16736 main ()
16738 return SSL_library_init ();
16740 return 0;
16742 _ACEOF
16743 rm -f conftest.$ac_objext conftest$ac_exeext
16744 if { (ac_try="$ac_link"
16745 case "(($ac_try" in
16746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16747 *) ac_try_echo=$ac_try;;
16748 esac
16749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16750 $as_echo "$ac_try_echo") >&5
16751 (eval "$ac_link") 2>conftest.er1
16752 ac_status=$?
16753 grep -v '^ *+' conftest.er1 >conftest.err
16754 rm -f conftest.er1
16755 cat conftest.err >&5
16756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); } && {
16758 test -z "$ac_c_werror_flag" ||
16759 test ! -s conftest.err
16760 } && test -s conftest$ac_exeext && {
16761 test "$cross_compiling" = yes ||
16762 $as_test_x conftest$ac_exeext
16763 }; then
16764 case "$LIBEXT" in
16765 dll) ;;
16766 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'` ;;
16767 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16768 esac
16769 else
16770 $as_echo "$as_me: failed program was:" >&5
16771 sed 's/^/| /' conftest.$ac_ext >&5
16776 rm -rf conftest.dSYM
16777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16778 conftest$ac_exeext conftest.$ac_ext
16779 LIBS=$ac_check_soname_save_LIBS
16781 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16782 { $as_echo "$as_me:$LINENO: result: not found" >&5
16783 $as_echo "not found" >&6; }
16785 else
16786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16787 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16789 cat >>confdefs.h <<_ACEOF
16790 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16791 _ACEOF
16796 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16797 $as_echo_n "checking for -lcrypto... " >&6; }
16798 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16799 $as_echo_n "(cached) " >&6
16800 else
16801 ac_check_soname_save_LIBS=$LIBS
16802 LIBS="-lcrypto $LIBS"
16803 cat >conftest.$ac_ext <<_ACEOF
16804 /* confdefs.h. */
16805 _ACEOF
16806 cat confdefs.h >>conftest.$ac_ext
16807 cat >>conftest.$ac_ext <<_ACEOF
16808 /* end confdefs.h. */
16810 /* Override any GCC internal prototype to avoid an error.
16811 Use char because int might match the return type of a GCC
16812 builtin and then its argument prototype would still apply. */
16813 #ifdef __cplusplus
16814 extern "C"
16815 #endif
16816 char BIO_new_socket ();
16818 main ()
16820 return BIO_new_socket ();
16822 return 0;
16824 _ACEOF
16825 rm -f conftest.$ac_objext conftest$ac_exeext
16826 if { (ac_try="$ac_link"
16827 case "(($ac_try" in
16828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16829 *) ac_try_echo=$ac_try;;
16830 esac
16831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16832 $as_echo "$ac_try_echo") >&5
16833 (eval "$ac_link") 2>conftest.er1
16834 ac_status=$?
16835 grep -v '^ *+' conftest.er1 >conftest.err
16836 rm -f conftest.er1
16837 cat conftest.err >&5
16838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16839 (exit $ac_status); } && {
16840 test -z "$ac_c_werror_flag" ||
16841 test ! -s conftest.err
16842 } && test -s conftest$ac_exeext && {
16843 test "$cross_compiling" = yes ||
16844 $as_test_x conftest$ac_exeext
16845 }; then
16846 case "$LIBEXT" in
16847 dll) ;;
16848 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'` ;;
16849 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16850 esac
16851 else
16852 $as_echo "$as_me: failed program was:" >&5
16853 sed 's/^/| /' conftest.$ac_ext >&5
16858 rm -rf conftest.dSYM
16859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16860 conftest$ac_exeext conftest.$ac_ext
16861 LIBS=$ac_check_soname_save_LIBS
16863 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16864 { $as_echo "$as_me:$LINENO: result: not found" >&5
16865 $as_echo "not found" >&6; }
16867 else
16868 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16869 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16871 cat >>confdefs.h <<_ACEOF
16872 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16873 _ACEOF
16879 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16880 case "x$with_openssl" in
16881 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16882 xno) ;;
16883 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16884 This is an error since --with-openssl was requested." >&5
16885 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16886 This is an error since --with-openssl was requested." >&2;}
16887 { (exit 1); exit 1; }; } ;;
16888 esac
16892 if test "$ac_cv_header_jpeglib_h" = "yes"
16893 then
16894 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16895 $as_echo_n "checking for -ljpeg... " >&6; }
16896 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16897 $as_echo_n "(cached) " >&6
16898 else
16899 ac_check_soname_save_LIBS=$LIBS
16900 LIBS="-ljpeg $LIBS"
16901 cat >conftest.$ac_ext <<_ACEOF
16902 /* confdefs.h. */
16903 _ACEOF
16904 cat confdefs.h >>conftest.$ac_ext
16905 cat >>conftest.$ac_ext <<_ACEOF
16906 /* end confdefs.h. */
16908 /* Override any GCC internal prototype to avoid an error.
16909 Use char because int might match the return type of a GCC
16910 builtin and then its argument prototype would still apply. */
16911 #ifdef __cplusplus
16912 extern "C"
16913 #endif
16914 char jpeg_start_decompress ();
16916 main ()
16918 return jpeg_start_decompress ();
16920 return 0;
16922 _ACEOF
16923 rm -f conftest.$ac_objext conftest$ac_exeext
16924 if { (ac_try="$ac_link"
16925 case "(($ac_try" in
16926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16927 *) ac_try_echo=$ac_try;;
16928 esac
16929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16930 $as_echo "$ac_try_echo") >&5
16931 (eval "$ac_link") 2>conftest.er1
16932 ac_status=$?
16933 grep -v '^ *+' conftest.er1 >conftest.err
16934 rm -f conftest.er1
16935 cat conftest.err >&5
16936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest$ac_exeext && {
16941 test "$cross_compiling" = yes ||
16942 $as_test_x conftest$ac_exeext
16943 }; then
16944 case "$LIBEXT" in
16945 dll) ;;
16946 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'` ;;
16947 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16948 esac
16949 else
16950 $as_echo "$as_me: failed program was:" >&5
16951 sed 's/^/| /' conftest.$ac_ext >&5
16956 rm -rf conftest.dSYM
16957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16958 conftest$ac_exeext conftest.$ac_ext
16959 LIBS=$ac_check_soname_save_LIBS
16961 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16962 { $as_echo "$as_me:$LINENO: result: not found" >&5
16963 $as_echo "not found" >&6; }
16965 else
16966 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16967 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16969 cat >>confdefs.h <<_ACEOF
16970 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16971 _ACEOF
16977 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16978 case "x$with_jpeg" in
16979 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16980 xno) ;;
16981 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16982 This is an error since --with-jpeg was requested." >&5
16983 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16984 This is an error since --with-jpeg was requested." >&2;}
16985 { (exit 1); exit 1; }; } ;;
16986 esac
16990 if test "$ac_cv_header_png_h" = "yes"
16991 then
16992 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16993 $as_echo_n "checking for -lpng... " >&6; }
16994 if test "${ac_cv_lib_soname_png+set}" = set; then
16995 $as_echo_n "(cached) " >&6
16996 else
16997 ac_check_soname_save_LIBS=$LIBS
16998 LIBS="-lpng -lm -lz $LIBS"
16999 cat >conftest.$ac_ext <<_ACEOF
17000 /* confdefs.h. */
17001 _ACEOF
17002 cat confdefs.h >>conftest.$ac_ext
17003 cat >>conftest.$ac_ext <<_ACEOF
17004 /* end confdefs.h. */
17006 /* Override any GCC internal prototype to avoid an error.
17007 Use char because int might match the return type of a GCC
17008 builtin and then its argument prototype would still apply. */
17009 #ifdef __cplusplus
17010 extern "C"
17011 #endif
17012 char png_create_read_struct ();
17014 main ()
17016 return png_create_read_struct ();
17018 return 0;
17020 _ACEOF
17021 rm -f conftest.$ac_objext conftest$ac_exeext
17022 if { (ac_try="$ac_link"
17023 case "(($ac_try" in
17024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17025 *) ac_try_echo=$ac_try;;
17026 esac
17027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17028 $as_echo "$ac_try_echo") >&5
17029 (eval "$ac_link") 2>conftest.er1
17030 ac_status=$?
17031 grep -v '^ *+' conftest.er1 >conftest.err
17032 rm -f conftest.er1
17033 cat conftest.err >&5
17034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17035 (exit $ac_status); } && {
17036 test -z "$ac_c_werror_flag" ||
17037 test ! -s conftest.err
17038 } && test -s conftest$ac_exeext && {
17039 test "$cross_compiling" = yes ||
17040 $as_test_x conftest$ac_exeext
17041 }; then
17042 case "$LIBEXT" in
17043 dll) ;;
17044 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'` ;;
17045 *) 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'` ;;
17046 esac
17047 else
17048 $as_echo "$as_me: failed program was:" >&5
17049 sed 's/^/| /' conftest.$ac_ext >&5
17054 rm -rf conftest.dSYM
17055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17056 conftest$ac_exeext conftest.$ac_ext
17057 LIBS=$ac_check_soname_save_LIBS
17059 if test "x$ac_cv_lib_soname_png" = "x"; then
17060 { $as_echo "$as_me:$LINENO: result: not found" >&5
17061 $as_echo "not found" >&6; }
17063 else
17064 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17065 $as_echo "$ac_cv_lib_soname_png" >&6; }
17067 cat >>confdefs.h <<_ACEOF
17068 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17069 _ACEOF
17075 if test "x$ac_cv_lib_soname_png" = "x"; then
17076 case "x$with_png" in
17077 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17078 xno) ;;
17079 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17080 This is an error since --with-png was requested." >&5
17081 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17082 This is an error since --with-png was requested." >&2;}
17083 { (exit 1); exit 1; }; } ;;
17084 esac
17088 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17089 $as_echo_n "checking for -lodbc... " >&6; }
17090 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17091 $as_echo_n "(cached) " >&6
17092 else
17093 ac_check_soname_save_LIBS=$LIBS
17094 LIBS="-lodbc $LIBS"
17095 cat >conftest.$ac_ext <<_ACEOF
17096 /* confdefs.h. */
17097 _ACEOF
17098 cat confdefs.h >>conftest.$ac_ext
17099 cat >>conftest.$ac_ext <<_ACEOF
17100 /* end confdefs.h. */
17102 /* Override any GCC internal prototype to avoid an error.
17103 Use char because int might match the return type of a GCC
17104 builtin and then its argument prototype would still apply. */
17105 #ifdef __cplusplus
17106 extern "C"
17107 #endif
17108 char SQLConnect ();
17110 main ()
17112 return SQLConnect ();
17114 return 0;
17116 _ACEOF
17117 rm -f conftest.$ac_objext conftest$ac_exeext
17118 if { (ac_try="$ac_link"
17119 case "(($ac_try" in
17120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17121 *) ac_try_echo=$ac_try;;
17122 esac
17123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17124 $as_echo "$ac_try_echo") >&5
17125 (eval "$ac_link") 2>conftest.er1
17126 ac_status=$?
17127 grep -v '^ *+' conftest.er1 >conftest.err
17128 rm -f conftest.er1
17129 cat conftest.err >&5
17130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17131 (exit $ac_status); } && {
17132 test -z "$ac_c_werror_flag" ||
17133 test ! -s conftest.err
17134 } && test -s conftest$ac_exeext && {
17135 test "$cross_compiling" = yes ||
17136 $as_test_x conftest$ac_exeext
17137 }; then
17138 case "$LIBEXT" in
17139 dll) ;;
17140 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'` ;;
17141 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17142 esac
17143 else
17144 $as_echo "$as_me: failed program was:" >&5
17145 sed 's/^/| /' conftest.$ac_ext >&5
17150 rm -rf conftest.dSYM
17151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17152 conftest$ac_exeext conftest.$ac_ext
17153 LIBS=$ac_check_soname_save_LIBS
17155 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17156 { $as_echo "$as_me:$LINENO: result: not found" >&5
17157 $as_echo "not found" >&6; }
17158 cat >>confdefs.h <<_ACEOF
17159 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17160 _ACEOF
17162 else
17163 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17164 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17166 cat >>confdefs.h <<_ACEOF
17167 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17168 _ACEOF
17174 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17175 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17176 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17177 "$ac_cv_header_soundcard_h" != "yes" -a \
17178 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17179 then
17180 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17184 EXTRACFLAGS=""
17186 if test "x${GCC}" = "xyes"
17187 then
17188 EXTRACFLAGS="-Wall -pipe"
17190 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17191 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17192 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17193 $as_echo_n "(cached) " >&6
17194 else
17195 if test "$cross_compiling" = yes; then
17196 ac_cv_c_gcc_strength_bug="yes"
17197 else
17198 cat >conftest.$ac_ext <<_ACEOF
17199 /* confdefs.h. */
17200 _ACEOF
17201 cat confdefs.h >>conftest.$ac_ext
17202 cat >>conftest.$ac_ext <<_ACEOF
17203 /* end confdefs.h. */
17204 int L[4] = {0,1,2,3};
17206 main ()
17208 static int Array[3];
17209 unsigned int B = 3;
17210 int i;
17211 for(i=0; i<B; i++) Array[i] = i - 3;
17212 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17213 L[i] = 4;
17214 return (Array[1] != -2 || L[2] != 3)
17216 return 0;
17218 _ACEOF
17219 rm -f conftest$ac_exeext
17220 if { (ac_try="$ac_link"
17221 case "(($ac_try" in
17222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17223 *) ac_try_echo=$ac_try;;
17224 esac
17225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17226 $as_echo "$ac_try_echo") >&5
17227 (eval "$ac_link") 2>&5
17228 ac_status=$?
17229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17230 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17231 { (case "(($ac_try" in
17232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17233 *) ac_try_echo=$ac_try;;
17234 esac
17235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17236 $as_echo "$ac_try_echo") >&5
17237 (eval "$ac_try") 2>&5
17238 ac_status=$?
17239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240 (exit $ac_status); }; }; then
17241 ac_cv_c_gcc_strength_bug="no"
17242 else
17243 $as_echo "$as_me: program exited with status $ac_status" >&5
17244 $as_echo "$as_me: failed program was:" >&5
17245 sed 's/^/| /' conftest.$ac_ext >&5
17247 ( exit $ac_status )
17248 ac_cv_c_gcc_strength_bug="yes"
17250 rm -rf conftest.dSYM
17251 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17256 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17257 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17258 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17259 then
17260 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17263 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17264 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17265 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17266 $as_echo_n "(cached) " >&6
17267 else
17268 ac_wine_try_cflags_saved=$CFLAGS
17269 CFLAGS="$CFLAGS -fno-builtin"
17270 cat >conftest.$ac_ext <<_ACEOF
17271 /* confdefs.h. */
17272 _ACEOF
17273 cat confdefs.h >>conftest.$ac_ext
17274 cat >>conftest.$ac_ext <<_ACEOF
17275 /* end confdefs.h. */
17278 main ()
17282 return 0;
17284 _ACEOF
17285 rm -f conftest.$ac_objext conftest$ac_exeext
17286 if { (ac_try="$ac_link"
17287 case "(($ac_try" in
17288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17289 *) ac_try_echo=$ac_try;;
17290 esac
17291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17292 $as_echo "$ac_try_echo") >&5
17293 (eval "$ac_link") 2>conftest.er1
17294 ac_status=$?
17295 grep -v '^ *+' conftest.er1 >conftest.err
17296 rm -f conftest.er1
17297 cat conftest.err >&5
17298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } && {
17300 test -z "$ac_c_werror_flag" ||
17301 test ! -s conftest.err
17302 } && test -s conftest$ac_exeext && {
17303 test "$cross_compiling" = yes ||
17304 $as_test_x conftest$ac_exeext
17305 }; then
17306 ac_cv_cflags__fno_builtin=yes
17307 else
17308 $as_echo "$as_me: failed program was:" >&5
17309 sed 's/^/| /' conftest.$ac_ext >&5
17311 ac_cv_cflags__fno_builtin=no
17314 rm -rf conftest.dSYM
17315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17316 conftest$ac_exeext conftest.$ac_ext
17317 CFLAGS=$ac_wine_try_cflags_saved
17319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17320 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17321 if test $ac_cv_cflags__fno_builtin = yes; then
17322 BUILTINFLAG="-fno-builtin"
17326 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17327 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17328 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17329 $as_echo_n "(cached) " >&6
17330 else
17331 ac_wine_try_cflags_saved=$CFLAGS
17332 CFLAGS="$CFLAGS -fno-strict-aliasing"
17333 cat >conftest.$ac_ext <<_ACEOF
17334 /* confdefs.h. */
17335 _ACEOF
17336 cat confdefs.h >>conftest.$ac_ext
17337 cat >>conftest.$ac_ext <<_ACEOF
17338 /* end confdefs.h. */
17341 main ()
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 ac_cv_cflags__fno_strict_aliasing=yes
17370 else
17371 $as_echo "$as_me: failed program was:" >&5
17372 sed 's/^/| /' conftest.$ac_ext >&5
17374 ac_cv_cflags__fno_strict_aliasing=no
17377 rm -rf conftest.dSYM
17378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17379 conftest$ac_exeext conftest.$ac_ext
17380 CFLAGS=$ac_wine_try_cflags_saved
17382 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17383 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17384 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17385 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17388 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17389 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17390 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17391 $as_echo_n "(cached) " >&6
17392 else
17393 ac_wine_try_cflags_saved=$CFLAGS
17394 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17395 cat >conftest.$ac_ext <<_ACEOF
17396 /* confdefs.h. */
17397 _ACEOF
17398 cat confdefs.h >>conftest.$ac_ext
17399 cat >>conftest.$ac_ext <<_ACEOF
17400 /* end confdefs.h. */
17403 main ()
17407 return 0;
17409 _ACEOF
17410 rm -f conftest.$ac_objext conftest$ac_exeext
17411 if { (ac_try="$ac_link"
17412 case "(($ac_try" in
17413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17414 *) ac_try_echo=$ac_try;;
17415 esac
17416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17417 $as_echo "$ac_try_echo") >&5
17418 (eval "$ac_link") 2>conftest.er1
17419 ac_status=$?
17420 grep -v '^ *+' conftest.er1 >conftest.err
17421 rm -f conftest.er1
17422 cat conftest.err >&5
17423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424 (exit $ac_status); } && {
17425 test -z "$ac_c_werror_flag" ||
17426 test ! -s conftest.err
17427 } && test -s conftest$ac_exeext && {
17428 test "$cross_compiling" = yes ||
17429 $as_test_x conftest$ac_exeext
17430 }; then
17431 ac_cv_cflags__Wdeclaration_after_statement=yes
17432 else
17433 $as_echo "$as_me: failed program was:" >&5
17434 sed 's/^/| /' conftest.$ac_ext >&5
17436 ac_cv_cflags__Wdeclaration_after_statement=no
17439 rm -rf conftest.dSYM
17440 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17441 conftest$ac_exeext conftest.$ac_ext
17442 CFLAGS=$ac_wine_try_cflags_saved
17444 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17445 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17446 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17447 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17450 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17451 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17452 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17453 $as_echo_n "(cached) " >&6
17454 else
17455 ac_wine_try_cflags_saved=$CFLAGS
17456 CFLAGS="$CFLAGS -Wwrite-strings"
17457 cat >conftest.$ac_ext <<_ACEOF
17458 /* confdefs.h. */
17459 _ACEOF
17460 cat confdefs.h >>conftest.$ac_ext
17461 cat >>conftest.$ac_ext <<_ACEOF
17462 /* end confdefs.h. */
17465 main ()
17469 return 0;
17471 _ACEOF
17472 rm -f conftest.$ac_objext conftest$ac_exeext
17473 if { (ac_try="$ac_link"
17474 case "(($ac_try" in
17475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17476 *) ac_try_echo=$ac_try;;
17477 esac
17478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17479 $as_echo "$ac_try_echo") >&5
17480 (eval "$ac_link") 2>conftest.er1
17481 ac_status=$?
17482 grep -v '^ *+' conftest.er1 >conftest.err
17483 rm -f conftest.er1
17484 cat conftest.err >&5
17485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); } && {
17487 test -z "$ac_c_werror_flag" ||
17488 test ! -s conftest.err
17489 } && test -s conftest$ac_exeext && {
17490 test "$cross_compiling" = yes ||
17491 $as_test_x conftest$ac_exeext
17492 }; then
17493 ac_cv_cflags__Wwrite_strings=yes
17494 else
17495 $as_echo "$as_me: failed program was:" >&5
17496 sed 's/^/| /' conftest.$ac_ext >&5
17498 ac_cv_cflags__Wwrite_strings=no
17501 rm -rf conftest.dSYM
17502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17503 conftest$ac_exeext conftest.$ac_ext
17504 CFLAGS=$ac_wine_try_cflags_saved
17506 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17507 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17508 if test $ac_cv_cflags__Wwrite_strings = yes; then
17509 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17512 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17513 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17514 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17515 $as_echo_n "(cached) " >&6
17516 else
17517 ac_wine_try_cflags_saved=$CFLAGS
17518 CFLAGS="$CFLAGS -Wtype-limits"
17519 cat >conftest.$ac_ext <<_ACEOF
17520 /* confdefs.h. */
17521 _ACEOF
17522 cat confdefs.h >>conftest.$ac_ext
17523 cat >>conftest.$ac_ext <<_ACEOF
17524 /* end confdefs.h. */
17527 main ()
17531 return 0;
17533 _ACEOF
17534 rm -f conftest.$ac_objext conftest$ac_exeext
17535 if { (ac_try="$ac_link"
17536 case "(($ac_try" in
17537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17538 *) ac_try_echo=$ac_try;;
17539 esac
17540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17541 $as_echo "$ac_try_echo") >&5
17542 (eval "$ac_link") 2>conftest.er1
17543 ac_status=$?
17544 grep -v '^ *+' conftest.er1 >conftest.err
17545 rm -f conftest.er1
17546 cat conftest.err >&5
17547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548 (exit $ac_status); } && {
17549 test -z "$ac_c_werror_flag" ||
17550 test ! -s conftest.err
17551 } && test -s conftest$ac_exeext && {
17552 test "$cross_compiling" = yes ||
17553 $as_test_x conftest$ac_exeext
17554 }; then
17555 ac_cv_cflags__Wtype_limits=yes
17556 else
17557 $as_echo "$as_me: failed program was:" >&5
17558 sed 's/^/| /' conftest.$ac_ext >&5
17560 ac_cv_cflags__Wtype_limits=no
17563 rm -rf conftest.dSYM
17564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17565 conftest$ac_exeext conftest.$ac_ext
17566 CFLAGS=$ac_wine_try_cflags_saved
17568 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17569 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17570 if test $ac_cv_cflags__Wtype_limits = yes; then
17571 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17575 saved_CFLAGS="$CFLAGS"
17576 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17577 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17578 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17579 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17580 $as_echo_n "(cached) " >&6
17581 else
17582 cat >conftest.$ac_ext <<_ACEOF
17583 /* confdefs.h. */
17584 _ACEOF
17585 cat confdefs.h >>conftest.$ac_ext
17586 cat >>conftest.$ac_ext <<_ACEOF
17587 /* end confdefs.h. */
17588 #include <string.h>
17590 main ()
17594 return 0;
17596 _ACEOF
17597 rm -f conftest.$ac_objext
17598 if { (ac_try="$ac_compile"
17599 case "(($ac_try" in
17600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17601 *) ac_try_echo=$ac_try;;
17602 esac
17603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17604 $as_echo "$ac_try_echo") >&5
17605 (eval "$ac_compile") 2>conftest.er1
17606 ac_status=$?
17607 grep -v '^ *+' conftest.er1 >conftest.err
17608 rm -f conftest.er1
17609 cat conftest.err >&5
17610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17611 (exit $ac_status); } && {
17612 test -z "$ac_c_werror_flag" ||
17613 test ! -s conftest.err
17614 } && test -s conftest.$ac_objext; then
17615 ac_cv_c_string_h_warnings=no
17616 else
17617 $as_echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.$ac_ext >&5
17620 ac_cv_c_string_h_warnings=yes
17623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17625 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17626 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17627 CFLAGS="$saved_CFLAGS"
17628 if test "$ac_cv_c_string_h_warnings" = "no"
17629 then
17630 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17635 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17636 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17637 if test "${ac_cv_asm_func_def+set}" = set; then
17638 $as_echo_n "(cached) " >&6
17639 else
17640 cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h. */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h. */
17648 main ()
17650 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17652 return 0;
17654 _ACEOF
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659 *) ac_try_echo=$ac_try;;
17660 esac
17661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17662 $as_echo "$ac_try_echo") >&5
17663 (eval "$ac_link") 2>conftest.er1
17664 ac_status=$?
17665 grep -v '^ *+' conftest.er1 >conftest.err
17666 rm -f conftest.er1
17667 cat conftest.err >&5
17668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17669 (exit $ac_status); } && {
17670 test -z "$ac_c_werror_flag" ||
17671 test ! -s conftest.err
17672 } && test -s conftest$ac_exeext && {
17673 test "$cross_compiling" = yes ||
17674 $as_test_x conftest$ac_exeext
17675 }; then
17676 ac_cv_asm_func_def=".def"
17677 else
17678 $as_echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17681 cat >conftest.$ac_ext <<_ACEOF
17682 /* confdefs.h. */
17683 _ACEOF
17684 cat confdefs.h >>conftest.$ac_ext
17685 cat >>conftest.$ac_ext <<_ACEOF
17686 /* end confdefs.h. */
17689 main ()
17691 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17693 return 0;
17695 _ACEOF
17696 rm -f conftest.$ac_objext conftest$ac_exeext
17697 if { (ac_try="$ac_link"
17698 case "(($ac_try" in
17699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17700 *) ac_try_echo=$ac_try;;
17701 esac
17702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17703 $as_echo "$ac_try_echo") >&5
17704 (eval "$ac_link") 2>conftest.er1
17705 ac_status=$?
17706 grep -v '^ *+' conftest.er1 >conftest.err
17707 rm -f conftest.er1
17708 cat conftest.err >&5
17709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); } && {
17711 test -z "$ac_c_werror_flag" ||
17712 test ! -s conftest.err
17713 } && test -s conftest$ac_exeext && {
17714 test "$cross_compiling" = yes ||
17715 $as_test_x conftest$ac_exeext
17716 }; then
17717 ac_cv_asm_func_def=".type @function"
17718 else
17719 $as_echo "$as_me: failed program was:" >&5
17720 sed 's/^/| /' conftest.$ac_ext >&5
17722 cat >conftest.$ac_ext <<_ACEOF
17723 /* confdefs.h. */
17724 _ACEOF
17725 cat confdefs.h >>conftest.$ac_ext
17726 cat >>conftest.$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17730 main ()
17732 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17734 return 0;
17736 _ACEOF
17737 rm -f conftest.$ac_objext conftest$ac_exeext
17738 if { (ac_try="$ac_link"
17739 case "(($ac_try" in
17740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17741 *) ac_try_echo=$ac_try;;
17742 esac
17743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17744 $as_echo "$ac_try_echo") >&5
17745 (eval "$ac_link") 2>conftest.er1
17746 ac_status=$?
17747 grep -v '^ *+' conftest.er1 >conftest.err
17748 rm -f conftest.er1
17749 cat conftest.err >&5
17750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17751 (exit $ac_status); } && {
17752 test -z "$ac_c_werror_flag" ||
17753 test ! -s conftest.err
17754 } && test -s conftest$ac_exeext && {
17755 test "$cross_compiling" = yes ||
17756 $as_test_x conftest$ac_exeext
17757 }; then
17758 ac_cv_asm_func_def=".type 2"
17759 else
17760 $as_echo "$as_me: failed program was:" >&5
17761 sed 's/^/| /' conftest.$ac_ext >&5
17763 ac_cv_asm_func_def="unknown"
17766 rm -rf conftest.dSYM
17767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17768 conftest$ac_exeext conftest.$ac_ext
17771 rm -rf conftest.dSYM
17772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17773 conftest$ac_exeext conftest.$ac_ext
17776 rm -rf conftest.dSYM
17777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17778 conftest$ac_exeext conftest.$ac_ext
17780 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17781 $as_echo "$ac_cv_asm_func_def" >&6; }
17785 case "$ac_cv_asm_func_def" in
17786 ".def")
17787 cat >>confdefs.h <<\_ACEOF
17788 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17789 _ACEOF
17791 ".type @function")
17792 cat >>confdefs.h <<\_ACEOF
17793 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17794 _ACEOF
17796 ".type 2")
17797 cat >>confdefs.h <<\_ACEOF
17798 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17799 _ACEOF
17802 cat >>confdefs.h <<\_ACEOF
17803 #define __ASM_FUNC(name) ""
17804 _ACEOF
17806 esac
17809 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17810 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17811 if test "${ac_cv_c_extern_prefix+set}" = set; then
17812 $as_echo_n "(cached) " >&6
17813 else
17814 cat >conftest.$ac_ext <<_ACEOF
17815 /* confdefs.h. */
17816 _ACEOF
17817 cat confdefs.h >>conftest.$ac_ext
17818 cat >>conftest.$ac_ext <<_ACEOF
17819 /* end confdefs.h. */
17820 extern int ac_test;
17822 main ()
17824 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17826 return 0;
17828 _ACEOF
17829 rm -f conftest.$ac_objext conftest$ac_exeext
17830 if { (ac_try="$ac_link"
17831 case "(($ac_try" in
17832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17833 *) ac_try_echo=$ac_try;;
17834 esac
17835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17836 $as_echo "$ac_try_echo") >&5
17837 (eval "$ac_link") 2>conftest.er1
17838 ac_status=$?
17839 grep -v '^ *+' conftest.er1 >conftest.err
17840 rm -f conftest.er1
17841 cat conftest.err >&5
17842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843 (exit $ac_status); } && {
17844 test -z "$ac_c_werror_flag" ||
17845 test ! -s conftest.err
17846 } && test -s conftest$ac_exeext && {
17847 test "$cross_compiling" = yes ||
17848 $as_test_x conftest$ac_exeext
17849 }; then
17850 ac_cv_c_extern_prefix="yes"
17851 else
17852 $as_echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.$ac_ext >&5
17855 ac_cv_c_extern_prefix="no"
17858 rm -rf conftest.dSYM
17859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17860 conftest$ac_exeext conftest.$ac_ext
17862 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17863 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17867 if test "$ac_cv_c_extern_prefix" = "yes"
17868 then
17869 cat >>confdefs.h <<\_ACEOF
17870 #define __ASM_NAME(name) "_" name
17871 _ACEOF
17873 else
17874 cat >>confdefs.h <<\_ACEOF
17875 #define __ASM_NAME(name) name
17876 _ACEOF
17881 LDPATH=""
17883 case $build_os in
17884 cygwin*|mingw32*)
17885 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17887 darwin*|macosx*)
17889 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17890 then
17891 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17895 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17897 esac
17899 case $host_os in
17900 mingw32*)
17901 CRTLIBS="-lmsvcrt"
17903 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17906 esac
17908 MAIN_BINARY="wine-pthread"
17909 case $host_cpu in
17910 *i[3456789]86*)
17911 case $host_os in
17912 linux* | k*bsd*-gnu)
17913 MAIN_BINARY="wine-glibc"
17915 EXTRA_BINARIES="wine-pthread wine-preloader"
17917 freebsd*)
17918 MAIN_BINARY="wine-freebsd"
17920 EXTRA_BINARIES="wine-pthread"
17922 esac
17924 esac
17927 ac_save_CFLAGS="$CFLAGS"
17928 CFLAGS="$CFLAGS $BUILTINFLAG"
18000 for ac_func in \
18001 _pclose \
18002 _popen \
18003 _snprintf \
18004 _spawnvp \
18005 _strdup \
18006 _stricmp \
18007 _strnicmp \
18008 _strtoi64 \
18009 _strtoui64 \
18010 _vsnprintf \
18011 asctime_r \
18012 chsize \
18013 dlopen \
18014 epoll_create \
18015 ffs \
18016 finite \
18017 fork \
18018 fpclass \
18019 fstatfs \
18020 fstatvfs \
18021 ftruncate \
18022 futimes \
18023 futimesat \
18024 getdirentries \
18025 getopt_long \
18026 getpagesize \
18027 getpwuid \
18028 gettid \
18029 gettimeofday \
18030 getuid \
18031 inet_ntop \
18032 inet_pton \
18033 kqueue \
18034 lstat \
18035 memmove \
18036 mmap \
18037 pclose \
18038 poll \
18039 popen \
18040 prctl \
18041 pread \
18042 pwrite \
18043 readdir \
18044 readlink \
18045 sched_yield \
18046 select \
18047 setproctitle \
18048 setrlimit \
18049 settimeofday \
18050 sigaltstack \
18051 sigprocmask \
18052 snprintf \
18053 socketpair \
18054 spawnvp \
18055 statfs \
18056 statvfs \
18057 strcasecmp \
18058 strdup \
18059 strerror \
18060 strncasecmp \
18061 strtold \
18062 strtoll \
18063 strtoull \
18064 symlink \
18065 tcgetattr \
18066 thr_kill2 \
18067 timegm \
18068 usleep \
18069 vsnprintf \
18070 wait4 \
18071 waitpid \
18074 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18075 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18076 $as_echo_n "checking for $ac_func... " >&6; }
18077 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18078 $as_echo_n "(cached) " >&6
18079 else
18080 cat >conftest.$ac_ext <<_ACEOF
18081 /* confdefs.h. */
18082 _ACEOF
18083 cat confdefs.h >>conftest.$ac_ext
18084 cat >>conftest.$ac_ext <<_ACEOF
18085 /* end confdefs.h. */
18086 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18087 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18088 #define $ac_func innocuous_$ac_func
18090 /* System header to define __stub macros and hopefully few prototypes,
18091 which can conflict with char $ac_func (); below.
18092 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18093 <limits.h> exists even on freestanding compilers. */
18095 #ifdef __STDC__
18096 # include <limits.h>
18097 #else
18098 # include <assert.h>
18099 #endif
18101 #undef $ac_func
18103 /* Override any GCC internal prototype to avoid an error.
18104 Use char because int might match the return type of a GCC
18105 builtin and then its argument prototype would still apply. */
18106 #ifdef __cplusplus
18107 extern "C"
18108 #endif
18109 char $ac_func ();
18110 /* The GNU C library defines this for functions which it implements
18111 to always fail with ENOSYS. Some functions are actually named
18112 something starting with __ and the normal name is an alias. */
18113 #if defined __stub_$ac_func || defined __stub___$ac_func
18114 choke me
18115 #endif
18118 main ()
18120 return $ac_func ();
18122 return 0;
18124 _ACEOF
18125 rm -f conftest.$ac_objext conftest$ac_exeext
18126 if { (ac_try="$ac_link"
18127 case "(($ac_try" in
18128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18129 *) ac_try_echo=$ac_try;;
18130 esac
18131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18132 $as_echo "$ac_try_echo") >&5
18133 (eval "$ac_link") 2>conftest.er1
18134 ac_status=$?
18135 grep -v '^ *+' conftest.er1 >conftest.err
18136 rm -f conftest.er1
18137 cat conftest.err >&5
18138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest$ac_exeext && {
18143 test "$cross_compiling" = yes ||
18144 $as_test_x conftest$ac_exeext
18145 }; then
18146 eval "$as_ac_var=yes"
18147 else
18148 $as_echo "$as_me: failed program was:" >&5
18149 sed 's/^/| /' conftest.$ac_ext >&5
18151 eval "$as_ac_var=no"
18154 rm -rf conftest.dSYM
18155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18156 conftest$ac_exeext conftest.$ac_ext
18158 ac_res=`eval 'as_val=${'$as_ac_var'}
18159 $as_echo "$as_val"'`
18160 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18161 $as_echo "$ac_res" >&6; }
18162 as_val=`eval 'as_val=${'$as_ac_var'}
18163 $as_echo "$as_val"'`
18164 if test "x$as_val" = x""yes; then
18165 cat >>confdefs.h <<_ACEOF
18166 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18167 _ACEOF
18170 done
18172 CFLAGS="$ac_save_CFLAGS"
18174 if test "$ac_cv_func_dlopen" = no
18175 then
18176 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18177 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18178 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18179 $as_echo_n "(cached) " >&6
18180 else
18181 ac_check_lib_save_LIBS=$LIBS
18182 LIBS="-ldl $LIBS"
18183 cat >conftest.$ac_ext <<_ACEOF
18184 /* confdefs.h. */
18185 _ACEOF
18186 cat confdefs.h >>conftest.$ac_ext
18187 cat >>conftest.$ac_ext <<_ACEOF
18188 /* end confdefs.h. */
18190 /* Override any GCC internal prototype to avoid an error.
18191 Use char because int might match the return type of a GCC
18192 builtin and then its argument prototype would still apply. */
18193 #ifdef __cplusplus
18194 extern "C"
18195 #endif
18196 char dlopen ();
18198 main ()
18200 return dlopen ();
18202 return 0;
18204 _ACEOF
18205 rm -f conftest.$ac_objext conftest$ac_exeext
18206 if { (ac_try="$ac_link"
18207 case "(($ac_try" in
18208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18209 *) ac_try_echo=$ac_try;;
18210 esac
18211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18212 $as_echo "$ac_try_echo") >&5
18213 (eval "$ac_link") 2>conftest.er1
18214 ac_status=$?
18215 grep -v '^ *+' conftest.er1 >conftest.err
18216 rm -f conftest.er1
18217 cat conftest.err >&5
18218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18219 (exit $ac_status); } && {
18220 test -z "$ac_c_werror_flag" ||
18221 test ! -s conftest.err
18222 } && test -s conftest$ac_exeext && {
18223 test "$cross_compiling" = yes ||
18224 $as_test_x conftest$ac_exeext
18225 }; then
18226 ac_cv_lib_dl_dlopen=yes
18227 else
18228 $as_echo "$as_me: failed program was:" >&5
18229 sed 's/^/| /' conftest.$ac_ext >&5
18231 ac_cv_lib_dl_dlopen=no
18234 rm -rf conftest.dSYM
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18237 LIBS=$ac_check_lib_save_LIBS
18239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18240 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18241 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18242 cat >>confdefs.h <<\_ACEOF
18243 #define HAVE_DLOPEN 1
18244 _ACEOF
18245 LIBDL="-ldl"
18250 ac_wine_check_funcs_save_LIBS="$LIBS"
18251 LIBS="$LIBS $LIBDL"
18253 for ac_func in dladdr
18255 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18256 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18257 $as_echo_n "checking for $ac_func... " >&6; }
18258 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18259 $as_echo_n "(cached) " >&6
18260 else
18261 cat >conftest.$ac_ext <<_ACEOF
18262 /* confdefs.h. */
18263 _ACEOF
18264 cat confdefs.h >>conftest.$ac_ext
18265 cat >>conftest.$ac_ext <<_ACEOF
18266 /* end confdefs.h. */
18267 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18268 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18269 #define $ac_func innocuous_$ac_func
18271 /* System header to define __stub macros and hopefully few prototypes,
18272 which can conflict with char $ac_func (); below.
18273 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18274 <limits.h> exists even on freestanding compilers. */
18276 #ifdef __STDC__
18277 # include <limits.h>
18278 #else
18279 # include <assert.h>
18280 #endif
18282 #undef $ac_func
18284 /* Override any GCC internal prototype to avoid an error.
18285 Use char because int might match the return type of a GCC
18286 builtin and then its argument prototype would still apply. */
18287 #ifdef __cplusplus
18288 extern "C"
18289 #endif
18290 char $ac_func ();
18291 /* The GNU C library defines this for functions which it implements
18292 to always fail with ENOSYS. Some functions are actually named
18293 something starting with __ and the normal name is an alias. */
18294 #if defined __stub_$ac_func || defined __stub___$ac_func
18295 choke me
18296 #endif
18299 main ()
18301 return $ac_func ();
18303 return 0;
18305 _ACEOF
18306 rm -f conftest.$ac_objext conftest$ac_exeext
18307 if { (ac_try="$ac_link"
18308 case "(($ac_try" in
18309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18310 *) ac_try_echo=$ac_try;;
18311 esac
18312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18313 $as_echo "$ac_try_echo") >&5
18314 (eval "$ac_link") 2>conftest.er1
18315 ac_status=$?
18316 grep -v '^ *+' conftest.er1 >conftest.err
18317 rm -f conftest.er1
18318 cat conftest.err >&5
18319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18320 (exit $ac_status); } && {
18321 test -z "$ac_c_werror_flag" ||
18322 test ! -s conftest.err
18323 } && test -s conftest$ac_exeext && {
18324 test "$cross_compiling" = yes ||
18325 $as_test_x conftest$ac_exeext
18326 }; then
18327 eval "$as_ac_var=yes"
18328 else
18329 $as_echo "$as_me: failed program was:" >&5
18330 sed 's/^/| /' conftest.$ac_ext >&5
18332 eval "$as_ac_var=no"
18335 rm -rf conftest.dSYM
18336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18337 conftest$ac_exeext conftest.$ac_ext
18339 ac_res=`eval 'as_val=${'$as_ac_var'}
18340 $as_echo "$as_val"'`
18341 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18342 $as_echo "$ac_res" >&6; }
18343 as_val=`eval 'as_val=${'$as_ac_var'}
18344 $as_echo "$as_val"'`
18345 if test "x$as_val" = x""yes; then
18346 cat >>confdefs.h <<_ACEOF
18347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18348 _ACEOF
18351 done
18353 LIBS="$ac_wine_check_funcs_save_LIBS"
18355 if test "$ac_cv_func_poll" = no
18356 then
18357 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18358 $as_echo_n "checking for poll in -lpoll... " >&6; }
18359 if test "${ac_cv_lib_poll_poll+set}" = set; then
18360 $as_echo_n "(cached) " >&6
18361 else
18362 ac_check_lib_save_LIBS=$LIBS
18363 LIBS="-lpoll $LIBS"
18364 cat >conftest.$ac_ext <<_ACEOF
18365 /* confdefs.h. */
18366 _ACEOF
18367 cat confdefs.h >>conftest.$ac_ext
18368 cat >>conftest.$ac_ext <<_ACEOF
18369 /* end confdefs.h. */
18371 /* Override any GCC internal prototype to avoid an error.
18372 Use char because int might match the return type of a GCC
18373 builtin and then its argument prototype would still apply. */
18374 #ifdef __cplusplus
18375 extern "C"
18376 #endif
18377 char poll ();
18379 main ()
18381 return poll ();
18383 return 0;
18385 _ACEOF
18386 rm -f conftest.$ac_objext conftest$ac_exeext
18387 if { (ac_try="$ac_link"
18388 case "(($ac_try" in
18389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18390 *) ac_try_echo=$ac_try;;
18391 esac
18392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18393 $as_echo "$ac_try_echo") >&5
18394 (eval "$ac_link") 2>conftest.er1
18395 ac_status=$?
18396 grep -v '^ *+' conftest.er1 >conftest.err
18397 rm -f conftest.er1
18398 cat conftest.err >&5
18399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest$ac_exeext && {
18404 test "$cross_compiling" = yes ||
18405 $as_test_x conftest$ac_exeext
18406 }; then
18407 ac_cv_lib_poll_poll=yes
18408 else
18409 $as_echo "$as_me: failed program was:" >&5
18410 sed 's/^/| /' conftest.$ac_ext >&5
18412 ac_cv_lib_poll_poll=no
18415 rm -rf conftest.dSYM
18416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18417 conftest$ac_exeext conftest.$ac_ext
18418 LIBS=$ac_check_lib_save_LIBS
18420 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18421 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18422 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18423 cat >>confdefs.h <<\_ACEOF
18424 #define HAVE_POLL 1
18425 _ACEOF
18426 LIBPOLL="-lpoll"
18432 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18433 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18434 if test "${ac_cv_search_gethostbyname+set}" = set; then
18435 $as_echo_n "(cached) " >&6
18436 else
18437 ac_func_search_save_LIBS=$LIBS
18438 cat >conftest.$ac_ext <<_ACEOF
18439 /* confdefs.h. */
18440 _ACEOF
18441 cat confdefs.h >>conftest.$ac_ext
18442 cat >>conftest.$ac_ext <<_ACEOF
18443 /* end confdefs.h. */
18445 /* Override any GCC internal prototype to avoid an error.
18446 Use char because int might match the return type of a GCC
18447 builtin and then its argument prototype would still apply. */
18448 #ifdef __cplusplus
18449 extern "C"
18450 #endif
18451 char gethostbyname ();
18453 main ()
18455 return gethostbyname ();
18457 return 0;
18459 _ACEOF
18460 for ac_lib in '' nsl; do
18461 if test -z "$ac_lib"; then
18462 ac_res="none required"
18463 else
18464 ac_res=-l$ac_lib
18465 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18467 rm -f conftest.$ac_objext conftest$ac_exeext
18468 if { (ac_try="$ac_link"
18469 case "(($ac_try" in
18470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18471 *) ac_try_echo=$ac_try;;
18472 esac
18473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18474 $as_echo "$ac_try_echo") >&5
18475 (eval "$ac_link") 2>conftest.er1
18476 ac_status=$?
18477 grep -v '^ *+' conftest.er1 >conftest.err
18478 rm -f conftest.er1
18479 cat conftest.err >&5
18480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18481 (exit $ac_status); } && {
18482 test -z "$ac_c_werror_flag" ||
18483 test ! -s conftest.err
18484 } && test -s conftest$ac_exeext && {
18485 test "$cross_compiling" = yes ||
18486 $as_test_x conftest$ac_exeext
18487 }; then
18488 ac_cv_search_gethostbyname=$ac_res
18489 else
18490 $as_echo "$as_me: failed program was:" >&5
18491 sed 's/^/| /' conftest.$ac_ext >&5
18496 rm -rf conftest.dSYM
18497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18498 conftest$ac_exeext
18499 if test "${ac_cv_search_gethostbyname+set}" = set; then
18500 break
18502 done
18503 if test "${ac_cv_search_gethostbyname+set}" = set; then
18505 else
18506 ac_cv_search_gethostbyname=no
18508 rm conftest.$ac_ext
18509 LIBS=$ac_func_search_save_LIBS
18511 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18512 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18513 ac_res=$ac_cv_search_gethostbyname
18514 if test "$ac_res" != no; then
18515 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18520 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18521 $as_echo_n "checking for library containing connect... " >&6; }
18522 if test "${ac_cv_search_connect+set}" = set; then
18523 $as_echo_n "(cached) " >&6
18524 else
18525 ac_func_search_save_LIBS=$LIBS
18526 cat >conftest.$ac_ext <<_ACEOF
18527 /* confdefs.h. */
18528 _ACEOF
18529 cat confdefs.h >>conftest.$ac_ext
18530 cat >>conftest.$ac_ext <<_ACEOF
18531 /* end confdefs.h. */
18533 /* Override any GCC internal prototype to avoid an error.
18534 Use char because int might match the return type of a GCC
18535 builtin and then its argument prototype would still apply. */
18536 #ifdef __cplusplus
18537 extern "C"
18538 #endif
18539 char connect ();
18541 main ()
18543 return connect ();
18545 return 0;
18547 _ACEOF
18548 for ac_lib in '' socket; do
18549 if test -z "$ac_lib"; then
18550 ac_res="none required"
18551 else
18552 ac_res=-l$ac_lib
18553 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18555 rm -f conftest.$ac_objext conftest$ac_exeext
18556 if { (ac_try="$ac_link"
18557 case "(($ac_try" in
18558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18559 *) ac_try_echo=$ac_try;;
18560 esac
18561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18562 $as_echo "$ac_try_echo") >&5
18563 (eval "$ac_link") 2>conftest.er1
18564 ac_status=$?
18565 grep -v '^ *+' conftest.er1 >conftest.err
18566 rm -f conftest.er1
18567 cat conftest.err >&5
18568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18569 (exit $ac_status); } && {
18570 test -z "$ac_c_werror_flag" ||
18571 test ! -s conftest.err
18572 } && test -s conftest$ac_exeext && {
18573 test "$cross_compiling" = yes ||
18574 $as_test_x conftest$ac_exeext
18575 }; then
18576 ac_cv_search_connect=$ac_res
18577 else
18578 $as_echo "$as_me: failed program was:" >&5
18579 sed 's/^/| /' conftest.$ac_ext >&5
18584 rm -rf conftest.dSYM
18585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18586 conftest$ac_exeext
18587 if test "${ac_cv_search_connect+set}" = set; then
18588 break
18590 done
18591 if test "${ac_cv_search_connect+set}" = set; then
18593 else
18594 ac_cv_search_connect=no
18596 rm conftest.$ac_ext
18597 LIBS=$ac_func_search_save_LIBS
18599 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18600 $as_echo "$ac_cv_search_connect" >&6; }
18601 ac_res=$ac_cv_search_connect
18602 if test "$ac_res" != no; then
18603 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18608 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18609 $as_echo_n "checking for library containing inet_aton... " >&6; }
18610 if test "${ac_cv_search_inet_aton+set}" = set; then
18611 $as_echo_n "(cached) " >&6
18612 else
18613 ac_func_search_save_LIBS=$LIBS
18614 cat >conftest.$ac_ext <<_ACEOF
18615 /* confdefs.h. */
18616 _ACEOF
18617 cat confdefs.h >>conftest.$ac_ext
18618 cat >>conftest.$ac_ext <<_ACEOF
18619 /* end confdefs.h. */
18621 /* Override any GCC internal prototype to avoid an error.
18622 Use char because int might match the return type of a GCC
18623 builtin and then its argument prototype would still apply. */
18624 #ifdef __cplusplus
18625 extern "C"
18626 #endif
18627 char inet_aton ();
18629 main ()
18631 return inet_aton ();
18633 return 0;
18635 _ACEOF
18636 for ac_lib in '' resolv; do
18637 if test -z "$ac_lib"; then
18638 ac_res="none required"
18639 else
18640 ac_res=-l$ac_lib
18641 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18643 rm -f conftest.$ac_objext conftest$ac_exeext
18644 if { (ac_try="$ac_link"
18645 case "(($ac_try" in
18646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18647 *) ac_try_echo=$ac_try;;
18648 esac
18649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18650 $as_echo "$ac_try_echo") >&5
18651 (eval "$ac_link") 2>conftest.er1
18652 ac_status=$?
18653 grep -v '^ *+' conftest.er1 >conftest.err
18654 rm -f conftest.er1
18655 cat conftest.err >&5
18656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18657 (exit $ac_status); } && {
18658 test -z "$ac_c_werror_flag" ||
18659 test ! -s conftest.err
18660 } && test -s conftest$ac_exeext && {
18661 test "$cross_compiling" = yes ||
18662 $as_test_x conftest$ac_exeext
18663 }; then
18664 ac_cv_search_inet_aton=$ac_res
18665 else
18666 $as_echo "$as_me: failed program was:" >&5
18667 sed 's/^/| /' conftest.$ac_ext >&5
18672 rm -rf conftest.dSYM
18673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18674 conftest$ac_exeext
18675 if test "${ac_cv_search_inet_aton+set}" = set; then
18676 break
18678 done
18679 if test "${ac_cv_search_inet_aton+set}" = set; then
18681 else
18682 ac_cv_search_inet_aton=no
18684 rm conftest.$ac_ext
18685 LIBS=$ac_func_search_save_LIBS
18687 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18688 $as_echo "$ac_cv_search_inet_aton" >&6; }
18689 ac_res=$ac_cv_search_inet_aton
18690 if test "$ac_res" != no; then
18691 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18704 for ac_func in \
18705 getaddrinfo \
18706 getnameinfo \
18707 getnetbyname \
18708 getprotobyname \
18709 getprotobynumber \
18710 getservbyport \
18711 inet_network \
18712 sendmsg \
18715 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18716 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18717 $as_echo_n "checking for $ac_func... " >&6; }
18718 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18719 $as_echo_n "(cached) " >&6
18720 else
18721 cat >conftest.$ac_ext <<_ACEOF
18722 /* confdefs.h. */
18723 _ACEOF
18724 cat confdefs.h >>conftest.$ac_ext
18725 cat >>conftest.$ac_ext <<_ACEOF
18726 /* end confdefs.h. */
18727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18729 #define $ac_func innocuous_$ac_func
18731 /* System header to define __stub macros and hopefully few prototypes,
18732 which can conflict with char $ac_func (); below.
18733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18734 <limits.h> exists even on freestanding compilers. */
18736 #ifdef __STDC__
18737 # include <limits.h>
18738 #else
18739 # include <assert.h>
18740 #endif
18742 #undef $ac_func
18744 /* Override any GCC internal prototype to avoid an error.
18745 Use char because int might match the return type of a GCC
18746 builtin and then its argument prototype would still apply. */
18747 #ifdef __cplusplus
18748 extern "C"
18749 #endif
18750 char $ac_func ();
18751 /* The GNU C library defines this for functions which it implements
18752 to always fail with ENOSYS. Some functions are actually named
18753 something starting with __ and the normal name is an alias. */
18754 #if defined __stub_$ac_func || defined __stub___$ac_func
18755 choke me
18756 #endif
18759 main ()
18761 return $ac_func ();
18763 return 0;
18765 _ACEOF
18766 rm -f conftest.$ac_objext conftest$ac_exeext
18767 if { (ac_try="$ac_link"
18768 case "(($ac_try" in
18769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18770 *) ac_try_echo=$ac_try;;
18771 esac
18772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18773 $as_echo "$ac_try_echo") >&5
18774 (eval "$ac_link") 2>conftest.er1
18775 ac_status=$?
18776 grep -v '^ *+' conftest.er1 >conftest.err
18777 rm -f conftest.er1
18778 cat conftest.err >&5
18779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18780 (exit $ac_status); } && {
18781 test -z "$ac_c_werror_flag" ||
18782 test ! -s conftest.err
18783 } && test -s conftest$ac_exeext && {
18784 test "$cross_compiling" = yes ||
18785 $as_test_x conftest$ac_exeext
18786 }; then
18787 eval "$as_ac_var=yes"
18788 else
18789 $as_echo "$as_me: failed program was:" >&5
18790 sed 's/^/| /' conftest.$ac_ext >&5
18792 eval "$as_ac_var=no"
18795 rm -rf conftest.dSYM
18796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18797 conftest$ac_exeext conftest.$ac_ext
18799 ac_res=`eval 'as_val=${'$as_ac_var'}
18800 $as_echo "$as_val"'`
18801 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18802 $as_echo "$ac_res" >&6; }
18803 as_val=`eval 'as_val=${'$as_ac_var'}
18804 $as_echo "$as_val"'`
18805 if test "x$as_val" = x""yes; then
18806 cat >>confdefs.h <<_ACEOF
18807 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18808 _ACEOF
18811 done
18814 LDAPLIBS=""
18816 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18817 then
18818 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18819 $as_echo_n "checking for LDAPSortKey... " >&6; }
18820 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18821 $as_echo_n "(cached) " >&6
18822 else
18823 ac_cv_type_LDAPSortKey=no
18824 cat >conftest.$ac_ext <<_ACEOF
18825 /* confdefs.h. */
18826 _ACEOF
18827 cat confdefs.h >>conftest.$ac_ext
18828 cat >>conftest.$ac_ext <<_ACEOF
18829 /* end confdefs.h. */
18830 #include <ldap.h>
18833 main ()
18835 if (sizeof (LDAPSortKey))
18836 return 0;
18838 return 0;
18840 _ACEOF
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845 *) ac_try_echo=$ac_try;;
18846 esac
18847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18848 $as_echo "$ac_try_echo") >&5
18849 (eval "$ac_compile") 2>conftest.er1
18850 ac_status=$?
18851 grep -v '^ *+' conftest.er1 >conftest.err
18852 rm -f conftest.er1
18853 cat conftest.err >&5
18854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); } && {
18856 test -z "$ac_c_werror_flag" ||
18857 test ! -s conftest.err
18858 } && test -s conftest.$ac_objext; then
18859 cat >conftest.$ac_ext <<_ACEOF
18860 /* confdefs.h. */
18861 _ACEOF
18862 cat confdefs.h >>conftest.$ac_ext
18863 cat >>conftest.$ac_ext <<_ACEOF
18864 /* end confdefs.h. */
18865 #include <ldap.h>
18868 main ()
18870 if (sizeof ((LDAPSortKey)))
18871 return 0;
18873 return 0;
18875 _ACEOF
18876 rm -f conftest.$ac_objext
18877 if { (ac_try="$ac_compile"
18878 case "(($ac_try" in
18879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18880 *) ac_try_echo=$ac_try;;
18881 esac
18882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18883 $as_echo "$ac_try_echo") >&5
18884 (eval "$ac_compile") 2>conftest.er1
18885 ac_status=$?
18886 grep -v '^ *+' conftest.er1 >conftest.err
18887 rm -f conftest.er1
18888 cat conftest.err >&5
18889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); } && {
18891 test -z "$ac_c_werror_flag" ||
18892 test ! -s conftest.err
18893 } && test -s conftest.$ac_objext; then
18895 else
18896 $as_echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18899 ac_cv_type_LDAPSortKey=yes
18902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18903 else
18904 $as_echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18913 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18914 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18915 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18916 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18917 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18918 $as_echo_n "(cached) " >&6
18919 else
18920 ac_check_lib_save_LIBS=$LIBS
18921 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18922 cat >conftest.$ac_ext <<_ACEOF
18923 /* confdefs.h. */
18924 _ACEOF
18925 cat confdefs.h >>conftest.$ac_ext
18926 cat >>conftest.$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18929 /* Override any GCC internal prototype to avoid an error.
18930 Use char because int might match the return type of a GCC
18931 builtin and then its argument prototype would still apply. */
18932 #ifdef __cplusplus
18933 extern "C"
18934 #endif
18935 char ldap_initialize ();
18937 main ()
18939 return ldap_initialize ();
18941 return 0;
18943 _ACEOF
18944 rm -f conftest.$ac_objext conftest$ac_exeext
18945 if { (ac_try="$ac_link"
18946 case "(($ac_try" in
18947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18948 *) ac_try_echo=$ac_try;;
18949 esac
18950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18951 $as_echo "$ac_try_echo") >&5
18952 (eval "$ac_link") 2>conftest.er1
18953 ac_status=$?
18954 grep -v '^ *+' conftest.er1 >conftest.err
18955 rm -f conftest.er1
18956 cat conftest.err >&5
18957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18958 (exit $ac_status); } && {
18959 test -z "$ac_c_werror_flag" ||
18960 test ! -s conftest.err
18961 } && test -s conftest$ac_exeext && {
18962 test "$cross_compiling" = yes ||
18963 $as_test_x conftest$ac_exeext
18964 }; then
18965 ac_cv_lib_ldap_r_ldap_initialize=yes
18966 else
18967 $as_echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.$ac_ext >&5
18970 ac_cv_lib_ldap_r_ldap_initialize=no
18973 rm -rf conftest.dSYM
18974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18975 conftest$ac_exeext conftest.$ac_ext
18976 LIBS=$ac_check_lib_save_LIBS
18978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18979 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18980 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18981 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18982 $as_echo_n "checking for ber_init in -llber... " >&6; }
18983 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18984 $as_echo_n "(cached) " >&6
18985 else
18986 ac_check_lib_save_LIBS=$LIBS
18987 LIBS="-llber $LIBPTHREAD $LIBS"
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18995 /* Override any GCC internal prototype to avoid an error.
18996 Use char because int might match the return type of a GCC
18997 builtin and then its argument prototype would still apply. */
18998 #ifdef __cplusplus
18999 extern "C"
19000 #endif
19001 char ber_init ();
19003 main ()
19005 return ber_init ();
19007 return 0;
19009 _ACEOF
19010 rm -f conftest.$ac_objext conftest$ac_exeext
19011 if { (ac_try="$ac_link"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19017 $as_echo "$ac_try_echo") >&5
19018 (eval "$ac_link") 2>conftest.er1
19019 ac_status=$?
19020 grep -v '^ *+' conftest.er1 >conftest.err
19021 rm -f conftest.er1
19022 cat conftest.err >&5
19023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); } && {
19025 test -z "$ac_c_werror_flag" ||
19026 test ! -s conftest.err
19027 } && test -s conftest$ac_exeext && {
19028 test "$cross_compiling" = yes ||
19029 $as_test_x conftest$ac_exeext
19030 }; then
19031 ac_cv_lib_lber_ber_init=yes
19032 else
19033 $as_echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19036 ac_cv_lib_lber_ber_init=no
19039 rm -rf conftest.dSYM
19040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19041 conftest$ac_exeext conftest.$ac_ext
19042 LIBS=$ac_check_lib_save_LIBS
19044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19045 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19046 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19048 cat >>confdefs.h <<\_ACEOF
19049 #define HAVE_LDAP 1
19050 _ACEOF
19052 LDAPLIBS="-lldap_r -llber"
19059 ac_wine_check_funcs_save_LIBS="$LIBS"
19060 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19069 for ac_func in \
19070 ldap_count_references \
19071 ldap_first_reference \
19072 ldap_next_reference \
19073 ldap_parse_reference \
19074 ldap_parse_sort_control \
19075 ldap_parse_sortresponse_control \
19076 ldap_parse_vlv_control \
19077 ldap_parse_vlvresponse_control
19079 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19080 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19081 $as_echo_n "checking for $ac_func... " >&6; }
19082 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19083 $as_echo_n "(cached) " >&6
19084 else
19085 cat >conftest.$ac_ext <<_ACEOF
19086 /* confdefs.h. */
19087 _ACEOF
19088 cat confdefs.h >>conftest.$ac_ext
19089 cat >>conftest.$ac_ext <<_ACEOF
19090 /* end confdefs.h. */
19091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19093 #define $ac_func innocuous_$ac_func
19095 /* System header to define __stub macros and hopefully few prototypes,
19096 which can conflict with char $ac_func (); below.
19097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19098 <limits.h> exists even on freestanding compilers. */
19100 #ifdef __STDC__
19101 # include <limits.h>
19102 #else
19103 # include <assert.h>
19104 #endif
19106 #undef $ac_func
19108 /* Override any GCC internal prototype to avoid an error.
19109 Use char because int might match the return type of a GCC
19110 builtin and then its argument prototype would still apply. */
19111 #ifdef __cplusplus
19112 extern "C"
19113 #endif
19114 char $ac_func ();
19115 /* The GNU C library defines this for functions which it implements
19116 to always fail with ENOSYS. Some functions are actually named
19117 something starting with __ and the normal name is an alias. */
19118 #if defined __stub_$ac_func || defined __stub___$ac_func
19119 choke me
19120 #endif
19123 main ()
19125 return $ac_func ();
19127 return 0;
19129 _ACEOF
19130 rm -f conftest.$ac_objext conftest$ac_exeext
19131 if { (ac_try="$ac_link"
19132 case "(($ac_try" in
19133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134 *) ac_try_echo=$ac_try;;
19135 esac
19136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19137 $as_echo "$ac_try_echo") >&5
19138 (eval "$ac_link") 2>conftest.er1
19139 ac_status=$?
19140 grep -v '^ *+' conftest.er1 >conftest.err
19141 rm -f conftest.er1
19142 cat conftest.err >&5
19143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19144 (exit $ac_status); } && {
19145 test -z "$ac_c_werror_flag" ||
19146 test ! -s conftest.err
19147 } && test -s conftest$ac_exeext && {
19148 test "$cross_compiling" = yes ||
19149 $as_test_x conftest$ac_exeext
19150 }; then
19151 eval "$as_ac_var=yes"
19152 else
19153 $as_echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 eval "$as_ac_var=no"
19159 rm -rf conftest.dSYM
19160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19161 conftest$ac_exeext conftest.$ac_ext
19163 ac_res=`eval 'as_val=${'$as_ac_var'}
19164 $as_echo "$as_val"'`
19165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19166 $as_echo "$ac_res" >&6; }
19167 as_val=`eval 'as_val=${'$as_ac_var'}
19168 $as_echo "$as_val"'`
19169 if test "x$as_val" = x""yes; then
19170 cat >>confdefs.h <<_ACEOF
19171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19172 _ACEOF
19175 done
19177 LIBS="$ac_wine_check_funcs_save_LIBS"
19179 if test "x$LDAPLIBS" = "x"; then
19180 case "x$with_ldap" in
19181 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19182 xno) ;;
19183 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&5
19185 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19186 This is an error since --with-ldap was requested." >&2;}
19187 { (exit 1); exit 1; }; } ;;
19188 esac
19192 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19193 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19194 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19195 $as_echo_n "(cached) " >&6
19196 else
19197 cat >conftest.$ac_ext <<_ACEOF
19198 /* confdefs.h. */
19199 _ACEOF
19200 cat confdefs.h >>conftest.$ac_ext
19201 cat >>conftest.$ac_ext <<_ACEOF
19202 /* end confdefs.h. */
19203 #include <sys/stat.h>
19205 main ()
19207 mkdir("foo");
19209 return 0;
19211 _ACEOF
19212 rm -f conftest.$ac_objext
19213 if { (ac_try="$ac_compile"
19214 case "(($ac_try" in
19215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19216 *) ac_try_echo=$ac_try;;
19217 esac
19218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19219 $as_echo "$ac_try_echo") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 wine_cv_one_arg_mkdir=yes
19231 else
19232 $as_echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 wine_cv_one_arg_mkdir=no
19238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19241 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19242 if test "$wine_cv_one_arg_mkdir" = "yes"
19243 then
19245 cat >>confdefs.h <<\_ACEOF
19246 #define HAVE_ONE_ARG_MKDIR 1
19247 _ACEOF
19252 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19253 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19254 if test "${ac_cv_c_const+set}" = set; then
19255 $as_echo_n "(cached) " >&6
19256 else
19257 cat >conftest.$ac_ext <<_ACEOF
19258 /* confdefs.h. */
19259 _ACEOF
19260 cat confdefs.h >>conftest.$ac_ext
19261 cat >>conftest.$ac_ext <<_ACEOF
19262 /* end confdefs.h. */
19265 main ()
19267 /* FIXME: Include the comments suggested by Paul. */
19268 #ifndef __cplusplus
19269 /* Ultrix mips cc rejects this. */
19270 typedef int charset[2];
19271 const charset cs;
19272 /* SunOS 4.1.1 cc rejects this. */
19273 char const *const *pcpcc;
19274 char **ppc;
19275 /* NEC SVR4.0.2 mips cc rejects this. */
19276 struct point {int x, y;};
19277 static struct point const zero = {0,0};
19278 /* AIX XL C 1.02.0.0 rejects this.
19279 It does not let you subtract one const X* pointer from another in
19280 an arm of an if-expression whose if-part is not a constant
19281 expression */
19282 const char *g = "string";
19283 pcpcc = &g + (g ? g-g : 0);
19284 /* HPUX 7.0 cc rejects these. */
19285 ++pcpcc;
19286 ppc = (char**) pcpcc;
19287 pcpcc = (char const *const *) ppc;
19288 { /* SCO 3.2v4 cc rejects this. */
19289 char *t;
19290 char const *s = 0 ? (char *) 0 : (char const *) 0;
19292 *t++ = 0;
19293 if (s) return 0;
19295 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19296 int x[] = {25, 17};
19297 const int *foo = &x[0];
19298 ++foo;
19300 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19301 typedef const int *iptr;
19302 iptr p = 0;
19303 ++p;
19305 { /* AIX XL C 1.02.0.0 rejects this saying
19306 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19307 struct s { int j; const int *ap[3]; };
19308 struct s *b; b->j = 5;
19310 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19311 const int foo = 10;
19312 if (!foo) return 0;
19314 return !cs[0] && !zero.x;
19315 #endif
19318 return 0;
19320 _ACEOF
19321 rm -f conftest.$ac_objext
19322 if { (ac_try="$ac_compile"
19323 case "(($ac_try" in
19324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19325 *) ac_try_echo=$ac_try;;
19326 esac
19327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19328 $as_echo "$ac_try_echo") >&5
19329 (eval "$ac_compile") 2>conftest.er1
19330 ac_status=$?
19331 grep -v '^ *+' conftest.er1 >conftest.err
19332 rm -f conftest.er1
19333 cat conftest.err >&5
19334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } && {
19336 test -z "$ac_c_werror_flag" ||
19337 test ! -s conftest.err
19338 } && test -s conftest.$ac_objext; then
19339 ac_cv_c_const=yes
19340 else
19341 $as_echo "$as_me: failed program was:" >&5
19342 sed 's/^/| /' conftest.$ac_ext >&5
19344 ac_cv_c_const=no
19347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19350 $as_echo "$ac_cv_c_const" >&6; }
19351 if test $ac_cv_c_const = no; then
19353 cat >>confdefs.h <<\_ACEOF
19354 #define const /**/
19355 _ACEOF
19359 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19360 $as_echo_n "checking for inline... " >&6; }
19361 if test "${ac_cv_c_inline+set}" = set; then
19362 $as_echo_n "(cached) " >&6
19363 else
19364 ac_cv_c_inline=no
19365 for ac_kw in inline __inline__ __inline; do
19366 cat >conftest.$ac_ext <<_ACEOF
19367 /* confdefs.h. */
19368 _ACEOF
19369 cat confdefs.h >>conftest.$ac_ext
19370 cat >>conftest.$ac_ext <<_ACEOF
19371 /* end confdefs.h. */
19372 #ifndef __cplusplus
19373 typedef int foo_t;
19374 static $ac_kw foo_t static_foo () {return 0; }
19375 $ac_kw foo_t foo () {return 0; }
19376 #endif
19378 _ACEOF
19379 rm -f conftest.$ac_objext
19380 if { (ac_try="$ac_compile"
19381 case "(($ac_try" in
19382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19383 *) ac_try_echo=$ac_try;;
19384 esac
19385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19386 $as_echo "$ac_try_echo") >&5
19387 (eval "$ac_compile") 2>conftest.er1
19388 ac_status=$?
19389 grep -v '^ *+' conftest.er1 >conftest.err
19390 rm -f conftest.er1
19391 cat conftest.err >&5
19392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19393 (exit $ac_status); } && {
19394 test -z "$ac_c_werror_flag" ||
19395 test ! -s conftest.err
19396 } && test -s conftest.$ac_objext; then
19397 ac_cv_c_inline=$ac_kw
19398 else
19399 $as_echo "$as_me: failed program was:" >&5
19400 sed 's/^/| /' conftest.$ac_ext >&5
19405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 test "$ac_cv_c_inline" != no && break
19407 done
19410 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19411 $as_echo "$ac_cv_c_inline" >&6; }
19414 case $ac_cv_c_inline in
19415 inline | yes) ;;
19417 case $ac_cv_c_inline in
19418 no) ac_val=;;
19419 *) ac_val=$ac_cv_c_inline;;
19420 esac
19421 cat >>confdefs.h <<_ACEOF
19422 #ifndef __cplusplus
19423 #define inline $ac_val
19424 #endif
19425 _ACEOF
19427 esac
19429 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19430 $as_echo_n "checking for mode_t... " >&6; }
19431 if test "${ac_cv_type_mode_t+set}" = set; then
19432 $as_echo_n "(cached) " >&6
19433 else
19434 ac_cv_type_mode_t=no
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 $ac_includes_default
19443 main ()
19445 if (sizeof (mode_t))
19446 return 0;
19448 return 0;
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19458 $as_echo "$ac_try_echo") >&5
19459 (eval "$ac_compile") 2>conftest.er1
19460 ac_status=$?
19461 grep -v '^ *+' conftest.er1 >conftest.err
19462 rm -f conftest.er1
19463 cat conftest.err >&5
19464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); } && {
19466 test -z "$ac_c_werror_flag" ||
19467 test ! -s conftest.err
19468 } && test -s conftest.$ac_objext; then
19469 cat >conftest.$ac_ext <<_ACEOF
19470 /* confdefs.h. */
19471 _ACEOF
19472 cat confdefs.h >>conftest.$ac_ext
19473 cat >>conftest.$ac_ext <<_ACEOF
19474 /* end confdefs.h. */
19475 $ac_includes_default
19477 main ()
19479 if (sizeof ((mode_t)))
19480 return 0;
19482 return 0;
19484 _ACEOF
19485 rm -f conftest.$ac_objext
19486 if { (ac_try="$ac_compile"
19487 case "(($ac_try" in
19488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19489 *) ac_try_echo=$ac_try;;
19490 esac
19491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19492 $as_echo "$ac_try_echo") >&5
19493 (eval "$ac_compile") 2>conftest.er1
19494 ac_status=$?
19495 grep -v '^ *+' conftest.er1 >conftest.err
19496 rm -f conftest.er1
19497 cat conftest.err >&5
19498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19499 (exit $ac_status); } && {
19500 test -z "$ac_c_werror_flag" ||
19501 test ! -s conftest.err
19502 } && test -s conftest.$ac_objext; then
19504 else
19505 $as_echo "$as_me: failed program was:" >&5
19506 sed 's/^/| /' conftest.$ac_ext >&5
19508 ac_cv_type_mode_t=yes
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 else
19513 $as_echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19521 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19522 $as_echo "$ac_cv_type_mode_t" >&6; }
19523 if test "x$ac_cv_type_mode_t" = x""yes; then
19525 cat >>confdefs.h <<_ACEOF
19526 #define HAVE_MODE_T 1
19527 _ACEOF
19531 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19532 $as_echo_n "checking for off_t... " >&6; }
19533 if test "${ac_cv_type_off_t+set}" = set; then
19534 $as_echo_n "(cached) " >&6
19535 else
19536 ac_cv_type_off_t=no
19537 cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h. */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 $ac_includes_default
19545 main ()
19547 if (sizeof (off_t))
19548 return 0;
19550 return 0;
19552 _ACEOF
19553 rm -f conftest.$ac_objext
19554 if { (ac_try="$ac_compile"
19555 case "(($ac_try" in
19556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19557 *) ac_try_echo=$ac_try;;
19558 esac
19559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19560 $as_echo "$ac_try_echo") >&5
19561 (eval "$ac_compile") 2>conftest.er1
19562 ac_status=$?
19563 grep -v '^ *+' conftest.er1 >conftest.err
19564 rm -f conftest.er1
19565 cat conftest.err >&5
19566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567 (exit $ac_status); } && {
19568 test -z "$ac_c_werror_flag" ||
19569 test ! -s conftest.err
19570 } && test -s conftest.$ac_objext; then
19571 cat >conftest.$ac_ext <<_ACEOF
19572 /* confdefs.h. */
19573 _ACEOF
19574 cat confdefs.h >>conftest.$ac_ext
19575 cat >>conftest.$ac_ext <<_ACEOF
19576 /* end confdefs.h. */
19577 $ac_includes_default
19579 main ()
19581 if (sizeof ((off_t)))
19582 return 0;
19584 return 0;
19586 _ACEOF
19587 rm -f conftest.$ac_objext
19588 if { (ac_try="$ac_compile"
19589 case "(($ac_try" in
19590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19591 *) ac_try_echo=$ac_try;;
19592 esac
19593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19594 $as_echo "$ac_try_echo") >&5
19595 (eval "$ac_compile") 2>conftest.er1
19596 ac_status=$?
19597 grep -v '^ *+' conftest.er1 >conftest.err
19598 rm -f conftest.er1
19599 cat conftest.err >&5
19600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19601 (exit $ac_status); } && {
19602 test -z "$ac_c_werror_flag" ||
19603 test ! -s conftest.err
19604 } && test -s conftest.$ac_objext; then
19606 else
19607 $as_echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19610 ac_cv_type_off_t=yes
19613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 else
19615 $as_echo "$as_me: failed program was:" >&5
19616 sed 's/^/| /' conftest.$ac_ext >&5
19621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19623 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19624 $as_echo "$ac_cv_type_off_t" >&6; }
19625 if test "x$ac_cv_type_off_t" = x""yes; then
19627 cat >>confdefs.h <<_ACEOF
19628 #define HAVE_OFF_T 1
19629 _ACEOF
19633 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19634 $as_echo_n "checking for pid_t... " >&6; }
19635 if test "${ac_cv_type_pid_t+set}" = set; then
19636 $as_echo_n "(cached) " >&6
19637 else
19638 ac_cv_type_pid_t=no
19639 cat >conftest.$ac_ext <<_ACEOF
19640 /* confdefs.h. */
19641 _ACEOF
19642 cat confdefs.h >>conftest.$ac_ext
19643 cat >>conftest.$ac_ext <<_ACEOF
19644 /* end confdefs.h. */
19645 $ac_includes_default
19647 main ()
19649 if (sizeof (pid_t))
19650 return 0;
19652 return 0;
19654 _ACEOF
19655 rm -f conftest.$ac_objext
19656 if { (ac_try="$ac_compile"
19657 case "(($ac_try" in
19658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19659 *) ac_try_echo=$ac_try;;
19660 esac
19661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19662 $as_echo "$ac_try_echo") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19673 cat >conftest.$ac_ext <<_ACEOF
19674 /* confdefs.h. */
19675 _ACEOF
19676 cat confdefs.h >>conftest.$ac_ext
19677 cat >>conftest.$ac_ext <<_ACEOF
19678 /* end confdefs.h. */
19679 $ac_includes_default
19681 main ()
19683 if (sizeof ((pid_t)))
19684 return 0;
19686 return 0;
19688 _ACEOF
19689 rm -f conftest.$ac_objext
19690 if { (ac_try="$ac_compile"
19691 case "(($ac_try" in
19692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19693 *) ac_try_echo=$ac_try;;
19694 esac
19695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19696 $as_echo "$ac_try_echo") >&5
19697 (eval "$ac_compile") 2>conftest.er1
19698 ac_status=$?
19699 grep -v '^ *+' conftest.er1 >conftest.err
19700 rm -f conftest.er1
19701 cat conftest.err >&5
19702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } && {
19704 test -z "$ac_c_werror_flag" ||
19705 test ! -s conftest.err
19706 } && test -s conftest.$ac_objext; then
19708 else
19709 $as_echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19712 ac_cv_type_pid_t=yes
19715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19716 else
19717 $as_echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19725 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19726 $as_echo "$ac_cv_type_pid_t" >&6; }
19727 if test "x$ac_cv_type_pid_t" = x""yes; then
19729 cat >>confdefs.h <<_ACEOF
19730 #define HAVE_PID_T 1
19731 _ACEOF
19735 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19736 $as_echo_n "checking for size_t... " >&6; }
19737 if test "${ac_cv_type_size_t+set}" = set; then
19738 $as_echo_n "(cached) " >&6
19739 else
19740 ac_cv_type_size_t=no
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 $ac_includes_default
19749 main ()
19751 if (sizeof (size_t))
19752 return 0;
19754 return 0;
19756 _ACEOF
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19761 *) ac_try_echo=$ac_try;;
19762 esac
19763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19764 $as_echo "$ac_try_echo") >&5
19765 (eval "$ac_compile") 2>conftest.er1
19766 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && {
19772 test -z "$ac_c_werror_flag" ||
19773 test ! -s conftest.err
19774 } && test -s conftest.$ac_objext; then
19775 cat >conftest.$ac_ext <<_ACEOF
19776 /* confdefs.h. */
19777 _ACEOF
19778 cat confdefs.h >>conftest.$ac_ext
19779 cat >>conftest.$ac_ext <<_ACEOF
19780 /* end confdefs.h. */
19781 $ac_includes_default
19783 main ()
19785 if (sizeof ((size_t)))
19786 return 0;
19788 return 0;
19790 _ACEOF
19791 rm -f conftest.$ac_objext
19792 if { (ac_try="$ac_compile"
19793 case "(($ac_try" in
19794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19795 *) ac_try_echo=$ac_try;;
19796 esac
19797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19798 $as_echo "$ac_try_echo") >&5
19799 (eval "$ac_compile") 2>conftest.er1
19800 ac_status=$?
19801 grep -v '^ *+' conftest.er1 >conftest.err
19802 rm -f conftest.er1
19803 cat conftest.err >&5
19804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19805 (exit $ac_status); } && {
19806 test -z "$ac_c_werror_flag" ||
19807 test ! -s conftest.err
19808 } && test -s conftest.$ac_objext; then
19810 else
19811 $as_echo "$as_me: failed program was:" >&5
19812 sed 's/^/| /' conftest.$ac_ext >&5
19814 ac_cv_type_size_t=yes
19817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19818 else
19819 $as_echo "$as_me: failed program was:" >&5
19820 sed 's/^/| /' conftest.$ac_ext >&5
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19827 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19828 $as_echo "$ac_cv_type_size_t" >&6; }
19829 if test "x$ac_cv_type_size_t" = x""yes; then
19831 cat >>confdefs.h <<_ACEOF
19832 #define HAVE_SIZE_T 1
19833 _ACEOF
19837 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19838 $as_echo_n "checking for ssize_t... " >&6; }
19839 if test "${ac_cv_type_ssize_t+set}" = set; then
19840 $as_echo_n "(cached) " >&6
19841 else
19842 ac_cv_type_ssize_t=no
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19851 main ()
19853 if (sizeof (ssize_t))
19854 return 0;
19856 return 0;
19858 _ACEOF
19859 rm -f conftest.$ac_objext
19860 if { (ac_try="$ac_compile"
19861 case "(($ac_try" in
19862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19863 *) ac_try_echo=$ac_try;;
19864 esac
19865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19866 $as_echo "$ac_try_echo") >&5
19867 (eval "$ac_compile") 2>conftest.er1
19868 ac_status=$?
19869 grep -v '^ *+' conftest.er1 >conftest.err
19870 rm -f conftest.er1
19871 cat conftest.err >&5
19872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); } && {
19874 test -z "$ac_c_werror_flag" ||
19875 test ! -s conftest.err
19876 } && test -s conftest.$ac_objext; then
19877 cat >conftest.$ac_ext <<_ACEOF
19878 /* confdefs.h. */
19879 _ACEOF
19880 cat confdefs.h >>conftest.$ac_ext
19881 cat >>conftest.$ac_ext <<_ACEOF
19882 /* end confdefs.h. */
19883 $ac_includes_default
19885 main ()
19887 if (sizeof ((ssize_t)))
19888 return 0;
19890 return 0;
19892 _ACEOF
19893 rm -f conftest.$ac_objext
19894 if { (ac_try="$ac_compile"
19895 case "(($ac_try" in
19896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19897 *) ac_try_echo=$ac_try;;
19898 esac
19899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19900 $as_echo "$ac_try_echo") >&5
19901 (eval "$ac_compile") 2>conftest.er1
19902 ac_status=$?
19903 grep -v '^ *+' conftest.er1 >conftest.err
19904 rm -f conftest.er1
19905 cat conftest.err >&5
19906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); } && {
19908 test -z "$ac_c_werror_flag" ||
19909 test ! -s conftest.err
19910 } && test -s conftest.$ac_objext; then
19912 else
19913 $as_echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 ac_cv_type_ssize_t=yes
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19920 else
19921 $as_echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19929 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19930 $as_echo "$ac_cv_type_ssize_t" >&6; }
19931 if test "x$ac_cv_type_ssize_t" = x""yes; then
19933 cat >>confdefs.h <<_ACEOF
19934 #define HAVE_SSIZE_T 1
19935 _ACEOF
19939 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19940 $as_echo_n "checking for long long... " >&6; }
19941 if test "${ac_cv_type_long_long+set}" = set; then
19942 $as_echo_n "(cached) " >&6
19943 else
19944 ac_cv_type_long_long=no
19945 cat >conftest.$ac_ext <<_ACEOF
19946 /* confdefs.h. */
19947 _ACEOF
19948 cat confdefs.h >>conftest.$ac_ext
19949 cat >>conftest.$ac_ext <<_ACEOF
19950 /* end confdefs.h. */
19951 $ac_includes_default
19953 main ()
19955 if (sizeof (long long))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19968 $as_echo "$ac_try_echo") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985 $ac_includes_default
19987 main ()
19989 if (sizeof ((long long)))
19990 return 0;
19992 return 0;
19994 _ACEOF
19995 rm -f conftest.$ac_objext
19996 if { (ac_try="$ac_compile"
19997 case "(($ac_try" in
19998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19999 *) ac_try_echo=$ac_try;;
20000 esac
20001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20002 $as_echo "$ac_try_echo") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20014 else
20015 $as_echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_type_long_long=yes
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 else
20023 $as_echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20031 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20032 $as_echo "$ac_cv_type_long_long" >&6; }
20033 if test "x$ac_cv_type_long_long" = x""yes; then
20035 cat >>confdefs.h <<_ACEOF
20036 #define HAVE_LONG_LONG 1
20037 _ACEOF
20041 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20042 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20043 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20044 $as_echo_n "(cached) " >&6
20045 else
20046 ac_cv_type_fsblkcnt_t=no
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 $ac_includes_default
20055 main ()
20057 if (sizeof (fsblkcnt_t))
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20070 $as_echo "$ac_try_echo") >&5
20071 (eval "$ac_compile") 2>conftest.er1
20072 ac_status=$?
20073 grep -v '^ *+' conftest.er1 >conftest.err
20074 rm -f conftest.er1
20075 cat conftest.err >&5
20076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20077 (exit $ac_status); } && {
20078 test -z "$ac_c_werror_flag" ||
20079 test ! -s conftest.err
20080 } && test -s conftest.$ac_objext; then
20081 cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h. */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h. */
20087 $ac_includes_default
20089 main ()
20091 if (sizeof ((fsblkcnt_t)))
20092 return 0;
20094 return 0;
20096 _ACEOF
20097 rm -f conftest.$ac_objext
20098 if { (ac_try="$ac_compile"
20099 case "(($ac_try" in
20100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20101 *) ac_try_echo=$ac_try;;
20102 esac
20103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20104 $as_echo "$ac_try_echo") >&5
20105 (eval "$ac_compile") 2>conftest.er1
20106 ac_status=$?
20107 grep -v '^ *+' conftest.er1 >conftest.err
20108 rm -f conftest.er1
20109 cat conftest.err >&5
20110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20111 (exit $ac_status); } && {
20112 test -z "$ac_c_werror_flag" ||
20113 test ! -s conftest.err
20114 } && test -s conftest.$ac_objext; then
20116 else
20117 $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20120 ac_cv_type_fsblkcnt_t=yes
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20124 else
20125 $as_echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20134 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20135 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20137 cat >>confdefs.h <<_ACEOF
20138 #define HAVE_FSBLKCNT_T 1
20139 _ACEOF
20143 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20144 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20145 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20146 $as_echo_n "(cached) " >&6
20147 else
20148 ac_cv_type_fsfilcnt_t=no
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 $ac_includes_default
20157 main ()
20159 if (sizeof (fsfilcnt_t))
20160 return 0;
20162 return 0;
20164 _ACEOF
20165 rm -f conftest.$ac_objext
20166 if { (ac_try="$ac_compile"
20167 case "(($ac_try" in
20168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20169 *) ac_try_echo=$ac_try;;
20170 esac
20171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20172 $as_echo "$ac_try_echo") >&5
20173 (eval "$ac_compile") 2>conftest.er1
20174 ac_status=$?
20175 grep -v '^ *+' conftest.er1 >conftest.err
20176 rm -f conftest.er1
20177 cat conftest.err >&5
20178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20179 (exit $ac_status); } && {
20180 test -z "$ac_c_werror_flag" ||
20181 test ! -s conftest.err
20182 } && test -s conftest.$ac_objext; then
20183 cat >conftest.$ac_ext <<_ACEOF
20184 /* confdefs.h. */
20185 _ACEOF
20186 cat confdefs.h >>conftest.$ac_ext
20187 cat >>conftest.$ac_ext <<_ACEOF
20188 /* end confdefs.h. */
20189 $ac_includes_default
20191 main ()
20193 if (sizeof ((fsfilcnt_t)))
20194 return 0;
20196 return 0;
20198 _ACEOF
20199 rm -f conftest.$ac_objext
20200 if { (ac_try="$ac_compile"
20201 case "(($ac_try" in
20202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20203 *) ac_try_echo=$ac_try;;
20204 esac
20205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20206 $as_echo "$ac_try_echo") >&5
20207 (eval "$ac_compile") 2>conftest.er1
20208 ac_status=$?
20209 grep -v '^ *+' conftest.er1 >conftest.err
20210 rm -f conftest.er1
20211 cat conftest.err >&5
20212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20213 (exit $ac_status); } && {
20214 test -z "$ac_c_werror_flag" ||
20215 test ! -s conftest.err
20216 } && test -s conftest.$ac_objext; then
20218 else
20219 $as_echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.$ac_ext >&5
20222 ac_cv_type_fsfilcnt_t=yes
20225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 else
20227 $as_echo "$as_me: failed program was:" >&5
20228 sed 's/^/| /' conftest.$ac_ext >&5
20233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20235 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20236 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20237 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20239 cat >>confdefs.h <<_ACEOF
20240 #define HAVE_FSFILCNT_T 1
20241 _ACEOF
20246 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20247 $as_echo_n "checking for sigset_t... " >&6; }
20248 if test "${ac_cv_type_sigset_t+set}" = set; then
20249 $as_echo_n "(cached) " >&6
20250 else
20251 ac_cv_type_sigset_t=no
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <sys/types.h>
20259 #include <signal.h>
20262 main ()
20264 if (sizeof (sigset_t))
20265 return 0;
20267 return 0;
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274 *) ac_try_echo=$ac_try;;
20275 esac
20276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20277 $as_echo "$ac_try_echo") >&5
20278 (eval "$ac_compile") 2>conftest.er1
20279 ac_status=$?
20280 grep -v '^ *+' conftest.er1 >conftest.err
20281 rm -f conftest.er1
20282 cat conftest.err >&5
20283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } && {
20285 test -z "$ac_c_werror_flag" ||
20286 test ! -s conftest.err
20287 } && test -s conftest.$ac_objext; then
20288 cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h. */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20294 #include <sys/types.h>
20295 #include <signal.h>
20298 main ()
20300 if (sizeof ((sigset_t)))
20301 return 0;
20303 return 0;
20305 _ACEOF
20306 rm -f conftest.$ac_objext
20307 if { (ac_try="$ac_compile"
20308 case "(($ac_try" in
20309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 *) ac_try_echo=$ac_try;;
20311 esac
20312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20313 $as_echo "$ac_try_echo") >&5
20314 (eval "$ac_compile") 2>conftest.er1
20315 ac_status=$?
20316 grep -v '^ *+' conftest.er1 >conftest.err
20317 rm -f conftest.er1
20318 cat conftest.err >&5
20319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); } && {
20321 test -z "$ac_c_werror_flag" ||
20322 test ! -s conftest.err
20323 } && test -s conftest.$ac_objext; then
20325 else
20326 $as_echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20329 ac_cv_type_sigset_t=yes
20332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 else
20334 $as_echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20342 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20343 $as_echo "$ac_cv_type_sigset_t" >&6; }
20344 if test "x$ac_cv_type_sigset_t" = x""yes; then
20346 cat >>confdefs.h <<_ACEOF
20347 #define HAVE_SIGSET_T 1
20348 _ACEOF
20353 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20354 $as_echo_n "checking for request_sense... " >&6; }
20355 if test "${ac_cv_type_request_sense+set}" = set; then
20356 $as_echo_n "(cached) " >&6
20357 else
20358 ac_cv_type_request_sense=no
20359 cat >conftest.$ac_ext <<_ACEOF
20360 /* confdefs.h. */
20361 _ACEOF
20362 cat confdefs.h >>conftest.$ac_ext
20363 cat >>conftest.$ac_ext <<_ACEOF
20364 /* end confdefs.h. */
20365 #include <linux/cdrom.h>
20368 main ()
20370 if (sizeof (request_sense))
20371 return 0;
20373 return 0;
20375 _ACEOF
20376 rm -f conftest.$ac_objext
20377 if { (ac_try="$ac_compile"
20378 case "(($ac_try" in
20379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20380 *) ac_try_echo=$ac_try;;
20381 esac
20382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20383 $as_echo "$ac_try_echo") >&5
20384 (eval "$ac_compile") 2>conftest.er1
20385 ac_status=$?
20386 grep -v '^ *+' conftest.er1 >conftest.err
20387 rm -f conftest.er1
20388 cat conftest.err >&5
20389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390 (exit $ac_status); } && {
20391 test -z "$ac_c_werror_flag" ||
20392 test ! -s conftest.err
20393 } && test -s conftest.$ac_objext; then
20394 cat >conftest.$ac_ext <<_ACEOF
20395 /* confdefs.h. */
20396 _ACEOF
20397 cat confdefs.h >>conftest.$ac_ext
20398 cat >>conftest.$ac_ext <<_ACEOF
20399 /* end confdefs.h. */
20400 #include <linux/cdrom.h>
20403 main ()
20405 if (sizeof ((request_sense)))
20406 return 0;
20408 return 0;
20410 _ACEOF
20411 rm -f conftest.$ac_objext
20412 if { (ac_try="$ac_compile"
20413 case "(($ac_try" in
20414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20415 *) ac_try_echo=$ac_try;;
20416 esac
20417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20418 $as_echo "$ac_try_echo") >&5
20419 (eval "$ac_compile") 2>conftest.er1
20420 ac_status=$?
20421 grep -v '^ *+' conftest.er1 >conftest.err
20422 rm -f conftest.er1
20423 cat conftest.err >&5
20424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); } && {
20426 test -z "$ac_c_werror_flag" ||
20427 test ! -s conftest.err
20428 } && test -s conftest.$ac_objext; then
20430 else
20431 $as_echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20434 ac_cv_type_request_sense=yes
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20438 else
20439 $as_echo "$as_me: failed program was:" >&5
20440 sed 's/^/| /' conftest.$ac_ext >&5
20445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20447 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20448 $as_echo "$ac_cv_type_request_sense" >&6; }
20449 if test "x$ac_cv_type_request_sense" = x""yes; then
20451 cat >>confdefs.h <<_ACEOF
20452 #define HAVE_REQUEST_SENSE 1
20453 _ACEOF
20459 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20460 $as_echo_n "checking for struct xinpgen... " >&6; }
20461 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20462 $as_echo_n "(cached) " >&6
20463 else
20464 ac_cv_type_struct_xinpgen=no
20465 cat >conftest.$ac_ext <<_ACEOF
20466 /* confdefs.h. */
20467 _ACEOF
20468 cat confdefs.h >>conftest.$ac_ext
20469 cat >>conftest.$ac_ext <<_ACEOF
20470 /* end confdefs.h. */
20471 #include <sys/types.h>
20472 #ifdef HAVE_SYS_SOCKET_H
20473 #include <sys/socket.h>
20474 #endif
20475 #ifdef HAVE_SYS_SOCKETVAR_H
20476 #include <sys/socketvar.h>
20477 #endif
20478 #ifdef HAVE_NET_ROUTE_H
20479 #include <net/route.h>
20480 #endif
20481 #ifdef HAVE_NETINET_IN_H
20482 #include <netinet/in.h>
20483 #endif
20484 #ifdef HAVE_NETINET_IN_SYSTM_H
20485 #include <netinet/in_systm.h>
20486 #endif
20487 #ifdef HAVE_NETINET_IP_H
20488 #include <netinet/ip.h>
20489 #endif
20490 #ifdef HAVE_NETINET_IN_PCB_H
20491 #include <netinet/in_pcb.h>
20492 #endif
20495 main ()
20497 if (sizeof (struct xinpgen))
20498 return 0;
20500 return 0;
20502 _ACEOF
20503 rm -f conftest.$ac_objext
20504 if { (ac_try="$ac_compile"
20505 case "(($ac_try" in
20506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20507 *) ac_try_echo=$ac_try;;
20508 esac
20509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20510 $as_echo "$ac_try_echo") >&5
20511 (eval "$ac_compile") 2>conftest.er1
20512 ac_status=$?
20513 grep -v '^ *+' conftest.er1 >conftest.err
20514 rm -f conftest.er1
20515 cat conftest.err >&5
20516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } && {
20518 test -z "$ac_c_werror_flag" ||
20519 test ! -s conftest.err
20520 } && test -s conftest.$ac_objext; then
20521 cat >conftest.$ac_ext <<_ACEOF
20522 /* confdefs.h. */
20523 _ACEOF
20524 cat confdefs.h >>conftest.$ac_ext
20525 cat >>conftest.$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #include <sys/types.h>
20528 #ifdef HAVE_SYS_SOCKET_H
20529 #include <sys/socket.h>
20530 #endif
20531 #ifdef HAVE_SYS_SOCKETVAR_H
20532 #include <sys/socketvar.h>
20533 #endif
20534 #ifdef HAVE_NET_ROUTE_H
20535 #include <net/route.h>
20536 #endif
20537 #ifdef HAVE_NETINET_IN_H
20538 #include <netinet/in.h>
20539 #endif
20540 #ifdef HAVE_NETINET_IN_SYSTM_H
20541 #include <netinet/in_systm.h>
20542 #endif
20543 #ifdef HAVE_NETINET_IP_H
20544 #include <netinet/ip.h>
20545 #endif
20546 #ifdef HAVE_NETINET_IN_PCB_H
20547 #include <netinet/in_pcb.h>
20548 #endif
20551 main ()
20553 if (sizeof ((struct xinpgen)))
20554 return 0;
20556 return 0;
20558 _ACEOF
20559 rm -f conftest.$ac_objext
20560 if { (ac_try="$ac_compile"
20561 case "(($ac_try" in
20562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20563 *) ac_try_echo=$ac_try;;
20564 esac
20565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20566 $as_echo "$ac_try_echo") >&5
20567 (eval "$ac_compile") 2>conftest.er1
20568 ac_status=$?
20569 grep -v '^ *+' conftest.er1 >conftest.err
20570 rm -f conftest.er1
20571 cat conftest.err >&5
20572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); } && {
20574 test -z "$ac_c_werror_flag" ||
20575 test ! -s conftest.err
20576 } && test -s conftest.$ac_objext; then
20578 else
20579 $as_echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20582 ac_cv_type_struct_xinpgen=yes
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 else
20587 $as_echo "$as_me: failed program was:" >&5
20588 sed 's/^/| /' conftest.$ac_ext >&5
20593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20595 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20596 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20597 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20599 cat >>confdefs.h <<_ACEOF
20600 #define HAVE_STRUCT_XINPGEN 1
20601 _ACEOF
20607 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20608 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20609 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20610 $as_echo_n "(cached) " >&6
20611 else
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 #ifdef HAVE_LINUX_INPUT_H
20619 #include <linux/input.h>
20620 #endif
20623 main ()
20625 static struct ff_effect ac_aggr;
20626 if (ac_aggr.direction)
20627 return 0;
20629 return 0;
20631 _ACEOF
20632 rm -f conftest.$ac_objext
20633 if { (ac_try="$ac_compile"
20634 case "(($ac_try" in
20635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20636 *) ac_try_echo=$ac_try;;
20637 esac
20638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20639 $as_echo "$ac_try_echo") >&5
20640 (eval "$ac_compile") 2>conftest.er1
20641 ac_status=$?
20642 grep -v '^ *+' conftest.er1 >conftest.err
20643 rm -f conftest.er1
20644 cat conftest.err >&5
20645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20646 (exit $ac_status); } && {
20647 test -z "$ac_c_werror_flag" ||
20648 test ! -s conftest.err
20649 } && test -s conftest.$ac_objext; then
20650 ac_cv_member_struct_ff_effect_direction=yes
20651 else
20652 $as_echo "$as_me: failed program was:" >&5
20653 sed 's/^/| /' conftest.$ac_ext >&5
20655 cat >conftest.$ac_ext <<_ACEOF
20656 /* confdefs.h. */
20657 _ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20661 #ifdef HAVE_LINUX_INPUT_H
20662 #include <linux/input.h>
20663 #endif
20666 main ()
20668 static struct ff_effect ac_aggr;
20669 if (sizeof ac_aggr.direction)
20670 return 0;
20672 return 0;
20674 _ACEOF
20675 rm -f conftest.$ac_objext
20676 if { (ac_try="$ac_compile"
20677 case "(($ac_try" in
20678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20679 *) ac_try_echo=$ac_try;;
20680 esac
20681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20682 $as_echo "$ac_try_echo") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_struct_ff_effect_direction=yes
20694 else
20695 $as_echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_struct_ff_effect_direction=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20707 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20708 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20712 _ACEOF
20718 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20719 $as_echo_n "checking for sigaddset... " >&6; }
20720 if test "${wine_cv_have_sigaddset+set}" = set; then
20721 $as_echo_n "(cached) " >&6
20722 else
20723 cat >conftest.$ac_ext <<_ACEOF
20724 /* confdefs.h. */
20725 _ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <signal.h>
20731 main ()
20733 sigset_t set; sigaddset(&set,SIGTERM);
20735 return 0;
20737 _ACEOF
20738 rm -f conftest.$ac_objext conftest$ac_exeext
20739 if { (ac_try="$ac_link"
20740 case "(($ac_try" in
20741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20742 *) ac_try_echo=$ac_try;;
20743 esac
20744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20745 $as_echo "$ac_try_echo") >&5
20746 (eval "$ac_link") 2>conftest.er1
20747 ac_status=$?
20748 grep -v '^ *+' conftest.er1 >conftest.err
20749 rm -f conftest.er1
20750 cat conftest.err >&5
20751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20752 (exit $ac_status); } && {
20753 test -z "$ac_c_werror_flag" ||
20754 test ! -s conftest.err
20755 } && test -s conftest$ac_exeext && {
20756 test "$cross_compiling" = yes ||
20757 $as_test_x conftest$ac_exeext
20758 }; then
20759 wine_cv_have_sigaddset=yes
20760 else
20761 $as_echo "$as_me: failed program was:" >&5
20762 sed 's/^/| /' conftest.$ac_ext >&5
20764 wine_cv_have_sigaddset=no
20767 rm -rf conftest.dSYM
20768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20769 conftest$ac_exeext conftest.$ac_ext
20771 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20772 $as_echo "$wine_cv_have_sigaddset" >&6; }
20773 if test "$wine_cv_have_sigaddset" = "yes"
20774 then
20776 cat >>confdefs.h <<\_ACEOF
20777 #define HAVE_SIGADDSET 1
20778 _ACEOF
20783 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20784 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20785 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20786 $as_echo_n "(cached) " >&6
20787 else
20788 cat >conftest.$ac_ext <<_ACEOF
20789 /* confdefs.h. */
20790 _ACEOF
20791 cat confdefs.h >>conftest.$ac_ext
20792 cat >>conftest.$ac_ext <<_ACEOF
20793 /* end confdefs.h. */
20794 #include <netdb.h>
20796 main ()
20799 char *name=0;
20800 struct hostent he;
20801 struct hostent *result;
20802 char *buf=0;
20803 int bufsize=0;
20804 int res,errnr;
20805 char *addr=0;
20806 int addrlen=0;
20807 int addrtype=0;
20808 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20809 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20812 return 0;
20814 _ACEOF
20815 rm -f conftest.$ac_objext conftest$ac_exeext
20816 if { (ac_try="$ac_link"
20817 case "(($ac_try" in
20818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20819 *) ac_try_echo=$ac_try;;
20820 esac
20821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20822 $as_echo "$ac_try_echo") >&5
20823 (eval "$ac_link") 2>conftest.er1
20824 ac_status=$?
20825 grep -v '^ *+' conftest.er1 >conftest.err
20826 rm -f conftest.er1
20827 cat conftest.err >&5
20828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20829 (exit $ac_status); } && {
20830 test -z "$ac_c_werror_flag" ||
20831 test ! -s conftest.err
20832 } && test -s conftest$ac_exeext && {
20833 test "$cross_compiling" = yes ||
20834 $as_test_x conftest$ac_exeext
20835 }; then
20836 wine_cv_linux_gethostbyname_r_6=yes
20837 else
20838 $as_echo "$as_me: failed program was:" >&5
20839 sed 's/^/| /' conftest.$ac_ext >&5
20841 wine_cv_linux_gethostbyname_r_6=no
20845 rm -rf conftest.dSYM
20846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20847 conftest$ac_exeext conftest.$ac_ext
20850 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20851 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20852 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20853 then
20855 cat >>confdefs.h <<\_ACEOF
20856 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20857 _ACEOF
20861 if test "$ac_cv_header_linux_joystick_h" = "yes"
20862 then
20863 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20864 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20865 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20866 $as_echo_n "(cached) " >&6
20867 else
20868 cat >conftest.$ac_ext <<_ACEOF
20869 /* confdefs.h. */
20870 _ACEOF
20871 cat confdefs.h >>conftest.$ac_ext
20872 cat >>conftest.$ac_ext <<_ACEOF
20873 /* end confdefs.h. */
20875 #include <sys/ioctl.h>
20876 #include <sys/types.h>
20877 #include <linux/joystick.h>
20879 struct js_event blub;
20880 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20881 #error "no 2.2 header"
20882 #endif
20885 main ()
20887 /*empty*/
20889 return 0;
20891 _ACEOF
20892 rm -f conftest.$ac_objext
20893 if { (ac_try="$ac_compile"
20894 case "(($ac_try" in
20895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20896 *) ac_try_echo=$ac_try;;
20897 esac
20898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20899 $as_echo "$ac_try_echo") >&5
20900 (eval "$ac_compile") 2>conftest.er1
20901 ac_status=$?
20902 grep -v '^ *+' conftest.er1 >conftest.err
20903 rm -f conftest.er1
20904 cat conftest.err >&5
20905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); } && {
20907 test -z "$ac_c_werror_flag" ||
20908 test ! -s conftest.err
20909 } && test -s conftest.$ac_objext; then
20910 wine_cv_linux_joystick_22_api=yes
20911 else
20912 $as_echo "$as_me: failed program was:" >&5
20913 sed 's/^/| /' conftest.$ac_ext >&5
20915 wine_cv_linux_joystick_22_api=no
20918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20921 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20922 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20923 if test "$wine_cv_linux_joystick_22_api" = "yes"
20924 then
20926 cat >>confdefs.h <<\_ACEOF
20927 #define HAVE_LINUX_22_JOYSTICK_API 1
20928 _ACEOF
20934 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20935 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20936 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20937 $as_echo_n "(cached) " >&6
20938 else
20939 cat >conftest.$ac_ext <<_ACEOF
20940 /* confdefs.h. */
20941 _ACEOF
20942 cat confdefs.h >>conftest.$ac_ext
20943 cat >>conftest.$ac_ext <<_ACEOF
20944 /* end confdefs.h. */
20945 #include <sys/types.h>
20946 #ifdef HAVE_SYS_PARAM_H
20947 # include <sys/param.h>
20948 #endif
20949 #ifdef HAVE_SYS_MOUNT_H
20950 # include <sys/mount.h>
20951 #endif
20952 #ifdef HAVE_SYS_VFS_H
20953 # include <sys/vfs.h>
20954 #endif
20955 #ifdef HAVE_SYS_STATFS_H
20956 # include <sys/statfs.h>
20957 #endif
20960 main ()
20962 static struct statfs ac_aggr;
20963 if (ac_aggr.f_bfree)
20964 return 0;
20966 return 0;
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973 *) ac_try_echo=$ac_try;;
20974 esac
20975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20976 $as_echo "$ac_try_echo") >&5
20977 (eval "$ac_compile") 2>conftest.er1
20978 ac_status=$?
20979 grep -v '^ *+' conftest.er1 >conftest.err
20980 rm -f conftest.er1
20981 cat conftest.err >&5
20982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20983 (exit $ac_status); } && {
20984 test -z "$ac_c_werror_flag" ||
20985 test ! -s conftest.err
20986 } && test -s conftest.$ac_objext; then
20987 ac_cv_member_struct_statfs_f_bfree=yes
20988 else
20989 $as_echo "$as_me: failed program was:" >&5
20990 sed 's/^/| /' conftest.$ac_ext >&5
20992 cat >conftest.$ac_ext <<_ACEOF
20993 /* confdefs.h. */
20994 _ACEOF
20995 cat confdefs.h >>conftest.$ac_ext
20996 cat >>conftest.$ac_ext <<_ACEOF
20997 /* end confdefs.h. */
20998 #include <sys/types.h>
20999 #ifdef HAVE_SYS_PARAM_H
21000 # include <sys/param.h>
21001 #endif
21002 #ifdef HAVE_SYS_MOUNT_H
21003 # include <sys/mount.h>
21004 #endif
21005 #ifdef HAVE_SYS_VFS_H
21006 # include <sys/vfs.h>
21007 #endif
21008 #ifdef HAVE_SYS_STATFS_H
21009 # include <sys/statfs.h>
21010 #endif
21013 main ()
21015 static struct statfs ac_aggr;
21016 if (sizeof ac_aggr.f_bfree)
21017 return 0;
21019 return 0;
21021 _ACEOF
21022 rm -f conftest.$ac_objext
21023 if { (ac_try="$ac_compile"
21024 case "(($ac_try" in
21025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21026 *) ac_try_echo=$ac_try;;
21027 esac
21028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21029 $as_echo "$ac_try_echo") >&5
21030 (eval "$ac_compile") 2>conftest.er1
21031 ac_status=$?
21032 grep -v '^ *+' conftest.er1 >conftest.err
21033 rm -f conftest.er1
21034 cat conftest.err >&5
21035 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest.$ac_objext; then
21040 ac_cv_member_struct_statfs_f_bfree=yes
21041 else
21042 $as_echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.$ac_ext >&5
21045 ac_cv_member_struct_statfs_f_bfree=no
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21054 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21055 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21057 cat >>confdefs.h <<_ACEOF
21058 #define HAVE_STRUCT_STATFS_F_BFREE 1
21059 _ACEOF
21063 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21064 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21065 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21066 $as_echo_n "(cached) " >&6
21067 else
21068 cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h. */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_PARAM_H
21076 # include <sys/param.h>
21077 #endif
21078 #ifdef HAVE_SYS_MOUNT_H
21079 # include <sys/mount.h>
21080 #endif
21081 #ifdef HAVE_SYS_VFS_H
21082 # include <sys/vfs.h>
21083 #endif
21084 #ifdef HAVE_SYS_STATFS_H
21085 # include <sys/statfs.h>
21086 #endif
21089 main ()
21091 static struct statfs ac_aggr;
21092 if (ac_aggr.f_bavail)
21093 return 0;
21095 return 0;
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21103 esac
21104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21105 $as_echo "$ac_try_echo") >&5
21106 (eval "$ac_compile") 2>conftest.er1
21107 ac_status=$?
21108 grep -v '^ *+' conftest.er1 >conftest.err
21109 rm -f conftest.er1
21110 cat conftest.err >&5
21111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21112 (exit $ac_status); } && {
21113 test -z "$ac_c_werror_flag" ||
21114 test ! -s conftest.err
21115 } && test -s conftest.$ac_objext; then
21116 ac_cv_member_struct_statfs_f_bavail=yes
21117 else
21118 $as_echo "$as_me: failed program was:" >&5
21119 sed 's/^/| /' conftest.$ac_ext >&5
21121 cat >conftest.$ac_ext <<_ACEOF
21122 /* confdefs.h. */
21123 _ACEOF
21124 cat confdefs.h >>conftest.$ac_ext
21125 cat >>conftest.$ac_ext <<_ACEOF
21126 /* end confdefs.h. */
21127 #include <sys/types.h>
21128 #ifdef HAVE_SYS_PARAM_H
21129 # include <sys/param.h>
21130 #endif
21131 #ifdef HAVE_SYS_MOUNT_H
21132 # include <sys/mount.h>
21133 #endif
21134 #ifdef HAVE_SYS_VFS_H
21135 # include <sys/vfs.h>
21136 #endif
21137 #ifdef HAVE_SYS_STATFS_H
21138 # include <sys/statfs.h>
21139 #endif
21142 main ()
21144 static struct statfs ac_aggr;
21145 if (sizeof ac_aggr.f_bavail)
21146 return 0;
21148 return 0;
21150 _ACEOF
21151 rm -f conftest.$ac_objext
21152 if { (ac_try="$ac_compile"
21153 case "(($ac_try" in
21154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21155 *) ac_try_echo=$ac_try;;
21156 esac
21157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21158 $as_echo "$ac_try_echo") >&5
21159 (eval "$ac_compile") 2>conftest.er1
21160 ac_status=$?
21161 grep -v '^ *+' conftest.er1 >conftest.err
21162 rm -f conftest.er1
21163 cat conftest.err >&5
21164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21165 (exit $ac_status); } && {
21166 test -z "$ac_c_werror_flag" ||
21167 test ! -s conftest.err
21168 } && test -s conftest.$ac_objext; then
21169 ac_cv_member_struct_statfs_f_bavail=yes
21170 else
21171 $as_echo "$as_me: failed program was:" >&5
21172 sed 's/^/| /' conftest.$ac_ext >&5
21174 ac_cv_member_struct_statfs_f_bavail=no
21177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21182 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21183 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21184 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21186 cat >>confdefs.h <<_ACEOF
21187 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21188 _ACEOF
21192 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21193 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21194 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21195 $as_echo_n "(cached) " >&6
21196 else
21197 cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h. */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h. */
21203 #include <sys/types.h>
21204 #ifdef HAVE_SYS_PARAM_H
21205 # include <sys/param.h>
21206 #endif
21207 #ifdef HAVE_SYS_MOUNT_H
21208 # include <sys/mount.h>
21209 #endif
21210 #ifdef HAVE_SYS_VFS_H
21211 # include <sys/vfs.h>
21212 #endif
21213 #ifdef HAVE_SYS_STATFS_H
21214 # include <sys/statfs.h>
21215 #endif
21218 main ()
21220 static struct statfs ac_aggr;
21221 if (ac_aggr.f_frsize)
21222 return 0;
21224 return 0;
21226 _ACEOF
21227 rm -f conftest.$ac_objext
21228 if { (ac_try="$ac_compile"
21229 case "(($ac_try" in
21230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21231 *) ac_try_echo=$ac_try;;
21232 esac
21233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21234 $as_echo "$ac_try_echo") >&5
21235 (eval "$ac_compile") 2>conftest.er1
21236 ac_status=$?
21237 grep -v '^ *+' conftest.er1 >conftest.err
21238 rm -f conftest.er1
21239 cat conftest.err >&5
21240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21241 (exit $ac_status); } && {
21242 test -z "$ac_c_werror_flag" ||
21243 test ! -s conftest.err
21244 } && test -s conftest.$ac_objext; then
21245 ac_cv_member_struct_statfs_f_frsize=yes
21246 else
21247 $as_echo "$as_me: failed program was:" >&5
21248 sed 's/^/| /' conftest.$ac_ext >&5
21250 cat >conftest.$ac_ext <<_ACEOF
21251 /* confdefs.h. */
21252 _ACEOF
21253 cat confdefs.h >>conftest.$ac_ext
21254 cat >>conftest.$ac_ext <<_ACEOF
21255 /* end confdefs.h. */
21256 #include <sys/types.h>
21257 #ifdef HAVE_SYS_PARAM_H
21258 # include <sys/param.h>
21259 #endif
21260 #ifdef HAVE_SYS_MOUNT_H
21261 # include <sys/mount.h>
21262 #endif
21263 #ifdef HAVE_SYS_VFS_H
21264 # include <sys/vfs.h>
21265 #endif
21266 #ifdef HAVE_SYS_STATFS_H
21267 # include <sys/statfs.h>
21268 #endif
21271 main ()
21273 static struct statfs ac_aggr;
21274 if (sizeof ac_aggr.f_frsize)
21275 return 0;
21277 return 0;
21279 _ACEOF
21280 rm -f conftest.$ac_objext
21281 if { (ac_try="$ac_compile"
21282 case "(($ac_try" in
21283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21284 *) ac_try_echo=$ac_try;;
21285 esac
21286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21287 $as_echo "$ac_try_echo") >&5
21288 (eval "$ac_compile") 2>conftest.er1
21289 ac_status=$?
21290 grep -v '^ *+' conftest.er1 >conftest.err
21291 rm -f conftest.er1
21292 cat conftest.err >&5
21293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); } && {
21295 test -z "$ac_c_werror_flag" ||
21296 test ! -s conftest.err
21297 } && test -s conftest.$ac_objext; then
21298 ac_cv_member_struct_statfs_f_frsize=yes
21299 else
21300 $as_echo "$as_me: failed program was:" >&5
21301 sed 's/^/| /' conftest.$ac_ext >&5
21303 ac_cv_member_struct_statfs_f_frsize=no
21306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21311 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21312 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21313 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21315 cat >>confdefs.h <<_ACEOF
21316 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21317 _ACEOF
21321 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21322 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21323 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21324 $as_echo_n "(cached) " >&6
21325 else
21326 cat >conftest.$ac_ext <<_ACEOF
21327 /* confdefs.h. */
21328 _ACEOF
21329 cat confdefs.h >>conftest.$ac_ext
21330 cat >>conftest.$ac_ext <<_ACEOF
21331 /* end confdefs.h. */
21332 #include <sys/types.h>
21333 #ifdef HAVE_SYS_PARAM_H
21334 # include <sys/param.h>
21335 #endif
21336 #ifdef HAVE_SYS_MOUNT_H
21337 # include <sys/mount.h>
21338 #endif
21339 #ifdef HAVE_SYS_VFS_H
21340 # include <sys/vfs.h>
21341 #endif
21342 #ifdef HAVE_SYS_STATFS_H
21343 # include <sys/statfs.h>
21344 #endif
21347 main ()
21349 static struct statfs ac_aggr;
21350 if (ac_aggr.f_ffree)
21351 return 0;
21353 return 0;
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21361 esac
21362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21363 $as_echo "$ac_try_echo") >&5
21364 (eval "$ac_compile") 2>conftest.er1
21365 ac_status=$?
21366 grep -v '^ *+' conftest.er1 >conftest.err
21367 rm -f conftest.er1
21368 cat conftest.err >&5
21369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370 (exit $ac_status); } && {
21371 test -z "$ac_c_werror_flag" ||
21372 test ! -s conftest.err
21373 } && test -s conftest.$ac_objext; then
21374 ac_cv_member_struct_statfs_f_ffree=yes
21375 else
21376 $as_echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.$ac_ext >&5
21379 cat >conftest.$ac_ext <<_ACEOF
21380 /* confdefs.h. */
21381 _ACEOF
21382 cat confdefs.h >>conftest.$ac_ext
21383 cat >>conftest.$ac_ext <<_ACEOF
21384 /* end confdefs.h. */
21385 #include <sys/types.h>
21386 #ifdef HAVE_SYS_PARAM_H
21387 # include <sys/param.h>
21388 #endif
21389 #ifdef HAVE_SYS_MOUNT_H
21390 # include <sys/mount.h>
21391 #endif
21392 #ifdef HAVE_SYS_VFS_H
21393 # include <sys/vfs.h>
21394 #endif
21395 #ifdef HAVE_SYS_STATFS_H
21396 # include <sys/statfs.h>
21397 #endif
21400 main ()
21402 static struct statfs ac_aggr;
21403 if (sizeof ac_aggr.f_ffree)
21404 return 0;
21406 return 0;
21408 _ACEOF
21409 rm -f conftest.$ac_objext
21410 if { (ac_try="$ac_compile"
21411 case "(($ac_try" in
21412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21413 *) ac_try_echo=$ac_try;;
21414 esac
21415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21416 $as_echo "$ac_try_echo") >&5
21417 (eval "$ac_compile") 2>conftest.er1
21418 ac_status=$?
21419 grep -v '^ *+' conftest.er1 >conftest.err
21420 rm -f conftest.er1
21421 cat conftest.err >&5
21422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); } && {
21424 test -z "$ac_c_werror_flag" ||
21425 test ! -s conftest.err
21426 } && test -s conftest.$ac_objext; then
21427 ac_cv_member_struct_statfs_f_ffree=yes
21428 else
21429 $as_echo "$as_me: failed program was:" >&5
21430 sed 's/^/| /' conftest.$ac_ext >&5
21432 ac_cv_member_struct_statfs_f_ffree=no
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21440 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21441 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21442 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21444 cat >>confdefs.h <<_ACEOF
21445 #define HAVE_STRUCT_STATFS_F_FFREE 1
21446 _ACEOF
21450 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21451 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21452 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21453 $as_echo_n "(cached) " >&6
21454 else
21455 cat >conftest.$ac_ext <<_ACEOF
21456 /* confdefs.h. */
21457 _ACEOF
21458 cat confdefs.h >>conftest.$ac_ext
21459 cat >>conftest.$ac_ext <<_ACEOF
21460 /* end confdefs.h. */
21461 #include <sys/types.h>
21462 #ifdef HAVE_SYS_PARAM_H
21463 # include <sys/param.h>
21464 #endif
21465 #ifdef HAVE_SYS_MOUNT_H
21466 # include <sys/mount.h>
21467 #endif
21468 #ifdef HAVE_SYS_VFS_H
21469 # include <sys/vfs.h>
21470 #endif
21471 #ifdef HAVE_SYS_STATFS_H
21472 # include <sys/statfs.h>
21473 #endif
21476 main ()
21478 static struct statfs ac_aggr;
21479 if (ac_aggr.f_favail)
21480 return 0;
21482 return 0;
21484 _ACEOF
21485 rm -f conftest.$ac_objext
21486 if { (ac_try="$ac_compile"
21487 case "(($ac_try" in
21488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21489 *) ac_try_echo=$ac_try;;
21490 esac
21491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21492 $as_echo "$ac_try_echo") >&5
21493 (eval "$ac_compile") 2>conftest.er1
21494 ac_status=$?
21495 grep -v '^ *+' conftest.er1 >conftest.err
21496 rm -f conftest.er1
21497 cat conftest.err >&5
21498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); } && {
21500 test -z "$ac_c_werror_flag" ||
21501 test ! -s conftest.err
21502 } && test -s conftest.$ac_objext; then
21503 ac_cv_member_struct_statfs_f_favail=yes
21504 else
21505 $as_echo "$as_me: failed program was:" >&5
21506 sed 's/^/| /' conftest.$ac_ext >&5
21508 cat >conftest.$ac_ext <<_ACEOF
21509 /* confdefs.h. */
21510 _ACEOF
21511 cat confdefs.h >>conftest.$ac_ext
21512 cat >>conftest.$ac_ext <<_ACEOF
21513 /* end confdefs.h. */
21514 #include <sys/types.h>
21515 #ifdef HAVE_SYS_PARAM_H
21516 # include <sys/param.h>
21517 #endif
21518 #ifdef HAVE_SYS_MOUNT_H
21519 # include <sys/mount.h>
21520 #endif
21521 #ifdef HAVE_SYS_VFS_H
21522 # include <sys/vfs.h>
21523 #endif
21524 #ifdef HAVE_SYS_STATFS_H
21525 # include <sys/statfs.h>
21526 #endif
21529 main ()
21531 static struct statfs ac_aggr;
21532 if (sizeof ac_aggr.f_favail)
21533 return 0;
21535 return 0;
21537 _ACEOF
21538 rm -f conftest.$ac_objext
21539 if { (ac_try="$ac_compile"
21540 case "(($ac_try" in
21541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21542 *) ac_try_echo=$ac_try;;
21543 esac
21544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21545 $as_echo "$ac_try_echo") >&5
21546 (eval "$ac_compile") 2>conftest.er1
21547 ac_status=$?
21548 grep -v '^ *+' conftest.er1 >conftest.err
21549 rm -f conftest.er1
21550 cat conftest.err >&5
21551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21552 (exit $ac_status); } && {
21553 test -z "$ac_c_werror_flag" ||
21554 test ! -s conftest.err
21555 } && test -s conftest.$ac_objext; then
21556 ac_cv_member_struct_statfs_f_favail=yes
21557 else
21558 $as_echo "$as_me: failed program was:" >&5
21559 sed 's/^/| /' conftest.$ac_ext >&5
21561 ac_cv_member_struct_statfs_f_favail=no
21564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21569 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21570 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21571 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21573 cat >>confdefs.h <<_ACEOF
21574 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21575 _ACEOF
21579 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21580 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21581 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21582 $as_echo_n "(cached) " >&6
21583 else
21584 cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h. */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h. */
21590 #include <sys/types.h>
21591 #ifdef HAVE_SYS_PARAM_H
21592 # include <sys/param.h>
21593 #endif
21594 #ifdef HAVE_SYS_MOUNT_H
21595 # include <sys/mount.h>
21596 #endif
21597 #ifdef HAVE_SYS_VFS_H
21598 # include <sys/vfs.h>
21599 #endif
21600 #ifdef HAVE_SYS_STATFS_H
21601 # include <sys/statfs.h>
21602 #endif
21605 main ()
21607 static struct statfs ac_aggr;
21608 if (ac_aggr.f_namelen)
21609 return 0;
21611 return 0;
21613 _ACEOF
21614 rm -f conftest.$ac_objext
21615 if { (ac_try="$ac_compile"
21616 case "(($ac_try" in
21617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21618 *) ac_try_echo=$ac_try;;
21619 esac
21620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21621 $as_echo "$ac_try_echo") >&5
21622 (eval "$ac_compile") 2>conftest.er1
21623 ac_status=$?
21624 grep -v '^ *+' conftest.er1 >conftest.err
21625 rm -f conftest.er1
21626 cat conftest.err >&5
21627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21628 (exit $ac_status); } && {
21629 test -z "$ac_c_werror_flag" ||
21630 test ! -s conftest.err
21631 } && test -s conftest.$ac_objext; then
21632 ac_cv_member_struct_statfs_f_namelen=yes
21633 else
21634 $as_echo "$as_me: failed program was:" >&5
21635 sed 's/^/| /' conftest.$ac_ext >&5
21637 cat >conftest.$ac_ext <<_ACEOF
21638 /* confdefs.h. */
21639 _ACEOF
21640 cat confdefs.h >>conftest.$ac_ext
21641 cat >>conftest.$ac_ext <<_ACEOF
21642 /* end confdefs.h. */
21643 #include <sys/types.h>
21644 #ifdef HAVE_SYS_PARAM_H
21645 # include <sys/param.h>
21646 #endif
21647 #ifdef HAVE_SYS_MOUNT_H
21648 # include <sys/mount.h>
21649 #endif
21650 #ifdef HAVE_SYS_VFS_H
21651 # include <sys/vfs.h>
21652 #endif
21653 #ifdef HAVE_SYS_STATFS_H
21654 # include <sys/statfs.h>
21655 #endif
21658 main ()
21660 static struct statfs ac_aggr;
21661 if (sizeof ac_aggr.f_namelen)
21662 return 0;
21664 return 0;
21666 _ACEOF
21667 rm -f conftest.$ac_objext
21668 if { (ac_try="$ac_compile"
21669 case "(($ac_try" in
21670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21671 *) ac_try_echo=$ac_try;;
21672 esac
21673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21674 $as_echo "$ac_try_echo") >&5
21675 (eval "$ac_compile") 2>conftest.er1
21676 ac_status=$?
21677 grep -v '^ *+' conftest.er1 >conftest.err
21678 rm -f conftest.er1
21679 cat conftest.err >&5
21680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21681 (exit $ac_status); } && {
21682 test -z "$ac_c_werror_flag" ||
21683 test ! -s conftest.err
21684 } && test -s conftest.$ac_objext; then
21685 ac_cv_member_struct_statfs_f_namelen=yes
21686 else
21687 $as_echo "$as_me: failed program was:" >&5
21688 sed 's/^/| /' conftest.$ac_ext >&5
21690 ac_cv_member_struct_statfs_f_namelen=no
21693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21698 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21699 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21700 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21702 cat >>confdefs.h <<_ACEOF
21703 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21704 _ACEOF
21710 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21711 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21712 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21713 $as_echo_n "(cached) " >&6
21714 else
21715 cat >conftest.$ac_ext <<_ACEOF
21716 /* confdefs.h. */
21717 _ACEOF
21718 cat confdefs.h >>conftest.$ac_ext
21719 cat >>conftest.$ac_ext <<_ACEOF
21720 /* end confdefs.h. */
21721 #ifdef HAVE_SYS_STATVFS_H
21722 #include <sys/statvfs.h>
21723 #endif
21726 main ()
21728 static struct statvfs ac_aggr;
21729 if (ac_aggr.f_blocks)
21730 return 0;
21732 return 0;
21734 _ACEOF
21735 rm -f conftest.$ac_objext
21736 if { (ac_try="$ac_compile"
21737 case "(($ac_try" in
21738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21739 *) ac_try_echo=$ac_try;;
21740 esac
21741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21742 $as_echo "$ac_try_echo") >&5
21743 (eval "$ac_compile") 2>conftest.er1
21744 ac_status=$?
21745 grep -v '^ *+' conftest.er1 >conftest.err
21746 rm -f conftest.er1
21747 cat conftest.err >&5
21748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749 (exit $ac_status); } && {
21750 test -z "$ac_c_werror_flag" ||
21751 test ! -s conftest.err
21752 } && test -s conftest.$ac_objext; then
21753 ac_cv_member_struct_statvfs_f_blocks=yes
21754 else
21755 $as_echo "$as_me: failed program was:" >&5
21756 sed 's/^/| /' conftest.$ac_ext >&5
21758 cat >conftest.$ac_ext <<_ACEOF
21759 /* confdefs.h. */
21760 _ACEOF
21761 cat confdefs.h >>conftest.$ac_ext
21762 cat >>conftest.$ac_ext <<_ACEOF
21763 /* end confdefs.h. */
21764 #ifdef HAVE_SYS_STATVFS_H
21765 #include <sys/statvfs.h>
21766 #endif
21769 main ()
21771 static struct statvfs ac_aggr;
21772 if (sizeof ac_aggr.f_blocks)
21773 return 0;
21775 return 0;
21777 _ACEOF
21778 rm -f conftest.$ac_objext
21779 if { (ac_try="$ac_compile"
21780 case "(($ac_try" in
21781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21782 *) ac_try_echo=$ac_try;;
21783 esac
21784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21785 $as_echo "$ac_try_echo") >&5
21786 (eval "$ac_compile") 2>conftest.er1
21787 ac_status=$?
21788 grep -v '^ *+' conftest.er1 >conftest.err
21789 rm -f conftest.er1
21790 cat conftest.err >&5
21791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21792 (exit $ac_status); } && {
21793 test -z "$ac_c_werror_flag" ||
21794 test ! -s conftest.err
21795 } && test -s conftest.$ac_objext; then
21796 ac_cv_member_struct_statvfs_f_blocks=yes
21797 else
21798 $as_echo "$as_me: failed program was:" >&5
21799 sed 's/^/| /' conftest.$ac_ext >&5
21801 ac_cv_member_struct_statvfs_f_blocks=no
21804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21809 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21810 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21811 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21813 cat >>confdefs.h <<_ACEOF
21814 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21815 _ACEOF
21821 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21822 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21823 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21824 $as_echo_n "(cached) " >&6
21825 else
21826 cat >conftest.$ac_ext <<_ACEOF
21827 /* confdefs.h. */
21828 _ACEOF
21829 cat confdefs.h >>conftest.$ac_ext
21830 cat >>conftest.$ac_ext <<_ACEOF
21831 /* end confdefs.h. */
21832 #include <sys/types.h>
21833 #ifdef HAVE_SYS_SOCKET_H
21834 # include <sys/socket.h>
21835 #endif
21836 #ifdef HAVE_SYS_UN_H
21837 # include <sys/un.h>
21838 #endif
21841 main ()
21843 static struct msghdr ac_aggr;
21844 if (ac_aggr.msg_accrights)
21845 return 0;
21847 return 0;
21849 _ACEOF
21850 rm -f conftest.$ac_objext
21851 if { (ac_try="$ac_compile"
21852 case "(($ac_try" in
21853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21854 *) ac_try_echo=$ac_try;;
21855 esac
21856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21857 $as_echo "$ac_try_echo") >&5
21858 (eval "$ac_compile") 2>conftest.er1
21859 ac_status=$?
21860 grep -v '^ *+' conftest.er1 >conftest.err
21861 rm -f conftest.er1
21862 cat conftest.err >&5
21863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21864 (exit $ac_status); } && {
21865 test -z "$ac_c_werror_flag" ||
21866 test ! -s conftest.err
21867 } && test -s conftest.$ac_objext; then
21868 ac_cv_member_struct_msghdr_msg_accrights=yes
21869 else
21870 $as_echo "$as_me: failed program was:" >&5
21871 sed 's/^/| /' conftest.$ac_ext >&5
21873 cat >conftest.$ac_ext <<_ACEOF
21874 /* confdefs.h. */
21875 _ACEOF
21876 cat confdefs.h >>conftest.$ac_ext
21877 cat >>conftest.$ac_ext <<_ACEOF
21878 /* end confdefs.h. */
21879 #include <sys/types.h>
21880 #ifdef HAVE_SYS_SOCKET_H
21881 # include <sys/socket.h>
21882 #endif
21883 #ifdef HAVE_SYS_UN_H
21884 # include <sys/un.h>
21885 #endif
21888 main ()
21890 static struct msghdr ac_aggr;
21891 if (sizeof ac_aggr.msg_accrights)
21892 return 0;
21894 return 0;
21896 _ACEOF
21897 rm -f conftest.$ac_objext
21898 if { (ac_try="$ac_compile"
21899 case "(($ac_try" in
21900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21901 *) ac_try_echo=$ac_try;;
21902 esac
21903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21904 $as_echo "$ac_try_echo") >&5
21905 (eval "$ac_compile") 2>conftest.er1
21906 ac_status=$?
21907 grep -v '^ *+' conftest.er1 >conftest.err
21908 rm -f conftest.er1
21909 cat conftest.err >&5
21910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21911 (exit $ac_status); } && {
21912 test -z "$ac_c_werror_flag" ||
21913 test ! -s conftest.err
21914 } && test -s conftest.$ac_objext; then
21915 ac_cv_member_struct_msghdr_msg_accrights=yes
21916 else
21917 $as_echo "$as_me: failed program was:" >&5
21918 sed 's/^/| /' conftest.$ac_ext >&5
21920 ac_cv_member_struct_msghdr_msg_accrights=no
21923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21928 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21929 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21930 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21932 cat >>confdefs.h <<_ACEOF
21933 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21934 _ACEOF
21938 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21939 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21940 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21941 $as_echo_n "(cached) " >&6
21942 else
21943 cat >conftest.$ac_ext <<_ACEOF
21944 /* confdefs.h. */
21945 _ACEOF
21946 cat confdefs.h >>conftest.$ac_ext
21947 cat >>conftest.$ac_ext <<_ACEOF
21948 /* end confdefs.h. */
21949 #include <sys/types.h>
21950 #ifdef HAVE_SYS_SOCKET_H
21951 # include <sys/socket.h>
21952 #endif
21953 #ifdef HAVE_SYS_UN_H
21954 # include <sys/un.h>
21955 #endif
21958 main ()
21960 static struct sockaddr ac_aggr;
21961 if (ac_aggr.sa_len)
21962 return 0;
21964 return 0;
21966 _ACEOF
21967 rm -f conftest.$ac_objext
21968 if { (ac_try="$ac_compile"
21969 case "(($ac_try" in
21970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21971 *) ac_try_echo=$ac_try;;
21972 esac
21973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21974 $as_echo "$ac_try_echo") >&5
21975 (eval "$ac_compile") 2>conftest.er1
21976 ac_status=$?
21977 grep -v '^ *+' conftest.er1 >conftest.err
21978 rm -f conftest.er1
21979 cat conftest.err >&5
21980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21981 (exit $ac_status); } && {
21982 test -z "$ac_c_werror_flag" ||
21983 test ! -s conftest.err
21984 } && test -s conftest.$ac_objext; then
21985 ac_cv_member_struct_sockaddr_sa_len=yes
21986 else
21987 $as_echo "$as_me: failed program was:" >&5
21988 sed 's/^/| /' conftest.$ac_ext >&5
21990 cat >conftest.$ac_ext <<_ACEOF
21991 /* confdefs.h. */
21992 _ACEOF
21993 cat confdefs.h >>conftest.$ac_ext
21994 cat >>conftest.$ac_ext <<_ACEOF
21995 /* end confdefs.h. */
21996 #include <sys/types.h>
21997 #ifdef HAVE_SYS_SOCKET_H
21998 # include <sys/socket.h>
21999 #endif
22000 #ifdef HAVE_SYS_UN_H
22001 # include <sys/un.h>
22002 #endif
22005 main ()
22007 static struct sockaddr ac_aggr;
22008 if (sizeof ac_aggr.sa_len)
22009 return 0;
22011 return 0;
22013 _ACEOF
22014 rm -f conftest.$ac_objext
22015 if { (ac_try="$ac_compile"
22016 case "(($ac_try" in
22017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22018 *) ac_try_echo=$ac_try;;
22019 esac
22020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22021 $as_echo "$ac_try_echo") >&5
22022 (eval "$ac_compile") 2>conftest.er1
22023 ac_status=$?
22024 grep -v '^ *+' conftest.er1 >conftest.err
22025 rm -f conftest.er1
22026 cat conftest.err >&5
22027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22028 (exit $ac_status); } && {
22029 test -z "$ac_c_werror_flag" ||
22030 test ! -s conftest.err
22031 } && test -s conftest.$ac_objext; then
22032 ac_cv_member_struct_sockaddr_sa_len=yes
22033 else
22034 $as_echo "$as_me: failed program was:" >&5
22035 sed 's/^/| /' conftest.$ac_ext >&5
22037 ac_cv_member_struct_sockaddr_sa_len=no
22040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22045 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22046 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22047 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22049 cat >>confdefs.h <<_ACEOF
22050 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22051 _ACEOF
22055 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22056 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22057 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22058 $as_echo_n "(cached) " >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #include <sys/types.h>
22067 #ifdef HAVE_SYS_SOCKET_H
22068 # include <sys/socket.h>
22069 #endif
22070 #ifdef HAVE_SYS_UN_H
22071 # include <sys/un.h>
22072 #endif
22075 main ()
22077 static struct sockaddr_un ac_aggr;
22078 if (ac_aggr.sun_len)
22079 return 0;
22081 return 0;
22083 _ACEOF
22084 rm -f conftest.$ac_objext
22085 if { (ac_try="$ac_compile"
22086 case "(($ac_try" in
22087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22088 *) ac_try_echo=$ac_try;;
22089 esac
22090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22091 $as_echo "$ac_try_echo") >&5
22092 (eval "$ac_compile") 2>conftest.er1
22093 ac_status=$?
22094 grep -v '^ *+' conftest.er1 >conftest.err
22095 rm -f conftest.er1
22096 cat conftest.err >&5
22097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22098 (exit $ac_status); } && {
22099 test -z "$ac_c_werror_flag" ||
22100 test ! -s conftest.err
22101 } && test -s conftest.$ac_objext; then
22102 ac_cv_member_struct_sockaddr_un_sun_len=yes
22103 else
22104 $as_echo "$as_me: failed program was:" >&5
22105 sed 's/^/| /' conftest.$ac_ext >&5
22107 cat >conftest.$ac_ext <<_ACEOF
22108 /* confdefs.h. */
22109 _ACEOF
22110 cat confdefs.h >>conftest.$ac_ext
22111 cat >>conftest.$ac_ext <<_ACEOF
22112 /* end confdefs.h. */
22113 #include <sys/types.h>
22114 #ifdef HAVE_SYS_SOCKET_H
22115 # include <sys/socket.h>
22116 #endif
22117 #ifdef HAVE_SYS_UN_H
22118 # include <sys/un.h>
22119 #endif
22122 main ()
22124 static struct sockaddr_un ac_aggr;
22125 if (sizeof ac_aggr.sun_len)
22126 return 0;
22128 return 0;
22130 _ACEOF
22131 rm -f conftest.$ac_objext
22132 if { (ac_try="$ac_compile"
22133 case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136 esac
22137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22138 $as_echo "$ac_try_echo") >&5
22139 (eval "$ac_compile") 2>conftest.er1
22140 ac_status=$?
22141 grep -v '^ *+' conftest.er1 >conftest.err
22142 rm -f conftest.er1
22143 cat conftest.err >&5
22144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22145 (exit $ac_status); } && {
22146 test -z "$ac_c_werror_flag" ||
22147 test ! -s conftest.err
22148 } && test -s conftest.$ac_objext; then
22149 ac_cv_member_struct_sockaddr_un_sun_len=yes
22150 else
22151 $as_echo "$as_me: failed program was:" >&5
22152 sed 's/^/| /' conftest.$ac_ext >&5
22154 ac_cv_member_struct_sockaddr_un_sun_len=no
22157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22162 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22163 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22164 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22166 cat >>confdefs.h <<_ACEOF
22167 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22168 _ACEOF
22174 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22175 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22176 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22177 $as_echo_n "(cached) " >&6
22178 else
22179 cat >conftest.$ac_ext <<_ACEOF
22180 /* confdefs.h. */
22181 _ACEOF
22182 cat confdefs.h >>conftest.$ac_ext
22183 cat >>conftest.$ac_ext <<_ACEOF
22184 /* end confdefs.h. */
22185 #include <sys/types.h>
22186 #ifdef HAVE_SCSI_SG_H
22187 #include <scsi/sg.h>
22188 #endif
22191 main ()
22193 static scsireq_t ac_aggr;
22194 if (ac_aggr.cmd)
22195 return 0;
22197 return 0;
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (ac_try="$ac_compile"
22202 case "(($ac_try" in
22203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22204 *) ac_try_echo=$ac_try;;
22205 esac
22206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22207 $as_echo "$ac_try_echo") >&5
22208 (eval "$ac_compile") 2>conftest.er1
22209 ac_status=$?
22210 grep -v '^ *+' conftest.er1 >conftest.err
22211 rm -f conftest.er1
22212 cat conftest.err >&5
22213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); } && {
22215 test -z "$ac_c_werror_flag" ||
22216 test ! -s conftest.err
22217 } && test -s conftest.$ac_objext; then
22218 ac_cv_member_scsireq_t_cmd=yes
22219 else
22220 $as_echo "$as_me: failed program was:" >&5
22221 sed 's/^/| /' conftest.$ac_ext >&5
22223 cat >conftest.$ac_ext <<_ACEOF
22224 /* confdefs.h. */
22225 _ACEOF
22226 cat confdefs.h >>conftest.$ac_ext
22227 cat >>conftest.$ac_ext <<_ACEOF
22228 /* end confdefs.h. */
22229 #include <sys/types.h>
22230 #ifdef HAVE_SCSI_SG_H
22231 #include <scsi/sg.h>
22232 #endif
22235 main ()
22237 static scsireq_t ac_aggr;
22238 if (sizeof ac_aggr.cmd)
22239 return 0;
22241 return 0;
22243 _ACEOF
22244 rm -f conftest.$ac_objext
22245 if { (ac_try="$ac_compile"
22246 case "(($ac_try" in
22247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22248 *) ac_try_echo=$ac_try;;
22249 esac
22250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22251 $as_echo "$ac_try_echo") >&5
22252 (eval "$ac_compile") 2>conftest.er1
22253 ac_status=$?
22254 grep -v '^ *+' conftest.er1 >conftest.err
22255 rm -f conftest.er1
22256 cat conftest.err >&5
22257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22258 (exit $ac_status); } && {
22259 test -z "$ac_c_werror_flag" ||
22260 test ! -s conftest.err
22261 } && test -s conftest.$ac_objext; then
22262 ac_cv_member_scsireq_t_cmd=yes
22263 else
22264 $as_echo "$as_me: failed program was:" >&5
22265 sed 's/^/| /' conftest.$ac_ext >&5
22267 ac_cv_member_scsireq_t_cmd=no
22270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22275 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22276 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22277 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22279 cat >>confdefs.h <<_ACEOF
22280 #define HAVE_SCSIREQ_T_CMD 1
22281 _ACEOF
22285 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22286 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22287 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22288 $as_echo_n "(cached) " >&6
22289 else
22290 cat >conftest.$ac_ext <<_ACEOF
22291 /* confdefs.h. */
22292 _ACEOF
22293 cat confdefs.h >>conftest.$ac_ext
22294 cat >>conftest.$ac_ext <<_ACEOF
22295 /* end confdefs.h. */
22296 #include <sys/types.h>
22297 #ifdef HAVE_SCSI_SG_H
22298 #include <scsi/sg.h>
22299 #endif
22302 main ()
22304 static sg_io_hdr_t ac_aggr;
22305 if (ac_aggr.interface_id)
22306 return 0;
22308 return 0;
22310 _ACEOF
22311 rm -f conftest.$ac_objext
22312 if { (ac_try="$ac_compile"
22313 case "(($ac_try" in
22314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22315 *) ac_try_echo=$ac_try;;
22316 esac
22317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22318 $as_echo "$ac_try_echo") >&5
22319 (eval "$ac_compile") 2>conftest.er1
22320 ac_status=$?
22321 grep -v '^ *+' conftest.er1 >conftest.err
22322 rm -f conftest.er1
22323 cat conftest.err >&5
22324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); } && {
22326 test -z "$ac_c_werror_flag" ||
22327 test ! -s conftest.err
22328 } && test -s conftest.$ac_objext; then
22329 ac_cv_member_sg_io_hdr_t_interface_id=yes
22330 else
22331 $as_echo "$as_me: failed program was:" >&5
22332 sed 's/^/| /' conftest.$ac_ext >&5
22334 cat >conftest.$ac_ext <<_ACEOF
22335 /* confdefs.h. */
22336 _ACEOF
22337 cat confdefs.h >>conftest.$ac_ext
22338 cat >>conftest.$ac_ext <<_ACEOF
22339 /* end confdefs.h. */
22340 #include <sys/types.h>
22341 #ifdef HAVE_SCSI_SG_H
22342 #include <scsi/sg.h>
22343 #endif
22346 main ()
22348 static sg_io_hdr_t ac_aggr;
22349 if (sizeof ac_aggr.interface_id)
22350 return 0;
22352 return 0;
22354 _ACEOF
22355 rm -f conftest.$ac_objext
22356 if { (ac_try="$ac_compile"
22357 case "(($ac_try" in
22358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22359 *) ac_try_echo=$ac_try;;
22360 esac
22361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22362 $as_echo "$ac_try_echo") >&5
22363 (eval "$ac_compile") 2>conftest.er1
22364 ac_status=$?
22365 grep -v '^ *+' conftest.er1 >conftest.err
22366 rm -f conftest.er1
22367 cat conftest.err >&5
22368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22369 (exit $ac_status); } && {
22370 test -z "$ac_c_werror_flag" ||
22371 test ! -s conftest.err
22372 } && test -s conftest.$ac_objext; then
22373 ac_cv_member_sg_io_hdr_t_interface_id=yes
22374 else
22375 $as_echo "$as_me: failed program was:" >&5
22376 sed 's/^/| /' conftest.$ac_ext >&5
22378 ac_cv_member_sg_io_hdr_t_interface_id=no
22381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22386 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22387 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22388 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22390 cat >>confdefs.h <<_ACEOF
22391 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22392 _ACEOF
22398 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22399 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22400 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22401 $as_echo_n "(cached) " >&6
22402 else
22403 cat >conftest.$ac_ext <<_ACEOF
22404 /* confdefs.h. */
22405 _ACEOF
22406 cat confdefs.h >>conftest.$ac_ext
22407 cat >>conftest.$ac_ext <<_ACEOF
22408 /* end confdefs.h. */
22409 #include <signal.h>
22412 main ()
22414 static siginfo_t ac_aggr;
22415 if (ac_aggr.si_fd)
22416 return 0;
22418 return 0;
22420 _ACEOF
22421 rm -f conftest.$ac_objext
22422 if { (ac_try="$ac_compile"
22423 case "(($ac_try" in
22424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22425 *) ac_try_echo=$ac_try;;
22426 esac
22427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22428 $as_echo "$ac_try_echo") >&5
22429 (eval "$ac_compile") 2>conftest.er1
22430 ac_status=$?
22431 grep -v '^ *+' conftest.er1 >conftest.err
22432 rm -f conftest.er1
22433 cat conftest.err >&5
22434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22435 (exit $ac_status); } && {
22436 test -z "$ac_c_werror_flag" ||
22437 test ! -s conftest.err
22438 } && test -s conftest.$ac_objext; then
22439 ac_cv_member_siginfo_t_si_fd=yes
22440 else
22441 $as_echo "$as_me: failed program was:" >&5
22442 sed 's/^/| /' conftest.$ac_ext >&5
22444 cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h. */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h. */
22450 #include <signal.h>
22453 main ()
22455 static siginfo_t ac_aggr;
22456 if (sizeof ac_aggr.si_fd)
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_siginfo_t_si_fd=yes
22481 else
22482 $as_echo "$as_me: failed program was:" >&5
22483 sed 's/^/| /' conftest.$ac_ext >&5
22485 ac_cv_member_siginfo_t_si_fd=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_siginfo_t_si_fd" >&5
22494 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22495 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22497 cat >>confdefs.h <<_ACEOF
22498 #define HAVE_SIGINFO_T_SI_FD 1
22499 _ACEOF
22505 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22506 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22507 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22508 $as_echo_n "(cached) " >&6
22509 else
22510 cat >conftest.$ac_ext <<_ACEOF
22511 /* confdefs.h. */
22512 _ACEOF
22513 cat confdefs.h >>conftest.$ac_ext
22514 cat >>conftest.$ac_ext <<_ACEOF
22515 /* end confdefs.h. */
22516 #include <sys/types.h>
22517 #ifdef HAVE_SYS_MTIO_H
22518 #include <sys/mtio.h>
22519 #endif
22522 main ()
22524 static struct mtget ac_aggr;
22525 if (ac_aggr.mt_blksiz)
22526 return 0;
22528 return 0;
22530 _ACEOF
22531 rm -f conftest.$ac_objext
22532 if { (ac_try="$ac_compile"
22533 case "(($ac_try" in
22534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22535 *) ac_try_echo=$ac_try;;
22536 esac
22537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22538 $as_echo "$ac_try_echo") >&5
22539 (eval "$ac_compile") 2>conftest.er1
22540 ac_status=$?
22541 grep -v '^ *+' conftest.er1 >conftest.err
22542 rm -f conftest.er1
22543 cat conftest.err >&5
22544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22545 (exit $ac_status); } && {
22546 test -z "$ac_c_werror_flag" ||
22547 test ! -s conftest.err
22548 } && test -s conftest.$ac_objext; then
22549 ac_cv_member_struct_mtget_mt_blksiz=yes
22550 else
22551 $as_echo "$as_me: failed program was:" >&5
22552 sed 's/^/| /' conftest.$ac_ext >&5
22554 cat >conftest.$ac_ext <<_ACEOF
22555 /* confdefs.h. */
22556 _ACEOF
22557 cat confdefs.h >>conftest.$ac_ext
22558 cat >>conftest.$ac_ext <<_ACEOF
22559 /* end confdefs.h. */
22560 #include <sys/types.h>
22561 #ifdef HAVE_SYS_MTIO_H
22562 #include <sys/mtio.h>
22563 #endif
22566 main ()
22568 static struct mtget ac_aggr;
22569 if (sizeof ac_aggr.mt_blksiz)
22570 return 0;
22572 return 0;
22574 _ACEOF
22575 rm -f conftest.$ac_objext
22576 if { (ac_try="$ac_compile"
22577 case "(($ac_try" in
22578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22579 *) ac_try_echo=$ac_try;;
22580 esac
22581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22582 $as_echo "$ac_try_echo") >&5
22583 (eval "$ac_compile") 2>conftest.er1
22584 ac_status=$?
22585 grep -v '^ *+' conftest.er1 >conftest.err
22586 rm -f conftest.er1
22587 cat conftest.err >&5
22588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22589 (exit $ac_status); } && {
22590 test -z "$ac_c_werror_flag" ||
22591 test ! -s conftest.err
22592 } && test -s conftest.$ac_objext; then
22593 ac_cv_member_struct_mtget_mt_blksiz=yes
22594 else
22595 $as_echo "$as_me: failed program was:" >&5
22596 sed 's/^/| /' conftest.$ac_ext >&5
22598 ac_cv_member_struct_mtget_mt_blksiz=no
22601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22606 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22607 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22608 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22610 cat >>confdefs.h <<_ACEOF
22611 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22612 _ACEOF
22616 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22617 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22618 if test "${ac_cv_member_struct_mtget_mt_gstat+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 <sys/types.h>
22628 #ifdef HAVE_SYS_MTIO_H
22629 #include <sys/mtio.h>
22630 #endif
22633 main ()
22635 static struct mtget ac_aggr;
22636 if (ac_aggr.mt_gstat)
22637 return 0;
22639 return 0;
22641 _ACEOF
22642 rm -f conftest.$ac_objext
22643 if { (ac_try="$ac_compile"
22644 case "(($ac_try" in
22645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22646 *) ac_try_echo=$ac_try;;
22647 esac
22648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22649 $as_echo "$ac_try_echo") >&5
22650 (eval "$ac_compile") 2>conftest.er1
22651 ac_status=$?
22652 grep -v '^ *+' conftest.er1 >conftest.err
22653 rm -f conftest.er1
22654 cat conftest.err >&5
22655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22656 (exit $ac_status); } && {
22657 test -z "$ac_c_werror_flag" ||
22658 test ! -s conftest.err
22659 } && test -s conftest.$ac_objext; then
22660 ac_cv_member_struct_mtget_mt_gstat=yes
22661 else
22662 $as_echo "$as_me: failed program was:" >&5
22663 sed 's/^/| /' conftest.$ac_ext >&5
22665 cat >conftest.$ac_ext <<_ACEOF
22666 /* confdefs.h. */
22667 _ACEOF
22668 cat confdefs.h >>conftest.$ac_ext
22669 cat >>conftest.$ac_ext <<_ACEOF
22670 /* end confdefs.h. */
22671 #include <sys/types.h>
22672 #ifdef HAVE_SYS_MTIO_H
22673 #include <sys/mtio.h>
22674 #endif
22677 main ()
22679 static struct mtget ac_aggr;
22680 if (sizeof ac_aggr.mt_gstat)
22681 return 0;
22683 return 0;
22685 _ACEOF
22686 rm -f conftest.$ac_objext
22687 if { (ac_try="$ac_compile"
22688 case "(($ac_try" in
22689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22690 *) ac_try_echo=$ac_try;;
22691 esac
22692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22693 $as_echo "$ac_try_echo") >&5
22694 (eval "$ac_compile") 2>conftest.er1
22695 ac_status=$?
22696 grep -v '^ *+' conftest.er1 >conftest.err
22697 rm -f conftest.er1
22698 cat conftest.err >&5
22699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } && {
22701 test -z "$ac_c_werror_flag" ||
22702 test ! -s conftest.err
22703 } && test -s conftest.$ac_objext; then
22704 ac_cv_member_struct_mtget_mt_gstat=yes
22705 else
22706 $as_echo "$as_me: failed program was:" >&5
22707 sed 's/^/| /' conftest.$ac_ext >&5
22709 ac_cv_member_struct_mtget_mt_gstat=no
22712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22718 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22719 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22721 cat >>confdefs.h <<_ACEOF
22722 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22723 _ACEOF
22727 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22728 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22729 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22730 $as_echo_n "(cached) " >&6
22731 else
22732 cat >conftest.$ac_ext <<_ACEOF
22733 /* confdefs.h. */
22734 _ACEOF
22735 cat confdefs.h >>conftest.$ac_ext
22736 cat >>conftest.$ac_ext <<_ACEOF
22737 /* end confdefs.h. */
22738 #include <sys/types.h>
22739 #ifdef HAVE_SYS_MTIO_H
22740 #include <sys/mtio.h>
22741 #endif
22744 main ()
22746 static struct mtget ac_aggr;
22747 if (ac_aggr.mt_blkno)
22748 return 0;
22750 return 0;
22752 _ACEOF
22753 rm -f conftest.$ac_objext
22754 if { (ac_try="$ac_compile"
22755 case "(($ac_try" in
22756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22757 *) ac_try_echo=$ac_try;;
22758 esac
22759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22760 $as_echo "$ac_try_echo") >&5
22761 (eval "$ac_compile") 2>conftest.er1
22762 ac_status=$?
22763 grep -v '^ *+' conftest.er1 >conftest.err
22764 rm -f conftest.er1
22765 cat conftest.err >&5
22766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22767 (exit $ac_status); } && {
22768 test -z "$ac_c_werror_flag" ||
22769 test ! -s conftest.err
22770 } && test -s conftest.$ac_objext; then
22771 ac_cv_member_struct_mtget_mt_blkno=yes
22772 else
22773 $as_echo "$as_me: failed program was:" >&5
22774 sed 's/^/| /' conftest.$ac_ext >&5
22776 cat >conftest.$ac_ext <<_ACEOF
22777 /* confdefs.h. */
22778 _ACEOF
22779 cat confdefs.h >>conftest.$ac_ext
22780 cat >>conftest.$ac_ext <<_ACEOF
22781 /* end confdefs.h. */
22782 #include <sys/types.h>
22783 #ifdef HAVE_SYS_MTIO_H
22784 #include <sys/mtio.h>
22785 #endif
22788 main ()
22790 static struct mtget ac_aggr;
22791 if (sizeof ac_aggr.mt_blkno)
22792 return 0;
22794 return 0;
22796 _ACEOF
22797 rm -f conftest.$ac_objext
22798 if { (ac_try="$ac_compile"
22799 case "(($ac_try" in
22800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22801 *) ac_try_echo=$ac_try;;
22802 esac
22803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22804 $as_echo "$ac_try_echo") >&5
22805 (eval "$ac_compile") 2>conftest.er1
22806 ac_status=$?
22807 grep -v '^ *+' conftest.er1 >conftest.err
22808 rm -f conftest.er1
22809 cat conftest.err >&5
22810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22811 (exit $ac_status); } && {
22812 test -z "$ac_c_werror_flag" ||
22813 test ! -s conftest.err
22814 } && test -s conftest.$ac_objext; then
22815 ac_cv_member_struct_mtget_mt_blkno=yes
22816 else
22817 $as_echo "$as_me: failed program was:" >&5
22818 sed 's/^/| /' conftest.$ac_ext >&5
22820 ac_cv_member_struct_mtget_mt_blkno=no
22823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22828 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22829 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22830 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22832 cat >>confdefs.h <<_ACEOF
22833 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22834 _ACEOF
22840 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22841 $as_echo_n "checking for struct option.name... " >&6; }
22842 if test "${ac_cv_member_struct_option_name+set}" = set; then
22843 $as_echo_n "(cached) " >&6
22844 else
22845 cat >conftest.$ac_ext <<_ACEOF
22846 /* confdefs.h. */
22847 _ACEOF
22848 cat confdefs.h >>conftest.$ac_ext
22849 cat >>conftest.$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 #ifdef HAVE_GETOPT_H
22852 #include <getopt.h>
22853 #endif
22856 main ()
22858 static struct option ac_aggr;
22859 if (ac_aggr.name)
22860 return 0;
22862 return 0;
22864 _ACEOF
22865 rm -f conftest.$ac_objext
22866 if { (ac_try="$ac_compile"
22867 case "(($ac_try" in
22868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22869 *) ac_try_echo=$ac_try;;
22870 esac
22871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22872 $as_echo "$ac_try_echo") >&5
22873 (eval "$ac_compile") 2>conftest.er1
22874 ac_status=$?
22875 grep -v '^ *+' conftest.er1 >conftest.err
22876 rm -f conftest.er1
22877 cat conftest.err >&5
22878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22879 (exit $ac_status); } && {
22880 test -z "$ac_c_werror_flag" ||
22881 test ! -s conftest.err
22882 } && test -s conftest.$ac_objext; then
22883 ac_cv_member_struct_option_name=yes
22884 else
22885 $as_echo "$as_me: failed program was:" >&5
22886 sed 's/^/| /' conftest.$ac_ext >&5
22888 cat >conftest.$ac_ext <<_ACEOF
22889 /* confdefs.h. */
22890 _ACEOF
22891 cat confdefs.h >>conftest.$ac_ext
22892 cat >>conftest.$ac_ext <<_ACEOF
22893 /* end confdefs.h. */
22894 #ifdef HAVE_GETOPT_H
22895 #include <getopt.h>
22896 #endif
22899 main ()
22901 static struct option ac_aggr;
22902 if (sizeof ac_aggr.name)
22903 return 0;
22905 return 0;
22907 _ACEOF
22908 rm -f conftest.$ac_objext
22909 if { (ac_try="$ac_compile"
22910 case "(($ac_try" in
22911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22912 *) ac_try_echo=$ac_try;;
22913 esac
22914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22915 $as_echo "$ac_try_echo") >&5
22916 (eval "$ac_compile") 2>conftest.er1
22917 ac_status=$?
22918 grep -v '^ *+' conftest.er1 >conftest.err
22919 rm -f conftest.er1
22920 cat conftest.err >&5
22921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22922 (exit $ac_status); } && {
22923 test -z "$ac_c_werror_flag" ||
22924 test ! -s conftest.err
22925 } && test -s conftest.$ac_objext; then
22926 ac_cv_member_struct_option_name=yes
22927 else
22928 $as_echo "$as_me: failed program was:" >&5
22929 sed 's/^/| /' conftest.$ac_ext >&5
22931 ac_cv_member_struct_option_name=no
22934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22939 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22940 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22941 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22943 cat >>confdefs.h <<_ACEOF
22944 #define HAVE_STRUCT_OPTION_NAME 1
22945 _ACEOF
22951 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22952 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22953 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22954 $as_echo_n "(cached) " >&6
22955 else
22956 cat >conftest.$ac_ext <<_ACEOF
22957 /* confdefs.h. */
22958 _ACEOF
22959 cat confdefs.h >>conftest.$ac_ext
22960 cat >>conftest.$ac_ext <<_ACEOF
22961 /* end confdefs.h. */
22962 $ac_includes_default
22964 main ()
22966 static struct stat ac_aggr;
22967 if (ac_aggr.st_blocks)
22968 return 0;
22970 return 0;
22972 _ACEOF
22973 rm -f conftest.$ac_objext
22974 if { (ac_try="$ac_compile"
22975 case "(($ac_try" in
22976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22977 *) ac_try_echo=$ac_try;;
22978 esac
22979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22980 $as_echo "$ac_try_echo") >&5
22981 (eval "$ac_compile") 2>conftest.er1
22982 ac_status=$?
22983 grep -v '^ *+' conftest.er1 >conftest.err
22984 rm -f conftest.er1
22985 cat conftest.err >&5
22986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22987 (exit $ac_status); } && {
22988 test -z "$ac_c_werror_flag" ||
22989 test ! -s conftest.err
22990 } && test -s conftest.$ac_objext; then
22991 ac_cv_member_struct_stat_st_blocks=yes
22992 else
22993 $as_echo "$as_me: failed program was:" >&5
22994 sed 's/^/| /' conftest.$ac_ext >&5
22996 cat >conftest.$ac_ext <<_ACEOF
22997 /* confdefs.h. */
22998 _ACEOF
22999 cat confdefs.h >>conftest.$ac_ext
23000 cat >>conftest.$ac_ext <<_ACEOF
23001 /* end confdefs.h. */
23002 $ac_includes_default
23004 main ()
23006 static struct stat ac_aggr;
23007 if (sizeof ac_aggr.st_blocks)
23008 return 0;
23010 return 0;
23012 _ACEOF
23013 rm -f conftest.$ac_objext
23014 if { (ac_try="$ac_compile"
23015 case "(($ac_try" in
23016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23017 *) ac_try_echo=$ac_try;;
23018 esac
23019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23020 $as_echo "$ac_try_echo") >&5
23021 (eval "$ac_compile") 2>conftest.er1
23022 ac_status=$?
23023 grep -v '^ *+' conftest.er1 >conftest.err
23024 rm -f conftest.er1
23025 cat conftest.err >&5
23026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); } && {
23028 test -z "$ac_c_werror_flag" ||
23029 test ! -s conftest.err
23030 } && test -s conftest.$ac_objext; then
23031 ac_cv_member_struct_stat_st_blocks=yes
23032 else
23033 $as_echo "$as_me: failed program was:" >&5
23034 sed 's/^/| /' conftest.$ac_ext >&5
23036 ac_cv_member_struct_stat_st_blocks=no
23039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23044 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23045 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23046 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23048 cat >>confdefs.h <<_ACEOF
23049 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23050 _ACEOF
23054 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23055 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23056 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23057 $as_echo_n "(cached) " >&6
23058 else
23059 cat >conftest.$ac_ext <<_ACEOF
23060 /* confdefs.h. */
23061 _ACEOF
23062 cat confdefs.h >>conftest.$ac_ext
23063 cat >>conftest.$ac_ext <<_ACEOF
23064 /* end confdefs.h. */
23065 $ac_includes_default
23067 main ()
23069 static struct stat ac_aggr;
23070 if (ac_aggr.st_mtim)
23071 return 0;
23073 return 0;
23075 _ACEOF
23076 rm -f conftest.$ac_objext
23077 if { (ac_try="$ac_compile"
23078 case "(($ac_try" in
23079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23080 *) ac_try_echo=$ac_try;;
23081 esac
23082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23083 $as_echo "$ac_try_echo") >&5
23084 (eval "$ac_compile") 2>conftest.er1
23085 ac_status=$?
23086 grep -v '^ *+' conftest.er1 >conftest.err
23087 rm -f conftest.er1
23088 cat conftest.err >&5
23089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23090 (exit $ac_status); } && {
23091 test -z "$ac_c_werror_flag" ||
23092 test ! -s conftest.err
23093 } && test -s conftest.$ac_objext; then
23094 ac_cv_member_struct_stat_st_mtim=yes
23095 else
23096 $as_echo "$as_me: failed program was:" >&5
23097 sed 's/^/| /' conftest.$ac_ext >&5
23099 cat >conftest.$ac_ext <<_ACEOF
23100 /* confdefs.h. */
23101 _ACEOF
23102 cat confdefs.h >>conftest.$ac_ext
23103 cat >>conftest.$ac_ext <<_ACEOF
23104 /* end confdefs.h. */
23105 $ac_includes_default
23107 main ()
23109 static struct stat ac_aggr;
23110 if (sizeof ac_aggr.st_mtim)
23111 return 0;
23113 return 0;
23115 _ACEOF
23116 rm -f conftest.$ac_objext
23117 if { (ac_try="$ac_compile"
23118 case "(($ac_try" in
23119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23120 *) ac_try_echo=$ac_try;;
23121 esac
23122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23123 $as_echo "$ac_try_echo") >&5
23124 (eval "$ac_compile") 2>conftest.er1
23125 ac_status=$?
23126 grep -v '^ *+' conftest.er1 >conftest.err
23127 rm -f conftest.er1
23128 cat conftest.err >&5
23129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23130 (exit $ac_status); } && {
23131 test -z "$ac_c_werror_flag" ||
23132 test ! -s conftest.err
23133 } && test -s conftest.$ac_objext; then
23134 ac_cv_member_struct_stat_st_mtim=yes
23135 else
23136 $as_echo "$as_me: failed program was:" >&5
23137 sed 's/^/| /' conftest.$ac_ext >&5
23139 ac_cv_member_struct_stat_st_mtim=no
23142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23147 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23148 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23149 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23151 cat >>confdefs.h <<_ACEOF
23152 #define HAVE_STRUCT_STAT_ST_MTIM 1
23153 _ACEOF
23157 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23158 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23159 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23160 $as_echo_n "(cached) " >&6
23161 else
23162 cat >conftest.$ac_ext <<_ACEOF
23163 /* confdefs.h. */
23164 _ACEOF
23165 cat confdefs.h >>conftest.$ac_ext
23166 cat >>conftest.$ac_ext <<_ACEOF
23167 /* end confdefs.h. */
23168 $ac_includes_default
23170 main ()
23172 static struct stat ac_aggr;
23173 if (ac_aggr.st_ctim)
23174 return 0;
23176 return 0;
23178 _ACEOF
23179 rm -f conftest.$ac_objext
23180 if { (ac_try="$ac_compile"
23181 case "(($ac_try" in
23182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23183 *) ac_try_echo=$ac_try;;
23184 esac
23185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23186 $as_echo "$ac_try_echo") >&5
23187 (eval "$ac_compile") 2>conftest.er1
23188 ac_status=$?
23189 grep -v '^ *+' conftest.er1 >conftest.err
23190 rm -f conftest.er1
23191 cat conftest.err >&5
23192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23193 (exit $ac_status); } && {
23194 test -z "$ac_c_werror_flag" ||
23195 test ! -s conftest.err
23196 } && test -s conftest.$ac_objext; then
23197 ac_cv_member_struct_stat_st_ctim=yes
23198 else
23199 $as_echo "$as_me: failed program was:" >&5
23200 sed 's/^/| /' conftest.$ac_ext >&5
23202 cat >conftest.$ac_ext <<_ACEOF
23203 /* confdefs.h. */
23204 _ACEOF
23205 cat confdefs.h >>conftest.$ac_ext
23206 cat >>conftest.$ac_ext <<_ACEOF
23207 /* end confdefs.h. */
23208 $ac_includes_default
23210 main ()
23212 static struct stat ac_aggr;
23213 if (sizeof ac_aggr.st_ctim)
23214 return 0;
23216 return 0;
23218 _ACEOF
23219 rm -f conftest.$ac_objext
23220 if { (ac_try="$ac_compile"
23221 case "(($ac_try" in
23222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23223 *) ac_try_echo=$ac_try;;
23224 esac
23225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23226 $as_echo "$ac_try_echo") >&5
23227 (eval "$ac_compile") 2>conftest.er1
23228 ac_status=$?
23229 grep -v '^ *+' conftest.er1 >conftest.err
23230 rm -f conftest.er1
23231 cat conftest.err >&5
23232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); } && {
23234 test -z "$ac_c_werror_flag" ||
23235 test ! -s conftest.err
23236 } && test -s conftest.$ac_objext; then
23237 ac_cv_member_struct_stat_st_ctim=yes
23238 else
23239 $as_echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23242 ac_cv_member_struct_stat_st_ctim=no
23245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23250 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23251 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23252 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23254 cat >>confdefs.h <<_ACEOF
23255 #define HAVE_STRUCT_STAT_ST_CTIM 1
23256 _ACEOF
23260 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23261 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23262 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23263 $as_echo_n "(cached) " >&6
23264 else
23265 cat >conftest.$ac_ext <<_ACEOF
23266 /* confdefs.h. */
23267 _ACEOF
23268 cat confdefs.h >>conftest.$ac_ext
23269 cat >>conftest.$ac_ext <<_ACEOF
23270 /* end confdefs.h. */
23271 $ac_includes_default
23273 main ()
23275 static struct stat ac_aggr;
23276 if (ac_aggr.st_atim)
23277 return 0;
23279 return 0;
23281 _ACEOF
23282 rm -f conftest.$ac_objext
23283 if { (ac_try="$ac_compile"
23284 case "(($ac_try" in
23285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23286 *) ac_try_echo=$ac_try;;
23287 esac
23288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23289 $as_echo "$ac_try_echo") >&5
23290 (eval "$ac_compile") 2>conftest.er1
23291 ac_status=$?
23292 grep -v '^ *+' conftest.er1 >conftest.err
23293 rm -f conftest.er1
23294 cat conftest.err >&5
23295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23296 (exit $ac_status); } && {
23297 test -z "$ac_c_werror_flag" ||
23298 test ! -s conftest.err
23299 } && test -s conftest.$ac_objext; then
23300 ac_cv_member_struct_stat_st_atim=yes
23301 else
23302 $as_echo "$as_me: failed program was:" >&5
23303 sed 's/^/| /' conftest.$ac_ext >&5
23305 cat >conftest.$ac_ext <<_ACEOF
23306 /* confdefs.h. */
23307 _ACEOF
23308 cat confdefs.h >>conftest.$ac_ext
23309 cat >>conftest.$ac_ext <<_ACEOF
23310 /* end confdefs.h. */
23311 $ac_includes_default
23313 main ()
23315 static struct stat ac_aggr;
23316 if (sizeof ac_aggr.st_atim)
23317 return 0;
23319 return 0;
23321 _ACEOF
23322 rm -f conftest.$ac_objext
23323 if { (ac_try="$ac_compile"
23324 case "(($ac_try" in
23325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23326 *) ac_try_echo=$ac_try;;
23327 esac
23328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23329 $as_echo "$ac_try_echo") >&5
23330 (eval "$ac_compile") 2>conftest.er1
23331 ac_status=$?
23332 grep -v '^ *+' conftest.er1 >conftest.err
23333 rm -f conftest.er1
23334 cat conftest.err >&5
23335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23336 (exit $ac_status); } && {
23337 test -z "$ac_c_werror_flag" ||
23338 test ! -s conftest.err
23339 } && test -s conftest.$ac_objext; then
23340 ac_cv_member_struct_stat_st_atim=yes
23341 else
23342 $as_echo "$as_me: failed program was:" >&5
23343 sed 's/^/| /' conftest.$ac_ext >&5
23345 ac_cv_member_struct_stat_st_atim=no
23348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23353 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23354 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23355 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23357 cat >>confdefs.h <<_ACEOF
23358 #define HAVE_STRUCT_STAT_ST_ATIM 1
23359 _ACEOF
23365 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23366 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23367 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23368 $as_echo_n "(cached) " >&6
23369 else
23370 cat >conftest.$ac_ext <<_ACEOF
23371 /* confdefs.h. */
23372 _ACEOF
23373 cat confdefs.h >>conftest.$ac_ext
23374 cat >>conftest.$ac_ext <<_ACEOF
23375 /* end confdefs.h. */
23376 #ifdef HAVE_SYS_TYPES_H
23377 #include <sys/types.h>
23378 #endif
23379 #ifdef HAVE_NETINET_IN_H
23380 #include <netinet/in.h>
23381 #endif
23384 main ()
23386 static struct sockaddr_in6 ac_aggr;
23387 if (ac_aggr.sin6_scope_id)
23388 return 0;
23390 return 0;
23392 _ACEOF
23393 rm -f conftest.$ac_objext
23394 if { (ac_try="$ac_compile"
23395 case "(($ac_try" in
23396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23397 *) ac_try_echo=$ac_try;;
23398 esac
23399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23400 $as_echo "$ac_try_echo") >&5
23401 (eval "$ac_compile") 2>conftest.er1
23402 ac_status=$?
23403 grep -v '^ *+' conftest.er1 >conftest.err
23404 rm -f conftest.er1
23405 cat conftest.err >&5
23406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23407 (exit $ac_status); } && {
23408 test -z "$ac_c_werror_flag" ||
23409 test ! -s conftest.err
23410 } && test -s conftest.$ac_objext; then
23411 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23412 else
23413 $as_echo "$as_me: failed program was:" >&5
23414 sed 's/^/| /' conftest.$ac_ext >&5
23416 cat >conftest.$ac_ext <<_ACEOF
23417 /* confdefs.h. */
23418 _ACEOF
23419 cat confdefs.h >>conftest.$ac_ext
23420 cat >>conftest.$ac_ext <<_ACEOF
23421 /* end confdefs.h. */
23422 #ifdef HAVE_SYS_TYPES_H
23423 #include <sys/types.h>
23424 #endif
23425 #ifdef HAVE_NETINET_IN_H
23426 #include <netinet/in.h>
23427 #endif
23430 main ()
23432 static struct sockaddr_in6 ac_aggr;
23433 if (sizeof ac_aggr.sin6_scope_id)
23434 return 0;
23436 return 0;
23438 _ACEOF
23439 rm -f conftest.$ac_objext
23440 if { (ac_try="$ac_compile"
23441 case "(($ac_try" in
23442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23443 *) ac_try_echo=$ac_try;;
23444 esac
23445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23446 $as_echo "$ac_try_echo") >&5
23447 (eval "$ac_compile") 2>conftest.er1
23448 ac_status=$?
23449 grep -v '^ *+' conftest.er1 >conftest.err
23450 rm -f conftest.er1
23451 cat conftest.err >&5
23452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23453 (exit $ac_status); } && {
23454 test -z "$ac_c_werror_flag" ||
23455 test ! -s conftest.err
23456 } && test -s conftest.$ac_objext; then
23457 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23458 else
23459 $as_echo "$as_me: failed program was:" >&5
23460 sed 's/^/| /' conftest.$ac_ext >&5
23462 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23470 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23471 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23472 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23474 cat >>confdefs.h <<_ACEOF
23475 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23476 _ACEOF
23482 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23483 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23484 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23485 $as_echo_n "(cached) " >&6
23486 else
23487 cat >conftest.$ac_ext <<_ACEOF
23488 /* confdefs.h. */
23489 _ACEOF
23490 cat confdefs.h >>conftest.$ac_ext
23491 cat >>conftest.$ac_ext <<_ACEOF
23492 /* end confdefs.h. */
23493 #ifdef HAVE_SYS_TYPES_H
23494 #include <sys/types.h>
23495 #endif
23496 #ifdef HAVE_NETINET_IN_H
23497 # include <netinet/in.h>
23498 #endif
23499 #ifdef HAVE_ARPA_NAMESER_H
23500 # include <arpa/nameser.h>
23501 #endif
23504 main ()
23506 static ns_msg ac_aggr;
23507 if (ac_aggr._msg_ptr)
23508 return 0;
23510 return 0;
23512 _ACEOF
23513 rm -f conftest.$ac_objext
23514 if { (ac_try="$ac_compile"
23515 case "(($ac_try" in
23516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23517 *) ac_try_echo=$ac_try;;
23518 esac
23519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23520 $as_echo "$ac_try_echo") >&5
23521 (eval "$ac_compile") 2>conftest.er1
23522 ac_status=$?
23523 grep -v '^ *+' conftest.er1 >conftest.err
23524 rm -f conftest.er1
23525 cat conftest.err >&5
23526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23527 (exit $ac_status); } && {
23528 test -z "$ac_c_werror_flag" ||
23529 test ! -s conftest.err
23530 } && test -s conftest.$ac_objext; then
23531 ac_cv_member_ns_msg__msg_ptr=yes
23532 else
23533 $as_echo "$as_me: failed program was:" >&5
23534 sed 's/^/| /' conftest.$ac_ext >&5
23536 cat >conftest.$ac_ext <<_ACEOF
23537 /* confdefs.h. */
23538 _ACEOF
23539 cat confdefs.h >>conftest.$ac_ext
23540 cat >>conftest.$ac_ext <<_ACEOF
23541 /* end confdefs.h. */
23542 #ifdef HAVE_SYS_TYPES_H
23543 #include <sys/types.h>
23544 #endif
23545 #ifdef HAVE_NETINET_IN_H
23546 # include <netinet/in.h>
23547 #endif
23548 #ifdef HAVE_ARPA_NAMESER_H
23549 # include <arpa/nameser.h>
23550 #endif
23553 main ()
23555 static ns_msg ac_aggr;
23556 if (sizeof ac_aggr._msg_ptr)
23557 return 0;
23559 return 0;
23561 _ACEOF
23562 rm -f conftest.$ac_objext
23563 if { (ac_try="$ac_compile"
23564 case "(($ac_try" in
23565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23566 *) ac_try_echo=$ac_try;;
23567 esac
23568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23569 $as_echo "$ac_try_echo") >&5
23570 (eval "$ac_compile") 2>conftest.er1
23571 ac_status=$?
23572 grep -v '^ *+' conftest.er1 >conftest.err
23573 rm -f conftest.er1
23574 cat conftest.err >&5
23575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23576 (exit $ac_status); } && {
23577 test -z "$ac_c_werror_flag" ||
23578 test ! -s conftest.err
23579 } && test -s conftest.$ac_objext; then
23580 ac_cv_member_ns_msg__msg_ptr=yes
23581 else
23582 $as_echo "$as_me: failed program was:" >&5
23583 sed 's/^/| /' conftest.$ac_ext >&5
23585 ac_cv_member_ns_msg__msg_ptr=no
23588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23593 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23594 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23595 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23597 cat >>confdefs.h <<_ACEOF
23598 #define HAVE_NS_MSG__MSG_PTR 1
23599 _ACEOF
23605 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23606 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23607 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23608 $as_echo_n "(cached) " >&6
23609 else
23610 cat >conftest.$ac_ext <<_ACEOF
23611 /* confdefs.h. */
23612 _ACEOF
23613 cat confdefs.h >>conftest.$ac_ext
23614 cat >>conftest.$ac_ext <<_ACEOF
23615 /* end confdefs.h. */
23616 #ifdef HAVE_SYS_TYPES_H
23617 #include <sys/types.h>
23618 #endif
23619 #ifdef HAVE_ALIAS_H
23620 #include <alias.h>
23621 #endif
23622 #ifdef HAVE_SYS_SOCKET_H
23623 #include <sys/socket.h>
23624 #endif
23625 #ifdef HAVE_SYS_SOCKETVAR_H
23626 #include <sys/socketvar.h>
23627 #endif
23628 #ifdef HAVE_SYS_TIMEOUT_H
23629 #include <sys/timeout.h>
23630 #endif
23631 #ifdef HAVE_NETINET_IN_H
23632 #include <netinet/in.h>
23633 #endif
23634 #ifdef HAVE_NETINET_IN_SYSTM_H
23635 #include <netinet/in_systm.h>
23636 #endif
23637 #ifdef HAVE_NETINET_IP_H
23638 #include <netinet/ip.h>
23639 #endif
23640 #ifdef HAVE_NETINET_IP_VAR_H
23641 #include <netinet/ip_var.h>
23642 #endif
23643 #ifdef HAVE_NETINET_IP_ICMP_H
23644 #include <netinet/ip_icmp.h>
23645 #endif
23646 #ifdef HAVE_NETINET_ICMP_VAR
23647 #include <netinet/icmp_var.h>
23648 #endif
23651 main ()
23653 static struct icmpstat ac_aggr;
23654 if (ac_aggr.icps_outhist)
23655 return 0;
23657 return 0;
23659 _ACEOF
23660 rm -f conftest.$ac_objext
23661 if { (ac_try="$ac_compile"
23662 case "(($ac_try" in
23663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23664 *) ac_try_echo=$ac_try;;
23665 esac
23666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23667 $as_echo "$ac_try_echo") >&5
23668 (eval "$ac_compile") 2>conftest.er1
23669 ac_status=$?
23670 grep -v '^ *+' conftest.er1 >conftest.err
23671 rm -f conftest.er1
23672 cat conftest.err >&5
23673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23674 (exit $ac_status); } && {
23675 test -z "$ac_c_werror_flag" ||
23676 test ! -s conftest.err
23677 } && test -s conftest.$ac_objext; then
23678 ac_cv_member_struct_icmpstat_icps_outhist=yes
23679 else
23680 $as_echo "$as_me: failed program was:" >&5
23681 sed 's/^/| /' conftest.$ac_ext >&5
23683 cat >conftest.$ac_ext <<_ACEOF
23684 /* confdefs.h. */
23685 _ACEOF
23686 cat confdefs.h >>conftest.$ac_ext
23687 cat >>conftest.$ac_ext <<_ACEOF
23688 /* end confdefs.h. */
23689 #ifdef HAVE_SYS_TYPES_H
23690 #include <sys/types.h>
23691 #endif
23692 #ifdef HAVE_ALIAS_H
23693 #include <alias.h>
23694 #endif
23695 #ifdef HAVE_SYS_SOCKET_H
23696 #include <sys/socket.h>
23697 #endif
23698 #ifdef HAVE_SYS_SOCKETVAR_H
23699 #include <sys/socketvar.h>
23700 #endif
23701 #ifdef HAVE_SYS_TIMEOUT_H
23702 #include <sys/timeout.h>
23703 #endif
23704 #ifdef HAVE_NETINET_IN_H
23705 #include <netinet/in.h>
23706 #endif
23707 #ifdef HAVE_NETINET_IN_SYSTM_H
23708 #include <netinet/in_systm.h>
23709 #endif
23710 #ifdef HAVE_NETINET_IP_H
23711 #include <netinet/ip.h>
23712 #endif
23713 #ifdef HAVE_NETINET_IP_VAR_H
23714 #include <netinet/ip_var.h>
23715 #endif
23716 #ifdef HAVE_NETINET_IP_ICMP_H
23717 #include <netinet/ip_icmp.h>
23718 #endif
23719 #ifdef HAVE_NETINET_ICMP_VAR
23720 #include <netinet/icmp_var.h>
23721 #endif
23724 main ()
23726 static struct icmpstat ac_aggr;
23727 if (sizeof ac_aggr.icps_outhist)
23728 return 0;
23730 return 0;
23732 _ACEOF
23733 rm -f conftest.$ac_objext
23734 if { (ac_try="$ac_compile"
23735 case "(($ac_try" in
23736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23737 *) ac_try_echo=$ac_try;;
23738 esac
23739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23740 $as_echo "$ac_try_echo") >&5
23741 (eval "$ac_compile") 2>conftest.er1
23742 ac_status=$?
23743 grep -v '^ *+' conftest.er1 >conftest.err
23744 rm -f conftest.er1
23745 cat conftest.err >&5
23746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23747 (exit $ac_status); } && {
23748 test -z "$ac_c_werror_flag" ||
23749 test ! -s conftest.err
23750 } && test -s conftest.$ac_objext; then
23751 ac_cv_member_struct_icmpstat_icps_outhist=yes
23752 else
23753 $as_echo "$as_me: failed program was:" >&5
23754 sed 's/^/| /' conftest.$ac_ext >&5
23756 ac_cv_member_struct_icmpstat_icps_outhist=no
23759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23764 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23765 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23766 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23768 cat >>confdefs.h <<_ACEOF
23769 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23770 _ACEOF
23776 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23777 $as_echo_n "checking for timezone variable... " >&6; }
23778 if test "${ac_cv_have_timezone+set}" = set; then
23779 $as_echo_n "(cached) " >&6
23780 else
23781 cat >conftest.$ac_ext <<_ACEOF
23782 /* confdefs.h. */
23783 _ACEOF
23784 cat confdefs.h >>conftest.$ac_ext
23785 cat >>conftest.$ac_ext <<_ACEOF
23786 /* end confdefs.h. */
23787 #include <time.h>
23789 main ()
23791 timezone = 1
23793 return 0;
23795 _ACEOF
23796 rm -f conftest.$ac_objext conftest$ac_exeext
23797 if { (ac_try="$ac_link"
23798 case "(($ac_try" in
23799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23800 *) ac_try_echo=$ac_try;;
23801 esac
23802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23803 $as_echo "$ac_try_echo") >&5
23804 (eval "$ac_link") 2>conftest.er1
23805 ac_status=$?
23806 grep -v '^ *+' conftest.er1 >conftest.err
23807 rm -f conftest.er1
23808 cat conftest.err >&5
23809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23810 (exit $ac_status); } && {
23811 test -z "$ac_c_werror_flag" ||
23812 test ! -s conftest.err
23813 } && test -s conftest$ac_exeext && {
23814 test "$cross_compiling" = yes ||
23815 $as_test_x conftest$ac_exeext
23816 }; then
23817 ac_cv_have_timezone="yes"
23818 else
23819 $as_echo "$as_me: failed program was:" >&5
23820 sed 's/^/| /' conftest.$ac_ext >&5
23822 ac_cv_have_timezone="no"
23825 rm -rf conftest.dSYM
23826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23827 conftest$ac_exeext conftest.$ac_ext
23829 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23830 $as_echo "$ac_cv_have_timezone" >&6; }
23831 if test "$ac_cv_have_timezone" = "yes"
23832 then
23834 cat >>confdefs.h <<\_ACEOF
23835 #define HAVE_TIMEZONE 1
23836 _ACEOF
23839 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23840 $as_echo_n "checking for daylight variable... " >&6; }
23841 if test "${ac_cv_have_daylight+set}" = set; then
23842 $as_echo_n "(cached) " >&6
23843 else
23844 cat >conftest.$ac_ext <<_ACEOF
23845 /* confdefs.h. */
23846 _ACEOF
23847 cat confdefs.h >>conftest.$ac_ext
23848 cat >>conftest.$ac_ext <<_ACEOF
23849 /* end confdefs.h. */
23850 #include <time.h>
23852 main ()
23854 daylight = 1
23856 return 0;
23858 _ACEOF
23859 rm -f conftest.$ac_objext conftest$ac_exeext
23860 if { (ac_try="$ac_link"
23861 case "(($ac_try" in
23862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23863 *) ac_try_echo=$ac_try;;
23864 esac
23865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23866 $as_echo "$ac_try_echo") >&5
23867 (eval "$ac_link") 2>conftest.er1
23868 ac_status=$?
23869 grep -v '^ *+' conftest.er1 >conftest.err
23870 rm -f conftest.er1
23871 cat conftest.err >&5
23872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23873 (exit $ac_status); } && {
23874 test -z "$ac_c_werror_flag" ||
23875 test ! -s conftest.err
23876 } && test -s conftest$ac_exeext && {
23877 test "$cross_compiling" = yes ||
23878 $as_test_x conftest$ac_exeext
23879 }; then
23880 ac_cv_have_daylight="yes"
23881 else
23882 $as_echo "$as_me: failed program was:" >&5
23883 sed 's/^/| /' conftest.$ac_ext >&5
23885 ac_cv_have_daylight="no"
23888 rm -rf conftest.dSYM
23889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23890 conftest$ac_exeext conftest.$ac_ext
23892 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23893 $as_echo "$ac_cv_have_daylight" >&6; }
23894 if test "$ac_cv_have_daylight" = "yes"
23895 then
23897 cat >>confdefs.h <<\_ACEOF
23898 #define HAVE_DAYLIGHT 1
23899 _ACEOF
23903 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23904 $as_echo_n "checking for isinf... " >&6; }
23905 if test "${ac_cv_have_isinf+set}" = set; then
23906 $as_echo_n "(cached) " >&6
23907 else
23908 cat >conftest.$ac_ext <<_ACEOF
23909 /* confdefs.h. */
23910 _ACEOF
23911 cat confdefs.h >>conftest.$ac_ext
23912 cat >>conftest.$ac_ext <<_ACEOF
23913 /* end confdefs.h. */
23914 #include <math.h>
23916 main ()
23918 float f = 0.0; int i=isinf(f)
23920 return 0;
23922 _ACEOF
23923 rm -f conftest.$ac_objext conftest$ac_exeext
23924 if { (ac_try="$ac_link"
23925 case "(($ac_try" in
23926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23927 *) ac_try_echo=$ac_try;;
23928 esac
23929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23930 $as_echo "$ac_try_echo") >&5
23931 (eval "$ac_link") 2>conftest.er1
23932 ac_status=$?
23933 grep -v '^ *+' conftest.er1 >conftest.err
23934 rm -f conftest.er1
23935 cat conftest.err >&5
23936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23937 (exit $ac_status); } && {
23938 test -z "$ac_c_werror_flag" ||
23939 test ! -s conftest.err
23940 } && test -s conftest$ac_exeext && {
23941 test "$cross_compiling" = yes ||
23942 $as_test_x conftest$ac_exeext
23943 }; then
23944 ac_cv_have_isinf="yes"
23945 else
23946 $as_echo "$as_me: failed program was:" >&5
23947 sed 's/^/| /' conftest.$ac_ext >&5
23949 ac_cv_have_isinf="no"
23952 rm -rf conftest.dSYM
23953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23954 conftest$ac_exeext conftest.$ac_ext
23956 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23957 $as_echo "$ac_cv_have_isinf" >&6; }
23958 if test "$ac_cv_have_isinf" = "yes"
23959 then
23961 cat >>confdefs.h <<\_ACEOF
23962 #define HAVE_ISINF 1
23963 _ACEOF
23967 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23968 $as_echo_n "checking for isnan... " >&6; }
23969 if test "${ac_cv_have_isnan+set}" = set; then
23970 $as_echo_n "(cached) " >&6
23971 else
23972 cat >conftest.$ac_ext <<_ACEOF
23973 /* confdefs.h. */
23974 _ACEOF
23975 cat confdefs.h >>conftest.$ac_ext
23976 cat >>conftest.$ac_ext <<_ACEOF
23977 /* end confdefs.h. */
23978 #include <math.h>
23980 main ()
23982 float f = 0.0; int i=isnan(f)
23984 return 0;
23986 _ACEOF
23987 rm -f conftest.$ac_objext conftest$ac_exeext
23988 if { (ac_try="$ac_link"
23989 case "(($ac_try" in
23990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23991 *) ac_try_echo=$ac_try;;
23992 esac
23993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23994 $as_echo "$ac_try_echo") >&5
23995 (eval "$ac_link") 2>conftest.er1
23996 ac_status=$?
23997 grep -v '^ *+' conftest.er1 >conftest.err
23998 rm -f conftest.er1
23999 cat conftest.err >&5
24000 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24001 (exit $ac_status); } && {
24002 test -z "$ac_c_werror_flag" ||
24003 test ! -s conftest.err
24004 } && test -s conftest$ac_exeext && {
24005 test "$cross_compiling" = yes ||
24006 $as_test_x conftest$ac_exeext
24007 }; then
24008 ac_cv_have_isnan="yes"
24009 else
24010 $as_echo "$as_me: failed program was:" >&5
24011 sed 's/^/| /' conftest.$ac_ext >&5
24013 ac_cv_have_isnan="no"
24016 rm -rf conftest.dSYM
24017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24018 conftest$ac_exeext conftest.$ac_ext
24020 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24021 $as_echo "$ac_cv_have_isnan" >&6; }
24022 if test "$ac_cv_have_isnan" = "yes"
24023 then
24025 cat >>confdefs.h <<\_ACEOF
24026 #define HAVE_ISNAN 1
24027 _ACEOF
24032 case $host_cpu in
24033 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24034 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24035 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24036 $as_echo_n "(cached) " >&6
24037 else
24038 cat >conftest.$ac_ext <<_ACEOF
24039 /* confdefs.h. */
24040 _ACEOF
24041 cat confdefs.h >>conftest.$ac_ext
24042 cat >>conftest.$ac_ext <<_ACEOF
24043 /* end confdefs.h. */
24044 #ifndef __i386__
24046 #endif
24047 _ACEOF
24048 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24049 $EGREP "yes" >/dev/null 2>&1; then
24050 ac_cv_cpp_def___i386__=yes
24051 else
24052 ac_cv_cpp_def___i386__=no
24054 rm -f conftest*
24057 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24058 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24059 if test $ac_cv_cpp_def___i386__ = yes; then
24060 CFLAGS="$CFLAGS -D__i386__"
24061 LINTFLAGS="$LINTFLAGS -D__i386__"
24064 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24065 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24066 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24067 $as_echo_n "(cached) " >&6
24068 else
24069 cat >conftest.$ac_ext <<_ACEOF
24070 /* confdefs.h. */
24071 _ACEOF
24072 cat confdefs.h >>conftest.$ac_ext
24073 cat >>conftest.$ac_ext <<_ACEOF
24074 /* end confdefs.h. */
24075 #ifndef __x86_64__
24077 #endif
24078 _ACEOF
24079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24080 $EGREP "yes" >/dev/null 2>&1; then
24081 ac_cv_cpp_def___x86_64__=yes
24082 else
24083 ac_cv_cpp_def___x86_64__=no
24085 rm -f conftest*
24088 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24089 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24090 if test $ac_cv_cpp_def___x86_64__ = yes; then
24091 CFLAGS="$CFLAGS -D__x86_64__"
24092 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24095 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24096 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24097 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24098 $as_echo_n "(cached) " >&6
24099 else
24100 cat >conftest.$ac_ext <<_ACEOF
24101 /* confdefs.h. */
24102 _ACEOF
24103 cat confdefs.h >>conftest.$ac_ext
24104 cat >>conftest.$ac_ext <<_ACEOF
24105 /* end confdefs.h. */
24106 #ifndef __ALPHA__
24108 #endif
24109 _ACEOF
24110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24111 $EGREP "yes" >/dev/null 2>&1; then
24112 ac_cv_cpp_def___ALPHA__=yes
24113 else
24114 ac_cv_cpp_def___ALPHA__=no
24116 rm -f conftest*
24119 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24120 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24121 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24122 CFLAGS="$CFLAGS -D__ALPHA__"
24123 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24126 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24127 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24128 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24129 $as_echo_n "(cached) " >&6
24130 else
24131 cat >conftest.$ac_ext <<_ACEOF
24132 /* confdefs.h. */
24133 _ACEOF
24134 cat confdefs.h >>conftest.$ac_ext
24135 cat >>conftest.$ac_ext <<_ACEOF
24136 /* end confdefs.h. */
24137 #ifndef __sparc__
24139 #endif
24140 _ACEOF
24141 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24142 $EGREP "yes" >/dev/null 2>&1; then
24143 ac_cv_cpp_def___sparc__=yes
24144 else
24145 ac_cv_cpp_def___sparc__=no
24147 rm -f conftest*
24150 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24151 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24152 if test $ac_cv_cpp_def___sparc__ = yes; then
24153 CFLAGS="$CFLAGS -D__sparc__"
24154 LINTFLAGS="$LINTFLAGS -D__sparc__"
24157 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24158 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24159 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24160 $as_echo_n "(cached) " >&6
24161 else
24162 cat >conftest.$ac_ext <<_ACEOF
24163 /* confdefs.h. */
24164 _ACEOF
24165 cat confdefs.h >>conftest.$ac_ext
24166 cat >>conftest.$ac_ext <<_ACEOF
24167 /* end confdefs.h. */
24168 #ifndef __powerpc__
24170 #endif
24171 _ACEOF
24172 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24173 $EGREP "yes" >/dev/null 2>&1; then
24174 ac_cv_cpp_def___powerpc__=yes
24175 else
24176 ac_cv_cpp_def___powerpc__=no
24178 rm -f conftest*
24181 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24182 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24183 if test $ac_cv_cpp_def___powerpc__ = yes; then
24184 CFLAGS="$CFLAGS -D__powerpc__"
24185 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24188 esac
24190 case $host_vendor in
24191 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24192 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24193 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24194 $as_echo_n "(cached) " >&6
24195 else
24196 cat >conftest.$ac_ext <<_ACEOF
24197 /* confdefs.h. */
24198 _ACEOF
24199 cat confdefs.h >>conftest.$ac_ext
24200 cat >>conftest.$ac_ext <<_ACEOF
24201 /* end confdefs.h. */
24202 #ifndef __sun__
24204 #endif
24205 _ACEOF
24206 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24207 $EGREP "yes" >/dev/null 2>&1; then
24208 ac_cv_cpp_def___sun__=yes
24209 else
24210 ac_cv_cpp_def___sun__=no
24212 rm -f conftest*
24215 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24216 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24217 if test $ac_cv_cpp_def___sun__ = yes; then
24218 CFLAGS="$CFLAGS -D__sun__"
24219 LINTFLAGS="$LINTFLAGS -D__sun__"
24222 esac
24225 DEPENDENCIES="### Dependencies:
24227 .INIT: Makefile
24228 .BEGIN: Makefile
24229 .MAKEFILEDEPS:
24230 Makefile: dummy
24231 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24233 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24234 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24235 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24236 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24237 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24240 ALL_MAKERULES=""
24242 ALL_MAKEFILES=""
24244 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24247 ALL_TOP_DIRS=""
24249 ALL_DLL_DIRS=""
24251 ALL_IMPLIB_DIRS=""
24253 ALL_TEST_DIRS=""
24255 ALL_PROGRAM_DIRS=""
24257 ALL_PROGRAM_INSTALL_DIRS=""
24259 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24265 ac_config_commands="$ac_config_commands include/stamp-h"
24268 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24270 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24272 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24274 ac_config_commands="$ac_config_commands dlls/user32/resources"
24276 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24278 ac_config_commands="$ac_config_commands include/wine"
24281 ALL_MAKERULES="$ALL_MAKERULES \\
24282 Make.rules"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 Make.rules: Make.rules.in"
24285 MAKE_RULES=Make.rules
24286 ac_config_files="$ac_config_files Make.rules"
24288 ALL_MAKERULES="$ALL_MAKERULES \\
24289 dlls/Makedll.rules"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24292 MAKE_DLL_RULES=dlls/Makedll.rules
24293 ac_config_files="$ac_config_files dlls/Makedll.rules"
24295 ALL_MAKERULES="$ALL_MAKERULES \\
24296 dlls/Makeimplib.rules"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24299 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24300 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24302 ALL_MAKERULES="$ALL_MAKERULES \\
24303 dlls/Maketest.rules"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24306 MAKE_TEST_RULES=dlls/Maketest.rules
24307 ac_config_files="$ac_config_files dlls/Maketest.rules"
24309 ALL_MAKERULES="$ALL_MAKERULES \\
24310 programs/Makeprog.rules"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24313 MAKE_PROG_RULES=programs/Makeprog.rules
24314 ac_config_files="$ac_config_files programs/Makeprog.rules"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 Makefile: Makefile.in Make.rules"
24321 ac_config_files="$ac_config_files Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/Makefile"
24325 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24326 dlls"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/Makefile: dlls/Makefile.in Make.rules"
24329 ac_config_files="$ac_config_files dlls/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/acledit/Makefile"
24333 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 acledit"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/aclui/Makefile"
24341 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 aclui"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/activeds/Makefile"
24349 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 activeds"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/actxprxy/Makefile"
24357 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 actxprxy"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/adsiid/Makefile"
24365 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24366 adsiid"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24369 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/advapi32/Makefile"
24373 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 advapi32"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/advapi32/tests/Makefile"
24381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 advapi32/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/advpack/Makefile"
24389 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 advpack"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/advpack/tests/Makefile"
24397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 advpack/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/amstream/Makefile"
24405 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 amstream"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/appwiz.cpl/Makefile"
24413 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 appwiz.cpl"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/atl/Makefile"
24421 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 atl"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/atl/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/authz/Makefile"
24429 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 authz"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/authz/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/avicap32/Makefile"
24437 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 avicap32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/avifil32/Makefile"
24445 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 avifil32"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/browseui/Makefile"
24453 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 browseui"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/browseui/tests/Makefile"
24461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462 browseui/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/cabinet/Makefile"
24469 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 cabinet"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/cabinet/tests/Makefile"
24477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478 cabinet/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/capi2032/Makefile"
24485 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 capi2032"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/cards/Makefile"
24493 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 cards"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/cards/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/cfgmgr32/Makefile"
24501 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 cfgmgr32"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/clusapi/Makefile"
24509 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 clusapi"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/comcat/Makefile"
24517 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 comcat"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/comcat/tests/Makefile"
24525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24526 comcat/tests"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24529 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/comctl32/Makefile"
24533 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 comctl32"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/comctl32/tests/Makefile"
24541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24542 comctl32/tests"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/comdlg32/Makefile"
24549 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 comdlg32"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/comdlg32/tests/Makefile"
24557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 comdlg32/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/comm.drv16/Makefile"
24565 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 comm.drv16"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/compstui/Makefile"
24573 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 compstui"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/credui/Makefile"
24581 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 credui"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/credui/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/credui/tests/Makefile"
24589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24590 credui/tests"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24593 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/crtdll/Makefile"
24597 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 crtdll"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/crypt32/Makefile"
24605 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 crypt32"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/crypt32/tests/Makefile"
24613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24614 crypt32/tests"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/cryptdlg/Makefile"
24621 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 cryptdlg"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/cryptdll/Makefile"
24629 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 cryptdll"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/cryptnet/Makefile"
24637 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 cryptnet"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/cryptnet/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 cryptnet/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/cryptui/Makefile"
24653 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 cryptui"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/cryptui/tests/Makefile"
24661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 cryptui/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/ctapi32/Makefile"
24669 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 ctapi32"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/ctl3d32/Makefile"
24677 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 ctl3d32"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/d3d10/Makefile"
24685 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 d3d10"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/d3d10/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 d3d10/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/d3d10core/Makefile"
24701 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 d3d10core"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/d3d10core/tests/Makefile"
24709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710 d3d10core/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/d3d8/Makefile"
24717 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 d3d8"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/d3d8/tests/Makefile"
24725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 d3d8/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/d3d9/Makefile"
24733 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 d3d9"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/d3d9/tests/Makefile"
24741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24742 d3d9/tests"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/d3dim/Makefile"
24749 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 d3dim"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/d3drm/Makefile"
24757 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 d3drm"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/d3drm/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 d3drm/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/d3dx8/Makefile"
24773 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 d3dx8"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/d3dx8/tests/Makefile"
24781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24782 d3dx8/tests"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24785 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/d3dx9_24/Makefile"
24789 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 d3dx9_24"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/d3dx9_25/Makefile"
24797 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 d3dx9_25"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/d3dx9_26/Makefile"
24805 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 d3dx9_26"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/d3dx9_27/Makefile"
24813 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 d3dx9_27"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/d3dx9_28/Makefile"
24821 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 d3dx9_28"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/d3dx9_29/Makefile"
24829 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 d3dx9_29"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/d3dx9_30/Makefile"
24837 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 d3dx9_30"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/d3dx9_31/Makefile"
24845 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 d3dx9_31"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/d3dx9_32/Makefile"
24853 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 d3dx9_32"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/d3dx9_33/Makefile"
24861 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 d3dx9_33"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/d3dx9_34/Makefile"
24869 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 d3dx9_34"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/d3dx9_35/Makefile"
24877 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 d3dx9_35"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/d3dx9_36/Makefile"
24885 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 d3dx9_36"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/d3dx9_36/tests/Makefile"
24893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894 d3dx9_36/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/d3dx9_37/Makefile"
24901 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 d3dx9_37"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/d3dx9_38/Makefile"
24909 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 d3dx9_38"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/d3dx9_39/Makefile"
24917 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 d3dx9_39"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/d3dx9_40/Makefile"
24925 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 d3dx9_40"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/d3dxof/Makefile"
24933 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 d3dxof"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/d3dxof/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 d3dxof/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/dbghelp/Makefile"
24949 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 dbghelp"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/dciman32/Makefile"
24957 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 dciman32"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/ddraw/Makefile"
24965 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 ddraw"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/ddraw/tests/Makefile"
24973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974 ddraw/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/ddrawex/Makefile"
24981 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 ddrawex"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/ddrawex/tests/Makefile"
24989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990 ddrawex/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/devenum/Makefile"
24997 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 devenum"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/dinput/Makefile"
25005 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 dinput"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/dinput/tests/Makefile"
25013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25014 dinput/tests"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25017 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/dinput8/Makefile"
25021 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 dinput8"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/dispdib.dll16/Makefile"
25029 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 dispdib.dll16"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/display.drv16/Makefile"
25037 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 display.drv16"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/dmband/Makefile"
25045 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 dmband"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/dmcompos/Makefile"
25053 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 dmcompos"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/dmime/Makefile"
25061 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 dmime"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/dmloader/Makefile"
25069 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 dmloader"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/dmscript/Makefile"
25077 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 dmscript"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/dmstyle/Makefile"
25085 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 dmstyle"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/dmsynth/Makefile"
25093 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 dmsynth"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/dmusic/Makefile"
25101 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 dmusic"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/dmusic32/Makefile"
25109 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 dmusic32"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/dnsapi/Makefile"
25117 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 dnsapi"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/dnsapi/tests/Makefile"
25125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25126 dnsapi/tests"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25129 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/dplay/Makefile"
25133 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 dplay"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/dplayx/Makefile"
25141 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 dplayx"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/dplayx/tests/Makefile"
25149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25150 dplayx/tests"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/dpnaddr/Makefile"
25157 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 dpnaddr"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/dpnet/Makefile"
25165 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 dpnet"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/dpnhpast/Makefile"
25173 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 dpnhpast"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/dpnlobby/Makefile"
25181 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 dpnlobby"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/dpwsockx/Makefile"
25189 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 dpwsockx"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/dsound/Makefile"
25197 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 dsound"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/dsound/tests/Makefile"
25205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25206 dsound/tests"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25209 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/dssenh/Makefile"
25213 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 dssenh"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/dswave/Makefile"
25221 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 dswave"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/dwmapi/Makefile"
25229 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 dwmapi"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/dxdiagn/Makefile"
25237 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 dxdiagn"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/dxerr8/Makefile"
25245 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25246 dxerr8"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25249 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/dxerr9/Makefile"
25253 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25254 dxerr9"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25257 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/dxgi/Makefile"
25261 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 dxgi"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/dxgi/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 dxgi/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/dxguid/Makefile"
25277 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25278 dxguid"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25281 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/faultrep/Makefile"
25285 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 faultrep"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/fusion/Makefile"
25293 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 fusion"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/fusion/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302 fusion/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/gdi32/Makefile"
25309 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 gdi32"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/gdi32/tests/Makefile"
25317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25318 gdi32/tests"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/gdiplus/Makefile"
25325 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 gdiplus"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/gdiplus/tests/Makefile"
25333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25334 gdiplus/tests"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/glu32/Makefile"
25341 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 glu32"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/gphoto2.ds/Makefile"
25349 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 gphoto2.ds"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/gpkcsp/Makefile"
25357 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 gpkcsp"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/hal/Makefile"
25365 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 hal"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/hal/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/hhctrl.ocx/Makefile"
25373 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 hhctrl.ocx"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/hid/Makefile"
25381 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 hid"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/hid/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/hlink/Makefile"
25389 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 hlink"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/hlink/tests/Makefile"
25397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398 hlink/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/hnetcfg/Makefile"
25405 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 hnetcfg"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/httpapi/Makefile"
25413 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 httpapi"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/iccvid/Makefile"
25421 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 iccvid"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/icmp/Makefile"
25429 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 icmp"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/ifsmgr.vxd/Makefile"
25437 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 ifsmgr.vxd"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/imaadp32.acm/Makefile"
25445 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 imaadp32.acm"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/imagehlp/Makefile"
25453 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 imagehlp"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/imm32/Makefile"
25461 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 imm32"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/imm32/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 imm32/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/inetcomm/Makefile"
25477 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 inetcomm"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/inetcomm/tests/Makefile"
25485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 inetcomm/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/inetmib1/Makefile"
25493 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 inetmib1"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/inetmib1/tests/Makefile"
25501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25502 inetmib1/tests"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25505 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/infosoft/Makefile"
25509 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 infosoft"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/infosoft/tests/Makefile"
25517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25518 infosoft/tests"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25521 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/initpki/Makefile"
25525 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 initpki"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/inkobj/Makefile"
25533 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 inkobj"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/inseng/Makefile"
25541 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 inseng"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/iphlpapi/Makefile"
25549 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 iphlpapi"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/iphlpapi/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558 iphlpapi/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/itircl/Makefile"
25565 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 itircl"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/itss/Makefile"
25573 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574 itss"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/itss/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/itss/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582 itss/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/jscript/Makefile"
25589 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 jscript"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/jscript/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598 jscript/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/kernel32/Makefile"
25605 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 kernel32"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/kernel32/tests/Makefile"
25613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25614 kernel32/tests"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25617 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/loadperf/Makefile"
25621 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 loadperf"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/localspl/Makefile"
25629 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 localspl"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/localspl/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638 localspl/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/localui/Makefile"
25645 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 localui"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/localui/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/localui/tests/Makefile"
25653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25654 localui/tests"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25657 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/lz32/Makefile"
25661 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 lz32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/lz32/tests/Makefile"
25669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25670 lz32/tests"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25673 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/mapi32/Makefile"
25677 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 mapi32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/mapi32/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 mapi32/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/mciavi32/Makefile"
25693 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 mciavi32"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/mcicda/Makefile"
25701 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 mcicda"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/mciqtz32/Makefile"
25709 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 mciqtz32"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/mciseq/Makefile"
25717 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 mciseq"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/mciwave/Makefile"
25725 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 mciwave"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/midimap/Makefile"
25733 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 midimap"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/mlang/Makefile"
25741 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 mlang"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/mlang/tests/Makefile"
25749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25750 mlang/tests"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25753 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/mmdevldr.vxd/Makefile"
25757 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 mmdevldr.vxd"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/monodebg.vxd/Makefile"
25765 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 monodebg.vxd"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/mountmgr.sys/Makefile"
25773 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 mountmgr.sys"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/mpr/Makefile"
25781 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 mpr"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/mprapi/Makefile"
25789 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 mprapi"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/msacm32.drv/Makefile"
25797 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 msacm32.drv"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/msacm32/Makefile"
25805 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 msacm32"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/msacm32/tests/Makefile"
25813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25814 msacm32/tests"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25817 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/msadp32.acm/Makefile"
25821 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 msadp32.acm"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/mscat32/Makefile"
25829 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 mscat32"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/mscms/Makefile"
25837 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 mscms"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/mscms/tests/Makefile"
25845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25846 mscms/tests"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25849 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/mscoree/Makefile"
25853 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 mscoree"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/msctf/Makefile"
25861 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 msctf"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/msctf/tests/Makefile"
25869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25870 msctf/tests"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25873 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/msdmo/Makefile"
25877 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 msdmo"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/msftedit/Makefile"
25885 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 msftedit"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/msg711.acm/Makefile"
25893 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 msg711.acm"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/mshtml.tlb/Makefile"
25901 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 mshtml.tlb"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/mshtml/Makefile"
25909 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 mshtml"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/mshtml/tests/Makefile"
25917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25918 mshtml/tests"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25921 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/msi/Makefile"
25925 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 msi"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msi/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/msi/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 msi/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/msimg32/Makefile"
25941 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 msimg32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/msimtf/Makefile"
25949 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 msimtf"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/msisip/Makefile"
25957 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 msisip"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/msisys.ocx/Makefile"
25965 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 msisys.ocx"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/msnet32/Makefile"
25973 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 msnet32"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/msrle32/Makefile"
25981 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 msrle32"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/mssign32/Makefile"
25989 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 mssign32"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/mssip32/Makefile"
25997 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 mssip32"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/mstask/Makefile"
26005 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 mstask"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/mstask/tests/Makefile"
26013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26014 mstask/tests"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26017 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/msvcirt/Makefile"
26021 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 msvcirt"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/msvcr71/Makefile"
26029 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 msvcr71"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/msvcrt/Makefile"
26037 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 msvcrt"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/msvcrt/tests/Makefile"
26045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26046 msvcrt/tests"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26049 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/msvcrt20/Makefile"
26053 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 msvcrt20"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/msvcrt40/Makefile"
26061 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 msvcrt40"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/msvcrtd/Makefile"
26069 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 msvcrtd"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/msvcrtd/tests/Makefile"
26077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26078 msvcrtd/tests"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26081 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/msvfw32/Makefile"
26085 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 msvfw32"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/msvfw32/tests/Makefile"
26093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26094 msvfw32/tests"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26097 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/msvidc32/Makefile"
26101 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 msvidc32"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/mswsock/Makefile"
26109 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 mswsock"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/msxml3/Makefile"
26117 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 msxml3"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/msxml3/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126 msxml3/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/nddeapi/Makefile"
26133 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 nddeapi"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/netapi32/Makefile"
26141 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 netapi32"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/netapi32/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150 netapi32/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/newdev/Makefile"
26157 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 newdev"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/ntdll/Makefile"
26165 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 ntdll"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/ntdll/tests/Makefile"
26173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26174 ntdll/tests"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26177 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/ntdsapi/Makefile"
26181 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 ntdsapi"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/ntdsapi/tests/Makefile"
26189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26190 ntdsapi/tests"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26193 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/ntoskrnl.exe/Makefile"
26197 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 ntoskrnl.exe"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/ntprint/Makefile"
26205 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 ntprint"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/ntprint/tests/Makefile"
26213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26214 ntprint/tests"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26217 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/objsel/Makefile"
26221 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 objsel"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/odbc32/Makefile"
26229 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 odbc32"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/odbccp32/Makefile"
26237 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 odbccp32"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/odbccp32/tests/Makefile"
26245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26246 odbccp32/tests"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26249 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/ole32/Makefile"
26253 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 ole32"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/ole32/tests/Makefile"
26261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26262 ole32/tests"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26265 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/oleacc/Makefile"
26269 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 oleacc"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/oleacc/tests/Makefile"
26277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26278 oleacc/tests"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26281 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/oleaut32/Makefile"
26285 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 oleaut32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/oleaut32/tests/Makefile"
26293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26294 oleaut32/tests"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26297 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/olecli32/Makefile"
26301 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 olecli32"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/oledlg/Makefile"
26309 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310 oledlg"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/olepro32/Makefile"
26317 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 olepro32"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/olesvr32/Makefile"
26325 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 olesvr32"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/olethk32/Makefile"
26333 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 olethk32"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/opengl32/Makefile"
26341 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 opengl32"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/opengl32/tests/Makefile"
26349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26350 opengl32/tests"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26353 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/pdh/Makefile"
26357 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 pdh"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/pdh/tests/Makefile"
26365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26366 pdh/tests"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26369 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/pidgen/Makefile"
26373 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 pidgen"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/powrprof/Makefile"
26381 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 powrprof"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/printui/Makefile"
26389 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 printui"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/printui/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/propsys/Makefile"
26397 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398 propsys"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/psapi/Makefile"
26405 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 psapi"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/psapi/tests/Makefile"
26413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26414 psapi/tests"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26417 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/pstorec/Makefile"
26421 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 pstorec"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/qcap/Makefile"
26429 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 qcap"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/qedit/Makefile"
26437 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 qedit"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/qedit/tests/Makefile"
26445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26446 qedit/tests"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26449 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/qmgr/Makefile"
26453 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454 qmgr"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/qmgr/tests/Makefile"
26461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26462 qmgr/tests"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26465 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/qmgrprxy/Makefile"
26469 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 qmgrprxy"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/quartz/Makefile"
26477 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 quartz"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/quartz/tests/Makefile"
26485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26486 quartz/tests"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26489 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/query/Makefile"
26493 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 query"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/query/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/rasapi32/Makefile"
26501 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 rasapi32"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/rasapi32/tests/Makefile"
26509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26510 rasapi32/tests"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26513 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/rasdlg/Makefile"
26517 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 rasdlg"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/resutils/Makefile"
26525 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 resutils"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 dlls/riched20/Makefile"
26533 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534 riched20"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 dlls/riched20/tests/Makefile"
26541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26542 riched20/tests"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26545 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 dlls/riched32/Makefile"
26549 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550 riched32"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 dlls/riched32/tests/Makefile"
26557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26558 riched32/tests"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26561 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 dlls/rpcrt4/Makefile"
26565 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566 rpcrt4"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 dlls/rpcrt4/tests/Makefile"
26573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26574 rpcrt4/tests"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26577 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 dlls/rsabase/Makefile"
26581 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582 rsabase"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588 dlls/rsaenh/Makefile"
26589 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590 rsaenh"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 dlls/rsaenh/tests/Makefile"
26597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26598 rsaenh/tests"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26601 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 dlls/sane.ds/Makefile"
26605 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606 sane.ds"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612 dlls/sccbase/Makefile"
26613 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614 sccbase"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 dlls/schannel/Makefile"
26621 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622 schannel"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 dlls/schannel/tests/Makefile"
26629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26630 schannel/tests"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26633 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 dlls/secur32/Makefile"
26637 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638 secur32"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644 dlls/secur32/tests/Makefile"
26645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26646 secur32/tests"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26649 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 dlls/security/Makefile"
26653 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654 security"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/security/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 dlls/sensapi/Makefile"
26661 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662 sensapi"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 dlls/serialui/Makefile"
26669 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670 serialui"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 dlls/serialui/tests/Makefile"
26677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26678 serialui/tests"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26681 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684 dlls/setupapi/Makefile"
26685 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686 setupapi"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 dlls/setupapi/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694 setupapi/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700 dlls/sfc/Makefile"
26701 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702 sfc"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 dlls/sfc_os/Makefile"
26709 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710 sfc_os"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 dlls/shdoclc/Makefile"
26717 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718 shdoclc"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 dlls/shdocvw/Makefile"
26725 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726 shdocvw"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732 dlls/shdocvw/tests/Makefile"
26733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26734 shdocvw/tests"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26737 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 dlls/shell32/Makefile"
26741 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742 shell32"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748 dlls/shell32/tests/Makefile"
26749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26750 shell32/tests"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26753 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756 dlls/shfolder/Makefile"
26757 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758 shfolder"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 dlls/shlwapi/Makefile"
26765 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766 shlwapi"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 dlls/shlwapi/tests/Makefile"
26773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26774 shlwapi/tests"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26777 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 dlls/slbcsp/Makefile"
26781 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782 slbcsp"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788 dlls/slc/Makefile"
26789 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790 slc"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/slc/Makefile"
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796 dlls/snmpapi/Makefile"
26797 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798 snmpapi"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804 dlls/snmpapi/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806 snmpapi/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 dlls/softpub/Makefile"
26813 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814 softpub"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 dlls/spoolss/Makefile"
26821 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26822 spoolss"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26825 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 dlls/spoolss/tests/Makefile"
26829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26830 spoolss/tests"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26833 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 dlls/stdole2.tlb/Makefile"
26837 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838 stdole2.tlb"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 dlls/stdole32.tlb/Makefile"
26845 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846 stdole32.tlb"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 dlls/sti/Makefile"
26853 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854 sti"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/sti/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 dlls/stress.dll16/Makefile"
26861 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862 stress.dll16"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 dlls/strmiids/Makefile"
26869 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26870 strmiids"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26873 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876 dlls/svrapi/Makefile"
26877 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878 svrapi"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 dlls/sxs/Makefile"
26885 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886 sxs"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 dlls/tapi32/Makefile"
26893 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894 tapi32"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 dlls/traffic/Makefile"
26901 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902 traffic"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 dlls/twain_32/Makefile"
26909 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26910 twain_32"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26913 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 dlls/twain_32/tests/Makefile"
26917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26918 twain_32/tests"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26921 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 dlls/unicows/Makefile"
26925 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26926 unicows"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26929 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 dlls/updspapi/Makefile"
26933 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934 updspapi"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 dlls/url/Makefile"
26941 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26942 url"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26945 ac_config_files="$ac_config_files dlls/url/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 dlls/urlmon/Makefile"
26949 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950 urlmon"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 dlls/urlmon/tests/Makefile"
26957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26958 urlmon/tests"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26961 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 dlls/user32/Makefile"
26965 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26966 user32"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26969 ac_config_files="$ac_config_files dlls/user32/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 dlls/user32/tests/Makefile"
26973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26974 user32/tests"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26977 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 dlls/userenv/Makefile"
26981 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26982 userenv"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26985 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 dlls/userenv/tests/Makefile"
26989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26990 userenv/tests"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26993 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 dlls/usp10/Makefile"
26997 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998 usp10"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 dlls/usp10/tests/Makefile"
27005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27006 usp10/tests"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27009 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 dlls/uuid/Makefile"
27013 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27014 uuid"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27017 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 dlls/uxtheme/Makefile"
27021 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022 uxtheme"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 dlls/uxtheme/tests/Makefile"
27029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27030 uxtheme/tests"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27033 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036 dlls/vdhcp.vxd/Makefile"
27037 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038 vdhcp.vxd"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 dlls/vdmdbg/Makefile"
27045 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046 vdmdbg"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 dlls/version/Makefile"
27053 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054 version"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/version/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 dlls/version/tests/Makefile"
27061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27062 version/tests"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27065 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 dlls/vmm.vxd/Makefile"
27069 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070 vmm.vxd"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 dlls/vnbt.vxd/Makefile"
27077 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078 vnbt.vxd"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 dlls/vnetbios.vxd/Makefile"
27085 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086 vnetbios.vxd"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 dlls/vtdapi.vxd/Makefile"
27093 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27094 vtdapi.vxd"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27097 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 dlls/vwin32.vxd/Makefile"
27101 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102 vwin32.vxd"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 dlls/w32skrnl/Makefile"
27109 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110 w32skrnl"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 dlls/win87em.dll16/Makefile"
27117 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118 win87em.dll16"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 dlls/windebug.dll16/Makefile"
27125 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126 windebug.dll16"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132 dlls/winealsa.drv/Makefile"
27133 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134 winealsa.drv"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 dlls/wineaudioio.drv/Makefile"
27141 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142 wineaudioio.drv"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 dlls/winecoreaudio.drv/Makefile"
27149 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150 winecoreaudio.drv"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 dlls/winecrt0/Makefile"
27157 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27158 winecrt0"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27161 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164 dlls/wined3d/Makefile"
27165 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166 wined3d"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 dlls/winedos/Makefile"
27173 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174 winedos"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 dlls/wineesd.drv/Makefile"
27181 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182 wineesd.drv"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 dlls/winejack.drv/Makefile"
27189 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190 winejack.drv"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 dlls/winejoystick.drv/Makefile"
27197 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198 winejoystick.drv"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 dlls/winemp3.acm/Makefile"
27205 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27206 winemp3.acm"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27209 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 dlls/winenas.drv/Makefile"
27213 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214 winenas.drv"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 dlls/wineoss.drv/Makefile"
27221 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27222 wineoss.drv"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27225 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 dlls/wineps.drv/Makefile"
27229 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230 wineps.drv"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236 dlls/winequartz.drv/Makefile"
27237 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27238 winequartz.drv"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27241 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 dlls/winex11.drv/Makefile"
27245 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246 winex11.drv"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252 dlls/wing32/Makefile"
27253 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254 wing32"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 dlls/winhttp/Makefile"
27261 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262 winhttp"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 dlls/winhttp/tests/Makefile"
27269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27270 winhttp/tests"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27273 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 dlls/wininet/Makefile"
27277 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278 wininet"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 dlls/wininet/tests/Makefile"
27285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27286 wininet/tests"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27289 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 dlls/winmm/Makefile"
27293 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27294 winmm"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27297 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 dlls/winmm/tests/Makefile"
27301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27302 winmm/tests"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27305 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 dlls/winnls32/Makefile"
27309 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27310 winnls32"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27313 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 dlls/winscard/Makefile"
27317 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318 winscard"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324 dlls/winspool.drv/Makefile"
27325 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326 winspool.drv"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 dlls/winspool.drv/tests/Makefile"
27333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27334 winspool.drv/tests"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27337 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 dlls/wintab32/Makefile"
27341 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342 wintab32"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 dlls/wintrust/Makefile"
27349 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27350 wintrust"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27353 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 dlls/wintrust/tests/Makefile"
27357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27358 wintrust/tests"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27361 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 dlls/wldap32/Makefile"
27365 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366 wldap32"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 dlls/wldap32/tests/Makefile"
27373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27374 wldap32/tests"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27377 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380 dlls/wmi/Makefile"
27381 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382 wmi"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 dlls/wnaspi32/Makefile"
27389 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390 wnaspi32"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 dlls/wow32/Makefile"
27397 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398 wow32"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 dlls/ws2_32/Makefile"
27405 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27406 ws2_32"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27409 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 dlls/ws2_32/tests/Makefile"
27413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27414 ws2_32/tests"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27417 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420 dlls/wsock32/Makefile"
27421 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27422 wsock32"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27425 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428 dlls/wtsapi32/Makefile"
27429 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27430 wtsapi32"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27433 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436 dlls/wuapi/Makefile"
27437 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27438 wuapi"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27441 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444 dlls/xinput1_1/Makefile"
27445 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27446 xinput1_1"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27449 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452 dlls/xinput1_2/Makefile"
27453 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27454 xinput1_2"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27457 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 dlls/xinput1_3/Makefile"
27461 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27462 xinput1_3"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27465 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 dlls/xinput1_3/tests/Makefile"
27469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27470 xinput1_3/tests"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27473 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476 dlls/xinput9_1_0/Makefile"
27477 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27478 xinput9_1_0"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27481 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484 documentation/Makefile"
27485 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27486 documentation"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 documentation/Makefile: documentation/Makefile.in Make.rules"
27489 ac_config_files="$ac_config_files documentation/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 fonts/Makefile"
27493 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27494 fonts"
27495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27496 fonts/Makefile: fonts/Makefile.in Make.rules"
27497 ac_config_files="$ac_config_files fonts/Makefile"
27499 ALL_MAKEFILES="$ALL_MAKEFILES \\
27500 include/Makefile"
27501 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27502 include"
27503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27504 include/Makefile: include/Makefile.in Make.rules"
27505 ac_config_files="$ac_config_files include/Makefile"
27507 ALL_MAKEFILES="$ALL_MAKEFILES \\
27508 libs/Makefile"
27509 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27510 libs"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 libs/Makefile: libs/Makefile.in Make.rules"
27513 ac_config_files="$ac_config_files libs/Makefile"
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516 libs/port/Makefile"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27520 ac_config_files="$ac_config_files libs/port/Makefile"
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523 libs/wine/Makefile"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27527 ac_config_files="$ac_config_files libs/wine/Makefile"
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530 libs/wpp/Makefile"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27534 ac_config_files="$ac_config_files libs/wpp/Makefile"
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537 loader/Makefile"
27538 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27539 loader"
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 loader/Makefile: loader/Makefile.in Make.rules"
27542 ac_config_files="$ac_config_files loader/Makefile"
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545 programs/Makefile"
27546 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27547 programs"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 programs/Makefile: programs/Makefile.in Make.rules"
27550 ac_config_files="$ac_config_files programs/Makefile"
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553 programs/cacls/Makefile"
27554 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27555 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27556 cacls"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27559 ac_config_files="$ac_config_files programs/cacls/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 programs/clock/Makefile"
27563 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27564 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27565 clock"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27568 ac_config_files="$ac_config_files programs/clock/Makefile"
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571 programs/cmd/Makefile"
27572 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27573 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27574 cmd"
27575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27576 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27577 ac_config_files="$ac_config_files programs/cmd/Makefile"
27579 ALL_MAKEFILES="$ALL_MAKEFILES \\
27580 programs/cmdlgtst/Makefile"
27581 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27582 cmdlgtst"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27585 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 programs/control/Makefile"
27589 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27590 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27591 control"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27594 ac_config_files="$ac_config_files programs/control/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 programs/eject/Makefile"
27598 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27599 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27600 eject"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/eject/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 programs/expand/Makefile"
27607 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609 expand"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/expand/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 programs/explorer/Makefile"
27616 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618 explorer"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/explorer/Makefile"
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624 programs/hh/Makefile"
27625 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27630 ac_config_files="$ac_config_files programs/hh/Makefile"
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633 programs/icinfo/Makefile"
27634 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27635 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27636 icinfo"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 programs/iexplore/Makefile"
27643 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27645 iexplore"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27648 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651 programs/lodctr/Makefile"
27652 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27653 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27654 lodctr"
27655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27656 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27657 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27659 ALL_MAKEFILES="$ALL_MAKEFILES \\
27660 programs/msiexec/Makefile"
27661 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27662 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27663 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27664 msiexec"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27667 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 programs/net/Makefile"
27671 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27672 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27673 net"
27674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27675 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27676 ac_config_files="$ac_config_files programs/net/Makefile"
27678 ALL_MAKEFILES="$ALL_MAKEFILES \\
27679 programs/notepad/Makefile"
27680 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27681 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27682 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27683 notepad"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27686 ac_config_files="$ac_config_files programs/notepad/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 programs/oleview/Makefile"
27690 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27691 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27692 oleview"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27695 ac_config_files="$ac_config_files programs/oleview/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 programs/progman/Makefile"
27699 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27700 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27701 progman"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27704 ac_config_files="$ac_config_files programs/progman/Makefile"
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707 programs/reg/Makefile"
27708 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27709 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27710 reg"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27713 ac_config_files="$ac_config_files programs/reg/Makefile"
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716 programs/regedit/Makefile"
27717 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27718 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27719 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27720 regedit"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27723 ac_config_files="$ac_config_files programs/regedit/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 programs/regsvr32/Makefile"
27727 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27728 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27729 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27730 regsvr32"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27733 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736 programs/rpcss/Makefile"
27737 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27738 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27739 rpcss"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27742 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 programs/rundll32/Makefile"
27746 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27747 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27748 rundll32"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27751 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754 programs/secedit/Makefile"
27755 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27756 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27757 secedit"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27760 ac_config_files="$ac_config_files programs/secedit/Makefile"
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763 programs/services/Makefile"
27764 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27765 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27766 services"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27769 ac_config_files="$ac_config_files programs/services/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 programs/spoolsv/Makefile"
27773 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27774 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27775 spoolsv"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27778 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 programs/start/Makefile"
27782 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27783 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27784 start"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/start/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/svchost/Makefile"
27791 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 svchost"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/svchost/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/taskmgr/Makefile"
27800 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 taskmgr"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808 programs/uninstaller/Makefile"
27809 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811 uninstaller"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 programs/unlodctr/Makefile"
27818 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27820 unlodctr"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826 programs/view/Makefile"
27827 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828 view"
27829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27830 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27831 ac_config_files="$ac_config_files programs/view/Makefile"
27833 ALL_MAKEFILES="$ALL_MAKEFILES \\
27834 programs/wineboot/Makefile"
27835 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27836 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27837 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27838 wineboot"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/winebrowser/Makefile"
27845 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 winebrowser"
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27850 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853 programs/winecfg/Makefile"
27854 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27855 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27856 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27857 winecfg"
27858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27859 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27860 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27862 ALL_MAKEFILES="$ALL_MAKEFILES \\
27863 programs/wineconsole/Makefile"
27864 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27865 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27866 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27867 wineconsole"
27868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27869 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27870 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27872 ALL_MAKEFILES="$ALL_MAKEFILES \\
27873 programs/winedbg/Makefile"
27874 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27875 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27876 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27877 winedbg"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/winedevice/Makefile"
27884 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886 winedevice"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 programs/winefile/Makefile"
27893 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27896 winefile"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/winefile/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 programs/winemenubuilder/Makefile"
27903 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905 winemenubuilder"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911 programs/winemine/Makefile"
27912 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27915 winemine"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27918 ac_config_files="$ac_config_files programs/winemine/Makefile"
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921 programs/winepath/Makefile"
27922 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27923 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27925 winepath"
27926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27927 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27928 ac_config_files="$ac_config_files programs/winepath/Makefile"
27930 ALL_MAKEFILES="$ALL_MAKEFILES \\
27931 programs/winetest/Makefile"
27932 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27933 winetest"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/winetest/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/winevdm/Makefile"
27940 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 winevdm"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/winhelp.exe16/Makefile"
27949 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 winhelp.exe16"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/winhlp32/Makefile"
27958 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 winhlp32"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/winoldap.mod16/Makefile"
27967 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 winoldap.mod16"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/winver/Makefile"
27976 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 winver"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/winver/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/wordpad/Makefile"
27985 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 wordpad"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 programs/write/Makefile"
27994 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996 write"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/write/Makefile"
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002 programs/xcopy/Makefile"
28003 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28004 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28005 xcopy"
28006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28007 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28008 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28010 ALL_MAKEFILES="$ALL_MAKEFILES \\
28011 server/Makefile"
28012 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28013 server"
28014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28015 server/Makefile: server/Makefile.in Make.rules"
28016 ac_config_files="$ac_config_files server/Makefile"
28018 ALL_MAKEFILES="$ALL_MAKEFILES \\
28019 tools/Makefile"
28020 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28021 tools"
28022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28023 tools/Makefile: tools/Makefile.in Make.rules"
28024 ac_config_files="$ac_config_files tools/Makefile"
28026 ALL_MAKEFILES="$ALL_MAKEFILES \\
28027 tools/widl/Makefile"
28029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28030 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28031 ac_config_files="$ac_config_files tools/widl/Makefile"
28033 ALL_MAKEFILES="$ALL_MAKEFILES \\
28034 tools/winebuild/Makefile"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28038 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 tools/winedump/Makefile"
28043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28044 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28045 ac_config_files="$ac_config_files tools/winedump/Makefile"
28047 ALL_MAKEFILES="$ALL_MAKEFILES \\
28048 tools/winegcc/Makefile"
28050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28051 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28052 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28054 ALL_MAKEFILES="$ALL_MAKEFILES \\
28055 tools/wmc/Makefile"
28057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28058 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28059 ac_config_files="$ac_config_files tools/wmc/Makefile"
28061 ALL_MAKEFILES="$ALL_MAKEFILES \\
28062 tools/wrc/Makefile"
28064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28065 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28066 ac_config_files="$ac_config_files tools/wrc/Makefile"
28070 ALL_WINETEST_DEPENDS="# Test binaries"
28072 for dir in $ALL_TEST_DIRS
28074 if test "$dir" != "\\"
28075 then
28076 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28077 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28078 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28079 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28081 done
28083 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28085 cat >confcache <<\_ACEOF
28086 # This file is a shell script that caches the results of configure
28087 # tests run on this system so they can be shared between configure
28088 # scripts and configure runs, see configure's option --config-cache.
28089 # It is not useful on other systems. If it contains results you don't
28090 # want to keep, you may remove or edit it.
28092 # config.status only pays attention to the cache file if you give it
28093 # the --recheck option to rerun configure.
28095 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28096 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28097 # following values.
28099 _ACEOF
28101 # The following way of writing the cache mishandles newlines in values,
28102 # but we know of no workaround that is simple, portable, and efficient.
28103 # So, we kill variables containing newlines.
28104 # Ultrix sh set writes to stderr and can't be redirected directly,
28105 # and sets the high bit in the cache file unless we assign to the vars.
28107 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28108 eval ac_val=\$$ac_var
28109 case $ac_val in #(
28110 *${as_nl}*)
28111 case $ac_var in #(
28112 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28113 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28114 esac
28115 case $ac_var in #(
28116 _ | IFS | as_nl) ;; #(
28117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28118 *) $as_unset $ac_var ;;
28119 esac ;;
28120 esac
28121 done
28123 (set) 2>&1 |
28124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28125 *${as_nl}ac_space=\ *)
28126 # `set' does not quote correctly, so add quotes (double-quote
28127 # substitution turns \\\\ into \\, and sed turns \\ into \).
28128 sed -n \
28129 "s/'/'\\\\''/g;
28130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28131 ;; #(
28133 # `set' quotes correctly as required by POSIX, so do not add quotes.
28134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28136 esac |
28137 sort
28139 sed '
28140 /^ac_cv_env_/b end
28141 t clear
28142 :clear
28143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28144 t end
28145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28146 :end' >>confcache
28147 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28148 if test -w "$cache_file"; then
28149 test "x$cache_file" != "x/dev/null" &&
28150 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28151 $as_echo "$as_me: updating cache $cache_file" >&6;}
28152 cat confcache >$cache_file
28153 else
28154 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28155 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28158 rm -f confcache
28160 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28161 # Let make expand exec_prefix.
28162 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28164 DEFS=-DHAVE_CONFIG_H
28166 ac_libobjs=
28167 ac_ltlibobjs=
28168 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28169 # 1. Remove the extension, and $U if already installed.
28170 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28171 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28172 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28173 # will be set to the directory where LIBOBJS objects are built.
28174 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28175 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28176 done
28177 LIBOBJS=$ac_libobjs
28179 LTLIBOBJS=$ac_ltlibobjs
28183 : ${CONFIG_STATUS=./config.status}
28184 ac_write_fail=0
28185 ac_clean_files_save=$ac_clean_files
28186 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28187 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28188 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28189 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28190 #! $SHELL
28191 # Generated by $as_me.
28192 # Run this file to recreate the current configuration.
28193 # Compiler output produced by configure, useful for debugging
28194 # configure, is in config.log if it exists.
28196 debug=false
28197 ac_cs_recheck=false
28198 ac_cs_silent=false
28199 SHELL=\${CONFIG_SHELL-$SHELL}
28200 _ACEOF
28202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28203 ## --------------------- ##
28204 ## M4sh Initialization. ##
28205 ## --------------------- ##
28207 # Be more Bourne compatible
28208 DUALCASE=1; export DUALCASE # for MKS sh
28209 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28210 emulate sh
28211 NULLCMD=:
28212 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28213 # is contrary to our usage. Disable this feature.
28214 alias -g '${1+"$@"}'='"$@"'
28215 setopt NO_GLOB_SUBST
28216 else
28217 case `(set -o) 2>/dev/null` in
28218 *posix*) set -o posix ;;
28219 esac
28226 # PATH needs CR
28227 # Avoid depending upon Character Ranges.
28228 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28229 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28230 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28231 as_cr_digits='0123456789'
28232 as_cr_alnum=$as_cr_Letters$as_cr_digits
28234 as_nl='
28236 export as_nl
28237 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28238 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28239 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28240 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28241 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28242 as_echo='printf %s\n'
28243 as_echo_n='printf %s'
28244 else
28245 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28246 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28247 as_echo_n='/usr/ucb/echo -n'
28248 else
28249 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28250 as_echo_n_body='eval
28251 arg=$1;
28252 case $arg in
28253 *"$as_nl"*)
28254 expr "X$arg" : "X\\(.*\\)$as_nl";
28255 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28256 esac;
28257 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28259 export as_echo_n_body
28260 as_echo_n='sh -c $as_echo_n_body as_echo'
28262 export as_echo_body
28263 as_echo='sh -c $as_echo_body as_echo'
28266 # The user is always right.
28267 if test "${PATH_SEPARATOR+set}" != set; then
28268 PATH_SEPARATOR=:
28269 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28270 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28271 PATH_SEPARATOR=';'
28275 # Support unset when possible.
28276 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28277 as_unset=unset
28278 else
28279 as_unset=false
28283 # IFS
28284 # We need space, tab and new line, in precisely that order. Quoting is
28285 # there to prevent editors from complaining about space-tab.
28286 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28287 # splitting by setting IFS to empty value.)
28288 IFS=" "" $as_nl"
28290 # Find who we are. Look in the path if we contain no directory separator.
28291 case $0 in
28292 *[\\/]* ) as_myself=$0 ;;
28293 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28294 for as_dir in $PATH
28296 IFS=$as_save_IFS
28297 test -z "$as_dir" && as_dir=.
28298 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28299 done
28300 IFS=$as_save_IFS
28303 esac
28304 # We did not find ourselves, most probably we were run as `sh COMMAND'
28305 # in which case we are not to be found in the path.
28306 if test "x$as_myself" = x; then
28307 as_myself=$0
28309 if test ! -f "$as_myself"; then
28310 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28311 { (exit 1); exit 1; }
28314 # Work around bugs in pre-3.0 UWIN ksh.
28315 for as_var in ENV MAIL MAILPATH
28316 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28317 done
28318 PS1='$ '
28319 PS2='> '
28320 PS4='+ '
28322 # NLS nuisances.
28323 LC_ALL=C
28324 export LC_ALL
28325 LANGUAGE=C
28326 export LANGUAGE
28328 # Required to use basename.
28329 if expr a : '\(a\)' >/dev/null 2>&1 &&
28330 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28331 as_expr=expr
28332 else
28333 as_expr=false
28336 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28337 as_basename=basename
28338 else
28339 as_basename=false
28343 # Name of the executable.
28344 as_me=`$as_basename -- "$0" ||
28345 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28346 X"$0" : 'X\(//\)$' \| \
28347 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28348 $as_echo X/"$0" |
28349 sed '/^.*\/\([^/][^/]*\)\/*$/{
28350 s//\1/
28353 /^X\/\(\/\/\)$/{
28354 s//\1/
28357 /^X\/\(\/\).*/{
28358 s//\1/
28361 s/.*/./; q'`
28363 # CDPATH.
28364 $as_unset CDPATH
28368 as_lineno_1=$LINENO
28369 as_lineno_2=$LINENO
28370 test "x$as_lineno_1" != "x$as_lineno_2" &&
28371 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28373 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28374 # uniformly replaced by the line number. The first 'sed' inserts a
28375 # line-number line after each line using $LINENO; the second 'sed'
28376 # does the real work. The second script uses 'N' to pair each
28377 # line-number line with the line containing $LINENO, and appends
28378 # trailing '-' during substitution so that $LINENO is not a special
28379 # case at line end.
28380 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28381 # scripts with optimization help from Paolo Bonzini. Blame Lee
28382 # E. McMahon (1931-1989) for sed's syntax. :-)
28383 sed -n '
28385 /[$]LINENO/=
28386 ' <$as_myself |
28387 sed '
28388 s/[$]LINENO.*/&-/
28389 t lineno
28391 :lineno
28393 :loop
28394 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28395 t loop
28396 s/-\n.*//
28397 ' >$as_me.lineno &&
28398 chmod +x "$as_me.lineno" ||
28399 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28400 { (exit 1); exit 1; }; }
28402 # Don't try to exec as it changes $[0], causing all sort of problems
28403 # (the dirname of $[0] is not the place where we might find the
28404 # original and so on. Autoconf is especially sensitive to this).
28405 . "./$as_me.lineno"
28406 # Exit status is that of the last command.
28407 exit
28411 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28412 as_dirname=dirname
28413 else
28414 as_dirname=false
28417 ECHO_C= ECHO_N= ECHO_T=
28418 case `echo -n x` in
28419 -n*)
28420 case `echo 'x\c'` in
28421 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28422 *) ECHO_C='\c';;
28423 esac;;
28425 ECHO_N='-n';;
28426 esac
28427 if expr a : '\(a\)' >/dev/null 2>&1 &&
28428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28429 as_expr=expr
28430 else
28431 as_expr=false
28434 rm -f conf$$ conf$$.exe conf$$.file
28435 if test -d conf$$.dir; then
28436 rm -f conf$$.dir/conf$$.file
28437 else
28438 rm -f conf$$.dir
28439 mkdir conf$$.dir 2>/dev/null
28441 if (echo >conf$$.file) 2>/dev/null; then
28442 if ln -s conf$$.file conf$$ 2>/dev/null; then
28443 as_ln_s='ln -s'
28444 # ... but there are two gotchas:
28445 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28446 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28447 # In both cases, we have to default to `cp -p'.
28448 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28449 as_ln_s='cp -p'
28450 elif ln conf$$.file conf$$ 2>/dev/null; then
28451 as_ln_s=ln
28452 else
28453 as_ln_s='cp -p'
28455 else
28456 as_ln_s='cp -p'
28458 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28459 rmdir conf$$.dir 2>/dev/null
28461 if mkdir -p . 2>/dev/null; then
28462 as_mkdir_p=:
28463 else
28464 test -d ./-p && rmdir ./-p
28465 as_mkdir_p=false
28468 if test -x / >/dev/null 2>&1; then
28469 as_test_x='test -x'
28470 else
28471 if ls -dL / >/dev/null 2>&1; then
28472 as_ls_L_option=L
28473 else
28474 as_ls_L_option=
28476 as_test_x='
28477 eval sh -c '\''
28478 if test -d "$1"; then
28479 test -d "$1/.";
28480 else
28481 case $1 in
28482 -*)set "./$1";;
28483 esac;
28484 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28485 ???[sx]*):;;*)false;;esac;fi
28486 '\'' sh
28489 as_executable_p=$as_test_x
28491 # Sed expression to map a string onto a valid CPP name.
28492 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28494 # Sed expression to map a string onto a valid variable name.
28495 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28498 exec 6>&1
28500 # Save the log message, to keep $[0] and so on meaningful, and to
28501 # report actual input values of CONFIG_FILES etc. instead of their
28502 # values after options handling.
28503 ac_log="
28504 This file was extended by Wine $as_me 1.1.16, which was
28505 generated by GNU Autoconf 2.63. Invocation command line was
28507 CONFIG_FILES = $CONFIG_FILES
28508 CONFIG_HEADERS = $CONFIG_HEADERS
28509 CONFIG_LINKS = $CONFIG_LINKS
28510 CONFIG_COMMANDS = $CONFIG_COMMANDS
28511 $ $0 $@
28513 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28516 _ACEOF
28518 case $ac_config_files in *"
28519 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28520 esac
28522 case $ac_config_headers in *"
28523 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28524 esac
28527 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28528 # Files that config.status was made for.
28529 config_files="$ac_config_files"
28530 config_headers="$ac_config_headers"
28531 config_commands="$ac_config_commands"
28533 _ACEOF
28535 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28536 ac_cs_usage="\
28537 \`$as_me' instantiates files from templates according to the
28538 current configuration.
28540 Usage: $0 [OPTION]... [FILE]...
28542 -h, --help print this help, then exit
28543 -V, --version print version number and configuration settings, then exit
28544 -q, --quiet, --silent
28545 do not print progress messages
28546 -d, --debug don't remove temporary files
28547 --recheck update $as_me by reconfiguring in the same conditions
28548 --file=FILE[:TEMPLATE]
28549 instantiate the configuration file FILE
28550 --header=FILE[:TEMPLATE]
28551 instantiate the configuration header FILE
28553 Configuration files:
28554 $config_files
28556 Configuration headers:
28557 $config_headers
28559 Configuration commands:
28560 $config_commands
28562 Report bugs to <bug-autoconf@gnu.org>."
28564 _ACEOF
28565 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28566 ac_cs_version="\\
28567 Wine config.status 1.1.16
28568 configured by $0, generated by GNU Autoconf 2.63,
28569 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28571 Copyright (C) 2008 Free Software Foundation, Inc.
28572 This config.status script is free software; the Free Software Foundation
28573 gives unlimited permission to copy, distribute and modify it."
28575 ac_pwd='$ac_pwd'
28576 srcdir='$srcdir'
28577 INSTALL='$INSTALL'
28578 test -n "\$AWK" || AWK=awk
28579 _ACEOF
28581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28582 # The default lists apply if the user does not specify any file.
28583 ac_need_defaults=:
28584 while test $# != 0
28586 case $1 in
28587 --*=*)
28588 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28589 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28590 ac_shift=:
28593 ac_option=$1
28594 ac_optarg=$2
28595 ac_shift=shift
28597 esac
28599 case $ac_option in
28600 # Handling of the options.
28601 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28602 ac_cs_recheck=: ;;
28603 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28604 $as_echo "$ac_cs_version"; exit ;;
28605 --debug | --debu | --deb | --de | --d | -d )
28606 debug=: ;;
28607 --file | --fil | --fi | --f )
28608 $ac_shift
28609 case $ac_optarg in
28610 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28611 esac
28612 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28613 ac_need_defaults=false;;
28614 --header | --heade | --head | --hea )
28615 $ac_shift
28616 case $ac_optarg in
28617 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28618 esac
28619 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28620 ac_need_defaults=false;;
28621 --he | --h)
28622 # Conflict between --help and --header
28623 { $as_echo "$as_me: error: ambiguous option: $1
28624 Try \`$0 --help' for more information." >&2
28625 { (exit 1); exit 1; }; };;
28626 --help | --hel | -h )
28627 $as_echo "$ac_cs_usage"; exit ;;
28628 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28629 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28630 ac_cs_silent=: ;;
28632 # This is an error.
28633 -*) { $as_echo "$as_me: error: unrecognized option: $1
28634 Try \`$0 --help' for more information." >&2
28635 { (exit 1); exit 1; }; } ;;
28637 *) ac_config_targets="$ac_config_targets $1"
28638 ac_need_defaults=false ;;
28640 esac
28641 shift
28642 done
28644 ac_configure_extra_args=
28646 if $ac_cs_silent; then
28647 exec 6>/dev/null
28648 ac_configure_extra_args="$ac_configure_extra_args --silent"
28651 _ACEOF
28652 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28653 if \$ac_cs_recheck; then
28654 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28655 shift
28656 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28657 CONFIG_SHELL='$SHELL'
28658 export CONFIG_SHELL
28659 exec "\$@"
28662 _ACEOF
28663 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28664 exec 5>>config.log
28666 echo
28667 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28668 ## Running $as_me. ##
28669 _ASBOX
28670 $as_echo "$ac_log"
28671 } >&5
28673 _ACEOF
28674 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28675 _ACEOF
28677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28679 # Handling of arguments.
28680 for ac_config_target in $ac_config_targets
28682 case $ac_config_target in
28683 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28684 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28685 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28686 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28687 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28688 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28689 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28690 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28691 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28692 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28693 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28694 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28695 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28696 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28697 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28698 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28699 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28700 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28701 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28702 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28703 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28704 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28705 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28706 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28707 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28708 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28709 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28710 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28711 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28712 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28713 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28714 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28715 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28716 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28717 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28718 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28719 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28720 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28721 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28722 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28723 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28724 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28725 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28726 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28727 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28728 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28729 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28730 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28731 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28732 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28733 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28734 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28735 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28736 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28737 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28738 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28739 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28740 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28741 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28742 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28743 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28744 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28745 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28746 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28747 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28748 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28749 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28750 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28751 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28752 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28753 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28754 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28755 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28756 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28757 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28758 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28759 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28760 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28761 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28762 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28763 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28764 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28765 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28766 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28767 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28768 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28769 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28770 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28771 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28772 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28773 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28774 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28775 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28776 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28777 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28778 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28779 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28780 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28781 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28782 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28783 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28784 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28785 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28786 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28787 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28788 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28789 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28790 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28791 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28792 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28793 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28794 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28795 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28796 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28797 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28798 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28799 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28800 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28801 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28802 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28803 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28804 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28805 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28806 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28807 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28808 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28809 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28810 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28811 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28812 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28813 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28814 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28815 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28816 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28817 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28818 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28819 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28820 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28821 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28822 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28823 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28824 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28825 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28826 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28827 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28828 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28829 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28830 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28831 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28832 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28833 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28834 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28835 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28836 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28837 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28838 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28839 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28840 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28841 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28842 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28843 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28844 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28845 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28846 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28847 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28848 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28849 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28850 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28851 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28852 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28853 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28854 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28855 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28856 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28857 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28858 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28859 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28860 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28861 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28862 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28863 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28864 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28865 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28866 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28867 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28868 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28869 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28870 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28871 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28872 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28873 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28874 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28875 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28876 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28877 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28878 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28879 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28880 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28881 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28882 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28883 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28884 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28885 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28886 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28887 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28888 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28889 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28890 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28891 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28892 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28893 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28894 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28895 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28896 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28897 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28898 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28899 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28900 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28901 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28902 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28903 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28904 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28905 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28906 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28907 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28908 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28909 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28910 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28911 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28912 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28913 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28914 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28915 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28916 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28917 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28918 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28919 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28920 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28921 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28922 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28923 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28924 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28925 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28926 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28927 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28928 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28929 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28930 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28931 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28932 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28933 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28934 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28935 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28936 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28937 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28938 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28939 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28940 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28941 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28942 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28943 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28944 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28945 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28946 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28947 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28948 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28949 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28950 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28951 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28952 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28953 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28954 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28955 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28956 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28957 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28958 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28959 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28960 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28961 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28962 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28963 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28964 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28965 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28966 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28967 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28968 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28969 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28970 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28971 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28972 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28973 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28974 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28975 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28976 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28977 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28978 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28979 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28980 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28981 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28982 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28983 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28984 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28985 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28986 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28987 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28988 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28989 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28990 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28991 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28992 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28993 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28994 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28995 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28996 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28997 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28998 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28999 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29000 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29001 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29002 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29003 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29004 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29005 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29006 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29007 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29008 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29009 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29010 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29011 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29012 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29013 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29014 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29015 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29016 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29017 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29018 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29019 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29020 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29021 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29022 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29023 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29024 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29025 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29026 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29027 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29028 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29029 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29030 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29031 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29032 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29033 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29034 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29035 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29036 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29037 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29038 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29039 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29040 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29041 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29042 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29043 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29044 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29045 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29046 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29047 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29048 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29049 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29050 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29051 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29052 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29053 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29054 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29055 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29056 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29057 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29058 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29059 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29060 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29061 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29062 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29063 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29064 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29065 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29066 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29067 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29068 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29069 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29070 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29071 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29072 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29073 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29074 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29075 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29076 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29077 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29078 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29079 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29080 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29081 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29082 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29083 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29084 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29085 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29086 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29087 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29088 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29089 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29090 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29091 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29092 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29093 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29094 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29095 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29096 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29097 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29098 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29099 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29100 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29101 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29102 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29103 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29104 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29105 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29106 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29107 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29108 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29109 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29110 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29111 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29112 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29113 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29114 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29115 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29116 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29117 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29118 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29119 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29120 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29121 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29122 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29123 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29124 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29125 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29126 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29127 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29128 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29129 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29130 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29131 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29132 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29133 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29134 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29135 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29136 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29137 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29138 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29139 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29140 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29141 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29142 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29143 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29144 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29145 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29146 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29147 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29148 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29149 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29150 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29151 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29152 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29153 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29154 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29155 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29156 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29157 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29158 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29160 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29161 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29162 { (exit 1); exit 1; }; };;
29163 esac
29164 done
29167 # If the user did not use the arguments to specify the items to instantiate,
29168 # then the envvar interface is used. Set only those that are not.
29169 # We use the long form for the default assignment because of an extremely
29170 # bizarre bug on SunOS 4.1.3.
29171 if $ac_need_defaults; then
29172 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29173 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29174 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29177 # Have a temporary directory for convenience. Make it in the build tree
29178 # simply because there is no reason against having it here, and in addition,
29179 # creating and moving files from /tmp can sometimes cause problems.
29180 # Hook for its removal unless debugging.
29181 # Note that there is a small window in which the directory will not be cleaned:
29182 # after its creation but before its name has been assigned to `$tmp'.
29183 $debug ||
29185 tmp=
29186 trap 'exit_status=$?
29187 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29189 trap '{ (exit 1); exit 1; }' 1 2 13 15
29191 # Create a (secure) tmp directory for tmp files.
29194 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29195 test -n "$tmp" && test -d "$tmp"
29196 } ||
29198 tmp=./conf$$-$RANDOM
29199 (umask 077 && mkdir "$tmp")
29200 } ||
29202 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29203 { (exit 1); exit 1; }
29206 # Set up the scripts for CONFIG_FILES section.
29207 # No need to generate them if there are no CONFIG_FILES.
29208 # This happens for instance with `./config.status config.h'.
29209 if test -n "$CONFIG_FILES"; then
29211 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29212 ac_cs_awk_getline=:
29213 ac_cs_awk_pipe_init=
29214 ac_cs_awk_read_file='
29215 while ((getline aline < (F[key])) > 0)
29216 print(aline)
29217 close(F[key])'
29218 ac_cs_awk_pipe_fini=
29219 else
29220 ac_cs_awk_getline=false
29221 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29222 ac_cs_awk_read_file='
29223 print "|#_!!_#|"
29224 print "cat " F[key] " &&"
29225 '$ac_cs_awk_pipe_init
29226 # The final `:' finishes the AND list.
29227 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29229 ac_cr=' '
29230 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29231 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29232 ac_cs_awk_cr='\\r'
29233 else
29234 ac_cs_awk_cr=$ac_cr
29237 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29238 _ACEOF
29240 # Create commands to substitute file output variables.
29242 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29243 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29244 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29245 echo "_ACAWK" &&
29246 echo "_ACEOF"
29247 } >conf$$files.sh &&
29248 . ./conf$$files.sh ||
29249 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29250 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29251 { (exit 1); exit 1; }; }
29252 rm -f conf$$files.sh
29255 echo "cat >conf$$subs.awk <<_ACEOF" &&
29256 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29257 echo "_ACEOF"
29258 } >conf$$subs.sh ||
29259 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29260 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29261 { (exit 1); exit 1; }; }
29262 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29263 ac_delim='%!_!# '
29264 for ac_last_try in false false false false false :; do
29265 . ./conf$$subs.sh ||
29266 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29267 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29268 { (exit 1); exit 1; }; }
29270 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29271 if test $ac_delim_n = $ac_delim_num; then
29272 break
29273 elif $ac_last_try; then
29274 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29275 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29276 { (exit 1); exit 1; }; }
29277 else
29278 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29280 done
29281 rm -f conf$$subs.sh
29283 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29284 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29285 _ACEOF
29286 sed -n '
29288 s/^/S["/; s/!.*/"]=/
29291 s/^[^!]*!//
29292 :repl
29293 t repl
29294 s/'"$ac_delim"'$//
29295 t delim
29298 s/\(.\{148\}\).*/\1/
29299 t more1
29300 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29303 b repl
29304 :more1
29305 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29308 s/.\{148\}//
29309 t nl
29310 :delim
29312 s/\(.\{148\}\).*/\1/
29313 t more2
29314 s/["\\]/\\&/g; s/^/"/; s/$/"/
29317 :more2
29318 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29321 s/.\{148\}//
29322 t delim
29323 ' <conf$$subs.awk | sed '
29324 /^[^""]/{
29326 s/\n//
29328 ' >>$CONFIG_STATUS || ac_write_fail=1
29329 rm -f conf$$subs.awk
29330 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29331 _ACAWK
29332 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29333 for (key in S) S_is_set[key] = 1
29334 FS = "\a"
29335 \$ac_cs_awk_pipe_init
29338 line = $ 0
29339 nfields = split(line, field, "@")
29340 substed = 0
29341 len = length(field[1])
29342 for (i = 2; i < nfields; i++) {
29343 key = field[i]
29344 keylen = length(key)
29345 if (S_is_set[key]) {
29346 value = S[key]
29347 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29348 len += length(value) + length(field[++i])
29349 substed = 1
29350 } else
29351 len += 1 + keylen
29353 if (nfields == 3 && !substed) {
29354 key = field[2]
29355 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29356 \$ac_cs_awk_read_file
29357 next
29360 print line
29362 \$ac_cs_awk_pipe_fini
29363 _ACAWK
29364 _ACEOF
29365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29366 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29367 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29368 else
29370 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29371 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29372 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29373 { (exit 1); exit 1; }; }
29374 _ACEOF
29376 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29377 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29378 # trailing colons and then remove the whole line if VPATH becomes empty
29379 # (actually we leave an empty line to preserve line numbers).
29380 if test "x$srcdir" = x.; then
29381 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29382 s/:*\$(srcdir):*/:/
29383 s/:*\${srcdir}:*/:/
29384 s/:*@srcdir@:*/:/
29385 s/^\([^=]*=[ ]*\):*/\1/
29386 s/:*$//
29387 s/^[^=]*=[ ]*$//
29391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29392 fi # test -n "$CONFIG_FILES"
29394 # Set up the scripts for CONFIG_HEADERS section.
29395 # No need to generate them if there are no CONFIG_HEADERS.
29396 # This happens for instance with `./config.status Makefile'.
29397 if test -n "$CONFIG_HEADERS"; then
29398 cat >"$tmp/defines.awk" <<\_ACAWK ||
29399 BEGIN {
29400 _ACEOF
29402 # Transform confdefs.h into an awk script `defines.awk', embedded as
29403 # here-document in config.status, that substitutes the proper values into
29404 # config.h.in to produce config.h.
29406 # Create a delimiter string that does not exist in confdefs.h, to ease
29407 # handling of long lines.
29408 ac_delim='%!_!# '
29409 for ac_last_try in false false :; do
29410 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29411 if test -z "$ac_t"; then
29412 break
29413 elif $ac_last_try; then
29414 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29415 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29416 { (exit 1); exit 1; }; }
29417 else
29418 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29420 done
29422 # For the awk script, D is an array of macro values keyed by name,
29423 # likewise P contains macro parameters if any. Preserve backslash
29424 # newline sequences.
29426 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29427 sed -n '
29428 s/.\{148\}/&'"$ac_delim"'/g
29429 t rset
29430 :rset
29431 s/^[ ]*#[ ]*define[ ][ ]*/ /
29432 t def
29434 :def
29435 s/\\$//
29436 t bsnl
29437 s/["\\]/\\&/g
29438 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29439 D["\1"]=" \3"/p
29440 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29442 :bsnl
29443 s/["\\]/\\&/g
29444 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29445 D["\1"]=" \3\\\\\\n"\\/p
29446 t cont
29447 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29448 t cont
29450 :cont
29452 s/.\{148\}/&'"$ac_delim"'/g
29453 t clear
29454 :clear
29455 s/\\$//
29456 t bsnlc
29457 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29459 :bsnlc
29460 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29461 b cont
29462 ' <confdefs.h | sed '
29463 s/'"$ac_delim"'/"\\\
29464 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29466 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29467 for (key in D) D_is_set[key] = 1
29468 FS = "\a"
29470 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29471 line = \$ 0
29472 split(line, arg, " ")
29473 if (arg[1] == "#") {
29474 defundef = arg[2]
29475 mac1 = arg[3]
29476 } else {
29477 defundef = substr(arg[1], 2)
29478 mac1 = arg[2]
29480 split(mac1, mac2, "(") #)
29481 macro = mac2[1]
29482 prefix = substr(line, 1, index(line, defundef) - 1)
29483 if (D_is_set[macro]) {
29484 # Preserve the white space surrounding the "#".
29485 print prefix "define", macro P[macro] D[macro]
29486 next
29487 } else {
29488 # Replace #undef with comments. This is necessary, for example,
29489 # in the case of _POSIX_SOURCE, which is predefined and required
29490 # on some systems where configure will not decide to define it.
29491 if (defundef == "undef") {
29492 print "/*", prefix defundef, macro, "*/"
29493 next
29497 { print }
29498 _ACAWK
29499 _ACEOF
29500 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29501 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29502 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29503 { (exit 1); exit 1; }; }
29504 fi # test -n "$CONFIG_HEADERS"
29507 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29508 shift
29509 for ac_tag
29511 case $ac_tag in
29512 :[FHLC]) ac_mode=$ac_tag; continue;;
29513 esac
29514 case $ac_mode$ac_tag in
29515 :[FHL]*:*);;
29516 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29517 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29518 { (exit 1); exit 1; }; };;
29519 :[FH]-) ac_tag=-:-;;
29520 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29521 esac
29522 ac_save_IFS=$IFS
29523 IFS=:
29524 set x $ac_tag
29525 IFS=$ac_save_IFS
29526 shift
29527 ac_file=$1
29528 shift
29530 case $ac_mode in
29531 :L) ac_source=$1;;
29532 :[FH])
29533 ac_file_inputs=
29534 for ac_f
29536 case $ac_f in
29537 -) ac_f="$tmp/stdin";;
29538 *) # Look for the file first in the build tree, then in the source tree
29539 # (if the path is not absolute). The absolute path cannot be DOS-style,
29540 # because $ac_f cannot contain `:'.
29541 test -f "$ac_f" ||
29542 case $ac_f in
29543 [\\/$]*) false;;
29544 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29545 esac ||
29546 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29547 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29548 { (exit 1); exit 1; }; };;
29549 esac
29550 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29551 ac_file_inputs="$ac_file_inputs '$ac_f'"
29552 done
29554 # Let's still pretend it is `configure' which instantiates (i.e., don't
29555 # use $as_me), people would be surprised to read:
29556 # /* config.h. Generated by config.status. */
29557 configure_input='Generated from '`
29558 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29559 `' by configure.'
29560 if test x"$ac_file" != x-; then
29561 configure_input="$ac_file. $configure_input"
29562 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29563 $as_echo "$as_me: creating $ac_file" >&6;}
29565 # Neutralize special characters interpreted by sed in replacement strings.
29566 case $configure_input in #(
29567 *\&* | *\|* | *\\* )
29568 ac_sed_conf_input=`$as_echo "$configure_input" |
29569 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29570 *) ac_sed_conf_input=$configure_input;;
29571 esac
29573 case $ac_tag in
29574 *:-:* | *:-) cat >"$tmp/stdin" \
29575 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29576 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29577 { (exit 1); exit 1; }; } ;;
29578 esac
29580 esac
29582 ac_dir=`$as_dirname -- "$ac_file" ||
29583 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29584 X"$ac_file" : 'X\(//\)[^/]' \| \
29585 X"$ac_file" : 'X\(//\)$' \| \
29586 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29587 $as_echo X"$ac_file" |
29588 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29589 s//\1/
29592 /^X\(\/\/\)[^/].*/{
29593 s//\1/
29596 /^X\(\/\/\)$/{
29597 s//\1/
29600 /^X\(\/\).*/{
29601 s//\1/
29604 s/.*/./; q'`
29605 { as_dir="$ac_dir"
29606 case $as_dir in #(
29607 -*) as_dir=./$as_dir;;
29608 esac
29609 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29610 as_dirs=
29611 while :; do
29612 case $as_dir in #(
29613 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29614 *) as_qdir=$as_dir;;
29615 esac
29616 as_dirs="'$as_qdir' $as_dirs"
29617 as_dir=`$as_dirname -- "$as_dir" ||
29618 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29619 X"$as_dir" : 'X\(//\)[^/]' \| \
29620 X"$as_dir" : 'X\(//\)$' \| \
29621 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29622 $as_echo X"$as_dir" |
29623 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29624 s//\1/
29627 /^X\(\/\/\)[^/].*/{
29628 s//\1/
29631 /^X\(\/\/\)$/{
29632 s//\1/
29635 /^X\(\/\).*/{
29636 s//\1/
29639 s/.*/./; q'`
29640 test -d "$as_dir" && break
29641 done
29642 test -z "$as_dirs" || eval "mkdir $as_dirs"
29643 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29644 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29645 { (exit 1); exit 1; }; }; }
29646 ac_builddir=.
29648 case "$ac_dir" in
29649 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29651 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29652 # A ".." for each directory in $ac_dir_suffix.
29653 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29654 case $ac_top_builddir_sub in
29655 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29656 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29657 esac ;;
29658 esac
29659 ac_abs_top_builddir=$ac_pwd
29660 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29661 # for backward compatibility:
29662 ac_top_builddir=$ac_top_build_prefix
29664 case $srcdir in
29665 .) # We are building in place.
29666 ac_srcdir=.
29667 ac_top_srcdir=$ac_top_builddir_sub
29668 ac_abs_top_srcdir=$ac_pwd ;;
29669 [\\/]* | ?:[\\/]* ) # Absolute name.
29670 ac_srcdir=$srcdir$ac_dir_suffix;
29671 ac_top_srcdir=$srcdir
29672 ac_abs_top_srcdir=$srcdir ;;
29673 *) # Relative name.
29674 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29675 ac_top_srcdir=$ac_top_build_prefix$srcdir
29676 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29677 esac
29678 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29681 case $ac_mode in
29684 # CONFIG_FILE
29687 case $INSTALL in
29688 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29689 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29690 esac
29691 _ACEOF
29693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29694 # If the template does not know about datarootdir, expand it.
29695 # FIXME: This hack should be removed a few years after 2.60.
29696 ac_datarootdir_hack=; ac_datarootdir_seen=
29698 ac_sed_dataroot='
29699 /datarootdir/ {
29703 /@datadir@/p
29704 /@docdir@/p
29705 /@infodir@/p
29706 /@localedir@/p
29707 /@mandir@/p
29709 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29710 *datarootdir*) ac_datarootdir_seen=yes;;
29711 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29712 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29713 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29714 _ACEOF
29715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29716 ac_datarootdir_hack='
29717 s&@datadir@&$datadir&g
29718 s&@docdir@&$docdir&g
29719 s&@infodir@&$infodir&g
29720 s&@localedir@&$localedir&g
29721 s&@mandir@&$mandir&g
29722 s&\\\${datarootdir}&$datarootdir&g' ;;
29723 esac
29724 _ACEOF
29726 # Neutralize VPATH when `$srcdir' = `.'.
29727 # Shell code in configure.ac might set extrasub.
29728 # FIXME: do we really want to maintain this feature?
29729 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29730 ac_sed_extra="$ac_vpsub
29731 $extrasub
29732 _ACEOF
29733 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29735 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29736 s|@configure_input@|$ac_sed_conf_input|;t t
29737 s&@top_builddir@&$ac_top_builddir_sub&;t t
29738 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29739 s&@srcdir@&$ac_srcdir&;t t
29740 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29741 s&@top_srcdir@&$ac_top_srcdir&;t t
29742 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29743 s&@builddir@&$ac_builddir&;t t
29744 s&@abs_builddir@&$ac_abs_builddir&;t t
29745 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29746 s&@INSTALL@&$ac_INSTALL&;t t
29747 $ac_datarootdir_hack
29749 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29750 if $ac_cs_awk_getline; then
29751 $AWK -f "$tmp/subs.awk"
29752 else
29753 $AWK -f "$tmp/subs.awk" | $SHELL
29754 fi >$tmp/out \
29755 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29756 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29757 { (exit 1); exit 1; }; }
29759 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29760 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29761 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29762 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29763 which seems to be undefined. Please make sure it is defined." >&5
29764 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29765 which seems to be undefined. Please make sure it is defined." >&2;}
29767 rm -f "$tmp/stdin"
29768 case $ac_file in
29769 -) cat "$tmp/out" && rm -f "$tmp/out";;
29770 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29771 esac \
29772 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29773 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29774 { (exit 1); exit 1; }; }
29778 # CONFIG_HEADER
29780 if test x"$ac_file" != x-; then
29782 $as_echo "/* $configure_input */" \
29783 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29784 } >"$tmp/config.h" \
29785 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29786 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29787 { (exit 1); exit 1; }; }
29788 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29789 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29790 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29791 else
29792 rm -f "$ac_file"
29793 mv "$tmp/config.h" "$ac_file" \
29794 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29795 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29796 { (exit 1); exit 1; }; }
29798 else
29799 $as_echo "/* $configure_input */" \
29800 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29801 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29802 $as_echo "$as_me: error: could not create -" >&2;}
29803 { (exit 1); exit 1; }; }
29807 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29808 $as_echo "$as_me: executing $ac_file commands" >&6;}
29810 esac
29813 case $ac_file$ac_mode in
29814 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29815 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29816 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29817 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29818 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29819 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29820 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29821 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29822 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29823 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29824 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29825 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29826 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29828 esac
29829 done # for ac_tag
29832 { (exit 0); exit 0; }
29833 _ACEOF
29834 chmod +x $CONFIG_STATUS
29835 ac_clean_files=$ac_clean_files_save
29837 test $ac_write_fail = 0 ||
29838 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29839 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29840 { (exit 1); exit 1; }; }
29843 # configure is writing to config.log, and then calls config.status.
29844 # config.status does its own redirection, appending to config.log.
29845 # Unfortunately, on DOS this fails, as config.log is still kept open
29846 # by configure, so config.status won't be able to write to it; its
29847 # output is simply discarded. So we exec the FD to /dev/null,
29848 # effectively closing config.log, so it can be properly (re)opened and
29849 # appended to by config.status. When coming back to configure, we
29850 # need to make the FD available again.
29851 if test "$no_create" != yes; then
29852 ac_cs_success=:
29853 ac_config_status_args=
29854 test "$silent" = yes &&
29855 ac_config_status_args="$ac_config_status_args --quiet"
29856 exec 5>/dev/null
29857 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29858 exec 5>>config.log
29859 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29860 # would make configure fail if this is the last instruction.
29861 $ac_cs_success || { (exit 1); exit 1; }
29863 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29864 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29865 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29869 if test "$no_create" = "yes"
29870 then
29871 exit 0
29874 ac_save_IFS="$IFS"
29875 if test "x$wine_notices != "x; then
29876 echo >&6
29877 IFS="|"
29878 for msg in $wine_notices; do
29879 IFS="$ac_save_IFS"
29880 if test -n "$msg"; then
29881 { $as_echo "$as_me:$LINENO: $msg" >&5
29882 $as_echo "$as_me: $msg" >&6;}
29884 done
29886 IFS="|"
29887 for msg in $wine_warnings; do
29888 IFS="$ac_save_IFS"
29889 if test -n "$msg"; then
29890 echo >&2
29891 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29892 $as_echo "$as_me: WARNING: $msg" >&2;}
29894 done
29895 IFS="$ac_save_IFS"
29897 echo "
29898 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29899 " >&6