gdi32: Make dispdib.dll into a stand-alone 16-bit module.
[wine/multimedia.git] / configure
blobf050c845ac60b5678d8d3321a465894f335356fb
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_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3907 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3908 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3909 enable_stress_dll16=${enable_stress_dll16:-no}
3910 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3911 enable_vmm_vxd=${enable_vmm_vxd:-no}
3912 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3913 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3914 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3915 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3916 enable_w32skrnl=${enable_w32skrnl:-no}
3917 enable_win87em_dll16=${enable_win87em_dll16:-no}
3918 enable_windebug_dll16=${enable_windebug_dll16:-no}
3919 enable_winedos=${enable_winedos:-no}
3920 enable_winevdm=${enable_winevdm:-no}
3921 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3922 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3925 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3926 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3927 if test "${wine_cv_toolsdir+set}" = set; then
3928 $as_echo_n "(cached) " >&6
3929 else
3930 if test -z "$with_wine_tools"; then
3931 if test "$cross_compiling" = "yes"; then
3932 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3933 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3934 { (exit 1); exit 1; }; }
3935 else
3936 wine_cv_toolsdir="\$(TOPOBJDIR)"
3938 elif test -d "$with_wine_tools/tools/winebuild"; then
3939 case $with_wine_tools in
3940 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3941 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3942 esac
3943 else
3944 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3945 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3946 { (exit 1); exit 1; }; }
3949 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3950 $as_echo "$wine_cv_toolsdir" >&6; }
3951 TOOLSDIR=$wine_cv_toolsdir
3953 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3954 then
3955 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3959 for ac_prog in flex
3961 # Extract the first word of "$ac_prog", so it can be a program name with args.
3962 set dummy $ac_prog; ac_word=$2
3963 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3964 $as_echo_n "checking for $ac_word... " >&6; }
3965 if test "${ac_cv_prog_FLEX+set}" = set; then
3966 $as_echo_n "(cached) " >&6
3967 else
3968 if test -n "$FLEX"; then
3969 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3970 else
3971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3972 for as_dir in $PATH
3974 IFS=$as_save_IFS
3975 test -z "$as_dir" && as_dir=.
3976 for ac_exec_ext in '' $ac_executable_extensions; do
3977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3978 ac_cv_prog_FLEX="$ac_prog"
3979 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3980 break 2
3982 done
3983 done
3984 IFS=$as_save_IFS
3988 FLEX=$ac_cv_prog_FLEX
3989 if test -n "$FLEX"; then
3990 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3991 $as_echo "$FLEX" >&6; }
3992 else
3993 { $as_echo "$as_me:$LINENO: result: no" >&5
3994 $as_echo "no" >&6; }
3998 test -n "$FLEX" && break
3999 done
4000 test -n "$FLEX" || FLEX="none"
4002 if test "$FLEX" = "none"
4003 then
4004 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4005 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4006 { (exit 1); exit 1; }; }
4009 for ac_prog in bison
4011 # Extract the first word of "$ac_prog", so it can be a program name with args.
4012 set dummy $ac_prog; ac_word=$2
4013 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4014 $as_echo_n "checking for $ac_word... " >&6; }
4015 if test "${ac_cv_prog_BISON+set}" = set; then
4016 $as_echo_n "(cached) " >&6
4017 else
4018 if test -n "$BISON"; then
4019 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4020 else
4021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4022 for as_dir in $PATH
4024 IFS=$as_save_IFS
4025 test -z "$as_dir" && as_dir=.
4026 for ac_exec_ext in '' $ac_executable_extensions; do
4027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4028 ac_cv_prog_BISON="$ac_prog"
4029 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4030 break 2
4032 done
4033 done
4034 IFS=$as_save_IFS
4038 BISON=$ac_cv_prog_BISON
4039 if test -n "$BISON"; then
4040 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4041 $as_echo "$BISON" >&6; }
4042 else
4043 { $as_echo "$as_me:$LINENO: result: no" >&5
4044 $as_echo "no" >&6; }
4048 test -n "$BISON" && break
4049 done
4050 test -n "$BISON" || BISON="none"
4052 if test "$BISON" = "none"
4053 then
4054 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4055 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4056 { (exit 1); exit 1; }; }
4059 if test -n "$ac_tool_prefix"; then
4060 for ac_prog in gas as
4062 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4063 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4064 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4065 $as_echo_n "checking for $ac_word... " >&6; }
4066 if test "${ac_cv_prog_AS+set}" = set; then
4067 $as_echo_n "(cached) " >&6
4068 else
4069 if test -n "$AS"; then
4070 ac_cv_prog_AS="$AS" # Let the user override the test.
4071 else
4072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4073 for as_dir in $PATH
4075 IFS=$as_save_IFS
4076 test -z "$as_dir" && as_dir=.
4077 for ac_exec_ext in '' $ac_executable_extensions; do
4078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4079 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4080 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4081 break 2
4083 done
4084 done
4085 IFS=$as_save_IFS
4089 AS=$ac_cv_prog_AS
4090 if test -n "$AS"; then
4091 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4092 $as_echo "$AS" >&6; }
4093 else
4094 { $as_echo "$as_me:$LINENO: result: no" >&5
4095 $as_echo "no" >&6; }
4099 test -n "$AS" && break
4100 done
4102 if test -z "$AS"; then
4103 ac_ct_AS=$AS
4104 for ac_prog in gas as
4106 # Extract the first word of "$ac_prog", so it can be a program name with args.
4107 set dummy $ac_prog; ac_word=$2
4108 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4109 $as_echo_n "checking for $ac_word... " >&6; }
4110 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4111 $as_echo_n "(cached) " >&6
4112 else
4113 if test -n "$ac_ct_AS"; then
4114 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4115 else
4116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4117 for as_dir in $PATH
4119 IFS=$as_save_IFS
4120 test -z "$as_dir" && as_dir=.
4121 for ac_exec_ext in '' $ac_executable_extensions; do
4122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4123 ac_cv_prog_ac_ct_AS="$ac_prog"
4124 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4125 break 2
4127 done
4128 done
4129 IFS=$as_save_IFS
4133 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4134 if test -n "$ac_ct_AS"; then
4135 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4136 $as_echo "$ac_ct_AS" >&6; }
4137 else
4138 { $as_echo "$as_me:$LINENO: result: no" >&5
4139 $as_echo "no" >&6; }
4143 test -n "$ac_ct_AS" && break
4144 done
4146 if test "x$ac_ct_AS" = x; then
4147 AS="as"
4148 else
4149 case $cross_compiling:$ac_tool_warned in
4150 yes:)
4151 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4152 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4153 ac_tool_warned=yes ;;
4154 esac
4155 AS=$ac_ct_AS
4159 if test -n "$ac_tool_prefix"; then
4160 for ac_prog in ld gld
4162 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4163 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4164 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4165 $as_echo_n "checking for $ac_word... " >&6; }
4166 if test "${ac_cv_prog_LD+set}" = set; then
4167 $as_echo_n "(cached) " >&6
4168 else
4169 if test -n "$LD"; then
4170 ac_cv_prog_LD="$LD" # Let the user override the test.
4171 else
4172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173 for as_dir in $PATH
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4180 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4183 done
4184 done
4185 IFS=$as_save_IFS
4189 LD=$ac_cv_prog_LD
4190 if test -n "$LD"; then
4191 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4192 $as_echo "$LD" >&6; }
4193 else
4194 { $as_echo "$as_me:$LINENO: result: no" >&5
4195 $as_echo "no" >&6; }
4199 test -n "$LD" && break
4200 done
4202 if test -z "$LD"; then
4203 ac_ct_LD=$LD
4204 for ac_prog in ld gld
4206 # Extract the first word of "$ac_prog", so it can be a program name with args.
4207 set dummy $ac_prog; ac_word=$2
4208 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4209 $as_echo_n "checking for $ac_word... " >&6; }
4210 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4211 $as_echo_n "(cached) " >&6
4212 else
4213 if test -n "$ac_ct_LD"; then
4214 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4215 else
4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4217 for as_dir in $PATH
4219 IFS=$as_save_IFS
4220 test -z "$as_dir" && as_dir=.
4221 for ac_exec_ext in '' $ac_executable_extensions; do
4222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4223 ac_cv_prog_ac_ct_LD="$ac_prog"
4224 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 break 2
4227 done
4228 done
4229 IFS=$as_save_IFS
4233 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4234 if test -n "$ac_ct_LD"; then
4235 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4236 $as_echo "$ac_ct_LD" >&6; }
4237 else
4238 { $as_echo "$as_me:$LINENO: result: no" >&5
4239 $as_echo "no" >&6; }
4243 test -n "$ac_ct_LD" && break
4244 done
4246 if test "x$ac_ct_LD" = x; then
4247 LD="ld"
4248 else
4249 case $cross_compiling:$ac_tool_warned in
4250 yes:)
4251 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4253 ac_tool_warned=yes ;;
4254 esac
4255 LD=$ac_ct_LD
4259 if test -n "$ac_tool_prefix"; then
4260 for ac_prog in nm gnm
4262 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4263 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4264 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4265 $as_echo_n "checking for $ac_word... " >&6; }
4266 if test "${ac_cv_prog_NM+set}" = set; then
4267 $as_echo_n "(cached) " >&6
4268 else
4269 if test -n "$NM"; then
4270 ac_cv_prog_NM="$NM" # Let the user override the test.
4271 else
4272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273 for as_dir in $PATH
4275 IFS=$as_save_IFS
4276 test -z "$as_dir" && as_dir=.
4277 for ac_exec_ext in '' $ac_executable_extensions; do
4278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4279 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4280 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4281 break 2
4283 done
4284 done
4285 IFS=$as_save_IFS
4289 NM=$ac_cv_prog_NM
4290 if test -n "$NM"; then
4291 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4292 $as_echo "$NM" >&6; }
4293 else
4294 { $as_echo "$as_me:$LINENO: result: no" >&5
4295 $as_echo "no" >&6; }
4299 test -n "$NM" && break
4300 done
4302 if test -z "$NM"; then
4303 ac_ct_NM=$NM
4304 for ac_prog in nm gnm
4306 # Extract the first word of "$ac_prog", so it can be a program name with args.
4307 set dummy $ac_prog; ac_word=$2
4308 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4309 $as_echo_n "checking for $ac_word... " >&6; }
4310 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4311 $as_echo_n "(cached) " >&6
4312 else
4313 if test -n "$ac_ct_NM"; then
4314 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4315 else
4316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4317 for as_dir in $PATH
4319 IFS=$as_save_IFS
4320 test -z "$as_dir" && as_dir=.
4321 for ac_exec_ext in '' $ac_executable_extensions; do
4322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4323 ac_cv_prog_ac_ct_NM="$ac_prog"
4324 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4325 break 2
4327 done
4328 done
4329 IFS=$as_save_IFS
4333 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4334 if test -n "$ac_ct_NM"; then
4335 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4336 $as_echo "$ac_ct_NM" >&6; }
4337 else
4338 { $as_echo "$as_me:$LINENO: result: no" >&5
4339 $as_echo "no" >&6; }
4343 test -n "$ac_ct_NM" && break
4344 done
4346 if test "x$ac_ct_NM" = x; then
4347 NM="nm"
4348 else
4349 case $cross_compiling:$ac_tool_warned in
4350 yes:)
4351 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4352 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4353 ac_tool_warned=yes ;;
4354 esac
4355 NM=$ac_ct_NM
4359 if test -n "$ac_tool_prefix"; then
4360 for ac_prog in ar gar
4362 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4363 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4364 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4365 $as_echo_n "checking for $ac_word... " >&6; }
4366 if test "${ac_cv_prog_AR+set}" = set; then
4367 $as_echo_n "(cached) " >&6
4368 else
4369 if test -n "$AR"; then
4370 ac_cv_prog_AR="$AR" # Let the user override the test.
4371 else
4372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4373 for as_dir in $PATH
4375 IFS=$as_save_IFS
4376 test -z "$as_dir" && as_dir=.
4377 for ac_exec_ext in '' $ac_executable_extensions; do
4378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4379 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4380 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4381 break 2
4383 done
4384 done
4385 IFS=$as_save_IFS
4389 AR=$ac_cv_prog_AR
4390 if test -n "$AR"; then
4391 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4392 $as_echo "$AR" >&6; }
4393 else
4394 { $as_echo "$as_me:$LINENO: result: no" >&5
4395 $as_echo "no" >&6; }
4399 test -n "$AR" && break
4400 done
4402 if test -z "$AR"; then
4403 ac_ct_AR=$AR
4404 for ac_prog in ar gar
4406 # Extract the first word of "$ac_prog", so it can be a program name with args.
4407 set dummy $ac_prog; ac_word=$2
4408 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4409 $as_echo_n "checking for $ac_word... " >&6; }
4410 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4411 $as_echo_n "(cached) " >&6
4412 else
4413 if test -n "$ac_ct_AR"; then
4414 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4415 else
4416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4417 for as_dir in $PATH
4419 IFS=$as_save_IFS
4420 test -z "$as_dir" && as_dir=.
4421 for ac_exec_ext in '' $ac_executable_extensions; do
4422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4423 ac_cv_prog_ac_ct_AR="$ac_prog"
4424 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4425 break 2
4427 done
4428 done
4429 IFS=$as_save_IFS
4433 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4434 if test -n "$ac_ct_AR"; then
4435 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4436 $as_echo "$ac_ct_AR" >&6; }
4437 else
4438 { $as_echo "$as_me:$LINENO: result: no" >&5
4439 $as_echo "no" >&6; }
4443 test -n "$ac_ct_AR" && break
4444 done
4446 if test "x$ac_ct_AR" = x; then
4447 AR="ar"
4448 else
4449 case $cross_compiling:$ac_tool_warned in
4450 yes:)
4451 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4452 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4453 ac_tool_warned=yes ;;
4454 esac
4455 AR=$ac_ct_AR
4459 ARFLAGS=rc
4461 if test -n "$ac_tool_prefix"; then
4462 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4463 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4464 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4465 $as_echo_n "checking for $ac_word... " >&6; }
4466 if test "${ac_cv_prog_RANLIB+set}" = set; then
4467 $as_echo_n "(cached) " >&6
4468 else
4469 if test -n "$RANLIB"; then
4470 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4471 else
4472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4473 for as_dir in $PATH
4475 IFS=$as_save_IFS
4476 test -z "$as_dir" && as_dir=.
4477 for ac_exec_ext in '' $ac_executable_extensions; do
4478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4479 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4480 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4481 break 2
4483 done
4484 done
4485 IFS=$as_save_IFS
4489 RANLIB=$ac_cv_prog_RANLIB
4490 if test -n "$RANLIB"; then
4491 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4492 $as_echo "$RANLIB" >&6; }
4493 else
4494 { $as_echo "$as_me:$LINENO: result: no" >&5
4495 $as_echo "no" >&6; }
4500 if test -z "$ac_cv_prog_RANLIB"; then
4501 ac_ct_RANLIB=$RANLIB
4502 # Extract the first word of "ranlib", so it can be a program name with args.
4503 set dummy ranlib; ac_word=$2
4504 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4507 $as_echo_n "(cached) " >&6
4508 else
4509 if test -n "$ac_ct_RANLIB"; then
4510 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4511 else
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513 for as_dir in $PATH
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4519 ac_cv_prog_ac_ct_RANLIB="ranlib"
4520 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 break 2
4523 done
4524 done
4525 IFS=$as_save_IFS
4529 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4530 if test -n "$ac_ct_RANLIB"; then
4531 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4532 $as_echo "$ac_ct_RANLIB" >&6; }
4533 else
4534 { $as_echo "$as_me:$LINENO: result: no" >&5
4535 $as_echo "no" >&6; }
4538 if test "x$ac_ct_RANLIB" = x; then
4539 RANLIB=":"
4540 else
4541 case $cross_compiling:$ac_tool_warned in
4542 yes:)
4543 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4544 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4545 ac_tool_warned=yes ;;
4546 esac
4547 RANLIB=$ac_ct_RANLIB
4549 else
4550 RANLIB="$ac_cv_prog_RANLIB"
4553 if test -n "$ac_tool_prefix"; then
4554 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4555 set dummy ${ac_tool_prefix}strip; ac_word=$2
4556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4557 $as_echo_n "checking for $ac_word... " >&6; }
4558 if test "${ac_cv_prog_STRIP+set}" = set; then
4559 $as_echo_n "(cached) " >&6
4560 else
4561 if test -n "$STRIP"; then
4562 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4563 else
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 for as_dir in $PATH
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4571 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4575 done
4576 done
4577 IFS=$as_save_IFS
4581 STRIP=$ac_cv_prog_STRIP
4582 if test -n "$STRIP"; then
4583 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4584 $as_echo "$STRIP" >&6; }
4585 else
4586 { $as_echo "$as_me:$LINENO: result: no" >&5
4587 $as_echo "no" >&6; }
4592 if test -z "$ac_cv_prog_STRIP"; then
4593 ac_ct_STRIP=$STRIP
4594 # Extract the first word of "strip", so it can be a program name with args.
4595 set dummy strip; ac_word=$2
4596 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4599 $as_echo_n "(cached) " >&6
4600 else
4601 if test -n "$ac_ct_STRIP"; then
4602 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4603 else
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4611 ac_cv_prog_ac_ct_STRIP="strip"
4612 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 break 2
4615 done
4616 done
4617 IFS=$as_save_IFS
4621 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4622 if test -n "$ac_ct_STRIP"; then
4623 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4624 $as_echo "$ac_ct_STRIP" >&6; }
4625 else
4626 { $as_echo "$as_me:$LINENO: result: no" >&5
4627 $as_echo "no" >&6; }
4630 if test "x$ac_ct_STRIP" = x; then
4631 STRIP="strip"
4632 else
4633 case $cross_compiling:$ac_tool_warned in
4634 yes:)
4635 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4637 ac_tool_warned=yes ;;
4638 esac
4639 STRIP=$ac_ct_STRIP
4641 else
4642 STRIP="$ac_cv_prog_STRIP"
4645 if test -n "$ac_tool_prefix"; then
4646 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4647 set dummy ${ac_tool_prefix}windres; ac_word=$2
4648 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4649 $as_echo_n "checking for $ac_word... " >&6; }
4650 if test "${ac_cv_prog_WINDRES+set}" = set; then
4651 $as_echo_n "(cached) " >&6
4652 else
4653 if test -n "$WINDRES"; then
4654 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4655 else
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657 for as_dir in $PATH
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_exec_ext in '' $ac_executable_extensions; do
4662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4663 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4664 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4665 break 2
4667 done
4668 done
4669 IFS=$as_save_IFS
4673 WINDRES=$ac_cv_prog_WINDRES
4674 if test -n "$WINDRES"; then
4675 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4676 $as_echo "$WINDRES" >&6; }
4677 else
4678 { $as_echo "$as_me:$LINENO: result: no" >&5
4679 $as_echo "no" >&6; }
4684 if test -z "$ac_cv_prog_WINDRES"; then
4685 ac_ct_WINDRES=$WINDRES
4686 # Extract the first word of "windres", so it can be a program name with args.
4687 set dummy windres; ac_word=$2
4688 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4689 $as_echo_n "checking for $ac_word... " >&6; }
4690 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4691 $as_echo_n "(cached) " >&6
4692 else
4693 if test -n "$ac_ct_WINDRES"; then
4694 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4695 else
4696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 for as_dir in $PATH
4699 IFS=$as_save_IFS
4700 test -z "$as_dir" && as_dir=.
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4703 ac_cv_prog_ac_ct_WINDRES="windres"
4704 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4705 break 2
4707 done
4708 done
4709 IFS=$as_save_IFS
4713 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4714 if test -n "$ac_ct_WINDRES"; then
4715 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4716 $as_echo "$ac_ct_WINDRES" >&6; }
4717 else
4718 { $as_echo "$as_me:$LINENO: result: no" >&5
4719 $as_echo "no" >&6; }
4722 if test "x$ac_ct_WINDRES" = x; then
4723 WINDRES="false"
4724 else
4725 case $cross_compiling:$ac_tool_warned in
4726 yes:)
4727 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4728 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4729 ac_tool_warned=yes ;;
4730 esac
4731 WINDRES=$ac_ct_WINDRES
4733 else
4734 WINDRES="$ac_cv_prog_WINDRES"
4737 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4738 $as_echo_n "checking whether ln -s works... " >&6; }
4739 LN_S=$as_ln_s
4740 if test "$LN_S" = "ln -s"; then
4741 { $as_echo "$as_me:$LINENO: result: yes" >&5
4742 $as_echo "yes" >&6; }
4743 else
4744 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4745 $as_echo "no, using $LN_S" >&6; }
4748 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4749 $as_echo_n "checking whether ln works... " >&6; }
4750 rm -f conf$$ conf$$.file
4751 echo >conf$$.file
4752 if ln conf$$.file conf$$ 2>/dev/null; then
4753 LN=ln
4755 { $as_echo "$as_me:$LINENO: result: yes" >&5
4756 $as_echo "yes" >&6; }
4757 else
4758 LN="cp -p"
4760 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4761 $as_echo "no, using $LN" >&6; }
4763 rm -f conf$$ conf$$.file
4764 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4765 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4766 if test "${ac_cv_path_GREP+set}" = set; then
4767 $as_echo_n "(cached) " >&6
4768 else
4769 if test -z "$GREP"; then
4770 ac_path_GREP_found=false
4771 # Loop through the user's path and test for each of PROGNAME-LIST
4772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4773 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4775 IFS=$as_save_IFS
4776 test -z "$as_dir" && as_dir=.
4777 for ac_prog in grep ggrep; do
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4780 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4781 # Check for GNU ac_path_GREP and select it if it is found.
4782 # Check for GNU $ac_path_GREP
4783 case `"$ac_path_GREP" --version 2>&1` in
4784 *GNU*)
4785 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4787 ac_count=0
4788 $as_echo_n 0123456789 >"conftest.in"
4789 while :
4791 cat "conftest.in" "conftest.in" >"conftest.tmp"
4792 mv "conftest.tmp" "conftest.in"
4793 cp "conftest.in" "conftest.nl"
4794 $as_echo 'GREP' >> "conftest.nl"
4795 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4796 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4797 ac_count=`expr $ac_count + 1`
4798 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4799 # Best one so far, save it but keep looking for a better one
4800 ac_cv_path_GREP="$ac_path_GREP"
4801 ac_path_GREP_max=$ac_count
4803 # 10*(2^10) chars as input seems more than enough
4804 test $ac_count -gt 10 && break
4805 done
4806 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4807 esac
4809 $ac_path_GREP_found && break 3
4810 done
4811 done
4812 done
4813 IFS=$as_save_IFS
4814 if test -z "$ac_cv_path_GREP"; then
4815 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4816 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4817 { (exit 1); exit 1; }; }
4819 else
4820 ac_cv_path_GREP=$GREP
4824 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4825 $as_echo "$ac_cv_path_GREP" >&6; }
4826 GREP="$ac_cv_path_GREP"
4829 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4830 $as_echo_n "checking for egrep... " >&6; }
4831 if test "${ac_cv_path_EGREP+set}" = set; then
4832 $as_echo_n "(cached) " >&6
4833 else
4834 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4835 then ac_cv_path_EGREP="$GREP -E"
4836 else
4837 if test -z "$EGREP"; then
4838 ac_path_EGREP_found=false
4839 # Loop through the user's path and test for each of PROGNAME-LIST
4840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4841 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4843 IFS=$as_save_IFS
4844 test -z "$as_dir" && as_dir=.
4845 for ac_prog in egrep; do
4846 for ac_exec_ext in '' $ac_executable_extensions; do
4847 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4848 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4849 # Check for GNU ac_path_EGREP and select it if it is found.
4850 # Check for GNU $ac_path_EGREP
4851 case `"$ac_path_EGREP" --version 2>&1` in
4852 *GNU*)
4853 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4855 ac_count=0
4856 $as_echo_n 0123456789 >"conftest.in"
4857 while :
4859 cat "conftest.in" "conftest.in" >"conftest.tmp"
4860 mv "conftest.tmp" "conftest.in"
4861 cp "conftest.in" "conftest.nl"
4862 $as_echo 'EGREP' >> "conftest.nl"
4863 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4864 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4865 ac_count=`expr $ac_count + 1`
4866 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4867 # Best one so far, save it but keep looking for a better one
4868 ac_cv_path_EGREP="$ac_path_EGREP"
4869 ac_path_EGREP_max=$ac_count
4871 # 10*(2^10) chars as input seems more than enough
4872 test $ac_count -gt 10 && break
4873 done
4874 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4875 esac
4877 $ac_path_EGREP_found && break 3
4878 done
4879 done
4880 done
4881 IFS=$as_save_IFS
4882 if test -z "$ac_cv_path_EGREP"; then
4883 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4884 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4885 { (exit 1); exit 1; }; }
4887 else
4888 ac_cv_path_EGREP=$EGREP
4893 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4894 $as_echo "$ac_cv_path_EGREP" >&6; }
4895 EGREP="$ac_cv_path_EGREP"
4898 # Extract the first word of "ldconfig", so it can be a program name with args.
4899 set dummy ldconfig; ac_word=$2
4900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4903 $as_echo_n "(cached) " >&6
4904 else
4905 case $LDCONFIG in
4906 [\\/]* | ?:[\\/]*)
4907 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in /sbin /usr/sbin $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4918 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4925 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4927 esac
4929 LDCONFIG=$ac_cv_path_LDCONFIG
4930 if test -n "$LDCONFIG"; then
4931 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4932 $as_echo "$LDCONFIG" >&6; }
4933 else
4934 { $as_echo "$as_me:$LINENO: result: no" >&5
4935 $as_echo "no" >&6; }
4939 # Find a good install program. We prefer a C program (faster),
4940 # so one script is as good as another. But avoid the broken or
4941 # incompatible versions:
4942 # SysV /etc/install, /usr/sbin/install
4943 # SunOS /usr/etc/install
4944 # IRIX /sbin/install
4945 # AIX /bin/install
4946 # AmigaOS /C/install, which installs bootblocks on floppy discs
4947 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4948 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4949 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4950 # OS/2's system install, which has a completely different semantic
4951 # ./install, which can be erroneously created by make from ./install.sh.
4952 # Reject install programs that cannot install multiple files.
4953 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4954 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4955 if test -z "$INSTALL"; then
4956 if test "${ac_cv_path_install+set}" = set; then
4957 $as_echo_n "(cached) " >&6
4958 else
4959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4960 for as_dir in $PATH
4962 IFS=$as_save_IFS
4963 test -z "$as_dir" && as_dir=.
4964 # Account for people who put trailing slashes in PATH elements.
4965 case $as_dir/ in
4966 ./ | .// | /cC/* | \
4967 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4968 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4969 /usr/ucb/* ) ;;
4971 # OSF1 and SCO ODT 3.0 have their own names for install.
4972 # Don't use installbsd from OSF since it installs stuff as root
4973 # by default.
4974 for ac_prog in ginstall scoinst install; do
4975 for ac_exec_ext in '' $ac_executable_extensions; do
4976 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4977 if test $ac_prog = install &&
4978 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4979 # AIX install. It has an incompatible calling convention.
4981 elif test $ac_prog = install &&
4982 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4983 # program-specific install script used by HP pwplus--don't use.
4985 else
4986 rm -rf conftest.one conftest.two conftest.dir
4987 echo one > conftest.one
4988 echo two > conftest.two
4989 mkdir conftest.dir
4990 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4991 test -s conftest.one && test -s conftest.two &&
4992 test -s conftest.dir/conftest.one &&
4993 test -s conftest.dir/conftest.two
4994 then
4995 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4996 break 3
5000 done
5001 done
5003 esac
5005 done
5006 IFS=$as_save_IFS
5008 rm -rf conftest.one conftest.two conftest.dir
5011 if test "${ac_cv_path_install+set}" = set; then
5012 INSTALL=$ac_cv_path_install
5013 else
5014 # As a last resort, use the slow shell script. Don't cache a
5015 # value for INSTALL within a source directory, because that will
5016 # break other packages using the cache if that directory is
5017 # removed, or if the value is a relative name.
5018 INSTALL=$ac_install_sh
5021 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5022 $as_echo "$INSTALL" >&6; }
5024 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5025 # It thinks the first close brace ends the variable substitution.
5026 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5028 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5030 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5032 case "$INSTALL" in
5033 [\\/$]* | ?:[\\/]* ) ;;
5034 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5035 esac
5037 for ac_prog in lclint lint
5039 # Extract the first word of "$ac_prog", so it can be a program name with args.
5040 set dummy $ac_prog; ac_word=$2
5041 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5042 $as_echo_n "checking for $ac_word... " >&6; }
5043 if test "${ac_cv_prog_LINT+set}" = set; then
5044 $as_echo_n "(cached) " >&6
5045 else
5046 if test -n "$LINT"; then
5047 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5048 else
5049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5050 for as_dir in $PATH
5052 IFS=$as_save_IFS
5053 test -z "$as_dir" && as_dir=.
5054 for ac_exec_ext in '' $ac_executable_extensions; do
5055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5056 ac_cv_prog_LINT="$ac_prog"
5057 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5058 break 2
5060 done
5061 done
5062 IFS=$as_save_IFS
5066 LINT=$ac_cv_prog_LINT
5067 if test -n "$LINT"; then
5068 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5069 $as_echo "$LINT" >&6; }
5070 else
5071 { $as_echo "$as_me:$LINENO: result: no" >&5
5072 $as_echo "no" >&6; }
5076 test -n "$LINT" && break
5077 done
5079 if test "$LINT" = "lint"
5080 then
5081 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5086 for ac_prog in fontforge
5088 # Extract the first word of "$ac_prog", so it can be a program name with args.
5089 set dummy $ac_prog; ac_word=$2
5090 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5091 $as_echo_n "checking for $ac_word... " >&6; }
5092 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5093 $as_echo_n "(cached) " >&6
5094 else
5095 if test -n "$FONTFORGE"; then
5096 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5097 else
5098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099 for as_dir in $PATH
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_exec_ext in '' $ac_executable_extensions; do
5104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5105 ac_cv_prog_FONTFORGE="$ac_prog"
5106 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5107 break 2
5109 done
5110 done
5111 IFS=$as_save_IFS
5115 FONTFORGE=$ac_cv_prog_FONTFORGE
5116 if test -n "$FONTFORGE"; then
5117 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5118 $as_echo "$FONTFORGE" >&6; }
5119 else
5120 { $as_echo "$as_me:$LINENO: result: no" >&5
5121 $as_echo "no" >&6; }
5125 test -n "$FONTFORGE" && break
5126 done
5127 test -n "$FONTFORGE" || FONTFORGE="false"
5129 for ac_prog in pkg-config
5131 # Extract the first word of "$ac_prog", so it can be a program name with args.
5132 set dummy $ac_prog; ac_word=$2
5133 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5134 $as_echo_n "checking for $ac_word... " >&6; }
5135 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5136 $as_echo_n "(cached) " >&6
5137 else
5138 if test -n "$PKG_CONFIG"; then
5139 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5140 else
5141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5142 for as_dir in $PATH
5144 IFS=$as_save_IFS
5145 test -z "$as_dir" && as_dir=.
5146 for ac_exec_ext in '' $ac_executable_extensions; do
5147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5148 ac_cv_prog_PKG_CONFIG="$ac_prog"
5149 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5150 break 2
5152 done
5153 done
5154 IFS=$as_save_IFS
5158 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5159 if test -n "$PKG_CONFIG"; then
5160 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5161 $as_echo "$PKG_CONFIG" >&6; }
5162 else
5163 { $as_echo "$as_me:$LINENO: result: no" >&5
5164 $as_echo "no" >&6; }
5168 test -n "$PKG_CONFIG" && break
5169 done
5170 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5172 for ac_prog in rsvg
5174 # Extract the first word of "$ac_prog", so it can be a program name with args.
5175 set dummy $ac_prog; ac_word=$2
5176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5177 $as_echo_n "checking for $ac_word... " >&6; }
5178 if test "${ac_cv_prog_RSVG+set}" = set; then
5179 $as_echo_n "(cached) " >&6
5180 else
5181 if test -n "$RSVG"; then
5182 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5183 else
5184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5185 for as_dir in $PATH
5187 IFS=$as_save_IFS
5188 test -z "$as_dir" && as_dir=.
5189 for ac_exec_ext in '' $ac_executable_extensions; do
5190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5191 ac_cv_prog_RSVG="$ac_prog"
5192 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5193 break 2
5195 done
5196 done
5197 IFS=$as_save_IFS
5201 RSVG=$ac_cv_prog_RSVG
5202 if test -n "$RSVG"; then
5203 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5204 $as_echo "$RSVG" >&6; }
5205 else
5206 { $as_echo "$as_me:$LINENO: result: no" >&5
5207 $as_echo "no" >&6; }
5211 test -n "$RSVG" && break
5212 done
5213 test -n "$RSVG" || RSVG="false"
5215 for ac_prog in icotool
5217 # Extract the first word of "$ac_prog", so it can be a program name with args.
5218 set dummy $ac_prog; ac_word=$2
5219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5220 $as_echo_n "checking for $ac_word... " >&6; }
5221 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5222 $as_echo_n "(cached) " >&6
5223 else
5224 if test -n "$ICOTOOL"; then
5225 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5226 else
5227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5228 for as_dir in $PATH
5230 IFS=$as_save_IFS
5231 test -z "$as_dir" && as_dir=.
5232 for ac_exec_ext in '' $ac_executable_extensions; do
5233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5234 ac_cv_prog_ICOTOOL="$ac_prog"
5235 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5236 break 2
5238 done
5239 done
5240 IFS=$as_save_IFS
5244 ICOTOOL=$ac_cv_prog_ICOTOOL
5245 if test -n "$ICOTOOL"; then
5246 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5247 $as_echo "$ICOTOOL" >&6; }
5248 else
5249 { $as_echo "$as_me:$LINENO: result: no" >&5
5250 $as_echo "no" >&6; }
5254 test -n "$ICOTOOL" && break
5255 done
5256 test -n "$ICOTOOL" || ICOTOOL="false"
5259 if test "${enable_maintainer_mode+set}" = set
5260 then
5261 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5262 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5263 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5266 case $host_cpu in
5267 *i[3456789]86*)
5268 # Extract the first word of "prelink", so it can be a program name with args.
5269 set dummy prelink; ac_word=$2
5270 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5271 $as_echo_n "checking for $ac_word... " >&6; }
5272 if test "${ac_cv_path_PRELINK+set}" = set; then
5273 $as_echo_n "(cached) " >&6
5274 else
5275 case $PRELINK in
5276 [\\/]* | ?:[\\/]*)
5277 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5281 for as_dir in /sbin /usr/sbin $PATH
5283 IFS=$as_save_IFS
5284 test -z "$as_dir" && as_dir=.
5285 for ac_exec_ext in '' $ac_executable_extensions; do
5286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5287 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5288 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5289 break 2
5291 done
5292 done
5293 IFS=$as_save_IFS
5295 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5297 esac
5299 PRELINK=$ac_cv_path_PRELINK
5300 if test -n "$PRELINK"; then
5301 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5302 $as_echo "$PRELINK" >&6; }
5303 else
5304 { $as_echo "$as_me:$LINENO: result: no" >&5
5305 $as_echo "no" >&6; }
5310 esac
5314 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5315 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5316 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5317 $as_echo_n "(cached) " >&6
5318 else
5319 ac_check_lib_save_LIBS=$LIBS
5320 LIBS="-li386 $LIBS"
5321 cat >conftest.$ac_ext <<_ACEOF
5322 /* confdefs.h. */
5323 _ACEOF
5324 cat confdefs.h >>conftest.$ac_ext
5325 cat >>conftest.$ac_ext <<_ACEOF
5326 /* end confdefs.h. */
5328 /* Override any GCC internal prototype to avoid an error.
5329 Use char because int might match the return type of a GCC
5330 builtin and then its argument prototype would still apply. */
5331 #ifdef __cplusplus
5332 extern "C"
5333 #endif
5334 char i386_set_ldt ();
5336 main ()
5338 return i386_set_ldt ();
5340 return 0;
5342 _ACEOF
5343 rm -f conftest.$ac_objext conftest$ac_exeext
5344 if { (ac_try="$ac_link"
5345 case "(($ac_try" in
5346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5347 *) ac_try_echo=$ac_try;;
5348 esac
5349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5350 $as_echo "$ac_try_echo") >&5
5351 (eval "$ac_link") 2>conftest.er1
5352 ac_status=$?
5353 grep -v '^ *+' conftest.er1 >conftest.err
5354 rm -f conftest.er1
5355 cat conftest.err >&5
5356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5357 (exit $ac_status); } && {
5358 test -z "$ac_c_werror_flag" ||
5359 test ! -s conftest.err
5360 } && test -s conftest$ac_exeext && {
5361 test "$cross_compiling" = yes ||
5362 $as_test_x conftest$ac_exeext
5363 }; then
5364 ac_cv_lib_i386_i386_set_ldt=yes
5365 else
5366 $as_echo "$as_me: failed program was:" >&5
5367 sed 's/^/| /' conftest.$ac_ext >&5
5369 ac_cv_lib_i386_i386_set_ldt=no
5372 rm -rf conftest.dSYM
5373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5374 conftest$ac_exeext conftest.$ac_ext
5375 LIBS=$ac_check_lib_save_LIBS
5377 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5378 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5379 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5380 cat >>confdefs.h <<_ACEOF
5381 #define HAVE_LIBI386 1
5382 _ACEOF
5384 LIBS="-li386 $LIBS"
5389 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5390 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5391 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5392 $as_echo_n "(cached) " >&6
5393 else
5394 ac_check_lib_save_LIBS=$LIBS
5395 LIBS="-lossaudio $LIBS"
5396 cat >conftest.$ac_ext <<_ACEOF
5397 /* confdefs.h. */
5398 _ACEOF
5399 cat confdefs.h >>conftest.$ac_ext
5400 cat >>conftest.$ac_ext <<_ACEOF
5401 /* end confdefs.h. */
5403 /* Override any GCC internal prototype to avoid an error.
5404 Use char because int might match the return type of a GCC
5405 builtin and then its argument prototype would still apply. */
5406 #ifdef __cplusplus
5407 extern "C"
5408 #endif
5409 char _oss_ioctl ();
5411 main ()
5413 return _oss_ioctl ();
5415 return 0;
5417 _ACEOF
5418 rm -f conftest.$ac_objext conftest$ac_exeext
5419 if { (ac_try="$ac_link"
5420 case "(($ac_try" in
5421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5422 *) ac_try_echo=$ac_try;;
5423 esac
5424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5425 $as_echo "$ac_try_echo") >&5
5426 (eval "$ac_link") 2>conftest.er1
5427 ac_status=$?
5428 grep -v '^ *+' conftest.er1 >conftest.err
5429 rm -f conftest.er1
5430 cat conftest.err >&5
5431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5432 (exit $ac_status); } && {
5433 test -z "$ac_c_werror_flag" ||
5434 test ! -s conftest.err
5435 } && test -s conftest$ac_exeext && {
5436 test "$cross_compiling" = yes ||
5437 $as_test_x conftest$ac_exeext
5438 }; then
5439 ac_cv_lib_ossaudio__oss_ioctl=yes
5440 else
5441 $as_echo "$as_me: failed program was:" >&5
5442 sed 's/^/| /' conftest.$ac_ext >&5
5444 ac_cv_lib_ossaudio__oss_ioctl=no
5447 rm -rf conftest.dSYM
5448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5449 conftest$ac_exeext conftest.$ac_ext
5450 LIBS=$ac_check_lib_save_LIBS
5452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5453 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5454 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5455 cat >>confdefs.h <<_ACEOF
5456 #define HAVE_LIBOSSAUDIO 1
5457 _ACEOF
5459 LIBS="-lossaudio $LIBS"
5464 XLIB=""
5466 OPENGL_LIBS=""
5470 ac_ext=c
5471 ac_cpp='$CPP $CPPFLAGS'
5472 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5473 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5474 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5475 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5476 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5477 # On Suns, sometimes $CPP names a directory.
5478 if test -n "$CPP" && test -d "$CPP"; then
5479 CPP=
5481 if test -z "$CPP"; then
5482 if test "${ac_cv_prog_CPP+set}" = set; then
5483 $as_echo_n "(cached) " >&6
5484 else
5485 # Double quotes because CPP needs to be expanded
5486 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5488 ac_preproc_ok=false
5489 for ac_c_preproc_warn_flag in '' yes
5491 # Use a header file that comes with gcc, so configuring glibc
5492 # with a fresh cross-compiler works.
5493 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5494 # <limits.h> exists even on freestanding compilers.
5495 # On the NeXT, cc -E runs the code through the compiler's parser,
5496 # not just through cpp. "Syntax error" is here to catch this case.
5497 cat >conftest.$ac_ext <<_ACEOF
5498 /* confdefs.h. */
5499 _ACEOF
5500 cat confdefs.h >>conftest.$ac_ext
5501 cat >>conftest.$ac_ext <<_ACEOF
5502 /* end confdefs.h. */
5503 #ifdef __STDC__
5504 # include <limits.h>
5505 #else
5506 # include <assert.h>
5507 #endif
5508 Syntax error
5509 _ACEOF
5510 if { (ac_try="$ac_cpp conftest.$ac_ext"
5511 case "(($ac_try" in
5512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5513 *) ac_try_echo=$ac_try;;
5514 esac
5515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5516 $as_echo "$ac_try_echo") >&5
5517 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5518 ac_status=$?
5519 grep -v '^ *+' conftest.er1 >conftest.err
5520 rm -f conftest.er1
5521 cat conftest.err >&5
5522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5523 (exit $ac_status); } >/dev/null && {
5524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5525 test ! -s conftest.err
5526 }; then
5528 else
5529 $as_echo "$as_me: failed program was:" >&5
5530 sed 's/^/| /' conftest.$ac_ext >&5
5532 # Broken: fails on valid input.
5533 continue
5536 rm -f conftest.err conftest.$ac_ext
5538 # OK, works on sane cases. Now check whether nonexistent headers
5539 # can be detected and how.
5540 cat >conftest.$ac_ext <<_ACEOF
5541 /* confdefs.h. */
5542 _ACEOF
5543 cat confdefs.h >>conftest.$ac_ext
5544 cat >>conftest.$ac_ext <<_ACEOF
5545 /* end confdefs.h. */
5546 #include <ac_nonexistent.h>
5547 _ACEOF
5548 if { (ac_try="$ac_cpp conftest.$ac_ext"
5549 case "(($ac_try" in
5550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5551 *) ac_try_echo=$ac_try;;
5552 esac
5553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5554 $as_echo "$ac_try_echo") >&5
5555 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5556 ac_status=$?
5557 grep -v '^ *+' conftest.er1 >conftest.err
5558 rm -f conftest.er1
5559 cat conftest.err >&5
5560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5561 (exit $ac_status); } >/dev/null && {
5562 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5563 test ! -s conftest.err
5564 }; then
5565 # Broken: success on invalid input.
5566 continue
5567 else
5568 $as_echo "$as_me: failed program was:" >&5
5569 sed 's/^/| /' conftest.$ac_ext >&5
5571 # Passes both tests.
5572 ac_preproc_ok=:
5573 break
5576 rm -f conftest.err conftest.$ac_ext
5578 done
5579 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5580 rm -f conftest.err conftest.$ac_ext
5581 if $ac_preproc_ok; then
5582 break
5585 done
5586 ac_cv_prog_CPP=$CPP
5589 CPP=$ac_cv_prog_CPP
5590 else
5591 ac_cv_prog_CPP=$CPP
5593 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5594 $as_echo "$CPP" >&6; }
5595 ac_preproc_ok=false
5596 for ac_c_preproc_warn_flag in '' yes
5598 # Use a header file that comes with gcc, so configuring glibc
5599 # with a fresh cross-compiler works.
5600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5601 # <limits.h> exists even on freestanding compilers.
5602 # On the NeXT, cc -E runs the code through the compiler's parser,
5603 # not just through cpp. "Syntax error" is here to catch this case.
5604 cat >conftest.$ac_ext <<_ACEOF
5605 /* confdefs.h. */
5606 _ACEOF
5607 cat confdefs.h >>conftest.$ac_ext
5608 cat >>conftest.$ac_ext <<_ACEOF
5609 /* end confdefs.h. */
5610 #ifdef __STDC__
5611 # include <limits.h>
5612 #else
5613 # include <assert.h>
5614 #endif
5615 Syntax error
5616 _ACEOF
5617 if { (ac_try="$ac_cpp conftest.$ac_ext"
5618 case "(($ac_try" in
5619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5620 *) ac_try_echo=$ac_try;;
5621 esac
5622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5623 $as_echo "$ac_try_echo") >&5
5624 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5625 ac_status=$?
5626 grep -v '^ *+' conftest.er1 >conftest.err
5627 rm -f conftest.er1
5628 cat conftest.err >&5
5629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5630 (exit $ac_status); } >/dev/null && {
5631 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5632 test ! -s conftest.err
5633 }; then
5635 else
5636 $as_echo "$as_me: failed program was:" >&5
5637 sed 's/^/| /' conftest.$ac_ext >&5
5639 # Broken: fails on valid input.
5640 continue
5643 rm -f conftest.err conftest.$ac_ext
5645 # OK, works on sane cases. Now check whether nonexistent headers
5646 # can be detected and how.
5647 cat >conftest.$ac_ext <<_ACEOF
5648 /* confdefs.h. */
5649 _ACEOF
5650 cat confdefs.h >>conftest.$ac_ext
5651 cat >>conftest.$ac_ext <<_ACEOF
5652 /* end confdefs.h. */
5653 #include <ac_nonexistent.h>
5654 _ACEOF
5655 if { (ac_try="$ac_cpp conftest.$ac_ext"
5656 case "(($ac_try" in
5657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5658 *) ac_try_echo=$ac_try;;
5659 esac
5660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5661 $as_echo "$ac_try_echo") >&5
5662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5663 ac_status=$?
5664 grep -v '^ *+' conftest.er1 >conftest.err
5665 rm -f conftest.er1
5666 cat conftest.err >&5
5667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5668 (exit $ac_status); } >/dev/null && {
5669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5670 test ! -s conftest.err
5671 }; then
5672 # Broken: success on invalid input.
5673 continue
5674 else
5675 $as_echo "$as_me: failed program was:" >&5
5676 sed 's/^/| /' conftest.$ac_ext >&5
5678 # Passes both tests.
5679 ac_preproc_ok=:
5680 break
5683 rm -f conftest.err conftest.$ac_ext
5685 done
5686 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5687 rm -f conftest.err conftest.$ac_ext
5688 if $ac_preproc_ok; then
5690 else
5691 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5692 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5693 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5694 See \`config.log' for more details." >&5
5695 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5696 See \`config.log' for more details." >&2;}
5697 { (exit 1); exit 1; }; }; }
5700 ac_ext=c
5701 ac_cpp='$CPP $CPPFLAGS'
5702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5707 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5708 $as_echo_n "checking for ANSI C header files... " >&6; }
5709 if test "${ac_cv_header_stdc+set}" = set; then
5710 $as_echo_n "(cached) " >&6
5711 else
5712 cat >conftest.$ac_ext <<_ACEOF
5713 /* confdefs.h. */
5714 _ACEOF
5715 cat confdefs.h >>conftest.$ac_ext
5716 cat >>conftest.$ac_ext <<_ACEOF
5717 /* end confdefs.h. */
5718 #include <stdlib.h>
5719 #include <stdarg.h>
5720 #include <string.h>
5721 #include <float.h>
5724 main ()
5728 return 0;
5730 _ACEOF
5731 rm -f conftest.$ac_objext
5732 if { (ac_try="$ac_compile"
5733 case "(($ac_try" in
5734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5735 *) ac_try_echo=$ac_try;;
5736 esac
5737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5738 $as_echo "$ac_try_echo") >&5
5739 (eval "$ac_compile") 2>conftest.er1
5740 ac_status=$?
5741 grep -v '^ *+' conftest.er1 >conftest.err
5742 rm -f conftest.er1
5743 cat conftest.err >&5
5744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745 (exit $ac_status); } && {
5746 test -z "$ac_c_werror_flag" ||
5747 test ! -s conftest.err
5748 } && test -s conftest.$ac_objext; then
5749 ac_cv_header_stdc=yes
5750 else
5751 $as_echo "$as_me: failed program was:" >&5
5752 sed 's/^/| /' conftest.$ac_ext >&5
5754 ac_cv_header_stdc=no
5757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5759 if test $ac_cv_header_stdc = yes; then
5760 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5761 cat >conftest.$ac_ext <<_ACEOF
5762 /* confdefs.h. */
5763 _ACEOF
5764 cat confdefs.h >>conftest.$ac_ext
5765 cat >>conftest.$ac_ext <<_ACEOF
5766 /* end confdefs.h. */
5767 #include <string.h>
5769 _ACEOF
5770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5771 $EGREP "memchr" >/dev/null 2>&1; then
5773 else
5774 ac_cv_header_stdc=no
5776 rm -f conftest*
5780 if test $ac_cv_header_stdc = yes; then
5781 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5782 cat >conftest.$ac_ext <<_ACEOF
5783 /* confdefs.h. */
5784 _ACEOF
5785 cat confdefs.h >>conftest.$ac_ext
5786 cat >>conftest.$ac_ext <<_ACEOF
5787 /* end confdefs.h. */
5788 #include <stdlib.h>
5790 _ACEOF
5791 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5792 $EGREP "free" >/dev/null 2>&1; then
5794 else
5795 ac_cv_header_stdc=no
5797 rm -f conftest*
5801 if test $ac_cv_header_stdc = yes; then
5802 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5803 if test "$cross_compiling" = yes; then
5805 else
5806 cat >conftest.$ac_ext <<_ACEOF
5807 /* confdefs.h. */
5808 _ACEOF
5809 cat confdefs.h >>conftest.$ac_ext
5810 cat >>conftest.$ac_ext <<_ACEOF
5811 /* end confdefs.h. */
5812 #include <ctype.h>
5813 #include <stdlib.h>
5814 #if ((' ' & 0x0FF) == 0x020)
5815 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5816 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5817 #else
5818 # define ISLOWER(c) \
5819 (('a' <= (c) && (c) <= 'i') \
5820 || ('j' <= (c) && (c) <= 'r') \
5821 || ('s' <= (c) && (c) <= 'z'))
5822 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5823 #endif
5825 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5827 main ()
5829 int i;
5830 for (i = 0; i < 256; i++)
5831 if (XOR (islower (i), ISLOWER (i))
5832 || toupper (i) != TOUPPER (i))
5833 return 2;
5834 return 0;
5836 _ACEOF
5837 rm -f conftest$ac_exeext
5838 if { (ac_try="$ac_link"
5839 case "(($ac_try" in
5840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5841 *) ac_try_echo=$ac_try;;
5842 esac
5843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5844 $as_echo "$ac_try_echo") >&5
5845 (eval "$ac_link") 2>&5
5846 ac_status=$?
5847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5849 { (case "(($ac_try" in
5850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5851 *) ac_try_echo=$ac_try;;
5852 esac
5853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5854 $as_echo "$ac_try_echo") >&5
5855 (eval "$ac_try") 2>&5
5856 ac_status=$?
5857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5858 (exit $ac_status); }; }; then
5860 else
5861 $as_echo "$as_me: program exited with status $ac_status" >&5
5862 $as_echo "$as_me: failed program was:" >&5
5863 sed 's/^/| /' conftest.$ac_ext >&5
5865 ( exit $ac_status )
5866 ac_cv_header_stdc=no
5868 rm -rf conftest.dSYM
5869 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5875 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5876 $as_echo "$ac_cv_header_stdc" >&6; }
5877 if test $ac_cv_header_stdc = yes; then
5879 cat >>confdefs.h <<\_ACEOF
5880 #define STDC_HEADERS 1
5881 _ACEOF
5885 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5895 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5896 inttypes.h stdint.h unistd.h
5898 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5899 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5900 $as_echo_n "checking for $ac_header... " >&6; }
5901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5902 $as_echo_n "(cached) " >&6
5903 else
5904 cat >conftest.$ac_ext <<_ACEOF
5905 /* confdefs.h. */
5906 _ACEOF
5907 cat confdefs.h >>conftest.$ac_ext
5908 cat >>conftest.$ac_ext <<_ACEOF
5909 /* end confdefs.h. */
5910 $ac_includes_default
5912 #include <$ac_header>
5913 _ACEOF
5914 rm -f conftest.$ac_objext
5915 if { (ac_try="$ac_compile"
5916 case "(($ac_try" in
5917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5918 *) ac_try_echo=$ac_try;;
5919 esac
5920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5921 $as_echo "$ac_try_echo") >&5
5922 (eval "$ac_compile") 2>conftest.er1
5923 ac_status=$?
5924 grep -v '^ *+' conftest.er1 >conftest.err
5925 rm -f conftest.er1
5926 cat conftest.err >&5
5927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5928 (exit $ac_status); } && {
5929 test -z "$ac_c_werror_flag" ||
5930 test ! -s conftest.err
5931 } && test -s conftest.$ac_objext; then
5932 eval "$as_ac_Header=yes"
5933 else
5934 $as_echo "$as_me: failed program was:" >&5
5935 sed 's/^/| /' conftest.$ac_ext >&5
5937 eval "$as_ac_Header=no"
5940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5942 ac_res=`eval 'as_val=${'$as_ac_Header'}
5943 $as_echo "$as_val"'`
5944 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5945 $as_echo "$ac_res" >&6; }
5946 as_val=`eval 'as_val=${'$as_ac_Header'}
5947 $as_echo "$as_val"'`
5948 if test "x$as_val" = x""yes; then
5949 cat >>confdefs.h <<_ACEOF
5950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5951 _ACEOF
5955 done
6074 for ac_header in \
6075 AudioUnit/AudioUnit.h \
6076 Carbon/Carbon.h \
6077 CoreAudio/CoreAudio.h \
6078 DiskArbitration/DiskArbitration.h \
6079 IOKit/IOKitLib.h \
6080 alias.h \
6081 alsa/asoundlib.h \
6082 arpa/inet.h \
6083 arpa/nameser.h \
6084 asm/types.h \
6085 capi20.h \
6086 curses.h \
6087 direct.h \
6088 dirent.h \
6089 dlfcn.h \
6090 elf.h \
6091 float.h \
6092 fontconfig/fontconfig.h \
6093 getopt.h \
6094 grp.h \
6095 ieeefp.h \
6096 io.h \
6097 jack/jack.h \
6098 jpeglib.h \
6099 lber.h \
6100 lcms.h \
6101 lcms/lcms.h \
6102 ldap.h \
6103 libaudioio.h \
6104 link.h \
6105 linux/cdrom.h \
6106 linux/compiler.h \
6107 linux/hdreg.h \
6108 linux/input.h \
6109 linux/ioctl.h \
6110 linux/joystick.h \
6111 linux/major.h \
6112 linux/param.h \
6113 linux/serial.h \
6114 linux/types.h \
6115 linux/ucdrom.h \
6116 mach/mach.h \
6117 mach/machine.h \
6118 machine/cpu.h \
6119 machine/limits.h \
6120 machine/soundcard.h \
6121 mntent.h \
6122 ncurses.h \
6123 netdb.h \
6124 netinet/in.h \
6125 netinet/in_systm.h \
6126 netinet/tcp.h \
6127 netinet/tcp_fsm.h \
6128 openssl/err.h \
6129 openssl/ssl.h \
6130 png.h \
6131 poll.h \
6132 process.h \
6133 pthread.h \
6134 pwd.h \
6135 regex.h \
6136 sched.h \
6137 scsi/scsi.h \
6138 scsi/scsi_ioctl.h \
6139 scsi/sg.h \
6140 soundcard.h \
6141 stdint.h \
6142 strings.h \
6143 sys/asoundlib.h \
6144 sys/cdio.h \
6145 sys/elf32.h \
6146 sys/epoll.h \
6147 sys/errno.h \
6148 sys/event.h \
6149 sys/exec_elf.h \
6150 sys/filio.h \
6151 sys/ioctl.h \
6152 sys/ipc.h \
6153 sys/limits.h \
6154 sys/link.h \
6155 sys/lwp.h \
6156 sys/mman.h \
6157 sys/modem.h \
6158 sys/msg.h \
6159 sys/mtio.h \
6160 sys/param.h \
6161 sys/poll.h \
6162 sys/prctl.h \
6163 sys/protosw.h \
6164 sys/ptrace.h \
6165 sys/reg.h \
6166 sys/resource.h \
6167 sys/scsiio.h \
6168 sys/shm.h \
6169 sys/signal.h \
6170 sys/socket.h \
6171 sys/socketvar.h \
6172 sys/sockio.h \
6173 sys/soundcard.h \
6174 sys/statvfs.h \
6175 sys/strtio.h \
6176 sys/syscall.h \
6177 sys/time.h \
6178 sys/timeout.h \
6179 sys/times.h \
6180 sys/uio.h \
6181 sys/un.h \
6182 sys/utsname.h \
6183 sys/vm86.h \
6184 sys/wait.h \
6185 syscall.h \
6186 termios.h \
6187 unistd.h \
6188 utime.h \
6189 valgrind/memcheck.h \
6190 valgrind/valgrind.h
6193 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6195 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6196 $as_echo_n "checking for $ac_header... " >&6; }
6197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6198 $as_echo_n "(cached) " >&6
6200 ac_res=`eval 'as_val=${'$as_ac_Header'}
6201 $as_echo "$as_val"'`
6202 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6203 $as_echo "$ac_res" >&6; }
6204 else
6205 # Is the header compilable?
6206 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6207 $as_echo_n "checking $ac_header usability... " >&6; }
6208 cat >conftest.$ac_ext <<_ACEOF
6209 /* confdefs.h. */
6210 _ACEOF
6211 cat confdefs.h >>conftest.$ac_ext
6212 cat >>conftest.$ac_ext <<_ACEOF
6213 /* end confdefs.h. */
6214 $ac_includes_default
6215 #include <$ac_header>
6216 _ACEOF
6217 rm -f conftest.$ac_objext
6218 if { (ac_try="$ac_compile"
6219 case "(($ac_try" in
6220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6221 *) ac_try_echo=$ac_try;;
6222 esac
6223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6224 $as_echo "$ac_try_echo") >&5
6225 (eval "$ac_compile") 2>conftest.er1
6226 ac_status=$?
6227 grep -v '^ *+' conftest.er1 >conftest.err
6228 rm -f conftest.er1
6229 cat conftest.err >&5
6230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6231 (exit $ac_status); } && {
6232 test -z "$ac_c_werror_flag" ||
6233 test ! -s conftest.err
6234 } && test -s conftest.$ac_objext; then
6235 ac_header_compiler=yes
6236 else
6237 $as_echo "$as_me: failed program was:" >&5
6238 sed 's/^/| /' conftest.$ac_ext >&5
6240 ac_header_compiler=no
6243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6244 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6245 $as_echo "$ac_header_compiler" >&6; }
6247 # Is the header present?
6248 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6249 $as_echo_n "checking $ac_header presence... " >&6; }
6250 cat >conftest.$ac_ext <<_ACEOF
6251 /* confdefs.h. */
6252 _ACEOF
6253 cat confdefs.h >>conftest.$ac_ext
6254 cat >>conftest.$ac_ext <<_ACEOF
6255 /* end confdefs.h. */
6256 #include <$ac_header>
6257 _ACEOF
6258 if { (ac_try="$ac_cpp conftest.$ac_ext"
6259 case "(($ac_try" in
6260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6261 *) ac_try_echo=$ac_try;;
6262 esac
6263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6264 $as_echo "$ac_try_echo") >&5
6265 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6266 ac_status=$?
6267 grep -v '^ *+' conftest.er1 >conftest.err
6268 rm -f conftest.er1
6269 cat conftest.err >&5
6270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6271 (exit $ac_status); } >/dev/null && {
6272 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6273 test ! -s conftest.err
6274 }; then
6275 ac_header_preproc=yes
6276 else
6277 $as_echo "$as_me: failed program was:" >&5
6278 sed 's/^/| /' conftest.$ac_ext >&5
6280 ac_header_preproc=no
6283 rm -f conftest.err conftest.$ac_ext
6284 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6285 $as_echo "$ac_header_preproc" >&6; }
6287 # So? What about this header?
6288 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6289 yes:no: )
6290 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6292 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6293 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6294 ac_header_preproc=yes
6296 no:yes:* )
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6300 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6302 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6304 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6306 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6307 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6308 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6309 ( cat <<\_ASBOX
6310 ## ------------------------------------ ##
6311 ## Report this to wine-devel@winehq.org ##
6312 ## ------------------------------------ ##
6313 _ASBOX
6314 ) | sed "s/^/$as_me: WARNING: /" >&2
6316 esac
6317 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6318 $as_echo_n "checking for $ac_header... " >&6; }
6319 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6320 $as_echo_n "(cached) " >&6
6321 else
6322 eval "$as_ac_Header=\$ac_header_preproc"
6324 ac_res=`eval 'as_val=${'$as_ac_Header'}
6325 $as_echo "$as_val"'`
6326 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6327 $as_echo "$ac_res" >&6; }
6330 as_val=`eval 'as_val=${'$as_ac_Header'}
6331 $as_echo "$as_val"'`
6332 if test "x$as_val" = x""yes; then
6333 cat >>confdefs.h <<_ACEOF
6334 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6335 _ACEOF
6339 done
6341 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6342 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6343 if test "${ac_cv_header_stat_broken+set}" = set; then
6344 $as_echo_n "(cached) " >&6
6345 else
6346 cat >conftest.$ac_ext <<_ACEOF
6347 /* confdefs.h. */
6348 _ACEOF
6349 cat confdefs.h >>conftest.$ac_ext
6350 cat >>conftest.$ac_ext <<_ACEOF
6351 /* end confdefs.h. */
6352 #include <sys/types.h>
6353 #include <sys/stat.h>
6355 #if defined S_ISBLK && defined S_IFDIR
6356 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6357 #endif
6359 #if defined S_ISBLK && defined S_IFCHR
6360 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6361 #endif
6363 #if defined S_ISLNK && defined S_IFREG
6364 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6365 #endif
6367 #if defined S_ISSOCK && defined S_IFREG
6368 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6369 #endif
6371 _ACEOF
6372 rm -f conftest.$ac_objext
6373 if { (ac_try="$ac_compile"
6374 case "(($ac_try" in
6375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6376 *) ac_try_echo=$ac_try;;
6377 esac
6378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6379 $as_echo "$ac_try_echo") >&5
6380 (eval "$ac_compile") 2>conftest.er1
6381 ac_status=$?
6382 grep -v '^ *+' conftest.er1 >conftest.err
6383 rm -f conftest.er1
6384 cat conftest.err >&5
6385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6386 (exit $ac_status); } && {
6387 test -z "$ac_c_werror_flag" ||
6388 test ! -s conftest.err
6389 } && test -s conftest.$ac_objext; then
6390 ac_cv_header_stat_broken=no
6391 else
6392 $as_echo "$as_me: failed program was:" >&5
6393 sed 's/^/| /' conftest.$ac_ext >&5
6395 ac_cv_header_stat_broken=yes
6398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6400 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6401 $as_echo "$ac_cv_header_stat_broken" >&6; }
6402 if test $ac_cv_header_stat_broken = yes; then
6404 cat >>confdefs.h <<\_ACEOF
6405 #define STAT_MACROS_BROKEN 1
6406 _ACEOF
6417 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6419 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6420 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6421 $as_echo_n "checking for $ac_header... " >&6; }
6422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6423 $as_echo_n "(cached) " >&6
6424 else
6425 cat >conftest.$ac_ext <<_ACEOF
6426 /* confdefs.h. */
6427 _ACEOF
6428 cat confdefs.h >>conftest.$ac_ext
6429 cat >>conftest.$ac_ext <<_ACEOF
6430 /* end confdefs.h. */
6431 #include <sys/types.h>
6432 #ifdef HAVE_SYS_PARAM_H
6433 # include <sys/param.h>
6434 #endif
6436 #include <$ac_header>
6437 _ACEOF
6438 rm -f conftest.$ac_objext
6439 if { (ac_try="$ac_compile"
6440 case "(($ac_try" in
6441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6442 *) ac_try_echo=$ac_try;;
6443 esac
6444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6445 $as_echo "$ac_try_echo") >&5
6446 (eval "$ac_compile") 2>conftest.er1
6447 ac_status=$?
6448 grep -v '^ *+' conftest.er1 >conftest.err
6449 rm -f conftest.er1
6450 cat conftest.err >&5
6451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6452 (exit $ac_status); } && {
6453 test -z "$ac_c_werror_flag" ||
6454 test ! -s conftest.err
6455 } && test -s conftest.$ac_objext; then
6456 eval "$as_ac_Header=yes"
6457 else
6458 $as_echo "$as_me: failed program was:" >&5
6459 sed 's/^/| /' conftest.$ac_ext >&5
6461 eval "$as_ac_Header=no"
6464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6466 ac_res=`eval 'as_val=${'$as_ac_Header'}
6467 $as_echo "$as_val"'`
6468 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6469 $as_echo "$ac_res" >&6; }
6470 as_val=`eval 'as_val=${'$as_ac_Header'}
6471 $as_echo "$as_val"'`
6472 if test "x$as_val" = x""yes; then
6473 cat >>confdefs.h <<_ACEOF
6474 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6475 _ACEOF
6479 done
6495 for ac_header in \
6496 netinet/ip.h \
6497 net/if.h \
6498 net/if_arp.h \
6499 net/if_dl.h \
6500 net/if_types.h \
6501 net/route.h \
6502 netinet/if_ether.h \
6503 netinet/if_inarp.h \
6504 netinet/in_pcb.h \
6505 netinet/ip_icmp.h \
6506 netinet/ip_var.h \
6507 netinet/udp.h \
6508 netipx/ipx.h \
6511 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6512 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6513 $as_echo_n "checking for $ac_header... " >&6; }
6514 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6515 $as_echo_n "(cached) " >&6
6516 else
6517 cat >conftest.$ac_ext <<_ACEOF
6518 /* confdefs.h. */
6519 _ACEOF
6520 cat confdefs.h >>conftest.$ac_ext
6521 cat >>conftest.$ac_ext <<_ACEOF
6522 /* end confdefs.h. */
6523 #include <sys/types.h>
6524 #ifdef HAVE_SYS_SOCKET_H
6525 # include <sys/socket.h>
6526 #endif
6527 #ifdef HAVE_SYS_SOCKETVAR_H
6528 # include <sys/socketvar.h>
6529 #endif
6530 #ifdef HAVE_NET_ROUTE_H
6531 # include <net/route.h>
6532 #endif
6533 #ifdef HAVE_NETINET_IN_H
6534 # include <netinet/in.h>
6535 #endif
6536 #ifdef HAVE_NETINET_IN_SYSTM_H
6537 # include <netinet/in_systm.h>
6538 #endif
6539 #ifdef HAVE_NET_IF_H
6540 # include <net/if.h>
6541 #endif
6542 #ifdef HAVE_NETINET_IP_H
6543 # include <netinet/ip.h>
6544 #endif
6546 #include <$ac_header>
6547 _ACEOF
6548 rm -f conftest.$ac_objext
6549 if { (ac_try="$ac_compile"
6550 case "(($ac_try" in
6551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6552 *) ac_try_echo=$ac_try;;
6553 esac
6554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6555 $as_echo "$ac_try_echo") >&5
6556 (eval "$ac_compile") 2>conftest.er1
6557 ac_status=$?
6558 grep -v '^ *+' conftest.er1 >conftest.err
6559 rm -f conftest.er1
6560 cat conftest.err >&5
6561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6562 (exit $ac_status); } && {
6563 test -z "$ac_c_werror_flag" ||
6564 test ! -s conftest.err
6565 } && test -s conftest.$ac_objext; then
6566 eval "$as_ac_Header=yes"
6567 else
6568 $as_echo "$as_me: failed program was:" >&5
6569 sed 's/^/| /' conftest.$ac_ext >&5
6571 eval "$as_ac_Header=no"
6574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6576 ac_res=`eval 'as_val=${'$as_ac_Header'}
6577 $as_echo "$as_val"'`
6578 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6579 $as_echo "$ac_res" >&6; }
6580 as_val=`eval 'as_val=${'$as_ac_Header'}
6581 $as_echo "$as_val"'`
6582 if test "x$as_val" = x""yes; then
6583 cat >>confdefs.h <<_ACEOF
6584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6585 _ACEOF
6589 done
6596 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6598 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6599 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6600 $as_echo_n "checking for $ac_header... " >&6; }
6601 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6602 $as_echo_n "(cached) " >&6
6603 else
6604 cat >conftest.$ac_ext <<_ACEOF
6605 /* confdefs.h. */
6606 _ACEOF
6607 cat confdefs.h >>conftest.$ac_ext
6608 cat >>conftest.$ac_ext <<_ACEOF
6609 /* end confdefs.h. */
6610 #include <sys/types.h>
6611 #ifdef HAVE_ALIAS_H
6612 # include <alias.h>
6613 #endif
6614 #ifdef HAVE_SYS_SOCKET_H
6615 # include <sys/socket.h>
6616 #endif
6617 #ifdef HAVE_SYS_SOCKETVAR_H
6618 # include <sys/socketvar.h>
6619 #endif
6620 #ifdef HAVE_SYS_TIMEOUT_H
6621 # include <sys/timeout.h>
6622 #endif
6623 #ifdef HAVE_NETINET_IN_H
6624 # include <netinet/in.h>
6625 #endif
6626 #ifdef HAVE_NETINET_IN_SYSTM_H
6627 # include <netinet/in_systm.h>
6628 #endif
6629 #ifdef HAVE_NETINET_IP_H
6630 # include <netinet/ip.h>
6631 #endif
6632 #ifdef HAVE_NETINET_IP_VAR_H
6633 # include <netinet/ip_var.h>
6634 #endif
6635 #ifdef HAVE_NETINET_IP_ICMP_H
6636 # include <netinet/ip_icmp.h>
6637 #endif
6638 #ifdef HAVE_NETINET_UDP_H
6639 # include <netinet/udp.h>
6640 #endif
6641 #ifdef HAVE_NETINET_TCP_H
6642 # include <netinet/tcp.h>
6643 #endif
6644 #ifdef HAVE_NETINET_TCP_TIMER_H
6645 #include <netinet/tcp_timer.h>
6646 #endif
6648 #include <$ac_header>
6649 _ACEOF
6650 rm -f conftest.$ac_objext
6651 if { (ac_try="$ac_compile"
6652 case "(($ac_try" in
6653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6654 *) ac_try_echo=$ac_try;;
6655 esac
6656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6657 $as_echo "$ac_try_echo") >&5
6658 (eval "$ac_compile") 2>conftest.er1
6659 ac_status=$?
6660 grep -v '^ *+' conftest.er1 >conftest.err
6661 rm -f conftest.er1
6662 cat conftest.err >&5
6663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 (exit $ac_status); } && {
6665 test -z "$ac_c_werror_flag" ||
6666 test ! -s conftest.err
6667 } && test -s conftest.$ac_objext; then
6668 eval "$as_ac_Header=yes"
6669 else
6670 $as_echo "$as_me: failed program was:" >&5
6671 sed 's/^/| /' conftest.$ac_ext >&5
6673 eval "$as_ac_Header=no"
6676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6678 ac_res=`eval 'as_val=${'$as_ac_Header'}
6679 $as_echo "$as_val"'`
6680 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6681 $as_echo "$ac_res" >&6; }
6682 as_val=`eval 'as_val=${'$as_ac_Header'}
6683 $as_echo "$as_val"'`
6684 if test "x$as_val" = x""yes; then
6685 cat >>confdefs.h <<_ACEOF
6686 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6687 _ACEOF
6691 done
6695 for ac_header in linux/ipx.h
6697 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6698 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6699 $as_echo_n "checking for $ac_header... " >&6; }
6700 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6701 $as_echo_n "(cached) " >&6
6702 else
6703 cat >conftest.$ac_ext <<_ACEOF
6704 /* confdefs.h. */
6705 _ACEOF
6706 cat confdefs.h >>conftest.$ac_ext
6707 cat >>conftest.$ac_ext <<_ACEOF
6708 /* end confdefs.h. */
6709 #include <sys/types.h>
6710 #ifdef HAVE_ASM_TYPES_H
6711 # include <asm/types.h>
6712 #endif
6713 #ifdef HAVE_SYS_SOCKET_H
6714 # include <sys/socket.h>
6715 #endif
6716 #ifdef HAVE_LINUX_TYPES_H
6717 # include <linux/types.h>
6718 #endif
6720 #include <$ac_header>
6721 _ACEOF
6722 rm -f conftest.$ac_objext
6723 if { (ac_try="$ac_compile"
6724 case "(($ac_try" in
6725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6726 *) ac_try_echo=$ac_try;;
6727 esac
6728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6729 $as_echo "$ac_try_echo") >&5
6730 (eval "$ac_compile") 2>conftest.er1
6731 ac_status=$?
6732 grep -v '^ *+' conftest.er1 >conftest.err
6733 rm -f conftest.er1
6734 cat conftest.err >&5
6735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6736 (exit $ac_status); } && {
6737 test -z "$ac_c_werror_flag" ||
6738 test ! -s conftest.err
6739 } && test -s conftest.$ac_objext; then
6740 eval "$as_ac_Header=yes"
6741 else
6742 $as_echo "$as_me: failed program was:" >&5
6743 sed 's/^/| /' conftest.$ac_ext >&5
6745 eval "$as_ac_Header=no"
6748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6750 ac_res=`eval 'as_val=${'$as_ac_Header'}
6751 $as_echo "$as_val"'`
6752 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6753 $as_echo "$ac_res" >&6; }
6754 as_val=`eval 'as_val=${'$as_ac_Header'}
6755 $as_echo "$as_val"'`
6756 if test "x$as_val" = x""yes; then
6757 cat >>confdefs.h <<_ACEOF
6758 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6759 _ACEOF
6763 done
6767 for ac_header in resolv.h
6769 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6770 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6771 $as_echo_n "checking for $ac_header... " >&6; }
6772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6773 $as_echo_n "(cached) " >&6
6774 else
6775 cat >conftest.$ac_ext <<_ACEOF
6776 /* confdefs.h. */
6777 _ACEOF
6778 cat confdefs.h >>conftest.$ac_ext
6779 cat >>conftest.$ac_ext <<_ACEOF
6780 /* end confdefs.h. */
6781 #include <sys/types.h>
6782 #ifdef HAVE_SYS_SOCKET_H
6783 # include <sys/socket.h>
6784 #endif
6785 #ifdef HAVE_NETINET_IN_H
6786 # include <netinet/in.h>
6787 #endif
6788 #ifdef HAVE_ARPA_NAMESER_H
6789 # include <arpa/nameser.h>
6790 #endif
6792 #include <$ac_header>
6793 _ACEOF
6794 rm -f conftest.$ac_objext
6795 if { (ac_try="$ac_compile"
6796 case "(($ac_try" in
6797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6798 *) ac_try_echo=$ac_try;;
6799 esac
6800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6801 $as_echo "$ac_try_echo") >&5
6802 (eval "$ac_compile") 2>conftest.er1
6803 ac_status=$?
6804 grep -v '^ *+' conftest.er1 >conftest.err
6805 rm -f conftest.er1
6806 cat conftest.err >&5
6807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6808 (exit $ac_status); } && {
6809 test -z "$ac_c_werror_flag" ||
6810 test ! -s conftest.err
6811 } && test -s conftest.$ac_objext; then
6812 eval "$as_ac_Header=yes"
6813 else
6814 $as_echo "$as_me: failed program was:" >&5
6815 sed 's/^/| /' conftest.$ac_ext >&5
6817 eval "$as_ac_Header=no"
6820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6822 ac_res=`eval 'as_val=${'$as_ac_Header'}
6823 $as_echo "$as_val"'`
6824 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6825 $as_echo "$ac_res" >&6; }
6826 as_val=`eval 'as_val=${'$as_ac_Header'}
6827 $as_echo "$as_val"'`
6828 if test "x$as_val" = x""yes; then
6829 cat >>confdefs.h <<_ACEOF
6830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6831 _ACEOF
6835 done
6839 for ac_header in ucontext.h
6841 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6842 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6843 $as_echo_n "checking for $ac_header... " >&6; }
6844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6845 $as_echo_n "(cached) " >&6
6846 else
6847 cat >conftest.$ac_ext <<_ACEOF
6848 /* confdefs.h. */
6849 _ACEOF
6850 cat confdefs.h >>conftest.$ac_ext
6851 cat >>conftest.$ac_ext <<_ACEOF
6852 /* end confdefs.h. */
6853 #include <signal.h>
6855 #include <$ac_header>
6856 _ACEOF
6857 rm -f conftest.$ac_objext
6858 if { (ac_try="$ac_compile"
6859 case "(($ac_try" in
6860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6861 *) ac_try_echo=$ac_try;;
6862 esac
6863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6864 $as_echo "$ac_try_echo") >&5
6865 (eval "$ac_compile") 2>conftest.er1
6866 ac_status=$?
6867 grep -v '^ *+' conftest.er1 >conftest.err
6868 rm -f conftest.er1
6869 cat conftest.err >&5
6870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6871 (exit $ac_status); } && {
6872 test -z "$ac_c_werror_flag" ||
6873 test ! -s conftest.err
6874 } && test -s conftest.$ac_objext; then
6875 eval "$as_ac_Header=yes"
6876 else
6877 $as_echo "$as_me: failed program was:" >&5
6878 sed 's/^/| /' conftest.$ac_ext >&5
6880 eval "$as_ac_Header=no"
6883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6885 ac_res=`eval 'as_val=${'$as_ac_Header'}
6886 $as_echo "$as_val"'`
6887 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6888 $as_echo "$ac_res" >&6; }
6889 as_val=`eval 'as_val=${'$as_ac_Header'}
6890 $as_echo "$as_val"'`
6891 if test "x$as_val" = x""yes; then
6892 cat >>confdefs.h <<_ACEOF
6893 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6894 _ACEOF
6898 done
6902 for ac_header in sys/thr.h
6904 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6905 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6906 $as_echo_n "checking for $ac_header... " >&6; }
6907 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6908 $as_echo_n "(cached) " >&6
6909 else
6910 cat >conftest.$ac_ext <<_ACEOF
6911 /* confdefs.h. */
6912 _ACEOF
6913 cat confdefs.h >>conftest.$ac_ext
6914 cat >>conftest.$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6916 #include <sys/types.h>
6917 #ifdef HAVE_UCONTEXT_H
6918 #include <ucontext.h>
6919 #endif
6921 #include <$ac_header>
6922 _ACEOF
6923 rm -f conftest.$ac_objext
6924 if { (ac_try="$ac_compile"
6925 case "(($ac_try" in
6926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6927 *) ac_try_echo=$ac_try;;
6928 esac
6929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6930 $as_echo "$ac_try_echo") >&5
6931 (eval "$ac_compile") 2>conftest.er1
6932 ac_status=$?
6933 grep -v '^ *+' conftest.er1 >conftest.err
6934 rm -f conftest.er1
6935 cat conftest.err >&5
6936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6937 (exit $ac_status); } && {
6938 test -z "$ac_c_werror_flag" ||
6939 test ! -s conftest.err
6940 } && test -s conftest.$ac_objext; then
6941 eval "$as_ac_Header=yes"
6942 else
6943 $as_echo "$as_me: failed program was:" >&5
6944 sed 's/^/| /' conftest.$ac_ext >&5
6946 eval "$as_ac_Header=no"
6949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6951 ac_res=`eval 'as_val=${'$as_ac_Header'}
6952 $as_echo "$as_val"'`
6953 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6954 $as_echo "$ac_res" >&6; }
6955 as_val=`eval 'as_val=${'$as_ac_Header'}
6956 $as_echo "$as_val"'`
6957 if test "x$as_val" = x""yes; then
6958 cat >>confdefs.h <<_ACEOF
6959 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6960 _ACEOF
6964 done
6968 for ac_header in pthread_np.h
6970 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6971 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6972 $as_echo_n "checking for $ac_header... " >&6; }
6973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6974 $as_echo_n "(cached) " >&6
6975 else
6976 cat >conftest.$ac_ext <<_ACEOF
6977 /* confdefs.h. */
6978 _ACEOF
6979 cat confdefs.h >>conftest.$ac_ext
6980 cat >>conftest.$ac_ext <<_ACEOF
6981 /* end confdefs.h. */
6982 #ifdef HAVE_PTHREAD_H
6983 #include <pthread.h>
6984 #endif
6986 #include <$ac_header>
6987 _ACEOF
6988 rm -f conftest.$ac_objext
6989 if { (ac_try="$ac_compile"
6990 case "(($ac_try" in
6991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6992 *) ac_try_echo=$ac_try;;
6993 esac
6994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6995 $as_echo "$ac_try_echo") >&5
6996 (eval "$ac_compile") 2>conftest.er1
6997 ac_status=$?
6998 grep -v '^ *+' conftest.er1 >conftest.err
6999 rm -f conftest.er1
7000 cat conftest.err >&5
7001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002 (exit $ac_status); } && {
7003 test -z "$ac_c_werror_flag" ||
7004 test ! -s conftest.err
7005 } && test -s conftest.$ac_objext; then
7006 eval "$as_ac_Header=yes"
7007 else
7008 $as_echo "$as_me: failed program was:" >&5
7009 sed 's/^/| /' conftest.$ac_ext >&5
7011 eval "$as_ac_Header=no"
7014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7016 ac_res=`eval 'as_val=${'$as_ac_Header'}
7017 $as_echo "$as_val"'`
7018 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7019 $as_echo "$ac_res" >&6; }
7020 as_val=`eval 'as_val=${'$as_ac_Header'}
7021 $as_echo "$as_val"'`
7022 if test "x$as_val" = x""yes; then
7023 cat >>confdefs.h <<_ACEOF
7024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7025 _ACEOF
7029 done
7033 for ac_header in linux/videodev.h
7035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7036 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7037 $as_echo_n "checking for $ac_header... " >&6; }
7038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7039 $as_echo_n "(cached) " >&6
7040 else
7041 cat >conftest.$ac_ext <<_ACEOF
7042 /* confdefs.h. */
7043 _ACEOF
7044 cat confdefs.h >>conftest.$ac_ext
7045 cat >>conftest.$ac_ext <<_ACEOF
7046 /* end confdefs.h. */
7047 #ifdef HAVE_SYS_TIME_H
7048 #include <sys/time.h>
7049 #endif
7050 #include <sys/types.h>
7051 #ifdef HAVE_ASM_TYPES_H
7052 #include <asm/types.h>
7053 #endif
7055 #include <$ac_header>
7056 _ACEOF
7057 rm -f conftest.$ac_objext
7058 if { (ac_try="$ac_compile"
7059 case "(($ac_try" in
7060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7061 *) ac_try_echo=$ac_try;;
7062 esac
7063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7064 $as_echo "$ac_try_echo") >&5
7065 (eval "$ac_compile") 2>conftest.er1
7066 ac_status=$?
7067 grep -v '^ *+' conftest.er1 >conftest.err
7068 rm -f conftest.er1
7069 cat conftest.err >&5
7070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7071 (exit $ac_status); } && {
7072 test -z "$ac_c_werror_flag" ||
7073 test ! -s conftest.err
7074 } && test -s conftest.$ac_objext; then
7075 eval "$as_ac_Header=yes"
7076 else
7077 $as_echo "$as_me: failed program was:" >&5
7078 sed 's/^/| /' conftest.$ac_ext >&5
7080 eval "$as_ac_Header=no"
7083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7085 ac_res=`eval 'as_val=${'$as_ac_Header'}
7086 $as_echo "$as_val"'`
7087 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7088 $as_echo "$ac_res" >&6; }
7089 as_val=`eval 'as_val=${'$as_ac_Header'}
7090 $as_echo "$as_val"'`
7091 if test "x$as_val" = x""yes; then
7092 cat >>confdefs.h <<_ACEOF
7093 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7094 _ACEOF
7098 done
7102 for ac_header in linux/capi.h
7104 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7105 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7106 $as_echo_n "checking for $ac_header... " >&6; }
7107 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7108 $as_echo_n "(cached) " >&6
7109 else
7110 cat >conftest.$ac_ext <<_ACEOF
7111 /* confdefs.h. */
7112 _ACEOF
7113 cat confdefs.h >>conftest.$ac_ext
7114 cat >>conftest.$ac_ext <<_ACEOF
7115 /* end confdefs.h. */
7116 #define __user
7118 #include <$ac_header>
7119 _ACEOF
7120 rm -f conftest.$ac_objext
7121 if { (ac_try="$ac_compile"
7122 case "(($ac_try" in
7123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7124 *) ac_try_echo=$ac_try;;
7125 esac
7126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7127 $as_echo "$ac_try_echo") >&5
7128 (eval "$ac_compile") 2>conftest.er1
7129 ac_status=$?
7130 grep -v '^ *+' conftest.er1 >conftest.err
7131 rm -f conftest.er1
7132 cat conftest.err >&5
7133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7134 (exit $ac_status); } && {
7135 test -z "$ac_c_werror_flag" ||
7136 test ! -s conftest.err
7137 } && test -s conftest.$ac_objext; then
7138 eval "$as_ac_Header=yes"
7139 else
7140 $as_echo "$as_me: failed program was:" >&5
7141 sed 's/^/| /' conftest.$ac_ext >&5
7143 eval "$as_ac_Header=no"
7146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7148 ac_res=`eval 'as_val=${'$as_ac_Header'}
7149 $as_echo "$as_val"'`
7150 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7151 $as_echo "$ac_res" >&6; }
7152 as_val=`eval 'as_val=${'$as_ac_Header'}
7153 $as_echo "$as_val"'`
7154 if test "x$as_val" = x""yes; then
7155 cat >>confdefs.h <<_ACEOF
7156 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7157 _ACEOF
7161 done
7165 DLLEXT=""
7167 DLLFLAGS="-D_REENTRANT"
7169 LDSHARED=""
7171 LDDLLFLAGS=""
7173 LIBEXT="so"
7175 IMPLIBEXT="def"
7177 LDRPATH_INSTALL=""
7179 LDRPATH_LOCAL=""
7181 # Extract the first word of "ldd", so it can be a program name with args.
7182 set dummy ldd; ac_word=$2
7183 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7184 $as_echo_n "checking for $ac_word... " >&6; }
7185 if test "${ac_cv_path_LDD+set}" = set; then
7186 $as_echo_n "(cached) " >&6
7187 else
7188 case $LDD in
7189 [\\/]* | ?:[\\/]*)
7190 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7194 as_dummy="/sbin:/usr/sbin:$PATH"
7195 for as_dir in $as_dummy
7197 IFS=$as_save_IFS
7198 test -z "$as_dir" && as_dir=.
7199 for ac_exec_ext in '' $ac_executable_extensions; do
7200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7201 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7202 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7203 break 2
7205 done
7206 done
7207 IFS=$as_save_IFS
7209 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7211 esac
7213 LDD=$ac_cv_path_LDD
7214 if test -n "$LDD"; then
7215 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7216 $as_echo "$LDD" >&6; }
7217 else
7218 { $as_echo "$as_me:$LINENO: result: no" >&5
7219 $as_echo "no" >&6; }
7224 case $host_os in
7225 cygwin*|mingw32*)
7226 if test -n "$ac_tool_prefix"; then
7227 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7228 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7229 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7230 $as_echo_n "checking for $ac_word... " >&6; }
7231 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7232 $as_echo_n "(cached) " >&6
7233 else
7234 if test -n "$DLLTOOL"; then
7235 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7236 else
7237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7238 for as_dir in $PATH
7240 IFS=$as_save_IFS
7241 test -z "$as_dir" && as_dir=.
7242 for ac_exec_ext in '' $ac_executable_extensions; do
7243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7244 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7245 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7246 break 2
7248 done
7249 done
7250 IFS=$as_save_IFS
7254 DLLTOOL=$ac_cv_prog_DLLTOOL
7255 if test -n "$DLLTOOL"; then
7256 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7257 $as_echo "$DLLTOOL" >&6; }
7258 else
7259 { $as_echo "$as_me:$LINENO: result: no" >&5
7260 $as_echo "no" >&6; }
7265 if test -z "$ac_cv_prog_DLLTOOL"; then
7266 ac_ct_DLLTOOL=$DLLTOOL
7267 # Extract the first word of "dlltool", so it can be a program name with args.
7268 set dummy dlltool; ac_word=$2
7269 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7270 $as_echo_n "checking for $ac_word... " >&6; }
7271 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7272 $as_echo_n "(cached) " >&6
7273 else
7274 if test -n "$ac_ct_DLLTOOL"; then
7275 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7276 else
7277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7278 for as_dir in $PATH
7280 IFS=$as_save_IFS
7281 test -z "$as_dir" && as_dir=.
7282 for ac_exec_ext in '' $ac_executable_extensions; do
7283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7284 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7285 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7286 break 2
7288 done
7289 done
7290 IFS=$as_save_IFS
7294 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7295 if test -n "$ac_ct_DLLTOOL"; then
7296 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7297 $as_echo "$ac_ct_DLLTOOL" >&6; }
7298 else
7299 { $as_echo "$as_me:$LINENO: result: no" >&5
7300 $as_echo "no" >&6; }
7303 if test "x$ac_ct_DLLTOOL" = x; then
7304 DLLTOOL="false"
7305 else
7306 case $cross_compiling:$ac_tool_warned in
7307 yes:)
7308 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7309 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7310 ac_tool_warned=yes ;;
7311 esac
7312 DLLTOOL=$ac_ct_DLLTOOL
7314 else
7315 DLLTOOL="$ac_cv_prog_DLLTOOL"
7318 if test -n "$ac_tool_prefix"; then
7319 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7320 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7321 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7322 $as_echo_n "checking for $ac_word... " >&6; }
7323 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7324 $as_echo_n "(cached) " >&6
7325 else
7326 if test -n "$DLLWRAP"; then
7327 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7328 else
7329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7330 for as_dir in $PATH
7332 IFS=$as_save_IFS
7333 test -z "$as_dir" && as_dir=.
7334 for ac_exec_ext in '' $ac_executable_extensions; do
7335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7336 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7337 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7338 break 2
7340 done
7341 done
7342 IFS=$as_save_IFS
7346 DLLWRAP=$ac_cv_prog_DLLWRAP
7347 if test -n "$DLLWRAP"; then
7348 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7349 $as_echo "$DLLWRAP" >&6; }
7350 else
7351 { $as_echo "$as_me:$LINENO: result: no" >&5
7352 $as_echo "no" >&6; }
7357 if test -z "$ac_cv_prog_DLLWRAP"; then
7358 ac_ct_DLLWRAP=$DLLWRAP
7359 # Extract the first word of "dllwrap", so it can be a program name with args.
7360 set dummy dllwrap; ac_word=$2
7361 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7362 $as_echo_n "checking for $ac_word... " >&6; }
7363 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7364 $as_echo_n "(cached) " >&6
7365 else
7366 if test -n "$ac_ct_DLLWRAP"; then
7367 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7368 else
7369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7370 for as_dir in $PATH
7372 IFS=$as_save_IFS
7373 test -z "$as_dir" && as_dir=.
7374 for ac_exec_ext in '' $ac_executable_extensions; do
7375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7376 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7377 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7378 break 2
7380 done
7381 done
7382 IFS=$as_save_IFS
7386 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7387 if test -n "$ac_ct_DLLWRAP"; then
7388 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7389 $as_echo "$ac_ct_DLLWRAP" >&6; }
7390 else
7391 { $as_echo "$as_me:$LINENO: result: no" >&5
7392 $as_echo "no" >&6; }
7395 if test "x$ac_ct_DLLWRAP" = x; then
7396 DLLWRAP="false"
7397 else
7398 case $cross_compiling:$ac_tool_warned in
7399 yes:)
7400 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7402 ac_tool_warned=yes ;;
7403 esac
7404 DLLWRAP=$ac_ct_DLLWRAP
7406 else
7407 DLLWRAP="$ac_cv_prog_DLLWRAP"
7410 if test -n "$ac_tool_prefix"; then
7411 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7412 set dummy ${ac_tool_prefix}ar; ac_word=$2
7413 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7414 $as_echo_n "checking for $ac_word... " >&6; }
7415 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7416 $as_echo_n "(cached) " >&6
7417 else
7418 if test -n "$MINGWAR"; then
7419 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7420 else
7421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7422 for as_dir in $PATH
7424 IFS=$as_save_IFS
7425 test -z "$as_dir" && as_dir=.
7426 for ac_exec_ext in '' $ac_executable_extensions; do
7427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7428 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7429 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7430 break 2
7432 done
7433 done
7434 IFS=$as_save_IFS
7438 MINGWAR=$ac_cv_prog_MINGWAR
7439 if test -n "$MINGWAR"; then
7440 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7441 $as_echo "$MINGWAR" >&6; }
7442 else
7443 { $as_echo "$as_me:$LINENO: result: no" >&5
7444 $as_echo "no" >&6; }
7449 if test -z "$ac_cv_prog_MINGWAR"; then
7450 ac_ct_MINGWAR=$MINGWAR
7451 # Extract the first word of "ar", so it can be a program name with args.
7452 set dummy ar; ac_word=$2
7453 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7454 $as_echo_n "checking for $ac_word... " >&6; }
7455 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7456 $as_echo_n "(cached) " >&6
7457 else
7458 if test -n "$ac_ct_MINGWAR"; then
7459 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7460 else
7461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7462 for as_dir in $PATH
7464 IFS=$as_save_IFS
7465 test -z "$as_dir" && as_dir=.
7466 for ac_exec_ext in '' $ac_executable_extensions; do
7467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7468 ac_cv_prog_ac_ct_MINGWAR="ar"
7469 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7470 break 2
7472 done
7473 done
7474 IFS=$as_save_IFS
7478 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7479 if test -n "$ac_ct_MINGWAR"; then
7480 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7481 $as_echo "$ac_ct_MINGWAR" >&6; }
7482 else
7483 { $as_echo "$as_me:$LINENO: result: no" >&5
7484 $as_echo "no" >&6; }
7487 if test "x$ac_ct_MINGWAR" = x; then
7488 MINGWAR="false"
7489 else
7490 case $cross_compiling:$ac_tool_warned in
7491 yes:)
7492 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7493 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7494 ac_tool_warned=yes ;;
7495 esac
7496 MINGWAR=$ac_ct_MINGWAR
7498 else
7499 MINGWAR="$ac_cv_prog_MINGWAR"
7502 if test "$DLLWRAP" = "false"; then
7503 LIBEXT="a"
7504 else
7505 LIBEXT="dll"
7507 IMPLIBEXT="a"
7508 WIN16_FILES=""
7509 WIN16_INSTALL=""
7510 enable_iphlpapi=${enable_iphlpapi:-no}
7511 enable_kernel32=${enable_kernel32:-no}
7512 enable_msvcrt=${enable_msvcrt:-no}
7513 enable_ntdll=${enable_ntdll:-no}
7514 enable_ws2_32=${enable_ws2_32:-no}
7515 enable_loader=${enable_loader:-no}
7516 enable_server=${enable_server:-no}
7517 with_x=${with_x:-no}
7518 with_pthread=${with_pthread:-no}
7520 darwin*|macosx*)
7521 DLLEXT=".so"
7522 LIBEXT="dylib"
7523 DLLFLAGS="$DLLFLAGS -fPIC"
7524 LDDLLFLAGS="-bundle -multiply_defined suppress"
7525 LIBWINE_LDFLAGS="-multiply_defined suppress"
7526 LDSHARED="\$(CC) -dynamiclib"
7527 STRIP="$STRIP -x"
7528 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7529 SECURITYLIB="-framework Security -framework CoreFoundation"
7531 COREFOUNDATIONLIB="-framework CoreFoundation"
7533 IOKITLIB="-framework IOKit -framework CoreFoundation"
7535 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7537 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7538 then
7539 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7542 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7543 then
7544 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7547 case $host_cpu in
7548 *powerpc*)
7549 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7550 esac
7551 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7552 then
7553 CARBONLIB="-framework Carbon"
7555 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7559 DLLFLAGS="$DLLFLAGS -fPIC"
7560 DLLEXT=".so"
7561 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7562 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7563 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7564 $as_echo_n "(cached) " >&6
7565 else
7566 ac_wine_try_cflags_saved=$CFLAGS
7567 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7568 cat >conftest.$ac_ext <<_ACEOF
7569 void myfunc() {}
7570 _ACEOF
7571 rm -f conftest.$ac_objext conftest$ac_exeext
7572 if { (ac_try="$ac_link"
7573 case "(($ac_try" in
7574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7575 *) ac_try_echo=$ac_try;;
7576 esac
7577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7578 $as_echo "$ac_try_echo") >&5
7579 (eval "$ac_link") 2>conftest.er1
7580 ac_status=$?
7581 grep -v '^ *+' conftest.er1 >conftest.err
7582 rm -f conftest.er1
7583 cat conftest.err >&5
7584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7585 (exit $ac_status); } && {
7586 test -z "$ac_c_werror_flag" ||
7587 test ! -s conftest.err
7588 } && test -s conftest$ac_exeext && {
7589 test "$cross_compiling" = yes ||
7590 $as_test_x conftest$ac_exeext
7591 }; then
7592 ac_cv_c_dll_gnuelf="yes"
7593 else
7594 $as_echo "$as_me: failed program was:" >&5
7595 sed 's/^/| /' conftest.$ac_ext >&5
7597 ac_cv_c_dll_gnuelf="no"
7600 rm -rf conftest.dSYM
7601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7602 conftest$ac_exeext conftest.$ac_ext
7603 CFLAGS=$ac_wine_try_cflags_saved
7605 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7606 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7607 if test "$ac_cv_c_dll_gnuelf" = "yes"
7608 then
7609 LDSHARED="\$(CC) -shared"
7610 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7611 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7612 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7613 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7614 $as_echo_n "(cached) " >&6
7615 else
7616 ac_wine_try_cflags_saved=$CFLAGS
7617 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7618 cat >conftest.$ac_ext <<_ACEOF
7619 /* confdefs.h. */
7620 _ACEOF
7621 cat confdefs.h >>conftest.$ac_ext
7622 cat >>conftest.$ac_ext <<_ACEOF
7623 /* end confdefs.h. */
7626 main ()
7630 return 0;
7632 _ACEOF
7633 rm -f conftest.$ac_objext conftest$ac_exeext
7634 if { (ac_try="$ac_link"
7635 case "(($ac_try" in
7636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7637 *) ac_try_echo=$ac_try;;
7638 esac
7639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7640 $as_echo "$ac_try_echo") >&5
7641 (eval "$ac_link") 2>conftest.er1
7642 ac_status=$?
7643 grep -v '^ *+' conftest.er1 >conftest.err
7644 rm -f conftest.er1
7645 cat conftest.err >&5
7646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647 (exit $ac_status); } && {
7648 test -z "$ac_c_werror_flag" ||
7649 test ! -s conftest.err
7650 } && test -s conftest$ac_exeext && {
7651 test "$cross_compiling" = yes ||
7652 $as_test_x conftest$ac_exeext
7653 }; then
7654 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7655 else
7656 $as_echo "$as_me: failed program was:" >&5
7657 sed 's/^/| /' conftest.$ac_ext >&5
7659 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7662 rm -rf conftest.dSYM
7663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7664 conftest$ac_exeext conftest.$ac_ext
7665 CFLAGS=$ac_wine_try_cflags_saved
7667 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7668 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7669 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7670 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7671 else
7672 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7673 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7674 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7675 $as_echo_n "(cached) " >&6
7676 else
7677 ac_wine_try_cflags_saved=$CFLAGS
7678 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7679 cat >conftest.$ac_ext <<_ACEOF
7680 /* confdefs.h. */
7681 _ACEOF
7682 cat confdefs.h >>conftest.$ac_ext
7683 cat >>conftest.$ac_ext <<_ACEOF
7684 /* end confdefs.h. */
7687 main ()
7691 return 0;
7693 _ACEOF
7694 rm -f conftest.$ac_objext conftest$ac_exeext
7695 if { (ac_try="$ac_link"
7696 case "(($ac_try" in
7697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7698 *) ac_try_echo=$ac_try;;
7699 esac
7700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7701 $as_echo "$ac_try_echo") >&5
7702 (eval "$ac_link") 2>conftest.er1
7703 ac_status=$?
7704 grep -v '^ *+' conftest.er1 >conftest.err
7705 rm -f conftest.er1
7706 cat conftest.err >&5
7707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7708 (exit $ac_status); } && {
7709 test -z "$ac_c_werror_flag" ||
7710 test ! -s conftest.err
7711 } && test -s conftest$ac_exeext && {
7712 test "$cross_compiling" = yes ||
7713 $as_test_x conftest$ac_exeext
7714 }; then
7715 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7716 else
7717 $as_echo "$as_me: failed program was:" >&5
7718 sed 's/^/| /' conftest.$ac_ext >&5
7720 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7723 rm -rf conftest.dSYM
7724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7725 conftest$ac_exeext conftest.$ac_ext
7726 CFLAGS=$ac_wine_try_cflags_saved
7728 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7729 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7730 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7731 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7737 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7738 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7739 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7740 $as_echo_n "(cached) " >&6
7741 else
7742 ac_wine_try_cflags_saved=$CFLAGS
7743 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7744 cat >conftest.$ac_ext <<_ACEOF
7745 /* confdefs.h. */
7746 _ACEOF
7747 cat confdefs.h >>conftest.$ac_ext
7748 cat >>conftest.$ac_ext <<_ACEOF
7749 /* end confdefs.h. */
7752 main ()
7756 return 0;
7758 _ACEOF
7759 rm -f conftest.$ac_objext conftest$ac_exeext
7760 if { (ac_try="$ac_link"
7761 case "(($ac_try" in
7762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7763 *) ac_try_echo=$ac_try;;
7764 esac
7765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7766 $as_echo "$ac_try_echo") >&5
7767 (eval "$ac_link") 2>conftest.er1
7768 ac_status=$?
7769 grep -v '^ *+' conftest.er1 >conftest.err
7770 rm -f conftest.er1
7771 cat conftest.err >&5
7772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7773 (exit $ac_status); } && {
7774 test -z "$ac_c_werror_flag" ||
7775 test ! -s conftest.err
7776 } && test -s conftest$ac_exeext && {
7777 test "$cross_compiling" = yes ||
7778 $as_test_x conftest$ac_exeext
7779 }; then
7780 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7781 else
7782 $as_echo "$as_me: failed program was:" >&5
7783 sed 's/^/| /' conftest.$ac_ext >&5
7785 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7788 rm -rf conftest.dSYM
7789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7790 conftest$ac_exeext conftest.$ac_ext
7791 CFLAGS=$ac_wine_try_cflags_saved
7793 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7794 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7795 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7796 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7800 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7801 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7802 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7803 $as_echo_n "(cached) " >&6
7804 else
7805 ac_wine_try_cflags_saved=$CFLAGS
7806 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7807 cat >conftest.$ac_ext <<_ACEOF
7808 /* confdefs.h. */
7809 _ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h. */
7815 main ()
7819 return 0;
7821 _ACEOF
7822 rm -f conftest.$ac_objext conftest$ac_exeext
7823 if { (ac_try="$ac_link"
7824 case "(($ac_try" in
7825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7826 *) ac_try_echo=$ac_try;;
7827 esac
7828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7829 $as_echo "$ac_try_echo") >&5
7830 (eval "$ac_link") 2>conftest.er1
7831 ac_status=$?
7832 grep -v '^ *+' conftest.er1 >conftest.err
7833 rm -f conftest.er1
7834 cat conftest.err >&5
7835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); } && {
7837 test -z "$ac_c_werror_flag" ||
7838 test ! -s conftest.err
7839 } && test -s conftest$ac_exeext && {
7840 test "$cross_compiling" = yes ||
7841 $as_test_x conftest$ac_exeext
7842 }; then
7843 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7844 else
7845 $as_echo "$as_me: failed program was:" >&5
7846 sed 's/^/| /' conftest.$ac_ext >&5
7848 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7851 rm -rf conftest.dSYM
7852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7853 conftest$ac_exeext conftest.$ac_ext
7854 CFLAGS=$ac_wine_try_cflags_saved
7856 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7857 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7858 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7859 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7863 echo '{ global: *; };' >conftest.map
7864 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7865 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7866 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7867 $as_echo_n "(cached) " >&6
7868 else
7869 ac_wine_try_cflags_saved=$CFLAGS
7870 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7871 cat >conftest.$ac_ext <<_ACEOF
7872 /* confdefs.h. */
7873 _ACEOF
7874 cat confdefs.h >>conftest.$ac_ext
7875 cat >>conftest.$ac_ext <<_ACEOF
7876 /* end confdefs.h. */
7879 main ()
7883 return 0;
7885 _ACEOF
7886 rm -f conftest.$ac_objext conftest$ac_exeext
7887 if { (ac_try="$ac_link"
7888 case "(($ac_try" in
7889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7890 *) ac_try_echo=$ac_try;;
7891 esac
7892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7893 $as_echo "$ac_try_echo") >&5
7894 (eval "$ac_link") 2>conftest.er1
7895 ac_status=$?
7896 grep -v '^ *+' conftest.er1 >conftest.err
7897 rm -f conftest.er1
7898 cat conftest.err >&5
7899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7900 (exit $ac_status); } && {
7901 test -z "$ac_c_werror_flag" ||
7902 test ! -s conftest.err
7903 } && test -s conftest$ac_exeext && {
7904 test "$cross_compiling" = yes ||
7905 $as_test_x conftest$ac_exeext
7906 }; then
7907 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7908 else
7909 $as_echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7912 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7915 rm -rf conftest.dSYM
7916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7917 conftest$ac_exeext conftest.$ac_ext
7918 CFLAGS=$ac_wine_try_cflags_saved
7920 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7921 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7922 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7923 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7926 rm -f conftest.map
7928 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7929 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7930 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7931 $as_echo_n "(cached) " >&6
7932 else
7933 ac_wine_try_cflags_saved=$CFLAGS
7934 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7935 cat >conftest.$ac_ext <<_ACEOF
7936 /* confdefs.h. */
7937 _ACEOF
7938 cat confdefs.h >>conftest.$ac_ext
7939 cat >>conftest.$ac_ext <<_ACEOF
7940 /* end confdefs.h. */
7943 main ()
7947 return 0;
7949 _ACEOF
7950 rm -f conftest.$ac_objext conftest$ac_exeext
7951 if { (ac_try="$ac_link"
7952 case "(($ac_try" in
7953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7954 *) ac_try_echo=$ac_try;;
7955 esac
7956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7957 $as_echo "$ac_try_echo") >&5
7958 (eval "$ac_link") 2>conftest.er1
7959 ac_status=$?
7960 grep -v '^ *+' conftest.er1 >conftest.err
7961 rm -f conftest.er1
7962 cat conftest.err >&5
7963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7964 (exit $ac_status); } && {
7965 test -z "$ac_c_werror_flag" ||
7966 test ! -s conftest.err
7967 } && test -s conftest$ac_exeext && {
7968 test "$cross_compiling" = yes ||
7969 $as_test_x conftest$ac_exeext
7970 }; then
7971 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7972 else
7973 $as_echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7976 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7979 rm -rf conftest.dSYM
7980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7981 conftest$ac_exeext conftest.$ac_ext
7982 CFLAGS=$ac_wine_try_cflags_saved
7984 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7985 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7986 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7987 LDEXECFLAGS="-Wl,--export-dynamic"
7992 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7993 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7994 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7995 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7996 $as_echo_n "(cached) " >&6
7997 else
7998 ac_wine_try_cflags_saved=$CFLAGS
7999 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8000 cat >conftest.$ac_ext <<_ACEOF
8001 /* confdefs.h. */
8002 _ACEOF
8003 cat confdefs.h >>conftest.$ac_ext
8004 cat >>conftest.$ac_ext <<_ACEOF
8005 /* end confdefs.h. */
8008 main ()
8012 return 0;
8014 _ACEOF
8015 rm -f conftest.$ac_objext conftest$ac_exeext
8016 if { (ac_try="$ac_link"
8017 case "(($ac_try" in
8018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8019 *) ac_try_echo=$ac_try;;
8020 esac
8021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8022 $as_echo "$ac_try_echo") >&5
8023 (eval "$ac_link") 2>conftest.er1
8024 ac_status=$?
8025 grep -v '^ *+' conftest.er1 >conftest.err
8026 rm -f conftest.er1
8027 cat conftest.err >&5
8028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); } && {
8030 test -z "$ac_c_werror_flag" ||
8031 test ! -s conftest.err
8032 } && test -s conftest$ac_exeext && {
8033 test "$cross_compiling" = yes ||
8034 $as_test_x conftest$ac_exeext
8035 }; then
8036 eval "$as_ac_var=yes"
8037 else
8038 $as_echo "$as_me: failed program was:" >&5
8039 sed 's/^/| /' conftest.$ac_ext >&5
8041 eval "$as_ac_var=no"
8044 rm -rf conftest.dSYM
8045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8046 conftest$ac_exeext conftest.$ac_ext
8047 CFLAGS=$ac_wine_try_cflags_saved
8049 ac_res=`eval 'as_val=${'$as_ac_var'}
8050 $as_echo "$as_val"'`
8051 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8052 $as_echo "$ac_res" >&6; }
8053 if test `eval 'as_val=${'$as_ac_var'}
8054 $as_echo "$as_val"'` = yes; then
8055 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8056 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8057 else
8058 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8059 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8060 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8061 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8062 $as_echo_n "(cached) " >&6
8063 else
8064 ac_wine_try_cflags_saved=$CFLAGS
8065 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8066 cat >conftest.$ac_ext <<_ACEOF
8067 /* confdefs.h. */
8068 _ACEOF
8069 cat confdefs.h >>conftest.$ac_ext
8070 cat >>conftest.$ac_ext <<_ACEOF
8071 /* end confdefs.h. */
8074 main ()
8078 return 0;
8080 _ACEOF
8081 rm -f conftest.$ac_objext conftest$ac_exeext
8082 if { (ac_try="$ac_link"
8083 case "(($ac_try" in
8084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8085 *) ac_try_echo=$ac_try;;
8086 esac
8087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8088 $as_echo "$ac_try_echo") >&5
8089 (eval "$ac_link") 2>conftest.er1
8090 ac_status=$?
8091 grep -v '^ *+' conftest.er1 >conftest.err
8092 rm -f conftest.er1
8093 cat conftest.err >&5
8094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8095 (exit $ac_status); } && {
8096 test -z "$ac_c_werror_flag" ||
8097 test ! -s conftest.err
8098 } && test -s conftest$ac_exeext && {
8099 test "$cross_compiling" = yes ||
8100 $as_test_x conftest$ac_exeext
8101 }; then
8102 eval "$as_ac_var=yes"
8103 else
8104 $as_echo "$as_me: failed program was:" >&5
8105 sed 's/^/| /' conftest.$ac_ext >&5
8107 eval "$as_ac_var=no"
8110 rm -rf conftest.dSYM
8111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8112 conftest$ac_exeext conftest.$ac_ext
8113 CFLAGS=$ac_wine_try_cflags_saved
8115 ac_res=`eval 'as_val=${'$as_ac_var'}
8116 $as_echo "$as_val"'`
8117 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8118 $as_echo "$ac_res" >&6; }
8119 if test `eval 'as_val=${'$as_ac_var'}
8120 $as_echo "$as_val"'` = yes; then
8121 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8122 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8128 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8129 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8130 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8131 $as_echo_n "(cached) " >&6
8132 else
8133 ac_wine_try_cflags_saved=$CFLAGS
8134 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8135 cat >conftest.$ac_ext <<_ACEOF
8136 /* confdefs.h. */
8137 _ACEOF
8138 cat confdefs.h >>conftest.$ac_ext
8139 cat >>conftest.$ac_ext <<_ACEOF
8140 /* end confdefs.h. */
8143 main ()
8147 return 0;
8149 _ACEOF
8150 rm -f conftest.$ac_objext conftest$ac_exeext
8151 if { (ac_try="$ac_link"
8152 case "(($ac_try" in
8153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8154 *) ac_try_echo=$ac_try;;
8155 esac
8156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8157 $as_echo "$ac_try_echo") >&5
8158 (eval "$ac_link") 2>conftest.er1
8159 ac_status=$?
8160 grep -v '^ *+' conftest.er1 >conftest.err
8161 rm -f conftest.er1
8162 cat conftest.err >&5
8163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); } && {
8165 test -z "$ac_c_werror_flag" ||
8166 test ! -s conftest.err
8167 } && test -s conftest$ac_exeext && {
8168 test "$cross_compiling" = yes ||
8169 $as_test_x conftest$ac_exeext
8170 }; then
8171 ac_cv_cflags__Wl___enable_new_dtags=yes
8172 else
8173 $as_echo "$as_me: failed program was:" >&5
8174 sed 's/^/| /' conftest.$ac_ext >&5
8176 ac_cv_cflags__Wl___enable_new_dtags=no
8179 rm -rf conftest.dSYM
8180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8181 conftest$ac_exeext conftest.$ac_ext
8182 CFLAGS=$ac_wine_try_cflags_saved
8184 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8185 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8186 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8187 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8191 case $host_cpu in
8192 *i[3456789]86* | x86_64)
8193 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8194 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8195 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8196 $as_echo_n "(cached) " >&6
8197 else
8198 ac_wine_try_cflags_saved=$CFLAGS
8199 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8200 cat >conftest.$ac_ext <<_ACEOF
8201 /* confdefs.h. */
8202 _ACEOF
8203 cat confdefs.h >>conftest.$ac_ext
8204 cat >>conftest.$ac_ext <<_ACEOF
8205 /* end confdefs.h. */
8208 main ()
8212 return 0;
8214 _ACEOF
8215 rm -f conftest.$ac_objext conftest$ac_exeext
8216 if { (ac_try="$ac_link"
8217 case "(($ac_try" in
8218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8219 *) ac_try_echo=$ac_try;;
8220 esac
8221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8222 $as_echo "$ac_try_echo") >&5
8223 (eval "$ac_link") 2>conftest.er1
8224 ac_status=$?
8225 grep -v '^ *+' conftest.er1 >conftest.err
8226 rm -f conftest.er1
8227 cat conftest.err >&5
8228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229 (exit $ac_status); } && {
8230 test -z "$ac_c_werror_flag" ||
8231 test ! -s conftest.err
8232 } && test -s conftest$ac_exeext && {
8233 test "$cross_compiling" = yes ||
8234 $as_test_x conftest$ac_exeext
8235 }; then
8236 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8237 else
8238 $as_echo "$as_me: failed program was:" >&5
8239 sed 's/^/| /' conftest.$ac_ext >&5
8241 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8244 rm -rf conftest.dSYM
8245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8246 conftest$ac_exeext conftest.$ac_ext
8247 CFLAGS=$ac_wine_try_cflags_saved
8249 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8250 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8251 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8252 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8256 esac
8258 else
8259 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8260 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8261 if test "${ac_cv_c_dll_unixware+set}" = set; then
8262 $as_echo_n "(cached) " >&6
8263 else
8264 ac_wine_try_cflags_saved=$CFLAGS
8265 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8266 cat >conftest.$ac_ext <<_ACEOF
8267 void myfunc() {}
8268 _ACEOF
8269 rm -f conftest.$ac_objext conftest$ac_exeext
8270 if { (ac_try="$ac_link"
8271 case "(($ac_try" in
8272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8273 *) ac_try_echo=$ac_try;;
8274 esac
8275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8276 $as_echo "$ac_try_echo") >&5
8277 (eval "$ac_link") 2>conftest.er1
8278 ac_status=$?
8279 grep -v '^ *+' conftest.er1 >conftest.err
8280 rm -f conftest.er1
8281 cat conftest.err >&5
8282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8283 (exit $ac_status); } && {
8284 test -z "$ac_c_werror_flag" ||
8285 test ! -s conftest.err
8286 } && test -s conftest$ac_exeext && {
8287 test "$cross_compiling" = yes ||
8288 $as_test_x conftest$ac_exeext
8289 }; then
8290 ac_cv_c_dll_unixware="yes"
8291 else
8292 $as_echo "$as_me: failed program was:" >&5
8293 sed 's/^/| /' conftest.$ac_ext >&5
8295 ac_cv_c_dll_unixware="no"
8298 rm -rf conftest.dSYM
8299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8300 conftest$ac_exeext conftest.$ac_ext
8301 CFLAGS=$ac_wine_try_cflags_saved
8303 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8304 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8305 if test "$ac_cv_c_dll_unixware" = "yes"
8306 then
8307 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8308 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8310 else
8311 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8312 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8313 if test "${ac_cv_c_dll_hpux+set}" = set; then
8314 $as_echo_n "(cached) " >&6
8315 else
8316 ac_wine_try_cflags_saved=$CFLAGS
8317 CFLAGS="$CFLAGS -shared"
8318 cat >conftest.$ac_ext <<_ACEOF
8319 void myfunc() {}
8320 _ACEOF
8321 rm -f conftest.$ac_objext conftest$ac_exeext
8322 if { (ac_try="$ac_link"
8323 case "(($ac_try" in
8324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8325 *) ac_try_echo=$ac_try;;
8326 esac
8327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8328 $as_echo "$ac_try_echo") >&5
8329 (eval "$ac_link") 2>conftest.er1
8330 ac_status=$?
8331 grep -v '^ *+' conftest.er1 >conftest.err
8332 rm -f conftest.er1
8333 cat conftest.err >&5
8334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8335 (exit $ac_status); } && {
8336 test -z "$ac_c_werror_flag" ||
8337 test ! -s conftest.err
8338 } && test -s conftest$ac_exeext && {
8339 test "$cross_compiling" = yes ||
8340 $as_test_x conftest$ac_exeext
8341 }; then
8342 ac_cv_c_dll_hpux="yes"
8343 else
8344 $as_echo "$as_me: failed program was:" >&5
8345 sed 's/^/| /' conftest.$ac_ext >&5
8347 ac_cv_c_dll_hpux="no"
8350 rm -rf conftest.dSYM
8351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8352 conftest$ac_exeext conftest.$ac_ext
8353 CFLAGS=$ac_wine_try_cflags_saved
8355 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8356 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8357 if test "$ac_cv_c_dll_hpux" = "yes"
8358 then
8359 LIBEXT="sl"
8360 DLLEXT=".sl"
8361 LDDLLFLAGS="-shared -fPIC"
8362 LDSHARED="\$(CC) -shared"
8367 esac
8369 enable_winequartz_drv=${enable_winequartz_drv:-no}
8371 if test "$LIBEXT" = "a"; then
8372 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8373 It is currently not possible to build Wine without shared library
8374 (.so) support to allow transparent switch between .so and .dll files.
8375 If you are using Linux, you will need a newer binutils.
8376 " >&5
8377 $as_echo "$as_me: error: could not find a way to build shared libraries.
8378 It is currently not possible to build Wine without shared library
8379 (.so) support to allow transparent switch between .so and .dll files.
8380 If you are using Linux, you will need a newer binutils.
8381 " >&2;}
8382 { (exit 1); exit 1; }; }
8385 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8386 then
8387 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
8389 # Extract the first word of "$ac_prog", so it can be a program name with args.
8390 set dummy $ac_prog; ac_word=$2
8391 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8392 $as_echo_n "checking for $ac_word... " >&6; }
8393 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8394 $as_echo_n "(cached) " >&6
8395 else
8396 if test -n "$CROSSCC"; then
8397 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8398 else
8399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8400 for as_dir in $PATH
8402 IFS=$as_save_IFS
8403 test -z "$as_dir" && as_dir=.
8404 for ac_exec_ext in '' $ac_executable_extensions; do
8405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8406 ac_cv_prog_CROSSCC="$ac_prog"
8407 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8408 break 2
8410 done
8411 done
8412 IFS=$as_save_IFS
8416 CROSSCC=$ac_cv_prog_CROSSCC
8417 if test -n "$CROSSCC"; then
8418 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8419 $as_echo "$CROSSCC" >&6; }
8420 else
8421 { $as_echo "$as_me:$LINENO: result: no" >&5
8422 $as_echo "no" >&6; }
8426 test -n "$CROSSCC" && break
8427 done
8428 test -n "$CROSSCC" || CROSSCC="false"
8430 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
8432 # Extract the first word of "$ac_prog", so it can be a program name with args.
8433 set dummy $ac_prog; ac_word=$2
8434 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8435 $as_echo_n "checking for $ac_word... " >&6; }
8436 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8437 $as_echo_n "(cached) " >&6
8438 else
8439 if test -n "$DLLTOOL"; then
8440 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8441 else
8442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443 for as_dir in $PATH
8445 IFS=$as_save_IFS
8446 test -z "$as_dir" && as_dir=.
8447 for ac_exec_ext in '' $ac_executable_extensions; do
8448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8449 ac_cv_prog_DLLTOOL="$ac_prog"
8450 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8451 break 2
8453 done
8454 done
8455 IFS=$as_save_IFS
8459 DLLTOOL=$ac_cv_prog_DLLTOOL
8460 if test -n "$DLLTOOL"; then
8461 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8462 $as_echo "$DLLTOOL" >&6; }
8463 else
8464 { $as_echo "$as_me:$LINENO: result: no" >&5
8465 $as_echo "no" >&6; }
8469 test -n "$DLLTOOL" && break
8470 done
8471 test -n "$DLLTOOL" || DLLTOOL="false"
8473 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
8475 # Extract the first word of "$ac_prog", so it can be a program name with args.
8476 set dummy $ac_prog; ac_word=$2
8477 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8478 $as_echo_n "checking for $ac_word... " >&6; }
8479 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8480 $as_echo_n "(cached) " >&6
8481 else
8482 if test -n "$CROSSWINDRES"; then
8483 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8484 else
8485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8486 for as_dir in $PATH
8488 IFS=$as_save_IFS
8489 test -z "$as_dir" && as_dir=.
8490 for ac_exec_ext in '' $ac_executable_extensions; do
8491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8492 ac_cv_prog_CROSSWINDRES="$ac_prog"
8493 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8494 break 2
8496 done
8497 done
8498 IFS=$as_save_IFS
8502 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8503 if test -n "$CROSSWINDRES"; then
8504 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8505 $as_echo "$CROSSWINDRES" >&6; }
8506 else
8507 { $as_echo "$as_me:$LINENO: result: no" >&5
8508 $as_echo "no" >&6; }
8512 test -n "$CROSSWINDRES" && break
8513 done
8514 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8516 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
8518 # Extract the first word of "$ac_prog", so it can be a program name with args.
8519 set dummy $ac_prog; ac_word=$2
8520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8521 $as_echo_n "checking for $ac_word... " >&6; }
8522 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8523 $as_echo_n "(cached) " >&6
8524 else
8525 if test -n "$MINGWAR"; then
8526 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8527 else
8528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8529 for as_dir in $PATH
8531 IFS=$as_save_IFS
8532 test -z "$as_dir" && as_dir=.
8533 for ac_exec_ext in '' $ac_executable_extensions; do
8534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8535 ac_cv_prog_MINGWAR="$ac_prog"
8536 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8537 break 2
8539 done
8540 done
8541 IFS=$as_save_IFS
8545 MINGWAR=$ac_cv_prog_MINGWAR
8546 if test -n "$MINGWAR"; then
8547 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8548 $as_echo "$MINGWAR" >&6; }
8549 else
8550 { $as_echo "$as_me:$LINENO: result: no" >&5
8551 $as_echo "no" >&6; }
8555 test -n "$MINGWAR" && break
8556 done
8557 test -n "$MINGWAR" || MINGWAR="false"
8559 if test "$CROSSCC" != "false"
8560 then
8561 CROSSTEST="\$(CROSSTEST)"
8567 if test "$ac_cv_header_pthread_h" = "yes"
8568 then
8569 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8570 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8571 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8572 $as_echo_n "(cached) " >&6
8573 else
8574 ac_check_lib_save_LIBS=$LIBS
8575 LIBS="-lpthread $LIBS"
8576 cat >conftest.$ac_ext <<_ACEOF
8577 /* confdefs.h. */
8578 _ACEOF
8579 cat confdefs.h >>conftest.$ac_ext
8580 cat >>conftest.$ac_ext <<_ACEOF
8581 /* end confdefs.h. */
8583 /* Override any GCC internal prototype to avoid an error.
8584 Use char because int might match the return type of a GCC
8585 builtin and then its argument prototype would still apply. */
8586 #ifdef __cplusplus
8587 extern "C"
8588 #endif
8589 char pthread_create ();
8591 main ()
8593 return pthread_create ();
8595 return 0;
8597 _ACEOF
8598 rm -f conftest.$ac_objext conftest$ac_exeext
8599 if { (ac_try="$ac_link"
8600 case "(($ac_try" in
8601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8602 *) ac_try_echo=$ac_try;;
8603 esac
8604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8605 $as_echo "$ac_try_echo") >&5
8606 (eval "$ac_link") 2>conftest.er1
8607 ac_status=$?
8608 grep -v '^ *+' conftest.er1 >conftest.err
8609 rm -f conftest.er1
8610 cat conftest.err >&5
8611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8612 (exit $ac_status); } && {
8613 test -z "$ac_c_werror_flag" ||
8614 test ! -s conftest.err
8615 } && test -s conftest$ac_exeext && {
8616 test "$cross_compiling" = yes ||
8617 $as_test_x conftest$ac_exeext
8618 }; then
8619 ac_cv_lib_pthread_pthread_create=yes
8620 else
8621 $as_echo "$as_me: failed program was:" >&5
8622 sed 's/^/| /' conftest.$ac_ext >&5
8624 ac_cv_lib_pthread_pthread_create=no
8627 rm -rf conftest.dSYM
8628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8629 conftest$ac_exeext conftest.$ac_ext
8630 LIBS=$ac_check_lib_save_LIBS
8632 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8633 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8634 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8635 LIBPTHREAD="-lpthread"
8640 if test "x$LIBPTHREAD" = "x"; then
8641 case "x$with_pthread" in
8642 xno) ;;
8643 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8644 Wine cannot support threads without libpthread.
8645 Use the --without-pthread option if you really want this." >&5
8646 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8647 Wine cannot support threads without libpthread.
8648 Use the --without-pthread option if you really want this." >&2;}
8649 { (exit 1); exit 1; }; } ;;
8650 esac
8655 { $as_echo "$as_me:$LINENO: checking for X" >&5
8656 $as_echo_n "checking for X... " >&6; }
8659 # Check whether --with-x was given.
8660 if test "${with_x+set}" = set; then
8661 withval=$with_x;
8664 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8665 if test "x$with_x" = xno; then
8666 # The user explicitly disabled X.
8667 have_x=disabled
8668 else
8669 case $x_includes,$x_libraries in #(
8670 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8671 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8672 { (exit 1); exit 1; }; };; #(
8673 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8674 $as_echo_n "(cached) " >&6
8675 else
8676 # One or both of the vars are not set, and there is no cached value.
8677 ac_x_includes=no ac_x_libraries=no
8678 rm -f -r conftest.dir
8679 if mkdir conftest.dir; then
8680 cd conftest.dir
8681 cat >Imakefile <<'_ACEOF'
8682 incroot:
8683 @echo incroot='${INCROOT}'
8684 usrlibdir:
8685 @echo usrlibdir='${USRLIBDIR}'
8686 libdir:
8687 @echo libdir='${LIBDIR}'
8688 _ACEOF
8689 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8690 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8691 for ac_var in incroot usrlibdir libdir; do
8692 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8693 done
8694 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8695 for ac_extension in a so sl dylib la dll; do
8696 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8697 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8698 ac_im_usrlibdir=$ac_im_libdir; break
8700 done
8701 # Screen out bogus values from the imake configuration. They are
8702 # bogus both because they are the default anyway, and because
8703 # using them would break gcc on systems where it needs fixed includes.
8704 case $ac_im_incroot in
8705 /usr/include) ac_x_includes= ;;
8706 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8707 esac
8708 case $ac_im_usrlibdir in
8709 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8710 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8711 esac
8713 cd ..
8714 rm -f -r conftest.dir
8717 # Standard set of common directories for X headers.
8718 # Check X11 before X11Rn because it is often a symlink to the current release.
8719 ac_x_header_dirs='
8720 /usr/X11/include
8721 /usr/X11R6/include
8722 /usr/X11R5/include
8723 /usr/X11R4/include
8725 /usr/include/X11
8726 /usr/include/X11R6
8727 /usr/include/X11R5
8728 /usr/include/X11R4
8730 /usr/local/X11/include
8731 /usr/local/X11R6/include
8732 /usr/local/X11R5/include
8733 /usr/local/X11R4/include
8735 /usr/local/include/X11
8736 /usr/local/include/X11R6
8737 /usr/local/include/X11R5
8738 /usr/local/include/X11R4
8740 /usr/X386/include
8741 /usr/x386/include
8742 /usr/XFree86/include/X11
8744 /usr/include
8745 /usr/local/include
8746 /usr/unsupported/include
8747 /usr/athena/include
8748 /usr/local/x11r5/include
8749 /usr/lpp/Xamples/include
8751 /usr/openwin/include
8752 /usr/openwin/share/include'
8754 if test "$ac_x_includes" = no; then
8755 # Guess where to find include files, by looking for Xlib.h.
8756 # First, try using that file with no special directory specified.
8757 cat >conftest.$ac_ext <<_ACEOF
8758 /* confdefs.h. */
8759 _ACEOF
8760 cat confdefs.h >>conftest.$ac_ext
8761 cat >>conftest.$ac_ext <<_ACEOF
8762 /* end confdefs.h. */
8763 #include <X11/Xlib.h>
8764 _ACEOF
8765 if { (ac_try="$ac_cpp conftest.$ac_ext"
8766 case "(($ac_try" in
8767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8768 *) ac_try_echo=$ac_try;;
8769 esac
8770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8771 $as_echo "$ac_try_echo") >&5
8772 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8773 ac_status=$?
8774 grep -v '^ *+' conftest.er1 >conftest.err
8775 rm -f conftest.er1
8776 cat conftest.err >&5
8777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8778 (exit $ac_status); } >/dev/null && {
8779 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8780 test ! -s conftest.err
8781 }; then
8782 # We can compile using X headers with no special include directory.
8783 ac_x_includes=
8784 else
8785 $as_echo "$as_me: failed program was:" >&5
8786 sed 's/^/| /' conftest.$ac_ext >&5
8788 for ac_dir in $ac_x_header_dirs; do
8789 if test -r "$ac_dir/X11/Xlib.h"; then
8790 ac_x_includes=$ac_dir
8791 break
8793 done
8796 rm -f conftest.err conftest.$ac_ext
8797 fi # $ac_x_includes = no
8799 if test "$ac_x_libraries" = no; then
8800 # Check for the libraries.
8801 # See if we find them without any special options.
8802 # Don't add to $LIBS permanently.
8803 ac_save_LIBS=$LIBS
8804 LIBS="-lX11 $LIBS"
8805 cat >conftest.$ac_ext <<_ACEOF
8806 /* confdefs.h. */
8807 _ACEOF
8808 cat confdefs.h >>conftest.$ac_ext
8809 cat >>conftest.$ac_ext <<_ACEOF
8810 /* end confdefs.h. */
8811 #include <X11/Xlib.h>
8813 main ()
8815 XrmInitialize ()
8817 return 0;
8819 _ACEOF
8820 rm -f conftest.$ac_objext conftest$ac_exeext
8821 if { (ac_try="$ac_link"
8822 case "(($ac_try" in
8823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8824 *) ac_try_echo=$ac_try;;
8825 esac
8826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8827 $as_echo "$ac_try_echo") >&5
8828 (eval "$ac_link") 2>conftest.er1
8829 ac_status=$?
8830 grep -v '^ *+' conftest.er1 >conftest.err
8831 rm -f conftest.er1
8832 cat conftest.err >&5
8833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834 (exit $ac_status); } && {
8835 test -z "$ac_c_werror_flag" ||
8836 test ! -s conftest.err
8837 } && test -s conftest$ac_exeext && {
8838 test "$cross_compiling" = yes ||
8839 $as_test_x conftest$ac_exeext
8840 }; then
8841 LIBS=$ac_save_LIBS
8842 # We can link X programs with no special library path.
8843 ac_x_libraries=
8844 else
8845 $as_echo "$as_me: failed program was:" >&5
8846 sed 's/^/| /' conftest.$ac_ext >&5
8848 LIBS=$ac_save_LIBS
8849 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8851 # Don't even attempt the hair of trying to link an X program!
8852 for ac_extension in a so sl dylib la dll; do
8853 if test -r "$ac_dir/libX11.$ac_extension"; then
8854 ac_x_libraries=$ac_dir
8855 break 2
8857 done
8858 done
8861 rm -rf conftest.dSYM
8862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8863 conftest$ac_exeext conftest.$ac_ext
8864 fi # $ac_x_libraries = no
8866 case $ac_x_includes,$ac_x_libraries in #(
8867 no,* | *,no | *\'*)
8868 # Didn't find X, or a directory has "'" in its name.
8869 ac_cv_have_x="have_x=no";; #(
8871 # Record where we found X for the cache.
8872 ac_cv_have_x="have_x=yes\
8873 ac_x_includes='$ac_x_includes'\
8874 ac_x_libraries='$ac_x_libraries'"
8875 esac
8877 ;; #(
8878 *) have_x=yes;;
8879 esac
8880 eval "$ac_cv_have_x"
8881 fi # $with_x != no
8883 if test "$have_x" != yes; then
8884 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8885 $as_echo "$have_x" >&6; }
8886 no_x=yes
8887 else
8888 # If each of the values was on the command line, it overrides each guess.
8889 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8890 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8891 # Update the cache value to reflect the command line values.
8892 ac_cv_have_x="have_x=yes\
8893 ac_x_includes='$x_includes'\
8894 ac_x_libraries='$x_libraries'"
8895 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8896 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8899 if test "$no_x" = yes; then
8900 # Not all programs may use this symbol, but it does not hurt to define it.
8902 cat >>confdefs.h <<\_ACEOF
8903 #define X_DISPLAY_MISSING 1
8904 _ACEOF
8906 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8907 else
8908 if test -n "$x_includes"; then
8909 X_CFLAGS="$X_CFLAGS -I$x_includes"
8912 # It would also be nice to do this for all -L options, not just this one.
8913 if test -n "$x_libraries"; then
8914 X_LIBS="$X_LIBS -L$x_libraries"
8915 # For Solaris; some versions of Sun CC require a space after -R and
8916 # others require no space. Words are not sufficient . . . .
8917 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8918 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8919 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8920 ac_xsave_c_werror_flag=$ac_c_werror_flag
8921 ac_c_werror_flag=yes
8922 cat >conftest.$ac_ext <<_ACEOF
8923 /* confdefs.h. */
8924 _ACEOF
8925 cat confdefs.h >>conftest.$ac_ext
8926 cat >>conftest.$ac_ext <<_ACEOF
8927 /* end confdefs.h. */
8930 main ()
8934 return 0;
8936 _ACEOF
8937 rm -f conftest.$ac_objext conftest$ac_exeext
8938 if { (ac_try="$ac_link"
8939 case "(($ac_try" in
8940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8941 *) ac_try_echo=$ac_try;;
8942 esac
8943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8944 $as_echo "$ac_try_echo") >&5
8945 (eval "$ac_link") 2>conftest.er1
8946 ac_status=$?
8947 grep -v '^ *+' conftest.er1 >conftest.err
8948 rm -f conftest.er1
8949 cat conftest.err >&5
8950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } && {
8952 test -z "$ac_c_werror_flag" ||
8953 test ! -s conftest.err
8954 } && test -s conftest$ac_exeext && {
8955 test "$cross_compiling" = yes ||
8956 $as_test_x conftest$ac_exeext
8957 }; then
8958 { $as_echo "$as_me:$LINENO: result: no" >&5
8959 $as_echo "no" >&6; }
8960 X_LIBS="$X_LIBS -R$x_libraries"
8961 else
8962 $as_echo "$as_me: failed program was:" >&5
8963 sed 's/^/| /' conftest.$ac_ext >&5
8965 LIBS="$ac_xsave_LIBS -R $x_libraries"
8966 cat >conftest.$ac_ext <<_ACEOF
8967 /* confdefs.h. */
8968 _ACEOF
8969 cat confdefs.h >>conftest.$ac_ext
8970 cat >>conftest.$ac_ext <<_ACEOF
8971 /* end confdefs.h. */
8974 main ()
8978 return 0;
8980 _ACEOF
8981 rm -f conftest.$ac_objext conftest$ac_exeext
8982 if { (ac_try="$ac_link"
8983 case "(($ac_try" in
8984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8985 *) ac_try_echo=$ac_try;;
8986 esac
8987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8988 $as_echo "$ac_try_echo") >&5
8989 (eval "$ac_link") 2>conftest.er1
8990 ac_status=$?
8991 grep -v '^ *+' conftest.er1 >conftest.err
8992 rm -f conftest.er1
8993 cat conftest.err >&5
8994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8995 (exit $ac_status); } && {
8996 test -z "$ac_c_werror_flag" ||
8997 test ! -s conftest.err
8998 } && test -s conftest$ac_exeext && {
8999 test "$cross_compiling" = yes ||
9000 $as_test_x conftest$ac_exeext
9001 }; then
9002 { $as_echo "$as_me:$LINENO: result: yes" >&5
9003 $as_echo "yes" >&6; }
9004 X_LIBS="$X_LIBS -R $x_libraries"
9005 else
9006 $as_echo "$as_me: failed program was:" >&5
9007 sed 's/^/| /' conftest.$ac_ext >&5
9009 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9010 $as_echo "neither works" >&6; }
9013 rm -rf conftest.dSYM
9014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9015 conftest$ac_exeext conftest.$ac_ext
9018 rm -rf conftest.dSYM
9019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9020 conftest$ac_exeext conftest.$ac_ext
9021 ac_c_werror_flag=$ac_xsave_c_werror_flag
9022 LIBS=$ac_xsave_LIBS
9025 # Check for system-dependent libraries X programs must link with.
9026 # Do this before checking for the system-independent R6 libraries
9027 # (-lICE), since we may need -lsocket or whatever for X linking.
9029 if test "$ISC" = yes; then
9030 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9031 else
9032 # Martyn Johnson says this is needed for Ultrix, if the X
9033 # libraries were built with DECnet support. And Karl Berry says
9034 # the Alpha needs dnet_stub (dnet does not exist).
9035 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9036 cat >conftest.$ac_ext <<_ACEOF
9037 /* confdefs.h. */
9038 _ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9043 /* Override any GCC internal prototype to avoid an error.
9044 Use char because int might match the return type of a GCC
9045 builtin and then its argument prototype would still apply. */
9046 #ifdef __cplusplus
9047 extern "C"
9048 #endif
9049 char XOpenDisplay ();
9051 main ()
9053 return XOpenDisplay ();
9055 return 0;
9057 _ACEOF
9058 rm -f conftest.$ac_objext conftest$ac_exeext
9059 if { (ac_try="$ac_link"
9060 case "(($ac_try" in
9061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9062 *) ac_try_echo=$ac_try;;
9063 esac
9064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9065 $as_echo "$ac_try_echo") >&5
9066 (eval "$ac_link") 2>conftest.er1
9067 ac_status=$?
9068 grep -v '^ *+' conftest.er1 >conftest.err
9069 rm -f conftest.er1
9070 cat conftest.err >&5
9071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072 (exit $ac_status); } && {
9073 test -z "$ac_c_werror_flag" ||
9074 test ! -s conftest.err
9075 } && test -s conftest$ac_exeext && {
9076 test "$cross_compiling" = yes ||
9077 $as_test_x conftest$ac_exeext
9078 }; then
9080 else
9081 $as_echo "$as_me: failed program was:" >&5
9082 sed 's/^/| /' conftest.$ac_ext >&5
9084 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9085 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9086 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9087 $as_echo_n "(cached) " >&6
9088 else
9089 ac_check_lib_save_LIBS=$LIBS
9090 LIBS="-ldnet $LIBS"
9091 cat >conftest.$ac_ext <<_ACEOF
9092 /* confdefs.h. */
9093 _ACEOF
9094 cat confdefs.h >>conftest.$ac_ext
9095 cat >>conftest.$ac_ext <<_ACEOF
9096 /* end confdefs.h. */
9098 /* Override any GCC internal prototype to avoid an error.
9099 Use char because int might match the return type of a GCC
9100 builtin and then its argument prototype would still apply. */
9101 #ifdef __cplusplus
9102 extern "C"
9103 #endif
9104 char dnet_ntoa ();
9106 main ()
9108 return dnet_ntoa ();
9110 return 0;
9112 _ACEOF
9113 rm -f conftest.$ac_objext conftest$ac_exeext
9114 if { (ac_try="$ac_link"
9115 case "(($ac_try" in
9116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9117 *) ac_try_echo=$ac_try;;
9118 esac
9119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9120 $as_echo "$ac_try_echo") >&5
9121 (eval "$ac_link") 2>conftest.er1
9122 ac_status=$?
9123 grep -v '^ *+' conftest.er1 >conftest.err
9124 rm -f conftest.er1
9125 cat conftest.err >&5
9126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9127 (exit $ac_status); } && {
9128 test -z "$ac_c_werror_flag" ||
9129 test ! -s conftest.err
9130 } && test -s conftest$ac_exeext && {
9131 test "$cross_compiling" = yes ||
9132 $as_test_x conftest$ac_exeext
9133 }; then
9134 ac_cv_lib_dnet_dnet_ntoa=yes
9135 else
9136 $as_echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.$ac_ext >&5
9139 ac_cv_lib_dnet_dnet_ntoa=no
9142 rm -rf conftest.dSYM
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144 conftest$ac_exeext conftest.$ac_ext
9145 LIBS=$ac_check_lib_save_LIBS
9147 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9148 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9149 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9150 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9153 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9154 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9155 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9156 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9157 $as_echo_n "(cached) " >&6
9158 else
9159 ac_check_lib_save_LIBS=$LIBS
9160 LIBS="-ldnet_stub $LIBS"
9161 cat >conftest.$ac_ext <<_ACEOF
9162 /* confdefs.h. */
9163 _ACEOF
9164 cat confdefs.h >>conftest.$ac_ext
9165 cat >>conftest.$ac_ext <<_ACEOF
9166 /* end confdefs.h. */
9168 /* Override any GCC internal prototype to avoid an error.
9169 Use char because int might match the return type of a GCC
9170 builtin and then its argument prototype would still apply. */
9171 #ifdef __cplusplus
9172 extern "C"
9173 #endif
9174 char dnet_ntoa ();
9176 main ()
9178 return dnet_ntoa ();
9180 return 0;
9182 _ACEOF
9183 rm -f conftest.$ac_objext conftest$ac_exeext
9184 if { (ac_try="$ac_link"
9185 case "(($ac_try" in
9186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9187 *) ac_try_echo=$ac_try;;
9188 esac
9189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9190 $as_echo "$ac_try_echo") >&5
9191 (eval "$ac_link") 2>conftest.er1
9192 ac_status=$?
9193 grep -v '^ *+' conftest.er1 >conftest.err
9194 rm -f conftest.er1
9195 cat conftest.err >&5
9196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9197 (exit $ac_status); } && {
9198 test -z "$ac_c_werror_flag" ||
9199 test ! -s conftest.err
9200 } && test -s conftest$ac_exeext && {
9201 test "$cross_compiling" = yes ||
9202 $as_test_x conftest$ac_exeext
9203 }; then
9204 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9205 else
9206 $as_echo "$as_me: failed program was:" >&5
9207 sed 's/^/| /' conftest.$ac_ext >&5
9209 ac_cv_lib_dnet_stub_dnet_ntoa=no
9212 rm -rf conftest.dSYM
9213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9214 conftest$ac_exeext conftest.$ac_ext
9215 LIBS=$ac_check_lib_save_LIBS
9217 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9218 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9219 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9220 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9226 rm -rf conftest.dSYM
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS="$ac_xsave_LIBS"
9231 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9232 # to get the SysV transport functions.
9233 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9234 # needs -lnsl.
9235 # The nsl library prevents programs from opening the X display
9236 # on Irix 5.2, according to T.E. Dickey.
9237 # The functions gethostbyname, getservbyname, and inet_addr are
9238 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9239 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9240 $as_echo_n "checking for gethostbyname... " >&6; }
9241 if test "${ac_cv_func_gethostbyname+set}" = set; then
9242 $as_echo_n "(cached) " >&6
9243 else
9244 cat >conftest.$ac_ext <<_ACEOF
9245 /* confdefs.h. */
9246 _ACEOF
9247 cat confdefs.h >>conftest.$ac_ext
9248 cat >>conftest.$ac_ext <<_ACEOF
9249 /* end confdefs.h. */
9250 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9251 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9252 #define gethostbyname innocuous_gethostbyname
9254 /* System header to define __stub macros and hopefully few prototypes,
9255 which can conflict with char gethostbyname (); below.
9256 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9257 <limits.h> exists even on freestanding compilers. */
9259 #ifdef __STDC__
9260 # include <limits.h>
9261 #else
9262 # include <assert.h>
9263 #endif
9265 #undef gethostbyname
9267 /* Override any GCC internal prototype to avoid an error.
9268 Use char because int might match the return type of a GCC
9269 builtin and then its argument prototype would still apply. */
9270 #ifdef __cplusplus
9271 extern "C"
9272 #endif
9273 char gethostbyname ();
9274 /* The GNU C library defines this for functions which it implements
9275 to always fail with ENOSYS. Some functions are actually named
9276 something starting with __ and the normal name is an alias. */
9277 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9278 choke me
9279 #endif
9282 main ()
9284 return gethostbyname ();
9286 return 0;
9288 _ACEOF
9289 rm -f conftest.$ac_objext conftest$ac_exeext
9290 if { (ac_try="$ac_link"
9291 case "(($ac_try" in
9292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9293 *) ac_try_echo=$ac_try;;
9294 esac
9295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9296 $as_echo "$ac_try_echo") >&5
9297 (eval "$ac_link") 2>conftest.er1
9298 ac_status=$?
9299 grep -v '^ *+' conftest.er1 >conftest.err
9300 rm -f conftest.er1
9301 cat conftest.err >&5
9302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); } && {
9304 test -z "$ac_c_werror_flag" ||
9305 test ! -s conftest.err
9306 } && test -s conftest$ac_exeext && {
9307 test "$cross_compiling" = yes ||
9308 $as_test_x conftest$ac_exeext
9309 }; then
9310 ac_cv_func_gethostbyname=yes
9311 else
9312 $as_echo "$as_me: failed program was:" >&5
9313 sed 's/^/| /' conftest.$ac_ext >&5
9315 ac_cv_func_gethostbyname=no
9318 rm -rf conftest.dSYM
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320 conftest$ac_exeext conftest.$ac_ext
9322 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9323 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9325 if test $ac_cv_func_gethostbyname = no; then
9326 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9327 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9328 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9329 $as_echo_n "(cached) " >&6
9330 else
9331 ac_check_lib_save_LIBS=$LIBS
9332 LIBS="-lnsl $LIBS"
9333 cat >conftest.$ac_ext <<_ACEOF
9334 /* confdefs.h. */
9335 _ACEOF
9336 cat confdefs.h >>conftest.$ac_ext
9337 cat >>conftest.$ac_ext <<_ACEOF
9338 /* end confdefs.h. */
9340 /* Override any GCC internal prototype to avoid an error.
9341 Use char because int might match the return type of a GCC
9342 builtin and then its argument prototype would still apply. */
9343 #ifdef __cplusplus
9344 extern "C"
9345 #endif
9346 char gethostbyname ();
9348 main ()
9350 return gethostbyname ();
9352 return 0;
9354 _ACEOF
9355 rm -f conftest.$ac_objext conftest$ac_exeext
9356 if { (ac_try="$ac_link"
9357 case "(($ac_try" in
9358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9359 *) ac_try_echo=$ac_try;;
9360 esac
9361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9362 $as_echo "$ac_try_echo") >&5
9363 (eval "$ac_link") 2>conftest.er1
9364 ac_status=$?
9365 grep -v '^ *+' conftest.er1 >conftest.err
9366 rm -f conftest.er1
9367 cat conftest.err >&5
9368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9369 (exit $ac_status); } && {
9370 test -z "$ac_c_werror_flag" ||
9371 test ! -s conftest.err
9372 } && test -s conftest$ac_exeext && {
9373 test "$cross_compiling" = yes ||
9374 $as_test_x conftest$ac_exeext
9375 }; then
9376 ac_cv_lib_nsl_gethostbyname=yes
9377 else
9378 $as_echo "$as_me: failed program was:" >&5
9379 sed 's/^/| /' conftest.$ac_ext >&5
9381 ac_cv_lib_nsl_gethostbyname=no
9384 rm -rf conftest.dSYM
9385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9386 conftest$ac_exeext conftest.$ac_ext
9387 LIBS=$ac_check_lib_save_LIBS
9389 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9390 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9391 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9392 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9395 if test $ac_cv_lib_nsl_gethostbyname = no; then
9396 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9397 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9398 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9399 $as_echo_n "(cached) " >&6
9400 else
9401 ac_check_lib_save_LIBS=$LIBS
9402 LIBS="-lbsd $LIBS"
9403 cat >conftest.$ac_ext <<_ACEOF
9404 /* confdefs.h. */
9405 _ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char gethostbyname ();
9418 main ()
9420 return gethostbyname ();
9422 return 0;
9424 _ACEOF
9425 rm -f conftest.$ac_objext conftest$ac_exeext
9426 if { (ac_try="$ac_link"
9427 case "(($ac_try" in
9428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9429 *) ac_try_echo=$ac_try;;
9430 esac
9431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9432 $as_echo "$ac_try_echo") >&5
9433 (eval "$ac_link") 2>conftest.er1
9434 ac_status=$?
9435 grep -v '^ *+' conftest.er1 >conftest.err
9436 rm -f conftest.er1
9437 cat conftest.err >&5
9438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439 (exit $ac_status); } && {
9440 test -z "$ac_c_werror_flag" ||
9441 test ! -s conftest.err
9442 } && test -s conftest$ac_exeext && {
9443 test "$cross_compiling" = yes ||
9444 $as_test_x conftest$ac_exeext
9445 }; then
9446 ac_cv_lib_bsd_gethostbyname=yes
9447 else
9448 $as_echo "$as_me: failed program was:" >&5
9449 sed 's/^/| /' conftest.$ac_ext >&5
9451 ac_cv_lib_bsd_gethostbyname=no
9454 rm -rf conftest.dSYM
9455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9456 conftest$ac_exeext conftest.$ac_ext
9457 LIBS=$ac_check_lib_save_LIBS
9459 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9460 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9461 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9462 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9468 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9469 # socket/setsockopt and other routines are undefined under SCO ODT
9470 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9471 # on later versions), says Simon Leinen: it contains gethostby*
9472 # variants that don't use the name server (or something). -lsocket
9473 # must be given before -lnsl if both are needed. We assume that
9474 # if connect needs -lnsl, so does gethostbyname.
9475 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9476 $as_echo_n "checking for connect... " >&6; }
9477 if test "${ac_cv_func_connect+set}" = set; then
9478 $as_echo_n "(cached) " >&6
9479 else
9480 cat >conftest.$ac_ext <<_ACEOF
9481 /* confdefs.h. */
9482 _ACEOF
9483 cat confdefs.h >>conftest.$ac_ext
9484 cat >>conftest.$ac_ext <<_ACEOF
9485 /* end confdefs.h. */
9486 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9487 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9488 #define connect innocuous_connect
9490 /* System header to define __stub macros and hopefully few prototypes,
9491 which can conflict with char connect (); below.
9492 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9493 <limits.h> exists even on freestanding compilers. */
9495 #ifdef __STDC__
9496 # include <limits.h>
9497 #else
9498 # include <assert.h>
9499 #endif
9501 #undef connect
9503 /* Override any GCC internal prototype to avoid an error.
9504 Use char because int might match the return type of a GCC
9505 builtin and then its argument prototype would still apply. */
9506 #ifdef __cplusplus
9507 extern "C"
9508 #endif
9509 char connect ();
9510 /* The GNU C library defines this for functions which it implements
9511 to always fail with ENOSYS. Some functions are actually named
9512 something starting with __ and the normal name is an alias. */
9513 #if defined __stub_connect || defined __stub___connect
9514 choke me
9515 #endif
9518 main ()
9520 return connect ();
9522 return 0;
9524 _ACEOF
9525 rm -f conftest.$ac_objext conftest$ac_exeext
9526 if { (ac_try="$ac_link"
9527 case "(($ac_try" in
9528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9529 *) ac_try_echo=$ac_try;;
9530 esac
9531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9532 $as_echo "$ac_try_echo") >&5
9533 (eval "$ac_link") 2>conftest.er1
9534 ac_status=$?
9535 grep -v '^ *+' conftest.er1 >conftest.err
9536 rm -f conftest.er1
9537 cat conftest.err >&5
9538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9539 (exit $ac_status); } && {
9540 test -z "$ac_c_werror_flag" ||
9541 test ! -s conftest.err
9542 } && test -s conftest$ac_exeext && {
9543 test "$cross_compiling" = yes ||
9544 $as_test_x conftest$ac_exeext
9545 }; then
9546 ac_cv_func_connect=yes
9547 else
9548 $as_echo "$as_me: failed program was:" >&5
9549 sed 's/^/| /' conftest.$ac_ext >&5
9551 ac_cv_func_connect=no
9554 rm -rf conftest.dSYM
9555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9556 conftest$ac_exeext conftest.$ac_ext
9558 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9559 $as_echo "$ac_cv_func_connect" >&6; }
9561 if test $ac_cv_func_connect = no; then
9562 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9563 $as_echo_n "checking for connect in -lsocket... " >&6; }
9564 if test "${ac_cv_lib_socket_connect+set}" = set; then
9565 $as_echo_n "(cached) " >&6
9566 else
9567 ac_check_lib_save_LIBS=$LIBS
9568 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9569 cat >conftest.$ac_ext <<_ACEOF
9570 /* confdefs.h. */
9571 _ACEOF
9572 cat confdefs.h >>conftest.$ac_ext
9573 cat >>conftest.$ac_ext <<_ACEOF
9574 /* end confdefs.h. */
9576 /* Override any GCC internal prototype to avoid an error.
9577 Use char because int might match the return type of a GCC
9578 builtin and then its argument prototype would still apply. */
9579 #ifdef __cplusplus
9580 extern "C"
9581 #endif
9582 char connect ();
9584 main ()
9586 return connect ();
9588 return 0;
9590 _ACEOF
9591 rm -f conftest.$ac_objext conftest$ac_exeext
9592 if { (ac_try="$ac_link"
9593 case "(($ac_try" in
9594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9595 *) ac_try_echo=$ac_try;;
9596 esac
9597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9598 $as_echo "$ac_try_echo") >&5
9599 (eval "$ac_link") 2>conftest.er1
9600 ac_status=$?
9601 grep -v '^ *+' conftest.er1 >conftest.err
9602 rm -f conftest.er1
9603 cat conftest.err >&5
9604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); } && {
9606 test -z "$ac_c_werror_flag" ||
9607 test ! -s conftest.err
9608 } && test -s conftest$ac_exeext && {
9609 test "$cross_compiling" = yes ||
9610 $as_test_x conftest$ac_exeext
9611 }; then
9612 ac_cv_lib_socket_connect=yes
9613 else
9614 $as_echo "$as_me: failed program was:" >&5
9615 sed 's/^/| /' conftest.$ac_ext >&5
9617 ac_cv_lib_socket_connect=no
9620 rm -rf conftest.dSYM
9621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9622 conftest$ac_exeext conftest.$ac_ext
9623 LIBS=$ac_check_lib_save_LIBS
9625 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9626 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9627 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9628 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9633 # Guillermo Gomez says -lposix is necessary on A/UX.
9634 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9635 $as_echo_n "checking for remove... " >&6; }
9636 if test "${ac_cv_func_remove+set}" = set; then
9637 $as_echo_n "(cached) " >&6
9638 else
9639 cat >conftest.$ac_ext <<_ACEOF
9640 /* confdefs.h. */
9641 _ACEOF
9642 cat confdefs.h >>conftest.$ac_ext
9643 cat >>conftest.$ac_ext <<_ACEOF
9644 /* end confdefs.h. */
9645 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9646 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9647 #define remove innocuous_remove
9649 /* System header to define __stub macros and hopefully few prototypes,
9650 which can conflict with char remove (); below.
9651 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9652 <limits.h> exists even on freestanding compilers. */
9654 #ifdef __STDC__
9655 # include <limits.h>
9656 #else
9657 # include <assert.h>
9658 #endif
9660 #undef remove
9662 /* Override any GCC internal prototype to avoid an error.
9663 Use char because int might match the return type of a GCC
9664 builtin and then its argument prototype would still apply. */
9665 #ifdef __cplusplus
9666 extern "C"
9667 #endif
9668 char remove ();
9669 /* The GNU C library defines this for functions which it implements
9670 to always fail with ENOSYS. Some functions are actually named
9671 something starting with __ and the normal name is an alias. */
9672 #if defined __stub_remove || defined __stub___remove
9673 choke me
9674 #endif
9677 main ()
9679 return remove ();
9681 return 0;
9683 _ACEOF
9684 rm -f conftest.$ac_objext conftest$ac_exeext
9685 if { (ac_try="$ac_link"
9686 case "(($ac_try" in
9687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9688 *) ac_try_echo=$ac_try;;
9689 esac
9690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9691 $as_echo "$ac_try_echo") >&5
9692 (eval "$ac_link") 2>conftest.er1
9693 ac_status=$?
9694 grep -v '^ *+' conftest.er1 >conftest.err
9695 rm -f conftest.er1
9696 cat conftest.err >&5
9697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9698 (exit $ac_status); } && {
9699 test -z "$ac_c_werror_flag" ||
9700 test ! -s conftest.err
9701 } && test -s conftest$ac_exeext && {
9702 test "$cross_compiling" = yes ||
9703 $as_test_x conftest$ac_exeext
9704 }; then
9705 ac_cv_func_remove=yes
9706 else
9707 $as_echo "$as_me: failed program was:" >&5
9708 sed 's/^/| /' conftest.$ac_ext >&5
9710 ac_cv_func_remove=no
9713 rm -rf conftest.dSYM
9714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9715 conftest$ac_exeext conftest.$ac_ext
9717 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9718 $as_echo "$ac_cv_func_remove" >&6; }
9720 if test $ac_cv_func_remove = no; then
9721 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9722 $as_echo_n "checking for remove in -lposix... " >&6; }
9723 if test "${ac_cv_lib_posix_remove+set}" = set; then
9724 $as_echo_n "(cached) " >&6
9725 else
9726 ac_check_lib_save_LIBS=$LIBS
9727 LIBS="-lposix $LIBS"
9728 cat >conftest.$ac_ext <<_ACEOF
9729 /* confdefs.h. */
9730 _ACEOF
9731 cat confdefs.h >>conftest.$ac_ext
9732 cat >>conftest.$ac_ext <<_ACEOF
9733 /* end confdefs.h. */
9735 /* Override any GCC internal prototype to avoid an error.
9736 Use char because int might match the return type of a GCC
9737 builtin and then its argument prototype would still apply. */
9738 #ifdef __cplusplus
9739 extern "C"
9740 #endif
9741 char remove ();
9743 main ()
9745 return remove ();
9747 return 0;
9749 _ACEOF
9750 rm -f conftest.$ac_objext conftest$ac_exeext
9751 if { (ac_try="$ac_link"
9752 case "(($ac_try" in
9753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9754 *) ac_try_echo=$ac_try;;
9755 esac
9756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9757 $as_echo "$ac_try_echo") >&5
9758 (eval "$ac_link") 2>conftest.er1
9759 ac_status=$?
9760 grep -v '^ *+' conftest.er1 >conftest.err
9761 rm -f conftest.er1
9762 cat conftest.err >&5
9763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9764 (exit $ac_status); } && {
9765 test -z "$ac_c_werror_flag" ||
9766 test ! -s conftest.err
9767 } && test -s conftest$ac_exeext && {
9768 test "$cross_compiling" = yes ||
9769 $as_test_x conftest$ac_exeext
9770 }; then
9771 ac_cv_lib_posix_remove=yes
9772 else
9773 $as_echo "$as_me: failed program was:" >&5
9774 sed 's/^/| /' conftest.$ac_ext >&5
9776 ac_cv_lib_posix_remove=no
9779 rm -rf conftest.dSYM
9780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9781 conftest$ac_exeext conftest.$ac_ext
9782 LIBS=$ac_check_lib_save_LIBS
9784 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9785 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9786 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9787 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9792 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9793 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9794 $as_echo_n "checking for shmat... " >&6; }
9795 if test "${ac_cv_func_shmat+set}" = set; then
9796 $as_echo_n "(cached) " >&6
9797 else
9798 cat >conftest.$ac_ext <<_ACEOF
9799 /* confdefs.h. */
9800 _ACEOF
9801 cat confdefs.h >>conftest.$ac_ext
9802 cat >>conftest.$ac_ext <<_ACEOF
9803 /* end confdefs.h. */
9804 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9806 #define shmat innocuous_shmat
9808 /* System header to define __stub macros and hopefully few prototypes,
9809 which can conflict with char shmat (); below.
9810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9811 <limits.h> exists even on freestanding compilers. */
9813 #ifdef __STDC__
9814 # include <limits.h>
9815 #else
9816 # include <assert.h>
9817 #endif
9819 #undef shmat
9821 /* Override any GCC internal prototype to avoid an error.
9822 Use char because int might match the return type of a GCC
9823 builtin and then its argument prototype would still apply. */
9824 #ifdef __cplusplus
9825 extern "C"
9826 #endif
9827 char shmat ();
9828 /* The GNU C library defines this for functions which it implements
9829 to always fail with ENOSYS. Some functions are actually named
9830 something starting with __ and the normal name is an alias. */
9831 #if defined __stub_shmat || defined __stub___shmat
9832 choke me
9833 #endif
9836 main ()
9838 return shmat ();
9840 return 0;
9842 _ACEOF
9843 rm -f conftest.$ac_objext conftest$ac_exeext
9844 if { (ac_try="$ac_link"
9845 case "(($ac_try" in
9846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9847 *) ac_try_echo=$ac_try;;
9848 esac
9849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9850 $as_echo "$ac_try_echo") >&5
9851 (eval "$ac_link") 2>conftest.er1
9852 ac_status=$?
9853 grep -v '^ *+' conftest.er1 >conftest.err
9854 rm -f conftest.er1
9855 cat conftest.err >&5
9856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9857 (exit $ac_status); } && {
9858 test -z "$ac_c_werror_flag" ||
9859 test ! -s conftest.err
9860 } && test -s conftest$ac_exeext && {
9861 test "$cross_compiling" = yes ||
9862 $as_test_x conftest$ac_exeext
9863 }; then
9864 ac_cv_func_shmat=yes
9865 else
9866 $as_echo "$as_me: failed program was:" >&5
9867 sed 's/^/| /' conftest.$ac_ext >&5
9869 ac_cv_func_shmat=no
9872 rm -rf conftest.dSYM
9873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9874 conftest$ac_exeext conftest.$ac_ext
9876 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9877 $as_echo "$ac_cv_func_shmat" >&6; }
9879 if test $ac_cv_func_shmat = no; then
9880 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9881 $as_echo_n "checking for shmat in -lipc... " >&6; }
9882 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9883 $as_echo_n "(cached) " >&6
9884 else
9885 ac_check_lib_save_LIBS=$LIBS
9886 LIBS="-lipc $LIBS"
9887 cat >conftest.$ac_ext <<_ACEOF
9888 /* confdefs.h. */
9889 _ACEOF
9890 cat confdefs.h >>conftest.$ac_ext
9891 cat >>conftest.$ac_ext <<_ACEOF
9892 /* end confdefs.h. */
9894 /* Override any GCC internal prototype to avoid an error.
9895 Use char because int might match the return type of a GCC
9896 builtin and then its argument prototype would still apply. */
9897 #ifdef __cplusplus
9898 extern "C"
9899 #endif
9900 char shmat ();
9902 main ()
9904 return shmat ();
9906 return 0;
9908 _ACEOF
9909 rm -f conftest.$ac_objext conftest$ac_exeext
9910 if { (ac_try="$ac_link"
9911 case "(($ac_try" in
9912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9913 *) ac_try_echo=$ac_try;;
9914 esac
9915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9916 $as_echo "$ac_try_echo") >&5
9917 (eval "$ac_link") 2>conftest.er1
9918 ac_status=$?
9919 grep -v '^ *+' conftest.er1 >conftest.err
9920 rm -f conftest.er1
9921 cat conftest.err >&5
9922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9923 (exit $ac_status); } && {
9924 test -z "$ac_c_werror_flag" ||
9925 test ! -s conftest.err
9926 } && test -s conftest$ac_exeext && {
9927 test "$cross_compiling" = yes ||
9928 $as_test_x conftest$ac_exeext
9929 }; then
9930 ac_cv_lib_ipc_shmat=yes
9931 else
9932 $as_echo "$as_me: failed program was:" >&5
9933 sed 's/^/| /' conftest.$ac_ext >&5
9935 ac_cv_lib_ipc_shmat=no
9938 rm -rf conftest.dSYM
9939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9940 conftest$ac_exeext conftest.$ac_ext
9941 LIBS=$ac_check_lib_save_LIBS
9943 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9944 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9945 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9946 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9952 # Check for libraries that X11R6 Xt/Xaw programs need.
9953 ac_save_LDFLAGS=$LDFLAGS
9954 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9955 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9956 # check for ICE first), but we must link in the order -lSM -lICE or
9957 # we get undefined symbols. So assume we have SM if we have ICE.
9958 # These have to be linked with before -lX11, unlike the other
9959 # libraries we check for below, so use a different variable.
9960 # John Interrante, Karl Berry
9961 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9962 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9963 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9964 $as_echo_n "(cached) " >&6
9965 else
9966 ac_check_lib_save_LIBS=$LIBS
9967 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9968 cat >conftest.$ac_ext <<_ACEOF
9969 /* confdefs.h. */
9970 _ACEOF
9971 cat confdefs.h >>conftest.$ac_ext
9972 cat >>conftest.$ac_ext <<_ACEOF
9973 /* end confdefs.h. */
9975 /* Override any GCC internal prototype to avoid an error.
9976 Use char because int might match the return type of a GCC
9977 builtin and then its argument prototype would still apply. */
9978 #ifdef __cplusplus
9979 extern "C"
9980 #endif
9981 char IceConnectionNumber ();
9983 main ()
9985 return IceConnectionNumber ();
9987 return 0;
9989 _ACEOF
9990 rm -f conftest.$ac_objext conftest$ac_exeext
9991 if { (ac_try="$ac_link"
9992 case "(($ac_try" in
9993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9994 *) ac_try_echo=$ac_try;;
9995 esac
9996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9997 $as_echo "$ac_try_echo") >&5
9998 (eval "$ac_link") 2>conftest.er1
9999 ac_status=$?
10000 grep -v '^ *+' conftest.er1 >conftest.err
10001 rm -f conftest.er1
10002 cat conftest.err >&5
10003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); } && {
10005 test -z "$ac_c_werror_flag" ||
10006 test ! -s conftest.err
10007 } && test -s conftest$ac_exeext && {
10008 test "$cross_compiling" = yes ||
10009 $as_test_x conftest$ac_exeext
10010 }; then
10011 ac_cv_lib_ICE_IceConnectionNumber=yes
10012 else
10013 $as_echo "$as_me: failed program was:" >&5
10014 sed 's/^/| /' conftest.$ac_ext >&5
10016 ac_cv_lib_ICE_IceConnectionNumber=no
10019 rm -rf conftest.dSYM
10020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10021 conftest$ac_exeext conftest.$ac_ext
10022 LIBS=$ac_check_lib_save_LIBS
10024 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10025 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10026 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10027 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10030 LDFLAGS=$ac_save_LDFLAGS
10035 if test "$have_x" = "yes"
10036 then
10037 XLIB="-lXext -lX11"
10038 ac_save_CPPFLAGS="$CPPFLAGS"
10039 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10041 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10042 $as_echo_n "checking for -lX11... " >&6; }
10043 if test "${ac_cv_lib_soname_X11+set}" = set; then
10044 $as_echo_n "(cached) " >&6
10045 else
10046 ac_check_soname_save_LIBS=$LIBS
10047 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10048 cat >conftest.$ac_ext <<_ACEOF
10049 /* confdefs.h. */
10050 _ACEOF
10051 cat confdefs.h >>conftest.$ac_ext
10052 cat >>conftest.$ac_ext <<_ACEOF
10053 /* end confdefs.h. */
10055 /* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10058 #ifdef __cplusplus
10059 extern "C"
10060 #endif
10061 char XCreateWindow ();
10063 main ()
10065 return XCreateWindow ();
10067 return 0;
10069 _ACEOF
10070 rm -f conftest.$ac_objext conftest$ac_exeext
10071 if { (ac_try="$ac_link"
10072 case "(($ac_try" in
10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10074 *) ac_try_echo=$ac_try;;
10075 esac
10076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10077 $as_echo "$ac_try_echo") >&5
10078 (eval "$ac_link") 2>conftest.er1
10079 ac_status=$?
10080 grep -v '^ *+' conftest.er1 >conftest.err
10081 rm -f conftest.er1
10082 cat conftest.err >&5
10083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084 (exit $ac_status); } && {
10085 test -z "$ac_c_werror_flag" ||
10086 test ! -s conftest.err
10087 } && test -s conftest$ac_exeext && {
10088 test "$cross_compiling" = yes ||
10089 $as_test_x conftest$ac_exeext
10090 }; then
10091 case "$LIBEXT" in
10092 dll) ;;
10093 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'` ;;
10094 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10095 esac
10096 else
10097 $as_echo "$as_me: failed program was:" >&5
10098 sed 's/^/| /' conftest.$ac_ext >&5
10103 rm -rf conftest.dSYM
10104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10105 conftest$ac_exeext conftest.$ac_ext
10106 LIBS=$ac_check_soname_save_LIBS
10108 if test "x$ac_cv_lib_soname_X11" = "x"; then
10109 { $as_echo "$as_me:$LINENO: result: not found" >&5
10110 $as_echo "not found" >&6; }
10112 else
10113 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10114 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10116 cat >>confdefs.h <<_ACEOF
10117 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10118 _ACEOF
10123 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10124 $as_echo_n "checking for -lXext... " >&6; }
10125 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10126 $as_echo_n "(cached) " >&6
10127 else
10128 ac_check_soname_save_LIBS=$LIBS
10129 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10130 cat >conftest.$ac_ext <<_ACEOF
10131 /* confdefs.h. */
10132 _ACEOF
10133 cat confdefs.h >>conftest.$ac_ext
10134 cat >>conftest.$ac_ext <<_ACEOF
10135 /* end confdefs.h. */
10137 /* Override any GCC internal prototype to avoid an error.
10138 Use char because int might match the return type of a GCC
10139 builtin and then its argument prototype would still apply. */
10140 #ifdef __cplusplus
10141 extern "C"
10142 #endif
10143 char XextCreateExtension ();
10145 main ()
10147 return XextCreateExtension ();
10149 return 0;
10151 _ACEOF
10152 rm -f conftest.$ac_objext conftest$ac_exeext
10153 if { (ac_try="$ac_link"
10154 case "(($ac_try" in
10155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10156 *) ac_try_echo=$ac_try;;
10157 esac
10158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10159 $as_echo "$ac_try_echo") >&5
10160 (eval "$ac_link") 2>conftest.er1
10161 ac_status=$?
10162 grep -v '^ *+' conftest.er1 >conftest.err
10163 rm -f conftest.er1
10164 cat conftest.err >&5
10165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } && {
10167 test -z "$ac_c_werror_flag" ||
10168 test ! -s conftest.err
10169 } && test -s conftest$ac_exeext && {
10170 test "$cross_compiling" = yes ||
10171 $as_test_x conftest$ac_exeext
10172 }; then
10173 case "$LIBEXT" in
10174 dll) ;;
10175 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'` ;;
10176 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10177 esac
10178 else
10179 $as_echo "$as_me: failed program was:" >&5
10180 sed 's/^/| /' conftest.$ac_ext >&5
10185 rm -rf conftest.dSYM
10186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10187 conftest$ac_exeext conftest.$ac_ext
10188 LIBS=$ac_check_soname_save_LIBS
10190 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10191 { $as_echo "$as_me:$LINENO: result: not found" >&5
10192 $as_echo "not found" >&6; }
10194 else
10195 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10196 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10198 cat >>confdefs.h <<_ACEOF
10199 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10200 _ACEOF
10218 for ac_header in X11/Xlib.h \
10219 X11/XKBlib.h \
10220 X11/Xutil.h \
10221 X11/Xcursor/Xcursor.h \
10222 X11/extensions/shape.h \
10223 X11/extensions/XInput.h \
10224 X11/extensions/XShm.h \
10225 X11/extensions/Xcomposite.h \
10226 X11/extensions/Xinerama.h \
10227 X11/extensions/Xrandr.h \
10228 X11/extensions/Xrender.h \
10229 X11/extensions/xf86vmode.h
10231 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10232 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10233 $as_echo_n "checking for $ac_header... " >&6; }
10234 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10235 $as_echo_n "(cached) " >&6
10236 else
10237 cat >conftest.$ac_ext <<_ACEOF
10238 /* confdefs.h. */
10239 _ACEOF
10240 cat confdefs.h >>conftest.$ac_ext
10241 cat >>conftest.$ac_ext <<_ACEOF
10242 /* end confdefs.h. */
10243 #ifdef HAVE_X11_XLIB_H
10244 # include <X11/Xlib.h>
10245 #endif
10246 #ifdef HAVE_X11_XUTIL_H
10247 # include <X11/Xutil.h>
10248 #endif
10250 #include <$ac_header>
10251 _ACEOF
10252 rm -f conftest.$ac_objext
10253 if { (ac_try="$ac_compile"
10254 case "(($ac_try" in
10255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10256 *) ac_try_echo=$ac_try;;
10257 esac
10258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10259 $as_echo "$ac_try_echo") >&5
10260 (eval "$ac_compile") 2>conftest.er1
10261 ac_status=$?
10262 grep -v '^ *+' conftest.er1 >conftest.err
10263 rm -f conftest.er1
10264 cat conftest.err >&5
10265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10266 (exit $ac_status); } && {
10267 test -z "$ac_c_werror_flag" ||
10268 test ! -s conftest.err
10269 } && test -s conftest.$ac_objext; then
10270 eval "$as_ac_Header=yes"
10271 else
10272 $as_echo "$as_me: failed program was:" >&5
10273 sed 's/^/| /' conftest.$ac_ext >&5
10275 eval "$as_ac_Header=no"
10278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10280 ac_res=`eval 'as_val=${'$as_ac_Header'}
10281 $as_echo "$as_val"'`
10282 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10283 $as_echo "$ac_res" >&6; }
10284 as_val=`eval 'as_val=${'$as_ac_Header'}
10285 $as_echo "$as_val"'`
10286 if test "x$as_val" = x""yes; then
10287 cat >>confdefs.h <<_ACEOF
10288 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10289 _ACEOF
10293 done
10296 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10297 then
10298 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10299 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10300 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10301 $as_echo_n "(cached) " >&6
10302 else
10303 ac_check_lib_save_LIBS=$LIBS
10304 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10305 cat >conftest.$ac_ext <<_ACEOF
10306 /* confdefs.h. */
10307 _ACEOF
10308 cat confdefs.h >>conftest.$ac_ext
10309 cat >>conftest.$ac_ext <<_ACEOF
10310 /* end confdefs.h. */
10312 /* Override any GCC internal prototype to avoid an error.
10313 Use char because int might match the return type of a GCC
10314 builtin and then its argument prototype would still apply. */
10315 #ifdef __cplusplus
10316 extern "C"
10317 #endif
10318 char XkbQueryExtension ();
10320 main ()
10322 return XkbQueryExtension ();
10324 return 0;
10326 _ACEOF
10327 rm -f conftest.$ac_objext conftest$ac_exeext
10328 if { (ac_try="$ac_link"
10329 case "(($ac_try" in
10330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10331 *) ac_try_echo=$ac_try;;
10332 esac
10333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10334 $as_echo "$ac_try_echo") >&5
10335 (eval "$ac_link") 2>conftest.er1
10336 ac_status=$?
10337 grep -v '^ *+' conftest.er1 >conftest.err
10338 rm -f conftest.er1
10339 cat conftest.err >&5
10340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10341 (exit $ac_status); } && {
10342 test -z "$ac_c_werror_flag" ||
10343 test ! -s conftest.err
10344 } && test -s conftest$ac_exeext && {
10345 test "$cross_compiling" = yes ||
10346 $as_test_x conftest$ac_exeext
10347 }; then
10348 ac_cv_lib_X11_XkbQueryExtension=yes
10349 else
10350 $as_echo "$as_me: failed program was:" >&5
10351 sed 's/^/| /' conftest.$ac_ext >&5
10353 ac_cv_lib_X11_XkbQueryExtension=no
10356 rm -rf conftest.dSYM
10357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_lib_save_LIBS
10361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10362 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10363 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10365 cat >>confdefs.h <<\_ACEOF
10366 #define HAVE_XKB 1
10367 _ACEOF
10373 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10374 then
10375 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10376 $as_echo_n "checking for -lXcursor... " >&6; }
10377 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10378 $as_echo_n "(cached) " >&6
10379 else
10380 ac_check_soname_save_LIBS=$LIBS
10381 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10382 cat >conftest.$ac_ext <<_ACEOF
10383 /* confdefs.h. */
10384 _ACEOF
10385 cat confdefs.h >>conftest.$ac_ext
10386 cat >>conftest.$ac_ext <<_ACEOF
10387 /* end confdefs.h. */
10389 /* Override any GCC internal prototype to avoid an error.
10390 Use char because int might match the return type of a GCC
10391 builtin and then its argument prototype would still apply. */
10392 #ifdef __cplusplus
10393 extern "C"
10394 #endif
10395 char XcursorImageLoadCursor ();
10397 main ()
10399 return XcursorImageLoadCursor ();
10401 return 0;
10403 _ACEOF
10404 rm -f conftest.$ac_objext conftest$ac_exeext
10405 if { (ac_try="$ac_link"
10406 case "(($ac_try" in
10407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10408 *) ac_try_echo=$ac_try;;
10409 esac
10410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10411 $as_echo "$ac_try_echo") >&5
10412 (eval "$ac_link") 2>conftest.er1
10413 ac_status=$?
10414 grep -v '^ *+' conftest.er1 >conftest.err
10415 rm -f conftest.er1
10416 cat conftest.err >&5
10417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10418 (exit $ac_status); } && {
10419 test -z "$ac_c_werror_flag" ||
10420 test ! -s conftest.err
10421 } && test -s conftest$ac_exeext && {
10422 test "$cross_compiling" = yes ||
10423 $as_test_x conftest$ac_exeext
10424 }; then
10425 case "$LIBEXT" in
10426 dll) ;;
10427 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'` ;;
10428 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10429 esac
10430 else
10431 $as_echo "$as_me: failed program was:" >&5
10432 sed 's/^/| /' conftest.$ac_ext >&5
10437 rm -rf conftest.dSYM
10438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10439 conftest$ac_exeext conftest.$ac_ext
10440 LIBS=$ac_check_soname_save_LIBS
10442 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10443 { $as_echo "$as_me:$LINENO: result: not found" >&5
10444 $as_echo "not found" >&6; }
10446 else
10447 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10448 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10450 cat >>confdefs.h <<_ACEOF
10451 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10452 _ACEOF
10458 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10459 case "x$with_xcursor" in
10460 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10461 xno) ;;
10462 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10463 This is an error since --with-xcursor was requested." >&5
10464 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10465 This is an error since --with-xcursor was requested." >&2;}
10466 { (exit 1); exit 1; }; } ;;
10467 esac
10471 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10472 then
10473 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10474 $as_echo_n "checking for -lXi... " >&6; }
10475 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10476 $as_echo_n "(cached) " >&6
10477 else
10478 ac_check_soname_save_LIBS=$LIBS
10479 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10480 cat >conftest.$ac_ext <<_ACEOF
10481 /* confdefs.h. */
10482 _ACEOF
10483 cat confdefs.h >>conftest.$ac_ext
10484 cat >>conftest.$ac_ext <<_ACEOF
10485 /* end confdefs.h. */
10487 /* Override any GCC internal prototype to avoid an error.
10488 Use char because int might match the return type of a GCC
10489 builtin and then its argument prototype would still apply. */
10490 #ifdef __cplusplus
10491 extern "C"
10492 #endif
10493 char XOpenDevice ();
10495 main ()
10497 return XOpenDevice ();
10499 return 0;
10501 _ACEOF
10502 rm -f conftest.$ac_objext conftest$ac_exeext
10503 if { (ac_try="$ac_link"
10504 case "(($ac_try" in
10505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10506 *) ac_try_echo=$ac_try;;
10507 esac
10508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10509 $as_echo "$ac_try_echo") >&5
10510 (eval "$ac_link") 2>conftest.er1
10511 ac_status=$?
10512 grep -v '^ *+' conftest.er1 >conftest.err
10513 rm -f conftest.er1
10514 cat conftest.err >&5
10515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); } && {
10517 test -z "$ac_c_werror_flag" ||
10518 test ! -s conftest.err
10519 } && test -s conftest$ac_exeext && {
10520 test "$cross_compiling" = yes ||
10521 $as_test_x conftest$ac_exeext
10522 }; then
10523 case "$LIBEXT" in
10524 dll) ;;
10525 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'` ;;
10526 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10527 esac
10528 else
10529 $as_echo "$as_me: failed program was:" >&5
10530 sed 's/^/| /' conftest.$ac_ext >&5
10535 rm -rf conftest.dSYM
10536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10537 conftest$ac_exeext conftest.$ac_ext
10538 LIBS=$ac_check_soname_save_LIBS
10540 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10541 { $as_echo "$as_me:$LINENO: result: not found" >&5
10542 $as_echo "not found" >&6; }
10544 else
10545 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10546 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10548 cat >>confdefs.h <<_ACEOF
10549 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10550 _ACEOF
10556 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10557 case "x$with_xinput" in
10558 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10559 xno) ;;
10560 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10561 This is an error since --with-xinput was requested." >&5
10562 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10563 This is an error since --with-xinput was requested." >&2;}
10564 { (exit 1); exit 1; }; } ;;
10565 esac
10569 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10570 then
10571 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10572 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10573 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10574 $as_echo_n "(cached) " >&6
10575 else
10576 ac_check_lib_save_LIBS=$LIBS
10577 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10578 cat >conftest.$ac_ext <<_ACEOF
10579 /* confdefs.h. */
10580 _ACEOF
10581 cat confdefs.h >>conftest.$ac_ext
10582 cat >>conftest.$ac_ext <<_ACEOF
10583 /* end confdefs.h. */
10585 /* Override any GCC internal prototype to avoid an error.
10586 Use char because int might match the return type of a GCC
10587 builtin and then its argument prototype would still apply. */
10588 #ifdef __cplusplus
10589 extern "C"
10590 #endif
10591 char XShmQueryExtension ();
10593 main ()
10595 return XShmQueryExtension ();
10597 return 0;
10599 _ACEOF
10600 rm -f conftest.$ac_objext conftest$ac_exeext
10601 if { (ac_try="$ac_link"
10602 case "(($ac_try" in
10603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10604 *) ac_try_echo=$ac_try;;
10605 esac
10606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10607 $as_echo "$ac_try_echo") >&5
10608 (eval "$ac_link") 2>conftest.er1
10609 ac_status=$?
10610 grep -v '^ *+' conftest.er1 >conftest.err
10611 rm -f conftest.er1
10612 cat conftest.err >&5
10613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10614 (exit $ac_status); } && {
10615 test -z "$ac_c_werror_flag" ||
10616 test ! -s conftest.err
10617 } && test -s conftest$ac_exeext && {
10618 test "$cross_compiling" = yes ||
10619 $as_test_x conftest$ac_exeext
10620 }; then
10621 ac_cv_lib_Xext_XShmQueryExtension=yes
10622 else
10623 $as_echo "$as_me: failed program was:" >&5
10624 sed 's/^/| /' conftest.$ac_ext >&5
10626 ac_cv_lib_Xext_XShmQueryExtension=no
10629 rm -rf conftest.dSYM
10630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10631 conftest$ac_exeext conftest.$ac_ext
10632 LIBS=$ac_check_lib_save_LIBS
10634 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10635 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10636 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10638 cat >>confdefs.h <<\_ACEOF
10639 #define HAVE_LIBXXSHM 1
10640 _ACEOF
10645 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10646 case "x$with_xshm" in
10647 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10648 xno) ;;
10649 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10650 This is an error since --with-xshm was requested." >&5
10651 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10652 This is an error since --with-xshm was requested." >&2;}
10653 { (exit 1); exit 1; }; } ;;
10654 esac
10658 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10659 then
10660 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10661 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10662 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10663 $as_echo_n "(cached) " >&6
10664 else
10665 ac_check_lib_save_LIBS=$LIBS
10666 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10667 cat >conftest.$ac_ext <<_ACEOF
10668 /* confdefs.h. */
10669 _ACEOF
10670 cat confdefs.h >>conftest.$ac_ext
10671 cat >>conftest.$ac_ext <<_ACEOF
10672 /* end confdefs.h. */
10674 /* Override any GCC internal prototype to avoid an error.
10675 Use char because int might match the return type of a GCC
10676 builtin and then its argument prototype would still apply. */
10677 #ifdef __cplusplus
10678 extern "C"
10679 #endif
10680 char XShapeQueryExtension ();
10682 main ()
10684 return XShapeQueryExtension ();
10686 return 0;
10688 _ACEOF
10689 rm -f conftest.$ac_objext conftest$ac_exeext
10690 if { (ac_try="$ac_link"
10691 case "(($ac_try" in
10692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10693 *) ac_try_echo=$ac_try;;
10694 esac
10695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10696 $as_echo "$ac_try_echo") >&5
10697 (eval "$ac_link") 2>conftest.er1
10698 ac_status=$?
10699 grep -v '^ *+' conftest.er1 >conftest.err
10700 rm -f conftest.er1
10701 cat conftest.err >&5
10702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10703 (exit $ac_status); } && {
10704 test -z "$ac_c_werror_flag" ||
10705 test ! -s conftest.err
10706 } && test -s conftest$ac_exeext && {
10707 test "$cross_compiling" = yes ||
10708 $as_test_x conftest$ac_exeext
10709 }; then
10710 ac_cv_lib_Xext_XShapeQueryExtension=yes
10711 else
10712 $as_echo "$as_me: failed program was:" >&5
10713 sed 's/^/| /' conftest.$ac_ext >&5
10715 ac_cv_lib_Xext_XShapeQueryExtension=no
10718 rm -rf conftest.dSYM
10719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10720 conftest$ac_exeext conftest.$ac_ext
10721 LIBS=$ac_check_lib_save_LIBS
10723 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10724 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10725 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10727 cat >>confdefs.h <<\_ACEOF
10728 #define HAVE_LIBXSHAPE 1
10729 _ACEOF
10734 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10735 case "x$with_xshape" in
10736 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10737 xno) ;;
10738 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10739 This is an error since --with-xshape was requested." >&5
10740 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10741 This is an error since --with-xshape was requested." >&2;}
10742 { (exit 1); exit 1; }; } ;;
10743 esac
10747 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10748 then
10749 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10750 $as_echo_n "checking for -lXxf86vm... " >&6; }
10751 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10752 $as_echo_n "(cached) " >&6
10753 else
10754 ac_check_soname_save_LIBS=$LIBS
10755 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10756 cat >conftest.$ac_ext <<_ACEOF
10757 /* confdefs.h. */
10758 _ACEOF
10759 cat confdefs.h >>conftest.$ac_ext
10760 cat >>conftest.$ac_ext <<_ACEOF
10761 /* end confdefs.h. */
10763 /* Override any GCC internal prototype to avoid an error.
10764 Use char because int might match the return type of a GCC
10765 builtin and then its argument prototype would still apply. */
10766 #ifdef __cplusplus
10767 extern "C"
10768 #endif
10769 char XF86VidModeQueryExtension ();
10771 main ()
10773 return XF86VidModeQueryExtension ();
10775 return 0;
10777 _ACEOF
10778 rm -f conftest.$ac_objext conftest$ac_exeext
10779 if { (ac_try="$ac_link"
10780 case "(($ac_try" in
10781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10782 *) ac_try_echo=$ac_try;;
10783 esac
10784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10785 $as_echo "$ac_try_echo") >&5
10786 (eval "$ac_link") 2>conftest.er1
10787 ac_status=$?
10788 grep -v '^ *+' conftest.er1 >conftest.err
10789 rm -f conftest.er1
10790 cat conftest.err >&5
10791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10792 (exit $ac_status); } && {
10793 test -z "$ac_c_werror_flag" ||
10794 test ! -s conftest.err
10795 } && test -s conftest$ac_exeext && {
10796 test "$cross_compiling" = yes ||
10797 $as_test_x conftest$ac_exeext
10798 }; then
10799 case "$LIBEXT" in
10800 dll) ;;
10801 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'` ;;
10802 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10804 else
10805 $as_echo "$as_me: failed program was:" >&5
10806 sed 's/^/| /' conftest.$ac_ext >&5
10811 rm -rf conftest.dSYM
10812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_soname_save_LIBS
10816 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10817 { $as_echo "$as_me:$LINENO: result: not found" >&5
10818 $as_echo "not found" >&6; }
10820 else
10821 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10822 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10824 cat >>confdefs.h <<_ACEOF
10825 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10826 _ACEOF
10832 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10833 case "x$with_xxf86vm" in
10834 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10835 xno) ;;
10836 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10837 This is an error since --with-xxf86vm was requested." >&5
10838 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10839 This is an error since --with-xxf86vm was requested." >&2;}
10840 { (exit 1); exit 1; }; } ;;
10841 esac
10845 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"
10846 then
10847 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10848 $as_echo_n "checking for -lXrender... " >&6; }
10849 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10850 $as_echo_n "(cached) " >&6
10851 else
10852 ac_check_soname_save_LIBS=$LIBS
10853 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10854 cat >conftest.$ac_ext <<_ACEOF
10855 /* confdefs.h. */
10856 _ACEOF
10857 cat confdefs.h >>conftest.$ac_ext
10858 cat >>conftest.$ac_ext <<_ACEOF
10859 /* end confdefs.h. */
10861 /* Override any GCC internal prototype to avoid an error.
10862 Use char because int might match the return type of a GCC
10863 builtin and then its argument prototype would still apply. */
10864 #ifdef __cplusplus
10865 extern "C"
10866 #endif
10867 char XRenderQueryExtension ();
10869 main ()
10871 return XRenderQueryExtension ();
10873 return 0;
10875 _ACEOF
10876 rm -f conftest.$ac_objext conftest$ac_exeext
10877 if { (ac_try="$ac_link"
10878 case "(($ac_try" in
10879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10880 *) ac_try_echo=$ac_try;;
10881 esac
10882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10883 $as_echo "$ac_try_echo") >&5
10884 (eval "$ac_link") 2>conftest.er1
10885 ac_status=$?
10886 grep -v '^ *+' conftest.er1 >conftest.err
10887 rm -f conftest.er1
10888 cat conftest.err >&5
10889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10890 (exit $ac_status); } && {
10891 test -z "$ac_c_werror_flag" ||
10892 test ! -s conftest.err
10893 } && test -s conftest$ac_exeext && {
10894 test "$cross_compiling" = yes ||
10895 $as_test_x conftest$ac_exeext
10896 }; then
10897 case "$LIBEXT" in
10898 dll) ;;
10899 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'` ;;
10900 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10901 esac
10902 else
10903 $as_echo "$as_me: failed program was:" >&5
10904 sed 's/^/| /' conftest.$ac_ext >&5
10909 rm -rf conftest.dSYM
10910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10911 conftest$ac_exeext conftest.$ac_ext
10912 LIBS=$ac_check_soname_save_LIBS
10914 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10915 { $as_echo "$as_me:$LINENO: result: not found" >&5
10916 $as_echo "not found" >&6; }
10918 else
10919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10920 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10922 cat >>confdefs.h <<_ACEOF
10923 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10924 _ACEOF
10926 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10927 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10928 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10929 $as_echo_n "(cached) " >&6
10930 else
10931 ac_check_lib_save_LIBS=$LIBS
10932 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10933 cat >conftest.$ac_ext <<_ACEOF
10934 /* confdefs.h. */
10935 _ACEOF
10936 cat confdefs.h >>conftest.$ac_ext
10937 cat >>conftest.$ac_ext <<_ACEOF
10938 /* end confdefs.h. */
10940 /* Override any GCC internal prototype to avoid an error.
10941 Use char because int might match the return type of a GCC
10942 builtin and then its argument prototype would still apply. */
10943 #ifdef __cplusplus
10944 extern "C"
10945 #endif
10946 char XRenderSetPictureTransform ();
10948 main ()
10950 return XRenderSetPictureTransform ();
10952 return 0;
10954 _ACEOF
10955 rm -f conftest.$ac_objext conftest$ac_exeext
10956 if { (ac_try="$ac_link"
10957 case "(($ac_try" in
10958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10959 *) ac_try_echo=$ac_try;;
10960 esac
10961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10962 $as_echo "$ac_try_echo") >&5
10963 (eval "$ac_link") 2>conftest.er1
10964 ac_status=$?
10965 grep -v '^ *+' conftest.er1 >conftest.err
10966 rm -f conftest.er1
10967 cat conftest.err >&5
10968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); } && {
10970 test -z "$ac_c_werror_flag" ||
10971 test ! -s conftest.err
10972 } && test -s conftest$ac_exeext && {
10973 test "$cross_compiling" = yes ||
10974 $as_test_x conftest$ac_exeext
10975 }; then
10976 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10977 else
10978 $as_echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.$ac_ext >&5
10981 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10984 rm -rf conftest.dSYM
10985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10986 conftest$ac_exeext conftest.$ac_ext
10987 LIBS=$ac_check_lib_save_LIBS
10989 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10990 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10991 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10993 cat >>confdefs.h <<\_ACEOF
10994 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10995 _ACEOF
11003 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11004 case "x$with_xrender" in
11005 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11006 xno) ;;
11007 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11008 This is an error since --with-xrender was requested." >&5
11009 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11010 This is an error since --with-xrender was requested." >&2;}
11011 { (exit 1); exit 1; }; } ;;
11012 esac
11016 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11017 then
11018 cat >conftest.$ac_ext <<_ACEOF
11019 /* confdefs.h. */
11020 _ACEOF
11021 cat confdefs.h >>conftest.$ac_ext
11022 cat >>conftest.$ac_ext <<_ACEOF
11023 /* end confdefs.h. */
11024 #include <X11/Xlib.h>
11025 #include <X11/extensions/Xrandr.h>
11027 main ()
11029 static typeof(XRRSetScreenConfigAndRate) * func;
11031 return 0;
11033 _ACEOF
11034 rm -f conftest.$ac_objext
11035 if { (ac_try="$ac_compile"
11036 case "(($ac_try" in
11037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11038 *) ac_try_echo=$ac_try;;
11039 esac
11040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11041 $as_echo "$ac_try_echo") >&5
11042 (eval "$ac_compile") 2>conftest.er1
11043 ac_status=$?
11044 grep -v '^ *+' conftest.er1 >conftest.err
11045 rm -f conftest.er1
11046 cat conftest.err >&5
11047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11048 (exit $ac_status); } && {
11049 test -z "$ac_c_werror_flag" ||
11050 test ! -s conftest.err
11051 } && test -s conftest.$ac_objext; then
11052 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11053 $as_echo_n "checking for -lXrandr... " >&6; }
11054 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11055 $as_echo_n "(cached) " >&6
11056 else
11057 ac_check_soname_save_LIBS=$LIBS
11058 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11059 cat >conftest.$ac_ext <<_ACEOF
11060 /* confdefs.h. */
11061 _ACEOF
11062 cat confdefs.h >>conftest.$ac_ext
11063 cat >>conftest.$ac_ext <<_ACEOF
11064 /* end confdefs.h. */
11066 /* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11069 #ifdef __cplusplus
11070 extern "C"
11071 #endif
11072 char XRRQueryExtension ();
11074 main ()
11076 return XRRQueryExtension ();
11078 return 0;
11080 _ACEOF
11081 rm -f conftest.$ac_objext conftest$ac_exeext
11082 if { (ac_try="$ac_link"
11083 case "(($ac_try" in
11084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11085 *) ac_try_echo=$ac_try;;
11086 esac
11087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11088 $as_echo "$ac_try_echo") >&5
11089 (eval "$ac_link") 2>conftest.er1
11090 ac_status=$?
11091 grep -v '^ *+' conftest.er1 >conftest.err
11092 rm -f conftest.er1
11093 cat conftest.err >&5
11094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11095 (exit $ac_status); } && {
11096 test -z "$ac_c_werror_flag" ||
11097 test ! -s conftest.err
11098 } && test -s conftest$ac_exeext && {
11099 test "$cross_compiling" = yes ||
11100 $as_test_x conftest$ac_exeext
11101 }; then
11102 case "$LIBEXT" in
11103 dll) ;;
11104 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'` ;;
11105 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11106 esac
11107 else
11108 $as_echo "$as_me: failed program was:" >&5
11109 sed 's/^/| /' conftest.$ac_ext >&5
11114 rm -rf conftest.dSYM
11115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11116 conftest$ac_exeext conftest.$ac_ext
11117 LIBS=$ac_check_soname_save_LIBS
11119 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11120 { $as_echo "$as_me:$LINENO: result: not found" >&5
11121 $as_echo "not found" >&6; }
11123 else
11124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11125 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11127 cat >>confdefs.h <<_ACEOF
11128 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11129 _ACEOF
11134 else
11135 $as_echo "$as_me: failed program was:" >&5
11136 sed 's/^/| /' conftest.$ac_ext >&5
11141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11143 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11144 case "x$with_xrandr" in
11145 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11146 xno) ;;
11147 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11148 This is an error since --with-xrandr was requested." >&5
11149 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11150 This is an error since --with-xrandr was requested." >&2;}
11151 { (exit 1); exit 1; }; } ;;
11152 esac
11156 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11157 then
11158 cat >conftest.$ac_ext <<_ACEOF
11159 /* confdefs.h. */
11160 _ACEOF
11161 cat confdefs.h >>conftest.$ac_ext
11162 cat >>conftest.$ac_ext <<_ACEOF
11163 /* end confdefs.h. */
11164 #include <X11/Xlib.h>
11165 #include <X11/extensions/Xinerama.h>
11167 main ()
11169 static typeof(XineramaQueryScreens) * func;
11171 return 0;
11173 _ACEOF
11174 rm -f conftest.$ac_objext
11175 if { (ac_try="$ac_compile"
11176 case "(($ac_try" in
11177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11178 *) ac_try_echo=$ac_try;;
11179 esac
11180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11181 $as_echo "$ac_try_echo") >&5
11182 (eval "$ac_compile") 2>conftest.er1
11183 ac_status=$?
11184 grep -v '^ *+' conftest.er1 >conftest.err
11185 rm -f conftest.er1
11186 cat conftest.err >&5
11187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); } && {
11189 test -z "$ac_c_werror_flag" ||
11190 test ! -s conftest.err
11191 } && test -s conftest.$ac_objext; then
11192 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11193 $as_echo_n "checking for -lXinerama... " >&6; }
11194 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11195 $as_echo_n "(cached) " >&6
11196 else
11197 ac_check_soname_save_LIBS=$LIBS
11198 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11199 cat >conftest.$ac_ext <<_ACEOF
11200 /* confdefs.h. */
11201 _ACEOF
11202 cat confdefs.h >>conftest.$ac_ext
11203 cat >>conftest.$ac_ext <<_ACEOF
11204 /* end confdefs.h. */
11206 /* Override any GCC internal prototype to avoid an error.
11207 Use char because int might match the return type of a GCC
11208 builtin and then its argument prototype would still apply. */
11209 #ifdef __cplusplus
11210 extern "C"
11211 #endif
11212 char XineramaQueryScreens ();
11214 main ()
11216 return XineramaQueryScreens ();
11218 return 0;
11220 _ACEOF
11221 rm -f conftest.$ac_objext conftest$ac_exeext
11222 if { (ac_try="$ac_link"
11223 case "(($ac_try" in
11224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11225 *) ac_try_echo=$ac_try;;
11226 esac
11227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11228 $as_echo "$ac_try_echo") >&5
11229 (eval "$ac_link") 2>conftest.er1
11230 ac_status=$?
11231 grep -v '^ *+' conftest.er1 >conftest.err
11232 rm -f conftest.er1
11233 cat conftest.err >&5
11234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11235 (exit $ac_status); } && {
11236 test -z "$ac_c_werror_flag" ||
11237 test ! -s conftest.err
11238 } && test -s conftest$ac_exeext && {
11239 test "$cross_compiling" = yes ||
11240 $as_test_x conftest$ac_exeext
11241 }; then
11242 case "$LIBEXT" in
11243 dll) ;;
11244 dylib) ac_cv_lib_soname_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'` ;;
11245 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11246 esac
11247 else
11248 $as_echo "$as_me: failed program was:" >&5
11249 sed 's/^/| /' conftest.$ac_ext >&5
11254 rm -rf conftest.dSYM
11255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11256 conftest$ac_exeext conftest.$ac_ext
11257 LIBS=$ac_check_soname_save_LIBS
11259 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11260 { $as_echo "$as_me:$LINENO: result: not found" >&5
11261 $as_echo "not found" >&6; }
11263 else
11264 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11265 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11267 cat >>confdefs.h <<_ACEOF
11268 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11269 _ACEOF
11274 else
11275 $as_echo "$as_me: failed program was:" >&5
11276 sed 's/^/| /' conftest.$ac_ext >&5
11281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11283 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11284 case "x$with_xinerama" in
11285 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11286 xno) ;;
11287 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11288 This is an error since --with-xinerama was requested." >&5
11289 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11290 This is an error since --with-xinerama was requested." >&2;}
11291 { (exit 1); exit 1; }; } ;;
11292 esac
11296 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11297 then
11298 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11299 $as_echo_n "checking for -lXcomposite... " >&6; }
11300 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11301 $as_echo_n "(cached) " >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11305 cat >conftest.$ac_ext <<_ACEOF
11306 /* confdefs.h. */
11307 _ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char XCompositeRedirectWindow ();
11320 main ()
11322 return XCompositeRedirectWindow ();
11324 return 0;
11326 _ACEOF
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11332 esac
11333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11334 $as_echo "$ac_try_echo") >&5
11335 (eval "$ac_link") 2>conftest.er1
11336 ac_status=$?
11337 grep -v '^ *+' conftest.er1 >conftest.err
11338 rm -f conftest.er1
11339 cat conftest.err >&5
11340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341 (exit $ac_status); } && {
11342 test -z "$ac_c_werror_flag" ||
11343 test ! -s conftest.err
11344 } && test -s conftest$ac_exeext && {
11345 test "$cross_compiling" = yes ||
11346 $as_test_x conftest$ac_exeext
11347 }; then
11348 case "$LIBEXT" in
11349 dll) ;;
11350 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'` ;;
11351 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11352 esac
11353 else
11354 $as_echo "$as_me: failed program was:" >&5
11355 sed 's/^/| /' conftest.$ac_ext >&5
11360 rm -rf conftest.dSYM
11361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11362 conftest$ac_exeext conftest.$ac_ext
11363 LIBS=$ac_check_soname_save_LIBS
11365 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11366 { $as_echo "$as_me:$LINENO: result: not found" >&5
11367 $as_echo "not found" >&6; }
11369 else
11370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11371 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11373 cat >>confdefs.h <<_ACEOF
11374 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11375 _ACEOF
11381 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11382 case "x$with_xcomposite" in
11383 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11384 xno) ;;
11385 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11386 This is an error since --with-xcomposite was requested." >&5
11387 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11388 This is an error since --with-xcomposite was requested." >&2;}
11389 { (exit 1); exit 1; }; } ;;
11390 esac
11394 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11395 $as_echo_n "checking for XICCallback.callback... " >&6; }
11396 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11397 $as_echo_n "(cached) " >&6
11398 else
11399 cat >conftest.$ac_ext <<_ACEOF
11400 /* confdefs.h. */
11401 _ACEOF
11402 cat confdefs.h >>conftest.$ac_ext
11403 cat >>conftest.$ac_ext <<_ACEOF
11404 /* end confdefs.h. */
11405 #ifdef HAVE_X11_XLIB_H
11406 #include <X11/Xlib.h>
11407 #endif
11410 main ()
11412 static XICCallback ac_aggr;
11413 if (ac_aggr.callback)
11414 return 0;
11416 return 0;
11418 _ACEOF
11419 rm -f conftest.$ac_objext
11420 if { (ac_try="$ac_compile"
11421 case "(($ac_try" in
11422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11423 *) ac_try_echo=$ac_try;;
11424 esac
11425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11426 $as_echo "$ac_try_echo") >&5
11427 (eval "$ac_compile") 2>conftest.er1
11428 ac_status=$?
11429 grep -v '^ *+' conftest.er1 >conftest.err
11430 rm -f conftest.er1
11431 cat conftest.err >&5
11432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); } && {
11434 test -z "$ac_c_werror_flag" ||
11435 test ! -s conftest.err
11436 } && test -s conftest.$ac_objext; then
11437 ac_cv_member_XICCallback_callback=yes
11438 else
11439 $as_echo "$as_me: failed program was:" >&5
11440 sed 's/^/| /' conftest.$ac_ext >&5
11442 cat >conftest.$ac_ext <<_ACEOF
11443 /* confdefs.h. */
11444 _ACEOF
11445 cat confdefs.h >>conftest.$ac_ext
11446 cat >>conftest.$ac_ext <<_ACEOF
11447 /* end confdefs.h. */
11448 #ifdef HAVE_X11_XLIB_H
11449 #include <X11/Xlib.h>
11450 #endif
11453 main ()
11455 static XICCallback ac_aggr;
11456 if (sizeof ac_aggr.callback)
11457 return 0;
11459 return 0;
11461 _ACEOF
11462 rm -f conftest.$ac_objext
11463 if { (ac_try="$ac_compile"
11464 case "(($ac_try" in
11465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11466 *) ac_try_echo=$ac_try;;
11467 esac
11468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11469 $as_echo "$ac_try_echo") >&5
11470 (eval "$ac_compile") 2>conftest.er1
11471 ac_status=$?
11472 grep -v '^ *+' conftest.er1 >conftest.err
11473 rm -f conftest.er1
11474 cat conftest.err >&5
11475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); } && {
11477 test -z "$ac_c_werror_flag" ||
11478 test ! -s conftest.err
11479 } && test -s conftest.$ac_objext; then
11480 ac_cv_member_XICCallback_callback=yes
11481 else
11482 $as_echo "$as_me: failed program was:" >&5
11483 sed 's/^/| /' conftest.$ac_ext >&5
11485 ac_cv_member_XICCallback_callback=no
11488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11493 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11494 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11495 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11497 cat >>confdefs.h <<_ACEOF
11498 #define HAVE_XICCALLBACK_CALLBACK 1
11499 _ACEOF
11506 opengl_msg=""
11507 if test "x$with_opengl" != "xno"
11508 then
11513 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11516 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11517 $as_echo_n "checking for $ac_header... " >&6; }
11518 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11519 $as_echo_n "(cached) " >&6
11520 else
11521 cat >conftest.$ac_ext <<_ACEOF
11522 /* confdefs.h. */
11523 _ACEOF
11524 cat confdefs.h >>conftest.$ac_ext
11525 cat >>conftest.$ac_ext <<_ACEOF
11526 /* end confdefs.h. */
11527 #ifdef HAVE_GL_GLX_H
11528 # include <GL/glx.h>
11529 #endif
11531 #include <$ac_header>
11532 _ACEOF
11533 rm -f conftest.$ac_objext
11534 if { (ac_try="$ac_compile"
11535 case "(($ac_try" in
11536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11537 *) ac_try_echo=$ac_try;;
11538 esac
11539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11540 $as_echo "$ac_try_echo") >&5
11541 (eval "$ac_compile") 2>conftest.er1
11542 ac_status=$?
11543 grep -v '^ *+' conftest.er1 >conftest.err
11544 rm -f conftest.er1
11545 cat conftest.err >&5
11546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); } && {
11548 test -z "$ac_c_werror_flag" ||
11549 test ! -s conftest.err
11550 } && test -s conftest.$ac_objext; then
11551 eval "$as_ac_Header=yes"
11552 else
11553 $as_echo "$as_me: failed program was:" >&5
11554 sed 's/^/| /' conftest.$ac_ext >&5
11556 eval "$as_ac_Header=no"
11559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11561 ac_res=`eval 'as_val=${'$as_ac_Header'}
11562 $as_echo "$as_val"'`
11563 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11564 $as_echo "$ac_res" >&6; }
11565 as_val=`eval 'as_val=${'$as_ac_Header'}
11566 $as_echo "$as_val"'`
11567 if test "x$as_val" = x""yes; then
11568 cat >>confdefs.h <<_ACEOF
11569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11570 _ACEOF
11574 done
11576 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11577 then
11578 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11579 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11580 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11581 $as_echo_n "(cached) " >&6
11582 else
11583 cat >conftest.$ac_ext <<_ACEOF
11584 /* confdefs.h. */
11585 _ACEOF
11586 cat confdefs.h >>conftest.$ac_ext
11587 cat >>conftest.$ac_ext <<_ACEOF
11588 /* end confdefs.h. */
11589 #include <GL/gl.h>
11591 main ()
11593 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11595 return 0;
11597 _ACEOF
11598 rm -f conftest.$ac_objext
11599 if { (ac_try="$ac_compile"
11600 case "(($ac_try" in
11601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11602 *) ac_try_echo=$ac_try;;
11603 esac
11604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11605 $as_echo "$ac_try_echo") >&5
11606 (eval "$ac_compile") 2>conftest.er1
11607 ac_status=$?
11608 grep -v '^ *+' conftest.er1 >conftest.err
11609 rm -f conftest.er1
11610 cat conftest.err >&5
11611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11612 (exit $ac_status); } && {
11613 test -z "$ac_c_werror_flag" ||
11614 test ! -s conftest.err
11615 } && test -s conftest.$ac_objext; then
11616 wine_cv_opengl_header_version_OK="yes"
11617 else
11618 $as_echo "$as_me: failed program was:" >&5
11619 sed 's/^/| /' conftest.$ac_ext >&5
11621 wine_cv_opengl_header_version_OK="no"
11624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11626 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11627 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11629 if test "$wine_cv_opengl_header_version_OK" = "yes"
11630 then
11631 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11632 $as_echo_n "checking for -lGL... " >&6; }
11633 if test "${ac_cv_lib_soname_GL+set}" = set; then
11634 $as_echo_n "(cached) " >&6
11635 else
11636 ac_check_soname_save_LIBS=$LIBS
11637 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11638 cat >conftest.$ac_ext <<_ACEOF
11639 /* confdefs.h. */
11640 _ACEOF
11641 cat confdefs.h >>conftest.$ac_ext
11642 cat >>conftest.$ac_ext <<_ACEOF
11643 /* end confdefs.h. */
11645 /* Override any GCC internal prototype to avoid an error.
11646 Use char because int might match the return type of a GCC
11647 builtin and then its argument prototype would still apply. */
11648 #ifdef __cplusplus
11649 extern "C"
11650 #endif
11651 char glXCreateContext ();
11653 main ()
11655 return glXCreateContext ();
11657 return 0;
11659 _ACEOF
11660 rm -f conftest.$ac_objext conftest$ac_exeext
11661 if { (ac_try="$ac_link"
11662 case "(($ac_try" in
11663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11664 *) ac_try_echo=$ac_try;;
11665 esac
11666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11667 $as_echo "$ac_try_echo") >&5
11668 (eval "$ac_link") 2>conftest.er1
11669 ac_status=$?
11670 grep -v '^ *+' conftest.er1 >conftest.err
11671 rm -f conftest.er1
11672 cat conftest.err >&5
11673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11674 (exit $ac_status); } && {
11675 test -z "$ac_c_werror_flag" ||
11676 test ! -s conftest.err
11677 } && test -s conftest$ac_exeext && {
11678 test "$cross_compiling" = yes ||
11679 $as_test_x conftest$ac_exeext
11680 }; then
11681 case "$LIBEXT" in
11682 dll) ;;
11683 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'` ;;
11684 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11685 esac
11686 else
11687 $as_echo "$as_me: failed program was:" >&5
11688 sed 's/^/| /' conftest.$ac_ext >&5
11693 rm -rf conftest.dSYM
11694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11695 conftest$ac_exeext conftest.$ac_ext
11696 LIBS=$ac_check_soname_save_LIBS
11698 if test "x$ac_cv_lib_soname_GL" = "x"; then
11699 { $as_echo "$as_me:$LINENO: result: not found" >&5
11700 $as_echo "not found" >&6; }
11701 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11702 $as_echo_n "checking for -lGL... " >&6; }
11703 if test "${ac_cv_lib_soname_GL+set}" = set; then
11704 $as_echo_n "(cached) " >&6
11705 else
11706 ac_check_soname_save_LIBS=$LIBS
11707 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"
11708 cat >conftest.$ac_ext <<_ACEOF
11709 /* confdefs.h. */
11710 _ACEOF
11711 cat confdefs.h >>conftest.$ac_ext
11712 cat >>conftest.$ac_ext <<_ACEOF
11713 /* end confdefs.h. */
11715 /* Override any GCC internal prototype to avoid an error.
11716 Use char because int might match the return type of a GCC
11717 builtin and then its argument prototype would still apply. */
11718 #ifdef __cplusplus
11719 extern "C"
11720 #endif
11721 char glXCreateContext ();
11723 main ()
11725 return glXCreateContext ();
11727 return 0;
11729 _ACEOF
11730 rm -f conftest.$ac_objext conftest$ac_exeext
11731 if { (ac_try="$ac_link"
11732 case "(($ac_try" in
11733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11734 *) ac_try_echo=$ac_try;;
11735 esac
11736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11737 $as_echo "$ac_try_echo") >&5
11738 (eval "$ac_link") 2>conftest.er1
11739 ac_status=$?
11740 grep -v '^ *+' conftest.er1 >conftest.err
11741 rm -f conftest.er1
11742 cat conftest.err >&5
11743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11744 (exit $ac_status); } && {
11745 test -z "$ac_c_werror_flag" ||
11746 test ! -s conftest.err
11747 } && test -s conftest$ac_exeext && {
11748 test "$cross_compiling" = yes ||
11749 $as_test_x conftest$ac_exeext
11750 }; then
11751 case "$LIBEXT" in
11752 dll) ;;
11753 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'` ;;
11754 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11755 esac
11756 else
11757 $as_echo "$as_me: failed program was:" >&5
11758 sed 's/^/| /' conftest.$ac_ext >&5
11763 rm -rf conftest.dSYM
11764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11765 conftest$ac_exeext conftest.$ac_ext
11766 LIBS=$ac_check_soname_save_LIBS
11768 if test "x$ac_cv_lib_soname_GL" = "x"; then
11769 { $as_echo "$as_me:$LINENO: result: not found" >&5
11770 $as_echo "not found" >&6; }
11771 if test -f /usr/X11R6/lib/libGL.a
11772 then
11773 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11774 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11775 else
11776 opengl_msg="No OpenGL library found on this system."
11778 else
11779 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11780 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11782 cat >>confdefs.h <<_ACEOF
11783 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11784 _ACEOF
11786 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"
11788 cat >>confdefs.h <<\_ACEOF
11789 #define HAVE_OPENGL 1
11790 _ACEOF
11794 else
11795 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11796 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11798 cat >>confdefs.h <<_ACEOF
11799 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11800 _ACEOF
11802 OPENGL_LIBS="-lGL"
11804 cat >>confdefs.h <<\_ACEOF
11805 #define HAVE_OPENGL 1
11806 _ACEOF
11810 if test "$ac_cv_header_GL_glu_h" = "yes"
11811 then
11812 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11813 $as_echo_n "checking for -lGLU... " >&6; }
11814 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11815 $as_echo_n "(cached) " >&6
11816 else
11817 ac_check_soname_save_LIBS=$LIBS
11818 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11819 cat >conftest.$ac_ext <<_ACEOF
11820 /* confdefs.h. */
11821 _ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11826 /* Override any GCC internal prototype to avoid an error.
11827 Use char because int might match the return type of a GCC
11828 builtin and then its argument prototype would still apply. */
11829 #ifdef __cplusplus
11830 extern "C"
11831 #endif
11832 char gluLookAt ();
11834 main ()
11836 return gluLookAt ();
11838 return 0;
11840 _ACEOF
11841 rm -f conftest.$ac_objext conftest$ac_exeext
11842 if { (ac_try="$ac_link"
11843 case "(($ac_try" in
11844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11845 *) ac_try_echo=$ac_try;;
11846 esac
11847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11848 $as_echo "$ac_try_echo") >&5
11849 (eval "$ac_link") 2>conftest.er1
11850 ac_status=$?
11851 grep -v '^ *+' conftest.er1 >conftest.err
11852 rm -f conftest.er1
11853 cat conftest.err >&5
11854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11855 (exit $ac_status); } && {
11856 test -z "$ac_c_werror_flag" ||
11857 test ! -s conftest.err
11858 } && test -s conftest$ac_exeext && {
11859 test "$cross_compiling" = yes ||
11860 $as_test_x conftest$ac_exeext
11861 }; then
11862 case "$LIBEXT" in
11863 dll) ;;
11864 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'` ;;
11865 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11866 esac
11867 else
11868 $as_echo "$as_me: failed program was:" >&5
11869 sed 's/^/| /' conftest.$ac_ext >&5
11874 rm -rf conftest.dSYM
11875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11876 conftest$ac_exeext conftest.$ac_ext
11877 LIBS=$ac_check_soname_save_LIBS
11879 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11880 { $as_echo "$as_me:$LINENO: result: not found" >&5
11881 $as_echo "not found" >&6; }
11883 else
11884 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11885 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11887 cat >>confdefs.h <<_ACEOF
11888 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11889 _ACEOF
11895 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11896 case "x$with_glu" in
11897 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11898 xno) ;;
11899 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11900 This is an error since --with-glu was requested." >&5
11901 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11902 This is an error since --with-glu was requested." >&2;}
11903 { (exit 1); exit 1; }; } ;;
11904 esac
11907 else
11908 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11910 else
11911 opengl_msg="OpenGL development headers not found."
11913 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11914 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11915 else
11916 enable_opengl32=${enable_opengl32:-no}
11917 enable_glu32=${enable_glu32:-no}
11919 if test -n "$opengl_msg"; then
11920 case "x$with_opengl" in
11921 x) wine_warnings="$wine_warnings|$opengl_msg
11922 OpenGL and Direct3D won't be supported." ;;
11923 xno) ;;
11924 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11925 OpenGL and Direct3D won't be supported.
11926 This is an error since --with-opengl was requested." >&5
11927 $as_echo "$as_me: error: $opengl_msg
11928 OpenGL and Direct3D won't be supported.
11929 This is an error since --with-opengl was requested." >&2;}
11930 { (exit 1); exit 1; }; } ;;
11931 esac
11935 NASLIBS=""
11938 for ac_header in audio/audiolib.h
11940 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11942 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11943 $as_echo_n "checking for $ac_header... " >&6; }
11944 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11945 $as_echo_n "(cached) " >&6
11947 ac_res=`eval 'as_val=${'$as_ac_Header'}
11948 $as_echo "$as_val"'`
11949 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11950 $as_echo "$ac_res" >&6; }
11951 else
11952 # Is the header compilable?
11953 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11954 $as_echo_n "checking $ac_header usability... " >&6; }
11955 cat >conftest.$ac_ext <<_ACEOF
11956 /* confdefs.h. */
11957 _ACEOF
11958 cat confdefs.h >>conftest.$ac_ext
11959 cat >>conftest.$ac_ext <<_ACEOF
11960 /* end confdefs.h. */
11961 $ac_includes_default
11962 #include <$ac_header>
11963 _ACEOF
11964 rm -f conftest.$ac_objext
11965 if { (ac_try="$ac_compile"
11966 case "(($ac_try" in
11967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11968 *) ac_try_echo=$ac_try;;
11969 esac
11970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11971 $as_echo "$ac_try_echo") >&5
11972 (eval "$ac_compile") 2>conftest.er1
11973 ac_status=$?
11974 grep -v '^ *+' conftest.er1 >conftest.err
11975 rm -f conftest.er1
11976 cat conftest.err >&5
11977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11978 (exit $ac_status); } && {
11979 test -z "$ac_c_werror_flag" ||
11980 test ! -s conftest.err
11981 } && test -s conftest.$ac_objext; then
11982 ac_header_compiler=yes
11983 else
11984 $as_echo "$as_me: failed program was:" >&5
11985 sed 's/^/| /' conftest.$ac_ext >&5
11987 ac_header_compiler=no
11990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11991 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11992 $as_echo "$ac_header_compiler" >&6; }
11994 # Is the header present?
11995 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11996 $as_echo_n "checking $ac_header presence... " >&6; }
11997 cat >conftest.$ac_ext <<_ACEOF
11998 /* confdefs.h. */
11999 _ACEOF
12000 cat confdefs.h >>conftest.$ac_ext
12001 cat >>conftest.$ac_ext <<_ACEOF
12002 /* end confdefs.h. */
12003 #include <$ac_header>
12004 _ACEOF
12005 if { (ac_try="$ac_cpp conftest.$ac_ext"
12006 case "(($ac_try" in
12007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12008 *) ac_try_echo=$ac_try;;
12009 esac
12010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12011 $as_echo "$ac_try_echo") >&5
12012 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12013 ac_status=$?
12014 grep -v '^ *+' conftest.er1 >conftest.err
12015 rm -f conftest.er1
12016 cat conftest.err >&5
12017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12018 (exit $ac_status); } >/dev/null && {
12019 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12020 test ! -s conftest.err
12021 }; then
12022 ac_header_preproc=yes
12023 else
12024 $as_echo "$as_me: failed program was:" >&5
12025 sed 's/^/| /' conftest.$ac_ext >&5
12027 ac_header_preproc=no
12030 rm -f conftest.err conftest.$ac_ext
12031 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12032 $as_echo "$ac_header_preproc" >&6; }
12034 # So? What about this header?
12035 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12036 yes:no: )
12037 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12038 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12039 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12040 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12041 ac_header_preproc=yes
12043 no:yes:* )
12044 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12045 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12046 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12047 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12048 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12049 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12050 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12051 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12052 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12053 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12054 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12055 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12056 ( cat <<\_ASBOX
12057 ## ------------------------------------ ##
12058 ## Report this to wine-devel@winehq.org ##
12059 ## ------------------------------------ ##
12060 _ASBOX
12061 ) | sed "s/^/$as_me: WARNING: /" >&2
12063 esac
12064 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12065 $as_echo_n "checking for $ac_header... " >&6; }
12066 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12067 $as_echo_n "(cached) " >&6
12068 else
12069 eval "$as_ac_Header=\$ac_header_preproc"
12071 ac_res=`eval 'as_val=${'$as_ac_Header'}
12072 $as_echo "$as_val"'`
12073 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12074 $as_echo "$ac_res" >&6; }
12077 as_val=`eval 'as_val=${'$as_ac_Header'}
12078 $as_echo "$as_val"'`
12079 if test "x$as_val" = x""yes; then
12080 cat >>confdefs.h <<_ACEOF
12081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12082 _ACEOF
12084 for ac_header in audio/soundlib.h
12086 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12087 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12088 $as_echo_n "checking for $ac_header... " >&6; }
12089 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12090 $as_echo_n "(cached) " >&6
12091 else
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h. */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h. */
12098 #include <audio/audiolib.h>
12100 #include <$ac_header>
12101 _ACEOF
12102 rm -f conftest.$ac_objext
12103 if { (ac_try="$ac_compile"
12104 case "(($ac_try" in
12105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12106 *) ac_try_echo=$ac_try;;
12107 esac
12108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12109 $as_echo "$ac_try_echo") >&5
12110 (eval "$ac_compile") 2>conftest.er1
12111 ac_status=$?
12112 grep -v '^ *+' conftest.er1 >conftest.err
12113 rm -f conftest.er1
12114 cat conftest.err >&5
12115 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12116 (exit $ac_status); } && {
12117 test -z "$ac_c_werror_flag" ||
12118 test ! -s conftest.err
12119 } && test -s conftest.$ac_objext; then
12120 eval "$as_ac_Header=yes"
12121 else
12122 $as_echo "$as_me: failed program was:" >&5
12123 sed 's/^/| /' conftest.$ac_ext >&5
12125 eval "$as_ac_Header=no"
12128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12130 ac_res=`eval 'as_val=${'$as_ac_Header'}
12131 $as_echo "$as_val"'`
12132 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12133 $as_echo "$ac_res" >&6; }
12134 as_val=`eval 'as_val=${'$as_ac_Header'}
12135 $as_echo "$as_val"'`
12136 if test "x$as_val" = x""yes; then
12137 cat >>confdefs.h <<_ACEOF
12138 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12139 _ACEOF
12143 done
12145 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12146 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12147 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12148 $as_echo_n "(cached) " >&6
12149 else
12150 ac_check_lib_save_LIBS=$LIBS
12151 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12152 cat >conftest.$ac_ext <<_ACEOF
12153 /* confdefs.h. */
12154 _ACEOF
12155 cat confdefs.h >>conftest.$ac_ext
12156 cat >>conftest.$ac_ext <<_ACEOF
12157 /* end confdefs.h. */
12159 /* Override any GCC internal prototype to avoid an error.
12160 Use char because int might match the return type of a GCC
12161 builtin and then its argument prototype would still apply. */
12162 #ifdef __cplusplus
12163 extern "C"
12164 #endif
12165 char AuCreateFlow ();
12167 main ()
12169 return AuCreateFlow ();
12171 return 0;
12173 _ACEOF
12174 rm -f conftest.$ac_objext conftest$ac_exeext
12175 if { (ac_try="$ac_link"
12176 case "(($ac_try" in
12177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12178 *) ac_try_echo=$ac_try;;
12179 esac
12180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12181 $as_echo "$ac_try_echo") >&5
12182 (eval "$ac_link") 2>conftest.er1
12183 ac_status=$?
12184 grep -v '^ *+' conftest.er1 >conftest.err
12185 rm -f conftest.er1
12186 cat conftest.err >&5
12187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); } && {
12189 test -z "$ac_c_werror_flag" ||
12190 test ! -s conftest.err
12191 } && test -s conftest$ac_exeext && {
12192 test "$cross_compiling" = yes ||
12193 $as_test_x conftest$ac_exeext
12194 }; then
12195 ac_cv_lib_audio_AuCreateFlow=yes
12196 else
12197 $as_echo "$as_me: failed program was:" >&5
12198 sed 's/^/| /' conftest.$ac_ext >&5
12200 ac_cv_lib_audio_AuCreateFlow=no
12203 rm -rf conftest.dSYM
12204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12205 conftest$ac_exeext conftest.$ac_ext
12206 LIBS=$ac_check_lib_save_LIBS
12208 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12209 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12210 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12212 cat >>confdefs.h <<\_ACEOF
12213 #define HAVE_NAS 1
12214 _ACEOF
12216 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12217 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12218 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12219 $as_echo_n "(cached) " >&6
12220 else
12221 ac_check_lib_save_LIBS=$LIBS
12222 LIBS="-lXau $X_LIBS $LIBS"
12223 cat >conftest.$ac_ext <<_ACEOF
12224 /* confdefs.h. */
12225 _ACEOF
12226 cat confdefs.h >>conftest.$ac_ext
12227 cat >>conftest.$ac_ext <<_ACEOF
12228 /* end confdefs.h. */
12230 /* Override any GCC internal prototype to avoid an error.
12231 Use char because int might match the return type of a GCC
12232 builtin and then its argument prototype would still apply. */
12233 #ifdef __cplusplus
12234 extern "C"
12235 #endif
12236 char XauGetBestAuthByAddr ();
12238 main ()
12240 return XauGetBestAuthByAddr ();
12242 return 0;
12244 _ACEOF
12245 rm -f conftest.$ac_objext conftest$ac_exeext
12246 if { (ac_try="$ac_link"
12247 case "(($ac_try" in
12248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12249 *) ac_try_echo=$ac_try;;
12250 esac
12251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12252 $as_echo "$ac_try_echo") >&5
12253 (eval "$ac_link") 2>conftest.er1
12254 ac_status=$?
12255 grep -v '^ *+' conftest.er1 >conftest.err
12256 rm -f conftest.er1
12257 cat conftest.err >&5
12258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12259 (exit $ac_status); } && {
12260 test -z "$ac_c_werror_flag" ||
12261 test ! -s conftest.err
12262 } && test -s conftest$ac_exeext && {
12263 test "$cross_compiling" = yes ||
12264 $as_test_x conftest$ac_exeext
12265 }; then
12266 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12267 else
12268 $as_echo "$as_me: failed program was:" >&5
12269 sed 's/^/| /' conftest.$ac_ext >&5
12271 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12274 rm -rf conftest.dSYM
12275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12276 conftest$ac_exeext conftest.$ac_ext
12277 LIBS=$ac_check_lib_save_LIBS
12279 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12280 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12281 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12282 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12283 else
12284 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12292 done
12295 CPPFLAGS="$ac_save_CPPFLAGS"
12296 else
12297 XLIB=""
12298 X_CFLAGS=""
12299 X_LIBS=""
12300 enable_winex11_drv=${enable_winex11_drv:-no}
12301 enable_opengl32=${enable_opengl32:-no}
12302 enable_glu32=${enable_glu32:-no}
12304 if test "x$XLIB" = "x"; then
12305 case "x$with_x" in
12306 xno) ;;
12307 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12308 without X support, which probably isn't what you want. You will need to install
12309 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12310 Use the --without-x option if you really want this." >&5
12311 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12312 without X support, which probably isn't what you want. You will need to install
12313 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12314 Use the --without-x option if you really want this." >&2;}
12315 { (exit 1); exit 1; }; } ;;
12316 esac
12321 XML2LIBS=""
12323 XML2INCL=""
12325 XSLTINCL=""
12327 if test "x$with_xml" != "xno"
12328 then
12329 ac_save_CPPFLAGS="$CPPFLAGS"
12330 if test "$PKG_CONFIG" != "false"
12331 then
12332 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12333 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12334 else
12335 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12336 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12338 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12340 for ac_header in libxml/parser.h
12342 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12344 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12345 $as_echo_n "checking for $ac_header... " >&6; }
12346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12347 $as_echo_n "(cached) " >&6
12349 ac_res=`eval 'as_val=${'$as_ac_Header'}
12350 $as_echo "$as_val"'`
12351 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12352 $as_echo "$ac_res" >&6; }
12353 else
12354 # Is the header compilable?
12355 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12356 $as_echo_n "checking $ac_header usability... " >&6; }
12357 cat >conftest.$ac_ext <<_ACEOF
12358 /* confdefs.h. */
12359 _ACEOF
12360 cat confdefs.h >>conftest.$ac_ext
12361 cat >>conftest.$ac_ext <<_ACEOF
12362 /* end confdefs.h. */
12363 $ac_includes_default
12364 #include <$ac_header>
12365 _ACEOF
12366 rm -f conftest.$ac_objext
12367 if { (ac_try="$ac_compile"
12368 case "(($ac_try" in
12369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12370 *) ac_try_echo=$ac_try;;
12371 esac
12372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12373 $as_echo "$ac_try_echo") >&5
12374 (eval "$ac_compile") 2>conftest.er1
12375 ac_status=$?
12376 grep -v '^ *+' conftest.er1 >conftest.err
12377 rm -f conftest.er1
12378 cat conftest.err >&5
12379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12380 (exit $ac_status); } && {
12381 test -z "$ac_c_werror_flag" ||
12382 test ! -s conftest.err
12383 } && test -s conftest.$ac_objext; then
12384 ac_header_compiler=yes
12385 else
12386 $as_echo "$as_me: failed program was:" >&5
12387 sed 's/^/| /' conftest.$ac_ext >&5
12389 ac_header_compiler=no
12392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12393 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12394 $as_echo "$ac_header_compiler" >&6; }
12396 # Is the header present?
12397 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12398 $as_echo_n "checking $ac_header presence... " >&6; }
12399 cat >conftest.$ac_ext <<_ACEOF
12400 /* confdefs.h. */
12401 _ACEOF
12402 cat confdefs.h >>conftest.$ac_ext
12403 cat >>conftest.$ac_ext <<_ACEOF
12404 /* end confdefs.h. */
12405 #include <$ac_header>
12406 _ACEOF
12407 if { (ac_try="$ac_cpp conftest.$ac_ext"
12408 case "(($ac_try" in
12409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12410 *) ac_try_echo=$ac_try;;
12411 esac
12412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12413 $as_echo "$ac_try_echo") >&5
12414 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12415 ac_status=$?
12416 grep -v '^ *+' conftest.er1 >conftest.err
12417 rm -f conftest.er1
12418 cat conftest.err >&5
12419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } >/dev/null && {
12421 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12422 test ! -s conftest.err
12423 }; then
12424 ac_header_preproc=yes
12425 else
12426 $as_echo "$as_me: failed program was:" >&5
12427 sed 's/^/| /' conftest.$ac_ext >&5
12429 ac_header_preproc=no
12432 rm -f conftest.err conftest.$ac_ext
12433 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12434 $as_echo "$ac_header_preproc" >&6; }
12436 # So? What about this header?
12437 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12438 yes:no: )
12439 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12440 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12441 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12442 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12443 ac_header_preproc=yes
12445 no:yes:* )
12446 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12447 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12448 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12449 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12450 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12451 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12452 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12453 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12455 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12456 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12457 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12458 ( cat <<\_ASBOX
12459 ## ------------------------------------ ##
12460 ## Report this to wine-devel@winehq.org ##
12461 ## ------------------------------------ ##
12462 _ASBOX
12463 ) | sed "s/^/$as_me: WARNING: /" >&2
12465 esac
12466 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12467 $as_echo_n "checking for $ac_header... " >&6; }
12468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12469 $as_echo_n "(cached) " >&6
12470 else
12471 eval "$as_ac_Header=\$ac_header_preproc"
12473 ac_res=`eval 'as_val=${'$as_ac_Header'}
12474 $as_echo "$as_val"'`
12475 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12476 $as_echo "$ac_res" >&6; }
12479 as_val=`eval 'as_val=${'$as_ac_Header'}
12480 $as_echo "$as_val"'`
12481 if test "x$as_val" = x""yes; then
12482 cat >>confdefs.h <<_ACEOF
12483 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12484 _ACEOF
12485 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12486 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12487 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12488 $as_echo_n "(cached) " >&6
12489 else
12490 ac_check_lib_save_LIBS=$LIBS
12491 LIBS="-lxml2 $ac_xml_libs $LIBS"
12492 cat >conftest.$ac_ext <<_ACEOF
12493 /* confdefs.h. */
12494 _ACEOF
12495 cat confdefs.h >>conftest.$ac_ext
12496 cat >>conftest.$ac_ext <<_ACEOF
12497 /* end confdefs.h. */
12499 /* Override any GCC internal prototype to avoid an error.
12500 Use char because int might match the return type of a GCC
12501 builtin and then its argument prototype would still apply. */
12502 #ifdef __cplusplus
12503 extern "C"
12504 #endif
12505 char xmlParseMemory ();
12507 main ()
12509 return xmlParseMemory ();
12511 return 0;
12513 _ACEOF
12514 rm -f conftest.$ac_objext conftest$ac_exeext
12515 if { (ac_try="$ac_link"
12516 case "(($ac_try" in
12517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12518 *) ac_try_echo=$ac_try;;
12519 esac
12520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12521 $as_echo "$ac_try_echo") >&5
12522 (eval "$ac_link") 2>conftest.er1
12523 ac_status=$?
12524 grep -v '^ *+' conftest.er1 >conftest.err
12525 rm -f conftest.er1
12526 cat conftest.err >&5
12527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); } && {
12529 test -z "$ac_c_werror_flag" ||
12530 test ! -s conftest.err
12531 } && test -s conftest$ac_exeext && {
12532 test "$cross_compiling" = yes ||
12533 $as_test_x conftest$ac_exeext
12534 }; then
12535 ac_cv_lib_xml2_xmlParseMemory=yes
12536 else
12537 $as_echo "$as_me: failed program was:" >&5
12538 sed 's/^/| /' conftest.$ac_ext >&5
12540 ac_cv_lib_xml2_xmlParseMemory=no
12543 rm -rf conftest.dSYM
12544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12545 conftest$ac_exeext conftest.$ac_ext
12546 LIBS=$ac_check_lib_save_LIBS
12548 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12549 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12550 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12552 cat >>confdefs.h <<\_ACEOF
12553 #define HAVE_LIBXML2 1
12554 _ACEOF
12556 XML2LIBS="$ac_xml_libs"
12557 XML2INCL="$ac_xml_cflags"
12560 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12561 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12562 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12563 $as_echo_n "(cached) " >&6
12564 else
12565 ac_check_lib_save_LIBS=$LIBS
12566 LIBS="-lxml2 $ac_xml_libs $LIBS"
12567 cat >conftest.$ac_ext <<_ACEOF
12568 /* confdefs.h. */
12569 _ACEOF
12570 cat confdefs.h >>conftest.$ac_ext
12571 cat >>conftest.$ac_ext <<_ACEOF
12572 /* end confdefs.h. */
12574 /* Override any GCC internal prototype to avoid an error.
12575 Use char because int might match the return type of a GCC
12576 builtin and then its argument prototype would still apply. */
12577 #ifdef __cplusplus
12578 extern "C"
12579 #endif
12580 char xmlReadMemory ();
12582 main ()
12584 return xmlReadMemory ();
12586 return 0;
12588 _ACEOF
12589 rm -f conftest.$ac_objext conftest$ac_exeext
12590 if { (ac_try="$ac_link"
12591 case "(($ac_try" in
12592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12593 *) ac_try_echo=$ac_try;;
12594 esac
12595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12596 $as_echo "$ac_try_echo") >&5
12597 (eval "$ac_link") 2>conftest.er1
12598 ac_status=$?
12599 grep -v '^ *+' conftest.er1 >conftest.err
12600 rm -f conftest.er1
12601 cat conftest.err >&5
12602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12603 (exit $ac_status); } && {
12604 test -z "$ac_c_werror_flag" ||
12605 test ! -s conftest.err
12606 } && test -s conftest$ac_exeext && {
12607 test "$cross_compiling" = yes ||
12608 $as_test_x conftest$ac_exeext
12609 }; then
12610 ac_cv_lib_xml2_xmlReadMemory=yes
12611 else
12612 $as_echo "$as_me: failed program was:" >&5
12613 sed 's/^/| /' conftest.$ac_ext >&5
12615 ac_cv_lib_xml2_xmlReadMemory=no
12618 rm -rf conftest.dSYM
12619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12620 conftest$ac_exeext conftest.$ac_ext
12621 LIBS=$ac_check_lib_save_LIBS
12623 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12624 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12625 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12627 cat >>confdefs.h <<\_ACEOF
12628 #define HAVE_XMLREADMEMORY 1
12629 _ACEOF
12633 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12634 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12635 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12636 $as_echo_n "(cached) " >&6
12637 else
12638 ac_check_lib_save_LIBS=$LIBS
12639 LIBS="-lxml2 $ac_xml_libs $LIBS"
12640 cat >conftest.$ac_ext <<_ACEOF
12641 /* confdefs.h. */
12642 _ACEOF
12643 cat confdefs.h >>conftest.$ac_ext
12644 cat >>conftest.$ac_ext <<_ACEOF
12645 /* end confdefs.h. */
12647 /* Override any GCC internal prototype to avoid an error.
12648 Use char because int might match the return type of a GCC
12649 builtin and then its argument prototype would still apply. */
12650 #ifdef __cplusplus
12651 extern "C"
12652 #endif
12653 char xmlNewDocPI ();
12655 main ()
12657 return xmlNewDocPI ();
12659 return 0;
12661 _ACEOF
12662 rm -f conftest.$ac_objext conftest$ac_exeext
12663 if { (ac_try="$ac_link"
12664 case "(($ac_try" in
12665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12666 *) ac_try_echo=$ac_try;;
12667 esac
12668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12669 $as_echo "$ac_try_echo") >&5
12670 (eval "$ac_link") 2>conftest.er1
12671 ac_status=$?
12672 grep -v '^ *+' conftest.er1 >conftest.err
12673 rm -f conftest.er1
12674 cat conftest.err >&5
12675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); } && {
12677 test -z "$ac_c_werror_flag" ||
12678 test ! -s conftest.err
12679 } && test -s conftest$ac_exeext && {
12680 test "$cross_compiling" = yes ||
12681 $as_test_x conftest$ac_exeext
12682 }; then
12683 ac_cv_lib_xml2_xmlNewDocPI=yes
12684 else
12685 $as_echo "$as_me: failed program was:" >&5
12686 sed 's/^/| /' conftest.$ac_ext >&5
12688 ac_cv_lib_xml2_xmlNewDocPI=no
12691 rm -rf conftest.dSYM
12692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12693 conftest$ac_exeext conftest.$ac_ext
12694 LIBS=$ac_check_lib_save_LIBS
12696 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12697 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12698 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12700 cat >>confdefs.h <<\_ACEOF
12701 #define HAVE_XMLNEWDOCPI 1
12702 _ACEOF
12709 done
12711 CPPFLAGS="$ac_save_CPPFLAGS"
12713 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12714 case "x$with_xml" in
12715 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12716 xno) ;;
12717 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12718 This is an error since --with-xml was requested." >&5
12719 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12720 This is an error since --with-xml was requested." >&2;}
12721 { (exit 1); exit 1; }; } ;;
12722 esac
12726 if test "x$with_xslt" != "xno"
12727 then
12728 if test "$PKG_CONFIG" != "false"
12729 then
12730 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12731 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12732 else
12733 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12734 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12736 ac_save_CPPFLAGS="$CPPFLAGS"
12737 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12740 for ac_header in libxslt/pattern.h libxslt/transform.h
12742 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12743 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12744 $as_echo_n "checking for $ac_header... " >&6; }
12745 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12746 $as_echo_n "(cached) " >&6
12747 else
12748 cat >conftest.$ac_ext <<_ACEOF
12749 /* confdefs.h. */
12750 _ACEOF
12751 cat confdefs.h >>conftest.$ac_ext
12752 cat >>conftest.$ac_ext <<_ACEOF
12753 /* end confdefs.h. */
12754 #ifdef HAVE_LIBXSLT_PATTERN_H
12755 # include <libxslt/pattern.h>
12756 #endif
12758 #include <$ac_header>
12759 _ACEOF
12760 rm -f conftest.$ac_objext
12761 if { (ac_try="$ac_compile"
12762 case "(($ac_try" in
12763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12764 *) ac_try_echo=$ac_try;;
12765 esac
12766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12767 $as_echo "$ac_try_echo") >&5
12768 (eval "$ac_compile") 2>conftest.er1
12769 ac_status=$?
12770 grep -v '^ *+' conftest.er1 >conftest.err
12771 rm -f conftest.er1
12772 cat conftest.err >&5
12773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); } && {
12775 test -z "$ac_c_werror_flag" ||
12776 test ! -s conftest.err
12777 } && test -s conftest.$ac_objext; then
12778 eval "$as_ac_Header=yes"
12779 else
12780 $as_echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.$ac_ext >&5
12783 eval "$as_ac_Header=no"
12786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12788 ac_res=`eval 'as_val=${'$as_ac_Header'}
12789 $as_echo "$as_val"'`
12790 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12791 $as_echo "$ac_res" >&6; }
12792 as_val=`eval 'as_val=${'$as_ac_Header'}
12793 $as_echo "$as_val"'`
12794 if test "x$as_val" = x""yes; then
12795 cat >>confdefs.h <<_ACEOF
12796 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12797 _ACEOF
12801 done
12803 CPPFLAGS="$ac_save_CPPFLAGS"
12804 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12805 then
12806 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12807 $as_echo_n "checking for -lxslt... " >&6; }
12808 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12809 $as_echo_n "(cached) " >&6
12810 else
12811 ac_check_soname_save_LIBS=$LIBS
12812 LIBS="-lxslt $ac_xslt_libs $LIBS"
12813 cat >conftest.$ac_ext <<_ACEOF
12814 /* confdefs.h. */
12815 _ACEOF
12816 cat confdefs.h >>conftest.$ac_ext
12817 cat >>conftest.$ac_ext <<_ACEOF
12818 /* end confdefs.h. */
12820 /* Override any GCC internal prototype to avoid an error.
12821 Use char because int might match the return type of a GCC
12822 builtin and then its argument prototype would still apply. */
12823 #ifdef __cplusplus
12824 extern "C"
12825 #endif
12826 char xsltCompilePattern ();
12828 main ()
12830 return xsltCompilePattern ();
12832 return 0;
12834 _ACEOF
12835 rm -f conftest.$ac_objext conftest$ac_exeext
12836 if { (ac_try="$ac_link"
12837 case "(($ac_try" in
12838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12839 *) ac_try_echo=$ac_try;;
12840 esac
12841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12842 $as_echo "$ac_try_echo") >&5
12843 (eval "$ac_link") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext && {
12853 test "$cross_compiling" = yes ||
12854 $as_test_x conftest$ac_exeext
12855 }; then
12856 case "$LIBEXT" in
12857 dll) ;;
12858 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'` ;;
12859 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12860 esac
12861 else
12862 $as_echo "$as_me: failed program was:" >&5
12863 sed 's/^/| /' conftest.$ac_ext >&5
12868 rm -rf conftest.dSYM
12869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12870 conftest$ac_exeext conftest.$ac_ext
12871 LIBS=$ac_check_soname_save_LIBS
12873 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12874 { $as_echo "$as_me:$LINENO: result: not found" >&5
12875 $as_echo "not found" >&6; }
12877 else
12878 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12879 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12881 cat >>confdefs.h <<_ACEOF
12882 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12883 _ACEOF
12885 XSLTINCL="$ac_xslt_cflags"
12890 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12891 case "x$with_xslt" in
12892 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12893 xno) ;;
12894 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12895 This is an error since --with-xslt was requested." >&5
12896 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12897 This is an error since --with-xslt was requested." >&2;}
12898 { (exit 1); exit 1; }; } ;;
12899 esac
12903 HALINCL=""
12905 if test "x$with_hal" != "xno"
12906 then
12907 ac_save_CPPFLAGS="$CPPFLAGS"
12908 if test "$PKG_CONFIG" != "false"
12909 then
12910 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12911 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12912 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12916 for ac_header in dbus/dbus.h hal/libhal.h
12918 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12919 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12920 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12921 $as_echo_n "checking for $ac_header... " >&6; }
12922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12923 $as_echo_n "(cached) " >&6
12925 ac_res=`eval 'as_val=${'$as_ac_Header'}
12926 $as_echo "$as_val"'`
12927 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12928 $as_echo "$ac_res" >&6; }
12929 else
12930 # Is the header compilable?
12931 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12932 $as_echo_n "checking $ac_header usability... " >&6; }
12933 cat >conftest.$ac_ext <<_ACEOF
12934 /* confdefs.h. */
12935 _ACEOF
12936 cat confdefs.h >>conftest.$ac_ext
12937 cat >>conftest.$ac_ext <<_ACEOF
12938 /* end confdefs.h. */
12939 $ac_includes_default
12940 #include <$ac_header>
12941 _ACEOF
12942 rm -f conftest.$ac_objext
12943 if { (ac_try="$ac_compile"
12944 case "(($ac_try" in
12945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12946 *) ac_try_echo=$ac_try;;
12947 esac
12948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12949 $as_echo "$ac_try_echo") >&5
12950 (eval "$ac_compile") 2>conftest.er1
12951 ac_status=$?
12952 grep -v '^ *+' conftest.er1 >conftest.err
12953 rm -f conftest.er1
12954 cat conftest.err >&5
12955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956 (exit $ac_status); } && {
12957 test -z "$ac_c_werror_flag" ||
12958 test ! -s conftest.err
12959 } && test -s conftest.$ac_objext; then
12960 ac_header_compiler=yes
12961 else
12962 $as_echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.$ac_ext >&5
12965 ac_header_compiler=no
12968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12969 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12970 $as_echo "$ac_header_compiler" >&6; }
12972 # Is the header present?
12973 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12974 $as_echo_n "checking $ac_header presence... " >&6; }
12975 cat >conftest.$ac_ext <<_ACEOF
12976 /* confdefs.h. */
12977 _ACEOF
12978 cat confdefs.h >>conftest.$ac_ext
12979 cat >>conftest.$ac_ext <<_ACEOF
12980 /* end confdefs.h. */
12981 #include <$ac_header>
12982 _ACEOF
12983 if { (ac_try="$ac_cpp conftest.$ac_ext"
12984 case "(($ac_try" in
12985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12986 *) ac_try_echo=$ac_try;;
12987 esac
12988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12989 $as_echo "$ac_try_echo") >&5
12990 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12991 ac_status=$?
12992 grep -v '^ *+' conftest.er1 >conftest.err
12993 rm -f conftest.er1
12994 cat conftest.err >&5
12995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12996 (exit $ac_status); } >/dev/null && {
12997 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12998 test ! -s conftest.err
12999 }; then
13000 ac_header_preproc=yes
13001 else
13002 $as_echo "$as_me: failed program was:" >&5
13003 sed 's/^/| /' conftest.$ac_ext >&5
13005 ac_header_preproc=no
13008 rm -f conftest.err conftest.$ac_ext
13009 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13010 $as_echo "$ac_header_preproc" >&6; }
13012 # So? What about this header?
13013 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13014 yes:no: )
13015 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13016 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13018 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13019 ac_header_preproc=yes
13021 no:yes:* )
13022 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13023 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13024 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13025 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13026 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13027 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13028 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13029 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13030 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13031 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13032 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13033 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13034 ( cat <<\_ASBOX
13035 ## ------------------------------------ ##
13036 ## Report this to wine-devel@winehq.org ##
13037 ## ------------------------------------ ##
13038 _ASBOX
13039 ) | sed "s/^/$as_me: WARNING: /" >&2
13041 esac
13042 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13043 $as_echo_n "checking for $ac_header... " >&6; }
13044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13045 $as_echo_n "(cached) " >&6
13046 else
13047 eval "$as_ac_Header=\$ac_header_preproc"
13049 ac_res=`eval 'as_val=${'$as_ac_Header'}
13050 $as_echo "$as_val"'`
13051 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13052 $as_echo "$ac_res" >&6; }
13055 as_val=`eval 'as_val=${'$as_ac_Header'}
13056 $as_echo "$as_val"'`
13057 if test "x$as_val" = x""yes; then
13058 cat >>confdefs.h <<_ACEOF
13059 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13060 _ACEOF
13064 done
13066 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13067 then
13068 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13069 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13070 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13071 $as_echo_n "(cached) " >&6
13072 else
13073 ac_check_lib_save_LIBS=$LIBS
13074 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13075 cat >conftest.$ac_ext <<_ACEOF
13076 /* confdefs.h. */
13077 _ACEOF
13078 cat confdefs.h >>conftest.$ac_ext
13079 cat >>conftest.$ac_ext <<_ACEOF
13080 /* end confdefs.h. */
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13085 #ifdef __cplusplus
13086 extern "C"
13087 #endif
13088 char dbus_connection_close ();
13090 main ()
13092 return dbus_connection_close ();
13094 return 0;
13096 _ACEOF
13097 rm -f conftest.$ac_objext conftest$ac_exeext
13098 if { (ac_try="$ac_link"
13099 case "(($ac_try" in
13100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13101 *) ac_try_echo=$ac_try;;
13102 esac
13103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13104 $as_echo "$ac_try_echo") >&5
13105 (eval "$ac_link") 2>conftest.er1
13106 ac_status=$?
13107 grep -v '^ *+' conftest.er1 >conftest.err
13108 rm -f conftest.er1
13109 cat conftest.err >&5
13110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13111 (exit $ac_status); } && {
13112 test -z "$ac_c_werror_flag" ||
13113 test ! -s conftest.err
13114 } && test -s conftest$ac_exeext && {
13115 test "$cross_compiling" = yes ||
13116 $as_test_x conftest$ac_exeext
13117 }; then
13118 ac_cv_lib_dbus_1_dbus_connection_close=yes
13119 else
13120 $as_echo "$as_me: failed program was:" >&5
13121 sed 's/^/| /' conftest.$ac_ext >&5
13123 ac_cv_lib_dbus_1_dbus_connection_close=no
13126 rm -rf conftest.dSYM
13127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13128 conftest$ac_exeext conftest.$ac_ext
13129 LIBS=$ac_check_lib_save_LIBS
13131 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13132 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13133 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13134 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13135 $as_echo_n "checking for -lhal... " >&6; }
13136 if test "${ac_cv_lib_soname_hal+set}" = set; then
13137 $as_echo_n "(cached) " >&6
13138 else
13139 ac_check_soname_save_LIBS=$LIBS
13140 LIBS="-lhal $ac_hal_libs $LIBS"
13141 cat >conftest.$ac_ext <<_ACEOF
13142 /* confdefs.h. */
13143 _ACEOF
13144 cat confdefs.h >>conftest.$ac_ext
13145 cat >>conftest.$ac_ext <<_ACEOF
13146 /* end confdefs.h. */
13148 /* Override any GCC internal prototype to avoid an error.
13149 Use char because int might match the return type of a GCC
13150 builtin and then its argument prototype would still apply. */
13151 #ifdef __cplusplus
13152 extern "C"
13153 #endif
13154 char libhal_ctx_new ();
13156 main ()
13158 return libhal_ctx_new ();
13160 return 0;
13162 _ACEOF
13163 rm -f conftest.$ac_objext conftest$ac_exeext
13164 if { (ac_try="$ac_link"
13165 case "(($ac_try" in
13166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13167 *) ac_try_echo=$ac_try;;
13168 esac
13169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13170 $as_echo "$ac_try_echo") >&5
13171 (eval "$ac_link") 2>conftest.er1
13172 ac_status=$?
13173 grep -v '^ *+' conftest.er1 >conftest.err
13174 rm -f conftest.er1
13175 cat conftest.err >&5
13176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13177 (exit $ac_status); } && {
13178 test -z "$ac_c_werror_flag" ||
13179 test ! -s conftest.err
13180 } && test -s conftest$ac_exeext && {
13181 test "$cross_compiling" = yes ||
13182 $as_test_x conftest$ac_exeext
13183 }; then
13184 case "$LIBEXT" in
13185 dll) ;;
13186 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'` ;;
13187 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13188 esac
13189 else
13190 $as_echo "$as_me: failed program was:" >&5
13191 sed 's/^/| /' conftest.$ac_ext >&5
13196 rm -rf conftest.dSYM
13197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13198 conftest$ac_exeext conftest.$ac_ext
13199 LIBS=$ac_check_soname_save_LIBS
13201 if test "x$ac_cv_lib_soname_hal" = "x"; then
13202 { $as_echo "$as_me:$LINENO: result: not found" >&5
13203 $as_echo "not found" >&6; }
13205 else
13206 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13207 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13209 cat >>confdefs.h <<_ACEOF
13210 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13211 _ACEOF
13213 HALINCL="$ac_hal_cflags"
13219 CPPFLAGS="$ac_save_CPPFLAGS"
13221 if test "x$ac_cv_lib_soname_hal" = "x"; then
13222 case "x$with_hal" in
13223 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13224 xno) ;;
13225 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13226 This is an error since --with-hal was requested." >&5
13227 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13228 This is an error since --with-hal was requested." >&2;}
13229 { (exit 1); exit 1; }; } ;;
13230 esac
13234 if test "x$with_gnutls" != "xno"
13235 then
13236 ac_save_CPPFLAGS="$CPPFLAGS"
13237 if test "$PKG_CONFIG" != "false"
13238 then
13239 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13240 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13241 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13243 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13244 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13245 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13246 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13247 $as_echo_n "(cached) " >&6
13249 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13250 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13251 else
13252 # Is the header compilable?
13253 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13254 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13255 cat >conftest.$ac_ext <<_ACEOF
13256 /* confdefs.h. */
13257 _ACEOF
13258 cat confdefs.h >>conftest.$ac_ext
13259 cat >>conftest.$ac_ext <<_ACEOF
13260 /* end confdefs.h. */
13261 $ac_includes_default
13262 #include <gnutls/gnutls.h>
13263 _ACEOF
13264 rm -f conftest.$ac_objext
13265 if { (ac_try="$ac_compile"
13266 case "(($ac_try" in
13267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13268 *) ac_try_echo=$ac_try;;
13269 esac
13270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13271 $as_echo "$ac_try_echo") >&5
13272 (eval "$ac_compile") 2>conftest.er1
13273 ac_status=$?
13274 grep -v '^ *+' conftest.er1 >conftest.err
13275 rm -f conftest.er1
13276 cat conftest.err >&5
13277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 (exit $ac_status); } && {
13279 test -z "$ac_c_werror_flag" ||
13280 test ! -s conftest.err
13281 } && test -s conftest.$ac_objext; then
13282 ac_header_compiler=yes
13283 else
13284 $as_echo "$as_me: failed program was:" >&5
13285 sed 's/^/| /' conftest.$ac_ext >&5
13287 ac_header_compiler=no
13290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13291 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13292 $as_echo "$ac_header_compiler" >&6; }
13294 # Is the header present?
13295 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13296 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13297 cat >conftest.$ac_ext <<_ACEOF
13298 /* confdefs.h. */
13299 _ACEOF
13300 cat confdefs.h >>conftest.$ac_ext
13301 cat >>conftest.$ac_ext <<_ACEOF
13302 /* end confdefs.h. */
13303 #include <gnutls/gnutls.h>
13304 _ACEOF
13305 if { (ac_try="$ac_cpp conftest.$ac_ext"
13306 case "(($ac_try" in
13307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13308 *) ac_try_echo=$ac_try;;
13309 esac
13310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13311 $as_echo "$ac_try_echo") >&5
13312 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13313 ac_status=$?
13314 grep -v '^ *+' conftest.er1 >conftest.err
13315 rm -f conftest.er1
13316 cat conftest.err >&5
13317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13318 (exit $ac_status); } >/dev/null && {
13319 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13320 test ! -s conftest.err
13321 }; then
13322 ac_header_preproc=yes
13323 else
13324 $as_echo "$as_me: failed program was:" >&5
13325 sed 's/^/| /' conftest.$ac_ext >&5
13327 ac_header_preproc=no
13330 rm -f conftest.err conftest.$ac_ext
13331 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13332 $as_echo "$ac_header_preproc" >&6; }
13334 # So? What about this header?
13335 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13336 yes:no: )
13337 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13338 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13339 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13341 ac_header_preproc=yes
13343 no:yes:* )
13344 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13345 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13346 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13347 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13348 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13349 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13350 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13351 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13352 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13353 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13354 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13355 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13356 ( cat <<\_ASBOX
13357 ## ------------------------------------ ##
13358 ## Report this to wine-devel@winehq.org ##
13359 ## ------------------------------------ ##
13360 _ASBOX
13361 ) | sed "s/^/$as_me: WARNING: /" >&2
13363 esac
13364 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13365 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13366 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13367 $as_echo_n "(cached) " >&6
13368 else
13369 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13371 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13372 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13375 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13376 cat >conftest.$ac_ext <<_ACEOF
13377 /* confdefs.h. */
13378 _ACEOF
13379 cat confdefs.h >>conftest.$ac_ext
13380 cat >>conftest.$ac_ext <<_ACEOF
13381 /* end confdefs.h. */
13382 #include <gnutls/gnutls.h>
13384 main ()
13386 typeof(gnutls_mac_get_key_size) *pfunc;
13388 return 0;
13390 _ACEOF
13391 rm -f conftest.$ac_objext
13392 if { (ac_try="$ac_compile"
13393 case "(($ac_try" in
13394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13395 *) ac_try_echo=$ac_try;;
13396 esac
13397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13398 $as_echo "$ac_try_echo") >&5
13399 (eval "$ac_compile") 2>conftest.er1
13400 ac_status=$?
13401 grep -v '^ *+' conftest.er1 >conftest.err
13402 rm -f conftest.er1
13403 cat conftest.err >&5
13404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13405 (exit $ac_status); } && {
13406 test -z "$ac_c_werror_flag" ||
13407 test ! -s conftest.err
13408 } && test -s conftest.$ac_objext; then
13409 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13410 $as_echo_n "checking for -lgnutls... " >&6; }
13411 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13412 $as_echo_n "(cached) " >&6
13413 else
13414 ac_check_soname_save_LIBS=$LIBS
13415 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13416 cat >conftest.$ac_ext <<_ACEOF
13417 /* confdefs.h. */
13418 _ACEOF
13419 cat confdefs.h >>conftest.$ac_ext
13420 cat >>conftest.$ac_ext <<_ACEOF
13421 /* end confdefs.h. */
13423 /* Override any GCC internal prototype to avoid an error.
13424 Use char because int might match the return type of a GCC
13425 builtin and then its argument prototype would still apply. */
13426 #ifdef __cplusplus
13427 extern "C"
13428 #endif
13429 char gnutls_global_init ();
13431 main ()
13433 return gnutls_global_init ();
13435 return 0;
13437 _ACEOF
13438 rm -f conftest.$ac_objext conftest$ac_exeext
13439 if { (ac_try="$ac_link"
13440 case "(($ac_try" in
13441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13442 *) ac_try_echo=$ac_try;;
13443 esac
13444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13445 $as_echo "$ac_try_echo") >&5
13446 (eval "$ac_link") 2>conftest.er1
13447 ac_status=$?
13448 grep -v '^ *+' conftest.er1 >conftest.err
13449 rm -f conftest.er1
13450 cat conftest.err >&5
13451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13452 (exit $ac_status); } && {
13453 test -z "$ac_c_werror_flag" ||
13454 test ! -s conftest.err
13455 } && test -s conftest$ac_exeext && {
13456 test "$cross_compiling" = yes ||
13457 $as_test_x conftest$ac_exeext
13458 }; then
13459 case "$LIBEXT" in
13460 dll) ;;
13461 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'` ;;
13462 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13463 esac
13464 else
13465 $as_echo "$as_me: failed program was:" >&5
13466 sed 's/^/| /' conftest.$ac_ext >&5
13471 rm -rf conftest.dSYM
13472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13473 conftest$ac_exeext conftest.$ac_ext
13474 LIBS=$ac_check_soname_save_LIBS
13476 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13477 { $as_echo "$as_me:$LINENO: result: not found" >&5
13478 $as_echo "not found" >&6; }
13480 else
13481 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13482 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13484 cat >>confdefs.h <<_ACEOF
13485 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13486 _ACEOF
13488 GNUTLSINCL="$ac_gnutls_cflags"
13492 else
13493 $as_echo "$as_me: failed program was:" >&5
13494 sed 's/^/| /' conftest.$ac_ext >&5
13499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13503 CPPFLAGS="$ac_save_CPPFLAGS"
13505 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13506 case "x$with_gnutls" in
13507 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13508 xno) ;;
13509 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13510 This is an error since --with-gnutls was requested." >&5
13511 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13512 This is an error since --with-gnutls was requested." >&2;}
13513 { (exit 1); exit 1; }; } ;;
13514 esac
13518 CURSESLIBS=""
13519 if test "$ac_cv_header_ncurses_h" = "yes"
13520 then
13521 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13522 $as_echo_n "checking for -lncurses... " >&6; }
13523 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13524 $as_echo_n "(cached) " >&6
13525 else
13526 ac_check_soname_save_LIBS=$LIBS
13527 LIBS="-lncurses $LIBS"
13528 cat >conftest.$ac_ext <<_ACEOF
13529 /* confdefs.h. */
13530 _ACEOF
13531 cat confdefs.h >>conftest.$ac_ext
13532 cat >>conftest.$ac_ext <<_ACEOF
13533 /* end confdefs.h. */
13535 /* Override any GCC internal prototype to avoid an error.
13536 Use char because int might match the return type of a GCC
13537 builtin and then its argument prototype would still apply. */
13538 #ifdef __cplusplus
13539 extern "C"
13540 #endif
13541 char waddch ();
13543 main ()
13545 return waddch ();
13547 return 0;
13549 _ACEOF
13550 rm -f conftest.$ac_objext conftest$ac_exeext
13551 if { (ac_try="$ac_link"
13552 case "(($ac_try" in
13553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13554 *) ac_try_echo=$ac_try;;
13555 esac
13556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13557 $as_echo "$ac_try_echo") >&5
13558 (eval "$ac_link") 2>conftest.er1
13559 ac_status=$?
13560 grep -v '^ *+' conftest.er1 >conftest.err
13561 rm -f conftest.er1
13562 cat conftest.err >&5
13563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); } && {
13565 test -z "$ac_c_werror_flag" ||
13566 test ! -s conftest.err
13567 } && test -s conftest$ac_exeext && {
13568 test "$cross_compiling" = yes ||
13569 $as_test_x conftest$ac_exeext
13570 }; then
13571 case "$LIBEXT" in
13572 dll) ;;
13573 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'` ;;
13574 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13575 esac
13576 else
13577 $as_echo "$as_me: failed program was:" >&5
13578 sed 's/^/| /' conftest.$ac_ext >&5
13583 rm -rf conftest.dSYM
13584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13585 conftest$ac_exeext conftest.$ac_ext
13586 LIBS=$ac_check_soname_save_LIBS
13588 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13589 { $as_echo "$as_me:$LINENO: result: not found" >&5
13590 $as_echo "not found" >&6; }
13592 else
13593 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13594 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13596 cat >>confdefs.h <<_ACEOF
13597 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13598 _ACEOF
13600 CURSESLIBS="-lncurses"
13603 elif test "$ac_cv_header_curses_h" = "yes"
13604 then
13605 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13606 $as_echo_n "checking for -lcurses... " >&6; }
13607 if test "${ac_cv_lib_soname_curses+set}" = set; then
13608 $as_echo_n "(cached) " >&6
13609 else
13610 ac_check_soname_save_LIBS=$LIBS
13611 LIBS="-lcurses $LIBS"
13612 cat >conftest.$ac_ext <<_ACEOF
13613 /* confdefs.h. */
13614 _ACEOF
13615 cat confdefs.h >>conftest.$ac_ext
13616 cat >>conftest.$ac_ext <<_ACEOF
13617 /* end confdefs.h. */
13619 /* Override any GCC internal prototype to avoid an error.
13620 Use char because int might match the return type of a GCC
13621 builtin and then its argument prototype would still apply. */
13622 #ifdef __cplusplus
13623 extern "C"
13624 #endif
13625 char waddch ();
13627 main ()
13629 return waddch ();
13631 return 0;
13633 _ACEOF
13634 rm -f conftest.$ac_objext conftest$ac_exeext
13635 if { (ac_try="$ac_link"
13636 case "(($ac_try" in
13637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13638 *) ac_try_echo=$ac_try;;
13639 esac
13640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13641 $as_echo "$ac_try_echo") >&5
13642 (eval "$ac_link") 2>conftest.er1
13643 ac_status=$?
13644 grep -v '^ *+' conftest.er1 >conftest.err
13645 rm -f conftest.er1
13646 cat conftest.err >&5
13647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); } && {
13649 test -z "$ac_c_werror_flag" ||
13650 test ! -s conftest.err
13651 } && test -s conftest$ac_exeext && {
13652 test "$cross_compiling" = yes ||
13653 $as_test_x conftest$ac_exeext
13654 }; then
13655 case "$LIBEXT" in
13656 dll) ;;
13657 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'` ;;
13658 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13659 esac
13660 else
13661 $as_echo "$as_me: failed program was:" >&5
13662 sed 's/^/| /' conftest.$ac_ext >&5
13667 rm -rf conftest.dSYM
13668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13669 conftest$ac_exeext conftest.$ac_ext
13670 LIBS=$ac_check_soname_save_LIBS
13672 if test "x$ac_cv_lib_soname_curses" = "x"; then
13673 { $as_echo "$as_me:$LINENO: result: not found" >&5
13674 $as_echo "not found" >&6; }
13676 else
13677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13678 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13680 cat >>confdefs.h <<_ACEOF
13681 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13682 _ACEOF
13684 CURSESLIBS="-lcurses"
13688 ac_save_LIBS="$LIBS"
13689 LIBS="$LIBS $CURSESLIBS"
13691 for ac_func in mousemask
13693 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13694 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13695 $as_echo_n "checking for $ac_func... " >&6; }
13696 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13697 $as_echo_n "(cached) " >&6
13698 else
13699 cat >conftest.$ac_ext <<_ACEOF
13700 /* confdefs.h. */
13701 _ACEOF
13702 cat confdefs.h >>conftest.$ac_ext
13703 cat >>conftest.$ac_ext <<_ACEOF
13704 /* end confdefs.h. */
13705 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13706 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13707 #define $ac_func innocuous_$ac_func
13709 /* System header to define __stub macros and hopefully few prototypes,
13710 which can conflict with char $ac_func (); below.
13711 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13712 <limits.h> exists even on freestanding compilers. */
13714 #ifdef __STDC__
13715 # include <limits.h>
13716 #else
13717 # include <assert.h>
13718 #endif
13720 #undef $ac_func
13722 /* Override any GCC internal prototype to avoid an error.
13723 Use char because int might match the return type of a GCC
13724 builtin and then its argument prototype would still apply. */
13725 #ifdef __cplusplus
13726 extern "C"
13727 #endif
13728 char $ac_func ();
13729 /* The GNU C library defines this for functions which it implements
13730 to always fail with ENOSYS. Some functions are actually named
13731 something starting with __ and the normal name is an alias. */
13732 #if defined __stub_$ac_func || defined __stub___$ac_func
13733 choke me
13734 #endif
13737 main ()
13739 return $ac_func ();
13741 return 0;
13743 _ACEOF
13744 rm -f conftest.$ac_objext conftest$ac_exeext
13745 if { (ac_try="$ac_link"
13746 case "(($ac_try" in
13747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13748 *) ac_try_echo=$ac_try;;
13749 esac
13750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13751 $as_echo "$ac_try_echo") >&5
13752 (eval "$ac_link") 2>conftest.er1
13753 ac_status=$?
13754 grep -v '^ *+' conftest.er1 >conftest.err
13755 rm -f conftest.er1
13756 cat conftest.err >&5
13757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13758 (exit $ac_status); } && {
13759 test -z "$ac_c_werror_flag" ||
13760 test ! -s conftest.err
13761 } && test -s conftest$ac_exeext && {
13762 test "$cross_compiling" = yes ||
13763 $as_test_x conftest$ac_exeext
13764 }; then
13765 eval "$as_ac_var=yes"
13766 else
13767 $as_echo "$as_me: failed program was:" >&5
13768 sed 's/^/| /' conftest.$ac_ext >&5
13770 eval "$as_ac_var=no"
13773 rm -rf conftest.dSYM
13774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13775 conftest$ac_exeext conftest.$ac_ext
13777 ac_res=`eval 'as_val=${'$as_ac_var'}
13778 $as_echo "$as_val"'`
13779 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13780 $as_echo "$ac_res" >&6; }
13781 as_val=`eval 'as_val=${'$as_ac_var'}
13782 $as_echo "$as_val"'`
13783 if test "x$as_val" = x""yes; then
13784 cat >>confdefs.h <<_ACEOF
13785 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13786 _ACEOF
13789 done
13791 LIBS="$ac_save_LIBS"
13792 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13793 case "x$with_curses" in
13794 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13795 xno) ;;
13796 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13797 This is an error since --with-curses was requested." >&5
13798 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13799 This is an error since --with-curses was requested." >&2;}
13800 { (exit 1); exit 1; }; } ;;
13801 esac
13805 if test "x$with_sane" != "xno"
13806 then
13807 ac_save_CPPFLAGS="$CPPFLAGS"
13808 # Extract the first word of "sane-config", so it can be a program name with args.
13809 set dummy sane-config; ac_word=$2
13810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13811 $as_echo_n "checking for $ac_word... " >&6; }
13812 if test "${ac_cv_prog_sane_devel+set}" = set; then
13813 $as_echo_n "(cached) " >&6
13814 else
13815 if test -n "$sane_devel"; then
13816 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13817 else
13818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13819 for as_dir in $PATH
13821 IFS=$as_save_IFS
13822 test -z "$as_dir" && as_dir=.
13823 for ac_exec_ext in '' $ac_executable_extensions; do
13824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13825 ac_cv_prog_sane_devel="sane-config"
13826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13827 break 2
13829 done
13830 done
13831 IFS=$as_save_IFS
13833 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13836 sane_devel=$ac_cv_prog_sane_devel
13837 if test -n "$sane_devel"; then
13838 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13839 $as_echo "$sane_devel" >&6; }
13840 else
13841 { $as_echo "$as_me:$LINENO: result: no" >&5
13842 $as_echo "no" >&6; }
13846 if test "$sane_devel" != "no"
13847 then
13848 ac_sane_incl="`$sane_devel --cflags`"
13849 ac_sane_libs="`$sane_devel --ldflags`"
13850 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13852 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13853 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13854 $as_echo_n "checking for sane/sane.h... " >&6; }
13855 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13856 $as_echo_n "(cached) " >&6
13858 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13859 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13860 else
13861 # Is the header compilable?
13862 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13863 $as_echo_n "checking sane/sane.h usability... " >&6; }
13864 cat >conftest.$ac_ext <<_ACEOF
13865 /* confdefs.h. */
13866 _ACEOF
13867 cat confdefs.h >>conftest.$ac_ext
13868 cat >>conftest.$ac_ext <<_ACEOF
13869 /* end confdefs.h. */
13870 $ac_includes_default
13871 #include <sane/sane.h>
13872 _ACEOF
13873 rm -f conftest.$ac_objext
13874 if { (ac_try="$ac_compile"
13875 case "(($ac_try" in
13876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13877 *) ac_try_echo=$ac_try;;
13878 esac
13879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13880 $as_echo "$ac_try_echo") >&5
13881 (eval "$ac_compile") 2>conftest.er1
13882 ac_status=$?
13883 grep -v '^ *+' conftest.er1 >conftest.err
13884 rm -f conftest.er1
13885 cat conftest.err >&5
13886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13887 (exit $ac_status); } && {
13888 test -z "$ac_c_werror_flag" ||
13889 test ! -s conftest.err
13890 } && test -s conftest.$ac_objext; then
13891 ac_header_compiler=yes
13892 else
13893 $as_echo "$as_me: failed program was:" >&5
13894 sed 's/^/| /' conftest.$ac_ext >&5
13896 ac_header_compiler=no
13899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13900 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13901 $as_echo "$ac_header_compiler" >&6; }
13903 # Is the header present?
13904 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13905 $as_echo_n "checking sane/sane.h presence... " >&6; }
13906 cat >conftest.$ac_ext <<_ACEOF
13907 /* confdefs.h. */
13908 _ACEOF
13909 cat confdefs.h >>conftest.$ac_ext
13910 cat >>conftest.$ac_ext <<_ACEOF
13911 /* end confdefs.h. */
13912 #include <sane/sane.h>
13913 _ACEOF
13914 if { (ac_try="$ac_cpp conftest.$ac_ext"
13915 case "(($ac_try" in
13916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13917 *) ac_try_echo=$ac_try;;
13918 esac
13919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13920 $as_echo "$ac_try_echo") >&5
13921 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13922 ac_status=$?
13923 grep -v '^ *+' conftest.er1 >conftest.err
13924 rm -f conftest.er1
13925 cat conftest.err >&5
13926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13927 (exit $ac_status); } >/dev/null && {
13928 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13929 test ! -s conftest.err
13930 }; then
13931 ac_header_preproc=yes
13932 else
13933 $as_echo "$as_me: failed program was:" >&5
13934 sed 's/^/| /' conftest.$ac_ext >&5
13936 ac_header_preproc=no
13939 rm -f conftest.err conftest.$ac_ext
13940 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13941 $as_echo "$ac_header_preproc" >&6; }
13943 # So? What about this header?
13944 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13945 yes:no: )
13946 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13947 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13948 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13950 ac_header_preproc=yes
13952 no:yes:* )
13953 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13954 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13955 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13956 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13957 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13958 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13959 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13960 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13961 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13962 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13963 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13964 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13965 ( cat <<\_ASBOX
13966 ## ------------------------------------ ##
13967 ## Report this to wine-devel@winehq.org ##
13968 ## ------------------------------------ ##
13969 _ASBOX
13970 ) | sed "s/^/$as_me: WARNING: /" >&2
13972 esac
13973 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13974 $as_echo_n "checking for sane/sane.h... " >&6; }
13975 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13976 $as_echo_n "(cached) " >&6
13977 else
13978 ac_cv_header_sane_sane_h=$ac_header_preproc
13980 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13981 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13984 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13985 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13986 $as_echo_n "checking for -lsane... " >&6; }
13987 if test "${ac_cv_lib_soname_sane+set}" = set; then
13988 $as_echo_n "(cached) " >&6
13989 else
13990 ac_check_soname_save_LIBS=$LIBS
13991 LIBS="-lsane $ac_sane_libs $LIBS"
13992 cat >conftest.$ac_ext <<_ACEOF
13993 /* confdefs.h. */
13994 _ACEOF
13995 cat confdefs.h >>conftest.$ac_ext
13996 cat >>conftest.$ac_ext <<_ACEOF
13997 /* end confdefs.h. */
13999 /* Override any GCC internal prototype to avoid an error.
14000 Use char because int might match the return type of a GCC
14001 builtin and then its argument prototype would still apply. */
14002 #ifdef __cplusplus
14003 extern "C"
14004 #endif
14005 char sane_init ();
14007 main ()
14009 return sane_init ();
14011 return 0;
14013 _ACEOF
14014 rm -f conftest.$ac_objext conftest$ac_exeext
14015 if { (ac_try="$ac_link"
14016 case "(($ac_try" in
14017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14018 *) ac_try_echo=$ac_try;;
14019 esac
14020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14021 $as_echo "$ac_try_echo") >&5
14022 (eval "$ac_link") 2>conftest.er1
14023 ac_status=$?
14024 grep -v '^ *+' conftest.er1 >conftest.err
14025 rm -f conftest.er1
14026 cat conftest.err >&5
14027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028 (exit $ac_status); } && {
14029 test -z "$ac_c_werror_flag" ||
14030 test ! -s conftest.err
14031 } && test -s conftest$ac_exeext && {
14032 test "$cross_compiling" = yes ||
14033 $as_test_x conftest$ac_exeext
14034 }; then
14035 case "$LIBEXT" in
14036 dll) ;;
14037 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'` ;;
14038 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14039 esac
14040 else
14041 $as_echo "$as_me: failed program was:" >&5
14042 sed 's/^/| /' conftest.$ac_ext >&5
14047 rm -rf conftest.dSYM
14048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14049 conftest$ac_exeext conftest.$ac_ext
14050 LIBS=$ac_check_soname_save_LIBS
14052 if test "x$ac_cv_lib_soname_sane" = "x"; then
14053 { $as_echo "$as_me:$LINENO: result: not found" >&5
14054 $as_echo "not found" >&6; }
14056 else
14057 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14058 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14060 cat >>confdefs.h <<_ACEOF
14061 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14062 _ACEOF
14064 SANEINCL="$ac_sane_incl"
14071 CPPFLAGS="$ac_save_CPPFLAGS"
14073 if test "x$ac_cv_lib_soname_sane" = "x"; then
14074 case "x$with_sane" in
14075 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14076 xno) ;;
14077 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14078 This is an error since --with-sane was requested." >&5
14079 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14080 This is an error since --with-sane was requested." >&2;}
14081 { (exit 1); exit 1; }; } ;;
14082 esac
14086 if test "x$with_gphoto" != "xno"
14087 then
14088 ac_save_CPPFLAGS="$CPPFLAGS"
14089 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14090 set dummy gphoto2-config; ac_word=$2
14091 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14092 $as_echo_n "checking for $ac_word... " >&6; }
14093 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14094 $as_echo_n "(cached) " >&6
14095 else
14096 if test -n "$gphoto2_devel"; then
14097 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14098 else
14099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14100 for as_dir in $PATH
14102 IFS=$as_save_IFS
14103 test -z "$as_dir" && as_dir=.
14104 for ac_exec_ext in '' $ac_executable_extensions; do
14105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14106 ac_cv_prog_gphoto2_devel="gphoto2-config"
14107 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14108 break 2
14110 done
14111 done
14112 IFS=$as_save_IFS
14114 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14117 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14118 if test -n "$gphoto2_devel"; then
14119 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14120 $as_echo "$gphoto2_devel" >&6; }
14121 else
14122 { $as_echo "$as_me:$LINENO: result: no" >&5
14123 $as_echo "no" >&6; }
14127 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14128 set dummy gphoto2-port-config; ac_word=$2
14129 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14130 $as_echo_n "checking for $ac_word... " >&6; }
14131 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14132 $as_echo_n "(cached) " >&6
14133 else
14134 if test -n "$gphoto2port_devel"; then
14135 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14136 else
14137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14138 for as_dir in $PATH
14140 IFS=$as_save_IFS
14141 test -z "$as_dir" && as_dir=.
14142 for ac_exec_ext in '' $ac_executable_extensions; do
14143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14144 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14145 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14146 break 2
14148 done
14149 done
14150 IFS=$as_save_IFS
14152 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14155 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14156 if test -n "$gphoto2port_devel"; then
14157 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14158 $as_echo "$gphoto2port_devel" >&6; }
14159 else
14160 { $as_echo "$as_me:$LINENO: result: no" >&5
14161 $as_echo "no" >&6; }
14165 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14166 then
14167 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14168 ac_gphoto2_libs=""
14169 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14171 case "$i" in
14172 -L/usr/lib|-L/usr/lib64) ;;
14173 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14174 esac
14175 done
14176 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14178 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14179 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14180 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14181 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14182 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14183 $as_echo_n "(cached) " >&6
14185 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14186 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14187 else
14188 # Is the header compilable?
14189 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14190 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14191 cat >conftest.$ac_ext <<_ACEOF
14192 /* confdefs.h. */
14193 _ACEOF
14194 cat confdefs.h >>conftest.$ac_ext
14195 cat >>conftest.$ac_ext <<_ACEOF
14196 /* end confdefs.h. */
14197 $ac_includes_default
14198 #include <gphoto2-camera.h>
14199 _ACEOF
14200 rm -f conftest.$ac_objext
14201 if { (ac_try="$ac_compile"
14202 case "(($ac_try" in
14203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14204 *) ac_try_echo=$ac_try;;
14205 esac
14206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14207 $as_echo "$ac_try_echo") >&5
14208 (eval "$ac_compile") 2>conftest.er1
14209 ac_status=$?
14210 grep -v '^ *+' conftest.er1 >conftest.err
14211 rm -f conftest.er1
14212 cat conftest.err >&5
14213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14214 (exit $ac_status); } && {
14215 test -z "$ac_c_werror_flag" ||
14216 test ! -s conftest.err
14217 } && test -s conftest.$ac_objext; then
14218 ac_header_compiler=yes
14219 else
14220 $as_echo "$as_me: failed program was:" >&5
14221 sed 's/^/| /' conftest.$ac_ext >&5
14223 ac_header_compiler=no
14226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14227 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14228 $as_echo "$ac_header_compiler" >&6; }
14230 # Is the header present?
14231 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14232 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14233 cat >conftest.$ac_ext <<_ACEOF
14234 /* confdefs.h. */
14235 _ACEOF
14236 cat confdefs.h >>conftest.$ac_ext
14237 cat >>conftest.$ac_ext <<_ACEOF
14238 /* end confdefs.h. */
14239 #include <gphoto2-camera.h>
14240 _ACEOF
14241 if { (ac_try="$ac_cpp conftest.$ac_ext"
14242 case "(($ac_try" in
14243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14244 *) ac_try_echo=$ac_try;;
14245 esac
14246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14247 $as_echo "$ac_try_echo") >&5
14248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14249 ac_status=$?
14250 grep -v '^ *+' conftest.er1 >conftest.err
14251 rm -f conftest.er1
14252 cat conftest.err >&5
14253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14254 (exit $ac_status); } >/dev/null && {
14255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14256 test ! -s conftest.err
14257 }; then
14258 ac_header_preproc=yes
14259 else
14260 $as_echo "$as_me: failed program was:" >&5
14261 sed 's/^/| /' conftest.$ac_ext >&5
14263 ac_header_preproc=no
14266 rm -f conftest.err conftest.$ac_ext
14267 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14268 $as_echo "$ac_header_preproc" >&6; }
14270 # So? What about this header?
14271 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14272 yes:no: )
14273 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14274 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14275 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14277 ac_header_preproc=yes
14279 no:yes:* )
14280 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14281 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14282 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14283 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14284 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14285 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14286 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14287 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14288 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14289 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14290 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14291 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14292 ( cat <<\_ASBOX
14293 ## ------------------------------------ ##
14294 ## Report this to wine-devel@winehq.org ##
14295 ## ------------------------------------ ##
14296 _ASBOX
14297 ) | sed "s/^/$as_me: WARNING: /" >&2
14299 esac
14300 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14301 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14302 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14303 $as_echo_n "(cached) " >&6
14304 else
14305 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14307 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14308 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14311 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14312 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14313 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14314 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14315 $as_echo_n "(cached) " >&6
14316 else
14317 ac_check_lib_save_LIBS=$LIBS
14318 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14319 cat >conftest.$ac_ext <<_ACEOF
14320 /* confdefs.h. */
14321 _ACEOF
14322 cat confdefs.h >>conftest.$ac_ext
14323 cat >>conftest.$ac_ext <<_ACEOF
14324 /* end confdefs.h. */
14326 /* Override any GCC internal prototype to avoid an error.
14327 Use char because int might match the return type of a GCC
14328 builtin and then its argument prototype would still apply. */
14329 #ifdef __cplusplus
14330 extern "C"
14331 #endif
14332 char gp_camera_new ();
14334 main ()
14336 return gp_camera_new ();
14338 return 0;
14340 _ACEOF
14341 rm -f conftest.$ac_objext conftest$ac_exeext
14342 if { (ac_try="$ac_link"
14343 case "(($ac_try" in
14344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14345 *) ac_try_echo=$ac_try;;
14346 esac
14347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14348 $as_echo "$ac_try_echo") >&5
14349 (eval "$ac_link") 2>conftest.er1
14350 ac_status=$?
14351 grep -v '^ *+' conftest.er1 >conftest.err
14352 rm -f conftest.er1
14353 cat conftest.err >&5
14354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); } && {
14356 test -z "$ac_c_werror_flag" ||
14357 test ! -s conftest.err
14358 } && test -s conftest$ac_exeext && {
14359 test "$cross_compiling" = yes ||
14360 $as_test_x conftest$ac_exeext
14361 }; then
14362 ac_cv_lib_gphoto2_gp_camera_new=yes
14363 else
14364 $as_echo "$as_me: failed program was:" >&5
14365 sed 's/^/| /' conftest.$ac_ext >&5
14367 ac_cv_lib_gphoto2_gp_camera_new=no
14370 rm -rf conftest.dSYM
14371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14372 conftest$ac_exeext conftest.$ac_ext
14373 LIBS=$ac_check_lib_save_LIBS
14375 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14376 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14377 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14379 cat >>confdefs.h <<\_ACEOF
14380 #define HAVE_GPHOTO2 1
14381 _ACEOF
14383 GPHOTO2LIBS="$ac_gphoto2_libs"
14385 GPHOTO2INCL="$ac_gphoto2_incl"
14392 CPPFLAGS="$ac_save_CPPFLAGS"
14394 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14395 case "x$with_gphoto" in
14396 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14397 xno) ;;
14398 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14399 This is an error since --with-gphoto was requested." >&5
14400 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14401 This is an error since --with-gphoto was requested." >&2;}
14402 { (exit 1); exit 1; }; } ;;
14403 esac
14408 RESOLVLIBS=""
14410 if test "$ac_cv_header_resolv_h" = "yes"
14411 then
14412 ac_save_LIBS="$LIBS"
14413 LIBS="$LIBS -lresolv"
14414 cat >conftest.$ac_ext <<_ACEOF
14415 /* confdefs.h. */
14416 _ACEOF
14417 cat confdefs.h >>conftest.$ac_ext
14418 cat >>conftest.$ac_ext <<_ACEOF
14419 /* end confdefs.h. */
14420 #ifdef HAVE_NETINET_IN_H
14421 #include <netinet/in.h>
14422 #endif
14423 #include <resolv.h>
14425 main ()
14427 res_init();
14429 return 0;
14431 _ACEOF
14432 rm -f conftest.$ac_objext conftest$ac_exeext
14433 if { (ac_try="$ac_link"
14434 case "(($ac_try" in
14435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14436 *) ac_try_echo=$ac_try;;
14437 esac
14438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14439 $as_echo "$ac_try_echo") >&5
14440 (eval "$ac_link") 2>conftest.er1
14441 ac_status=$?
14442 grep -v '^ *+' conftest.er1 >conftest.err
14443 rm -f conftest.er1
14444 cat conftest.err >&5
14445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14446 (exit $ac_status); } && {
14447 test -z "$ac_c_werror_flag" ||
14448 test ! -s conftest.err
14449 } && test -s conftest$ac_exeext && {
14450 test "$cross_compiling" = yes ||
14451 $as_test_x conftest$ac_exeext
14452 }; then
14454 cat >>confdefs.h <<\_ACEOF
14455 #define HAVE_RESOLV 1
14456 _ACEOF
14458 RESOLVLIBS="-lresolv"
14459 else
14460 $as_echo "$as_me: failed program was:" >&5
14461 sed 's/^/| /' conftest.$ac_ext >&5
14466 rm -rf conftest.dSYM
14467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14468 conftest$ac_exeext conftest.$ac_ext
14469 LIBS="$ac_save_LIBS"
14472 LCMSLIBS=""
14474 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14475 then
14476 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14477 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14478 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14479 $as_echo_n "(cached) " >&6
14480 else
14481 ac_check_lib_save_LIBS=$LIBS
14482 LIBS="-llcms $LIBS"
14483 cat >conftest.$ac_ext <<_ACEOF
14484 /* confdefs.h. */
14485 _ACEOF
14486 cat confdefs.h >>conftest.$ac_ext
14487 cat >>conftest.$ac_ext <<_ACEOF
14488 /* end confdefs.h. */
14490 /* Override any GCC internal prototype to avoid an error.
14491 Use char because int might match the return type of a GCC
14492 builtin and then its argument prototype would still apply. */
14493 #ifdef __cplusplus
14494 extern "C"
14495 #endif
14496 char cmsOpenProfileFromFile ();
14498 main ()
14500 return cmsOpenProfileFromFile ();
14502 return 0;
14504 _ACEOF
14505 rm -f conftest.$ac_objext conftest$ac_exeext
14506 if { (ac_try="$ac_link"
14507 case "(($ac_try" in
14508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14509 *) ac_try_echo=$ac_try;;
14510 esac
14511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14512 $as_echo "$ac_try_echo") >&5
14513 (eval "$ac_link") 2>conftest.er1
14514 ac_status=$?
14515 grep -v '^ *+' conftest.er1 >conftest.err
14516 rm -f conftest.er1
14517 cat conftest.err >&5
14518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14519 (exit $ac_status); } && {
14520 test -z "$ac_c_werror_flag" ||
14521 test ! -s conftest.err
14522 } && test -s conftest$ac_exeext && {
14523 test "$cross_compiling" = yes ||
14524 $as_test_x conftest$ac_exeext
14525 }; then
14526 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14527 else
14528 $as_echo "$as_me: failed program was:" >&5
14529 sed 's/^/| /' conftest.$ac_ext >&5
14531 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14534 rm -rf conftest.dSYM
14535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14536 conftest$ac_exeext conftest.$ac_ext
14537 LIBS=$ac_check_lib_save_LIBS
14539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14540 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14541 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14543 cat >>confdefs.h <<\_ACEOF
14544 #define HAVE_LCMS 1
14545 _ACEOF
14547 LCMSLIBS="-llcms"
14551 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14552 case "x$with_cms" in
14553 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14554 xno) ;;
14555 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14556 This is an error since --with-cms was requested." >&5
14557 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14558 This is an error since --with-cms was requested." >&2;}
14559 { (exit 1); exit 1; }; } ;;
14560 esac
14564 if test "x$with_freetype" != "xno"
14565 then
14566 for ac_prog in freetype-config freetype2-config
14568 # Extract the first word of "$ac_prog", so it can be a program name with args.
14569 set dummy $ac_prog; ac_word=$2
14570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14571 $as_echo_n "checking for $ac_word... " >&6; }
14572 if test "${ac_cv_prog_ft_devel+set}" = set; then
14573 $as_echo_n "(cached) " >&6
14574 else
14575 if test -n "$ft_devel"; then
14576 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14577 else
14578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14579 for as_dir in $PATH
14581 IFS=$as_save_IFS
14582 test -z "$as_dir" && as_dir=.
14583 for ac_exec_ext in '' $ac_executable_extensions; do
14584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14585 ac_cv_prog_ft_devel="$ac_prog"
14586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14587 break 2
14589 done
14590 done
14591 IFS=$as_save_IFS
14595 ft_devel=$ac_cv_prog_ft_devel
14596 if test -n "$ft_devel"; then
14597 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14598 $as_echo "$ft_devel" >&6; }
14599 else
14600 { $as_echo "$as_me:$LINENO: result: no" >&5
14601 $as_echo "no" >&6; }
14605 test -n "$ft_devel" && break
14606 done
14607 test -n "$ft_devel" || ft_devel="no"
14609 if test "$ft_devel" != "no"
14610 then
14611 ac_freetype_incl=`$ft_devel --cflags`
14612 ac_freetype_libs=`$ft_devel --libs`
14614 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14615 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14616 $as_echo_n "checking for -lfreetype... " >&6; }
14617 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14618 $as_echo_n "(cached) " >&6
14619 else
14620 ac_check_soname_save_LIBS=$LIBS
14621 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14622 cat >conftest.$ac_ext <<_ACEOF
14623 /* confdefs.h. */
14624 _ACEOF
14625 cat confdefs.h >>conftest.$ac_ext
14626 cat >>conftest.$ac_ext <<_ACEOF
14627 /* end confdefs.h. */
14629 /* Override any GCC internal prototype to avoid an error.
14630 Use char because int might match the return type of a GCC
14631 builtin and then its argument prototype would still apply. */
14632 #ifdef __cplusplus
14633 extern "C"
14634 #endif
14635 char FT_Init_FreeType ();
14637 main ()
14639 return FT_Init_FreeType ();
14641 return 0;
14643 _ACEOF
14644 rm -f conftest.$ac_objext conftest$ac_exeext
14645 if { (ac_try="$ac_link"
14646 case "(($ac_try" in
14647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14648 *) ac_try_echo=$ac_try;;
14649 esac
14650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14651 $as_echo "$ac_try_echo") >&5
14652 (eval "$ac_link") 2>conftest.er1
14653 ac_status=$?
14654 grep -v '^ *+' conftest.er1 >conftest.err
14655 rm -f conftest.er1
14656 cat conftest.err >&5
14657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); } && {
14659 test -z "$ac_c_werror_flag" ||
14660 test ! -s conftest.err
14661 } && test -s conftest$ac_exeext && {
14662 test "$cross_compiling" = yes ||
14663 $as_test_x conftest$ac_exeext
14664 }; then
14665 case "$LIBEXT" in
14666 dll) ;;
14667 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'` ;;
14668 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14669 esac
14670 else
14671 $as_echo "$as_me: failed program was:" >&5
14672 sed 's/^/| /' conftest.$ac_ext >&5
14677 rm -rf conftest.dSYM
14678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14679 conftest$ac_exeext conftest.$ac_ext
14680 LIBS=$ac_check_soname_save_LIBS
14682 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14683 { $as_echo "$as_me:$LINENO: result: not found" >&5
14684 $as_echo "not found" >&6; }
14685 ft_lib=no
14686 else
14687 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14688 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14690 cat >>confdefs.h <<_ACEOF
14691 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14692 _ACEOF
14694 ft_lib=yes
14697 if test "$ft_lib" = "yes"
14698 then
14699 ac_save_CPPFLAGS="$CPPFLAGS"
14700 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14714 for ac_header in ft2build.h \
14715 freetype/freetype.h \
14716 freetype/ftglyph.h \
14717 freetype/fttypes.h \
14718 freetype/tttables.h \
14719 freetype/ftnames.h \
14720 freetype/ftsnames.h \
14721 freetype/ttnameid.h \
14722 freetype/ftoutln.h \
14723 freetype/ftwinfnt.h \
14724 freetype/ftmodapi.h \
14725 freetype/ftlcdfil.h \
14726 freetype/internal/sfnt.h
14728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14729 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14730 $as_echo_n "checking for $ac_header... " >&6; }
14731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14732 $as_echo_n "(cached) " >&6
14733 else
14734 cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h. */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 #ifdef HAVE_FT2BUILD_H
14741 # include <ft2build.h>
14742 #endif
14744 #include <$ac_header>
14745 _ACEOF
14746 rm -f conftest.$ac_objext
14747 if { (ac_try="$ac_compile"
14748 case "(($ac_try" in
14749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14750 *) ac_try_echo=$ac_try;;
14751 esac
14752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14753 $as_echo "$ac_try_echo") >&5
14754 (eval "$ac_compile") 2>conftest.er1
14755 ac_status=$?
14756 grep -v '^ *+' conftest.er1 >conftest.err
14757 rm -f conftest.er1
14758 cat conftest.err >&5
14759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760 (exit $ac_status); } && {
14761 test -z "$ac_c_werror_flag" ||
14762 test ! -s conftest.err
14763 } && test -s conftest.$ac_objext; then
14764 eval "$as_ac_Header=yes"
14765 else
14766 $as_echo "$as_me: failed program was:" >&5
14767 sed 's/^/| /' conftest.$ac_ext >&5
14769 eval "$as_ac_Header=no"
14772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14774 ac_res=`eval 'as_val=${'$as_ac_Header'}
14775 $as_echo "$as_val"'`
14776 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14777 $as_echo "$ac_res" >&6; }
14778 as_val=`eval 'as_val=${'$as_ac_Header'}
14779 $as_echo "$as_val"'`
14780 if test "x$as_val" = x""yes; then
14781 cat >>confdefs.h <<_ACEOF
14782 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14783 _ACEOF
14787 done
14789 cat >conftest.$ac_ext <<_ACEOF
14790 /* confdefs.h. */
14791 _ACEOF
14792 cat confdefs.h >>conftest.$ac_ext
14793 cat >>conftest.$ac_ext <<_ACEOF
14794 /* end confdefs.h. */
14795 #include <ft2build.h>
14796 #include <freetype/fttrigon.h>
14797 _ACEOF
14798 if { (ac_try="$ac_cpp conftest.$ac_ext"
14799 case "(($ac_try" in
14800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14801 *) ac_try_echo=$ac_try;;
14802 esac
14803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14804 $as_echo "$ac_try_echo") >&5
14805 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14806 ac_status=$?
14807 grep -v '^ *+' conftest.er1 >conftest.err
14808 rm -f conftest.er1
14809 cat conftest.err >&5
14810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811 (exit $ac_status); } >/dev/null && {
14812 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14813 test ! -s conftest.err
14814 }; then
14816 cat >>confdefs.h <<\_ACEOF
14817 #define HAVE_FREETYPE_FTTRIGON_H 1
14818 _ACEOF
14820 wine_cv_fttrigon=yes
14821 else
14822 $as_echo "$as_me: failed program was:" >&5
14823 sed 's/^/| /' conftest.$ac_ext >&5
14825 wine_cv_fttrigon=no
14828 rm -f conftest.err conftest.$ac_ext
14829 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14830 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14831 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14832 $as_echo_n "(cached) " >&6
14833 else
14834 ac_cv_type_FT_TrueTypeEngineType=no
14835 cat >conftest.$ac_ext <<_ACEOF
14836 /* confdefs.h. */
14837 _ACEOF
14838 cat confdefs.h >>conftest.$ac_ext
14839 cat >>conftest.$ac_ext <<_ACEOF
14840 /* end confdefs.h. */
14841 #include <freetype/ftmodapi.h>
14844 main ()
14846 if (sizeof (FT_TrueTypeEngineType))
14847 return 0;
14849 return 0;
14851 _ACEOF
14852 rm -f conftest.$ac_objext
14853 if { (ac_try="$ac_compile"
14854 case "(($ac_try" in
14855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14856 *) ac_try_echo=$ac_try;;
14857 esac
14858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14859 $as_echo "$ac_try_echo") >&5
14860 (eval "$ac_compile") 2>conftest.er1
14861 ac_status=$?
14862 grep -v '^ *+' conftest.er1 >conftest.err
14863 rm -f conftest.er1
14864 cat conftest.err >&5
14865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14866 (exit $ac_status); } && {
14867 test -z "$ac_c_werror_flag" ||
14868 test ! -s conftest.err
14869 } && test -s conftest.$ac_objext; then
14870 cat >conftest.$ac_ext <<_ACEOF
14871 /* confdefs.h. */
14872 _ACEOF
14873 cat confdefs.h >>conftest.$ac_ext
14874 cat >>conftest.$ac_ext <<_ACEOF
14875 /* end confdefs.h. */
14876 #include <freetype/ftmodapi.h>
14879 main ()
14881 if (sizeof ((FT_TrueTypeEngineType)))
14882 return 0;
14884 return 0;
14886 _ACEOF
14887 rm -f conftest.$ac_objext
14888 if { (ac_try="$ac_compile"
14889 case "(($ac_try" in
14890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14891 *) ac_try_echo=$ac_try;;
14892 esac
14893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14894 $as_echo "$ac_try_echo") >&5
14895 (eval "$ac_compile") 2>conftest.er1
14896 ac_status=$?
14897 grep -v '^ *+' conftest.er1 >conftest.err
14898 rm -f conftest.er1
14899 cat conftest.err >&5
14900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); } && {
14902 test -z "$ac_c_werror_flag" ||
14903 test ! -s conftest.err
14904 } && test -s conftest.$ac_objext; then
14906 else
14907 $as_echo "$as_me: failed program was:" >&5
14908 sed 's/^/| /' conftest.$ac_ext >&5
14910 ac_cv_type_FT_TrueTypeEngineType=yes
14913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14914 else
14915 $as_echo "$as_me: failed program was:" >&5
14916 sed 's/^/| /' conftest.$ac_ext >&5
14921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14923 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14924 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14925 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14927 cat >>confdefs.h <<_ACEOF
14928 #define HAVE_FT_TRUETYPEENGINETYPE 1
14929 _ACEOF
14934 ac_save_CFLAGS="$CFLAGS"
14935 CFLAGS="$CFLAGS $ac_freetype_libs"
14937 for ac_func in FT_Load_Sfnt_Table
14939 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14940 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14941 $as_echo_n "checking for $ac_func... " >&6; }
14942 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14943 $as_echo_n "(cached) " >&6
14944 else
14945 cat >conftest.$ac_ext <<_ACEOF
14946 /* confdefs.h. */
14947 _ACEOF
14948 cat confdefs.h >>conftest.$ac_ext
14949 cat >>conftest.$ac_ext <<_ACEOF
14950 /* end confdefs.h. */
14951 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14953 #define $ac_func innocuous_$ac_func
14955 /* System header to define __stub macros and hopefully few prototypes,
14956 which can conflict with char $ac_func (); below.
14957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14958 <limits.h> exists even on freestanding compilers. */
14960 #ifdef __STDC__
14961 # include <limits.h>
14962 #else
14963 # include <assert.h>
14964 #endif
14966 #undef $ac_func
14968 /* Override any GCC internal prototype to avoid an error.
14969 Use char because int might match the return type of a GCC
14970 builtin and then its argument prototype would still apply. */
14971 #ifdef __cplusplus
14972 extern "C"
14973 #endif
14974 char $ac_func ();
14975 /* The GNU C library defines this for functions which it implements
14976 to always fail with ENOSYS. Some functions are actually named
14977 something starting with __ and the normal name is an alias. */
14978 #if defined __stub_$ac_func || defined __stub___$ac_func
14979 choke me
14980 #endif
14983 main ()
14985 return $ac_func ();
14987 return 0;
14989 _ACEOF
14990 rm -f conftest.$ac_objext conftest$ac_exeext
14991 if { (ac_try="$ac_link"
14992 case "(($ac_try" in
14993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14994 *) ac_try_echo=$ac_try;;
14995 esac
14996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14997 $as_echo "$ac_try_echo") >&5
14998 (eval "$ac_link") 2>conftest.er1
14999 ac_status=$?
15000 grep -v '^ *+' conftest.er1 >conftest.err
15001 rm -f conftest.er1
15002 cat conftest.err >&5
15003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004 (exit $ac_status); } && {
15005 test -z "$ac_c_werror_flag" ||
15006 test ! -s conftest.err
15007 } && test -s conftest$ac_exeext && {
15008 test "$cross_compiling" = yes ||
15009 $as_test_x conftest$ac_exeext
15010 }; then
15011 eval "$as_ac_var=yes"
15012 else
15013 $as_echo "$as_me: failed program was:" >&5
15014 sed 's/^/| /' conftest.$ac_ext >&5
15016 eval "$as_ac_var=no"
15019 rm -rf conftest.dSYM
15020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15021 conftest$ac_exeext conftest.$ac_ext
15023 ac_res=`eval 'as_val=${'$as_ac_var'}
15024 $as_echo "$as_val"'`
15025 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15026 $as_echo "$ac_res" >&6; }
15027 as_val=`eval 'as_val=${'$as_ac_var'}
15028 $as_echo "$as_val"'`
15029 if test "x$as_val" = x""yes; then
15030 cat >>confdefs.h <<_ACEOF
15031 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15032 _ACEOF
15035 done
15037 CFLAGS="$ac_save_CFLAGS"
15038 CPPFLAGS="$ac_save_CPPFLAGS"
15039 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15040 then
15042 cat >>confdefs.h <<\_ACEOF
15043 #define HAVE_FREETYPE 1
15044 _ACEOF
15046 FREETYPELIBS="$ac_freetype_libs"
15048 FREETYPEINCL="$ac_freetype_incl"
15053 if test "x$FREETYPELIBS" = "x"; then
15054 case "x$with_freetype" in
15055 xno) ;;
15056 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15057 Use the --without-freetype option if you really want this." >&5
15058 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15059 Use the --without-freetype option if you really want this." >&2;}
15060 { (exit 1); exit 1; }; } ;;
15061 esac
15064 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15066 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15067 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15068 if test "${ac_cv_c_ppdev+set}" = set; then
15069 $as_echo_n "(cached) " >&6
15070 else
15071 cat >conftest.$ac_ext <<_ACEOF
15072 /* confdefs.h. */
15073 _ACEOF
15074 cat confdefs.h >>conftest.$ac_ext
15075 cat >>conftest.$ac_ext <<_ACEOF
15076 /* end confdefs.h. */
15077 #include <linux/ppdev.h>
15079 main ()
15081 ioctl (1,PPCLAIM,0)
15083 return 0;
15085 _ACEOF
15086 rm -f conftest.$ac_objext
15087 if { (ac_try="$ac_compile"
15088 case "(($ac_try" in
15089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15090 *) ac_try_echo=$ac_try;;
15091 esac
15092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15093 $as_echo "$ac_try_echo") >&5
15094 (eval "$ac_compile") 2>conftest.er1
15095 ac_status=$?
15096 grep -v '^ *+' conftest.er1 >conftest.err
15097 rm -f conftest.er1
15098 cat conftest.err >&5
15099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15100 (exit $ac_status); } && {
15101 test -z "$ac_c_werror_flag" ||
15102 test ! -s conftest.err
15103 } && test -s conftest.$ac_objext; then
15104 ac_cv_c_ppdev="yes"
15105 else
15106 $as_echo "$as_me: failed program was:" >&5
15107 sed 's/^/| /' conftest.$ac_ext >&5
15109 ac_cv_c_ppdev="no"
15112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15114 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15115 $as_echo "$ac_cv_c_ppdev" >&6; }
15116 if test "$ac_cv_c_ppdev" = "yes"
15117 then
15119 cat >>confdefs.h <<\_ACEOF
15120 #define HAVE_PPDEV 1
15121 _ACEOF
15125 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15126 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15127 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15128 $as_echo_n "(cached) " >&6
15129 else
15130 ac_cv_type_pthread_rwlock_t=no
15131 cat >conftest.$ac_ext <<_ACEOF
15132 /* confdefs.h. */
15133 _ACEOF
15134 cat confdefs.h >>conftest.$ac_ext
15135 cat >>conftest.$ac_ext <<_ACEOF
15136 /* end confdefs.h. */
15137 #define _GNU_SOURCE
15138 #include <pthread.h>
15141 main ()
15143 if (sizeof (pthread_rwlock_t))
15144 return 0;
15146 return 0;
15148 _ACEOF
15149 rm -f conftest.$ac_objext
15150 if { (ac_try="$ac_compile"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15156 $as_echo "$ac_try_echo") >&5
15157 (eval "$ac_compile") 2>conftest.er1
15158 ac_status=$?
15159 grep -v '^ *+' conftest.er1 >conftest.err
15160 rm -f conftest.er1
15161 cat conftest.err >&5
15162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15163 (exit $ac_status); } && {
15164 test -z "$ac_c_werror_flag" ||
15165 test ! -s conftest.err
15166 } && test -s conftest.$ac_objext; then
15167 cat >conftest.$ac_ext <<_ACEOF
15168 /* confdefs.h. */
15169 _ACEOF
15170 cat confdefs.h >>conftest.$ac_ext
15171 cat >>conftest.$ac_ext <<_ACEOF
15172 /* end confdefs.h. */
15173 #define _GNU_SOURCE
15174 #include <pthread.h>
15177 main ()
15179 if (sizeof ((pthread_rwlock_t)))
15180 return 0;
15182 return 0;
15184 _ACEOF
15185 rm -f conftest.$ac_objext
15186 if { (ac_try="$ac_compile"
15187 case "(($ac_try" in
15188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15189 *) ac_try_echo=$ac_try;;
15190 esac
15191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15192 $as_echo "$ac_try_echo") >&5
15193 (eval "$ac_compile") 2>conftest.er1
15194 ac_status=$?
15195 grep -v '^ *+' conftest.er1 >conftest.err
15196 rm -f conftest.er1
15197 cat conftest.err >&5
15198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15199 (exit $ac_status); } && {
15200 test -z "$ac_c_werror_flag" ||
15201 test ! -s conftest.err
15202 } && test -s conftest.$ac_objext; then
15204 else
15205 $as_echo "$as_me: failed program was:" >&5
15206 sed 's/^/| /' conftest.$ac_ext >&5
15208 ac_cv_type_pthread_rwlock_t=yes
15211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15212 else
15213 $as_echo "$as_me: failed program was:" >&5
15214 sed 's/^/| /' conftest.$ac_ext >&5
15219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15221 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15222 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15223 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15225 cat >>confdefs.h <<_ACEOF
15226 #define HAVE_PTHREAD_RWLOCK_T 1
15227 _ACEOF
15231 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15232 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15233 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15234 $as_echo_n "(cached) " >&6
15235 else
15236 ac_cv_type_pthread_rwlockattr_t=no
15237 cat >conftest.$ac_ext <<_ACEOF
15238 /* confdefs.h. */
15239 _ACEOF
15240 cat confdefs.h >>conftest.$ac_ext
15241 cat >>conftest.$ac_ext <<_ACEOF
15242 /* end confdefs.h. */
15243 #define _GNU_SOURCE
15244 #include <pthread.h>
15247 main ()
15249 if (sizeof (pthread_rwlockattr_t))
15250 return 0;
15252 return 0;
15254 _ACEOF
15255 rm -f conftest.$ac_objext
15256 if { (ac_try="$ac_compile"
15257 case "(($ac_try" in
15258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15259 *) ac_try_echo=$ac_try;;
15260 esac
15261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15262 $as_echo "$ac_try_echo") >&5
15263 (eval "$ac_compile") 2>conftest.er1
15264 ac_status=$?
15265 grep -v '^ *+' conftest.er1 >conftest.err
15266 rm -f conftest.er1
15267 cat conftest.err >&5
15268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15269 (exit $ac_status); } && {
15270 test -z "$ac_c_werror_flag" ||
15271 test ! -s conftest.err
15272 } && test -s conftest.$ac_objext; then
15273 cat >conftest.$ac_ext <<_ACEOF
15274 /* confdefs.h. */
15275 _ACEOF
15276 cat confdefs.h >>conftest.$ac_ext
15277 cat >>conftest.$ac_ext <<_ACEOF
15278 /* end confdefs.h. */
15279 #define _GNU_SOURCE
15280 #include <pthread.h>
15283 main ()
15285 if (sizeof ((pthread_rwlockattr_t)))
15286 return 0;
15288 return 0;
15290 _ACEOF
15291 rm -f conftest.$ac_objext
15292 if { (ac_try="$ac_compile"
15293 case "(($ac_try" in
15294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15295 *) ac_try_echo=$ac_try;;
15296 esac
15297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15298 $as_echo "$ac_try_echo") >&5
15299 (eval "$ac_compile") 2>conftest.er1
15300 ac_status=$?
15301 grep -v '^ *+' conftest.er1 >conftest.err
15302 rm -f conftest.er1
15303 cat conftest.err >&5
15304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } && {
15306 test -z "$ac_c_werror_flag" ||
15307 test ! -s conftest.err
15308 } && test -s conftest.$ac_objext; then
15310 else
15311 $as_echo "$as_me: failed program was:" >&5
15312 sed 's/^/| /' conftest.$ac_ext >&5
15314 ac_cv_type_pthread_rwlockattr_t=yes
15317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15318 else
15319 $as_echo "$as_me: failed program was:" >&5
15320 sed 's/^/| /' conftest.$ac_ext >&5
15325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15327 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15328 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15329 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15331 cat >>confdefs.h <<_ACEOF
15332 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15333 _ACEOF
15339 ac_wine_check_funcs_save_LIBS="$LIBS"
15340 LIBS="$LIBS $LIBPTHREAD"
15345 for ac_func in \
15346 pthread_attr_get_np \
15347 pthread_getattr_np \
15348 pthread_get_stackaddr_np \
15349 pthread_get_stacksize_np
15351 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15352 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15353 $as_echo_n "checking for $ac_func... " >&6; }
15354 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15355 $as_echo_n "(cached) " >&6
15356 else
15357 cat >conftest.$ac_ext <<_ACEOF
15358 /* confdefs.h. */
15359 _ACEOF
15360 cat confdefs.h >>conftest.$ac_ext
15361 cat >>conftest.$ac_ext <<_ACEOF
15362 /* end confdefs.h. */
15363 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15364 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15365 #define $ac_func innocuous_$ac_func
15367 /* System header to define __stub macros and hopefully few prototypes,
15368 which can conflict with char $ac_func (); below.
15369 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15370 <limits.h> exists even on freestanding compilers. */
15372 #ifdef __STDC__
15373 # include <limits.h>
15374 #else
15375 # include <assert.h>
15376 #endif
15378 #undef $ac_func
15380 /* Override any GCC internal prototype to avoid an error.
15381 Use char because int might match the return type of a GCC
15382 builtin and then its argument prototype would still apply. */
15383 #ifdef __cplusplus
15384 extern "C"
15385 #endif
15386 char $ac_func ();
15387 /* The GNU C library defines this for functions which it implements
15388 to always fail with ENOSYS. Some functions are actually named
15389 something starting with __ and the normal name is an alias. */
15390 #if defined __stub_$ac_func || defined __stub___$ac_func
15391 choke me
15392 #endif
15395 main ()
15397 return $ac_func ();
15399 return 0;
15401 _ACEOF
15402 rm -f conftest.$ac_objext conftest$ac_exeext
15403 if { (ac_try="$ac_link"
15404 case "(($ac_try" in
15405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15406 *) ac_try_echo=$ac_try;;
15407 esac
15408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15409 $as_echo "$ac_try_echo") >&5
15410 (eval "$ac_link") 2>conftest.er1
15411 ac_status=$?
15412 grep -v '^ *+' conftest.er1 >conftest.err
15413 rm -f conftest.er1
15414 cat conftest.err >&5
15415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15416 (exit $ac_status); } && {
15417 test -z "$ac_c_werror_flag" ||
15418 test ! -s conftest.err
15419 } && test -s conftest$ac_exeext && {
15420 test "$cross_compiling" = yes ||
15421 $as_test_x conftest$ac_exeext
15422 }; then
15423 eval "$as_ac_var=yes"
15424 else
15425 $as_echo "$as_me: failed program was:" >&5
15426 sed 's/^/| /' conftest.$ac_ext >&5
15428 eval "$as_ac_var=no"
15431 rm -rf conftest.dSYM
15432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15433 conftest$ac_exeext conftest.$ac_ext
15435 ac_res=`eval 'as_val=${'$as_ac_var'}
15436 $as_echo "$as_val"'`
15437 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15438 $as_echo "$ac_res" >&6; }
15439 as_val=`eval 'as_val=${'$as_ac_var'}
15440 $as_echo "$as_val"'`
15441 if test "x$as_val" = x""yes; then
15442 cat >>confdefs.h <<_ACEOF
15443 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15444 _ACEOF
15447 done
15449 LIBS="$ac_wine_check_funcs_save_LIBS"
15451 if test "x$with_esd" != xno
15452 then
15453 save_CFLAGS="$CFLAGS"
15454 # Extract the first word of "esd-config", so it can be a program name with args.
15455 set dummy esd-config; ac_word=$2
15456 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15457 $as_echo_n "checking for $ac_word... " >&6; }
15458 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15459 $as_echo_n "(cached) " >&6
15460 else
15461 case $ESDCONFIG in
15462 [\\/]* | ?:[\\/]*)
15463 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15467 for as_dir in $PATH
15469 IFS=$as_save_IFS
15470 test -z "$as_dir" && as_dir=.
15471 for ac_exec_ext in '' $ac_executable_extensions; do
15472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15473 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15475 break 2
15477 done
15478 done
15479 IFS=$as_save_IFS
15481 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15483 esac
15485 ESDCONFIG=$ac_cv_path_ESDCONFIG
15486 if test -n "$ESDCONFIG"; then
15487 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15488 $as_echo "$ESDCONFIG" >&6; }
15489 else
15490 { $as_echo "$as_me:$LINENO: result: no" >&5
15491 $as_echo "no" >&6; }
15495 if test "x$ESDCONFIG" != "xno"
15496 then
15497 ac_esd_incl=""
15498 for i in `$ESDCONFIG --cflags`
15500 case "$i" in
15501 -I*) ac_esd_incl="$ac_esd_incl $i";;
15502 esac
15503 done
15504 ac_esd_libs=`$ESDCONFIG --libs`
15505 CFLAGS="$CFLAGS $ac_esd_incl"
15507 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15508 if test "${ac_cv_header_esd_h+set}" = set; then
15509 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15510 $as_echo_n "checking for esd.h... " >&6; }
15511 if test "${ac_cv_header_esd_h+set}" = set; then
15512 $as_echo_n "(cached) " >&6
15514 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15515 $as_echo "$ac_cv_header_esd_h" >&6; }
15516 else
15517 # Is the header compilable?
15518 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15519 $as_echo_n "checking esd.h usability... " >&6; }
15520 cat >conftest.$ac_ext <<_ACEOF
15521 /* confdefs.h. */
15522 _ACEOF
15523 cat confdefs.h >>conftest.$ac_ext
15524 cat >>conftest.$ac_ext <<_ACEOF
15525 /* end confdefs.h. */
15526 $ac_includes_default
15527 #include <esd.h>
15528 _ACEOF
15529 rm -f conftest.$ac_objext
15530 if { (ac_try="$ac_compile"
15531 case "(($ac_try" in
15532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15533 *) ac_try_echo=$ac_try;;
15534 esac
15535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15536 $as_echo "$ac_try_echo") >&5
15537 (eval "$ac_compile") 2>conftest.er1
15538 ac_status=$?
15539 grep -v '^ *+' conftest.er1 >conftest.err
15540 rm -f conftest.er1
15541 cat conftest.err >&5
15542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15543 (exit $ac_status); } && {
15544 test -z "$ac_c_werror_flag" ||
15545 test ! -s conftest.err
15546 } && test -s conftest.$ac_objext; then
15547 ac_header_compiler=yes
15548 else
15549 $as_echo "$as_me: failed program was:" >&5
15550 sed 's/^/| /' conftest.$ac_ext >&5
15552 ac_header_compiler=no
15555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15556 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15557 $as_echo "$ac_header_compiler" >&6; }
15559 # Is the header present?
15560 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15561 $as_echo_n "checking esd.h presence... " >&6; }
15562 cat >conftest.$ac_ext <<_ACEOF
15563 /* confdefs.h. */
15564 _ACEOF
15565 cat confdefs.h >>conftest.$ac_ext
15566 cat >>conftest.$ac_ext <<_ACEOF
15567 /* end confdefs.h. */
15568 #include <esd.h>
15569 _ACEOF
15570 if { (ac_try="$ac_cpp conftest.$ac_ext"
15571 case "(($ac_try" in
15572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15573 *) ac_try_echo=$ac_try;;
15574 esac
15575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15576 $as_echo "$ac_try_echo") >&5
15577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15578 ac_status=$?
15579 grep -v '^ *+' conftest.er1 >conftest.err
15580 rm -f conftest.er1
15581 cat conftest.err >&5
15582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15583 (exit $ac_status); } >/dev/null && {
15584 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15585 test ! -s conftest.err
15586 }; then
15587 ac_header_preproc=yes
15588 else
15589 $as_echo "$as_me: failed program was:" >&5
15590 sed 's/^/| /' conftest.$ac_ext >&5
15592 ac_header_preproc=no
15595 rm -f conftest.err conftest.$ac_ext
15596 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15597 $as_echo "$ac_header_preproc" >&6; }
15599 # So? What about this header?
15600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15601 yes:no: )
15602 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15603 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15604 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15605 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15606 ac_header_preproc=yes
15608 no:yes:* )
15609 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15610 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15611 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15612 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15613 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15614 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15615 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15616 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15617 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15618 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15619 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15620 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15621 ( cat <<\_ASBOX
15622 ## ------------------------------------ ##
15623 ## Report this to wine-devel@winehq.org ##
15624 ## ------------------------------------ ##
15625 _ASBOX
15626 ) | sed "s/^/$as_me: WARNING: /" >&2
15628 esac
15629 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15630 $as_echo_n "checking for esd.h... " >&6; }
15631 if test "${ac_cv_header_esd_h+set}" = set; then
15632 $as_echo_n "(cached) " >&6
15633 else
15634 ac_cv_header_esd_h=$ac_header_preproc
15636 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15637 $as_echo "$ac_cv_header_esd_h" >&6; }
15640 if test "x$ac_cv_header_esd_h" = x""yes; then
15641 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15642 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15643 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15644 $as_echo_n "(cached) " >&6
15645 else
15646 ac_check_lib_save_LIBS=$LIBS
15647 LIBS="-lesd $ac_esd_libs $LIBS"
15648 cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h. */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h. */
15655 /* Override any GCC internal prototype to avoid an error.
15656 Use char because int might match the return type of a GCC
15657 builtin and then its argument prototype would still apply. */
15658 #ifdef __cplusplus
15659 extern "C"
15660 #endif
15661 char esd_open_sound ();
15663 main ()
15665 return esd_open_sound ();
15667 return 0;
15669 _ACEOF
15670 rm -f conftest.$ac_objext conftest$ac_exeext
15671 if { (ac_try="$ac_link"
15672 case "(($ac_try" in
15673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15674 *) ac_try_echo=$ac_try;;
15675 esac
15676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15677 $as_echo "$ac_try_echo") >&5
15678 (eval "$ac_link") 2>conftest.er1
15679 ac_status=$?
15680 grep -v '^ *+' conftest.er1 >conftest.err
15681 rm -f conftest.er1
15682 cat conftest.err >&5
15683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); } && {
15685 test -z "$ac_c_werror_flag" ||
15686 test ! -s conftest.err
15687 } && test -s conftest$ac_exeext && {
15688 test "$cross_compiling" = yes ||
15689 $as_test_x conftest$ac_exeext
15690 }; then
15691 ac_cv_lib_esd_esd_open_sound=yes
15692 else
15693 $as_echo "$as_me: failed program was:" >&5
15694 sed 's/^/| /' conftest.$ac_ext >&5
15696 ac_cv_lib_esd_esd_open_sound=no
15699 rm -rf conftest.dSYM
15700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15701 conftest$ac_exeext conftest.$ac_ext
15702 LIBS=$ac_check_lib_save_LIBS
15704 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15705 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15706 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15707 ESDINCL="$ac_esd_incl"
15709 ESDLIBS="$ac_esd_libs"
15712 cat >>confdefs.h <<\_ACEOF
15713 #define HAVE_ESD 1
15714 _ACEOF
15721 CFLAGS="$save_CFLAGS"
15724 ALSALIBS=""
15726 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15727 then
15728 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15729 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15730 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15731 $as_echo_n "(cached) " >&6
15732 else
15733 ac_check_lib_save_LIBS=$LIBS
15734 LIBS="-lasound $LIBS"
15735 cat >conftest.$ac_ext <<_ACEOF
15736 /* confdefs.h. */
15737 _ACEOF
15738 cat confdefs.h >>conftest.$ac_ext
15739 cat >>conftest.$ac_ext <<_ACEOF
15740 /* end confdefs.h. */
15742 /* Override any GCC internal prototype to avoid an error.
15743 Use char because int might match the return type of a GCC
15744 builtin and then its argument prototype would still apply. */
15745 #ifdef __cplusplus
15746 extern "C"
15747 #endif
15748 char snd_pcm_hw_params_get_access ();
15750 main ()
15752 return snd_pcm_hw_params_get_access ();
15754 return 0;
15756 _ACEOF
15757 rm -f conftest.$ac_objext conftest$ac_exeext
15758 if { (ac_try="$ac_link"
15759 case "(($ac_try" in
15760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15761 *) ac_try_echo=$ac_try;;
15762 esac
15763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15764 $as_echo "$ac_try_echo") >&5
15765 (eval "$ac_link") 2>conftest.er1
15766 ac_status=$?
15767 grep -v '^ *+' conftest.er1 >conftest.err
15768 rm -f conftest.er1
15769 cat conftest.err >&5
15770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15771 (exit $ac_status); } && {
15772 test -z "$ac_c_werror_flag" ||
15773 test ! -s conftest.err
15774 } && test -s conftest$ac_exeext && {
15775 test "$cross_compiling" = yes ||
15776 $as_test_x conftest$ac_exeext
15777 }; then
15778 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15779 else
15780 $as_echo "$as_me: failed program was:" >&5
15781 sed 's/^/| /' conftest.$ac_ext >&5
15783 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15786 rm -rf conftest.dSYM
15787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15788 conftest$ac_exeext conftest.$ac_ext
15789 LIBS=$ac_check_lib_save_LIBS
15791 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15792 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15793 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15794 cat >conftest.$ac_ext <<_ACEOF
15795 /* confdefs.h. */
15796 _ACEOF
15797 cat confdefs.h >>conftest.$ac_ext
15798 cat >>conftest.$ac_ext <<_ACEOF
15799 /* end confdefs.h. */
15800 #ifdef HAVE_ALSA_ASOUNDLIB_H
15801 #include <alsa/asoundlib.h>
15802 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15803 #include <sys/asoundlib.h>
15804 #endif
15806 main ()
15808 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15810 return 0;
15812 _ACEOF
15813 rm -f conftest.$ac_objext
15814 if { (ac_try="$ac_compile"
15815 case "(($ac_try" in
15816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15817 *) ac_try_echo=$ac_try;;
15818 esac
15819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15820 $as_echo "$ac_try_echo") >&5
15821 (eval "$ac_compile") 2>conftest.er1
15822 ac_status=$?
15823 grep -v '^ *+' conftest.er1 >conftest.err
15824 rm -f conftest.er1
15825 cat conftest.err >&5
15826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827 (exit $ac_status); } && {
15828 test -z "$ac_c_werror_flag" ||
15829 test ! -s conftest.err
15830 } && test -s conftest.$ac_objext; then
15832 cat >>confdefs.h <<\_ACEOF
15833 #define HAVE_ALSA 1
15834 _ACEOF
15836 ALSALIBS="-lasound"
15837 else
15838 $as_echo "$as_me: failed program was:" >&5
15839 sed 's/^/| /' conftest.$ac_ext >&5
15844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15849 AUDIOIOLIBS=""
15851 if test "$ac_cv_header_libaudioio_h" = "yes"
15852 then
15853 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15854 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15855 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15856 $as_echo_n "(cached) " >&6
15857 else
15858 ac_check_lib_save_LIBS=$LIBS
15859 LIBS="-laudioio $LIBS"
15860 cat >conftest.$ac_ext <<_ACEOF
15861 /* confdefs.h. */
15862 _ACEOF
15863 cat confdefs.h >>conftest.$ac_ext
15864 cat >>conftest.$ac_ext <<_ACEOF
15865 /* end confdefs.h. */
15867 /* Override any GCC internal prototype to avoid an error.
15868 Use char because int might match the return type of a GCC
15869 builtin and then its argument prototype would still apply. */
15870 #ifdef __cplusplus
15871 extern "C"
15872 #endif
15873 char AudioIOGetVersion ();
15875 main ()
15877 return AudioIOGetVersion ();
15879 return 0;
15881 _ACEOF
15882 rm -f conftest.$ac_objext conftest$ac_exeext
15883 if { (ac_try="$ac_link"
15884 case "(($ac_try" in
15885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15886 *) ac_try_echo=$ac_try;;
15887 esac
15888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15889 $as_echo "$ac_try_echo") >&5
15890 (eval "$ac_link") 2>conftest.er1
15891 ac_status=$?
15892 grep -v '^ *+' conftest.er1 >conftest.err
15893 rm -f conftest.er1
15894 cat conftest.err >&5
15895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15896 (exit $ac_status); } && {
15897 test -z "$ac_c_werror_flag" ||
15898 test ! -s conftest.err
15899 } && test -s conftest$ac_exeext && {
15900 test "$cross_compiling" = yes ||
15901 $as_test_x conftest$ac_exeext
15902 }; then
15903 ac_cv_lib_audioio_AudioIOGetVersion=yes
15904 else
15905 $as_echo "$as_me: failed program was:" >&5
15906 sed 's/^/| /' conftest.$ac_ext >&5
15908 ac_cv_lib_audioio_AudioIOGetVersion=no
15911 rm -rf conftest.dSYM
15912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15913 conftest$ac_exeext conftest.$ac_ext
15914 LIBS=$ac_check_lib_save_LIBS
15916 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15917 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15918 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15919 AUDIOIOLIBS="-laudioio"
15921 cat >>confdefs.h <<\_ACEOF
15922 #define HAVE_LIBAUDIOIO 1
15923 _ACEOF
15930 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15931 then
15932 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15933 $as_echo_n "checking for -lcapi20... " >&6; }
15934 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15935 $as_echo_n "(cached) " >&6
15936 else
15937 ac_check_soname_save_LIBS=$LIBS
15938 LIBS="-lcapi20 $LIBS"
15939 cat >conftest.$ac_ext <<_ACEOF
15940 /* confdefs.h. */
15941 _ACEOF
15942 cat confdefs.h >>conftest.$ac_ext
15943 cat >>conftest.$ac_ext <<_ACEOF
15944 /* end confdefs.h. */
15946 /* Override any GCC internal prototype to avoid an error.
15947 Use char because int might match the return type of a GCC
15948 builtin and then its argument prototype would still apply. */
15949 #ifdef __cplusplus
15950 extern "C"
15951 #endif
15952 char capi20_register ();
15954 main ()
15956 return capi20_register ();
15958 return 0;
15960 _ACEOF
15961 rm -f conftest.$ac_objext conftest$ac_exeext
15962 if { (ac_try="$ac_link"
15963 case "(($ac_try" in
15964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15965 *) ac_try_echo=$ac_try;;
15966 esac
15967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15968 $as_echo "$ac_try_echo") >&5
15969 (eval "$ac_link") 2>conftest.er1
15970 ac_status=$?
15971 grep -v '^ *+' conftest.er1 >conftest.err
15972 rm -f conftest.er1
15973 cat conftest.err >&5
15974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15975 (exit $ac_status); } && {
15976 test -z "$ac_c_werror_flag" ||
15977 test ! -s conftest.err
15978 } && test -s conftest$ac_exeext && {
15979 test "$cross_compiling" = yes ||
15980 $as_test_x conftest$ac_exeext
15981 }; then
15982 case "$LIBEXT" in
15983 dll) ;;
15984 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'` ;;
15985 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15986 esac
15987 else
15988 $as_echo "$as_me: failed program was:" >&5
15989 sed 's/^/| /' conftest.$ac_ext >&5
15994 rm -rf conftest.dSYM
15995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15996 conftest$ac_exeext conftest.$ac_ext
15997 LIBS=$ac_check_soname_save_LIBS
15999 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16000 { $as_echo "$as_me:$LINENO: result: not found" >&5
16001 $as_echo "not found" >&6; }
16003 else
16004 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16005 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16007 cat >>confdefs.h <<_ACEOF
16008 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16009 _ACEOF
16015 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16016 case "x$with_capi" in
16017 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16018 xno) ;;
16019 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16020 This is an error since --with-capi was requested." >&5
16021 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16022 This is an error since --with-capi was requested." >&2;}
16023 { (exit 1); exit 1; }; } ;;
16024 esac
16028 CUPSINCL=""
16030 if test "x$with_cups" != "xno"
16031 then
16032 ac_save_CPPFLAGS="$CPPFLAGS"
16033 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16034 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16035 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16037 for ac_header in cups/cups.h
16039 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16041 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16042 $as_echo_n "checking for $ac_header... " >&6; }
16043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16044 $as_echo_n "(cached) " >&6
16046 ac_res=`eval 'as_val=${'$as_ac_Header'}
16047 $as_echo "$as_val"'`
16048 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16049 $as_echo "$ac_res" >&6; }
16050 else
16051 # Is the header compilable?
16052 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16053 $as_echo_n "checking $ac_header usability... " >&6; }
16054 cat >conftest.$ac_ext <<_ACEOF
16055 /* confdefs.h. */
16056 _ACEOF
16057 cat confdefs.h >>conftest.$ac_ext
16058 cat >>conftest.$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16060 $ac_includes_default
16061 #include <$ac_header>
16062 _ACEOF
16063 rm -f conftest.$ac_objext
16064 if { (ac_try="$ac_compile"
16065 case "(($ac_try" in
16066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16067 *) ac_try_echo=$ac_try;;
16068 esac
16069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16070 $as_echo "$ac_try_echo") >&5
16071 (eval "$ac_compile") 2>conftest.er1
16072 ac_status=$?
16073 grep -v '^ *+' conftest.er1 >conftest.err
16074 rm -f conftest.er1
16075 cat conftest.err >&5
16076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16077 (exit $ac_status); } && {
16078 test -z "$ac_c_werror_flag" ||
16079 test ! -s conftest.err
16080 } && test -s conftest.$ac_objext; then
16081 ac_header_compiler=yes
16082 else
16083 $as_echo "$as_me: failed program was:" >&5
16084 sed 's/^/| /' conftest.$ac_ext >&5
16086 ac_header_compiler=no
16089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16090 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16091 $as_echo "$ac_header_compiler" >&6; }
16093 # Is the header present?
16094 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16095 $as_echo_n "checking $ac_header presence... " >&6; }
16096 cat >conftest.$ac_ext <<_ACEOF
16097 /* confdefs.h. */
16098 _ACEOF
16099 cat confdefs.h >>conftest.$ac_ext
16100 cat >>conftest.$ac_ext <<_ACEOF
16101 /* end confdefs.h. */
16102 #include <$ac_header>
16103 _ACEOF
16104 if { (ac_try="$ac_cpp conftest.$ac_ext"
16105 case "(($ac_try" in
16106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16107 *) ac_try_echo=$ac_try;;
16108 esac
16109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16110 $as_echo "$ac_try_echo") >&5
16111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16112 ac_status=$?
16113 grep -v '^ *+' conftest.er1 >conftest.err
16114 rm -f conftest.er1
16115 cat conftest.err >&5
16116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16117 (exit $ac_status); } >/dev/null && {
16118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16119 test ! -s conftest.err
16120 }; then
16121 ac_header_preproc=yes
16122 else
16123 $as_echo "$as_me: failed program was:" >&5
16124 sed 's/^/| /' conftest.$ac_ext >&5
16126 ac_header_preproc=no
16129 rm -f conftest.err conftest.$ac_ext
16130 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16131 $as_echo "$ac_header_preproc" >&6; }
16133 # So? What about this header?
16134 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16135 yes:no: )
16136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16137 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16139 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16140 ac_header_preproc=yes
16142 no:yes:* )
16143 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16144 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16145 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16146 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16147 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16148 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16150 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16152 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16154 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16155 ( cat <<\_ASBOX
16156 ## ------------------------------------ ##
16157 ## Report this to wine-devel@winehq.org ##
16158 ## ------------------------------------ ##
16159 _ASBOX
16160 ) | sed "s/^/$as_me: WARNING: /" >&2
16162 esac
16163 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16164 $as_echo_n "checking for $ac_header... " >&6; }
16165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16166 $as_echo_n "(cached) " >&6
16167 else
16168 eval "$as_ac_Header=\$ac_header_preproc"
16170 ac_res=`eval 'as_val=${'$as_ac_Header'}
16171 $as_echo "$as_val"'`
16172 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16173 $as_echo "$ac_res" >&6; }
16176 as_val=`eval 'as_val=${'$as_ac_Header'}
16177 $as_echo "$as_val"'`
16178 if test "x$as_val" = x""yes; then
16179 cat >>confdefs.h <<_ACEOF
16180 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16181 _ACEOF
16182 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16183 $as_echo_n "checking for -lcups... " >&6; }
16184 if test "${ac_cv_lib_soname_cups+set}" = set; then
16185 $as_echo_n "(cached) " >&6
16186 else
16187 ac_check_soname_save_LIBS=$LIBS
16188 LIBS="-lcups $ac_cups_libs $LIBS"
16189 cat >conftest.$ac_ext <<_ACEOF
16190 /* confdefs.h. */
16191 _ACEOF
16192 cat confdefs.h >>conftest.$ac_ext
16193 cat >>conftest.$ac_ext <<_ACEOF
16194 /* end confdefs.h. */
16196 /* Override any GCC internal prototype to avoid an error.
16197 Use char because int might match the return type of a GCC
16198 builtin and then its argument prototype would still apply. */
16199 #ifdef __cplusplus
16200 extern "C"
16201 #endif
16202 char cupsGetDefault ();
16204 main ()
16206 return cupsGetDefault ();
16208 return 0;
16210 _ACEOF
16211 rm -f conftest.$ac_objext conftest$ac_exeext
16212 if { (ac_try="$ac_link"
16213 case "(($ac_try" in
16214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16215 *) ac_try_echo=$ac_try;;
16216 esac
16217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16218 $as_echo "$ac_try_echo") >&5
16219 (eval "$ac_link") 2>conftest.er1
16220 ac_status=$?
16221 grep -v '^ *+' conftest.er1 >conftest.err
16222 rm -f conftest.er1
16223 cat conftest.err >&5
16224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16225 (exit $ac_status); } && {
16226 test -z "$ac_c_werror_flag" ||
16227 test ! -s conftest.err
16228 } && test -s conftest$ac_exeext && {
16229 test "$cross_compiling" = yes ||
16230 $as_test_x conftest$ac_exeext
16231 }; then
16232 case "$LIBEXT" in
16233 dll) ;;
16234 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'` ;;
16235 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16236 esac
16237 else
16238 $as_echo "$as_me: failed program was:" >&5
16239 sed 's/^/| /' conftest.$ac_ext >&5
16244 rm -rf conftest.dSYM
16245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16246 conftest$ac_exeext conftest.$ac_ext
16247 LIBS=$ac_check_soname_save_LIBS
16249 if test "x$ac_cv_lib_soname_cups" = "x"; then
16250 { $as_echo "$as_me:$LINENO: result: not found" >&5
16251 $as_echo "not found" >&6; }
16253 else
16254 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16255 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16257 cat >>confdefs.h <<_ACEOF
16258 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16259 _ACEOF
16261 CUPSINCL="$ac_cups_cflags"
16266 done
16268 CPPFLAGS="$ac_save_CPPFLAGS"
16270 if test "x$ac_cv_lib_soname_cups" = "x"; then
16271 case "x$with_cups" in
16272 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16273 xno) ;;
16274 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16275 This is an error since --with-cups was requested." >&5
16276 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16277 This is an error since --with-cups was requested." >&2;}
16278 { (exit 1); exit 1; }; } ;;
16279 esac
16283 if test "$ac_cv_header_jack_jack_h" = "yes"
16284 then
16285 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16286 $as_echo_n "checking for -ljack... " >&6; }
16287 if test "${ac_cv_lib_soname_jack+set}" = set; then
16288 $as_echo_n "(cached) " >&6
16289 else
16290 ac_check_soname_save_LIBS=$LIBS
16291 LIBS="-ljack $LIBS"
16292 cat >conftest.$ac_ext <<_ACEOF
16293 /* confdefs.h. */
16294 _ACEOF
16295 cat confdefs.h >>conftest.$ac_ext
16296 cat >>conftest.$ac_ext <<_ACEOF
16297 /* end confdefs.h. */
16299 /* Override any GCC internal prototype to avoid an error.
16300 Use char because int might match the return type of a GCC
16301 builtin and then its argument prototype would still apply. */
16302 #ifdef __cplusplus
16303 extern "C"
16304 #endif
16305 char jack_client_new ();
16307 main ()
16309 return jack_client_new ();
16311 return 0;
16313 _ACEOF
16314 rm -f conftest.$ac_objext conftest$ac_exeext
16315 if { (ac_try="$ac_link"
16316 case "(($ac_try" in
16317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16318 *) ac_try_echo=$ac_try;;
16319 esac
16320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16321 $as_echo "$ac_try_echo") >&5
16322 (eval "$ac_link") 2>conftest.er1
16323 ac_status=$?
16324 grep -v '^ *+' conftest.er1 >conftest.err
16325 rm -f conftest.er1
16326 cat conftest.err >&5
16327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16328 (exit $ac_status); } && {
16329 test -z "$ac_c_werror_flag" ||
16330 test ! -s conftest.err
16331 } && test -s conftest$ac_exeext && {
16332 test "$cross_compiling" = yes ||
16333 $as_test_x conftest$ac_exeext
16334 }; then
16335 case "$LIBEXT" in
16336 dll) ;;
16337 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'` ;;
16338 *) 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'` ;;
16339 esac
16340 else
16341 $as_echo "$as_me: failed program was:" >&5
16342 sed 's/^/| /' conftest.$ac_ext >&5
16347 rm -rf conftest.dSYM
16348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16349 conftest$ac_exeext conftest.$ac_ext
16350 LIBS=$ac_check_soname_save_LIBS
16352 if test "x$ac_cv_lib_soname_jack" = "x"; then
16353 { $as_echo "$as_me:$LINENO: result: not found" >&5
16354 $as_echo "not found" >&6; }
16356 else
16357 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16358 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16360 cat >>confdefs.h <<_ACEOF
16361 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16362 _ACEOF
16369 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16370 then
16371 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16372 $as_echo_n "checking for -lfontconfig... " >&6; }
16373 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16374 $as_echo_n "(cached) " >&6
16375 else
16376 ac_check_soname_save_LIBS=$LIBS
16377 LIBS="-lfontconfig $LIBS"
16378 cat >conftest.$ac_ext <<_ACEOF
16379 /* confdefs.h. */
16380 _ACEOF
16381 cat confdefs.h >>conftest.$ac_ext
16382 cat >>conftest.$ac_ext <<_ACEOF
16383 /* end confdefs.h. */
16385 /* Override any GCC internal prototype to avoid an error.
16386 Use char because int might match the return type of a GCC
16387 builtin and then its argument prototype would still apply. */
16388 #ifdef __cplusplus
16389 extern "C"
16390 #endif
16391 char FcInit ();
16393 main ()
16395 return FcInit ();
16397 return 0;
16399 _ACEOF
16400 rm -f conftest.$ac_objext conftest$ac_exeext
16401 if { (ac_try="$ac_link"
16402 case "(($ac_try" in
16403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16404 *) ac_try_echo=$ac_try;;
16405 esac
16406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16407 $as_echo "$ac_try_echo") >&5
16408 (eval "$ac_link") 2>conftest.er1
16409 ac_status=$?
16410 grep -v '^ *+' conftest.er1 >conftest.err
16411 rm -f conftest.er1
16412 cat conftest.err >&5
16413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16414 (exit $ac_status); } && {
16415 test -z "$ac_c_werror_flag" ||
16416 test ! -s conftest.err
16417 } && test -s conftest$ac_exeext && {
16418 test "$cross_compiling" = yes ||
16419 $as_test_x conftest$ac_exeext
16420 }; then
16421 case "$LIBEXT" in
16422 dll) ;;
16423 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'` ;;
16424 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16425 esac
16426 else
16427 $as_echo "$as_me: failed program was:" >&5
16428 sed 's/^/| /' conftest.$ac_ext >&5
16433 rm -rf conftest.dSYM
16434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16435 conftest$ac_exeext conftest.$ac_ext
16436 LIBS=$ac_check_soname_save_LIBS
16438 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16439 { $as_echo "$as_me:$LINENO: result: not found" >&5
16440 $as_echo "not found" >&6; }
16442 else
16443 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16444 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16446 cat >>confdefs.h <<_ACEOF
16447 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16448 _ACEOF
16453 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16454 then
16455 ac_save_CPPFLAGS="$CPPFLAGS"
16456 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16457 $as_unset ac_cv_header_fontconfig_fontconfig_h
16459 for ac_header in fontconfig/fontconfig.h
16461 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16462 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16463 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16464 $as_echo_n "checking for $ac_header... " >&6; }
16465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16466 $as_echo_n "(cached) " >&6
16468 ac_res=`eval 'as_val=${'$as_ac_Header'}
16469 $as_echo "$as_val"'`
16470 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16471 $as_echo "$ac_res" >&6; }
16472 else
16473 # Is the header compilable?
16474 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16475 $as_echo_n "checking $ac_header usability... " >&6; }
16476 cat >conftest.$ac_ext <<_ACEOF
16477 /* confdefs.h. */
16478 _ACEOF
16479 cat confdefs.h >>conftest.$ac_ext
16480 cat >>conftest.$ac_ext <<_ACEOF
16481 /* end confdefs.h. */
16482 $ac_includes_default
16483 #include <$ac_header>
16484 _ACEOF
16485 rm -f conftest.$ac_objext
16486 if { (ac_try="$ac_compile"
16487 case "(($ac_try" in
16488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16489 *) ac_try_echo=$ac_try;;
16490 esac
16491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16492 $as_echo "$ac_try_echo") >&5
16493 (eval "$ac_compile") 2>conftest.er1
16494 ac_status=$?
16495 grep -v '^ *+' conftest.er1 >conftest.err
16496 rm -f conftest.er1
16497 cat conftest.err >&5
16498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16499 (exit $ac_status); } && {
16500 test -z "$ac_c_werror_flag" ||
16501 test ! -s conftest.err
16502 } && test -s conftest.$ac_objext; then
16503 ac_header_compiler=yes
16504 else
16505 $as_echo "$as_me: failed program was:" >&5
16506 sed 's/^/| /' conftest.$ac_ext >&5
16508 ac_header_compiler=no
16511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16512 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16513 $as_echo "$ac_header_compiler" >&6; }
16515 # Is the header present?
16516 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16517 $as_echo_n "checking $ac_header presence... " >&6; }
16518 cat >conftest.$ac_ext <<_ACEOF
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 #include <$ac_header>
16525 _ACEOF
16526 if { (ac_try="$ac_cpp conftest.$ac_ext"
16527 case "(($ac_try" in
16528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16529 *) ac_try_echo=$ac_try;;
16530 esac
16531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16532 $as_echo "$ac_try_echo") >&5
16533 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16534 ac_status=$?
16535 grep -v '^ *+' conftest.er1 >conftest.err
16536 rm -f conftest.er1
16537 cat conftest.err >&5
16538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539 (exit $ac_status); } >/dev/null && {
16540 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16541 test ! -s conftest.err
16542 }; then
16543 ac_header_preproc=yes
16544 else
16545 $as_echo "$as_me: failed program was:" >&5
16546 sed 's/^/| /' conftest.$ac_ext >&5
16548 ac_header_preproc=no
16551 rm -f conftest.err conftest.$ac_ext
16552 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16553 $as_echo "$ac_header_preproc" >&6; }
16555 # So? What about this header?
16556 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16557 yes:no: )
16558 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16559 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16560 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16561 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16562 ac_header_preproc=yes
16564 no:yes:* )
16565 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16566 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16567 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16568 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16569 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16570 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16571 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16572 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16573 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16574 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16575 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16576 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16577 ( cat <<\_ASBOX
16578 ## ------------------------------------ ##
16579 ## Report this to wine-devel@winehq.org ##
16580 ## ------------------------------------ ##
16581 _ASBOX
16582 ) | sed "s/^/$as_me: WARNING: /" >&2
16584 esac
16585 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16586 $as_echo_n "checking for $ac_header... " >&6; }
16587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16588 $as_echo_n "(cached) " >&6
16589 else
16590 eval "$as_ac_Header=\$ac_header_preproc"
16592 ac_res=`eval 'as_val=${'$as_ac_Header'}
16593 $as_echo "$as_val"'`
16594 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16595 $as_echo "$ac_res" >&6; }
16598 as_val=`eval 'as_val=${'$as_ac_Header'}
16599 $as_echo "$as_val"'`
16600 if test "x$as_val" = x""yes; then
16601 cat >>confdefs.h <<_ACEOF
16602 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16603 _ACEOF
16607 done
16609 CPPFLAGS="$ac_save_CPPFLAGS"
16610 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16611 then
16612 FONTCONFIGINCL="$X_CFLAGS"
16614 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16615 $as_echo_n "checking for -lfontconfig... " >&6; }
16616 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16617 $as_echo_n "(cached) " >&6
16618 else
16619 ac_check_soname_save_LIBS=$LIBS
16620 LIBS="-lfontconfig $X_LIBS $LIBS"
16621 cat >conftest.$ac_ext <<_ACEOF
16622 /* confdefs.h. */
16623 _ACEOF
16624 cat confdefs.h >>conftest.$ac_ext
16625 cat >>conftest.$ac_ext <<_ACEOF
16626 /* end confdefs.h. */
16628 /* Override any GCC internal prototype to avoid an error.
16629 Use char because int might match the return type of a GCC
16630 builtin and then its argument prototype would still apply. */
16631 #ifdef __cplusplus
16632 extern "C"
16633 #endif
16634 char FcInit ();
16636 main ()
16638 return FcInit ();
16640 return 0;
16642 _ACEOF
16643 rm -f conftest.$ac_objext conftest$ac_exeext
16644 if { (ac_try="$ac_link"
16645 case "(($ac_try" in
16646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16647 *) ac_try_echo=$ac_try;;
16648 esac
16649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16650 $as_echo "$ac_try_echo") >&5
16651 (eval "$ac_link") 2>conftest.er1
16652 ac_status=$?
16653 grep -v '^ *+' conftest.er1 >conftest.err
16654 rm -f conftest.er1
16655 cat conftest.err >&5
16656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); } && {
16658 test -z "$ac_c_werror_flag" ||
16659 test ! -s conftest.err
16660 } && test -s conftest$ac_exeext && {
16661 test "$cross_compiling" = yes ||
16662 $as_test_x conftest$ac_exeext
16663 }; then
16664 case "$LIBEXT" in
16665 dll) ;;
16666 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'` ;;
16667 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16668 esac
16669 else
16670 $as_echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16676 rm -rf conftest.dSYM
16677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16678 conftest$ac_exeext conftest.$ac_ext
16679 LIBS=$ac_check_soname_save_LIBS
16681 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16682 { $as_echo "$as_me:$LINENO: result: not found" >&5
16683 $as_echo "not found" >&6; }
16685 else
16686 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16687 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16689 cat >>confdefs.h <<_ACEOF
16690 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16691 _ACEOF
16698 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16699 case "x$with_fontconfig" in
16700 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16701 xno) ;;
16702 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16703 This is an error since --with-fontconfig was requested." >&5
16704 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16705 This is an error since --with-fontconfig was requested." >&2;}
16706 { (exit 1); exit 1; }; } ;;
16707 esac
16711 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16712 then
16713 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16714 $as_echo_n "checking for -lssl... " >&6; }
16715 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16716 $as_echo_n "(cached) " >&6
16717 else
16718 ac_check_soname_save_LIBS=$LIBS
16719 LIBS="-lssl $LIBS"
16720 cat >conftest.$ac_ext <<_ACEOF
16721 /* confdefs.h. */
16722 _ACEOF
16723 cat confdefs.h >>conftest.$ac_ext
16724 cat >>conftest.$ac_ext <<_ACEOF
16725 /* end confdefs.h. */
16727 /* Override any GCC internal prototype to avoid an error.
16728 Use char because int might match the return type of a GCC
16729 builtin and then its argument prototype would still apply. */
16730 #ifdef __cplusplus
16731 extern "C"
16732 #endif
16733 char SSL_library_init ();
16735 main ()
16737 return SSL_library_init ();
16739 return 0;
16741 _ACEOF
16742 rm -f conftest.$ac_objext conftest$ac_exeext
16743 if { (ac_try="$ac_link"
16744 case "(($ac_try" in
16745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16746 *) ac_try_echo=$ac_try;;
16747 esac
16748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16749 $as_echo "$ac_try_echo") >&5
16750 (eval "$ac_link") 2>conftest.er1
16751 ac_status=$?
16752 grep -v '^ *+' conftest.er1 >conftest.err
16753 rm -f conftest.er1
16754 cat conftest.err >&5
16755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); } && {
16757 test -z "$ac_c_werror_flag" ||
16758 test ! -s conftest.err
16759 } && test -s conftest$ac_exeext && {
16760 test "$cross_compiling" = yes ||
16761 $as_test_x conftest$ac_exeext
16762 }; then
16763 case "$LIBEXT" in
16764 dll) ;;
16765 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'` ;;
16766 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16767 esac
16768 else
16769 $as_echo "$as_me: failed program was:" >&5
16770 sed 's/^/| /' conftest.$ac_ext >&5
16775 rm -rf conftest.dSYM
16776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16777 conftest$ac_exeext conftest.$ac_ext
16778 LIBS=$ac_check_soname_save_LIBS
16780 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16781 { $as_echo "$as_me:$LINENO: result: not found" >&5
16782 $as_echo "not found" >&6; }
16784 else
16785 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16786 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16788 cat >>confdefs.h <<_ACEOF
16789 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16790 _ACEOF
16795 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16796 $as_echo_n "checking for -lcrypto... " >&6; }
16797 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16798 $as_echo_n "(cached) " >&6
16799 else
16800 ac_check_soname_save_LIBS=$LIBS
16801 LIBS="-lcrypto $LIBS"
16802 cat >conftest.$ac_ext <<_ACEOF
16803 /* confdefs.h. */
16804 _ACEOF
16805 cat confdefs.h >>conftest.$ac_ext
16806 cat >>conftest.$ac_ext <<_ACEOF
16807 /* end confdefs.h. */
16809 /* Override any GCC internal prototype to avoid an error.
16810 Use char because int might match the return type of a GCC
16811 builtin and then its argument prototype would still apply. */
16812 #ifdef __cplusplus
16813 extern "C"
16814 #endif
16815 char BIO_new_socket ();
16817 main ()
16819 return BIO_new_socket ();
16821 return 0;
16823 _ACEOF
16824 rm -f conftest.$ac_objext conftest$ac_exeext
16825 if { (ac_try="$ac_link"
16826 case "(($ac_try" in
16827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16828 *) ac_try_echo=$ac_try;;
16829 esac
16830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16831 $as_echo "$ac_try_echo") >&5
16832 (eval "$ac_link") 2>conftest.er1
16833 ac_status=$?
16834 grep -v '^ *+' conftest.er1 >conftest.err
16835 rm -f conftest.er1
16836 cat conftest.err >&5
16837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } && {
16839 test -z "$ac_c_werror_flag" ||
16840 test ! -s conftest.err
16841 } && test -s conftest$ac_exeext && {
16842 test "$cross_compiling" = yes ||
16843 $as_test_x conftest$ac_exeext
16844 }; then
16845 case "$LIBEXT" in
16846 dll) ;;
16847 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'` ;;
16848 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16849 esac
16850 else
16851 $as_echo "$as_me: failed program was:" >&5
16852 sed 's/^/| /' conftest.$ac_ext >&5
16857 rm -rf conftest.dSYM
16858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16859 conftest$ac_exeext conftest.$ac_ext
16860 LIBS=$ac_check_soname_save_LIBS
16862 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16863 { $as_echo "$as_me:$LINENO: result: not found" >&5
16864 $as_echo "not found" >&6; }
16866 else
16867 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16868 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16870 cat >>confdefs.h <<_ACEOF
16871 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16872 _ACEOF
16878 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16879 case "x$with_openssl" in
16880 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16881 xno) ;;
16882 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16883 This is an error since --with-openssl was requested." >&5
16884 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16885 This is an error since --with-openssl was requested." >&2;}
16886 { (exit 1); exit 1; }; } ;;
16887 esac
16891 if test "$ac_cv_header_jpeglib_h" = "yes"
16892 then
16893 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16894 $as_echo_n "checking for -ljpeg... " >&6; }
16895 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16896 $as_echo_n "(cached) " >&6
16897 else
16898 ac_check_soname_save_LIBS=$LIBS
16899 LIBS="-ljpeg $LIBS"
16900 cat >conftest.$ac_ext <<_ACEOF
16901 /* confdefs.h. */
16902 _ACEOF
16903 cat confdefs.h >>conftest.$ac_ext
16904 cat >>conftest.$ac_ext <<_ACEOF
16905 /* end confdefs.h. */
16907 /* Override any GCC internal prototype to avoid an error.
16908 Use char because int might match the return type of a GCC
16909 builtin and then its argument prototype would still apply. */
16910 #ifdef __cplusplus
16911 extern "C"
16912 #endif
16913 char jpeg_start_decompress ();
16915 main ()
16917 return jpeg_start_decompress ();
16919 return 0;
16921 _ACEOF
16922 rm -f conftest.$ac_objext conftest$ac_exeext
16923 if { (ac_try="$ac_link"
16924 case "(($ac_try" in
16925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16926 *) ac_try_echo=$ac_try;;
16927 esac
16928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16929 $as_echo "$ac_try_echo") >&5
16930 (eval "$ac_link") 2>conftest.er1
16931 ac_status=$?
16932 grep -v '^ *+' conftest.er1 >conftest.err
16933 rm -f conftest.er1
16934 cat conftest.err >&5
16935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16936 (exit $ac_status); } && {
16937 test -z "$ac_c_werror_flag" ||
16938 test ! -s conftest.err
16939 } && test -s conftest$ac_exeext && {
16940 test "$cross_compiling" = yes ||
16941 $as_test_x conftest$ac_exeext
16942 }; then
16943 case "$LIBEXT" in
16944 dll) ;;
16945 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'` ;;
16946 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16947 esac
16948 else
16949 $as_echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.$ac_ext >&5
16955 rm -rf conftest.dSYM
16956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16957 conftest$ac_exeext conftest.$ac_ext
16958 LIBS=$ac_check_soname_save_LIBS
16960 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16961 { $as_echo "$as_me:$LINENO: result: not found" >&5
16962 $as_echo "not found" >&6; }
16964 else
16965 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16966 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16968 cat >>confdefs.h <<_ACEOF
16969 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16970 _ACEOF
16976 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16977 case "x$with_jpeg" in
16978 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16979 xno) ;;
16980 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16981 This is an error since --with-jpeg was requested." >&5
16982 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16983 This is an error since --with-jpeg was requested." >&2;}
16984 { (exit 1); exit 1; }; } ;;
16985 esac
16989 if test "$ac_cv_header_png_h" = "yes"
16990 then
16991 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16992 $as_echo_n "checking for -lpng... " >&6; }
16993 if test "${ac_cv_lib_soname_png+set}" = set; then
16994 $as_echo_n "(cached) " >&6
16995 else
16996 ac_check_soname_save_LIBS=$LIBS
16997 LIBS="-lpng -lm -lz $LIBS"
16998 cat >conftest.$ac_ext <<_ACEOF
16999 /* confdefs.h. */
17000 _ACEOF
17001 cat confdefs.h >>conftest.$ac_ext
17002 cat >>conftest.$ac_ext <<_ACEOF
17003 /* end confdefs.h. */
17005 /* Override any GCC internal prototype to avoid an error.
17006 Use char because int might match the return type of a GCC
17007 builtin and then its argument prototype would still apply. */
17008 #ifdef __cplusplus
17009 extern "C"
17010 #endif
17011 char png_create_read_struct ();
17013 main ()
17015 return png_create_read_struct ();
17017 return 0;
17019 _ACEOF
17020 rm -f conftest.$ac_objext conftest$ac_exeext
17021 if { (ac_try="$ac_link"
17022 case "(($ac_try" in
17023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17024 *) ac_try_echo=$ac_try;;
17025 esac
17026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17027 $as_echo "$ac_try_echo") >&5
17028 (eval "$ac_link") 2>conftest.er1
17029 ac_status=$?
17030 grep -v '^ *+' conftest.er1 >conftest.err
17031 rm -f conftest.er1
17032 cat conftest.err >&5
17033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17034 (exit $ac_status); } && {
17035 test -z "$ac_c_werror_flag" ||
17036 test ! -s conftest.err
17037 } && test -s conftest$ac_exeext && {
17038 test "$cross_compiling" = yes ||
17039 $as_test_x conftest$ac_exeext
17040 }; then
17041 case "$LIBEXT" in
17042 dll) ;;
17043 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'` ;;
17044 *) 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'` ;;
17045 esac
17046 else
17047 $as_echo "$as_me: failed program was:" >&5
17048 sed 's/^/| /' conftest.$ac_ext >&5
17053 rm -rf conftest.dSYM
17054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17055 conftest$ac_exeext conftest.$ac_ext
17056 LIBS=$ac_check_soname_save_LIBS
17058 if test "x$ac_cv_lib_soname_png" = "x"; then
17059 { $as_echo "$as_me:$LINENO: result: not found" >&5
17060 $as_echo "not found" >&6; }
17062 else
17063 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17064 $as_echo "$ac_cv_lib_soname_png" >&6; }
17066 cat >>confdefs.h <<_ACEOF
17067 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17068 _ACEOF
17074 if test "x$ac_cv_lib_soname_png" = "x"; then
17075 case "x$with_png" in
17076 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17077 xno) ;;
17078 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17079 This is an error since --with-png was requested." >&5
17080 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17081 This is an error since --with-png was requested." >&2;}
17082 { (exit 1); exit 1; }; } ;;
17083 esac
17087 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17088 $as_echo_n "checking for -lodbc... " >&6; }
17089 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17090 $as_echo_n "(cached) " >&6
17091 else
17092 ac_check_soname_save_LIBS=$LIBS
17093 LIBS="-lodbc $LIBS"
17094 cat >conftest.$ac_ext <<_ACEOF
17095 /* confdefs.h. */
17096 _ACEOF
17097 cat confdefs.h >>conftest.$ac_ext
17098 cat >>conftest.$ac_ext <<_ACEOF
17099 /* end confdefs.h. */
17101 /* Override any GCC internal prototype to avoid an error.
17102 Use char because int might match the return type of a GCC
17103 builtin and then its argument prototype would still apply. */
17104 #ifdef __cplusplus
17105 extern "C"
17106 #endif
17107 char SQLConnect ();
17109 main ()
17111 return SQLConnect ();
17113 return 0;
17115 _ACEOF
17116 rm -f conftest.$ac_objext conftest$ac_exeext
17117 if { (ac_try="$ac_link"
17118 case "(($ac_try" in
17119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17120 *) ac_try_echo=$ac_try;;
17121 esac
17122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17123 $as_echo "$ac_try_echo") >&5
17124 (eval "$ac_link") 2>conftest.er1
17125 ac_status=$?
17126 grep -v '^ *+' conftest.er1 >conftest.err
17127 rm -f conftest.er1
17128 cat conftest.err >&5
17129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17130 (exit $ac_status); } && {
17131 test -z "$ac_c_werror_flag" ||
17132 test ! -s conftest.err
17133 } && test -s conftest$ac_exeext && {
17134 test "$cross_compiling" = yes ||
17135 $as_test_x conftest$ac_exeext
17136 }; then
17137 case "$LIBEXT" in
17138 dll) ;;
17139 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'` ;;
17140 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17141 esac
17142 else
17143 $as_echo "$as_me: failed program was:" >&5
17144 sed 's/^/| /' conftest.$ac_ext >&5
17149 rm -rf conftest.dSYM
17150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17151 conftest$ac_exeext conftest.$ac_ext
17152 LIBS=$ac_check_soname_save_LIBS
17154 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17155 { $as_echo "$as_me:$LINENO: result: not found" >&5
17156 $as_echo "not found" >&6; }
17157 cat >>confdefs.h <<_ACEOF
17158 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17159 _ACEOF
17161 else
17162 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17163 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17165 cat >>confdefs.h <<_ACEOF
17166 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17167 _ACEOF
17173 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17174 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17175 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17176 "$ac_cv_header_soundcard_h" != "yes" -a \
17177 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17178 then
17179 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17183 EXTRACFLAGS=""
17185 if test "x${GCC}" = "xyes"
17186 then
17187 EXTRACFLAGS="-Wall -pipe"
17189 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17190 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17191 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17192 $as_echo_n "(cached) " >&6
17193 else
17194 if test "$cross_compiling" = yes; then
17195 ac_cv_c_gcc_strength_bug="yes"
17196 else
17197 cat >conftest.$ac_ext <<_ACEOF
17198 /* confdefs.h. */
17199 _ACEOF
17200 cat confdefs.h >>conftest.$ac_ext
17201 cat >>conftest.$ac_ext <<_ACEOF
17202 /* end confdefs.h. */
17203 int L[4] = {0,1,2,3};
17205 main ()
17207 static int Array[3];
17208 unsigned int B = 3;
17209 int i;
17210 for(i=0; i<B; i++) Array[i] = i - 3;
17211 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17212 L[i] = 4;
17213 return (Array[1] != -2 || L[2] != 3)
17215 return 0;
17217 _ACEOF
17218 rm -f conftest$ac_exeext
17219 if { (ac_try="$ac_link"
17220 case "(($ac_try" in
17221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222 *) ac_try_echo=$ac_try;;
17223 esac
17224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17225 $as_echo "$ac_try_echo") >&5
17226 (eval "$ac_link") 2>&5
17227 ac_status=$?
17228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17230 { (case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;;
17233 esac
17234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17235 $as_echo "$ac_try_echo") >&5
17236 (eval "$ac_try") 2>&5
17237 ac_status=$?
17238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17239 (exit $ac_status); }; }; then
17240 ac_cv_c_gcc_strength_bug="no"
17241 else
17242 $as_echo "$as_me: program exited with status $ac_status" >&5
17243 $as_echo "$as_me: failed program was:" >&5
17244 sed 's/^/| /' conftest.$ac_ext >&5
17246 ( exit $ac_status )
17247 ac_cv_c_gcc_strength_bug="yes"
17249 rm -rf conftest.dSYM
17250 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17255 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17256 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17257 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17258 then
17259 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17262 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17263 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17264 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17265 $as_echo_n "(cached) " >&6
17266 else
17267 ac_wine_try_cflags_saved=$CFLAGS
17268 CFLAGS="$CFLAGS -fno-builtin"
17269 cat >conftest.$ac_ext <<_ACEOF
17270 /* confdefs.h. */
17271 _ACEOF
17272 cat confdefs.h >>conftest.$ac_ext
17273 cat >>conftest.$ac_ext <<_ACEOF
17274 /* end confdefs.h. */
17277 main ()
17281 return 0;
17283 _ACEOF
17284 rm -f conftest.$ac_objext conftest$ac_exeext
17285 if { (ac_try="$ac_link"
17286 case "(($ac_try" in
17287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17288 *) ac_try_echo=$ac_try;;
17289 esac
17290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17291 $as_echo "$ac_try_echo") >&5
17292 (eval "$ac_link") 2>conftest.er1
17293 ac_status=$?
17294 grep -v '^ *+' conftest.er1 >conftest.err
17295 rm -f conftest.er1
17296 cat conftest.err >&5
17297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); } && {
17299 test -z "$ac_c_werror_flag" ||
17300 test ! -s conftest.err
17301 } && test -s conftest$ac_exeext && {
17302 test "$cross_compiling" = yes ||
17303 $as_test_x conftest$ac_exeext
17304 }; then
17305 ac_cv_cflags__fno_builtin=yes
17306 else
17307 $as_echo "$as_me: failed program was:" >&5
17308 sed 's/^/| /' conftest.$ac_ext >&5
17310 ac_cv_cflags__fno_builtin=no
17313 rm -rf conftest.dSYM
17314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17315 conftest$ac_exeext conftest.$ac_ext
17316 CFLAGS=$ac_wine_try_cflags_saved
17318 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17319 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17320 if test $ac_cv_cflags__fno_builtin = yes; then
17321 BUILTINFLAG="-fno-builtin"
17325 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17326 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17327 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17328 $as_echo_n "(cached) " >&6
17329 else
17330 ac_wine_try_cflags_saved=$CFLAGS
17331 CFLAGS="$CFLAGS -fno-strict-aliasing"
17332 cat >conftest.$ac_ext <<_ACEOF
17333 /* confdefs.h. */
17334 _ACEOF
17335 cat confdefs.h >>conftest.$ac_ext
17336 cat >>conftest.$ac_ext <<_ACEOF
17337 /* end confdefs.h. */
17340 main ()
17344 return 0;
17346 _ACEOF
17347 rm -f conftest.$ac_objext conftest$ac_exeext
17348 if { (ac_try="$ac_link"
17349 case "(($ac_try" in
17350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17351 *) ac_try_echo=$ac_try;;
17352 esac
17353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17354 $as_echo "$ac_try_echo") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext && {
17365 test "$cross_compiling" = yes ||
17366 $as_test_x conftest$ac_exeext
17367 }; then
17368 ac_cv_cflags__fno_strict_aliasing=yes
17369 else
17370 $as_echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17373 ac_cv_cflags__fno_strict_aliasing=no
17376 rm -rf conftest.dSYM
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17379 CFLAGS=$ac_wine_try_cflags_saved
17381 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17382 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17383 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17384 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17387 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17388 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17389 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17390 $as_echo_n "(cached) " >&6
17391 else
17392 ac_wine_try_cflags_saved=$CFLAGS
17393 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17402 main ()
17406 return 0;
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17416 $as_echo "$ac_try_echo") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext && {
17427 test "$cross_compiling" = yes ||
17428 $as_test_x conftest$ac_exeext
17429 }; then
17430 ac_cv_cflags__Wdeclaration_after_statement=yes
17431 else
17432 $as_echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.$ac_ext >&5
17435 ac_cv_cflags__Wdeclaration_after_statement=no
17438 rm -rf conftest.dSYM
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17440 conftest$ac_exeext conftest.$ac_ext
17441 CFLAGS=$ac_wine_try_cflags_saved
17443 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17444 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17445 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17446 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17449 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17450 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17451 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17452 $as_echo_n "(cached) " >&6
17453 else
17454 ac_wine_try_cflags_saved=$CFLAGS
17455 CFLAGS="$CFLAGS -Wwrite-strings"
17456 cat >conftest.$ac_ext <<_ACEOF
17457 /* confdefs.h. */
17458 _ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h. */
17464 main ()
17468 return 0;
17470 _ACEOF
17471 rm -f conftest.$ac_objext conftest$ac_exeext
17472 if { (ac_try="$ac_link"
17473 case "(($ac_try" in
17474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17475 *) ac_try_echo=$ac_try;;
17476 esac
17477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17478 $as_echo "$ac_try_echo") >&5
17479 (eval "$ac_link") 2>conftest.er1
17480 ac_status=$?
17481 grep -v '^ *+' conftest.er1 >conftest.err
17482 rm -f conftest.er1
17483 cat conftest.err >&5
17484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17485 (exit $ac_status); } && {
17486 test -z "$ac_c_werror_flag" ||
17487 test ! -s conftest.err
17488 } && test -s conftest$ac_exeext && {
17489 test "$cross_compiling" = yes ||
17490 $as_test_x conftest$ac_exeext
17491 }; then
17492 ac_cv_cflags__Wwrite_strings=yes
17493 else
17494 $as_echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.$ac_ext >&5
17497 ac_cv_cflags__Wwrite_strings=no
17500 rm -rf conftest.dSYM
17501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17502 conftest$ac_exeext conftest.$ac_ext
17503 CFLAGS=$ac_wine_try_cflags_saved
17505 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17506 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17507 if test $ac_cv_cflags__Wwrite_strings = yes; then
17508 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17511 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17512 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17513 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17514 $as_echo_n "(cached) " >&6
17515 else
17516 ac_wine_try_cflags_saved=$CFLAGS
17517 CFLAGS="$CFLAGS -Wtype-limits"
17518 cat >conftest.$ac_ext <<_ACEOF
17519 /* confdefs.h. */
17520 _ACEOF
17521 cat confdefs.h >>conftest.$ac_ext
17522 cat >>conftest.$ac_ext <<_ACEOF
17523 /* end confdefs.h. */
17526 main ()
17530 return 0;
17532 _ACEOF
17533 rm -f conftest.$ac_objext conftest$ac_exeext
17534 if { (ac_try="$ac_link"
17535 case "(($ac_try" in
17536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17537 *) ac_try_echo=$ac_try;;
17538 esac
17539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17540 $as_echo "$ac_try_echo") >&5
17541 (eval "$ac_link") 2>conftest.er1
17542 ac_status=$?
17543 grep -v '^ *+' conftest.er1 >conftest.err
17544 rm -f conftest.er1
17545 cat conftest.err >&5
17546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547 (exit $ac_status); } && {
17548 test -z "$ac_c_werror_flag" ||
17549 test ! -s conftest.err
17550 } && test -s conftest$ac_exeext && {
17551 test "$cross_compiling" = yes ||
17552 $as_test_x conftest$ac_exeext
17553 }; then
17554 ac_cv_cflags__Wtype_limits=yes
17555 else
17556 $as_echo "$as_me: failed program was:" >&5
17557 sed 's/^/| /' conftest.$ac_ext >&5
17559 ac_cv_cflags__Wtype_limits=no
17562 rm -rf conftest.dSYM
17563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17564 conftest$ac_exeext conftest.$ac_ext
17565 CFLAGS=$ac_wine_try_cflags_saved
17567 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17568 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17569 if test $ac_cv_cflags__Wtype_limits = yes; then
17570 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17574 saved_CFLAGS="$CFLAGS"
17575 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17576 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17577 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17578 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17579 $as_echo_n "(cached) " >&6
17580 else
17581 cat >conftest.$ac_ext <<_ACEOF
17582 /* confdefs.h. */
17583 _ACEOF
17584 cat confdefs.h >>conftest.$ac_ext
17585 cat >>conftest.$ac_ext <<_ACEOF
17586 /* end confdefs.h. */
17587 #include <string.h>
17589 main ()
17593 return 0;
17595 _ACEOF
17596 rm -f conftest.$ac_objext
17597 if { (ac_try="$ac_compile"
17598 case "(($ac_try" in
17599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17600 *) ac_try_echo=$ac_try;;
17601 esac
17602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17603 $as_echo "$ac_try_echo") >&5
17604 (eval "$ac_compile") 2>conftest.er1
17605 ac_status=$?
17606 grep -v '^ *+' conftest.er1 >conftest.err
17607 rm -f conftest.er1
17608 cat conftest.err >&5
17609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } && {
17611 test -z "$ac_c_werror_flag" ||
17612 test ! -s conftest.err
17613 } && test -s conftest.$ac_objext; then
17614 ac_cv_c_string_h_warnings=no
17615 else
17616 $as_echo "$as_me: failed program was:" >&5
17617 sed 's/^/| /' conftest.$ac_ext >&5
17619 ac_cv_c_string_h_warnings=yes
17622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17624 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17625 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17626 CFLAGS="$saved_CFLAGS"
17627 if test "$ac_cv_c_string_h_warnings" = "no"
17628 then
17629 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17634 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17635 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17636 if test "${ac_cv_asm_func_def+set}" = set; then
17637 $as_echo_n "(cached) " >&6
17638 else
17639 cat >conftest.$ac_ext <<_ACEOF
17640 /* confdefs.h. */
17641 _ACEOF
17642 cat confdefs.h >>conftest.$ac_ext
17643 cat >>conftest.$ac_ext <<_ACEOF
17644 /* end confdefs.h. */
17647 main ()
17649 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17651 return 0;
17653 _ACEOF
17654 rm -f conftest.$ac_objext conftest$ac_exeext
17655 if { (ac_try="$ac_link"
17656 case "(($ac_try" in
17657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17658 *) ac_try_echo=$ac_try;;
17659 esac
17660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17661 $as_echo "$ac_try_echo") >&5
17662 (eval "$ac_link") 2>conftest.er1
17663 ac_status=$?
17664 grep -v '^ *+' conftest.er1 >conftest.err
17665 rm -f conftest.er1
17666 cat conftest.err >&5
17667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); } && {
17669 test -z "$ac_c_werror_flag" ||
17670 test ! -s conftest.err
17671 } && test -s conftest$ac_exeext && {
17672 test "$cross_compiling" = yes ||
17673 $as_test_x conftest$ac_exeext
17674 }; then
17675 ac_cv_asm_func_def=".def"
17676 else
17677 $as_echo "$as_me: failed program was:" >&5
17678 sed 's/^/| /' conftest.$ac_ext >&5
17680 cat >conftest.$ac_ext <<_ACEOF
17681 /* confdefs.h. */
17682 _ACEOF
17683 cat confdefs.h >>conftest.$ac_ext
17684 cat >>conftest.$ac_ext <<_ACEOF
17685 /* end confdefs.h. */
17688 main ()
17690 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17692 return 0;
17694 _ACEOF
17695 rm -f conftest.$ac_objext conftest$ac_exeext
17696 if { (ac_try="$ac_link"
17697 case "(($ac_try" in
17698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17699 *) ac_try_echo=$ac_try;;
17700 esac
17701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17702 $as_echo "$ac_try_echo") >&5
17703 (eval "$ac_link") 2>conftest.er1
17704 ac_status=$?
17705 grep -v '^ *+' conftest.er1 >conftest.err
17706 rm -f conftest.er1
17707 cat conftest.err >&5
17708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17709 (exit $ac_status); } && {
17710 test -z "$ac_c_werror_flag" ||
17711 test ! -s conftest.err
17712 } && test -s conftest$ac_exeext && {
17713 test "$cross_compiling" = yes ||
17714 $as_test_x conftest$ac_exeext
17715 }; then
17716 ac_cv_asm_func_def=".type @function"
17717 else
17718 $as_echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.$ac_ext >&5
17721 cat >conftest.$ac_ext <<_ACEOF
17722 /* confdefs.h. */
17723 _ACEOF
17724 cat confdefs.h >>conftest.$ac_ext
17725 cat >>conftest.$ac_ext <<_ACEOF
17726 /* end confdefs.h. */
17729 main ()
17731 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17733 return 0;
17735 _ACEOF
17736 rm -f conftest.$ac_objext conftest$ac_exeext
17737 if { (ac_try="$ac_link"
17738 case "(($ac_try" in
17739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17740 *) ac_try_echo=$ac_try;;
17741 esac
17742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17743 $as_echo "$ac_try_echo") >&5
17744 (eval "$ac_link") 2>conftest.er1
17745 ac_status=$?
17746 grep -v '^ *+' conftest.er1 >conftest.err
17747 rm -f conftest.er1
17748 cat conftest.err >&5
17749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750 (exit $ac_status); } && {
17751 test -z "$ac_c_werror_flag" ||
17752 test ! -s conftest.err
17753 } && test -s conftest$ac_exeext && {
17754 test "$cross_compiling" = yes ||
17755 $as_test_x conftest$ac_exeext
17756 }; then
17757 ac_cv_asm_func_def=".type 2"
17758 else
17759 $as_echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.$ac_ext >&5
17762 ac_cv_asm_func_def="unknown"
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767 conftest$ac_exeext conftest.$ac_ext
17770 rm -rf conftest.dSYM
17771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17772 conftest$ac_exeext conftest.$ac_ext
17775 rm -rf conftest.dSYM
17776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17777 conftest$ac_exeext conftest.$ac_ext
17779 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17780 $as_echo "$ac_cv_asm_func_def" >&6; }
17784 case "$ac_cv_asm_func_def" in
17785 ".def")
17786 cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17788 _ACEOF
17790 ".type @function")
17791 cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17793 _ACEOF
17795 ".type 2")
17796 cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17798 _ACEOF
17801 cat >>confdefs.h <<\_ACEOF
17802 #define __ASM_FUNC(name) ""
17803 _ACEOF
17805 esac
17808 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17809 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17810 if test "${ac_cv_c_extern_prefix+set}" = set; then
17811 $as_echo_n "(cached) " >&6
17812 else
17813 cat >conftest.$ac_ext <<_ACEOF
17814 /* confdefs.h. */
17815 _ACEOF
17816 cat confdefs.h >>conftest.$ac_ext
17817 cat >>conftest.$ac_ext <<_ACEOF
17818 /* end confdefs.h. */
17819 extern int ac_test;
17821 main ()
17823 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17825 return 0;
17827 _ACEOF
17828 rm -f conftest.$ac_objext conftest$ac_exeext
17829 if { (ac_try="$ac_link"
17830 case "(($ac_try" in
17831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17832 *) ac_try_echo=$ac_try;;
17833 esac
17834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17835 $as_echo "$ac_try_echo") >&5
17836 (eval "$ac_link") 2>conftest.er1
17837 ac_status=$?
17838 grep -v '^ *+' conftest.er1 >conftest.err
17839 rm -f conftest.er1
17840 cat conftest.err >&5
17841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17842 (exit $ac_status); } && {
17843 test -z "$ac_c_werror_flag" ||
17844 test ! -s conftest.err
17845 } && test -s conftest$ac_exeext && {
17846 test "$cross_compiling" = yes ||
17847 $as_test_x conftest$ac_exeext
17848 }; then
17849 ac_cv_c_extern_prefix="yes"
17850 else
17851 $as_echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17854 ac_cv_c_extern_prefix="no"
17857 rm -rf conftest.dSYM
17858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17859 conftest$ac_exeext conftest.$ac_ext
17861 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17862 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17866 if test "$ac_cv_c_extern_prefix" = "yes"
17867 then
17868 cat >>confdefs.h <<\_ACEOF
17869 #define __ASM_NAME(name) "_" name
17870 _ACEOF
17872 else
17873 cat >>confdefs.h <<\_ACEOF
17874 #define __ASM_NAME(name) name
17875 _ACEOF
17880 LDPATH=""
17882 case $build_os in
17883 cygwin*|mingw32*)
17884 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17886 darwin*|macosx*)
17888 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17889 then
17890 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17894 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17896 esac
17898 case $host_os in
17899 mingw32*)
17900 CRTLIBS="-lmsvcrt"
17902 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17905 esac
17907 MAIN_BINARY="wine-pthread"
17908 case $host_cpu in
17909 *i[3456789]86*)
17910 case $host_os in
17911 linux* | k*bsd*-gnu)
17912 MAIN_BINARY="wine-glibc"
17914 EXTRA_BINARIES="wine-pthread wine-preloader"
17916 freebsd*)
17917 MAIN_BINARY="wine-freebsd"
17919 EXTRA_BINARIES="wine-pthread"
17921 esac
17923 esac
17926 ac_save_CFLAGS="$CFLAGS"
17927 CFLAGS="$CFLAGS $BUILTINFLAG"
17999 for ac_func in \
18000 _pclose \
18001 _popen \
18002 _snprintf \
18003 _spawnvp \
18004 _strdup \
18005 _stricmp \
18006 _strnicmp \
18007 _strtoi64 \
18008 _strtoui64 \
18009 _vsnprintf \
18010 asctime_r \
18011 chsize \
18012 dlopen \
18013 epoll_create \
18014 ffs \
18015 finite \
18016 fork \
18017 fpclass \
18018 fstatfs \
18019 fstatvfs \
18020 ftruncate \
18021 futimes \
18022 futimesat \
18023 getdirentries \
18024 getopt_long \
18025 getpagesize \
18026 getpwuid \
18027 gettid \
18028 gettimeofday \
18029 getuid \
18030 inet_ntop \
18031 inet_pton \
18032 kqueue \
18033 lstat \
18034 memmove \
18035 mmap \
18036 pclose \
18037 poll \
18038 popen \
18039 prctl \
18040 pread \
18041 pwrite \
18042 readdir \
18043 readlink \
18044 sched_yield \
18045 select \
18046 setproctitle \
18047 setrlimit \
18048 settimeofday \
18049 sigaltstack \
18050 sigprocmask \
18051 snprintf \
18052 socketpair \
18053 spawnvp \
18054 statfs \
18055 statvfs \
18056 strcasecmp \
18057 strdup \
18058 strerror \
18059 strncasecmp \
18060 strtold \
18061 strtoll \
18062 strtoull \
18063 symlink \
18064 tcgetattr \
18065 thr_kill2 \
18066 timegm \
18067 usleep \
18068 vsnprintf \
18069 wait4 \
18070 waitpid \
18073 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18074 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18075 $as_echo_n "checking for $ac_func... " >&6; }
18076 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18077 $as_echo_n "(cached) " >&6
18078 else
18079 cat >conftest.$ac_ext <<_ACEOF
18080 /* confdefs.h. */
18081 _ACEOF
18082 cat confdefs.h >>conftest.$ac_ext
18083 cat >>conftest.$ac_ext <<_ACEOF
18084 /* end confdefs.h. */
18085 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18086 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18087 #define $ac_func innocuous_$ac_func
18089 /* System header to define __stub macros and hopefully few prototypes,
18090 which can conflict with char $ac_func (); below.
18091 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18092 <limits.h> exists even on freestanding compilers. */
18094 #ifdef __STDC__
18095 # include <limits.h>
18096 #else
18097 # include <assert.h>
18098 #endif
18100 #undef $ac_func
18102 /* Override any GCC internal prototype to avoid an error.
18103 Use char because int might match the return type of a GCC
18104 builtin and then its argument prototype would still apply. */
18105 #ifdef __cplusplus
18106 extern "C"
18107 #endif
18108 char $ac_func ();
18109 /* The GNU C library defines this for functions which it implements
18110 to always fail with ENOSYS. Some functions are actually named
18111 something starting with __ and the normal name is an alias. */
18112 #if defined __stub_$ac_func || defined __stub___$ac_func
18113 choke me
18114 #endif
18117 main ()
18119 return $ac_func ();
18121 return 0;
18123 _ACEOF
18124 rm -f conftest.$ac_objext conftest$ac_exeext
18125 if { (ac_try="$ac_link"
18126 case "(($ac_try" in
18127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18128 *) ac_try_echo=$ac_try;;
18129 esac
18130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18131 $as_echo "$ac_try_echo") >&5
18132 (eval "$ac_link") 2>conftest.er1
18133 ac_status=$?
18134 grep -v '^ *+' conftest.er1 >conftest.err
18135 rm -f conftest.er1
18136 cat conftest.err >&5
18137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18138 (exit $ac_status); } && {
18139 test -z "$ac_c_werror_flag" ||
18140 test ! -s conftest.err
18141 } && test -s conftest$ac_exeext && {
18142 test "$cross_compiling" = yes ||
18143 $as_test_x conftest$ac_exeext
18144 }; then
18145 eval "$as_ac_var=yes"
18146 else
18147 $as_echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18150 eval "$as_ac_var=no"
18153 rm -rf conftest.dSYM
18154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18155 conftest$ac_exeext conftest.$ac_ext
18157 ac_res=`eval 'as_val=${'$as_ac_var'}
18158 $as_echo "$as_val"'`
18159 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18160 $as_echo "$ac_res" >&6; }
18161 as_val=`eval 'as_val=${'$as_ac_var'}
18162 $as_echo "$as_val"'`
18163 if test "x$as_val" = x""yes; then
18164 cat >>confdefs.h <<_ACEOF
18165 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18166 _ACEOF
18169 done
18171 CFLAGS="$ac_save_CFLAGS"
18173 if test "$ac_cv_func_dlopen" = no
18174 then
18175 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18176 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18177 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18178 $as_echo_n "(cached) " >&6
18179 else
18180 ac_check_lib_save_LIBS=$LIBS
18181 LIBS="-ldl $LIBS"
18182 cat >conftest.$ac_ext <<_ACEOF
18183 /* confdefs.h. */
18184 _ACEOF
18185 cat confdefs.h >>conftest.$ac_ext
18186 cat >>conftest.$ac_ext <<_ACEOF
18187 /* end confdefs.h. */
18189 /* Override any GCC internal prototype to avoid an error.
18190 Use char because int might match the return type of a GCC
18191 builtin and then its argument prototype would still apply. */
18192 #ifdef __cplusplus
18193 extern "C"
18194 #endif
18195 char dlopen ();
18197 main ()
18199 return dlopen ();
18201 return 0;
18203 _ACEOF
18204 rm -f conftest.$ac_objext conftest$ac_exeext
18205 if { (ac_try="$ac_link"
18206 case "(($ac_try" in
18207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18208 *) ac_try_echo=$ac_try;;
18209 esac
18210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18211 $as_echo "$ac_try_echo") >&5
18212 (eval "$ac_link") 2>conftest.er1
18213 ac_status=$?
18214 grep -v '^ *+' conftest.er1 >conftest.err
18215 rm -f conftest.er1
18216 cat conftest.err >&5
18217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18218 (exit $ac_status); } && {
18219 test -z "$ac_c_werror_flag" ||
18220 test ! -s conftest.err
18221 } && test -s conftest$ac_exeext && {
18222 test "$cross_compiling" = yes ||
18223 $as_test_x conftest$ac_exeext
18224 }; then
18225 ac_cv_lib_dl_dlopen=yes
18226 else
18227 $as_echo "$as_me: failed program was:" >&5
18228 sed 's/^/| /' conftest.$ac_ext >&5
18230 ac_cv_lib_dl_dlopen=no
18233 rm -rf conftest.dSYM
18234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18235 conftest$ac_exeext conftest.$ac_ext
18236 LIBS=$ac_check_lib_save_LIBS
18238 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18239 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18240 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18241 cat >>confdefs.h <<\_ACEOF
18242 #define HAVE_DLOPEN 1
18243 _ACEOF
18244 LIBDL="-ldl"
18249 ac_wine_check_funcs_save_LIBS="$LIBS"
18250 LIBS="$LIBS $LIBDL"
18252 for ac_func in dladdr
18254 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18255 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18256 $as_echo_n "checking for $ac_func... " >&6; }
18257 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18258 $as_echo_n "(cached) " >&6
18259 else
18260 cat >conftest.$ac_ext <<_ACEOF
18261 /* confdefs.h. */
18262 _ACEOF
18263 cat confdefs.h >>conftest.$ac_ext
18264 cat >>conftest.$ac_ext <<_ACEOF
18265 /* end confdefs.h. */
18266 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18267 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18268 #define $ac_func innocuous_$ac_func
18270 /* System header to define __stub macros and hopefully few prototypes,
18271 which can conflict with char $ac_func (); below.
18272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18273 <limits.h> exists even on freestanding compilers. */
18275 #ifdef __STDC__
18276 # include <limits.h>
18277 #else
18278 # include <assert.h>
18279 #endif
18281 #undef $ac_func
18283 /* Override any GCC internal prototype to avoid an error.
18284 Use char because int might match the return type of a GCC
18285 builtin and then its argument prototype would still apply. */
18286 #ifdef __cplusplus
18287 extern "C"
18288 #endif
18289 char $ac_func ();
18290 /* The GNU C library defines this for functions which it implements
18291 to always fail with ENOSYS. Some functions are actually named
18292 something starting with __ and the normal name is an alias. */
18293 #if defined __stub_$ac_func || defined __stub___$ac_func
18294 choke me
18295 #endif
18298 main ()
18300 return $ac_func ();
18302 return 0;
18304 _ACEOF
18305 rm -f conftest.$ac_objext conftest$ac_exeext
18306 if { (ac_try="$ac_link"
18307 case "(($ac_try" in
18308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18309 *) ac_try_echo=$ac_try;;
18310 esac
18311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18312 $as_echo "$ac_try_echo") >&5
18313 (eval "$ac_link") 2>conftest.er1
18314 ac_status=$?
18315 grep -v '^ *+' conftest.er1 >conftest.err
18316 rm -f conftest.er1
18317 cat conftest.err >&5
18318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18319 (exit $ac_status); } && {
18320 test -z "$ac_c_werror_flag" ||
18321 test ! -s conftest.err
18322 } && test -s conftest$ac_exeext && {
18323 test "$cross_compiling" = yes ||
18324 $as_test_x conftest$ac_exeext
18325 }; then
18326 eval "$as_ac_var=yes"
18327 else
18328 $as_echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.$ac_ext >&5
18331 eval "$as_ac_var=no"
18334 rm -rf conftest.dSYM
18335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18336 conftest$ac_exeext conftest.$ac_ext
18338 ac_res=`eval 'as_val=${'$as_ac_var'}
18339 $as_echo "$as_val"'`
18340 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18341 $as_echo "$ac_res" >&6; }
18342 as_val=`eval 'as_val=${'$as_ac_var'}
18343 $as_echo "$as_val"'`
18344 if test "x$as_val" = x""yes; then
18345 cat >>confdefs.h <<_ACEOF
18346 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18347 _ACEOF
18350 done
18352 LIBS="$ac_wine_check_funcs_save_LIBS"
18354 if test "$ac_cv_func_poll" = no
18355 then
18356 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18357 $as_echo_n "checking for poll in -lpoll... " >&6; }
18358 if test "${ac_cv_lib_poll_poll+set}" = set; then
18359 $as_echo_n "(cached) " >&6
18360 else
18361 ac_check_lib_save_LIBS=$LIBS
18362 LIBS="-lpoll $LIBS"
18363 cat >conftest.$ac_ext <<_ACEOF
18364 /* confdefs.h. */
18365 _ACEOF
18366 cat confdefs.h >>conftest.$ac_ext
18367 cat >>conftest.$ac_ext <<_ACEOF
18368 /* end confdefs.h. */
18370 /* Override any GCC internal prototype to avoid an error.
18371 Use char because int might match the return type of a GCC
18372 builtin and then its argument prototype would still apply. */
18373 #ifdef __cplusplus
18374 extern "C"
18375 #endif
18376 char poll ();
18378 main ()
18380 return poll ();
18382 return 0;
18384 _ACEOF
18385 rm -f conftest.$ac_objext conftest$ac_exeext
18386 if { (ac_try="$ac_link"
18387 case "(($ac_try" in
18388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18389 *) ac_try_echo=$ac_try;;
18390 esac
18391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18392 $as_echo "$ac_try_echo") >&5
18393 (eval "$ac_link") 2>conftest.er1
18394 ac_status=$?
18395 grep -v '^ *+' conftest.er1 >conftest.err
18396 rm -f conftest.er1
18397 cat conftest.err >&5
18398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18399 (exit $ac_status); } && {
18400 test -z "$ac_c_werror_flag" ||
18401 test ! -s conftest.err
18402 } && test -s conftest$ac_exeext && {
18403 test "$cross_compiling" = yes ||
18404 $as_test_x conftest$ac_exeext
18405 }; then
18406 ac_cv_lib_poll_poll=yes
18407 else
18408 $as_echo "$as_me: failed program was:" >&5
18409 sed 's/^/| /' conftest.$ac_ext >&5
18411 ac_cv_lib_poll_poll=no
18414 rm -rf conftest.dSYM
18415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18416 conftest$ac_exeext conftest.$ac_ext
18417 LIBS=$ac_check_lib_save_LIBS
18419 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18420 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18421 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18422 cat >>confdefs.h <<\_ACEOF
18423 #define HAVE_POLL 1
18424 _ACEOF
18425 LIBPOLL="-lpoll"
18431 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18432 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18433 if test "${ac_cv_search_gethostbyname+set}" = set; then
18434 $as_echo_n "(cached) " >&6
18435 else
18436 ac_func_search_save_LIBS=$LIBS
18437 cat >conftest.$ac_ext <<_ACEOF
18438 /* confdefs.h. */
18439 _ACEOF
18440 cat confdefs.h >>conftest.$ac_ext
18441 cat >>conftest.$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18444 /* Override any GCC internal prototype to avoid an error.
18445 Use char because int might match the return type of a GCC
18446 builtin and then its argument prototype would still apply. */
18447 #ifdef __cplusplus
18448 extern "C"
18449 #endif
18450 char gethostbyname ();
18452 main ()
18454 return gethostbyname ();
18456 return 0;
18458 _ACEOF
18459 for ac_lib in '' nsl; do
18460 if test -z "$ac_lib"; then
18461 ac_res="none required"
18462 else
18463 ac_res=-l$ac_lib
18464 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18466 rm -f conftest.$ac_objext conftest$ac_exeext
18467 if { (ac_try="$ac_link"
18468 case "(($ac_try" in
18469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18470 *) ac_try_echo=$ac_try;;
18471 esac
18472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18473 $as_echo "$ac_try_echo") >&5
18474 (eval "$ac_link") 2>conftest.er1
18475 ac_status=$?
18476 grep -v '^ *+' conftest.er1 >conftest.err
18477 rm -f conftest.er1
18478 cat conftest.err >&5
18479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); } && {
18481 test -z "$ac_c_werror_flag" ||
18482 test ! -s conftest.err
18483 } && test -s conftest$ac_exeext && {
18484 test "$cross_compiling" = yes ||
18485 $as_test_x conftest$ac_exeext
18486 }; then
18487 ac_cv_search_gethostbyname=$ac_res
18488 else
18489 $as_echo "$as_me: failed program was:" >&5
18490 sed 's/^/| /' conftest.$ac_ext >&5
18495 rm -rf conftest.dSYM
18496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18497 conftest$ac_exeext
18498 if test "${ac_cv_search_gethostbyname+set}" = set; then
18499 break
18501 done
18502 if test "${ac_cv_search_gethostbyname+set}" = set; then
18504 else
18505 ac_cv_search_gethostbyname=no
18507 rm conftest.$ac_ext
18508 LIBS=$ac_func_search_save_LIBS
18510 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18511 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18512 ac_res=$ac_cv_search_gethostbyname
18513 if test "$ac_res" != no; then
18514 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18519 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18520 $as_echo_n "checking for library containing connect... " >&6; }
18521 if test "${ac_cv_search_connect+set}" = set; then
18522 $as_echo_n "(cached) " >&6
18523 else
18524 ac_func_search_save_LIBS=$LIBS
18525 cat >conftest.$ac_ext <<_ACEOF
18526 /* confdefs.h. */
18527 _ACEOF
18528 cat confdefs.h >>conftest.$ac_ext
18529 cat >>conftest.$ac_ext <<_ACEOF
18530 /* end confdefs.h. */
18532 /* Override any GCC internal prototype to avoid an error.
18533 Use char because int might match the return type of a GCC
18534 builtin and then its argument prototype would still apply. */
18535 #ifdef __cplusplus
18536 extern "C"
18537 #endif
18538 char connect ();
18540 main ()
18542 return connect ();
18544 return 0;
18546 _ACEOF
18547 for ac_lib in '' socket; do
18548 if test -z "$ac_lib"; then
18549 ac_res="none required"
18550 else
18551 ac_res=-l$ac_lib
18552 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18554 rm -f conftest.$ac_objext conftest$ac_exeext
18555 if { (ac_try="$ac_link"
18556 case "(($ac_try" in
18557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18558 *) ac_try_echo=$ac_try;;
18559 esac
18560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18561 $as_echo "$ac_try_echo") >&5
18562 (eval "$ac_link") 2>conftest.er1
18563 ac_status=$?
18564 grep -v '^ *+' conftest.er1 >conftest.err
18565 rm -f conftest.er1
18566 cat conftest.err >&5
18567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); } && {
18569 test -z "$ac_c_werror_flag" ||
18570 test ! -s conftest.err
18571 } && test -s conftest$ac_exeext && {
18572 test "$cross_compiling" = yes ||
18573 $as_test_x conftest$ac_exeext
18574 }; then
18575 ac_cv_search_connect=$ac_res
18576 else
18577 $as_echo "$as_me: failed program was:" >&5
18578 sed 's/^/| /' conftest.$ac_ext >&5
18583 rm -rf conftest.dSYM
18584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18585 conftest$ac_exeext
18586 if test "${ac_cv_search_connect+set}" = set; then
18587 break
18589 done
18590 if test "${ac_cv_search_connect+set}" = set; then
18592 else
18593 ac_cv_search_connect=no
18595 rm conftest.$ac_ext
18596 LIBS=$ac_func_search_save_LIBS
18598 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18599 $as_echo "$ac_cv_search_connect" >&6; }
18600 ac_res=$ac_cv_search_connect
18601 if test "$ac_res" != no; then
18602 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18607 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18608 $as_echo_n "checking for library containing inet_aton... " >&6; }
18609 if test "${ac_cv_search_inet_aton+set}" = set; then
18610 $as_echo_n "(cached) " >&6
18611 else
18612 ac_func_search_save_LIBS=$LIBS
18613 cat >conftest.$ac_ext <<_ACEOF
18614 /* confdefs.h. */
18615 _ACEOF
18616 cat confdefs.h >>conftest.$ac_ext
18617 cat >>conftest.$ac_ext <<_ACEOF
18618 /* end confdefs.h. */
18620 /* Override any GCC internal prototype to avoid an error.
18621 Use char because int might match the return type of a GCC
18622 builtin and then its argument prototype would still apply. */
18623 #ifdef __cplusplus
18624 extern "C"
18625 #endif
18626 char inet_aton ();
18628 main ()
18630 return inet_aton ();
18632 return 0;
18634 _ACEOF
18635 for ac_lib in '' resolv; do
18636 if test -z "$ac_lib"; then
18637 ac_res="none required"
18638 else
18639 ac_res=-l$ac_lib
18640 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18642 rm -f conftest.$ac_objext conftest$ac_exeext
18643 if { (ac_try="$ac_link"
18644 case "(($ac_try" in
18645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18646 *) ac_try_echo=$ac_try;;
18647 esac
18648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18649 $as_echo "$ac_try_echo") >&5
18650 (eval "$ac_link") 2>conftest.er1
18651 ac_status=$?
18652 grep -v '^ *+' conftest.er1 >conftest.err
18653 rm -f conftest.er1
18654 cat conftest.err >&5
18655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); } && {
18657 test -z "$ac_c_werror_flag" ||
18658 test ! -s conftest.err
18659 } && test -s conftest$ac_exeext && {
18660 test "$cross_compiling" = yes ||
18661 $as_test_x conftest$ac_exeext
18662 }; then
18663 ac_cv_search_inet_aton=$ac_res
18664 else
18665 $as_echo "$as_me: failed program was:" >&5
18666 sed 's/^/| /' conftest.$ac_ext >&5
18671 rm -rf conftest.dSYM
18672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18673 conftest$ac_exeext
18674 if test "${ac_cv_search_inet_aton+set}" = set; then
18675 break
18677 done
18678 if test "${ac_cv_search_inet_aton+set}" = set; then
18680 else
18681 ac_cv_search_inet_aton=no
18683 rm conftest.$ac_ext
18684 LIBS=$ac_func_search_save_LIBS
18686 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18687 $as_echo "$ac_cv_search_inet_aton" >&6; }
18688 ac_res=$ac_cv_search_inet_aton
18689 if test "$ac_res" != no; then
18690 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18703 for ac_func in \
18704 getaddrinfo \
18705 getnameinfo \
18706 getnetbyname \
18707 getprotobyname \
18708 getprotobynumber \
18709 getservbyport \
18710 inet_network \
18711 sendmsg \
18714 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18715 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18716 $as_echo_n "checking for $ac_func... " >&6; }
18717 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18718 $as_echo_n "(cached) " >&6
18719 else
18720 cat >conftest.$ac_ext <<_ACEOF
18721 /* confdefs.h. */
18722 _ACEOF
18723 cat confdefs.h >>conftest.$ac_ext
18724 cat >>conftest.$ac_ext <<_ACEOF
18725 /* end confdefs.h. */
18726 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18727 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18728 #define $ac_func innocuous_$ac_func
18730 /* System header to define __stub macros and hopefully few prototypes,
18731 which can conflict with char $ac_func (); below.
18732 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18733 <limits.h> exists even on freestanding compilers. */
18735 #ifdef __STDC__
18736 # include <limits.h>
18737 #else
18738 # include <assert.h>
18739 #endif
18741 #undef $ac_func
18743 /* Override any GCC internal prototype to avoid an error.
18744 Use char because int might match the return type of a GCC
18745 builtin and then its argument prototype would still apply. */
18746 #ifdef __cplusplus
18747 extern "C"
18748 #endif
18749 char $ac_func ();
18750 /* The GNU C library defines this for functions which it implements
18751 to always fail with ENOSYS. Some functions are actually named
18752 something starting with __ and the normal name is an alias. */
18753 #if defined __stub_$ac_func || defined __stub___$ac_func
18754 choke me
18755 #endif
18758 main ()
18760 return $ac_func ();
18762 return 0;
18764 _ACEOF
18765 rm -f conftest.$ac_objext conftest$ac_exeext
18766 if { (ac_try="$ac_link"
18767 case "(($ac_try" in
18768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18769 *) ac_try_echo=$ac_try;;
18770 esac
18771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18772 $as_echo "$ac_try_echo") >&5
18773 (eval "$ac_link") 2>conftest.er1
18774 ac_status=$?
18775 grep -v '^ *+' conftest.er1 >conftest.err
18776 rm -f conftest.er1
18777 cat conftest.err >&5
18778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18779 (exit $ac_status); } && {
18780 test -z "$ac_c_werror_flag" ||
18781 test ! -s conftest.err
18782 } && test -s conftest$ac_exeext && {
18783 test "$cross_compiling" = yes ||
18784 $as_test_x conftest$ac_exeext
18785 }; then
18786 eval "$as_ac_var=yes"
18787 else
18788 $as_echo "$as_me: failed program was:" >&5
18789 sed 's/^/| /' conftest.$ac_ext >&5
18791 eval "$as_ac_var=no"
18794 rm -rf conftest.dSYM
18795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18796 conftest$ac_exeext conftest.$ac_ext
18798 ac_res=`eval 'as_val=${'$as_ac_var'}
18799 $as_echo "$as_val"'`
18800 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18801 $as_echo "$ac_res" >&6; }
18802 as_val=`eval 'as_val=${'$as_ac_var'}
18803 $as_echo "$as_val"'`
18804 if test "x$as_val" = x""yes; then
18805 cat >>confdefs.h <<_ACEOF
18806 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18807 _ACEOF
18810 done
18813 LDAPLIBS=""
18815 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18816 then
18817 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18818 $as_echo_n "checking for LDAPSortKey... " >&6; }
18819 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18820 $as_echo_n "(cached) " >&6
18821 else
18822 ac_cv_type_LDAPSortKey=no
18823 cat >conftest.$ac_ext <<_ACEOF
18824 /* confdefs.h. */
18825 _ACEOF
18826 cat confdefs.h >>conftest.$ac_ext
18827 cat >>conftest.$ac_ext <<_ACEOF
18828 /* end confdefs.h. */
18829 #include <ldap.h>
18832 main ()
18834 if (sizeof (LDAPSortKey))
18835 return 0;
18837 return 0;
18839 _ACEOF
18840 rm -f conftest.$ac_objext
18841 if { (ac_try="$ac_compile"
18842 case "(($ac_try" in
18843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18844 *) ac_try_echo=$ac_try;;
18845 esac
18846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18847 $as_echo "$ac_try_echo") >&5
18848 (eval "$ac_compile") 2>conftest.er1
18849 ac_status=$?
18850 grep -v '^ *+' conftest.er1 >conftest.err
18851 rm -f conftest.er1
18852 cat conftest.err >&5
18853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18854 (exit $ac_status); } && {
18855 test -z "$ac_c_werror_flag" ||
18856 test ! -s conftest.err
18857 } && test -s conftest.$ac_objext; then
18858 cat >conftest.$ac_ext <<_ACEOF
18859 /* confdefs.h. */
18860 _ACEOF
18861 cat confdefs.h >>conftest.$ac_ext
18862 cat >>conftest.$ac_ext <<_ACEOF
18863 /* end confdefs.h. */
18864 #include <ldap.h>
18867 main ()
18869 if (sizeof ((LDAPSortKey)))
18870 return 0;
18872 return 0;
18874 _ACEOF
18875 rm -f conftest.$ac_objext
18876 if { (ac_try="$ac_compile"
18877 case "(($ac_try" in
18878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18879 *) ac_try_echo=$ac_try;;
18880 esac
18881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18882 $as_echo "$ac_try_echo") >&5
18883 (eval "$ac_compile") 2>conftest.er1
18884 ac_status=$?
18885 grep -v '^ *+' conftest.er1 >conftest.err
18886 rm -f conftest.er1
18887 cat conftest.err >&5
18888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18889 (exit $ac_status); } && {
18890 test -z "$ac_c_werror_flag" ||
18891 test ! -s conftest.err
18892 } && test -s conftest.$ac_objext; then
18894 else
18895 $as_echo "$as_me: failed program was:" >&5
18896 sed 's/^/| /' conftest.$ac_ext >&5
18898 ac_cv_type_LDAPSortKey=yes
18901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18902 else
18903 $as_echo "$as_me: failed program was:" >&5
18904 sed 's/^/| /' conftest.$ac_ext >&5
18909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18911 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18912 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18913 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18914 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18915 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18916 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18917 $as_echo_n "(cached) " >&6
18918 else
18919 ac_check_lib_save_LIBS=$LIBS
18920 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18921 cat >conftest.$ac_ext <<_ACEOF
18922 /* confdefs.h. */
18923 _ACEOF
18924 cat confdefs.h >>conftest.$ac_ext
18925 cat >>conftest.$ac_ext <<_ACEOF
18926 /* end confdefs.h. */
18928 /* Override any GCC internal prototype to avoid an error.
18929 Use char because int might match the return type of a GCC
18930 builtin and then its argument prototype would still apply. */
18931 #ifdef __cplusplus
18932 extern "C"
18933 #endif
18934 char ldap_initialize ();
18936 main ()
18938 return ldap_initialize ();
18940 return 0;
18942 _ACEOF
18943 rm -f conftest.$ac_objext conftest$ac_exeext
18944 if { (ac_try="$ac_link"
18945 case "(($ac_try" in
18946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18947 *) ac_try_echo=$ac_try;;
18948 esac
18949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18950 $as_echo "$ac_try_echo") >&5
18951 (eval "$ac_link") 2>conftest.er1
18952 ac_status=$?
18953 grep -v '^ *+' conftest.er1 >conftest.err
18954 rm -f conftest.er1
18955 cat conftest.err >&5
18956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); } && {
18958 test -z "$ac_c_werror_flag" ||
18959 test ! -s conftest.err
18960 } && test -s conftest$ac_exeext && {
18961 test "$cross_compiling" = yes ||
18962 $as_test_x conftest$ac_exeext
18963 }; then
18964 ac_cv_lib_ldap_r_ldap_initialize=yes
18965 else
18966 $as_echo "$as_me: failed program was:" >&5
18967 sed 's/^/| /' conftest.$ac_ext >&5
18969 ac_cv_lib_ldap_r_ldap_initialize=no
18972 rm -rf conftest.dSYM
18973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18974 conftest$ac_exeext conftest.$ac_ext
18975 LIBS=$ac_check_lib_save_LIBS
18977 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18978 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18979 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18980 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18981 $as_echo_n "checking for ber_init in -llber... " >&6; }
18982 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18983 $as_echo_n "(cached) " >&6
18984 else
18985 ac_check_lib_save_LIBS=$LIBS
18986 LIBS="-llber $LIBPTHREAD $LIBS"
18987 cat >conftest.$ac_ext <<_ACEOF
18988 /* confdefs.h. */
18989 _ACEOF
18990 cat confdefs.h >>conftest.$ac_ext
18991 cat >>conftest.$ac_ext <<_ACEOF
18992 /* end confdefs.h. */
18994 /* Override any GCC internal prototype to avoid an error.
18995 Use char because int might match the return type of a GCC
18996 builtin and then its argument prototype would still apply. */
18997 #ifdef __cplusplus
18998 extern "C"
18999 #endif
19000 char ber_init ();
19002 main ()
19004 return ber_init ();
19006 return 0;
19008 _ACEOF
19009 rm -f conftest.$ac_objext conftest$ac_exeext
19010 if { (ac_try="$ac_link"
19011 case "(($ac_try" in
19012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19013 *) ac_try_echo=$ac_try;;
19014 esac
19015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19016 $as_echo "$ac_try_echo") >&5
19017 (eval "$ac_link") 2>conftest.er1
19018 ac_status=$?
19019 grep -v '^ *+' conftest.er1 >conftest.err
19020 rm -f conftest.er1
19021 cat conftest.err >&5
19022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19023 (exit $ac_status); } && {
19024 test -z "$ac_c_werror_flag" ||
19025 test ! -s conftest.err
19026 } && test -s conftest$ac_exeext && {
19027 test "$cross_compiling" = yes ||
19028 $as_test_x conftest$ac_exeext
19029 }; then
19030 ac_cv_lib_lber_ber_init=yes
19031 else
19032 $as_echo "$as_me: failed program was:" >&5
19033 sed 's/^/| /' conftest.$ac_ext >&5
19035 ac_cv_lib_lber_ber_init=no
19038 rm -rf conftest.dSYM
19039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19040 conftest$ac_exeext conftest.$ac_ext
19041 LIBS=$ac_check_lib_save_LIBS
19043 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19044 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19045 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19047 cat >>confdefs.h <<\_ACEOF
19048 #define HAVE_LDAP 1
19049 _ACEOF
19051 LDAPLIBS="-lldap_r -llber"
19058 ac_wine_check_funcs_save_LIBS="$LIBS"
19059 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19068 for ac_func in \
19069 ldap_count_references \
19070 ldap_first_reference \
19071 ldap_next_reference \
19072 ldap_parse_reference \
19073 ldap_parse_sort_control \
19074 ldap_parse_sortresponse_control \
19075 ldap_parse_vlv_control \
19076 ldap_parse_vlvresponse_control
19078 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19079 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19080 $as_echo_n "checking for $ac_func... " >&6; }
19081 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19082 $as_echo_n "(cached) " >&6
19083 else
19084 cat >conftest.$ac_ext <<_ACEOF
19085 /* confdefs.h. */
19086 _ACEOF
19087 cat confdefs.h >>conftest.$ac_ext
19088 cat >>conftest.$ac_ext <<_ACEOF
19089 /* end confdefs.h. */
19090 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19092 #define $ac_func innocuous_$ac_func
19094 /* System header to define __stub macros and hopefully few prototypes,
19095 which can conflict with char $ac_func (); below.
19096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19097 <limits.h> exists even on freestanding compilers. */
19099 #ifdef __STDC__
19100 # include <limits.h>
19101 #else
19102 # include <assert.h>
19103 #endif
19105 #undef $ac_func
19107 /* Override any GCC internal prototype to avoid an error.
19108 Use char because int might match the return type of a GCC
19109 builtin and then its argument prototype would still apply. */
19110 #ifdef __cplusplus
19111 extern "C"
19112 #endif
19113 char $ac_func ();
19114 /* The GNU C library defines this for functions which it implements
19115 to always fail with ENOSYS. Some functions are actually named
19116 something starting with __ and the normal name is an alias. */
19117 #if defined __stub_$ac_func || defined __stub___$ac_func
19118 choke me
19119 #endif
19122 main ()
19124 return $ac_func ();
19126 return 0;
19128 _ACEOF
19129 rm -f conftest.$ac_objext conftest$ac_exeext
19130 if { (ac_try="$ac_link"
19131 case "(($ac_try" in
19132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19133 *) ac_try_echo=$ac_try;;
19134 esac
19135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19136 $as_echo "$ac_try_echo") >&5
19137 (eval "$ac_link") 2>conftest.er1
19138 ac_status=$?
19139 grep -v '^ *+' conftest.er1 >conftest.err
19140 rm -f conftest.er1
19141 cat conftest.err >&5
19142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143 (exit $ac_status); } && {
19144 test -z "$ac_c_werror_flag" ||
19145 test ! -s conftest.err
19146 } && test -s conftest$ac_exeext && {
19147 test "$cross_compiling" = yes ||
19148 $as_test_x conftest$ac_exeext
19149 }; then
19150 eval "$as_ac_var=yes"
19151 else
19152 $as_echo "$as_me: failed program was:" >&5
19153 sed 's/^/| /' conftest.$ac_ext >&5
19155 eval "$as_ac_var=no"
19158 rm -rf conftest.dSYM
19159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19160 conftest$ac_exeext conftest.$ac_ext
19162 ac_res=`eval 'as_val=${'$as_ac_var'}
19163 $as_echo "$as_val"'`
19164 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19165 $as_echo "$ac_res" >&6; }
19166 as_val=`eval 'as_val=${'$as_ac_var'}
19167 $as_echo "$as_val"'`
19168 if test "x$as_val" = x""yes; then
19169 cat >>confdefs.h <<_ACEOF
19170 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19171 _ACEOF
19174 done
19176 LIBS="$ac_wine_check_funcs_save_LIBS"
19178 if test "x$LDAPLIBS" = "x"; then
19179 case "x$with_ldap" in
19180 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19181 xno) ;;
19182 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19183 This is an error since --with-ldap was requested." >&5
19184 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19185 This is an error since --with-ldap was requested." >&2;}
19186 { (exit 1); exit 1; }; } ;;
19187 esac
19191 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19192 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19193 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19194 $as_echo_n "(cached) " >&6
19195 else
19196 cat >conftest.$ac_ext <<_ACEOF
19197 /* confdefs.h. */
19198 _ACEOF
19199 cat confdefs.h >>conftest.$ac_ext
19200 cat >>conftest.$ac_ext <<_ACEOF
19201 /* end confdefs.h. */
19202 #include <sys/stat.h>
19204 main ()
19206 mkdir("foo");
19208 return 0;
19210 _ACEOF
19211 rm -f conftest.$ac_objext
19212 if { (ac_try="$ac_compile"
19213 case "(($ac_try" in
19214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19215 *) ac_try_echo=$ac_try;;
19216 esac
19217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19218 $as_echo "$ac_try_echo") >&5
19219 (eval "$ac_compile") 2>conftest.er1
19220 ac_status=$?
19221 grep -v '^ *+' conftest.er1 >conftest.err
19222 rm -f conftest.er1
19223 cat conftest.err >&5
19224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19225 (exit $ac_status); } && {
19226 test -z "$ac_c_werror_flag" ||
19227 test ! -s conftest.err
19228 } && test -s conftest.$ac_objext; then
19229 wine_cv_one_arg_mkdir=yes
19230 else
19231 $as_echo "$as_me: failed program was:" >&5
19232 sed 's/^/| /' conftest.$ac_ext >&5
19234 wine_cv_one_arg_mkdir=no
19237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19239 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19240 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19241 if test "$wine_cv_one_arg_mkdir" = "yes"
19242 then
19244 cat >>confdefs.h <<\_ACEOF
19245 #define HAVE_ONE_ARG_MKDIR 1
19246 _ACEOF
19251 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19252 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19253 if test "${ac_cv_c_const+set}" = set; then
19254 $as_echo_n "(cached) " >&6
19255 else
19256 cat >conftest.$ac_ext <<_ACEOF
19257 /* confdefs.h. */
19258 _ACEOF
19259 cat confdefs.h >>conftest.$ac_ext
19260 cat >>conftest.$ac_ext <<_ACEOF
19261 /* end confdefs.h. */
19264 main ()
19266 /* FIXME: Include the comments suggested by Paul. */
19267 #ifndef __cplusplus
19268 /* Ultrix mips cc rejects this. */
19269 typedef int charset[2];
19270 const charset cs;
19271 /* SunOS 4.1.1 cc rejects this. */
19272 char const *const *pcpcc;
19273 char **ppc;
19274 /* NEC SVR4.0.2 mips cc rejects this. */
19275 struct point {int x, y;};
19276 static struct point const zero = {0,0};
19277 /* AIX XL C 1.02.0.0 rejects this.
19278 It does not let you subtract one const X* pointer from another in
19279 an arm of an if-expression whose if-part is not a constant
19280 expression */
19281 const char *g = "string";
19282 pcpcc = &g + (g ? g-g : 0);
19283 /* HPUX 7.0 cc rejects these. */
19284 ++pcpcc;
19285 ppc = (char**) pcpcc;
19286 pcpcc = (char const *const *) ppc;
19287 { /* SCO 3.2v4 cc rejects this. */
19288 char *t;
19289 char const *s = 0 ? (char *) 0 : (char const *) 0;
19291 *t++ = 0;
19292 if (s) return 0;
19294 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19295 int x[] = {25, 17};
19296 const int *foo = &x[0];
19297 ++foo;
19299 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19300 typedef const int *iptr;
19301 iptr p = 0;
19302 ++p;
19304 { /* AIX XL C 1.02.0.0 rejects this saying
19305 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19306 struct s { int j; const int *ap[3]; };
19307 struct s *b; b->j = 5;
19309 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19310 const int foo = 10;
19311 if (!foo) return 0;
19313 return !cs[0] && !zero.x;
19314 #endif
19317 return 0;
19319 _ACEOF
19320 rm -f conftest.$ac_objext
19321 if { (ac_try="$ac_compile"
19322 case "(($ac_try" in
19323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19324 *) ac_try_echo=$ac_try;;
19325 esac
19326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19327 $as_echo "$ac_try_echo") >&5
19328 (eval "$ac_compile") 2>conftest.er1
19329 ac_status=$?
19330 grep -v '^ *+' conftest.er1 >conftest.err
19331 rm -f conftest.er1
19332 cat conftest.err >&5
19333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19334 (exit $ac_status); } && {
19335 test -z "$ac_c_werror_flag" ||
19336 test ! -s conftest.err
19337 } && test -s conftest.$ac_objext; then
19338 ac_cv_c_const=yes
19339 else
19340 $as_echo "$as_me: failed program was:" >&5
19341 sed 's/^/| /' conftest.$ac_ext >&5
19343 ac_cv_c_const=no
19346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19348 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19349 $as_echo "$ac_cv_c_const" >&6; }
19350 if test $ac_cv_c_const = no; then
19352 cat >>confdefs.h <<\_ACEOF
19353 #define const /**/
19354 _ACEOF
19358 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19359 $as_echo_n "checking for inline... " >&6; }
19360 if test "${ac_cv_c_inline+set}" = set; then
19361 $as_echo_n "(cached) " >&6
19362 else
19363 ac_cv_c_inline=no
19364 for ac_kw in inline __inline__ __inline; do
19365 cat >conftest.$ac_ext <<_ACEOF
19366 /* confdefs.h. */
19367 _ACEOF
19368 cat confdefs.h >>conftest.$ac_ext
19369 cat >>conftest.$ac_ext <<_ACEOF
19370 /* end confdefs.h. */
19371 #ifndef __cplusplus
19372 typedef int foo_t;
19373 static $ac_kw foo_t static_foo () {return 0; }
19374 $ac_kw foo_t foo () {return 0; }
19375 #endif
19377 _ACEOF
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19383 esac
19384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19385 $as_echo "$ac_try_echo") >&5
19386 (eval "$ac_compile") 2>conftest.er1
19387 ac_status=$?
19388 grep -v '^ *+' conftest.er1 >conftest.err
19389 rm -f conftest.er1
19390 cat conftest.err >&5
19391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } && {
19393 test -z "$ac_c_werror_flag" ||
19394 test ! -s conftest.err
19395 } && test -s conftest.$ac_objext; then
19396 ac_cv_c_inline=$ac_kw
19397 else
19398 $as_echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19405 test "$ac_cv_c_inline" != no && break
19406 done
19409 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19410 $as_echo "$ac_cv_c_inline" >&6; }
19413 case $ac_cv_c_inline in
19414 inline | yes) ;;
19416 case $ac_cv_c_inline in
19417 no) ac_val=;;
19418 *) ac_val=$ac_cv_c_inline;;
19419 esac
19420 cat >>confdefs.h <<_ACEOF
19421 #ifndef __cplusplus
19422 #define inline $ac_val
19423 #endif
19424 _ACEOF
19426 esac
19428 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19429 $as_echo_n "checking for mode_t... " >&6; }
19430 if test "${ac_cv_type_mode_t+set}" = set; then
19431 $as_echo_n "(cached) " >&6
19432 else
19433 ac_cv_type_mode_t=no
19434 cat >conftest.$ac_ext <<_ACEOF
19435 /* confdefs.h. */
19436 _ACEOF
19437 cat confdefs.h >>conftest.$ac_ext
19438 cat >>conftest.$ac_ext <<_ACEOF
19439 /* end confdefs.h. */
19440 $ac_includes_default
19442 main ()
19444 if (sizeof (mode_t))
19445 return 0;
19447 return 0;
19449 _ACEOF
19450 rm -f conftest.$ac_objext
19451 if { (ac_try="$ac_compile"
19452 case "(($ac_try" in
19453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19455 esac
19456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19457 $as_echo "$ac_try_echo") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19459 ac_status=$?
19460 grep -v '^ *+' conftest.er1 >conftest.err
19461 rm -f conftest.er1
19462 cat conftest.err >&5
19463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19468 cat >conftest.$ac_ext <<_ACEOF
19469 /* confdefs.h. */
19470 _ACEOF
19471 cat confdefs.h >>conftest.$ac_ext
19472 cat >>conftest.$ac_ext <<_ACEOF
19473 /* end confdefs.h. */
19474 $ac_includes_default
19476 main ()
19478 if (sizeof ((mode_t)))
19479 return 0;
19481 return 0;
19483 _ACEOF
19484 rm -f conftest.$ac_objext
19485 if { (ac_try="$ac_compile"
19486 case "(($ac_try" in
19487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19488 *) ac_try_echo=$ac_try;;
19489 esac
19490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19491 $as_echo "$ac_try_echo") >&5
19492 (eval "$ac_compile") 2>conftest.er1
19493 ac_status=$?
19494 grep -v '^ *+' conftest.er1 >conftest.err
19495 rm -f conftest.er1
19496 cat conftest.err >&5
19497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19498 (exit $ac_status); } && {
19499 test -z "$ac_c_werror_flag" ||
19500 test ! -s conftest.err
19501 } && test -s conftest.$ac_objext; then
19503 else
19504 $as_echo "$as_me: failed program was:" >&5
19505 sed 's/^/| /' conftest.$ac_ext >&5
19507 ac_cv_type_mode_t=yes
19510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19511 else
19512 $as_echo "$as_me: failed program was:" >&5
19513 sed 's/^/| /' conftest.$ac_ext >&5
19518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19520 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19521 $as_echo "$ac_cv_type_mode_t" >&6; }
19522 if test "x$ac_cv_type_mode_t" = x""yes; then
19524 cat >>confdefs.h <<_ACEOF
19525 #define HAVE_MODE_T 1
19526 _ACEOF
19530 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19531 $as_echo_n "checking for off_t... " >&6; }
19532 if test "${ac_cv_type_off_t+set}" = set; then
19533 $as_echo_n "(cached) " >&6
19534 else
19535 ac_cv_type_off_t=no
19536 cat >conftest.$ac_ext <<_ACEOF
19537 /* confdefs.h. */
19538 _ACEOF
19539 cat confdefs.h >>conftest.$ac_ext
19540 cat >>conftest.$ac_ext <<_ACEOF
19541 /* end confdefs.h. */
19542 $ac_includes_default
19544 main ()
19546 if (sizeof (off_t))
19547 return 0;
19549 return 0;
19551 _ACEOF
19552 rm -f conftest.$ac_objext
19553 if { (ac_try="$ac_compile"
19554 case "(($ac_try" in
19555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19556 *) ac_try_echo=$ac_try;;
19557 esac
19558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19559 $as_echo "$ac_try_echo") >&5
19560 (eval "$ac_compile") 2>conftest.er1
19561 ac_status=$?
19562 grep -v '^ *+' conftest.er1 >conftest.err
19563 rm -f conftest.er1
19564 cat conftest.err >&5
19565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19566 (exit $ac_status); } && {
19567 test -z "$ac_c_werror_flag" ||
19568 test ! -s conftest.err
19569 } && test -s conftest.$ac_objext; then
19570 cat >conftest.$ac_ext <<_ACEOF
19571 /* confdefs.h. */
19572 _ACEOF
19573 cat confdefs.h >>conftest.$ac_ext
19574 cat >>conftest.$ac_ext <<_ACEOF
19575 /* end confdefs.h. */
19576 $ac_includes_default
19578 main ()
19580 if (sizeof ((off_t)))
19581 return 0;
19583 return 0;
19585 _ACEOF
19586 rm -f conftest.$ac_objext
19587 if { (ac_try="$ac_compile"
19588 case "(($ac_try" in
19589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19590 *) ac_try_echo=$ac_try;;
19591 esac
19592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19593 $as_echo "$ac_try_echo") >&5
19594 (eval "$ac_compile") 2>conftest.er1
19595 ac_status=$?
19596 grep -v '^ *+' conftest.er1 >conftest.err
19597 rm -f conftest.er1
19598 cat conftest.err >&5
19599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); } && {
19601 test -z "$ac_c_werror_flag" ||
19602 test ! -s conftest.err
19603 } && test -s conftest.$ac_objext; then
19605 else
19606 $as_echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.$ac_ext >&5
19609 ac_cv_type_off_t=yes
19612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19613 else
19614 $as_echo "$as_me: failed program was:" >&5
19615 sed 's/^/| /' conftest.$ac_ext >&5
19620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19622 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19623 $as_echo "$ac_cv_type_off_t" >&6; }
19624 if test "x$ac_cv_type_off_t" = x""yes; then
19626 cat >>confdefs.h <<_ACEOF
19627 #define HAVE_OFF_T 1
19628 _ACEOF
19632 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19633 $as_echo_n "checking for pid_t... " >&6; }
19634 if test "${ac_cv_type_pid_t+set}" = set; then
19635 $as_echo_n "(cached) " >&6
19636 else
19637 ac_cv_type_pid_t=no
19638 cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h. */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h. */
19644 $ac_includes_default
19646 main ()
19648 if (sizeof (pid_t))
19649 return 0;
19651 return 0;
19653 _ACEOF
19654 rm -f conftest.$ac_objext
19655 if { (ac_try="$ac_compile"
19656 case "(($ac_try" in
19657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19658 *) ac_try_echo=$ac_try;;
19659 esac
19660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19661 $as_echo "$ac_try_echo") >&5
19662 (eval "$ac_compile") 2>conftest.er1
19663 ac_status=$?
19664 grep -v '^ *+' conftest.er1 >conftest.err
19665 rm -f conftest.er1
19666 cat conftest.err >&5
19667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19668 (exit $ac_status); } && {
19669 test -z "$ac_c_werror_flag" ||
19670 test ! -s conftest.err
19671 } && test -s conftest.$ac_objext; then
19672 cat >conftest.$ac_ext <<_ACEOF
19673 /* confdefs.h. */
19674 _ACEOF
19675 cat confdefs.h >>conftest.$ac_ext
19676 cat >>conftest.$ac_ext <<_ACEOF
19677 /* end confdefs.h. */
19678 $ac_includes_default
19680 main ()
19682 if (sizeof ((pid_t)))
19683 return 0;
19685 return 0;
19687 _ACEOF
19688 rm -f conftest.$ac_objext
19689 if { (ac_try="$ac_compile"
19690 case "(($ac_try" in
19691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19692 *) ac_try_echo=$ac_try;;
19693 esac
19694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19695 $as_echo "$ac_try_echo") >&5
19696 (eval "$ac_compile") 2>conftest.er1
19697 ac_status=$?
19698 grep -v '^ *+' conftest.er1 >conftest.err
19699 rm -f conftest.er1
19700 cat conftest.err >&5
19701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702 (exit $ac_status); } && {
19703 test -z "$ac_c_werror_flag" ||
19704 test ! -s conftest.err
19705 } && test -s conftest.$ac_objext; then
19707 else
19708 $as_echo "$as_me: failed program was:" >&5
19709 sed 's/^/| /' conftest.$ac_ext >&5
19711 ac_cv_type_pid_t=yes
19714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19715 else
19716 $as_echo "$as_me: failed program was:" >&5
19717 sed 's/^/| /' conftest.$ac_ext >&5
19722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19725 $as_echo "$ac_cv_type_pid_t" >&6; }
19726 if test "x$ac_cv_type_pid_t" = x""yes; then
19728 cat >>confdefs.h <<_ACEOF
19729 #define HAVE_PID_T 1
19730 _ACEOF
19734 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19735 $as_echo_n "checking for size_t... " >&6; }
19736 if test "${ac_cv_type_size_t+set}" = set; then
19737 $as_echo_n "(cached) " >&6
19738 else
19739 ac_cv_type_size_t=no
19740 cat >conftest.$ac_ext <<_ACEOF
19741 /* confdefs.h. */
19742 _ACEOF
19743 cat confdefs.h >>conftest.$ac_ext
19744 cat >>conftest.$ac_ext <<_ACEOF
19745 /* end confdefs.h. */
19746 $ac_includes_default
19748 main ()
19750 if (sizeof (size_t))
19751 return 0;
19753 return 0;
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760 *) ac_try_echo=$ac_try;;
19761 esac
19762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19763 $as_echo "$ac_try_echo") >&5
19764 (eval "$ac_compile") 2>conftest.er1
19765 ac_status=$?
19766 grep -v '^ *+' conftest.er1 >conftest.err
19767 rm -f conftest.er1
19768 cat conftest.err >&5
19769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); } && {
19771 test -z "$ac_c_werror_flag" ||
19772 test ! -s conftest.err
19773 } && test -s conftest.$ac_objext; then
19774 cat >conftest.$ac_ext <<_ACEOF
19775 /* confdefs.h. */
19776 _ACEOF
19777 cat confdefs.h >>conftest.$ac_ext
19778 cat >>conftest.$ac_ext <<_ACEOF
19779 /* end confdefs.h. */
19780 $ac_includes_default
19782 main ()
19784 if (sizeof ((size_t)))
19785 return 0;
19787 return 0;
19789 _ACEOF
19790 rm -f conftest.$ac_objext
19791 if { (ac_try="$ac_compile"
19792 case "(($ac_try" in
19793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19794 *) ac_try_echo=$ac_try;;
19795 esac
19796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19797 $as_echo "$ac_try_echo") >&5
19798 (eval "$ac_compile") 2>conftest.er1
19799 ac_status=$?
19800 grep -v '^ *+' conftest.er1 >conftest.err
19801 rm -f conftest.er1
19802 cat conftest.err >&5
19803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19804 (exit $ac_status); } && {
19805 test -z "$ac_c_werror_flag" ||
19806 test ! -s conftest.err
19807 } && test -s conftest.$ac_objext; then
19809 else
19810 $as_echo "$as_me: failed program was:" >&5
19811 sed 's/^/| /' conftest.$ac_ext >&5
19813 ac_cv_type_size_t=yes
19816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19817 else
19818 $as_echo "$as_me: failed program was:" >&5
19819 sed 's/^/| /' conftest.$ac_ext >&5
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19826 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19827 $as_echo "$ac_cv_type_size_t" >&6; }
19828 if test "x$ac_cv_type_size_t" = x""yes; then
19830 cat >>confdefs.h <<_ACEOF
19831 #define HAVE_SIZE_T 1
19832 _ACEOF
19836 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19837 $as_echo_n "checking for ssize_t... " >&6; }
19838 if test "${ac_cv_type_ssize_t+set}" = set; then
19839 $as_echo_n "(cached) " >&6
19840 else
19841 ac_cv_type_ssize_t=no
19842 cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h. */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h. */
19848 $ac_includes_default
19850 main ()
19852 if (sizeof (ssize_t))
19853 return 0;
19855 return 0;
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862 *) ac_try_echo=$ac_try;;
19863 esac
19864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19865 $as_echo "$ac_try_echo") >&5
19866 (eval "$ac_compile") 2>conftest.er1
19867 ac_status=$?
19868 grep -v '^ *+' conftest.er1 >conftest.err
19869 rm -f conftest.er1
19870 cat conftest.err >&5
19871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19872 (exit $ac_status); } && {
19873 test -z "$ac_c_werror_flag" ||
19874 test ! -s conftest.err
19875 } && test -s conftest.$ac_objext; then
19876 cat >conftest.$ac_ext <<_ACEOF
19877 /* confdefs.h. */
19878 _ACEOF
19879 cat confdefs.h >>conftest.$ac_ext
19880 cat >>conftest.$ac_ext <<_ACEOF
19881 /* end confdefs.h. */
19882 $ac_includes_default
19884 main ()
19886 if (sizeof ((ssize_t)))
19887 return 0;
19889 return 0;
19891 _ACEOF
19892 rm -f conftest.$ac_objext
19893 if { (ac_try="$ac_compile"
19894 case "(($ac_try" in
19895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19896 *) ac_try_echo=$ac_try;;
19897 esac
19898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19899 $as_echo "$ac_try_echo") >&5
19900 (eval "$ac_compile") 2>conftest.er1
19901 ac_status=$?
19902 grep -v '^ *+' conftest.er1 >conftest.err
19903 rm -f conftest.er1
19904 cat conftest.err >&5
19905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); } && {
19907 test -z "$ac_c_werror_flag" ||
19908 test ! -s conftest.err
19909 } && test -s conftest.$ac_objext; then
19911 else
19912 $as_echo "$as_me: failed program was:" >&5
19913 sed 's/^/| /' conftest.$ac_ext >&5
19915 ac_cv_type_ssize_t=yes
19918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19919 else
19920 $as_echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19929 $as_echo "$ac_cv_type_ssize_t" >&6; }
19930 if test "x$ac_cv_type_ssize_t" = x""yes; then
19932 cat >>confdefs.h <<_ACEOF
19933 #define HAVE_SSIZE_T 1
19934 _ACEOF
19938 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19939 $as_echo_n "checking for long long... " >&6; }
19940 if test "${ac_cv_type_long_long+set}" = set; then
19941 $as_echo_n "(cached) " >&6
19942 else
19943 ac_cv_type_long_long=no
19944 cat >conftest.$ac_ext <<_ACEOF
19945 /* confdefs.h. */
19946 _ACEOF
19947 cat confdefs.h >>conftest.$ac_ext
19948 cat >>conftest.$ac_ext <<_ACEOF
19949 /* end confdefs.h. */
19950 $ac_includes_default
19952 main ()
19954 if (sizeof (long long))
19955 return 0;
19957 return 0;
19959 _ACEOF
19960 rm -f conftest.$ac_objext
19961 if { (ac_try="$ac_compile"
19962 case "(($ac_try" in
19963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964 *) ac_try_echo=$ac_try;;
19965 esac
19966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19967 $as_echo "$ac_try_echo") >&5
19968 (eval "$ac_compile") 2>conftest.er1
19969 ac_status=$?
19970 grep -v '^ *+' conftest.er1 >conftest.err
19971 rm -f conftest.er1
19972 cat conftest.err >&5
19973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974 (exit $ac_status); } && {
19975 test -z "$ac_c_werror_flag" ||
19976 test ! -s conftest.err
19977 } && test -s conftest.$ac_objext; then
19978 cat >conftest.$ac_ext <<_ACEOF
19979 /* confdefs.h. */
19980 _ACEOF
19981 cat confdefs.h >>conftest.$ac_ext
19982 cat >>conftest.$ac_ext <<_ACEOF
19983 /* end confdefs.h. */
19984 $ac_includes_default
19986 main ()
19988 if (sizeof ((long long)))
19989 return 0;
19991 return 0;
19993 _ACEOF
19994 rm -f conftest.$ac_objext
19995 if { (ac_try="$ac_compile"
19996 case "(($ac_try" in
19997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19998 *) ac_try_echo=$ac_try;;
19999 esac
20000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20001 $as_echo "$ac_try_echo") >&5
20002 (eval "$ac_compile") 2>conftest.er1
20003 ac_status=$?
20004 grep -v '^ *+' conftest.er1 >conftest.err
20005 rm -f conftest.er1
20006 cat conftest.err >&5
20007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008 (exit $ac_status); } && {
20009 test -z "$ac_c_werror_flag" ||
20010 test ! -s conftest.err
20011 } && test -s conftest.$ac_objext; then
20013 else
20014 $as_echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20017 ac_cv_type_long_long=yes
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20021 else
20022 $as_echo "$as_me: failed program was:" >&5
20023 sed 's/^/| /' conftest.$ac_ext >&5
20028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20030 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20031 $as_echo "$ac_cv_type_long_long" >&6; }
20032 if test "x$ac_cv_type_long_long" = x""yes; then
20034 cat >>confdefs.h <<_ACEOF
20035 #define HAVE_LONG_LONG 1
20036 _ACEOF
20040 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20041 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20042 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20043 $as_echo_n "(cached) " >&6
20044 else
20045 ac_cv_type_fsblkcnt_t=no
20046 cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h. */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h. */
20052 $ac_includes_default
20054 main ()
20056 if (sizeof (fsblkcnt_t))
20057 return 0;
20059 return 0;
20061 _ACEOF
20062 rm -f conftest.$ac_objext
20063 if { (ac_try="$ac_compile"
20064 case "(($ac_try" in
20065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20066 *) ac_try_echo=$ac_try;;
20067 esac
20068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20069 $as_echo "$ac_try_echo") >&5
20070 (eval "$ac_compile") 2>conftest.er1
20071 ac_status=$?
20072 grep -v '^ *+' conftest.er1 >conftest.err
20073 rm -f conftest.er1
20074 cat conftest.err >&5
20075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); } && {
20077 test -z "$ac_c_werror_flag" ||
20078 test ! -s conftest.err
20079 } && test -s conftest.$ac_objext; then
20080 cat >conftest.$ac_ext <<_ACEOF
20081 /* confdefs.h. */
20082 _ACEOF
20083 cat confdefs.h >>conftest.$ac_ext
20084 cat >>conftest.$ac_ext <<_ACEOF
20085 /* end confdefs.h. */
20086 $ac_includes_default
20088 main ()
20090 if (sizeof ((fsblkcnt_t)))
20091 return 0;
20093 return 0;
20095 _ACEOF
20096 rm -f conftest.$ac_objext
20097 if { (ac_try="$ac_compile"
20098 case "(($ac_try" in
20099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20100 *) ac_try_echo=$ac_try;;
20101 esac
20102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20103 $as_echo "$ac_try_echo") >&5
20104 (eval "$ac_compile") 2>conftest.er1
20105 ac_status=$?
20106 grep -v '^ *+' conftest.er1 >conftest.err
20107 rm -f conftest.er1
20108 cat conftest.err >&5
20109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20110 (exit $ac_status); } && {
20111 test -z "$ac_c_werror_flag" ||
20112 test ! -s conftest.err
20113 } && test -s conftest.$ac_objext; then
20115 else
20116 $as_echo "$as_me: failed program was:" >&5
20117 sed 's/^/| /' conftest.$ac_ext >&5
20119 ac_cv_type_fsblkcnt_t=yes
20122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20123 else
20124 $as_echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20132 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20133 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20134 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20136 cat >>confdefs.h <<_ACEOF
20137 #define HAVE_FSBLKCNT_T 1
20138 _ACEOF
20142 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20143 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20144 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20145 $as_echo_n "(cached) " >&6
20146 else
20147 ac_cv_type_fsfilcnt_t=no
20148 cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h. */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h. */
20154 $ac_includes_default
20156 main ()
20158 if (sizeof (fsfilcnt_t))
20159 return 0;
20161 return 0;
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168 *) ac_try_echo=$ac_try;;
20169 esac
20170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20171 $as_echo "$ac_try_echo") >&5
20172 (eval "$ac_compile") 2>conftest.er1
20173 ac_status=$?
20174 grep -v '^ *+' conftest.er1 >conftest.err
20175 rm -f conftest.er1
20176 cat conftest.err >&5
20177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178 (exit $ac_status); } && {
20179 test -z "$ac_c_werror_flag" ||
20180 test ! -s conftest.err
20181 } && test -s conftest.$ac_objext; then
20182 cat >conftest.$ac_ext <<_ACEOF
20183 /* confdefs.h. */
20184 _ACEOF
20185 cat confdefs.h >>conftest.$ac_ext
20186 cat >>conftest.$ac_ext <<_ACEOF
20187 /* end confdefs.h. */
20188 $ac_includes_default
20190 main ()
20192 if (sizeof ((fsfilcnt_t)))
20193 return 0;
20195 return 0;
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20203 esac
20204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20205 $as_echo "$ac_try_echo") >&5
20206 (eval "$ac_compile") 2>conftest.er1
20207 ac_status=$?
20208 grep -v '^ *+' conftest.er1 >conftest.err
20209 rm -f conftest.er1
20210 cat conftest.err >&5
20211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20212 (exit $ac_status); } && {
20213 test -z "$ac_c_werror_flag" ||
20214 test ! -s conftest.err
20215 } && test -s conftest.$ac_objext; then
20217 else
20218 $as_echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.$ac_ext >&5
20221 ac_cv_type_fsfilcnt_t=yes
20224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20225 else
20226 $as_echo "$as_me: failed program was:" >&5
20227 sed 's/^/| /' conftest.$ac_ext >&5
20232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20234 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20235 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20236 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20238 cat >>confdefs.h <<_ACEOF
20239 #define HAVE_FSFILCNT_T 1
20240 _ACEOF
20245 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20246 $as_echo_n "checking for sigset_t... " >&6; }
20247 if test "${ac_cv_type_sigset_t+set}" = set; then
20248 $as_echo_n "(cached) " >&6
20249 else
20250 ac_cv_type_sigset_t=no
20251 cat >conftest.$ac_ext <<_ACEOF
20252 /* confdefs.h. */
20253 _ACEOF
20254 cat confdefs.h >>conftest.$ac_ext
20255 cat >>conftest.$ac_ext <<_ACEOF
20256 /* end confdefs.h. */
20257 #include <sys/types.h>
20258 #include <signal.h>
20261 main ()
20263 if (sizeof (sigset_t))
20264 return 0;
20266 return 0;
20268 _ACEOF
20269 rm -f conftest.$ac_objext
20270 if { (ac_try="$ac_compile"
20271 case "(($ac_try" in
20272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20273 *) ac_try_echo=$ac_try;;
20274 esac
20275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20276 $as_echo "$ac_try_echo") >&5
20277 (eval "$ac_compile") 2>conftest.er1
20278 ac_status=$?
20279 grep -v '^ *+' conftest.er1 >conftest.err
20280 rm -f conftest.er1
20281 cat conftest.err >&5
20282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283 (exit $ac_status); } && {
20284 test -z "$ac_c_werror_flag" ||
20285 test ! -s conftest.err
20286 } && test -s conftest.$ac_objext; then
20287 cat >conftest.$ac_ext <<_ACEOF
20288 /* confdefs.h. */
20289 _ACEOF
20290 cat confdefs.h >>conftest.$ac_ext
20291 cat >>conftest.$ac_ext <<_ACEOF
20292 /* end confdefs.h. */
20293 #include <sys/types.h>
20294 #include <signal.h>
20297 main ()
20299 if (sizeof ((sigset_t)))
20300 return 0;
20302 return 0;
20304 _ACEOF
20305 rm -f conftest.$ac_objext
20306 if { (ac_try="$ac_compile"
20307 case "(($ac_try" in
20308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20309 *) ac_try_echo=$ac_try;;
20310 esac
20311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20312 $as_echo "$ac_try_echo") >&5
20313 (eval "$ac_compile") 2>conftest.er1
20314 ac_status=$?
20315 grep -v '^ *+' conftest.er1 >conftest.err
20316 rm -f conftest.er1
20317 cat conftest.err >&5
20318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20319 (exit $ac_status); } && {
20320 test -z "$ac_c_werror_flag" ||
20321 test ! -s conftest.err
20322 } && test -s conftest.$ac_objext; then
20324 else
20325 $as_echo "$as_me: failed program was:" >&5
20326 sed 's/^/| /' conftest.$ac_ext >&5
20328 ac_cv_type_sigset_t=yes
20331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20332 else
20333 $as_echo "$as_me: failed program was:" >&5
20334 sed 's/^/| /' conftest.$ac_ext >&5
20339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20341 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20342 $as_echo "$ac_cv_type_sigset_t" >&6; }
20343 if test "x$ac_cv_type_sigset_t" = x""yes; then
20345 cat >>confdefs.h <<_ACEOF
20346 #define HAVE_SIGSET_T 1
20347 _ACEOF
20352 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20353 $as_echo_n "checking for request_sense... " >&6; }
20354 if test "${ac_cv_type_request_sense+set}" = set; then
20355 $as_echo_n "(cached) " >&6
20356 else
20357 ac_cv_type_request_sense=no
20358 cat >conftest.$ac_ext <<_ACEOF
20359 /* confdefs.h. */
20360 _ACEOF
20361 cat confdefs.h >>conftest.$ac_ext
20362 cat >>conftest.$ac_ext <<_ACEOF
20363 /* end confdefs.h. */
20364 #include <linux/cdrom.h>
20367 main ()
20369 if (sizeof (request_sense))
20370 return 0;
20372 return 0;
20374 _ACEOF
20375 rm -f conftest.$ac_objext
20376 if { (ac_try="$ac_compile"
20377 case "(($ac_try" in
20378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20379 *) ac_try_echo=$ac_try;;
20380 esac
20381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20382 $as_echo "$ac_try_echo") >&5
20383 (eval "$ac_compile") 2>conftest.er1
20384 ac_status=$?
20385 grep -v '^ *+' conftest.er1 >conftest.err
20386 rm -f conftest.er1
20387 cat conftest.err >&5
20388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20389 (exit $ac_status); } && {
20390 test -z "$ac_c_werror_flag" ||
20391 test ! -s conftest.err
20392 } && test -s conftest.$ac_objext; then
20393 cat >conftest.$ac_ext <<_ACEOF
20394 /* confdefs.h. */
20395 _ACEOF
20396 cat confdefs.h >>conftest.$ac_ext
20397 cat >>conftest.$ac_ext <<_ACEOF
20398 /* end confdefs.h. */
20399 #include <linux/cdrom.h>
20402 main ()
20404 if (sizeof ((request_sense)))
20405 return 0;
20407 return 0;
20409 _ACEOF
20410 rm -f conftest.$ac_objext
20411 if { (ac_try="$ac_compile"
20412 case "(($ac_try" in
20413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20414 *) ac_try_echo=$ac_try;;
20415 esac
20416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20417 $as_echo "$ac_try_echo") >&5
20418 (eval "$ac_compile") 2>conftest.er1
20419 ac_status=$?
20420 grep -v '^ *+' conftest.er1 >conftest.err
20421 rm -f conftest.er1
20422 cat conftest.err >&5
20423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); } && {
20425 test -z "$ac_c_werror_flag" ||
20426 test ! -s conftest.err
20427 } && test -s conftest.$ac_objext; then
20429 else
20430 $as_echo "$as_me: failed program was:" >&5
20431 sed 's/^/| /' conftest.$ac_ext >&5
20433 ac_cv_type_request_sense=yes
20436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20437 else
20438 $as_echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.$ac_ext >&5
20444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20446 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20447 $as_echo "$ac_cv_type_request_sense" >&6; }
20448 if test "x$ac_cv_type_request_sense" = x""yes; then
20450 cat >>confdefs.h <<_ACEOF
20451 #define HAVE_REQUEST_SENSE 1
20452 _ACEOF
20458 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20459 $as_echo_n "checking for struct xinpgen... " >&6; }
20460 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20461 $as_echo_n "(cached) " >&6
20462 else
20463 ac_cv_type_struct_xinpgen=no
20464 cat >conftest.$ac_ext <<_ACEOF
20465 /* confdefs.h. */
20466 _ACEOF
20467 cat confdefs.h >>conftest.$ac_ext
20468 cat >>conftest.$ac_ext <<_ACEOF
20469 /* end confdefs.h. */
20470 #include <sys/types.h>
20471 #ifdef HAVE_SYS_SOCKET_H
20472 #include <sys/socket.h>
20473 #endif
20474 #ifdef HAVE_SYS_SOCKETVAR_H
20475 #include <sys/socketvar.h>
20476 #endif
20477 #ifdef HAVE_NET_ROUTE_H
20478 #include <net/route.h>
20479 #endif
20480 #ifdef HAVE_NETINET_IN_H
20481 #include <netinet/in.h>
20482 #endif
20483 #ifdef HAVE_NETINET_IN_SYSTM_H
20484 #include <netinet/in_systm.h>
20485 #endif
20486 #ifdef HAVE_NETINET_IP_H
20487 #include <netinet/ip.h>
20488 #endif
20489 #ifdef HAVE_NETINET_IN_PCB_H
20490 #include <netinet/in_pcb.h>
20491 #endif
20494 main ()
20496 if (sizeof (struct xinpgen))
20497 return 0;
20499 return 0;
20501 _ACEOF
20502 rm -f conftest.$ac_objext
20503 if { (ac_try="$ac_compile"
20504 case "(($ac_try" in
20505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20506 *) ac_try_echo=$ac_try;;
20507 esac
20508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20509 $as_echo "$ac_try_echo") >&5
20510 (eval "$ac_compile") 2>conftest.er1
20511 ac_status=$?
20512 grep -v '^ *+' conftest.er1 >conftest.err
20513 rm -f conftest.er1
20514 cat conftest.err >&5
20515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20516 (exit $ac_status); } && {
20517 test -z "$ac_c_werror_flag" ||
20518 test ! -s conftest.err
20519 } && test -s conftest.$ac_objext; then
20520 cat >conftest.$ac_ext <<_ACEOF
20521 /* confdefs.h. */
20522 _ACEOF
20523 cat confdefs.h >>conftest.$ac_ext
20524 cat >>conftest.$ac_ext <<_ACEOF
20525 /* end confdefs.h. */
20526 #include <sys/types.h>
20527 #ifdef HAVE_SYS_SOCKET_H
20528 #include <sys/socket.h>
20529 #endif
20530 #ifdef HAVE_SYS_SOCKETVAR_H
20531 #include <sys/socketvar.h>
20532 #endif
20533 #ifdef HAVE_NET_ROUTE_H
20534 #include <net/route.h>
20535 #endif
20536 #ifdef HAVE_NETINET_IN_H
20537 #include <netinet/in.h>
20538 #endif
20539 #ifdef HAVE_NETINET_IN_SYSTM_H
20540 #include <netinet/in_systm.h>
20541 #endif
20542 #ifdef HAVE_NETINET_IP_H
20543 #include <netinet/ip.h>
20544 #endif
20545 #ifdef HAVE_NETINET_IN_PCB_H
20546 #include <netinet/in_pcb.h>
20547 #endif
20550 main ()
20552 if (sizeof ((struct xinpgen)))
20553 return 0;
20555 return 0;
20557 _ACEOF
20558 rm -f conftest.$ac_objext
20559 if { (ac_try="$ac_compile"
20560 case "(($ac_try" in
20561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20562 *) ac_try_echo=$ac_try;;
20563 esac
20564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20565 $as_echo "$ac_try_echo") >&5
20566 (eval "$ac_compile") 2>conftest.er1
20567 ac_status=$?
20568 grep -v '^ *+' conftest.er1 >conftest.err
20569 rm -f conftest.er1
20570 cat conftest.err >&5
20571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20572 (exit $ac_status); } && {
20573 test -z "$ac_c_werror_flag" ||
20574 test ! -s conftest.err
20575 } && test -s conftest.$ac_objext; then
20577 else
20578 $as_echo "$as_me: failed program was:" >&5
20579 sed 's/^/| /' conftest.$ac_ext >&5
20581 ac_cv_type_struct_xinpgen=yes
20584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20585 else
20586 $as_echo "$as_me: failed program was:" >&5
20587 sed 's/^/| /' conftest.$ac_ext >&5
20592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20594 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20595 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20596 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20598 cat >>confdefs.h <<_ACEOF
20599 #define HAVE_STRUCT_XINPGEN 1
20600 _ACEOF
20606 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20607 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20608 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20609 $as_echo_n "(cached) " >&6
20610 else
20611 cat >conftest.$ac_ext <<_ACEOF
20612 /* confdefs.h. */
20613 _ACEOF
20614 cat confdefs.h >>conftest.$ac_ext
20615 cat >>conftest.$ac_ext <<_ACEOF
20616 /* end confdefs.h. */
20617 #ifdef HAVE_LINUX_INPUT_H
20618 #include <linux/input.h>
20619 #endif
20622 main ()
20624 static struct ff_effect ac_aggr;
20625 if (ac_aggr.direction)
20626 return 0;
20628 return 0;
20630 _ACEOF
20631 rm -f conftest.$ac_objext
20632 if { (ac_try="$ac_compile"
20633 case "(($ac_try" in
20634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20635 *) ac_try_echo=$ac_try;;
20636 esac
20637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20638 $as_echo "$ac_try_echo") >&5
20639 (eval "$ac_compile") 2>conftest.er1
20640 ac_status=$?
20641 grep -v '^ *+' conftest.er1 >conftest.err
20642 rm -f conftest.er1
20643 cat conftest.err >&5
20644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20645 (exit $ac_status); } && {
20646 test -z "$ac_c_werror_flag" ||
20647 test ! -s conftest.err
20648 } && test -s conftest.$ac_objext; then
20649 ac_cv_member_struct_ff_effect_direction=yes
20650 else
20651 $as_echo "$as_me: failed program was:" >&5
20652 sed 's/^/| /' conftest.$ac_ext >&5
20654 cat >conftest.$ac_ext <<_ACEOF
20655 /* confdefs.h. */
20656 _ACEOF
20657 cat confdefs.h >>conftest.$ac_ext
20658 cat >>conftest.$ac_ext <<_ACEOF
20659 /* end confdefs.h. */
20660 #ifdef HAVE_LINUX_INPUT_H
20661 #include <linux/input.h>
20662 #endif
20665 main ()
20667 static struct ff_effect ac_aggr;
20668 if (sizeof ac_aggr.direction)
20669 return 0;
20671 return 0;
20673 _ACEOF
20674 rm -f conftest.$ac_objext
20675 if { (ac_try="$ac_compile"
20676 case "(($ac_try" in
20677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20678 *) ac_try_echo=$ac_try;;
20679 esac
20680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20681 $as_echo "$ac_try_echo") >&5
20682 (eval "$ac_compile") 2>conftest.er1
20683 ac_status=$?
20684 grep -v '^ *+' conftest.er1 >conftest.err
20685 rm -f conftest.er1
20686 cat conftest.err >&5
20687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20688 (exit $ac_status); } && {
20689 test -z "$ac_c_werror_flag" ||
20690 test ! -s conftest.err
20691 } && test -s conftest.$ac_objext; then
20692 ac_cv_member_struct_ff_effect_direction=yes
20693 else
20694 $as_echo "$as_me: failed program was:" >&5
20695 sed 's/^/| /' conftest.$ac_ext >&5
20697 ac_cv_member_struct_ff_effect_direction=no
20700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20705 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20706 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20707 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20709 cat >>confdefs.h <<_ACEOF
20710 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20711 _ACEOF
20717 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20718 $as_echo_n "checking for sigaddset... " >&6; }
20719 if test "${wine_cv_have_sigaddset+set}" = set; then
20720 $as_echo_n "(cached) " >&6
20721 else
20722 cat >conftest.$ac_ext <<_ACEOF
20723 /* confdefs.h. */
20724 _ACEOF
20725 cat confdefs.h >>conftest.$ac_ext
20726 cat >>conftest.$ac_ext <<_ACEOF
20727 /* end confdefs.h. */
20728 #include <signal.h>
20730 main ()
20732 sigset_t set; sigaddset(&set,SIGTERM);
20734 return 0;
20736 _ACEOF
20737 rm -f conftest.$ac_objext conftest$ac_exeext
20738 if { (ac_try="$ac_link"
20739 case "(($ac_try" in
20740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20741 *) ac_try_echo=$ac_try;;
20742 esac
20743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20744 $as_echo "$ac_try_echo") >&5
20745 (eval "$ac_link") 2>conftest.er1
20746 ac_status=$?
20747 grep -v '^ *+' conftest.er1 >conftest.err
20748 rm -f conftest.er1
20749 cat conftest.err >&5
20750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20751 (exit $ac_status); } && {
20752 test -z "$ac_c_werror_flag" ||
20753 test ! -s conftest.err
20754 } && test -s conftest$ac_exeext && {
20755 test "$cross_compiling" = yes ||
20756 $as_test_x conftest$ac_exeext
20757 }; then
20758 wine_cv_have_sigaddset=yes
20759 else
20760 $as_echo "$as_me: failed program was:" >&5
20761 sed 's/^/| /' conftest.$ac_ext >&5
20763 wine_cv_have_sigaddset=no
20766 rm -rf conftest.dSYM
20767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20768 conftest$ac_exeext conftest.$ac_ext
20770 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20771 $as_echo "$wine_cv_have_sigaddset" >&6; }
20772 if test "$wine_cv_have_sigaddset" = "yes"
20773 then
20775 cat >>confdefs.h <<\_ACEOF
20776 #define HAVE_SIGADDSET 1
20777 _ACEOF
20782 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20783 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20784 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20785 $as_echo_n "(cached) " >&6
20786 else
20787 cat >conftest.$ac_ext <<_ACEOF
20788 /* confdefs.h. */
20789 _ACEOF
20790 cat confdefs.h >>conftest.$ac_ext
20791 cat >>conftest.$ac_ext <<_ACEOF
20792 /* end confdefs.h. */
20793 #include <netdb.h>
20795 main ()
20798 char *name=0;
20799 struct hostent he;
20800 struct hostent *result;
20801 char *buf=0;
20802 int bufsize=0;
20803 int res,errnr;
20804 char *addr=0;
20805 int addrlen=0;
20806 int addrtype=0;
20807 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20808 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20811 return 0;
20813 _ACEOF
20814 rm -f conftest.$ac_objext conftest$ac_exeext
20815 if { (ac_try="$ac_link"
20816 case "(($ac_try" in
20817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20818 *) ac_try_echo=$ac_try;;
20819 esac
20820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20821 $as_echo "$ac_try_echo") >&5
20822 (eval "$ac_link") 2>conftest.er1
20823 ac_status=$?
20824 grep -v '^ *+' conftest.er1 >conftest.err
20825 rm -f conftest.er1
20826 cat conftest.err >&5
20827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20828 (exit $ac_status); } && {
20829 test -z "$ac_c_werror_flag" ||
20830 test ! -s conftest.err
20831 } && test -s conftest$ac_exeext && {
20832 test "$cross_compiling" = yes ||
20833 $as_test_x conftest$ac_exeext
20834 }; then
20835 wine_cv_linux_gethostbyname_r_6=yes
20836 else
20837 $as_echo "$as_me: failed program was:" >&5
20838 sed 's/^/| /' conftest.$ac_ext >&5
20840 wine_cv_linux_gethostbyname_r_6=no
20844 rm -rf conftest.dSYM
20845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20846 conftest$ac_exeext conftest.$ac_ext
20849 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20850 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20851 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20852 then
20854 cat >>confdefs.h <<\_ACEOF
20855 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20856 _ACEOF
20860 if test "$ac_cv_header_linux_joystick_h" = "yes"
20861 then
20862 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20863 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20864 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20865 $as_echo_n "(cached) " >&6
20866 else
20867 cat >conftest.$ac_ext <<_ACEOF
20868 /* confdefs.h. */
20869 _ACEOF
20870 cat confdefs.h >>conftest.$ac_ext
20871 cat >>conftest.$ac_ext <<_ACEOF
20872 /* end confdefs.h. */
20874 #include <sys/ioctl.h>
20875 #include <sys/types.h>
20876 #include <linux/joystick.h>
20878 struct js_event blub;
20879 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20880 #error "no 2.2 header"
20881 #endif
20884 main ()
20886 /*empty*/
20888 return 0;
20890 _ACEOF
20891 rm -f conftest.$ac_objext
20892 if { (ac_try="$ac_compile"
20893 case "(($ac_try" in
20894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20895 *) ac_try_echo=$ac_try;;
20896 esac
20897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20898 $as_echo "$ac_try_echo") >&5
20899 (eval "$ac_compile") 2>conftest.er1
20900 ac_status=$?
20901 grep -v '^ *+' conftest.er1 >conftest.err
20902 rm -f conftest.er1
20903 cat conftest.err >&5
20904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20905 (exit $ac_status); } && {
20906 test -z "$ac_c_werror_flag" ||
20907 test ! -s conftest.err
20908 } && test -s conftest.$ac_objext; then
20909 wine_cv_linux_joystick_22_api=yes
20910 else
20911 $as_echo "$as_me: failed program was:" >&5
20912 sed 's/^/| /' conftest.$ac_ext >&5
20914 wine_cv_linux_joystick_22_api=no
20917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20920 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20921 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20922 if test "$wine_cv_linux_joystick_22_api" = "yes"
20923 then
20925 cat >>confdefs.h <<\_ACEOF
20926 #define HAVE_LINUX_22_JOYSTICK_API 1
20927 _ACEOF
20933 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20934 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20935 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20936 $as_echo_n "(cached) " >&6
20937 else
20938 cat >conftest.$ac_ext <<_ACEOF
20939 /* confdefs.h. */
20940 _ACEOF
20941 cat confdefs.h >>conftest.$ac_ext
20942 cat >>conftest.$ac_ext <<_ACEOF
20943 /* end confdefs.h. */
20944 #include <sys/types.h>
20945 #ifdef HAVE_SYS_PARAM_H
20946 # include <sys/param.h>
20947 #endif
20948 #ifdef HAVE_SYS_MOUNT_H
20949 # include <sys/mount.h>
20950 #endif
20951 #ifdef HAVE_SYS_VFS_H
20952 # include <sys/vfs.h>
20953 #endif
20954 #ifdef HAVE_SYS_STATFS_H
20955 # include <sys/statfs.h>
20956 #endif
20959 main ()
20961 static struct statfs ac_aggr;
20962 if (ac_aggr.f_bfree)
20963 return 0;
20965 return 0;
20967 _ACEOF
20968 rm -f conftest.$ac_objext
20969 if { (ac_try="$ac_compile"
20970 case "(($ac_try" in
20971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20972 *) ac_try_echo=$ac_try;;
20973 esac
20974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20975 $as_echo "$ac_try_echo") >&5
20976 (eval "$ac_compile") 2>conftest.er1
20977 ac_status=$?
20978 grep -v '^ *+' conftest.er1 >conftest.err
20979 rm -f conftest.er1
20980 cat conftest.err >&5
20981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20982 (exit $ac_status); } && {
20983 test -z "$ac_c_werror_flag" ||
20984 test ! -s conftest.err
20985 } && test -s conftest.$ac_objext; then
20986 ac_cv_member_struct_statfs_f_bfree=yes
20987 else
20988 $as_echo "$as_me: failed program was:" >&5
20989 sed 's/^/| /' conftest.$ac_ext >&5
20991 cat >conftest.$ac_ext <<_ACEOF
20992 /* confdefs.h. */
20993 _ACEOF
20994 cat confdefs.h >>conftest.$ac_ext
20995 cat >>conftest.$ac_ext <<_ACEOF
20996 /* end confdefs.h. */
20997 #include <sys/types.h>
20998 #ifdef HAVE_SYS_PARAM_H
20999 # include <sys/param.h>
21000 #endif
21001 #ifdef HAVE_SYS_MOUNT_H
21002 # include <sys/mount.h>
21003 #endif
21004 #ifdef HAVE_SYS_VFS_H
21005 # include <sys/vfs.h>
21006 #endif
21007 #ifdef HAVE_SYS_STATFS_H
21008 # include <sys/statfs.h>
21009 #endif
21012 main ()
21014 static struct statfs ac_aggr;
21015 if (sizeof ac_aggr.f_bfree)
21016 return 0;
21018 return 0;
21020 _ACEOF
21021 rm -f conftest.$ac_objext
21022 if { (ac_try="$ac_compile"
21023 case "(($ac_try" in
21024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21025 *) ac_try_echo=$ac_try;;
21026 esac
21027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21028 $as_echo "$ac_try_echo") >&5
21029 (eval "$ac_compile") 2>conftest.er1
21030 ac_status=$?
21031 grep -v '^ *+' conftest.er1 >conftest.err
21032 rm -f conftest.er1
21033 cat conftest.err >&5
21034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21035 (exit $ac_status); } && {
21036 test -z "$ac_c_werror_flag" ||
21037 test ! -s conftest.err
21038 } && test -s conftest.$ac_objext; then
21039 ac_cv_member_struct_statfs_f_bfree=yes
21040 else
21041 $as_echo "$as_me: failed program was:" >&5
21042 sed 's/^/| /' conftest.$ac_ext >&5
21044 ac_cv_member_struct_statfs_f_bfree=no
21047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21052 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21053 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21054 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21056 cat >>confdefs.h <<_ACEOF
21057 #define HAVE_STRUCT_STATFS_F_BFREE 1
21058 _ACEOF
21062 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21063 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21064 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21065 $as_echo_n "(cached) " >&6
21066 else
21067 cat >conftest.$ac_ext <<_ACEOF
21068 /* confdefs.h. */
21069 _ACEOF
21070 cat confdefs.h >>conftest.$ac_ext
21071 cat >>conftest.$ac_ext <<_ACEOF
21072 /* end confdefs.h. */
21073 #include <sys/types.h>
21074 #ifdef HAVE_SYS_PARAM_H
21075 # include <sys/param.h>
21076 #endif
21077 #ifdef HAVE_SYS_MOUNT_H
21078 # include <sys/mount.h>
21079 #endif
21080 #ifdef HAVE_SYS_VFS_H
21081 # include <sys/vfs.h>
21082 #endif
21083 #ifdef HAVE_SYS_STATFS_H
21084 # include <sys/statfs.h>
21085 #endif
21088 main ()
21090 static struct statfs ac_aggr;
21091 if (ac_aggr.f_bavail)
21092 return 0;
21094 return 0;
21096 _ACEOF
21097 rm -f conftest.$ac_objext
21098 if { (ac_try="$ac_compile"
21099 case "(($ac_try" in
21100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21101 *) ac_try_echo=$ac_try;;
21102 esac
21103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21104 $as_echo "$ac_try_echo") >&5
21105 (eval "$ac_compile") 2>conftest.er1
21106 ac_status=$?
21107 grep -v '^ *+' conftest.er1 >conftest.err
21108 rm -f conftest.er1
21109 cat conftest.err >&5
21110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); } && {
21112 test -z "$ac_c_werror_flag" ||
21113 test ! -s conftest.err
21114 } && test -s conftest.$ac_objext; then
21115 ac_cv_member_struct_statfs_f_bavail=yes
21116 else
21117 $as_echo "$as_me: failed program was:" >&5
21118 sed 's/^/| /' conftest.$ac_ext >&5
21120 cat >conftest.$ac_ext <<_ACEOF
21121 /* confdefs.h. */
21122 _ACEOF
21123 cat confdefs.h >>conftest.$ac_ext
21124 cat >>conftest.$ac_ext <<_ACEOF
21125 /* end confdefs.h. */
21126 #include <sys/types.h>
21127 #ifdef HAVE_SYS_PARAM_H
21128 # include <sys/param.h>
21129 #endif
21130 #ifdef HAVE_SYS_MOUNT_H
21131 # include <sys/mount.h>
21132 #endif
21133 #ifdef HAVE_SYS_VFS_H
21134 # include <sys/vfs.h>
21135 #endif
21136 #ifdef HAVE_SYS_STATFS_H
21137 # include <sys/statfs.h>
21138 #endif
21141 main ()
21143 static struct statfs ac_aggr;
21144 if (sizeof ac_aggr.f_bavail)
21145 return 0;
21147 return 0;
21149 _ACEOF
21150 rm -f conftest.$ac_objext
21151 if { (ac_try="$ac_compile"
21152 case "(($ac_try" in
21153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21154 *) ac_try_echo=$ac_try;;
21155 esac
21156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21157 $as_echo "$ac_try_echo") >&5
21158 (eval "$ac_compile") 2>conftest.er1
21159 ac_status=$?
21160 grep -v '^ *+' conftest.er1 >conftest.err
21161 rm -f conftest.er1
21162 cat conftest.err >&5
21163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21164 (exit $ac_status); } && {
21165 test -z "$ac_c_werror_flag" ||
21166 test ! -s conftest.err
21167 } && test -s conftest.$ac_objext; then
21168 ac_cv_member_struct_statfs_f_bavail=yes
21169 else
21170 $as_echo "$as_me: failed program was:" >&5
21171 sed 's/^/| /' conftest.$ac_ext >&5
21173 ac_cv_member_struct_statfs_f_bavail=no
21176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21181 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21182 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21183 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21185 cat >>confdefs.h <<_ACEOF
21186 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21187 _ACEOF
21191 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21192 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21193 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21194 $as_echo_n "(cached) " >&6
21195 else
21196 cat >conftest.$ac_ext <<_ACEOF
21197 /* confdefs.h. */
21198 _ACEOF
21199 cat confdefs.h >>conftest.$ac_ext
21200 cat >>conftest.$ac_ext <<_ACEOF
21201 /* end confdefs.h. */
21202 #include <sys/types.h>
21203 #ifdef HAVE_SYS_PARAM_H
21204 # include <sys/param.h>
21205 #endif
21206 #ifdef HAVE_SYS_MOUNT_H
21207 # include <sys/mount.h>
21208 #endif
21209 #ifdef HAVE_SYS_VFS_H
21210 # include <sys/vfs.h>
21211 #endif
21212 #ifdef HAVE_SYS_STATFS_H
21213 # include <sys/statfs.h>
21214 #endif
21217 main ()
21219 static struct statfs ac_aggr;
21220 if (ac_aggr.f_frsize)
21221 return 0;
21223 return 0;
21225 _ACEOF
21226 rm -f conftest.$ac_objext
21227 if { (ac_try="$ac_compile"
21228 case "(($ac_try" in
21229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21230 *) ac_try_echo=$ac_try;;
21231 esac
21232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21233 $as_echo "$ac_try_echo") >&5
21234 (eval "$ac_compile") 2>conftest.er1
21235 ac_status=$?
21236 grep -v '^ *+' conftest.er1 >conftest.err
21237 rm -f conftest.er1
21238 cat conftest.err >&5
21239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); } && {
21241 test -z "$ac_c_werror_flag" ||
21242 test ! -s conftest.err
21243 } && test -s conftest.$ac_objext; then
21244 ac_cv_member_struct_statfs_f_frsize=yes
21245 else
21246 $as_echo "$as_me: failed program was:" >&5
21247 sed 's/^/| /' conftest.$ac_ext >&5
21249 cat >conftest.$ac_ext <<_ACEOF
21250 /* confdefs.h. */
21251 _ACEOF
21252 cat confdefs.h >>conftest.$ac_ext
21253 cat >>conftest.$ac_ext <<_ACEOF
21254 /* end confdefs.h. */
21255 #include <sys/types.h>
21256 #ifdef HAVE_SYS_PARAM_H
21257 # include <sys/param.h>
21258 #endif
21259 #ifdef HAVE_SYS_MOUNT_H
21260 # include <sys/mount.h>
21261 #endif
21262 #ifdef HAVE_SYS_VFS_H
21263 # include <sys/vfs.h>
21264 #endif
21265 #ifdef HAVE_SYS_STATFS_H
21266 # include <sys/statfs.h>
21267 #endif
21270 main ()
21272 static struct statfs ac_aggr;
21273 if (sizeof ac_aggr.f_frsize)
21274 return 0;
21276 return 0;
21278 _ACEOF
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21283 *) ac_try_echo=$ac_try;;
21284 esac
21285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21286 $as_echo "$ac_try_echo") >&5
21287 (eval "$ac_compile") 2>conftest.er1
21288 ac_status=$?
21289 grep -v '^ *+' conftest.er1 >conftest.err
21290 rm -f conftest.er1
21291 cat conftest.err >&5
21292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21293 (exit $ac_status); } && {
21294 test -z "$ac_c_werror_flag" ||
21295 test ! -s conftest.err
21296 } && test -s conftest.$ac_objext; then
21297 ac_cv_member_struct_statfs_f_frsize=yes
21298 else
21299 $as_echo "$as_me: failed program was:" >&5
21300 sed 's/^/| /' conftest.$ac_ext >&5
21302 ac_cv_member_struct_statfs_f_frsize=no
21305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21310 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21311 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21312 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21314 cat >>confdefs.h <<_ACEOF
21315 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21316 _ACEOF
21320 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21321 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21322 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21323 $as_echo_n "(cached) " >&6
21324 else
21325 cat >conftest.$ac_ext <<_ACEOF
21326 /* confdefs.h. */
21327 _ACEOF
21328 cat confdefs.h >>conftest.$ac_ext
21329 cat >>conftest.$ac_ext <<_ACEOF
21330 /* end confdefs.h. */
21331 #include <sys/types.h>
21332 #ifdef HAVE_SYS_PARAM_H
21333 # include <sys/param.h>
21334 #endif
21335 #ifdef HAVE_SYS_MOUNT_H
21336 # include <sys/mount.h>
21337 #endif
21338 #ifdef HAVE_SYS_VFS_H
21339 # include <sys/vfs.h>
21340 #endif
21341 #ifdef HAVE_SYS_STATFS_H
21342 # include <sys/statfs.h>
21343 #endif
21346 main ()
21348 static struct statfs ac_aggr;
21349 if (ac_aggr.f_ffree)
21350 return 0;
21352 return 0;
21354 _ACEOF
21355 rm -f conftest.$ac_objext
21356 if { (ac_try="$ac_compile"
21357 case "(($ac_try" in
21358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21359 *) ac_try_echo=$ac_try;;
21360 esac
21361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21362 $as_echo "$ac_try_echo") >&5
21363 (eval "$ac_compile") 2>conftest.er1
21364 ac_status=$?
21365 grep -v '^ *+' conftest.er1 >conftest.err
21366 rm -f conftest.er1
21367 cat conftest.err >&5
21368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); } && {
21370 test -z "$ac_c_werror_flag" ||
21371 test ! -s conftest.err
21372 } && test -s conftest.$ac_objext; then
21373 ac_cv_member_struct_statfs_f_ffree=yes
21374 else
21375 $as_echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21378 cat >conftest.$ac_ext <<_ACEOF
21379 /* confdefs.h. */
21380 _ACEOF
21381 cat confdefs.h >>conftest.$ac_ext
21382 cat >>conftest.$ac_ext <<_ACEOF
21383 /* end confdefs.h. */
21384 #include <sys/types.h>
21385 #ifdef HAVE_SYS_PARAM_H
21386 # include <sys/param.h>
21387 #endif
21388 #ifdef HAVE_SYS_MOUNT_H
21389 # include <sys/mount.h>
21390 #endif
21391 #ifdef HAVE_SYS_VFS_H
21392 # include <sys/vfs.h>
21393 #endif
21394 #ifdef HAVE_SYS_STATFS_H
21395 # include <sys/statfs.h>
21396 #endif
21399 main ()
21401 static struct statfs ac_aggr;
21402 if (sizeof ac_aggr.f_ffree)
21403 return 0;
21405 return 0;
21407 _ACEOF
21408 rm -f conftest.$ac_objext
21409 if { (ac_try="$ac_compile"
21410 case "(($ac_try" in
21411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21412 *) ac_try_echo=$ac_try;;
21413 esac
21414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21415 $as_echo "$ac_try_echo") >&5
21416 (eval "$ac_compile") 2>conftest.er1
21417 ac_status=$?
21418 grep -v '^ *+' conftest.er1 >conftest.err
21419 rm -f conftest.er1
21420 cat conftest.err >&5
21421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21422 (exit $ac_status); } && {
21423 test -z "$ac_c_werror_flag" ||
21424 test ! -s conftest.err
21425 } && test -s conftest.$ac_objext; then
21426 ac_cv_member_struct_statfs_f_ffree=yes
21427 else
21428 $as_echo "$as_me: failed program was:" >&5
21429 sed 's/^/| /' conftest.$ac_ext >&5
21431 ac_cv_member_struct_statfs_f_ffree=no
21434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21439 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21440 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21441 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21443 cat >>confdefs.h <<_ACEOF
21444 #define HAVE_STRUCT_STATFS_F_FFREE 1
21445 _ACEOF
21449 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21450 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21451 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21452 $as_echo_n "(cached) " >&6
21453 else
21454 cat >conftest.$ac_ext <<_ACEOF
21455 /* confdefs.h. */
21456 _ACEOF
21457 cat confdefs.h >>conftest.$ac_ext
21458 cat >>conftest.$ac_ext <<_ACEOF
21459 /* end confdefs.h. */
21460 #include <sys/types.h>
21461 #ifdef HAVE_SYS_PARAM_H
21462 # include <sys/param.h>
21463 #endif
21464 #ifdef HAVE_SYS_MOUNT_H
21465 # include <sys/mount.h>
21466 #endif
21467 #ifdef HAVE_SYS_VFS_H
21468 # include <sys/vfs.h>
21469 #endif
21470 #ifdef HAVE_SYS_STATFS_H
21471 # include <sys/statfs.h>
21472 #endif
21475 main ()
21477 static struct statfs ac_aggr;
21478 if (ac_aggr.f_favail)
21479 return 0;
21481 return 0;
21483 _ACEOF
21484 rm -f conftest.$ac_objext
21485 if { (ac_try="$ac_compile"
21486 case "(($ac_try" in
21487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21488 *) ac_try_echo=$ac_try;;
21489 esac
21490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21491 $as_echo "$ac_try_echo") >&5
21492 (eval "$ac_compile") 2>conftest.er1
21493 ac_status=$?
21494 grep -v '^ *+' conftest.er1 >conftest.err
21495 rm -f conftest.er1
21496 cat conftest.err >&5
21497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21498 (exit $ac_status); } && {
21499 test -z "$ac_c_werror_flag" ||
21500 test ! -s conftest.err
21501 } && test -s conftest.$ac_objext; then
21502 ac_cv_member_struct_statfs_f_favail=yes
21503 else
21504 $as_echo "$as_me: failed program was:" >&5
21505 sed 's/^/| /' conftest.$ac_ext >&5
21507 cat >conftest.$ac_ext <<_ACEOF
21508 /* confdefs.h. */
21509 _ACEOF
21510 cat confdefs.h >>conftest.$ac_ext
21511 cat >>conftest.$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 #include <sys/types.h>
21514 #ifdef HAVE_SYS_PARAM_H
21515 # include <sys/param.h>
21516 #endif
21517 #ifdef HAVE_SYS_MOUNT_H
21518 # include <sys/mount.h>
21519 #endif
21520 #ifdef HAVE_SYS_VFS_H
21521 # include <sys/vfs.h>
21522 #endif
21523 #ifdef HAVE_SYS_STATFS_H
21524 # include <sys/statfs.h>
21525 #endif
21528 main ()
21530 static struct statfs ac_aggr;
21531 if (sizeof ac_aggr.f_favail)
21532 return 0;
21534 return 0;
21536 _ACEOF
21537 rm -f conftest.$ac_objext
21538 if { (ac_try="$ac_compile"
21539 case "(($ac_try" in
21540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21541 *) ac_try_echo=$ac_try;;
21542 esac
21543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21544 $as_echo "$ac_try_echo") >&5
21545 (eval "$ac_compile") 2>conftest.er1
21546 ac_status=$?
21547 grep -v '^ *+' conftest.er1 >conftest.err
21548 rm -f conftest.er1
21549 cat conftest.err >&5
21550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21551 (exit $ac_status); } && {
21552 test -z "$ac_c_werror_flag" ||
21553 test ! -s conftest.err
21554 } && test -s conftest.$ac_objext; then
21555 ac_cv_member_struct_statfs_f_favail=yes
21556 else
21557 $as_echo "$as_me: failed program was:" >&5
21558 sed 's/^/| /' conftest.$ac_ext >&5
21560 ac_cv_member_struct_statfs_f_favail=no
21563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21568 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21569 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21570 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21572 cat >>confdefs.h <<_ACEOF
21573 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21574 _ACEOF
21578 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21579 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21580 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21581 $as_echo_n "(cached) " >&6
21582 else
21583 cat >conftest.$ac_ext <<_ACEOF
21584 /* confdefs.h. */
21585 _ACEOF
21586 cat confdefs.h >>conftest.$ac_ext
21587 cat >>conftest.$ac_ext <<_ACEOF
21588 /* end confdefs.h. */
21589 #include <sys/types.h>
21590 #ifdef HAVE_SYS_PARAM_H
21591 # include <sys/param.h>
21592 #endif
21593 #ifdef HAVE_SYS_MOUNT_H
21594 # include <sys/mount.h>
21595 #endif
21596 #ifdef HAVE_SYS_VFS_H
21597 # include <sys/vfs.h>
21598 #endif
21599 #ifdef HAVE_SYS_STATFS_H
21600 # include <sys/statfs.h>
21601 #endif
21604 main ()
21606 static struct statfs ac_aggr;
21607 if (ac_aggr.f_namelen)
21608 return 0;
21610 return 0;
21612 _ACEOF
21613 rm -f conftest.$ac_objext
21614 if { (ac_try="$ac_compile"
21615 case "(($ac_try" in
21616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21617 *) ac_try_echo=$ac_try;;
21618 esac
21619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21620 $as_echo "$ac_try_echo") >&5
21621 (eval "$ac_compile") 2>conftest.er1
21622 ac_status=$?
21623 grep -v '^ *+' conftest.er1 >conftest.err
21624 rm -f conftest.er1
21625 cat conftest.err >&5
21626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21627 (exit $ac_status); } && {
21628 test -z "$ac_c_werror_flag" ||
21629 test ! -s conftest.err
21630 } && test -s conftest.$ac_objext; then
21631 ac_cv_member_struct_statfs_f_namelen=yes
21632 else
21633 $as_echo "$as_me: failed program was:" >&5
21634 sed 's/^/| /' conftest.$ac_ext >&5
21636 cat >conftest.$ac_ext <<_ACEOF
21637 /* confdefs.h. */
21638 _ACEOF
21639 cat confdefs.h >>conftest.$ac_ext
21640 cat >>conftest.$ac_ext <<_ACEOF
21641 /* end confdefs.h. */
21642 #include <sys/types.h>
21643 #ifdef HAVE_SYS_PARAM_H
21644 # include <sys/param.h>
21645 #endif
21646 #ifdef HAVE_SYS_MOUNT_H
21647 # include <sys/mount.h>
21648 #endif
21649 #ifdef HAVE_SYS_VFS_H
21650 # include <sys/vfs.h>
21651 #endif
21652 #ifdef HAVE_SYS_STATFS_H
21653 # include <sys/statfs.h>
21654 #endif
21657 main ()
21659 static struct statfs ac_aggr;
21660 if (sizeof ac_aggr.f_namelen)
21661 return 0;
21663 return 0;
21665 _ACEOF
21666 rm -f conftest.$ac_objext
21667 if { (ac_try="$ac_compile"
21668 case "(($ac_try" in
21669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21670 *) ac_try_echo=$ac_try;;
21671 esac
21672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21673 $as_echo "$ac_try_echo") >&5
21674 (eval "$ac_compile") 2>conftest.er1
21675 ac_status=$?
21676 grep -v '^ *+' conftest.er1 >conftest.err
21677 rm -f conftest.er1
21678 cat conftest.err >&5
21679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21680 (exit $ac_status); } && {
21681 test -z "$ac_c_werror_flag" ||
21682 test ! -s conftest.err
21683 } && test -s conftest.$ac_objext; then
21684 ac_cv_member_struct_statfs_f_namelen=yes
21685 else
21686 $as_echo "$as_me: failed program was:" >&5
21687 sed 's/^/| /' conftest.$ac_ext >&5
21689 ac_cv_member_struct_statfs_f_namelen=no
21692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21697 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21698 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21699 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21701 cat >>confdefs.h <<_ACEOF
21702 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21703 _ACEOF
21709 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21710 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21711 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21712 $as_echo_n "(cached) " >&6
21713 else
21714 cat >conftest.$ac_ext <<_ACEOF
21715 /* confdefs.h. */
21716 _ACEOF
21717 cat confdefs.h >>conftest.$ac_ext
21718 cat >>conftest.$ac_ext <<_ACEOF
21719 /* end confdefs.h. */
21720 #ifdef HAVE_SYS_STATVFS_H
21721 #include <sys/statvfs.h>
21722 #endif
21725 main ()
21727 static struct statvfs ac_aggr;
21728 if (ac_aggr.f_blocks)
21729 return 0;
21731 return 0;
21733 _ACEOF
21734 rm -f conftest.$ac_objext
21735 if { (ac_try="$ac_compile"
21736 case "(($ac_try" in
21737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21738 *) ac_try_echo=$ac_try;;
21739 esac
21740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21741 $as_echo "$ac_try_echo") >&5
21742 (eval "$ac_compile") 2>conftest.er1
21743 ac_status=$?
21744 grep -v '^ *+' conftest.er1 >conftest.err
21745 rm -f conftest.er1
21746 cat conftest.err >&5
21747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } && {
21749 test -z "$ac_c_werror_flag" ||
21750 test ! -s conftest.err
21751 } && test -s conftest.$ac_objext; then
21752 ac_cv_member_struct_statvfs_f_blocks=yes
21753 else
21754 $as_echo "$as_me: failed program was:" >&5
21755 sed 's/^/| /' conftest.$ac_ext >&5
21757 cat >conftest.$ac_ext <<_ACEOF
21758 /* confdefs.h. */
21759 _ACEOF
21760 cat confdefs.h >>conftest.$ac_ext
21761 cat >>conftest.$ac_ext <<_ACEOF
21762 /* end confdefs.h. */
21763 #ifdef HAVE_SYS_STATVFS_H
21764 #include <sys/statvfs.h>
21765 #endif
21768 main ()
21770 static struct statvfs ac_aggr;
21771 if (sizeof ac_aggr.f_blocks)
21772 return 0;
21774 return 0;
21776 _ACEOF
21777 rm -f conftest.$ac_objext
21778 if { (ac_try="$ac_compile"
21779 case "(($ac_try" in
21780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21781 *) ac_try_echo=$ac_try;;
21782 esac
21783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21784 $as_echo "$ac_try_echo") >&5
21785 (eval "$ac_compile") 2>conftest.er1
21786 ac_status=$?
21787 grep -v '^ *+' conftest.er1 >conftest.err
21788 rm -f conftest.er1
21789 cat conftest.err >&5
21790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21791 (exit $ac_status); } && {
21792 test -z "$ac_c_werror_flag" ||
21793 test ! -s conftest.err
21794 } && test -s conftest.$ac_objext; then
21795 ac_cv_member_struct_statvfs_f_blocks=yes
21796 else
21797 $as_echo "$as_me: failed program was:" >&5
21798 sed 's/^/| /' conftest.$ac_ext >&5
21800 ac_cv_member_struct_statvfs_f_blocks=no
21803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21808 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21809 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21810 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21812 cat >>confdefs.h <<_ACEOF
21813 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21814 _ACEOF
21820 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21821 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21822 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21823 $as_echo_n "(cached) " >&6
21824 else
21825 cat >conftest.$ac_ext <<_ACEOF
21826 /* confdefs.h. */
21827 _ACEOF
21828 cat confdefs.h >>conftest.$ac_ext
21829 cat >>conftest.$ac_ext <<_ACEOF
21830 /* end confdefs.h. */
21831 #include <sys/types.h>
21832 #ifdef HAVE_SYS_SOCKET_H
21833 # include <sys/socket.h>
21834 #endif
21835 #ifdef HAVE_SYS_UN_H
21836 # include <sys/un.h>
21837 #endif
21840 main ()
21842 static struct msghdr ac_aggr;
21843 if (ac_aggr.msg_accrights)
21844 return 0;
21846 return 0;
21848 _ACEOF
21849 rm -f conftest.$ac_objext
21850 if { (ac_try="$ac_compile"
21851 case "(($ac_try" in
21852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21853 *) ac_try_echo=$ac_try;;
21854 esac
21855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21856 $as_echo "$ac_try_echo") >&5
21857 (eval "$ac_compile") 2>conftest.er1
21858 ac_status=$?
21859 grep -v '^ *+' conftest.er1 >conftest.err
21860 rm -f conftest.er1
21861 cat conftest.err >&5
21862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21863 (exit $ac_status); } && {
21864 test -z "$ac_c_werror_flag" ||
21865 test ! -s conftest.err
21866 } && test -s conftest.$ac_objext; then
21867 ac_cv_member_struct_msghdr_msg_accrights=yes
21868 else
21869 $as_echo "$as_me: failed program was:" >&5
21870 sed 's/^/| /' conftest.$ac_ext >&5
21872 cat >conftest.$ac_ext <<_ACEOF
21873 /* confdefs.h. */
21874 _ACEOF
21875 cat confdefs.h >>conftest.$ac_ext
21876 cat >>conftest.$ac_ext <<_ACEOF
21877 /* end confdefs.h. */
21878 #include <sys/types.h>
21879 #ifdef HAVE_SYS_SOCKET_H
21880 # include <sys/socket.h>
21881 #endif
21882 #ifdef HAVE_SYS_UN_H
21883 # include <sys/un.h>
21884 #endif
21887 main ()
21889 static struct msghdr ac_aggr;
21890 if (sizeof ac_aggr.msg_accrights)
21891 return 0;
21893 return 0;
21895 _ACEOF
21896 rm -f conftest.$ac_objext
21897 if { (ac_try="$ac_compile"
21898 case "(($ac_try" in
21899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21900 *) ac_try_echo=$ac_try;;
21901 esac
21902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21903 $as_echo "$ac_try_echo") >&5
21904 (eval "$ac_compile") 2>conftest.er1
21905 ac_status=$?
21906 grep -v '^ *+' conftest.er1 >conftest.err
21907 rm -f conftest.er1
21908 cat conftest.err >&5
21909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); } && {
21911 test -z "$ac_c_werror_flag" ||
21912 test ! -s conftest.err
21913 } && test -s conftest.$ac_objext; then
21914 ac_cv_member_struct_msghdr_msg_accrights=yes
21915 else
21916 $as_echo "$as_me: failed program was:" >&5
21917 sed 's/^/| /' conftest.$ac_ext >&5
21919 ac_cv_member_struct_msghdr_msg_accrights=no
21922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21927 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21928 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21929 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21931 cat >>confdefs.h <<_ACEOF
21932 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21933 _ACEOF
21937 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21938 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21939 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21940 $as_echo_n "(cached) " >&6
21941 else
21942 cat >conftest.$ac_ext <<_ACEOF
21943 /* confdefs.h. */
21944 _ACEOF
21945 cat confdefs.h >>conftest.$ac_ext
21946 cat >>conftest.$ac_ext <<_ACEOF
21947 /* end confdefs.h. */
21948 #include <sys/types.h>
21949 #ifdef HAVE_SYS_SOCKET_H
21950 # include <sys/socket.h>
21951 #endif
21952 #ifdef HAVE_SYS_UN_H
21953 # include <sys/un.h>
21954 #endif
21957 main ()
21959 static struct sockaddr ac_aggr;
21960 if (ac_aggr.sa_len)
21961 return 0;
21963 return 0;
21965 _ACEOF
21966 rm -f conftest.$ac_objext
21967 if { (ac_try="$ac_compile"
21968 case "(($ac_try" in
21969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21970 *) ac_try_echo=$ac_try;;
21971 esac
21972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21973 $as_echo "$ac_try_echo") >&5
21974 (eval "$ac_compile") 2>conftest.er1
21975 ac_status=$?
21976 grep -v '^ *+' conftest.er1 >conftest.err
21977 rm -f conftest.er1
21978 cat conftest.err >&5
21979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21980 (exit $ac_status); } && {
21981 test -z "$ac_c_werror_flag" ||
21982 test ! -s conftest.err
21983 } && test -s conftest.$ac_objext; then
21984 ac_cv_member_struct_sockaddr_sa_len=yes
21985 else
21986 $as_echo "$as_me: failed program was:" >&5
21987 sed 's/^/| /' conftest.$ac_ext >&5
21989 cat >conftest.$ac_ext <<_ACEOF
21990 /* confdefs.h. */
21991 _ACEOF
21992 cat confdefs.h >>conftest.$ac_ext
21993 cat >>conftest.$ac_ext <<_ACEOF
21994 /* end confdefs.h. */
21995 #include <sys/types.h>
21996 #ifdef HAVE_SYS_SOCKET_H
21997 # include <sys/socket.h>
21998 #endif
21999 #ifdef HAVE_SYS_UN_H
22000 # include <sys/un.h>
22001 #endif
22004 main ()
22006 static struct sockaddr ac_aggr;
22007 if (sizeof ac_aggr.sa_len)
22008 return 0;
22010 return 0;
22012 _ACEOF
22013 rm -f conftest.$ac_objext
22014 if { (ac_try="$ac_compile"
22015 case "(($ac_try" in
22016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22017 *) ac_try_echo=$ac_try;;
22018 esac
22019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22020 $as_echo "$ac_try_echo") >&5
22021 (eval "$ac_compile") 2>conftest.er1
22022 ac_status=$?
22023 grep -v '^ *+' conftest.er1 >conftest.err
22024 rm -f conftest.er1
22025 cat conftest.err >&5
22026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22027 (exit $ac_status); } && {
22028 test -z "$ac_c_werror_flag" ||
22029 test ! -s conftest.err
22030 } && test -s conftest.$ac_objext; then
22031 ac_cv_member_struct_sockaddr_sa_len=yes
22032 else
22033 $as_echo "$as_me: failed program was:" >&5
22034 sed 's/^/| /' conftest.$ac_ext >&5
22036 ac_cv_member_struct_sockaddr_sa_len=no
22039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22044 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22045 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22046 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22048 cat >>confdefs.h <<_ACEOF
22049 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22050 _ACEOF
22054 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22055 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22056 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22057 $as_echo_n "(cached) " >&6
22058 else
22059 cat >conftest.$ac_ext <<_ACEOF
22060 /* confdefs.h. */
22061 _ACEOF
22062 cat confdefs.h >>conftest.$ac_ext
22063 cat >>conftest.$ac_ext <<_ACEOF
22064 /* end confdefs.h. */
22065 #include <sys/types.h>
22066 #ifdef HAVE_SYS_SOCKET_H
22067 # include <sys/socket.h>
22068 #endif
22069 #ifdef HAVE_SYS_UN_H
22070 # include <sys/un.h>
22071 #endif
22074 main ()
22076 static struct sockaddr_un ac_aggr;
22077 if (ac_aggr.sun_len)
22078 return 0;
22080 return 0;
22082 _ACEOF
22083 rm -f conftest.$ac_objext
22084 if { (ac_try="$ac_compile"
22085 case "(($ac_try" in
22086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22087 *) ac_try_echo=$ac_try;;
22088 esac
22089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22090 $as_echo "$ac_try_echo") >&5
22091 (eval "$ac_compile") 2>conftest.er1
22092 ac_status=$?
22093 grep -v '^ *+' conftest.er1 >conftest.err
22094 rm -f conftest.er1
22095 cat conftest.err >&5
22096 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22097 (exit $ac_status); } && {
22098 test -z "$ac_c_werror_flag" ||
22099 test ! -s conftest.err
22100 } && test -s conftest.$ac_objext; then
22101 ac_cv_member_struct_sockaddr_un_sun_len=yes
22102 else
22103 $as_echo "$as_me: failed program was:" >&5
22104 sed 's/^/| /' conftest.$ac_ext >&5
22106 cat >conftest.$ac_ext <<_ACEOF
22107 /* confdefs.h. */
22108 _ACEOF
22109 cat confdefs.h >>conftest.$ac_ext
22110 cat >>conftest.$ac_ext <<_ACEOF
22111 /* end confdefs.h. */
22112 #include <sys/types.h>
22113 #ifdef HAVE_SYS_SOCKET_H
22114 # include <sys/socket.h>
22115 #endif
22116 #ifdef HAVE_SYS_UN_H
22117 # include <sys/un.h>
22118 #endif
22121 main ()
22123 static struct sockaddr_un ac_aggr;
22124 if (sizeof ac_aggr.sun_len)
22125 return 0;
22127 return 0;
22129 _ACEOF
22130 rm -f conftest.$ac_objext
22131 if { (ac_try="$ac_compile"
22132 case "(($ac_try" in
22133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22134 *) ac_try_echo=$ac_try;;
22135 esac
22136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22137 $as_echo "$ac_try_echo") >&5
22138 (eval "$ac_compile") 2>conftest.er1
22139 ac_status=$?
22140 grep -v '^ *+' conftest.er1 >conftest.err
22141 rm -f conftest.er1
22142 cat conftest.err >&5
22143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22144 (exit $ac_status); } && {
22145 test -z "$ac_c_werror_flag" ||
22146 test ! -s conftest.err
22147 } && test -s conftest.$ac_objext; then
22148 ac_cv_member_struct_sockaddr_un_sun_len=yes
22149 else
22150 $as_echo "$as_me: failed program was:" >&5
22151 sed 's/^/| /' conftest.$ac_ext >&5
22153 ac_cv_member_struct_sockaddr_un_sun_len=no
22156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22161 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22162 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22163 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22165 cat >>confdefs.h <<_ACEOF
22166 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22167 _ACEOF
22173 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22174 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22175 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22176 $as_echo_n "(cached) " >&6
22177 else
22178 cat >conftest.$ac_ext <<_ACEOF
22179 /* confdefs.h. */
22180 _ACEOF
22181 cat confdefs.h >>conftest.$ac_ext
22182 cat >>conftest.$ac_ext <<_ACEOF
22183 /* end confdefs.h. */
22184 #include <sys/types.h>
22185 #ifdef HAVE_SCSI_SG_H
22186 #include <scsi/sg.h>
22187 #endif
22190 main ()
22192 static scsireq_t ac_aggr;
22193 if (ac_aggr.cmd)
22194 return 0;
22196 return 0;
22198 _ACEOF
22199 rm -f conftest.$ac_objext
22200 if { (ac_try="$ac_compile"
22201 case "(($ac_try" in
22202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22203 *) ac_try_echo=$ac_try;;
22204 esac
22205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22206 $as_echo "$ac_try_echo") >&5
22207 (eval "$ac_compile") 2>conftest.er1
22208 ac_status=$?
22209 grep -v '^ *+' conftest.er1 >conftest.err
22210 rm -f conftest.er1
22211 cat conftest.err >&5
22212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22213 (exit $ac_status); } && {
22214 test -z "$ac_c_werror_flag" ||
22215 test ! -s conftest.err
22216 } && test -s conftest.$ac_objext; then
22217 ac_cv_member_scsireq_t_cmd=yes
22218 else
22219 $as_echo "$as_me: failed program was:" >&5
22220 sed 's/^/| /' conftest.$ac_ext >&5
22222 cat >conftest.$ac_ext <<_ACEOF
22223 /* confdefs.h. */
22224 _ACEOF
22225 cat confdefs.h >>conftest.$ac_ext
22226 cat >>conftest.$ac_ext <<_ACEOF
22227 /* end confdefs.h. */
22228 #include <sys/types.h>
22229 #ifdef HAVE_SCSI_SG_H
22230 #include <scsi/sg.h>
22231 #endif
22234 main ()
22236 static scsireq_t ac_aggr;
22237 if (sizeof ac_aggr.cmd)
22238 return 0;
22240 return 0;
22242 _ACEOF
22243 rm -f conftest.$ac_objext
22244 if { (ac_try="$ac_compile"
22245 case "(($ac_try" in
22246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22247 *) ac_try_echo=$ac_try;;
22248 esac
22249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22250 $as_echo "$ac_try_echo") >&5
22251 (eval "$ac_compile") 2>conftest.er1
22252 ac_status=$?
22253 grep -v '^ *+' conftest.er1 >conftest.err
22254 rm -f conftest.er1
22255 cat conftest.err >&5
22256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22257 (exit $ac_status); } && {
22258 test -z "$ac_c_werror_flag" ||
22259 test ! -s conftest.err
22260 } && test -s conftest.$ac_objext; then
22261 ac_cv_member_scsireq_t_cmd=yes
22262 else
22263 $as_echo "$as_me: failed program was:" >&5
22264 sed 's/^/| /' conftest.$ac_ext >&5
22266 ac_cv_member_scsireq_t_cmd=no
22269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22274 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22275 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22276 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22278 cat >>confdefs.h <<_ACEOF
22279 #define HAVE_SCSIREQ_T_CMD 1
22280 _ACEOF
22284 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22285 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22286 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22287 $as_echo_n "(cached) " >&6
22288 else
22289 cat >conftest.$ac_ext <<_ACEOF
22290 /* confdefs.h. */
22291 _ACEOF
22292 cat confdefs.h >>conftest.$ac_ext
22293 cat >>conftest.$ac_ext <<_ACEOF
22294 /* end confdefs.h. */
22295 #include <sys/types.h>
22296 #ifdef HAVE_SCSI_SG_H
22297 #include <scsi/sg.h>
22298 #endif
22301 main ()
22303 static sg_io_hdr_t ac_aggr;
22304 if (ac_aggr.interface_id)
22305 return 0;
22307 return 0;
22309 _ACEOF
22310 rm -f conftest.$ac_objext
22311 if { (ac_try="$ac_compile"
22312 case "(($ac_try" in
22313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22314 *) ac_try_echo=$ac_try;;
22315 esac
22316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22317 $as_echo "$ac_try_echo") >&5
22318 (eval "$ac_compile") 2>conftest.er1
22319 ac_status=$?
22320 grep -v '^ *+' conftest.er1 >conftest.err
22321 rm -f conftest.er1
22322 cat conftest.err >&5
22323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22324 (exit $ac_status); } && {
22325 test -z "$ac_c_werror_flag" ||
22326 test ! -s conftest.err
22327 } && test -s conftest.$ac_objext; then
22328 ac_cv_member_sg_io_hdr_t_interface_id=yes
22329 else
22330 $as_echo "$as_me: failed program was:" >&5
22331 sed 's/^/| /' conftest.$ac_ext >&5
22333 cat >conftest.$ac_ext <<_ACEOF
22334 /* confdefs.h. */
22335 _ACEOF
22336 cat confdefs.h >>conftest.$ac_ext
22337 cat >>conftest.$ac_ext <<_ACEOF
22338 /* end confdefs.h. */
22339 #include <sys/types.h>
22340 #ifdef HAVE_SCSI_SG_H
22341 #include <scsi/sg.h>
22342 #endif
22345 main ()
22347 static sg_io_hdr_t ac_aggr;
22348 if (sizeof ac_aggr.interface_id)
22349 return 0;
22351 return 0;
22353 _ACEOF
22354 rm -f conftest.$ac_objext
22355 if { (ac_try="$ac_compile"
22356 case "(($ac_try" in
22357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22358 *) ac_try_echo=$ac_try;;
22359 esac
22360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22361 $as_echo "$ac_try_echo") >&5
22362 (eval "$ac_compile") 2>conftest.er1
22363 ac_status=$?
22364 grep -v '^ *+' conftest.er1 >conftest.err
22365 rm -f conftest.er1
22366 cat conftest.err >&5
22367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22368 (exit $ac_status); } && {
22369 test -z "$ac_c_werror_flag" ||
22370 test ! -s conftest.err
22371 } && test -s conftest.$ac_objext; then
22372 ac_cv_member_sg_io_hdr_t_interface_id=yes
22373 else
22374 $as_echo "$as_me: failed program was:" >&5
22375 sed 's/^/| /' conftest.$ac_ext >&5
22377 ac_cv_member_sg_io_hdr_t_interface_id=no
22380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22385 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22386 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22387 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22389 cat >>confdefs.h <<_ACEOF
22390 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22391 _ACEOF
22397 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22398 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22399 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22400 $as_echo_n "(cached) " >&6
22401 else
22402 cat >conftest.$ac_ext <<_ACEOF
22403 /* confdefs.h. */
22404 _ACEOF
22405 cat confdefs.h >>conftest.$ac_ext
22406 cat >>conftest.$ac_ext <<_ACEOF
22407 /* end confdefs.h. */
22408 #include <signal.h>
22411 main ()
22413 static siginfo_t ac_aggr;
22414 if (ac_aggr.si_fd)
22415 return 0;
22417 return 0;
22419 _ACEOF
22420 rm -f conftest.$ac_objext
22421 if { (ac_try="$ac_compile"
22422 case "(($ac_try" in
22423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22424 *) ac_try_echo=$ac_try;;
22425 esac
22426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22427 $as_echo "$ac_try_echo") >&5
22428 (eval "$ac_compile") 2>conftest.er1
22429 ac_status=$?
22430 grep -v '^ *+' conftest.er1 >conftest.err
22431 rm -f conftest.er1
22432 cat conftest.err >&5
22433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22434 (exit $ac_status); } && {
22435 test -z "$ac_c_werror_flag" ||
22436 test ! -s conftest.err
22437 } && test -s conftest.$ac_objext; then
22438 ac_cv_member_siginfo_t_si_fd=yes
22439 else
22440 $as_echo "$as_me: failed program was:" >&5
22441 sed 's/^/| /' conftest.$ac_ext >&5
22443 cat >conftest.$ac_ext <<_ACEOF
22444 /* confdefs.h. */
22445 _ACEOF
22446 cat confdefs.h >>conftest.$ac_ext
22447 cat >>conftest.$ac_ext <<_ACEOF
22448 /* end confdefs.h. */
22449 #include <signal.h>
22452 main ()
22454 static siginfo_t ac_aggr;
22455 if (sizeof ac_aggr.si_fd)
22456 return 0;
22458 return 0;
22460 _ACEOF
22461 rm -f conftest.$ac_objext
22462 if { (ac_try="$ac_compile"
22463 case "(($ac_try" in
22464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22465 *) ac_try_echo=$ac_try;;
22466 esac
22467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22468 $as_echo "$ac_try_echo") >&5
22469 (eval "$ac_compile") 2>conftest.er1
22470 ac_status=$?
22471 grep -v '^ *+' conftest.er1 >conftest.err
22472 rm -f conftest.er1
22473 cat conftest.err >&5
22474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22475 (exit $ac_status); } && {
22476 test -z "$ac_c_werror_flag" ||
22477 test ! -s conftest.err
22478 } && test -s conftest.$ac_objext; then
22479 ac_cv_member_siginfo_t_si_fd=yes
22480 else
22481 $as_echo "$as_me: failed program was:" >&5
22482 sed 's/^/| /' conftest.$ac_ext >&5
22484 ac_cv_member_siginfo_t_si_fd=no
22487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22492 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22493 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22494 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22496 cat >>confdefs.h <<_ACEOF
22497 #define HAVE_SIGINFO_T_SI_FD 1
22498 _ACEOF
22504 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22505 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22506 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22507 $as_echo_n "(cached) " >&6
22508 else
22509 cat >conftest.$ac_ext <<_ACEOF
22510 /* confdefs.h. */
22511 _ACEOF
22512 cat confdefs.h >>conftest.$ac_ext
22513 cat >>conftest.$ac_ext <<_ACEOF
22514 /* end confdefs.h. */
22515 #include <sys/types.h>
22516 #ifdef HAVE_SYS_MTIO_H
22517 #include <sys/mtio.h>
22518 #endif
22521 main ()
22523 static struct mtget ac_aggr;
22524 if (ac_aggr.mt_blksiz)
22525 return 0;
22527 return 0;
22529 _ACEOF
22530 rm -f conftest.$ac_objext
22531 if { (ac_try="$ac_compile"
22532 case "(($ac_try" in
22533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22534 *) ac_try_echo=$ac_try;;
22535 esac
22536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22537 $as_echo "$ac_try_echo") >&5
22538 (eval "$ac_compile") 2>conftest.er1
22539 ac_status=$?
22540 grep -v '^ *+' conftest.er1 >conftest.err
22541 rm -f conftest.er1
22542 cat conftest.err >&5
22543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22544 (exit $ac_status); } && {
22545 test -z "$ac_c_werror_flag" ||
22546 test ! -s conftest.err
22547 } && test -s conftest.$ac_objext; then
22548 ac_cv_member_struct_mtget_mt_blksiz=yes
22549 else
22550 $as_echo "$as_me: failed program was:" >&5
22551 sed 's/^/| /' conftest.$ac_ext >&5
22553 cat >conftest.$ac_ext <<_ACEOF
22554 /* confdefs.h. */
22555 _ACEOF
22556 cat confdefs.h >>conftest.$ac_ext
22557 cat >>conftest.$ac_ext <<_ACEOF
22558 /* end confdefs.h. */
22559 #include <sys/types.h>
22560 #ifdef HAVE_SYS_MTIO_H
22561 #include <sys/mtio.h>
22562 #endif
22565 main ()
22567 static struct mtget ac_aggr;
22568 if (sizeof ac_aggr.mt_blksiz)
22569 return 0;
22571 return 0;
22573 _ACEOF
22574 rm -f conftest.$ac_objext
22575 if { (ac_try="$ac_compile"
22576 case "(($ac_try" in
22577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22578 *) ac_try_echo=$ac_try;;
22579 esac
22580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22581 $as_echo "$ac_try_echo") >&5
22582 (eval "$ac_compile") 2>conftest.er1
22583 ac_status=$?
22584 grep -v '^ *+' conftest.er1 >conftest.err
22585 rm -f conftest.er1
22586 cat conftest.err >&5
22587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22588 (exit $ac_status); } && {
22589 test -z "$ac_c_werror_flag" ||
22590 test ! -s conftest.err
22591 } && test -s conftest.$ac_objext; then
22592 ac_cv_member_struct_mtget_mt_blksiz=yes
22593 else
22594 $as_echo "$as_me: failed program was:" >&5
22595 sed 's/^/| /' conftest.$ac_ext >&5
22597 ac_cv_member_struct_mtget_mt_blksiz=no
22600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22605 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22606 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22607 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22609 cat >>confdefs.h <<_ACEOF
22610 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22611 _ACEOF
22615 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22616 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22617 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22618 $as_echo_n "(cached) " >&6
22619 else
22620 cat >conftest.$ac_ext <<_ACEOF
22621 /* confdefs.h. */
22622 _ACEOF
22623 cat confdefs.h >>conftest.$ac_ext
22624 cat >>conftest.$ac_ext <<_ACEOF
22625 /* end confdefs.h. */
22626 #include <sys/types.h>
22627 #ifdef HAVE_SYS_MTIO_H
22628 #include <sys/mtio.h>
22629 #endif
22632 main ()
22634 static struct mtget ac_aggr;
22635 if (ac_aggr.mt_gstat)
22636 return 0;
22638 return 0;
22640 _ACEOF
22641 rm -f conftest.$ac_objext
22642 if { (ac_try="$ac_compile"
22643 case "(($ac_try" in
22644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22645 *) ac_try_echo=$ac_try;;
22646 esac
22647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22648 $as_echo "$ac_try_echo") >&5
22649 (eval "$ac_compile") 2>conftest.er1
22650 ac_status=$?
22651 grep -v '^ *+' conftest.er1 >conftest.err
22652 rm -f conftest.er1
22653 cat conftest.err >&5
22654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22655 (exit $ac_status); } && {
22656 test -z "$ac_c_werror_flag" ||
22657 test ! -s conftest.err
22658 } && test -s conftest.$ac_objext; then
22659 ac_cv_member_struct_mtget_mt_gstat=yes
22660 else
22661 $as_echo "$as_me: failed program was:" >&5
22662 sed 's/^/| /' conftest.$ac_ext >&5
22664 cat >conftest.$ac_ext <<_ACEOF
22665 /* confdefs.h. */
22666 _ACEOF
22667 cat confdefs.h >>conftest.$ac_ext
22668 cat >>conftest.$ac_ext <<_ACEOF
22669 /* end confdefs.h. */
22670 #include <sys/types.h>
22671 #ifdef HAVE_SYS_MTIO_H
22672 #include <sys/mtio.h>
22673 #endif
22676 main ()
22678 static struct mtget ac_aggr;
22679 if (sizeof ac_aggr.mt_gstat)
22680 return 0;
22682 return 0;
22684 _ACEOF
22685 rm -f conftest.$ac_objext
22686 if { (ac_try="$ac_compile"
22687 case "(($ac_try" in
22688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22689 *) ac_try_echo=$ac_try;;
22690 esac
22691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22692 $as_echo "$ac_try_echo") >&5
22693 (eval "$ac_compile") 2>conftest.er1
22694 ac_status=$?
22695 grep -v '^ *+' conftest.er1 >conftest.err
22696 rm -f conftest.er1
22697 cat conftest.err >&5
22698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699 (exit $ac_status); } && {
22700 test -z "$ac_c_werror_flag" ||
22701 test ! -s conftest.err
22702 } && test -s conftest.$ac_objext; then
22703 ac_cv_member_struct_mtget_mt_gstat=yes
22704 else
22705 $as_echo "$as_me: failed program was:" >&5
22706 sed 's/^/| /' conftest.$ac_ext >&5
22708 ac_cv_member_struct_mtget_mt_gstat=no
22711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22716 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22717 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22718 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22720 cat >>confdefs.h <<_ACEOF
22721 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22722 _ACEOF
22726 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22727 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22728 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22729 $as_echo_n "(cached) " >&6
22730 else
22731 cat >conftest.$ac_ext <<_ACEOF
22732 /* confdefs.h. */
22733 _ACEOF
22734 cat confdefs.h >>conftest.$ac_ext
22735 cat >>conftest.$ac_ext <<_ACEOF
22736 /* end confdefs.h. */
22737 #include <sys/types.h>
22738 #ifdef HAVE_SYS_MTIO_H
22739 #include <sys/mtio.h>
22740 #endif
22743 main ()
22745 static struct mtget ac_aggr;
22746 if (ac_aggr.mt_blkno)
22747 return 0;
22749 return 0;
22751 _ACEOF
22752 rm -f conftest.$ac_objext
22753 if { (ac_try="$ac_compile"
22754 case "(($ac_try" in
22755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22756 *) ac_try_echo=$ac_try;;
22757 esac
22758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22759 $as_echo "$ac_try_echo") >&5
22760 (eval "$ac_compile") 2>conftest.er1
22761 ac_status=$?
22762 grep -v '^ *+' conftest.er1 >conftest.err
22763 rm -f conftest.er1
22764 cat conftest.err >&5
22765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22766 (exit $ac_status); } && {
22767 test -z "$ac_c_werror_flag" ||
22768 test ! -s conftest.err
22769 } && test -s conftest.$ac_objext; then
22770 ac_cv_member_struct_mtget_mt_blkno=yes
22771 else
22772 $as_echo "$as_me: failed program was:" >&5
22773 sed 's/^/| /' conftest.$ac_ext >&5
22775 cat >conftest.$ac_ext <<_ACEOF
22776 /* confdefs.h. */
22777 _ACEOF
22778 cat confdefs.h >>conftest.$ac_ext
22779 cat >>conftest.$ac_ext <<_ACEOF
22780 /* end confdefs.h. */
22781 #include <sys/types.h>
22782 #ifdef HAVE_SYS_MTIO_H
22783 #include <sys/mtio.h>
22784 #endif
22787 main ()
22789 static struct mtget ac_aggr;
22790 if (sizeof ac_aggr.mt_blkno)
22791 return 0;
22793 return 0;
22795 _ACEOF
22796 rm -f conftest.$ac_objext
22797 if { (ac_try="$ac_compile"
22798 case "(($ac_try" in
22799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22800 *) ac_try_echo=$ac_try;;
22801 esac
22802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22803 $as_echo "$ac_try_echo") >&5
22804 (eval "$ac_compile") 2>conftest.er1
22805 ac_status=$?
22806 grep -v '^ *+' conftest.er1 >conftest.err
22807 rm -f conftest.er1
22808 cat conftest.err >&5
22809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && {
22811 test -z "$ac_c_werror_flag" ||
22812 test ! -s conftest.err
22813 } && test -s conftest.$ac_objext; then
22814 ac_cv_member_struct_mtget_mt_blkno=yes
22815 else
22816 $as_echo "$as_me: failed program was:" >&5
22817 sed 's/^/| /' conftest.$ac_ext >&5
22819 ac_cv_member_struct_mtget_mt_blkno=no
22822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22827 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22828 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22829 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22831 cat >>confdefs.h <<_ACEOF
22832 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22833 _ACEOF
22839 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22840 $as_echo_n "checking for struct option.name... " >&6; }
22841 if test "${ac_cv_member_struct_option_name+set}" = set; then
22842 $as_echo_n "(cached) " >&6
22843 else
22844 cat >conftest.$ac_ext <<_ACEOF
22845 /* confdefs.h. */
22846 _ACEOF
22847 cat confdefs.h >>conftest.$ac_ext
22848 cat >>conftest.$ac_ext <<_ACEOF
22849 /* end confdefs.h. */
22850 #ifdef HAVE_GETOPT_H
22851 #include <getopt.h>
22852 #endif
22855 main ()
22857 static struct option ac_aggr;
22858 if (ac_aggr.name)
22859 return 0;
22861 return 0;
22863 _ACEOF
22864 rm -f conftest.$ac_objext
22865 if { (ac_try="$ac_compile"
22866 case "(($ac_try" in
22867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22868 *) ac_try_echo=$ac_try;;
22869 esac
22870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22871 $as_echo "$ac_try_echo") >&5
22872 (eval "$ac_compile") 2>conftest.er1
22873 ac_status=$?
22874 grep -v '^ *+' conftest.er1 >conftest.err
22875 rm -f conftest.er1
22876 cat conftest.err >&5
22877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22878 (exit $ac_status); } && {
22879 test -z "$ac_c_werror_flag" ||
22880 test ! -s conftest.err
22881 } && test -s conftest.$ac_objext; then
22882 ac_cv_member_struct_option_name=yes
22883 else
22884 $as_echo "$as_me: failed program was:" >&5
22885 sed 's/^/| /' conftest.$ac_ext >&5
22887 cat >conftest.$ac_ext <<_ACEOF
22888 /* confdefs.h. */
22889 _ACEOF
22890 cat confdefs.h >>conftest.$ac_ext
22891 cat >>conftest.$ac_ext <<_ACEOF
22892 /* end confdefs.h. */
22893 #ifdef HAVE_GETOPT_H
22894 #include <getopt.h>
22895 #endif
22898 main ()
22900 static struct option ac_aggr;
22901 if (sizeof ac_aggr.name)
22902 return 0;
22904 return 0;
22906 _ACEOF
22907 rm -f conftest.$ac_objext
22908 if { (ac_try="$ac_compile"
22909 case "(($ac_try" in
22910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22911 *) ac_try_echo=$ac_try;;
22912 esac
22913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22914 $as_echo "$ac_try_echo") >&5
22915 (eval "$ac_compile") 2>conftest.er1
22916 ac_status=$?
22917 grep -v '^ *+' conftest.er1 >conftest.err
22918 rm -f conftest.er1
22919 cat conftest.err >&5
22920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22921 (exit $ac_status); } && {
22922 test -z "$ac_c_werror_flag" ||
22923 test ! -s conftest.err
22924 } && test -s conftest.$ac_objext; then
22925 ac_cv_member_struct_option_name=yes
22926 else
22927 $as_echo "$as_me: failed program was:" >&5
22928 sed 's/^/| /' conftest.$ac_ext >&5
22930 ac_cv_member_struct_option_name=no
22933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22938 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22939 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22940 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22942 cat >>confdefs.h <<_ACEOF
22943 #define HAVE_STRUCT_OPTION_NAME 1
22944 _ACEOF
22950 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22951 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22952 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22953 $as_echo_n "(cached) " >&6
22954 else
22955 cat >conftest.$ac_ext <<_ACEOF
22956 /* confdefs.h. */
22957 _ACEOF
22958 cat confdefs.h >>conftest.$ac_ext
22959 cat >>conftest.$ac_ext <<_ACEOF
22960 /* end confdefs.h. */
22961 $ac_includes_default
22963 main ()
22965 static struct stat ac_aggr;
22966 if (ac_aggr.st_blocks)
22967 return 0;
22969 return 0;
22971 _ACEOF
22972 rm -f conftest.$ac_objext
22973 if { (ac_try="$ac_compile"
22974 case "(($ac_try" in
22975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22976 *) ac_try_echo=$ac_try;;
22977 esac
22978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22979 $as_echo "$ac_try_echo") >&5
22980 (eval "$ac_compile") 2>conftest.er1
22981 ac_status=$?
22982 grep -v '^ *+' conftest.er1 >conftest.err
22983 rm -f conftest.er1
22984 cat conftest.err >&5
22985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22986 (exit $ac_status); } && {
22987 test -z "$ac_c_werror_flag" ||
22988 test ! -s conftest.err
22989 } && test -s conftest.$ac_objext; then
22990 ac_cv_member_struct_stat_st_blocks=yes
22991 else
22992 $as_echo "$as_me: failed program was:" >&5
22993 sed 's/^/| /' conftest.$ac_ext >&5
22995 cat >conftest.$ac_ext <<_ACEOF
22996 /* confdefs.h. */
22997 _ACEOF
22998 cat confdefs.h >>conftest.$ac_ext
22999 cat >>conftest.$ac_ext <<_ACEOF
23000 /* end confdefs.h. */
23001 $ac_includes_default
23003 main ()
23005 static struct stat ac_aggr;
23006 if (sizeof ac_aggr.st_blocks)
23007 return 0;
23009 return 0;
23011 _ACEOF
23012 rm -f conftest.$ac_objext
23013 if { (ac_try="$ac_compile"
23014 case "(($ac_try" in
23015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23016 *) ac_try_echo=$ac_try;;
23017 esac
23018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23019 $as_echo "$ac_try_echo") >&5
23020 (eval "$ac_compile") 2>conftest.er1
23021 ac_status=$?
23022 grep -v '^ *+' conftest.er1 >conftest.err
23023 rm -f conftest.er1
23024 cat conftest.err >&5
23025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23026 (exit $ac_status); } && {
23027 test -z "$ac_c_werror_flag" ||
23028 test ! -s conftest.err
23029 } && test -s conftest.$ac_objext; then
23030 ac_cv_member_struct_stat_st_blocks=yes
23031 else
23032 $as_echo "$as_me: failed program was:" >&5
23033 sed 's/^/| /' conftest.$ac_ext >&5
23035 ac_cv_member_struct_stat_st_blocks=no
23038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23043 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23044 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23045 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23047 cat >>confdefs.h <<_ACEOF
23048 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23049 _ACEOF
23053 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23054 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23055 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23056 $as_echo_n "(cached) " >&6
23057 else
23058 cat >conftest.$ac_ext <<_ACEOF
23059 /* confdefs.h. */
23060 _ACEOF
23061 cat confdefs.h >>conftest.$ac_ext
23062 cat >>conftest.$ac_ext <<_ACEOF
23063 /* end confdefs.h. */
23064 $ac_includes_default
23066 main ()
23068 static struct stat ac_aggr;
23069 if (ac_aggr.st_mtim)
23070 return 0;
23072 return 0;
23074 _ACEOF
23075 rm -f conftest.$ac_objext
23076 if { (ac_try="$ac_compile"
23077 case "(($ac_try" in
23078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23079 *) ac_try_echo=$ac_try;;
23080 esac
23081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23082 $as_echo "$ac_try_echo") >&5
23083 (eval "$ac_compile") 2>conftest.er1
23084 ac_status=$?
23085 grep -v '^ *+' conftest.er1 >conftest.err
23086 rm -f conftest.er1
23087 cat conftest.err >&5
23088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23089 (exit $ac_status); } && {
23090 test -z "$ac_c_werror_flag" ||
23091 test ! -s conftest.err
23092 } && test -s conftest.$ac_objext; then
23093 ac_cv_member_struct_stat_st_mtim=yes
23094 else
23095 $as_echo "$as_me: failed program was:" >&5
23096 sed 's/^/| /' conftest.$ac_ext >&5
23098 cat >conftest.$ac_ext <<_ACEOF
23099 /* confdefs.h. */
23100 _ACEOF
23101 cat confdefs.h >>conftest.$ac_ext
23102 cat >>conftest.$ac_ext <<_ACEOF
23103 /* end confdefs.h. */
23104 $ac_includes_default
23106 main ()
23108 static struct stat ac_aggr;
23109 if (sizeof ac_aggr.st_mtim)
23110 return 0;
23112 return 0;
23114 _ACEOF
23115 rm -f conftest.$ac_objext
23116 if { (ac_try="$ac_compile"
23117 case "(($ac_try" in
23118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23119 *) ac_try_echo=$ac_try;;
23120 esac
23121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23122 $as_echo "$ac_try_echo") >&5
23123 (eval "$ac_compile") 2>conftest.er1
23124 ac_status=$?
23125 grep -v '^ *+' conftest.er1 >conftest.err
23126 rm -f conftest.er1
23127 cat conftest.err >&5
23128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23129 (exit $ac_status); } && {
23130 test -z "$ac_c_werror_flag" ||
23131 test ! -s conftest.err
23132 } && test -s conftest.$ac_objext; then
23133 ac_cv_member_struct_stat_st_mtim=yes
23134 else
23135 $as_echo "$as_me: failed program was:" >&5
23136 sed 's/^/| /' conftest.$ac_ext >&5
23138 ac_cv_member_struct_stat_st_mtim=no
23141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23146 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23147 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23148 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23150 cat >>confdefs.h <<_ACEOF
23151 #define HAVE_STRUCT_STAT_ST_MTIM 1
23152 _ACEOF
23156 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23157 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23158 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23159 $as_echo_n "(cached) " >&6
23160 else
23161 cat >conftest.$ac_ext <<_ACEOF
23162 /* confdefs.h. */
23163 _ACEOF
23164 cat confdefs.h >>conftest.$ac_ext
23165 cat >>conftest.$ac_ext <<_ACEOF
23166 /* end confdefs.h. */
23167 $ac_includes_default
23169 main ()
23171 static struct stat ac_aggr;
23172 if (ac_aggr.st_ctim)
23173 return 0;
23175 return 0;
23177 _ACEOF
23178 rm -f conftest.$ac_objext
23179 if { (ac_try="$ac_compile"
23180 case "(($ac_try" in
23181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23182 *) ac_try_echo=$ac_try;;
23183 esac
23184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23185 $as_echo "$ac_try_echo") >&5
23186 (eval "$ac_compile") 2>conftest.er1
23187 ac_status=$?
23188 grep -v '^ *+' conftest.er1 >conftest.err
23189 rm -f conftest.er1
23190 cat conftest.err >&5
23191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); } && {
23193 test -z "$ac_c_werror_flag" ||
23194 test ! -s conftest.err
23195 } && test -s conftest.$ac_objext; then
23196 ac_cv_member_struct_stat_st_ctim=yes
23197 else
23198 $as_echo "$as_me: failed program was:" >&5
23199 sed 's/^/| /' conftest.$ac_ext >&5
23201 cat >conftest.$ac_ext <<_ACEOF
23202 /* confdefs.h. */
23203 _ACEOF
23204 cat confdefs.h >>conftest.$ac_ext
23205 cat >>conftest.$ac_ext <<_ACEOF
23206 /* end confdefs.h. */
23207 $ac_includes_default
23209 main ()
23211 static struct stat ac_aggr;
23212 if (sizeof ac_aggr.st_ctim)
23213 return 0;
23215 return 0;
23217 _ACEOF
23218 rm -f conftest.$ac_objext
23219 if { (ac_try="$ac_compile"
23220 case "(($ac_try" in
23221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23222 *) ac_try_echo=$ac_try;;
23223 esac
23224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23225 $as_echo "$ac_try_echo") >&5
23226 (eval "$ac_compile") 2>conftest.er1
23227 ac_status=$?
23228 grep -v '^ *+' conftest.er1 >conftest.err
23229 rm -f conftest.er1
23230 cat conftest.err >&5
23231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23232 (exit $ac_status); } && {
23233 test -z "$ac_c_werror_flag" ||
23234 test ! -s conftest.err
23235 } && test -s conftest.$ac_objext; then
23236 ac_cv_member_struct_stat_st_ctim=yes
23237 else
23238 $as_echo "$as_me: failed program was:" >&5
23239 sed 's/^/| /' conftest.$ac_ext >&5
23241 ac_cv_member_struct_stat_st_ctim=no
23244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23249 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23250 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23251 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23253 cat >>confdefs.h <<_ACEOF
23254 #define HAVE_STRUCT_STAT_ST_CTIM 1
23255 _ACEOF
23259 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23260 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23261 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23262 $as_echo_n "(cached) " >&6
23263 else
23264 cat >conftest.$ac_ext <<_ACEOF
23265 /* confdefs.h. */
23266 _ACEOF
23267 cat confdefs.h >>conftest.$ac_ext
23268 cat >>conftest.$ac_ext <<_ACEOF
23269 /* end confdefs.h. */
23270 $ac_includes_default
23272 main ()
23274 static struct stat ac_aggr;
23275 if (ac_aggr.st_atim)
23276 return 0;
23278 return 0;
23280 _ACEOF
23281 rm -f conftest.$ac_objext
23282 if { (ac_try="$ac_compile"
23283 case "(($ac_try" in
23284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23285 *) ac_try_echo=$ac_try;;
23286 esac
23287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23288 $as_echo "$ac_try_echo") >&5
23289 (eval "$ac_compile") 2>conftest.er1
23290 ac_status=$?
23291 grep -v '^ *+' conftest.er1 >conftest.err
23292 rm -f conftest.er1
23293 cat conftest.err >&5
23294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23295 (exit $ac_status); } && {
23296 test -z "$ac_c_werror_flag" ||
23297 test ! -s conftest.err
23298 } && test -s conftest.$ac_objext; then
23299 ac_cv_member_struct_stat_st_atim=yes
23300 else
23301 $as_echo "$as_me: failed program was:" >&5
23302 sed 's/^/| /' conftest.$ac_ext >&5
23304 cat >conftest.$ac_ext <<_ACEOF
23305 /* confdefs.h. */
23306 _ACEOF
23307 cat confdefs.h >>conftest.$ac_ext
23308 cat >>conftest.$ac_ext <<_ACEOF
23309 /* end confdefs.h. */
23310 $ac_includes_default
23312 main ()
23314 static struct stat ac_aggr;
23315 if (sizeof ac_aggr.st_atim)
23316 return 0;
23318 return 0;
23320 _ACEOF
23321 rm -f conftest.$ac_objext
23322 if { (ac_try="$ac_compile"
23323 case "(($ac_try" in
23324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23325 *) ac_try_echo=$ac_try;;
23326 esac
23327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23328 $as_echo "$ac_try_echo") >&5
23329 (eval "$ac_compile") 2>conftest.er1
23330 ac_status=$?
23331 grep -v '^ *+' conftest.er1 >conftest.err
23332 rm -f conftest.er1
23333 cat conftest.err >&5
23334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23335 (exit $ac_status); } && {
23336 test -z "$ac_c_werror_flag" ||
23337 test ! -s conftest.err
23338 } && test -s conftest.$ac_objext; then
23339 ac_cv_member_struct_stat_st_atim=yes
23340 else
23341 $as_echo "$as_me: failed program was:" >&5
23342 sed 's/^/| /' conftest.$ac_ext >&5
23344 ac_cv_member_struct_stat_st_atim=no
23347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23352 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23353 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23354 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23356 cat >>confdefs.h <<_ACEOF
23357 #define HAVE_STRUCT_STAT_ST_ATIM 1
23358 _ACEOF
23364 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23365 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23366 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23367 $as_echo_n "(cached) " >&6
23368 else
23369 cat >conftest.$ac_ext <<_ACEOF
23370 /* confdefs.h. */
23371 _ACEOF
23372 cat confdefs.h >>conftest.$ac_ext
23373 cat >>conftest.$ac_ext <<_ACEOF
23374 /* end confdefs.h. */
23375 #ifdef HAVE_SYS_TYPES_H
23376 #include <sys/types.h>
23377 #endif
23378 #ifdef HAVE_NETINET_IN_H
23379 #include <netinet/in.h>
23380 #endif
23383 main ()
23385 static struct sockaddr_in6 ac_aggr;
23386 if (ac_aggr.sin6_scope_id)
23387 return 0;
23389 return 0;
23391 _ACEOF
23392 rm -f conftest.$ac_objext
23393 if { (ac_try="$ac_compile"
23394 case "(($ac_try" in
23395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23396 *) ac_try_echo=$ac_try;;
23397 esac
23398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23399 $as_echo "$ac_try_echo") >&5
23400 (eval "$ac_compile") 2>conftest.er1
23401 ac_status=$?
23402 grep -v '^ *+' conftest.er1 >conftest.err
23403 rm -f conftest.er1
23404 cat conftest.err >&5
23405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23406 (exit $ac_status); } && {
23407 test -z "$ac_c_werror_flag" ||
23408 test ! -s conftest.err
23409 } && test -s conftest.$ac_objext; then
23410 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23411 else
23412 $as_echo "$as_me: failed program was:" >&5
23413 sed 's/^/| /' conftest.$ac_ext >&5
23415 cat >conftest.$ac_ext <<_ACEOF
23416 /* confdefs.h. */
23417 _ACEOF
23418 cat confdefs.h >>conftest.$ac_ext
23419 cat >>conftest.$ac_ext <<_ACEOF
23420 /* end confdefs.h. */
23421 #ifdef HAVE_SYS_TYPES_H
23422 #include <sys/types.h>
23423 #endif
23424 #ifdef HAVE_NETINET_IN_H
23425 #include <netinet/in.h>
23426 #endif
23429 main ()
23431 static struct sockaddr_in6 ac_aggr;
23432 if (sizeof ac_aggr.sin6_scope_id)
23433 return 0;
23435 return 0;
23437 _ACEOF
23438 rm -f conftest.$ac_objext
23439 if { (ac_try="$ac_compile"
23440 case "(($ac_try" in
23441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23442 *) ac_try_echo=$ac_try;;
23443 esac
23444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23445 $as_echo "$ac_try_echo") >&5
23446 (eval "$ac_compile") 2>conftest.er1
23447 ac_status=$?
23448 grep -v '^ *+' conftest.er1 >conftest.err
23449 rm -f conftest.er1
23450 cat conftest.err >&5
23451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23452 (exit $ac_status); } && {
23453 test -z "$ac_c_werror_flag" ||
23454 test ! -s conftest.err
23455 } && test -s conftest.$ac_objext; then
23456 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23457 else
23458 $as_echo "$as_me: failed program was:" >&5
23459 sed 's/^/| /' conftest.$ac_ext >&5
23461 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23469 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23470 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23471 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23473 cat >>confdefs.h <<_ACEOF
23474 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23475 _ACEOF
23481 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23482 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23483 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23484 $as_echo_n "(cached) " >&6
23485 else
23486 cat >conftest.$ac_ext <<_ACEOF
23487 /* confdefs.h. */
23488 _ACEOF
23489 cat confdefs.h >>conftest.$ac_ext
23490 cat >>conftest.$ac_ext <<_ACEOF
23491 /* end confdefs.h. */
23492 #ifdef HAVE_SYS_TYPES_H
23493 #include <sys/types.h>
23494 #endif
23495 #ifdef HAVE_NETINET_IN_H
23496 # include <netinet/in.h>
23497 #endif
23498 #ifdef HAVE_ARPA_NAMESER_H
23499 # include <arpa/nameser.h>
23500 #endif
23503 main ()
23505 static ns_msg ac_aggr;
23506 if (ac_aggr._msg_ptr)
23507 return 0;
23509 return 0;
23511 _ACEOF
23512 rm -f conftest.$ac_objext
23513 if { (ac_try="$ac_compile"
23514 case "(($ac_try" in
23515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23516 *) ac_try_echo=$ac_try;;
23517 esac
23518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23519 $as_echo "$ac_try_echo") >&5
23520 (eval "$ac_compile") 2>conftest.er1
23521 ac_status=$?
23522 grep -v '^ *+' conftest.er1 >conftest.err
23523 rm -f conftest.er1
23524 cat conftest.err >&5
23525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); } && {
23527 test -z "$ac_c_werror_flag" ||
23528 test ! -s conftest.err
23529 } && test -s conftest.$ac_objext; then
23530 ac_cv_member_ns_msg__msg_ptr=yes
23531 else
23532 $as_echo "$as_me: failed program was:" >&5
23533 sed 's/^/| /' conftest.$ac_ext >&5
23535 cat >conftest.$ac_ext <<_ACEOF
23536 /* confdefs.h. */
23537 _ACEOF
23538 cat confdefs.h >>conftest.$ac_ext
23539 cat >>conftest.$ac_ext <<_ACEOF
23540 /* end confdefs.h. */
23541 #ifdef HAVE_SYS_TYPES_H
23542 #include <sys/types.h>
23543 #endif
23544 #ifdef HAVE_NETINET_IN_H
23545 # include <netinet/in.h>
23546 #endif
23547 #ifdef HAVE_ARPA_NAMESER_H
23548 # include <arpa/nameser.h>
23549 #endif
23552 main ()
23554 static ns_msg ac_aggr;
23555 if (sizeof ac_aggr._msg_ptr)
23556 return 0;
23558 return 0;
23560 _ACEOF
23561 rm -f conftest.$ac_objext
23562 if { (ac_try="$ac_compile"
23563 case "(($ac_try" in
23564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23565 *) ac_try_echo=$ac_try;;
23566 esac
23567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23568 $as_echo "$ac_try_echo") >&5
23569 (eval "$ac_compile") 2>conftest.er1
23570 ac_status=$?
23571 grep -v '^ *+' conftest.er1 >conftest.err
23572 rm -f conftest.er1
23573 cat conftest.err >&5
23574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23575 (exit $ac_status); } && {
23576 test -z "$ac_c_werror_flag" ||
23577 test ! -s conftest.err
23578 } && test -s conftest.$ac_objext; then
23579 ac_cv_member_ns_msg__msg_ptr=yes
23580 else
23581 $as_echo "$as_me: failed program was:" >&5
23582 sed 's/^/| /' conftest.$ac_ext >&5
23584 ac_cv_member_ns_msg__msg_ptr=no
23587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23592 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23593 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23594 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23596 cat >>confdefs.h <<_ACEOF
23597 #define HAVE_NS_MSG__MSG_PTR 1
23598 _ACEOF
23604 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23605 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23606 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23607 $as_echo_n "(cached) " >&6
23608 else
23609 cat >conftest.$ac_ext <<_ACEOF
23610 /* confdefs.h. */
23611 _ACEOF
23612 cat confdefs.h >>conftest.$ac_ext
23613 cat >>conftest.$ac_ext <<_ACEOF
23614 /* end confdefs.h. */
23615 #ifdef HAVE_SYS_TYPES_H
23616 #include <sys/types.h>
23617 #endif
23618 #ifdef HAVE_ALIAS_H
23619 #include <alias.h>
23620 #endif
23621 #ifdef HAVE_SYS_SOCKET_H
23622 #include <sys/socket.h>
23623 #endif
23624 #ifdef HAVE_SYS_SOCKETVAR_H
23625 #include <sys/socketvar.h>
23626 #endif
23627 #ifdef HAVE_SYS_TIMEOUT_H
23628 #include <sys/timeout.h>
23629 #endif
23630 #ifdef HAVE_NETINET_IN_H
23631 #include <netinet/in.h>
23632 #endif
23633 #ifdef HAVE_NETINET_IN_SYSTM_H
23634 #include <netinet/in_systm.h>
23635 #endif
23636 #ifdef HAVE_NETINET_IP_H
23637 #include <netinet/ip.h>
23638 #endif
23639 #ifdef HAVE_NETINET_IP_VAR_H
23640 #include <netinet/ip_var.h>
23641 #endif
23642 #ifdef HAVE_NETINET_IP_ICMP_H
23643 #include <netinet/ip_icmp.h>
23644 #endif
23645 #ifdef HAVE_NETINET_ICMP_VAR
23646 #include <netinet/icmp_var.h>
23647 #endif
23650 main ()
23652 static struct icmpstat ac_aggr;
23653 if (ac_aggr.icps_outhist)
23654 return 0;
23656 return 0;
23658 _ACEOF
23659 rm -f conftest.$ac_objext
23660 if { (ac_try="$ac_compile"
23661 case "(($ac_try" in
23662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23663 *) ac_try_echo=$ac_try;;
23664 esac
23665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23666 $as_echo "$ac_try_echo") >&5
23667 (eval "$ac_compile") 2>conftest.er1
23668 ac_status=$?
23669 grep -v '^ *+' conftest.er1 >conftest.err
23670 rm -f conftest.er1
23671 cat conftest.err >&5
23672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23673 (exit $ac_status); } && {
23674 test -z "$ac_c_werror_flag" ||
23675 test ! -s conftest.err
23676 } && test -s conftest.$ac_objext; then
23677 ac_cv_member_struct_icmpstat_icps_outhist=yes
23678 else
23679 $as_echo "$as_me: failed program was:" >&5
23680 sed 's/^/| /' conftest.$ac_ext >&5
23682 cat >conftest.$ac_ext <<_ACEOF
23683 /* confdefs.h. */
23684 _ACEOF
23685 cat confdefs.h >>conftest.$ac_ext
23686 cat >>conftest.$ac_ext <<_ACEOF
23687 /* end confdefs.h. */
23688 #ifdef HAVE_SYS_TYPES_H
23689 #include <sys/types.h>
23690 #endif
23691 #ifdef HAVE_ALIAS_H
23692 #include <alias.h>
23693 #endif
23694 #ifdef HAVE_SYS_SOCKET_H
23695 #include <sys/socket.h>
23696 #endif
23697 #ifdef HAVE_SYS_SOCKETVAR_H
23698 #include <sys/socketvar.h>
23699 #endif
23700 #ifdef HAVE_SYS_TIMEOUT_H
23701 #include <sys/timeout.h>
23702 #endif
23703 #ifdef HAVE_NETINET_IN_H
23704 #include <netinet/in.h>
23705 #endif
23706 #ifdef HAVE_NETINET_IN_SYSTM_H
23707 #include <netinet/in_systm.h>
23708 #endif
23709 #ifdef HAVE_NETINET_IP_H
23710 #include <netinet/ip.h>
23711 #endif
23712 #ifdef HAVE_NETINET_IP_VAR_H
23713 #include <netinet/ip_var.h>
23714 #endif
23715 #ifdef HAVE_NETINET_IP_ICMP_H
23716 #include <netinet/ip_icmp.h>
23717 #endif
23718 #ifdef HAVE_NETINET_ICMP_VAR
23719 #include <netinet/icmp_var.h>
23720 #endif
23723 main ()
23725 static struct icmpstat ac_aggr;
23726 if (sizeof ac_aggr.icps_outhist)
23727 return 0;
23729 return 0;
23731 _ACEOF
23732 rm -f conftest.$ac_objext
23733 if { (ac_try="$ac_compile"
23734 case "(($ac_try" in
23735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23736 *) ac_try_echo=$ac_try;;
23737 esac
23738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23739 $as_echo "$ac_try_echo") >&5
23740 (eval "$ac_compile") 2>conftest.er1
23741 ac_status=$?
23742 grep -v '^ *+' conftest.er1 >conftest.err
23743 rm -f conftest.er1
23744 cat conftest.err >&5
23745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23746 (exit $ac_status); } && {
23747 test -z "$ac_c_werror_flag" ||
23748 test ! -s conftest.err
23749 } && test -s conftest.$ac_objext; then
23750 ac_cv_member_struct_icmpstat_icps_outhist=yes
23751 else
23752 $as_echo "$as_me: failed program was:" >&5
23753 sed 's/^/| /' conftest.$ac_ext >&5
23755 ac_cv_member_struct_icmpstat_icps_outhist=no
23758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23763 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23764 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23765 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23767 cat >>confdefs.h <<_ACEOF
23768 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23769 _ACEOF
23775 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23776 $as_echo_n "checking for timezone variable... " >&6; }
23777 if test "${ac_cv_have_timezone+set}" = set; then
23778 $as_echo_n "(cached) " >&6
23779 else
23780 cat >conftest.$ac_ext <<_ACEOF
23781 /* confdefs.h. */
23782 _ACEOF
23783 cat confdefs.h >>conftest.$ac_ext
23784 cat >>conftest.$ac_ext <<_ACEOF
23785 /* end confdefs.h. */
23786 #include <time.h>
23788 main ()
23790 timezone = 1
23792 return 0;
23794 _ACEOF
23795 rm -f conftest.$ac_objext conftest$ac_exeext
23796 if { (ac_try="$ac_link"
23797 case "(($ac_try" in
23798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23799 *) ac_try_echo=$ac_try;;
23800 esac
23801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23802 $as_echo "$ac_try_echo") >&5
23803 (eval "$ac_link") 2>conftest.er1
23804 ac_status=$?
23805 grep -v '^ *+' conftest.er1 >conftest.err
23806 rm -f conftest.er1
23807 cat conftest.err >&5
23808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23809 (exit $ac_status); } && {
23810 test -z "$ac_c_werror_flag" ||
23811 test ! -s conftest.err
23812 } && test -s conftest$ac_exeext && {
23813 test "$cross_compiling" = yes ||
23814 $as_test_x conftest$ac_exeext
23815 }; then
23816 ac_cv_have_timezone="yes"
23817 else
23818 $as_echo "$as_me: failed program was:" >&5
23819 sed 's/^/| /' conftest.$ac_ext >&5
23821 ac_cv_have_timezone="no"
23824 rm -rf conftest.dSYM
23825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23826 conftest$ac_exeext conftest.$ac_ext
23828 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23829 $as_echo "$ac_cv_have_timezone" >&6; }
23830 if test "$ac_cv_have_timezone" = "yes"
23831 then
23833 cat >>confdefs.h <<\_ACEOF
23834 #define HAVE_TIMEZONE 1
23835 _ACEOF
23838 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23839 $as_echo_n "checking for daylight variable... " >&6; }
23840 if test "${ac_cv_have_daylight+set}" = set; then
23841 $as_echo_n "(cached) " >&6
23842 else
23843 cat >conftest.$ac_ext <<_ACEOF
23844 /* confdefs.h. */
23845 _ACEOF
23846 cat confdefs.h >>conftest.$ac_ext
23847 cat >>conftest.$ac_ext <<_ACEOF
23848 /* end confdefs.h. */
23849 #include <time.h>
23851 main ()
23853 daylight = 1
23855 return 0;
23857 _ACEOF
23858 rm -f conftest.$ac_objext conftest$ac_exeext
23859 if { (ac_try="$ac_link"
23860 case "(($ac_try" in
23861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23862 *) ac_try_echo=$ac_try;;
23863 esac
23864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23865 $as_echo "$ac_try_echo") >&5
23866 (eval "$ac_link") 2>conftest.er1
23867 ac_status=$?
23868 grep -v '^ *+' conftest.er1 >conftest.err
23869 rm -f conftest.er1
23870 cat conftest.err >&5
23871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872 (exit $ac_status); } && {
23873 test -z "$ac_c_werror_flag" ||
23874 test ! -s conftest.err
23875 } && test -s conftest$ac_exeext && {
23876 test "$cross_compiling" = yes ||
23877 $as_test_x conftest$ac_exeext
23878 }; then
23879 ac_cv_have_daylight="yes"
23880 else
23881 $as_echo "$as_me: failed program was:" >&5
23882 sed 's/^/| /' conftest.$ac_ext >&5
23884 ac_cv_have_daylight="no"
23887 rm -rf conftest.dSYM
23888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23889 conftest$ac_exeext conftest.$ac_ext
23891 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23892 $as_echo "$ac_cv_have_daylight" >&6; }
23893 if test "$ac_cv_have_daylight" = "yes"
23894 then
23896 cat >>confdefs.h <<\_ACEOF
23897 #define HAVE_DAYLIGHT 1
23898 _ACEOF
23902 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23903 $as_echo_n "checking for isinf... " >&6; }
23904 if test "${ac_cv_have_isinf+set}" = set; then
23905 $as_echo_n "(cached) " >&6
23906 else
23907 cat >conftest.$ac_ext <<_ACEOF
23908 /* confdefs.h. */
23909 _ACEOF
23910 cat confdefs.h >>conftest.$ac_ext
23911 cat >>conftest.$ac_ext <<_ACEOF
23912 /* end confdefs.h. */
23913 #include <math.h>
23915 main ()
23917 float f = 0.0; int i=isinf(f)
23919 return 0;
23921 _ACEOF
23922 rm -f conftest.$ac_objext conftest$ac_exeext
23923 if { (ac_try="$ac_link"
23924 case "(($ac_try" in
23925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23926 *) ac_try_echo=$ac_try;;
23927 esac
23928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23929 $as_echo "$ac_try_echo") >&5
23930 (eval "$ac_link") 2>conftest.er1
23931 ac_status=$?
23932 grep -v '^ *+' conftest.er1 >conftest.err
23933 rm -f conftest.er1
23934 cat conftest.err >&5
23935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23936 (exit $ac_status); } && {
23937 test -z "$ac_c_werror_flag" ||
23938 test ! -s conftest.err
23939 } && test -s conftest$ac_exeext && {
23940 test "$cross_compiling" = yes ||
23941 $as_test_x conftest$ac_exeext
23942 }; then
23943 ac_cv_have_isinf="yes"
23944 else
23945 $as_echo "$as_me: failed program was:" >&5
23946 sed 's/^/| /' conftest.$ac_ext >&5
23948 ac_cv_have_isinf="no"
23951 rm -rf conftest.dSYM
23952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23953 conftest$ac_exeext conftest.$ac_ext
23955 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23956 $as_echo "$ac_cv_have_isinf" >&6; }
23957 if test "$ac_cv_have_isinf" = "yes"
23958 then
23960 cat >>confdefs.h <<\_ACEOF
23961 #define HAVE_ISINF 1
23962 _ACEOF
23966 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23967 $as_echo_n "checking for isnan... " >&6; }
23968 if test "${ac_cv_have_isnan+set}" = set; then
23969 $as_echo_n "(cached) " >&6
23970 else
23971 cat >conftest.$ac_ext <<_ACEOF
23972 /* confdefs.h. */
23973 _ACEOF
23974 cat confdefs.h >>conftest.$ac_ext
23975 cat >>conftest.$ac_ext <<_ACEOF
23976 /* end confdefs.h. */
23977 #include <math.h>
23979 main ()
23981 float f = 0.0; int i=isnan(f)
23983 return 0;
23985 _ACEOF
23986 rm -f conftest.$ac_objext conftest$ac_exeext
23987 if { (ac_try="$ac_link"
23988 case "(($ac_try" in
23989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23990 *) ac_try_echo=$ac_try;;
23991 esac
23992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23993 $as_echo "$ac_try_echo") >&5
23994 (eval "$ac_link") 2>conftest.er1
23995 ac_status=$?
23996 grep -v '^ *+' conftest.er1 >conftest.err
23997 rm -f conftest.er1
23998 cat conftest.err >&5
23999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24000 (exit $ac_status); } && {
24001 test -z "$ac_c_werror_flag" ||
24002 test ! -s conftest.err
24003 } && test -s conftest$ac_exeext && {
24004 test "$cross_compiling" = yes ||
24005 $as_test_x conftest$ac_exeext
24006 }; then
24007 ac_cv_have_isnan="yes"
24008 else
24009 $as_echo "$as_me: failed program was:" >&5
24010 sed 's/^/| /' conftest.$ac_ext >&5
24012 ac_cv_have_isnan="no"
24015 rm -rf conftest.dSYM
24016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24017 conftest$ac_exeext conftest.$ac_ext
24019 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24020 $as_echo "$ac_cv_have_isnan" >&6; }
24021 if test "$ac_cv_have_isnan" = "yes"
24022 then
24024 cat >>confdefs.h <<\_ACEOF
24025 #define HAVE_ISNAN 1
24026 _ACEOF
24031 case $host_cpu in
24032 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24033 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24034 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24035 $as_echo_n "(cached) " >&6
24036 else
24037 cat >conftest.$ac_ext <<_ACEOF
24038 /* confdefs.h. */
24039 _ACEOF
24040 cat confdefs.h >>conftest.$ac_ext
24041 cat >>conftest.$ac_ext <<_ACEOF
24042 /* end confdefs.h. */
24043 #ifndef __i386__
24045 #endif
24046 _ACEOF
24047 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24048 $EGREP "yes" >/dev/null 2>&1; then
24049 ac_cv_cpp_def___i386__=yes
24050 else
24051 ac_cv_cpp_def___i386__=no
24053 rm -f conftest*
24056 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24057 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24058 if test $ac_cv_cpp_def___i386__ = yes; then
24059 CFLAGS="$CFLAGS -D__i386__"
24060 LINTFLAGS="$LINTFLAGS -D__i386__"
24063 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24064 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24065 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24066 $as_echo_n "(cached) " >&6
24067 else
24068 cat >conftest.$ac_ext <<_ACEOF
24069 /* confdefs.h. */
24070 _ACEOF
24071 cat confdefs.h >>conftest.$ac_ext
24072 cat >>conftest.$ac_ext <<_ACEOF
24073 /* end confdefs.h. */
24074 #ifndef __x86_64__
24076 #endif
24077 _ACEOF
24078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24079 $EGREP "yes" >/dev/null 2>&1; then
24080 ac_cv_cpp_def___x86_64__=yes
24081 else
24082 ac_cv_cpp_def___x86_64__=no
24084 rm -f conftest*
24087 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24088 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24089 if test $ac_cv_cpp_def___x86_64__ = yes; then
24090 CFLAGS="$CFLAGS -D__x86_64__"
24091 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24094 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24095 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24096 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24097 $as_echo_n "(cached) " >&6
24098 else
24099 cat >conftest.$ac_ext <<_ACEOF
24100 /* confdefs.h. */
24101 _ACEOF
24102 cat confdefs.h >>conftest.$ac_ext
24103 cat >>conftest.$ac_ext <<_ACEOF
24104 /* end confdefs.h. */
24105 #ifndef __ALPHA__
24107 #endif
24108 _ACEOF
24109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24110 $EGREP "yes" >/dev/null 2>&1; then
24111 ac_cv_cpp_def___ALPHA__=yes
24112 else
24113 ac_cv_cpp_def___ALPHA__=no
24115 rm -f conftest*
24118 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24119 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24120 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24121 CFLAGS="$CFLAGS -D__ALPHA__"
24122 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24125 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24126 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24127 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24128 $as_echo_n "(cached) " >&6
24129 else
24130 cat >conftest.$ac_ext <<_ACEOF
24131 /* confdefs.h. */
24132 _ACEOF
24133 cat confdefs.h >>conftest.$ac_ext
24134 cat >>conftest.$ac_ext <<_ACEOF
24135 /* end confdefs.h. */
24136 #ifndef __sparc__
24138 #endif
24139 _ACEOF
24140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24141 $EGREP "yes" >/dev/null 2>&1; then
24142 ac_cv_cpp_def___sparc__=yes
24143 else
24144 ac_cv_cpp_def___sparc__=no
24146 rm -f conftest*
24149 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24150 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24151 if test $ac_cv_cpp_def___sparc__ = yes; then
24152 CFLAGS="$CFLAGS -D__sparc__"
24153 LINTFLAGS="$LINTFLAGS -D__sparc__"
24156 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24157 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24158 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24159 $as_echo_n "(cached) " >&6
24160 else
24161 cat >conftest.$ac_ext <<_ACEOF
24162 /* confdefs.h. */
24163 _ACEOF
24164 cat confdefs.h >>conftest.$ac_ext
24165 cat >>conftest.$ac_ext <<_ACEOF
24166 /* end confdefs.h. */
24167 #ifndef __powerpc__
24169 #endif
24170 _ACEOF
24171 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24172 $EGREP "yes" >/dev/null 2>&1; then
24173 ac_cv_cpp_def___powerpc__=yes
24174 else
24175 ac_cv_cpp_def___powerpc__=no
24177 rm -f conftest*
24180 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24181 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24182 if test $ac_cv_cpp_def___powerpc__ = yes; then
24183 CFLAGS="$CFLAGS -D__powerpc__"
24184 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24187 esac
24189 case $host_vendor in
24190 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24191 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24192 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24193 $as_echo_n "(cached) " >&6
24194 else
24195 cat >conftest.$ac_ext <<_ACEOF
24196 /* confdefs.h. */
24197 _ACEOF
24198 cat confdefs.h >>conftest.$ac_ext
24199 cat >>conftest.$ac_ext <<_ACEOF
24200 /* end confdefs.h. */
24201 #ifndef __sun__
24203 #endif
24204 _ACEOF
24205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24206 $EGREP "yes" >/dev/null 2>&1; then
24207 ac_cv_cpp_def___sun__=yes
24208 else
24209 ac_cv_cpp_def___sun__=no
24211 rm -f conftest*
24214 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24215 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24216 if test $ac_cv_cpp_def___sun__ = yes; then
24217 CFLAGS="$CFLAGS -D__sun__"
24218 LINTFLAGS="$LINTFLAGS -D__sun__"
24221 esac
24224 DEPENDENCIES="### Dependencies:
24226 .INIT: Makefile
24227 .BEGIN: Makefile
24228 .MAKEFILEDEPS:
24229 Makefile: dummy
24230 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24232 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24233 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24234 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24235 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24236 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24239 ALL_MAKERULES=""
24241 ALL_MAKEFILES=""
24243 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24246 ALL_TOP_DIRS=""
24248 ALL_DLL_DIRS=""
24250 ALL_IMPLIB_DIRS=""
24252 ALL_TEST_DIRS=""
24254 ALL_PROGRAM_DIRS=""
24256 ALL_PROGRAM_INSTALL_DIRS=""
24258 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24264 ac_config_commands="$ac_config_commands include/stamp-h"
24267 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24269 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24271 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24273 ac_config_commands="$ac_config_commands dlls/user32/resources"
24275 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24277 ac_config_commands="$ac_config_commands include/wine"
24280 ALL_MAKERULES="$ALL_MAKERULES \\
24281 Make.rules"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 Make.rules: Make.rules.in"
24284 MAKE_RULES=Make.rules
24285 ac_config_files="$ac_config_files Make.rules"
24287 ALL_MAKERULES="$ALL_MAKERULES \\
24288 dlls/Makedll.rules"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24291 MAKE_DLL_RULES=dlls/Makedll.rules
24292 ac_config_files="$ac_config_files dlls/Makedll.rules"
24294 ALL_MAKERULES="$ALL_MAKERULES \\
24295 dlls/Makeimplib.rules"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24298 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24299 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24301 ALL_MAKERULES="$ALL_MAKERULES \\
24302 dlls/Maketest.rules"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24305 MAKE_TEST_RULES=dlls/Maketest.rules
24306 ac_config_files="$ac_config_files dlls/Maketest.rules"
24308 ALL_MAKERULES="$ALL_MAKERULES \\
24309 programs/Makeprog.rules"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24312 MAKE_PROG_RULES=programs/Makeprog.rules
24313 ac_config_files="$ac_config_files programs/Makeprog.rules"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 Makefile: Makefile.in Make.rules"
24320 ac_config_files="$ac_config_files Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/Makefile"
24324 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24325 dlls"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/Makefile: dlls/Makefile.in Make.rules"
24328 ac_config_files="$ac_config_files dlls/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/acledit/Makefile"
24332 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333 acledit"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/aclui/Makefile"
24340 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24341 aclui"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/activeds/Makefile"
24348 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 activeds"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/actxprxy/Makefile"
24356 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24357 actxprxy"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24360 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/adsiid/Makefile"
24364 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24365 adsiid"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24368 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/advapi32/Makefile"
24372 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 advapi32"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/advapi32/tests/Makefile"
24380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24381 advapi32/tests"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24384 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/advpack/Makefile"
24388 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24389 advpack"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/advpack/tests/Makefile"
24396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24397 advpack/tests"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24400 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/amstream/Makefile"
24404 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 amstream"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/appwiz.cpl/Makefile"
24412 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 appwiz.cpl"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/atl/Makefile"
24420 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421 atl"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/atl/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/authz/Makefile"
24428 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 authz"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/authz/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/avicap32/Makefile"
24436 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 avicap32"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/avifil32/Makefile"
24444 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445 avifil32"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/browseui/Makefile"
24452 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 browseui"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/browseui/tests/Makefile"
24460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24461 browseui/tests"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24464 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/cabinet/Makefile"
24468 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 cabinet"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/cabinet/tests/Makefile"
24476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24477 cabinet/tests"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24480 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/capi2032/Makefile"
24484 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 capi2032"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/cards/Makefile"
24492 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 cards"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/cards/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/cfgmgr32/Makefile"
24500 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501 cfgmgr32"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/clusapi/Makefile"
24508 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509 clusapi"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/comcat/Makefile"
24516 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24517 comcat"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24520 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/comcat/tests/Makefile"
24524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24525 comcat/tests"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24528 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/comctl32/Makefile"
24532 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 comctl32"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/comctl32/tests/Makefile"
24540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24541 comctl32/tests"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24544 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/comdlg32/Makefile"
24548 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549 comdlg32"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/comdlg32/tests/Makefile"
24556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24557 comdlg32/tests"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24560 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/comm.drv16/Makefile"
24564 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 comm.drv16"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/compstui/Makefile"
24572 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573 compstui"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/credui/Makefile"
24580 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581 credui"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/credui/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/credui/tests/Makefile"
24588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24589 credui/tests"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24592 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/crtdll/Makefile"
24596 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24597 crtdll"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24600 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/crypt32/Makefile"
24604 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605 crypt32"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/crypt32/tests/Makefile"
24612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24613 crypt32/tests"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24616 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/cryptdlg/Makefile"
24620 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 cryptdlg"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/cryptdll/Makefile"
24628 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629 cryptdll"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/cryptnet/Makefile"
24636 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637 cryptnet"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/cryptnet/tests/Makefile"
24644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24645 cryptnet/tests"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24648 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/cryptui/Makefile"
24652 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653 cryptui"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/cryptui/tests/Makefile"
24660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24661 cryptui/tests"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24664 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/ctapi32/Makefile"
24668 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669 ctapi32"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/ctl3d32/Makefile"
24676 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677 ctl3d32"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/d3d10/Makefile"
24684 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685 d3d10"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/d3d10/tests/Makefile"
24692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24693 d3d10/tests"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24696 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/d3d10core/Makefile"
24700 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701 d3d10core"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/d3d10core/tests/Makefile"
24708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24709 d3d10core/tests"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24712 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/d3d8/Makefile"
24716 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717 d3d8"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/d3d8/tests/Makefile"
24724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24725 d3d8/tests"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24728 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/d3d9/Makefile"
24732 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733 d3d9"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/d3d9/tests/Makefile"
24740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24741 d3d9/tests"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24744 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/d3dim/Makefile"
24748 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749 d3dim"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/d3drm/Makefile"
24756 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 d3drm"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/d3drm/tests/Makefile"
24764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24765 d3drm/tests"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24768 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/d3dx8/Makefile"
24772 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 d3dx8"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/d3dx8/tests/Makefile"
24780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24781 d3dx8/tests"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24784 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/d3dx9_24/Makefile"
24788 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789 d3dx9_24"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/d3dx9_25/Makefile"
24796 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 d3dx9_25"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/d3dx9_26/Makefile"
24804 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 d3dx9_26"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/d3dx9_27/Makefile"
24812 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 d3dx9_27"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/d3dx9_28/Makefile"
24820 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 d3dx9_28"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/d3dx9_29/Makefile"
24828 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 d3dx9_29"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/d3dx9_30/Makefile"
24836 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 d3dx9_30"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/d3dx9_31/Makefile"
24844 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 d3dx9_31"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/d3dx9_32/Makefile"
24852 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853 d3dx9_32"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/d3dx9_33/Makefile"
24860 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24861 d3dx9_33"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24864 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/d3dx9_34/Makefile"
24868 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869 d3dx9_34"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/d3dx9_35/Makefile"
24876 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 d3dx9_35"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/d3dx9_36/Makefile"
24884 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885 d3dx9_36"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/d3dx9_36/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893 d3dx9_36/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/d3dx9_37/Makefile"
24900 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 d3dx9_37"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/d3dx9_38/Makefile"
24908 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 d3dx9_38"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/d3dx9_39/Makefile"
24916 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917 d3dx9_39"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/d3dx9_40/Makefile"
24924 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 d3dx9_40"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/d3dxof/Makefile"
24932 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 d3dxof"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/d3dxof/tests/Makefile"
24940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24941 d3dxof/tests"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24944 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/dbghelp/Makefile"
24948 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949 dbghelp"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/dciman32/Makefile"
24956 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 dciman32"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/ddraw/Makefile"
24964 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965 ddraw"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/ddraw/tests/Makefile"
24972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24973 ddraw/tests"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24976 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/ddrawex/Makefile"
24980 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24981 ddrawex"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24984 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/ddrawex/tests/Makefile"
24988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24989 ddrawex/tests"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24992 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/devenum/Makefile"
24996 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997 devenum"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/dinput/Makefile"
25004 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005 dinput"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/dinput/tests/Makefile"
25012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25013 dinput/tests"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25016 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/dinput8/Makefile"
25020 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021 dinput8"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/dispdib.dll16/Makefile"
25028 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029 dispdib.dll16"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/dmband/Makefile"
25036 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037 dmband"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/dmcompos/Makefile"
25044 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 dmcompos"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/dmime/Makefile"
25052 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053 dmime"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/dmloader/Makefile"
25060 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061 dmloader"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/dmscript/Makefile"
25068 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069 dmscript"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/dmstyle/Makefile"
25076 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 dmstyle"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/dmsynth/Makefile"
25084 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 dmsynth"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/dmusic/Makefile"
25092 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25093 dmusic"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25096 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/dmusic32/Makefile"
25100 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 dmusic32"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/dnsapi/Makefile"
25108 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 dnsapi"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/dnsapi/tests/Makefile"
25116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25117 dnsapi/tests"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25120 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/dplay/Makefile"
25124 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125 dplay"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/dplayx/Makefile"
25132 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 dplayx"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/dplayx/tests/Makefile"
25140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25141 dplayx/tests"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25144 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/dpnaddr/Makefile"
25148 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 dpnaddr"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/dpnet/Makefile"
25156 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 dpnet"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/dpnhpast/Makefile"
25164 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165 dpnhpast"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/dpnlobby/Makefile"
25172 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 dpnlobby"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/dpwsockx/Makefile"
25180 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181 dpwsockx"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/dsound/Makefile"
25188 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 dsound"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/dsound/tests/Makefile"
25196 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25197 dsound/tests"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25200 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/dssenh/Makefile"
25204 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205 dssenh"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/dswave/Makefile"
25212 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213 dswave"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/dwmapi/Makefile"
25220 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 dwmapi"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/dxdiagn/Makefile"
25228 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229 dxdiagn"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/dxerr8/Makefile"
25236 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25237 dxerr8"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25240 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/dxerr9/Makefile"
25244 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25245 dxerr9"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25248 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/dxgi/Makefile"
25252 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 dxgi"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/dxgi/tests/Makefile"
25260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25261 dxgi/tests"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25264 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/dxguid/Makefile"
25268 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25269 dxguid"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25272 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/faultrep/Makefile"
25276 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277 faultrep"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/fusion/Makefile"
25284 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 fusion"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/fusion/tests/Makefile"
25292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25293 fusion/tests"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25296 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/gdi32/Makefile"
25300 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 gdi32"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/gdi32/tests/Makefile"
25308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25309 gdi32/tests"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25312 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/gdiplus/Makefile"
25316 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 gdiplus"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/gdiplus/tests/Makefile"
25324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25325 gdiplus/tests"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25328 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/glu32/Makefile"
25332 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 glu32"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/gphoto2.ds/Makefile"
25340 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341 gphoto2.ds"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/gpkcsp/Makefile"
25348 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 gpkcsp"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/hal/Makefile"
25356 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357 hal"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/hal/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/hhctrl.ocx/Makefile"
25364 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25365 hhctrl.ocx"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25368 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/hid/Makefile"
25372 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 hid"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/hid/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/hlink/Makefile"
25380 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381 hlink"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/hlink/tests/Makefile"
25388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25389 hlink/tests"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25392 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/hnetcfg/Makefile"
25396 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397 hnetcfg"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/httpapi/Makefile"
25404 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 httpapi"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/iccvid/Makefile"
25412 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 iccvid"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/icmp/Makefile"
25420 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421 icmp"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/ifsmgr.vxd/Makefile"
25428 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429 ifsmgr.vxd"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/imaadp32.acm/Makefile"
25436 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 imaadp32.acm"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/imagehlp/Makefile"
25444 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445 imagehlp"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/imm32/Makefile"
25452 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 imm32"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/imm32/tests/Makefile"
25460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25461 imm32/tests"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25464 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/inetcomm/Makefile"
25468 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25469 inetcomm"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25472 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/inetcomm/tests/Makefile"
25476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25477 inetcomm/tests"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25480 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/inetmib1/Makefile"
25484 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25485 inetmib1"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25488 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/inetmib1/tests/Makefile"
25492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25493 inetmib1/tests"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25496 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/infosoft/Makefile"
25500 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501 infosoft"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/infosoft/tests/Makefile"
25508 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25509 infosoft/tests"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25512 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/initpki/Makefile"
25516 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25517 initpki"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25520 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/inkobj/Makefile"
25524 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525 inkobj"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/inseng/Makefile"
25532 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25533 inseng"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25536 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 dlls/iphlpapi/Makefile"
25540 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541 iphlpapi"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 dlls/iphlpapi/tests/Makefile"
25548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25549 iphlpapi/tests"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25552 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 dlls/itircl/Makefile"
25556 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557 itircl"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 dlls/itss/Makefile"
25564 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25565 itss"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25568 ac_config_files="$ac_config_files dlls/itss/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 dlls/itss/tests/Makefile"
25572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25573 itss/tests"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25576 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 dlls/jscript/Makefile"
25580 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25581 jscript"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25584 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 dlls/jscript/tests/Makefile"
25588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25589 jscript/tests"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25592 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 dlls/kernel32/Makefile"
25596 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597 kernel32"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 dlls/kernel32/tests/Makefile"
25604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25605 kernel32/tests"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25608 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 dlls/loadperf/Makefile"
25612 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613 loadperf"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 dlls/localspl/Makefile"
25620 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621 localspl"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 dlls/localspl/tests/Makefile"
25628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25629 localspl/tests"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25632 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 dlls/localui/Makefile"
25636 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25637 localui"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25640 ac_config_files="$ac_config_files dlls/localui/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 dlls/localui/tests/Makefile"
25644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25645 localui/tests"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25648 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651 dlls/lz32/Makefile"
25652 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653 lz32"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 dlls/lz32/tests/Makefile"
25660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25661 lz32/tests"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25664 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 dlls/mapi32/Makefile"
25668 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25669 mapi32"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25672 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 dlls/mapi32/tests/Makefile"
25676 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25677 mapi32/tests"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25680 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683 dlls/mciavi32/Makefile"
25684 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25685 mciavi32"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25688 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 dlls/mcicda/Makefile"
25692 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693 mcicda"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699 dlls/mciqtz32/Makefile"
25700 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25701 mciqtz32"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25704 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 dlls/mciseq/Makefile"
25708 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709 mciseq"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 dlls/mciwave/Makefile"
25716 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25717 mciwave"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25720 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 dlls/midimap/Makefile"
25724 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725 midimap"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 dlls/mlang/Makefile"
25732 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733 mlang"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739 dlls/mlang/tests/Makefile"
25740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25741 mlang/tests"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25744 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 dlls/mmdevldr.vxd/Makefile"
25748 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749 mmdevldr.vxd"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 dlls/monodebg.vxd/Makefile"
25756 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25757 monodebg.vxd"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25760 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 dlls/mountmgr.sys/Makefile"
25764 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765 mountmgr.sys"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 dlls/mpr/Makefile"
25772 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25773 mpr"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25776 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 dlls/mprapi/Makefile"
25780 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781 mprapi"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787 dlls/msacm32.drv/Makefile"
25788 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789 msacm32.drv"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795 dlls/msacm32/Makefile"
25796 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25797 msacm32"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25800 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803 dlls/msacm32/tests/Makefile"
25804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25805 msacm32/tests"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25808 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 dlls/msadp32.acm/Makefile"
25812 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25813 msadp32.acm"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25816 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 dlls/mscat32/Makefile"
25820 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821 mscat32"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 dlls/mscms/Makefile"
25828 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25829 mscms"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25832 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 dlls/mscms/tests/Makefile"
25836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25837 mscms/tests"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25840 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 dlls/mscoree/Makefile"
25844 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845 mscoree"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 dlls/msctf/Makefile"
25852 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853 msctf"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 dlls/msctf/tests/Makefile"
25860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25861 msctf/tests"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25864 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 dlls/msdmo/Makefile"
25868 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869 msdmo"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 dlls/msftedit/Makefile"
25876 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25877 msftedit"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25880 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 dlls/msg711.acm/Makefile"
25884 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885 msg711.acm"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891 dlls/mshtml.tlb/Makefile"
25892 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25893 mshtml.tlb"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25896 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 dlls/mshtml/Makefile"
25900 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901 mshtml"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 dlls/mshtml/tests/Makefile"
25908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25909 mshtml/tests"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25912 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915 dlls/msi/Makefile"
25916 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917 msi"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/msi/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 dlls/msi/tests/Makefile"
25924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25925 msi/tests"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25928 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 dlls/msimg32/Makefile"
25932 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933 msimg32"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 dlls/msimtf/Makefile"
25940 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941 msimtf"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947 dlls/msisip/Makefile"
25948 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949 msisip"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955 dlls/msisys.ocx/Makefile"
25956 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957 msisys.ocx"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963 dlls/msnet32/Makefile"
25964 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965 msnet32"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 dlls/msrle32/Makefile"
25972 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25973 msrle32"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25976 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 dlls/mssign32/Makefile"
25980 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981 mssign32"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987 dlls/mssip32/Makefile"
25988 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989 mssip32"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995 dlls/mstask/Makefile"
25996 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997 mstask"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 dlls/mstask/tests/Makefile"
26004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26005 mstask/tests"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26008 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011 dlls/msvcirt/Makefile"
26012 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013 msvcirt"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 dlls/msvcr71/Makefile"
26020 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021 msvcr71"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027 dlls/msvcrt/Makefile"
26028 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029 msvcrt"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 dlls/msvcrt/tests/Makefile"
26036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26037 msvcrt/tests"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26040 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043 dlls/msvcrt20/Makefile"
26044 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045 msvcrt20"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051 dlls/msvcrt40/Makefile"
26052 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053 msvcrt40"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059 dlls/msvcrtd/Makefile"
26060 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061 msvcrtd"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067 dlls/msvcrtd/tests/Makefile"
26068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26069 msvcrtd/tests"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26072 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 dlls/msvfw32/Makefile"
26076 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077 msvfw32"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 dlls/msvfw32/tests/Makefile"
26084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26085 msvfw32/tests"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26088 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091 dlls/msvidc32/Makefile"
26092 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26093 msvidc32"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26096 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 dlls/mswsock/Makefile"
26100 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101 mswsock"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 dlls/msxml3/Makefile"
26108 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109 msxml3"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 dlls/msxml3/tests/Makefile"
26116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26117 msxml3/tests"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26120 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 dlls/nddeapi/Makefile"
26124 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125 nddeapi"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 dlls/netapi32/Makefile"
26132 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133 netapi32"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139 dlls/netapi32/tests/Makefile"
26140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26141 netapi32/tests"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26144 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 dlls/newdev/Makefile"
26148 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26149 newdev"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26152 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155 dlls/ntdll/Makefile"
26156 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157 ntdll"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163 dlls/ntdll/tests/Makefile"
26164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26165 ntdll/tests"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26168 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171 dlls/ntdsapi/Makefile"
26172 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173 ntdsapi"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 dlls/ntdsapi/tests/Makefile"
26180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26181 ntdsapi/tests"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26184 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187 dlls/ntoskrnl.exe/Makefile"
26188 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189 ntoskrnl.exe"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 dlls/ntprint/Makefile"
26196 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197 ntprint"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 dlls/ntprint/tests/Makefile"
26204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26205 ntprint/tests"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26208 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 dlls/objsel/Makefile"
26212 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213 objsel"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219 dlls/odbc32/Makefile"
26220 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221 odbc32"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227 dlls/odbccp32/Makefile"
26228 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229 odbccp32"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235 dlls/odbccp32/tests/Makefile"
26236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26237 odbccp32/tests"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26240 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243 dlls/ole32/Makefile"
26244 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245 ole32"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251 dlls/ole32/tests/Makefile"
26252 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26253 ole32/tests"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26256 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 dlls/oleacc/Makefile"
26260 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261 oleacc"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 dlls/oleacc/tests/Makefile"
26268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26269 oleacc/tests"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26272 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 dlls/oleaut32/Makefile"
26276 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26277 oleaut32"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26280 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 dlls/oleaut32/tests/Makefile"
26284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26285 oleaut32/tests"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26288 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291 dlls/olecli32/Makefile"
26292 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26293 olecli32"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26296 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299 dlls/oledlg/Makefile"
26300 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301 oledlg"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 dlls/olepro32/Makefile"
26308 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26309 olepro32"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26312 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 dlls/olesvr32/Makefile"
26316 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317 olesvr32"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323 dlls/olethk32/Makefile"
26324 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26325 olethk32"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26328 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331 dlls/opengl32/Makefile"
26332 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333 opengl32"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339 dlls/opengl32/tests/Makefile"
26340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26341 opengl32/tests"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26344 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347 dlls/pdh/Makefile"
26348 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349 pdh"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355 dlls/pdh/tests/Makefile"
26356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26357 pdh/tests"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26360 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363 dlls/pidgen/Makefile"
26364 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365 pidgen"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 dlls/powrprof/Makefile"
26372 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26373 powrprof"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26376 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 dlls/printui/Makefile"
26380 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381 printui"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/printui/Makefile"
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387 dlls/propsys/Makefile"
26388 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389 propsys"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 dlls/psapi/Makefile"
26396 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397 psapi"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403 dlls/psapi/tests/Makefile"
26404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26405 psapi/tests"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26408 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411 dlls/pstorec/Makefile"
26412 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413 pstorec"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419 dlls/qcap/Makefile"
26420 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26421 qcap"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26424 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427 dlls/qedit/Makefile"
26428 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429 qedit"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 dlls/qedit/tests/Makefile"
26436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26437 qedit/tests"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26440 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443 dlls/qmgr/Makefile"
26444 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26445 qmgr"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26448 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451 dlls/qmgr/tests/Makefile"
26452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26453 qmgr/tests"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26456 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459 dlls/qmgrprxy/Makefile"
26460 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461 qmgrprxy"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 dlls/quartz/Makefile"
26468 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469 quartz"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 dlls/quartz/tests/Makefile"
26476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26477 quartz/tests"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26480 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 dlls/query/Makefile"
26484 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485 query"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/query/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 dlls/rasapi32/Makefile"
26492 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493 rasapi32"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499 dlls/rasapi32/tests/Makefile"
26500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26501 rasapi32/tests"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26504 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507 dlls/rasdlg/Makefile"
26508 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509 rasdlg"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 dlls/resutils/Makefile"
26516 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517 resutils"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523 dlls/riched20/Makefile"
26524 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525 riched20"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 dlls/riched20/tests/Makefile"
26532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26533 riched20/tests"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26536 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 dlls/riched32/Makefile"
26540 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541 riched32"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 dlls/riched32/tests/Makefile"
26548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26549 riched32/tests"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26552 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 dlls/rpcrt4/Makefile"
26556 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26557 rpcrt4"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26560 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 dlls/rpcrt4/tests/Makefile"
26564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26565 rpcrt4/tests"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26568 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 dlls/rsabase/Makefile"
26572 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26573 rsabase"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26576 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579 dlls/rsaenh/Makefile"
26580 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581 rsaenh"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587 dlls/rsaenh/tests/Makefile"
26588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26589 rsaenh/tests"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26592 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 dlls/sane.ds/Makefile"
26596 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597 sane.ds"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 dlls/sccbase/Makefile"
26604 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605 sccbase"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611 dlls/schannel/Makefile"
26612 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613 schannel"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 dlls/schannel/tests/Makefile"
26620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26621 schannel/tests"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26624 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 dlls/secur32/Makefile"
26628 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629 secur32"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635 dlls/secur32/tests/Makefile"
26636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26637 secur32/tests"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26640 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 dlls/security/Makefile"
26644 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645 security"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/security/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 dlls/sensapi/Makefile"
26652 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26653 sensapi"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26656 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 dlls/serialui/Makefile"
26660 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26661 serialui"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26664 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 dlls/serialui/tests/Makefile"
26668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26669 serialui/tests"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26672 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675 dlls/setupapi/Makefile"
26676 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677 setupapi"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 dlls/setupapi/tests/Makefile"
26684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26685 setupapi/tests"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26688 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691 dlls/sfc/Makefile"
26692 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693 sfc"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 dlls/sfc_os/Makefile"
26700 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701 sfc_os"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 dlls/shdoclc/Makefile"
26708 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26709 shdoclc"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26712 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 dlls/shdocvw/Makefile"
26716 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717 shdocvw"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 dlls/shdocvw/tests/Makefile"
26724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26725 shdocvw/tests"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26728 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 dlls/shell32/Makefile"
26732 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733 shell32"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739 dlls/shell32/tests/Makefile"
26740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26741 shell32/tests"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26744 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747 dlls/shfolder/Makefile"
26748 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749 shfolder"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 dlls/shlwapi/Makefile"
26756 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26757 shlwapi"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26760 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763 dlls/shlwapi/tests/Makefile"
26764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26765 shlwapi/tests"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26768 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771 dlls/slbcsp/Makefile"
26772 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26773 slbcsp"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26776 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 dlls/slc/Makefile"
26780 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26781 slc"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26784 ac_config_files="$ac_config_files dlls/slc/Makefile"
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787 dlls/snmpapi/Makefile"
26788 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26789 snmpapi"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26792 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795 dlls/snmpapi/tests/Makefile"
26796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26797 snmpapi/tests"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26800 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803 dlls/softpub/Makefile"
26804 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26805 softpub"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26808 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811 dlls/spoolss/Makefile"
26812 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26813 spoolss"
26814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26815 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26816 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26818 ALL_MAKEFILES="$ALL_MAKEFILES \\
26819 dlls/spoolss/tests/Makefile"
26820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26821 spoolss/tests"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26824 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 dlls/stdole2.tlb/Makefile"
26828 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26829 stdole2.tlb"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26832 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835 dlls/stdole32.tlb/Makefile"
26836 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26837 stdole32.tlb"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26840 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843 dlls/sti/Makefile"
26844 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26845 sti"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26848 ac_config_files="$ac_config_files dlls/sti/Makefile"
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851 dlls/stress.dll16/Makefile"
26852 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26853 stress.dll16"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26856 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859 dlls/strmiids/Makefile"
26860 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26861 strmiids"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26864 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867 dlls/svrapi/Makefile"
26868 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26869 svrapi"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26872 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875 dlls/sxs/Makefile"
26876 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26877 sxs"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26880 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883 dlls/tapi32/Makefile"
26884 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26885 tapi32"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26888 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891 dlls/traffic/Makefile"
26892 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26893 traffic"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26896 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899 dlls/twain_32/Makefile"
26900 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26901 twain_32"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26904 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907 dlls/twain_32/tests/Makefile"
26908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26909 twain_32/tests"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26912 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915 dlls/unicows/Makefile"
26916 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26917 unicows"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26920 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923 dlls/updspapi/Makefile"
26924 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26925 updspapi"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26928 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931 dlls/url/Makefile"
26932 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26933 url"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26936 ac_config_files="$ac_config_files dlls/url/Makefile"
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939 dlls/urlmon/Makefile"
26940 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26941 urlmon"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26944 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947 dlls/urlmon/tests/Makefile"
26948 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26949 urlmon/tests"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26952 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955 dlls/user32/Makefile"
26956 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26957 user32"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26960 ac_config_files="$ac_config_files dlls/user32/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 dlls/user32/tests/Makefile"
26964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26965 user32/tests"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26968 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971 dlls/userenv/Makefile"
26972 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26973 userenv"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26976 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979 dlls/userenv/tests/Makefile"
26980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26981 userenv/tests"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26984 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987 dlls/usp10/Makefile"
26988 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26989 usp10"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26992 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995 dlls/usp10/tests/Makefile"
26996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26997 usp10/tests"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27000 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003 dlls/uuid/Makefile"
27004 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27005 uuid"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27008 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011 dlls/uxtheme/Makefile"
27012 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27013 uxtheme"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27016 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019 dlls/uxtheme/tests/Makefile"
27020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27021 uxtheme/tests"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27024 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027 dlls/vdhcp.vxd/Makefile"
27028 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27029 vdhcp.vxd"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27032 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035 dlls/vdmdbg/Makefile"
27036 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27037 vdmdbg"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27040 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043 dlls/version/Makefile"
27044 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27045 version"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27048 ac_config_files="$ac_config_files dlls/version/Makefile"
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051 dlls/version/tests/Makefile"
27052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27053 version/tests"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27056 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 dlls/vmm.vxd/Makefile"
27060 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27061 vmm.vxd"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27064 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067 dlls/vnbt.vxd/Makefile"
27068 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27069 vnbt.vxd"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27072 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075 dlls/vnetbios.vxd/Makefile"
27076 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27077 vnetbios.vxd"
27078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27079 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27080 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27082 ALL_MAKEFILES="$ALL_MAKEFILES \\
27083 dlls/vtdapi.vxd/Makefile"
27084 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27085 vtdapi.vxd"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27088 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091 dlls/vwin32.vxd/Makefile"
27092 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27093 vwin32.vxd"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27096 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 dlls/w32skrnl/Makefile"
27100 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27101 w32skrnl"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27104 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107 dlls/win87em.dll16/Makefile"
27108 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27109 win87em.dll16"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27112 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115 dlls/windebug.dll16/Makefile"
27116 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27117 windebug.dll16"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27120 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123 dlls/winealsa.drv/Makefile"
27124 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27125 winealsa.drv"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27128 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131 dlls/wineaudioio.drv/Makefile"
27132 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27133 wineaudioio.drv"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27136 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139 dlls/winecoreaudio.drv/Makefile"
27140 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27141 winecoreaudio.drv"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27144 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147 dlls/winecrt0/Makefile"
27148 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27149 winecrt0"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27152 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155 dlls/wined3d/Makefile"
27156 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27157 wined3d"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27160 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 dlls/winedos/Makefile"
27164 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27165 winedos"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27168 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171 dlls/wineesd.drv/Makefile"
27172 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27173 wineesd.drv"
27174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27175 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27176 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27178 ALL_MAKEFILES="$ALL_MAKEFILES \\
27179 dlls/winejack.drv/Makefile"
27180 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27181 winejack.drv"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27184 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 dlls/winejoystick.drv/Makefile"
27188 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27189 winejoystick.drv"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27192 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195 dlls/winemp3.acm/Makefile"
27196 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27197 winemp3.acm"
27198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27199 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27200 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27202 ALL_MAKEFILES="$ALL_MAKEFILES \\
27203 dlls/winenas.drv/Makefile"
27204 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27205 winenas.drv"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27208 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 dlls/wineoss.drv/Makefile"
27212 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27213 wineoss.drv"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27216 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219 dlls/wineps.drv/Makefile"
27220 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27221 wineps.drv"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27224 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227 dlls/winequartz.drv/Makefile"
27228 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27229 winequartz.drv"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27232 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 dlls/winex11.drv/Makefile"
27236 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27237 winex11.drv"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27240 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243 dlls/wing32/Makefile"
27244 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27245 wing32"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27248 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251 dlls/winhttp/Makefile"
27252 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27253 winhttp"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27256 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259 dlls/winhttp/tests/Makefile"
27260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27261 winhttp/tests"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27264 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267 dlls/wininet/Makefile"
27268 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27269 wininet"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27272 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 dlls/wininet/tests/Makefile"
27276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27277 wininet/tests"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27280 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 dlls/winmm/Makefile"
27284 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27285 winmm"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27288 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 dlls/winmm/tests/Makefile"
27292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27293 winmm/tests"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27296 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299 dlls/winnls32/Makefile"
27300 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27301 winnls32"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27304 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307 dlls/winscard/Makefile"
27308 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27309 winscard"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27312 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315 dlls/winspool.drv/Makefile"
27316 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27317 winspool.drv"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27320 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 dlls/winspool.drv/tests/Makefile"
27324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27325 winspool.drv/tests"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27328 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331 dlls/wintab32/Makefile"
27332 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27333 wintab32"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27336 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339 dlls/wintrust/Makefile"
27340 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27341 wintrust"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27344 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347 dlls/wintrust/tests/Makefile"
27348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27349 wintrust/tests"
27350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27351 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27352 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27354 ALL_MAKEFILES="$ALL_MAKEFILES \\
27355 dlls/wldap32/Makefile"
27356 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27357 wldap32"
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27360 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27362 ALL_MAKEFILES="$ALL_MAKEFILES \\
27363 dlls/wldap32/tests/Makefile"
27364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27365 wldap32/tests"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27368 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371 dlls/wmi/Makefile"
27372 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27373 wmi"
27374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27375 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27376 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27378 ALL_MAKEFILES="$ALL_MAKEFILES \\
27379 dlls/wnaspi32/Makefile"
27380 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27381 wnaspi32"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27384 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387 dlls/wow32/Makefile"
27388 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27389 wow32"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27392 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395 dlls/ws2_32/Makefile"
27396 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27397 ws2_32"
27398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27399 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27400 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27402 ALL_MAKEFILES="$ALL_MAKEFILES \\
27403 dlls/ws2_32/tests/Makefile"
27404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27405 ws2_32/tests"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27408 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411 dlls/wsock32/Makefile"
27412 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27413 wsock32"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27416 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419 dlls/wtsapi32/Makefile"
27420 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27421 wtsapi32"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27424 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427 dlls/wuapi/Makefile"
27428 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27429 wuapi"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27432 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435 dlls/xinput1_1/Makefile"
27436 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27437 xinput1_1"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27440 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443 dlls/xinput1_2/Makefile"
27444 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27445 xinput1_2"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27448 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451 dlls/xinput1_3/Makefile"
27452 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27453 xinput1_3"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27456 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459 dlls/xinput1_3/tests/Makefile"
27460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27461 xinput1_3/tests"
27462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27463 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27464 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27466 ALL_MAKEFILES="$ALL_MAKEFILES \\
27467 dlls/xinput9_1_0/Makefile"
27468 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27469 xinput9_1_0"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27472 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475 documentation/Makefile"
27476 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27477 documentation"
27478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27479 documentation/Makefile: documentation/Makefile.in Make.rules"
27480 ac_config_files="$ac_config_files documentation/Makefile"
27482 ALL_MAKEFILES="$ALL_MAKEFILES \\
27483 fonts/Makefile"
27484 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27485 fonts"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 fonts/Makefile: fonts/Makefile.in Make.rules"
27488 ac_config_files="$ac_config_files fonts/Makefile"
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491 include/Makefile"
27492 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27493 include"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 include/Makefile: include/Makefile.in Make.rules"
27496 ac_config_files="$ac_config_files include/Makefile"
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499 libs/Makefile"
27500 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27501 libs"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 libs/Makefile: libs/Makefile.in Make.rules"
27504 ac_config_files="$ac_config_files libs/Makefile"
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507 libs/port/Makefile"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27511 ac_config_files="$ac_config_files libs/port/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 libs/wine/Makefile"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27518 ac_config_files="$ac_config_files libs/wine/Makefile"
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521 libs/wpp/Makefile"
27523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27524 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27525 ac_config_files="$ac_config_files libs/wpp/Makefile"
27527 ALL_MAKEFILES="$ALL_MAKEFILES \\
27528 loader/Makefile"
27529 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27530 loader"
27531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27532 loader/Makefile: loader/Makefile.in Make.rules"
27533 ac_config_files="$ac_config_files loader/Makefile"
27535 ALL_MAKEFILES="$ALL_MAKEFILES \\
27536 programs/Makefile"
27537 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27538 programs"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 programs/Makefile: programs/Makefile.in Make.rules"
27541 ac_config_files="$ac_config_files programs/Makefile"
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544 programs/cacls/Makefile"
27545 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27546 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27547 cacls"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27550 ac_config_files="$ac_config_files programs/cacls/Makefile"
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553 programs/clock/Makefile"
27554 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27555 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27556 clock"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27559 ac_config_files="$ac_config_files programs/clock/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 programs/cmd/Makefile"
27563 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27564 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27565 cmd"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27568 ac_config_files="$ac_config_files programs/cmd/Makefile"
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571 programs/cmdlgtst/Makefile"
27572 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27573 cmdlgtst"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27576 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579 programs/control/Makefile"
27580 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27581 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27582 control"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27585 ac_config_files="$ac_config_files programs/control/Makefile"
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588 programs/eject/Makefile"
27589 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27590 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27591 eject"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27594 ac_config_files="$ac_config_files programs/eject/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 programs/expand/Makefile"
27598 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27599 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27600 expand"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/expand/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 programs/explorer/Makefile"
27607 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609 explorer"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/explorer/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 programs/hh/Makefile"
27616 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/hh/Makefile"
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624 programs/icinfo/Makefile"
27625 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627 icinfo"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27630 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633 programs/iexplore/Makefile"
27634 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27635 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27636 iexplore"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 programs/lodctr/Makefile"
27643 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27645 lodctr"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27648 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651 programs/msiexec/Makefile"
27652 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27653 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27654 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27655 msiexec"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27658 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 programs/net/Makefile"
27662 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27663 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27664 net"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27667 ac_config_files="$ac_config_files programs/net/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 programs/notepad/Makefile"
27671 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27672 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27673 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27674 notepad"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27677 ac_config_files="$ac_config_files programs/notepad/Makefile"
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680 programs/oleview/Makefile"
27681 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27682 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27683 oleview"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27686 ac_config_files="$ac_config_files programs/oleview/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 programs/progman/Makefile"
27690 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27691 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27692 progman"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27695 ac_config_files="$ac_config_files programs/progman/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 programs/reg/Makefile"
27699 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27700 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27701 reg"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27704 ac_config_files="$ac_config_files programs/reg/Makefile"
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707 programs/regedit/Makefile"
27708 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27709 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27710 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27711 regedit"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27714 ac_config_files="$ac_config_files programs/regedit/Makefile"
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717 programs/regsvr32/Makefile"
27718 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27719 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27720 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27721 regsvr32"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27724 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727 programs/rpcss/Makefile"
27728 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27729 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27730 rpcss"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27733 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736 programs/rundll32/Makefile"
27737 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27738 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27739 rundll32"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27742 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 programs/secedit/Makefile"
27746 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27747 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27748 secedit"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27751 ac_config_files="$ac_config_files programs/secedit/Makefile"
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754 programs/services/Makefile"
27755 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27756 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27757 services"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27760 ac_config_files="$ac_config_files programs/services/Makefile"
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763 programs/spoolsv/Makefile"
27764 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27765 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27766 spoolsv"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27769 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772 programs/start/Makefile"
27773 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27774 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27775 start"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27778 ac_config_files="$ac_config_files programs/start/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 programs/svchost/Makefile"
27782 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27783 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27784 svchost"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/svchost/Makefile"
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790 programs/taskmgr/Makefile"
27791 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793 taskmgr"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 programs/uninstaller/Makefile"
27800 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802 uninstaller"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808 programs/unlodctr/Makefile"
27809 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811 unlodctr"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 programs/view/Makefile"
27818 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819 view"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27822 ac_config_files="$ac_config_files programs/view/Makefile"
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825 programs/wineboot/Makefile"
27826 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27827 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27828 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27829 wineboot"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835 programs/winebrowser/Makefile"
27836 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838 winebrowser"
27839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27840 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27841 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27843 ALL_MAKEFILES="$ALL_MAKEFILES \\
27844 programs/winecfg/Makefile"
27845 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27846 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27847 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27848 winecfg"
27849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27850 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27851 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27853 ALL_MAKEFILES="$ALL_MAKEFILES \\
27854 programs/wineconsole/Makefile"
27855 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27856 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27857 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27858 wineconsole"
27859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27860 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27861 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27863 ALL_MAKEFILES="$ALL_MAKEFILES \\
27864 programs/winedbg/Makefile"
27865 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27866 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27867 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27868 winedbg"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874 programs/winedevice/Makefile"
27875 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877 winedevice"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/winefile/Makefile"
27884 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27887 winefile"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/winefile/Makefile"
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893 programs/winemenubuilder/Makefile"
27894 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896 winemenubuilder"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902 programs/winemine/Makefile"
27903 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27906 winemine"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27909 ac_config_files="$ac_config_files programs/winemine/Makefile"
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912 programs/winepath/Makefile"
27913 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27914 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27915 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27916 winepath"
27917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27918 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27919 ac_config_files="$ac_config_files programs/winepath/Makefile"
27921 ALL_MAKEFILES="$ALL_MAKEFILES \\
27922 programs/winetest/Makefile"
27923 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27924 winetest"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/winetest/Makefile"
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930 programs/winevdm/Makefile"
27931 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933 winevdm"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/winhelp.exe16/Makefile"
27940 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 winhelp.exe16"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/winhlp32/Makefile"
27949 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 winhlp32"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/winoldap.mod16/Makefile"
27958 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 winoldap.mod16"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/winver/Makefile"
27967 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 winver"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/winver/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/wordpad/Makefile"
27976 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 wordpad"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/write/Makefile"
27985 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 write"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/write/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 programs/xcopy/Makefile"
27994 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996 xcopy"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002 server/Makefile"
28003 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28004 server"
28005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28006 server/Makefile: server/Makefile.in Make.rules"
28007 ac_config_files="$ac_config_files server/Makefile"
28009 ALL_MAKEFILES="$ALL_MAKEFILES \\
28010 tools/Makefile"
28011 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28012 tools"
28013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28014 tools/Makefile: tools/Makefile.in Make.rules"
28015 ac_config_files="$ac_config_files tools/Makefile"
28017 ALL_MAKEFILES="$ALL_MAKEFILES \\
28018 tools/widl/Makefile"
28020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28021 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28022 ac_config_files="$ac_config_files tools/widl/Makefile"
28024 ALL_MAKEFILES="$ALL_MAKEFILES \\
28025 tools/winebuild/Makefile"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28029 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 tools/winedump/Makefile"
28034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28035 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28036 ac_config_files="$ac_config_files tools/winedump/Makefile"
28038 ALL_MAKEFILES="$ALL_MAKEFILES \\
28039 tools/winegcc/Makefile"
28041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28042 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28043 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28045 ALL_MAKEFILES="$ALL_MAKEFILES \\
28046 tools/wmc/Makefile"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28050 ac_config_files="$ac_config_files tools/wmc/Makefile"
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053 tools/wrc/Makefile"
28055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28056 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28057 ac_config_files="$ac_config_files tools/wrc/Makefile"
28061 ALL_WINETEST_DEPENDS="# Test binaries"
28063 for dir in $ALL_TEST_DIRS
28065 if test "$dir" != "\\"
28066 then
28067 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28068 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28069 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28070 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28072 done
28074 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28076 cat >confcache <<\_ACEOF
28077 # This file is a shell script that caches the results of configure
28078 # tests run on this system so they can be shared between configure
28079 # scripts and configure runs, see configure's option --config-cache.
28080 # It is not useful on other systems. If it contains results you don't
28081 # want to keep, you may remove or edit it.
28083 # config.status only pays attention to the cache file if you give it
28084 # the --recheck option to rerun configure.
28086 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28087 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28088 # following values.
28090 _ACEOF
28092 # The following way of writing the cache mishandles newlines in values,
28093 # but we know of no workaround that is simple, portable, and efficient.
28094 # So, we kill variables containing newlines.
28095 # Ultrix sh set writes to stderr and can't be redirected directly,
28096 # and sets the high bit in the cache file unless we assign to the vars.
28098 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28099 eval ac_val=\$$ac_var
28100 case $ac_val in #(
28101 *${as_nl}*)
28102 case $ac_var in #(
28103 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28104 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28105 esac
28106 case $ac_var in #(
28107 _ | IFS | as_nl) ;; #(
28108 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28109 *) $as_unset $ac_var ;;
28110 esac ;;
28111 esac
28112 done
28114 (set) 2>&1 |
28115 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28116 *${as_nl}ac_space=\ *)
28117 # `set' does not quote correctly, so add quotes (double-quote
28118 # substitution turns \\\\ into \\, and sed turns \\ into \).
28119 sed -n \
28120 "s/'/'\\\\''/g;
28121 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28122 ;; #(
28124 # `set' quotes correctly as required by POSIX, so do not add quotes.
28125 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28127 esac |
28128 sort
28130 sed '
28131 /^ac_cv_env_/b end
28132 t clear
28133 :clear
28134 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28135 t end
28136 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28137 :end' >>confcache
28138 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28139 if test -w "$cache_file"; then
28140 test "x$cache_file" != "x/dev/null" &&
28141 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28142 $as_echo "$as_me: updating cache $cache_file" >&6;}
28143 cat confcache >$cache_file
28144 else
28145 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28146 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28149 rm -f confcache
28151 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28152 # Let make expand exec_prefix.
28153 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28155 DEFS=-DHAVE_CONFIG_H
28157 ac_libobjs=
28158 ac_ltlibobjs=
28159 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28160 # 1. Remove the extension, and $U if already installed.
28161 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28162 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28163 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28164 # will be set to the directory where LIBOBJS objects are built.
28165 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28166 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28167 done
28168 LIBOBJS=$ac_libobjs
28170 LTLIBOBJS=$ac_ltlibobjs
28174 : ${CONFIG_STATUS=./config.status}
28175 ac_write_fail=0
28176 ac_clean_files_save=$ac_clean_files
28177 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28178 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28179 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28180 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28181 #! $SHELL
28182 # Generated by $as_me.
28183 # Run this file to recreate the current configuration.
28184 # Compiler output produced by configure, useful for debugging
28185 # configure, is in config.log if it exists.
28187 debug=false
28188 ac_cs_recheck=false
28189 ac_cs_silent=false
28190 SHELL=\${CONFIG_SHELL-$SHELL}
28191 _ACEOF
28193 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28194 ## --------------------- ##
28195 ## M4sh Initialization. ##
28196 ## --------------------- ##
28198 # Be more Bourne compatible
28199 DUALCASE=1; export DUALCASE # for MKS sh
28200 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28201 emulate sh
28202 NULLCMD=:
28203 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28204 # is contrary to our usage. Disable this feature.
28205 alias -g '${1+"$@"}'='"$@"'
28206 setopt NO_GLOB_SUBST
28207 else
28208 case `(set -o) 2>/dev/null` in
28209 *posix*) set -o posix ;;
28210 esac
28217 # PATH needs CR
28218 # Avoid depending upon Character Ranges.
28219 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28220 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28221 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28222 as_cr_digits='0123456789'
28223 as_cr_alnum=$as_cr_Letters$as_cr_digits
28225 as_nl='
28227 export as_nl
28228 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28229 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28230 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28231 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28232 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28233 as_echo='printf %s\n'
28234 as_echo_n='printf %s'
28235 else
28236 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28237 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28238 as_echo_n='/usr/ucb/echo -n'
28239 else
28240 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28241 as_echo_n_body='eval
28242 arg=$1;
28243 case $arg in
28244 *"$as_nl"*)
28245 expr "X$arg" : "X\\(.*\\)$as_nl";
28246 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28247 esac;
28248 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28250 export as_echo_n_body
28251 as_echo_n='sh -c $as_echo_n_body as_echo'
28253 export as_echo_body
28254 as_echo='sh -c $as_echo_body as_echo'
28257 # The user is always right.
28258 if test "${PATH_SEPARATOR+set}" != set; then
28259 PATH_SEPARATOR=:
28260 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28261 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28262 PATH_SEPARATOR=';'
28266 # Support unset when possible.
28267 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28268 as_unset=unset
28269 else
28270 as_unset=false
28274 # IFS
28275 # We need space, tab and new line, in precisely that order. Quoting is
28276 # there to prevent editors from complaining about space-tab.
28277 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28278 # splitting by setting IFS to empty value.)
28279 IFS=" "" $as_nl"
28281 # Find who we are. Look in the path if we contain no directory separator.
28282 case $0 in
28283 *[\\/]* ) as_myself=$0 ;;
28284 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28285 for as_dir in $PATH
28287 IFS=$as_save_IFS
28288 test -z "$as_dir" && as_dir=.
28289 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28290 done
28291 IFS=$as_save_IFS
28294 esac
28295 # We did not find ourselves, most probably we were run as `sh COMMAND'
28296 # in which case we are not to be found in the path.
28297 if test "x$as_myself" = x; then
28298 as_myself=$0
28300 if test ! -f "$as_myself"; then
28301 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28302 { (exit 1); exit 1; }
28305 # Work around bugs in pre-3.0 UWIN ksh.
28306 for as_var in ENV MAIL MAILPATH
28307 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28308 done
28309 PS1='$ '
28310 PS2='> '
28311 PS4='+ '
28313 # NLS nuisances.
28314 LC_ALL=C
28315 export LC_ALL
28316 LANGUAGE=C
28317 export LANGUAGE
28319 # Required to use basename.
28320 if expr a : '\(a\)' >/dev/null 2>&1 &&
28321 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28322 as_expr=expr
28323 else
28324 as_expr=false
28327 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28328 as_basename=basename
28329 else
28330 as_basename=false
28334 # Name of the executable.
28335 as_me=`$as_basename -- "$0" ||
28336 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28337 X"$0" : 'X\(//\)$' \| \
28338 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28339 $as_echo X/"$0" |
28340 sed '/^.*\/\([^/][^/]*\)\/*$/{
28341 s//\1/
28344 /^X\/\(\/\/\)$/{
28345 s//\1/
28348 /^X\/\(\/\).*/{
28349 s//\1/
28352 s/.*/./; q'`
28354 # CDPATH.
28355 $as_unset CDPATH
28359 as_lineno_1=$LINENO
28360 as_lineno_2=$LINENO
28361 test "x$as_lineno_1" != "x$as_lineno_2" &&
28362 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28364 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28365 # uniformly replaced by the line number. The first 'sed' inserts a
28366 # line-number line after each line using $LINENO; the second 'sed'
28367 # does the real work. The second script uses 'N' to pair each
28368 # line-number line with the line containing $LINENO, and appends
28369 # trailing '-' during substitution so that $LINENO is not a special
28370 # case at line end.
28371 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28372 # scripts with optimization help from Paolo Bonzini. Blame Lee
28373 # E. McMahon (1931-1989) for sed's syntax. :-)
28374 sed -n '
28376 /[$]LINENO/=
28377 ' <$as_myself |
28378 sed '
28379 s/[$]LINENO.*/&-/
28380 t lineno
28382 :lineno
28384 :loop
28385 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28386 t loop
28387 s/-\n.*//
28388 ' >$as_me.lineno &&
28389 chmod +x "$as_me.lineno" ||
28390 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28391 { (exit 1); exit 1; }; }
28393 # Don't try to exec as it changes $[0], causing all sort of problems
28394 # (the dirname of $[0] is not the place where we might find the
28395 # original and so on. Autoconf is especially sensitive to this).
28396 . "./$as_me.lineno"
28397 # Exit status is that of the last command.
28398 exit
28402 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28403 as_dirname=dirname
28404 else
28405 as_dirname=false
28408 ECHO_C= ECHO_N= ECHO_T=
28409 case `echo -n x` in
28410 -n*)
28411 case `echo 'x\c'` in
28412 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28413 *) ECHO_C='\c';;
28414 esac;;
28416 ECHO_N='-n';;
28417 esac
28418 if expr a : '\(a\)' >/dev/null 2>&1 &&
28419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28420 as_expr=expr
28421 else
28422 as_expr=false
28425 rm -f conf$$ conf$$.exe conf$$.file
28426 if test -d conf$$.dir; then
28427 rm -f conf$$.dir/conf$$.file
28428 else
28429 rm -f conf$$.dir
28430 mkdir conf$$.dir 2>/dev/null
28432 if (echo >conf$$.file) 2>/dev/null; then
28433 if ln -s conf$$.file conf$$ 2>/dev/null; then
28434 as_ln_s='ln -s'
28435 # ... but there are two gotchas:
28436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28438 # In both cases, we have to default to `cp -p'.
28439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28440 as_ln_s='cp -p'
28441 elif ln conf$$.file conf$$ 2>/dev/null; then
28442 as_ln_s=ln
28443 else
28444 as_ln_s='cp -p'
28446 else
28447 as_ln_s='cp -p'
28449 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28450 rmdir conf$$.dir 2>/dev/null
28452 if mkdir -p . 2>/dev/null; then
28453 as_mkdir_p=:
28454 else
28455 test -d ./-p && rmdir ./-p
28456 as_mkdir_p=false
28459 if test -x / >/dev/null 2>&1; then
28460 as_test_x='test -x'
28461 else
28462 if ls -dL / >/dev/null 2>&1; then
28463 as_ls_L_option=L
28464 else
28465 as_ls_L_option=
28467 as_test_x='
28468 eval sh -c '\''
28469 if test -d "$1"; then
28470 test -d "$1/.";
28471 else
28472 case $1 in
28473 -*)set "./$1";;
28474 esac;
28475 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28476 ???[sx]*):;;*)false;;esac;fi
28477 '\'' sh
28480 as_executable_p=$as_test_x
28482 # Sed expression to map a string onto a valid CPP name.
28483 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28485 # Sed expression to map a string onto a valid variable name.
28486 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28489 exec 6>&1
28491 # Save the log message, to keep $[0] and so on meaningful, and to
28492 # report actual input values of CONFIG_FILES etc. instead of their
28493 # values after options handling.
28494 ac_log="
28495 This file was extended by Wine $as_me 1.1.16, which was
28496 generated by GNU Autoconf 2.63. Invocation command line was
28498 CONFIG_FILES = $CONFIG_FILES
28499 CONFIG_HEADERS = $CONFIG_HEADERS
28500 CONFIG_LINKS = $CONFIG_LINKS
28501 CONFIG_COMMANDS = $CONFIG_COMMANDS
28502 $ $0 $@
28504 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28507 _ACEOF
28509 case $ac_config_files in *"
28510 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28511 esac
28513 case $ac_config_headers in *"
28514 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28515 esac
28518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28519 # Files that config.status was made for.
28520 config_files="$ac_config_files"
28521 config_headers="$ac_config_headers"
28522 config_commands="$ac_config_commands"
28524 _ACEOF
28526 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28527 ac_cs_usage="\
28528 \`$as_me' instantiates files from templates according to the
28529 current configuration.
28531 Usage: $0 [OPTION]... [FILE]...
28533 -h, --help print this help, then exit
28534 -V, --version print version number and configuration settings, then exit
28535 -q, --quiet, --silent
28536 do not print progress messages
28537 -d, --debug don't remove temporary files
28538 --recheck update $as_me by reconfiguring in the same conditions
28539 --file=FILE[:TEMPLATE]
28540 instantiate the configuration file FILE
28541 --header=FILE[:TEMPLATE]
28542 instantiate the configuration header FILE
28544 Configuration files:
28545 $config_files
28547 Configuration headers:
28548 $config_headers
28550 Configuration commands:
28551 $config_commands
28553 Report bugs to <bug-autoconf@gnu.org>."
28555 _ACEOF
28556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28557 ac_cs_version="\\
28558 Wine config.status 1.1.16
28559 configured by $0, generated by GNU Autoconf 2.63,
28560 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28562 Copyright (C) 2008 Free Software Foundation, Inc.
28563 This config.status script is free software; the Free Software Foundation
28564 gives unlimited permission to copy, distribute and modify it."
28566 ac_pwd='$ac_pwd'
28567 srcdir='$srcdir'
28568 INSTALL='$INSTALL'
28569 test -n "\$AWK" || AWK=awk
28570 _ACEOF
28572 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28573 # The default lists apply if the user does not specify any file.
28574 ac_need_defaults=:
28575 while test $# != 0
28577 case $1 in
28578 --*=*)
28579 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28580 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28581 ac_shift=:
28584 ac_option=$1
28585 ac_optarg=$2
28586 ac_shift=shift
28588 esac
28590 case $ac_option in
28591 # Handling of the options.
28592 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28593 ac_cs_recheck=: ;;
28594 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28595 $as_echo "$ac_cs_version"; exit ;;
28596 --debug | --debu | --deb | --de | --d | -d )
28597 debug=: ;;
28598 --file | --fil | --fi | --f )
28599 $ac_shift
28600 case $ac_optarg in
28601 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28602 esac
28603 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28604 ac_need_defaults=false;;
28605 --header | --heade | --head | --hea )
28606 $ac_shift
28607 case $ac_optarg in
28608 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28609 esac
28610 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28611 ac_need_defaults=false;;
28612 --he | --h)
28613 # Conflict between --help and --header
28614 { $as_echo "$as_me: error: ambiguous option: $1
28615 Try \`$0 --help' for more information." >&2
28616 { (exit 1); exit 1; }; };;
28617 --help | --hel | -h )
28618 $as_echo "$ac_cs_usage"; exit ;;
28619 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28620 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28621 ac_cs_silent=: ;;
28623 # This is an error.
28624 -*) { $as_echo "$as_me: error: unrecognized option: $1
28625 Try \`$0 --help' for more information." >&2
28626 { (exit 1); exit 1; }; } ;;
28628 *) ac_config_targets="$ac_config_targets $1"
28629 ac_need_defaults=false ;;
28631 esac
28632 shift
28633 done
28635 ac_configure_extra_args=
28637 if $ac_cs_silent; then
28638 exec 6>/dev/null
28639 ac_configure_extra_args="$ac_configure_extra_args --silent"
28642 _ACEOF
28643 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28644 if \$ac_cs_recheck; then
28645 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28646 shift
28647 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28648 CONFIG_SHELL='$SHELL'
28649 export CONFIG_SHELL
28650 exec "\$@"
28653 _ACEOF
28654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28655 exec 5>>config.log
28657 echo
28658 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28659 ## Running $as_me. ##
28660 _ASBOX
28661 $as_echo "$ac_log"
28662 } >&5
28664 _ACEOF
28665 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28666 _ACEOF
28668 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28670 # Handling of arguments.
28671 for ac_config_target in $ac_config_targets
28673 case $ac_config_target in
28674 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28675 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28676 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28677 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28678 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28679 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28680 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28681 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28682 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28683 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28684 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28685 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28686 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28687 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28688 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28689 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28690 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28691 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28692 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28693 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28694 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28695 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28696 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28697 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28698 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28699 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28700 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28701 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28702 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28703 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28704 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28705 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28706 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28707 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28708 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28709 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28710 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28711 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28712 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28713 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28714 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28715 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28716 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28717 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28718 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28719 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28720 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28721 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28722 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28723 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28724 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28725 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28726 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28727 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28728 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28729 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28730 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28731 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28732 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28733 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28734 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28735 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28736 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28737 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28738 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28739 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28740 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28741 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28742 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28743 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28744 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28745 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28746 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28747 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28748 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28749 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28750 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28751 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28752 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28753 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28754 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28755 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28756 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28757 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28758 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28759 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28760 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28761 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28762 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28763 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28764 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28765 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28766 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28767 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28768 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28769 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28770 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28771 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28772 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28773 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28774 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28775 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28776 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28777 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28778 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28779 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28780 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28781 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28782 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28783 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28784 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28785 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28786 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28787 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28788 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28789 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28790 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28791 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28792 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28793 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28794 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28795 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28796 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28797 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28798 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28799 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28800 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28801 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28802 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28803 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28804 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28805 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28806 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28807 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28808 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28809 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28810 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28811 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28812 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28813 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28814 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28815 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28816 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28817 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28818 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28819 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28820 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28821 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28822 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28823 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28824 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28825 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28826 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28827 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28828 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28829 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28830 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28831 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28832 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28833 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28834 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28835 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28836 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28837 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28838 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28839 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28840 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28841 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28842 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28843 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28844 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28845 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28846 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28847 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28848 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28849 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28850 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28851 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28852 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28853 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28854 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28855 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28856 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28857 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28858 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28859 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28860 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28861 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28862 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28863 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28864 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28865 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28866 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28867 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28868 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28869 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28870 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28871 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28872 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28873 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28874 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28875 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28876 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28877 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28878 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28879 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28880 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28881 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28882 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28883 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28884 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28885 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28886 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28887 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28888 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28889 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28890 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28891 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28892 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28893 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28894 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28895 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28896 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28897 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28898 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28899 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28900 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28901 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28902 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28903 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28904 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28905 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28906 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28907 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28908 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28909 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28910 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28911 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28912 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28913 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28914 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28915 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28916 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28917 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28918 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28919 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28920 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28921 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28922 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28923 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28924 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28925 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28926 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28927 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28928 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28929 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28930 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28931 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28932 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28933 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28934 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28935 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28936 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28937 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28938 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28939 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28940 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28941 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28942 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28943 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28944 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28945 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28946 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28947 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28948 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28949 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28950 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28951 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28952 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28953 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28954 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28955 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28956 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28957 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28958 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28959 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28960 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28961 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28962 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28963 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28964 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28965 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28966 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28967 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28968 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28969 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28970 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28971 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28972 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28973 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28974 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28975 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28976 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28977 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28978 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28979 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28980 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28981 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28982 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28983 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28984 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28985 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28986 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28987 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28988 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28989 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28990 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28991 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28992 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28993 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28994 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28995 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28996 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28997 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28998 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28999 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29000 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29001 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29002 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29003 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29004 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29005 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29006 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29007 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29008 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29009 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29010 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29011 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29012 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29013 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29014 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29015 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29016 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29017 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29018 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29019 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29020 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29021 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29022 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29023 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29024 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29025 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29026 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29027 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29028 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29029 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29030 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29031 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29032 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29033 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29034 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29035 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29036 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29037 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29038 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29039 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29040 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29041 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29042 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29043 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29044 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29045 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29046 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29047 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29048 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29049 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29050 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29051 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29052 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29053 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29054 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29055 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29056 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29057 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29058 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29059 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29060 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29061 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29062 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29063 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29064 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29065 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29066 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29067 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29068 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29069 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29070 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29071 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29072 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29073 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29074 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29075 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29076 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29077 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29078 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29079 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29080 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29081 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29082 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29083 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29084 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29085 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29086 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29087 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29088 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29089 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29090 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29091 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29092 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29093 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29094 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29095 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29096 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29097 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29098 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29099 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29100 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29101 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29102 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29103 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29104 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29105 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29106 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29107 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29108 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29109 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29110 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29111 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29112 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29113 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29114 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29115 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29116 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29117 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29118 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29119 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29120 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29121 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29122 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29123 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29124 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29125 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29126 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29127 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29128 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29129 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29130 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29131 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29132 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29133 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29134 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29135 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29136 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29137 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29138 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29139 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29140 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29141 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29142 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29143 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29144 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29145 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29146 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29147 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29148 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29150 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29151 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29152 { (exit 1); exit 1; }; };;
29153 esac
29154 done
29157 # If the user did not use the arguments to specify the items to instantiate,
29158 # then the envvar interface is used. Set only those that are not.
29159 # We use the long form for the default assignment because of an extremely
29160 # bizarre bug on SunOS 4.1.3.
29161 if $ac_need_defaults; then
29162 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29163 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29164 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29167 # Have a temporary directory for convenience. Make it in the build tree
29168 # simply because there is no reason against having it here, and in addition,
29169 # creating and moving files from /tmp can sometimes cause problems.
29170 # Hook for its removal unless debugging.
29171 # Note that there is a small window in which the directory will not be cleaned:
29172 # after its creation but before its name has been assigned to `$tmp'.
29173 $debug ||
29175 tmp=
29176 trap 'exit_status=$?
29177 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29179 trap '{ (exit 1); exit 1; }' 1 2 13 15
29181 # Create a (secure) tmp directory for tmp files.
29184 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29185 test -n "$tmp" && test -d "$tmp"
29186 } ||
29188 tmp=./conf$$-$RANDOM
29189 (umask 077 && mkdir "$tmp")
29190 } ||
29192 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29193 { (exit 1); exit 1; }
29196 # Set up the scripts for CONFIG_FILES section.
29197 # No need to generate them if there are no CONFIG_FILES.
29198 # This happens for instance with `./config.status config.h'.
29199 if test -n "$CONFIG_FILES"; then
29201 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29202 ac_cs_awk_getline=:
29203 ac_cs_awk_pipe_init=
29204 ac_cs_awk_read_file='
29205 while ((getline aline < (F[key])) > 0)
29206 print(aline)
29207 close(F[key])'
29208 ac_cs_awk_pipe_fini=
29209 else
29210 ac_cs_awk_getline=false
29211 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29212 ac_cs_awk_read_file='
29213 print "|#_!!_#|"
29214 print "cat " F[key] " &&"
29215 '$ac_cs_awk_pipe_init
29216 # The final `:' finishes the AND list.
29217 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29219 ac_cr=' '
29220 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29221 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29222 ac_cs_awk_cr='\\r'
29223 else
29224 ac_cs_awk_cr=$ac_cr
29227 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29228 _ACEOF
29230 # Create commands to substitute file output variables.
29232 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29233 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29234 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29235 echo "_ACAWK" &&
29236 echo "_ACEOF"
29237 } >conf$$files.sh &&
29238 . ./conf$$files.sh ||
29239 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29240 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29241 { (exit 1); exit 1; }; }
29242 rm -f conf$$files.sh
29245 echo "cat >conf$$subs.awk <<_ACEOF" &&
29246 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29247 echo "_ACEOF"
29248 } >conf$$subs.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 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29253 ac_delim='%!_!# '
29254 for ac_last_try in false false false false false :; do
29255 . ./conf$$subs.sh ||
29256 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29257 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29258 { (exit 1); exit 1; }; }
29260 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29261 if test $ac_delim_n = $ac_delim_num; then
29262 break
29263 elif $ac_last_try; then
29264 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29265 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29266 { (exit 1); exit 1; }; }
29267 else
29268 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29270 done
29271 rm -f conf$$subs.sh
29273 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29274 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29275 _ACEOF
29276 sed -n '
29278 s/^/S["/; s/!.*/"]=/
29281 s/^[^!]*!//
29282 :repl
29283 t repl
29284 s/'"$ac_delim"'$//
29285 t delim
29288 s/\(.\{148\}\).*/\1/
29289 t more1
29290 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29293 b repl
29294 :more1
29295 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29298 s/.\{148\}//
29299 t nl
29300 :delim
29302 s/\(.\{148\}\).*/\1/
29303 t more2
29304 s/["\\]/\\&/g; s/^/"/; s/$/"/
29307 :more2
29308 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29311 s/.\{148\}//
29312 t delim
29313 ' <conf$$subs.awk | sed '
29314 /^[^""]/{
29316 s/\n//
29318 ' >>$CONFIG_STATUS || ac_write_fail=1
29319 rm -f conf$$subs.awk
29320 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29321 _ACAWK
29322 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29323 for (key in S) S_is_set[key] = 1
29324 FS = "\a"
29325 \$ac_cs_awk_pipe_init
29328 line = $ 0
29329 nfields = split(line, field, "@")
29330 substed = 0
29331 len = length(field[1])
29332 for (i = 2; i < nfields; i++) {
29333 key = field[i]
29334 keylen = length(key)
29335 if (S_is_set[key]) {
29336 value = S[key]
29337 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29338 len += length(value) + length(field[++i])
29339 substed = 1
29340 } else
29341 len += 1 + keylen
29343 if (nfields == 3 && !substed) {
29344 key = field[2]
29345 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29346 \$ac_cs_awk_read_file
29347 next
29350 print line
29352 \$ac_cs_awk_pipe_fini
29353 _ACAWK
29354 _ACEOF
29355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29356 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29357 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29358 else
29360 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29361 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29362 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29363 { (exit 1); exit 1; }; }
29364 _ACEOF
29366 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29367 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29368 # trailing colons and then remove the whole line if VPATH becomes empty
29369 # (actually we leave an empty line to preserve line numbers).
29370 if test "x$srcdir" = x.; then
29371 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29372 s/:*\$(srcdir):*/:/
29373 s/:*\${srcdir}:*/:/
29374 s/:*@srcdir@:*/:/
29375 s/^\([^=]*=[ ]*\):*/\1/
29376 s/:*$//
29377 s/^[^=]*=[ ]*$//
29381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29382 fi # test -n "$CONFIG_FILES"
29384 # Set up the scripts for CONFIG_HEADERS section.
29385 # No need to generate them if there are no CONFIG_HEADERS.
29386 # This happens for instance with `./config.status Makefile'.
29387 if test -n "$CONFIG_HEADERS"; then
29388 cat >"$tmp/defines.awk" <<\_ACAWK ||
29389 BEGIN {
29390 _ACEOF
29392 # Transform confdefs.h into an awk script `defines.awk', embedded as
29393 # here-document in config.status, that substitutes the proper values into
29394 # config.h.in to produce config.h.
29396 # Create a delimiter string that does not exist in confdefs.h, to ease
29397 # handling of long lines.
29398 ac_delim='%!_!# '
29399 for ac_last_try in false false :; do
29400 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29401 if test -z "$ac_t"; then
29402 break
29403 elif $ac_last_try; then
29404 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29405 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29406 { (exit 1); exit 1; }; }
29407 else
29408 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29410 done
29412 # For the awk script, D is an array of macro values keyed by name,
29413 # likewise P contains macro parameters if any. Preserve backslash
29414 # newline sequences.
29416 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29417 sed -n '
29418 s/.\{148\}/&'"$ac_delim"'/g
29419 t rset
29420 :rset
29421 s/^[ ]*#[ ]*define[ ][ ]*/ /
29422 t def
29424 :def
29425 s/\\$//
29426 t bsnl
29427 s/["\\]/\\&/g
29428 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29429 D["\1"]=" \3"/p
29430 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29432 :bsnl
29433 s/["\\]/\\&/g
29434 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29435 D["\1"]=" \3\\\\\\n"\\/p
29436 t cont
29437 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29438 t cont
29440 :cont
29442 s/.\{148\}/&'"$ac_delim"'/g
29443 t clear
29444 :clear
29445 s/\\$//
29446 t bsnlc
29447 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29449 :bsnlc
29450 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29451 b cont
29452 ' <confdefs.h | sed '
29453 s/'"$ac_delim"'/"\\\
29454 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29456 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29457 for (key in D) D_is_set[key] = 1
29458 FS = "\a"
29460 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29461 line = \$ 0
29462 split(line, arg, " ")
29463 if (arg[1] == "#") {
29464 defundef = arg[2]
29465 mac1 = arg[3]
29466 } else {
29467 defundef = substr(arg[1], 2)
29468 mac1 = arg[2]
29470 split(mac1, mac2, "(") #)
29471 macro = mac2[1]
29472 prefix = substr(line, 1, index(line, defundef) - 1)
29473 if (D_is_set[macro]) {
29474 # Preserve the white space surrounding the "#".
29475 print prefix "define", macro P[macro] D[macro]
29476 next
29477 } else {
29478 # Replace #undef with comments. This is necessary, for example,
29479 # in the case of _POSIX_SOURCE, which is predefined and required
29480 # on some systems where configure will not decide to define it.
29481 if (defundef == "undef") {
29482 print "/*", prefix defundef, macro, "*/"
29483 next
29487 { print }
29488 _ACAWK
29489 _ACEOF
29490 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29491 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29492 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29493 { (exit 1); exit 1; }; }
29494 fi # test -n "$CONFIG_HEADERS"
29497 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29498 shift
29499 for ac_tag
29501 case $ac_tag in
29502 :[FHLC]) ac_mode=$ac_tag; continue;;
29503 esac
29504 case $ac_mode$ac_tag in
29505 :[FHL]*:*);;
29506 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29507 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29508 { (exit 1); exit 1; }; };;
29509 :[FH]-) ac_tag=-:-;;
29510 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29511 esac
29512 ac_save_IFS=$IFS
29513 IFS=:
29514 set x $ac_tag
29515 IFS=$ac_save_IFS
29516 shift
29517 ac_file=$1
29518 shift
29520 case $ac_mode in
29521 :L) ac_source=$1;;
29522 :[FH])
29523 ac_file_inputs=
29524 for ac_f
29526 case $ac_f in
29527 -) ac_f="$tmp/stdin";;
29528 *) # Look for the file first in the build tree, then in the source tree
29529 # (if the path is not absolute). The absolute path cannot be DOS-style,
29530 # because $ac_f cannot contain `:'.
29531 test -f "$ac_f" ||
29532 case $ac_f in
29533 [\\/$]*) false;;
29534 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29535 esac ||
29536 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29537 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29538 { (exit 1); exit 1; }; };;
29539 esac
29540 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29541 ac_file_inputs="$ac_file_inputs '$ac_f'"
29542 done
29544 # Let's still pretend it is `configure' which instantiates (i.e., don't
29545 # use $as_me), people would be surprised to read:
29546 # /* config.h. Generated by config.status. */
29547 configure_input='Generated from '`
29548 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29549 `' by configure.'
29550 if test x"$ac_file" != x-; then
29551 configure_input="$ac_file. $configure_input"
29552 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29553 $as_echo "$as_me: creating $ac_file" >&6;}
29555 # Neutralize special characters interpreted by sed in replacement strings.
29556 case $configure_input in #(
29557 *\&* | *\|* | *\\* )
29558 ac_sed_conf_input=`$as_echo "$configure_input" |
29559 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29560 *) ac_sed_conf_input=$configure_input;;
29561 esac
29563 case $ac_tag in
29564 *:-:* | *:-) cat >"$tmp/stdin" \
29565 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29566 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29567 { (exit 1); exit 1; }; } ;;
29568 esac
29570 esac
29572 ac_dir=`$as_dirname -- "$ac_file" ||
29573 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29574 X"$ac_file" : 'X\(//\)[^/]' \| \
29575 X"$ac_file" : 'X\(//\)$' \| \
29576 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29577 $as_echo X"$ac_file" |
29578 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29579 s//\1/
29582 /^X\(\/\/\)[^/].*/{
29583 s//\1/
29586 /^X\(\/\/\)$/{
29587 s//\1/
29590 /^X\(\/\).*/{
29591 s//\1/
29594 s/.*/./; q'`
29595 { as_dir="$ac_dir"
29596 case $as_dir in #(
29597 -*) as_dir=./$as_dir;;
29598 esac
29599 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29600 as_dirs=
29601 while :; do
29602 case $as_dir in #(
29603 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29604 *) as_qdir=$as_dir;;
29605 esac
29606 as_dirs="'$as_qdir' $as_dirs"
29607 as_dir=`$as_dirname -- "$as_dir" ||
29608 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29609 X"$as_dir" : 'X\(//\)[^/]' \| \
29610 X"$as_dir" : 'X\(//\)$' \| \
29611 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29612 $as_echo X"$as_dir" |
29613 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29614 s//\1/
29617 /^X\(\/\/\)[^/].*/{
29618 s//\1/
29621 /^X\(\/\/\)$/{
29622 s//\1/
29625 /^X\(\/\).*/{
29626 s//\1/
29629 s/.*/./; q'`
29630 test -d "$as_dir" && break
29631 done
29632 test -z "$as_dirs" || eval "mkdir $as_dirs"
29633 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29634 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29635 { (exit 1); exit 1; }; }; }
29636 ac_builddir=.
29638 case "$ac_dir" in
29639 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29641 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29642 # A ".." for each directory in $ac_dir_suffix.
29643 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29644 case $ac_top_builddir_sub in
29645 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29646 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29647 esac ;;
29648 esac
29649 ac_abs_top_builddir=$ac_pwd
29650 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29651 # for backward compatibility:
29652 ac_top_builddir=$ac_top_build_prefix
29654 case $srcdir in
29655 .) # We are building in place.
29656 ac_srcdir=.
29657 ac_top_srcdir=$ac_top_builddir_sub
29658 ac_abs_top_srcdir=$ac_pwd ;;
29659 [\\/]* | ?:[\\/]* ) # Absolute name.
29660 ac_srcdir=$srcdir$ac_dir_suffix;
29661 ac_top_srcdir=$srcdir
29662 ac_abs_top_srcdir=$srcdir ;;
29663 *) # Relative name.
29664 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29665 ac_top_srcdir=$ac_top_build_prefix$srcdir
29666 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29667 esac
29668 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29671 case $ac_mode in
29674 # CONFIG_FILE
29677 case $INSTALL in
29678 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29679 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29680 esac
29681 _ACEOF
29683 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29684 # If the template does not know about datarootdir, expand it.
29685 # FIXME: This hack should be removed a few years after 2.60.
29686 ac_datarootdir_hack=; ac_datarootdir_seen=
29688 ac_sed_dataroot='
29689 /datarootdir/ {
29693 /@datadir@/p
29694 /@docdir@/p
29695 /@infodir@/p
29696 /@localedir@/p
29697 /@mandir@/p
29699 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29700 *datarootdir*) ac_datarootdir_seen=yes;;
29701 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29702 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29703 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29704 _ACEOF
29705 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29706 ac_datarootdir_hack='
29707 s&@datadir@&$datadir&g
29708 s&@docdir@&$docdir&g
29709 s&@infodir@&$infodir&g
29710 s&@localedir@&$localedir&g
29711 s&@mandir@&$mandir&g
29712 s&\\\${datarootdir}&$datarootdir&g' ;;
29713 esac
29714 _ACEOF
29716 # Neutralize VPATH when `$srcdir' = `.'.
29717 # Shell code in configure.ac might set extrasub.
29718 # FIXME: do we really want to maintain this feature?
29719 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29720 ac_sed_extra="$ac_vpsub
29721 $extrasub
29722 _ACEOF
29723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29725 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29726 s|@configure_input@|$ac_sed_conf_input|;t t
29727 s&@top_builddir@&$ac_top_builddir_sub&;t t
29728 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29729 s&@srcdir@&$ac_srcdir&;t t
29730 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29731 s&@top_srcdir@&$ac_top_srcdir&;t t
29732 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29733 s&@builddir@&$ac_builddir&;t t
29734 s&@abs_builddir@&$ac_abs_builddir&;t t
29735 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29736 s&@INSTALL@&$ac_INSTALL&;t t
29737 $ac_datarootdir_hack
29739 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29740 if $ac_cs_awk_getline; then
29741 $AWK -f "$tmp/subs.awk"
29742 else
29743 $AWK -f "$tmp/subs.awk" | $SHELL
29744 fi >$tmp/out \
29745 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29746 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29747 { (exit 1); exit 1; }; }
29749 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29750 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29751 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29752 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29753 which seems to be undefined. Please make sure it is defined." >&5
29754 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29755 which seems to be undefined. Please make sure it is defined." >&2;}
29757 rm -f "$tmp/stdin"
29758 case $ac_file in
29759 -) cat "$tmp/out" && rm -f "$tmp/out";;
29760 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29761 esac \
29762 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29763 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29764 { (exit 1); exit 1; }; }
29768 # CONFIG_HEADER
29770 if test x"$ac_file" != x-; then
29772 $as_echo "/* $configure_input */" \
29773 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29774 } >"$tmp/config.h" \
29775 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29776 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29777 { (exit 1); exit 1; }; }
29778 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29779 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29780 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29781 else
29782 rm -f "$ac_file"
29783 mv "$tmp/config.h" "$ac_file" \
29784 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29785 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29786 { (exit 1); exit 1; }; }
29788 else
29789 $as_echo "/* $configure_input */" \
29790 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29791 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29792 $as_echo "$as_me: error: could not create -" >&2;}
29793 { (exit 1); exit 1; }; }
29797 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29798 $as_echo "$as_me: executing $ac_file commands" >&6;}
29800 esac
29803 case $ac_file$ac_mode in
29804 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29805 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29806 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29807 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29808 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29809 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29810 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29811 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29812 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29813 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29814 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29815 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29816 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29818 esac
29819 done # for ac_tag
29822 { (exit 0); exit 0; }
29823 _ACEOF
29824 chmod +x $CONFIG_STATUS
29825 ac_clean_files=$ac_clean_files_save
29827 test $ac_write_fail = 0 ||
29828 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29829 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29830 { (exit 1); exit 1; }; }
29833 # configure is writing to config.log, and then calls config.status.
29834 # config.status does its own redirection, appending to config.log.
29835 # Unfortunately, on DOS this fails, as config.log is still kept open
29836 # by configure, so config.status won't be able to write to it; its
29837 # output is simply discarded. So we exec the FD to /dev/null,
29838 # effectively closing config.log, so it can be properly (re)opened and
29839 # appended to by config.status. When coming back to configure, we
29840 # need to make the FD available again.
29841 if test "$no_create" != yes; then
29842 ac_cs_success=:
29843 ac_config_status_args=
29844 test "$silent" = yes &&
29845 ac_config_status_args="$ac_config_status_args --quiet"
29846 exec 5>/dev/null
29847 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29848 exec 5>>config.log
29849 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29850 # would make configure fail if this is the last instruction.
29851 $ac_cs_success || { (exit 1); exit 1; }
29853 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29854 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29855 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29859 if test "$no_create" = "yes"
29860 then
29861 exit 0
29864 ac_save_IFS="$IFS"
29865 if test "x$wine_notices != "x; then
29866 echo >&6
29867 IFS="|"
29868 for msg in $wine_notices; do
29869 IFS="$ac_save_IFS"
29870 if test -n "$msg"; then
29871 { $as_echo "$as_me:$LINENO: $msg" >&5
29872 $as_echo "$as_me: $msg" >&6;}
29874 done
29876 IFS="|"
29877 for msg in $wine_warnings; do
29878 IFS="$ac_save_IFS"
29879 if test -n "$msg"; then
29880 echo >&2
29881 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29882 $as_echo "$as_me: WARNING: $msg" >&2;}
29884 done
29885 IFS="$ac_save_IFS"
29887 echo "
29888 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29889 " >&6